@import url("reset.css");

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/open-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v18-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v18-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v18-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v18-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* cambo-regular - latin */
@font-face {
    font-family: 'Cambo';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/cambo-v9-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/cambo-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/cambo-v9-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/cambo-v9-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/cambo-v9-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/cambo-v9-latin-regular.svg#Cambo') format('svg');
    /* Legacy iOS */
}


.clear {
    clear: both;
}

.dropdown{
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 23px;

}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

h2 {
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Cambo';
}

header {
    background: url(../images/geld-sparen.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 350px;
    background-position: center;
    padding-bottom: 250px;
    position: relative;
}

header h2 {
    font-size: 50px;
    margin-bottom: 20px;
    padding: 25px;
    background: rgba(83, 47, 57, 0.85);
    color: #fff;
    display: inline-block;
    padding-left: 10%;
    padding-right: 100px;
    font-style: italic;
    font-family: 'Cambo';
}

nav {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9;
    height: 60px;
    padding-top: 20px;
    top: 0;
    left: 0;

}

#kontakt a{
    color: #fff;
    text-decoration: none;
}

nav ul li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

nav img {
    margin-top: -30px;
    width: 200px;
}

nav ul {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul li a {
    font-size: 17px;
    text-decoration: none;
    color: #393939;
    font-family: 'Cambo';
}

.tel {
    position: fixed;
    right: 0;
    top: 0;
    margin-right: 5%;
    z-index: 99;
    margin-top: 15px;
}

#spezial {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

#spezial .col1 {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding: 70px;
    background: url(../images/energieausweis.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    height: 400px;
}

b {
    font-weight: 700;
}

#spezial .col2 {
    width: 48%;
    margin-left: 2%;
    float: left;
    padding: 70px;
    background: url(../images/energieeinsparung.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    height: 400px;
}

#spezial h3 {
    font-size: 25px;
    padding-bottom: 20px;
    line-height: 32px;
    font-family: 'Cambo';
}

.parallax {
    background: url(../images/parallax.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 10%;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    font-family: 'Cambo';
    font-style: italic;
    padding-bottom: 40px;
}

.parallax a {
    background: #532f39;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
}

#ueber-uns .col1 {
    width: 50%;
    float: left;
    padding-right: 10%;
    padding-left: 10%;
    display: table;
    height: 500px;
}

#ueber-uns .col2 {
    width: 50%;
    height: 600px;
    float: left;
}

#ueber-uns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#ueber-uns .center {
    display: table-cell;
    vertical-align: middle;
}
#ueber-uns.landing {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 50px 0;
}
#ueber-uns.landing a {
    color: #532f39;
}
#ueber-uns.landing h2 {
    line-height: 38px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ueber-uns.landing .col1, #ueber-uns.landing .col2 {
  float: none;
  flex-basis: 48%;
  height: inherit;
  display: block;
  width: auto;
  padding: 0;
}
#ueber-uns.landing p, #ueber-uns.landing ul.list {
    margin: 0 0 20px 0;
}
#ueber-uns.landing ul.list li {
    list-style: circle;
    margin: 0 0 0 15px;
}
strong {
    font-weight: 700;
}
#energieausweis .col1 {
    width: 50%;
    height: 600px;
    float: left;
}

#energieausweis img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#energieausweis .col2 {
    width: 50%;
    float: left;
    padding-right: 10%;
    padding-left: 10%;
    display: table;
    height: 500px;
}

#energieausweis .center {
    display: table-cell;
    vertical-align: middle;
}

#energieberatung {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    background: url(../images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#energieberatung h2 {
    text-align: center
}

#energieberatung h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    font-family: 'Cambo';
}

h4 {
    color: #6d2d3f;
    font-family: 'Cambo';
    font-size: 20px;
    padding-bottom: 20px;
}

#energieberatung .box {
    width: 50%;
    padding: 30px;
    float: left;
    height: 300px;
}

#energieberatung .box span {
    font-size: 30px;
    line-height: 38px;
    color: #6d2d3f;
    font-family: 'Cambo';
}

.parallax-2 {
    background: url(../images/nachhaltig-sparen.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    color: #fff;
    font-style: italic;
    padding-left: 10%;
    padding-right: 10%;
}

.parallax-2 p {
    font-size: 24px;
    font-family: 'Cambo';
}

.parallax-2 h2 {
    font-size: 35px;
    line-height: 42px;
}

#leistungen {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    background: #532f39;
}

#leistungen .col1 {
    width: 48%;
    margin-right: 2%;
    float: left;
}

.lp{
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #532f39
}

.lp a{
    color: #fff;
    text-decoration: none;
}
.lp a::after {
  content: '•';
  padding: 0 10px;
}
.lp a:last-child::after {
    content: '';
}
#leistungen .col2 {
    width: 48%;
    margin-left: 2%;
    float: left;
}

