/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/OpenSans/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/OpenSans/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/OpenSans/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    padding-top:174px;
    width: 100vw;
}

a {
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding-left: 0px;
}

.font_size_14 {
    font-size: 14px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.main_title {
    font-size: 53px;
    line-height: 70px;
    font-weight: bold;
    color: #B8DA42;   
}
.responsive_padding  .main_title {  
    margin-bottom: 50px !important;
}

.sub_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bolder;
    color: #B8DA42;
}

.section_padding {
    padding: 60px 0px;
}

.section_padding_2 {
    padding: 160px 0px 60px;
}

.section_padding_3 {
    padding: 00px 0px 160px;
}

.section_padding_4 {
    padding: 160px 0px;
}

.max_60 {
    max-width: 60%;
    width: 100%;
    margin: auto;
}
.navbar.hocotimber_navbar{
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 50px 0px;
    width:100vw;
    
}

.navbar-brand img{
    width:337px;
}
.navbar .navbar-nav .nav-item a {
    color: #B8DA42;
    font-size: 18px;
    padding: 22px 20px;
    line-height: 30px;
    font-weight: 400;
}

.navbar .navbar-nav .nav-item a:hover {
    color: #707070;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-toggler .fa-bars:before {
    content: "\f0c9";
    color: #B8DA42;
}

.inquiry_section {
    /* background: rgb(184,218,66);
     background: linear-gradient(180deg, rgba(184,218,66,1) 0%, rgba(184,218,66,1) 46%, rgba(128,155,32,1) 100%); */
    background-image: url(/fileadmin/user_upload/inquiry_bground.png);
    background: rgb(184,218,66);
background: linear-gradient(180deg, rgba(184,218,66,1) 0%, rgba(128,155,32,1) 80%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px;
    background-position: center;
}

.inquiry_section .form-control {
    border-radius: 14px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.inquiry_section .form-control.btn {
    width: auto;
}

.inquiry_section .form-control::placeholder {
    color: #fff;
}

.inquiry_left {
    max-width: 90%;
}

.inquiry_right {
    color: #fff;
    max-width: 90%;
    margin: auto;
}

.inquiry_right label {
    display: block;
}
.inquiry_right div > label:first-child{
font-weight:900;
}
.inquiry_right h2{
    font-size:53px;
}

.inquiry_right a {
    color: #fff;
}

footer .bottom_footer p a,
footer .bottom_footer p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
}

body footer .bottom_footer p a:hover {
    color: #B8DA42 !important;
}

footer .bottom_footer h6 {
    font-size: 18px;
    font-weight: bold;
}

.news_wrapper {
    background: #F5F5F7;
    border-radius: 15px;
    margin: 0px 10px;
}

.news_content {
    padding: 46px 39px;
}
.slide-content .news_content {
    padding: 46px 32px;
}
.news_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bolder;
    color: #B8DA42
}

.news_content p {
    font-size: 18px;
    line-height: 28px;
}

