/* Fonts */
@font-face {
    font-family: 'Gilda Display';
    font-style: normal;
    font-weight: 400;
    src: local('Gilda Display'), local('GildaDisplay-Regular'), url(../fonts/gilda.woff2) format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(../fonts/pt_sans/pt_sans_regular.woff2) format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(../fonts/pt_sans/pt_sans_bold.woff2) format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(../fonts/pt_sans/pt_sans_italic.woff2) format('woff2');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(../fonts/pt_sans/pt_sans_italic_bold.woff2) format('woff2');
}

/* Allgemein */
html{height: 100%;}
body{font-family: 'PT Sans'; font-weight: 400; font-style: normal; height: 100%;}
a{color: inherit}
a:hover{color: inherit; text-decoration: none;}
a:active{color: inherit; text-decoration: none;}
a:focus{color: inherit; text-decoration: none;}
h1{font-family: 'Gilda Display'; margin: 77px 0px; text-align: center;}
h2{font-family: 'Gilda Display'; margin: 77px 0px;}
h3{font-family: 'Gilda Display'; font-size: 25px; line-height: 35px; margin: 20px 0;}
img{max-width: 100%;}
.Absatz{margin-bottom: 77px;}

.trennLinie{
    width: 100%;
    margin: 5px 0 25px 0;
    height: 1px;
    background: rgba(197,197,197,1);
}
.draggableHeandler{
    cursor: move;
}

/* Main Logo */
#mainLogo{
    position: absolute;
    right: 60px;
    height: 100px;
    top: 30px;
    z-index: 101;
}
#mainLogo img{
    max-height: 100%;
}

/* Kontaktbutton */
#fixedKontakt{
    position: fixed;
    background: rgba(197,197,197,1);
    z-index: 97;
    right: 60px;
    top: 150px;
    font-size: 25px;
}
.contactOverlayBtn{
    display: inline-block;
    margin: 5px 15px;
    cursor: pointer;
    text-align: center;
}
#fixedKontakt .contactOverlayBtn:first-of-type{
    margin-right: 0px;
}
#fixedKontakt .contactOverlayBtn:last-of-type{
    margin-left: 0px;
}
#fixedKontaktContentContainer{
    position: fixed;
    right: 60px;
    top: 210px;
    width: 300px;
    background: rgba(197,197,197,1);
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    display: none;
    z-index: 103;
}
#fixedKontaktContentContainer h4{
    border-bottom: 1px solid rgba(60,60,60,1);
}
#fixedKontaktContentContainer p{
    margin: 0px;
}
#fixedKontaktContentContainer p > i{
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    text-align: center;
}
#fixedKontaktContentContainer table{
    width: 100%;
    background: #fff;
}
#fixedKontaktContentContainer table td{
    padding: 2px 5px;
    vertical-align: baseline;
}
#fixedKontaktContentContainer table td:first-child{
    width: 40px;
    text-align: center;
}
#fixedKontaktContentContainer table i{
    display: inline-block;
    width: 20px;
    margin-right: 5px;
    text-align: center;
}
.fixedKontaktContentContainerCloseBtn{
    position: absolute;
    right: 2px;
    top: 0px;
    display: inline-block;
    cursor: pointer;
    z-index: 9;
}
.fixedKontaktContentContainerCloseBtn i{
    float: right;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
}
.fixedKontaktContent{
    display: none;
}
.fixedKontaktContentMap{
    width: 100%;
    height: 250px;
}
.fixedKontaktContentKontakt input{
    margin: 0px 0px 10px 0px;
    width: 100%;
    padding: 5px 5px;
}
.fixedKontaktContentKontakt label{
    padding: 0px 0px 0px 5px;
    margin: 0px;
    font-weight: 400;
}
.fixedKontaktContentKontakt select{
    margin: 0px 0px 10px 0px;
    width: 100%;
    padding: 5px 5px;
}
.fixedKontaktContentKontakt textarea{
    margin: 0px 0px 10px 0px;
    width: 100%;
    max-width: 100%;
    height: 100px;
    padding: 5px 5px;
}
.contactMessage{
}
.contactMessageContent{
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.errorMessage{
    background: #fff;
    border: 1px solid rgba(255,0,0,1);
}
.errorField{
    border-color: rgba(255,0,0,1);
}
.successMessage{
    background: #fff;
    border: 1px solid rgba(1,162,0,1);
}


@media screen and (max-width: 991px){
    .noTablet{
        display: none;
    }
}
@media screen and (max-width: 550px){
    .noMobile{
        display: none;
    }
    .Absatz{
        margin-bottom: 35px;
    }
    #fixedKontakt{
        position: fixed;
        right: 0;
        top: 100px;
    }
    .contactOverlayBtn{
        display: block;
        margin: 5px 15px;
        cursor: pointer;
    }
    #fixedKontakt .contactOverlayBtn:first-of-type{
        margin-right: 15px;
    }
    #fixedKontakt .contactOverlayBtn:last-of-type{
        margin-left: 15px;
    }
    #mainLogo{
        position: fixed;
        width: 90px;
        top: 10px;
        left: 15px;
        height: auto;
    }
}
/* Main Menue */ 
#mobileMenuBtn{
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 102;
    color: rgba(223,163,0,1);
    font-size: 25px;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
    cursor: pointer;
    display: none;
}

