/*
Theme Name: emk_Minimalistic
Text Domain: emk_min
Version: 1.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description:
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
*/
/* raleway-100 - latin */
@import 'icomoon/style.css';
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.eot?#iefix") format("embedded-opentype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.woff2") format("woff2"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.woff") format("woff"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.ttf") format("truetype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-100 - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 100;
  src: url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.eot?#iefix") format("embedded-opentype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.woff2") format("woff2"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.woff") format("woff"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.ttf") format("truetype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-100italic.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.woff2") format("woff2"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.woff") format("woff"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.ttf") format("truetype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-regular.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  src: url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.woff2") format("woff2"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.woff") format("woff"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.ttf") format("truetype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-italic.svg#Raleway") format("svg"); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.eot?#iefix") format("embedded-opentype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.woff2") format("woff2"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.woff") format("woff"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.ttf") format("truetype"), url("lib_fonts/raleway-v12-latin/raleway-v12-latin_latin-ext-700.svg#Raleway") format("svg"); /* Legacy iOS */
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#single.kurs {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 80px;
  min-height: 90%;
}
@media (min-width: 540px) {
  #single.kurs {
    padding-top: 140px;
  }
}
@media (min-width: 920px) {
  #single.kurs {
    padding-top: 240px;
  }
}
#single.kurs .pano {
  position: relative;
}
#single.kurs .pano:before {
  content: "";
  display: block;
  padding-top: 48%;
}
#single.kurs .pano .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#single.kurs .pano .content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single.kurs .mod_head_2 h1 {
  text-align: center;
  font-size: 32px;
}
@media (min-width: 540px) {
  #single.kurs .mod_head_2 h1 {
    font-size: 48px;
  }
}
#single.kurs .kursinhalte {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#single.kurs .kursinhalte .trenner {
  margin-bottom: 40px;
}
#single.kurs .kursinhalte h2 {
  text-align: center;
}
#single.kurs .kursinhalte ul {
  margin-left: 20px;
  padding: 0;
}
#single.kurs .kursinhalte ul li {
  line-height: 1.5;
  margin-bottom: 6px;
}
#single.kurs .kursinhalte #mod_text,
#single.kurs .kursinhalte #mod_liste {
  padding-bottom: 20px;
}
#single.kurs .kursinhalte #mod_text .emkw,
#single.kurs .kursinhalte #mod_liste .emkw {
  max-width: 960px;
}
#single.kurs #kurs_info {
  position: relative;
  max-width: 100%;
  background: #d2e9db;
}
#single.kurs #kurs_info .kursinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-color: #d2e9db;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}
@media (min-width: 1024px) {
  #single.kurs #kurs_info .kursinfo {
    width: 100%;
    max-width: 960px;
  }
}
#single.kurs #kurs_info .kursinfo .mod_head_2 {
  width: 100%;
}
#single.kurs #kurs_info .kursinfo .mod_head_2 h2 {
  text-align: center;
  color: #ed7a00;
}
#single.kurs #kurs_info .kursinfo .facts {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#single.kurs #kurs_info .kursinfo .facts table {
  width: 94%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #single.kurs #kurs_info .kursinfo .facts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 49%;
    min-width: 49%;
  }
  #single.kurs #kurs_info .kursinfo .facts table {
    width: 100%;
    margin-bottom: 0px;
  }
}
#single.kurs #kurs_info .kursinfo .facts ul {
  margin: 0;
  padding: 0;
}
#single.kurs #kurs_info .kursinfo .facts ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 6px;
}
#single.kurs #kurs_info .kursinfo .facts ul li span {
  display: inline-block;
  width: 90px;
}
#single.kurs #kurs_info .kursinfo .facts td {
  margin-left: 10px;
  padding-bottom: 10px;
}
#single.kurs #kurs_info .kursinfo .facts td.col_1 {
  font-weight: bold;
  padding-right: 10px;
}
#single.kurs #kurs_info .kursinfo .facts td p {
  font-size: 16px;
  margin-bottom: 0px;
}
#single.kurs #kurs_info .kursinfo .vertragspartner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  #single.kurs #kurs_info .kursinfo .vertragspartner {
    width: 49%;
    min-width: 49%;
  }
}
#single.kurs #kurs_info .kursinfo .vertragspartner p {
  font-size: 14px;
  width: 100%;
  color: #ed7a00;
  text-align: center;
  margin: 0;
}
#single.kurs #kurs_info .kursinfo .vertragspartner .img_wrap {
  display: block;
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #fff;
}
#single.kurs #kurs_info .kursinfo .vertragspartner .img_wrap img {
  width: 70%;
  height: 100%;
  object-fit: contain;
}
#single.kurs .termine {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #d2e9db;
}
@media (min-width: 768px) {
  #single.kurs .termine {
    padding-bottom: 80px;
  }
}
#single.kurs .termine h2 {
  width: 100%;
  color: #ed7a00;
  text-align: center;
  margin-bottom: 10px;
}
#single.kurs .termine .trenner {
  width: 150px;
  height: 8px;
  display: block;
  margin: 0 auto 40px auto;
  background: linear-gradient(45deg, #fdeb00, #ed7a00);
}
#single.kurs .termine .emkw {
  max-width: 960px;
}
#single.kurs .termine .kurs_termine {
  padding: 20px 10px;
  background: #fff;
  border: 1px solid silver;
  max-width: 960px;
  margin: 0 auto 20px auto;
  overflow: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (min-width: 540px) {
  #single.kurs .termine .kurs_termine {
    padding: 20px 40px;
  }
}
#single.kurs .termine .kurs_termine .kurs_info {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
#single.kurs .termine .kurs_termine .kurs_info h3 {
  text-align: left !important;
}
#single.kurs .termine .kurs_termine .kurs_info .regist {
  margin-top: 40px;
  background-color: #d2e9db;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ed7a00;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#single.kurs .termine .kurs_termine .kurs_dates {
  width: 100%;
  max-width: 960px;
}
#single.kurs .termine .kurs_termine .kurs_dates a {
  cursor: pointer;
}
#single.kurs .termine .kurs_termine .kurs_dates table {
  width: 100%;
  background: #fff;
}
#single.kurs .termine .kurs_termine .kurs_dates table tr.head {
  background-color: rgba(161, 214, 195, 0.4);
}
#single.kurs .termine .kurs_termine .kurs_dates table tr.head_2 {
  background-color: rgba(210, 233, 219, 0.4);
}
#single.kurs .termine .kurs_termine .kurs_dates table tr.date,
#single.kurs .termine .kurs_termine .kurs_dates table tr.date_2 {
  cursor: pointer;
}
#single.kurs .termine .kurs_termine .kurs_dates table tr.date:nth-child(even),
#single.kurs .termine .kurs_termine .kurs_dates table tr.date_2:nth-child(even) {
  background-color: rgba(210, 233, 219, 0.4);
}
#single.kurs .termine .kurs_termine .kurs_dates table tr.date:nth-child(odd),
#single.kurs .termine .kurs_termine .kurs_dates table tr.date_2:nth-child(odd) {
  background-color: rgba(161, 214, 195, 0.4);
}
#single.kurs .termine .kurs_termine .kurs_dates table th {
  padding: 6px 12px;
  text-align: left;
  box-sizing: border-box;
  color: #ed7a00;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 540px) {
  #single.kurs .termine .kurs_termine .kurs_dates table th {
    font-size: 17px;
  }
}
#single.kurs .termine .kurs_termine .kurs_dates table td {
  padding: 6px 12px;
  color: #ed7a00;
  text-align: left;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 540px) {
  #single.kurs .termine .kurs_termine .kurs_dates table td {
    font-size: 17px;
  }
}
#single.kurs .termine .kurs_termine .kurs_dates table td a {
  color: #ed7a00;
}
#single.kurs .termine .kurs_termine .kurs_dates table td a span {
  font-weight: bold;
}
#single.kurs .termine .btn_ {
  background: #ed7a00;
  padding: 12px 16px;
  max-width: 960px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 30px auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
