/*
Theme Name: Divi Child
Description: Childtheme
Author: Nicole Kußler
Author URI: http://www.wvs.de
Template: Divi
Version: 1.0
Tags:
*/

/*ALLGEMEIN*/

@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.center {
  text-align: center;
}

.colOpeningHours .col-2 {
  column-count: 2;
  column-gap: 70px;
}

.colOpeningHours {
  display: flex;
  align-items: center;
  padding-left: 10%;
}

.textHighlight {
  position: relative;
  word-wrap: none;
}

.textHighlight:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  top: -0%;
  left: -2.5%;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  background: rgb(208, 216, 205);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  color: #000 !important;
  font-weight: 400;
  line-height: 1.2em;
  
}

h1 {
  font-family: 'Playfair Display';
  font-size: 40px;
}

a.blackLink {
  background-color: #000;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
}

/*ENDE ALLGEMEIN*/

/*HEADER*/

#toTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 0px;
  /* Place the button at the bottom of the page */
  right: 0px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  font-size: 18px;
  /* Increase font size */
  background: none;
}

.btnTop {
  width: 0;
  border-bottom: 20px solid #ff8880;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

#toTopBtn:hover .btnTop {
  border-bottom: 20px solid #76e3d7;
}

.btnTopText {
  color: #bbb;
}

#toTopBtn:hover .btnTopText {
  color: #ff8880;
}

.et_header_style_left .logo_container {
  width: auto;
  height: 100px;
  right: 0px;
  z-index: 5;
  bottom: 15px;
}

#logo {
  max-height: 90% !important;
}

div#et-top-navigation {
  float: left;
  width: auto;
  position: relative;
  display: block;
  padding-left: 0px !important;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding: 45px 0 0 0 !important;
}

#et-top-navigation {
  font-weight: 400;
}

#et-info,
#et-secondary-menu > ul > li a {
  font-weight: normal;
}

#et-secondary-menu {
  float: left;
}

#et-secondary-menu > ul > li a {
  font-weight: normal;
  color: #76e3d7;
  padding-bottom: 0;
  padding-top: 20px;
  font-size: 16px;
}

header#main-header {
  top: 0px !important;
}

div#top-header {
  position: relative !important;
  z-index: 1;
  padding-bottom: 0px;
  top: 0px !important;
}

#top-header .container {
  width: auto;
}

.et_header_style_left #et-top-navigation {
  padding: 30px 0 0 0 !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 30px !important;
}

#page-container {
  padding-top: 90px !important;
}

/*ENDE HEADER*/

/*STICKY SIDE BAR*/

#socialBarWrapper {
  z-index: 1000;
  display: block !important;
  float: left;
  position: fixed;
  margin-top: -45px;
  right: -222px;
  top: 50%;
  width: 285px;
}

.sLine {
  padding: 20px;
  margin-bottom: 4px;
  position: relative;
}

.sLine:hover {
  left: -215px;
}

.sLinePhone {
  background-color: #00967f;
}

.sLineTerminbuchung {
  background-color: #ead400;
}

.sLineWhatsApp {
  background-color: #76e3d7;
}

.sLineMail {
  background-color: #3d93a0;
}

.sLineNotfall {
  background-color: #ff8880;
  padding: 0;
  height: 67px;
}

.sImage {
  float: left;
  padding-right: 20px;
}

.sLineNotfall .sImage {
  padding: 20px;
}

.sLineNotfall .sText {
  padding-top: 9px;
}

.sText {
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 1px 0px #999;
}

.sLine a {
  color: #fff;
}

.sLine a:hover {
  opacity: 0.7;
}

img.sbImg {
  height: 25px;
}

/*ENDE STICKY SIDE BAR*/

/*FOOTER*/

#footer-widgets .footer-widget li a:hover {
  opacity: 0.7;
}

#footer-top-widgets {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}

#footer-top-widgets > div {
  flex: 1 1 45%;
  min-width: 250px;
}

#footer-top-widgets > div:last-child {
  text-align: right;
}

@media (max-width: 600px) {
  #footer-top-widgets > div {
    flex: 1 1 100%;
    text-align: left !important;
  }
}

.bottom-nav li {
  font-weight: 400;
}

#main-footer {
  background-color: #000;
  height: 100px;
}

#footer-widgets .footer-widget li:before {
  border: none;
  content: none;
}

#footer-widgets .footer-widget li {
  float: left;
  width: 25%;
  min-width: 160px;
}

.fw-2 img {
  width: 35px;
  margin-left: 10px;
}

.footer-widget.fw-1 {
  width: 100% !important;
  text-align: center;
  margin: 0px;
}

.footer-widget.fw-2 {
  width: 140px !important;
  position: absolute;
  right: 0px;
  top: 35px;
  height: 30px;
  display: block;
}

ul#menu-footermenu {
  width: auto;
  margin: auto;
  display: inline-block;
}

div#nav_menu-2 {
  width: 100%;
  margin: auto;
  display: block;
}

div#footer-widgets {
  padding: 40px 0px 0px 0px;
}

div#footer-bottom {
  display: none;
}

/*ENDE FOOTER*/

/*TESTIMONIAL*/

.et_pb_testimonial_description p {
  padding-bottom: 0px;
}

.et_pb_testimonial_description p:before {
  content: '"';
  position: relative;
}

.et_pb_testimonial_description p:after {
  content: '"';
  position: relative;
}

p.et_pb_testimonial_meta:before,
p.et_pb_testimonial_meta:after {
  content: "";
}

/*ENDE TESTIMONIAL*/

/*STARTSEITE*/

.fullWidthHeader {
  padding: 0px !important;
}

