@charset "UTF-8";
/*
cd theme/default/assets/css
sass -w styles.scss:styles.css
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
button:focus {
  -moz-outline: none;
  outline: none;
}

/*
grid
__________________________________________________________*/
body,
html {
  /* height: 100%; */
  min-height: 100%;
  width: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

#site {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}

#site_footer {
  flex: none;
}

#site_content {
  flex: 1 0 auto;
  width: 100%;
}

#site_content::after {
  content: " ";
  display: block;
  height: 0px;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .container:not(.container_maxi) {
    max-width: 950px;
  }
}
.fbr {
  border: 1px solid red;
}

.fbg {
  border: 1px solid green;
}

.text_dark_shadow {
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  filter: dropshadow(color=rgba(0, 0, 0, 0.7), offx=0, offy=0);
}

.detail_gr_1 {
  font-size: 45px;
  line-height: 46px;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .detail_gr_1 {
    max-width: none;
  }
}
.detail_gr_2 {
  font-size: 20px;
  font-weight: 800;
}

.detail_gr_3 {
  font-size: 20px;
  text-transform: uppercase; /* */
  font-weight: 800;
  margin-top: 5px;
}

hr.hr_schraffur {
  background: url("../../img/texturen/headline_schraffur_300px.png") left center no-repeat;
  height: 8px;
  margin: 2em 0;
  border: 0;
}

@media (max-width: 991px) {
  hr.hr_schraffur {
    background-position: center center !important;
  }
}
.abgesagt_detail .detail_headline {
  color: #ffffff;
  margin-bottom: 20px;
}

.alert_extra_detail {
  margin-top: 1em;
  display: block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #444;
}
.alert_extra_detail a {
  color: #111 !important;
  font-weight: 600;
  text-decoration: underline;
}
.alert_extra_detail a:hover {
  text-decoration: underline;
}
.alert_extra_detail p {
  margin-bottom: 0;
}