.news_btn {
    border: 1px solid #B8DA42;
    border-radius: 8px;
    color:#707070;
    transition: all 0.2s linear;
    min-height: 41px;
    align-items: center;
    display: inline-flex;
}
.solid_btn{
    border: 1px solid #B8DA42;
    border-radius: 8px;
    background-image: -webkit-linear-gradient(
    30deg,
    #B8DA42 50%,
    transparent 50%
  );
  background-image: linear-gradient(30deg, #B8DA42 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
    color:#fff;
   
    min-height: 41px;
    align-items: center;
    display: inline-flex;   
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}
.solid_btn:hover {
    background-position: 100%;
  color: #B8DA42;
}
.news_btn:hover{
    border: 1px solid #B8DA42;    
    background-color:#B8DA42;
  color:#fff;
}

.good_reason {
    background-image: url(/fileadmin/user_upload/bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.icon_box img {
    height: 48px;
}
.skirting_img{
    margin-bottom: 30px;
}

.skirting_img img {
    max-height: 400px;
}

.banner_skirting {
    background-image: url(/fileadmin/user_upload/banner_skirting.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bg_shadow {
    position: relative;
}

.bg_shadow::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);   
}

.bg_green_p {
    background-color: #B8DA42;
    padding: 5px 15px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin-bottom:22px;
}
.bg_green_p.pt_auto{
    margin-top: 30px;
}
.green_text {
    color: #B8DA42;
    margin-bottom:22px;
}

.banner_content {
    z-index: 1;
}

.banner_content h1 {
    font-size: 100px;
    line-height: 133px;
    font-weight: bolder;
    color: #B8DA42;
}

.main_banner {
    background-image: url(/fileadmin/user_upload/banner_skirting.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 174px);
    display: flex;
    align-items: center;
    position: relative;
}
.home_banner.main_banner{
    background-image: unset !important;
    overflow: hidden;
}
.home_banner.main_banner.bg_shadow::before{
z-index: 1;
}
.home_banner.main_banner:after {
    background-image: url(/fileadmin/user_upload/home/Gruppe_maskieren_37.jpg);
    background-size: cover;
    background-position: center center;
    animation: bg-animation 35s linear;
    background-repeat: no-repeat;
    transform: scale(1.5);
    width:100%;
    height:100%;
    content:"";
    position: absolute;
  }      
  @keyframes bg-animation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1.5);
    }
  }

.banner_content h1 span {
    font-size: 80px;
    display: block;
    line-height: 106px;
    font-weight: 100;
    color: #B8DA42;
}

.banner_left_image {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    text-align: right;
    height: fit-content;
    z-index: 1;
}

.banner_left_image img {
    max-width: 50%;
}

