@charset "UTF-8";

#mainnav .level2 a,
.content {
    width: 1170px;
    margin: 0 auto;
}

#navigation,
.modal-container {
    width: 100%;
    /*min-height: 106px;*/
}

/* Navigaton */
#navigation {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: left;
    /*padding-bottom: 6px;*/
    padding-bottom: 20px;
    background-color: white; /*IE10 Fallback*/
    background: -webkit-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, 0.2) 5px, white 7px); /*29.06. war white 5px, allerding weisse linie die entfernt werden sollte*/
    background: -moz-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, 0.2) 5px, white 7px);
    background: -o-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, 0.2) 5px, white 7px);
    background: -ms-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, 0.2) 5px, white 7px);
    background: linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, 0.2) 5px, white 7px);
}

#navi-logo {
    float: right;
    margin-top: 55px;
}

#mainnav {
    float: left;
    margin-top: 76px;
}

#mainnav .level1 {
    display: inline-block;
    margin-right: 25px;
}

#mainnav .level1:last-child {
    margin-right: 0;
}

#mainnav .level1 a,
#mainnav span.level1-headline {
    color: black;
    font-size: 20px;
    line-height: normal;
    cursor: pointer;
}

#mainnav span.active,
#mainnav .level1 a:hover,
#mainnav span.level1-headline:hover,
#mainnav .level1.aktiv span.level1-headline,
#mainnav a.aktiv {
    color: rgb(234, 102, 33);
}

#mainnav span.level1-headline:after {
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f107";
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
}

.level1.aktiv span.level1-headline {
    position: relative; /*wegen orangenem balken*/
    z-index: 999;
    padding-bottom: 16px;
}

.level1.aktiv span.level1-headline {
    border-bottom: 2px solid rgb(234, 102, 33);
}

#mainnav div.level2 {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 120px;
    padding-bottom: 6px;
    background-color: rgb(232, 233, 234); /* IE 10 Fallback*/
    background: -webkit-linear-gradient(bottom, transparent 1px, rgb(200, 200, 200) 5px, rgb(232, 233, 234) 5px);
    background: -moz-linear-gradient(bottom, transparent 1px, rgb(200, 200, 200) 5px, rgb(232, 233, 234) 5px);
    background: -o-linear-gradient(bottom, transparent 1px, rgb(200, 200, 200) 5px, rgb(232, 233, 234) 5px);
    background: -ms-linear-gradient(bottom, transparent 1px, rgb(200, 200, 200) 5px, rgb(232, 233, 234) 5px);
    background: linear-gradient(bottom, transparent 1px, rgb(200, 200, 200) 5px, rgb(232, 233, 234) 5px);
}

#mainnav .level2 div {
    background-color: rgb(242, 243, 244);
}

#mainnav .level2 div:first-child,
#mainnav .level1.level1:nth-of-type(2) .level2 div:last-child {
    background-color: rgb(232, 233, 234);
}

#mainnav .level2 div:first-child {
    background-color: rgb(232, 233, 234); /*IE10 Fallback*/
    background: -webkit-linear-gradient(top, rgb(210, 210, 210) 1px, rgb(232, 233, 234) 4px);
    background: -moz-linear-gradient(top, rgb(210, 210, 210) 1px, rgb(232, 233, 234) 4px);
    background: -o-linear-gradient(top, rgb(210, 210, 210) 1px, rgb(232, 233, 234) 4px);
    background: -ms-linear-gradient(top, rgb(210, 210, 210) 1px, rgb(232, 233, 234) 4px);
    background: linear-gradient(top, rgb(210, 210, 210) 1px, rgb(232, 233, 234) 4px);
}

#mainnav .level2 a {
    display: block;
    font-size: 20px;
    line-height: 50px;
}

#mainnav .level1:nth-of-type(2) .level2 a span {
    padding-left: 166px;
}

#mainnav .level1:nth-of-type(3) .level2 a span {
    padding-left: 328px;
}