/* Main Navigation */
#mobileNavLeiste{
    position: fixed;
    width: 100%;
    height: 60px;
    background: rgba(255,255,255,0.95);
    z-index: 99;
    top: 0;
    border-bottom: 1px solid rgba(230,230,230,1);
    display: none;
}
#mobileNavContainer{
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 98;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
    max-height: calc(100% - 60px);
    overflow-y: auto;
    padding: 0px;
    display: none;
    background: rgba(255,255,255,0.95);
}
.mobileNavContent{
    display: block;
}
.mobileNavContent span{
    white-space: nowrap;
}
.mobileNavContent ul{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px 15px 0px 15px;
}
.mobileNavContent > ul{
    padding-bottom: 15px;
}
.mobileNavContent li{
    display: block;
    position: relative;
    padding: 0px;
}
.mobileNavContent > ul a{
    display: block;
    position: relative;
    padding: 0px 35px 0px 15px;
    line-height: 60px;
    cursor: pointer;
}
.mobileNavContent > ul > li > a{
    border-bottom: 2px solid rgba(60,60,60,1);
}
.mobileNavContent > ul > li > ul a{
    border-bottom: 1px solid rgba(60,60,60,1);
}
i.mobil-arrow{
    display: inline-block;
    position: absolute;
    right: 15px;
    transition: all 0.2s ease-in-out;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
}
ul.NavLevel2{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
}
.NavLevel2 li{
    width: 100%;
    display: block;
}
ul.NavLevel3{
    position: relative;
    left: 0px;
    width: 100%;
    top: 0px;
    display: none;
}
@media screen and (max-width: 550px){
    #mobileNavLeiste{
        display: block;
    }
    #mobileMenuBtn{
        display: block;
    }
}


/* Home Background Image */
.homebackgroundContainer {
    position: relative;
    /* height: 2160px; */
    width: 100%;
    overflow: hidden;
    background: rgba(60,60,60,1);
    z-index: -101;
}
.homebackgroundContainerSlider{
    width: 100%;
    position: relative;
}
.homeBackgroundSliderImgContainer{
    position: relative;
    width: 100%;
    height: 2160px;
}
.homeBackgroundSliderImgContainer img{
    position: absolute;
/*    width: 1920px;*/
    height: 100%;
    max-height: none;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 550px){
    .homebackgroundContainer {
        height: 1200px;
    }
    .homebackgroundContainerSlider{
        height: 1200px;
    }
    .homeBackgroundSliderImgContainer{
        height: 1200px;
    }
    .homeBackgroundSliderImgContainer img{
        width: 1065px;
    }
}

.HeaderBanner{
    position: relative;
    width: 100%;
    height: 540px;
    transition: all 0.3s ease-in-out;
}

/* Header-Slider */
#headerBannerSlider{
    width: 100%;
    overflow: hidden;
}
.headerBannerSliderItem{
    width: 100%;
    position: relative;
}
.headerBannerSliderItemRatio{
    margin-top: 28%;
}
.headerBannerSliderItem img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-width: 100%;
}
@media screen and (max-width: 550px){
    #headerBannerSliderContainer{
        width: 140%;
        margin: 0 auto;
        float: none;
        left: 50%;
        transform: translateX(-50%); 
    }
    #headerBannerSlider{
        margin-top: 60px;
    }
}

