@font-face {
    font-family: "Sohne Font";
    src: url(../fonts/TestSohne-Buch.otf);
}
@font-face {
    font-family: "Kräftig";
    src: url(../fonts/TestSohne-Kraftig.otf);
}
@font-face {
    font-family: "Dreiviertelfett";
    src: url(../fonts/TestSohne-Dreiviertelfett.otf);
}
@font-face {
    font-family: "Halbfett";
    src: url(../fonts/TestSohne-Halbfett.otf);
}
@font-face {
    font-family: "Leicht";
    src: url(../fonts/TestSohne-Leicht.otf);
}
@font-face {
    font-family: "Fett";
    src: url(../fonts/TestSohne-Fett.otf);
}
body{
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    background-color: #171616;
    font-family: "Sohne Font";
    overflow-y: scroll !important;
}
html, body {
    max-width: 100%;
}
.body-container{
    max-width: 2000px;
    margin:0 auto;
    position: relative;
}
.fixed-top{
    max-width: 2000px;
    margin:0 auto;
}
.row{
    margin: 0;
}
.row>*{
    padding-left: 10px;
    padding-right: 10px;
}
.col-sm-12{
    margin-top: 0px;
}
.padding-right{
    padding-right: 20px;
}
/*menu*/
.navbar>.container-fluid{
    background-color: #171616;
}
.navbar{
    padding: 0;
}
.container-fluid{
    padding: 0;
}
.navbar-nav{
    width: 100%;
    justify-content: right;
    padding-right: 25px;
    -webkit-justify-content: right;
}
.nav-item:focus .d{
    color:#EDEDED;
}
.header-logo{
    height: 100%;
    display: flex;
    align-items: center;
    color:  #EDEDED;
    font-size: x-large;
    font-family: "Sohne Font";
}
.nav-link{
    padding: 0.1rem 1rem;
}

.dropdown{
    outline: none!important;
}
/*@keyframes jump {*/