.fullWidthHeader .et_pb_row.et_pb_row_0 {
  max-width: 100%;
  width: 100%;
  padding: 0px !important;
}

.rowZitatHeader {
  left: 50%;
  position: absolute;
  top: 50%;
  display: block;
  height: 183px;
  padding: 0;
}

.et_pb_testimonial_portrait {
  display: none !important;
}

.et_pb_testimonial p {
  font-size: 80px;
  line-height: 1em;
}

.et_pb_testimonial_description {
  margin: 0px !important;
  text-align: center;
  margin-left: -100% !important;
  margin-top: -10% !important;
  height: auto;
  font-family: "Playfair Display", serif;
}

p.et_pb_testimonial_meta {
  font-size: 40px;
}

span.et_pb_testimonial_author,
span.et_pb_testimonial_position {
  font-size: 42px !important;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1;
}

.gridRow {
  padding: 0px !important;
}

.gridRow .et_pb_column {
  margin: 0px;
}

.gridCol {
  height: 100%;
}

.et_pb_gutters3 .et_pb_column_1_4,
.et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
  width: 25%;
}

.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
  width: 50%;
}

.dss_bucket_image,
.dss_bucket_image_container {
  line-height: 0;
}

.dss_bucket_text_container .dss_bucket_content_wrapper,
.dss_bucket_text_container .dss_bucket_title_wrapper {
  top: initial !important;
  -webkit-transform: none !important;
  transform: none !important;
  bottom: 10%;
  width: auto;
  right: 0px;
  text-align: left;
  max-width: 80%;
  font-size: 23px;
}

.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 10px 10px;
}

/*TeamEmpfang*/

.dss_bucket.teamBilder .dss_bucket_text_container .dss_bucket_content {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.dss_bucket.teamBilder .dss_bucket_text_container .dss_bucket_content {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 10px 10px;
}

.colFreitag .dss_bucket_text_container .dss_bucket_content_wrapper,
.colFreitag .dss_bucket_text_container .dss_bucket_title_wrapper {
  top: initial !important;
  -webkit-transform: none !important;
  transform: none !important;
  bottom: 10%;
  width: auto;
  right: initial !important;
  left: 0px;
  text-align: left;
  max-width: 90%;
  font-size: 23px;
}

.colFreitag.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: none;
  padding: 10px 20px 10px 10px;
  background: none !important;
}

.colFreitag p {
  /* background-color: #000; */
  color: #fff;
  padding: 4px 10px 0 10px !important;
  margin-bottom: 5px;
  width: auto;
  display: block;
  line-height: 1;

  background: black;
  line-height: 1.6;
  padding: 2px 4px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.colFreitag .dss_bucket_text_container .dss_bucket_content {
  opacity: 1;
  padding: 10px 20px 10px 10px;
}

.colTeamplayer {
  width: 75%;
  padding: 20px;
}

.colTeamplayer h1 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 30px;
}

#BucketFriday,
#BucketTeamPlayer {
  width: 50%;
}

#BucketTeamPlayer.teammobile {
  width: 0;
}

#BucketTeamPlayer .colTeam .dss_bucket_text_container {
  display: inline-block;
  padding-left: 25px;
  padding-top: 25px;
}

.colTeam .dss_bucket_title_wrapper {
  padding-bottom: 30px;

  top: inherit;
  left: 0;
  bottom: inherit;

  right: inherit;
  position: relative;
  float: left;
  width: 100%;
}

.colTeam .dss_bucket_title_wrapper h2 {
  font-size: 43px;
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase;
  line-height: 43px;
  max-width: 80%;
  font-weight: 600;
}

.colTeam .dss_bucket_content_wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.colTeam .dss_bucket_text_container {
  display: inline-block;
}

.colTeam .dss_bucket_content_wrapper .dss_bucket_content {
  opacity: 1;
  background: none;
  transition: none;
  transform: none;
  margin-top: 20px;
}
.colTeam .dss_bucket_content_wrapper .dss_bucket_content p {
  font-size: 14px;
  line-height: 20px;
}

#BucketTeamPlayer
  .dss_bucket.colTeam:hover
  .dss_bucket_text_container
  .dss_bucket_title_wrapper
  .dss_bucket_title {
  opacity: 1;
  transform: none;
}

#BucketTeamPlayer
  .dss_bucket.colTeam:hover
  .dss_bucket_text_container
  .dss_bucket_title_wrapper
  .dss_bucket_title {
  opacity: 1;
  transform: none;
}
#BucketTeamPlayer
  .dss_bucket.colTeam:hover
  .dss_bucket_text_container
  .dss_bucket_content_wrapper {
  top: inherit;
  transform: none;
  /*bottom: inherit;*/
  background: none;
  transition: none;
}
#BucketTeamPlayer
  .dss_bucket.colTeam:hover
  .dss_bucket_text_container
  .dss_bucket_content {
  background: none;
  padding: 0;
  transform: none;
}
#BucketTeamPlayer
  .dss_bucket.colTeam
  .dss_bucket_text_container
  .dss_bucket_content_wrapper {
  max-width: 90%;
}
#BucketTeamPlayer
  .dss_bucket.colTeam
  .dss_bucket_text_container
  .dss_bucket_title_wrapper {
  max-width: 100%;
}

.rowZitatParalax .et_pb_testimonial_description {
  margin: 0px !important;
  text-align: center;
  margin-left: initial !important;
  margin-top: initial !important;
  height: auto;
  font-family: "Playfair Display", serif
}

.et_pb_slide {
  padding: 0 !important;
}

.et_pb_slides .et_pb_slider_container_inner {
  vertical-align: top;
}

