@charset "UTF-8";
/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/nunito/nunito-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-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: "Nunito";
  font-style: italic;
  font-weight: 400;
  src: url("/_intern/fonts/nunito/nunito-v31-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/nunito/nunito-v31-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-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: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/nunito/nunito-v31-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: Nunito, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #393939;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
/* keyvisual headline */
h1, .h1, h2, .h2 {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
  font-size: 48px;
  margin: 0px;
}
h1 b, h1 strong, .h1 b, .h1 strong, h2 b, h2 strong, .h2 b, .h2 strong {
  font-weight: 700;
}
h1 p, .h1 p, h2 p, .h2 p {
  margin: 0px;
}
/* per section */
h2, .h2 {
  display: block;
  margin: 0px 0px 30px 0px;
  font-size: 35px;
  font-weight: 400;
}
/* sub-headlines within section texts */
h3, .h3 {
  display: block;
  font-size: 25px;
  color: #6f3f57;
  line-height: 1.2;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
h5, .h5 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
}
a {
  color: #393939;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.yellow, .gelb {
  color: #ffc062;
}
.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.5;
}
.text p {
  margin: 0px 0px 25px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: inherit;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: underline;
}
.text ul {
  padding: 0px;
  margin: 0px 0px 25px 20px;
}
.text ul:last-Child {
  margin-bottom: 0px;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  border: 1px solid #6f3f57;
  padding: 0px 12px;
  line-height: 32px;
  font-weight: 500;
  font-size: 80%;
  color: #6f3f57;
  text-transform: uppercase;
  border-radius: 6px;
  transition: 0.3s all;
  text-decoration: none;
}
button:after, .button:after, a.button:after, input[type="submit"]:after {
  content: "";
  font-family: "fontello_mg";
  display: inline-block;
  margin-left: 10px;
  transition: 0.3s all;
}
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 {
  margin-left: 14px;
}
.violet button, .violet .button, .violet input[type="submit"], .violett button, .violett .button, .violett input[type="submit"] {
  color: white;
  border-color: white;
}
.yellow button, .yellow .button, .yellow input[type="submit"] {
  color: #6f3f57;
  border-color: #6f3f57;
}
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: #6f3f57;
}
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 #6f3f57 r g b / 30%);
}
.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="password"], .form li input[type="web"], .form li textarea {
  height: 35px;
  width: 96%;
  padding: 0px 2%;
  border: 1px solid #6f3f57;
  border-radius: 4px;
  font-size: 14px;
}
.form li textarea {
  height: auto;
  padding: 2%;
  min-height: 120px;
}
.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: #6f3f57;
}
.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: 90%;
}
.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;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
#header {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#logo {
  position: fixed;
  z-index: 5;
  top: 0px;
  left: 4vw;
  display: inline-block;
  max-width: 60%;
  width: 500px;
  transition: 0.6s all;
}
#logo img.logo_full {
  width: 100%;
  opacity: 1;
  display: block;
  transition: 0.6s all;
}
#logo img.logo_icon {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.6s all;
  height: 100%;
}
.scrolled #logo {
  top: 15px;
  width: 180px;
}
.scrolled #logo img.logo_full {
  opacity: 0;
}
.scrolled #logo img.logo_icon {
  transition: 0.6s all;
  opacity: 0.6;
}
#loadingbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 6px;
  z-index: 6;
  border-radius: 0px 2px 2px 0px;
  overflow: hidden;
}
#loadingbar > div {
  display: block;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #FCC140;
  background: linear-gradient(90deg, #fcc140 0%, #8d406a 25%, #2e2845 50%, #e84132 75%, #62a0d7 95%);
}
#mainmenu {
  position: fixed;
  z-index: 5;
  top: 100px;
  right: 100px;
  transition: 0.6s all;
}
.scrolled #mainmenu {
  top: 22px;
}
.scrolled #mainmenu #nav li.lvl1 {
  margin: 0px 10px;
}
.scrolled #mainmenu #nav li.lvl1 a {
  background-color: #f8f8f8;
}
#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 15px;
  position: relative;
  transition: 0.6s all;
  opacity: 0;
  transform: translateY(-50px);
}
#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.hasSubs a:after {
  content: "";
  font-family: "fontello_mg";
  display: inline-block;
  font-weight: 400;
  padding-left: 8px;
  position: relative;
  top: -1px;
}
#nav li.lvl1 a {
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 15px;
  position: relative;
  height: 34px;
  border-radius: 6px;
  border: 1px solid #f8f8f8;
  transition: 0.3s all;
}
#nav li.lvl1 a:before {
  content: "";
  display: block;
  border: 2px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  transition: 0.3s all;
}
#nav li.lvl1 a.active {
  font-weight: 600;
}
#nav li.lvl1:hover > a, #nav li.lvl1.hover > a {
  background-color: white;
  text-decoration: none;
}
#nav li.lvl1:hover > a:before, #nav li.lvl1.hover > a:before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-color: white;
}
#nav .submenu {
  padding: 20px 0px 0px 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -10px;
  z-index: 5;
  text-align: left;
  max-height: 0px;
  overflow: hidden;
  /* transform: translateX(-50%); */
  transition: 0.5s all;
}
#nav .submenu li.lvl2 {
  margin: 0px 10px 10px 10px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  font-size: 90%;
  font-weight: 400;
  display: inline-block;
  white-space: nowrap;
  text-transform: none;
  text-align: left;
  transition: 0.4s all;
  /*
				span {
					font-weight: 500;
					color: grey;
				}
				*/
}
#nav .submenu li.lvl2 a.active {
  font-weight: bold;
}
#nav .submenu li.lvl2 a:after {
  display: none;
}
#nav .submenu li.lvl2 a:hover {
  font-weight: 700;
  text-decoration: none;
}
#nav .submenu.visible {
  max-height: 999px;
  transition: 0.99s all;
}
.loaded #nav li.lvl1 {
  opacity: 1;
  transform: translateY(0px);
}
#secondary {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0px 0px 0px 6px;
  overflow: hidden;
}
#secondary ul {
  margin: 0px;
  padding: 0px;
  padding-right: 1vw;
  display: flex;
  flex-wrap: nowrap;
  height: 35px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: 10px;
}
#secondary ul li {
  list-style-type: none;
  padding: 0px 10px;
}
#secondary ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
#secondary ul li a.active {
  font-weight: bold;
}
#mobilmenu_trigger {
  display: none;
  position: fixed;
  right: 20px;
  top: 35px;
  width: 50px;
  z-index: 30;
  transition: 0.5s all;
}
#mobilmenu_trigger span {
  position: relative;
  height: 5px;
  display: block;
  margin: 8px 0px;
  background-color: white;
  border-radius: 2px;
  transform: rotate(0deg);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.scrolled #mobilmenu_trigger {
  top: 15px;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(13px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-13px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: fixed;
  top: -100vh;
  height: 100vh;
  width: 100%;
  z-index: 21;
  overflow: auto;
  background-color: #6f3f57;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#mobilemenu_container:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  background-image: url("/MEDIEN/layout/Hospiz_BL_Logo_weiss_outline_Bildmarke.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 130%;
  height: 100vh;
  transform: translateY(-20%);
  opacity: 0.04;
  z-index: 0;
  pointer-events: none;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
#nav_mobile {
  margin: 0px auto;
  margin-left: 10%;
  margin-top: -20px;
  padding: 0px;
  max-width: 90%;
  /* submenu */
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
  padding: 5px;
  margin: 3px 0px;
}
#nav_mobile li a {
  display: inline-block;
  color: white;
  padding: 0px 15px;
  line-height: 34px;
  border-radius: 6px;
  border: 2px solid white;
  text-transform: uppercase;
  text-decoration: none;
}
#nav_mobile > li > a.active {
  background-color: rgba(255, 255, 255, 0.3);
}
#nav_mobile li ul {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#nav_mobile li ul li {
  padding: 5px;
}
#nav_mobile li ul li a {
  border: 0px;
  text-transform: none;
  line-height: 1.4;
  font-size: 18px;
}
#nav_mobile li ul li a.active {
  font-weight: bold;
}
#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;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #6f3f57;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 6px;
  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: #6f3f57;
  border: 1px solid #6f3f57;
}
#page {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 500px;
}
#page:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40%;
  background-image: url("/MEDIEN/layout/Hospiz_BL_Logo_weiss_outline_Bildmarke.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  height: 150vh;
  transform: translateY(-20%);
  opacity: 0.05;
  z-index: 0;
}
.lightpage #page:after {
  background-image: url("/MEDIEN/layout/Hospiz_BL_Logo_gelb_outline_Bildmarke.png");
  opacity: 0.15;
}
#footer {
  position: relative;
  padding: 20px 3vw 40px 3vw;
  color: white;
  font-size: 14px;
  background: #2e2845;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background: #2e2845;
}
#footer a {
  color: inherit;
  text-decoration: none;
}
#footer .flexcontainer {
  gap: 8vw;
  justify-content: flex-start;
  align-items: flex-end;
}
#footer .logo_footer img {
  width: 250px;
  transform: translateY(10%);
}
#footer .footerlinks {
  margin-left: auto;
  align-self: flex-end;
  text-align: right;
}
#footer table td {
  padding: 0px 5px;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.section {
  padding: 60px 0px;
  position: relative;
}
.section > * {
  position: relative;
  z-index: 1;
}
.section.violet {
  background-color: #6f3f57;
  color: white;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section.violet .box h2 {
  color: #ffc062;
}
.section.violet h3 {
  color: #ffc062;
}
.section.yellow {
  background-color: #ffc062;
  color: #393939;
  margin-top: 60px;
  margin-bottom: 60px;
}
.section.yellow .box h2 {
  color: #6f3f57;
}
.section.yellow h3 {
  color: #6f3f57;
}
.section.nomargin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.section.hideSection {
  display: none;
}
.section.violet.text_and_box .box {
  margin-bottom: 70px;
  border-color: #ffc062;
}
.section.violet.textbox_3grid .box {
  margin-bottom: 70px;
  border-color: #ffc062;
}
.section.violet.box2_text .flexcontainer > * {
  border-color: #ffc062;
}
.section.violet.box3_text .flexcontainer > * {
  border-color: #ffc062;
}
.section.yellow.text_and_box .box {
  margin-bottom: 70px;
}
.section.yellow.textbox_3grid .box {
  margin-bottom: 70px;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  /* background-color: $color_bg_light; */
  border: 2px solid #6f3f57;
  border-radius: 6px;
}
.accordeon .title {
  padding: 25px;
  color: #6f3f57;
  font-weight: 600;
  position: relative;
}
.accordeon .title .ic {
  color: #6f3f57;
  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.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened {
  background-color: #f8f8f8;
}
.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: #e8e8e8;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  display: block;
  object-fit: cover;
  background-color: #e8e8e8;
}
.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 #6f3f57;
}
.slick-dots li.slick-active button {
  background-color: #6f3f57;
}
#keyvisual {
  position: relative;
  height: 92vh;
  overflow: hidden;
}
#keyvisual.noimage {
  height: 30vh;
  background-color: #6f3f57;
}
#keyvisual_image {
  height: 100%;
  position: relative;
}
#keyvisual_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 0.5s all;
}
#keyvisual_text {
  position: absolute;
  bottom: 70px;
  left: 0px;
  text-align: left;
  color: white;
  width: 100%;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#keyvisual_text .subtext {
  margin-top: 30px;
}
.section.img_fullscreen {
  padding: 0px;
}
.section.img_fullscreen img {
  display: block;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.section.text_and_box .box {
  border: 2px solid #6f3f57;
  border-radius: 12px;
  margin-top: 50px;
  overflow: hidden;
  min-height: 150px;
}
.section.text_and_box .box:nth-Child(odd) {
  flex-direction: row-reverse;
}
.section.text_and_box .textbox {
  width: 60%;
  box-sizing: border-box;
  padding: 25px;
}
.section.text_and_box .textbox h2 {
  margin-bottom: 5px;
}
.section.text_and_box .textbox h3 {
  font-weight: 500;
}
.section.text_and_box .imagebox {
  width: 40%;
  position: relative;
}
.section.text_and_box .imagebox img {
  display: block;
  border-radius: 12px 0px 0px 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.box2_text .maintext, .section.box3_text .maintext {
  margin-bottom: 30px;
}
.section.box2_text .maintext:empty, .section.box3_text .maintext:empty {
  margin-bottom: 0px;
}
.section.box2_text .flexcontainer, .section.box3_text .flexcontainer {
  gap: 30px;
}
.section.box2_text .flexcontainer > *, .section.box3_text .flexcontainer > * {
  box-sizing: border-box;
  border: 2px solid #6f3f57;
  border-radius: 12px;
  width: 33.33%;
  padding: 25px;
}
.section.box2_text .flexcontainer > *:nth-Child(2), .section.box3_text .flexcontainer > *:nth-Child(2) {
  border-color: #ffc062;
}
.section.box2_text.yellow .flexcontainer > *, .section.box3_text.yellow .flexcontainer > * {
  border-color: #6f3f57;
}
.section.box2_text .flexcontainer > * {
  width: 50%;
}
.textcontainer.border_white, .textcontainer.border_violet, .textcontainer.border_yellow {
  padding: 25px;
  box-sizing: border-box;
  border: 2px solid #6f3f57;
  border-radius: 12px;
}
.textcontainer.border_white {
  border-color: white;
}
.textcontainer.border_yellow {
  border-color: #ffc062;
}
.textcontainer.box_violet, .textcontainer.box_yellow {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #6f3f57;
  color: white;
}
.textcontainer.box_violet h2, .textcontainer.box_violet .h2, .textcontainer.box_violet h3, .textcontainer.box_violet .h3, .textcontainer.box_yellow h2, .textcontainer.box_yellow .h2, .textcontainer.box_yellow h3, .textcontainer.box_yellow .h3 {
  color: inherit;
}
.textcontainer.box_violet .button, .textcontainer.box_yellow .button {
  border-color: white;
  color: white;
}
.textcontainer.box_yellow {
  background-color: #ffc062;
}
.textcontainer.box_yellow h2, .textcontainer.box_yellow .h2, .textcontainer.box_yellow h3, .textcontainer.box_yellow .h3 {
  color: #6f3f57;
}
.section.leaves .flexcontainer {
  flex-wrap: wrap;
  gap: 20px;
}
.section.leaves .flexcontainer .item {
  width: 33.33%;
  max-width: 385px;
}
.section.leaves .flexcontainer .leave {
  /*
			border: 3px solid $color_1;
			background-color: $color_1;
			border-radius: 82% 0px 82% 0px;
			*/
  padding: 90px 85px 130px 70px;
  align-content: center;
  min-height: 600px;
  position: relative;
  /*
			background-image: url('/MEDIEN/layout/blatt_lila.svg');
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 150% 106%;
			*/
  color: white;
  box-sizing: border-box;
}
.section.leaves .flexcontainer .leave:after {
  content: url("/MEDIEN/layout/blatt_lila.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  z-index: -1;
}
.section.leaves .flexcontainer .leave:hover, .section.leaves .flexcontainer .leave:hover .text {
  text-decoration: none;
}
.section.leaves .flexcontainer .leave h3 {
  color: inherit;
  margin-top: 20px;
  max-width: 90%;
  transform: translateX(35px);
}
.section.leaves .flexcontainer .leave:nth-Child(1) .button {
  color: white !important;
  border-color: white;
}
.section.leaves .flexcontainer .leave:nth-Child(2) {
  /*
				border-color: $color_2;
				background-color: white;
				*/
  color: #6f3f57;
}
.section.leaves .flexcontainer .leave:nth-Child(2):after {
  content: url("/MEDIEN/layout/blatt_gelb.svg");
  transform: translateX(-50%) translateY(-45%) scale(1.2);
}
.section.leaves .flexcontainer .leave:nth-Child(2) .button {
  color: #6f3f57 !important;
  border-color: #6f3f57;
}
.section.leaves .flexcontainer .leave:nth-Child(3) {
  /*
				border-color: $color_2;
				background-color: $color_2;
				*/
  color: #6f3f57;
}
.section.leaves .flexcontainer .leave:nth-Child(3):after {
  content: url("/MEDIEN/layout/blatt_outline_gelb.svg");
  transform: translateX(-50%) translateY(-36%) scale(1.23);
}
.section.leaves .flexcontainer .leave:nth-Child(3) .button {
  color: #6f3f57 !important;
  border-color: #6f3f57;
}
.section.textbox_2grid .flexcontainer {
  gap: 50px;
  align-items: stretch;
}
.section.textbox_2grid .flexcontainer .left, .section.textbox_2grid .flexcontainer .right {
  width: 25%;
  box-sizing: border-box;
}
.section.textbox_2grid .flexcontainer .right {
  width: 75%;
}
.section.textbox_2grid .flexcontainer .right .textbox {
  margin-bottom: 50px;
}
.section.textbox_2grid .flexcontainer .right .textbox:last-Child {
  margin-bottom: 0px;
}
.section.textbox_2grid .flexcontainer .textbox {
  padding: 25px;
  border: 2px solid #ffc062;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.section.textbox_2grid .flexcontainer .textbox.onlyone {
  min-height: 100%;
}
.section.textbox_2grid .flexcontainer .image {
  margin: -25px -25px 30px -25px;
  box-sizing: border-box;
}
.section.textbox_2grid .flexcontainer .image img {
  display: block;
  border-radius: 0px 0px 12px 12px;
  width: 100%;
}
.section.textbox_2grid.yellow .flexcontainer .textbox {
  border-color: #6f3f57;
}
.section.form .flexcontainer {
  gap: 50px;
  align-items: stretch;
}
.section.form .flexcontainer .left, .section.form .flexcontainer .right {
  width: 25%;
  box-sizing: border-box;
}
.section.form .flexcontainer .right {
  width: 75%;
}
.section.form .formbox {
  padding: 25px;
  border: 2px solid #ffc062;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
#sidelinks {
  position: fixed;
  top: 100px;
  right: 1vw;
  z-index: 9;
  transition: 0.7s all;
  transition-delay: 0.05s;
}
#sidelinks .container {
  display: flex;
  flex-direction: column;
  border: 1px solid white;
  border-radius: 6px;
  width: 40px;
  margin-bottom: 10px;
  padding: 0px 0px;
}
#sidelinks .container a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  height: 40px;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.45s all;
}
#sidelinks .container a .icon-location {
  font-size: 125%;
}
#sidelinks .container a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#sidelinks .container img {
  display: block;
  width: 65%;
  height: 30px;
  object-fit: contain;
  object-position: center center;
}
.scrolled #sidelinks {
  top: 25px;
  transition-delay: 0.2s;
}
.section.news_newest {
  padding: 0px;
}
.section.news_newest .flexcontainer {
  margin-top: 30px;
  gap: 30px;
}
.section.news_newest .flexcontainer > * {
  box-sizing: border-box;
  border: 2px solid #6f3f57;
  border-radius: 12px;
  width: calc(33.33% - 20px);
  padding: 25px;
  margin-bottom: 10px;
}
.section.news_newest .flexcontainer > *:nth-Child(2) {
  border-color: #ffc062;
}
.section.news_newest .date {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.section.news_newest .readmore {
  display: block;
  margin-top: 15px;
}
#blog_newest {
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.section.textbox_3grid .box {
  border: 2px solid #6f3f57;
  border-radius: 12px;
  margin-top: 50px;
  overflow: hidden;
  min-height: 150px;
}
.section.textbox_3grid .textbox {
  width: 33.33%;
  box-sizing: border-box;
  padding: 30px;
}
.section.textbox_3grid .textbox h2 {
  margin-bottom: 5px;
}
.section.textbox_3grid .imagebox {
  width: 30.33%;
  margin: 0px 1.5%;
  position: relative;
}
.section.textbox_3grid .imagebox img {
  display: block;
  position: absolute;
  /* border-radius: $px_borderradius_big; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
