
@import url("reset.css");

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

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

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

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

html {
    scroll-behavior: smooth;
}

nav {
    font-family: 'Bodoni Moda';
    font-size: 20px;
    position: fixed;
    background: #e6e6e6;
    width: 100%;
    height: 50px;
    z-index: 999;
}

.logo {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 10%;
    padding-top: 15px;
    position: absolute;
    color: #3b3b3b;
}

nav ul {
    position: absolute;
    right: 0;
    margin-right: 10%;
    margin-top: 10px;
}

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

nav ul li a {
    font-size: 18px;
    color: #3b3b3b;
    text-decoration: none;
}

#ueber-uns .center{
    text-align: left!important;
}

h1 {
    font-family: 'Bodoni Moda';
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 20px;
}

.dropdown {
    display: none;
}

.clear {
    clear: both;
}

body {
    font-family: 'Lato';
    font-size: 15px;
    color: #3b3b3b;
    line-height: 23px;
}

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

.logo a{
    color: #3b3b3b;
    text-decoration: none;
}

header .col1 {
    width: 50%;
    height: 600px;
    float: left;
    margin-top: 50px;
}

header .col1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .col2 {
    width: 50%;
    height: 600px;
    float: left;
    padding-right: 10%;
    padding-left: 5%;
    text-align: center;
    display: table;
    margin-top: 50px;
}

header .center {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 35%;
    height: 600px;
    margin-top: 180px;
}

header .col2 a {
    background: #abc0d2;
    padding: 7px;
    font-family: 'Bodoni Moda';
    color: #3b3b3b;
    font-size: 18px;
    text-decoration: none;
}

header .raute {
    position: absolute;
    display: block;
    margin-left: auto;
    text-align: center;
    width: 35%;
    margin-top: 30px;
    margin-right: auto;
}

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

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

#ueber-uns .col2 {
    float: left;
    width: 49%;
    height: 500px;
    margin-left: 1%;
}


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

h2 {
    font-size: 25px;
    font-family: 'Bodoni Moda';
    line-height: 30px;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    font-family: 'Bodoni Moda';
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 50px;
}



#ueber-uns ul {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    list-style: url(../images/stichpunkt.png);
    margin-left: 20px;
}

#expertise {
    height: 400px;
    text-align: center;
    display: table;
    width: 100%;
}

#expertise ul li {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}

#expertise .center {
    padding-left: 20%;
    padding-right: 20%;
}

#expertise .links {
    position: absolute;
    left: 0;
}


#expertise .rechts {
    position: absolute;
    right: 0;
}

#expertise img {
    height: 400px;
    object-fit: cover;
}

#expertise ul {
    list-style: url(../images/stichpunkt-blau.png);
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 630px;
}

#bilder {
    background: #98b2c8;
}

#bilder .img-1 {
    width: 50%;
    height: 500px;
    float: left;
}

#bilder .img-2 {
    width: 50%;
    height: 600px;
    float: left;
}

.img-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid;
    border-color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
}


.img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 10px solid;
    border-color: #fff;
    border-top: none;
    border-right: none;
}

#leistungen {
    background: #98b2c8;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
}

.tab {
    float: left;
    width: 30%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: inline-block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 60%;
    outline: none;
    text-align: left;
    border: 2px solid;
    border-color: #98b2c8;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    color: #fff;
    font-family: 'Bodoni Moda'
}

/* Change background color of buttons on hover */
.tab button:hover {

    border: 2px solid #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {

    border: 2px solid #fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border-left: 2px solid #fff;
    width: 70%;
    color: #fff;
    padding-left: 150px;
    height: 380px;
}

#leistungen ol {
    list-style: decimal;
    margin-left: 15px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tabcontent h3 {
    font-size: 24px;
}

#leistungen h2 {
    color: #fff;
    padding-bottom: 50px;
}

strong {
    font-weight: 700;
}

#kontakt {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

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

#kontakt .col2 {
    float: left;
    width: 50%;
}

#kontakt .box {
    margin-top: 40px;
}

#kontakt .box img {
    float: left;
    margin-right: 30px;
    height: 70px;
}

#kontakt iframe {
    width: 100%;
    height: 600px;
    margin-top: -10px;
}

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

