// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
	margin:0;
	padding:0;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	text-align: left;
  font-optical-sizing: auto;
  font-style: normal;
  background-color:#ffffff;
  position: relative;
}
html {
  scroll-behavior: smooth;
}

p{
font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #5E5E5E;
}

.navbar{
  background-color: #ffffff;
  box-shadow: 0 0 5px #cccccc;
  height: 83px;
}
@media screen and (max-width: 991px){
  .navbar{
    height:65px;
    padding: 0;
  }
}
@media screen and (max-width: 991px){
.navbar-collapse{
  z-index: 300;
  background-color: white;
  top: 63px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 15px 5px;
  box-shadow: 0 0 3px #ccc;
  display: flex;
  flex-direction: column;
}
}
.navbar-brand{
  padding-left:64px;
  padding-right:68px;
}
@media screen and (max-width: 991px){
  .navbar-brand{
    padding-left: 0;
  padding-right: 0;  }
  .navbar-brand img{
    width:80px;
    height:auto;
  }
}
.head-block{
  position:relative;
  float: left;
  border-bottom: solid 1px #707070;
  width:100%;
}
@media screen and (max-width: 991px){
  .head-block{
    order:2;
    border-bottom: 0;
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 10px 0 0 0;
  }
}
.ico-block{
  position:relative;
  float: left;
  padding: 0 0 5px 0;
}
.ico-block a{
display: inline-block;
padding-right: 10px;
}
.nav-link{
  font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 27px;
text-align: left;
color: #5E5E5E;
text-transform: uppercase;
}
.nav-link:hover{
  color:#88B955;
}
.nav-link.active{
  color:#88B955 !important;
}
.dropdown-item{
  font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 27px;
text-align: left;
color: #5E5E5E;
  text-transform:none; 
}
.dropdown-item:hover{
  color:#88B955;
  background-color: #ffffff;
}
.dropdown-toggle::after{
  border:none;
}
.dropdown-menu{
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 3px #ccc;
}
@media screen and (max-width: 991px){
  .dropdown-menu{
    box-shadow:none;
    margin-left:40px;
  }
}

.nav-item:hover > ul{
  display:block;
}

.top-head-block{
  display: inline-grid;
  width: calc(100% - 210px);
  padding-right: 0;

}
@media screen and (max-width: 767px){
  .top-head-block{
  }
}
.navbar-nav{
  position:relative;
  padding: 3px 0 0 0;
}
.search-block{
float:right;
position:relative;
padding: 3px 0 0 0;
}
.form-control{
  width:233px;
  height:20px;
  border-radius: 10px;
  border:solid 1px #45A7DB;
  padding:0 0 0 20px;
}
.butt-head-search{
  position: absolute;
  top:0px;
  left:5px;
  background-color: transparent;
  border:0;
  padding: 0;
}
@media screen and (max-width: 991px){
.butt-head-search{
z-index: 300;
  width: 40px;
  height: 40px;
  right: 0;
  left: auto;
  top: -7px;
  box-shadow: none;
}
button.butt-head-search:not(:disabled){
  background-color: #ffffff;
 }
.butt-head-search img{
  width:22px;
  height:auto;
}
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 0;
}
.form-control:focus{
  box-shadow: none;
}
@media screen and (max-width: 991px){
.form-control.me-2{
  display: none;
}}
.head-without-blue{
  width:100%;
  height: 330px;
  background-size: cover;
  position: relative; 
}
.head{
  width:100%;
  height: 330px;
  background-size: cover;
  position: relative; 
  background-position: center;
  background-repeat: no-repeat;
}
.head::before{
  content: "";
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background-color: #45A7DB;
  opacity: 50%;
}
.head-main{
  width:100%;
  height: calc(60vh - 83px);
  background: url(../images/head-main.png) center no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767px){
  .head-main{
    height:470px;
  }
}
.h1-name{
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 34px;
  text-align: left;
  text-transform: uppercase;
  color: #5E5E5E;
  padding-bottom:15px;
  padding-top:25px;
  text-align: center;
}
.h1-name span{
  color: #88B955;
  }
