/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* === LESS variables === */
/* green */
/* gold */
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 400;
  src: url("/intern/fonts/karla/karla-v31-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: italic;
  font-weight: 400;
  src: url("/intern/fonts/karla/karla-v31-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* karla-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: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("/intern/fonts/karla/karla-v31-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* bodoni-moda-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: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  src: url("/intern/fonts/bodoni_moda/bodoni-moda-v25-latin-regular.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: Karla, sans-serif;
  font-size: 16px;
  color: #0D3D06;
  background-color: #E8E6E4;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1, h2, .h2 {
  display: block;
  font-size: 70px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  font-family: "Bodoni Moda";
  color: #C9A222;
  line-height: 1;
}
h3, .h3 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Bodoni Moda";
  margin: 0px 0px 20px 0px;
  color: inherit;
  line-height: 1.4;
}
h4, .h4 {
  display: block;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}
.frontpage #keyvisual:after {
  content: "";
  display: block;
  width: 100%;
  height: 120vh;
  background-image: url("/MEDIEN/layout/background_texture_3.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 90%;
  left: 0px;
}
.frontpage #keyvisual .headline_box {
  text-align: right;
  left: auto;
  right: 50%;
}
.frontpage #keyvisual .headline_box h1 {
  font-size: 80px;
}
.frontpage #keyvisual .headline_box .swoosh {
  left: auto;
  right: 38%;
}
a {
  color: #0D3D06;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.gold {
  color: #C9A222 !important;
}
.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 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text a {
  color: #C9A222;
}
.text a:hover {
  text-decoration: underline;
}
button, .button, a.button, .button > a, .text a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  padding: 0px 10px;
  line-height: 20px;
  font-weight: 600;
  color: #C9A222;
  text-transform: none;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:before, .button:before, a.button:before, .button > a:before, .text a.button:before, input[type="submit"]:before {
  content: "";
  display: inline-block;
  float: left;
  position: relative;
  left: -2px;
  width: 80px;
  height: 20px;
  margin-right: 5px;
  background-image: url("/MEDIEN/layout/link_arow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover, .button:hover, a.button:hover, .button > a:hover, .text a.button:hover, input[type="submit"]:hover {
  text-decoration: underline;
}
button:hover:before, .button:hover:before, a.button:hover:before, .button > a:hover:before, .text a.button:hover:before, input[type="submit"]:hover:before {
  left: 0px;
}
#callmeonlineform .submitbutton {
  color: white;
}
#callmeonlineform .submitbutton:before {
  filter: brightness(1000);
}
.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: 30px;
  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: #0D3D06;
}
.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;
}
#wrapper {
  position: relative;
  opacity: 0;
}
.loaded_full #wrapper {
  opacity: 1 !important;
}
.inner {
  max-width: 95%;
  width: 1300px;
  margin: auto;
  position: relative;
}
.outer {
  max-width: 95%;
  width: 1750px;
  margin: auto;
  position: relative;
}
#intro_curtain {
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0D3D06;
  background-image: url("/MEDIEN/layout/background_stoff_dark.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro_curtain .logobox {
  width: 450px;
  height: 450px;
  max-width: 70vw;
  max-height: 70vw;
  background-image: url("/MEDIEN/layout/background_texture_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
#intro_curtain .logobox img {
  display: inline-block;
  max-width: 75%;
  filter: invert(1) brightness(100);
}
#header {
  background-color: transparent;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
}
#header .container {
  position: relative;
  height: 45px;
}
.scrolled #header {
  background-color: #E8E6E4;
}
.mobilenav #header, .scrolled.mobilenav #header {
  background-color: transparent;
}
#logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 200px;
}
#logo img {
  display: block;
  max-width: 100%;
  filter: invert(0) brightness(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#fulllogo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
.scrolled #fulllogo {
  opacity: 0;
}
#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;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  color: white;
}
#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;
}
#meta_minimenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #0D3D06;
  font-size: 14px;
}
#meta_minimenu a {
  color: inherit;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#social_icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #0D3D06;
  font-size: 20px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#social_icons a {
  color: inherit;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