#single.kurs .termine .btn_ a {
  color: #ed7a00;
}
#single.kurs .termine .btn_:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#single.kurs #mod_hinweise {
  padding: 20px 0 80px 0;
  background: #d2e9db;
}
#single.kurs #mod_hinweise .emkw {
  max-width: 960px;
}
#single.kurs #mod_hinweise .emkw h2 {
  color: #ed7a00;
  text-align: center;
  margin-bottom: 10px;
}

.frm_forms {
  background: #fff;
  padding: 20px;
}
.frm_forms .frm-show-form {
  background: #fff;
}
.frm_forms .frm-show-form .frm_error_style {
  color: red;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0 30px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset {
  border: none;
  padding: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  gap: 0.5rem;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  width: 100%;
  margin-bottom: 10px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field label {
  font-size: 14px;
  margin-left: 4px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container label {
  margin-left: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_hidden_container .frm_primary_label {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm3 {
  width: calc(50% - 0.5rem);
  min-width: calc(50% - 0.5rem);
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm4 {
  width: 100%;
  min-width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_sixth {
  width: calc(50% - 0.5rem);
  min-width: calc(50% - 0.5rem);
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm6 {
    width: calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm3 {
    width: calc(33.3333333333% - 0.5rem);
    min-width: calc(33.3333333333% - 0.5rem);
  }
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm4 {
    width: calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_sixth {
    width: 10%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description {
  display: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  color: red;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_primary_label {
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  margin-left: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .horizontal_radio input {
  margin-left: 0;
  margin-bottom: 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .horizontal_radio .frm_primary_label {
  margin-left: 4px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .horizontal_radio .frm_checkbox {
  margin-right: 15px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field {
  position: relative;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field .frm_error {
  color: red !important;
  font-size: 16px;
  line-height: 1.2;
  margin-top: -5px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field:has(.frm_error) {
  border: 1px solid red !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
    width: 47%;
    min-width: 47%;
  }
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container img {
  width: 100%;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container button, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select, .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  font-family: "Roboto", Arial, sans-serif;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=text],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=tel],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=email],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=number],
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  box-sizing: border-box;
  background: #ededed;
  color: #3f3f3f;
  min-height: 45px;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:focus-visible,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea:focus-visible {
  border: 1px solid #a1d6c3;
  outline: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container p {
  font-size: 16px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-webkit-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-webkit-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-webkit-input-placeholder {
  color: #acacac;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
  color: #acacac;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
  color: #acacac;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-ms-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-ms-input-placeholder,
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-ms-input-placeholder {
  color: #acacac;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  text-align: center;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit] {
  height: 48px;
  line-height: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 12px 16px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #ed7a00;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
  outline: none;
  display: block;
  margin: 40px auto 0;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_checkbox label {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: #acacac;
  line-height: 1.4;
  font-weight: 400;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_checkbox label a {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #acacac;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px dotted #acacac;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_error {
  right: auto;
  top: -14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 {
  font-size: 14px;
  color: #acacac;
  line-height: 1.4;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 p {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #acacac;
  line-height: 1.4;
  text-decoration: none;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 a {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #acacac;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px dotted #acacac;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept {
  font-size: 14px;
  color: #acacac;
  line-height: 1.4;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept label {
  font-family: "Roboto", Arial, sans-serif;
  color: #acacac;
  font-weight: 400;
  font-size: 14px;
}
.frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept .frm_error {
  right: auto;
  top: -14px;
}
.frm_forms .frm_message {
  color: #3f3f3f;
  font-family: "Roboto", Arial, sans-serif;
}

.emko.mod_baby_historie {
  padding-top: 230px;
  background: #d2e9db;
  min-height: 70vh;
}
.emko.mod_baby_historie .emkw {
  max-width: 1200px;
  margin: 0 auto;
}
.emko.mod_baby_historie .emkw .mod_head_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.emko.mod_baby_historie .emkw .mod_head_2 h2,
.emko.mod_baby_historie .emkw .mod_head_2 h3,
.emko.mod_baby_historie .emkw .mod_head_2 p {
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}
.emko.mod_baby_historie .emkw .mod_head_2 .trenner {
  margin-bottom: 40px;
}
.emko.mod_baby_historie .emkw .mod_head_2 h2 {
  font-size: 45px;
}
.emko.mod_baby_historie .emkw .mod_head_2 h3 {
  font-size: 34px;
  color: #ed7a00;
}
.emko.mod_baby_historie .emkw #accordion_ {
  padding-top: 40px;
  padding-bottom: 80px;
}
.emko.mod_baby_historie .emkw #accordion_ h3 {
  position: relative;
  background-color: #a1d6c3;
  padding: 16px 50px;
  font-size: 34px;
  font-weight: 600;
  color: #ed7a00;
  margin-bottom: 0;
}
.emko.mod_baby_historie .emkw #accordion_ h3 span {
  color: #3C3c3B;
  font-size: 20px;
  font-weight: 400;
}
.emko.mod_baby_historie .emkw #accordion_ h3 span.overview {
  margin-left: 5%;
}
.emko.mod_baby_historie .emkw #accordion_ h3 strong {
  color: #ed7a00;
  font-size: 28px;
}
.emko.mod_baby_historie .emkw #accordion_ h3 .ui-icon {
  background-image: none;
  margin-top: 0;
  padding: 3px;
  text-indent: inherit;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 30%;
  font-size: 20px;
  border: 1px solid #ed7a00;
  border-radius: 50%;
}
.emko.mod_baby_historie .emkw #accordion_ h3 .icon-arrow-up {
  z-index: 1;
  opacity: 1;
  color: #ed7a00;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
.emko.mod_baby_historie .emkw #accordion_ h3 .icon-arrow-down {
  z-index: 10;
  opacity: 1;
  color: #ed7a00;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
.emko.mod_baby_historie .emkw #accordion_ .ui-accordion-content {
  padding: 10px;
}
.emko.mod_baby_historie .emkw #accordion_ .ui-state-active {
  border: 1px solid #ed7a00;
}
.emko.mod_baby_historie .emkw #accordion_ table {
  width: 100%;
  background: #fff;
}
.emko.mod_baby_historie .emkw #accordion_ table tr {
  cursor: pointer;
}
.emko.mod_baby_historie .emkw #accordion_ table tr:nth-child(even) {
  background-color: rgba(210, 233, 219, 0.4);
}
.emko.mod_baby_historie .emkw #accordion_ table tr:nth-child(odd) {
  background-color: rgba(161, 214, 195, 0.4);
}
.emko.mod_baby_historie .emkw #accordion_ table th {
  padding: 6px 12px;
  text-align: left;
  box-sizing: border-box;
  color: #ed7a00;
  font-size: 12px;
  width: fit-content;
}
@media (min-width: 540px) {
  .emko.mod_baby_historie .emkw #accordion_ table th {
    font-size: 17px;
  }
}
.emko.mod_baby_historie .emkw #accordion_ table th:nth-child(3) {
  text-align: center;
}
.emko.mod_baby_historie .emkw #accordion_ table td {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 6px 12px;
  color: #ed7a00;
  text-align: left;
  font-size: 12px;
}
@media (min-width: 540px) {
  .emko.mod_baby_historie .emkw #accordion_ table td {
    font-size: 17px;
  }
}
.emko.mod_baby_historie .emkw #accordion_ table td:nth-child(3) {
  text-align: center;
}
.emko.mod_baby_historie .emkw #accordion_ table td.birthname {
  position: relative;
  color: #ed006c;
}
.emko.mod_baby_historie .emkw #accordion_ table td.birthname.male {
  color: #0061ed;
}
.emko.mod_baby_historie .emkw #accordion_ table td.birthname span[class^=icon-] {
  font-size: 28px;
  padding: 6px;
  display: inline-block;
  transform: rotate(30deg);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
  color: #ed7a00;
}
.emko.mod_baby_historie .emkw #accordion_ table td.birthname span[class^=icon-].crown {
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
.emko.mod_baby_historie .emkw #accordion_ table td.info img {
  width: 100px;
}
.emko.mod_baby_historie .emkw #accordion_ table td img {
  max-width: 38px;
}
.emko.mod_baby_historie .emkw #accordion_ table td.location_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.emko.mod_baby_historie .emkw #accordion_ table td.location_2 p {
  width: 100%;
  margin-bottom: 0;
  font-size: 12px;
}
@media (min-width: 540px) {
  .emko.mod_baby_historie .emkw #accordion_ table td.location_2 p {
    width: fit-content;
    margin-right: 20px;
    font-size: 17px;
  }
}