/* Header Parallax */
.headerParallax{
    width: 100%;
    position: relative;
}
@media screen and (max-width: 991px){
    .HeaderBanner{
        height: 300px;
    }
    .headerSlider {
        height: 300px;
    }
    .headerSliderItem {
        position: relative;
        width: 100%;
        height: 300px;
    }
    .headerSliderImgContainer{
        width: 1067px;
        height: 300px;
    }
    .HeaderBanner{
        height: 300px;
    }
}
@media screen and (max-height: 700px){
    .HeaderBanner{
        height: 300px;
    }
    
}
/* Home Content */
.homeContent{
    position: absolute;
    width: 100%;
    top: 33%;
    z-index: 1;
}
.homeItem{
    position: relative;
    background: rgba(255,255,255,0.5);
    padding: 50px 25px;
    margin: 0 0 35px 0;
}
.homeItemImgBorder{
    width: 250px;
    height: 250px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.homeItemImgBorder:hover{
    transform-origin: 50% 50%;
    transform: scale(1.05)
}
.homeItemImgBorder:hover .homeItemImgOverlay{
    opacity: 0.3;
}
.homeItemImg{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}
.homeItemImg img{
    position: absolute;
    min-height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    z-index: 1;
}
.homeItemImgOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.homeItemTitle{
    padding: 25px 0 0 0;
    text-align: center;
}
.homeSlogan{
    position: absolute;
    width: 100%;
    top: 40%;
}
.homeSloganContent{
    position: relative;
    background: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 0px 50px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.homeSloganContent h1{
    text-align: center;
    margin: 15px 0px;
}
@media screen and (max-width: 1500px){
    .homeSloganContent h1{
        font-size: 40px;
    }
    .homeContent{
        top: 450px;
    }
    .homeSlogan{
        top: 250px;
    }
}
@media screen and (max-width: 1150px){
    .homeSloganContent h1{
        font-size: 30px;
    }
    .homeSloganContent{
        
        position: relative;
    }
}
@media screen and (max-width: 768px){
    .homeSloganContent h1{
        font-size: 20px;
    }
    .homeContent{
        top: 250px;
    }
    .homeItem{
        padding: 25px 0px;
    }
    .homeItemImgBorder{
        width: 150px;
        height: 150px;
    }
    .homeSlogan{
        top: 100px;
    }
    .homeSloganContent{
        padding: 0px 15px;
    }
}

/* Footer - Menu */
#BleyleFooter{
    position: relative;
}
.footerMenu{
    position: absolute;
    width: 600px;
    right: 50px;
    bottom: 30px;
    text-align: right;
    z-index: 1;
}
.footerMenu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footerMenu li{
    padding: 5px 15px;
}


.Circle{
    height: 30px;
    width: 30px;
    background: rgba(255,255,255,1);
    border: 6px solid rgba(60,60,60,1);
    border-radius: 100%;
}
.VerticalLine{
    width: 4px;
    background: rgba(60,60,60,1);
}

/* Biographie Items */
.biographyItemRow{
    padding-bottom: 77px;
}
.biographyMainTitle{
    margin-bottom: 77px;
    text-align: center;
}
.biographyMainTitle h1{
    margin-bottom: 0px;
    text-align: center;
}
.biographyMainTitle h2{
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 10px 80px;
    border-top: 1px solid rgba(197,197,197,1);
    text-align: center;
}
.biographyVerticalLine{
    min-height: 100px;
    position: absolute;
    left: 50%;
    top: 5px;
    bottom: 0px;
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
}
.biographyCircle{
    position: absolute;
    left: 50%;
    transform: translateX(-73px);
}
.biographyEndCircle{
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-73px);
    background: rgba(60,60,60,1);
    display: none;
}
.biographyImgContainer{
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    overflow: hidden;
    left: 100%;
    transform: translateX(-320px);
}
.biographyImgContainer img{
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.biographyTitle{
    text-align: right;
    padding-right: 120px;
    margin: 0px 0px 35px 0px;
    font-size: 25px;
}
.biographyImgText{
    margin: 10px 0px 25px 0px;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    width: 200px;
    left: 100%;
    position: relative;
    transform: translateX(-320px);
}
.biographyImgText p{
    margin: 3px 0px;
}
.readMoreBtn{
    cursor: pointer;
}
.readMoreContainer{
    display: none;
}
.biographyElemenContainer{
    margin-bottom: 77px;
}
.biographyFooterMenuContainer{
    margin-bottom: 77px;
}
.biographyFooterMenuElement{
    float: left;
    width: 25%;
    position: relative;
    display: inline-block;
    padding: 2px;
}
.biographyFooterMenuElementImgContainer{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.biographyFooterMenuElementImgContainer:hover > .biographyFooterMenuElementHoverContainer{
    opacity: 1;
}
.biographyFooterMenuElementImgContainer img{
   height: 100%;
   min-width: 100%;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translateX(-50%) translateY(-50%);
}
.biographyFooterMenuElementHoverContainer{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20% 10%;
    opacity: 0;
    background: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.biographyFooterMenuElementHoverContainerTitle{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0px 10% 0px;
}
.biographyFooterMenuElementHoverContainerContent{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10%;
}
.biographyFooterMenuElementInfo{
    height: 35px;
    line-height: 31px;
    padding: 2px 15px;
    text-align: center;
    float: left;
    width: 100%;
}
@media screen and (max-width: 991px){
    .biographyItemRow{
        padding-bottom: 35px;
    }
    .biographyTitle{
        text-align: left;
        padding-right: 0px;
        margin: 0px 0px 35px 0px;
        font-size: 25px;
    }
    .biographyVerticalLine{
        left: 30px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    .biographyCircle{
        left: 30px;
        transform: translateX(-50%);
    }
    .biographyEndCircle{
        left: 30px;
        transform: translateX(-50%);
    }
    .biographyImgContainer{
        left: 0px;
        height: 150px;
        width: 150px;
        transform: none;
    }
    .biographyLeftContainer{
        padding-left: 60px;
    }
    .biographyRightContainer{
        padding-left: 60px;
    }
    .biographyImgText{
        margin: 0;
        text-align: center;
        font-style: italic;
        font-size: 12px;
        width: 200px;
        left: 0px;
        position: relative;
        transform: none;
        margin-top: -40px;
        margin-left: 100px;
        margin-bottom: 35px;
    }
    .biographyElemenContainer{
        margin-bottom: 35px;
    }
    .biographyFooterMenuContainer{
        margin-bottom: 35px;
    }
    .biographyFooterMenuElementHoverContainerTitle{
        font-size: 20px;
    }
    .biographyFooterMenuElementHoverContainerContent{
        font-size: 20px;
    }
    .biographyElemenContainer .biographyElement:last-of-type .biographyVerticalLine{
        bottom: 5px;
    }
    .biographyElemenContainer .biographyElement:last-of-type .biographyEndCircle{
        display: block;
    }
}
@media screen and (max-width: 700px){
    .biographyFooterMenuElementHoverContainerTitle{
        font-size: 16px;
    }
    .biographyFooterMenuElementHoverContainerContent{
        font-size: 14px;
    }
    .biographyMainTitle h2{
        padding: 10px 25px;
    }
}
@media screen and (max-width: 540px){
    .biographyImgText {
        margin: 0;
        text-align: left;
        font-style: italic;
        font-size: 12px;
        margin-top: -20px;
        margin-bottom: 35px;
    }
    .biographyImgContainer {
        left: 0px;
        height: 150px;
        width: 150px;
        transform: none;
        margin-bottom: 35px;
    }
    .biographyFooterMenuElementInfo{
        display: none;
    }
    .biographyFooterMenuElementHoverContainer{
        display: none;
    }
    .biographyFooterMenuElement{
        width: 50%;
    }
    .biographyMainTitle h2{
        padding: 10px 0px;
    }
}
@media screen and (min-width: 991px){
    .biographyElemenContainer .biographyElement:last-of-type .biographyVerticalLine{
        display: none;
    }
}

/* Firmen Geschichte */
.HistoryElemenContainer{
    margin-bottom: 77px;
}
.companyHistoryElement{
    padding-bottom: 77px;
}
.companyVerticalLine{
    min-height: 100px;
    position: absolute;
    left: 30px;
    top: 5px;
    bottom: 0px;
    transform: translateX(-50%);
}
.companyCircle{
    position: absolute;
    left: 30px;
    top: 0px;
    transform: translateX(-50%);
}
.companyEndCircle{
    position: absolute;
    left: 30px;
    bottom: 0px;
    background: rgba(60,60,60,1);
    transform: translateX(-50%);
    display: none;
}
.companyHistoryHeader{
    padding: 0px 0px 5px 45px;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 44px;
}
.companyHistoryHeader h2{
    padding: 0px 50% 5px 0;
    margin: 0px;
    border-bottom: 1px solid rgba(197,197,197,1);
}
.companyHistoryHeader i {
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 25px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.historyGallery{
    padding: 0px 0px 0px 45px;
    margin: 77px 0px 0px 0px;
}
.historyGalleryContent{
    border-bottom: 1px solid rgba(197,197,197,1);
    border-top: 1px solid rgba(197,197,197,1);
    padding: 10px 15px;
}
.HistoryFooterMenuContainer{
    margin-bottom: 77px;
}
.HistoryFooterMenuElement{
    padding: 2px;
    float: left;
}
.HistoryFooterMenuElementContentContainer{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.HistoryFooterMenuElementContentContainer img{
    position: absolute;
    width: 110%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.HistoryFooterMenuElementContentContainer:hover > .HistoryFooterMenuElementHoverContainer{
    opacity: 1;
}
.HistoryFooterMenuElementInfo{
    height: 35px;
    line-height: 31px;
    padding: 2px 15px;
    text-align: center;
    float: left;
}
.HistoryFooterMenuElementHoverContainer{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5% 5%;
    opacity: 0;
    background: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
}
.HistoryFooterMenuElementHoverContainerTitle{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0px 10% 0px;
}
.HistoryFooterMenuElementHoverContainerContent{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
@media screen and (max-width: 991px){
    .companyHistoryContent{
        padding-left: 60px;
    }
    .HistoryFooterMenuElement{
        width: 50% !important;
    }
    .HistoryElemenContainer .companyHistoryElement:last-of-type .companyVerticalLine{
        bottom: 5px;
    }
    .HistoryElemenContainer .companyHistoryElement:last-of-type .companyEndCircle{
        display: block;
    }
    .HistoryFooterMenuContainer{
        margin-bottom: 35px;
    }
}
@media screen and (min-width: 991px){
    .HistoryElemenContainer .companyHistoryElement:last-of-type .companyVerticalLine{
        display: none;
    }
}

/* Lizensen */
.licensesCatItemHeader{
    border-bottom: 2px solid rgba(230,230,230,1);
    cursor: pointer;
}
.licensesCatItemHeader h2{
    text-align: center;
    margin: 10px 0;
}
.licensesCatItemHeader h2 i{
    margin-left: 10px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.licensesCatItemList{
    list-style: none;
    margin: 0px;
    padding: 10px;
    border: 1px solid rgba(230,230,230,1);
}
.licensesCatItemList li{
    padding: 5px 0px;
}
.licensesCatItemListAssigned{
    margin-left: 10px;
    color: rgba(223,163,0,1);
}

main{
    position: relative;
    min-height: 100%;
}
/* Footer */
.footerPlaceholder{
    height: 60px;
}
#BleyleFooter{
    position: relative;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 0 35px;
    margin-top: -40px;
    background: rgba(255,255,255,0.5);
    line-height: 40px;
}
/*#BleyleFooter{
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 35px;
    margin-top: -40px;
    background: rgba(255,255,255,0.5);
    line-height: 40px;
}*/
.BleyleFooterMenu{
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.BleyleFooterMenu li{
    float: right;
    display: inline-block;
    padding: 0 15px;
}
.BleyleFooterMenu li:last-child{
    padding-left: 0px;
}
.BleyleFooterMenu li:first-child{
    padding-right: 0px;
}

.contactTable{
    width: 100%;
}
.contactTable td:first-child{
    width: 40px;
    text-align: center;
    vertical-align: baseline;
}

#overlayBigImg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(0,0,0,0.7);
    display: none;
    cursor: pointer;
}
#overlayBigImg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    max-height: 90%;
    max-width: 90%;
    width: auto;
    height: auto;
    cursor: auto;
}
.bigImg{
    cursor: pointer;
}
#closeBigImgBtn{
    position: absolute;
    z-index: 2;
    cursor: pointer;
    color: rgba(255,255,255,1);
    font-size: 25px;
    transform: rotate(45deg);
}

.imgGalleryItem{
    position: relative;
    float: left;
    cursor: pointer;
}
.imgGalleryItem > .imgGalleryRatioTwo{
    margin-top: 200%;
}
.imgGalleryItem > .imgGalleryRatioOne{
    margin-top: 100%;
}
.imgGalleryItem > .imgGalleryRatioFive{
    margin-top: 50%;
}
.imgGalleryItemContent{
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: rgba(65,65,65,1);
}
.imgGalleryItemBookIcon{
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(255,255,255,1);
    text-shadow: 0 0 5px rgba(0,0,0,1);
    font-size: 30px;
}
.imgGalleryItemContentContainer{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background: rgba(65,65,65,1);
    overflow: hidden;
}
.imgGalleryItemContentContainer > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: none;
}
.imgGalleryItemContentOverlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    padding: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.imgGalleryItem:hover .imgGalleryItemContentOverlay{
     opacity: 1;
}
.imgGalleryItemContentOverlayContent{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}
.imgGalleryItemContentOverlayContent h3{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.imgGalleryLinkItemWidth{
    width: 25%;
}
.imgGalleryLinkItem{
    background: rgba(255,255,255,1);
    border: 2px solid rgba(197,197,197,1);
    padding: 15px;
    transition: all 0.3s ease-in-out;
    color: rgba(223,163,0,1);
}
.imgGalleryItem:hover .imgGalleryLinkItem{
    background: rgba(197,197,197,1);
}
.imgGalleryItem:hover .imgGalleryLinkItem h2{
    color: rgba(255,255,255,1);
}
@media screen and (max-width: 550px){
    .imgGalleryItemContent{
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
    }
    .imgGalleryItemBookIcon{
        top: 10px;
        right: 10px;
        font-size: 20px;
    }
    .imgGalleryItemContentOverlayContent h3{
        font-size: 18px;
        line-height: 20px;
        display: block;
    }
    .imgGalleryLinkItem h2{
        font-size: 20px;
    }
    .imgGalleryLinkItemWidth{
        width: 50%;
    }
}
@media screen and (max-width: 756px){
    .imgGalleryLinkItem h2{
        font-size: 25px;
    }
}


/* BigGallery NEW*/

#bigGalleryOverlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 102;
}
#bigGalleryOverlayThumbnailContent{
    padding: 0 50px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    float: left;
}
#bigGalleryOverlayThumbnailContainer{
/*    min-height: 150px;*/
    padding-bottom: 25px;
    overflow-x: scroll;
    float: left;
    width: 100%;
    margin-bottom: -17px;
}
#bigGalleryOverlayThumbnailContainerContent{
    position: relative;
}
#closeBigGallery{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    transform: rotate(45deg);
    z-index: 2;
    color: rgba(230,230,230,1);
    cursor: pointer;
}
.bigGalleryThumbItem{
    padding: 5px;
    background: rgba(255,255,255,1);
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.bigGalleryThumbItem.selected{
    outline: 3px solid rgba(223,163,0,1);
}
.bigGalleryThumbItem > .bigGalleryThumbItemOverlay.selected{
    opacity: 1;
}
.bigGalleryThumbItem > img.selected{
    filter: grayscale(100%);
}
.bigGalleryThumbItemOverlay{
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,0.7);
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}
.bigGalleryScrollArrow{
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    color: rgba(255,255,255,1);
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}
#bigGalleryThumbArrowLeft{
    left: 25px;
    transform: translate3d(-50%, -50%, 0);
}
#bigGalleryThumbArrowRight{
    right: 25px;
    transform: translate3d(50%, -50%, 0);
}
#bigGalleryOverlaySliderContainer{
    position: absolute;
    margin: 0 auto;
    width: calc(100% - 100px);
    top: 25px;
    left: 50px;
}
#bigGalleryOverlaySliderContainerContent{
    position: relative;
    height: 100%;
}
#bigGalleryOverlaySliderContainer img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.bigGallerySliderItem{
    position: relative;
}
.bigGallerySliderItemDescription{
    color: rgba(255,255,255,1);
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    padding: 15px 5px;
    font-weight: bold;
}
.bigGallerySliderItem{
    width: 600px;
    outline: none;
}
#bigGallerieSliderPerv{
    left: -65px;
    transform: translate3d(50%, -50%, 0);
}
#bigGallerieSliderNext{
    right: -65px;
    transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 550px){
    .bigGalleryScrollArrow{
        display: none;
    }
    #bigGalleryOverlayThumbnailContent{
        padding: 0 15px;
    }
    #closeBigGallery{
        top: 15px;
        right: 15px;
    }
}


