@font-face {
  font-family: 'Termina';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/Termina-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/Termina-Light.woff') format('woff') /* Modern Browsers */
}

/* overpass-200 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/overpass-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-200.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-300 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/overpass-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-300.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/overpass-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v12-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}




* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

.hidden {
    display: none;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
}

body {
    font-family: 'Overpass', sans-serif;
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 1.05rem;
    color: #bbb;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    font-weight: 200;
    background: #1a1a1a;
}

a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease-in;
    border: 0;
}

a:hover {
    color: #ba0806;
}

b, strong {
    font-weight: 300;
    color: #bbb;
}

p {
    margin-bottom: 0.4rem;
}

.clearfix, .clr, .clear {
    clear: both;
}

small, .small {
    font-size: 0.9rem;
}









#wrapper {
    position: relative;
    width: 100%;
    background: #1a1a1a;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

#header {
    position: relative;
    width: 58rem;
    height: 9rem;
    margin: 0 auto;
}



#header #logo {
    width: auto;
    height: 4.5rem;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 2.25rem;
}


#sm_logos a img {
    position: absolute;
    height: 1.4rem;
    width: auto;
    top: 3.8rem;
    right: 0;
}

#sm_logos a:hover img {
     filter: brightness(0) saturate(100%) invert(12%) sepia(49%) saturate(7187%) hue-rotate(355deg) brightness(98%) contrast(105%);
}

#sm_logos a:nth-child(3) img { right: 0; }
#sm_logos a:nth-child(2) img { right: 0px; }
#sm_logos a:nth-child(1) img { right: 2.5rem; }
    



#topmenu {
    position: absolute;
    height: 2rem;
    margin: 0 auto;
    top: 3.5rem;
    left: 22rem;
}

#topmenu ul {
    height: 2rem;
    list-style: none;
    display: flex;

}

#topmenu ul li {
    margin-right: 1.25rem;
    height: 2rem;
}

#topmenu ul li a {
    display: block;
    color: #bbb;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.95rem;
    font-family: 'termina', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

#topmenu ul li a:hover, #topmenu ul li.active a {
    color: #ba0806;
}


#topmenu ul li ul {
    display: none;
}

#bewerben_wrapper {
    position: relative;
}

a#bewerben {
    position: fixed;
    transform: rotate(-90deg) translateX(50%);
    right: 2rem;
    top: 50%;
    top: var(--position_slider);
    height: 2rem;
    line-height: 2rem;
    transform-origin: right top;
    z-index: 999999;
    display: block;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 0 10px;
    font-weight: 400;
    color: #bbb;
    letter-spacing: 1px;
    font-size: 1.1rem;
    background: #303030;
    display: none;
}

a#bewerben:hover {
    color: #c5c6c6;
}

a#bewerben:before {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    left: -1px;
    top: -1px;
    bottom: 0;
    border-left: 1px solid #ba0806;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.05s 0s linear;
}

a#bewerben:hover:before {
    transform: scaleY(1);
    transform-origin: bottom;
}

a#bewerben:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    left: -1px;
    top: -1px;
    bottom: 0;
    border-top: 1px solid #ba0806;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.2s 0.05s linear;
}

a#bewerben:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}



a#bewerben span {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: 0;
    border-right: 1px solid #ba0806;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.05s 0.25s linear;
}

a#bewerben:hover span {
    transform: scaleY(1);
    transform-origin: top;
}





#slider_wrapper {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 7rem);
    max-width: 1920px;
    min-width: 58rem;
}

#slider {
    position: relative;
    background: #333;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}

@media (min-width: 2121px) {
    #slider {
        padding-bottom: 0px;
        height: 809px;
    }
}



#slider #videoplayer {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    top: 50%;
    transform: translateY(-50%);
}

#slider #videoplayer video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

#sound {
    position: absolute;
    right: 2.5%;
    bottom: 5%;
    width: 6%;
}

#sound > span {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

#sound > span > span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    background-image: url(../images/sound_on.svg);
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #eee;
}

#sound.playing > span > span {
    background-image: url(../images/sound_off.svg);
}




#content {
    position: relative;
    width: 58rem;
    margin: 0 auto;
    text-align: justify;
    margin-top: 5rem;
    padding-bottom: 31rem;
    overflow: hidden;
    letter-spacing: 1px;
    
}

#content h1, #content .ig-menu-grid h2 {
    font-family: termina, sans-serif; 
    font-size: 1.9rem;
    color: #bbb;
    margin-bottom: 1.25rem;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}




#content h1.near {
    margin-bottom: 0;
}

#content h2 {
    font-size: 1.5rem;
    color: #bbb;
    margin-bottom: 0.5rem;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
}

#content h3, #content h2.small {
    font-size: 1.3rem;
    color: #bbb;
    margin-bottom: 0.5rem;
    line-height: 130%;
    font-weight: 200;
    text-align: left;
}

#content h4 {
    font-size: 1.1rem;
    color: #bbb;
    margin-bottom: 0.5rem;
    line-height: 130%;
    font-weight: 300;
    text-align: left;
}

.teaser_buttons {
    width: 38.5rem;
    display: block;
    margin: 6rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.teaser_buttons a {
    display: block;
    width: 19rem;
    margin-bottom: 0.5rem;
}

.teaser_buttons a > span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.teaser_buttons a > span > img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.3s ease-out;
}

.teaser_buttons a:hover > span > img {
	transform: scale3d(1.1,1.1,1);
}

.teaser_buttons a > span > span, .teaser_buttons a > span > span > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.teaser_buttons a > span > span {
    background: rgba(0,0,0, 0.55);
    transition: 0.3s ease-out;
}

.teaser_buttons a:hover > span > span {
    background: rgba(0,0,0,0);
}

.teaser_buttons a > span > span > span {
    font-family: 'termina', sans-serif; 
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.7rem;
    color: #e3e5e5;
    letter-spacing: 2px;
    /* text-shadow: 0px 0px 80px rgb(0, 0, 0), 0px 0px 30px rgb(0, 0, 0),0px 0px 120px rgb(0, 0, 0), 0px 0px 200px rgb(0, 0, 0); */
    font-weight: 300;
    transition: 0.3s ease-out;
}