.emko.mod_download_preview {
  background-color: #d2e9db;
  padding-bottom: 70px;
}
.emko.mod_download_preview .emki {
  padding-top: 60px;
  max-width: 1400px;
}
.emko.mod_download_preview .emki .dl_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.emko.mod_download_preview .emki .dl_wrap a:link {
  text-decoration: none;
}
.emko.mod_download_preview .emki .dl_wrap.box_download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  border: 1px solid silver;
}
.emko.mod_download_preview .emki .dl_wrap.box_download.top_spacer {
  margin-top: 80px;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview {
  width: 100%;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 {
  position: relative;
  width: 100%;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 img {
  width: 100%;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview {
    width: 32%;
  }
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 {
    position: relative;
    width: 80%;
  }
  .emko.mod_download_preview .emki .dl_wrap.box_download .preview .img_a_4 img {
    width: 100%;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
  }
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content {
  width: 100%;
}
@media (min-width: 540px) {
  .emko.mod_download_preview .emki .dl_wrap.box_download .content {
    width: 65%;
  }
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ed7a00;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_ {
  float: left;
  background: #ed7a00;
  padding: 12px 16px;
  width: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 30px auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.emko.mod_download_preview .emki .dl_wrap.box_download .content .btn_:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}

h1,
h2,
h3,
h4,
p,
a,
li,
tr, th, td,
div {
  font-family: "Raleway", Arial, sans-serif;
}

h2 {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 540px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

p {
  line-height: 1.5;
  font-size: 18px;
  margin: 0 0 18px 0;
}

a {
  text-decoration: none;
  color: #3C3c3B;
}

#site-header {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.648), rgba(0, 0, 0, 0));
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#site-header .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
#site-header .header-inner .brand {
  width: 40%;
  min-width: 40%;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#site-header .header-inner .brand .logo {
  width: 40%;
  min-width: 40%;
  margin-right: 4%;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#site-header .header-inner .brand .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#site-header .header-inner .brand .brand_label {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: -10px;
  margin-left: 10px;
}
@media (min-width: 540px) {
  #site-header .header-inner .brand .brand_label {
    width: 58%;
    min-width: 58%;
    margin-left: 10px;
  }
}
#site-header .header-inner .brand .brand_label h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 540px) {
  #site-header .header-inner .brand .brand_label h1 {
    font-size: 38px;
  }
}
#site-header .header-inner .brand .brand_label h1 span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 540px) {
  #site-header .header-inner .brand .brand_label h1 span {
    font-size: 20px;
  }
}
#site-header .header-inner ul.nav {
  display: none;
}
@media (min-width: 920px) {
  #site-header .header-inner ul.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
    min-width: 50%;
    margin: 0 0 -40px 0;
    padding: 0;
    -webkit-transition: all 500ms ease; /* Firefox */
    -moz-transition: all 500ms ease; /* WebKit */
    -o-transition: all 500ms ease; /* Opera */
    transition: all 500ms ease; /* Standard */
  }
}
#site-header .header-inner ul.nav li {
  width: 15%;
  min-width: 15%;
  list-style: none;
  text-align: center;
}
#site-header .header-inner ul.nav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#site-header .header-inner ul.nav li a:hover {
  font-weight: 700;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#site-header .header-inner #nav-items {
  display: block;
}
@media (min-width: 920px) {
  #site-header .header-inner #nav-items {
    display: none;
  }
}
#site-header .header-inner #nav-items #mobile-menu_burger {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 60px;
  height: 50px;
  position: relative;
}
#site-header .header-inner #nav-items #mobile-menu_burger span[class^=icon-] {
  font-size: 32px;
  padding: 6px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
  color: #ed7a00;
}
#site-header .header-inner #nav-items #mobile-menu_burger .icon-cross1 {
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 800ms ease; /* Firefox */
  -moz-transition: all 800ms ease; /* WebKit */
  -o-transition: all 800ms ease; /* Opera */
  transition: all 800ms ease; /* Standard */
}
#site-header .header-inner #nav-items #mobile-menu_burger .icon-menu {
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 800ms ease; /* Firefox */
  -moz-transition: all 800ms ease; /* WebKit */
  -o-transition: all 800ms ease; /* Opera */
  transition: all 800ms ease; /* Standard */
}
#site-header .header-inner #nav-items #mobile-menu_burger.closed .icon-menu {
  opacity: 1;
  -webkit-transition: all 800ms ease; /* Firefox */
  -moz-transition: all 800ms ease; /* WebKit */
  -o-transition: all 800ms ease; /* Opera */
  transition: all 800ms ease; /* Standard */
}
#site-header .header-inner #nav-items #mobile-menu_burger.closed .icon-cross1 {
  opacity: 0;
  -webkit-transition: all 800ms ease; /* Firefox */
  -moz-transition: all 800ms ease; /* WebKit */
  -o-transition: all 800ms ease; /* Opera */
  transition: all 800ms ease; /* Standard */
}
#site-header:has(#menu_mobile.out) h1 {
  color: #fff;
}
#site-header:has(#menu_mobile.out).small h1 {
  color: #ed7a00;
}
#site-header.small {
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  background: rgb(255, 255, 255);
}
#site-header.small ul.nav {
  width: 55%;
  min-width: 55%;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#site-header.small ul.nav li a {
  color: #ed7a00;
}