#mainnav .level1:nth-of-type(4) .level2 a span {
    padding-left: 436px;
}


#subnav {
    position: absolute;
    top: 0;
    padding-top: 15px;
    line-height: 22px;
}

#subnav a {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    line-height: 19px;
    color: rgb(143, 143, 143);
}

#subnav #langswitch img,
#subnav #countryswitch img {
    position: relative;
    width: 18px;
    top: -3px;
}

#link_warenkorb:before {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f0c6";
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
    font-weight: 200;
}

#productsearch:before {
    font-family: "FontAwesome";
    font-size: 12px;
    content: "\f002";
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
    font-weight: 200;
}

#live-production:before {
    content: url('video-symbol-2.png');
    transform: scale(.3);
    margin-left: -48px;
    transform-origin: right 0;
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}

#level-4:before {
    content: url('icon-level4.png');
    display: inline-block;
    transform: scale(.3);
    margin-left: -48px;
    transform-origin: right 0;
    vertical-align: top;
    padding-right: 6px;
    height: 16px;
}

#subnav a:last-child {
    margin-right: 0;
}

/* Fixierte Version */

#navigation.fixed {
    padding-bottom: 6px;
    min-height: 60px;
    height: 60px;
}

.fixed #mainnav {
    display: none;
}

#burger-button {
    background: url('burger-button.png') 0 0 no-repeat transparent;
    display: none;
    float: left;
    width: 30px;
    height: 22px;
    margin-top: 20px;
    cursor: pointer;
}

.fixed #burger-button,
.fixed #search-button {
    display: inline-block;
}

.fixed #navi-logo {
    margin-top: 15px;
    height: 30px;
    overflow: hidden;
}

#search-button {
    cursor: pointer;
    display: none;
    font-size: 25px;
    margin-left: 35px;
    margin-top: 18px;
}

/* Suche && Sparchweschel (Modal)*/

.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(255, 255, 255, 0.85);
    text-align: left;
}

.modal-container {
    float: left;
    background: -webkit-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
    background: -moz-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
    background: -o-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
    background: -ms-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
    background: linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
    /*padding: 0 0 6px 0; */
    padding: 0 0 20px 0;
}

.modal .content {
    position: relative;
}

#search-modal em,
#search-modal input {
    color: rgb(86, 86, 86);
}

#search-modal form {
    padding-top: 35px;
}

#search-modal form em {
    font-size: 45px;
}

#search-modal input {
    margin-left: 25px;
    padding-left: 10px;
    height: 28px;
    border: none;
    border-left: 1px solid black;
    font-size: 24px;
    line-height: 28px;
    vertical-align: top;
    margin-top: 13px;
    width: 80%;
    outline: none;
}

#search-modal input:active,
#search-modal input:focus {
    border: none;
}

#search-modal button {
    border: none;
    background-color: transparent;
}

#search-modal form i {
    font-size: 45px;
}

#search-close,
#lang-close,
#country-close {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    font-size: 25px;
}

#lang-container,
#country-container {
    padding-top: 40px;
}

#lang-modal a,
#country-modal a {
    color: rgb(30, 30, 30);
    margin-right: 55px;
    font-size: 20px;
    line-height: 50px;
}

#lang-modal span,
#country-modal span {
    margin-right: 55px;
    font-size: 20px;
    line-height: 50px;
}

#lang-modal a:hover,
#lang-modal a.aktiv,
#lang-modal span.aktiv,
#country-modal span.aktiv,
#country-modal a:hover,
#country-modal a.aktiv {
    color: rgb(234, 102, 33);
}

