@charset "UTF-8";
/* CSS Document */
/* * Body Font Style */
 body {
     color: #020202;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
/* * Main Font Sizes */
 h1, h2 {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 42px;
     line-height: normal;
     color: #222222;
}
 .trust-us h3 {
     font-size: 24px;
     margin-bottom: 0.7rem;
}
.hnone {display: none;}
 @media(min-width: 768px){
.hnone {display: block;}
}
.footercontainer {max-width: 1400px;}

@media(min-width: 0) and (max-width: 767px){ 
.fahne {font-size: 12px; position:absolute; bottom: 10px; right: 10px; background-color: #fff; padding: 0 6px;}
}
@media(min-width: 768px) and (max-width: 1199px){ 
.fahne {position:absolute; bottom: 20px; left: 30%; background-color: #fff; padding: 8px 12px; margin-left: 20px;}
}
 @media(min-width: 1200px){ 
.fahne {position:absolute; bottom: 20px; right: 20px; background-color: #fff; padding: 8px 12px; margin-left: 20px;}
}
/* * list Style */
 ul, ol {
     list-style: none;
     padding-left: 0;
}
 ol {
     list-style-type: upper-roman;
     list-style-position: inside;
}
 strong {
     font-weight: 800;
}
 a:hover, a:focus, a:active {
     text-decoration: none;
     outline: none;
}
 .main-header {
     display: block;
     width: 100%;
     background: #8cc8a0;
     position: relative;
     min-height: 160px;
}
 .mobile-trigger {
     width: 100%;
     height: 56px;
     display: flex;
     padding: 13px 0;
}
 .mobile-trigger p {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     text-transform: uppercase;
     color: #959498;
     align-self: flex-end;
     margin-bottom: 0;
     font-size: 20px;
     line-height: 18px;
}
 @media only screen and (min-width: 768px) {
     .mobile-trigger {
         display: none;
    }
}
 .mobile-trigger button {
     width: 54px;
     height: 28px;
     position: relative;
     background: none;
     border: none;
     cursor: pointer;
     display: block;
     align-self: center;
     margin-right: 15px;
     outline: 0;
}
 .mobile-trigger button span {
     position: absolute;
     width: 100%;
     height: 4px;
     background: #8cc8a0;
     left: 0;
}
 .mobile-trigger button span:first-child {
     top: 0;
}
 .mobile-trigger button span:nth-child(2) {
     top: 12px;
}
 .mobile-trigger button span:last-child {
     bottom: 0;
}
 .hheader {
    min-height: 200px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .signet {
    max-height: 100px;
}
 .main-header_signet {
     padding: 10px 0;
     height: 120px;
     display: flex;
     justify-content: center;
     align-items: flex-end;
}
 .main-header_tel {
     padding: 20px 0 0 0;
     display: flex;
     justify-content: center;
     align-items: flex-end;
}
 .main-header_tel {
    display: none;
}
 @media(min-width:992px){
     .main-header_tel {
         display: flex;
         height: 120px;
         padding: 0 0 8px 0;
    }
}
 .logo {
    max-width:400px;
}
 .main-header_logo {
     padding: 0 0 20px 0;
     display: flex;
     justify-content: center;
     align-items: flex-end;
}
 .m-b-info {
    margin-bottom: 50px;
}
 @media(min-width:992px){
     .main-header_logo {
         height: 120px;
         padding: 20px 0;
    }
     .infotext {
        padding: 50px;
    }
     .m-b-info {
        margin-bottom: 0;
    }
}
 .main-footer {
     background: #8cc8a0;
     padding: 80px 0;
}
 .main-footer h3 {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 28px;
     line-height: normal;
     color: #959498;
     margin-bottom: 0;
}
 .main-footer p {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     line-height: 24px;
     color: #222222;
}
 .btn {
     outline: 0;
     text-align: center;
     cursor: pointer;
     background: transparent;
     border: none;
}
 .btn:focus {
     outline: none;
}
 .btn-main {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     text-transform: uppercase;
     padding: 6px 16px;
     font-size: 1rem;
     background: #8cc8a0;
     color: #fff;
     line-height: normal;
     position: relative;
     border: none;
     box-shadow: none;
     letter-spacing: 0.8px;
     transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
     opacity: 1;
}
 @media only screen and (max-width: 575px) {
     .btn-main {
         font-size: 17px;
    }
}
 .btn-main:hover {
     color: #fff;
     text-decoration: none;
     background: #a40531;
}
 .hero-slider {
     background: #f1f1ef;
     width: 100%;
}
 @media only screen and (min-width: 768px) {
     .hero-slider .slick-track {
         margin-left: 293px;
    }
}
 @media only screen and (min-width: 1200px) {
     .hero-slider .slick-track {
         margin-left: 186px;
    }
}
 .hero-slider .container {
     position: relative;
}
 .hero-slider .text-info {
     position: absolute;
     z-index: 9;
     height: 447px;
     top: 0;
     left: 36px;
     max-width: 360px;
}
 @media only screen and (min-width: 768px) {
     .hero-slider .text-info {
         display: block;
    }
}
 @media only screen and (max-width: 767px) {
     .hero-slider .text-info {
         display: none;
    }
}
 .text-info {
     height: 100%;
     max-width: 360px;
     padding: 2.625rem 3.375rem;
     background: #fff;
}
 @media only screen and (min-width: 768px) {
     .text-info {
         display: none;
    }
}
 @media only screen and (max-width: 767px) {
     .text-info {
         width: 100%;
         max-width: 100%;
         padding: 2.625rem 0;
    }
}
 .text-info .title {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 32px;
     line-height: normal;
     color: #222222;
     margin-bottom: 3px;
}
 @media only screen and (max-width: 767px) {
     .text-info .title {
         font-size: 30px;
    }
}
 .text-info a:hover {
     text-decoration: none;
     color: #555555;
}
 .text-info p, .text-info a {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 18px;
     color: #222222;
     line-height: 24px;
}
 .mint {
    color: #8cc8a0 !important;
}
 .white {
    color: #ffffff !important;
}
 .text-info .telefon, .text-info .telefon a, .text-info .telefon p {
    font-size: 18px;
     line-height: 24px;
}
 .main-slider {
     display: block;
     margin-left: auto;
     margin-right: auto;
     width: 100%;
}
 .main-slider .slick-slide {
     outline: 0;
}
 @media only screen and (min-width: 768px) {
     .main-slider .slide {
         height: 446px;
    }
}
 @media only screen and (max-width: 767px) {
     .main-slider .slide > div {
         height: 100%;
    }
}
 .main-slider .slide > div img {
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 @media only screen and (min-width: 768px) {
     .main-slider .side-image {
         max-width: 301px;
    }
}
 @media only screen and (min-width: 768px) {
     .main-slider .side-right {
         max-width: 306px;
    }
}
 @media only screen and (min-width: 768px) {
     .main-slider .main-image {
         max-width: 780px;
    }
}
 @media only screen and (max-width: 767px) {
     .main-slider .main-image {
         width: 100%;
    }
}
 .main-slider .slick-arrow {
     position: absolute;
     top: 47%;
     transform: translateY(-50%);
     width: 2.875rem;
     height: 2.8125rem;
     border-radius: 100%;
     border: 0;
     z-index: 10;
     outline: 0;
     cursor: pointer;
     text-indent: -9999px;
     font-size: 0;
     color: transparent;
     background: transparent;
}
 .main-slider .slick-arrow:before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     width: 100%;
     height: 100%;
}
 .main-slider .slick-prev {
     left: 4rem;
}
 @media only screen and (max-width: 1199px) {
     .main-slider .slick-prev {
         left: 5px;
    }
}
 .main-slider .slick-prev:before {
     background: url(../img/arrow-left-slide.png) center no-repeat;
     background-size: 2.8125rem 2.8125rem;
}
 .main-slider .slick-next {
     right: 4rem;
}
 @media only screen and (max-width: 1199px) {
     .main-slider .slick-next {
         right: 5px;
    }
}
 .main-slider .slick-next:before {
     background: url(../img/arrow-right-slide.png) center no-repeat;
     background-size: 2.8125rem 2.8125rem;
}
 .center {
    text-align: center;
}
 .our-services {
     background: #f0f1f3;
     padding: 80px 0;
}
 .our-services p {
     font-family: 'Maven Pro';
     font-style: normal;
     font-weight: normal;
     font-size: 28px;
     line-height: 32px;
     color: #222222;
     margin-bottom: 1.5625rem;
}
 .our-services .btn {
     display: inline-block;
}
 .trust-us {
     background: #fff;
     padding:80px 0;
}