@media screen and (max-width: 767px){
    .h1-name{
    font-size: 20px;
  line-height: 24px;
  }
}
.h1{
  font-family: "Montserrat", sans-serif;
font-size: 30px;
font-weight: 800;
line-height: 34px;
text-align: left;
text-transform: uppercase;
color: #5E5E5E;
padding-bottom:5px;
margin-bottom: 0;
}
@media screen and (max-width: 767px){
  .h1{
  font-size: 20px;
line-height: 24px;
padding-bottom: 15px;
    margin-bottom: 0;
}
}
.h1 span{
color: #88B955;
}
.h2{
  font-family: "Montserrat", sans-serif;
font-size: 27px;
font-weight: 800;
line-height: 34px;
text-align: left;
color: #5E5E5E;
padding-bottom: 0px;
}
@media screen and (max-width: 767px){
  .h2{
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
}
}
.text-1{
  font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 22px;
text-align: left;
color: #5E5E5E; 
}
@media screen and (max-width: 767px){
  .text-1{
  font-size: 14px;
line-height: 15px;
}
}
.butt-1{
  position:relative;
  display: inline-block;
  background:rgb(69, 167, 219);
  color:#ffffff !important;
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-align: center;
text-decoration: none!important;
padding: 3px 10px 4px;
  margin-top: 14px;
 /* height: 32px;*/
 height: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px){
  .butt-1{
    font-size: 16px;
    line-height: 19px;
    width:100%;
    text-align: center;
    padding: 6px 10px;
    justify-content: center;
  }
  .head-name-block .butt-1{
    font-size: 16px;
    line-height: 19px;
    width:auto;
  }
}
.head-name-block1{
  position:absolute;
  padding:20px 30px;
  bottom:40px;
  left:40px;
  width: 537px;
  background-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 767px){
  .head-name-block1{
    bottom:0;
  left:15px;
  right:15px;
  width:calc(100% - 30px);
  padding:15px;
  }
}
.head-name-block1 .h1{
  text-transform:none;
  padding-bottom: 0;
}
.head-name-block1 .h1 span{
  text-transform: uppercase;
  color: #5E5E5E;
}
.head-name-block{
  position:absolute;
  padding:30px;
  bottom:73px;
  left:40px;
  width: 537px;
  background-color: rgba(255, 255, 255, .9);
}
@media screen and (max-width: 767px){
  .head-name-block{
    bottom:0;
  left:15px;
  right:15px;
  width:calc(100% - 30px);
  padding:15px;
  }
}
.navbar-toggler-icon{
  background-image: url(/wp-content/themes/astra-child/html/images/hamberger.svg);
  width: 19px;
  height: 14px;
}
.navbar-toggler{
  border:none;
  box-shadow: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
button.navbar-toggler:hover, button.navbar-toggler:focus button.navbar-toggler:visited{
  background-color: #ffffff;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
.padd-section{
  padding-top:100px;
  padding-bottom:100px;
}

@media screen and (max-width: 767px){
  .padd-section{
    padding-top:60px;
    padding-bottom:60px;
  }
}
.padd-section-1{
  padding-top:0;
  padding-bottom:100px;
}
@media screen and (max-width: 767px){
.padd-section-1{
  padding-top:0;
  padding-bottom:60px;
}
}
.padd-section-2{
  padding-top:100px;
  padding-bottom:0;
}
@media screen and (max-width: 767px){
  .padd-section-{
    padding-top:60px;
    padding-bottom:0;
  }
  }
  .more{
  position:absolute;
  display: block;
  bottom: 19px;
  right: 15px;
}
.team-block{
  position:relative;
  width:100%;
  background-color: #f5f5f5;
  margin-bottom: 35px;
  height: calc(100% - 35px);
}
@media screen and (max-width: 767px){
  .team-block{
    height:auto;
  }
}
.presse-block{
  position:relative;
  width:100%;
  background-color: #f5f5f5;
  padding-bottom: 70px;
  margin-bottom: 40px;
  height: 540px;
}
@media screen and (max-width: 767px){
  .presse-block{
    height:auto;
  }
}
.col-lg-3 .presse-block{
  height: 470px;
}
@media screen and (max-width: 767px){
  .col-lg-3 .presse-block{
    height:auto;
  }
}
.photo-block{
  width:100%;
  height:250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.col-lg-3 .photo-block{
  height:182px;
}
.headline-1{
  background-color: #45A7DB;
  color:#ffffff;
font-size: 18px;
font-weight: 500;
line-height: 25px;
text-align: left;
padding: 10px 15px;
}
.padd-text-block{
  padding: 15px 25px;
}
@media screen and (max-width: 767px){
  .padd-text-block{
    padding: 15px 15px;
  }
}
.name-1{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color:#5E5E5E;
  padding-bottom:10px;
}
.pos-right{
  position: relative;
  float: right;
}
@media screen and (max-width: 767px){
  .pos-right{
    float: none;
  }
}
.flex-col{
  display: flex;
  align-items: stretch;
}
.bg-gray .block-product{
  background-color: #ffffff;
}
.block-product{
  position: relative;
  text-align: center;
  padding-bottom:45px;
  background-color:#ffffff;
  margin-bottom:30px;
  height: calc(100% - 30px);
 } 
 @media screen and (max-width: 767px){
  .block-product{
    height:auto;
    padding-bottom:10px;
    margin-bottom:20px;
  }
 }  

.butt-2{
  position:relative;
  display: block;
  width:100%;
  background-color: #45A7DB;
  color:#ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  padding: 7px 12px 30px 12px;  
  text-decoration: none!important;
  height: 32px;
  margin-bottom: 10px;
}

.butt-2:hover{
  text-decoration: none;
  color:#ffffff;
}
@media screen and (max-width: 767px){
  .butt-2{
    font-size: 16px;
line-height: 19px;
padding:4px 0;
height:auto;
margin: 20px 0 !important;
padding: 20px 0;
  }
}
.block-product2-gr{
  background-color: #F5F5F5; 
  margin-bottom:40px;
}
@media screen and (max-width: 767px){
  .block-product2-gr .butt-1{
    width:auto;
  }
  .block-product2-gr{
    margin-bottom:20px;
  }
}
.photo-pr2-gr, .photo-pr2-gr-left{
  position:relative;
   /* width:100%;
   height:100%; */
   background-size: cover;
   background-repeat:no-repeat;
   background-position: center center;
   width: 425px;
   height: 285px;
}

.photo-pr2-gr-right, .photo-pr2-gr-right{
  position:relative;
   /* width:100%;
   height:100%; */
   background-size: cover;
   background-repeat:no-repeat;
   background-position: center center;
   width: 425px;
   height: 285px;
}

@media screen and (max-width: 767px){
  .photo-pr2-gr, .photo-pr2-gr-left, .photo-pr2-gr-right{
    padding-bottom:60%;
    width: 100%;
    background-size: cover;
  }
}
.text-pr2-gr-left{
  padding:40px 30px 40px 50px;
}
.text-pr2-gr{
  padding:40px 50px 40px 30px;
}
@media screen and (max-width: 767px){
  .text-pr2-gr{
    padding:20px 15px 30px;
  }
  .text-pr2-gr-left{
    padding:20px 15px 30px;
  }
   .photo-pr2-gr-left, .photo-pr2-gr-right{
    order: 1;
  }
}
.name-2{
  font-family: "Montserrat", sans-serif;
font-size: 27px;
font-weight: 700;
line-height: 34px;
text-align: left;
color:#5E5E5E;
padding-bottom:10px;
}
@media screen and (max-width: 767px){
  .name-2{
  font-size: 18px;
  line-height: 22px;
}
}
.holz-logo-r{
  position:absolute;
  right:30px;
  top: 0;
  width: 36%;
}
.holz-logo-r img{
  width:100%;
  height:auto;
}
.holz-logo{
  position:absolute;
  left:30px;
  top: 0;
  width: 36%;
}
.holz-logo img{
  width:100%;
  height:auto;
}
.flex-str{
  display: flex;
  align-items: stretch;
}
.order-top-xs{
  order: inherit;
}
@media screen and (max-width: 767px){
  .order-top-xs{
    order: -1;
  }
}
.bg-gray{
 background-color: #F5F5F5;
}
.bg-gray .block-product2-gr{
  background-color: #ffffff;
}
.name-3{
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 28px;
text-align: left;
color:#5E5E5E;
padding-bottom:10px;
}
.name-3 span, .name-1 span{
  color: #88B955;
}
@media screen and (max-width: 767px){
  .name-3{
  font-size: 18px;
  line-height: 22px;
}
}
.disp-contents{
  display: contents;
}
.height-block{
  height:96px;
}
@media screen and (max-width: 767px){
  .height-block{
    height:auto;
  }
}
.footer-1{
background-color: #ffffff;
padding: 40px 0;
}
.footer-2{
  background-color: #F5F5F5;
  padding: 35px 0 80px;
  }
.footer-text1{
  font-family: "Montserrat", sans-serif;
font-size: 13px;
font-style: italic;
font-weight: 500;
line-height: 19px;
text-align: left;
color: #A3A3A3;
}
@media screen and (max-width: 767px){
  .footer-text1{
    font-size: 14px;
line-height: 17px;
  }
}
.footer-text2{
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 19px;
text-align: left;
color: #5E5E5E;
}
.footer-menu{
  margin:0;
}
@media screen and (max-width: 991px){
  .footer-menu{
    margin:40px 0 0 0;
  }
}
@media screen and (max-width: 767px){
  .footer-menu{
    margin:0 0 40px 0;
  }
}
.footer-menu a{
  display: block;
  font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 22px;
text-align: left !important;
color: #5E5E5E;
text-decoration: none;
}
@media screen and (max-width: 767px){
  .footer-menu a{
    line-height: 30px;
  }
}
.breadcrumb{
  position:relative;
  padding:10px 0;
  
}
.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active{
  font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color:#5E5E5E;
text-decoration: none;
}
.name-team{
  font-family: "Montserrat", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 28px;
text-align: left;
color:#5E5E5E;
padding: 5px 0 17px;
border-bottom: 0.5px solid #707070;
margin-bottom:17px;
}
@media screen and (max-width: 767px){
  .name-team{
    font-size: 18px;
line-height: 22px;
margin-bottom:15px;
  }
}
.text-2{
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 23px;
text-align: left;
color:#5E5E5E;
}
@media screen and (max-width: 767px){
  .text-2{
    font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
}
.padd-bott-1{
  padding-bottom: 15px;
}
.link-text{
  color: #45A7DB;
  text-decoration: none;

}
.marg-top-negativ{
  margin-top: -20px;
}
.padd-top-section{
  padding-top: 66px;
}
.number-block{
  position: relative;
  background-color: #F5F5F5;
  height: 100%;
  padding: 25px 15px;
  display: flex;
  justify-content: center;
  align-items: none;
  min-height: 290px;
  text-align:center;
  }
  @media screen and (max-width: 991px){
    .number-block{
      margin-bottom:15px;
      height: auto;
    }
  }
.num-name{
  font-family: "Montserrat", sans-serif;
font-size: 80px;
font-weight: 700;
line-height: 80px;
text-align: center;
color:#88B955;
padding-bottom: 25px;
}
.nav.nav-tabs{
  margin-bottom: -2px;
}
.nav.nav-tabs .nav-link{
  font-family: "Montserrat", sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 28px;
text-align: left;
color:#ffffff;
text-transform: none;
background-color: #45A7DB;
border-radius: 0;
  margin: 0 10px 0 0;
  height: 64px;
  border: 0;
}
@media screen and (max-width: 1200px){
  .nav.nav-tabs .nav-link{
    padding:0 6px;
  }
}
@media screen and (max-width: 991px){
  .nav.nav-tabs .nav-link{
    font-size: 16px;
    padding:0 5px;
  }
}
@media screen and (max-width: 767px){
  .nav.nav-tabs .nav-link{
    width:100%;
    text-align: center;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .nav.nav-tabs .nav-item{
    width:100%;
  }
}
.nav.nav-tabs .nav-link.active{
  background-color: #ffffff;
  color:#5E5E5E !important;
}
.tab-pane{
  background-color: #ffffff;
  padding: 65px 30px 30px 0;
} 
@media screen and (max-width: 767px){
  .tab-pane{
    padding:0;
  }
}
.tab-content{
  border-top:solid 1px #45A7DB;
}
.photo-tab{
}
.photo-tab img{
  width:100%;
  height:auto;
}
.h4{
  font-family: "Montserrat", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 25px;
text-align: left;
color:#5E5E5E;
padding:35px 0 20px;
}
.list-1 li{
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color:#5E5E5E;
  position:relative;
 }
 @media screen and (max-width: 767px){
  .list-1 li{
    font-size: 16px;
  line-height: 19px;
  }
 }
 .list-1 li::before{
  content: "•";
  color:#88B955;
  position: absolute;
  left: -25px;
 }
 @media screen and (max-width: 767px){
.padd-tab-text{
 padding:20px;
}
}
.logo-box{
  position:relative;
  background-color: #ffffff;
  padding: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #45A7DB;
  height: calc(100% - 20px);
margin-bottom: 20px;
min-height: 200px;
overflow: hidden;
transition: all 0.3s 0s ease-in;
}
@media screen and (max-width: 767px){
  .logo-box{
  height:200px;
}
}
.logo-box img{
  width:100%;
  height:auto;
  opacity: 1;
  transition: all 0.3s 0.3s ease-out;
}
.logo-box:hover{
  background-color: #45A7DB;
  transition: all 0.4s 0.3s ease-in;
}
.logo-box:hover img{
  width:50%;
  opacity: 0;
  transition:all 0.3s 0s ease-out;
}

.logo-box1{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 25px;
text-align: center;
  opacity: 0;
  transition: all 0.5s 0s ease-in;
}
.logo-box:hover .logo-box1{
  transition: all 0.5s 0.5s ease-in;
  opacity: 1;
  }

  .butt-mit-position{
    position: fixed;
    right:30px;
    bottom: 80px;
    z-index: 100;
  }
  
  .butt-mit{
    display: block;
    position:relative;
    margin-bottom:10px;
    background-color: #45A7DB;
    width:88px;
    height:102px;
    color:#ffffff;
    font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  padding-top:8px;
  text-decoration: none;
  }
  .butt-mit:hover{
    color:#ffffff;
    text-decoration: none;
  }
  .butt-ring{
    width:47px;
    height:47px;
    border-radius: 50%;
    border:solid 2px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 6px;
  }
  @media screen and (max-width: 767px){
    .butt-mit-position{
      position:fixed;
      left:0;
      right:0;
      bottom:0;
      display: flex; 
      width: 100%;
      justify-content: space-around;
    }
    .butt-mit{
      display: flex;
      justify-content: space-around;
      align-items: center;
      width:49%;
    height:62px;
    margin-bottom:0;
    padding:8px;
    }
    .butt-ring{
      float:left;
      margin: 0;
    }
  }

.ast-single-post.ast-page-builder-template .site-main > article{
    padding: 0;
}

.limblock{
    max-width: 1200px !important;
    padding: 10px!important;
}

.title-block{
    margin-top: 80px;
}
@media screen and (max-width: 767px){
  .title-block{
    margin-top: 40px;
}
}

.ast-plain-container.ast-no-sidebar #primary{
    margin: 0;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
    text-decoration: none;
}


.pt-50{
    padding-top: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}

.pt-30{
    padding-top: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}


.newsbox .photo-block, .presse-block .photo-block{
    background-size:cover;
    background-repeat: no-repeat;
}

.homeblock .text-1{
    min-height: 60px;
}

input[type="search"]{
    height: 24px;
    border-radius: 30px;
}

ol, ul{
    margin: 0;
}

.inner-nav-block .text-1{
    min-height: 80px;
}

#ast-scroll-top{
    display: none!important;
}

.graysection{

    min-height:50px;

}

.sh1{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 34px;
    text-align: left;
    text-transform: uppercase;
    color: #5E5E5E;
    padding-bottom: 26px;
    
}

.sh1g{
    color: #88B955;
}

.sh2{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    color: #5E5E5E;
    margin: 15px 0 -18px 0; 
    display: block;
}

.nextend-arrow-previous{
    left: 45%;
}
.nextend-arrow-next{
    right: 45%;
}

h2, .entry-content h2{
    font-weight: 800;
}

.ast-single-post.ast-page-builder-template .site-main > article {
    padding: 0;
    margin-top: -39px;
  }

  div#n2-ss-2 .n2-style-65285b0e22039e4c11451dcbde4c9c40-heading{
    line-height: 1;
  }

  .ico-block a img{
    height:20px;
  }
  @media screen and (max-width: 991px){
    .ico-block a img{
      height:30px;
    }
  }

  .entry-meta{
    display: none!important;
  }

  .dropdown-item.active, .dropdown-item:active{
    background-color: #88B955;
  }

  .dropdown-item.active:hover {
    color: #ffffff;
    
}

.homeblock .photo-block{
  background-size: cover;
}


.homeblock{
  width: 33%;
}

@media screen and (max-width: 990px){
  .homeblock{
    width: 100%;
  }
  .is-layout-flex {
    display: block !important;
  }
}


.n2-section-smartslider .butt-1{
  margin-top:0;
}

.rm, .rw{
  color: rgb(69, 167, 219);
}

.button-top{
  display: block;
  position:fixed;
  bottom:10px;
  right:30px;
  background-color: #45A7DB;
  width:50px;
  height:50px;
  border-radius: 4px;
  text-align: center;
  padding-top:20px;
  color:#ffffff;
  z-index: 200;
  text-decoration: none;
  line-height: 0.2em;
  font-size: 18px;
}
@media screen and (max-width: 767px){
  .button-top{
    right:15px;
    bottom:70px;
  }
}
.butt-mit-position{
  position: fixed;
  right:30px;
  bottom: 80px;
  z-index: 100;
}

.butt-mit{
  display: block;
  position:relative;
  margin-bottom:10px;
  background-color: #45A7DB;
  width:88px;
  height:102px;
  color:#ffffff;
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 17px;
text-align: center;
padding-top:8px;
text-decoration: none;
}
.butt-mit:hover{
  color:#ffffff;
  text-decoration: none;
}
.butt-ring{
  width:47px;
  height:47px;
  border-radius: 50%;
  border:solid 2px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 6px;
}
@media screen and (max-width: 767px){
  .butt-mit-position{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  .butt-mit{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:49%;
  height:62px;
  margin-bottom:0;
  padding:8px;
  }
  .butt-ring{
    float:left;
    margin: 0;
  }
}

.footer-2{
  background-color: #F5F5F5;
  padding: 35px 0;
  }
@media screen and (max-width: 767px){
    .footer-2{
      padding: 35px 0 80px;
    }
  }
.footer-text1{
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-style: italic;
font-weight: 500;
line-height: 19px;
text-align: left;
color: #A3A3A3;
}
@media screen and (max-width: 767px){
  .footer-text1{
    font-size: 14px;
line-height: 17px;
  }
}
.footer-text2{
  font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 19px;
text-align: left;
color: #5E5E5E;
text-align: center;
  padding-top: 30px;
}
.footer-menu-block{
  padding-bottom: 30px;
  border-bottom: solid 1px #a8a8a8;
}
.footer-menu{
  margin: 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px){
  .footer-menu{
    display: block;
    margin:auto;
  }
}

.footer-menu a{
  display: block;
  font-family: "Montserrat", sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 22px;
text-align: left;
color: #5E5E5E;
text-align: center;
text-decoration: none;
}
@media screen and (max-width: 767px){
  .footer-menu a{
    line-height: 30px;
  }
}


.tab-pane .h4{

  padding: 0 0 5px 0;

}

.tab-pane ul{
  margin: 0 0 20px 0;
}

.tab-pane li, .tab-pane ul{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #5E5E5E;
  margin: 0;
  padding: 0;
}

.tab-pane li{
  margin-left: 25px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner{
  border-color: rgb(148, 148, 148) !important;
border-radius: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*="select-one"]::after{
  border-top: 5px solid rgb(69, 167, 219)!important;
}
div.wpforms-container-full {
  border-color: rgb(148, 148, 148) !important;
border-radius: 0;
}

div.wpforms-container-full:not(:empty){
  margin: 24px 15px 100px 15px;
  width: 97%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices{
  display: inline;
}

.wpforms-field-container input{
  display: inline;  
  border-color: rgb(148, 148, 148) !important;
  border-radius: 0 !important;
}

.ast-separate-container {
  background-color: #ffffff;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices {
  display: block;
}

div.wpforms-container-full{
  border-color: rgb(148, 148, 148);
border-radius: 0;
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * 8);
}
.page-link{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #5E5E5E;
  border:none;
  background-color: transparent;
}
.page-link:hover{
  color: #5E5E5E;
  border:none;
  background-color: transparent;
}
.page-link.sell{
  text-decoration: underline !important;
  color: #5E5E5E;
  border:none;
  background-color: transparent;
}
.page-link:focus{
  color: #5E5E5E;
  border:none;
  background-color: transparent;
}
.page-link img{
  width:10px;
  height: auto;
}
.prev-arr{
  transform: rotate(180deg);
}
.disabled .page-link{
  background-color: transparent;
}
.disabled .page-link img{
  opacity: 0.4;
}
.location{
  text-align: right;
  width: 100%;
  border-bottom: solid 3px #ccc;
  margin: 50px 0;
}

.smfeed{
  margin: 70px 0 50px 0;
  border-top: solid 2px #ccc;
  padding: 30px 5px;
}
@media screen and (min-width: 767px){
  .smfeed{
    margin: 40px 0 10px 0;
}
}

.entry-content>p{
  padding: 0 12px;
  font-size:18px;
}


.neuigkeit h1{
  font-family: "Montserrat", sans-serif !important;
  font-size: 30px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  text-align: left;
  text-transform: uppercase;
  color: #5E5E5E;
  padding-bottom: 5px;
  padding: 50px 0 10px 0 !important;
}

.evcontent .row div{
  padding: 5px;
}

.evcontent a{
  text-decoration: none;
  color: #45A7DB;
}

.evcontent h2{
  font-size: 27px;
  color: #5E5E5E;
}

.catblock {
  position: absolute;
  right: 0px;
  background-color: #88B955;
  padding: 3px 15px;
  color: #ffffff;
  font-size: 16px;
}

.butt-2{
  color: #ffffff !important;
}

.head {
  background-size: cover !important;
}

.stretch{
  align-items:stretch;
}


.numbers-block .text-1{
  min-height: 70px;
}

.pl0{
  padding-left: 0 !important;
}

@media screen and (min-width: 990px){

    .stretch .col-lg-3{
      max-width: 24.7%;
    }
}


  .post-40 .butt-2{
    padding: 7px 12px 30px 12px;
    width: auto;

  }

  .post-195  .graysection .block-product2-gr{
    margin-bottom: 0;
  }

  .fwd{
    width: 100%;
    text-align: center;
  }

  header.entry-header .entry-title{
    padding-top: 50px;
  }

  .text-1 a{
    color: rgb(69, 167, 219);
  }

  .entry-content ul {
    list-style-type: none;
  }

  .entry-content ul > li {
    text-indent: -17px;
  }

  .entry-content ul > li:before {
    content: "− ";
    text-indent: -5px;
  }

li.choice-1:before {
  content: "" !important;
}

.lang-sw-xs{
  display: none;
}
  .lang-sw img {
    width: 22px;
}
@media screen and (max-width: 991px){
  .lang-sw{
    display: none !important;
}
.lang-sw-xs{
  display: block !important;
  z-index: 400;
  width: 30px;
  position: absolute;
  right: 80px;
}
}
button.navbar-toggler:not(:disabled){
 background-color: #ffffff;
}
.text-pr2-gr .butt-1, .text-pr2-gr-left .butt-1{
  display: inline-block;
  height:auto;
}

.fakt-icon{
  height: 150px; 
  margin:0 auto 30px;
}
@media screen and (max-width: 767px){
  .fakt-icon{
    height: auto; 
    width:120px;
  }
}
.navbar-expand-lg .navbar-collapse{
  flex-direction: column;

}

.is-layout-flex > :is(*, div) {
   margin-bottom: 0px !important; 
}

.inner-teaser{
  margin: 50px 0 20px 0;
}

.mobo{
  display: none;
}


.text-pr2-gr .butt-1, .text-pr2-gr-left .butt-1
{
  margin-top: 20px;
}

.n2-section-smartslider .butt-1{
  display: inline;
  width: auto;
}


@media screen and (max-width: 991px){
.entry-content p {
  margin-bottom: 16px;
  line-height: 19px;
}

.sh1{
  font-size: 14px;
  line-height:16px;
  margin-bottom: 10px;
}

.sh2{
  font-size: 12px;
  line-height:14px;
  margin: 10px 0 -22px 0;
}

.n2-section-smartslider .butt-1{
  font-size: 14px;
  display: inline;
  width: auto;
}

.h1{
  margin-top: 50px;
}

.mobo{
  display: block;
}
.head{
  height: 150px;
}

.post-1147 .butt-1{
  width: 50%;
  margin: 10px auto;

}

.enp .top-head-block {
  display: inline-grid;
  width: calc(100% - 100px);
  padding-right: 0;
}

}

.smob{
  display: block;
}
.sdesk{
  display: none;
}

@media screen and (max-width: 767px){

  .smob{
    display: none;
  }
  .sdesk{
    display: block;
  }
  

}

@media screen and (max-width: 991px){
  .pl0{
    padding-left: 20px !important;
  }
}
.padd-t-b{
  padding:70px 0;
}
@media screen and (max-width: 991px){
  .padd-t-b{
    padding:30px 0;
  }
}
input.search-field-page[type="search"]{
  height:50px;
  border:solid 1px #cccccc;
  border-radius: 0;
}
label.search-page-label{
  display: flex;
}
button.search-submit.ast-search-submit{
  height: 50px;
  background-color: #45a7db;
  color:#ffffff;
}
input.search-submit{
  height: 50px;
  background-color: #45a7db;
  color:#ffffff;
}

.entry-title, .wp-block-heading{
  padding: 0 15px;
}

.page-item:before{
  content: '' !important;
}