/* New Main Menu */

#newMainMenuBtn{
    position: absolute;
    left: 140px;
    top: 40px;
    z-index: 1;
    color: rgba(223,163,0,1);
    font-size: 25px;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
    cursor: pointer;
}
#mainMenuContainer{
    position: absolute;
    left: 60px;
    top: 100px;
    z-index: 1;
    display: none;
}
#mainMenuContainer ul{
    list-style: none;
    margin: 0; 
    padding: 0;
    display: none;
}
#mainMenuContainer ul > li{
    padding: 5px;
}
#mainMenuContainer ul ul > li{
    padding: 5px 10px;
}
.mainMenuItem{
    width: 260px;
    background: rgba(255,255,255,1);
    padding: 20px 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
}
.mainManuImg{
    position: relative;
    width: 50%;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    z-index: 1;
    border: 1px solid transparent;
}
.mainManuImg img{
    transition: all 0.6s ease-in-out;
}
.mainManuImgOverlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(223,163,0);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.mainMenuMainTitle{
    text-align: center;
    margin: 10px 0 0 0;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
}
.mainMenuMainTitleArrow{
    text-align: center;
}
.mainMenuMainTitleArrow i{
    transition: all 0.3s ease-in-out;
}
.mainMenuItem:hover .mainManuImgOverlay{
    opacity: 0.3;
}
.mainMenuItem:hover .mainManuImg img{
    transform: scale(1.2);
}
.mainMenuTitle{
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}
.mainMenuTitle:hover a{
    font-weight: bold;
}
.mainMenuTitleArrow{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease-in-out;
}
#mainLanguageSwitcher{
    position: absolute;
    top: 44px;
    left: 260px;
    text-align: right;
    width: 60px;
    line-height: 32px;
    z-index: 1; 
    color: rgba(223,163,0,1);
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
}
@media screen and (max-width: 550px){
    #newMainMenuBtn{
        display: none;
    }
    #mainLanguageSwitcher{
        display: none;
    }
}

