/***********************
Farben
***********************/
/***********************
Allgemein
***********************/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body, html {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  background: #3c3c3b;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  padding-top: 74px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
div {
  width: 100%;
}
/*.width {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}*/
.width_schmal {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
img, picture, video {
  max-width: 100%;
  height: auto;
}
p, ul, ol, table {
  font-size: 15px;
  line-height: 160%;
  color: #3c3c3b;
  margin: 0px 0px 20px 0px;
}
p .highlight, p.highlight, ul .highlight, ul.highlight, ol .highlight, ol.highlight, table .highlight, table.highlight {
  font-size: 18px;
}
a, a:link, a:visited {
  color: #303133;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #3c3c3b;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button, a.button:link, a.button:visited, input[type="submit"], span.button, button.button {
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  font-weight: 600;
  color: #3c3c3b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #3c3c3b;
  background: none;
  padding: 10px 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button.weiss, a.button:link.weiss, a.button:visited.weiss, input[type="submit"].weiss, span.button.weiss, button.button.weiss {
  border: 1px solid #ffffff;
  color: #ffffff;
}
a.button:hover, a.button:focus, a.button:active, input[type="submit"].button:hover, input[type="submit"].button:focus, input[type="submit"].button:active, span.button:hover, span.button:focus, span.button:active, button.button:hover, button.button:focus, button.button:active {
  background: #3c3c3b;
  color: #e0e0df;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
a.button:hover.weiss, a.button:focus.weiss, a.button:active.weiss, input[type="submit"].button:hover.weiss, input[type="submit"].button:focus.weiss, input[type="submit"].button:active.weiss, span.button:hover.weiss, span.button:focus.weiss, span.button:active.weiss, button.button:hover.weiss, button.button:focus.weiss, button.button:active.weiss {
  background: #ffffff;
  color: #3c3c3b;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}
h1 {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  color: #303133;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #303133;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h3 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
  color: #303133;
  margin-bottom: 10px;
}
h4 {
  font-size: 15px;
  line-height: 160%;
  font-weight: 600;
  color: #303133;
  margin-bottom: 0px;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.googlemaps_hinweis {
  background: #e0e0df;
  padding: 100px 30px;
  text-align: center;
}
.responsive_video, .responsive-video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.responsive_video iframe, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT, .responsive-video .noYT {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: #e0e0df;
  text-align: center;
  padding: 15px;
}
.responsive_video .noYT .noYT_box, .responsive-video .noYT .noYT_box {
  display: table;
  width: 100%;
  height: 100%;
}
.responsive_video .noYT .noYT_box .noYT_center, .responsive-video .noYT .noYT_box .noYT_center {
  display: table-cell;
  vertical-align: middle;
}
#phone {
  display: none;
}
.bild_links {
  float: left;
  margin: 0px 15px 5px 0px;
}
#karte div {
  width: inherit;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
.content {
  margin-bottom: 100px;
}
.content.kein_abstand_unten {
  margin-bottom: 0px;
}
.content.hellgrau {
  background: #e0e0df;
  padding: 100px 0px;
}
.mfp-figure:after {
  background: none;
  box-shadow: none;
}
/***********************
Swiper allgemein
***********************/
.swiper-horizontal {
  position: relative;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
  z-index: 50;
  /*&:after {
			display: none;
		}*/
}
.swiper-horizontal .swiper-button-prev {
  left: -10px;
}
.swiper-horizontal .swiper-button-next {
  right: -10px;
}
.swiper-horizontal .swiper-pagination {
  position: absolute;
  top: inherit;
  bottom: 15px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  margin: 0px 5px;
  opacity: 1;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e0e0df;
}
/***********************
Share-Box
***********************/
.share_box {
  padding: 10px 0px 30px 0px;
  text-align: right;
}
.share_box a.link, .share_box a.link:link, .share_box a.link:visited {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  margin: 3px 2px;
}
.share_box a.link.twitter, .share_box a.link:link.twitter, .share_box a.link:visited.twitter {
  background-color: #000000;
  background-image: url(/basics/images/share-icons/x.svg);
}
.share_box a.link.telegram, .share_box a.link:link.telegram, .share_box a.link:visited.telegram {
  background-color: #54a9eb;
  background-image: url(/basics/images/share-icons/telegram.svg);
}
.share_box a.link.whatsapp, .share_box a.link:link.whatsapp, .share_box a.link:visited.whatsapp {
  background-color: #25d366;
  background-image: url(/basics/images/share-icons/whatsapp.svg);
}
.share_box a.link.facebook, .share_box a.link:link.facebook, .share_box a.link:visited.facebook {
  background-color: #0866ff;
  background-image: url(/basics/images/share-icons/facebook.svg);
}
.share_box a.link.linkedin, .share_box a.link:link.linkedin, .share_box a.link:visited.linkedin {
  background-color: #2867b2;
  background-image: url(/basics/images/share-icons/linkedin.svg);
}
.share_box a.link.xing, .share_box a.link:link.xing, .share_box a.link:visited.xing {
  background-color: #005a5f;
  background-image: url(/basics/images/share-icons/xing.svg);
}
.share_box a.link.pinterest, .share_box a.link:link.pinterest, .share_box a.link:visited.pinterest {
  background-color: #e60023;
  background-image: url(/basics/images/share-icons/pinterest.svg);
}
.share_box a.link.threads, .share_box a.link:link.threads, .share_box a.link:visited.threads {
  background-color: #000000;
  background-image: url(/basics/images/share-icons/threads.svg);
}
.share_box a.link.mastodon, .share_box a.link:link.mastodon, .share_box a.link:visited.mastodon {
  background-color: #6364FF;
  background-image: url(/basics/images/share-icons/mastodon.svg);
}
.share_box a.link.bluesky, .share_box a.link:link.bluesky, .share_box a.link:visited.bluesky {
  background-color: #208bfe;
  background-image: url(/basics/images/share-icons/bluesky.svg);
}
.share_box a.link.mail, .share_box a.link:link.mail, .share_box a.link:visited.mail {
  background-color: #bbbbbb;
  background-image: url(/basics/images/share-icons/mail.svg);
}
.share_box a.link.copy, .share_box a.link:link.copy, .share_box a.link:visited.copy {
  background-color: #bbbbbb;
  background-image: url(/basics/images/share-icons/link.svg);
}
.share_box a.link:hover, .share_box a.link:focus, .share_box a.link:active {
  transform: scale(1.1);
  -webit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/***********************
Header
***********************/
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 100%;
  background: #3c3c3b;
  padding: 25px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header .logo {
  height: 20px;
  width: auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header button.mobilebutton {
  background: none;
  border: none;
  display: block;
  text-align: right;
  cursor: pointer;
  margin: 0px 0px 0px auto;
  position: relative;
  z-index: 1500;
}
.header button.mobilebutton .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 20px;
  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;
  cursor: pointer;
}
.header button.mobilebutton .icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  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;
}
.header button.mobilebutton .icon span:nth-child(1) {
  top: 0px;
}
.header button.mobilebutton .icon span:nth-child(2) {
  top: 8px;
}
.header button.mobilebutton .icon span:nth-child(3) {
  top: 16px;
}
.header button.mobilebutton.open .icon span {
  background: #303133;
}
.header button.mobilebutton.open .icon span:nth-child(1) {
  top: 8px;
  width: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header button.mobilebutton.open .icon span:nth-child(2) {
  opacity: 0;
}
.header button.mobilebutton.open .icon span:nth-child(3) {
  top: 8px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .mobilemenu {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: center;
}
.header .mobilemenu .menu_table {
  display: table;
  width: 100%;
  height: 100%;
}
.header .mobilemenu .menu_table .menu_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.header .mobilemenu ul {
  display: block;
  text-align: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.header .mobilemenu ul li {
  display: block;
}
.header .mobilemenu ul li a, .header .mobilemenu ul li a:link, .header .mobilemenu ul li a:visited {
  display: block;
  font-size: 3.5vh;
  line-height: 1.3em;
  color: #3c3c3b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 5px 0px;
}
.header .mobilemenu ul li a:hover, .header .mobilemenu ul li a:focus, .header .mobilemenu ul li a:active {
  color: #303133;
  opacity: 0.5;
}
.header .mobilemenu ul li.active a, .header .mobilemenu ul li.active a:link, .header .mobilemenu ul li.active a:visited, .header .mobilemenu ul li.active a:hover, .header .mobilemenu ul li.active a:focus, .header .mobilemenu ul li.active a:active {
  color: #303133;
  opacity: 0.5;
}
.header.sticky {
  padding: 15px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header.sticky .logo {
  height: 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Headerbild
***********************/
.headerbild {
  height: 720px;
}
.headerbild .swiper-slide, .headerbild .bild {
  height: 720px;
}
.headerbild img, .headerbild picture {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
/***********************
Headline & text
***********************/
.headline_text {
  padding: 50px 20px 25px 20px;
  background: #e0e0df;
}
.headline_text.dunkelgrau {
  background: #3c3c3b;
}
.headline_text.dunkelgrau h1, .headline_text.dunkelgrau h2, .headline_text.dunkelgrau h3, .headline_text.dunkelgrau h4, .headline_text.dunkelgrau p, .headline_text.dunkelgrau ul {
  color: #ffffff;
}
.headline_text.dunkelgrau h1 a, .headline_text.dunkelgrau h1 a:link, .headline_text.dunkelgrau h1 a:visited, .headline_text.dunkelgrau h2 a, .headline_text.dunkelgrau h2 a:link, .headline_text.dunkelgrau h2 a:visited, .headline_text.dunkelgrau h3 a, .headline_text.dunkelgrau h3 a:link, .headline_text.dunkelgrau h3 a:visited, .headline_text.dunkelgrau h4 a, .headline_text.dunkelgrau h4 a:link, .headline_text.dunkelgrau h4 a:visited, .headline_text.dunkelgrau p a, .headline_text.dunkelgrau p a:link, .headline_text.dunkelgrau p a:visited, .headline_text.dunkelgrau ul a, .headline_text.dunkelgrau ul a:link, .headline_text.dunkelgrau ul a:visited {
  color: #ffffff;
}
.headline_text.dunkelgrau h1 a:hover, .headline_text.dunkelgrau h1 a:focus, .headline_text.dunkelgrau h1 a:active, .headline_text.dunkelgrau h2 a:hover, .headline_text.dunkelgrau h2 a:focus, .headline_text.dunkelgrau h2 a:active, .headline_text.dunkelgrau h3 a:hover, .headline_text.dunkelgrau h3 a:focus, .headline_text.dunkelgrau h3 a:active, .headline_text.dunkelgrau h4 a:hover, .headline_text.dunkelgrau h4 a:focus, .headline_text.dunkelgrau h4 a:active, .headline_text.dunkelgrau p a:hover, .headline_text.dunkelgrau p a:focus, .headline_text.dunkelgrau p a:active, .headline_text.dunkelgrau ul a:hover, .headline_text.dunkelgrau ul a:focus, .headline_text.dunkelgrau ul a:active {
  color: #ffffff;
  opacity: 0.5;
}
.headline_text.dunkelgrau a.button, .headline_text.dunkelgrau a.button:link, .headline_text.dunkelgrau a.button:visited {
  color: #ffffff;
  border-color: #ffffff;
}
.headline_text.zentriert {
  text-align: center;
}
.headline_text.zentriert h1, .headline_text.zentriert h2, .headline_text.zentriert h3, .headline_text.zentriert h4, .headline_text.zentriert p, .headline_text.zentriert ul, .headline_text.zentriert ol {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.headline_text.zentriert h1, .headline_text.zentriert h2 {
  position: relative;
  padding-bottom: 35px;
}
.headline_text.zentriert h1:after, .headline_text.zentriert h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background: #ffffff;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0px;
  z-index: 10;
}
.headline_text ul, .headline_text ol {
  padding-left: 17px;
}
/***********************
Einstiegsboxen Bild
***********************/
.einstiegsboxen_bild.mit_lightbox .box {
  cursor: pointer;
  overflow: hidden;
}
.einstiegsboxen_bild.mit_lightbox .box img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild.mit_lightbox .box:hover img, .einstiegsboxen_bild.mit_lightbox .box:focus img, .einstiegsboxen_bild.mit_lightbox .box:active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild.mit_lightbox .box:hover .box_inhalt, .einstiegsboxen_bild.mit_lightbox .box:focus .box_inhalt, .einstiegsboxen_bild.mit_lightbox .box:active .box_inhalt {
  opacity: 1;
}
.einstiegsboxen_bild.mit_lightbox .box .box_inhalt {
  background: rgba(0, 0, 0, 0.5);
}
.einstiegsboxen_bild.mit_lightbox .box p {
  color: #ffffff;
  margin: 0px;
  font-weight: 100;
  font-size: 30px;
}
.einstiegsboxen_bild .box {
  height: 20vw;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild .box.mit_link {
  cursor: pointer;
}
.einstiegsboxen_bild .box:hover, .einstiegsboxen_bild .box:focus, .einstiegsboxen_bild .box:active {
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild .box:hover .box_inhalt, .einstiegsboxen_bild .box:focus .box_inhalt, .einstiegsboxen_bild .box:active .box_inhalt {
  /*opacity: 1;*/
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild .box:hover .box_inhalt h3, .einstiegsboxen_bild .box:focus .box_inhalt h3, .einstiegsboxen_bild .box:active .box_inhalt h3 {
  color: #ffffff;
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild .box:hover .box_inhalt .box_table .box_tablecell, .einstiegsboxen_bild .box:focus .box_inhalt .box_table .box_tablecell, .einstiegsboxen_bild .box:active .box_inhalt .box_table .box_tablecell {
  vertical-align: middle;
}
.einstiegsboxen_bild .box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.einstiegsboxen_bild .box .box_inhalt {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
  cursor: pointer;
  /*opacity: 0;*/
  background: none;
  padding: 2px 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.einstiegsboxen_bild .box .box_inhalt .box_table {
  display: table;
  width: 100%;
  height: 100%;
}
.einstiegsboxen_bild .box .box_inhalt .box_table .box_tablecell {
  display: table-cell;
  vertical-align: bottom;
}
.einstiegsboxen_bild .box .box_inhalt h3 {
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  margin: 0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/***********************
Bild 100%
***********************/
.bild_volle_breite img {
  width: 100%;
  height: auto;
}
/***********************
Zweispalter
***********************/
.zweispalter {
  background: #e0e0df;
}
.zweispalter .text {
  text-align: center;
  height: 100%;
  padding: 35px 0px;
}
.zweispalter .text .text_table {
  display: table;
  height: 100%;
  width: 100%;
}
.zweispalter .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.zweispalter .text p, .zweispalter .text ul, .zweispalter .text ol {
  color: #777777;
}
.zweispalter .bild {
  height: 33vw;
  width: 100%;
}
.zweispalter .bild img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/***********************
Leistungen Dreispalter
***********************/
.leistungen {
  background: #e0e0df;
}
.leistungen .reihe {
  border-top: 1px solid #303133;
}
.leistungen .reihe:first-child {
  border: none;
}
.leistungen .bild {
  height: 25vw;
}
.leistungen .bild img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.leistungen .text {
  height: 100%;
  padding: 15px;
  text-align: center;
}
.leistungen .text .text_table {
  display: table;
  width: 100%;
  height: 100%;
}
.leistungen .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.leistungen .text h2 {
  font-size: clamp(24px, 2vw, 29px);
  margin: 0px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
}
/***********************
Teamliste
***********************/
.teamliste .box {
  background: #ffffff;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}
.teamliste .box .bild img {
  width: 100%;
  height: auto;
}
.teamliste .box .text {
  text-align: center;
  padding: 20px;
}
.teamliste .box .text p {
  margin: 5px 0px 0px 0px;
  line-height: normal;
}
.teamliste .box .text .linkbox {
  border-top: 1px solid #e0e0df;
  margin-top: 15px;
  padding-top: 10px;
}
/***********************
Akkordeon
***********************/
.akkordeonblock .akkordeonbox:first-child h2.akkordeon {
  border-top: 1px solid #ffffff;
}
.akkordeonblock .akkordeonbox h2.akkordeon {
  color: #ffffff;
  margin: 0px;
  padding: 15px 0px;
  padding-right: 40px;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  background: url(/basics/images/icon_akkordeon_zu.svg);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .akkordeonbox h2.akkordeon.akkordeon_offen {
  background-image: url(/basics/images/icon_akkordeon_offen.svg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.akkordeonblock .akkordeonbox .akkordeontext {
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}
.akkordeonblock .akkordeonbox .akkordeontext h1, .akkordeonblock .akkordeonbox .akkordeontext h2, .akkordeonblock .akkordeonbox .akkordeontext h3, .akkordeonblock .akkordeonbox .akkordeontext h4 {
  color: #ffffff;
}
.akkordeonblock .akkordeonbox .akkordeontext p, .akkordeonblock .akkordeonbox .akkordeontext ul, .akkordeonblock .akkordeonbox .akkordeontext ol {
  color: #e0e0df;
}
.akkordeonblock .akkordeonbox .akkordeontext p a, .akkordeonblock .akkordeonbox .akkordeontext p a:link, .akkordeonblock .akkordeonbox .akkordeontext p a:visited, .akkordeonblock .akkordeonbox .akkordeontext ul a, .akkordeonblock .akkordeonbox .akkordeontext ul a:link, .akkordeonblock .akkordeonbox .akkordeontext ul a:visited, .akkordeonblock .akkordeonbox .akkordeontext ol a, .akkordeonblock .akkordeonbox .akkordeontext ol a:link, .akkordeonblock .akkordeonbox .akkordeontext ol a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.akkordeonblock .akkordeonbox .akkordeontext p a:hover, .akkordeonblock .akkordeonbox .akkordeontext p a:focus, .akkordeonblock .akkordeonbox .akkordeontext p a:active, .akkordeonblock .akkordeonbox .akkordeontext ul a:hover, .akkordeonblock .akkordeonbox .akkordeontext ul a:focus, .akkordeonblock .akkordeonbox .akkordeontext ul a:active, .akkordeonblock .akkordeonbox .akkordeontext ol a:hover, .akkordeonblock .akkordeonbox .akkordeontext ol a:focus, .akkordeonblock .akkordeonbox .akkordeontext ol a:active {
  color: #ffffff;
  text-decoration: none;
}
/***********************
Bewerbungsformular
***********************/
.bewerbungsformular {
  padding-bottom: 50px;
}
.bewerbungsformular p {
  color: #e0e0df;
}
.bewerbungsformular p a, .bewerbungsformular p a:link, .bewerbungsformular p a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.bewerbungsformular p a:hover, .bewerbungsformular p a:focus, .bewerbungsformular p a:active {
  color: #ffffff;
  text-decoration: none;
}
.bewerbungsformular p.datenschutz input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 3px 0px;
}
.bewerbungsformular form {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.bewerbungsformular label {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
}
.bewerbungsformular input[type="text"] {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #ffffff;
  color: #e0e0df;
  height: 40px;
  line-height: 38px;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.bewerbungsformular textarea {
  display: block;
  width: 100%;
  background: none;
  border: 1px solid #ffffff;
  color: #e0e0df;
  height: 100px;
  line-height: normal;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.bewerbungsformular .upload span.button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px;
}
.bewerbungsformular .upload span#fileName {
  display: block;
  font-weight: 300;
  text-transform: none;
  padding-top: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.bewerbungsformular #Bewerbungsunterlagen, .bewerbungsformular #phone {
  display: none;
}
.bewerbungsformular center button.button {
  background: #ffffff;
  color: #3c3c3b;
}
.bewerbungsformular center button.button:hover, .bewerbungsformular center button.button:focus, .bewerbungsformular center button.button:active {
  background: none;
  color: #ffffff;
}
/***********************
Gebrauchtteile
***********************/
.gebrauchtteile {
  padding-bottom: 50px;
  border-top: 1px solid #e0e0df;
}
.gebrauchtteile .zeile {
  border-bottom: 1px solid #e0e0df;
}
.gebrauchtteile .text {
  padding: 25px;
  height: 100%;
}
.gebrauchtteile .text .text_table {
  display: table;
  width: 100%;
  height: 100%;
}
.gebrauchtteile .text .text_table .text_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.gebrauchtteile .text h2, .gebrauchtteile .text h3, .gebrauchtteile .text h4 {
  color: #ffffff;
}
.gebrauchtteile .text p, .gebrauchtteile .text ul, .gebrauchtteile .text ol {
  color: #e0e0df;
}
.gebrauchtteile .bild {
  height: 100%;
  min-height: 250px;
}
.gebrauchtteile .bild img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/***********************
Footer
***********************/
.footer {
  background: #3c3c3b;
  padding: 40px 20px 35px 20px;
  text-align: center;
}
.footer .logo {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}
.footer center {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ffffff;
}
.footer p {
  color: #ffffff;
}
.footer p a, .footer p a:link, .footer p a:visited {
  color: #ffffff;
}
.footer p a:hover, .footer p a:focus, .footer p a:active {
  color: #ffffff;
  opacity: 0.5;
}
.footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
}
.footer ul li a, .footer ul li a:link a:visited {
  color: #ffffff;
}
.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  color: #ffffff;
  opacity: 0.5;
}
.footer ul li.active a, .footer ul li.active a:link a:visited, .footer ul li.active a:hover, .footer ul li.active a:focus, .footer ul li.active a:active {
  color: #ffffff;
  opacity: 0.5;
}
.nach_oben {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #303133;
  background-image: url(/basics/images/icon_akkordeon_offen.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  position: fixed;
  right: 20px;
  bottom: 63px;
  z-index: 20;
}
/***********************
Media Query
***********************/
@media (prefers-reduced-motion: reduce) {
  body, html {
    scroll-behavior: auto;
  }
}
@media (max-width: 1199.98px) {
  .headerbild {
    height: 55vw;
  }
  .headerbild .swiper-slide, .headerbild .bild {
    height: 55vw;
  }
}
@media (max-width: 991.98px) {
  .einstiegsboxen_bild .box {
    height: 30vw;
  }
}
@media (max-width: 767.98px) {
  .zweispalter .bild {
    height: auto;
  }
  .leistungen .bild {
    height: 45vw;
  }
  .leistungen .text {
    height: 45vw;
  }
}
@media (max-width: 575.98px) {
  .einstiegsboxen_bild .box {
    height: 50vw;
  }
}