/* 
sections

____________________________________________ */
/*
$bg_rot_btn_bg_color: #a4dbf8;
$bg_rot_btn_color_schraffur: #9cd0eb;
*/
/*
$bg_schwarz_text_color_contrast: #e74310;
$bg_schwarz_text_color_contrast_2: #e74310;
$bg_schwarz_btn_text_color: #ffffff;
$bg_schwarz_btn_text_color_hover: #ffffff;
$bg_schwarz_btn_bg_color: #646363;
$bg_schwarz_btn_color_schraffur: #5f5e5e;

$bg_schwarz_btn_bg_color_hover: #e7431f;
$bg_schwarz_btn_color_schraffur_hover: #db401d;
*/
section {
  width: 100%;
  position: relative;
}
section .section_anker {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0;
}
section.content_ptb {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.content_ptb_plus {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.content_pb {
  padding-bottom: 50px;
}
section .section_full_bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
}
@media (min-width: 992px) {
  section .cover_half:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
}
section .section_height {
  min-height: 100vh;
}
section.content_ptb .section_height {
  min-height: calc(100vh - 100px);
}
section.content_ptb_plus .section_height {
  min-height: calc(100vh - 160px);
}
section .box_inner {
  padding: 25px 0 40px 0;
  position: relative;
}
section .box_inner h4 {
  color: inherit;
}
section .box_inner .image_centered {
  max-width: 400px;
}
section .box_inner:not(.container):not(.box_max_width) {
  max-width: 550px;
}
section .box_headlines_closer h2 {
  padding-top: 0;
}
section .box_headlines_closer h4 {
  margin-bottom: 10px;
}
section .box_inner_padding_left {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  section .box_inner_padding_left {
    text-align: left;
    padding-left: 3vw;
  }
}
@media (max-width: 991px) {
  section .box_inner_padding_left,
  section .box_inner_padding_left h1 {
    margin-left: auto;
    margin-right: auto;
  }
  section .box_inner {
    padding-top: 50px;
  }
}
section .box_inner p strong,
section .box_inner p strong a {
  font-weight: 900;
}
section .box_inner p strong a:before {
  font-weight: 400;
}

@media (max-width: 991px) {
  .section_height {
    min-height: 100px !important;
    padding-bottom: 40px;
  }
  .section_height.photoswipe-wrapper {
    padding-bottom: 0px;
  }
  .content_ptb .section_height,
  .content_ptb_plus .section_height {
    padding-bottom: 0px;
  }
  .bg_cover_no_content_height {
    padding-top: 40%;
  }
}
/* 
bg_hellgrau
____________________________________________ */
.bg_hellgrau {
  background-color: #ebebeb;
  /*
  @include section_color_render(
      $bg_hellgrau_color,
      $bg_hellgrau_color_schraffur,
      $bg_hellgrau_text_color,
      $bg_hellgrau_text_color_contrast,
      $bg_hellgrau_text_color_contrast_2,
      $bg_hellgrau_btn_text_color,
      $bg_hellgrau_btn_text_color_hover,
      $bg_hellgrau_btn_bg_color,
      $bg_hellgrau_btn_color_schraffur
  );
  */
}

/* 
bg_rot
____________________________________________ */
.bg_rot {
  color: #ffffff;
  background-color: #a41714;
}
.bg_rot p,
.bg_rot div {
  color: #ffffff;
}
.bg_rot p a,
.bg_rot li a,
.bg_rot label a {
  color: #f9c79c;
}
.bg_rot p a:hover,
.bg_rot li a:hover,
.bg_rot label a:hover {
  text-decoration: none;
  color: #660f00;
}
.bg_rot h1,
.bg_rot h2,
.bg_rot h3 {
  color: #f9c79c;
}
.bg_rot .textcolor {
  color: #ffffff !important;
}
.bg_rot .contrast {
  color: #f9c79c;
}
.bg_rot .contrast2 {
  color: #660f00;
}
.bg_rot .contrast2 p {
  color: #660f00;
}
.bg_rot.schraffur {
  background: repeating-linear-gradient(-45deg, #a41714, #a41714 6px, #9d1714 6px, #9d1714 12px);
}
.bg_rot .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fac39c;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #fac39c;
  background: repeating-linear-gradient(-44deg, #edb994 0px, #edb994 3px, #fac39c 3px, #fac39c 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_rot .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #edb994, #edb994 1px, #fac39c 2px, #fac39c 4px);
}
.bg_rot .wuw_btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.bg_rot .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_rot .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23f9c79c" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_rot .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_rot .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23f9c79c" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_rot .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_rot .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23f9c79c" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_rot .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_rot .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23f9c79c" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_rot .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_rot .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23f9c79c" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_rot .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_rot .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23f9c79c" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_rot a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_rot a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23f9c79c"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_rot hr.hr_schraffur {
  background: url("../../img/texturen/headline_schraffur_300px_red.png") left center no-repeat;
}
.bg_rot .ul_termine_next a {
  color: #ffffff !important;
}
.bg_rot .ul_termine_next a:hover {
  text-decoration: none;
}
.bg_rot .ul_termine_next a:hover > div {
  color: #f9c79c !important;
}

/* 
bg_gruen
____________________________________________ */
.bg_gruen {
  color: #ffffff;
  background-color: #8ab95b;
}
.bg_gruen p,
.bg_gruen div {
  color: #ffffff;
}
.bg_gruen p a,
.bg_gruen li a,
.bg_gruen label a {
  color: #a4dbf8;
}
.bg_gruen p a:hover,
.bg_gruen li a:hover,
.bg_gruen label a:hover {
  text-decoration: none;
  color: #43622a;
}
.bg_gruen h1,
.bg_gruen h2,
.bg_gruen h3 {
  color: #a4dbf8;
}
.bg_gruen .textcolor {
  color: #ffffff !important;
}
.bg_gruen .contrast {
  color: #a4dbf8;
}
.bg_gruen .contrast2 {
  color: #43622a;
}
.bg_gruen .contrast2 p {
  color: #43622a;
}
.bg_gruen.schraffur {
  background: repeating-linear-gradient(-45deg, #8ab95b, #8ab95b 6px, #87ae5b 6px, #87ae5b 12px);
}
.bg_gruen .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #a4dbf8;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #a4dbf8;
  background: repeating-linear-gradient(-44deg, #9cd0eb 0px, #9cd0eb 3px, #a4dbf8 3px, #a4dbf8 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_gruen .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #9cd0eb, #9cd0eb 1px, #a4dbf8 2px, #a4dbf8 4px);
}
.bg_gruen .wuw_btn:hover {
  color: #43622a;
  text-decoration: none;
  border: 2px solid #43622a;
}
.bg_gruen .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_gruen .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23a4dbf8" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_gruen .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_gruen .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23a4dbf8" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_gruen .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_gruen .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23a4dbf8" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_gruen .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_gruen .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23a4dbf8" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_gruen .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_gruen .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23a4dbf8" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_gruen .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_gruen .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23a4dbf8" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_gruen a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_gruen a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23a4dbf8"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_gruen hr.hr_schraffur {
  background: url("../../img/texturen/headline_schraffur_300px_gruen.png") left center no-repeat;
}

/* 
bg_hellblau
____________________________________________ */
.bg_hellblau {
  color: #ffffff;
  background-color: #69b8c9;
}
.bg_hellblau p,
.bg_hellblau div {
  color: #ffffff;
}
.bg_hellblau p a,
.bg_hellblau li a,
.bg_hellblau label a {
  color: #ffe5aa;
}
.bg_hellblau p a:hover,
.bg_hellblau li a:hover,
.bg_hellblau label a:hover {
  text-decoration: none;
  color: #387177;
}
.bg_hellblau h1,
.bg_hellblau h2,
.bg_hellblau h3 {
  color: #ffe5aa;
}
.bg_hellblau .textcolor {
  color: #ffffff !important;
}
.bg_hellblau .contrast {
  color: #ffe5aa;
}
.bg_hellblau .contrast2 {
  color: #387177;
}
.bg_hellblau .contrast2 p {
  color: #387177;
}
.bg_hellblau.schraffur {
  background: repeating-linear-gradient(-45deg, #69b8c9, #69b8c9 6px, #68b2c2 6px, #68b2c2 12px);
}
.bg_hellblau .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #ffe5aa;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #ffe5aa;
  background: repeating-linear-gradient(-44deg, #f2d9a1 0px, #f2d9a1 3px, #ffe5aa 3px, #ffe5aa 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_hellblau .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #f2d9a1, #f2d9a1 1px, #ffe5aa 2px, #ffe5aa 4px);
}
.bg_hellblau .wuw_btn:hover {
  color: #387177;
  text-decoration: none;
  border: 2px solid #387177;
}
.bg_hellblau .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_hellblau .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffe5aa" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_hellblau .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_hellblau .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffe5aa" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_hellblau .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_hellblau .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffe5aa" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_hellblau .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_hellblau .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffe5aa" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_hellblau .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_hellblau .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffe5aa" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_hellblau .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_hellblau .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffe5aa" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_hellblau a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_hellblau a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffe5aa"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

/* 
bg_purple
____________________________________________ */
.bg_purple {
  color: #ffffff;
  background-color: #b09ca1;
}
.bg_purple p,
.bg_purple div {
  color: #ffffff;
}
.bg_purple p a,
.bg_purple li a,
.bg_purple label a {
  color: #fac39c;
}
.bg_purple p a:hover,
.bg_purple li a:hover,
.bg_purple label a:hover {
  text-decoration: none;
  color: #6c6063;
}
.bg_purple h1,
.bg_purple h2,
.bg_purple h3 {
  color: #fac39c;
}
.bg_purple .textcolor {
  color: #ffffff !important;
}
.bg_purple .contrast {
  color: #fac39c;
}
.bg_purple .contrast2 {
  color: #6c6063;
}
.bg_purple .contrast2 p {
  color: #6c6063;
}
.bg_purple.schraffur {
  background: repeating-linear-gradient(-45deg, #b09ca1, #b09ca1 6px, #b29da2 6px, #b29da2 12px);
}
.bg_purple .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fac39c;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #fac39c;
  background: repeating-linear-gradient(-44deg, #edb994 0px, #edb994 3px, #fac39c 3px, #fac39c 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_purple .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #edb994, #edb994 1px, #fac39c 2px, #fac39c 4px);
}
.bg_purple .wuw_btn:hover {
  color: #6c6063;
  text-decoration: none;
  border: 2px solid #6c6063;
}
.bg_purple .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_purple .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23fac39c" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_purple .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_purple .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23fac39c" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_purple .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_purple .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23fac39c" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_purple .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_purple .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23fac39c" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_purple .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_purple .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23fac39c" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_purple .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_purple .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23fac39c" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_purple a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_purple a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23fac39c"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

/* 
bg_oliv
____________________________________________ */
.bg_oliv {
  color: #ffffff;
  background-color: #576f4d;
}
.bg_oliv p,
.bg_oliv div {
  color: #ffffff;
}
.bg_oliv p a,
.bg_oliv li a,
.bg_oliv label a {
  color: #f9c79c;
}
.bg_oliv p a:hover,
.bg_oliv li a:hover,
.bg_oliv label a:hover {
  text-decoration: none;
  color: #f9c79c;
}
.bg_oliv h1,
.bg_oliv h2,
.bg_oliv h3 {
  color: #f9c79c;
}
.bg_oliv .textcolor {
  color: #ffffff !important;
}
.bg_oliv .contrast {
  color: #f9c79c;
}
.bg_oliv .contrast2 {
  color: #f9c79c;
}
.bg_oliv .contrast2 p {
  color: #f9c79c;
}
.bg_oliv.schraffur {
  background: repeating-linear-gradient(-45deg, #576f4d, #576f4d 6px, #526a47 6px, #526a47 12px);
}
.bg_oliv .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fac39c;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #fac39c;
  background: repeating-linear-gradient(-44deg, #edb994 0px, #edb994 3px, #fac39c 3px, #fac39c 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_oliv .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #edb994, #edb994 1px, #fac39c 2px, #fac39c 4px);
}
.bg_oliv .wuw_btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.bg_oliv .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_oliv .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23f9c79c" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_oliv .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_oliv .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23f9c79c" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_oliv .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_oliv .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23f9c79c" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_oliv .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_oliv .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23f9c79c" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_oliv .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_oliv .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23f9c79c" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_oliv .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_oliv .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23f9c79c" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_oliv a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_oliv a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23f9c79c"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

/* 
bg_grau
____________________________________________ */
.bg_grau {
  color: #ffffff;
  background-color: #7f7c7b;
}
.bg_grau p,
.bg_grau div {
  color: #ffffff;
}
.bg_grau p a,
.bg_grau li a,
.bg_grau label a {
  color: #ffffff;
}
.bg_grau p a:hover,
.bg_grau li a:hover,
.bg_grau label a:hover {
  text-decoration: none;
  color: #ffffff;
}
.bg_grau h1,
.bg_grau h2,
.bg_grau h3 {
  color: #ffffff;
}
.bg_grau .textcolor {
  color: #ffffff !important;
}
.bg_grau .contrast {
  color: #ffffff;
}
.bg_grau .contrast2 {
  color: #ffffff;
}
.bg_grau .contrast2 p {
  color: #ffffff;
}
.bg_grau.schraffur {
  background: repeating-linear-gradient(-45deg, #7f7c7b, #7f7c7b 6px, #7f7c7b 6px, #7f7c7b 12px);
}
.bg_grau .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #ffffff;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #ffffff;
  background: repeating-linear-gradient(-44deg, #ffffff 0px, #ffffff 3px, #ffffff 3px, #ffffff 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_grau .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 1px, #ffffff 2px, #ffffff 4px);
}
.bg_grau .wuw_btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.bg_grau .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_grau .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_grau .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_grau .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_grau .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_grau .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_grau .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_grau .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_grau .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_grau .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_grau .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_grau .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_grau a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_grau a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

/* 
bg_schwarz 
____________________________________________ */
.bg_schwarz {
  color: #ffffff;
  background-color: #313130;
  /*
  .wuw_btn:hover {
      color: #ffffff;
      border: 2px solid $bg_schwarz_btn_bg_color_hover;
      background: repeating-linear-gradient(
          -45deg,
          $bg_schwarz_btn_bg_color_hover 0px,
          $bg_schwarz_btn_bg_color_hover 3px,
          $bg_schwarz_btn_color_schraffur_hover 3px,
          $bg_schwarz_btn_color_schraffur_hover 8px
      );
      -webkit-transition: all 0.1s ease-in;
      -moz-transition: all 0.1s ease-in;
      -o-transition: all 0.1s ease-in;
      transition: all 0.1s ease-in;
  }
  */
}
.bg_schwarz p,
.bg_schwarz div {
  color: #ffffff;
}
.bg_schwarz p a,
.bg_schwarz li a,
.bg_schwarz label a {
  color: #f9c599;
}
.bg_schwarz p a:hover,
.bg_schwarz li a:hover,
.bg_schwarz label a:hover {
  text-decoration: none;
  color: #f9c599;
}
.bg_schwarz h1,
.bg_schwarz h2,
.bg_schwarz h3 {
  color: #f9c599;
}
.bg_schwarz .textcolor {
  color: #ffffff !important;
}
.bg_schwarz .contrast {
  color: #f9c599;
}
.bg_schwarz .contrast2 {
  color: #f9c599;
}
.bg_schwarz .contrast2 p {
  color: #f9c599;
}
.bg_schwarz.schraffur {
  background: repeating-linear-gradient(-45deg, #313130, #313130 6px, #313130 6px, #313130 12px);
}
.bg_schwarz .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fac39c;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #fac39c;
  background: repeating-linear-gradient(-44deg, #fac39c 0px, #fac39c 3px, #fac39c 3px, #fac39c 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_schwarz .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #fac39c, #fac39c 1px, #fac39c 2px, #fac39c 4px);
}
.bg_schwarz .wuw_btn:hover {
  color: #6c6063;
  text-decoration: none;
  border: 2px solid #6c6063;
}
.bg_schwarz .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_schwarz .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23f9c599" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_schwarz .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_schwarz .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23f9c599" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_schwarz .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_schwarz .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23f9c599" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_schwarz .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_schwarz .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23f9c599" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_schwarz .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_schwarz .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23f9c599" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_schwarz .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_schwarz .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23f9c599" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_schwarz a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_schwarz a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23f9c599"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_schwarz a {
  color: #ccc;
}
.bg_schwarz a:hover {
  color: #f9c599;
  text-decoration: none;
}

/* 
bg_weiss
____________________________________________ */
.bg_weiss {
  color: var(--color-text);
  background-color: #ffffff;
}
.bg_weiss p,
.bg_weiss div {
  color: var(--color-text);
}
.bg_weiss p a,
.bg_weiss li a,
.bg_weiss label a {
  color: var(--color-text);
}
.bg_weiss p a:hover,
.bg_weiss li a:hover,
.bg_weiss label a:hover {
  text-decoration: none;
  color: #999999;
}
.bg_weiss h1,
.bg_weiss h2,
.bg_weiss h3 {
  color: var(--color-text);
}
.bg_weiss .textcolor {
  color: var(--color-text) !important;
}
.bg_weiss .contrast {
  color: var(--color-text);
}
.bg_weiss .contrast2 {
  color: #999999;
}
.bg_weiss .contrast2 p {
  color: #999999;
}
.bg_weiss.schraffur {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 6px, #ffffff 6px, #ffffff 12px);
}
.bg_weiss .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #8f8f8f;
  border: 2px solid #ffffff;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #ffffff;
  background: repeating-linear-gradient(-44deg, rgba(199, 199, 199, 0.4) 0px, rgba(199, 199, 199, 0.4) 3px, #ffffff 3px, #ffffff 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_weiss .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, rgba(199, 199, 199, 0.4), rgba(199, 199, 199, 0.4) 1px, #ffffff 2px, #ffffff 4px);
}
.bg_weiss .wuw_btn:hover {
  color: #6a6a6a;
  text-decoration: none;
  border: 2px solid #6a6a6a;
}
.bg_weiss .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="var(--color-text)" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_weiss .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="var(--color-text)" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_weiss .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="var(--color-text)" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_weiss .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="var(--color-text)" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_weiss .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="var(--color-text)" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_weiss .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="var(--color-text)" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_weiss .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="var(--color-text)" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_weiss .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="var(--color-text)" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_weiss .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="var(--color-text)" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_weiss .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="var(--color-text)" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_weiss .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="var(--color-text)" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_weiss .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="var(--color-text)" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_weiss a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="var(--color-text)"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_weiss a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="var(--color-text)"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

/* 
bg_dunkelblau
____________________________________________ */
.bg_dunkelblau {
  color: #ffffff;
  background-color: #0b4395;
}
.bg_dunkelblau p,
.bg_dunkelblau div {
  color: #ffffff;
}
.bg_dunkelblau p a,
.bg_dunkelblau li a,
.bg_dunkelblau label a {
  color: #f7b188;
}
.bg_dunkelblau p a:hover,
.bg_dunkelblau li a:hover,
.bg_dunkelblau label a:hover {
  text-decoration: none;
  color: #f7b188;
}
.bg_dunkelblau h1,
.bg_dunkelblau h2,
.bg_dunkelblau h3 {
  color: #f7b188;
}
.bg_dunkelblau .textcolor {
  color: #ffffff !important;
}
.bg_dunkelblau .contrast {
  color: #f7b188;
}
.bg_dunkelblau .contrast2 {
  color: #f7b188;
}
.bg_dunkelblau .contrast2 p {
  color: #f7b188;
}
.bg_dunkelblau.schraffur {
  background: repeating-linear-gradient(-45deg, #0b4395, #0b4395 6px, #12408d 6px, #12408d 12px);
}
.bg_dunkelblau .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  border: 2px solid #fac39c;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #fac39c;
  background: repeating-linear-gradient(-44deg, #edb994 0px, #edb994 3px, #fac39c 3px, #fac39c 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_dunkelblau .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, #edb994, #edb994 1px, #fac39c 2px, #fac39c 4px);
}
.bg_dunkelblau .wuw_btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}
.bg_dunkelblau .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23ffffff" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_dunkelblau .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23f7b188" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_dunkelblau .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23ffffff" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_dunkelblau .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23f7b188" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_dunkelblau .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23ffffff" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_dunkelblau .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23f7b188" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_dunkelblau .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23ffffff" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_dunkelblau .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23f7b188" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_dunkelblau .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23ffffff" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_dunkelblau .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23f7b188" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_dunkelblau .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_dunkelblau .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23f7b188" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_dunkelblau a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23ffffff"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_dunkelblau a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23f7b188"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_dunkelblau hr.hr_schraffur {
  background: url("../../img/texturen/headline_schraffur_300px_blue.png") left center no-repeat;
}

/* 
bg_beige
____________________________________________ */
.bg_beige {
  color: var(--color-text);
  background-color: #faf9f8;
}
.bg_beige p,
.bg_beige div {
  color: var(--color-text);
}
.bg_beige p a,
.bg_beige li a,
.bg_beige label a {
  color: #c3bdb6;
}
.bg_beige p a:hover,
.bg_beige li a:hover,
.bg_beige label a:hover {
  text-decoration: none;
  color: var(--color-text);
}
.bg_beige h1,
.bg_beige h2,
.bg_beige h3 {
  color: #c3bdb6;
}
.bg_beige .textcolor {
  color: var(--color-text) !important;
}
.bg_beige .contrast {
  color: #c3bdb6;
}
.bg_beige .contrast2 {
  color: var(--color-text);
}
.bg_beige .contrast2 p {
  color: var(--color-text);
}
.bg_beige.schraffur {
  background: repeating-linear-gradient(-45deg, #faf9f8, #faf9f8 6px, #faf9f8 6px, #faf9f8 12px);
}
.bg_beige .wuw_btn {
  font-weight: 900;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  padding: 1em 2em;
  display: inline-block;
  border: 0;
  cursor: pointer;
  color: #8f8f8f;
  border: 2px solid #ffffff;
  /*
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  */
  background-color: #ffffff;
  background: repeating-linear-gradient(-44deg, rgba(199, 199, 199, 0.4) 0px, rgba(199, 199, 199, 0.4) 3px, #ffffff 3px, #ffffff 8px);
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.bg_beige .wuw_btn.feiner {
  /*
  background: -webkit-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -o-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  background: -moz-repeating-linear-gradient(
      -54deg,
      $btn_color_schraffur,
      $btn_color_schraffur 1px,
      $btn_bg_color 2px,
      $btn_bg_color 4px
  );
  */
  background: repeating-linear-gradient(-45deg, rgba(199, 199, 199, 0.4), rgba(199, 199, 199, 0.4) 1px, #ffffff 2px, #ffffff 4px);
}
.bg_beige .wuw_btn:hover {
  color: #6a6a6a;
  text-decoration: none;
  border: 2px solid #6a6a6a;
}
.bg_beige .shariff-button.whatsapp a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="var(--color-text)" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_beige .shariff-button.whatsapp a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="%23c3bdb6" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
}
.bg_beige .shariff-button.facebook a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="var(--color-text)" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_beige .shariff-button.facebook a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="%23c3bdb6" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
}
.bg_beige .shariff-button.twitter a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="var(--color-text)" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_beige .shariff-button.twitter a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="%23c3bdb6" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
}
.bg_beige .shariff-button.telegram a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="var(--color-text)" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_beige .shariff-button.telegram a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="%23c3bdb6" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
}
.bg_beige .shariff-button.pinterest a {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="var(--color-text)" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_beige .shariff-button.pinterest a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="%23c3bdb6" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
}
.bg_beige .shariff-button.mail a {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="var(--color-text)" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_beige .shariff-button.mail a:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="%23c3bdb6" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
}
.bg_beige a.calendar_add {
  display: block;
  height: 25px;
  width: 25px;
  margin-left: 18px;
  margin-bottom: 5px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="var(--color-text)"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
.bg_beige a.calendar_add:hover {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="%23c3bdb6"><path d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}

.bg_milky_schraffur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.9);
  background: repeating-linear-gradient(-45deg, rgba(100, 100, 100, 0.9), rgba(100, 100, 100, 0.9) 4px, rgba(80, 80, 80, 0.9) 5px, rgba(80, 80, 80, 0.9) 8px);
  background-repeat: repeat;
  opacity: 0.7;
}

.section_programm_uebersicht .alert_overlay,
.section_programm_uebersicht .archive_overlay,
.section_intro_next_events .alert_overlay {
  position: absolute;
  z-index: 20;
  top: 45%;
  left: -10px;
  padding: 6px 10px 6px 20px;
  background: red;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  transform: rotate(-5deg);
}

.section_intro_next_events .alert_overlay {
  top: 60%;
}

.overlay_gruen,
.termin_wrap:hover .termin_content.overlay_gruen,
.shuffle_item .termin_wrap:hover .overlay_gruen {
  background-color: rgba(131, 172, 84, 0.95);
  background: repeating-linear-gradient(-45deg, rgba(131, 172, 84, 0.95), rgba(131, 172, 84, 0.95) 2px, rgba(134, 178, 88, 0.95) 3px, rgba(134, 178, 88, 0.95) 8px);
  background-repeat: repeat;
}

.overlay_blau,
.termin_wrap:hover .termin_content.overlay_blau {
  background-color: rgba(16, 65, 134, 0.95);
  background: repeating-linear-gradient(-45deg, rgba(16, 65, 134, 0.95), rgba(16, 65, 134, 0.95) 2px, rgba(11, 67, 149, 0.95) 3px, rgba(11, 67, 149, 0.95) 8px);
  background-repeat: repeat;
}

.overlay_red,
.termin_wrap:hover .termin_content.overlay_red {
  background-color: rgba(172, 46, 29, 0.95);
  background: repeating-linear-gradient(-45deg, rgba(172, 46, 29, 0.95), rgba(172, 46, 29, 0.95) 2px, rgba(180, 47, 30, 0.95) 3px, rgba(180, 47, 30, 0.95) 8px);
  background-repeat: repeat;
}

/* 
section_footer 
____________________________________________ */
.footer_bg_1 {
  background: #424241;
}

.footer_bg_2 {
  background: #646363;
}

.footer_bg_3 {
  background: #313130;
}

.section_footer .col_footer {
  padding: 5vw 4vw;
}
.section_footer h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 600;
}
.section_footer h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 600;
  color: inherit;
}
.section_footer ul {
  margin-bottom: 0;
}
.section_footer .footer_content_nav li div {
  line-height: inherit;
  display: inline;
  color: inherit;
}
.section_footer li.nav_shop {
  display: none;
}
@media (max-width: 767px) {
  .section_footer .footer_content_nav {
    width: 100%;
    text-align: center;
  }
  .section_footer .footer_content_nav ul li {
    display: inline;
    margin: 0 3px;
  }
  .section_footer .footer_content_nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .section_footer .footer_content_nav ul li a:hover {
    color: #f9c599;
  }
  .section_footer .footer_content_nav ul li ul {
    display: none;
  }
}
@media (min-width: 768px) {
  .section_footer .footer_content_info {
    width: 48%;
  }
  .section_footer .footer_content_nav {
    width: 40%;
    margin-left: 12%;
  }
  .section_footer .footer_content_nav ul li a {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  .section_footer .footer_content_nav ul li a:hover {
    color: #f9c599;
  }
  .section_footer .footer_content_nav ul li:first-child {
    margin-bottom: 10px;
  }
  .section_footer .footer_content_nav ul li:first-child a {
    color: #f9c599;
  }
  .section_footer .footer_content_nav ul ul {
    display: none;
  }
}
@media (min-width: 992px) {
  .section_footer .height50 {
    height: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .section_footer .height50 {
    text-align: center;
  }
  .section_footer .height50 > div {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section_footer .footer_info_height {
    min-height: calc(100vh - 150px);
  }
}
.section_footer h3,
.section_footer .footer_content_nav ul li a {
  font-weight: 700;
}

footer {
  height: 150px;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  footer .col_footer {
    padding: 0px 0 10px 0;
  }
  footer .col_footer:first-child {
    padding-right: 4%;
  }
  footer .col_footer:last-child {
    padding-left: 4%;
  }
}
@media (max-width: 991px) {
  footer .col_footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* 
text_content_standard 
____________________________________________ */
.text_content_standard h1 {
  margin-top: 0.5em;
}
.text_content_standard ul {
  padding-left: 15px;
}

/* 
scroll_indicator 
____________________________________________ */
.scroll_indicator {
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  z-index: 1000;
}

.scroll_indicator i {
  margin-left: -10px;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  cursor: pointer;
  -webkit-animation: scroll-down-anim 1s infinite;
  -moz-animation: scroll-down-anim 1s infinite;
  -o-animation: scroll-down-anim 1s infinite;
  animation: scroll-down-anim 1s infinite;
}

.bg_weiss:not(.section_ueber_uns_impressionen) .scroll_indicator i,
.bg_beige .scroll_indicator i,
.bg_hellgrau .scroll_indicator i {
  color: var(--color-text) !important;
}

@-webkit-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-moz-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-o-keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@keyframes scroll-down-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
/* 
section_intro_highlights 
____________________________________________ */
.section_intro_highlights .ul_termine_highlight {
  list-style: none;
  margin: 0 auto !important;
  text-align: center !important;
}
.section_intro_highlights .ul_termine_highlight li {
  text-align: center;
  margin: 0 auto;
  display: table;
  width: 100%;
  padding: 0.5em 0;
  position: relative;
}
.section_intro_highlights .ul_termine_highlight li a {
  color: #387177 !important;
  text-decoration: none;
  display: inline-block;
}
.section_intro_highlights .ul_termine_highlight li a:hover {
  color: #fff !important;
  text-decoration: none;
}
.section_intro_highlights .ul_termine_highlight li .ul_th_datum {
  color: inherit;
  /*
  margin-right: 10px;
  padding-right: 10px;
  */
}
.section_intro_highlights .ul_termine_highlight li .ul_th_titel {
  color: inherit;
  font-weight: 800;
  text-transform: uppercase;
}
.section_intro_highlights .ul_termine_highlight li:not(:last-child)::after {
  left: 10%;
  width: 80%;
  min-width: auto;
  content: "";
  position: absolute;
  bottom: -3px;
  min-width: 220px;
  height: 1px;
  background: #387177;
}
.section_intro_highlights .ul_termine_highlight li:last-child {
  color: #387177;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

/* 
section_intro_stream 
____________________________________________ */
.section_intro_stream .wuw_logo {
  max-width: 260px;
  margin-bottom: 35px;
}

/* 
section_intro_newsletter
____________________________________________ */
.section_intro_newsletter .innerwidth {
  padding: 0 30px;
  margin: auto;
  /*

  margin: auto;
  */
}
@media (min-width: 992px) {
  .section_intro_newsletter .innerwidth.newsletter_form {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .section_intro_newsletter .innerwidth.newsletter_form {
    margin-top: 30px;
  }
}
.section_intro_newsletter .innerwidth h3 {
  font-size: 1.6em;
  font-weight: 400;
}
.section_intro_newsletter .innerwidth h2 {
  padding-top: 0;
  font-weight: 900;
}
.section_intro_newsletter a:hover {
  color: #f7b188;
  text-decoration: none;
}

/* 
swiper_intro_next_events
____________________________________________ */
.section_intro_next_events .bg_line_textur {
  top: 80px;
}
.section_intro_next_events .termin_wrap {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  background: #000;
  overflow: hidden;
}
.section_intro_next_events .termin_wrap .termin_wrap_img {
  opacity: 0.8;
}
.section_intro_next_events .termin_wrap .overlay_effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 5;
  opacity: 0;
}
.section_intro_next_events .termin_wrap:hover .overlay_effect {
  opacity: 1;
}
.section_intro_next_events .termin_wrap .termin_content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  padding: 5% 3%;
  /* vortrag titel  */
  /* vortrag datum */
  /* vortrag stadt , vortrag spezial */
  /* vortrag stadt */
  /* vortrag spezial */
}
.section_intro_next_events .termin_wrap .termin_content h2 {
  line-height: 1.05em;
  font-weight: 900;
  color: #fff;
  padding-top: 0;
  text-transform: uppercase;
}
.section_intro_next_events .termin_wrap .termin_content h3 {
  margin-top: 6px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.section_intro_next_events .termin_wrap .termin_content h4 {
  font-size: 2.1em;
  line-height: 1.4em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section_intro_next_events .termin_wrap .termin_content h5,
.section_intro_next_events .termin_wrap .termin_content h6 {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
}
.section_intro_next_events .termin_wrap .termin_content h5 {
  padding-bottom: 0.5em;
}
.section_intro_next_events .termin_wrap .termin_content h6 {
  font-size: 0.9em;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
.section_intro_next_events .termin_wrap .termin_content .text_kurz {
  max-width: 60%;
  margin: 0 auto;
  margin-top: -2em;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
}
.section_intro_next_events .termin_wrap .termin_content:hover .text_kurz {
  opacity: 1;
}
.section_intro_next_events .termin_wrap .termin_content h6.referent_name {
  padding: 0.4em 10px 0 10px;
  font-size: 0.7em;
  line-height: 1.3em;
  font-style: italic;
}
.section_intro_next_events .termin_wrap .termin_content .referent {
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
}
.section_intro_next_events .termin_wrap .termin_content h1,
.section_intro_next_events .termin_wrap .termin_content h2,
.section_intro_next_events .termin_wrap .termin_content h3,
.section_intro_next_events .termin_wrap .termin_content h4,
.section_intro_next_events .termin_wrap .termin_content h5,
.section_intro_next_events .termin_wrap .termin_content h6 {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  filter: dropshadow(color=rgba(0, 0, 0, 0.4), offx=1, offy=1);
}
.section_intro_next_events .termin_wrap .termin_content .livestream_icon {
  max-width: 80px;
  margin-bottom: 10px;
}
@media (max-width: 1139px) {
  .section_intro_next_events .termin_wrap .termin_content h2 {
    font-size: 1.8em;
  }
  .section_intro_next_events .termin_wrap .termin_content h5 {
    font-size: 1em;
    padding-bottom: 0;
  }
  .section_intro_next_events .termin_wrap .termin_content h6 {
    padding-top: 0em;
  }
}

.event_partners_wrapper {
  margin-top: 3em;
  text-align: center;
}
.event_partners_wrapper .event_partners_item {
  padding: 1em 1.5em;
  text-align: center;
}
.event_partners_wrapper .event_partners_item a {
  margin-right: auto;
  margin-left: auto;
}
.event_partners_wrapper .event_partners_item a img {
  max-width: 300px;
}

/* 
section_programm_detail_termin 
____________________________________________ */
.section_programm_detail_termin .box_inner {
  max-width: 900px;
}
.section_programm_detail_termin .dav {
  display: inline-table;
  max-width: 400px;
  text-align: left;
}
.section_programm_detail_termin .dav img {
  float: left;
  margin: 0 10px 10px 0;
}
.section_programm_detail_termin .livestream_icon {
  max-width: 70px;
  margin: 0 auto;
}
.section_programm_detail_termin .position-relative .livestream_icon {
  position: absolute;
  top: -13px;
  left: 300px;
  width: 90px;
}
.section_programm_detail_termin .kalender {
  margin: 2em 0;
  max-width: 320px;
  padding: 7px 10px 0px 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.section_programm_detail_termin .kalender a:hover {
  text-decoration: underline;
}
.section_programm_detail_termin .kalender .kalender_li {
  text-align: left;
}
.section_programm_detail_termin .kalender .kalender_re {
  text-align: center;
}
@media (max-width: 991px) {
  .section_programm_detail_termin .kalender {
    margin: 2em auto;
  }
}
.section_programm_detail_termin .ul_termine_next li {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.section_programm_detail_termin .ul_termine_next li .ul_th_titel {
  display: inline;
}
.section_programm_detail_termin .ul_termine_next li .ul_th_datum {
  display: inline;
  margin-right: 10px;
  padding-right: 10px;
}

/* 
section_programm_uebersicht 
____________________________________________ */
.section_programm_uebersicht {
  padding-bottom: 40px !important;
}
.section_programm_uebersicht .programm_uebersicht_header {
  width: 100%;
  height: 400px;
  background-color: #69b8c9;
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter {
  padding: 100px 0 0px 0;
  text-align: center;
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group {
  display: inline;
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn {
  border-radius: 0;
  position: relative;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 0 5px;
  padding: 0.7em 0.7em;
  width: 190px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--color-text);
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn::after {
  padding: 0.7em 0.7em;
  content: attr(data-title);
  position: absolute;
  opacity: 0.8;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url("../../img/texturen/schraffur_bw_kl.png");
  background-repeat: repeat;
  background-color: #fff;
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn:hover, .section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn.active {
  color: #fff;
}
.section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn:hover::after, .section_programm_uebersicht .programm_uebersicht_shuffle_filter .shuffle_filter.btn-group .btn.active::after {
  background-color: #69b8c9;
  opacity: 0.7;
  background-image: url("../../img/texturen/schraffur_bw.png");
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  filter: dropshadow(color=rgba(0, 0, 0, 0.8), offx=0, offy=0);
}
.section_programm_uebersicht .programm_archiv_select {
  display: block;
  text-align: center;
  padding: 10px;
}
.section_programm_uebersicht .programm_archiv_select a {
  color: var(--color-text);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  font-size: 20px;
}
.section_programm_uebersicht .programm_archiv_select a:hover {
  color: #aaa;
  text-decoration: none;
}
.section_programm_uebersicht #programm_shuffle {
  min-height: 400px;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 1em auto;
}
.section_programm_uebersicht #programm_shuffle .my-sizer-element {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.section_programm_uebersicht #programm_shuffle .shuffle_item {
  /*
  padding: 15px;
  margin: 0;
  padding-bottom: 30px;
  */
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline {
  margin: 0 0 50px 0;
  height: 160px;
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline .h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-transform: uppercase;
  color: #666;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline .h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    padding-bottom: 20px;
  }
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline.shuffle_headline_jahr {
  background: url("../../img/texturen/headline_schraffur_600px.png") -302px bottom no-repeat;
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline.shuffle_headline_jahr .h1 {
  max-width: 280px;
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline.shuffle_headline_monat {
  background: url("../../img/texturen/headline_schraffur_600px.png") -233px bottom no-repeat;
}
.section_programm_uebersicht #programm_shuffle .shuffle_item.shuffle_headline.shuffle_headline_monat .h1 {
  max-width: 350px;
}
.section_programm_uebersicht #programm_shuffle .termin_item {
  position: relative;
  width: 100%;
  min-height: 100px;
  flex: 0 0 25%;
  max-width: 25%;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #000;
  background-position: 50%;
  background-repeat: no-repeat;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -80px;
  z-index: 5;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_wrap_img {
  opacity: 0.8;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 5% 3%;
  padding-bottom: 100px;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content .termin_content_item .livestream_icon {
  max-width: 70px;
  margin: 0 auto;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content .termin_content_item h2 {
  color: #fff;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-top: 0;
  text-transform: uppercase;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content .termin_content_item h6 {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 0.5em;
  padding-bottom: 1em;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content .termin_content_item h6.referent_name {
  padding: 0.4em 10px 0 10px;
  font-size: 0.7em;
  line-height: 1.3em;
  font-style: italic;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_content .termin_content_item h3 {
  margin-top: 6px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_wrap_datum {
  background: #fff;
  width: 100%;
  height: 80px;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_wrap_datum .termin_wrap_datum_inner {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 19px 0 20px 0;
  position: absolute;
  z-index: 11;
}
.section_programm_uebersicht #programm_shuffle .termin_item .termin_wrap .termin_wrap_datum .termin_wrap_datum_inner strong {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.section_programm_uebersicht #programm_shuffle .termin_item:hover .termin_wrap_datum_inner {
  color: #fff;
  position: relative;
}
.section_programm_uebersicht #programm_shuffle .termin_item:not(.termin_vorbei):hover .termin_wrap_datum_inner:before {
  position: absolute;
  left: 20px;
  top: 30px;
  font-family: "FontAwesome";
  font-size: 28px;
  content: "\f054"; /* fa-chevron-right f054 */
}
.section_programm_uebersicht #programm_shuffle .termin_item:not(.termin_vorbei):hover .termin_wrap_datum_inner:after {
  position: absolute;
  right: 20px;
  top: 30px;
  font-family: "FontAwesome";
  font-size: 28px;
  content: "\f053"; /* fa-chevron-left f053 */
}
.section_programm_uebersicht #programm_shuffle .termin_item a {
  color: #444;
  text-decoration: none !important;
}
.section_programm_uebersicht #programm_shuffle .termin_item a:hover .termin_wrap_datum_inner {
  color: #a4dbf8;
}
@media (max-width: 1300px) {
  .section_programm_uebersicht #programm_shuffle .termin_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1139px) {
  .section_programm_uebersicht #programm_shuffle .termin_item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .section_programm_uebersicht #programm_shuffle .termin_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .section_programm_uebersicht #programm_shuffle .termin_item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* 
section_programm_detail_text 
____________________________________________ */
.section_programm_detail_text h1 {
  margin-bottom: 0;
  font-size: 3.5em;
  margin-left: -2px;
}

/* 
section_programm_detail_bilder 
____________________________________________ */
/* 
section_programm_detail_referenten 
____________________________________________ */
.section_programm_detail_referenten a[target=_blank]:hover {
  text-decoration: none;
  color: #999999;
}
@media (max-width: 991px) {
  .section_programm_detail_referenten .box_inner {
    padding-top: 50px;
  }
}

/* 
section_programm_detail_video 
____________________________________________ */
.section_programm_detail_video .box_inner {
  max-width: 300px;
  margin: auto;
}
.section_programm_detail_video .detail_video_dsgvo {
  clear: both;
  position: relative;
  display: inline-block;
  height: 100px;
  width: 250px;
  margin: 15px auto 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  padding: 15px 0 15px 15px;
}
.section_programm_detail_video .detail_video_dsgvo strong {
  display: block;
  text-align: center;
}
.section_programm_detail_video .detail_video_dsgvo p,
.section_programm_detail_video .detail_video_dsgvo a {
  font-size: 11px;
  line-height: 16px;
}
.section_programm_detail_video .detail_video_dsgvo p {
  margin-bottom: 10px;
}
.section_programm_detail_video .detail_video_dsgvo p:last-child {
  margin-bottom: 0;
}
.section_programm_detail_video .detail_video_dsgvo .mscroll_content {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 97%;
  height: 75px;
  overflow-y: auto;
}
.section_programm_detail_video .detail_video_dsgvo .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: -15px !important;
  margin: 0;
}
.section_programm_detail_video .detail_video_dsgvo .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}
.section_programm_detail_video .detail_video_dsgvo .mCSB_scrollTools {
  opacity: 0.75 !important;
}

/* 
section_tickets_intro 
____________________________________________ */
.section_tickets_intro .headline_bg_wrapper {
  margin-top: 1em;
}
.section_tickets_intro .tickets_intro_content {
  margin: 6em auto 0 auto;
}
.section_tickets_intro a {
  display: inline-block;
  color: #bbb !important;
}
.section_tickets_intro a h4 {
  color: var(--color-text);
}
.section_tickets_intro a .fa {
  color: #bbb;
}
.section_tickets_intro a .fa-border {
  border-color: #bbb;
}
.section_tickets_intro a:hover {
  color: #8f8f8f !important;
  text-decoration: none !important;
}
.section_tickets_intro a:hover .fa {
  color: var(--color-text);
}
.section_tickets_intro a:hover .fa-border {
  background: url("../../img/texturen/schraffur_bw_kl.png") center center;
  border: 3px solid transparent;
  opacity: 0.5;
}

/*
$bg_weiss_text_color_contrast: $color_text;
$bg_weiss_text_color_contrast_2: #999999;
*/
.section_infos_intro .box_inner {
  padding-left: 30px;
  padding-right: 30px;
}
.section_infos_intro .box_inner .intro_text {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.section_infos_intro .box_inner h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  color: var(--color-text);
}
.section_infos_intro .box_inner span.text-uppercase a {
  font-size: 1.5em;
  color: #c3bdb6;
}
.section_infos_intro .box_inner span.text-uppercase a:hover {
  color: var(--color-text);
  text-decoration: none;
}
@media (max-width: 575px) {
  .section_infos_intro .box_inner span.text-uppercase a {
    font-size: 1em;
  }
}

/*
.section_infos_faqs {
    .box_inner {
    }
    @media (min-width: 1200px) {
        .container {
            max-width: 1100px;
        }
    }
}
*/
.section_infos_faqs p a,
.section_infos_faqs li a {
  color: #999999;
}
.section_infos_faqs p a:hover,
.section_infos_faqs li a:hover {
  text-decoration: none;
  color: var(--color-text);
}

/* 
section_partner 
____________________________________________ */
.section_partner .partner_type {
  text-align: center;
  margin-top: 3em;
}
.section_partner .partner_item {
  margin-top: 30px;
}
.section_partner .partner_item .partner_image {
  text-align: center;
}
.section_partner .partner_item .partner_image img {
  margin-top: 10px;
  max-width: 180px;
}
.section_partner .partner_item .partner_text {
  text-align: left;
}
@media (max-width: 991px) {
  .section_partner .container {
    max-width: 100% !important;
  }
  .section_partner .container .partner_image img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section_partner .partner_type {
    text-align: center;
  }
  .section_partner .partner_text {
    text-align: center !important;
  }
}

/* 
section_footer_partner 
____________________________________________ */
.section_footer_partner .partner_wrap {
  width: 100%;
  max-width: 800px;
  height: 320px;
  display: table;
  text-align: center;
  position: relative;
  margin: 2em auto 0 auto;
  /*
  .partner_innerwrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      padding: 0 4%;
  }
  */
}
.section_footer_partner .partner_wrap h1 {
  text-transform: uppercase;
  color: #fff;
}
.section_footer_partner .partner_wrap .partner_wrap p {
  margin-top: 5em;
  color: #fff;
}
.section_footer_partner .partner_content {
  padding: 2% 0 1.5em 0;
}
.section_footer_partner .partner_content .partner_item {
  padding: 10px;
}
.section_footer_partner .partner_content .partner_item img {
  max-width: 140px;
}

.section_ueberuns_intro .box_inner {
  max-width: 670px;
}
.section_ueberuns_intro .box_inner .image_centered {
  max-width: 500px;
}

/* 
content 
____________________________________________ */
.card_custom {
  margin-top: 2em;
  text-align: left !important;
}
.card_custom ul {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.card_custom ul li {
  position: relative;
}
.card_custom ul li::before {
  position: absolute;
  left: -12px;
  top: 0px;
  font-family: "FontAwesome";
  content: "\f105";
}

/* 
footer
____________________________________________ */
/* utils
____________________________________________ */
.fancy {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.bg_cover {
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg_fixed {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg_preloader {
  background-color: #511e13 !important;
}

/*
main_nav
__________________________________________________________*/
#main_nav {
  padding-top: 15px;
  position: absolute;
  z-index: 80;
  /* 99998 */
  width: 100%;
  text-align: center;
}
#main_nav ul#navmenu-h {
  display: inline-block;
  margin: 0 auto;
  list-style: none;
  height: 25px;
  /* border: 1px solid red; */
  z-index: 999;
  white-space: nowrap !important;
  text-align: left;
}
#main_nav ul#navmenu-h li {
  margin: 0;
  display: inline-block;
  position: relative;
  height: 25px;
  padding: 0 10px;
}
#main_nav ul#navmenu-h li a {
  float: none !important;
  float: left;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
#main_nav ul#navmenu-h > li > a {
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  filter: dropshadow(color=rgba(0, 0, 0, 0.6), offx=2, offy=2);
}
#main_nav ul#navmenu-h > li.active, #main_nav ul#navmenu-h > li:hover {
  background: rgba(0, 0, 0, 0.5);
}
#main_nav ul#navmenu-h > li {
  margin-right: 1px;
}
#main_nav ul#navmenu-h ul {
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  padding: 5px 0 10px 0;
  left: 0px;
  z-index: 999;
}
#main_nav ul#navmenu-h ul li {
  width: 100%;
  float: left;
  display: block;
  display: inline;
  border: 0 none;
  margin: 0;
  background: none;
  padding: 2px 0px;
}
#main_nav ul#navmenu-h ul li:first-child {
  margin-top: 5px;
}
#main_nav ul#navmenu-h ul li:last-child {
  border-right: none;
}
#main_nav ul#navmenu-h ul li a {
  margin: 0 10px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
#main_nav ul#navmenu-h ul li a:hover {
  border-bottom: 1px solid #fff;
}
#main_nav ul#navmenu-h > li:hover ul {
  display: table;
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1050px) {
  #main_nav ul#navmenu-h li a {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 1050px) {
  #main_nav ul#navmenu-h li a {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}
/*
servicenav
__________________________________________________________*/
.servicenav li {
  display: inline-block;
  padding: 0 10px;
}
.servicenav li a {
  color: var(--color-text);
}
.servicenav li:nth-child(1), .servicenav li:nth-child(2), .servicenav li:nth-child(3) {
  border-right: 1px solid var(--color-text);
}
.servicenav li:last-child {
  padding: 0;
}

/*
logo
__________________________________________________________*/
.logo {
  position: absolute;
  top: 12px;
  left: 17px;
  z-index: 20;
}
.logo.logo_ta img {
  max-width: 200px;
}

.nav_overlay .logo {
  z-index: 99999;
}

@media (max-height: 680px), (max-width: 991px) {
  .logo.logo_ta img {
    max-width: 120px;
  }
}
/*
hamburger
__________________________________________________________*/
#nav_toggle {
  position: fixed;
  /*
  top: 20px;
  right: 20px;
  height: 27px;
  width: 30px;
  border: 1px solid red;
  */
  top: 15px;
  right: 20px;
  height: 47px;
  width: 40px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 1490;
}
#nav_toggle:hover {
  opacity: 0.7;
}
#nav_toggle.active .top {
  -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #fff;
}
#nav_toggle.active .middle {
  opacity: 0;
  background: #fff;
}
#nav_toggle.active .bottom {
  -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
  transform: translateY(-12px) translateX(0) rotate(-45deg);
  background: #fff;
}
#nav_toggle span {
  background: #fff;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#nav_toggle span:nth-of-type(1) {
  top: 7px;
}
#nav_toggle span:nth-of-type(2) {
  top: 19px;
}
#nav_toggle span:nth-of-type(3) {
  top: 31px;
}

