*, body, html {
    font-family: 'tt-rg';
    font-size: 18px;
    scroll-behavior: smooth;
}
@font-face {
	font-family: tt-bd;
	src: url(../fonts/TT\ Interphases\ Pro\ Bold.otf);
   }
@font-face {
	font-family: tt-rg;
	src: url(../fonts/TT\ Interphases\ Pro\ Regular.otf);
   }
   h1 {
    font-size: 60px;
    font-family: 'tt-bd';
}
   h2 {
    font-size: 50px;
    font-family: 'tt-bd';
}
   h3 {
    font-size: 30px;
    font-family: 'tt-bd';
}
   h4 {
    font-size: 20px;
    font-family: 'tt-bd';
}
   p {
    font-size: 20px;
    font-family: 'tt-rg';
    line-height: 1.9;
}
a {
    color: #7dc623;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.my-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.contact-btn a {
    color: #7dc623;
    border: 2px solid;
    text-transform: uppercase;
    padding: 10px 15px;
}
.contact-btn a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.carousel-control-prev-icon {
    background-image: url('../images/left.png');
}
.carousel-control-next-icon {
    background-image: url('../images/right.png');
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: 1;
    bottom: 110px;
    align-items: end;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 60px;
    height: 60px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: .5;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}
.carousel-control-prev {
    left: calc(50% - 555px);
}
.carousel-control-next {
    right: calc(50% + 410px);
}
.carousel-caption {
    width: 100%;
    max-width: 616px;
    top: 20%;
    bottom: auto;
    left: calc(50% - 555px);
    text-align: left;
}
.sec1-row {
    align-items: center;
    justify-content: space-between;
}
.sec2-row {
    justify-content: space-between;
}
section.section-2, section.section-3, section.section-4, section.section-5, section.section-6 {
    padding: 150px 0;
}
.white{
    color: #fff;
}
.solar-card {
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid #ffffff45;
    padding: 30px 25px 5px;
    margin-bottom: 20px;
}
.prop-text {
    margin-left: 20px;
}
section.section-1 {
    padding: 120px 0 0;
}
.sec3-row {
    align-items: center;
    justify-content: space-between;
}
.right-img img {
    width: 100%;
}



.wrapper {
    width: 100%;
    margin-top: 80px;
}
.owl-carousel .owl-item img {
    filter: grayscale(1);
    width: fit-content;
    transition: .4s all;
    max-width: 160px;
}
.brand-carausel .card:hover img {
    filter: grayscale(0);
}
.owl-carousel .owl-item img:hover {
    transform: scale(1.05);
    transition: .4s all;
}
.wrapper .brand-carausel {
  position: relative;
  margin: auto;
}
.brand-carausel .card {
    border: none;
    align-items: center;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.brand-carausel .owl-stage {
    display: flex;
    align-items: center;
}
.brand-carausel .owl-prev,
.brand-carausel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: -100px;
}

.owl-next {
  right: -100px;
}

.brand-carausel .fa-chevron-left,
.brand-carausel .fa-chevron-right {
  font-size: 30px;
  color: #fff;
  transition: all 0.2s;
}

