/*
Theme Name: topsurgery
Theme URI: https://www.plastmed.de
Author: internetgestalten.de 
Author URI: https://internetgestalten.de
Version: 1.0.0
Description: Wordpress Theme - top-surgery.de 2025
Text Domain: topsurgery
*/

@font-face {
    font-family: 'NovemberL';
    src: url('css/fonts/NovemberL-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NovemberL';
    src: url('css/fonts/NovemberL-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NovemberL';
    src: url('css/fonts/NovemberL-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


.wow {
  visibility: hidden;
}

.wow.fadeInLeft {
  transform: translateX(-10em);
}

summary::-webkit-details-marker {
  display: none;
}


*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }

:root {
    --hell: #EEEDE5;
    --bg: #F6F6F1;
    --green: #486656;

    --grey2: #D8D0CB;
    --brown: #755847;
    --brown2: #91796c;
    --dark: #2b2b2c;

}

html,
body {
    font-family: 'NovemberL';
    color: var(--dark);
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 400;
    line-height: 1.33em; /* 1.4em */
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg);
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}


/* general */
img {
    max-width: 100%;
}

figure {
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    position: relative;
}

figure.fixH {
    padding-bottom: 65%;

}

figure.fixH img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

figure.round {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 1em;
}

figcaption {
    font-size: .8em;
    margin: 1em 0;
}

span.credits {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  transform: rotate(180deg);
  opacity: .65;
}

a {
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
    transition: color .1s ease-in-out;
}

a.noborder {
    border: none;
}

a:hover {
    color: var(--green);
}

strong {
    font-weight: 700;
}

p,
ul,
ol {
    margin: 0 0 1em 0;
    padding-left: 0;
    line-height: 1.8em;
}

#main section ul{
    padding-left: 1em;
}
#main section ol {
    padding-left: 2em;
}

.small {
    font-size: .8em;
    line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 .2em 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
    margin-bottom: .5em;
}

h3 {
    font-size: 1.2em;
    margin-bottom: 1em;
}

h4 {
    font-size: 1em;
}

section {
    margin-bottom: 4em;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.container {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}

#main section ol.circles {
    list-style: none;
    counter-reset: list-counter;
    padding-left: 0;
    /*padding-top: 1em;*/
}

.container.message {
    background-color:#a6a6a6; 
    padding:1em; 
    width:100%; 
    margin:0 auto 20px; 
    max-width:1346px;
}


ol.circles li {
    counter-increment: list-counter;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 1.5em 1em;
    border-bottom: 1px dashed currentColor;
}

ol.circles li::before {
    content: counter(list-counter);
    font-weight: 500;
    font-size: 1.4em;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: #ABA7A2;
    color: white;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#main section ul.lines {
    list-style: none;
    padding-left: 0;
}

ul.lines li {
    position: relative;
    padding: 1em 10px 1em 32px;
    border-bottom: 1px dashed currentColor;
}

ul.lines li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 24px;
    height: 24px;
    background-image: url('images/Signet-col.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#main section ul.whtlines {
    list-style: none;
    border-top: 1px solid #fff;
    padding-left: 0;
}

ul.whtlines li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.f_right {
    float: right;
}
.f_left {
    float: left;
}
.reverse .f_right {
    float: none;
}

.flex_end {
    margin-left: auto;
}

.row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.col-25,
.col-33,
.col-50,
.col-75 {
    width: 100%;
}


/* header */
#site-header .logo {
    width: 180px;
    display: block;
    position: absolute;
    top: 14px;
}

#site-header .logo img {
    width: 100%;
}

#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--hell);
    height: 70px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

#site-header > div {
    position: relative;
}

#site-header a {
    border: none;
}

/* Mobile Menu Button */
.mobile-button {
    display: block;
    position: absolute;
    background: transparent;
    cursor: pointer;
    top: 23px;
    right: 0;
    width: 20px;
    height: 22px;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after, 
.mobile-button span {
    background-color: var(--dark);
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0,-9px,0);
       -moz-transform: translate3d(0,-9px,0);
            transform: translate3d(0,-9px,0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0,9px,0);
       -moz-transform: translate3d(0,9px,0);
            transform: translate3d(0,9px,0);
}

