@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* Material Icons Icons */
@import "/_intern/fonts/material_icons/styles.css";
/* Material Symbols Icons */
@import "/_intern/fonts/material_symbols/styles.css";
/* === LESS variables === */
/* main green */
/* light green */
/* dark green */
/* neon green */
/* Quicksand*/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern/fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
}
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/roboto/roboto-v48-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Quicksand, sans-serif;
  font-size: 17px;
  color: #1e1e1e;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
/* first section headline */
h1, .h1 {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0px 0px 6px 0px;
}
h1 span, .h1 span {
  display: block;
  font-weight: 300;
}
/* each section headline */
h2, .h2 {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 30px;
  margin: 0px 0px 15px 0px;
}
/* section sublines, blog-articles, accordion*/
h3, .h3 {
  display: block;
  font-size: 22px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}
h4, .h4 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 5px 0px;
}
.headlinebox {
  display: block;
  margin-bottom: 25px;
}
b, strong {
  font-weight: 700;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.5;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #6a9e2e;
}
.text a:hover {
  text-decoration: underline;
}
.text a[href*=".pdf"]:before {
  content: "";
  font-family: "fontello_mg";
  display: inline-block;
  margin-right: 8px;
}
.text a[href*="tel:"]:before {
  content: "";
  font-family: "fontello_mg";
  display: inline-block;
  margin-right: 8px;
}
.text a[href*="fax:"]:before {
  content: "";
  font-family: "fontello_mg";
  display: inline-block;
  margin-right: 8px;
}
.text ul, .text ol {
  margin: 0px 0px 15px 0px;
  padding-left: 15px;
}
.text ul li {
  position: relative;
  list-style-type: none;
  padding-left: 5px;
}
.text ul li:before {
  content: "•";
  color: #6a9e2e;
  position: absolute;
  top: -2px;
  font-size: 125%;
  left: -10px;
}
.text .circle, .text a.circle {
  display: inline-flex;
  margin-right: 10px;
}
button, .button, a.button, input[type="submit"] {
  display: inline-flex;
  border: 0px;
  background-color: #6a9e2e;
  padding: 0px 25px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border-radius: 10px 10px 0px 10px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:after, .button:after, a.button:after, input[type="submit"]:after {
  display: inline-block;
  content: "";
  font-family: "Material Icons Round";
  margin-left: 8px;
  transition: 0.2s all;
  transform: translateX(0px) scale(1.5);
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  text-decoration: none;
}
button:hover:after, .button:hover:after, a.button:hover:after, input[type="submit"]:hover:after {
  transform: translateX(3px) scale(1.5);
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #6a9e2e;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #6a9e2e r g b / 30%);
}
.formcontainer {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.formcontainer > * {
  width: calc(50% - 20px);
  margin: 0px;
  padding: 30px;
  border: 2px solid #6a9e2e;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 10px;
}
.formcontainer > .lastpart {
  width: 100%;
  border: 0px;
  padding: 0px;
  text-align: right;
}
.form li {
  display: block;
  padding-bottom: 14px;
}
.form li .label, .form li label {
  display: block;
  margin-bottom: 4px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="password"], .form li input[type="web"], .form li select, .form li textarea {
  height: 40px;
  width: 100%;
  padding: 0px 2%;
  border: 1px solid grey;
  box-sizing: border-box;
  border-radius: 5px 5px 0px 5px;
}
.form li textarea {
  height: auto;
  min-height: 100px;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 50px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #6a9e2e;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  padding: 0px;
  visibility: hidden;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 1100px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 95%;
  width: 1600px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 10;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  transition: 0.4s all;
}
#header .headercontainer {
  box-sizing: border-box;
  background-color: transparent;
  height: 140px;
  margin: 0px 25px;
  border-radius: 0px 0px 10px 10px;
  transition: 0.4s all;
  position: relative;
}
#header .headercontainer .inner {
  height: 100%;
}
.scrolled #header #logo {
  width: 280px;
  top: 2px;
  left: 4%;
  opacity: 1;
}
#logo {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  z-index: 1;
  max-width: 30%;
  width: 480px;
  transition: 0.4s all;
}
#logo img {
  display: block;
}
.mobilenav #logo {
  opacity: 0;
}
#mainmenu {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 10px;
  transform: translateY(-150%);
  transition: 0.4s transform;
}
#nav li.lvl1 > a {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #6a9e2e;
  color: white;
  padding: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  transform: translateY(0%);
  position: relative;
  transition: 0.4s transform;
}
#nav li.lvl1:nth-child(1) {
  transition-delay: 0s;
}
#nav li.lvl1:nth-child(2) {
  transition-delay: 0.1s;
}
#nav li.lvl1:nth-child(3) {
  transition-delay: 0.2s;
}
#nav li.lvl1:nth-child(4) {
  transition-delay: 0.3s;
}
#nav li.lvl1:nth-child(5) {
  transition-delay: 0.4s;
}
#nav li.lvl1:nth-child(6) {
  transition-delay: 0.5s;
}
#nav li.lvl1 a.active {
  background-color: #b7d139;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: none;
  transform: translateY(5px);
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  right: -10px;
  top: 85%;
  z-index: -1;
  text-align: right;
  padding: 15px 0px 10px 0px;
  background-color: white;
  min-width: 230px;
  xborder: 1px solid #6a9e2e;
  border-radius: 10px 10px 0px 10px;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 8px 20px;
  display: block;
  background-color: white;
  text-transform: uppercase;
  transition: 0.1s all;
  font-weight: 600;
  color: #6a9e2e;
  white-space: nowrap;
}
#nav .submenu li.lvl2 a:hover {
  background-color: #6a9e2e;
  color: white;
}
.loaded #nav li.lvl1 {
  transform: translateY(0%);
}
.loaded.scrolled #nav li.lvl1 {
  transform: translateY(-38%);
}
.loaded.scrolled #nav li.lvl1 a {
  /* box-shadow: 1px 1px 10px rgba(0,0,0, 0.2); */
}
#mobilmenu_trigger {
  display: none;
  position: absolute;
  right: -25px;
  top: 0px;
  z-index: 20;
  border-radius: 50%;
  background-color: #6a9e2e;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  transform: translateY(-18%) translateX(18%);
}
#mobilmenu_trigger span {
  position: relative;
  height: 3px;
  width: 40px;
  display: block;
  margin: 4px 0px;
  background-color: white;
  border-radius: 2px;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(11px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-11px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: fixed;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100vh;
  z-index: 9;
  padding-top: 120px;
  box-sizing: border-box;
  overflow: auto;
  background-color: transparent;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
.mobilenav #mobilemenu_container {
  right: 0px;
}
.mobilenav #mobilemenu_container #nav_mobile li {
  transform: translateX(0%);
}
#nav_mobile {
  margin: 0px;
  width: 100%;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
  transition: 0.4s all;
  transform: translateX(100%);
}
#nav_mobile li:nth-child(1) {
  transition-delay: 0.1s;
}
#nav_mobile li:nth-child(2) {
  transition-delay: 0.2s;
}
#nav_mobile li:nth-child(3) {
  transition-delay: 0.3s;
}
#nav_mobile li:nth-child(4) {
  transition-delay: 0.4s;
}
#nav_mobile li:nth-child(5) {
  transition-delay: 0.5s;
}
#nav_mobile li:nth-child(6) {
  transition-delay: 0.6s;
}
#nav_mobile li a {
  display: block;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 0px 15px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 50px;
  text-decoration: none;
  background-color: white;
  margin-bottom: 6px;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.4);
  border-style: solid;
  border-color: #6a9e2e;
  border-width: 2px 0px 2px 2px;
}
#nav_mobile li a.active {
  background-color: #b7d139;
  color: white;
  border-color: #b7d139;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 10px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #6a9e2e;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  border: 1px solid grey;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  position: relative;
}
#keyvisual {
  position: relative;
  height: 75vh;
  overflow: hidden;
}
#keyvisual .wave {
  content: "";
  display: block;
  position: fixed;
  pointer-events: none;
  transition: 0.7s all;
  z-index: 9;
  top: 0px;
  left: -5%;
  width: 110%;
  max-width: 200%;
  /*		
		transform: translateY(-40%);
		*/
  opacity: 1;
  opacity: 0.5;
  transform: translateY(-5%);
}
#keyvisual.noimage {
  height: 30vh;
}
.scrolled #keyvisual .wave {
  /*
		transform: translateY(-73%) rotate(17deg);
		*/
  opacity: 0.9;
  transform: translateY(-55%) rotate(-4deg);
}
#keyvisual_image {
  height: 100%;
  position: relative;
}
#keyvisual_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
#keyvisual_text {
  position: absolute;
  bottom: 50px;
  left: 0px;
  text-align: left;
  color: white;
  font-size: 48px;
  width: 100%;
  font-weight: 400;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
  font-family: Roboto, Arial;
  font-weight: 300;
}
#keyvisual_text b, #keyvisual_text strong {
  font-weight: 500;
}
#logo_footer {
  display: block;
  width: 350px;
}
#logo_footer img {
  display: block;
  width: 100%;
}
#footer {
  position: relative;
  padding: 220px 0px 0px 0px;
  margin-top: 150px;
}
#footer.hasImage {
  padding-top: 0px;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #6FAC1C;
}
#footer .flexcontainer {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 10px 20px 20px 20px;
  flex-wrap: nowrap;
  gap: 40px;
  color: white;
  font-size: 14px;
}
#footer .flexcontainer:after {
  content: "";
  display: block;
  position: absolute;
  height: 100px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
  background-color: #6FAC1C;
}
#footer .flexcontainer > * {
  width: auto;
  min-width: 20%;
}
#footer .flexcontainer .wave {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0px;
  bottom: 0px;
  width: 100%;
  transform: translateY(0%);
}
#footer a {
  color: inherit;
}
#footer .logo {
  align-self: center;
}
#footer .legals {
  margin-left: auto;
  align-self: flex-end;
  text-align: right;
  text-transform: uppercase;
}
#footer .circles_container {
  display: flex;
}
#footer .artgaller_link {
  background-color: #387a23;
  transform: translateY(-30px);
}
#footer .artgaller_link:hover {
  transform: translateY(-35px);
}
#footer .jobs_link {
  margin-left: 10px;
  margin-right: 10px;
  transform: translateY(40px);
  background-color: #f6a500;
}
#footer .jobs_link:hover {
  transform: translateY(35px);
}
#footer_image {
  position: relative;
  z-index: 1;
  height: 65vh;
  margin-bottom: -5vw;
}
#footer_image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  object-position: bottom center;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.flexcontainer > * {
  width: 50%;
  box-sizing: border-box;
}
.circle, a.circle {
  display: flex;
  color: white;
  background-color: #6a9e2e;
  font-size: 17px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  transform: translateY(0%);
  transition: 0.4s transform;
}
.circle:hover, a.circle:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
.circle.orange, a.circle.orange {
  background-color: #f6a500;
}
.circle.red, a.circle.red {
  background-color: #cd1719;
}
.circle_outline, a.circle_outline {
  display: inline-flex;
  margin: 15px;
  color: white;
  border: 2px solid #6a9e2e;
  font-size: 14px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  vertical-align: middle;
  transform: translateY(0%);
  transition: 0.4s transform;
}
.circle_outline:hover, a.circle_outline:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
#breadcrump {
  font-size: 14px;
}
#breadcrump #nav_breadcrump {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
}
#breadcrump #nav_breadcrump li {
  margin-right: 0px;
}
#breadcrump #nav_breadcrump li a {
  text-transfom: uppercase;
  transition: 0.3s all;
}
#breadcrump #nav_breadcrump li a:hover {
  color: #6a9e2e;
  text-decoration: none;
}
#breadcrump #nav_breadcrump li:after {
  display: inline-block;
  content: ">";
  margin: 0px 6px 0px 6px;
}
#breadcrump #nav_breadcrump li:last-Child:after {
  display: none;
}
.frontpage #breadcrump {
  display: none;
}
.section {
  padding: 0px 0px;
  margin-bottom: 125px;
  position: relative;
}
.firstsection {
  padding-top: 80px;
  margin-bottom: 100px;
}
.section.text .text table {
  width: 100%;
  border-spacing: 0px;
}
.section.text .text table td {
  padding: 15px;
  border: 1px solid grey;
  border-width: 0px 1px 1px 0px;
  vertical-align: top;
}
.section.text .text table td:first-Child {
  border-width: 0px 1px 1px 1px;
}
.section.text .text table tr:first-Child td:first-Child {
  border-width: 1px 1px 1px 1px;
  border-radius: 10px 0px 0px 0px;
}
.section.text .text table tr:first-Child td:last-Child {
  border-width: 1px 1px 1px 0px;
  border-radius: 0px 10px 0px 0px;
}
.section.text .text table tr:last-Child td:first-Child {
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 0px 10px;
}
.accordeon {
  margin-bottom: 10px;
  position: relative;
  background-color: transparent;
  border: 2px solid #6a9e2e;
  border-radius: 10px 10px 0px 10px;
  transition: 0.3s all;
}
.accordeon:hover {
  background-color: #f8f8f8;
}
.accordeon .title {
  padding: 25px;
  color: #6a9e2e;
  position: relative;
}
.accordeon .title .ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
  right: 15px;
  display: inline-block;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
  transition: 0.2s all;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon_container.orange .accordeon {
  border-color: #f6a500;
}
.accordeon_container.orange .accordeon .title {
  color: #f6a500;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 30px 30px 0px 30px;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  display: block;
  object-fit: cover;
  background-color: #f8f8f8;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
  border: 1px solid var(--color_boxes);
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #6a9e2e;
}
.slick-dots li.slick-active button {
  background-color: #6a9e2e;
}
.section.service_buttons {
  padding: 50px 0px;
  background-color: #f8f8f8;
  color: #556061;
}
.section.service_buttons .container {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  gap: 40px;
}
.section.service_buttons .left {
  width: calc(75% - 20px);
  box-sizing: border-box;
}
.section.service_buttons .right {
  width: calc(25% - 20px);
  box-sizing: border-box;
  transition-delay: 0.2s;
}
.section.service_buttons .right address {
  font-style: normal;
  padding: 25px;
  border: 2px solid #6a9e2e;
  xxbackground-color: white;
  border-radius: 10px 10px 0px 10px;
}
.section.service_buttons .buttons_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.section.service_buttons .buttons_container .item {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(0px);
  transition: 0.2s all;
}
.section.service_buttons .buttons_container .item .icon {
  color: #6a9e2e;
  transform: translateY(0px) scale(1.7);
  margin-bottom: 30px;
  width: 66px;
  height: 66px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #6a9e2e;
  transition: 0.3s all;
}
.section.service_buttons .buttons_container .item .title {
  color: #6a9e2e;
  width: 100%;
  font-weight: 700;
  padding: 0px 10px;
}
.section.service_buttons .buttons_container .item:first-Child .icon, .section.service_buttons .buttons_container .item:nth-child(2) .icon, .section.service_buttons .buttons_container .item:nth-child(3) .icon {
  background-color: #6a9e2e;
  color: white;
}
.section.service_buttons .buttons_container .item.red {
  border-color: #cd1719;
}
.section.service_buttons .buttons_container .item.red .icon {
  color: #cd1719;
  border-color: #cd1719;
}
.section.service_buttons .buttons_container .item.red .title {
  color: #cd1719;
}
.section.service_buttons .buttons_container .item.orange {
  border-color: #f6a500;
}
.section.service_buttons .buttons_container .item.orange .icon {
  color: #f6a500;
}
.section.service_buttons .buttons_container .item:hover .icon {
  transform: translateY(-5px) scale(1.6);
}
.section.service_buttons .buttons_container a {
  color: inherit;
}
.section.service_buttons .buttons_container a:hover {
  text-decoration: none;
}
.section.textbox_imgtext .flexcontainer {
  border-radius: 30px 30px 0px 30px;
  overflow: hidden;
}
.section.textbox_imgtext .image {
  position: relative;
}
.section.textbox_imgtext .image img {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
}
.section.textbox_imgtext .textbox {
  align-content: center;
  color: white;
  padding: 30px;
  background-color: #b7d139;
  position: relative;
}
.section.textbox_imgtext .textbox a {
  color: white;
}
.section.textbox_imgtext .flexcontainer.reverse {
  flex-direction: row-reverse;
}
.boxlink {
  position: absolute;
  bottom: 0px;
  border-radius: 10px 0px 0px 0px !important;
  right: 0px;
}
.section.textbox_wide .container {
  border-radius: 30px 30px 0px 30px;
  background-color: #556061;
  color: white;
}
.section.textbox_wide .textbox {
  position: relative;
  padding: 30px 30px 60px 30px;
}
.section.textbox_wide .boxlink {
  background-color: #387a23;
}
.section.news_newest .headlinebox h2 {
  color: #387a23;
}
#blog_newest {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#blog_newest .item {
  width: calc(50% - 25px);
  padding: 70px 25px 100px 25px;
  background-color: transparent;
  border: 2px solid #6a9e2e;
  color: white;
  border-radius: 30px 30px 0px 30px;
  color: #1e1e1e;
  position: relative;
  box-sizing: border-box;
}
#blog_newest .item .boxlink {
  background-color: #6a9e2e;
}
#blog_newest .item:nth-child(1) {
  background-color: #387a23;
  border-color: #387a23;
  color: white;
  transition-delay: 0.1s;
}
#blog_newest .item:nth-child(2) {
  background-color: #6a9e2e;
  border-color: #6a9e2e;
  color: white;
  transition-delay: 0.3s;
}
#blog_newest .item:nth-child(2) .boxlink {
  background-color: #b7d139;
}
#blog_newest .item:nth-child(3) {
  background-color: #b7d139;
  border-color: #b7d139;
  color: white;
  transition-delay: 0.2s;
}
#blog_newest .item:nth-child(3) .boxlink {
  background-color: #387a23;
}
#blog_newest .item a {
  color: inherit;
}
#blog_newest .item h2, #blog_newest .item h3 {
  color: inherit;
}
#blog_newest .item .boxlink {
  color: white;
  bottom: -2px;
  right: -2px;
}
#blog_newest .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
  box-sizing: border-box;
}
#blog_newest .boxlink {
  background-color: #b7d139;
}
#blog_newest #news_jobbox {
  padding-top: 25px;
  padding-bottom: 50px;
  border-color: #f6a500;
  background-color: white;
  width: 100%;
}
#blog_newest #news_jobbox .boxlink {
  background-color: #556061;
}
.section.team .image {
  position: relative;
  width: 450px;
  padding-bottom: 80%;
  max-width: 80%;
}
.section.team .image img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  overflow: hidden;
}
.section.team #team_list .flexcontainer.grid_big {
  flex-wrap: wrap;
  gap: 40px;
}
.section.team #team_list .flexcontainer.grid_big .item {
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 30px;
}
.section.team #team_list .flexcontainer.grid_big .item:nth-child(even) {
  margin-top: 200px;
}
.section.team #team_list .flexcontainer.grid_big .textbox {
  position: absolute;
  top: 0px;
  left: 60%;
  min-width: 300px;
  box-sizing: border-box;
  background-color: #b7d139;
  color: white;
  padding: 15px;
  border-radius: 10px 10px 0px 10px;
}
.section.team #team_list .flexcontainer.grid_big .name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  /* text-transform: uppercase; */
}
.section.team #team_list .flexcontainer.grid_small {
  flex-wrap: wrap;
  gap: 40px;
}
.section.team #team_list .flexcontainer.grid_small .item {
  width: calc(33.33% - 40px);
  margin-bottom: 30px;
  position: relative;
}
.section.team #team_list .flexcontainer.grid_small .item:nth-child(2) {
  transition-delay: 0.2s;
}
.section.team #team_list .flexcontainer.grid_small .item:nth-child(3) {
  transition-delay: 0.4s;
}
.section.team #team_list .flexcontainer.grid_small .textbox {
  position: relative;
  margin-top: 30px;
  padding: 0px 10px;
}
.section.team #team_list .flexcontainer.grid_small .name {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section.gallery .container {
  margin: 0px -10px;
}
.section.gallery .container .item {
  float: left;
  width: calc(33.33% - 20px);
  margin: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 21%;
  border-radius: 10px 10px 0px 10px;
  border: 1px solid #556061;
  box-sizing: border-box;
  overflow: hidden;
}
.section.gallery .container .item .boxlink {
  transition: 0.3s all;
  transform: translateY(100%);
}
.section.gallery .container .item .boxlink:after {
  content: "";
  /* Zoom symbol */
}
.section.gallery .container .item img {
  display: block;
  transition: 0.4s all;
  transform: scale(1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section.gallery .container .item img.portrait {
  object-position: top center;
}
.section.gallery .container .item:hover .hoverbox {
  transform: translateY(0);
}
.section.gallery .container .item:hover img {
  transform: scale(1.1);
}
/* simplelightbox */
.slbElement button:after {
  display: none;
}
.section.tiles .flexcontainer {
  flex-wrap: wrap;
  gap: 30px;
}
.section.tiles .flexcontainer .item {
  width: 100%;
  background-color: transparent;
  border: 2px solid #6a9e2e;
  padding: 50px 25px 65px 25px;
  border-radius: 10px 10px 0px 10px;
}
.section.tiles .flexcontainer .item.grid2 {
  width: calc(50% - 15px);
}
.section.tiles .flexcontainer .item.grid3 {
  width: calc(33.33% - 20px);
}
.section.tiles .flexcontainer .item.grid4 {
  width: calc(25% - 25px);
}
.section.tiles .flexcontainer .item.hasText {
  padding-bottom: 50px;
}
.section.tiles .flexcontainer .item:hover {
  text-decoration: none;
}
.section.tiles .flexcontainer .title {
  text-align: left;
  margin-bottom: 20px;
}
.section.tiles .flexcontainer .item.hasIcon .title {
  text-align: center;
}
.section.tiles .flexcontainer .icon {
  margin-bottom: 20px;
  text-align: center;
}
.section.tiles .flexcontainer .icon .ic {
  transform: scale(1.6);
  color: #6a9e2e;
}
.section.tiles .flexcontainer .boxlink {
  bottom: -2px;
  right: -2px;
}
.section.tiles .flexcontainer .item.green {
  border: 2px solid #6a9e2e;
  background-color: #6a9e2e;
  color: white;
}
.section.tiles .flexcontainer .item.green .ic {
  color: inherit;
}
.section.tiles .flexcontainer .item.green .boxlink {
  background-color: #b7d139;
}
.section.tiles .flexcontainer .item.green .text li:before {
  color: white;
}
.section.tiles .flexcontainer .item.green2 {
  border: 2px solid #b7d139;
  background-color: #b7d139;
  color: white;
}
.section.tiles .flexcontainer .item.green2 .ic {
  color: inherit;
}
.section.tiles .flexcontainer .item.green2 .boxlink {
  background-color: #387a23;
}
.section.tiles .flexcontainer .item.green3 {
  border: 2px solid #387a23;
  background-color: #387a23;
  color: white;
}
.section.tiles .flexcontainer .item.green3 .ic {
  color: inherit;
}
.section.tiles .flexcontainer .item.orange {
  border: 2px solid #f6a500;
  background-color: white;
}
.section.tiles .flexcontainer .item.orange .ic {
  color: #f6a500;
}
.section.tiles .flexcontainer .item.red {
  border: 2px solid #cd1719;
  background-color: white;
}
.section.tiles .flexcontainer .item.red .ic {
  color: #cd1719;
}
.section.tiles .flexcontainer .item.grey {
  border: 2px solid #556061;
  background-color: #556061;
  color: white;
}
.section.tiles .flexcontainer .item.grey .ic {
  color: white;
}
.section.tiles .flexcontainer .item.grey .text a {
  color: #b7d139;
}
.section.tiles2 .flexcontainer {
  flex-wrap: wrap;
  margin: auto;
  max-width: 600px;
  gap: 10px;
}
.section.tiles2 .flexcontainer .item {
  width: calc(50% - 5px);
  min-height: 280px;
  background-color: #6a9e2e;
  color: white;
  box-sizing: border-box;
  padding: 25px 25px 35px 25px;
  border-radius: 10px 10px 0px 10px;
}
.section.tiles2 .flexcontainer .item:nth-Child(1) {
  background-color: #c9c06a;
}
.section.tiles2 .flexcontainer .item:nth-Child(2) {
  background-color: #769c41;
}
.section.tiles2 .flexcontainer .item:nth-Child(3) {
  background-color: #c1c85c;
}
.section.tiles2 .flexcontainer .item:nth-Child(4) {
  background-color: #89933f;
}
.section.tiles2 .flexcontainer .item .title {
  margin-bottom: 35px;
}
.section.tiles2 .flexcontainer .item .text ul {
  padding: 0px;
}
.section.tiles2 .flexcontainer .item .text li {
  position: relative;
  padding-left: 0px;
  border-bottom: 2px dotted white;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.section.tiles2 .flexcontainer .item .text li:before {
  display: none;
}
.section.tiles2 .flexcontainer .text li a {
  color: inherit;
  font-weight: 600;
  transition: 0.2s all;
}
.section.tiles2 .flexcontainer .text li a:after {
  content: "";
  font-family: "Material Icons Round";
  display: inline-block;
  margin-left: 4px;
  opacity: 1;
  transform: scale(1.2) translateY(15%) translateX(0%);
  transition: 0.3s all;
}
.section.tiles2 .flexcontainer .text li a:hover {
  font-weight: 700;
  text-decoration: none;
}
.section.tiles2 .flexcontainer .text li a:hover:after {
  opacity: 1;
  transform: scale(1.2) translateY(15%) translateX(40%);
}
.section.img_fullscreen .container {
  position: relative;
}
.section.img_fullscreen .container img {
  display: block;
  border-radius: 30px 30px 0px 30px;
  overflow: hidden;
  width: 100%;
}
#startInfo {
  position: relative;
}
#startInfo.active {
  margin-bottom: 70px;
  margin-top: -40px;
}
#startInfo .infoboxcontainer {
  display: flex;
  border: 2px solid #f6a500;
  background-color: #f6a500;
  overflow: hidden;
  align-items: center;
  border-radius: 30px 30px 0px 30px;
}
#startInfo .symbol {
  background-color: #f6a500;
  color: white;
  padding: 0px 30px;
}
#startInfo .symbol .ic {
  font-size: 200%;
}
#startInfo .content {
  padding: 25px;
  background-color: white;
  /* border-radius: $px_borderradius $px_borderradius 0px $px_borderradius; */
  text-align: left;
  width: 100%;
}
.section.news_all #blog_all .container .item {
  padding: 25px 25px 50px 25px;
  margin-bottom: 25px;
  border: 2px solid #387a23;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 10px;
}
.section.news_all #blog_all .container .item:nth-child(1) {
  border-color: #b7d139;
}
.section.news_all #blog_all .container .item:nth-child(1) .boxlink {
  background-color: #b7d139;
}
.section.news_all #blog_all .container .item:nth-child(2) {
  border-color: #6a9e2e;
}
.section.news_all #blog_all .container .item:nth-child(2) .boxlink {
  background-color: #6a9e2e;
}
.section.news_all #blog_all .container .item:nth-child(3) {
  border-color: #77bd14;
}
.section.news_all #blog_all .container .item:nth-child(3) .boxlink {
  background-color: #77bd14;
}
.section.news_all #blog_all .container a {
  color: inherit;
}
.section.news_all #blog_all .container h2, .section.news_all #blog_all .container h3 {
  color: inherit;
}
.section.news_all #blog_all .container .boxlink {
  color: white;
  bottom: -2px;
  right: -2px;
}
.section.news_all #blog_all .container .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
  box-sizing: border-box;
}
.section.news_all #blog_all .container .boxlink {
  background-color: #387a23;
}
#pager {
  text-align: center;
  padding-top: 25px;
}
#pager .pager_prev, #pager .pager_next {
  display: inline-block;
  color: #6a9e2e;
  margin: 0px 3px;
  transform: scale(1.1) translateY(14%);
}
#navigator {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
#navigator .current {
  display: none;
}
#navigator .link {
  display: none;
  background-color: #b7d139;
}
#navigator .link.prev {
  padding-left: 50px;
  margin-right: auto;
}
#navigator .link.prev:after {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-55%) translateX(0px) scale(1.5) rotate(180deg);
}
#navigator .link.prev:hover:after {
  transform: translateY(-55%) translateX(-3px) scale(1.5) rotate(180deg);
}
#navigator .link.visible {
  display: inline-flex;
}
.onlymobile {
  display: none;
}
/* TEAM */
.doc_135 #keyvisual_image img {
  object-position: top center;
}
/* SONO */
.doc_221 #keyvisual_image img {
  object-position: center center;
}
/* FRONTPAGE */
.doc_1 .textbox_imgtext .image:after {
  content: "Dr. Mattheß, Dr. Seehase, Dr. Maier, M. Röhrenbach";
  position: absolute;
  display: inline-block;
  bottom: -1px;
  right: 0px;
  padding: 4px 8px;
  border-radius: 5px 0px 0px 0px;
  background-color: #387a23;
  color: white;
  font-size: 14px;
}
#doctolib_widget2 {
  position: fixed;
  z-index: 2;
  right: 0px;
  top: 50%;
  transition: 0.8s all;
  transform: rotate(-90deg) translateX(50%);
  transform-origin: bottom right;
}
#doctolib_widget2 a {
  background-color: #6a9e2e;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 15px 20px 10px;
  transform: translateY(10px);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  transition: 0.3s all;
}
.loaded #doctolib_widget2 a {
  opacity: 1;
}
.loaded #doctolib_widget2 a:hover {
  text-decoration: none;
  transform: translateY(0px);
}