.fa-chevron-left:hover,
.fa-chevron-right:hover {
  color: #737373;
}
.heading {
    position: relative;
    margin-bottom: 50px;
}
.heading:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #7dc623;
    bottom: -20px;
}
.heading-c:after {
    left: 50%;
    transform: translateX(-50%);
}
section.section-4 {
    border-top: 1px solid #b3b3b3;
}
.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #464646;
    padding-top: 30px;
    margin-top: 70px;
}
footer {
    background: #000;
    padding: 150px 0 30px;
}
.location h4 {
    text-transform: uppercase;
    margin-top: 25px;
}
.owl-dots {
    display: none;
}
span.left-aro {
    transform: rotate(-135deg);
    -webkit-transform: rotate(135deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
span.right-aro {
    transform: rotate(-315deg);
    -webkit-transform: rotate(315deg);
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}
section.section-4 button p {
    border: 1px solid #e1e1e1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 3px 0 0 1px;
    display: block;
    margin: 0;
}
section.section-4 button p:hover {
    background: #7dc623;
}
section.section-4 button:focus-visible, section.section-4 button:focus {
    outline: none;
}



.dflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    color: #000;
}
form {
    max-width: 1200px;
    margin: -185px auto 0;
    text-align: left;
    background: #fff;
    padding: 30px 60px 35px 60px;
    border: 10px solid #7dc623;
}
input, textarea, select {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 1px;
    border: solid 1px #ccc;
    padding: 4px 7px 4px 14px;
}
option {
    font-size: 17.9px;
    font-family: 'tt-rg';
}
.form-fld-l, .form-fld-r {
    width: 49%;
}
.radio-option label {
    margin-right: 30px;
    font-size: 18px;
    font-family: 'tt-rg';
}
.import {
    color: #737373;
}
.green {
    color: #7dc623;;
}
.form-fld-r {
  float:right;
}
form h2 {
    color: #213260;
    position: relative;
    margin-bottom: 50px;
}
form h2:after {
  content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    background: #000;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.my-form button {
    border: solid 1px #7dc623;
    padding: 10px 50px;
    background: #7dc623;
    color: #fff;
    display: block;
    font-size: 20px;
    margin-top: 25px;
    font-family: tt-bd;
}
.head-para {
    max-width: 910px;
    margin: 0 auto;
}
button:hover {
  background-color:#000;
}
form label {
    display: inline;
    color: #737373;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    margin-right: 6px;
}
select#mr {
    height: 36px;
    padding: 0 10px;
    color: #737373;
    background: #fff;
}
.brdr:not(:last-child) {
    border-right: 1px solid #464646;
}
footer a {
    color: #fff;
}
.location {
    padding: 0 30px;
}
.my-form {
    position: relative;
    bottom: -220px;
}
.footer-l p {
    margin: 0;
}
footer a:hover {
    color: #7dc623;
}
.solar-card:hover {
    box-shadow: 0px 0px 15px #00000047;
}
p.hf-message.hf-message-success {
    text-align: center;
    color: #7dc623;
}
header {
    position: sticky;
    top: 0;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 5px 15px #0000001c;
}
.banner-sec .carousel-indicators {
    display: none;
}
.service-card {
    display: flex;
    align-items: start;
    margin-bottom: 35px;
}
.serv-text {
    margin-left: 50px;
    max-width: 540px;
}
.ser-row {
    margin-top: 90px;
}
section.section-6 {
    position: relative;
}
img.ser-btm {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.header-text {
    margin: 0;
    font-size: 25px;
}

.Datenschutz-page a {
    word-break: break-all;
}
.footer-l p {
    font-size: 18px;
}







@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
    .carousel-control-prev, .carousel-caption {
        left: calc(50% - 705px);
    }
    .carousel-control-next {
        right: calc(50% + 575px);
    }
}