.open .mobile-button span {
	opacity: 0;
}

.open .mobile-button:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	   -moz-transform: rotate3d(0, 0, 1, 45deg);;
            transform: rotate3d(0, 0, 1, 45deg);
}

.open .mobile-button:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	   -moz-transform: rotate3d(0, 0, 1, -45deg);;
            transform: rotate3d(0, 0, 1, -45deg);
}


/* main nav with sliding sub-menu */
#site-header nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(80vh - 70px);
    background-color: var(--hell);
    z-index: 8;
    padding: 0 6%;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    will-change: transform;
    color: var(--green);
}
#site-header .container.mini {
    overflow: hidden;
    position: relative;
}

#site-header.open nav {
    transform: translateX(0%);
    overflow-y: scroll;
}

#site-header.open nav ul {
    list-style: none;
    border-bottom: 2px dotted var(--green);
}

#site-header nav li {
    border-top: 2px dotted var(--green);
}

#site-header nav li a {
    display: block;
    padding: .5em 0 .5em 3px;
    text-decoration: none;
    color: var(--green);
}

#site-header nav li:hover > a {
    color: var(--hell);
    background-color: var(--green);
}

#site-header nav .small-menu {
    margin-top: 3em;
    border-bottom: 2px dotted var(--green);
}

#site-header nav ul li.menu-back,
#site-header nav .small-menu ul,
#site-header nav .small-menu ul li {
    border: none;
}

#site-header nav .small-menu ul {
    margin-bottom: .5em;
}

#site-header nav .small-menu ul li a {
    padding: 0 0 0 3px;
    display: inline;
    border-bottom: 1px dashed #486656;
}
#site-header nav .small-menu ul li:hover a {
    background: none;
    color: #111;
}

#menu-main-en .sub-menu,
#menu-main .sub-menu {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
}


#menu-main-en > li > .sub-menu,
#menu-main > li > .sub-menu {
    top: 43px;
  }

#menu-main-en .sub-menu,
#menu-main .sub-menu {
    transform: translateX(100%);
    background: var(--hell);
    z-index: 1;
}

#menu-main-en .sub-menu.active,
#menu-main .sub-menu.active {
    transform: translateX(0);
    z-index: 2;
}

.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 0.5em;
    width: 30px;
    height: 30px;
    margin-top: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23486656' d='M478,256,302,432l-21.21-21.2L420.6,271H34V241H420.6L280.75,101.16,302,80Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

.menu-item-has-children > a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M478,256,302,432l-21.21-21.2L420.6,271H34V241H420.6L280.75,101.16,302,80Z'/%3E%3C/svg%3E");
}

#main-nav header {
    /* text-transform: uppercase; */
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    color: var(--green);
    display: block;
    margin-bottom: 1em;
}

#main-nav header.show-back {
    cursor: pointer;

}
#main-nav header.show-back::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 0.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23486656' transform='scale(-1,1) translate(-512,0)' d='M478,256,302,432l-21.21-21.2L420.6,271H34V241H420.6L280.75,101.16,302,80Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/* top menu */
#topmenu {
    position: absolute;
    top: 23px;
    display: flex;
    right: 45px;
    color: var(--dark);
}

#site-header.open #topmenu {
    display: none;
}

#topmenu img {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 10px;
}

#topmenu a {
    font-size: .8em;
    color: var(--grey1);
    text-decoration: none;
}

#topmenu a.lang {
    margin: 0 3px;
}

#topmenu a.lang.active {
    font-weight: 700;
}


/* sticky cta */
#cta_contact {
    position: fixed;
    z-index: 8;
    right: 0;
    top: 50%;
    width: 44px;
    height: 42px;
    background-image: url(images/icon_mail.svg);
    background-size: cover;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
}

#cta_appointment {
    position: fixed;
    z-index: 8;
    right: 0;
    top: calc(50% + 42px);
    width: 44px;
    height: 42px;
    background-image: url(images/icon_calendar.svg);
    background-size: cover;
    cursor: pointer;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    transition: opacity .2s ease-in-out;
}