#social_icons .ic {
  color: inherit;
}
#social_icons .icon-instagram-2 {
  position: relative;
  top: 1px;
}
.mobilenav #meta_minimenu a, .mobilenav #social_icons a {
  color: white;
}
#mobilmenu_trigger {
  display: block;
  position: absolute;
  right: 150px;
  top: 50%;
  width: 40px;
  transform: translateY(-50%);
  z-index: 11;
}
#mobilmenu_trigger span {
  position: relative;
  height: 2px;
  display: block;
  margin: 7px 0px;
  background-color: #0D3D06;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger span {
  background-color: white;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(9px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-9px) rotate(-45deg);
}
#mobilemenu_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: -100vh;
  left: 0px;
  height: 50vh;
  box-sizing: border-box;
  padding: 0px 30px;
  width: 100%;
  z-index: 9;
  overflow: auto;
  color: white;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#mobilemenu_container:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0D3D06;
  background-image: url("/MEDIEN/layout/background_stoff_dark.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.85;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
#mobilemenu_container .divider_line {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mobilenav #mobilemenu_container {
  top: 0px;
}
.mobilenav #logo img {
  filter: brightness(1000);
}
#nav_mobile {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  color: #C9A222;
}
#nav_mobile li.lvl1 {
  list-style-type: none;
  position: relative;
  padding: 0px 30px;
  width: 20%;
}
#nav_mobile li.lvl1 a {
  color: #C9A222;
}
#nav_mobile li.lvl1 ul {
  padding: 0px;
  margin: 0px;
}
#nav_mobile li.lvl2 {
  display: block;
  list-style-type: none;
  position: relative;
  margin-bottom: 50px;
}
#nav_mobile li.lvl2 a {
  display: block;
  color: #C9A222;
  font-size: 26px;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
  font-family: "Bodoni Moda";
}
#nav_mobile li.lvl2 a span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-family: "Karla", sans-serif;
}
#nav_mobile li.lvl2 a.active {
  color: white;
}
#nav_mobile li.lvl2 a:hover {
  color: white;
}
#nav_mobile li.lvl2.smalllink {
  /* .smalllink > div { */
  margin-bottom: 18px;
}
#nav_mobile li.lvl2.smalllink a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  font-family: "Karla", sans-serif;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  width: 750px;
  max-width: calc(100% - 40px);
  background-color: #0D3D06;
  padding: 25px;
  color: white;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 100%;
}
#cookiehint a.readmore {
  color: #0D3D06;
  text-decoration: underline;
}
#cookiehint .button {
  margin: 10px 10px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  color: white;
}
#cookiehint .cookie_save {
  color: white;
}
#cookiehint .cookie_acceptAll {
  color: white;
}
#page {
  padding-top: 150px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
