/* @font-face {
font-family: 'heimat-sans';
font-style: normal;
font-weight: 400;
src: url('/static/fonts/HeimatMono.woff') format('woff');
}


@font-face {
font-family: 'heimat-sans';
font-style: normal;
font-weight: 700;
src: url('/static/fonts/HeimatMonoBold.woff') format('woff');
}
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style-type: none;
  border: none;
}
body {
  min-width: 320px;
}
body.noscroll {
  overflow: hidden;
}
a {
  color: #3E3E3E;
}
a:hover {
  color: #5c7a21;
  text-decoration: underline;
}
a.active {
  color: #5c7a21;
}
.menu a {
  text-decoration: none;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
#page {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  background: white;
  padding-top: 190px;
  font-family: "interstate", sans-serif;
}
#lockLayer {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  z-index: 400;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
h1 {
  color: #5c7a21;
  margin-bottom: 35px;
  font-weight: 200;
  font-size: 26px;
  line-height: 125%;
}
h2 {
  font-family: "heimat-sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 52px;
  color: #3E3E3E;
  margin-bottom: 10px;
  letter-spacing: 0px;
  line-height: 100%;
}
h3 {
  color: #3E3E3E;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 300;
}
h4 {
  font-family: "interstate", sans-serif;
  font-weight: bold;
  margin: 10px 0px 5px;
}
h5 {
  color: #5c7a21;
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 26px;
  line-height: 125%;
}
p {
  font-size: 16px;
}
#content {
  width: 100%;
}
#content ul {
  margin: 5px 0 10px;
  padding-left: 16px;
}
#content ul li {
  color: #3E3E3E;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 4px;
  list-style-image: url("/static/img/list-style-image.svg");
}
#content ul li:last-of-type {
  margin-bottom: 0;
}
#content:after {
  content: "";
  display: table;
  clear: both;
}
#content section {
  margin-bottom: 80px;
}
#content section:last-of-type {
  margin-bottom: 20px;
}
#content section .wrapperLR {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
#content section .wrapper {
  padding: 0 70px;
}
#content section .wrapper .column {
  /*float: left;*/
  box-sizing: border-box;
}
#content section .wrapper .column.total {
  width: 100%;
}
#content section .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#content .contentbild {
  width: 100%;
  /*.bu {
			color: white;
			background: #3E3E3E;
			width: 100%;
			box-sizing: border-box;
			padding: 11px 16px;
			border-radius: 0px 0px 5px 5px;
		}*/
}
#content .contentbild img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  border-radius: 0px 20px 0px 0px;
}
#content .contentbild .bu {
  color: #3E3E3E;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 16px;
  background-color: #f4edeb;
  border-radius: 0 0 20px 20px;
}
#content .contentbild .bu p {
  color: #3E3E3E;
}
#content .start {
  overflow: hidden;
}
#content .start .wrapper {
  width: 1060px;
  height: 684px;
  padding: 0;
  margin: 0px 70px;
  background: url("/static/img/mood_bg.jpg") no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
  border-radius: 0px 15px 15px 15px;
  height: 700px;
}
#content .start .wrapper img {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: 5;
  width: auto;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 0px 15px 15px 15px !important;
}
#content .start .wrapper #claim {
  position: absolute;
  font-family: "heimat-sans", sans-serif;
  text-transform: none;
  letter-spacing: 0px;
  right: 0px;
  top: 50px;
  z-index: 10;
  right: 140px;
  top: 115px;
}
#content .start .wrapper #claim .sticker {
  background-color: #a1889b;
  padding: 10px 20px;
  border-radius: 0 20px 20px 20px;
  color: white;
  position: absolute;
  right: -170px;
  top: -65px;
  transform: rotate(15deg);
  z-index: 40;
  font-size: 20px;
  text-align: center;
  font-family: "interstate", sans-serif;
}
#content .start .wrapper #claim p {
  position: absolute;
  right: -50px;
  transform: rotate(20deg);
  font-size: 30px;
  top: -20px;
  color: #5c7a21;
  font-family: "heimat-sans", sans-serif;
  font-weight: bold;
}
#content .start .wrapper #claim h4 {
  position: relative;
  line-height: 100%;
  margin: 0;
  font-family: "heimat-sans", sans-serif;
  /*&:nth-of-type(1) {
						font-size: 45px;
						font-weight: 400;
						margin-bottom: 5px;
					}

					&:nth-of-type(2) {
						font-size: 70px;
						font-weight: 100;
						left: 57px;
						letter-spacing: 0px;
						margin-bottom: 0px;
					}

					&:nth-of-type(3) {
						font-size: 70px;
						font-weight: 400;
						left: 25px;
						letter-spacing: 0px;
					}*/
}
#content .start .wrapper #claim h4:nth-of-type(1) {
  font-size: 60px;
  font-weight: 100;
  left: -15px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