#cta_appointment a,
#cta_contact a {
    display: block;
    height: 100%;
    border: none;
}

#cta_appointment:hover,
#cta_contact:hover {
    opacity: .8;
}


/* main */

#main {
    margin-top: 70px;
    z-index: 0;
}

#banner {
    position: relative;
    height: 75vh;
    overflow: hidden;
    margin-bottom: 1em;
    display: flex;
    align-items: flex-end;
}

#banner .col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    /* min-height: 55vh; */
    height: auto;
    margin-left: 0;
    /* transform: translateY(45%); */
    padding-left: 6%;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: rgba(246, 246, 241, .6);
}

#banner h1 {
    position: relative;
    font-size: 2.2em;
    color: #111;
    z-index: 2;
    max-width: 92%;
}

#banner .button {
    margin: 1.5em 0;
}

#banner a {
    font-size: .9em;
    align-self: flex-start;
}


#banner video,
#banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#formslider form input[type="submit"],
#form-nav li,
.button {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: var(--green);
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    border-radius: 17px;
    border: none;
    padding: 0 2em;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width: auto;
    align-self: flex-start;
}

.button:hover {
    background-color: #fff;
    color: var(--green);
}

.button.white {
    background-color: #fff;
    color: var(--dark);
}

.button.white:hover {
    background-color: var(--dark);
    color: #fff;
}
.button.dark {
    background-color: var(--dark);
    color: #fff;
}

.button.dark:hover {
    background-color: #fff;
    color: var(--dark);
}



/* footer */

#site-footer {
    background-color: #ABA7A2;
    color: #fff;
    padding: 4em 0;
    font-size: .8em;
}

#site-footer .logo {
    display: block;
    width: 150px;
    margin-bottom: 1em;
    border: none;
}

#site-footer .plastmed-logo {
    width:120px;
    padding-top: 3em;
    margin-bottom: 10px;
}

#site-footer ul {
    list-style: none;
    padding: 0;
}

#site-footer a {
    color: #fff;
    text-decoration: none;
}

#site-footer a:hover {
    color: var(--dark);
    text-decoration: none;
}

#site-footer .row {
    flex-direction: column;
}

#site-footer .col {
    width: 100%;
    padding: 1em 0;
}

.footer-nav li {
    padding: 0;
}

#site-footer .social {
    margin-top: auto;
    margin-bottom: .5em;
}

#site-footer .social a {
    border: none;
    margin-right: 20px;
}

#site-footer .social img {
    width: 20px;

}


/* sections */

#main > section.content50:first-of-type,
#main > section.textonly:first-of-type {
    margin-top: 7em;
}


.intro {
    margin: 4em 0 6em 0;
}

.intro h1 {
    font-size: 1em;
    font-weight: 400;
}

.intro h1 strong {
    font-weight: 500;
    color: var(--brown);
}

/* cta */
.cta .col:first-child{
    margin-bottom: 2em;
}
.cta .container {
    padding: 2.5em 4%;
    background-color: #EEEDE5;
}

img.social {
    width: 30px;
    display: block;
    margin: 10px 0;
}

/* big image */
section.image {
    margin: 2em 0 0 0;
}

section.image figure {
    position: relative;
    height: 85vh;
    overflow: hidden;
    margin: 0;
}

section.contact + section.image {
    margin-top: 0;
}

section.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image.parallax {
  height: 20vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}


/* video */
section.video .video-wrapper {
    position: relative;
    height: 85vh;
    overflow: hidden;
    margin: 2em 0 0 0;
}

section.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* videos (testimonials) */

.videos video {
    margin-bottom: 1em;
}

.videos .container {
    background-color: #fff;
    padding: 2em;
}

.videos .row .col:first-child {
    margin-bottom: 3em;
}


/* reviews */
.reviews .container {
    background-color: #EEEDE5;
    padding: 50px 30px;
}

.reviews .col {
    padding: 0 1em;
}

/* safespace */
.safespace .container {
    background-color: #fff;
    padding: 2em;
}