#menu_mobile {
  position: fixed;
  z-index: -1;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  width: 100%;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
@media (min-width: 920px) {
  #menu_mobile {
    display: none;
  }
}
#menu_mobile.out {
  right: -100%;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#menu_mobile ul#menu-mobile {
  margin: 80px 0 0;
  padding: 0;
  padding-top: 6px;
}
@media (min-width: 650px) {
  #menu_mobile ul#menu-mobile {
    margin-top: 150px;
  }
}
#menu_mobile ul#menu-mobile li {
  padding: 0px;
  list-style: none;
  margin-bottom: 20px;
}
#menu_mobile ul#menu-mobile li::marker {
  display: none;
}
#menu_mobile ul#menu-mobile li a {
  text-align: center;
  text-decoration: none;
  color: #ed7a00;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#menu_mobile ul#menu-mobile li a:hover {
  font-weight: 700;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#menu_mobile ul#menu-mobile li a,
#menu_mobile ul#menu-mobile li > span {
  line-height: 40px;
  padding: 0 20px;
  display: block;
}
#menu_mobile ul#menu-mobile li ul.sub-menu {
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li {
  background: #fff;
  border-bottom: none;
  padding-left: 20px;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li a,
#menu_mobile ul#menu-mobile li ul.sub-menu li p {
  border-bottom: 1px solid #d2e9db;
  line-height: 40px;
  padding: 0 20px;
  color: red;
  display: block;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li p {
  margin-bottom: 0;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li:last-child a {
  border-bottom: none;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li.menu-item-has-children {
  position: relative;
  /*
  &:after {
  							content: "\00bb";
  							font-size: 20px;
  							position: absolute;
  							right: 20px;
  							top: 0;
  							bottom: 0;
  							line-height: 40px;
  						}
  */
}
#menu_mobile ul#menu-mobile li ul.sub-menu li.menu-item-has-children > .sub-menu li a {
  padding: 0 20px 0 40px;
}
#menu_mobile ul#menu-mobile li ul.sub-menu li.menu-item-has-children > .sub-menu li:last-child a {
  border-bottom: 1px solid #d2e9db;
}

#emk-footer {
  width: 100%;
  background-color: #a1d6c3;
  overflow: auto;
}
#emk-footer .section-inner {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #a1d6c3;
}
@media (min-width: 768px) {
  #emk-footer .section-inner {
    padding: 40px;
  }
}
#emk-footer .section-inner ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}
@media only screen and (min-width: 540px) {
  #emk-footer .section-inner ul {
    display: block;
  }
}
#emk-footer .section-inner ul li {
  list-style: none;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #emk-footer .section-inner ul li {
    float: left;
  }
}
#emk-footer .section-inner ul li a {
  text-decoration: none;
  color: #3C3c3B;
}