/* Größe 2: Tablet */
@media screen and (max-width: 1279px) {

    #navi-logo {
        margin-top: 56px;
    }

    #mainnav .level2 a,
    .content {
        width: 880px;
    }

    #mainnav .level1 a,
    #mainnav .level1-headline,
    #subnav,
    .content {
        width: 690px;
    }

    body.stop-scrolling {
        height: 100% !important;
        overflow: hidden !important;
    }

    body:not(#start) #navigation {
        position: absolute;
    }

    #navigation {
        /*height: 60px;*/
    }

    #navigation.opened {
        height: 100%;
        background-color: rgba(255, 255, 255, 0.84);
    }

    #burger-button,
    #search-button {
        display: inline-block;
        line-height: 20px;
    }


    #subnav,
    #mainnav {
        position: absolute;
        top: inherit;
        left: 0;
    }

    #mainnav {
        display: none;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: white;
        margin-top: 0;
        top: 60px; /* top: statt margin-top: damit bei toggle die Navi nicht über den Burger-Button fährt*/
        border-top: 1px solid rgb(217, 217, 217);
    }

    #mainnav.show-nav {
        display: block;
    }

    #mainnav .level1 {
        left: 0;
        width: 100%;
        padding-top: 18px;
    }

    #mainnav .inaktiv a,
    #mainnav .inaktiv span.level1-headline {
        color: rgb(143, 143, 143);
    }

    #mainnav .level1:last-of-type {
        border-bottom: 1px solid rgb(190, 190, 190);
        padding-bottom: 18px;
    }

    #mainnav .level1-headline,
    #mainnav .level1 a {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    .level1.aktiv span.level1-headline,
    .level1-headline:hover {
        border: none;
    }

    #mainnav .level1-headline:after {
        float: right;
    }

    #mainnav .level1.aktiv .level1-headline:after {
        content: "\f106";
    }

    #mainnav .level2.aktiv {
        display: block;
    }

    #mainnav div.level2 {
        position: relative;
        top: 0;
        margin-top: 18px;
        box-shadow: none;
    }

    #mainnav div.level2 a {
        padding-left: 30px;
    }

    #mainnav .level1:nth-of-type(2) div.level2 a span,
    #mainnav .level1:nth-of-type(3) div.level2 a span,
    #mainnav .level1:nth-of-type(4) div.level2 a span {
        padding-left: 0;
    }

    #mainnav .level2 div:first-child {
        border-top: none;
    }

    .stop-scrolling .modal-container {
        height: auto;
    }

    #search-modal input {
        margin-bottom: 20px;
    }


    #subnav {
        position: static;
        margin: 0 auto;
        margin-top: 18px;
        padding-bottom: 15px;
        line-height: 28px;
        width: 100%;
        background: -webkit-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
        background: -moz-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
        background: -o-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
        background: -ms-linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
        background: linear-gradient(bottom, transparent 1px, rgba(0, 0, 0, .2) 5px, #fff 7px);
        border-top: 1px solid #bebebe;
    }

    #subnav-content {
        margin: 0 auto;
        width: 690px;
    }

    #navi-logo {
        margin-top: 15px;
        height: 30px;
        overflow: hidden;
    }

    .modal {
        background-color: white;
        top: 60px;
        border-top: 1px solid rgb(217, 217, 217);
    }

    .modal-container {
        padding-bottom: 0;
    }

    #lang-modal nav,
    #country-modal nav {
        padding-top: 4px;
    }

    #lang-modal a,
    #country-modal a {
        display: block;
        line-height: 50px;
    }

}

/* Größe 1: Smartphone */

@media screen and (max-width: 759px) {
    /* 100% = 320px; */
    #mainnav .level1 a,
    #mainnav .level1-headline,
    #subnav-content,
    .content {
        width: 90.625%; /* 290/320 */
    }

    #navi-logo {
        /*margin-top: 20px;
        height: 20px;*/
    }

    #navi-logo img {
        width: 90px;
    }

    #mainnav {
        top: 50px; /* top: statt margin-top: damit bei toggle die Navi nicht über den Burger-Button fährt*/
    }

    #burger-button {
        background-image: url('burger-button-gr1.png');
    }

    #search-button {
        font-size: 21px;
        margin-left: 8px;
        margin-top: 18px;
    }

    .modal {
        top: 50px;
    }

}