.et_pb_column_1_2 .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slide_video,
.et_pb_column_1_3 .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slide_video,
.et_pb_column_1_4 .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slide_video,
.et_pb_column_1_5 .et_pb_slide_image,
.et_pb_column_1_5 .et_pb_slide_video,
.et_pb_column_1_6 .et_pb_slide_image,
.et_pb_column_1_6 .et_pb_slide_video,
.et_pb_column_2_5 .et_pb_slide_image,
.et_pb_column_2_5 .et_pb_slide_video,
.et_pb_column_3_5 .et_pb_slide_image,
.et_pb_column_3_5 .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slide_video {
  margin-top: 0px !important;
}

.et_pb_slide_description {
  position: absolute;
  bottom: 10px;
  padding: 0px !important;
}

.et_pb_slide_image img {
  max-height: 100% !important;
}

.et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px 10px 10px !important;
  top: initial !important;
  -webkit-transform: none !important;
  transform: none !important;
  bottom: 10%;
  width: auto !important;
  right: 0px;
  text-align: left;
  max-width: 80%;
  font-size: 23px;
}

.et_pb_column_1_2 .et_pb_slide_description h2.et_pb_slide_title {
  font-size: 23px;
  color: #000 !important;
  padding-bottom: 0;
  text-shadow: none;
}

.logoFrident {
  width: 100%;
  max-width: 400px;
}

.TeamplayerDesMonats .et_pb_text_inner {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 55%;
}

@media (min-width: 1700px) {
  #logo {
    max-height: 120% !important;
  }
}

/*ENDE STARTSEITE*/

/*ACCORDEON*/

.acc {
  margin-left: 100px;
}

.accLineHead {
  padding: 10px 0;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  cursor: pointer;
}

.accLine .accLineText {
  display: block;
}

.accLineHead .accLineHeadline h3 {
  padding-bottom: 0px;
}

.accLineHead .accLineHeadline h3:before {
  content: "";
  background-image: url(/wp-content/uploads/icon_plus.png);
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  padding-right: 10px;
  top: 0px;
  position: relative;
}

.accLineHead.active .accLineHeadline h3:before {
  background-image: url(/wp-content/uploads/icon_minus.png);
}

.accLineText {
  padding-left: 26px;
}

.accImageMobile {
  display: none;
}

.part .teamImageMobile {
  display: none !important;
}

/*ENDE ACCORDEON*/

/*ANDERE ELEMENTE*/

.bucketsHome .dss_bucket_image,
.bucketsHome .dss_bucket_image_container {
  display: none;
}

.fullWidthBanner {
  position: relative;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.fullWidthBanner .et_pb_row {
  width: 100% !important;
  max-width: 100% !important;
}

.sectionHeadline {
  padding: 50px 0 0 0 !important;
}

.headline {
  text-align: center;
}

.headlineLeft {
  text-align: left;
}

.headline .et_pb_text_inner {
  display: inline-block;
  text-align: left;
}

.headline h1,
.headline h2 {
  font-family: "Playfair Display", serif;
}

.headline h1 {
  font-size: 80px;
  line-height: 1em;
  padding-bottom: 0px;
  display: inherit;
}

.headline h2 {
  text-transform: uppercase;
  margin-left: 100px;
  font-size: 32px;
  position: relative;
}

.headline h1:after {
  content: "";
  position: relative;
  width: 100%;
  height: 20px;
  background: rgb(208, 216, 205);
  display: block;
  margin-left: 0;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  bottom: 28px;
  margin-bottom: -28px;
  z-index: -1;
}

.headline h1.pure:after {
  background: none !important;
  display: none;
}

.headline h1.pure .headlineUnder {
  font-size: 80px;
  line-height: 1em;
  padding-bottom: 0px;
  display: inherit;
}

.headline h1.pure .headlineUnder:after {
  content: "";
  position: relative;
  width: 100%;
  height: 20px;
  background: rgb(208, 216, 205);
  display: block;
  margin-left: 0;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  bottom: 28px;
  margin-bottom: -28px;
  z-index: -1;
}

.headline.boxHeadline h1.pure .headlineUnder:after {
  background: #fff;
}

/*ENDE ANDERE ELEMENTE*/

/*BOX*/

.boxContainer {
  margin: 50px 0;
  overflow: hidden;
}

.headline.boxHeadline h1:after {
  background: #fff;
}

.boxCol {
  background: #fff !important;
  margin: 0 30px;
}

.bucket3er .boxCol {
  margin: 0px;
}

.boxText {
  padding: 20px 10px 50px 10px;
}

.moreLink {
  text-align: right;
  padding: 0 10px 10px 0;
  position: absolute;
  right: 10px;
  bottom: 1px;
}

.moreLink a {
  color: #000;
  background: #ead400;
  padding: 2px 10px;
}

/*BOXROW*/

.boxRow {
  display: table;
  padding: 10px 0;
  height: 260px;
  position: relative;
  transition: all 1.5s cubic-bezier(0.98, 1.79, 0.66, 0.78);
  transition: all 1.5s linear;
}

#BoxRow1,
#BoxRow3,
#BoxRow5 {
  left: -100vw;
}

#BoxRow1.start,
#BoxRow3.start,
#BoxRow5.start {
  left: 0;
}

#BoxRow2,
#BoxRow4 {
  right: -100vw;
}

#BoxRow2.start,
#BoxRow4.start {
  right: 0;
}

.boxRow .boxText,
.boxRow .boxImage,
.boxRow .boxEmpty {
  display: table-cell;
  vertical-align: top;
}

.boxRow .boxText {
  width: 42%;
  background-color: #fff;
  padding: 40px;
}

.boxRow .boxEmptyLeft,
.boxRow .boxEmptyRight {
  width: 38%;
}