#main_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
  min-height: 90vh;
}

#emk_slider {
  width: 100vw;
}
#emk_slider img {
  width: 100%;
}

.emko {
  width: 100%;
}
.emko .emki {
  width: 94%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .emko .emki {
    width: 100%;
    max-width: 1400px;
    display: block;
    margin: 0 auto;
  }
}
.emko .emki .emkw {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.mod {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}
.mod .mod_head {
  padding: 10px;
  background: linear-gradient(45deg, #fdeb00, #ed7a00);
}
.mod .mod_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h1 {
  width: 100%;
  text-align: center;
  color: #ed7a00;
  margin: 10px 0 10px;
  font-size: 48px;
}

.trenner {
  width: 150px;
  height: 8px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(45deg, #fdeb00, #ed7a00);
}

.mod_head_2 h2 {
  width: 100%;
  text-align: center;
  color: #ed7a00;
  margin: 10px 0 10px;
}
.mod_head_2 .trenner {
  width: 150px;
  height: 8px;
  display: block;
  margin: 0 auto;
  background: linear-gradient(45deg, #fdeb00, #ed7a00);
}

#mod_welcome {
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (min-width: 540px) {
  #mod_welcome {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
#mod_welcome .head {
  margin-bottom: 65px;
}
#mod_welcome .head h1 {
  font-size: 26px;
}
@media (min-width: 540px) {
  #mod_welcome .head h1 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  #mod_welcome .head h1 {
    font-size: 48px;
  }
}
#mod_welcome .welcome_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
#mod_welcome .welcome_wrap .welc_img {
  width: 100%;
  min-width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  #mod_welcome .welcome_wrap .welc_img {
    width: 40%;
    min-width: 40%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1280px) {
  #mod_welcome .welcome_wrap .welc_img {
    width: 30%;
    min-width: 30%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#mod_welcome .welcome_wrap .welc_img img {
  width: 50%;
}
@media (min-width: 768px) {
  #mod_welcome .welcome_wrap .welc_img img {
    width: 100%;
  }
}
#mod_welcome .welcome_wrap .welc_txt {
  width: 100%;
  min-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  #mod_welcome .welcome_wrap .welc_txt {
    width: 55%;
    min-width: 55%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1280px) {
  #mod_welcome .welcome_wrap .welc_txt {
    width: 64%;
    min-width: 64%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#mod_gallery {
  background-color: #d2e9db;
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  #mod_gallery {
    padding: 50px 0 70px;
  }
}
#mod_gallery .gallery .prefs {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mod_gallery .gallery .prefs a {
  width: 100%;
  min-width: 100%;
  position: relative;
  margin-bottom: 4px;
}
#mod_gallery .gallery .prefs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mod_gallery .gallery .thumb-box .thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  gap: 1rem;
}
@media (min-width: 540px) {
  #mod_gallery .gallery .thumb-box .thumbs {
    gap: 1.2rem;
  }
}
#mod_gallery .gallery .thumb-box .thumbs li {
  width: 30%;
  min-width: 30%;
  text-align: center;
  list-style: none;
}
@media (min-width: 540px) {
  #mod_gallery .gallery .thumb-box .thumbs li {
    width: calc(25% - 1rem);
    min-width: calc(25% - 1rem);
  }
}
@media (min-width: 768px) {
  #mod_gallery .gallery .thumb-box .thumbs li {
    width: calc(16.6666666667% - 1rem);
    min-width: calc(16.6666666667% - 1rem);
  }
}
#mod_gallery .gallery .thumb-box .thumbs li img {
  width: 100%;
  opacity: 0.6;
  border-bottom: 4px solid transparent;
}
#mod_gallery .gallery .thumb-box .thumbs li img.active {
  border-color: #ed7a00;
  opacity: 1;
}
#mod_gallery .gallery .thumb-box .thumbs li:hover img {
  opacity: 1;
}

