
@font-face {
    font-family: 'ModernoFB';
    src: url('../fonts/ModernoFB-Regular.woff2') format('woff2'),
    url('../fonts/ModernoFB-Regular.woff') format('woff');

}

@font-face {
    font-family: 'IvyStyle Sans semibold';
    src: url('../fonts/IvyStyleSans-SemiBold.woff2') format('woff2'),
    url('../fonts/IvyStyleSans-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'IvyStyle Sans lightItalic';
    src: url('../fonts/IvyStyleSans-LightItalic.woff2') format('woff2'),
    url('../fonts/IvyStyleSans-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'IvyStyle Sans light';
    src: url('../fonts/IvyStyleSans-Light.woff2') format('woff2'),
    url('../fonts/IvyStyleSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'IvyStyle Sans semiboldItalic';
    src: url('../fonts/IvyStyleSans-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/IvyStyleSans-SemiBoldItalic.woff') format('woff');
}

body
{
    background-color: #18191a;
    padding: 0px;
    margin: 0px;
}


/*-------------login-------------*/
.loginscreen
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    /*height:100%;*/
    background-color: #18191A ;
    /*padding-bottom: 100px;*/
}

.content_login, .content_login2 {
    background-image: url(/img/motiv_startseite_01.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    background-position-y: top;
    background-color: #18191a;
    margin: 0px;
    padding: 0px;
    display: flex;
    z-index: 1;
    width: 100%;
    min-height: 718px;
    overflow: auto;
    scroll-behavior: auto;
}

.content_login2 {
    display: none;
}

.logo_login
{
    background-color: #18191A;
    padding: 20px;
}



.center {
    font-family: IvyStyle Sans semibold;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20%;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative;
    width: 400px;
    height: 720px;
    background: rgba(24, 25, 26, 0.9);
    z-index: 10;
}

.content_login h2{
    color: #656567;
    font-family: ModernoFB;
    font-size: 48px;
    line-height: 30px;
    margin-top: 20%;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    letter-spacing: 0;
}

.center .form{
    margin-top: 20%;
}

.center label{
    font-family: IvyStyle Sans light;
    font-size: 14px;
    line-height: 17px;
    color: #656567;
}

.center input{
    font-family: IvyStyle Sans light;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #ffffff;
    height: 40px;
    width: 200px;
    background-color: #656567;
    margin-bottom: 20px;
    opacity: 1.0;
    border-image: none;
    border-width: 0px;
    border-style: outset;
    border-color: #ffffff;
}

.center input::placeholder{
    color: #ffffff;
}

.center button{
    font-family: IvyStyle Sans semibold;
    font-size: 18px;
    color: #b9ab9a;
    background-color: rgb(24, 25, 26, 0.0);
    border-width: 0px;
    border-style: outset;
    border-color: #18191a;
    border-image: initial;
    padding-left: 0px;
    margin-top: 10px;
}



/*---------ende login -----------*/




.main{
    margin: 0px;
    padding: 0px;
}

.header{
    position: absolute;
    margin: 0px;
    padding: 20px;
    display: flex;
    z-index: 100;
    width: 100%;
    background-color: #18191a;
    height: 100px;
}

.feld_logo{
    display: flex;
    width: 70%;
}

.feld_logo img{
    margin-right: 20px;
}

.icon_menue{
    width: 30%;
    text-align: right;
}

.bread_crumb {
    color: #656567;
    font-family: IvyStyle Sans light;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 0px;
    margin-top: 45px;
    margin-right: 20px;
}

.bread_crumb span{
    /*margin-left: 10px;*/
    color: #b9ab9a;
    font-weight: 600;
}

.bread_crumb a{
    color: #656567;
    margin-right: 10px;
    font-weight: 600;
}

.bread_crumb a:hover{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.bread_crumb a:focus{
    color: #b9ab9a;
    text-decoration: none;
    font-weight: 600;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.nav{
    position: absolute;
    margin-top: 100px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    display: flex;
    z-index: 100;
    width: 100%;
    height: 62px;
    background-color: #b9ab9a;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.nav_icon{
    margin-right: 1px;
}

.nav_icons{
    display: flex;
}

.nav_links{
    display: flex;
}

.subnav{
    color: #18191a;
    font-family: IvyStyle Sans semibold;
    letter-spacing: 0.3px;
    font-size: 12px;
    line-height: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    /*border-right: 1px dotted rgba(24, 25, 26, 0.5);*/
    text-transform: uppercase;
}

.subnav a{
    color: #18191a;
}

.subnav a:hover{
    color: #ffffff;
    text-decoration: none;
}

.subnav_active a{
    color: #ffffff;
    text-decoration: none;
}

.startseite {
    position: absolute;
    top:162px;
    background-image: url(/img/motiv_startseite.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    /*background-position-y: 182px;*/
    background-color: #18191a;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    height: 80%; /* für IE*/
    min-height: 720px;
    overflow: auto;
    scroll-behavior: auto;
}

.fronten{
    background-image: url(/img/motiv_fronten_2.jpg);
}
.ausstattung{
    background-image: url(/img/motiv_ausstattung.jpg);
}
.qualitaet{
    background-image: url(/img/motiv_qualitaet_2.jpg);
}
.nachhaltigkeit{
    background-image: url(/img/motiv_nachhaltigkeit.jpg);
}

.text_intro {
    font-family: IvyStyle Sans semibold;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20%;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
    width: 480px;
    height: 100%; /* für IE*/
    background: rgba(24, 25, 26, 0.85);
    z-index: 10;
}

.text_intro h1{
    color: #656567;
    font-family: ModernoFB;
    font-size: 48px;
    line-height: 52px;
    margin-top: 80px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;

}

.text_intro span{
    color: #b9ab9a;
}

.text_intro a{
    color: #ffffff;
}

.text_intro a:hover{
    color: #ffffff;
    text-decoration: none;
}

.content{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #18191a;
    position: absolute;
    top:162px;
    overflow: auto;
    scroll-behavior: auto;
    /*flex-wrap: wrap;*/
}

.bg_hell{
    background-color: #b9ab9a;
}

.reihe_50{
    display: flex;
    background-color: white;
}

.reihe_4_25{
    display: flex;
}

.reihe_50 a, .produkt_25_grau a{
    cursor: pointer;
}

.reihe{
    display: flex;
    flex-wrap: wrap;
}

.kueche{
    width: 50%;
    padding-right: 1px;
    padding-bottom: 1px;
    position: relative;
}

.kueche img{
    object-fit: contain;
    width: 100%;
}

.k_name {
    color: #b9ab9a;
    font-family: IvyStyle Sans light;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    background-color: rgba(24, 25, 26, 1);
    text-align: left;
    vertical-align: middle;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    min-width: 200px;
    position: absolute;
    bottom: 1px;
    z-index: 2;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.content_50_bild, .content_50_bild_1{
    width: 50%;
    margin-right: 1px;
    margin-bottom: 1px;
}

.content_50_bild img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.content_50_bild_1 img{
    object-fit: contain;
    width: 100%;
}

.content_50_weiss{
    background-color: #ffffff;
    width: 50%;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;

}

.text_produkte{
    max-height: 540px;
    overflow: auto;
}

.content_50_weiss h2{
    color: #656567;
    font-family: ModernoFB;
    font-size: 32px;
    line-height: 38px;
    max-width: 710px;
    margin-bottom: 30px;
}

.content_50_weiss h3{
    font-family: IvyStyle Sans semibold;
    font-size: 16px;
    line-height: 26px;
    color: #656567;
    max-width: 710px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content_50_weiss span{
    font-family: IvyStyle Sans light;
}

.hdl_braun h2{
    color: #b9ab9a;
}

.content_50_weiss p, .content_50_weiss ul{
    font-family: IvyStyle Sans light;
    font-size: 16px;
    line-height: 26px;
    color: #18191a;
    max-width: 710px;
}

.content_50_weiss img{
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.content_50_grau{
    background-color: #656567;
    width: 50%;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    /*padding-left: 20px;*/
    display: flex;
    flex-wrap: wrap;
}

.content_33_grau{
    background-color: #656567;
    width: 33.25%;
    margin-right: 1px;
    margin-bottom: 1px;
    /*display: flex;*/
    flex-wrap: wrap;
    overflow: hidden;
}

.content_33_grau p{
    font-family: IvyStyle Sans light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 600px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content_33_grau h3{
    font-family: IvyStyle Sans semibold;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 600px;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content_33_grau img{
    /*max-width: 633px;*/
    width: 100%;
}

.content_50_grau h2{
    color: #b9ab9a;
    font-family: ModernoFB;
    font-size: 32px;
    line-height: 38px;
    max-width: 420px;
    margin-bottom: 30px;
}

.text_25_grau{
    width: 420px;
    margin-bottom: 20px;
    margin-left: 20px;
}

.bilder_25_grau{
    width: 420px;
    margin-bottom: 20px;
    display: flex;
    margin-left: 20px;
}

.bilder_25_grau img{
    width: 200px;
    margin-bottom: 5px;
    margin-right: 20px;
}

.produkt_25_grau{
    padding-bottom: 1px;
    padding-right: 1px;
    width: 25%;
    /*min-width: 300px;*/
}

.produkt_25_grau img{
    width: 100%;
    margin-bottom: 1px;
}

.produkt_25_grau p{
    font-family: IvyStyle Sans semibold;
    font-size: 12px;
    line-height: 16px;
    color: #18191a;
    background-color: #ffffff;
    /*text-transform: uppercase;*/
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin: 0px 0px 1px 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.text_25_grau_reihe{
    display: flex;
    flex-wrap: wrap;
}

.reihe_dekor{
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
}

.dekor{
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.dekor img{
    width: 150px;
    margin-bottom: 1px;
    border: 1px solid #18191a;
}

.arbeitsplatten{
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.arbeitsplatten img{
    width: 150px;
    margin-bottom: 1px;
    border: 1px solid #18191a;
}

.griffe{
    margin-right: 20px;
    margin-bottom: 20px;
}

.griff{
    height: 125px;
    background-color: #ffffff;
    margin-bottom: 1px;
    max-width: 200px;
}

.griffe img{
    width: 100%;
    object-fit: scale-down;
    height: 100%;
    padding: 10px;
    border: 1px solid #18191a;
}

.dekor p, .griffe p, .arbeitsplatten p{
    font-family: IvyStyle Sans semibold;
    font-size: 11px;
    line-height: 14px;
    color: #18191a;
    background-color: #ffffff;
    /*text-transform: uppercase;*/
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    margin: 0px 0px 1px 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    border-right: 1px solid #18191a;
    border-left: 1px solid #18191a;
    border-bottom: 1px solid #18191a;
}

.content_50_grau p{
    font-family: IvyStyle Sans semibold;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 420px;
}

.bilder_25_grau p{
    width: 200px;
    font-family: IvyStyle Sans semibold;
    font-size: 13px;
    line-height: 18px;
    color: #18191a;
    background-color: #d1d1d2;
    /*text-transform: uppercase;*/
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.content_50_dunkel{
    background-color: #18191a;
    width: 50%;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.content_25_dunkel{
    background-color: #18191a;
    width: 25%;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.content_25_grau{
    background-color: #656567;
    width: 25%;
    margin-right: 1px;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: grid;
    align-content: space-between;
}

.text_bild{
}

.bild_unten{
}

.content_25_grau img{
    max-width: 240px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content_50_dunkel h2, .content_25_dunkel h2{
    color: #b9ab9a;
    font-family: ModernoFB;
    font-size: 32px;
    line-height: 38px;
    max-width: 710px;
    margin-bottom: 30px;
}

.content_25_grau h2{
    color: #ffffff;
    font-family: IvyStyle Sans semibold;
    font-size: 32px;
    line-height: 38px;
    max-width: 440px;
    margin-bottom: 30px;
}

.content_50_dunkel p{
    font-family: IvyStyle Sans light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 710px;
}

.content_25_dunkel p, .content_25_grau p{
    font-family: IvyStyle Sans light;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    max-width: 440px;
}


/*------------------------ animation -----------------------*/

/*
@keyframes example {
    from { opacity: 0; }
    to { opacity: 1;}
}

*/

@keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.move1 img{
    animation-name: example;
    opacity: 0;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    object-fit: scale-down;
    width:100%;
    z-index: 2;
    animation-timing-function: ease-in;
    object-position: right bottom;
}

.move3 img{
    animation-name: example;
    opacity: 0;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.move2 img{
    animation-name: example;
    opacity: 0;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}


.puffIn {
    animation-name: puffIn;
}

@-webkit-keyframes puffIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(2px);

    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}

@keyframes puffIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(2px);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}

.puffIn img{
    animation-name: puffIn;
    animation-duration: 0.5s;
}


.puffIn .feld_nav_dunkel{
    animation-name: puffIn;
    animation-duration: 1s;
}

.vanishIn {
    animation-name: vanishIn;
}

@-webkit-keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}

@keyframes vanishIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(2, 2);
        filter: blur(90px);
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1);
        filter: blur(0px);
    }
}

.vanishIn img{
    animation-name: vanishIn;
    animation-duration: 1s;
}

.vanishIn .feld_nav_dunkel{
    animation-name: vanishIn;
    animation-duration: 1.1s;
}


.swap {
    -webkit-animation-name: swap;
    animation-name: swap;
}
@-webkit-keyframes swap {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(0, 0) translate(-700px, 0px);
        transform: scale(0, 0) translate(-700px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1) translate(0px, 0px);
        transform: scale(1, 1) translate(0px, 0px);
    }
}
@keyframes swap {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scale(0, 0) translate(-700px, 0px);
        transform: scale(0, 0) translate(-700px, 0px);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-transform: scale(1, 1) translate(0px, 0px);
        transform: scale(1, 1) translate(0px, 0px);
    }
}

.swap img{
    animation-name: swap;
    animation-duration: 0.5s;
}


.tinLeftIn {
    -webkit-animation-name: tinLeftIn;
    animation-name: tinLeftIn;
}
@-webkit-keyframes tinLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(-900%);
        transform: scale(1, 1) translateX(-900%);
    }

    50%,
    70%,
    90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }

    60%,
    80%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}
@keyframes tinLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(-900%);
        transform: scale(1, 1) translateX(-900%);
    }

    50%,
    70%,
    90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }

    60%,
    80%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}

.tinLeftIn img{
    animation-name: tinLeftIn;
    animation-duration: 1s;
    animation-delay: 2s;

}

.slideUpReturn {
    -webkit-animation-name: slideUpReturn;
    animation-name: slideUpReturn;
}
@-webkit-keyframes slideUpReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes slideUpReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.slideUpReturn .content_100_innen{
    animation-name: slideUpReturn;
    animation-duration: 0.5s;
}

.slideUpReturn .feld_rechts_34_weiss{
    animation-name: slideUpReturn;
    animation-duration: 0.5s;
}

.slideUpReturn img{
    animation-name: slideUpReturn;
    animation-duration: 0.5s;
}


.slideLeftReturn {
    -webkit-animation-name: slideLeftReturn;
    animation-name: slideLeftReturn;
}
@-webkit-keyframes slideLeftReturn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slideLeftReturn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);

    }

    100% {
        opacity: 1;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);

    }
}


.slideLeftReturn img{
    animation-name: slideLeftReturn;
    animation-duration: 0.5s;
}


.slideLeftReturn .feld_rechts_50_blau{
    animation-name: slideLeftReturn;
    animation-duration: 1s;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 960px;

}

.modal-content_2 {
    position: relative;
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1500px;

}

/* The Close Button */
.close {
    font-family: "Open Sans regular";
    color: white;
    z-index: 2;
    position: absolute;
    padding: 10px;
    top: 20px;
    line-height: 0.6;
    text-shadow: 0 0px 0 #fff;
    transition: 0.3s ease;
    right: 20px;
    font-size: 36px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.25);
    opacity:1;
}