.boxRow .boxImage {
  width: 25%;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 250px;
}

.bg_video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: 100% !important;
  z-index: 5 !important;
  right: 5px;
  bottom: 5px;
}

p.bucketLink a {
  font-size: 23px;
  text-shadow: none;
  color: #000;
}

.dss_bucket_content a {
  color: #000;
}

/*ENDE BOXROW*/

/*ENDE BOX*/

/*JUNGE KIEFER*/

.instaLink {
  position: absolute;
  right: 0px;
  top: 29px;
  width: 40%;
}

.instaLeft {
  width: 65%;
}

/*ENDE JUNGE KIEFER*/

/*PRAXISRUNDGANG*/

.pr_header_container {
  min-height: 70vh;
}

.pr_header_container .et_pb_code_inner {
  position: relative;
  min-height: 70vh;
}

.team_header_container {
  min-height: 50vh;
}

.team_header_container .et_pb_code_inner {
  position: relative;
  min-height: 50vh;
}

#partTeam1 {
  top: 70%;
  left: 15%;
}

#partTeam3 {
  top: 29%;
  right: 42%;
}

.part {
  position: absolute;
}

#part1 {
  top: 20%;
  left: 10%;
}

#part2 {
  top: 40%;
  left: 70%;
}

#part3 {
  top: 60%;
  left: 35%;
}

#part4 {
  top: 80%;
  left: 75%;
}

.partContainer {
  z-index: 2;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/*#part2 .partContainer, #part4 .partContainer {
    top: initial;
    bottom: 20px;
}*/

.pcClose {
  position: relative;
  width: 100%;
  height: 20px;
  text-align: right;
}

.pcClose img {
  width: auto;
  height: 100%;
}

.pcTop {
  position: relative;
}

.pcTop rs-module-wrap {
  width: 100% !important;
  left: 0 !important;
}

.pcTop {
  position: relative;
  padding: 30px;
  position: relative;
  left: 50%;
  background: #fff;
  width: 500px;
  margin-left: -250px;
  top: 25%;
}

.pcBottom {
  padding: 30px;
  position: relative;
  left: 50%;
  background: #fff;
  width: 500px;
  margin-left: -250px;
  top: 25%;
}

#partTeam1 .pcBottom {
  background: #ff8880;
}

#partTeam2 .pcBottom {
  background: #b38b45;
}

#partTeam3 .pcBottom {
  background: #1c934f;
}

.team_header_container,
.pr_header_container {
  z-index: 9;
}

.pcbText {
  padding-bottom: 20px;
}

.bobble {
  width: 35px;
  height: 35px;
}

.partContainer {
  display: none;
}

/*.bobble:hover+.partContainer {
    display: block;
}*/

.ringOuter {
  border: 2px solid #e6007e;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0px;
  opacity: 0.4;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  transition: all 0.7s linear;
  opacity: 0.4;
  background: transparent;
}

.ringOuter.zoom {
  background-color: #e6007e;
  opacity: 1;
}

.ringInner {
  background: #e6007e;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  opacity: 1;
  top: 10px;
  left: 10px;
  transition: all 0.7s linear;
}

.ringInner.zoom {
  background: #fff;
  opacity: 0.4;
}

.bobblePfeil {
  background-image: url(/wp-content/uploads/Icons_Curser_Schwarz_neu.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
  transition: all 0.5s linear;
}

.bobblePfeil.zoom {
  top: 25px;
  left: 25px;
}

.bucketTeam .bobblePfeil {
  width: 30px !important;
  position: absolute;
  bottom: 70%;
  top: auto;
  -webkit-transform: rotate(133deg);
  -moz-transform: rotate(133deg);
  -ms-transform: rotate(133deg);
  -o-transform: rotate(133deg);
  transform: rotate(133deg);
}

#GalleryPraxis .et_pb_gallery_item {
  border-width: 15px;
  border-color: transparent;
  width: 33.33% !important;
  margin: 0 !important;
  clear: none !important;
}

/*ENDE PRAXISRUNDGANG*/

/*FRIDENT FOR FUTURE*/

.fff_Logo {
  position: absolute;
  top: 10%;
  right: 50%;
}

.boxColored {
  margin-bottom: 100px;
}

/*ENDE FRIDENT FOR FUTURE*/

/*TEAM*/

.teamBilder.teamEmpfang,
.teamBilder.teamBohrinsel {
  padding-left: 50px;
}

.partContainer .acc {
  padding-bottom: 15px;
  margin-left: 30px;
}

.teamBilder .dss_bucket_wrapper {
  width: 100%;
  max-width: 450px;
}

.halfWidth {
  width: 50%;
  margin: auto;
}

.bucketTeam .dss_bucket_text_container .dss_bucket_content_wrapper,
.bucketTeam .dss_bucket_text_container .dss_bucket_title_wrapper {
  top: initial !important;
  -webkit-transform: none !important;
  transform: none !important;
  bottom: 0;
  width: 100%;
  right: 0px;
  text-align: left;
  max-width: 100%;
  font-size: 16px;
}

.bucket3er .dss_bucket {
  width: 33.33%;
  float: left;
  padding: 20px;
}

.bucket4er .dss_bucket {
  width: 25%;
  float: left;
  padding: 20px;
}

.bucket3er .boxCol {
  background: none !important;
}

#BucketJana.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content,
#BucketBuesra.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #bc6d68;
}

#BucketLinda.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #1c934f;
}

#BucketRonahi.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content,
#BucketRonahi.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #b38b45;
}

#BucketRonahi.bucketTeam .dss_bucket_text_container .dss_bucket_title_wrapper {
  position: absolute;
  top: 30px !important;
  left: 10px;
  transform: none !important;
  display: block;
  font-size: 10px !important;
}