@media (max-width: 1600px){
    h1 {
        font-size: 50px;
    }
       h2 {
        font-size: 45px;
    }
       h3 {
        font-size: 28px;
    }
       h4 {
        font-size: 18px;
    }
    p {
        font-size: 18px;
    }
    .carousel-caption {
        max-width: 620px;
        top: 12%;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: 65px;
    }
    .wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-prev {
        left: -70px;
    }
    .owl-next {
        right: -70px;
    }
    .solar-card img {
        width: 120px;
    }
    .prop-text {
        margin-left: 20px;
    }
    .solar-card {
        padding: 30px 25px 0;
    }
}
@media (max-width: 1200px){
    .location {
        padding: 0;
    }
    .carousel-control-prev, .carousel-caption {
        left: calc(50% - 465px);
    }
    .carousel-control-next {
        right: calc(50% + 332px);
    }
    h1 {
        font-size: 45px;
    }
       h2 {
        font-size: 40px;
    }
       h3 {
        font-size: 26px;
    }
    .right-side {
        margin-top: 40px;
    }
    section.section-2 {
        background-position: 75% !important;
    }
    section.section-3 .right-img img {
        margin-bottom: 60px;
    }
    .head-para {
    max-width: 100%;
}
section.section-6 {
    padding: 150px 0 100px;
}
    
}
@media (max-width: 991px){
    .brdr, .brdr:not(:last-child) {
        border: none;
    }
    .carousel-control-prev, .carousel-caption {
        left: calc(50% - 345px);
    }
    .carousel-control-next {
        right: calc(50% + 240px);
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: 40px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 45px;
        height: 45px;
    }
    .carousel-caption {
        width: 620px;
        top: 8%;
    }
    .location p {
    margin: 0;
}
.location {
    margin-top: 35px;
}
p.header-text {
    display: none;
}
}
@media (max-width: 768px){
    .carousel-control-prev, .carousel-caption {
        left: calc(50% - 255px);
    }
    .carousel-control-next {
        right: calc(50% + 155px);
    }
    .carousel-caption {
        max-width: 510px;
        top: 5%;
    }
    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    .carousel-control-next, .carousel-control-prev {
        bottom: 25px;
    }
    .form-fld-l, .form-fld-r {
        width: 100%;
    }
    .bottom-footer {
        justify-content: center;
    }
    section.section-1, section.section-2, section.section-3, section.section-4, section.section-5 {
        text-align: center;
    }
    .heading:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .solar-card img {
        width: 100px;
    }
    form {
        padding: 50px 18px 50px 18px;
    }
    .wrapper {
        width: 80%;
    }
    .prop-text {
        margin-left: 20px;
    }
    section.section-2 {
    background-size: contain !important;
    background-position-y: bottom !important;
}
section.section-2 {
    padding: 50px 0 140px;
}
.solar-card {
    text-align: left;
}
}
@media (max-width: 575px){
    .banner-sec .carousel-indicators {
        display: flex;
    }
    .logo img {
        max-width: 100px;
    }
    .contact-btn a {
        font-size: 16px;
    }
    .carousel-caption {
        max-width: 100%;
        top: 20px;
        left: 15px;
        right: 15px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    p, form label, label, .radio-option label, ::placeholder {
        font-size: 16px;
        line-height: 1.4;
    }
    .carousel-control-next {
        right: calc(50% + 95px);
    }
    section.section-1 {
        padding: 50px 0 0;
    }
    section.section-3, section.section-4 {
        padding: 50px 0;
    }
    section.section-5 {
        padding-top: 50px;
    }
    footer {
        padding: 100px 0 30px;
    }
    .bottom-footer {
        margin-top: 40px;
    }
    .owl-prev {
        left: -15%;
    }
    .owl-next {
        right: -15%;
    }
    .solar-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
    /*.banner-sec .carousel-item img {*/
    /*    height: 38vh;*/
    /*}*/
    .footer-l {
        text-align: center;
    }
    
    .my-form button {
        padding: 10px 25px;
        font-size: 16px;
        margin-top: 20px;
    }
    .carousel-control-prev, .carousel-caption {
        left: 0;
        padding: 15px 15px 0;
    }
    .carousel-control-next {
        left: 70px;
        right: auto;
    }
    section.section-4 button p {
    padding: 7px 0 0 1px;
}
section.section-4 button p {
    width: 40px;
    height: 40px;
}
    input, textarea, select {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 1px;
    border: solid 1px #ccc;
    padding: 4px 7px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    display: none;
}
.footer-r {
    text-align: right;
    width: 100%;
    margin-top: 20px;
}
footer a {
    font-size: 16px;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators button {
    margin: 0 5px;
    border: none;
    width: 20px;
}
.carousel-indicators button.active {
    background: #7ec624;
}
.import p {
    margin: 0;
}
select#mr {
    height: 36px;
}
section.section-6 {
    padding: 50px 0 30px;
}
.ser-row {
    margin-top: 50px;
}
.service-card {
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.serv-text {
    margin-left: 0;
    max-width: 100%;
    margin-top: 15px;
}
.service-card img {
    max-width: 18%;
}
.prop-text {
    margin-top: 15px;
}
.Datenschutz-page ul {
    text-align: left !important;
    padding-left: 20px;
}
.Datenschutz-page ul li {
    font-size: 16px;
}
}
@media (max-width: 482px){
    .import {
    order: -1;
    text-align: right;
    width: 100%;
}
    .import p {
    margin-bottom: 20px;
}
}
@media (max-width: 420px){
    .logo img {
        max-width: 80px;
    }
     section.section-2 {
    padding: 50px 0 100px;
}
    .contact-btn a {
        padding: 5px;
    }
    .solar-card {
        padding: 25px 10px 10px;
        margin-bottom: 20px;
    }
    form {
        margin: -200px auto 0;
        padding: 30px 10px 30px 10px;
        border: 3px solid #7dc623;
    }
}