#content .start .wrapper #claim h4:nth-of-type(2) {
  font-size: 40px;
  font-weight: 400;
  left: 25px;
  letter-spacing: 0px;
}
#content .start .wrapper #responseTimes {
  position: absolute;
  background: #5c7a21;
  top: 340px;
  /* width: 330px; */
  padding: 20px 5px 20px 25px;
  border-radius: 0 20px 20px 20px;
  z-index: 10;
  top: 405px;
  right: -40px;
}
#content .start .wrapper #responseTimes:after {
  content: "";
  display: table;
  clear: both;
}
#content .start .wrapper #responseTimes p {
  font-weight: 300;
  font-size: 20px;
  color: white;
  margin-bottom: 6px;
  line-height: 100%;
  font-family: "interstate", sans-serif;
}
#content .start .wrapper #responseTimes table {
  width: 100%;
  float: left;
}
#content .start .wrapper #responseTimes table td {
  color: white;
  padding-right: 20px;
}
#content .start .wrapper #fastContact {
  position: absolute;
  right: 150px;
  bottom: 20px;
  z-index: 10;
  right: 30px;
  bottom: 70px;
  text-align: right;
}
#content .start .wrapper #fastContact p {
  line-height: 100%;
}
#content .start .wrapper #fastContact p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 5px;
}
#content .start .wrapper #fastContact p:nth-of-type(2) {
  font-size: 40px;
  font-weight: 500;
  font-family: "interstate", sans-serif;
}
#content .start #responseTimesResponsive {
  display: none;
  background: #5c7a21;
  color: white;
  padding: 20px 15px;
}
#content .start #responseTimesResponsive:after {
  content: "";
  display: table;
  clear: both;
}
#content .start #responseTimesResponsive p {
  width: 100%;
  float: left;
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
#content .start #responseTimesResponsive table {
  float: left;
  font-size: 18px;
  margin-right: 45px;
  width: 33%;
}
#content .start #responseTimesResponsive table:last-of-type {
  margin-bottom: 10px;
}
#content .start #responseTimesResponsive table tbody tr td {
  color: white;
  padding-right: 10px;
}
#content .start #fastContactResponsive {
  display: none;
  background: #E0DFDC;
  padding: 20px 15px 10px;
}
#content .start #fastContactResponsive p {
  margin-bottom: 0px;
}
#content .start #fastContactResponsive p:nth-of-type(2) {
  font-size: 36px;
}
#content .start #claimResponsive {
  display: none;
  background: #a4a5a8;
  padding: 20px 15px 10px;
}
#content .start #claimResponsive h4 {
  display: inline;
  font-weight: 500;
  font-size: 36px !important;
  font-family: "heimat-sans", sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}
#content .leistungen {
  margin-bottom: 100px;
}
#content .leistungen .left {
  width: 66%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding-right: 50px;
}
#content .leistungen .leftMiddle {
  display: none;
}
#content .leistungen .rightMiddle {
  display: none;
}
#content .leistungen .right {
  width: 33%;
}
#content .behandlungsspektrum {
  margin-bottom: 100px;
}
#content .behandlungsspektrum .total {
  padding-bottom: 0px;
}
#content .behandlungsspektrum .total .contentbild {
  margin-top: 20px;
}
#content .behandlungsspektrum .total .contentbild img {
  border-radius: 0px 20px 20px 20px;
}
#content .behandlungsspektrum .leftMiddle,
#content .behandlungsspektrum .rightMiddle,
#content .behandlungsspektrum .right {
  display: none;
}
#content .behandlungsspektrum .left {
  width: 100%;
}
#content .behandlungsspektrum .left .contentbild {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#content .behandlungsspektrum .left .contentbild img {
  width: 34%;
  height: auto;
  border-radius: 0px 20px 20px 20px;
}
#content .behandlungsspektrum .left .contentbild .bu {
  width: 66%;
  padding: 0;
  padding-left: 30px;
  background: unset;
  border-radius: unset;
}
#content .behandlungsspektrum .left .contentbild .bu p {
  color: #3E3E3E;
}
#content .behandlungsspektrum .left .contenttext {
  width: 100%;
  padding-left: calc(34% + 30px);
  margin-top: 40px;
}
#content .stellenangebot {
  width: 100%;
  /*.contenttext{
			width:100%;
			padding-left:calc(~"34% + 30px");
			margin-top:40px;
		}*/
}
#content .stellenangebot .Bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#content .stellenangebot .Bottom .contentbild {
  width: 32%;
}
#content .stellenangebot .Bottom .contentbild img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #content .stellenangebot .Bottom .contentbild {
    width: 100%;
  }
}
#content .stellenangebot .contentbild {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 40px;
}
#content .stellenangebot .contentbild img {
  width: 34%;
  height: auto;
  border-radius: 0px 20px 20px 20px;
}
@media only screen and (max-width: 768px) {
  #content .stellenangebot .contentbild img {
    width: 100%;
    margin-bottom: 40px;
  }
}
#content .stellenangebot .contentbild .bu {
  width: 66%;
  padding: 0;
  padding-left: 30px;
  background: unset;
  border-radius: unset;
}
@media only screen and (max-width: 768px) {
  #content .stellenangebot .contentbild .bu {
    width: 100%;
  }
}
#content .stellenangebot .contentbild .bu p {
  color: #3E3E3E;
}
#content .vitas {
  margin-bottom: 100px;
}
#content .vitas .left {
  width: 66%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding-right: 50px;
  width: 33%;
  column-count: 1;
}
#content .vitas .leftMiddle {
  display: none;
  width: 34%;
  display: block;
  padding-right: 50px;
}
#content .vitas .rightMiddle {
  display: none;
}
#content .vitas .right {
  width: 33%;
}
#content .vitas .total {
  padding-bottom: 50px;
}
#content .maussner .total {
  display: none;
}
#content .maussner .leftMiddle {
  display: none;
}
#content .maussner .left {
  width: 34%;
  min-height: 10px;
}
#content .maussner .rightMiddle {
  width: 66%;
  padding-left: 50px;
}
#content .maussner .right {
  width: 66%;
  padding-left: 50px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