#mod_angebote {
  background-color: #d2e9db;
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  #mod_angebote {
    padding: 50px 0 90px;
  }
}
#mod_angebote h3 {
  color: #ed7a00;
  font-weight: 400;
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #mod_angebote h3 {
    font-size: 22px;
  }
}
#mod_angebote .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#mod_angebote .category h3 {
  position: relative;
  min-width: 23%;
}
#mod_angebote .category h3 span:before {
  content: "";
  width: 10%;
  height: 50px;
  border: 2px solid #ed7a00;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  left: -20%;
  bottom: -40px;
}
@media (min-width: 920px) {
  #mod_angebote .category h3 span:before {
    width: 50%;
    left: -60%;
  }
}
#mod_angebote .category h3 span:after {
  content: "";
  width: 10%;
  height: 50px;
  border: 2px solid #ed7a00;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: -20%;
  bottom: -40px;
}
@media (min-width: 920px) {
  #mod_angebote .category h3 span:after {
    width: 50%;
    right: -60%;
  }
}
#mod_angebote .mod_head_2,
#mod_angebote .mod_kurse {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
#mod_angebote .mod_head_2 {
  margin-bottom: 40px;
}
#mod_angebote .mod_kurse {
  padding-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#mod_angebote .mod_kurse a.box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-flow: column nowrap;
  width: calc(50% - 0.5rem);
  min-width: calc(50% - 0.5rem);
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid silver;
  cursor: pointer;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
  text-decoration: none;
  color: #ed7a00;
}
#mod_angebote .mod_kurse a.box:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
@media (min-width: 920px) {
  #mod_angebote .mod_kurse a.box {
    width: calc(33.3333333333% - 0.5rem);
    min-width: calc(33.3333333333% - 0.5rem);
  }
}
#mod_angebote .mod_kurse a.box .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
#mod_angebote .mod_kurse a.box .ribbon::before, #mod_angebote .mod_kurse a.box .ribbon::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 5px solid #c16300;
}
#mod_angebote .mod_kurse a.box .ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ed7a00;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font: 700 20px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.199);
  text-transform: uppercase;
  text-align: center;
}
#mod_angebote .mod_kurse a.box .ribbon.top-right {
  top: -10px;
  right: -10px;
}
#mod_angebote .mod_kurse a.box .ribbon.top-right::before, #mod_angebote .mod_kurse a.box .ribbon.top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
#mod_angebote .mod_kurse a.box .ribbon.top-right::before {
  top: 0;
  left: 0;
}
#mod_angebote .mod_kurse a.box .ribbon.top-right::after {
  bottom: 0;
  right: 0;
}
#mod_angebote .mod_kurse a.box .ribbon.top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
#mod_angebote .mod_kurse a.box .box_prev {
  margin: 10px 0 0;
  position: relative;
}
#mod_angebote .mod_kurse a.box .box_prev:before {
  content: "";
  display: block;
  padding-top: 75%;
}
#mod_angebote .mod_kurse a.box .box_prev .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#mod_angebote .mod_kurse a.box .box_prev .content img {
  width: 100%;
  height: 100%;
  overflow: auto;
  object-fit: cover;
}
#mod_angebote .mod_kurse a.box .box_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 18px;
  height: auto;
}
#mod_angebote .mod_kurse a.box .box_info h3 {
  width: 100%;
  min-width: 100%;
  color: #ed7a00;
  font-weight: 700;
  padding: 0;
  hyphens: auto;
}
#mod_angebote .mod_kurse a.box .box_info p {
  color: #3C3c3B;
  text-align: center;
  font-size: 16px;
  hyphens: auto;
}
#mod_angebote .mod_kurse a.box .btn_ {
  background: #ed7a00;
  padding: 8px 12px;
  width: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
#mod_angebote .mod_kurse a.box .btn_:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}