#BucketRonahi.bucketTeam .dss_bucket_text_container .dss_bucket_title {
  transform: none;
  opacity: 1;
  font-size: 14px;
  background: #b38b45;
  display: inline-block;
  color: white !important;
  padding: 40px 0;
  margin: 0 !important;
  line-height: normal !important;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
}

#BucketSvetlana.dss_bucket:hover
  .dss_bucket_text_container
  .dss_bucket_content {
  background: #b591a8;
}

#BucketDenise.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #23b9a2;
}

#BucketAurora.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #5babc2;
}

#BucketKohl.dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
  background: #dbcbf0;
}

/*ENDE TEAM*/

.paddingTop {
  margin-top: 100px;
}

/*KONTAKT*/

.et_pb_contact_form {
  margin-left: 0;
}

.et_contact_bottom_container {
  padding-top: 74px;
}

.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
  width: 100%;
  padding: 0 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  background-color: #eee;
  font-size: 14px;
  -webkit-appearance: none;
}

p.et_pb_contact_field {
  margin-bottom: 0;
  padding: 5px 0;
  background-position: center;
  background-size: cover;
}

.et_pb_contact_select {
  padding: 0 16px;
}

button.et_pb_contact_submit.et_pb_button.anamneseBtn {
  /*display: none;*/
  margin-left: 0px;
}

.formField {
  display: none;
}

.formField.show {
  display: block;
}

label {
  transition: all 1s linear;
}

.et_pb_contact_submit {
  color: #2ea3f2;
  color: #3d93a0;
}

.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea,
.et_pb_contact p input[type="checkbox"] + label i,
.et_pb_contact p input[type="radio"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="checkbox"] + label i,
.et_pb_subscribe .et_pb_contact_field input[type="radio"] + label i,
.et_pb_contact_select {
  background-color: #c9e5e9;
  -webkit-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  -moz-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  box-shadow: inset 0px 0px 3px 0px #3d93a0;
}

#gform_wrapper_2 {
  margin-top: 25px;
}

#AnamneseForm {
  display: none;
}

#AnamneseForm .et_pb_contact_submit {
  margin: 0px;
  margin-top: 50px;
}

#AnamneseForm h3 {
  padding-top: 30px;
}

#AnamneseForm h4 {
  padding-top: 20px;
}

.formRow {
  padding: 5px 0;
}

#AnamneseForm input,
#AnamneseForm textarea {
  padding: 0 16px;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #000;
  background-color: #c9e5e9;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  -moz-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  box-shadow: inset 0px 0px 3px 0px #3d93a0;
}

textarea#Anliegen {
  width: 50%;
  height: 100px;
}

input#MilchzahnWann,
input#ZahnWann {
  width: 300px;
  display: block;
}

#AnamneseForm input.error {
  background-color: #ff8880;
  -webkit-box-shadow: inset 0px 0px 3px 0px #fc3c2f;
  -moz-box-shadow: inset 0px 0px 3px 0px #fc3c2f;
  box-shadow: inset 0px 0px 3px 0px #fc3c2f;
}

.errorRow {
  display: none;
  background-color: #ff8880;
  -webkit-box-shadow: inset 0px 0px 3px 0px #fc3c2f;
  -moz-box-shadow: inset 0px 0px 3px 0px #fc3c2f;
  box-shadow: inset 0px 0px 3px 0px #fc3c2f;
}

.errorRow.error {
  display: block;
}

#AnamneseForm input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 6px;
  padding: 0px;
}

.rowSchwanger {
  display: none;
}

.rowSchwanger.show {
  display: block;
}

#AnamneseForm input[type="checkbox"]:checked {
  padding: 0px;
}

#AnamneseForm input[type="checkbox"]:checked:before,
#AnamneseForm input[type="checkbox"]:checked:before {
  width: 17px;
  height: 17px;
  color: #2ea3f2;
  font-family: dashicons;
  font-size: 17px;
  line-height: 17px;
  content: "\f147";
}

#AnamneseForm input[type="checkbox"] + label i,
#AnamneseForm input[type="radio"] + label i,
#AnamneseForm input[type="checkbox"] + label i,
#AnamneseForm input[type="radio"] + label i {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-color: #eee;
  font-style: normal;
  vertical-align: middle;
  content: "";
}

#AnamneseForm input[type="radio"] + label i {
  border-radius: 50%;
  background-color: #c9e5e9;
  -webkit-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  -moz-box-shadow: inset 0px 0px 3px 0px #3d93a0;
  box-shadow: inset 0px 0px 3px 0px #3d93a0;
  bottom: 2px;
}

#AnamneseForm input[type="radio"] {
  padding: 0;
  margin: 0;
}

#AnamneseForm input[type="radio"]:checked + label i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3d93a1;
  border: 2px solid #3d93a0;
}

#gform_submit_button_1::after,
#gform_submit_button_1::before,
#gform_submit_button_2::after,
#gform_submit_button_2::before {
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
}
#gform_submit_button_1,
#gform_submit_button_2 {
  color: #3d93a0;
  font-family: inherit;
  display: inline-block;
  margin: 0 0 0 18px;
  cursor: pointer;

  font-size: 20px;
  font-weight: 500;
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