/* offer */
.offer .container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.offer .container.headline {
    justify-content: flex-start;
    padding: 1em 0 3em 0;
}

.offer-detail {
    width: 100%;
    background-color: #ACC0CD;
    box-shadow: 10px 15px 15px rgba(0, 0, 0, .2);
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
}

.offer-detail:first-child {
    background-color: #ABA7A2;
}

.offer-detail div {
    padding: 2em;
    display: flex;
    flex-direction: column;
}

.offer-detail .button {
    margin: auto 0 2em 2em;
}

.offer-detail h2 {
    margin: .3em 0 .8em 0;
}

.offer figure {
    width: 100%;
    position: relative;
    padding-bottom: 55%;
}

.offer figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* testimonials */
.testimonials {
    padding: 3em 0;
    background-color: #C7D0CA;
}

.testimonials .slider  {
    margin: 1em 0 2em 0;
    display: flex;
}
.testimonials .slick-track {
    margin: 2em 0;
    display: flex;
}

.testimonials .slide {
    background-color: #E9EEF1;
    padding: 2em;
    margin: 0;
    display: flex !important;
}

.testimonials .slide h3 {
    min-height: 4em;
    font-size: 1em;
}

.testimonials .slide p {
    font-size: .8em;
}

.testimonials .slide p:last-child {
    margin-bottom: 2em;
}

.testimonials .slick-slide {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.testimonials span {
    font-size: .7em;
    font-weight: normal;
    margin-bottom: 1.2em;
}

.testimonials span.stars {
    font-size: 2em;
    color: var(--green);
    margin-bottom: .6em;
}


/* team */
.team h2 {
    margin-bottom: 1em;
}

.team .col-25 {
    margin-bottom: 2em;
}

/* question */
.question {
    background-color: #EEEDE5;
    padding: 3em 0;
}

.question .col-50 {
    margin-bottom: 2em;
}

/* numbers */
.numbers {
    background-color: #EEEDE5;
    padding: 3em 0;
}

.numbers_inner {
    display: flex;
    justify-content: space-between;
}
.numbers_inner div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
}

.number_round {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #486656;
    color: #2B2B2C;
    font-size: 20px;
    margin-bottom: 1em;
}

.numbers_inner div:nth-child(1) .number_round {
    color:#fff;
}
.numbers_inner div:nth-child(2) .number_round {
    background-color: #C7D0CA;
}
.numbers_inner div:nth-child(3) .number_round {
    background-color: #ACC0CD;
}
.numbers_inner div:nth-child(4) .number_round {
    background-color: #ABA7A2;
}

/* logos */
.marquee {
    overflow: hidden;
}

#logos-track {
  display: flex;
  animation: marquee 10s linear infinite;
  width: max-content;
}

#logos-track img {
  height: 50px;
  margin: 0 40px;
  flex-shrink: 0;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

#logos-static{
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: center;
  gap: 20px;
}

#logos-static img{
  width: 100%;
  height: 50px;   
  object-fit: contain; 
  display: block;   
}



/* quote */
.quote {
    background-color: #fff;
    padding: 3em 0;
}

.quote blockquote {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 .5em;
    padding: 0;
}

.quote figcaption {
    margin: 2em 0 3em;
    max-width: 50%;
}
.quote p.text {
    max-width: 70%;
}


/* contact */
.contact {
    background-color: #E9EEF1;
    margin-bottom: 0;
}

.contact .container {
    padding: 3em 0;
}

#main #form-nav {
    margin: 2em 0 20px 0;
    padding-left: 0;
}

#form-nav li {
    min-width: 23%;
    background-color: #D4DEE5;
    color: var(--dark);
    margin-right: 10px;
    padding: 0 1em;
}

#form-nav li.active {
    background-color: var(--dark);
    color: #fff;
}

.form-wrapper {
    background-color: #D4DEE5;
    padding: 25px;
}

#formslider form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 1em;
}

#formslider form p {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#formslider form label {
    display: inline-block;
    width: 100%;
    margin: 0 0 1.5em 0;
}