/*    0%   {transform: translate(0,0)}*/
/*    40%  {transform: translate(0,30%)}*/
/*    100% {transform: translate(0,100%)}*/
/*}*/
@-webkit-keyframes bounce {
    0%       { transform: translate(0,0); }
    50%      { transform: translate(0,-10px); }
    100%     { transform: translate(0,0); }
}
@-webkit-keyframes  bounceColor {
    0%       { background: #CFBD8F; }
    50%      { background: #393939;  }
    100%     { background: #CFBD8F; }
}
@keyframes bounce {
    0%       { transform: translate(0,0); }
    50%      { transform: translate(0,-10px); }
    100%     { transform: translate(0,0); }
}
@keyframes bounceColor {
    0%       { background: #CFBD8F; }
    50%      { background: #393939;  }
    100%     { background: #CFBD8F; }
}
.jump {
    left:50%;
    bottom:0;
    margin-top:-25px;
    height:50px;
    width:50px;
    background: #CFBD8F;
    -webkit-animation:bounce 2s infinite, bounceColor 4s infinite ;
    animation:bounce 2s infinite,bounceColor 4s infinite ;;
    animation-timing-function: ease-in-out;
    margin-bottom: 16px;
    cursor: pointer;
}
.jump-icon{
    transform: translate(50%,50%);
    width: 50%;
}
a,
a:link,
a:hover,
a:visited,
a:active,
a:focus{
    background-color: transparent!important;
    outline: none!important;
    border: none!important;
}

#menu-button{
    z-index: 5;
}
.left-part{
    background-color: #2e2e2e;
    height: 60px;
    width: 60px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-right: 8px;*/
    /*margin-right: 6px;*/
}
.right-part img{
    height: 22px;
    position: absolute;
    left: 33px;
    top: 22px;
}
.navbar-light .navbar-nav .nav-link{
    color:  #EDEDED;
    font-size: 15px;
    font-family: "Sohne Font";
    padding-left: 10px;
}
.menu-toggle:active, .menu-toggle {
    color:#EDEDED!important;
}
.navbar-light .navbar-nav .nav-link:hover, .active, .navbar-light .navbar-nav .nav-link.active{
    color:  #CFBD8F!important;
}

.dropdown-item:hover{
    color:  #CFBD8F;
    background-color:#171616 ;
}
.navbar-nav .dropdown-menu{
    background-color: #212121;
}
.dropdown-item{
    color:#EDEDED;
    font-size: 15px;
}
.nav-link::before, .nav-link::after{
    content: '';
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-flex;
}

.nav-link::before, .nav-link::after{
    vertical-align: 0;
}
.mobile-design{
    display: block;
    width: 400px;
    height: 100vh;
    background-color: #171616;
    overflow-y: auto;
}
.navbar-toggler{
    padding: 0;
    height: 23px;
}
.menu_button_parent{
    display: flex;
    padding: 0;
    border: 0;
    align-items: center;
    justify-content: center;
    height: 15px;
    background-color: transparent;
}
#close{
    display: none;
}
.menu_button{
    height: 14px;
    padding-right: 25px;
}
.menu_padding{
    padding-right: 27px;
}

#loader_img {
    width: 450px;
}

@media (min-width: 992px)
{
    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        right: 0;
    }
}
@media only screen and (max-width: 991px){
    .left-part{
        width: 65px;
        height: 55px;
    }
    .right-part img{
        left: 41px;
        height: 20px;
        top: 20px;
    }
    .navbar-light .navbar-nav .nav-link{
        padding-left: 0px;
    }
    .navbar-nav{
        padding: 25px;
    }
    .nav-item{
        border-bottom: 1px solid #3D3C3D;
        padding: 15px 0;
    }
    .mob-nav-item{
        border-bottom: 1px solid #3D3C3D;
        padding: 15px 0;
    }
    .navbar-nav .dropdown-menu{
        background-color: transparent;
        border:none;
        padding: 0;
        margin:0;
        padding-left: 30px;
    }
    .nav-last-item{
        border:none;
        padding-bottom: 0px;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 450px) {
    .mobile-design{
        width: 290px;
    }
}
.section_padding{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}
.row-section-padding{
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width: 991px) {
    .section_padding {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
    }
    .row-section-padding{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.no-top-padding{
    padding-top: 0px;
}
.section-left-padding{
    padding-left: 10px;
}
.section_margin{
    margin-top: 20px!important;
}
.section_header_margin{
    margin: 0px;
    margin-top: 30px;
    position: relative;
}
.section_header{
    width: 100%;
    height: auto;
    /*border-bottom: 1px solid #CFBD8F;*/
    color: #EDEDED;
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 17px;
    font-family: Halbfett;
}
.section-all-button{
    width: fit-content;
    height: auto;
    background-color: #CFBD8F;
    border: 1px solid #CFBD8F;
    color: rgb(23, 22, 22);
    font-size: 14px;
    text-align: center;
    padding: 8px 13px;
    font-family: Kräftig;
    cursor: pointer;
    float: right;
    display: flex;
    align-items: center;
}
.section-all-button{
    transition: 0.2s all ease-in-out;
}
.section-all-button a{
    color: rgb(23, 22, 22);
    text-decoration: none;
}
.section-all-button:hover{
    border: 1px solid #CFBD8F;
    background-color: rgba(23, 22, 22,0.8);
    color: #CFBD8F;
}
.section-all-button:hover a{
    color: #CFBD8F;
}
.media-box:hover{
    border: 1px solid #CFBD8F;
    background-color: rgba(23, 22, 22,0.8);
    color: #CFBD8F;
}
.media-box:hover img{
    background-color:#CFBD8F;
}
.arrow-button{
    display: inline-block;
    height: 20px;
    width: 12px;
    cursor: pointer;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    margin-top: 2px;
    background: black;
    mask-image: url("../img/button-arrow.png");
    -webkit-mask-image: url("../img/button-arrow.png");
    transition: 0.2s all ease-in-out;
}
.section-all-button:hover .arrow-button{
    background: #CFBD8F;
}

.experience-arrow{
    padding-left: 5px;
    display: flex;
}
.experience-arrow img{
    width: 13px;
}
.section_header_left{
    height: 29px;
    width: 31px;
    color: #EDEDED;
    border: 1.5px solid #CFBD8F;
    text-align: right;
    align-items: center;
    justify-content: end;
    padding-right: 4px;
    margin-right: 5px;
    margin-left: 1px;
    font-size: 17px;
    text-align: -webkit-right;
}
.section_header_right{
    width: 100%;
    height: 29px;
    color: #EDEDED;
    border-bottom: 1px solid #CFBD8F;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 17px;
}
.back_text{
    font-size: 100px;
    text-transform: uppercase;
    position: absolute;
    left: -22px;
    color: #2C2B2B;
    z-index: -1;
    font-family: Fett;
}
@-webkit-keyframes rightToLeft {
    0%   {
        opacity:0%;
        left: -200px;
    }
    100% {
        opacity:100%;
        left: -22px;
    }
}
@media only screen and (max-width: 768px) {
    .section-all-button-parent {
        display: flex;
        justify-content: center;
    }
    .back_text{
        left: -16px;
    }

    #loader_img {
        width: 250px;
    }

    @media only screen and (max-width: 460px) {
        .back_text {
            font-size: 65px;
        }
        @media only screen and (max-width: 292px) {
            .back_text {
                font-size: 60px;
            }
        }
    }

    #loader_img {
        width: 250px;
    }
}
.contact_text_parent{
    display: flex;
    justify-content: center;
    padding-top: 70px;
    position: relative;
    padding-left: 10px;
}
/* Header CSS*/
.header_section{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
    /*background-attachment: fixed;*/
}

/*Avert the Background-Cover bug in iOS only by setting the header to fixed only on none iOS devices*/
@supports not (-webkit-touch-callout: none) {
    .header_section{
        background-attachment: fixed;
    }
}

.model{
    background-color: #00000066;
}
#exampleModal,#imageModel{
    z-index: 3000;
    background-color: #000000cf;
    padding: 0!important;
}
.alert-body{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.model-content-parent{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog{
    width: 1200px;
    max-width: 1200px;
    height: 800px;
    max-height: 90%;
}
.model_viewer_content{
    width: 1200px;
    max-width: 1200px;
    height: 800px;
    max-height: 90%;
    position: relative;
}
.modal-content{
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal-content::-webkit-scrollbar{
    display: none;
}
.modal-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border: none;
}
.modal-footer{
    border: none;
}
/*.modal-body{*/
/*    !*display: flex;*!*/
/*    !*justify-content: center;*!*/
/*    !*align-items: center;*!*/
/*    color: white;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/
.dark-modal-content{
    background-color: #212121;
    padding: 0;
    border:none;
}
.news-model{
    padding: 40px;
}
.modal-header{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10000;
}
.model_logo{
    bottom: 10px;
}
.news_categories-parent{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: start;
}
.news_category_separator-box{
    margin: 0 10px!important;
}
@media only screen and (max-width: 768px){
    .model_logo{
        bottom: -10px!important;
    }
    .contact-first-part{
        padding: 0;
    }
    @media only screen and (max-width: 380px){
        .event_logo{
            bottom: -10px!important;
        }
    }
}
.btn-close{
    background: url("../img/close@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    padding: 0!important;
    opacity: 1;
}
.modal-header .btn-close, .event-modal-header .btn-close {
    /*background: url(../img/close@2x.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: contain;*/
    /*!*height: 30px;*!*/
    /*!*width: 30px;*!*/
    /*!*cursor: pointer;*!*/
    /*font-size: 30px;*/
    /*!*background: url(../img/close@2x.png);*!*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*cursor: pointer;*/
    /*border: none;*/
    /*margin: 10px;*/
    background: url(../img/close@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    padding: 0!important;
    opacity: 1;
    width: 1rem;
    box-sizing: content-box;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    cursor: pointer;
}
.media-viewer-img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.footer{
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -96%);
    display: flex;
    align-items: center;
    background-color: #2B2B2B80;
    padding: 5px 10px;
    z-index: 10000;
}
.footer button{
    padding: 5px 10px;
}
.arrow-image{
    width: 15px;
    cursor: pointer;
}
.left-arrow{
    mask-image: url("../img/media-viewer-left-arrow.png");
    -webkit-mask-image: url("../img/media-viewer-left-arrow.png");;
}
.right-arrow{
    mask-image: url("../img/media-viewer-left-arrow.png");
    -webkit-mask-image: url("../img/media-viewer-right-arrow.png");;
}

.arrow {
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
    mask-size: contain;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: whitesmoke;
}
.arrow:hover,
.arrow:focus {
    background: #CFBD8F;
}
.separator-box{
    width: 5px;
    height: 5px;
    margin: 0 5px;
    background-color: #CFBD8F;
}
.media_viewer_parent{
    width: 100%;
    height: 100%;
    background-color: #000000cf;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    position: fixed;
}
.fancyContainerParent{
    width: 1200px;
    max-width: 1200px;
    height: 800px;
    max-height: 90%;
    background-color: #212121;
    position: relative;
    z-index: -5;
}
.fancyContainer{
    width: 100%;
    height: 100%;
}
.fancybox__slide{
    padding: 0!important;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content{
    padding: 0!important;
}
.fancybox__carousel .fancybox__slide .fancybox__content{
    padding: 0!important;
}
#model-footer{
    width: 1200px;
    height: 20px;
    /*position: absolute;*/
    /*bottom: 60px;*/
}
iframe{
    height: 100%;
}
@media only screen and (max-width: 850px){
    .modal-dialog{
        width: 500px;
        min-width: 500px;
    }
    .fancyContainerParent{
        width: 500px;
        min-width: 500px;
    }
    #model-footer{
        width: 500px;
        min-width: 500px;
    }
}
@media only screen and (max-width: 1250px){
    .modal-dialog{
        width: 90%;
        min-width: 300px;
    }
    .fancyContainerParent{
        width: 90%;
        min-width: 300px;
    }
    #model-footer{
        width: 90%;
        min-width: 300px;
    }
}
.fancybox__thumbs {
    display: none;
}
.fancybox__toolbar {
    display: none;
}
.fancybox__nav .carousel__button {
    display: none;
}
.fancybox__container {
    position: relative;
    width: 100%;
    height: 100%;
}
.fancybox__container{
    background: transparent;
}
.fancybox__backdrop{
    background: transparent;
}
.fancybox__content{
    width: 100%;
    height: 100%;
    background: transparent;
}
.carousel__button{
    display: none!important;
}
/* Events CSS*/
.event_item{
    height: auto;
    padding: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    width: auto;
    background-color:  #212121;
    background-repeat: no-repeat;
    position: relative;
}
.logo{
    right: 20px;
    position: absolute;
    display: flex;
}
.logo img{
    height: 30px;
}
.date_logo{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.day{
    font-size: 80px;
    color: #CFBD8F;
    font-family: Halbfett;
    line-height: 1.2;
}
.month_year{
    font-size: 15px;
    color: white;
    font-family: Kräftig;
    width: 200px;
}
.event_logo img{
    width: 100%;
}
.event_title{
    color: white;
    font-family: Kräftig;
    font-size: 15px;
    margin-top: 20px;
}
.event_description{
    color:#EDEDED;
    font-family: Leicht;
    font-size: 14px;
    height: auto;
    max-height: 50px;
    min-height: 50px;
    /* overflow-y: clip; */
    overflow: hidden;
    /* text-decoration: none; */
    text-overflow: ellipsis;
    /*white-space: break-spaces;*/
    padding: 0;
    margin-top: 4px;
    line-height: 1.9;
    position: relative;
}
.event_description-hidden-layer{
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(#21212100,#212121ff);
}
.auto_height{
    height: auto;
    max-height: none;
    margin-bottom: 20px;
}
.event_button_parent{
    display: flex;
    align-items: end;
    justify-content: end;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    padding: 0;
}
.event_item .row{
    position: relative;
}
.event_button{
    width:30px;
    min-width: 30px;
    height: 30px;
    background-color: #CFBD8F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.event_button:hover{
    background-color: transparent;
    border: 1px solid #CFBD8F;

}
.event_button:hover .arrow-button{
    background: #CFBD8F;
}
.event_button img{
    width: 45%;
}


@media only screen and (max-width: 768px){
    .event_item_parent{
        margin-bottom: 20px;
    }
    @media only screen and (max-width: 420px){
        .month_year {
            font-size: 12px;
        }
    }

}
/* Gallery CSS*/
.gallery-item{
    position: relative;
    cursor: pointer;
    height: 180px;
    margin-bottom: 20px;
}
.gallery-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: black;
    transition: 0.5s all ease-in-out;
}
.gallery-img:hover{
    transform: scale(1.1);
}
.media-icon{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* margin: 0 auto; */
    justify-content: center;
    background-color: #00000055;
}
.media-icon img{
    width: 35px;
    margin: 0 auto;
}
.icon-black-layer{
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.select:after{
    color:#000!important;
}
/*event model*/
.event-dark-modal-content{
    background-color: #212121;
    padding: 20px;
    overflow-y: auto;
}
.event-modal-header{
    display: flex;
    justify-content: right;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.event_modal-body{
    margin-top: 10px;
}
.event_header_data{
    display: flex;
    align-items: baseline;
    color: white;
    position: relative;
}
.events-gallery-item{
    position: relative;
    cursor: pointer;
    height: 120px;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 10px;
}
.event_day{
    font-size: 50px;
    color: #CFBD8F;
    font-family: Halbfett;
    margin-right: 5px;
}
.event_date{
    font-size: 15px;
    color: white;
    font-family: Kräftig;
    width: 200px;
}
.event_logo{
    display: flex;
    /*justify-content: end;*/
    position: absolute;
    right: 0;
    /*text-align: right;*/
}
.event_logo img{
    width: 120px;
}
.event_img{
    width: 100%;
    height: 200px;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}
.model_event_img{
    width: 100%;
    height: 380px;
    margin-top: 20px;
    cursor: pointer;
}
.event_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}
.model_event_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_img img:hover{
    transform: scale(1.1);
}
hr{
    height: 1px;
    color: #CFBD8F;
    width: 36px;
    margin: 5px;
    margin-left: 0;
}
.event_media_row{
    margin: 0;
    margin-top: 20px!important;
}
.body-footer{
    height: 50px;
    width: 100%;
    background-color: #212121;
    position: relative;
    color: white;
    display: flex;
    /*justify-content: end;*/
    align-items: center;
    font-size: 12px;
}
.footer-data{
    width: 100%;
    text-align: right;
    /*position: absolute;*/
    /*right: 20px;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.body-footer a{
    height: 50%;
    margin: 10px;
}
.body-footer-logo{
    height: 28px;
}
@media only screen and (max-width: 768px){
    .footer-data{
        /*right:50%;*/
        /*transform: translate(50%,0);*/
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
}


/*contact*/
.contact-header{
    color: white;
    font-family: Halbfett;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-title{
    color: #CFBD8F;
    font-family: Halbfett;
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-sub-title{
    color: white;
    font-size: 14px;
}
.contact-text{
    color: #EDEDED;
    font-family: Leicht;
    font-size: 13px;
}
.contact-text a{
    color: #EDEDED;
    font-family: Leicht;
    font-size: 13px;
    text-decoration: none;
}
.more-space{
    margin-bottom: 4px;
}
.media-parent{
    display: flex;
    column-gap: 25px;
    margin-top: 20px;
}
.media-box{
    width: 29px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #CFBD8F;
}
/*.media-box a{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.media-box-img{
    height: 64%;
}
.input-phone-parent{
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
    width: 96%;
    height: 52px;
    font-size: 13px;
    margin-bottom: 20px;
}
.input-phone-parent input{
    width: auto;
    border: none;
    margin:0;
    border-left: 1px solid #EDEDED;
}
#countryCode{
    width: 100%;
}
input{
    background-color: transparent;
    color:#EDEDED;
    border: 1px solid #EDEDED;
    padding: 15px 20px;
    width: 96%;
    height: 52px;
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 0px;
}
textarea{
    background-color: transparent;
    border: 1px solid #EDEDED;
    color:#EDEDED;
    padding: 15px 20px;
    width: 96%;
    font-size: 13px;
    margin-bottom: 20px;
    resize: none;
    border-radius: 0px;
}
select{
    outline: 0;
    background-color: transparent;
    background: #171616;
    color:#EDEDED;;
    width: 100%;
    font-size: 13px;
    border: none;
    -webkit-appearance:none;
}
.select {
    position: relative;
    display: block;
    width: 96%;
    height: 52px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #171616;
    border: 1px solid #EDEDED;
    padding: 15px 20px;
    font-size: 13px;
}
.country-select{
    width: auto;
    padding-right: 30px;
    border-left: none;
    margin: 0;
    height: 100%;
    border: none;
}
.select:after {
    content: "\25be";
    width: 1px;
    height: auto;
    display: block;
    position: absolute;
    text-align:center;
    color:#EDEDED;
    font-size:18px;
    z-index: 1;
    top: 50%;
    right: 30px;
    transform: translate(0,-50%);
    pointer-events:none;
}
.contact-select:after{
    color:#EDEDED!important;
}
.contact-text-link{
    color:#EDEDED;
}
.contact-text-link:hover{
    color:#EDEDED;
}
select option{
    background-color: transparent;
    color:#EDEDED;
    padding: 15px 20px;
    width: 100%;
}
input:focus{
    outline: none!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BEBDBD;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BEBDBD;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #BEBDBD;
}
::-webkit-input-placeholder{
    color: #BEBDBD;
}
@media only screen and (max-width: 768px){
    .contact-form{
        margin-top: 20px;
        padding: 0;
    }
}
.section-all-button-parent{
    width: 100%;
    margin-top: 20px;
}
.send-button{
    width: 96%;
    margin-top: 0px;
}
/*Header box*/
.wide-header-box-parent{
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    position: absolute;
    bottom: 40px!important;
}
@media only screen and (max-width: 991px){
    .wide-header-box-parent{
        bottom: 120px!important;
    }
}
.wide-header_box{
    width: 600px;
    height: auto;
    background-color: #171616B3;
    border:  #171616 ;
    border-style: solid;
    border-width: 6px;
    text-align: center;
    padding: 0 60px;
    padding-bottom: 40px;
}

.wide-header-box-title{
    color: white;
    font-family: Kräftig, sans-serif;
    font-size: 36px;
    margin-top: 55px;
    margin-top: 45px;
    text-transform: uppercase;
}
@media only screen and (max-width: 550px) {
    .wide-header_box {
        width: 90%;
        padding: 0 15px;
    }
}

/* News CSS*/
.news_item{
    height: auto;
    padding: 20px 24px;
    width: auto;
    background-color:  #212121;
    background-repeat: no-repeat;
    position: relative;
}
.news-image{
    /*margin-top: 20px;*/
    height: 320px;
    overflow: hidden;
    cursor: pointer;
}
.news-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease-in-out;
}
.news-image img:hover{
    transform: scale(1.1);
}
.news-data{
    display: flex;
    margin-top: 20px;
    position: relative;
    height: 30px;
}
.news-text{
    color: white;
    font-family: Kräftig;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.news-date{
    color: white;
    font-family: Kräftig;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.news-text::after{
    content: '';
    color:  #EDEDED;
    display: inline-flex;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 2px;
    background: #CFBD8F;
}
.news-button{
    width:30px;
    height: 30px;
    background-color: #CFBD8F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
.news-button:hover{
    background-color: transparent;
    border: 1px solid #CFBD8F;

}
.news-button:hover .arrow-button{
    background: #CFBD8F;
}
.news-button img{
    width: 45%;
}
@media only screen and (max-width: 768px){
    .news_item{
        margin-bottom: 20px;
    }
    @media only screen and (max-width: 400px) {
        .news-item{
            padding: 18px 20px;
        }
        .news-button{
            width: 26px;
            height: 26px;
        }
        .news-data{
            margin-top: 18px;
        }
    }
}
.text-title-container{
    margin-bottom: 20px;
    width: 85%;
}
/* carrers Gallery*/
.wide-box-select-parent{
    /*position: relative;*/
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    background-color: #CFBD8F;
    border-style: solid;
    border-width: 2px;
    border-color: #CFBD8F;
    border-radius: 3px;
    padding: 15px 20px;
    margin-bottom: 40px;
}
.wide-box-select{
    outline: 0;
    background-color: transparent;
    background: #CFBD8F;
    color:black;
    width: 100%;
    border: none;
}
.wide-box-select option{
    background-color: transparent;
    color:black;
    padding: 15px 20px;
    width: 100%;
}
.wide-box-select option:hover,.wide-box-select option::selection{
    background-color: black;
    color: #CFBD8F;
}
@media only screen and (max-width: 1550px) {
    .news-image {
        height: 260px;
    }
    @media only screen and (max-width: 1400px) {
        .news-image {
            height: 230px;
        }
        @media only screen and (max-width: 1250px) {
            .news-image {
                height: 230px;
            }
            @media only screen and (max-width: 980px) {
                .news-image {
                    height: 180px;
                }
                @media only screen and (max-width: 800px) {
                    .news-image {
                        height: 150px;
                    }
                    @media only screen and (max-width: 767px) {
                        .news-image {
                            height: 200px;
                        }
                        /*.news_item {*/
                        /*    padding: 20px;*/
                        /*}*/
                        @media only screen and (max-width: 600px) {
                            .news-image {
                                height: 190px;
                            }
                            @media only screen and (max-width: 500px) {
                                .news-image {
                                    height: 170px;
                                }
                                @media only screen and (max-width: 450px) {
                                    .news-image {
                                        height: 150px;
                                    }
                                }
                                @media only screen and (max-width: 400px) {
                                    .news-image {
                                        height: 120px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.modal.show .modal-dialog{
    display: flex;
    align-items: center;
}
.alert-dialog{
    width: 400px!important;
    margin: 0 auto;
    height: auto;
    padding: 40px;
}
.alert-footer button{
    background-color: #CFBD8F;
    color: rgb(23, 22, 22);
    font-size: 14px;
    padding: 5px 20px;
    border: none;
}
.alert-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.alert-body{
    text-align: center;
}
.loader-parent{
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #000000cf;
    z-index: 100000;
    position: fixed;
}
.media-loader-parent{
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 2;
    position: fixed;
}
.loader {
    /*border: 4px solid #CFBD8F;*/
    /*border-radius: 50%;*/
    /*border-top: 4px solid #000000cf;*/
    /*width: 56px;*/
    /*height: 56px;*/
    /*-webkit-animation: spin 2s linear infinite; !* Safari *!*/
    /*animation: spin 2s linear infinite;*/
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.container{ height: 100%; margin: 0 auto 0 auto; max-width: 100%; position: relative; width: 100%; }

.container .zoom{ background-color: transparent; height: 100%; margin: auto; overflow: hidden; position: relative; width: 100%; }

.container .zoom img{ bottom: 0; display: block; left: 0; margin: auto; max-height: 100%; max-width: 100%; position: absolute; right: 0; top: 0;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.zoom-transition{
    transition: -moz-transform ease 200ms;
    transition: -ms-transform ease 200ms;
    transition: -o-transform ease 200ms;
    transition: -webkit-transform ease 200ms;
    transition: transform ease 200ms;
}
.header-select-btn-group .btn{
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #CFBD8F;
    border-style: solid;
    border-width: 2px;
    border-color: #CFBD8F;
    border-radius: 0px;
    padding: 15px 20px;
    color: black;
}
.btn-danger::after{
    position: absolute;
    right: 15px;
}
.btn-check:focus+.btn-danger, .btn-danger:focus{
    box-shadow: none;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus {
    box-shadow: none;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(-1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(-1rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(-1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.image-Parent{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
}
.image-effect{
    width: 100%;
    height: 100%;
    transition: 0.5s all ease-in-out;
}
.image-effect:hover{
    transform: scale(1.1);
}


/* statistic-section */
.statistic-section {
    padding-top: 70px;
}
#statistic_data{
    justify-content: center;
}
.count-title {
    font-size: 55px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    color: #CFBD8F;
}
.col{
    position: relative;
}
.counter-divider{
    position: absolute;
    width: 100%;
    border-right: 2px #CFBD8F solid;
    height: 70%;
    top: 20%;
}
.stats-text {
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
    color: #CFBD8F;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.stats-line-black {
    margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}
.stats-icon {
    font-size: 35px;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

@media (max-width: 992px) {
    .counter {
        margin-bottom: 40px;
    }
}
.gallery-category-selected{
    color: #CFBD8F;
    border-bottom: 1px solid #CFBD8F;
}
#project_header_logo{
    width: 50%;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    margin-top: 50px;
}
#project_header_img, #about_report_img{
    width: 50%;
    height: calc(100% + 40px);
    position: absolute;
    left: 0;
}
#about_report_img{
    left: 50%;
}
#project_header_img img, #about_report_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project_header_box,#about_report_box{
    width: 47vw;
    height: 90%;
    position: relative;
    background-color: #212121;
    /*top: 5%;*/
    /*left: 48%;*/
    right: -48%;
    padding: 40px;
    /*padding-top: 0;*/
    z-index: 300;
}
#about_report_box {
    z-index: 100;
    left: 4%;
}
.project_header_content{
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .project_header_content{
        display: block!important;
    }
    .report_header_content{
       margin-bottom: 0px;
    }
    #project_header_img, #about_report_img{
        position: relative;
        width: 100%;
        height: 300px;
    }
    #about_report_img{
        left: 0%;
    }
    #project_header_box, #about_report_box{
        width: calc(100% - 40px);
        height: auto;
        position: relative;
        background-color: rgb(33, 33, 33);
        top: -50px;
        left: 0;
        padding: 40px;
        margin: 0 auto;
    }

    .project-description{
        margin: 0px;
        /*padding: 20px!important;*/
    }
    .project_header_content,#project_header{
        margin-bottom: -50px;
    }
    #project_header_about{
        margin-top: 20px;
    }
}

.scroll_icons{
    position: fixed;
    bottom: 58px;
    right: 20px;
    z-index: 10;
}
.media_parent{
    position: relative;
    display: flex;
    justify-content: end
}
#media_call{
    display: none;
}
.media_floating{
    width: 42px;
    height: 42px;
    /*padding: 8px 13px;*/
}
.header_title{
    margin-top: 0px;
    text-align: center;
}
.icon-mask{
    width: 28px;
    height: 28px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 70%;
    -webkit-mask-size: 70%;
    background-color: black;
    transition: 0.2s all ease-in-out;
}
.icon-mask:hover{
    background-color: #CFBD8F;
}
.icon-floating-mask{
    width: 42px;
    height: 42px;
    mask-size: 66%;
    -webkit-mask-size: 66%;
    transition: 0.2s all ease-in-out;
}
.count_container{
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #CFBD8F;
    font-weight: bold;
}
sub{
    font-size: 18px;
}

.low_header{
    width:100%;
    height:100%;
    top:0;
    left:0;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    /*backdrop-filter: blur(150px);*/
    /*-webkit-backdrop-filter: blur(150px);*/

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: scroll;*/
    position: absolute;
    /*position: fixed;*/
    clip-path: border-box;
}

.high_header {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: scroll;*/
    position: absolute;
    /*position: fixed;*/
}

/*Avert the Background-Cover bug in iOS only by setting the header to fixed only on none iOS devices*/
@supports not (-webkit-touch-callout: none) {
    .low_header{
        background-attachment: fixed;
    }
    .high_header {
        background-attachment: fixed;
    }
}