/*
overlay
__________________________________________________________*/
.hellgelb_bg {
  background-color: #ffe5aa;
}

.gelb_bg {
  background-color: #f4d976;
}

#nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  transition: opacity 0.35s, visibility 0.35s;
  overflow: hidden;
  z-index: 1480;
  text-align: center;
  background-color: #c03b0e;
  background-color: rgba(192, 59, 14, 0.97);
  display: none;
  /*
  .nav_footer_content a.hotline span,
  .overlay_menu_info_item span {
  	font-style: italic;
  }
  */
}
#nav_overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#nav_overlay.open #main_menu_wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#nav_overlay.open #main_menu {
  display: inline-block;
  position: relative;
  top: 15vh;
  transform-origin: left top;
  text-align: left;
  z-index: 99999;
}
#nav_overlay.open .overlay_menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#nav_overlay.open .overlay_menu ul li:not(.active) ul.sub {
  display: none;
}
#nav_overlay.open .overlay_menu ul li {
  display: table;
}
#nav_overlay.open .overlay_menu ul li li {
  margin-left: 30px;
}
#nav_overlay.open .overlay_menu ul ul {
  display: none;
}
#nav_overlay.open .overlay_menu ul ul li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #f4d976 !important;
  text-decoration: none;
  padding: 2px 0;
  text-transform: uppercase;
}
#nav_overlay.open .overlay_menu ul ul li a:hover, #nav_overlay.open .overlay_menu ul ul li a.active, #nav_overlay.open .overlay_menu ul ul li a.active:hover {
  color: #fff !important;
}
#nav_overlay.open .overlay_menu ul ul.subcurrent {
  height: auto !important;
}
#nav_overlay.open .overlay_menu > ul > li > a {
  display: inline-block; /* */
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  text-transform: uppercase;
}
#nav_overlay.open .overlay_menu > ul > li > a:hover, #nav_overlay.open .overlay_menu > ul > li.active > a, #nav_overlay.open .overlay_menu > ul > li.active > a:hover {
  color: #f4d976;
}
#nav_overlay.open .overlay_menu > ul > li:hover > a div:after, #nav_overlay.open .overlay_menu > ul > li:focus > a div:after, #nav_overlay.open .overlay_menu > ul > li:active > a div:after, #nav_overlay.open .overlay_menu > ul > li > a.navl1_h div:after {
  width: 100%;
}
#nav_overlay.open .overlay_menu > ul > li > a div:after {
  content: "";
  position: absolute;
  top: 37px;
  left: 0%;
  width: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  height: 2px;
  background: #f4d976;
  transition: 0.35s;
}
#nav_overlay.open .overlay_menu > ul > li {
  opacity: 0;
  position: relative;
  -webkit-animation: fadeInUp 0.5s ease forwards;
  animation: fadeInUp 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#nav_overlay.open .overlay_menu > ul > li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#nav_overlay #overlay_menu_info {
  position: relative;
  top: 15%;
  /*margin-top: 140px;
  */
  z-index: 99998;
  display: inline-block;
  text-align: left;
}
#nav_overlay #overlay_menu_info .overlay_menu_info_item {
  color: #fff;
  /*
  &:first-child {
  	margin-bottom: 2em;
  }
  */
}
#nav_overlay #overlay_menu_info .overlay_menu_info_item h3 {
  font-size: inherit;
  font-weight: 600;
  color: #f4d976;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 22px;
}
#nav_overlay #overlay_menu_info a {
  color: rgb(105, 184, 201);
  text-decoration: none;
}
#nav_overlay #overlay_menu_info a:hover {
  color: #ffffff;
}
#nav_overlay .nav_footer {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#nav_overlay .nav_footer .nav_footer_content {
  min-height: 70px;
}
#nav_overlay .nav_footer .nav_footer_content.hellgelb_bg a {
  text-align: right;
}
#nav_overlay .nav_footer .nav_footer_content a.hotline {
  padding: 15px;
  color: #fff;
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-decoration: none;
}
#nav_overlay .nav_footer .nav_footer_content a.hotline:hover {
  color: #ffe5aa;
  text-decoration: none;
}
#nav_overlay .nav_footer .nav_footer_content a.hotline div {
  display: inline-block;
  text-align: left;
}
#nav_overlay .nav_footer .col-6 a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #69b8c9;
  padding: 25px 15px 15px 15px;
}
#nav_overlay .nav_footer .col-6 a:hover {
  color: #fff;
  text-decoration: none;
}
#nav_overlay .nav_footer .menu_social_nav a {
  font-size: 28px;
  display: inline-block;
  margin: 0 5px 10px 5px !important;
  padding: 0;
  color: #fff;
}
@media (max-width: 575px), (max-height: 700px) {
  #nav_overlay .nav_footer {
    font-size: 14px;
  }
  #nav_overlay .nav_footer_content {
    min-height: 20px;
    text-align: center !important;
  }
  #nav_overlay .nav_footer_content a {
    text-align: center !important;
  }
  #nav_overlay .nav_footer .col-6 a,
  #nav_overlay .nav_footer_content a.hotline {
    padding: 5px 15px;
  }
  #nav_overlay .nav_footer {
    text-align: center !important;
  }
}
@media (max-height: 680px), (max-width: 767px) {
  #nav_overlay #overlay_menu_info {
    display: none;
  }
}
@media (max-width: 767px) {
  #nav_overlay #main_menu_wrap {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #nav_overlay #main_menu {
    min-width: 430px;
  }
}
@media (max-height: 680px), (max-width: 991px) {
  #nav_overlay .logo.logo_ta img {
    max-width: 120px;
  }
  #nav_overlay #main_menu {
    /* border: 1px solid red; */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  #nav_overlay #overlay_menu_info {
    top: 8%;
    margin-left: 5%;
  }
}
@media (max-height: 550px) {
  #nav_overlay #main_menu {
    /* border: 1px solid blue; 
    top: 18%;*/
    top: 22vh;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
}