#footer {
  position: relative;
  color: white;
}
#footer .footerlink {
  text-decoration: underline;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: #0D3D06;
}
#footer .footerimage {
  display: block;
  position: relative;
  height: 30vw;
  position: relative;
  z-index: 0;
}
#footer .footerimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
  display: block;
}
#footer .footer_logo {
  display: flex;
  height: 150px;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #0D3D06;
  /* background-color: rgba(13,31,6,0.9); */
}
#footer .footer_logo img {
  filter: invert(1) brightness(1000);
  width: 200px;
  transform: translateX(-4%);
}
#footer .container {
  /* margin-top: -250px; */
  position: relative;
  z-index: 1;
}
#footer .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/MEDIEN/layout/footer_bg.png");
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% + 15px);
  background-size: auto 100%;
  pointer-events: none;
}
#footer .container .footer_textbox, #footer .container .footer_logo {
  padding-left: 50%;
}
#footer .container .footer_textbox {
  background-color: #0D3D06;
  color: white;
  padding-top: 10px;
  padding-bottom: 30px;
}
#footer .container .footer_textbox a {
  color: inherit;
}
.section {
  padding: 75px 0px;
  position: relative;
  transition: 1.2s all;
  transform: translateY(100px);
  opacity: 0;
}
.section.firstsection, .section.animated {
  opacity: 1;
  transform: translateY(0px);
}
.section.nomargin {
  padding-top: 0px !important;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #DDDBD0;
}
.accordeon .title {
  padding: 25px;
  color: #0D3D06;
  position: relative;
}
.accordeon .title .ic {
  color: #0D3D06;
  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 .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: #DDDBD0;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  display: block;
  object-fit: cover;
  background-color: #DDDBD0;
}
.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;
}
.divider_line {
  display: block;
  margin: auto;
  height: 50px;
  width: 520px;
  max-width: 80%;
  background-image: url("/MEDIEN/layout/trennlinie.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.section.divider {
  padding: 20px 0px;
}
.section.divider:last-Child {
  /* last Section on page? */
  padding-bottom: 75px;
}
.section.quote {
  color: #C9A222;
  text-align: center;
}
.section.quote .quote_container {
  margin: 0px auto 40px auto;
  max-width: 860px;
  width: 90%;
}
.section.quote .quote, .section.img_full_quote .quote {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  font-family: "Bodoni Moda";
  color: #C9A222;
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
}
.section.quote .quote:before, .section.img_full_quote .quote:before {
  content: "";
  display: inline-block;
  position: relative;
  margin-top: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  background-image: url("/MEDIEN/layout/quote_signs.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.section.firstsection {
  padding: 0px;
}
#keyvisual {
  position: relative;
  padding: 200px 0px 0px 0px;
  min-height: 20vh;
}
#keyvisual.text_above_img {
  padding-top: 50px;
}
#keyvisual img {
  display: block;
  width: 100%;
  transition: 1.6s all;
  opacity: 0;
  transform: translateY(80px);
}
#keyvisual .headline_box {
  position: absolute;
  z-index: 1;
  max-width: 50%;
  display: inline-block;
  top: 0px;
  left: 0%;
  transition: 1.5s all;
  opacity: 0;
  transform: translateX(-120px);
}
#keyvisual .headline_box .swoosh {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  height: 220px;
  background-image: url("/MEDIEN/layout/swoosh_lines_1.svg");
  /* swoosh 1 */
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#keyvisual .pre_headline {
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A222;
  display: block;
  margin-bottom: 40px;
}
#keyvisual .textblock {
  width: 26%;
  position: relative;
  overflow: visible;
}
#keyvisual .positioning_abs.textblock {
  position: absolute;
}
.loaded1 #keyvisual img {
  opacity: 1;
  transform: translateY(0px);
}
.loaded1 #keyvisual .headline_box {
  opacity: 1;
  transform: translateX(0px);
}
.section.img_text .container {
  display: flex;
  align-items: center;
}
.section.img_text .container .headlinebox {
  margin-bottom: 20px;
  position: relative;
  top: 0px;
}
.section.img_text .container .left {
  width: 50%;
  text-align: right;
}
.section.img_text .container .left img {
  margin-left: auto;
}
.section.img_text .container .right {
  width: 50%;
  text-align: left;
}
.section.img_text .container .right .textbox {
  padding: 0px 30px;
  margin-bottom: 40px;
  min-height: 200px;
}
.section.img_text .container .right img {
  margin-left: auto;
}
.section.img_text .container img {
  display: block;
  line-height: 1;
}
.section.img_full_text .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}
.section.img_full_text .container.emptyHeadline {
  padding-top: 0px;
}
.section.img_full_text .headlinebox {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  max-width: 50%;
  text-align: right;
}
.section.img_full_text .textbox {
  position: absolute;
  bottom: 0px;
  max-width: 80%;
  width: 500px;
  background-color: #E8E6E4;
  padding: 25px;
  bottom: 0px;
}
.section.tiles_big .textcontainer {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
.section.tiles_big .textcontainer .headlinebox {
  width: 50%;
  text-align: right;
  padding: 40px 0px;
}
.section.tiles_big .textcontainer .textbox {
  text-align: left;
  width: 47%;
  margin-left: 3%;
  padding: 20px;
  padding-right: 25px;
  box-sizing: border-box;
  background-color: #E8E6E4;
  position: relative;
  right: -10px;
}
.section.tiles_big .tiles_container {
  background-image: url("/MEDIEN/layout/background_modern.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 150px 3% 3% 3%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -6px;
}
.section.tiles_big .tiles_container .item {
  width: calc(33.33% - 12px);
  position: relative;
  margin: 0px 6px 12px 6px;
  padding-bottom: 33%;
}
.section.tiles_big .tiles_container .item.tile_grid2 {
  width: calc(66.66% - 12px);
}
.section.tiles_big .tiles_container img {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.section.tiles_big .tiles_container .titlebox {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.section.tiles_big .tiles_container .titlebox .title {
  padding: 20px;
}
.section.empty_placeholder {
  padding: 0px;
  text-align: center;
  pointer-events: none;
}
.section.empty_placeholder .placeholder {
  height: 75px;
}
.section.tiles_small .tiles_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -6px;
}
.section.tiles_small .tiles_container .item {
  width: calc(25% - 12px);
  position: relative;
  margin: 0px 6px 12px 6px;
  padding-bottom: 25%;
  overflow: hidden;
}
.section.tiles_small .tiles_container img {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.section.tiles_small .tiles_container .titlebox {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  max-height: 60px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 1.1s all;
  transition-delay: 0s;
}
.section.tiles_small .tiles_container .titlebox .title {
  padding: 20px;
}
.section.tiles_small .tiles_container .titlebox .text {
  color: #C9A222;
  padding: 0px 20px 20px 20px;
}
.section.tiles_small .tiles_container .item:hover .titlebox {
  background-color: rgba(0, 0, 0, 0.7);
  max-height: 200px;
}
/* markenwelt */
.doc_139 #keyvisual {
  padding-top: 100px;
}
.doc_139 #keyvisual .headline_box {
  text-align: right;
}
/* trachten */
.doc_137 #keyvisual {
  padding-top: 100px;
}
/* Hochzeit  */
.doc_135 #keyvisual .headline_box {
  text-align: right;
}
/* Tradition  */
.doc_162 #keyvisual .headline_box {
  text-align: right;
}
/* Atelier / Behind the scenes  */
.doc_160 #keyvisual .headline_box {
  text-align: right;
}
/* SHOP */
.doc_275 #keyvisual {
  padding-top: 100px;
}
.doc_275 #keyvisual .headline_box {
  text-align: right;
}
.doc_275 #keyvisual .textblock {
  position: absolute;
}
.section.text .headlinebox, .section.text .textbox {
  max-width: 33.33%;
  margin: auto;
}
.section.text .headlinebox.wide, .section.text .textbox.wide {
  max-width: 50%;
}
.section.img_text_small .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.section.img_text_small .container.reverse {
  flex-direction: row-reverse;
}
.section.img_text_small .container.reverse .left {
  text-align: left;
}
.section.img_text_small .container.reverse .right {
  text-align: right;
  margin-right: 1%;
  margin-left: 0%;
}
.section.img_text_small .container.reverse .textbox {
  margin-left: auto;
}
.section.img_text_small .container .left {
  width: 50%;
  text-align: right;
}
.section.img_text_small .container .left img {
  margin-top: 75px;
  display: inline-block;
}
.section.img_text_small .container .right {
  width: 49%;
  margin-left: 1%;
}
.section.img_text_small .container .right .textbox {
  max-width: 400px;
}
.section.image_slider:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  max-width: 500px;
  background-image: url("/MEDIEN/layout/background_texture_2.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0px;
}
.section.image_slider .item {
  text-align: center;
  margin: 0px 10px;
  display: flex;
  flex-wrap: wrap;
  /* height: 800px; */
  justify-content: center;
  align-items: center;
}
.section.image_slider .item .textblock {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Bodoni Moda";
  color: #0D3D06;
  padding: 20px 0px;
}
.sliderbutton {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  padding: 0px;
  font-size: 60px;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.sliderbutton:before, .sliderbutton:after {
  display: none;
}
.sliderbutton:hover {
  transform: scale(1.2);
}
.sliderbutton.slick-prev {
  left: -1vw;
}
.sliderbutton.slick-next {
  right: -1vw;
}
.slick-arrow {
  position: absolute;
  display: inline-block;
  width: 50px;
  top: 50%;
  filter: brightness(0) saturate(100%) invert(57%) sepia(98%) saturate(339%) hue-rotate(8deg) brightness(92%) contrast(97%);
}
.slick-arrow.prev {
  left: -50px;
  transform: translateY(-50%) rotate(0);
}
.slick-arrow.next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}
.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 #C9A222;
}
.slick-dots li.slick-active button {
  background-color: #C9A222;
}
.section.img_full_quote .container {
  padding-left: 25%;
  position: relative;
}
.section.img_full_quote .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 120vh;
  background-image: url("/MEDIEN/layout/background_texture_hirsch.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0px;
}
.section.img_full_quote .container.imgpos_left {
  padding-left: 0px;
  padding-right: 25%;
}
.section.img_full_quote .textbox {
  width: 33.33%;
  margin: auto;
  margin-top: 50px;
}
.section.img_full_quote .headlinebox {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 30%;
}
.section.img_full_quote .quote {
  text-align: right;
  font-size: 40px;
}
.section.img_full_quote .quote_name {
  color: #C9A222;
  text-align: right;
}
#contact_slidein {
  position: fixed;
  top: -100vh;
  left: 0px;
  width: 100%;
  background-image: url("/MEDIEN/layout/background_slidein.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s all;
  z-index: 9;
}
#contact_slidein .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 150px 0px 50px 0px;
  gap: 20px;
  position: relative;
}
#contact_slidein .container > * {
  width: 50%;
}
#contact_slidein .close {
  color: white;
  position: absolute;
  top: 100px;
  right: 10px;
  width: auto;
  font-size: 22px;
}
#contact_slidein .text, #contact_slidein .text a {
  color: white;
}
#contact_slidein .text {
  padding-left: 100px;
}
#contact_slidein .divider_line {
  filter: brightness(9999);
  position: relative;
  margin-left: 10px;
}
#contact_slidein ul.form {
  max-width: 260px;
}
#contact_slidein ul.form input[type="text"] {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0px;
  font-size: 14px;
  padding: 0px 10px;
}
.contactslidein #page {
  opacity: 0.2;
  background-color: white;
}
.contactslidein #contact_slidein {
  top: 0vh;
  opacity: 1;
  pointer-events: all;
}