.teaser_buttons a:hover > span > span > span {
    transform: translateY(100%);
}

.clm3_team {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.clm3_team > div {
    width: 31.5%;
    margin-bottom: 2rem;
    margin-right: 2.75%;
}

.clm3_team > div:nth-child(3n) {
    margin-right: 0;
}

.clm3_team > div img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

#content .clm3_team h2 {
    font-weight: 300;
    color: #bbb;
}

.clm3_team > div p {
    text-align: left;
}

#content ul {
    list-style: none;
}

#content ul.list li {
    padding-left: 0.6rem;
    position: relative;
    text-align: left;
    line-height: 160%;
    margin-bottom: 0.3rem;
}

#content ul.list li:before {
    content: '';
    display: block !important;
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    top: 0.7rem;
    background: #bbb;
}


.igui-lightbox {
	z-index: 10000000 !important;
}

.igui-position-bottom {
    top: 0;
}

.igui-overlay {
    overflow: hidden;
}

#content .igui-overlay h2 {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 3.5%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #e3e5e5;
    letter-spacing: 2px;
    /*text-shadow: 0px 0px 80px rgb(0, 0, 0), 0px 0px 30px rgb(0, 0, 0), 0px 0px 30px rgb(0, 0, 0);*/
    font-weight: 300;
    transition: 0.3s ease-out;
}




#content a.igui-transition-toggle .igui-overlay-primary {
    background: rgba(0,0,0, 0.55) !important;
    transition: 0.3s ease-out;
}

#content a.igui-transition-toggle:hover .igui-overlay-primary {
    background: rgba(0,0,0, 0) !important;
}

#content a.igui-transition-toggle:hover h2 {
    transform: translateY(100%);
}

.ig-menu-grid {
    margin-top: 2rem;
}

.ig-gallery-wrapper {
    margin-top: 4rem !important;
}

.profile-3 .ig-gallery-wrapper {
    margin-top: 0 !important;
}



.ig-thumbs-grid, .ig-menu-grid {
    height: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    visibility: visible !important;

    width: 100% !important;
}
 