span.btnsLeft {
  float: left;
  padding-right: 20px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

.et_pb_contact_select {
  color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #3d93a1;
  -webkit-text-fill-color: 000;
  -webkit-box-shadow: 0 0 0px 1000px #c9e5e9 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.notificationText {
  display: none;
}

/*ENDE KONTAKT*/

.variantenContainer {
  display: flex !important;
  align-items: stretch;
  flex-wrap: wrap;
}

.boxFloat {
  width: calc(25% - 20px) !important;
  float: left;
  margin: 0 10px !important;
}

.boxFloat3Col {
  width: calc(33% - 20px) !important;
  float: left;
  margin: 0 10px !important;
}

.imgAccFix {
  padding: 0 50px 50px 0;
}

/*MOBILE*/

.width500 {
  display: none;
}

.gridRow .et_pb_column {
  height: 370px;
}

.gridCol .et_pb_module_inner {
  position: relative;
  height: 100%;
}

.bucketContainer {
  background-size: contain;
  background-position: bottom;
}

/* Invisalign */

.moreLink-invisalign {
  color: #000;
  background-color: #e09900;
}

#BucketInvisalign .bobblePfeil {
  display: none;
}

.invisalign-vorteile-section .boxCol {
  background: transparent !important;
}
#BucketInvisalign.dss_bucket:hover
  .dss_bucket_text_container
  .dss_bucket_content {
  background: #d0d8cd;
}
.invisalign-vorteile-section .dss_bucket_title_wrapper {
  padding: 15px;
  background: #d0d8cd;
}
.invisalign-vorteile-section .et_pb_section_video_bg {
  left: 20px;
  top: 20px;
}
.simple-headline h2 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  text-align: center;
}
.simple-headline h1 {
  text-align: center;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
.simple-headline .textHighlight:before {
  height: 30px;
  top: 51%;
  background: rgb(255, 255, 255);
}
.invisalign-vorteile-section h2 {
  font-size: 32px;
  font-weight: bold;
}
.invisalign-vorteile-section .dss_bucket_wrapper h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 24px;
}
.invisalign-vorteile-section .headline h1:after {
  display: none;
}
@media screen and (max-width: 1400px) {
  .colTeam .dss_bucket_title_wrapper h2 {
    font-size: 35px;
    line-height: 35px;
    max-width: 80%;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content {
    margin-top: 10px;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1240px) {
  .colTeam .dss_bucket_title_wrapper h2 {
    font-size: 55px;
    line-height: 55px;
    max-width: 100%;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content {
    margin-top: 30px;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .colTeam .dss_bucket_title_wrapper h2 {
    font-size: 35px;
    line-height: 35px;
    max-width: 80%;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content {
    margin-top: 20px;
  }
  .colTeam .dss_bucket_content_wrapper .dss_bucket_content p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1520px) {
  .colTeamplayer h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .bucket4er .dss_bucket {
    width: 50%;
    float: left;
    padding: 20px;
  }
  .invisalign-vorteile-section .boxCol {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1364px) {
  .colTeamplayer h1 {
    font-size: 40px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1350px) {
  .headline h1,
  .headline h1.pure .headlineUnder,
  .headlineNormal h1 {
    font-size: 60px;
    line-height: 1em;
  }
  .headline h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1240px) {
  #main-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  #top-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0.75em 20px 0 20px;
  }
  #top-header .container {
    max-width: 100%;
    width: auto;
    padding: 10px 0 0 0;
  }
  .et_header_style_left .logo_container {
    right: 20px;
  }
  .headline h1,
  .headlineNormal h1 {
    font-size: 60px;
  }
  .headline h2 {
    font-size: 26px;
    margin-left: 50px;
  }
  .sectionHeadline {
    padding: 20px 0 0 0 !important;
  }
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1.et_pb_row .et_pb_column {
    width: 100%;
    margin-right: 0;
  }
  .imgAccFix {
    text-align: center !important;
  }
  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1.et_pb_row .et_pb_column_1_2 {
    width: 100%;
  }
  .et_pb_gutters1 .accMitImageRow .et_pb_column_1_2 {
    width: 50%;
  }
  .acc {
    margin-left: 10px;
  }
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
    width: 50%;
    margin-right: 0;
  }
  .halfWidth {
    width: 75%;
    margin: auto;
  }
  .bucket3er .dss_bucket {
    width: 50%;
  }
  .boxFloat {
    width: calc(50% - 20px) !important;
    float: left;
    margin: 10px 10px !important;
  }

  .boxFloat3Col {
    width: calc(50% - 20px) !important;
    float: left;
    margin: 10px 10px !important;
  }

  #BucketFriday,
  #BucketTeamPlayer {
    width: 100%;
  }
}

@media only screen and (max-width: 1130px) {
  .headline h1,
  .headline h1.pure .headlineUnder,
  .headlineNormal h1 {
    font-size: 40px;
  }
  .headline h2 {
    font-size: 20px;
  }
  .boxRow .boxEmpty,
  .boxRow .boxEmptyLeft,
  .boxRow .boxEmptyRight {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #top-menu li a {
    font-size: 14px !important;
  }
  .acc h3 {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .dss_bucket_text_container .dss_bucket_content_wrapper,
  .dss_bucket_text_container .dss_bucket_title_wrapper {
    top: initial !important;
    -webkit-transform: none !important;
    transform: none !important;
    bottom: 10%;
    width: auto;
    right: 0px;
    text-align: left;
    max-width: 80%;
    font-size: 16px;
    line-height: 1.2em;
  }

  #BucketTeamPlayer .dss_bucket_text_container .dss_bucket_content_wrapper,
  #BucketTeamPlayer .dss_bucket_text_container .dss_bucket_title_wrapper {
    bottom: inherit;
  }

  #GalleryPraxis .et_pb_gallery_item {
    width: 50% !important;
  }
  .et_mobile_menu {
    width: auto;
    padding: 10px;
    border-top: 3px solid #ff8880;
  }
  .et_mobile_menu li a {
    padding: 10px;
    white-space: nowrap;
  }
  .mobile_menu_bar:before {
    color: #fff;
  }
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 100%;
  }
  .et_secondary_nav_only_menu #top-header {
    display: block;
    background: none;
  }
  #et-secondary-menu,
  #et-secondary-nav {
    display: block !important;
    float: left;
  }
  #page-container {
    padding-top: 132px !important;
  }
  .et_pb_section {
    padding: 0;
  }
  .team_header_container {
    margin: 20px 0;
  }
  .boxContainer {
    padding: 20px 0;
  }
  .boxContainer .et_pb_row {
    padding: 20px 0;
  }
  .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 15px 0 0px 0;
  }
  .halfWidth {
    width: 100%;
    margin: auto;
  }
  .accImageMobile {
    display: block;
    padding: 25px;
  }
  .et_pb_gutters1 .accMitImageRow .et_pb_column_1_2 {
    width: 100%;
  }
  .et_pb_gutters1 .accMitImageRow .et-last-child {
    display: none;
  }
  .dss_bucket:hover .dss_bucket_text_container .dss_bucket_content {
    padding: 15px;
  }
  .dss_bucket h2 {
    font-size: 24px;
  }
  .sectionHomeHeadline .et_pb_row {
    padding: 50px 0;
  }
  .rowMitte {
    margin: 50px 0;
  }
  .et_pb_gutters1 .footer-widget.fw-1 {
    width: 100% !important;
    text-align: center;
    margin: 0px;
  }
  .et_pb_gutters1 .footer-widget.fw-2 {
    width: 100px !important;
    position: absolute;
    right: 0px;
    top: 35px;
    height: 30px;
    display: block;
  }

  /*Invisalign*/
  .page-id-1916 .accImageMobile {
    display: none;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 890px) {
  .et_pb_testimonial p {
    font-size: 60px;
    padding: 30px 0;
  }
  .et_pb_testimonial_description p {
    padding-bottom: 15px;
  }
  .headline h1,
  .headline h1.pure .headlineUnder,
  .headlineNormal h1 {
    font-size: 40px;
  }
  .headline h2 {
    font-size: 20px;
  }
  .bucket3er {
    width: 100%;
  }
  .bucket3er .dss_bucket {
    width: 100%;
  }
  #socialBarWrapper {
    right: -240px;
  }
  .sLine {
    padding: 10px;
    margin-bottom: 4px;
  }
  .sLineNotfall {
    height: 47px;
    padding: 0px;
  }
  .sLineNotfall .sImage {
    padding: 10px;
  }
  .sLineNotfall .sText {
    padding-top: 6px;
    line-height: 1.2em;
  }
  .rowZitatHeader {
    left: 50%;
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    padding: 0;
    left: 20px;
    width: calc(100% - 20px);
  }
  .rowZitatHeader .et_pb_testimonial_description {
    margin-left: 0% !important;
  }

  .colTeam .dss_bucket_title_wrapper {
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .et_pb_gutters1 #footer-widgets .footer-widget.fw-2 {
    width: 100px !important;
    margin-right: 0 !important;
  }
  .et_pb_gutters1 #footer-widgets .footer-widget.fw-1 {
    width: auto !important;
    text-align: center;
    margin: 0px;
  }
  #footer-widgets .footer-widget li {
    float: left;
    width: auto;
    min-width: initial;
    white-space: nowrap;
  }
  .colTeamplayer h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .bucket4er .dss_bucket {
    width: 100%;
    float: left;
    padding: 20px;
  }
  .invisalign-vorteile-section .boxCol {
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .headline h1,
  .headline h1.pure .headlineUnder,
  .headlineNormal h1 {
    font-size: 30px;
  }
  .headline h2 {
    margin-left: 25px;
  }
  .boxFloat {
    width: 100% !important;
    margin: 10px 0px !important;
  }
  .boxFloat3Col {
    width: 100% !important;
    margin: 10px 0px !important;
  }
  .et_pb_testimonial p {
    font-size: 40px;
    padding: 15px 0;
  }
  span.et_pb_testimonial_author,
  span.et_pb_testimonial_position {
    font-size: 26px !important;
  }
  .colFreitag p {
    font-size: 18px;
  }
  .colTeamplayer h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .colTeamplayer p {
    line-height: 1.2em;
  }

  #BucketTeamPlayer .colTeam .dss_bucket_text_container {
    padding-left: 15px;
    padding-top: 15px;
  }

  .colTeam .dss_bucket_content_wrapper .dss_bucket_content {
    margin-top: 15px;
  }
  .colTeam .dss_bucket_title_wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .colTeam .dss_bucket_content_wrapper .dss_bucket_content p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .et_pb_gutters1 #footer-widgets .footer-widget.fw-1 {
    text-align: left;
  }
  #main-footer .container {
    position: relative;
    width: 100%;
    padding: 0 10px;
  }
  #footer-widgets .footer-widget li {
    padding-left: 0px;
    padding-right: 14px;
  }
  .pr_header_container .partContainer {
    top: 100px;
  }
}

