.T4683 {
    box-sizing: border-box;
}
.disable-scroll { overflow: hidden !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: fixed !important; left: 0; right: 0; }

.T4683 {
    position: relative;
    height: 100vh;
    width: 100vw;
    transition: right 250ms ease-in-out;
    right: 0;
}


.T4683 .left h2,
.T4683 .right h2 {
    font-size: 65px;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    font-weight: 550;
}


.Mandant_46548 .T4683 .left h2,
.Mandant_46548 .T4683 .right h2 { font-size: 45px; }

.T4683 .logo {
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 2;  
    width: 170px;

}

.T4683 .logo img {
    height: 100%;
    width: 100%;
}

.T4683 .icon-menu {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 5000;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    cursor: pointer;    
    transition: color 250ms ease-in-out;
}
.T4683 .icon-menu.open {
    
    color:#000;
    
}

.T4683 .background_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    filter: grayscale(100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.T4683 .background_img.nogrey {
    filter: grayscale(0%);
}

.T4683 .hide {
    display: none;
}

.T4683 .left,
.T4683 .right {
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 100%;
    color: #fff;
    text-align: center;
    top: 0;
}

.T4683 .left, .T4683 .filter_left { left: 0;}

.T4683 .right,.T4683 .filter_right { right: 0; }

.T4683 .filter_left,
.T4683 .filter_right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: -5;
}


.T4683 .details-wrapper {
    position: absolute;    
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 65vh;
}


.T4683 .details {
    position: relative;  
    width: 100%;
    height: 100%;      
}
.T4683 .headline_image{    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}
.T4683 .headline_image img{
    width: 100%; 
    height: auto;  
}

.T4683 .headline {
    position: absolute;
    top: 12vh;  
    left: 10%;
    right: 10%;
}
.T4683 .subheadline {
    position: absolute;
    top: 22vh;  
    left: 10%;
    right: 10%;
}


.T4683 .headline.specialfont {
    margin: 0;
    z-index: 200;
}

.T4683 .headline_image .subheadline { position: static; margin-top: 20px; }

.T4683 .button { 
  position: absolute;
   bottom: 20%;
   left: 0;
   right: 0;
   margin: 0 auto;
   width: 50%;
   opacity: 0;
   background-color: transparent;
}
.T4683 .button a{
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    font-size: 12px;
    background-color: transparent;
}

.T4683 .left:hover .button,
.T4683 .right:hover .button {
    opacity: 1;
    transition: all 1s ease-in-out;
    transform: scale(1.5);
}


.T4683 .downarrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 90%;
    left: 50%;
    right: 50%;
    z-index: 50000;
    margin-left: -25px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px 50px 50px 50px;
    animation-name: downarrow;
    animation-delay: 5s;
    animation-duration: 1.2s;    
    animation-iteration-count: 10;
    animation-timing-function: ease-in-out;
    z-index: 2;
}

.T4683 .downarrow i {
    position: absolute;
    right: calc(50% - 15px);
    top: calc(50% - 15px);
    font-size: 30px;
    pointer-events: none;
    z-index: 2;
}

@keyframes downarrow{
    from { transform: scale(1.0); }
    to { transform: scale(1.4); }
}.T4683 ul {

    list-style-type: none;
    text-decoration: none;
}

.T4683 .mask{
   height: 100vh;
   width: 100vw;
   z-index: 2;
   position: fixed;
   right: -100vw;     
   overflow: hidden;
   overflow-y: scroll;
}

.T4683 .mask.open{
   
    opacity: .5;
    background-color: #000;
    right: 0;
}

.T4683 .nav {
    position: fixed;
    display: block;
    transition: right 250ms ease-in-out;
    right: -500px;
    width: 500px;   
    height: 100vh; 
    background-color: #fff;
    top: 0;  
    z-index: 1000;
    overflow: hidden;
    overflow-y: scroll;
    padding-top: 105px;
}

.T4683 .nav.open {    
    right: 0; 
    transition: right 250ms ease-in-out;
}

.T4683 .navlist {
    margin-left: -40px;
    margin-top: 0;
}