#leistungen ul {
    list-style-image: url(../images/tick.png);
    margin-left: 30px;
}

#leistungen ul li {
    margin-top: 10px;
}

.heading {
  font-size: 1.5em;
  margin-bottom: 12px;
}

.card {
  background: #fff;
  background-image: linear-gradient(48deg, #fff 0%, #e5efe9 100%);
  display: flex;
  flex-direction: column;
  padding: 32px;
  margin: 40px;
  width: 100%;
}

.content-wrapper {
  font-size: 1.1em;
  margin-bottom: 44px;
}
.content-wrapper:last-child {
  margin-bottom: 0;
}

.button {
  align-items: center;
  background: #532f39;
    padding: 10px;
  color: #fff;
    display: block;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.rating_box .questionline:nth-child(even) {
    background: rgba(109, 45, 63, 0.32)!important;
}

.button:focus {
  border: 2px solid transparent;
  box-shadow: 0px 0px 0px 2px #121943;
  outline: solid 4px transparent;
}

.col-md-3 {
    width: 100%!important;
    margin-bottom: 50px;
}

.rating_box .rating_thumb{
    display: none!important;
}
.rating_top {
    margin: 30px 20px 20px 30px!important;
}

.link {
  color: #121943;
}
.link:focus {
  box-shadow: 0px 0px 0px 2px #121943;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
}
.input-wrapper .label {
  align-items: baseline;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin-bottom: 8px;
}
.input-wrapper .optional {
  color: #5a72b5;
  font-size: 0.9em;
}
.input-wrapper .input {
  border: 1px solid #5a72b5;
  border-radius: 4px;
  height: 40px;
  padding: 8px;
}


    .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;

    background-color: #fff!important;
    background-image: none;
    border: 1px solid!important;
        border-color: #6d2d3f!important;
    border-radius: 0px!important;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #6d2d3f!important;
    color: #fff!important;
}

label{
    color: #6d2d3f!important
}


code {
  background: #e5efe9;
  border: 1px solid #5a72b5;
  border-radius: 4px;
  padding: 2px 4px;
}

.modal-header {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
}

.close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: 16px;
  text-decoration: none;
  width: 16px;
}
.close svg {
  width: 16px;
}

.modal-wrapper {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
    padding-top: 20vh;
}

.rating-1 {
display: none!important;
}

#modal {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
    z-index: 9999999999999;
    overflow: auto;
    padding-top: 30vh;

}
#modal:target {
  opacity: 1;
  visibility: visible;
}
#modal:target .modal-body {
  opacity: 1;
  transform: translateY(1);
}
#modal .modal-body {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.25s ease-in-out;
  width: 80%;
  z-index: 1;
}

.outside-trigger {
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.button__link {
  text-decoration: none;
}

#rezensionen{
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/background.jpg);
    background-attachment: fixed;
    background-repeat: repeat
}

.empfehlung{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100px;
    margin-left: 5%;
}

.empfehlung img{
    width: 100%;
}

#rezensionen h2{
    text-align: center;
    color: #6d2d3f;
}

.news {
  position: absolute;
  top: 73%;
  right: -7%;
}

.news img{
  width: 50%;
}

#newsletter{
    background: #532f39;
    padding: 67px 15% 50px 15%;
    color: white;
    text-align: center;
}

#newsletter h2{
    color: white;
}

#newsletter label{
    color: #ffffff !important;
}

#newsletter input{
  width: 100%;
}

#newsletter button{
  background: rgba(109, 45, 63, 0.32) !important;
}

#newsletter > div > div > div > form > p:nth-child(1) > label{
    color: white;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

#newsletter > div > div > div > form > p:nth-child(1) > label > input[type=email]{
    padding: 10px;
    border: none;
}

#newsletter > div > div > div > form > p:nth-child(2) > input{
    background: #fab44c;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 0 10px;
    transition: ease .8s;
    -o-transition: ease .8s;
    -moz-transition: ease .8s;
    -webkit-transition: ease .8s;
    border: none;
    text-decoration: none;
    cursor: pointer;
    width: auto;
}

#newsletter > div > div > div > form > p:nth-child(2) > input:hover{
    background: white;
    color:#fab44c;

    cursor: pointer;
}

#kontakt {
    background: url(../images/oekonomisch.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

#kontakt .col {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 80px;
    padding: 40px;
    border: 1px solid;
    border-color: #fff;
    height: 250px;
}

.line {
    background: #532f39;
    width: 100%;
    height: 35px;
}

.dse {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #532f39;
    padding: 5px;
    padding-right: 5%;
}