/*
hamburger colors section
__________________________________________________________*/
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: 0 !important;
  top: 85px;
  right: 20px;
  opacity: 1;
  display: none;
  padding-top: 40px;
  /*
  	border: 5px solid red;
  */
}
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#fp-nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  /*
  width: 10px;
  height: 10px;

  */
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#fp-nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #fff;
}
#fp-nav ul li a .fp-tooltip {
  position: absolute;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: auto;
  cursor: pointer;
  top: -7px;
  right: 20px;
  color: #373736;
  font-size: 14px;
  font-family: inherit;
  background: #fff;
  padding: 2px 5px 2px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
#fp-nav ul li:hover .fp-tooltip {
  opacity: 1;
}
#fp-nav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav.hover {
  display: block;
}
#fp-nav.dark_hamburger ul li a span {
  background: #373736;
}
#fp-nav.dark_hamburger ul li .fp-tooltip {
  background: #373736;
  color: #fff;
}

body.scrolled_content #fp-nav {
  top: 25px;
}

/*
hamburger colors section
__________________________________________________________*/
#nav_toggle span {
  background-color: #ededed !important;
}

#nav_toggle.dark_hamburger span,
#fp-nav.dark_hamburger ul li a span {
  background: #373736 !important;
}

.nav_opened #nav_toggle span {
  background-color: #ededed !important;
}