#content .stellenangebot {
  /*background: url("/static/img/mood_bg.jpg") no-repeat;*/
  background-size: cover;
  background-position: right bottom;
  border-radius: 0 20px 20px 20px;
  background-color: #f4edeb;
  width: calc(100% - 140px);
  margin-left: auto;
  margin-right: auto;
}
#content .stellenangebot .wrapper {
  padding: 35px 40px 40px;
}
#content .stellenangebot .wrapperLR {
  display: flex;
  flex-wrap: wrap;
}
#content .stellenangebot .wrapperLR .total {
  width: 100%;
}
#content .stellenangebot .wrapperLR .total .contentelement {
  width: 100%;
}
#content .stellenangebot .wrapperLR .left,
#content .stellenangebot .wrapperLR .right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #content .stellenangebot .wrapperLR .left,
  #content .stellenangebot .wrapperLR .right {
    width: 100%;
  }
}
#content .stellenangebot .wrapperLR .left .contentelement,
#content .stellenangebot .wrapperLR .right .contentelement {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
}
#content .columnWrapper:after {
  display: table;
  content: "";
  clear: both;
}
#content .team {
  padding-top: 70px;
}
#content .team .wrapper {
  padding: 0 70px 25px;
  background: #f4edeb;
}
#content .team .wrapper .total {
  position: relative;
  margin-top: -70px;
  margin-bottom: 50px;
  background: url("/static/img/team_bg.jpg") no-repeat;
  background-size: cover;
  background-position: right bottom;
  width: 100%;
  height: 276px;
}
#content .team .wrapper .total:after {
  content: "";
  display: table;
  clear: both;
}
#content .team .wrapper .total .bu {
  display: none;
  position: absolute;
  z-index: 90;
  padding: 6px 9px 4px;
  color: white;
  font-weight: 300;
  bottom: 10px;
  width: auto;
  background: #5c7a21;
  border-radius: 0 8px 8px 8px;
  font-family: 'DIN Next W01', Arial, sans-serif;
}
#content .team .wrapper .total .contentbild {
  width: auto;
  position: absolute;
  bottom: 0;
}
#content .team .wrapper .total .contentbild img {
  width: auto;
}
#content .team .wrapper .total .contentbild .bu {
  display: none;
}
#content .team .wrapper .total .contentbild.responsive {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  max-width: 615px;
}
#content .team .wrapper .total .contentbild.responsive img {
  width: 100%;
  height: auto;
}
#content .team .wrapper .total div:nth-of-type(1) {
  left: 10px;
  z-index: 10;
}
#content .team .wrapper .total div:nth-of-type(2) {
  left: 140px;
  z-index: 50;
}
#content .team .wrapper .total div:nth-of-type(3) {
  left: 255px;
  z-index: 40;
}
#content .team .wrapper .total .contenttext {
  position: absolute;
  right: 40px;
  top: 40px;
  text-align: right;
  background: none;
  width: 330px;
}
#content .team .wrapper .total .contenttext h1 {
  color: #5c7a21;
}
#content .team .columnWrapper {
  float: left;
  width: 100%;
}
#content .team .columnWrapper:after {
  content: "";
  display: table;
  clear: both;
}
#content .team .columnWrapper.firstClass {
  margin-bottom: 50px;
}
#content .team .left {
  width: 33%;
  padding-right: 36px;
}
#content .team .leftMiddle {
  width: 33%;
  padding-left: 18px;
  padding-right: 18px;
}
#content .team .middle {
  width: 33%;
  padding-left: 36px;
}
#content .team .rightMiddle {
  width: 33%;
  padding-right: 36px;
}
#content .team .right {
  width: 33%;
  padding-left: 18px;
  padding-right: 18px;
}
#content .team h3 {
  color: #3E3E3E;
  margin-bottom: 6px;
}
#content .team #content .fortbildungenListe .fortbildungen .fortbildungenText .bu {
  padding-top: 120px;
}
#content .team21 h2 {
  font-size: 42px;
  margin-bottom: 15px;
}
#content .team21 h3 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 8px;
  hyphens: auto;
}
#content .team21 h5 {
  background-image: url("/static/img/akkordeon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 12px;
  cursor: pointer;
  padding-left: 18px;
  height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #3E3E3E;
  display: none;
}
#content .team21 h5:hover {
  color: #5c7a21;
}
#content .team21 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .team21 .wrapper::after {
  display: none;
}
#content .team21 .wrapper .Bottom .contentbild {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
#content .team21 .wrapper .Bottom .contentbild img {
  width: 34%;
  height: auto;
  border-radius: 0px 20px 20px 20px;
}
#content .team21 .wrapper .Bottom .contentbild .bu {
  width: 66%;
  padding: 0;
  padding-left: 30px;
  background: unset;
  border-radius: unset;
}
#content .team21 .wrapper .Bottom .contentbild .bu p {
  color: #3E3E3E;
}
#content .team21 .wrapper .column {
  float: none;
}
#content .team21 .wrapper .column.total {
  background-color: #f4edeb;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 20px;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}