.ig-thumbs-grid-block, .ig-menu-grid-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 32.7% !important;
    height: auto !important;
    margin-right: 0.95% !important;
    margin-bottom: 0.95% !important;
    transform: none !important;
}

.ig-thumbs-grid-block:nth-child(3n), .ig-menu-grid-item:nth-child(3n) {
    margin-right: 0 !important;
}

.ig-grid-img-link, .ig-menu-grid-link {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    display: block !important;
}

.ig-thumbs-grid-image, .ig-menu-grid-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.ig-menu-grid-text {
    display: block !important;
}



/* Blog */

.newsblog {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.newsblog .animate {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 3rem; 
}

.newsblog .animate:nth-child(3n) {
    margin-right: 0;
}

.newsblog a {
    display: block;
    width: 100%;
}

.newsblog .image_container {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.newsblog a img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.newsblog a:hover {
    color: #bbb;
}

.newsblog a:hover img {
    transform: scale(1.1);
}

#content .newsblog a h2 {
    font-weight: 300;
    margin: 2rem auto 0;
}

.newsblog a time {
    display: block;
    text-align: left;
}


#content .share_page h1 {
    margin-bottom: 0.5rem;
    width: calc(100% - 27px);
}

#content .ig-main-scope-wrapper h1 {
    width: calc(100% - 27px);
}


#content .share_page .datecontainer {
    margin-bottom: 2.25rem;
}





/* Pagination */

.pagination {
    margin-top: 2rem !important;
    text-align: center;
}

.pagination .counter {
    display: none;
}

.pagination nav {
    display: flex;
    justify-content: center;
}

ul.pagination-list {
    display: flex;
    align-items: center;
}

.pagination li.disabled {
    opacity: 0.5;
}

.pagination .hidden-phone {
    display: none;
}


.pagination ul.pagination-list li a {
    display: block;
}

.pagination ul.pagination-list li:first-child a {
    margin-right: 1rem;
}

.pagination ul.pagination-list li:not(.disabled):first-child a:hover span, .pagination ul.pagination-list li:not(.disabled):last-child a:hover span {
    background: #ba0806;
}

/*

.pagination ul.pagination-list li:last-child a {
    margin-left: 30px;
}

*/


.icon-next, .icon-previous {
    display: block;
    background: #bbb;
    width: 2.1rem;
    height: 2.1rem;
    position: relative;
    border-radius: 50%;
}

.icon-next:before {
    content: '';
    display: block;
    border-left: 0.8rem solid #111;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    position: absolute;
    top: 0.55rem;
    left: 0.75rem;
}

.icon-previous:before {
    content: '';
    display: block;
    border-right: 8rem solid #111;
    border-top: 5rem solid transparent;
    border-bottom: 5rem solid transparent;
    position: absolute;
    top: 0.55rem;
    right: 0.75rem;
}




#content .item-page .share_buttons {
    margin-top: 1.25rem;
    text-align: center;
}

#content .item-page .share_buttons img {
    display: inline-block;
    width: 2.1rem;
    height: auto;
    margin: 0 0.5rem;
}

#content .item-page .share_buttons img:hover {
     filter: brightness(0) saturate(100%) invert(12%) sepia(49%) saturate(7187%) hue-rotate(355deg) brightness(98%) contrast(105%);
}


.backbutton {
    display: block;
    position: absolute;
    right: 0px;
    top: 0.5rem;
    border-right: 0.85rem solid #bbb;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
}

.backbutton:hover {
    border-right: 0.85rem solid #ba0806;
}

.igui-lightbox .backbutton {
    display: none;
}


/* Videos */

.video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.video iframe, .video video {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/* Kontakt */

.contact {
    display: flex;
}

.contact > div:last-child {
    white-space: nowrap;
    padding-left: 5.05rem;
    position: relative;
}

.contact > div:last-child:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.5rem;
    border-right: 1px dotted #777;
}

#sidebyside {
    margin: 4rem 0;
}

#sidebyside > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#sidebyside .bfElemWrap {
    margin-bottom: 0;
}

