/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/montserrat/montserrat-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-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: "Arsenal";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/arsenal/arsenal-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-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: "Arsenal";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/arsenal/arsenal-v13-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arsenal-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: "Arsenal";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/arsenal/arsenal-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: Montserrat, Helvetica, sans-serif;
  font-size: 16px;
  color: #2a2d29;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-family: Montserrat, Verdana;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  line-height: 1.2;
}
h2, .h2 {
  display: block;
  font-family: "Arsenal", Verdana;
  color: #41544F;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 35px;
  margin: 0px 0px 10px 0px;
  transition: 0.9s all;
  transform: translateY(50%);
  opacity: 0;
}
h2 b, h2 strong, .h2 b, .h2 strong {
  font-weight: 700;
  font-size: 180%;
}
h2 p, .h2 p {
  margin: 0px;
}
h2.done, .h2.done {
  transform: translateY(0%);
  opacity: 1;
}
h3, .h3 {
  display: block;
  font-family: "Arsenal", Verdana;
  text-transform: uppercase;
  font-size: 28px;
  margin: 0px 0px 5px 0px;
  line-height: 1.3;
}
h4, .h4 {
  display: block;
  text-transform: uppercase;
  font-size: inherit;
  margin: 0px 0px 0px 0px;
  color: #97aea4;
}
a {
  color: #2a2d29;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.green, a.green {
  color: #97aea4;
}
.darkgreen, a.darkgreen, .highlightcolor, a.highlightcolor {
  color: #41544F;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.6;
}
.text p {
  margin: 0px 0px 20px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #97aea4;
}
.text a:hover {
  text-decoration: underline;
}
.text ul, .text ol {
  margin: 0px 0px 20px 0px;
}
.text ul:last-Child, .text ol:last-Child {
  margin: 0px;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  background-color: transparent;
  position: relative;
  padding: 0px 15px;
  line-height: 34px;
  font-weight: 400;
  color: #97aea4;
  text-transform: uppercase;
  border: 2px solid #97aea4;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
  white-space: nowrap;
}
button:before, .button:before, a.button:before, input[type="submit"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) translateX(-100%);
  background-image: url("/MEDIEN/layout/arrow-right_weiss_einzeln.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  width: 35px;
  height: 100%;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  text-decoration: none;
  padding-left: 45px;
  background-color: #97aea4;
  color: white;
}
button:hover:before, .button:hover:before, a.button:hover:before, input[type="submit"]:hover:before {
  transform: translateY(-50%) translateX(0%);
}
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: #97aea4;
}
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 #97aea4 r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.form li label, .form li .label {
  display: block;
  margin-bottom: 3px;
}
.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 textarea {
  height: 25px;
  width: 96%;
  padding: 0px 2%;
}
.form li textarea {
  height: auto;
  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: #97aea4;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form .forTheBear {
  overflow: hidden;
  height: 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;
}
#wrapper {
  max-width: 100%;
  overflow: hidden;
}
.inner {
  max-width: 95%;
  width: 1160px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 95%;
  width: 1700px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 10;
  background-color: #97aea4;
  border-bottom: 2px solid transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.8s all;
}
#header .container {
  height: 100px;
  transition: 0.8s all;
}
.scrolled #header, .mobilenav #header {
  border-bottom: 2px solid white;
}
#logo {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  transition: 0.8s all;
  max-width: 60%;
  width: 200px;
}
#logo img {
  display: block;
  width: 100%;
}
.scrolled #logo, .mobilenav #logo {
  transform: translateY(-50%) translateX(0%) scale(1);
  opacity: 1;
}
#mainmenu {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: 0.8s all;
}
.scrolled #mainmenu, .mobilenav #mainmenu {
  opacity: 0;
  transform: translateY(-50%) scale(0);
  pointer-events: none;
}
#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 18px;
}
#nav li.lvl1 a {
  display: inline-block;
  font-weight: 300;
  color: white;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: #97aea4;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
#mobilmenu_trigger {
  display: block;
  position: absolute;
  right: 4%;
  top: 50%;
  width: 44px;
  z-index: 20;
  transform: translateY(-50%);
}
#mobilmenu_trigger span {
  position: relative;
  height: 2px;
  width: 70%;
  display: block;
  margin: 8px auto;
  background-color: white;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
}
#mobilmenu_trigger .line2 {
  width: 100%;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(10px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
  width: 0px;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-10px) rotate(-45deg);
}
#mobilemenu_container {
  display: block;
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  z-index: 9;
  overflow: auto;
  background-color: #97aea4;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