.pageReferenceItem{
    position: relative;
    float: left;
    padding: 15px;
}
.pageReferenceItem100{
    width: 100%;
}
.pageReferenceItem50{
    width: 50%;
}
.pageReferenceItem33{
    width: 33.33%;
}
.pageReferenceItem25{
    width: 25%;
}

#toTheTopBtn{
    position: fixed;
    right: 0;
    top: 80%;
    height: 40px;
    width: 40px;
    background: rgba(223,163,0,1);
    color: rgba(65,65,65,1);
    transition: width 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
    display: none;
}
#toTheTopBtn:hover{
    width: 50px;
    background: rgba(168,123,0,1);
}
#toTheTopBtn i{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#mainCookieMessage{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: rgba(223,163,0,0.7);
    display: none;
    z-index: 9999;
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,0.6) );
    color: rgba(255,255,255,1);
}
#mainCookieMessageContent{
    position: relative;
    float: left;
    width: calc(100% - 200px);
    padding: 0 15px;
}
#mainCookieMessageBtn{
    position: relative;
    float: left;
    width: 200px;
    padding: 0 15px;
}
#mainCookieMessageBtn button{
    background: rgba(0,0,0,1);
    border-radius: 5px;
    border: none;
    outline: none;
    width: 100%;
    text-transform: none;
}

@media screen and (max-width: 550px){
    #mainCookieMessageContent{
        width: 100%;
        padding-bottom: 15px;
    }
    #mainCookieMessageBtn{
        width: 100%;
    }
}