#formslider form .wpcf7-form-control-wrap {
    width: 100%;
}

#formslider form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 0;
    border: 0;
}

#formslider form .wpcf7-acceptance {
    font-size: .7em;
    color: #2b2b2c;
}

#formslider form .wpcf7-acceptance label { 
    display: flex;
}
#formslider form .wpcf7-acceptance label input { 
    margin: -3px 6px 0 0;
}

#formslider form .wpcf7-acceptance .wpcf7-list-item-label {
    line-height: 1.7em;
}

#formslider form .wpcf7-acceptance>.wpcf7-list-item {
    margin: 0;
    line-height: 1.7em;
}

#formslider form select,
#formslider form select option,
#formslider form textarea,
#formslider form input {
    font-family: 'NovemberL', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #969696;
    background-color: #fff;
    border: none;
    height: 38px;
    line-height: 38px;
    max-width: 100%;
    width: 100%;
    padding: 0 8px;
}

#formslider form textarea {
    height: 8.5em;
    line-height: 1.4em;
    padding: 8px;
}

#formslider form input[type="submit"] {
    float: right;
}

#formslider .wpcf7-response-output {
    margin: 1em 0;
    width: 100%;
}

#formslider form .wpcf7-not-valid-tip {
    font-size: .7em;
    color: #900;
}

/* half half */
.content50 .row {
    margin-top: 2em;
}

.col .button {
    margin-top: 1em;
}


.product-info {
    width: 100%;
    border-top: 1px dashed var(--dark);
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .product-info dt,
  .product-info dd {
    padding: 14px 0;
    border-bottom: 1px dashed var(--dark);
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .product-info dt::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('images/Signet-col.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    flex-shrink: 0;
  }
  
  .product-info dt a {
    font-weight: bold;
  }
  
  .product-info dd {
    justify-content: flex-end;
    text-align: right;
    margin: 0;
  }
  
  


/* 2 images */
.twoimages .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 61%;
    /* 495 / 812 ≈ 0.61 */
    overflow: hidden;
    margin-bottom: 1.5em;
}

.twoimages .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}


/* faq */

.faq-list .faq-item:nth-child(even) {
    background-color: #EEEDE5 /* ggf. Standardweiß */
}

.faq img {
    margin-bottom: 1em;
}

.faq-item summary {
    font-size: 1em;
    font-weight: 700;
    color: var(--dark);
    cursor: pointer;
    padding: 12px;
    list-style: none;
    /* Standard-Pfeil */
    -webkit-details-marker: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 1px dashed var(--dark);
}

.faq-item .col {
    padding: 0 12px;
}

.faq-item summary::after {
    content: "";
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    background: url('images/Fragen-Pfeil-down.svg') no-repeat center;
    background-size: 30px;
    margin-right: -10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
}

.faq-item summary + div {
    padding-bottom: 1em;
    padding-right: 2em;
}

.faq-item[open] summary::after {
    background: url('images/Fragen-Pfeil-up.svg') no-repeat center;
    opacity: 1;
}


.notfound {
    min-height: 40vh;
    padding-top: 3em;
}


@media (min-width: 600px) {
    .container {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    #formslider p {
        max-width: 75%;
    }

    .form-wrapper {
        padding: 50px;
    }

    .offer-detail div {
        padding: 2em 3em 2em 2em;
        display: flex;
    }

    ul.lines li {
        padding-left: 48px;
    }

    ul.lines li::before {
        width: 32px;
        height: 32px;
    }

    .image.parallax {
        height: 35vh;
    }

}


@media (min-width: 768px) {

    .testimonials .slide {
        margin: 0 30px;
    }
    .testimonials .slick-list {
        margin: 0 -30px;
    }


    .testimonials .container {
        padding: 2em 0;
    }

}


@media (min-width: 800px) {

    html,
    body {
        font-size: 18px;
    }

    h2 {
        font-size: 2.2em;
    }

    .row {
        flex-direction: row;
        justify-content: space-between;
    }

    .row.reverse {
        flex-direction: row-reverse;
    }

    .col-25 {
        width: 48%;
    }

    .col-50,
    .col-75 {
        width: 100%;
    }

    .services .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service {
        width: 48%;
    }

    .offer-detail h2 {
        margin: .6em 0 1em 0;
    }

    .quote .container {
        padding: 3em 0;
    }

}