.dse {
    position: fixed;
    background: #d8d8d8;
    color: #3b3b3b;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    padding-left: 10%;
}

.dse a {
    padding-right: 10px;
    color: #3b3b3b;
    font-family: 'Bodoni Moda';
    text-decoration: none;
}

.sidenav {
    position: fixed;
    right: 0;
    margin-top: 30vh;
    z-index: 999;
}

.sidenav img {
    width: 50px;
}


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#galerie h2{
    text-align: center;
}

#galerie p{
    text-align: center;
    padding-bottom: 50px;
}

.column {
  float: left;
  width: 33.3%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.76);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img{
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

#galerie{
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
}

.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#headerbild{
    background: url(../images/schlafzimmer-blau.jpg);
    height: 600px;
    background-position: center;
background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#impressum{
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 10%;
    padding-right: 10%;
}

#impressum .col1 {
    width: 50%;
    float: left;
    padding-right: 3%;
}

#impressum .col2{
    float: left;
    padding-left: 3%;
width: 50%;
}

#impressum a{
    color: #768fa5;
    text-decoration: none;
}

a:hover{
    transition: 0.3s;
    opacity: 0.6;
}

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

#bewertungen h2{
    color: #fff;
    text-align: center;
}
 .cta {
    background: #98b2c8;
    text-align: center;
    color: #363636;
    text-decoration: none;
    width: 330px;
     font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
     color: #fff;
     font-family: 'Bodoni Moda';
    }

.modaloverlay h3{
    font-size: 30px;
    padding-bottom: 20px;
}

    .modaloverlay {
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 0;
        text-align: left;
        z-index: 99999999999999999999;
        display: none;
    }

    .modaloverlay:target {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 9999999999999999;
    }

.modaloverlay .modals {
    background-color: white;
    height: 70%;
    position: relative;
    padding: 3em;
    overflow-y: scroll;
    height: 80vh;
    margin-left: 5%;
    z-index: 999999999999;
    width: 90%;
    margin-top: 10vh;
}
.modaloverlay a{
    color: #98b2c8;
    text-decoration: none;
}
    .modaloverlay .close {
        background-color: #98b2c8;
        color: white;
        font-size: 24px;
        padding: 8px 12px;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: none;
        top: 0;
        z-index: 1;
    }

.Bewertungstabelle input{
    display: none!important;
}
.rating span {
    color: #98b2c8!important;
}

.rating span:hover::before, .rating span:hover~span::before{
    color: #98b2c8!important;
}

td{
    width: 78%;
}
button, select {
    text-transform: none;
    background: #98b2c8!important;
    color: #fff!important;
    border: none!important;
    padding: 10px;
}
.form-control{
    background-color: #c4d7e6!important;
}
.rating-1{
    display: none!important;
}

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

.cta input{
    display: none;
}

.rating_box{
    text-align: center!important;
}
.rating_box h3{
    text-align: center!important;
}
.rating_box .questionline:nth-child(even) {
    background: #d5e2ed!important;
}

.rating_box .questionline .star{
    color: #7595b1!important;
}
.rating_box .rating_bottom {
    padding-bottom: 50px!important;
}
.modaloverlay p{
    padding-top: 30px;
}

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

@media screen and (max-width: 1390px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .tab button {
        width: 90%;
    }
    
    .column {
    float: left;
    width: 50%;
}
.column:nth-child(3) {
    float: left;
    width: 50%;
    margin-top: -120px;
    border-top: 15px solid;
    border-color: #fff;
}
    
    nav ul li{
        margin-right: 10px;
    }
}

@media screen and (max-width: 1110px) {
    header .raute {
        margin-top: 0px;
    }

    header .raute img {
        height: 600px;
        width: 100%;
    }

    .tabcontent {
        padding-left: 50px;
    }
}