/*
footer elements
__________________________________________________________*/
.totop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.totop:hover {
  color: #ffe5aa;
}

#social_nav_sidebar {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  bottom: 30px;
  right: 0px;
  z-index: 999;
}
#social_nav_sidebar p {
  margin: 0;
  padding: 0;
}
#social_nav_sidebar a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  padding: 3px 0 5px 0;
  text-align: center;
}
#social_nav_sidebar a:hover {
  color: #ffe5aa;
  text-decoration: none;
}

@media (min-width: 768px) {
  .totop {
    height: 36px;
    width: 40px;
    font-size: 25px;
  }
  .totop .fa {
    margin-top: -3px;
    font-size: 28px;
  }
  #social_nav_sidebar {
    padding-top: 4px;
    bottom: 36px;
  }
  #social_nav_sidebar a {
    height: 36px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    padding: 0 3px;
  }
}
/*
spendenlink
__________________________________________________________*/
#spendenlink {
  position: fixed;
  top: 60px;
  right: -40px;
  display: block;
  z-index: 90;
  width: 210px;
  height: 63px;
  background-image: url("../../img/unterstuetzer_button_shadow.png");
  background-position: left, 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

#spendenlink:hover {
  opacity: 0.9;
}

#spendenlink img {
  width: 150px;
  height: 63px;
}

/*
@media (max-width: 1100px) {
	#spendenlink {
		top: 9px;
		right: 30px;
	}
	#spendenlink img {
		width: 150px;
	}
}
*/
.swiper_cursor {
  cursor: e-resize;
}

.slider_text_shadow {
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
  filter: dropshadow(color=rgba(0, 0, 0, 0.6), offx=1, offy=1);
}

.swiper-container {
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.swiper-pagination-bullet {
  opacity: 1 !important;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  /* border-radius: 0; */
  background: #fff;
  /* border: 1px solid #fff; */
  border: #fff;
  margin: 0 5px;
}

.swiper-pagination-bullet:hover {
  background: #222222 !important;
}

.swiper-pagination-bullet-active {
  /*opacity: 1;*/
  background: #222222 !important;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 50;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  /* color: #fff;*/
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "FontAwesome" !important;
  font-size: 60px !important;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  filter: dropshadow(color=rgba(0, 0, 0, 0.2), offx=1, offy=1);
}

.swiper-button-next::after {
  content: "\f105"; /* fa-angle-right  */
}

.swiper-button-prev::after {
  content: "\f104"; /* fa-angle-left  */
}

@media (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 40px !important;
  }
  .swiper-button-prev {
    left: 0px !important;
  }
  .swiper-button-next {
    right: 0px !important;
  }
}
.section_intro_headerslider {
  min-height: 100vh;
}
.section_intro_headerslider .slide_wrap {
  /* overflow: hidden; */
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.section_intro_headerslider .slide_wrap .box_inner {
  margin: 3% auto 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 20px;
  text-align: center;
  /* border: 1px solid red; */
}
.section_intro_headerslider .slide_wrap .box_inner a {
  text-decoration: none;
}
.section_intro_headerslider .slide_wrap .box_inner a:hover {
  text-decoration: none;
}
.section_intro_headerslider h3 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
}
.section_intro_headerslider h1 {
  margin: 10px 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 5.2em;
}
.section_intro_headerslider h5 {
  font-style: italic;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 600;
  padding-bottom: 1em;
}
.section_intro_headerslider .video_item {
  min-width: 100%;
  min-height: 100%;
}
.section_intro_headerslider .swiper_dunkel h1,
.section_intro_headerslider .swiper_dunkel h3,
.section_intro_headerslider .swiper_dunkel h5 {
  color: var(--color-text);
}
.section_intro_headerslider .swiper_hell h1,
.section_intro_headerslider .swiper_hell h3,
.section_intro_headerslider .swiper_hell h5 {
  color: #fff;
}
@media (max-width: 767px) {
  .section_intro_headerslider .box_inner {
    max-width: 800px;
  }
  .section_intro_headerslider .box_inner h1 {
    margin: 10px 0;
    font-size: 2.5em;
  }
  .section_intro_headerslider .box_inner h3,
  .section_intro_headerslider .box_inner h5 {
    font-size: 1.3em;
  }
}

