/* @import url(leftMenue.css); */
@import url(buttons.css);
@import url(material.css);
@import url(mobileMenue.css);
@font-face {
    font-family:'Schock Gotham Light';
    src: url(Gotham/Gotham-Light.otf);
}

@font-face {
    font-family:'Schock Gotham Bold';
    src: url(Gotham/Gotham-Bold.otf);
}


.greyout{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9999;
}

/*Login Box */
h1{
    font-family: "Schock Gotham Bold";
    font-size: 50px;
}
.text-color--white{
    color: white !important;
    padding-left:50px;
    font-family: "Schock Gotham Light";
    font-size: 18px;
}
.login-headline{
    font-family: "Schock Gotham Bold";
    font-weight: 400;

}

.login-left{
    top:0px;
    position: absolute;
    width:35%;
    min-height: 100%;
    background-color: #7eaecd ;
    color: white;
}

.login{

    font-family: "Schock Gotham Light";
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #404040;
    border-radius: 20px;

    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.login::-ms-expand {
    background-color: transparent;
    border: 0
}

.login:focus {
    color: #495057;
    background-color: #fff;
    border-color: #404040;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .25)
}

.textfield_login {
    margin: 0 auto;
    width: 300px;
    background-color: #fff;

}

.button_login{
    border: 1px solid #ccc;
    height: 25px;
    border-radius: 5px;
    width: 300px;
    font-size: 15px;
    text-align: center;
    margin-top:5px;
    cursor: pointer;
    font-family: "Schock Gotham Light";
}

/* Login Ende */


.passwordReset{
    display:none;
}

.downloadButton{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.downloadButton:hover{
    background-color: #cccccc;
}

.liDownload{
    cursor: pointer;

}
.liDownload:hover{
    font-weight: bolder;

}

.button_logout{
    border: 1px solid #ccc;
    height: 25px;
    border-radius: 5px;
    width: 300px;
    font-size: 15px;
    text-align: center;
    margin-top:10px;
    cursor: pointer;
    font-family: "Schock Gotham Light";
}

.close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    margin-top:-6px;
}


.close-icon:after {
    font-family: "Schock Gotham Bold";
    content: "\2718";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #4d557c;
    z-index:1;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 20px;
    box-shadow: 0 0 2px #000000;
    cursor: pointer;
}

.search:not(:valid) ~ .close-icon {
    display: none;
}

.search-icon {
    position: relative;
    padding: 10px;
}

.close-icon {
    position: relative;
    padding: 10px;
}

.check_uncheck_all{
    float:left;
    position:absolute;
    left:0px;
    top:-15px;
}

.check_uncheck_all_switch{
    float:left;
    position:absolute;
    left:160px;
    top:-17px;
}


.result {
 /*   border: 1px solid #ccc; */
    padding: 10px 10px 10px 10px;
    background-color: #fdfdfd;
  /*  box-shadow: 10px 20px 15px silver; */
  /*  border-radius: 20px; */
    width: auto;
    max-width: 100%;

    left: 40px;
    right: 354px;
    margin: 0 auto;
    position: absolute;
    text-align: center !important;
    font-family: "Schock Gotham Light";

}

.search {
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 20px;
    width: 400px;
    font-size: 20px;
    text-align: center;
    font-family: "Schock Gotham Light";

}

.clearSearchField{
    color: #FFFFFF;
    font-family: "Schock Gotham Light";
    font-size: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    padding:5px 5px 5px 5px;
    margin-left:20px;
    display: none;
    position: absolute;
    margin-left:-377px;
    margin-top:7px;
    cursor: pointer;
}

.clearSearchField:hover{
    color: #f7daba ;
    border: 1px solid #f7daba ;
}

.searchField {
    border: 2px solid #FFFFFF;
    height: 50px;
    border-radius: 60px;
    width: 400px;
    font-size: 14px;
    text-align: center;
    background-color: #366972;
    color: #FFFFFF;
    font-family: "Schock Gotham Light";
    background: url("images/lupe.png") no-repeat right;
}

.searchField:focus{
   outline: none;
}

.searchField:hover{
    border-color: #f7daba ;
}

.searchField::placeholder {
    color: #FFFFFF;
    opacity: 1;
}


.buttonDetails {
    border: 1px solid #ccc;
    height: 20px;
    border-radius: 5px;
    width: 125px;
    font-size: 15px;
    text-align: center;
    box-shadow: 5px 10px 7px silver;
    cursor: pointer;
    font-family: "Schock Gotham Light";

}

.buttonDetails:hover {
    box-shadow: none;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 30px;
    text-align: center;
}

.textfield {
    margin: 0 auto;
    width: 427px;
    font-family: "Schock Gotham Light";
}


.resultInline {
    width: 334px;
    float: left;
    text-align: center;
    max-height: 470px;
    min-height:470px;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: auto;
    font-family: "Schock Gotham Light";

}

.resultInLine:hover {
    box-shadow:
            1px 0px 3px 0px #a6708f,
            0px 1px 3px 0px #a6708f,
            -1px 0px 3px 0px #49839f,
            0px -1px 3px 0px #49839f;
}

.detailImageborder{
    box-shadow:
            1px 0px 3px 0px #a6708f,
            0px 1px 3px 0px #a6708f,
            -1px 0px 3px 0px #49839f,
            0px -1px 3px 0px #49839f;
}

.resultImage {
    max-width: 265px;
    max-height: 135px;
    text-align: center;
}

.divImage {
    max-width: 270px;

    min-height:150px !important;
    margin: 0 auto;
}

.divMaterial
{
    max-width: 270px;

    margin: 0 auto;
    margin-bottom: 5px;
}

.divHeadline {
    max-width: 270px;
    font-size: 15px !important;
    font-weight: bolder;
    min-height:30px !important;
    margin: 0 auto;
    left:5px;
    float:left;
    top: 390px;
    font-family: "Schock Gotham Bold";
}

.divContentLine {
    clear:both;
    max-width: 270px;
    font-size: 12px !important;
    min-height:20px !important;
    margin: 0 auto;
    left:5px;
    float:left;
    font-family: "Schock Gotham Light";

}

.divContentLineRight {
    clear:both;
    max-width: 270px;
    font-size: 12px !important;
    min-height:20px !important;
    margin: 0 auto;
    top:1px;
    right:5px;
    float:right;
    font-family: "Schock Gotham Light";

}

.divBottomline {
    display: inline-block;
    width: 100%;

    vertical-align: bottom;
    cursor: pointer;
}

.technicalData {
    float:left;
}

.moreInfos {
    position: relative;
    bottom:390px;
    right: 270px;
}

.colourImages {
    float: left !important;
    margin-left:0px;
    margin-right:auto;
    width:98%;
    min-height: 130px;
    text-align: center;

}



.colourSingleImages{
    float:left;
    margin-left: 10px;
    margin-top:10px;
   /* box-shadow: 2px 3px 1px silver; */
    left:5px;
    border-radius: 50%;
    border:1px solid #000000;

}

.colourSingleImages:hover > .colourSingleImagesText{
    display:block;

}

.colourSingleImagesText{
    position: absolute;
    margin-top:-35px;
    margin-left:-1%;
    display: none;
    padding-top:5px;
    padding-left:5px;
    padding-right: 5px;
    z-index: 1;
    background-color: #152d30;
    border-radius: 60px;
    width:auto;
    height:25px;
    font-size: 15px;
    color: white;
    font-family: "Schock Gotham Light";
}

.detailInfos {
    top:10px;
    width: 98%;
    height: 95%;
    left:10px;

    background-color: white;
   /* !* horizontal und vertikal zentrieren *!*/
    position: fixed;
   /* z-index: 1;*/
    border: 1px solid #cccccc;
    box-shadow: 10px 20px 15px silver;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0 auto; /* negative obere und linke Margins anwenden, um das Element wirklich zu zentrieren */
    font-family: "Schock Gotham Light";
    overflow-y: scroll;

    overflow-x: hidden;
    z-index: 100;


}

.detailInfosAccessoires {
    top:10px;
    width: 98%;
    height: 95%;
    left:10px;

    background-color: white;
    /* !* horizontal und vertikal zentrieren *!*/
    position: fixed;
    /* z-index: 1;*/
    border: 1px solid #cccccc;
    box-shadow: 10px 20px 15px silver;
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin: 0 auto; /* negative obere und linke Margins anwenden, um das Element wirklich zu zentrieren */
    font-family: "Schock Gotham Light";
    overflow-y: scroll;

    overflow-x: hidden;
    z-index: 100;


}

.detailInformationInheritImage{
    height:205px;
    float:left;
}

.detailInformationInheritKeyFeatures{
    float:left;
    font-family: "Schock Gotham Light";
}

.detailInformationInheritHeadlineModel{
    font-size: 25px;
    clear:both;
    height:40px;
    font-family: "Schock Gotham Light";
}

.detailInformationInherit{
    width:160px;
    float:left;
    padding-bottom: 5px;
    font-weight: bolder;
    font-family: "Schock Gotham Light";
    font-size: 13px;

}

.detailInformationInheritMarketing{
    width:180px;
    float:left;
    padding-bottom: 5px;
    font-weight: bolder;
    font-family: "Schock Gotham Light";
    font-size: 13px;
    text-align: left;


}

.installationsTypesHeader{
    float:left;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    font-family: "Schock Gotham Light";
}

.installationsTypes{
    float:left;
    cursor: pointer;
    font-size: 15px;
    color: #6c757d;
    font-family: "Schock Gotham Light";
}

.installationsTypesSelected{
    float:left;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    background-color: #ecaaab;
    font-family: "Schock Gotham Light";

    padding:3px;
}

.installationsTypes:hover{
    float:left;
    cursor: pointer;
    font-weight: bold;
}


.detailInformationInheritDB{
    width:210px;
    float:left;
    padding-bottom: 5px;
    font-family: "Schock Gotham Light";
    font-size: 13px;

}

.detailInformationInheritDBMarketing{
    width:110px;
    float:left;
    padding-bottom: 5px;
    font-family: "Schock Gotham Light";
    font-size: 13px;
    text-align: left;

}

.accessories{
    margin-left: 5px;
    margin-top: 10px;
    display: none;

}

.accessoriesImages{
    float:left;
    width: 160px;
    margin-left: 5px;
    text-align: center;
    height:100px;


}

.borderBox{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    font-family: "Schock Gotham Bold";
    text-transform: uppercase;
    font-size: 12px;

}

.detailInformationInheritHeadline{
    width:370px;
    float:left;
    font-weight: bolder;
    padding-bottom: 10px;
    font-family: "Schock Gotham Light";


}

.detailInformationAccessoriesInheritHeadline{
    font-weight: bolder;
    padding-bottom: 10px;
    font-family: "Schock Gotham Bold";


}

.prepareSearchPlugin{
    display: none;
    height: 220px;
    text-align: center;
    background-color: #366972;
    width:101%;
    margin-left:-8px;

}

.showMarketingSection{
    display: none;
    height: 220px;
    text-align: left;
    float:left;
    width: 16%;
    height:100%;
    margin-left:20px;
    margin-top:40px;
    font-family: "Schock Gotham Bold";
}

.showMarketingSectionHeaderImage{
    display:none;
    float:right;
    text-align: left;
    width:82%;
    margin-right:-9px;
}

.showMarketingSectionResults{
    display:none;
    float:right;
    text-align: left;
    width:82%;
    background-color: #d9dada;
    margin-right:-9px;
    min-height:500px;
}

.centerHeaderMenue{
    text-align: center;
    float:left;
    min-width: 80%;
    vertical-align: middle;
}

.rightMenue{
    position: fixed;
    right:48px;
    top:290px;
    width:320px;
    border-radius: 15px;
    z-index: 5;
    min-height: 385px;
    background-color: #7eaecd;
    color: white;
    display:none;
    border: 1px #7eaecd solid;

}

.rightMenue:hover{
    box-shadow:
            1px 0px 3px 0px #a6708f,
            0px 1px 3px 0px #a6708f,
            -1px 0px 3px 0px #49839f,
            0px -1px 3px 0px #49839f;
}

.rightMenueInheritDetail{
    position: absolute;
    right:5px;
    top:45px;
    width:350px;

    z-index: 5;
    min-height: 150px;
    background-color: #7eaecd;
    color: white;

}


.rightMenueInheritHeadlineDetail{
    font-family: "Schock Gotham Bold";
    font-size: 20px;
    margin-left:5px;
    top:5px;
    text-align: left !important;
    margin-top:5px;
}

.rightMenueInherit{
    font-family: "Schock Gotham Light";
    font-size: 14px;
    margin-left:5px;
    margin-top:3px;
  /*  float:left; */


}
.rightMenueInheritCheckbox{
    font-family: "Schock Gotham Light";
    font-size: 14px;
    margin-left:10px;
    marin-top:3px;
     float:left;


}

.rightMenueInheritHeadline{
    font-family: "Schock Gotham Bold";
    font-size: 20px;
    margin-left:10px;
    top:5px;
    text-align: left !important;
    margin-top:5px;
}

.loadingForZipFile{
    font-family: "Schock Gotham Light";
    font-size: 15px;
    margin-left:5px;
    marin-top:3px;
    text-align: center;
    display: none;

}

.loadingForZipFileMarketing{
    font-family: "Schock Gotham Light";
    font-size: 15px;
    margin-left:5px;
    marin-top:3px;
    text-align: center;
    display: none;

}

.progress-label {
    font-size: 15px;
    margin: 0 auto;
    width:100%;
    margin-top: 6px;
    text-align: center;
    font-family: "Schock Gotham Light";
    position: absolute;
    color:#000000;
}

.progressbar{
    margin-left:-4px;
}


/* CHECKBOXEN */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    left:2px;
    top:2px;
    text-align: left;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4d557c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4d557c;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* backend */

.userOverview {

    width: auto;
    max-width: 100%;


    margin-left: 15%;
    position: absolute;
    text-align: center !important;
    font-family: "Schock Gotham Light";
}

.userEditOverview {
    width:100%;
    margin-left: 40%;
    text-align: left;
}

.userHeadlineNumber {
    float:left;
    width:100px;
    text-align: left;
    padding-top: 10px;
}

.userHeadline{
    float:left;
    width:200px;
    text-align: left;
    font-family: "Schock Gotham Light";
    font-size: 15px;
    padding-top: 10px;
}

.userHeadlineHover:hover{
   background-color: #cccccc;
    border-radius: 10px;

}

.adminMenueHover:hover{
    background-color: #cccccc;
    border-radius: 0px;
    cursor: pointer;

}

.adminMenueHover{
    height:25px;
    padding-top:5px;
    padding-left:5px;
    cursor:pointer;
}

.userHeadlineNumberLine{
    float:left;
    width:100px;
    text-align: right;
    padding-top: 10px;
}

.dot{
    position: absolute;
    z-index:4;
    margin-top:-25px;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #E50F0F;
}

.userEdit{
    float:left;
    width:300px;
    margin-top: 10px;
}

.userInputFields{
    border: 1px solid #ccc;
    height: 25px;
    border-radius: 5px;
    width: 300px;
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    margin-top:7px;
    /* box-shadow: 10px 20px 15px silver; */
    clear: both;
    font-family: "Schock Gotham Light";
}

.hiddenUpdateInsert{
    display: none;
    color: #E50F0F;
    font-family: "Schock Gotham Light";
    font-size: 15px;
}

.filtertext{
    font-family: "Schock Gotham Light";
    font-size: 15px;
    height:25px;
    width:180px;
}

/* index searchIn auswahl */
.wrapper {
    display: flex;
    padding: 4px;
    border: 1px solid #ccc;
    height: 30px;
    border-radius: 20px;
    width: 390px;
    font-size: 15px;
    text-align: center;

    margin-top:5px;
    cursor: pointer;
    font-family: "Schock Gotham Light";
}

.custom-input {
  flex-grow: 1;
}

.custom-input input[type=radio] {
  display: none;
}

.custom-input label {
  display: block;
  padding: 6px 8px;
  color: #000;
    cursor: pointer;
  text-align: center;
  transition : all .4s 0s ease;
}

.custom-input input[type=radio]:checked + label {
  background-color: #000000;
  color: #000;
    border-radius: 20px;
    height: 18px;
    cursor: pointer;
    color: white;

}

.bigStartImage {
    max-width:102%;
    margin-left:-8px;
}

/* checkboxen rightMenu style */


.checkboxRightMenuStyle {
    display: none;
}
.checkboxRightMenuStyle + label {
    margin-left: 1.4em;
    position: relative;
    cursor: pointer;
}


.checkboxRightMenuStyle + label:after {

    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    right: -1.2em;
    top: -.2em;
    left: -1.0em;
    width: .8em;
    text-align: left;
    font-size: 1.2em;
    line-height: 1.6em;
    content: '\f096';
    font-family: 'FontAwesome';

}
.checkboxRightMenuStyle:checked + label:after {
    content: '\f046';
}

/* End */


/* CATEGORIES */
.subcategoriesHide{
    display: none;
}


/* END */

.mobileBurgerMenueHeadline {
    font-size: 14px;
    font-family: "Schock Gotham Bold";
    position:absolute;
    margin-left:75px;
    margin-top:-25px;
    cursor: pointer;

}

.logoMobile{
    font-family: "Schock Gotham Bold";
    float: left;
    position: absolute;
    margin-left:160px;
    margin-top:-30px;
}

.logoMobileMedia{
    font-family: "Schock Gotham Bold";
    font-size: 15px;
    vertical-align: middle;
    padding-top:5px;
    position: absolute;
    margin-left:330px;
    margin-top:-30px;
}

/* responsive overload */

@media (min-width: 1300px) {
    .logo {
        float: left;
        margin-left: 15px;
        font-family: "Schock Gotham Bold";
    }

    .mobileBurgerMenue{
        float:left;
        display:none;
    }



    .login-left{
        display: block;
    }





}

@media (max-width: 1300px) {

    .logo{
        display:none;
    }

    .mobileBurgerMenue{
        float:left;
        display:block;
    }

    .login-left{
        display:none;
    }

    .bigStartImage{
        margin-top:5px;
    }

    .prepareSearchPlugin{
        margin-top:10px;
    }

    .result {
        min-width: 98%;
    }

    .resultInline{
        width: 90%;
    }





}
