/* 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);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #3c3c3b;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  right: 0px;
}
body > div:last-Child {
  /* webEdition GPL Link */
  /*  /!\ use only if reCaptcha or lightBox is not active! */
  /* 
			display: none; 
			height: 0px;
			overflow: hidden;
		*/
}
body.mobilenav {
  right: 300px;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1, h2, .h2 {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  margin: 0px auto 50px auto;
  position: relative;
  text-transform: uppercase;
  color: #60c0be;
}
h2:after, .h2:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #60c0be;
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: -10px;
}
h3, .h3 {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #9d9d9c;
  letter-spacing: 1px;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h4, .h4 {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #60c0be;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
}
h4 a, .h4 a {
  color: inherit;
}
a {
  color: #3c3c3b;
  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;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
  text-align: center;
}
.text p {
  margin: 0px 0px 40px 0px;
  position: relative;
}
.text p:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 30%;
  width: 40%;
  height: 6px;
  background-image: url("/MEDIEN/layout/wave_small_tuerkies.png");
  background-repeat: repeat-x;
}
.text p:last-Child {
  margin: 0px;
}
.text table td p:after {
  display: none;
}
.text strong {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #60c0be;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
  display: inline;
  margin: 0px;
}
.text strong a {
  color: inherit;
}
.text a {
  color: #60c0be;
}
.text a:hover {
  text-decoration: underline;
}
button, .button, input[type="submit"] {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  border: 0px;
  padding: 10px 20px;
  overflow: hidden;
  line-height: 30px;
  color: #3c3c3b;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:after, .button:after, input[type="submit"]:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0%;
  width: 300%;
  height: 6px;
  background-image: url("/MEDIEN/layout/wave_small_tuerkies.png");
  background-repeat: repeat-x;
}
button:hover:after, .button:hover:after, input[type="submit"]:hover:after {
  animation: buttonanimation 9s linear infinite;
}
@keyframes buttonanimation {
  0% {
    left: 0%;
  }
  100% {
    left: -200%;
  }
}
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: #60c0be;
}
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 #60c0be r g b / 30%);
}
.center {
  text-align: center;
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
  max-width: 500px;
}
.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="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: 22px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #60c0be;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
#wrapper {
  padding-top: 330px;
}
.inner {
  max-width: 95%;
  width: 1280px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
#header {
  position: absolute;
  top: 260px;
  width: 100%;
  z-index: 10;
}
#header_content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.fixedheader #header_content {
  position: fixed;
  background-color: white;
  top: 0px;
}
#logo {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  max-width: 60%;
}
#nav {
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
#nav li.lvl1 a {
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: #60c0be;
}
#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;
}
#mobilemenu {
  display: none;
}
#mobilmenu_trigger {
  position: absolute;
  right: 2%;
  top: 10px;
  width: 50px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 6px;
  display: block;
  margin: 5px 0px;
  background-color: #60c0be;
  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: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  overflow: auto;
  background-color: #bebebe;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #000000;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
}
#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: 6px;
  padding: 35px;
  box-sizing: border-box;
  text-align: left;
}
#cookiehint .text {
  font-size: 94%;
  text-align: left;
}
#cookiehint a.readmore {
  color: #60c0be;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  text-align: left;
}
#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;
  color: grey;
}
#cookiehint .cookie_save {
  background-color: white;
  color: grey;
}
#cookiehint .cookie_acceptAll {
  color: #60c0be;
}
#keyvisual {
  position: relative;
  margin-bottom: 100px;
}
#keyvisualtxt {
  position: absolute;
  bottom: 8%;
  right: 4%;
  max-width: 30%;
}
#keyvisualtxt h1 {
  font-weight: 500;
  text-align: left;
  color: white;
  line-height: 1.4;
}
#keyvisualtxt h1 span {
  color: #e49fb0;
}
#footer_wrapper {
  position: relative;
  background-color: white;
}
#footer_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: white;
  height: 20px;
  bottom: -20px;
  left: 0px;
}
#footer {
  padding: 80px 50px 50px 50px;
  background-color: #ececec;
  background-image: url("/MEDIEN/layout/footer_floral.png");
  background-position: left bottom;
  background-size: 25%;
  background-repeat: no-repeat;
}
#footer b, #footer strong {
  font-weight: bold;
}
#footer.inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
}
#footer.inner > div {
  width: 33.33%;
}
#footer .metalinks a {
  color: #60c0be;
}
#footer .opening_hours {
  margin-bottom: 40px;
}
#footer .opening_hours table td {
  padding: 0px 10px 0px 0px;
}
.headline {
  text-align: center;
}
.section {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.section:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  width: 100%;
  height: 12px;
  background-image: url("/MEDIEN/layout/wave_grey.png");
  background-repeat: repeat-x;
}
.section:nth-Child(even) h2, .section:nth-Child(even) .h2 {
  color: #e49fb0;
}
.section:nth-Child(even) h2:after, .section:nth-Child(even) .h2:after {
  background-color: #e49fb0;
}
.section:nth-Child(even) .badge {
  background-color: #3c3c3b;
}
.section:nth-Child(even) .badge .text {
  color: #e49fb0;
}
.badge {
  position: absolute;
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  padding: 50px 25px;
  right: -50px;
  top: 0px;
  border-radius: 50%;
  background-color: #60c0be;
  color: white;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.badge > * {
  flex-basis: 100%;
}
.badge .text a, .badge .text strong {
  color: inherit;
}
.badge .text .h1, .badge .h2 {
  color: inherit;
  font-size: 25px;
  margin: 0px;
}
.badge .text p:after {
  background-image: url("/MEDIEN/layout/wave_small_white.png");
}
.section.rawcode .videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.section.rawcode .videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.news #newsbox .item {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
.section.news #newsbox .textbox {
  max-width: 300px;
  margin: auto;
}
.section.news #newsbox .textbox .text p:after {
  display: none;
}
.section.team .item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
.section.slider h2 {
  margin-bottom: 0px;
}
.section.slider .slidernav {
  text-align: center;
  margin: 25px 0px 25px 0px;
}
.section.slider .slidernav h3 {
  display: inline-block;
}
.section.slider .slidernav h3:last-Child span {
  display: none;
}
.section.slider .slidernav h3.active {
  color: #e49fb0;
}
.section.slider .slidernav a {
  color: inherit;
  margin: 0px 10px;
  display: inline-block;
}
.section.slider .slideritem img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: cover;
}
.section.img_txt3grid .textcontainer {
  margin-top: 50px;
}
.section.img_txt3grid .textcontainer .text {
  padding: 0px 25px;
}
.circlepic {
  display: block;
  position: relative;
  border-radius: 50%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.circlepic img {
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.circlepic:hover img {
  transform: scale(1.1);
}
.slick-prev, .slick-next {
  background-color: transparent;
  color: white;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  font-size: 80px;
}
.slick-prev:after, .slick-next:after {
  display: none;
}
.slick-next {
  left: auto;
  right: -40px;
}
.slick-dots {
  padding: 0px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  list-style-type: none;
  margin: 0px 10px;
}
.slick-dots button {
  color: transparent;
  border-radius: 50%;
  padding: 0px;
  width: 15px;
  height: 15px;
}
.slick-dots button:after {
  display: none;
}
#news_list .item {
  float: left;
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
#standard {
  margin-bottom: 100px;
}
#standard .content {
  text-align: left;
  max-width: 900px;
  margin: auto;
}
#standard .text {
  text-align: left;
}
#standard .text p:after {
  display: none;
}
.news_main {
  margin-top: 50px;
  text-align: center;
}
.news_main .img_container {
  max-width: 600px;
  margin: auto;
  margin-bottom: 50px;
}
#grandel_badge {
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 250px !important;
  height: 250px !important;
}
#grandel_badge img {
  max-width: 70%;
  display: inline-block;
}
#grandel_badge .button {
  flex-basis: auto;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin-top: 15px;
  line-height: 20px;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #ececec;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  background-color: #ececec;
}
.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;
  background-color: transparent;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