.hello_progress .news_content{
    min-height:312px;
}
.flow_2 {
    background-image: url(/fileadmin/user_upload/face_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-position: center; */
    /* background-attachment: fixed;   */
}
.flow_10{
    background-image: url(/fileadmin/user_upload/flow_10_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.main_flow_2.main_banner {
    background-image: url(/fileadmin/user_upload/flow_2_main_banner.png);

}
.main_flow_2.main_banner h1 span{
    font-size: 20px;
    line-height: 28px;
}
.main_flow_3.main_banner{
    background-image: url(/fileadmin/user_upload/flow_3_bg.png);
}
.upgrade_img img{
    border: 1px solid #B8DA42;
    border-radius:100px;
}
.accordion_card .title h4{
    color:#B8DA42;
    font-size:24px;
    font-weight:700;
}
.accordion_card .img_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion_button{
    justify-content: space-evenly;
}
.accordion_content{
    background: #f5f5f7;

    margin-top: 80px
}
.accordion_content .container{
    padding: 140px 15px;
    background-image: url(/fileadmin/user_upload/triangle.png);
    background-repeat: no-repeat;
    background-size: 70px auto;
}
.accordion_card{
    border:0px;
    border-top-left-radius:13px;
    border-top-right-radius:13px;
    margin-bottom:24px;
}
.main_banner.download_abnner{
    background-image: url(/fileadmin/user_upload/downloads_bg.png);
}
.zubehoer_accordion .accordion-item,
.accordion-item {
    border: none !important;
}
.zubehoer_accordion .accordion-button:not(.collapsed) {
    color: #707070;
    box-shadow:unset;
}
.zubehoer_accordion .accordion-button{
    background:#F5F5F7;
	border: none;
	border-radius: 13px;
    border-top-left-radius:13px !important;
    border-top-right-radius:13px !important;
    border-bottom-left-radius:0px !important;
    border-bottom-right-radius:0px !important;
    padding: 0px 0px 0px 64px;
}
.zubehoer_accordion .accordion-button.collapsed{
    background:#F5F5F7;
    border-radius:13px !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/fileadmin/user_upload/accordion_minus.png);
    transform: rotate(0deg);
}
.accordion-button::after {
    background-image: url(/fileadmin/user_upload/accrodion_plus.png);
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    position: absolute;
    bottom:30px;
    left: 64px;
}
.zubehoer_accordion .col-lg-6.content_box {
    padding-top: 30px;
    padding-bottom: 90px;
}
.zubehoer_accordion .img_align .text-center{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.zubehoer_accordion .accordion-body{
    background: #f5f5f7;
    padding: 30px 20px;
}
.zubehoer_accordion .accordion-collapse.show .accordion-body{
    border-bottom-left-radius:13px !important;
    border-bottom-right-radius:13px !important;
    padding: 0px 64px 30px;
}
.background_box{
    background-color: #b8da42;
    border-radius: 13px;
    padding:10px 15px;
    color: #fff;
}
.background_box ul{
    list-style-type: none;
    /* width:49%;
    display: inline-block; */
    padding-left: 0px;
}
.zubehoer_accordion ul li{
    font-size:14px;
}
.zubehoer_accordion p span{
    display: block;
}
.main_title span{
    display: block;
}
.section_padding_4.banner_skirting,.section_padding_4.flow_2{
    padding: 210px 15px;
    }
    
    .search-field-main:focus , input:focus ,textarea:focus{
        box-shadow: none !important;
        border-color:#B8DA42 !important;
    }


@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .why_we_exist .col-lg-7 > * {
        margin-right: 30px;
    }

    .with_sustanability .col-lg-7 > * {
        margin-left: 15px;
    }
}

@media only screen and (max-width:1399px) {
    body{padding-top:121px}   
}
@media only screen and (max-width:1199px) {
    body{padding-top:108px}
    .navbar.hocotimber_navbar {       
        padding: 35px 0px;
    }
}
@media only screen and (max-width:1024px) {
    .banner_left_image {
        bottom: 12px;
        top: unset;
        height: fit-content;
    }

    .banner_left_image img {
        max-width: 70%;
    }
}

@media only screen and (max-width: 992px) {
    
    .inquiry_left {
        max-width: 100%;

    }

    .inquiry_right {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .navbar-nav {
        padding-top: 20px;
        position: absolute;
        width: 100%;
        z-index: 11;
        background: #fff;
        left: 0px;
        right: 0px;
        top: 109px;
        border-top: 1px solid #b8da42;
    }

    .navbar .navbar-nav .nav-item a {
        padding: 10px;
    }

    .why_we_exist .img_box {
        margin-bottom: 40px;
    }

    .why_we_exist .img_box img,
    .with_sustanability .img_box img {
        border-radius: 25px;
    }

    .with_sustanability .img_box {
        margin-top: 40px
    }

    .section_padding {
        padding: 60px 0px;
    }

    .section_padding_2 {
        padding: 60px 0px 60px;
    }

    .section_padding_3 {
        padding: 60px 0px 60px;
    }

    .section_padding_4 {
        padding: 60px 0px;
    }

    .responsive_padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .responsive_padding .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .section_padding_4.banner_skirting, .section_padding_4.flow_2 {
        padding: 120px 15px;
    }
    .news_content {
        padding: 46px 26px;
    }
    .flow_2 {
        background-image: url(/fileadmin/user_upload/face_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center !important;
        /* background-attachment: fixed; */
    }

    .hello_progress .news_content {
        min-height: auto;
    }
    .btn.news_btn {
        margin-top: 22px !important;
    }
    .img_box.slide-right{
        margin-top:20px;
    }

}

@media only screen and (max-width: 768px) {
    .max_60 {
        max-width: 100%;
    }

    .main_title {
        font-size: 40px;
        line-height: 53px;
        /* word-break: break-all; */
    }

    .banner_content h1 {
        font-size: 60px;
        line-height: 80px;
        font-weight: bolder;
        color: #B8DA42;
    }

    .banner_content h1 span {
        font-size: 40px;
        line-height: 60px;
    }

    .news_content {
        padding: 26px 15px;
    }

    .banner_content.w-75 {
        width: 100% !important;
    }
    .slide-content .news_content {
        padding: 20px 15px !important;
    }
    .slide-content .news_title {
        font-size: 23px;
        line-height: 32px;
        font-weight: bolder;
        color: #B8DA42;
    }

}

@media only screen and (max-width: 575px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {       
        padding-right: 20px;
        padding-left: 20px;       
    }
    /* .main_title {
        font-size: 30px;
        line-height: 50px;
    } */

    .banner_content h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .banner_content h1 span ,.main_flow_2.main_banner h1 span{
        font-size: 28px;
        line-height: 40px;
    }

    .news_content {
        padding: 26px 15px;
    }
    .hello_progress .news_content {
        padding: 26px 4px;
    }

    .sub_title {
        font-size: 25px;
        line-height: 35px;
        font-weight: bolder;
        color: #B8DA42;
    }
    .contact_form .col-6.col-sm-6.col-md-6.col-lg-6.col-xl-6.col-xxl-6{        
            width: 100%;      
    }
    .navbar-brand img {
        width: 220px;
    }
    .hello_progress .skirting_img img{
        max-height: 189px;
        height: 100%;
        object-fit: cover;
    }
}


/*.slick-slide .news_image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 227px;
}*/

.slick-slide .news_image img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
}

/* Black theme */

.black_theme .bg_black{
    background-color: #101010;
}
/* .black_theme{
  color: #fff;
}
.black_theme footer ,.black_theme .news_content P{
  color: #707070;
} */
.Skirting.hello_progress .col-lg-4{
display:flex;
}
.Skirting.hello_progress .col-lg-4 .skirting_img{
    flex: 1;
    }
.black_theme .skirting_img {
    filter: drop-shadow(0px 0px 20px #3b3b3b);
    border-radius: 25px;   
    background: rgb(132,132,132);
    background: radial-gradient(ellipse, rgba(132,132,132,1) 0%, rgba(34,34,34,1) 16.4%, rgba(37,37,37,1) 29.1%, rgba(36,36,36,1) 36.4%, rgba(25,25,25,1) 100%);
}
.black_theme .accordion_content .container{
    background-image: url(/fileadmin/user_upload/b_triangle.png);
    background-position: top -1px left;
}
.black_theme .main_flow_3.main_banner{
    background-image: url(/fileadmin/user_upload/black_theme_banner.png);
}

.black_theme .news_wrapper {
    /*background: #101010;*/
    background: rgb(132,132,132);
    background: radial-gradient(ellipse, rgba(34,34,34,1) 0%, rgba(37,37,37,1) 29.1%, rgba(36,36,36,1) 36.4%, rgba(25,25,25,1) 100%);
    border-radius: 15px;
    margin: 0px 10px;   
    filter: drop-shadow(0px 0px 20px #3B3B3B);
}
.black_theme .news_content p{
color:#fff;}

/* Dropdown */
.hocotimber_navbar .dropdown-menu .dropdown-item{
    padding: 10px 20px !important;   
    border-bottom: 1px solid #B8DA42;
  }
  .hocotimber_navbar .dropdown-menu li:last-child .dropdown-item{  
    border-bottom: 0px solid #B8DA42;
  }
  .hocotimber_navbar .dropdown-menu .dropdown-item:hover{
  background:none;
  }
  .hocotimber_navbar .dropdown-menu{
    padding: 0px;
  }
  .hocotimber_navbar .nav-item.dropdown:hover  .dropdown-menu{
    display: block;
  }



  /* Lightbox Card */
  #lightboxoverlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }  
    
    #nextButton {
    color: #fff;
    font-size: 1.5em;
    transition: opacity 0.8s;
    cursor: pointer;
    }
    #nextButton:hover {
    opacity: 0.7;
    }    
    #prevButton {
    color: #fff;
    font-size: 1.5em;
    transition: opacity 0.8s;
    cursor: pointer;
    }
    #prevButton:hover {
    opacity: 0.7;
    }
   
    
    #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    }
    #exitButton:hover {
    opacity: 0.7;
    }
    .lightboxcard-content{
        margin: 0px 20px;
        max-width:438px;
        width:100%;
       
    }
    .lightboxcard-content .accordion_card{
        overflow: hidden;
        border-radius: 13px;
    }
    .lightboxcard-content .img_box {
        max-height: 438px;                   
    }
    .lightboxcard-content .img_box img{
        max-height: 438px;
        height: 100%;
    }
    .card.accordion_card.lightbox{
        overflow: hidden;
    }

.accordion-item img {
	padding: 40px 0;
	height: 100%;
	width: auto;
}