.close:hover,
.close:focus {
    color: #b9ab9a;
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    opacity:1;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    font-family: "Open Sans regular";
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    margin-top: -40px;
    color: white;
    font-weight: normal;
    font-size: 36px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.25);
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #b9ab9a;
    text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
    font-family: "Open Sans regular";
    color: #f2f2f2;
    font-size: 12px;
    line-height: 0.6;
    padding: 10px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);;

}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mySlides video{
    width: 100%;
}

/*---------------------------- MEDIA QUERIES ------------------------*/

/*---------------------------- max 1280 ------------------------*/

@media only screen and (max-width: 1280px) {

    .reihe_4_25{
        display: flex;
        flex-wrap: wrap;
    }
    .content_25_dunkel{
        background-color: #18191a;
        width: 49.85%;
        margin-right: 1px;
        margin-bottom: 1px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        max-width: 630px;
    }

    .content_25_grau{
        background-color: #656567;
        width: 49.85%;
        margin-right: 1px;
        margin-bottom: 1px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
        padding-left: 20px;
        display: grid;
        align-content: space-between;
        max-width: 630px;
    }

    .content_25_dunkel p, .content_25_grau p{
        font-family: IvyStyle Sans light;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        max-width: none;
    }

}

/*---------------------------- max 1200 ------------------------*/