input, button, textarea {
    font-family: 'Overpass', sans-serif;
    font-size: 1.05rem;
    padding-bottom: 0.2rem;
    border: none;
    box-sizing: border-box;
    color: #bbb;
    background: none;
    outline: none;
    position: relative;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 160%;
}

label.radio-inline, label.checkbox-inline {
    display: block !important;
    margin-bottom: 0.2rem;
}


button {
    cursor: pointer;
    padding: 0.15rem 0.4rem;
}

button#bfSubmitButton {
    font-family: termina, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.05rem;
    padding: 1.3rem 0.6rem 0 0.45rem;
    color: #bbb;
    cursor: pointer;
    transition: filter 0.2s ease-out;
    background: url(../images/submitbutton.svg) center top no-repeat;
    background-size: 100% auto;
}

button#bfSubmitButton:hover {
    filter: brightness(1.2);
}

button#bfSubmitButton {
    float: left;
    margin-top: 0;
}

input.ff_elem, textarea.ff_elem {
    width: 100% !important;
    max-width: 100% !important;
    min-width: auto !important;
}


label.bfLabelBlock {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    margin-bottom: 0.5rem;
    color: #bbb;
    font-weight: 300;
}

label.checkbox, input[type="checkbox"], label.checkbox:hover, input[type="checkbox"]:hover, label.checkbox, input[type="checkbox"]:focus, label.radio, input[type="radio"], label.radio:hover, input[type="radio"]:hover, input[type="radio"]:focus {
    width: auto !important;
    margin-bottom: 0.25rem;
}



label.checkbox, label.radio {
    display: block;
}



textarea#ff_elem31, textarea#ff_elem51 {
    height: 10rem;
}




.bfError {
    margin-bottom: 1.5rem;
}


.bfQuickMode .bfElemWrap {
    margin-bottom: 2.5rem !important;
}

#bfElemWrap31 {
    margin-bottom: 4.5rem !important;
}

.bfElemWrap > div {
    position: relative;
    width: 100%;
}



#bfElemWrap9 > div:before, #bfElemWrap10 > div:before, #bfElemWrap11 > div:before, #bfElemWrap31 > div:before, #bfElemWrap184 > div:before, #bfElemWrap45 > div:before, #bfElemWrap46 > div:before, #bfElemWrap47 > div:before, #bfElemWrap69 > div:before, #bfElemWrap153 > div:before, #bfElemWrap82 > div:before, #bfElemWrap91 > div:before, #bfElemWrap140 > div:before, #bfElemWrap51 > div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #bbb;
    transition: transform 0.5s linear;   
    transform-origin: left;
}

#bfElemWrap9 > div.focus:before, #bfElemWrap10 > div.focus:before, #bfElemWrap11 > div.focus:before, #bfElemWrap31 > div.focus:before, #bfElemWrap184 > div.focus:before, #bfElemWrap45 > div.focus:before, #bfElemWrap46 > div.focus:before, #bfElemWrap47 > div.focus:before, #bfElemWrap69 > div.focus:before, #bfElemWrap153 > div.focus:before, #bfElemWrap82 > div.focus:before, #bfElemWrap91 > div.focus:before, #bfElemWrap140 > div.focus:before, #bfElemWrap51 > div.focus:before {
    transform: scaleX(1);
    transform-origin: right;
}



#bfElemWrap9 > div:after, #bfElemWrap10 > div:after, #bfElemWrap11 > div:after, #bfElemWrap31 > div:after, #bfElemWrap184 > div:after, #bfElemWrap45 > div:after, #bfElemWrap46 > div:after, #bfElemWrap47 > div:after, #bfElemWrap69 > div:after, #bfElemWrap153 > div:after, #bfElemWrap82 > div:after, #bfElemWrap91 > div:after, #bfElemWrap140 > div:after, #bfElemWrap51 > div:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ba0806;
    transition: transform 0.5s linear;   
    transform-origin: right;
    transform: scaleX(0);
}