.mod_statistik .mod_babys {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mod_statistik .mod_babys {
    padding-top: 50px;
  }
}
.mod_statistik .mod_babys .babys_img {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
.mod_statistik .mod_babys .babys_img img {
  width: 50%;
  height: 50%;
}
@media (min-width: 540px) {
  .mod_statistik .mod_babys .babys_img {
    width: 31%;
    min-width: 31%;
  }
  .mod_statistik .mod_babys .babys_img img {
    width: 100%;
  }
}
.mod_statistik .mod_babys .babys_info {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
@media (min-width: 540px) {
  .mod_statistik .mod_babys .babys_info {
    padding: 50px 0 0 30px;
    width: 40%;
    min-width: 40%;
  }
}
.mod_statistik .mod_babys .babys_info span {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  color: #ed7a00;
}
@media (min-width: 768px) {
  .mod_statistik .mod_babys .babys_info span {
    font-size: 32px;
  }
}
.mod_statistik .mod_babys .babys_info span.count {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  width: auto;
}
@media (min-width: 768px) {
  .mod_statistik .mod_babys .babys_info span.count {
    font-size: 56px;
  }
}
.mod_statistik .mod_babys .babys_info p.counter {
  display: inline-block;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  color: #ed7a00;
}
@media (min-width: 768px) {
  .mod_statistik .mod_babys .babys_info p.counter {
    font-size: 56px;
  }
}
.mod_statistik .mod_babys .babys_info .btn_ {
  background: #ed7a00;
  padding: 12px 16px;
  width: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 30px auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.mod_statistik .mod_babys .babys_info .btn_ a {
  color: #ed7a00;
}
.mod_statistik .mod_babys .babys_info .btn_:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}

#mod_network .mod_wrap {
  padding: 38px 16px;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#mod_network .mod_wrap div {
  width: 100%;
  min-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #mod_network .mod_wrap div {
    width: 32%;
    min-width: 32%;
  }
}
#mod_network .mod_wrap div img {
  max-height: 250px;
}

.mod_team {
  padding: 50px 0;
  background: #d2e9db;
}
.mod_team .team {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
  margin: 0 auto;
  max-width: 900px;
}
@media (min-width: 540px) {
  .mod_team .team {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
}
.mod_team .team .member {
  width: 80%;
  min-width: 80%;
  background: #fff;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid silver;
}
@media (min-width: 540px) {
  .mod_team .team .member {
    width: 37%;
    min-width: 37%;
  }
}
@media (min-width: 920px) {
  .mod_team .team .member {
    width: 25%;
    min-width: 25%;
  }
}
.mod_team .team .member .portrait {
  width: 80%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.mod_team .team .member .portrait:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mod_team .team .member .portrait .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ececec;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
}
.mod_team .team .member .portrait .content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mod_team .team .member .info h3 {
  text-align: center;
  color: #ed7a00;
}
.mod_team .team .member .info p {
  text-align: center;
  margin-bottom: 0;
}

#mod_termine {
  background-color: #d2e9db;
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  #mod_termine {
    padding: 50px 0 70px;
  }
}
#mod_termine .termine {
  display: block;
  margin: 50px auto 0;
  max-width: 900px;
}
#mod_termine .termine#akkordeon .ui-state-active {
  border-color: #ed7a00;
}
#mod_termine .termine#akkordeon h3 {
  position: relative;
  background-color: #a1d6c3;
  padding: 16px 50px;
  font-size: 18px;
  font-weight: 600;
  color: #ed7a00;
  margin-bottom: 0;
}
#mod_termine .termine#akkordeon h3 .ui-icon {
  background-image: none;
  margin-top: 0;
  padding: 3px;
  text-indent: inherit;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 30%;
  font-size: 16px;
  border: 1px solid #ed7a00;
  border-radius: 50%;
}
#mod_termine .termine#akkordeon h3 .icon-arrow-up {
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#mod_termine .termine#akkordeon h3 .icon-arrow-down {
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 500ms ease; /* Firefox */
  -moz-transition: all 500ms ease; /* WebKit */
  -o-transition: all 500ms ease; /* Opera */
  transition: all 500ms ease; /* Standard */
}
#mod_termine .termine#akkordeon .ui-accordion-content {
  padding: 10px;
}
#mod_termine .termine#akkordeon table {
  width: 100%;
  background: #fff;
}
#mod_termine .termine#akkordeon table tr.head {
  background-color: rgba(161, 214, 195, 0.4);
}
#mod_termine .termine#akkordeon table tr.date {
  cursor: pointer;
}
#mod_termine .termine#akkordeon table tr.date:nth-child(even) {
  background-color: rgba(210, 233, 219, 0.4);
}
#mod_termine .termine#akkordeon table tr.date:nth-child(odd) {
  background-color: rgba(161, 214, 195, 0.4);
}
#mod_termine .termine#akkordeon table th {
  padding: 6px 12px;
  text-align: left;
  box-sizing: border-box;
  color: #ed7a00;
  font-size: 12px;
}
@media (min-width: 540px) {
  #mod_termine .termine#akkordeon table th {
    font-size: 17px;
  }
}
#mod_termine .termine#akkordeon table th:nth-child(1) {
  width: 120px;
  padding-left: 20px;
}
#mod_termine .termine#akkordeon table th:nth-child(2) {
  width: 180px;
}
#mod_termine .termine#akkordeon table th:nth-child(3) {
  width: 200px;
}
#mod_termine .termine#akkordeon table th:nth-child(4), #mod_termine .termine#akkordeon table th:nth-child(5) {
  width: 120px;
}
#mod_termine .termine#akkordeon table td {
  padding: 6px 12px;
  color: #ed7a00;
  text-align: left;
  font-size: 12px;
  cursor: default;
}
#mod_termine .termine#akkordeon table td span.aus {
  opacity: 0.6;
}
@media (min-width: 540px) {
  #mod_termine .termine#akkordeon table td {
    font-size: 17px;
  }
}
#mod_termine .termine#akkordeon table td:nth-child(1) {
  width: 120px;
}
#mod_termine .termine#akkordeon table td:nth-child(2) {
  width: 130px;
  text-align: right;
}
#mod_termine .termine#akkordeon table td:nth-child(3) {
  width: 200px;
}
#mod_termine .termine#akkordeon table td:nth-child(4), #mod_termine .termine#akkordeon table td:nth-child(5) {
  width: 120px;
}
#mod_termine .termine .m_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#mod_termine .termine .m_wrap .label {
  width: 20%;
  min-width: 20%;
}
#mod_termine .termine .m_wrap .data {
  width: 80%;
  min-width: 80%;
}
#mod_termine .termine table_ {
  margin-bottom: 30px;
}
#mod_termine .termine table_ tr {
  background: #f2f2f2;
  cursor: pointer;
}
#mod_termine .termine table_ tr:hover {
  background: silver;
}
#mod_termine .termine table_ tr:nth-child(even) {
  background: #fff;
}
#mod_termine .termine table_ tr:nth-child(even):hover {
  background: silver;
}
#mod_termine .termine table_ tr th {
  padding: 6px 12px;
  text-align: left;
  box-sizing: border-box;
}
#mod_termine .termine table_ tr th:nth-child(1) {
  width: 120px;
  padding-left: 20px;
}
#mod_termine .termine table_ tr th:nth-child(2) {
  width: 180px;
}
#mod_termine .termine table_ tr th:nth-child(3) {
  width: 200px;
}
#mod_termine .termine table_ tr th:nth-child(4), #mod_termine .termine table_ tr th:nth-child(5) {
  width: 120px;
}
#mod_termine .termine table_ tr td {
  padding: 6px 12px;
  text-align: left;
}
#mod_termine .termine table_ tr td:nth-child(1) {
  width: 120px;
}
#mod_termine .termine table_ tr td:nth-child(2) {
  width: 130px;
  text-align: right;
}
#mod_termine .termine table_ tr td:nth-child(3) {
  width: 200px;
}
#mod_termine .termine table_ tr td:nth-child(4), #mod_termine .termine table_ tr td:nth-child(5) {
  width: 120px;
}