#mobilemenu_container .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0px 8%;
  box-sizing: border-box;
}
#mobilemenu_container .left {
  width: auto;
}
#mobilemenu_container .right {
  width: 300px;
  margin-left: auto;
}
#mobilemenu_container .portrait:after {
  border-color: white;
  border-width: 2px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px 0px 0px 40px;
}
#nav_mobile li {
  list-style-type: none;
  padding: 15px 0px;
  padding-left: 50px;
  position: relative;
}
#nav_mobile li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 60px;
  background-image: url("/MEDIEN/layout/arrow-down_weiss.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  transform-origin: center center;
}
#nav_mobile li.noarrow:before {
  display: none;
}
#nav_mobile a {
  color: white;
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  transition: 0.3s all;
}
#nav_mobile a:hover {
  text-decoration: none;
  font-weight: 700;
}
#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: 5px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #41544F;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  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;
  background-color: #97aea4;
}
#page {
  position: relative;
  padding-top: 50px;
}
#footer {
  position: relative;
  padding: 100px 0px;
  color: white;
  background-color: #41544F;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #41544F;
}
#footer a {
  color: inherit;
}
#footer .flexcontainer {
  gap: 30px;
  align-items: flex-end;
  justify-content: space-between;
}
#footer .flexcontainer > * {
  width: 23%;
}
#footer .menu {
  font-size: 25px;
  text-transform: uppercase;
}
#footer .morelinks {
  padding-left: 50px;
}
#footer .morelinks a {
  display: block;
  padding: 10px 0px;
}
#footer .morelinks a:last-Child {
  padding-bottom: 0px;
}
#footer .morelinks, #footer .morelinks2 {
  margin-top: 60px;
}
#footer .address {
  align-self: flex-start;
  font-size: 110%;
}
#footer .morelinks2 {
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 110%;
}
#footer .social a {
  font-size: 30px;
}
.section {
  padding: 100px 0px;
  position: relative;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: white;
}
.accordeon .title {
  padding: 25px;
  color: #97aea4;
  position: relative;
}
.accordeon .title .ic {
  color: #97aea4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.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.45s;
  -moz-transition: all 0.45s;
  transition: all 0.45s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.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: #97aea4;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  display: block;
  object-fit: cover;
  background-color: #97aea4;
}
.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;
}
#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: 1px solid #97aea4;
  position: relative;
  box-sizing: border-box;
}
#blog_newest .date {
  text-transform: uppercase;
  font-weight: 400;
}
#blog_all .container .item {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid 97aea4;
  box-sizing: border-box;
}
#blog_all .container .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.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: -40px;
  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: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 10px;
  background-color: transparent;
  border: 2px solid #97aea4;
}
.slick-dots li.slick-active button {
  background-color: #97aea4;
}
.slick-arrow {
  position: absolute;
  display: inline-block;
  z-index: 2;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  filter: none;
  background-color: transparent;
  transition: 0.5s all;
  border-radius: 50%;
}
.slick-arrow.prev {
  left: 3vw;
}
.slick-arrow.next {
  right: 3vw;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateY(-50%);
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.headlinebox {
  position: relative;
  margin-bottom: 50px;
}
#onepage_wrapper {
  position: relative;
}
#onepage_wrapper .section {
  padding: 150px 0px;
  position: relative;
}
#intrologo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  display: block;
  z-index: 2;
}
#intrologo .icon {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}
#intrologo .icon img {
  display: block;
  transform: scale(1);
  opacity: 1;
  transition: 0.8s all;
}
#intrologo .icon:before, #intrologo .icon:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  top: 50%;
  width: 50vw;
  background-color: white;
  left: 100%;
  transition: 0.8s;
}
#intrologo .icon:after {
  left: auto;
  right: 100%;
}
#intrologo .wordmark {
  display: block;
  width: 100%;
  transition: 0.8s;
  transform: scale(1);
  opacity: 1;
}
.scrolled #intrologo .icon img, .mobilenav #intrologo .icon img {
  transform: scale(0);
  opacity: 0;
}
.scrolled #intrologo .icon:before, .scrolled #intrologo .icon:after, .mobilenav #intrologo .icon:before, .mobilenav #intrologo .icon:after {
  background-color: transparent;
}
.scrolled #intrologo .wordmark, .mobilenav #intrologo .wordmark {
  transform: scale(0);
  opacity: 0;
}
#intro {
  height: auto;
  padding: 0px !important;
}
#intro .container {
  display: block;
  overflow: hidden;
  position: relative;
}
#intro .background {
  display: block;
  background-image: url("/MEDIEN/content/Maltherapie.jpeg");
  position: absolute;
  top: -50vh;
  left: 0px;
  height: 200%;
  width: 100%;
  object-fit: cover;
}
#intro #keyvisual {
  height: 88vh;
  position: relative;
  background-color: rgba(65, 84, 79, 0.9);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0px 5%;
}
#intro .pre_head {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  color: inherit;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.7s all;
}
#intro h1 {
  margin: 0px;
  color: inherit;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.9s all;
}
#intro h1 p {
  margin: 0px;
}
#intro h1 b, #intro h1 strong {
  font-weight: 600;
}
#intro .scrollStart {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 100px;
  background-image: url("/MEDIEN/layout/arrow-down_mint.svg");
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  animation: bounce 1s infinite;
}
.loaded #intro .pre_head {
  opacity: 1;
  transform: translateY(0px);
}
.loaded #intro h1 {
  opacity: 1;
  transform: translateY(0px);
}
@keyframes bounce {
  0% {
    transform: translateX(-50%) translateY(0px);
  }
  30% {
    transform: translateX(-50%) translateY(8px);
  }
  70% {
    transform: translateX(-50%) translateY(0px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
  }
}
#questions {
  background-image: url("/MEDIEN/content/Eukalyptus.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#questions .container {
  display: flex;
  height: 70vh;
  justify-content: center;
  background-color: rgba(50, 50, 50, 0.4);
  align-items: center;
}
#questions .textcontainer {
  text-align: center;
  color: white !important;
  font-size: 26px;
  line-height: 1.6;
}
#questions .textcontainer p b, #questions .textcontainer p strong {
  color: inherit;
}
#questions h3 {
  font-size: 70px;
  margin-bottom: 20px;
}
#about .flexcontainer > * {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
#about .left {
  padding-right: 50px;
}
#about .right {
  padding-left: 50px;
}
.portrait {
  position: relative;
  border-radius: 50%;
  padding-bottom: 100%;
}
.portrait img {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portrait:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #97aea4;
  transform-origin: 51% 47%;
  animation: circle 15s infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#offers {
  text-align: center;
}
#offers .text {
  margin: auto;
  max-width: 900px;
}
#details {
  margin-top: 200px;
  padding-top: 0px !important;
  color: white;
  background-color: #41544F;
}
#details .flexcontainer {
  gap: 100px;
}
#details h2 {
  color: #97aea4;
  text-align: center !important;
  margin-bottom: 20px;
}
#details .button {
  color: white;
  border-color: white;
}
#details .left, #details .right, #details .mid {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 0px 40px;
  text-align: center;
}
#details .left ul, #details .left ol, #details .right ul, #details .right ol, #details .mid ul, #details .mid ol {
  margin-top: -10px;
  display: inline-block;
  text-align: left;
}
#details .icon {
  border: 3px solid #97aea4;
  background-color: #41544F;
  position: relative;
  top: -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 0px;
}
#details .icon img {
  display: block;
  width: 50%;
}
#details .mid {
  margin: auto;
  margin-top: 200px;
}
#info .flexcontainer {
  gap: 90px;
}
#info .flexcontainer > * {
  width: 33.33%;
  text-align: center;
}
#info h3 {
  color: #97aea4;
  margin-bottom: 20px;
}
#info .animateme:nth-child(2) {
  transition-delay: 0.2s;
}
#info .animateme:nth-child(3) {
  transition-delay: 0.4s;
}
#quote {
  position: relative;
  background-color: #97aea4;
  color: white;
  display: flex;
  overflow: hidden;
}
#quote:after {
  content: "";
  display: block;
  position: absolute;
  top: -5%;
  left: -2%;
  height: 110%;
  width: 50%;
  background-image: url("/MEDIEN/layout/logo_praxis-koenig_bildmarke_duenn.svg");
  background-repeat: no-repeat;
  background-position: left center;
  filter: brightness(0) saturate(100%) invert(29%) sepia(10%) saturate(725%) hue-rotate(114deg) brightness(98%) contrast(92%);
}
#quote .quote {
  padding-top: 12vh;
  padding-bottom: 12vh;
  font-family: "Arsenal", Verdana;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 50%;
  padding-right: 3vw;
  font-size: 50px;
}
#contact .flexcontainer > * {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
#contact .left {
  padding-right: 150px;
}
#contact .right {
  padding-left: 70px;
}
#footernav, .morelinks {
  margin: 0px;
  padding: 0px;
}
#footernav li, .morelinks li {
  list-style-type: none;
  padding: 10px 0px;
  padding-left: 50px;
  position: relative;
}
#footernav li:before, .morelinks li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 60px;
  background-image: url("/MEDIEN/layout/arrow-down_weiss.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%) translateX(-50%) rotate(-90deg);
  transform-origin: center center;
}
#footernav a, .morelinks a {
  font-weight: 400;
  transition: 0.3s all;
}
#footernav a:hover, .morelinks a:hover {
  text-decoration: none;
  font-weight: 700;
}
#gallery .slidercontainer img.slick-slide {
  height: 80vh;
  object-fit: cover;
}
.template_2 #intrologo {
  display: none;
}
.template_2 #logo, .template_2.scrolled #logo {
  transform: translateY(-50%) translateX(0%) scale(1);
  opacity: 1;
}