#content .team21 .wrapper .column.total .contenttext {
  flex-shrink: 0;
  width: 30%;
  margin-right: 30px;
}
#content .team21 .wrapper .column.total .contentbild:not(.fortbildungenListe) {
  width: 40%;
  position: absolute;
  bottom: 0;
  right: -40px;
}
#content .team21 .wrapper .column.total .contentbild:not(.fortbildungenListe) img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
#content .team21 .wrapper .column.leftMiddle,
#content .team21 .wrapper .column.rightMiddle {
  display: none;
}
#content .team21 .wrapper .column.left {
  width: calc(65% - 15px);
}
#content .team21 .wrapper .column.left div img {
  margin-right: -30px;
}
#content .team21 .wrapper .column.left div:not(.fortbildungenListe):nth-of-type(2n) .bu {
  order: 2;
  padding: 30px 30px 30px 0px;
}
#content .team21 .wrapper .column.left div:not(.fortbildungenListe):nth-of-type(2n) img {
  order: 1;
  margin-left: -30px;
  margin-right: unset;
}
#content .team21 .wrapper .column.right {
  width: calc(35% - 15px);
}
#content .team21 .wrapper .column.left div.contentbild.TeamOhneAkkordeon div.bu,
#content .team21 .wrapper .column.right div.contentbild.TeamOhneAkkordeon div.bu {
  max-height: 500px;
  cursor: auto;
}
#content .team21 .wrapper .column.left div.contentbild.TeamOhneAkkordeon div.bu::before,
#content .team21 .wrapper .column.right div.contentbild.TeamOhneAkkordeon div.bu::before {
  background: none;
}
#content .team21 .wrapper .column.left div.contentbild.TeamOhneAkkordeon div.bu::after,
#content .team21 .wrapper .column.right div.contentbild.TeamOhneAkkordeon div.bu::after {
  display: none;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe),
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #f4edeb;
  border-radius: 20px;
  margin-bottom: 30px;
  /*overflow:hidden;*/
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu {
  order: 1;
  padding: 30px 0px 30px 30px;
  margin-bottom: 30px;
  background: none;
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow: hidden;
  position: relative;
  cursor: s-resize;
  transition: 0.3s;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu::before,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu::before {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 1;
  transition: 0.6s;
  z-index: 7;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4edeb+0,f4edeb+80,f4edeb+100&0+0,1+80,1+100 */
  background: -moz-linear-gradient(top, rgba(244, 237, 235, 0) 0%, #f4edeb 80%, #f4edeb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244, 237, 235, 0) 0%, #f4edeb 80%, #f4edeb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244, 237, 235, 0) 0%, #f4edeb 80%, #f4edeb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f4edeb', endColorstr='#f4edeb', GradientType=0);
  /* IE6-9 */
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu::after,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu::after {
  content: 'weiterlesen';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  text-align: center;
  z-index: 10;
  color: #5c7a21;
  opacity: 1;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu::after:hover,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu::after:hover {
  text-decoration: underline;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu.aufgeklappt,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu.aufgeklappt {
  cursor: default;
  max-height: 1200px;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::before,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::before,
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::after,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::after {
  opacity: 0;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::after,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu.aufgeklappt::after {
  height: 0px;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu p,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu p {
  color: #3E3E3E;
}
#content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) img,
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) img {
  order: 2;
  width: 305px;
  flex-shrink: 0;
  height: auto;
  align-self: flex-end;
}
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) {
  flex-direction: column;
}
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu {
  padding: 30px 30px 30px;
  max-height: 239px;
}
#content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) img {
  align-self: center;
}
#content .kontakt .wrapper .total {
  display: none;
}
#content .kontakt .wrapper .left {
  width: 34%;
  margin-bottom: 35px;
}
#content .kontakt .wrapper .leftMiddle {
  padding-left: 5%;
  width: 23%;
  margin-top: 40px;
}
#content .kontakt .wrapper .rightMiddle {
  padding-left: 50px;
  width: 33%;
  margin-top: 40px;
}
#content .kontakt .wrapper .right {
  padding-left: 39%;
  width: 100%;
  margin-top: 30px;
}
#content .kontakt .wrapper .right:after {
  content: "";
  display: table;
  clear: both;
}
#content .kontakt .wrapper .right div {
  width: auto;
  float: left;
  margin-right: 50px;
  height: 80px;
  margin-top: 30px;
  -webkit-filter: saturate(65%);
  -moz-filter: saturate(65%);
  -ms-filter: saturate(65%);
  -o-filter: saturate(65%);
  filter: saturate(65%);
  opacity: 0.85;
}
#content .kontakt .wrapper .right div:hover {
  -webkit-filter: saturate(100%);
  -moz-filter: saturate(100%);
  -ms-filter: saturate(100%);
  -o-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 1;
}
#content .kontakt .wrapper .right div img {
  width: auto;
  height: 100%;
}
#content .kontakt .wrapper .right div:last-of-type div {
  margin-right: 0;
}
#content .anfahrt {
  background: #f4edeb;
  padding: 45px 0;
  position: relative;
  margin-bottom: 80px;
  border-radius: 0 20px 20px 20px;
  width: calc(100% - 140px);
  margin-left: auto;
  margin-right: auto;
}
#content .anfahrt .wrapper {
  padding: 0 40px;
}
#content .anfahrt .wrapper .total {
  display: none;
}
#content .anfahrt .wrapper .leftMiddle {
  display: none;
}
#content .anfahrt .wrapper .rightMiddle {
  display: none;
}
#content .anfahrt .wrapper .left {
  width: 45%;
}
#content .anfahrt .wrapper .right {
  position: absolute;
  float: none;
  right: 20px;
  top: 65px;
  width: 680px;
}
#content .anfahrt .wrapper .right img {
  width: 100%;
}
#content .anfahrt .wrapper p {
  width: 310px;
}
#content .fortbildungenLink {
  background-image: url("/static/img/akkordeon.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 12px;
  cursor: pointer;
  padding-left: 18px;
  height: 20px;
  margin-bottom: 5px;
}
#content .fortbildungenLink p {
  font-weight: 500;
}
#content .fortbildungenLink p:hover {
  color: #5c7a21;
}
#content .fortbildungenListe {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  overflow: hidden;
  display: none;
  padding: 40px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
}
#content .fortbildungenListe .fortbildungen {
  background: white;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  padding: 90px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#content .fortbildungenListe .fortbildungen img {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 40;
}
#content .fortbildungenListe .fortbildungen h3 {
  margin-top: 40px;
}
#content .fortbildungenListe .fortbildungen h4 {
  font-weight: 500;
  color: #3E3E3E;
  font-size: 18px;
  margin: 20px 0 10px;
}
#content .fortbildungenListe .fortbildungen .fortbildungenText {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 50;
  overflow: hidden;
}
#content .fortbildungenListe .fortbildungen .fortbildungenText .headlines {
  padding: 0 50px 40px 0;
  background: white;
  position: absolute;
  width: 100%;
  right: 0;
  width: 60%;
}
#content .fortbildungenListe .fortbildungen .fortbildungenText .headlines h1 {
  margin-bottom: 0;
}
#content .fortbildungenListe .fortbildungen .fortbildungenText .bu {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding: 0px 20px 0 40%;
  background: none !important;
}
#content .fortbildungenListe .fortbildungen .fortbildungenText .bu p {
  color: #3E3E3E;
  display: block;
}
#content .fortbildungenListe .fortbildungen .icon {
  top: 17px;
  right: 14px;
  padding: 30px;
}
#content .fortbildungenListe .fortbildungen .scrollTop {
  position: absolute;
  bottom: 30px;
  right: 50px;
  color: #3E3E3E;
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  z-index: 9000;
}
#content .fortbildungenListe .fortbildungen .scrollTop:hover {
  color: #5c7a21;
}
p {
  color: #3E3E3E;
  font-family: "interstate", sans-serif;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 9px;
}
p:last-of-type {
  margin-bottom: 0;
}
p strong {
  font-weight: bold;
}
p b {
  font-weight: bold;
}
p.dachzeile {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: "interstate", sans-serif;
}
table {
  border-collapse: collapse;
}
table tbody {
  border-bottom: 3px solid transparent;
}
table tbody:last-of-type {
  border-bottom: none;
}
table tbody tr td {
  color: #3E3E3E;
  font-family: "interstate", sans-serif;
  font-weight: 300;
  line-height: 150%;
}
table tbody tr td:first-of-type {
  padding-right: 20px;
}
li b {
  font-weight: bold;
}
.bu p {
  color: white;
}
header {
  position: fixed;
  top: 0;
  width: 1200px;
  margin: 0;
  height: 190px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 100;
  -webkit-transition: height 400ms;
  transition: height 400ms;
  overflow: hidden;
}
header:after {
  content: "";
  display: table;
  clear: both;
}
header #logo {
  float: left;
  position: relative;
  top: 30px;
  left: 70px;
  z-index: 99999;
}
header #logo img {
  width: 300px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header #iconMenu {
  display: none;
}
header nav {
  position: relative;
  float: right;
  top: 134px;
  right: 70px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
header nav ul {
  list-style-type: none;
}
header nav ul:after {
  content: "";
  display: table;
  clear: both;
}
header nav ul li {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 300;
}
header nav ul li a {
  font-family: "heimat-sans", sans-serif;
}
header nav ul li:first-of-type {
  margin-left: 0;
}
header.scroll {
  height: 100px;
}
header.scroll #logo {
  top: 12px;
}
header.scroll #logo img {
  width: 174px;
}
header.scroll nav {
  top: 50px;
}
header.open {
  height: 460px;
}
header.open nav {
  top: 90px !important;
  opacity: 1;
}
div.sectionStoerer {
  position: absolute;
  z-index: 10;
  top: 650px;
  width: 330px;
}
div.sectionStoerer .contentelement {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  transform: rotate(-10deg);
  background-color: #b8cc1e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
div.sectionStoerer .contentelement h4 {
  font-size: 34px;
  line-height: 40px;
  font-family: "heimat-sans", sans-serif;
}
div.sectionStoerer .contentelement p {
  font-size: 20px;
}
div.sectionStoerer .contentelement a {
  color: white;
  text-decoration: none;
}
section.vitas {
  margin-top: 50px;
}
.editmode header {
  position: static;
}
.editmode #page {
  padding-top: 0;
}
.editmode #content .fortbildungenListe {
  display: block;
  position: relative;
  width: 100%;
  height: inherit;
  box-shadow: none;
  padding: 10px;
}
.editmode #content .fortbildungenListe .fortbildungen {
  padding: 0;
  box-shadow: none;
  background: none;
}
.editmode #content .fortbildungenListe .fortbildungen img {
  position: static;
}
.editmode #content .fortbildungenListe .fortbildungen .headlines {
  padding: 0;
}
.editmode #content .fortbildungenListe .fortbildungen .bu {
  padding: 0;
}
.editmode #content .fortbildungenListe .fortbildungen .close {
  display: none;
}
.editmode div.sectionStoerer {
  top: unset;
  bottom: 20px;
}
.editmode div.sectionStoerer .contentelement {
  transform: unset;
}
footer {
  width: 100%;
  padding: 30px 70px 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*
	&:after {
		content: "";
		display: table;
		clear: both;
	}
	*/
}
footer p {
  color: #222;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: "heimat-sans", sans-serif;
}
footer a {
  font-family: "heimat-sans", sans-serif;
  font-weight: 400;
  color: #222;
}
footer .menu ul:after {
  content: "";
  display: table;
  clear: both;
}
footer .menu ul li {
  float: left;
  font-size: 16px;
  color: #222;
  margin-left: 20px;
  font-family: "heimat-sans", sans-serif;
}
footer .menu ul li a {
  font-size: 16px;
  line-height: 20px;
  font-family: "heimat-sans", sans-serif;
}
#powerTip {
  position: absolute;
  display: none;
  z-index: 90;
  padding: 6px 9px 4px;
  color: white;
  font-weight: 300;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  background: #5c7a21;
  border-radius: 0 8px 8px 8px;
  font-family: 'DIN Next W01', Arial, sans-serif;
}
#as-bearbeiten a {
  position: fixed;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  top: 0;
  right: 20px;
  background: #CF081F;
  padding: 5px 10px 3px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  z-index: 9000;
  font-family: 'DIN Next W01', Arial, sans-serif;
  font-weight: 300;
}
.icon {
  padding: 10px;
  position: absolute;
  top: 28px;
  right: 15px;
  z-index: 50;
  cursor: pointer;
  z-index: 9999999;
}
.icon div {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.icon div span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3E3E3E;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.icon div span:nth-child(1) {
  top: 0px;
}
.icon div span:nth-child(2) {
  top: 10px;
}
.icon div span:nth-child(3) {
  top: 10px;
}
.icon div span:nth-child(4) {
  top: 20px;
}
.icon:hover div span {
  background: #5c7a21;
}
.icon.open div span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.icon.open div span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon.open div span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon.open div span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  header {
    width: 100%;
  }
  header #logo {
    left: 15px;
  }
  header nav {
    right: 15px;
  }
  div.sectionStoerer {
    top: 640px;
    width: 300px;
    left: 30px;
  }
  #content section .wrapper {
    padding: 0 25px;
  }
  #content .start .wrapper {
    width: 100%;
    margin: 0;
    border-radius: 0px;
    overflow: hidden;
  }
  #content .start .wrapper img {
    width: 100% !important;
    max-width: unset !important;
    border-radius: 0 !important;
    top: 0 !important;
  }
  #content .start .wrapper #responseTimes {
    top: 340px;
    right: 20px;
  }
  #content .stellenangebot {
    width: calc(100% - 50px);
  }
  #content .stellenangebot .wrapper {
    padding: 25px 25px 25px;
  }
  #content .team .wrapper {
    padding: 0 15px 25px;
  }
  #content .team .wrapper .total {
    height: 390px;
  }
  #content .team .wrapper .total .contenttext {
    position: static;
    width: 100%;
    text-align: left;
    padding: 20px 15px 0px;
    float: left;
  }
  #content .anfahrt {
    width: calc(100% - 50px);
  }
  #content .anfahrt .wrapper .right {
    width: 670px;
  }
  #content .fortbildungenListe .fortbildungen img {
    left: 20px;
  }
  footer {
    padding: 30px 25px 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer p {
    margin-bottom: 15px !important;
    text-align: center;
  }
  footer .menu {
    width: 100%;
  }
  footer .menu ul li {
    margin-left: 0px;
    margin-right: 20px;
  }
  #content .start .wrapper #claim .sticker {
    right: -130px;
  }
  #content .team21 .wrapper .column.total {
    overflow: hidden;
  }
  #content .team21 .wrapper .column.total .contentbild:not(.fortbildungenListe) img {
    width: 100%;
    max-width: 370px;
    height: auto;
  }
}
@media only screen and (max-width: 1070px) {
  #page {
    padding-top: 100px;
  }
  header {
    height: 100px;
  }
  header #logo {
    top: 12px;
  }
  header #logo img {
    width: 174px;
  }
  header #iconMenu {
    display: block;
  }
  header nav {
    right: 0px;
    top: 0px !important;
    width: 100%;
    position: absolute;
    display: none;
  }
  header nav ul li {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin: 0;
  }
  header nav ul li a {
    width: 100%;
    padding: 10px 0;
    display: block;
    font-family: "heimat-sans", sans-serif;
  }
  div.sectionStoerer {
    top: 350px;
    width: 300px;
    left: 0px;
    transform: scale(80%);
    z-index: 100;
  }
  div.sectionStoerer div.contentelement {
    gap: 7px;
    padding: 18px 0 5px 0;
  }
  #content .start .wrapper img {
    width: 510px;
    height: auto;
    max-width: unset;
    top: 0 !important;
    width: 110vw !important;
    margin-top: -5vh;
  }
  #content .start .wrapper #fastContact {
    right: 110px;
    bottom: 30px;
  }
  #content .start .wrapper {
    height: 550px;
  }
  #content .start .wrapper img {
    width: 410px;
  }
  #content .start .wrapper #claim {
    top: 50px;
  }
  #content .start .wrapper #claim h4:nth-of-type(1) {
    font-size: 45px;
  }
  #content .start .wrapper #claim h4:nth-of-type(2) {
    font-size: 70px;
  }
  #content .start .wrapper #claim h4:nth-of-type(3) {
    font-size: 70px;
  }
  #content .start .wrapper #responseTimes {
    top: 250px;
  }
  #content .start .wrapper #fastContact {
    right: 100px;
    bottom: 20px;
  }
  #content .start .wrapper #fastContact p:nth-of-type(2) {
    font-size: 40px;
    font-weight: 500;
    font-family: "interstate", sans-serif;
  }
  #content .start .wrapper {
    height: 370px;
    height: 60vw;
  }
  #content .start .wrapper img {
    width: 320px;
    top: 15px;
    left: 20px;
  }
  #content .start .wrapper #claim {
    right: 60px;
    top: 50px;
  }
  #content .start .wrapper #claim p {
    right: -40px;
    transform: rotate(20deg);
    font-size: 26px;
    top: -20px;
  }
  #content .start .wrapper #claim h4:nth-of-type(1) {
    font-size: 35px;
  }
  #content .start .wrapper #claim h4:nth-of-type(2) {
    font-size: 60px;
  }
  #content .start .wrapper #claim h4:nth-of-type(3) {
    font-size: 60px;
  }
  #content .start .wrapper #responseTimes {
    display: none;
  }
  #content .start .wrapper #fastContact {
    display: none;
  }
  #content .start #responseTimesResponsive {
    display: block;
  }
  #content .start #responseTimesResponsive table:last-of-type {
    width: auto;
  }
  #content .start #responseTimesResponsive table:last-of-type tr td:nth-of-type(1) {
    width: 40px;
  }
  #content .start #responseTimesResponsive table:last-of-type tr td:nth-of-type(2),
  #content .start #responseTimesResponsive table:last-of-type tr td:nth-of-type(3) {
    width: 130px;
  }
  #content .start #fastContactResponsive {
    display: block;
  }
  #content .start .wrapper img {
    left: 25%;
  }
  #content .start .wrapper #claim {
    display: none;
  }
  #content .start #responseTimesResponsive table {
    width: 50%;
    margin: 0;
  }
  #content .start #claimResponsive {
    display: block;
  }
  #content .sticker br {
    display: none;
  }
  #content .start #claimResponsive {
    display: block;
    height: 115px;
    margin-top: -115px;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
  }
  #content .start #claimResponsive h4 {
    font-size: 50px !important;
  }
  #content .kontakt .wrapper .left {
    width: 100%;
  }
  #content .kontakt .wrapper .leftMiddle {
    padding-left: 0px;
    margin-top: 0px;
    width: auto;
  }
  #content .kontakt .wrapper .rightMiddle {
    margin-top: 0px;
    width: auto;
  }
  #content .kontakt .wrapper .right {
    width: 70%;
    padding-left: 0px;
    margin-top: 50px;
  }
  #content .kontakt .wrapper .right div {
    margin-right: 40px;
    height: 70px;
  }
  #content .anfahrt .wrapper .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #content .anfahrt .wrapper .right {
    position: relative;
    float: left;
    width: 100%;
    top: 0px;
    right: 0px;
  }
  #content .anfahrt .wrapper p {
    width: 60%;
  }
  #content .fortbildungenListe {
    padding: 20px;
  }
  #content .fortbildungenListe .fortbildungen {
    padding: 50px;
  }
  #content .fortbildungenListe .fortbildungen img {
    display: none;
  }
  #content .fortbildungenListe .fortbildungen .fortbildungenText .headlines {
    padding-left: 0;
    width: 100%;
  }
  #content .fortbildungenListe .fortbildungen .fortbildungenText .bu {
    padding-left: 0;
  }
  footer {
    padding: 30px 15px 15px;
  }
}
@media only screen and (max-width: 960px) {
  div.sectionStoerer {
    position: static;
    width: 100%;
    transform: none;
  }
  div.sectionStoerer .contentelement {
    transform: rotate(0deg);
    border-radius: 0;
    width: 100%;
    display: flex;
    height: auto;
    flex-direction: row;
    align-items: baseline;
  }
  div.sectionStoerer .contentelement h4 {
    font-size: 16px;
    font-family: "interstate", sans-serif;
    font-weight: bold;
    line-height: 130%;
    margin-right: 5px;
  }
  div.sectionStoerer .contentelement p {
    font-size: 16px;
    font-family: "interstate", sans-serif;
  }
  #content section {
    margin-bottom: 40px;
  }
  #content section .wrapper {
    padding: 0 15px;
  }
  #content .leistungen .left {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #content .vitas .left {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    padding-right: 0;
    padding-bottom: 50px;
  }
  #content .vitas .leftMiddle {
    width: 100%;
    padding-bottom: 20px;
  }
  #content .maussner .right {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #content .anfahrt,
  #content .stellenangebot {
    padding: 20px 0;
    width: calc(100% - 30px);
  }
  #content .anfahrt .wrapper,
  #content .stellenangebot .wrapper {
    padding: 25px 15px 25px;
  }
  #content .team .wrapper {
    padding: 0 0px 25px;
  }
  #content .team .wrapper .total .contentbild {
    margin-bottom: 0px;
  }
  #content .team .columnWrapper {
    width: 100%;
  }
  #content .team .left {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .team .leftMiddle {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .team .middle {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .team .rightMiddle {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .team .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    align-items: center;
  }
  footer .menu ul {
    display: flex;
    justify-content: center;
  }
  footer .menu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  #content .team21 .wrapper .column.total {
    margin-bottom: 15px;
  }
  #content .team21 .wrapper .column.left {
    width: 100%;
  }
  #content .team21 .wrapper .column.right {
    width: 100%;
  }
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe),
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) {
    margin-bottom: 15px;
  }
  #content .team21 .wrapper .column .contentbild:not(.fortbildungenListe) .bu::after,
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu::before,
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu::before {
    display: none !important;
  }
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu,
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu {
    max-height: unset;
    cursor: default;
  }
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) {
    flex-direction: row;
  }
  #content .team21 .wrapper .column.left div:not(.fortbildungenListe):nth-of-type(2n) img {
    order: 3;
  }
  #content .team21 .wrapper .column.left div:not(.fortbildungenListe):nth-of-type(2n) .bu {
    padding: 30px 0 30px 30px;
  }
  #content .team21 .wrapper .column.total .contenttext {
    width: 60%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #content .team21 .wrapper .column.left div img {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 860px) {
  div.sectionStoerer {
    display: block;
  }
  div.sectionStoerer div.contentelement {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #content .team .wrapper .total {
    height: auto;
  }
  #content .team .wrapper .total .contentbild {
    display: none;
  }
  #content .team .wrapper .total .contentbild.responsive {
    display: block;
  }
  #content .team .columnWrapper.firstClass {
    margin-bottom: 0px;
  }
  #content .team .left {
    width: 100%;
    margin-bottom: 50px;
  }
  #content .team .leftMiddle {
    width: 100%;
    margin-bottom: 50px;
  }
  #content .team .middle {
    width: 100%;
    margin-bottom: 50px;
  }
  #content .team .rightMiddle {
    width: 100%;
    margin-bottom: 50px;
  }
  #content .team .right {
    width: 100%;
  }
  #content .kontakt .wrapper .right {
    width: 100%;
  }
  #content .fortbildungenListe .fortbildungen .icon {
    top: 7px;
    right: 4px;
    padding: 25px;
  }
  #content .fortbildungenListe .fortbildungen .scrollTop {
    right: 40px;
    bottom: 10px;
  }
  #content .behandlungsspektrum .left .contentbild img {
    width: auto;
    max-width: 100%;
    height: auto;
    padding-top: 10px;
  }
  #content .behandlungsspektrum .left .contentbild .bu {
    padding: 0;
    padding-top: 20px;
    width: 100%;
  }
  #content .behandlungsspektrum .left .contenttext {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  #content .start #claimResponsive {
    height: 100px;
    margin-top: -100px;
  }
  #content .start #claimResponsive h4 {
    font-size: 34px !important;
  }
  #content .team21 .wrapper .column.total {
    padding-bottom: 0;
  }
  #content .team21 .wrapper .column.total .contenttext {
    width: 100%;
  }
  #content .team21 .wrapper .column.total .contentbild:not(.fortbildungenListe) {
    position: static;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe),
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) {
    flex-direction: column;
  }
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) .bu,
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) .bu {
    padding: 30px !important;
    margin-bottom: 0 !important;
  }
  #content .team21 .wrapper .column.left .contentbild:not(.fortbildungenListe) img,
  #content .team21 .wrapper .column.right .contentbild:not(.fortbildungenListe) img {
    align-self: center !important;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 22px;
    line-height: 125%;
  }
  h2 {
    font-size: 40px;
    line-height: 120%;
  }
  #content .leistungen .left {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  #content .leistungen .right {
    width: 100%;
    padding-top: 40px;
  }
  #content .vitas .left {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  #content .vitas .right {
    width: 100%;
    padding-top: 40px;
  }
  #content .maussner .left {
    width: 100%;
    margin-bottom: 40px;
  }
  #content .maussner .rightMiddle {
    width: 100%;
    padding-left: 0px;
  }
  #content .maussner .right {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  #content .stellenangebot .wrapper .left .contentelement {
    width: 100%;
  }
  #content .kontakt .wrapper .right div {
    margin-right: 30px;
    height: 50px;
  }
  #content .fortbildungenListe {
    padding: 0px;
  }
  #content .fortbildungenListe .fortbildungen {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 34px;
  }
  p.dachzeile {
    font-size: 16px;
    margin-bottom: 2px;
  }
  #content .start .wrapper img {
    left: 5%;
  }
  #content .start #responseTimesResponsive table {
    width: 100%;
  }
  #content .start #responseTimesResponsive table tbody tr td:first-of-type {
    width: 75px;
  }
  #content .leistungen .left {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #content .vitas .left {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #content .maussner .right {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  #content .kontakt .wrapper .leftMiddle {
    margin-bottom: 20px;
    width: 100%;
  }
  #content .kontakt .wrapper .rightMiddle {
    padding-left: 0;
    width: 100%;
  }
  #content .anfahrt .wrapper p {
    width: 100%;
  }
  #content .start .wrapper {
    height: 80vw;
  }
}
/* Neuplatzierung MOOD neues Aufmacherfoto */
#content .start .wrapper #claim {
  top: 50px;
  right: 0px;
}
#content .start .wrapper #claim h4:nth-of-type(1) {
  font-size: 60px;
  left: -15px;
}
#content .start .wrapper #claim h4:nth-of-type(2) {
  font-size: 60px;
  left: 150px;
}
#content .start .wrapper #fastContact p:nth-of-type(2) {
  font-size: 40px;
}
#content .start .wrapper #responseTimes {
  top: 405px;
}
#content .start .wrapper #fastContact {
  bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  #content .start .wrapper img {
    width: 110vw !important;
    height: auto;
    margin-top: -5vh;
  }
}
.v21 #content .start .wrapper #responseTimes {
  padding: 20px 25px;
  top: 450px;
}
.v21 #content .start .wrapper #responseTimes p {
  line-height: 120%;
}
.v21 #content .start .wrapper #responseTimes p a,
.v21 #content .start .wrapper #responseTimes p a:visited {
  color: white;
  text-decoration: none;
}
.v21 #content .start .wrapper #fastContact p:nth-of-type(2) {
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 1070px) {
  .v21 #content .start #responseTimesResponsive {
    padding: 15px;
  }
  .v21 #content .start #responseTimesResponsive p {
    margin-bottom: 5px;
  }
  .v21 #content .start #responseTimesResponsive p a,
  .v21 #content .start #responseTimesResponsive p a:visited {
    color: white;
    text-decoration: none;
  }
  .v21 #content .start #fastContactResponsive {
    padding: 20px 15px;
  }
  .v21 #content .start #fastContactResponsive p:nth-of-type(2) {
    font-size: 20px;
  }
}