@media (max-width: 560px) {
  .colOpeningHours .col-2 {
    column-gap: 20px;
    font-size: 14px;
  }

  #GalleryPraxis .et_pb_gallery_item {
    width: 100% !important;
  }
  .headline h1,
  .headlineNormal h1 {
    font-size: 28px;
  }
  .headline h2 {
    font-size: 18px;
    margin-left: 30px;
  }
  #partTeam3 {
    top: 80%;
    right: 5%;
  }
  .pcTop {
    position: relative;
    left: 50%;
    background: #fff;
    padding: 15px;
    width: 80%;
    margin-left: -40%;
    top: 5%;
    max-height: 90%;
    height: auto;
    overflow: auto;
  }
  .pcBottom {
    padding: 15px;
    width: 80%;
    margin-left: -40%;
    top: 5%;
    max-height: 90%;
    height: auto;
    overflow: auto;
  }
  .et_pb_testimonial {
    padding: 30px 0;
    line-height: 1em;
  }
  .et_pb_testimonial p {
    font-size: 40px;
  }
  span.et_pb_testimonial_author,
  span.et_pb_testimonial_position {
    font-size: 24px !important;
  }
  .boxRow .boxText,
  .boxRow .boxImage {
    display: block;
  }
  .boxRow .boxEmpty {
    display: none;
  }
  .boxRow .boxText {
    width: 100%;
    padding: 10px;
  }
  .boxRow .boxImage {
    width: 100%;
  }
  div#BoxRow2 {
    background: #a9bff9;
  }
  div#BoxRow4 {
    background: #f5bfcd;
  }
  #BoxRow2 .boxImage,
  #BoxRow4 .boxImage {
    display: table-caption;
  }
  .boxVideo {
    overflow: hidden;
  }
  .bg_video {
    width: 100% !important;
    height: auto !important;
  }
  #BucketVerstaerkung {
    background-image: url("https://mundart-ka.de/wp-content/uploads/200922-schierle-startseite_mobil2.jpg");
  }
  #BucketDigital {
    background-image: url("/wp-content/uploads/200922-schierle-startseite_mobil4.jpg");
  }
  #BucketLolli {
    background-image: url("/wp-content/uploads/herz_lolli_mb.jpg");
  }
  #BucketTeam {
    background-image: url("/wp-content/uploads/paxis_team_mb.jpg");
  }
  #BucketUnderCover {
    background-image: url("/wp-content/uploads/Pink_Lips_mb.jpg");
  }
  #BucketFriday {
    background-image: url("/wp-content/uploads/yellow_smile_mb.jpg");
  }
  #BucketPraxis {
    background-image: url("/wp-content/uploads/praxis-rundgang-8.jpg");
  }
  #BucketInsel {
    background-image: url("/wp-content/uploads/gruesse_bohrinsel_mb.jpg");
  }
  #BucketVideo {
    background-image: url("/wp-content/uploads/Startseite_Fruehjahrsputz_stopmotion_mb.gif");
  }
  #BucketTeamPlayer {
    /*background-size: 60%;*/
    background-image: url("/wp-content/uploads/teamplayer_mobil.jpg");
  }

  #BucketTeamPlayer.teammobile {
    /*background-size: 60%;*/
    background-image: none;
  }

  .colTeamplayer h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .colFreitag p {
    font-size: 100%;
  }
  .pr_header_container .pcBottom {
    max-height: 50%;
    height: auto;
    overflow: auto;
  }
  .bucketContainer {
    width: 100% !important;
  }

  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_title_wrapper h2 {
    font-size: 45px;
    line-height: 45px;
  }

  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_title_wrapper,
  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_content_wrapper {
    max-width: 100%;
  }

  #BucketTeamPlayer.teammobile
    .colTeam.mobile
    .dss_bucket_content_wrapper
    .dss_bucket_content
    p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  #page-container {
    padding-top: 80px !important;
  }
  .bucket3er .dss_bucket {
    padding: 0px;
    padding-bottom: 20px;
  }
  div#et-secondary-menu {
    display: none !important;
  }
  .et_secondary_nav_only_menu #top-header {
    height: 0px;
  }
  #main-footer {
    height: auto;
  }
  div#footer-widgets {
    padding: 10px 0px 0px 0px;
  }
  #footer-widgets .footer-widget li {
    padding-left: 0px;
    float: none;
  }
  #footer-widgets .footer-widget.fw-2 .et_pb_widget {
    float: none;
    max-width: 100%;
    text-align: right;
    padding-right: 10px;
  }
  .et_pb_gutters1 .footer-widget.fw-2 {
    top: 18px;
  }
  #socialBarWrapper {
    margin-top: -45px;
    top: 40%;
  }
  .widthMax {
    display: none;
  }
  .width500 {
    display: block;
  }
  .headerHomeMobile {
    min-height: 350px;
  }
  .rowZitatHeaderHome {
    padding-top: 25%;
  }
  .et_pb_gutters1 .et_pb_column.bucketContainer {
    margin: 20px 0 !important;
  }
  .colFreitag p {
    padding: 4px 10px 4px 10px !important;
    margin-bottom: -1px;
    font-size: 14px;
  }
  .colTeamplayer h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .pr_header_container .partContainer {
    top: 85px;
  }
  .et_header_style_left .logo_container {
    height: 85px;
    bottom: 0px;
  }

  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_title_wrapper,
  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_content_wrapper {
    max-width: 90%;
  }

  #BucketTeamPlayer.teammobile .colTeam.mobile .dss_bucket_title_wrapper h2 {
    font-size: 25px;
    line-height: 25px;
  }

  #BucketTeamPlayer.teammobile
    .colTeam.mobile
    .dss_bucket_content_wrapper
    .dss_bucket_content
    p
    br {
    display: none;
  }
}

@media (max-width: 375px) {
  .colTeamplayer p {
    line-height: 1.2em;
    font-size: 14px;
  }
  .colTeamplayer h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  #BucketTeamPlayer.teammobile
    .colTeam.mobile
    .dss_bucket_content_wrapper
    .dss_bucket_content
    p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 350px) {
  .et_header_style_left .logo_container {
    height: auto;
    width: 60%;
  }
}

@media (max-width: 330px) {
  .colTeamplayer {
    width: 80%;
    padding: 15px;
  }
}