@media (min-width: 960px) {

    #banner .col {
        width: 50%;
        height: 100%;
        margin-left: 50%;
        margin-top: auto;
        transform: unset;
    }

    #banner h1 {
        font-size: 1.8em;
    }

    section {
        margin: 7em 0 8em;
    }

    .intro {
        margin: 6em 0 4em 0;
    }

    .videos {
        margin:3em 0;
    }

    .quote blockquote {
        font-size: 2em;
    }

    .faq-item summary {
        padding: 12px 0 12px 12px;
    }

    .faq .col-75 {
        width: 100%;
        padding-right: 4em;
    }
    
    .container {
        width: 92%;
        max-width: 1200px;
    }

    .container.medium {
        width: 92%;
        max-width: 920px;
    }

    .container.mini {
        width: 92%;
        max-width: 812px;
    }

    #site-footer .row {
        flex-direction: row;
    }

    #site-footer .col {
        width: 33%;
        border-bottom: none;
        padding: 0;
        display: flex;
    }
    #site-footer .col:last-child {
        width: 30%;
        flex-direction: column;
        margin-left: auto;
    }

    nav.legal {
        padding-bottom: 1em;
    }

    #site-footer .adress {
        margin-top: 3em;
    }

    .footer-nav {
        margin-top: auto;
    }

    .faq-item summary::after {
        margin-right: 10px;
    }

    .image.parallax {
        height: 65vh;
    }

    .number_round {
        width: 100px;
        height: 100px;
        font-size: 30px;
    }

}



@media (min-width: 1024px) {
    
    .content50 .row > h2 {
        max-width: 50%;
    }

    .offer.quarter .offer-detail {
        width: 48%;
        margin-bottom: 2em;
    }

    #logos-track img {
        height: 100px;
        margin: 0 60px;
    }

    #logos-track {
        animation-duration: 20s;
    }

    #logos-static {
        display: flex;
        justify-content: center;
        align-items: center;   
        gap: 50px;  
    }

    #logos-static img {
        max-width: 100%;
        max-height: 50px;
        height: auto;
        width: auto;
        object-fit: contain;
    }

    
}


@media (min-width: 1200px) {

    #banner h1 {
        font-size: 2.6em;
        max-width: 90%;
    }

    .intro .col p {
        max-width: 90%;
    }

    .quote blockquote {
        font-size: 2.1em;
    }
    .quote blockquote p {
        margin-bottom: .5em;
        line-height: 1.6em;
    }

    #site-footer .logo {
        width: 250px;
    }

    .offer-detail {
        width: 42%;
        margin-bottom: 0;
    }

    .offer-detail div {
        padding: 2em 7em 2em 2em;
    }    
    
    .offer.third .offer-detail {
        width: 30%;
    }
    
    .offer.third .offer-detail div {
        padding-right: 3em;
    }

    .offer.quarter .offer-detail div {
        padding-right: 2em;
    }    

    .offer.quarter .offer-detail h2 {
        font-size: 1.8em;
    }

    .reviews .col-25.flex {
        justify-content: flex-end;
    }

    .faq .col-25 {
        padding-left: 3%;
    }

    .faq-item summary + div {
        padding-right: 5em;
    }    

    .testimonials .slide {
        height: auto !important;
    }

    #site-footer nav.legal {
        padding-bottom: 1em;
    }

}