#bfElemWrap9 > div.focus:after, #bfElemWrap10 > div.focus:after, #bfElemWrap11 > div.focus:after, #bfElemWrap31 > div.focus:after, #bfElemWrap184 > div.focus:after, #bfElemWrap45 > div.focus:after, #bfElemWrap46 > div.focus:after, #bfElemWrap47 > div.focus:after, #bfElemWrap69 > div.focus:after, #bfElemWrap153 > div.focus:after, #bfElemWrap82 > div.focus:after, #bfElemWrap91 > div.focus:after, #bfElemWrap140 > div.focus:after, #bfElemWrap51 > div.focus:after {
    transform: scaleX(1);
    transform-origin: left;
}


#sidebyside span label, #bfElemWrap49 span label {
    padding-left: 1.3rem;
    cursor: pointer;
    position: relative;
    caret-color: rgba(0,0,0,0);
}

input[type="checkbox"].ff_elem, input[type="radio"].ff_elem {
    position: absolute !important;
    -moz-appearance: initial;
    visibility: hidden;
    cursor: pointer;
    left: 0;
    top: 0.4rem;
}



input[type="checkbox"].ff_elem:before, input[type="radio"].ff_elem:before {
    content: '';
    position: absolute !important;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #bbb;
    left: 0;
    top: 0;
    visibility: visible;
}

#bfElemWrap536 input[type="checkbox"].ff_elem:before {
    top: -0.45rem;
}

input[type="checkbox"].ff_elem:checked:after, input[type="radio"].ff_elem:checked:after {
    content: '';
    position: absolute !important;
    width: 0.3rem;
    height: 0.3rem;
    background: #bbb;
    left: 0.3rem;
    top: 0.3rem;
    visibility: visible;
}

#bfElemWrap536 input[type="checkbox"].ff_elem:checked:after {
    top: 1px;
}



#bfLabel32, #bfLabel52 {
    line-height: 120%;
    padding-left: 1.2rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    caret-color: rgba(0,0,0,0);
}

#bfLabel32 small, #bfLabel52 small {
    font-size: 0.8rem;
    font-weight: 200;
}

#bfLabel32 a, #bfLabel52 a {
    color: #bbb;
    font-weight: 300;
}

#bfElemWrap32 input[type="checkbox"].ff_elem:before, #bfElemWrap52 input[type="checkbox"].ff_elem:before {
    width: 0.7rem;
    height: 0.7rem;
    top: -0.2rem;
}

#bfElemWrap32 input[type="checkbox"].ff_elem:after, #bfElemWrap52 input[type="checkbox"].ff_elem:after {
    width: 0.2rem;
    height: 0.2rem;
    background: #bbb;
    left: 0.3rem;
    top: 0.1rem;
}



#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 20rem;
}

#footer_bottom {
    position: absolute;
    bottom: 0;
    height: 5rem;
    width: 58rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    font-weight: 200;
    color: #bbb;
}

#footer_bottom > div > div {
    display: flex;
    justify-content: space-between;
    width: 58rem;
}

#flag_top {
    position: absolute;
    bottom: 15rem;
    width: 100%;
    height: 5rem;
    background: #339E2F;
}



#flag_middle {
    position: absolute;
    bottom: 10rem;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'termina', sans-serif; 
    font-size: 1.9rem;
    color: #929494;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    background: #E3E3E3;
}

#flag_middle > span {
    display: block;
    position: relative;
    top: 0.1rem;
}

#flag_bottom {
    position: absolute;
    bottom: 5rem;
    width: 100%;
    height: 5rem;
    background: #BA0806;
}

@media (max-width: 2120px) {

    #slider_wrapper {
        max-width: 1500px;
    }

}

@media (max-width: 1920px) {

    #slider_wrapper {
        max-width: 1400px;
    }
    
}


@media(max-width: 1600px) {

    a#bewerben {
        right: 1.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: 1rem;
    }
    
}


@media(max-width: 1230px) {

    html {
        font-size: 16.5px;
    }

    #sound > span > span {
        border: 1px solid #eee;
    }

}