@media (max-width: 991px) {
  .section_intro_headerslider {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .section_intro_headerslider {
    min-height: 400px;
  }
}
.section_intro_infos {
  min-height: 100vh;
}
.section_intro_infos .slide_wrap {
  position: relative;
  text-align: center;
}
.section_intro_infos .slide_wrap .box_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px !important;
  padding-right: 30px;
  padding-left: 30px;
}
.section_intro_infos .slide_wrap .box_inner img {
  max-width: 60%;
}
.section_intro_infos .slide_wrap .box_inner h2 {
  font-size: 5vh;
  line-height: 1.05em;
  font-weight: 900;
  padding-top: 6%;
  margin-bottom: 2vw;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .section_intro_infos .slide_wrap .box_inner h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .section_intro_infos {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .section_intro_infos .slide_wrap .box_inner {
    max-width: 650px !important;
  }
}
.section_intro_next_events {
  min-height: 100vh;
}
.section_intro_next_events #swiper_intro_next_events {
  /*
  padding: 0 15px 40px 15px;
   border: 1px solid red;
  */
  padding: 0 60px 40px 60px;
}
.section_intro_next_events #swiper_intro_next_events.swiper-container {
  width: calc(100% - 60px);
  max-width: 450px;
}
.section_intro_next_events #swiper_intro_next_events .swiper-pagination-bullets {
  bottom: 0;
}
.section_intro_next_events #swiper_intro_next_events .swiper-button-prev {
  left: 0px;
}
.section_intro_next_events #swiper_intro_next_events .swiper-button-next {
  right: 0px;
}

@media (max-width: 991px) {
  .section_intro_next_events {
    min-height: auto;
  }
}
@media (min-width: 900px) {
  .section_intro_next_events #swiper_intro_next_events.swiper-container {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .section_intro_next_events #swiper_intro_next_events.swiper-container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .section_intro_next_events #swiper_intro_next_events.swiper-container {
    max-width: 1500px;
  }
}
@media (min-width: 1900px) {
  .section_intro_next_events #swiper_intro_next_events.swiper-container {
    max-width: 1900px;
  }
}
.section_intro_next_events .swiper-button-next:hover,
.section_intro_next_events .swiper-button-prev:hover,
.section_intro_infos .swiper-button-next:hover,
.section_intro_infos .swiper-button-prev:hover {
  color: #aaa;
}