@media (min-width: 1440px) {

    #banner h1 {
        font-size: 3em;
    }

    #banner .col {
        padding-left: 1.7%;
    }

    .col-25 {
        width: 24%;
    }

    .col-33 {
        width: 32%;
    }

    .col-50 {
        width: 48%;
    }

    .col-75 {
        width: 73%;
    }

    .container {
        max-width: 1640px;
    }

    .container.medium {
        max-width: 1500px;
    }

    figure {
        margin-bottom: 0;
    }

    #site-footer .col {
        padding-right: 3em;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cta .col:first-child {
        margin-bottom: 1em;
    }

    .question .col-25 {
        margin-left: 4%;
    }

    #main section ol.circles,
    #main section ul.lines {
        border-top: 1px dashed currentColor;
    }
    
    .question {
        padding: 5em 0;
    }
    .question .col-50 {
        margin-bottom: 0;
    }

    .faq-item summary {
        padding: 12px 0 12px 30%;
    }

    .faq .col-75 {
        width: 68.9%;
        padding-right: 7em;
    }

    .offer.quarter .offer-detail {
        width: 21.1%;
    }

    .videos .row .col:first-child {
        margin-bottom: 0;
    }

    .image.parallax {
        height: 85vh;
    }

    .team .row {
        justify-content: inherit;
    }
    .team .row .col-25 {
        width:25%;
        padding-right: 2em;
    }
    
}


@media (min-width: 1760px) {
    
    #site-footer .col:last-child { 
        width: 25%
    };

}


/* login */
#wp-auth-check {
    background-color: #D8D0CB !important;
}

/* insta plugin */
.sbi_follow_btn.sbi_custom a {
    background-color: var(--dark) !important;
}

#sbi_load {
    text-align: right !important;
}

#sb_instagram {
    margin: 2em 0;
}


/* google reviews */

.star-bar {
  width: 108.8px; /* 136 * 0.8 */
  height: 18.24px; /* 22.8 * 0.8 */
  clip-path: polygon(
    9.6px 0,6.896px 6.368px,0 6.944px,5.248px 11.488px,3.664px 18.24px,9.6px 14.656px,15.536px 18.24px,13.952px 11.488px,19.2px 6.944px,12.304px 6.368px,9.6px 0,
    32px 0,29.296px 6.368px,22.4px 6.944px,27.648px 11.488px,26.064px 18.24px,32px 14.656px,37.936px 18.24px,36.352px 11.488px,41.6px 6.944px,34.704px 6.368px,32px 0,
    54.4px 0,51.696px 6.368px,44.8px 6.944px,50.048px 11.488px,48.464px 18.24px,54.4px 14.656px,60.336px 18.24px,58.752px 11.488px,64px 6.944px,57.104px 6.368px,54.4px 0,
    76.8px 0,74.096px 6.368px,67.2px 6.944px,72.448px 11.488px,70.864px 18.24px,76.8px 14.656px,82.736px 18.24px,81.152px 11.488px,86.4px 6.944px,79.504px 6.368px,76.8px 0,
    99.2px 0,96.496px 6.368px,89.6px 6.944px,94.848px 11.488px,93.264px 18.24px,99.2px 14.656px,105.136px 18.24px,103.552px 11.488px,108.8px 6.944px,101.904px 6.368px,99.2px 0
  );
}

.googlereviews-block a,
.reviews a {
    text-decoration: none;
    border: none;
    transition: opacity .2s ease;
}
.googlereviews-block a:hover,
.reviews a:hover {
    color: var(--dark);
    opacity: .7;
}

.googlereviews-block {
    width: 200px;
    height: auto; 
    padding: 15px;
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.googlereviews-block a {
    display: flex;
}

.googlereviews-block .rating{
    display: flex;
    flex-direction: column;
    margin-left:20px;
}

.googlereviews-block .google-img {
    width: 70px;
    margin: 8px 0 0 0;
}
.googlereviews-block .google-img img {
    width: 100%;
}

.googlereviews-block .rating-img {
    margin-top: 10px;
}

.googlereviews-block .rating-number{
    font-weight: 600;
    font-size: 55px;
    line-height: 120%;
    margin-bottom: 18px;
}






/* homebanner */
@media (min-width: 960px) {
  #banner .col {
    width: 100%!important;
    height: 100%;
    margin-left: 0;
    margin-top: auto;
    transform: unset;
  }
  #banner h1 {
    text-align: center;
    max-width: 70%;
    margin-left: 15%;
  }
  #banner a.button {
    margin-left: calc(50% - 175px);
  }
}