@media (max-width: 1000px) {

    .hd_tbpt {
        display: none !important;
    }
    
    .sh_tbpt {
        display: block !important;
    }

    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }

    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(26,26,26,0.85);
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }
    
    #menu {
        background: #bbb;
        position: fixed;
        width: 300px;
        padding: 20px 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #menu.menu_active {
        transform: translateX(0); 
    }
    
    #rmenu {
        position: absolute;
        left: 30px;
        top: 45px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 44px;
        display: block !important;
        font-size: 21px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 1px;
        background: rgba(187,187,187,1);
        position: absolute;
        top: 19px;
        left: 0;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(187,187,187,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 1px;
        background: rgba(187,187,187,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        padding-left: 60px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 1px;
        background: rgba(187,187,187,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }

    #menu ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #menu ul li {
        width: 100%;
        border-bottom: 1px dotted rgba(26,26,26,0.2);
        margin: 0;
        position: relative;
    }

    #menu ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #menu ul li a {
        color: #1a1a1a;
        line-height: 130%;
        display: block;
        padding-top: 8px;
        padding-bottom: 7px;
        font-size: 21px;
        text-transform: uppercase;
        font-family: 'termina', sans-serif;
        letter-spacing: 1px;
    }

    #menu ul li ul li:first-child {
        border-top: 1px dotted rgba(26,26,26,0.2);
    }


    #menu ul li.current a, #menu ul li a:hover {
        color: #ba0806;
    }

    #menu ul li ul li a, #menu ul li.current ul li a {
        padding-left: 10px;
        padding-top: 9px;
        padding-bottom: 5px;
        font-size: 18px;
        text-transform: none;
        font-family: 'Overpass', sans-serif;
        letter-spacing: 0;
        color: #1a1a1a;
    }

    #menu ul li ul li.current a, #menu ul li ul li a:hover, #menu ul li.current ul li.current a, #menu ul li.current ul li a:hover  {
        color: #ba0806;
    }

    #menu .bewerben {
        margin-top: 25px;
    }
    
    #menu .bewerben a {
        display: inline-block;
        color: #1a1a1a;
        border: 1px solid #1a1a1a;
        letter-spacing: 1px;
        font-weight: 400;
        padding: 4px 10px 1px;
        background: #ccc;
    }
    
    #menu .sm_logos {
            display: flex;
            margin-top: 35px;
    }

    #menu .sm_logos img {
            display: block;
            width: 32px;
            height: auto;
            filter: brightness(0.2);
            margin-right: 13px;
    }
    
    #topmenu {
        display: none;
    }
    
    #header {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        height: 130px;
    }

    
    #header .logo {
        position: absolute;
        height: 72px;
        top: 29px;
        left: auto;
        right: 30px;
    }
    
    #sm_logos {
        display: none;
    }

    #slider_wrapper {
        width: calc(100% - 60px);
        min-width: inherit;
    }
    
    #content {
        width: 100%;
        padding: 0 30px 480px;
        box-sizing: border-box;
        margin-top: 3.5rem;
        text-align: left;
    }
    
    .clm3_team > div {
        width: 48.625%;
        margin-bottom: 3rem;
        margin-right: 2.75%;
    }
    
    .clm3_team > div:nth-child(3n) {
        margin-right: 2.75%;
    }
    
    .clm3_team > div:nth-child(2n) {
        margin-right: 0;
    }

    
    #content .igui-overlay h2 {
        font-size: 2.475vw;
        letter-spacing: 0.2vw;
    }
    

    .newsblog .animate {
        width: 48.625%;
        margin-right: 2.75%;
        margin-bottom: 3rem; 
    }

    .newsblog .animate:nth-child(3n) {
        margin-right: 2.75%;
    }
    
    .newsblog .animate:nth-child(2n) {
        margin-right: 0;
    }
    
    .backbutton {
        right: 30px;
    }
    
    
    .contact {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .contact.career {
        flex-direction: column;
    }
    
    .contact > div {
        width: 100%;
    }
    
    .contact > div:last-child {
        padding-left: 0;
        margin-bottom: 80px;
    }
    
    .contact.career > div:last-child {
        margin-top: 80px;
        margin-bottom: 0;
    }
    
    .contact > div:last-child:before {
        display: none;
    }

    #footer {
        height: 21rem;
    }
    
    #footer_bottom {
        height: 6rem;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }

    #footer_bottom > div > div {
        display: block;
        width: 100%;
    }

    #footer_bottom > div > div span.element {
        display: block;
        text-align: center;
    }

    #footer_bottom > div > div span.element:first-child {
        font-size: 1rem;
        font-weight: 300;
        padding-top: 0.2rem;
    }
    
    #flag_top {
        bottom: 16rem;
    }
    
    #flag_middle {
        bottom: 11rem;
    }
    
    #flag_bottom {
        bottom: 6rem;
    }
    
}
    
    
@media (max-width: 760px) {

    .hd_smpt {
        display: none !important;
    }
    
    .sh_smpt {
        display: block !important;
    }
    
    .sh_smpt_inline {
        display: inline !important;
    }

    #webpage.menu_active {
        transform: translateX(270px); 
    }
    
    #footer.menu_active {
        transform: translateX(270px); 
    }

    
    #menu {
        width: 270px;
        transform: translateX(-270px);
    }
    
    #rmenu {
        left: 20px;
        top: 30px;
    }
    
    #slider_wrapper {
        width: calc(100% - 40px);
    }
    
    #header {
        padding: 0 20px;
        height: 100px;
    }
    
    #header .logo {
        position: absolute;
        height: 56px;
        top: 22px;
        left: auto;
        right: 20px;
    }
    
    .ls-gui-element {
        display: none;
    }
    
    #sound {
        position: absolute;
        right: 3%;
        bottom: 6%;
        width: 10%;
    }
    
    #content {
        padding: 0 20px 420px;
        margin-top: 2.5rem;
    }
    
    #content h1, #content .ig-menu-grid h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        letter-spacing: 0.15rem;
    }
    
    #content h2 {
        font-size: 1.4rem;
    }
    
    #content h3, #content h2.small {
        font-size: 1.25rem;
    }
    
    
    .teaser_buttons {
        width: 100%;
        margin: 4rem auto 0;
    }
    
    .teaser_buttons a {
        display: block;
        width: 49%;
        margin-bottom: 2%;
    }
    
    .teaser_buttons a > span > span > span {
        font-size: 5vw;
    }
    
    .clm3_team > div {
        width: 100%;
        margin-bottom: 4rem;
        margin-right: 0;
    }
    
    .clm3_team > div:nth-child(3n) {
        margin-right: 0;
    }
    
    
    
    .ig-thumbs-grid-block {
        width: 49% !important;
        margin-right: 2% !important;
        margin-bottom: 2% !important;
    }

    .ig-thumbs-grid-block:nth-child(3n) {
        margin-right: 2% !important;
    }
    
    .ig-thumbs-grid-block:nth-child(2n) {
        margin-right: 0 !important;
    }
    
    .ig-menu-grid-item {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    .ig-menu-grid-item:nth-child(2n), .ig-menu-grid-item:nth-child(3n) {
        margin-right: 0 !important;
    }
    
    
    .newsblog .animate {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem; 
    }
    
    .newsblog .animate:nth-child(2n), .newsblog .animate:nth-child(3n) {
        margin-right: 0;
    }

    
    #sidebyside > div {
        display: block;
    }
    
    #sidebyside .bfElemWrap {
        margin-bottom: 4rem;
    }

    
    
    .backbutton {
        right: 20px;
        top: 0.45rem;
        border-right: 0.8rem solid #bbb;
        border-top: 0.55rem solid transparent;
        border-bottom: 0.55rem solid transparent;
    }
    
    #footer_bottom {
        height: 7.5rem;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    
    #footer_bottom > div > div span.element:first-child {
        font-size: 1.15rem;
        margin-bottom: 0.3rem;
        padding-top: 0.45rem;
    }


    #flag_top {
        bottom: 15.5rem;
        height: 4rem;
    }
    
    #flag_middle {
        bottom: 11.5rem;
        font-size: 1.5rem;
        text-align: center;
        height: 4rem;
    }
    
    #flag_middle > span {
        display: block;
        position: relative;
        top: 0.05rem;
    }
    
    #flag_bottom {
        bottom: 7.5rem;
        height: 4rem;
    }

    
}
    
    
    
    
    
    
    
    