.dse a {
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1300px) {
    #spezial .col1 {
        height: 500px;
    }

    #spezial .col2 {
        height: 500px;
    }

    .empfehlung{
    position: fixed;
    top: 0;
    left: 0;
    z-index:0;
    width: 100px;
    margin-left: 5%;
        margin-top: 40px;
}
}

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

    .tel {
        display: none;
    }

    header h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 1050px) {
    #kontakt .col {
        padding: 30px;
    }

    #spezial .col1 {
        height: 600px;
    }

    #spezial .col2 {
        height: 600px;
    }

    nav ul li a {
        font-size: 15px;
    }

    nav ul li {

        margin-left: 10px;
        margin-right: 10px;
    }

    nav img {
        width: 150px;
    }

    nav ul {
        width: 720px;
    }
}

@media screen and (max-width: 950px) {
    #kontakt .col {
        width: 48%;
    }
    #ueber-uns.landing .col1, #ueber-uns.landing .col2 {
        flex-basis: 100%;
    }
    #spezial .col1 {
        height: auto;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
    }

    #spezial .col2 {
        height: auto;
        width: 100%;
        margin-left: 0%;
    }
#modal .modal-body {

    transition: opacity 0.25s ease-in-out;
    width: 100%;
    z-index: 1;
}

.news {
  position: absolute;
  top: 80%;
  right: -23%;
}

.news img{
  width: 40%;
}

}


@media screen and (max-width: 780px) {
    .empfehlung{
    position: fixed;
    top: 0;
    left: 0;
    z-index:0;
    width: 80px;
    margin-left: 1%;
        margin-top: 30px;
}
    .dropbtn {
        background-color: #532f39;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    #modal{
        padding-top: 60vh;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #6d2d3f;
    }

    .dropdown {
        position: fixed;
        top: 0;
        left: 0;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgba(83, 47, 57, 0.94);
        min-width: 160px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        padding-top: 10vh;
        position: fixed;
        left: 0;
        top: 0;
    }

legend, td, th {
    padding: 0!important;
    width: 100%!important;
    display: block!important;
    float: none!important;
    text-align: left!important;
}

    .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    padding-bottom: 20px!important;
}
    #modal .modal-body {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 0.25s ease-in-out;
    width: 90%;
    z-index: 1;
}


    #rezensionen tr{
        padding-bottom: 20px!important;

    }
    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
    }

    .dropdown a:hover {
        background-color: rgba(221, 221, 221, 0.28);
    }

    .show {
        display: block;
    }

    #ueber-uns .col2 {
        display: none;
    }

    #ueber-uns .col1 {
        width: 100%;
        padding-right: 10%;
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #energieausweis .col1 {
        width: 100%;
        height: 250px;
        float: left;
    }

    #energieausweis .col2 {
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    header {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    header img{
      position: relative;
    }

    header h2 {
        font-size: 26px;
        padding: 10px;
        padding-left: 10%;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .parallax a {
        font-size: 16px;
        padding: 7px;
    }

    .parallax {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #energieberatung .box {
        width: 100%;
        padding: 30px;
        float: left;
        height: auto;
        text-align: center;
    }

    #kontakt .col {
        width: 100%;
        margin-top: 20px;
        height: auto;
    }

    #leistungen .col1 {
        width: 100%;
        margin-left: 0%;
        float: left;
    }

    header{
        background-position: bottom;
        background-size: cover;
        background-attachment: inherit;
        background-position: right;
    }

    #leistungen .col1 {
        width: 100%;
        margin-right: 0%;
        float: left;
    }

    nav {
        display: none;
    }

    form#dsa-rating {
    width: 100%;
    padding: 0px!important;
}

.news {
  position: absolute;
  top: 65%;
  right: -30%;
}

.news img{
  width: 30%;
}


}

@media screen and (max-width: 550px) {
    #spezial .col1 {
        padding: 20px;
    }

    #rezensionen h2{
        font-size: 20px;
    }

    #spezial {
        padding-left: 5%;
        padding-right: 5%;
    }

    #modal{
        padding-top: 90vh;
    }

    #spezial .col2 {
        padding: 30px;
    }

    #spezial h3 {
        font-size: 20px;
    }

    h1, #ueber-uns.landing h2 {
        font-size: 23px;
        line-height: 34px;
    }

    .parallax-2 h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .parallax-2 p {
        font-size: 18px;
        font-family: 'Cambo';
    }

    .parallax-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .parallax a {
        font-size: 14px;
        padding: 5px;
    }

    header h2 {
        font-size: 20px;
        padding: 14px;
        padding-left: 10%;
    }

    .dse {
        position: fixed;
        bottom: 0;
        right: 0;
        background: #532f39;
        padding: 5px;
        padding-right: 5%;
        width: 100%;
    }

    .news {
      display: none;
    }


}
@media screen and (max-width: 450px){
    .rating_box .rating_bottom {
    margin: 0 10px 14px!important;
}
    .rating_box .question {
    font-size: 12px!important;
    margin: 6px 8px;
    width: 54%;
}
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
}