section {
  height: auto;
}

#kursbedignungen {
  padding-top: 200px;
  padding-bottom: 80px;
  background: #d2e9db;
}
#kursbedignungen .kursdaten {
  text-align: center;
}
#kursbedignungen .kursdaten h1 {
  margin-bottom: 40px;
}

#mod_kontakt {
  background-color: #d2e9db;
  padding-top: 50px;
}
#mod_kontakt .mod_head_2,
#mod_kontakt .mod_wrap {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
#mod_kontakt .map_wrap {
  width: 100%;
  position: relative;
  margin-top: 45px;
}
#mod_kontakt .map_wrap:before {
  content: "";
  display: block;
  padding-top: 45%;
}
#mod_kontakt .map_wrap #map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: aqua;
  z-index: 0;
}
#mod_kontakt .map_wrap #map .leaflet-marker-pane img {
  margin-left: -50px !important;
  margin-top: -90px !important;
}
#mod_kontakt .mod_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#mod_kontakt .mod_wrap .kontakt_data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 50px;
  gap: 1rem;
}
#mod_kontakt .mod_wrap .kontakt_data .col {
  width: 100%;
  min-width: 100%;
  gap: 1rem;
}
@media (min-width: 768px) {
  #mod_kontakt .mod_wrap .kontakt_data .col {
    width: calc(50% - 1rem);
    min-width: calc(50% - 1rem);
  }
}
#mod_kontakt .mod_wrap .kontakt_data .col .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  #mod_kontakt .mod_wrap .kontakt_data .col .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
#mod_kontakt .mod_wrap .kontakt_data .col .logo img {
  width: 100%;
  max-width: 175px;
  margin-bottom: 10px;
}
#mod_kontakt .mod_wrap .kontakt_data ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #mod_kontakt .mod_wrap .kontakt_data ul {
    text-align: left;
  }
}
#mod_kontakt .mod_wrap .kontakt_data ul.spacer_top {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #mod_kontakt .mod_wrap .kontakt_data ul.spacer_top {
    margin-top: 10px;
  }
}
#mod_kontakt .mod_wrap .kontakt_data ul li {
  list-style: none;
  line-height: 1.4;
}
#mod_kontakt .mod_wrap .kontakt_data ul li span {
  display: inline-block;
  width: 70px;
}
#mod_kontakt .mod_wrap .kontakt_data ul li.spacer_top {
  margin-top: 20px;
}
#mod_kontakt .mod_wrap .kontakt_data ul li.opening span {
  width: 100px;
}
#mod_kontakt .mod_wrap .kontakt_data .oez_gh {
  padding: 0 0 20px 0;
}
#mod_kontakt .mod_wrap .kontakt_data p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  #mod_kontakt .mod_wrap .kontakt_data p {
    text-align: left;
  }
}
#mod_kontakt .mod_wrap .kontakt_data p.gh_head {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

#impressum, #datenschutz {
  background: #d2e9db;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 40px;
}
#impressum ul, #datenschutz ul {
  padding-left: 0;
}
#impressum li, #datenschutz li {
  list-style: none;
}
#impressum a, #datenschutz a {
  text-decoration: none;
  color: #3C3c3B;
}