.T4683 .nav .languages {
    padding: 0px 0px 15px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.T4683 .nav .languages .icon-globe { padding-right: 15px; font-size: 18px; }
.T4683 .nav .languages a { text-decoration: none; border-left: 1px solid rgba(0,0,0,0.1); padding: 0 15px;  }
.T4683 .nav .languages a.link_aktiv { font-weight: bold; cursor: default;  }

.T4683 .subheadline_right,
.T4683 .subheadline_left  {
    width: 80%;
}
.T4683 .subheadline_right {
    color: #7b237d;
}

.T4683 .subheadline_left {
	color: #1c9fe8;
}

.T4683 .nav .singlepage {
    padding: 35px 0px 35px 40px;
}

.T4683 .nav .singlepage a {
    text-decoration: none;
}


.T4683 .nav .dropdown {
    padding: 35px 0px 10px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.T4683 .nav .dropdown:first-child{
    border-top: 1px solid rgba(0,0,0,0.1);
}

.T4683 .nav .dropdown,
.T4683 .nav .singlepage {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #000;
    height: auto;
    min-height: 100px;
}

.T4683 .nav .dropdown:hover:not(.open),
.T4683 .nav .singlepage:hover:not(.open) {
    background-color: rgba(0, 0, 0, 0.05);
}


.T4683 .nav .navlist .dropdown.specialfont,
.T4683 .nav .navlist .singlepage.specialfont {
    margin: 0px;
}


.T4683 .nav .dropdown,
.T4683 .nav .singlepage {
    
    position: relative;   
}

.T4683 .nav .dropdown a,
.singlepage a {
    text-decoration: none;
    color: #000;
}

.T4683 .nav .drop-arrow{
    position: absolute;
    right: 0;
    z-index: 100;
    width: 20%;
    height: 100px;
    top:0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.T4683 .nav .drop-arrow.open{

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.T4683 .nav .drop-arrow:after {
    position: absolute;
    right: 30px;
    top: 30px;
    font-family: traminoicon;
    content: '\e958';
    font-size: 30px;
    pointer-events: none;
}
.T4683 .nav .drop-arrow.open:after {
    transform: rotate(180deg);
}
.T4683 .nav .dropdown .dropdown-menu {
    display: none;
}

.T4683 .nav .dropdown .dropdown-menu.open {
    display: block;
}

.T4683 .nav .dropdown .dropdown-menu.open li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.T4683 .nav .dropdown .dropdown-menu li {
    margin: 10px 0px 0px -60px;
    padding-left: 20px;
}





.T4683 #nav_icon_wrapper {
    position: absolute;
    top: 44px;
    right: 44px;
    z-index: 9999;
}

.T4683 #nav_icon {
    position: relative;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.T4683 #nav_icon .nav_line {
    position: absolute;
    left: 5px;
    width: 27px;
    height: 3px;
}

.T4683 #nav_icon .nav_line1 {
    top: 16px;
    -webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
    transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
    background-color: #fff;
}

.T4683 #nav_icon .nav_line2 {
    top: 23px;
    -webkit-transition: opacity 0.4s 0.4s ease;
    transition: opacity 0.4s 0.4s ease;
    background-color: #fff;
}

.T4683 #nav_icon .nav_line3 {
    top: 30px;
    -webkit-transition: all 1s 0.2s ease, top 0.2s 0.4s linear, -webkit-transform 0.4s ease;
    transition: all 1s 0.2s ease, top 0.2s 0.4s linear, transform 0.4s ease;
    background-color: #fff;
}

/* Clicked */

.T4683 #nav_icon.clicked .nav_line1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:23px;
    -webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
    transition: all 0.8s 0.2s ease, top 0.2s linear;
     background-color: #000;
}

.T4683 #nav_icon.clicked .nav_line2 {
    opacity:0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
   

}