@media screen and (max-width: 880px) {
    header .raute {
        display: none;
    }

    header .center {
        width: 40%;
        margin-top: 80px;
        height: 450px;
    }

    header .col1 {
        height: 450px;
    }

    header {
        height: 500px;
    }

    .sidenav img {
        width: 35px;
    }

    .logo {
        font-size: 20px;
    }

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

    nav ul li {
        margin-right: 10px;
    }

    nav ul {
        margin-top: 15px;
    }

    header .col2 {
        height: 320px;
    }

    #expertise .center {
        padding-left: 10%;
        padding-right: 10%;
    }

    #ueber-uns .col2 {
        width: 34%;
    }

    #ueber-uns .col1 {
        width: 65%;
    }

    #bilder .img-1 {
        height: 300px;
    }

    #bilder .img-2 {
        height: 350px;
    }

    .tab {
        width: 100%;
        height: 180px;
    }

    .tab button {
        width: 49%;
        text-align: center;
    }

    .tab button {
        padding: 14px;
        background: #738595;
        margin-bottom: 2px;
    }

    .tab button.active {
        border: none;
        font-weight: 400;
        background: #415769
    }

    .tabcontent {
        padding: 0px 0px;
        border-left: none;
        width: 100%;
        height: auto;
        padding-left: 0px;
    }

    #kontakt .col1 {
        float: left;
        width: 100%;
        padding-right: 0%;
        height: auto;
        margin-bottom: 50px;
    }

    #kontakt .col2 {
        width: 100%;
    }

    #expertise ul li {
        margin-left: 20px;
        margin-right: 10px;
        text-align: left;
        float: none;
    }

    #expertise {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: left;
        width: 100%;
    }

    #expertise ul {
        width: 100%;

    }

    #expertise img {
        display: none;
    }
        #impressum h2{
        padding-top: 100px;
    }
    
    .column:nth-child(3) {
    margin-top: -65px;
}
    nav ul li a {
    font-size: 14px;
}
    
}

@media screen and (max-width: 720px) {
    #impressum .col1{
        width: 100%;
        padding-right: 0%;
        margin-bottom: 0px;
    }
    
    .mySlides img {
    height: 50vh;
}
    .modal{
        padding-top: 26vh;
    }
    
    #impressum .col2{
        width: 100%;
        padding-left: 0%;
    }
    
    
    header .col1 {
        width: 40%;
    }
    .rating span {
    padding-left: 0px!important;
    padding-right: 10px!important;
    padding-bottom: 20px!important;
    line-height: 18px!important;
}
    td {
    width: 100%;
        display: block;
}

    header .center {
        width: 50%;
    }

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

    #ueber-uns .col2 {
        width: 100%;
        margin-left: 0%;
        height: 250px;
    }

    #ueber-uns .col2 img {
        object-position: bottom;
    }

    .dropbtn {
        background-color: #e6e6e6;
        color: #3b3b3b;
        padding: 0px;
        font-size: 26px;
        border: none;
        margin-top: 5px;
        cursor: pointer;
        margin-right: 20px;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        color: #768fa5;
        background: transparent
    }

    .dropdown {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 9999;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 20vh;
        text-align: center;
        background-color: rgba(118, 143, 165, 0.9);
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-family: 'Bodoni Moda';
        font-size: 19px;
        color: #fff;
    }

    .dropdown a:hover {
        background-color: #98b2c8;
    }

    .show {
        display: block;
    }

    nav ul {
        display: none;
    }
    
   .column {
    width: 100%;
    margin-bottom: 10px;
} 
    .column:nth-child(3) {
    width: 100%;
    margin-top: 0px;
    border-top: none;
}
}

@media screen and (max-width: 500px) {
    .tab button {
        width: 99%;
    }
    .tabcontent {
    margin-top: 100px;
}

    .modaloverlay .modals {
    padding: 1em;
}
    header .col1 {
        display: none;
    }

    header .center {
        width: 90%;
        height: auto;
        background: rgba(255, 255, 255, 0.89);
        padding: 20px;
    }

    header .col2 {
        width: 100%;
        height: 500px
    }

    header {
        height: auto;
        background: url(../images/familie-laminat.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
       #impressum h2{
        padding-top: 0px;
    }
    
    .cta{
        width: 230px;
    }
    #bewertungen {
    padding-left: 5%;
    padding-right: 5%;
}
    .rating_box .question {
    display: block!important;
    width: 100%!important;
}
    .answer {
    color: #8d8d8d!important;
    display: block!important;
    margin-bottom: 20px!important;
        width: 100%!important;
}
    .rating_box .questionline:nth-child(even) {
    background: transparent!important;
}
}