@media only screen and (max-width: 1200px) {

    .content_33_grau{
        background-color: #656567;
        width: 49.85%;
        margin-right: 1px;
        margin-bottom: 1px;
        /*display: flex;*/
        flex-wrap: wrap;
        overflow: hidden;
    }

    .text_intro h1 {
        color: #656567;
        font-family: ModernoFB;
        font-size: 48px;
        line-height: 52px;
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .content_50_weiss p, .content_50_weiss ul {
        font-family: IvyStyle Sans light;
        font-size: 16px;
        line-height: 26px;
        color: #18191a;
        max-width: 710px;
    }

    .content_50_weiss h2 {
        color: #656567;
        font-family: ModernoFB;
        font-size: 32px;
        line-height: 38px;
        max-width: 710px;
        margin-bottom: 20px;
    }

    .hdl_braun h2{
        color: #b9ab9a;
    }

}

/*---------------------------- max 1024 ------------------------*/

@media only screen and (max-width: 1024px) {

    .nav{
        position: absolute;
        margin-top: 70px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 1px;
        padding-right: 1px;
        padding-bottom: 0px;
        padding-left: 0px;
        display: flex;
        z-index: 100;
        width: 100%;
        height: 42px;
        background-color: #b9ab9a;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    }

        .subnav{
            color: #18191a;
            font-family: IvyStyle Sans semibold;
            letter-spacing: 0.3px;
            font-size: 11px;
            line-height: 15px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .content{
            margin: 0;
            padding: 0;
            width: 100%;
            background-color: #18191a;
            position: absolute;
            top:110px;
            overflow: auto;
            scroll-behavior: auto;

        }

    .startseite {
        position: absolute;
        top: 110px;
        background-image: url(/img/motiv_startseite.jpg);
        background-repeat: no-repeat, repeat;
        background-size: contain;
        background-color: #18191a;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
        height: 80%;
        min-height: 720px;
        overflow: auto;
        scroll-behavior: auto;
    }

    .nav_icon img{
        height: 40px;
    }

    .feld_logo img {
        margin-right: 20px;
        width: 50%;
    }

    .bread_crumb {
        color: #656567;
        font-family: IvyStyle Sans light;
        letter-spacing: 0.5px;
        font-size: 13px;
        line-height: 24px;
        margin-left: 0px;
        margin-top: 20px;
        margin-right: 20px;
    }

    .text_intro h1 {
        color: #656567;
        font-family: ModernoFB;
        font-size: 48px;
        line-height: 52px;
        margin-top: 40px;
        margin-right: 20px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .content_50_weiss p, .content_50_weiss ul {
        font-family: IvyStyle Sans light;
        font-size: 16px;
        line-height: 26px;
        color: #18191a;
        max-width: 710px;
    }

    .content_50_weiss h2 {
        color: #656567;
        font-family: ModernoFB;
        font-size: 32px;
        line-height: 38px;
        max-width: 710px;
        margin-bottom: 20px;
    }

    .hdl_braun h2{
        color: #b9ab9a;
    }

}


/*---------------------------- ladeanimation ------------------------*/

.ladeanimation {
    position: absolute;
    top:300px;
    margin-top: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#font {

    font-family: IvyStyle Sans semibold;
    font-size: 14px;
    line-height: 18px;
    position:absolute;
    top:145px;
    color:#656567;
    width: 150px;
    height: 150px;
    text-align:center;
}

#snake {
    animation: rotate infinite 3s linear;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #b9ab9a;
    position:absolute;
    top:50px;
}


#snake:before,
#snake:after {
    animation: rotate infinite 2s linear;
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}

#snake:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top-color: #b9ab9a;
    opacity: 60%;
}

#snake:after {
    animation-duration:1s;
    top: 24px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    border-width: 3px;
    border-top-color: #b9ab9a;
    opacity: 30%;
}


@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

/* ==========================================================================
                   Handling CSS prefixes
========================================================================== */

@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}


/*---------------------------- scrollbar ------------------------*/

::-webkit-scrollbar {
    width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1eeeb;
    border: 1px solid #b9ab9a;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff;
    border: 1px solid #b9ab9a;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b9ab9a;
}