.T4683 #nav_icon.clicked .nav_line3 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:23px;
    -webkit-transition: all 0.8s 0.2s ease, top 0.2s linear;
    transition: all 0.8s 0.2s ease, top 0.2s linear;
     background-color: #000;

}@media all and (min-width: 600px) and (max-width: 984px) {


    .T4683 .logo {
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .T4683 #nav_icon_wrapper {
        position: absolute;
        top: 20px;
        right: 24px;
        z-index: 999;
    }

    .T4683 .logo img {
        width: 100%;
        height: 100%;
    }


    .T4683 .details-wrapper {
        width: 80%;
        height: 85vh;
        overflow: hidden;
    }

    .T4683 .headline {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform-origin: center;
        line-height: 1.5;
    }   

    .T4683 .subheadline {
        position: absolute;
        top: 65%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }   

    .T4683 .headline_image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: rotate(-90deg) translateY(-60vh);
        transform-origin: right top;
        width: 60vh;
    }

    .T4683 .left .headline_image img {
        margin-left: calc(((50vw * 0.8) - (60vh * 0.3)) / 2);
    }

    .T4683 .right .headline_image img {
        margin-left: calc(((50vw * 0.8) - (60vh * 0.27)) / 2);
    }

    .T4683 .headline_image .subheadline {
        margin-top: 62vh;
    }

    .T4683 .button {

        opacity: 1;
        width: 80%;
        bottom: 15%;
    }

    .T4683 .button a {
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff;
        padding: 10px;
        font-size: 12px;
        background-color: transparent;
		white-space: nowrap;
    }

    .T4683 .left:hover .button,
    .T4683 .right:hover .button {
        transform: scale(1);
    }

    .T4683 .nav {
        right: -320px;
        width: 320px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .T4683 .subheadline_right,
    .T4683 .subheadline_left  {
        width: 70%;
    }
    .T4683 .nav .drop-arrow { width: 25%; }


    .T4683 .nav .drop-arrow i {
        font-size: 24px;
		right: calc(50% - 12px);
    	top: calc(50% - 12px);
    }
}


@media all and (max-width: 599px) {

    .T4683 #nav_icon_wrapper {
        position: absolute;
        top: 20px;
        right: 24px;
        z-index: 999;
    }

    .T4683 .logo {
        position: absolute;
        left: 30px;
        top: 30px;

    }

    .T4683 .logo img {
        width: 80%;
        height: 80%;
    }


    .T4683 .details-wrapper {
        width: 80%;
        height: 85vh;
        overflow: hidden;
    }

    .T4683 .headline {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        transform-origin: center;
        line-height: 1.5;
    }   

    .T4683 .subheadline {
        position: absolute;
        top: 60%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }    


    .T4683 .headline_image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        transform: rotate(-90deg) translateY(-45vh);
        transform-origin: right top;
        width: 45vh;
    }

    .T4683 .left .headline_image img {
        margin-left: calc(((50vw * 0.8) - (50vh * 0.29)) / 2);
    }

    .T4683 .right .headline_image img {
        margin-left: calc(((50vw * 0.8) - (50vh * 0.27)) / 2);
    }

    .T4683 .headline_image .subheadline { margin-top: 50vh; }

    .T4683 .button {

        opacity: 1;
        width: 70%;
        bottom: 20%;
    }

    .T4683 .button a {
        text-decoration: none;
        color: #fff;
        border: 2px solid #fff;
        padding: 6px;
        font-size: 10px;
        background-color: transparent;
		white-space: nowrap;
    }

    .T4683 .left:hover .button,
    .T4683 .right:hover .button { transform: scale(1); }


    .T4683 .nav {
        right: -250px;
        width: 250px;
        overflow: hidden;
        overflow-y: scroll;
        padding-top: 70px;
    }

    .T4683 .nav .languages { padding: 0px 0px 15px 15px; }
    .T4683 .nav .languages .icon-globe { font-size: 16px; }

    .T4683 .nav .dropdown { padding: 15px; }
    .T4683 .subheadline_right,
    .T4683 .subheadline_left  {
        width: 75%;
    }

    .T4683 .icon-menu.open { right: 310px; }


    .T4683 .nav .drop-arrow { width: 25%; }

    .T4683 .nav .drop-arrow:after {

        right: 16px;
        font-size: 24px;
        top: 35px;
    }

    .T4683 .downarrow {
       
        top: 80%;
        
    }
    .T4683 .downarrow {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border-radius: 30px 30px 30px 30px;

    }

    .T4683 .downarrow i {
        font-size: 20px;
        z-index: 2;
		right: calc(50% - 10px);
    	top: calc(50% - 10px);
    }
}@media all and (min-width: 600px) and (max-width: 984px) {

	.T4683.S8293 .details-wrapper { height: 65vh; }

    .T4683.S8293 .headline_image img {
        transform: none;
        transform-origin: unset;
        width: 100%;
    }

    .T4683.S8293 .left .headline_image img {
        margin-left: 0;
    }

    .T4683.S8293 .right .headline_image img {
        margin-left: 0;
    }
}


@media all and (max-width: 599px) {

	.T4683.S8293 .details-wrapper { height: 65vh; }

    .T4683.S8293 .headline_image img {
        transform: none;
        transform-origin: unset;
        width: 100%;
    }

    .T4683.S8293 .left .headline_image img {
        margin-left: 0;
    }

    .T4683.S8293 .right .headline_image img {
        margin-left: 0;
    }
}