/* Forms custom
____________________________________________ */
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* .input-group-text, */
.form-control,
input,
optgroup,
select,
textarea {
  font-family: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/*
.form-control {

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:
		border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition:
		border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition:
		border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
}
*/
input[type=text] {
  border-radius: 0;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
.form-control:focus {
  border: 1px solid #fac39c !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*
  -webkit-box-shadow:
  	inset 0 1px 1px rgba(0, 0, 0, 0.075),
  	0 0 8px rgba(243, 157, 49, 0.6);
  box-shadow:
  	inset 0 1px 1px rgba(0, 0, 0, 0.075),
  	0 0 8px rgba(243, 157, 49, 0.6);
  */
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* custom radio checkbox
____________________________________________ */
.cri_radio,
.cri_checkbox {
  display: inlineblock;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cri_radio input,
.cri_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cri_radio input:checked ~ .checkmark:after,
.cri_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cri_radio:hover input ~ .checkmark,
.cri_checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.cri_radio input:checked ~ .checkmark,
.cri_checkbox input:checked ~ .checkmark {
  background-color: var(--color-text);
}

.cri_radio .checkmark {
  position: absolute;
  top: 3px;
  left: 2px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.cri_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.cri_checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
}
.cri_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg_schwarz .cri_radio input:checked ~ .checkmark,
.bg_schwarz .cri_checkbox input:checked ~ .checkmark {
  background-color: #fac39c;
}

.bg_dunkelblau .cri_radio input:checked ~ .checkmark,
.bg_dunkelblau .cri_checkbox input:checked ~ .checkmark {
  background-color: #f7b188;
}

@media (min-width: 768px) {
  .section_programm_detail_bilder .detail_image {
    height: 33.33333333vh;
  }
}

.photoswipe-wrapper .detail_image img {
  width: 100%;
  height: 40vh;
}
.photoswipe-wrapper .caption {
  display: none;
}
.photoswipe-wrapper a.photoswipe-item {
  display: block;
}
.photoswipe-wrapper .photoswipe_btn_wrap_center {
  position: absolute;
  z-index: 5;
  top: calc(50% - 40px);
  left: calc(50% - 125px);
  height: 80px;
  width: 250px;
  text-align: center;
}
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe {
  text-align: center;
}
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe .fa {
  margin-top: 10px;
  font-size: 70px;
}
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe .btn_trigger_photoswipe {
  color: #fff;
  position: relative;
  height: 80px;
  width: 250px;
  overflow: hidden;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 80px;
  text-transform: uppercase;
  cursor: pointer;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  filter: dropshadow(color=rgba(0, 0, 0, 0.3), offx=1, offy=1);
}
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe .btn_trigger_photoswipe .bg_line_textur::after,
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe .btn_trigger_photoswipe .bg_line_textur::before {
  opacity: 0.5;
  background-image: url("../../img/texturen/line_texture_horizontal_plain_white.png");
}
.photoswipe-wrapper .a_wrap_btn_trigger_photoswipe .btn_trigger_photoswipe:hover {
  opacity: 0.8;
}

.pswp__caption__center {
  max-width: 1000px;
  color: #ddd;
}
.pswp__caption__center p {
  color: #ddd;
  font-size: inherit;
}

.pswp__wrapper {
  max-width: 1000px;
}

/*
@import 'buttons.scss';
*/
/* 
headline mit animierter schraffur 
____________________________________________ */
.headline_bg_wrapper {
  position: relative;
}
.headline_bg_wrapper h1 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.headline_bg_wrapper div.text-uppercase {
  font-size: 20px;
  font-weight: 400;
}

.bg_line_textur {
  position: absolute;
  top: 115px;
  left: 50%;
  height: 250px;
  width: 250px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0.7;
}
.bg_line_textur.textur_small {
  top: 90px;
  height: 200px;
  width: 200px;
}

@media (max-width: 767px) {
  .bg_line_textur {
    top: 90px;
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .bg_line_textur {
    top: 70px;
    height: 150px;
    width: 150px;
  }
}
.bg_line_textur::before {
  background-position: 0 0;
  transform: translate(calc(-50% + 600px), calc(-50% - 600px)) rotate(-45deg);
}

.bg_line_textur::after {
  background-position: 0 5px;
  transform: translate(calc(-50% - 600px), calc(-50% + 600px)) rotate(-45deg);
}

.bg_line_textur::after,
.bg_line_textur::before {
  content: "";
  position: absolute;
  background-repeat: repeat;
  background-size: auto 10px;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  opacity: 0.15;
  transition-delay: 1s;
  background-image: url("../../img/texturen/line_texture_horizontal_white.png");
}

.bg_beige .bg_line_textur::after,
.bg_beige .bg_line_textur::before,
.bg_weiss .bg_line_textur::after,
.bg_weiss .bg_line_textur::before {
  background-image: url("../../img/texturen/line_texture_horizontal_black.png");
  opacity: 0.15;
}

.section_visible .bg_line_textur::after,
.section_visible .bg_line_textur::before {
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 1s cubic-bezier(0.24, 0.72, 0.35, 1.01);
  transition-delay: 0.75s;
}

/*
effekte
---------------------------------------------------------*/
.effect_rotate .rotateInDownLeft_erstes img {
  position: absolute;
  z-index: 5;
  max-width: 70%;
  margin-top: -15%;
  left: 10%;
}
.effect_rotate .rotateInDownLeft_zweites img {
  position: absolute;
  z-index: 6;
  max-width: 70%;
  margin-top: -10%;
  left: 12%;
}
.effect_rotate .rotateInDownLeft_drittes img {
  position: absolute;
  z-index: 7;
  max-width: 70%;
  margin-top: -7%;
  left: 14%;
}

@media (max-width: 991px) {
  .effect_rotate {
    margin: -25% auto 0 auto;
    max-width: 500px;
  }
  .effect_rotate .rotateInDownLeft_erstes img {
    max-width: 50%;
    margin-top: -23%;
    margin-left: 15%;
  }
  .effect_rotate .rotateInDownLeft_zweites img {
    max-width: 50%;
    margin-top: -18%;
    margin-left: 18%;
  }
  .effect_rotate .rotateInDownLeft_drittes img {
    max-width: 50%;
    margin-top: -18%;
    margin-left: 21%;
  }
}
@media (max-width: 767px) {
  .effect_rotate {
    margin: -12% auto 0 auto;
  }
  .effect_rotate .rotateInDownLeft_erstes img {
    max-width: 35%;
    margin-top: -23%;
    margin-left: 15%;
  }
  .effect_rotate .rotateInDownLeft_zweites img {
    max-width: 35%;
    margin-top: -18%;
    margin-left: 18%;
  }
  .effect_rotate .rotateInDownLeft_drittes img {
    max-width: 35%;
    margin-top: -20%;
    margin-left: 21%;
  }
}
.ani_duration_01 {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_03 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_05 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_10 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ani_duration_06 {
  transition: transform 0.6s;
  /*
    -webkit-animation-delay .6s;	
    transition-delay: .4s;
    */
}

/*
      .animate-out {
        -webkit-animation-delay : 0ms;
        animation-delay : 0ms;
      }
  */
.ani_delay_01 {
  -webkit-animation-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.ani_delay_02 {
  -webkit-animation-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.ani_delay_03 {
  -webkit-animation-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.ani_delay_04 {
  -webkit-animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.ani_delay_05 {
  -webkit-animation-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.ani_delay_06 {
  -webkit-animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.ani_delay_07 {
  -webkit-animation-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

.ani_delay_08 {
  -webkit-animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.ani_delay_09 {
  -webkit-animation-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.ani_delay_10 {
  -webkit-animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.ani_delay_11 {
  -webkit-animation-delay: 1.1s !important;
  transition-delay: 1.1s !important;
}

.ani_delay_12 {
  -webkit-animation-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.ani_delay_13 {
  -webkit-animation-delay: 1.3s !important;
  transition-delay: 1.3s !important;
}

.ani_delay_14 {
  -webkit-animation-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.ani_delay_15 {
  -webkit-animation-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.ani_delay_16 {
  -webkit-animation-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.ani_delay_17 {
  -webkit-animation-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}

.ani_delay_18 {
  -webkit-animation-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.ani_delay_19 {
  -webkit-animation-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}

.ani_delay_20 {
  -webkit-animation-delay: 2s !important;
  transition-delay: 2s !important;
}

.ani_delay_21 {
  -webkit-animation-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.ani_delay_22 {
  -webkit-animation-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}

.ani_delay_23 {
  -webkit-animation-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}

.ani_delay_24 {
  -webkit-animation-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.ani_delay_25 {
  -webkit-animation-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animation_sequenz_delay_galerie .ani_item:nth-of-type(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(8) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(10) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(11) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(12) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(13) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(14) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(15) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(16) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(17) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(18) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(19) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(20) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(21) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(22) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(23) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation_sequenz_delay_03 .ani_item:nth-of-type(24) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(1) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(6) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(7) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(8) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(9) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(10) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(11) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(12) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(13) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(14) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(15) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(16) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(17) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(18) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(19) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(20) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(21) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(22) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(23) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(24) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(25) {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(26) {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(27) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(28) {
  -webkit-animation-delay: 3.1s;
  animation-delay: 3.1s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(29) {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.animation_sequenz_delay_05 .ani_item:nth-of-type(30) {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

/*
  zwischen effectebenen immer "normale" ebenen einblenden
  */
.from_left {
  transform: translateX(-100%);
  transform-origin: right center;
}

.from_right {
  transform: translateX(100%);
  transform-origin: right center;
}

.from_top {
  transform: translateY(-100%);
  transform-origin: right center;
}

.from_bottom {
  transform: translateY(100%);
  transform-origin: right center;
}

@media (max-width: 767px) {
  .from_left {
    transform: translateX(0);
    transform-origin: right center;
  }
  .from_right {
    transform: translateX(0);
    transform-origin: right center;
  }
  .from_top {
    transform: translateY(0);
    transform-origin: right center;
  }
  .from_bottom {
    transform: translateY(0);
    transform-origin: right center;
  }
}
/* 
  --------------------------------------------
  effekt-elemente
  --------------------------------------------
  */
/* 
  --------------------------------------------
  scroll_indicator
  --------------------------------------------

@-webkit-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
@-moz-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
@-o-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
@keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }
    50% {
        bottom: 7px;
    }
    100% {
        bottom: 2px;
    }
}
  */
@-webkit-keyframes scroll-left-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-moz-keyframes scroll-left-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@-o-keyframes scroll-left-anim {
  0% {
    bottom: 2px;
  }
  50% {
    bottom: 7px;
  }
  100% {
    bottom: 2px;
  }
}
@keyframes scroll-left-anim {
  0% {
    left: 2px;
  }
  50% {
    left: 7px;
  }
  100% {
    left: 2px;
  }
}
/* 
--------------------------------------------
https://daneden.github.io/animate.css/
--------------------------------------------
*/
.FPS_fadeIn,
.FPS_fadeInUp,
.FPS_fadeInDown,
.rotateInDownLeft_erstes,
.rotateInDownLeft_zweites,
.rotateInDownLeft_drittes {
  opacity: 0;
}

@media (max-width: 767px) {
  .FPS_fadeIn,
  .FPS_fadeInUp,
  .FPS_fadeInDown,
  .rotateInDownLeft_erstes,
  .rotateInDownLeft_zweites,
  .rotateInDownLeft_drittes {
    opacity: 1 !important;
  }
}
.FPS_fadeInUp {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.section_visible .FPS_fadeInUp {
  opacity: 1;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*	FPS_fadeInDown */
.FPS_fadeInDown {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.section_visible .FPS_fadeInDown {
  opacity: 1;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*	FPS_fadeIn */
.section_visible .FPS_fadeIn,
.animate_effects .FPS_fadeIn {
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*	rotateInDownLeft_erstes */
.rotateInDownLeft_erstes {
  opacity: 0;
}

.section_visible .rotateInDownLeft_erstes,
.animate_effects .rotateInDownLeft_erstes {
  opacity: 1;
  -webkit-animation-name: rotateInDownLeft_erstes;
  animation-name: rotateInDownLeft_erstes;
}

@-webkit-keyframes rotateInDownLeft_erstes {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
    transform: rotate3d(0, 0, 1, -20deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft_erstes {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
    transform: rotate3d(0, 0, 1, -20deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 1;
  }
}
/*	rotateInDownLeft_zweites */
.section_visible .rotateInDownLeft_zweites,
.animate_effects .rotateInDownLeft_zweites {
  opacity: 1;
  -webkit-animation-name: rotateInDownLeft_zweites;
  animation-name: rotateInDownLeft_zweites;
}

@-webkit-keyframes rotateInDownLeft_zweites {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft_zweites {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 1;
  }
}
/*	rotateInDownLeft_drittes */
.section_visible .rotateInDownLeft_drittes,
.animate_effects .rotateInDownLeft_drittes {
  opacity: 1;
  -webkit-animation-name: rotateInDownLeft_drittes;
  animation-name: rotateInDownLeft_drittes;
}

@-webkit-keyframes rotateInDownLeft_drittes {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft_drittes {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 10deg);
    transform: rotate3d(0, 0, 1, 0deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    opacity: 1;
  }
}
.overlay {
  /**/
  -webkit-transform: translate3d(-100%, 0, 0);
  -webkit-animation-duration: 0.15s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-transform: translate3d(-100%, 0, 0);
  -moz-animation-duration: 0.15s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  transform: translate3d(-100%, 0, 0);
  animation-duration: 0.15s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

/* Top */
.termin_item.hover-enter-top .overlay {
  -webkit-animation-name: slide_in_top;
  -moz-animation-name: slide_in_top;
  animation-name: slide_in_top;
}

.termin_item.hover-leave-top .overlay {
  -webkit-animation-name: slide_out_top;
  -moz-animation-name: slide_out_top;
  animation-name: slide_out_top;
}

/* Right */
.termin_item.hover-enter-right .overlay {
  -webkit-animation-name: slide_in_right;
  -moz-animation-name: slide_in_right;
  animation-name: slide_in_right;
}

.termin_item.hover-leave-right .overlay {
  -webkit-animation-name: slide_out_right;
  -moz-animation-name: slide_out_right;
  animation-name: slide_out_right;
}

/* Bottom */
.termin_item.hover-enter-bottom .overlay {
  -webkit-animation-name: slide_in_bottom;
  -moz-animation-name: slide_in_bottom;
  animation-name: slide_in_bottom;
}

.termin_item.hover-leave-bottom .overlay {
  -webkit-animation-name: slide_out_bottom;
  -moz-animation-name: slide_out_bottom;
  animation-name: slide_out_bottom;
}

/* Left */
.termin_item.hover-enter-left .overlay {
  -webkit-animation-name: slide_in_left;
  -moz-animation-name: slide_in_left;
  animation-name: slide_in_left;
}

.termin_item.hover-leave-left .overlay {
  -webkit-animation-name: slide_out_left;
  -moz-animation-name: slide_out_left;
  animation-name: slide_out_left;
}

/* Top */
@-webkit-keyframes slide_in_top {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_out_top {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
@-moz-keyframes slide_in_top {
  0% {
    -moz-transform: translate3d(0, -100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide_out_top {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, -100%, 0);
  }
}
@keyframes slide_in_top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_out_top {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
/* Right */
@-webkit-keyframes slide_in_right {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_out_right {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@-moz-keyframes slide_in_right {
  0% {
    -moz-transform: translate3d(100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide_out_right {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide_in_right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_out_right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/* Bottom */
@-webkit-keyframes slide_in_bottom {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_out_bottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@-moz-keyframes slide_in_bottom {
  0% {
    -moz-transform: translate3d(0, 100%, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide_out_bottom {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 100%, 0);
  }
}
@keyframes slide_in_bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_out_bottom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
/* Left */
@-webkit-keyframes slide_in_left {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide_out_left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes slide_in_left {
  0% {
    -moz-transform: translate3d(-100%, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slide_out_left {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slide_in_left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide_out_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
:root {
  --font-family: inherit;
  --font-size: 0.9rem;
  --title-font-family: inherit;
  --border-style: solid;
  --border-radius: 0px;
  --button-text-color: #fff;
  --list-input-required: #616a73;
  --overlay-bg-color: rgba(0, 0, 0, 0.5);
  --overlay-context-notice-border-color: #dedfe1;
  --overlay-context-notice-bg-color: rgba(255, 255, 255, 0.5);
  --overlay-context-notice-bg-color-hover: rgba(255, 255, 255, 0.8);
  --overlay-context-notice-text-color: #1f2837;
  --cookie-notice-bg-color: #fff;
  --cookie-notice-text-color: #1f2837;
  --light1: #333;
  --light2: red;
  --green1: #87ae5b;
  --green2: #43622a;
  --green3: pink;
  --blue1: #83bedb;
  --blue2: LightSkyBlue;
  --white2: #eee;
  --white3: #555;
  --dark1: #fff;
  --dark2: #a1a1a1;
  --dark3: #333;
}

.klaro_item.klaro_wuw_video_hidden {
  display: none;
}

.klaro {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro button {
  font-family: inherit;
  font-family: var(--font-family, inherit);
  font-size: 14px;
  font-size: var(--font-size, 14px);
}

.klaro .cookie-modal,
.klaro .context-notice,
.klaro .cookie-notice {
  /* The switch - the box around the slider */
}

.klaro .cookie-modal .cm-switch-container,
.klaro .context-notice .cm-switch-container,
.klaro .cookie-notice .cm-switch-container {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-color: #c8c8c8;
  border-bottom-color: var(--light2, #c8c8c8);
  display: block;
  position: relative;
  padding: 10px;
  padding-left: 66px;
  line-height: 20px;
  vertical-align: middle;
  min-height: 40px;
}

.klaro .cookie-modal .cm-switch-container:last-child,
.klaro .context-notice .cm-switch-container:last-child,
.klaro .cookie-notice .cm-switch-container:last-child {
  border-bottom: 0;
}

.klaro .cookie-modal .cm-switch-container:first-child,
.klaro .context-notice .cm-switch-container:first-child,
.klaro .cookie-notice .cm-switch-container:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch-container p,
.klaro .context-notice .cm-switch-container p,
.klaro .cookie-notice .cm-switch-container p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-switch,
.klaro .context-notice .cm-switch,
.klaro .cookie-notice .cm-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
  opacity: 0.6;
}

.klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
  opacity: 0.8;
}

.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
  background-color: var(--list-input-required);
  opacity: 0.8;
  cursor: not-allowed;
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal .cm-list-input,
.klaro .context-notice .cm-list-input,
.klaro .cookie-notice .cm-list-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.klaro .cookie-modal .cm-list-title,
.klaro .context-notice .cm-list-title,
.klaro .cookie-notice .cm-list-title {
  font-size: 0.9em;
  font-weight: 600;
}

.klaro .cookie-modal .cm-list-description,
.klaro .context-notice .cm-list-description,
.klaro .cookie-notice .cm-list-description {
  color: #7c7c7c;
  color: var(--dark3, #7c7c7c);
  font-size: 0.9em;
  padding-top: 0;
}

.klaro .cookie-modal .cm-list-label,
.klaro .context-notice .cm-list-label,
.klaro .cookie-notice .cm-list-label {
  /* The slider */
  /* Rounded sliders */
  margin-bottom: 0;
}

.klaro .cookie-modal .cm-list-label .cm-switch,
.klaro .context-notice .cm-list-label .cm-switch,
.klaro .cookie-notice .cm-list-label .cm-switch {
  position: absolute;
  left: 0;
}

.klaro .cookie-modal .cm-list-label .slider,
.klaro .context-notice .cm-list-label .slider,
.klaro .cookie-notice .cm-list-label .slider {
  background-color: #f2f2f2;
  background-color: var(--white2, #f2f2f2);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  width: 50px;
  display: inline-block;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #e6e6e6;
  background-color: var(--white3, #e6e6e6);
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 5px;
  transition: 0.4s;
}

.klaro .cookie-modal .cm-list-label .slider.round,
.klaro .context-notice .cm-list-label .slider.round,
.klaro .cookie-notice .cm-list-label .slider.round {
  border-radius: 30px;
}

.klaro .cookie-modal .cm-list-label .slider.round::before,
.klaro .context-notice .cm-list-label .slider.round::before,
.klaro .cookie-notice .cm-list-label .slider.round::before {
  border-radius: 50%;
}

.klaro .cookie-modal .cm-list-label input:focus + .slider,
.klaro .context-notice .cm-list-label input:focus + .slider,
.klaro .cookie-notice .cm-list-label input:focus + .slider {
  box-shadow-color: #48dfb2;
  box-shadow-color: var(--green3, #48dfb2);
  box-shadow: 0 0 1px var(--green3, #48dfb2);
}

.klaro .cookie-modal .cm-list-label input:checked + .slider::before,
.klaro .context-notice .cm-list-label input:checked + .slider::before,
.klaro .cookie-notice .cm-list-label input:checked + .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
.klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
.klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
  box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
}

.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.klaro .cookie-modal .slider,
.klaro .context-notice .slider,
.klaro .cookie-notice .slider {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
}

.klaro .cookie-modal a,
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: #1a936f;
  color: var(--green1, #1a936f);
  text-decoration: none;
}

.klaro .cookie-modal p,
.klaro .cookie-modal strong,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice strong,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice strong,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .cookie-modal p,
.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal ul,
.klaro .cookie-modal li,
.klaro .context-notice p,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice ul,
.klaro .context-notice li,
.klaro .cookie-notice p,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice ul,
.klaro .cookie-notice li {
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 0.7em;
}

.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3,
.klaro .cookie-modal h4,
.klaro .cookie-modal h5,
.klaro .cookie-modal h6,
.klaro .context-notice h1,
.klaro .context-notice h2,
.klaro .context-notice h3,
.klaro .context-notice h4,
.klaro .context-notice h5,
.klaro .context-notice h6,
.klaro .cookie-notice h1,
.klaro .cookie-notice h2,
.klaro .cookie-notice h3,
.klaro .cookie-notice h4,
.klaro .cookie-notice h5,
.klaro .cookie-notice h6 {
  font-family: inherit;
  font-family: var(--title-font-family, inherit);
}

.klaro .cookie-modal .cm-link,
.klaro .context-notice .cm-link,
.klaro .cookie-notice .cm-link {
  margin-right: 0.5em;
  vertical-align: middle;
}

.klaro .cookie-modal .cm-btn,
.klaro .context-notice .cm-btn,
.klaro .cookie-notice .cm-btn {
  /*
  color: #fff;
  color: var(--button-text-color, #fff);
  background-color: #5c5c5c;
  background-color: var(--dark2, #5c5c5c);
  border-radius: 4px;
  border-radius: var(--border-radius, 4px);
  padding: 6px 10px;
  margin-right: 0.3em;
  margin-left: 0.3em;
  border-style: none;
  padding: 0.4em;
  font-size: 1em;

  cursor: pointer;
  */
}

.klaro .cookie-modal .cm-btn:disabled,
.klaro .context-notice .cm-btn:disabled,
.klaro .cookie-notice .cm-btn:disabled {
  opacity: 0.5;
}

.klaro .cookie-modal .cm-btn.cm-btn-close,
.klaro .context-notice .cm-btn.cm-btn-close,
.klaro .cookie-notice .cm-btn.cm-btn-close {
  background-color: #c8c8c8;
  background-color: var(--light2, #c8c8c8);
}

/*
.klaro .cookie-modal .cm-btn.cm-btn-success,
.klaro .context-notice .cm-btn.cm-btn-success,
.klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: #1a936f;
  background-color: var(--green1, #1a936f);
}


.klaro .cookie-modal .cm-btn.cm-btn-success-var,
.klaro .context-notice .cm-btn.cm-btn-success-var,
.klaro .cookie-notice .cm-btn.cm-btn-success-var {
  background-color: #24cc9a;
  background-color: var(--green2, #24cc9a);
}

.klaro .cookie-modal .cm-btn.cm-btn-info,
.klaro .context-notice .cm-btn.cm-btn-info,
.klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: #2581c4;
  background-color: var(--blue1, #2581c4);
}
*/
.klaro .context-notice {
  /*
   border-radius: 4px;
   border-radius: var(--border-radius, 4px);
   border-style: solid;
   border-style: var(--border-style, solid);
   border-width: 1px;
   border-width: var(--border-width, 1px);
   border-color: #c8c8c8;
   border-color: var(--light2, #c8c8c8);

   padding: 12px;

   background-color: #fafafa;
   background-color: var(--light1, #fafafa);  




   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;

   height: 100%;
  */
}

.klaro .context-notice.cm-dark {
  background-color: #333;
  background-color: var(--dark1, #333);
  border-color: #5c5c5c;
  border-color: var(--dark2, #5c5c5c);
}

.klaro .context-notice.cm-dark p {
  color: #fafafa;
  color: var(--light1, #fafafa);
}

.klaro .context-notice.cm-dark p a {
  color: #459cdc;
  color: var(--blue2, #459cdc);
}

.klaro .context-notice p {
  color: #333;
  color: var(--dark1, #333);
  flex-grow: 0;
  text-align: center;
  padding-top: 0;
  margin-top: 0;
}

.klaro .context-notice p a {
  color: #24cc9a;
  color: var(--green2, #24cc9a);
}

.klaro .context-notice p.cm-buttons {
  /* margin-top: 12px; */
}

.klaro .cookie-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
}

.klaro .cookie-modal.cm-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  z-index: 0;
}

.klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
  position: relative;
  -ms-transform: none;
  transform: none;
}

.klaro .cookie-modal .cm-bg {
  background: var(--overlay-bg-color);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
}

@media (min-width: 660px) {
  .klaro .cookie-modal .cm-modal.cm-klaro {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal .cm-modal .hide {
  border-style: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.klaro .cookie-modal .cm-modal .hide svg {
  stroke: #fafafa;
  stroke: var(--light1, #fafafa);
}

.klaro .cookie-modal .cm-modal .cm-footer {
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-footer-buttons {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  padding-top: 4px;
  text-align: right;
  padding-right: 8px;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
}

.klaro .cookie-modal .cm-modal .cm-header {
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width, 1px);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style, solid);
  border-bottom-color: #5c5c5c;
  border-bottom-color: var(--dark2, #5c5c5c);
  padding: 1em;
  padding-right: 24px;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  margin: 0;
  font-size: 2em;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-header h1.title {
  padding-right: 20px;
}

.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul {
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body span {
  display: inline-block;
  width: auto;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
  padding: 0;
  margin: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
  margin-left: -40px;
  display: none;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
  margin-top: 15px;
  display: block;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 60px;
  min-height: 40px;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
  margin-top: 0;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
  color: #a0a0a0;
  color: var(--light3, #a0a0a0);
  font-size: 0.8em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
  border-top-width: 1px;
  border-top-width: var(--border-width, 1px);
  border-top-style: solid;
  border-top-style: var(--border-style, solid);
  border-top-color: #5c5c5c;
  border-top-color: var(--dark2, #5c5c5c);
  padding-top: 1em;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
  font-weight: 600;
}

.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
.klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
  color: #5c5c5c;
  color: var(--dark2, #5c5c5c);
  padding-left: 0.2em;
  font-size: 0.8em;
}

/*
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #333;
  background-color: var(--dark1, #333);
  z-index: 999;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
}
*/
/*
@media (min-width: 1024px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {

    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: fixed;
    position: var(--notice-position, fixed);
    right: 20px;
    right: var(--notice-right, 20px);
    left: auto;
    left: var(--notice-left, auto);
    bottom: 20px;
    bottom: var(--notice-bottom, 20px);
    top: auto;
    top: var(--notice-top, auto);
    max-width: 400px;
    max-width: var(--notice-max-width, 400px);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
}


@media (max-width: 1023px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    border-style: none;
    border-radius: 0;
  }
}
*/
.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
  position: relative;
  height: inherit;
  width: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 0;
}

.klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
  padding-top: 0.5em;
}

/*
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 0;
  padding: 1em;
  padding-top: 0;
}
*/
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
  margin-bottom: 0.5em;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
  text-decoration: underline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
  display: inline-block;
  margin-top: -0.5em;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    width: 100%;
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
  margin-top: 0.5em;
  margin-left: 15px;
}

@media (max-width: 384px) {
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    width: calc(50% - 0.5em);
  }
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
  margin-top: -0.5em;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
  margin-top: 0.5em;
}

.klaro .cookie-modal-notice {
  background-color: #333;
  background-color: var(--dark1, #333);
  color: #fafafa;
  color: var(--light1, #fafafa);
  z-index: 1001;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
  max-height: 98%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  overflow: auto;
  padding: 1em;
  padding-top: 0.2em;
}

@media (min-width: 400px) {
  .klaro .cookie-modal-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
    width: auto;
  }
}
.klaro .cookie-modal-notice .cn-ok {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

.klaro .cookie-notice-hidden {
  display: none !important;
}

/*
custom
________________________________________________*/
button.cm-btn {
  cursor: pointer;
  padding: 8px 15px !important;
}

.klaro .cookie-modal .cm-list-label .slider::before,
.klaro .context-notice .cm-list-label .slider::before,
.klaro .cookie-notice .cm-list-label .slider::before {
  background-color: #fff;
  /* background-color: var(--white3, #e6e6e6); */
}

.klaro .context-notice {
  padding: 20px;
}

.klaro .context-notice p,
.cookie-modal .cm-list-title {
  color: var(--light1);
}

.klaro .context-notice .cm-btn.btn_show_klaro {
  border: 1px solid var(--overlay-context-notice-border-color);
  background-color: var(--overlay-context-notice-bg-color) !important;
  max-width: 300px;
  padding: 25px;
}

.klaro .context-notice .cm-btn.btn_show_klaro:hover {
  background-color: var(--overlay-context-notice-bg-color-hover) !important;
}

.cm-powered-by {
  display: none !important;
}

.cm-powered-by a[target=_blank]::before {
  content: "" !important;
  margin: 0;
}

/*
cookie-notice
________________________________________________*/
/*
.klaro{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;

}
*/
.klaro .context-notice .cm-btn.btn_show_klaro {
  color: var(--overlay-context-notice-text-color) !important;
  padding: 2em 1em !important;
  cursor: pointer;
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  /*
   position: relative;
     margin: 0 auto;
     max-width: 400px;
     height: auto;
     width: auto;
  */
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: var(--overlay-bg-color);
}

.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: auto;
  max-height: 98%;
  padding: 1em;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  background-color: var(--cookie-notice-bg-color);
}

.klaro .cookie-notice:not(.cookie-modal-notice) p {
  color: var(--cookie-notice-text-color);
}

.cm-link.cn-learn-more:before {
  font-family: "FontAwesome";
  content: "\f013";
  /* \f08e */
  margin: 0 5px 0 0;
}

/*
cookie-modal
________________________________________________*/
.klaro .cookie-modal .cm-modal .cm-body {
  padding: 1em 1em 1.5em 1em;
}

.klaro .cookie-modal .cm-modal .cm-header h1 {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.cookie-modal .cm-caret {
  display: none !important;
}

.cookie-modal .cm-content {
  display: block !important;
}

.klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
  font-size: 0.8em;
  text-align: left;
}

/*
.klaro .cookie-modal ul {
  padding-top: 15px;
}


*/
.klaro .cookie-modal .cm-purpose > .cm-list-label {
  display: none !important;
}

/*
extra
________________________________________________*/
button.cm-btn {
  cursor: pointer;
  padding: 8px 15px !important;
}
button.cm-btn.cn-decline {
  border: 1px solid #ccc;
  background: transparent;
  color: #666666;
}
button.cm-btn.cn-decline:hover {
  background: #eee;
}
button.cm-btn.cm-btn-accept, button.cm-btn.cm-btn-accept-all, button.cm-btn.cm-btn-success {
  color: #fff;
  border: 1px solid var(--green1);
  background: var(--green1);
}
button.cm-btn.cm-btn-accept:hover, button.cm-btn.cm-btn-accept-all:hover, button.cm-btn.cm-btn-success:hover {
  background: var(--green2);
}

.klaro_controlled {
  background-color: #000;
}

.klaro_controlled > div[data-type=placeholder] {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.klaro.cm-as-context-notice {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  /* end center */
  align-items: center;
  /*	*/
}

.maps_bg {
  background-color: red !important;
}

.shariff::after,
.shariff::before {
  content: " ";
  display: table;
}

.shariff::after {
  clear: both;
}

.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  border: none;
}
.shariff ul li a {
  position: relative;
  display: block;
  height: 25px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shariff ul li .fas {
  width: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
}
.shariff ul.orientation-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shariff ul.orientation-horizontal li {
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.shariff ul.orientation-horizontal li:last-child {
  margin-right: 0;
}
.shariff ul.orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}

.shariff-button {
  /*
  &.whatsapp a {
      background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>WhatsApp</title><path fill="red" d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>');
  }
  &.facebook a {
      background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path fill="red" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"/></svg>');
  }
  &.twitter a {
      background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>X</title><path fill="red" d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"/></svg>');
  }
  &.telegram a {
      background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Telegram</title><path fill="red" d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z"/></svg>');
  }
  &.pinterest a {
      background-image: url('data:image/svg+xml;utf8,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path fill="red" d="M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z"/></svg>');
  }
  &.mail a {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1920 1920" role="img" xmlns="http://www.w3.org/2000/svg"><path fill="red" d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z"/></svg>');
  }
  */
}
.shariff-button a {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  /*
  &:hover {
      background-color: green;
  }
  */
}
.shariff-button a span::before {
  content: "" !important;
}

/*
a.calendar_add {
    display: block;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    margin-bottom: 10px;

    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    //background-color: yellow;
    //background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" role="img" xmlns="http://www.w3.org/2000/svg" fill="red"><path  d="M32,456a24,24,0,0,0,24,24H456a24,24,0,0,0,24-24V176H32ZM352,212a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H356a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H276a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H196a4,4,0,0,1-4-4Zm-80-80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Zm0,80a4,4,0,0,1,4-4h40a4,4,0,0,1,4,4v40a4,4,0,0,1-4,4H116a4,4,0,0,1-4-4Z"/><path d="M456,64H400.08V32h-48V64H159.92V32h-48V64H56A23.8,23.8,0,0,0,32,87.77V144H480V87.77A23.8,23.8,0,0,0,456,64Z"/></svg>');
}
*/
/*
@import "themes.scss";
*/

/*# sourceMappingURL=styles.css.map */
