@charset "UTF-8";
/*
 * Main SCSS entrypoint for the child theme.
 */
:root {
  --green: #13322b;
  --gold: #ad996f;
}

/* Load fonts locally */
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Thin.woff2") format("woff2"), url("../../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Light.woff2") format("woff2"), url("../../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Black.woff2") format("woff2"), url("../../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Italic.woff2") format("woff2"), url("../../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Bold.woff2") format("woff2"), url("../../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Medium.woff2") format("woff2"), url("../../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-Regular.woff2") format("woff2"), url("../../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/* Base styles */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: aktiv-grotesk, sans-serif;
  font-style: normal;
}

body {
  overflow-x: hidden;
  width: 100vw !important;
}

#page-container {
  position: relative;
  overflow-x: hidden !important;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed !important;
}

.et_pb_text ul {
  padding-top: 20px;
  padding-left: 25px;
}

.wdp_top_column {
  z-index: 9999 !important;
}

h1,
h2,
h3,
h4 {
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 700 !important;
}

.wdp_cursive h1,
.wdp_cursive h2,
.wdp_cursive h3,
.wdp_cursive h4,
.wdp_cursive h5,
.wdp_cursive h6 {
  font-family: benton-modern-display, serif;
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
}

#main-header {
  box-shadow: none !important;
}

#top-menu li a {
  line-height: 1.3;
}

#mobile_menu li a {
  text-transform: initial !important;
}

#mobile_menu li.current-menu-item > a {
  color: var(--gold);
}

.menu-item-has-children .sub-menu {
  display: block !important;
}

.menu-item-has-children .sub-menu li,
.menu-item-has-children .sub-menu li a {
  opacity: 1 !important;
}

.menu-item-has-children .sub-menu li a {
  padding: 7px 0 !important;
}

#top-menu ul.sub-menu {
  padding: 0;
}

#top-menu .sub-menu li {
  padding: 0;
  width: 100%;
}

#top-menu .sub-menu li a {
  padding: 15px !important;
  width: 100%;
}

.mobile_menu_bar:before {
  font-size: 45px !important;
}

.mobile_menu_bar:after {
  content: "MENÜ";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  height: 17px;
  top: 22px;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

ul.et-social-icons {
  display: none;
}

#footer-bottom .clearfix {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer-bottom .clearfix > div {
  flex-basis: 50%;
}
#footer-bottom #footer-info {
  text-align: left !important;
}

.bar-link {
  text-align: right !important;
}
.bar-link a {
  color: white;
}

.wdp_footer .wdp_footer_col2 .et_pb_button_wrapper,
.wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper,
.wdp_footer .wdp_footer_col2 .et_contact_bottom_container,
.wdp_footer .wdp_footer_col2 .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_footer .wdp_footer_col2 .et_pb_button_wrapper:before,
.wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper:before,
.wdp_footer .wdp_footer_col2 .et_contact_bottom_container:before,
.wdp_footer .wdp_footer_col2 .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 1000px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -1000px;
}
.wdp_footer .wdp_footer_col2 .et_pb_button_wrapper:after,
.wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper:after,
.wdp_footer .wdp_footer_col2 .et_contact_bottom_container:after,
.wdp_footer .wdp_footer_col2 .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -200px;
}
.wdp_footer .wdp_footer_col2 .et_pb_button_wrapper a.et_pb_button,
.wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper a.et_pb_button,
.wdp_footer .wdp_footer_col2 .et_contact_bottom_container a.et_pb_button,
.wdp_footer .wdp_footer_col2 .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.wdp_footer .wdp_footer_col2 .et_pb_blurb_description {
  padding-left: 20px;
}
.wdp_footer .wdp_footer_col3 .et_pb_button_wrapper,
.wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper,
.wdp_footer .wdp_footer_col3 .et_contact_bottom_container,
.wdp_footer .wdp_footer_col3 .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_footer .wdp_footer_col3 .et_pb_button_wrapper:before,
.wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper:before,
.wdp_footer .wdp_footer_col3 .et_contact_bottom_container:before,
.wdp_footer .wdp_footer_col3 .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -200px;
}
.wdp_footer .wdp_footer_col3 .et_pb_button_wrapper:after,
.wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper:after,
.wdp_footer .wdp_footer_col3 .et_contact_bottom_container:after,
.wdp_footer .wdp_footer_col3 .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 600px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -600px;
}
.wdp_footer .wdp_footer_col3 .et_pb_button_wrapper a.et_pb_button,
.wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper a.et_pb_button,
.wdp_footer .wdp_footer_col3 .et_contact_bottom_container a.et_pb_button,
.wdp_footer .wdp_footer_col3 .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.wdp_footer .wdp_footer_col3 .et_pb_blurb_description {
  padding-left: 20px;
}
.wdp_footer .et_pb_module_header {
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
.wdp_footer .et_pb_module_header span {
  margin: 0 20px;
}
.wdp_footer h3.et_pb_module_header span {
  background: #13322b;
  position: relative;
  padding: 0 20px;
  margin-left: 0;
}

a.social-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

a.social-icon.facebook {
  background: url(/wp-content/uploads/2020/04/facebook-icon-white.svg) no-repeat;
}

/* Slider gallery */
.wdp_gallery_slider .et-pb-arrow-prev {
  left: 0 !important;
  opacity: 1;
}
.wdp_gallery_slider .et-pb-arrow-next {
  right: 0 !important;
  opacity: 1;
}
.wdp_gallery_slider .et-pb-controllers {
  bottom: 40px !important;
  display: flex;
  flex-direction: column;
  left: 50px;
  top: 50%;
}
.wdp_gallery_slider .et-pb-controllers a {
  text-indent: 0 !important;
  display: inline-block !important;
  width: 20px;
  height: auto !important;
  border-radius: 0 !important;
  background: #ad996f;
  color: white;
  margin-bottom: 5px;
}
.wdp_gallery_slider .et-pb-slider-arrows {
  width: 100px;
  position: absolute;
  right: 35px;
  bottom: 65px;
}

/* Rotating images */
.wdp_border_image {
  transition: all 0.3s ease;
  transform-origin: 90% 10%;
  z-index: 999 !important;
}
.wdp_border_image:after {
  content: "";
  position: absolute;
  right: 15px;
  border: 2px solid #ad996f;
  top: -15px;
  left: -15px;
  bottom: 15px;
  z-index: -1;
}

.wdp_border_image.bck_white:after {
  background: white !important;
}

.wdp_gallery .et_pb_gallery_image {
  overflow: visible !important;
  transition: all 0.3s ease;
  transform-origin: 90% 10%;
  z-index: 999 !important;
}
.wdp_gallery .et_pb_gallery_image:after {
  content: "";
  position: absolute;
  right: 15px;
  border: 2px solid #ad996f;
  top: -15px;
  left: -15px;
  bottom: 15px;
  z-index: -1;
}
.wdp_gallery .et_pb_gallery_image a .et_overlay::after {
  content: unset !important;
}

.wdp_border_image:after,
.wdp_gallery .et_pb_gallery_image:after {
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: -12px;
  left: -12px;
}

/* Popup image */
.mfp-bottom-bar {
  display: none;
}

/* Theme buttons */
.border-green .et_pb_button,
.start-row-kernbereiche .et_pb_button {
  background: #ad996f;
  color: white;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20px;
}

.et_pb_row.start-row-kernbereiche .et_pb_button {
  display: inline-block;
  padding: 8px 16px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.et_pb_row.start-row-kernbereiche .et_pb_button:hover {
  background: transparent;
}

.et_pb_row.start-row-kernbereiche .et_pb_button:before {
  display: none !important;
}

.wdp_theme_button_row .et_pb_button_wrapper,
.wdp_theme_button_row .et_pb_button_module_wrapper,
.wdp_theme_button_row .et_contact_bottom_container,
.wdp_theme_button_row .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_theme_button_row .et_pb_button_wrapper:before,
.wdp_theme_button_row .et_pb_button_module_wrapper:before,
.wdp_theme_button_row .et_contact_bottom_container:before,
.wdp_theme_button_row .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 2000px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -2000px;
}
.wdp_theme_button_row .et_pb_button_wrapper:after,
.wdp_theme_button_row .et_pb_button_module_wrapper:after,
.wdp_theme_button_row .et_contact_bottom_container:after,
.wdp_theme_button_row .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 1000px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -1000px;
}
.wdp_theme_button_row .et_pb_button_wrapper a.et_pb_button,
.wdp_theme_button_row .et_pb_button_module_wrapper a.et_pb_button,
.wdp_theme_button_row .et_contact_bottom_container a.et_pb_button,
.wdp_theme_button_row .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.wdp_theme_button_row .et_pb_button_module_wrapper {
  float: right;
  background-color: #13322b;
}

.wdp_button_photo_column {
  position: relative !important;
  overflow: hidden;
}
.wdp_button_photo_column .et_pb_button_wrapper,
.wdp_button_photo_column .et_pb_button_module_wrapper,
.wdp_button_photo_column .et_contact_bottom_container,
.wdp_button_photo_column .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_button_photo_column .et_pb_button_wrapper:before,
.wdp_button_photo_column .et_pb_button_module_wrapper:before,
.wdp_button_photo_column .et_contact_bottom_container:before,
.wdp_button_photo_column .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -200px;
}
.wdp_button_photo_column .et_pb_button_wrapper:after,
.wdp_button_photo_column .et_pb_button_module_wrapper:after,
.wdp_button_photo_column .et_contact_bottom_container:after,
.wdp_button_photo_column .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -200px;
}
.wdp_button_photo_column .et_pb_button_wrapper a.et_pb_button,
.wdp_button_photo_column .et_pb_button_module_wrapper a.et_pb_button,
.wdp_button_photo_column .et_contact_bottom_container a.et_pb_button,
.wdp_button_photo_column .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.wdp_button_photo_column:hover .et_pb_image:after {
  visibility: visible;
  opacity: 1;
}
.wdp_button_photo_column:hover .et_pb_button_module_wrapper {
  visibility: visible;
  opacity: 1;
}
.wdp_button_photo_column .et_pb_button_module_wrapper {
  transition: all 0.2s ease-in;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}

body #page-container .et_pb_section .et_pb_button,
.et_pb_section .et_pb_contact_form_container.et_pb_module .et_pb_button {
  overflow: hidden !important;
  clear: both !important;
}

.map-popup-footer-button {
  border: none !important;
  padding: 10px !important;
}

.wdp_contact .wdp_contact_form .et_pb_button_wrapper,
.wdp_contact .wdp_contact_form .et_pb_button_module_wrapper,
.wdp_contact .wdp_contact_form .et_contact_bottom_container,
.wdp_contact .wdp_contact_form .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_contact .wdp_contact_form .et_pb_button_wrapper:before,
.wdp_contact .wdp_contact_form .et_pb_button_module_wrapper:before,
.wdp_contact .wdp_contact_form .et_contact_bottom_container:before,
.wdp_contact .wdp_contact_form .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 400px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -400px;
}
.wdp_contact .wdp_contact_form .et_pb_button_wrapper:after,
.wdp_contact .wdp_contact_form .et_pb_button_module_wrapper:after,
.wdp_contact .wdp_contact_form .et_contact_bottom_container:after,
.wdp_contact .wdp_contact_form .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -200px;
}
.wdp_contact .wdp_contact_form .et_pb_button_wrapper a.et_pb_button,
.wdp_contact .wdp_contact_form .et_pb_button_module_wrapper a.et_pb_button,
.wdp_contact .wdp_contact_form .et_contact_bottom_container a.et_pb_button,
.wdp_contact .wdp_contact_form .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.wdp_contact .wdp_contact_form .et_contact_bottom_container {
  margin-top: 25px;
}
.wdp_contact .wdp_contact_col1 {
  z-index: 100;
}
.wdp_contact .et-pb-contact-message {
  color: white;
}

.et-pb-contact-message > p {
  border-top: 2px solid #ad996f;
  border-bottom: 2px solid #ad996f;
  padding: 10px !important;
  text-align: center;
  color: #ad996f;
  font-weight: 600;
}

.et_pb_with_background .et_pb_contact_right > * {
  color: white;
}

/* Contact Form 7 */
.wpcf7 input,
.wpcf7 textarea {
  background: #eee;
  color: #999;
  border: 0;
  font-size: 14px;
  padding: 16px;
  margin-bottom: 3% !important;
  width: 100% !important;
}

.wpcf7 textarea {
  max-height: 150px !important;
}

.wpcf7 input[type=submit],
.et_pb_section .et_pb_contact_form_container button.et_pb_contact_submit.et_pb_button {
  color: white !important;
  border-width: 0 !important;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  -webkit-transition: background-color 300ms ease 0ms, letter-spacing 300ms ease 0ms;
  -o-transition: background-color 300ms ease 0ms, letter-spacing 300ms ease 0ms;
  transition: background-color 300ms ease 0ms, letter-spacing 300ms ease 0ms;
  width: auto !important;
  float: right;
  padding: 0.3em 1em !important;
  position: relative;
  overflow: visible !important;
}

.wpcf7 input[type=submit]:hover,
button.et_pb_contact_submit.et_pb_button:hover {
  letter-spacing: 2px;
}

.contact-submit-wrapper {
  position: relative;
  display: inline-block;
  float: right;
}

.contact-submit-wrapper:before,
button.et_pb_contact_submit.et_pb_button:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 700px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -700px;
  -webkit-transform: translateY(-3px) !important;
  -ms-transform: translateY(-3px) !important;
  transform: translateY(-3px) !important;
  opacity: 1 !important;
}

p.submit-wrapper {
  overflow: hidden;
}

div.wpcf7-response-output {
  margin-top: 40px !important;
}

span.wpcf7-not-valid-tip {
  margin-top: -15px;
}

.wdp_contact .wpcf7 input[type=submit] {
  color: white !important;
  padding-right: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-bottom: 4px !important;
  cursor: pointer;
}

.wdp_contact .wpcf7-response-output {
  color: white;
}

.et_pb_section.section_kontakt_form .et_pb_contact_form_container button.et_pb_contact_submit.et_pb_button,
.et_pb_section.section_kontakt_form .contact-submit-wrapper input[type=submit] {
  color: #ad996f !important;
  border-radius: 0;
  padding-right: 0 !important;
}

body.page .wpcf7 .wpcf7-response-output {
  border: 0;
  border-top: 2px solid #ad996f;
  border-bottom: 2px solid #ad996f;
  padding: 10px !important;
  line-height: 1.25;
  text-align: center;
  color: #ad996f;
  font-weight: 600;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
}

.owl-carousel .owl-stage-outer .et_pb_testimonial {
  min-height: 290px;
}
.owl-carousel .owl-stage-outer .et_pb_testimonial::before {
  content: none !important;
}
.owl-carousel .owl-stage-outer .et_pb_testimonial .et_pb_testimonial_description {
  position: relative;
  margin-top: 50px;
}
.owl-carousel .owl-stage-outer .et_pb_testimonial .et_pb_testimonial_description::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url(https://private-studienberatung.at/wp-content/uploads/2019/11/Quote.svg);
  background-size: cover;
}

.wdp_home_hero_slider .et_pb_slide_description {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-shadow: none !important;
}
.wdp_home_hero_slider .et-pb-controllers {
  position: absolute !important;
  width: max-content !important;
  left: 92% !important;
  bottom: 2%;
}
.wdp_home_hero_slider .et-pb-controllers a {
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
  background: white !important;
  opacity: 1 !important;
}
.wdp_home_hero_slider .et-pb-controllers a.et-pb-active-control {
  background: #13322b !important;
}
.wdp_home_hero_slider .et_pb_button_wrapper:before {
  left: initial !important;
  right: 100% !important;
  width: 300px;
}
.wdp_home_hero_slider .et_pb_button_wrapper:after {
  right: initial !important;
  left: 100% !important;
  width: 2000px;
}
.wdp_home_hero_slider .et_pb_button_wrapper,
.wdp_home_hero_slider .et_pb_button_module_wrapper,
.wdp_home_hero_slider .et_contact_bottom_container,
.wdp_home_hero_slider .et_pb_module_header {
  position: relative;
  width: max-content;
}
.wdp_home_hero_slider .et_pb_button_wrapper:before,
.wdp_home_hero_slider .et_pb_button_module_wrapper:before,
.wdp_home_hero_slider .et_contact_bottom_container:before,
.wdp_home_hero_slider .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -20px;
}
.wdp_home_hero_slider .et_pb_button_wrapper:after,
.wdp_home_hero_slider .et_pb_button_module_wrapper:after,
.wdp_home_hero_slider .et_contact_bottom_container:after,
.wdp_home_hero_slider .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -20px;
}
.wdp_home_hero_slider .et_pb_button_wrapper a.et_pb_button,
.wdp_home_hero_slider .et_pb_button_module_wrapper a.et_pb_button,
.wdp_home_hero_slider .et_contact_bottom_container a.et_pb_button,
.wdp_home_hero_slider .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.start-row-kernbereiche .et_pb_image_wrap {
  border: 2px solid #ad996f;
  padding: 10px;
}

.et_pb_row.start-row-kernbereiche {
  padding-top: 60px;
}

.start-row-kernbereiche .et_pb_blurb img {
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}

.start-row-kernbereiche h4.et_pb_module_header {
  font-family: benton-modern-display, serif;
  font-size: 24px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wdp_home_hero_slider .et_pb_button_wrapper {
    margin-top: 44%;
  }
  .wdp_home_hero_slider .et_pb_button_wrapper::after {
    left: auto !important;
  }
}
@media screen and (max-width: 979px) {
  .wdp_home_hero_slider .et_pb_slide_description {
    min-height: 500px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .wdp_home_hero_slider .et_pb_slide_description h2.et_pb_slide_title {
    margin-top: 160px !important;
    text-align: center !important;
  }
  .wdp_home_hero_slider .et-pb-controllers {
    left: 86% !important;
  }
}
@media screen and (max-width: 479px) {
  .wdp_home_hero_slider .et-pb-controllers {
    left: 75% !important;
  }
}
@media screen and (max-width: 479px) {
  .section_start_slider {
    padding-top: 0;
  }
  .wdp_home_hero_slider .et_pb_slides .et_pb_container {
    height: initial !important;
  }
  .wdp_home_hero_slider .et_pb_slide_description {
    min-height: initial !important;
  }
  .section_start_introtext.et_pb_section .et_pb_row {
    padding: 30px !important;
  }
  .section_start_introtext.et_pb_section .et_pb_row.wdp_theme_button_row {
    padding: 0 !important;
  }
}
.page-id-31 .wdp_contact_form .et_pb_button_wrapper,
.page-id-31 .wdp_contact_form .et_pb_button_module_wrapper,
.page-id-31 .wdp_contact_form .et_contact_bottom_container,
.page-id-31 .wdp_contact_form .et_pb_module_header {
  position: relative;
  width: max-content;
}
.page-id-31 .wdp_contact_form .et_pb_button_wrapper:before,
.page-id-31 .wdp_contact_form .et_pb_button_module_wrapper:before,
.page-id-31 .wdp_contact_form .et_contact_bottom_container:before,
.page-id-31 .wdp_contact_form .et_pb_module_header:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 1000px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  left: -1000px;
}
.page-id-31 .wdp_contact_form .et_pb_button_wrapper:after,
.page-id-31 .wdp_contact_form .et_pb_button_module_wrapper:after,
.page-id-31 .wdp_contact_form .et_contact_bottom_container:after,
.page-id-31 .wdp_contact_form .et_pb_module_header:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 400px;
  background: #ad996f;
  top: 50%;
  z-index: 1;
  right: -400px;
}
.page-id-31 .wdp_contact_form .et_pb_button_wrapper a.et_pb_button,
.page-id-31 .wdp_contact_form .et_pb_button_module_wrapper a.et_pb_button,
.page-id-31 .wdp_contact_form .et_contact_bottom_container a.et_pb_button,
.page-id-31 .wdp_contact_form .et_pb_module_header a.et_pb_button {
  margin-top: 0;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.page-id-31 .wdp_contact_page_form_row {
  z-index: 9999 !important;
}
.page-id-31 .wdp_map_column {
  z-index: 9999999 !important;
}

@media screen and (max-width: 479px) {
  .row_kontaktmoeglichkeiten .et_pb_column:first-child {
    margin-bottom: 30px !important;
  }
  .row_kontaktmoeglichkeiten .et_pb_main_blurb_image {
    max-width: 80px;
  }
  .row_kontaktmoeglichkeiten .et_pb_main_blurb_image img {
    max-width: 100%;
  }
  .row_kontaktmoeglichkeiten .et_pb_blurb_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row_kontaktmoeglichkeiten .et_pb_module_header,
  .row_kontaktmoeglichkeiten .et_pb_blurb_description {
    text-align: left;
  }
  .et_pb_section.section_kontakt_form {
    padding-top: 0;
  }
  a.phone-sms {
    display: inline !important;
  }
  a.phone-sms:before {
    content: "";
    width: 22px;
    height: 23px;
    display: inline-block;
    background: url(/wp-content/uploads/2020/03/sms.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
  .row_kontaktmoeglichkeiten .et_pb_column_1_6 .et_pb_blurb_description br {
    display: none;
  }
  .contactform-mobiletext {
    display: inline !important;
  }
}
.row_internat_description .address {
  background: var(--green);
  color: white;
  padding: 50px 30px;
}

.border-green {
  border: 2px solid var(--green);
  padding: 0 !important;
}

.border-green .et_pb_column {
  padding: 25px;
}

.green-right .et_pb_column:last-child,
.green-left .et_pb_column:first-child,
.section-single-internat .et_pb_column:last-child {
  background: var(--green);
  color: white;
}

.section-single-internat:nth-child(odd) .et_pb_row {
  display: flex;
  flex-direction: row-reverse;
}

.green-right .et_pb_column:last-child h3,
.green-left .et_pb_column:first-child h3,
.section-single-internat h3 {
  color: white;
}

.et_pb_number_counter span.percent-value {
  font-family: benton-modern-display, serif;
  color: var(--gold);
}

.section_internat_kosten .kosten_table {
  overflow-x: scroll;
}

.section_internat_kosten table {
  min-width: 1080px !important;
}

.section_internat_kosten table tr:first-child {
  background: var(--green);
  font-weight: 600;
  color: white;
}

.wdp_text_column .et_pb_module:not(last-child) {
  margin-bottom: 20px !important;
}

#post-1502 .et_pb_section:nth-child(2n+4) {
  background-color: #f2f2f2;
}

.section-single-internat:nth-child(even) {
  background: #f2f2f2;
}

@media screen and (max-width: 1140px) {
  .page-id-960 #top-menu-nav,
  .page-id-963 #top-menu-nav,
  .page-id-966 #top-menu-nav,
  .page-id-971 #top-menu-nav {
    display: none;
  }
  .page-id-960 #et_mobile_nav_menu,
  .page-id-963 #et_mobile_nav_menu,
  .page-id-966 #et_mobile_nav_menu,
  .page-id-971 #et_mobile_nav_menu {
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
  .green-left,
  .section-single-internat:nth-child(odd) .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-single-internat:nth-child(odd) .et_pb_row {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .green-left .et_pb_column:first-child,
  .section-single-internat:nth-child(odd) .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .row_images .et_pb_column:first-child .et_pb_image:first-child {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .wdp_flex_dir_col .et_pb_column:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 981px) {
  .row_internat_description .et_pb_column:first-child {
    padding-top: 30px;
  }
  .et_pb_section.section-single-internat .et_pb_column {
    margin-right: 0;
    width: 50%;
  }
  .et_pb_section .row_internat_image {
    padding-bottom: 0;
  }
  .et_pb_section .row_internat_description {
    padding-top: 0;
  }
  .green-right .et_pb_column:first-child {
    padding-right: 0;
  }
  .green-right .et_pb_column:last-child,
  .green-left .et_pb_column:first-child,
  .section-single-internat .et_pb_column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 450px;
    padding: 50px 25px;
  }
  .wdp_text_column {
    min-height: 450px !important;
  }
}
.single .et_pb_post.project {
  margin-bottom: 0;
}

.wdp_text_column {
  min-height: 400px;
}

.section_netzwerk {
  background-size: 350px !important;
}

.section_netzwerk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #13322b;
  opacity: 0.75;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.row_beratung_coaching ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 1.4;
}

.row_beratung_coaching ul li {
  margin-bottom: 9px;
}

@media screen and (max-width: 479px) {
  .section_netzwerk {
    padding-bottom: 0;
  }
}
.et_pb_text ol {
  font-weight: 600;
}

@media screen and (max-width: 1140px) {
  #et_mobile_nav_menu {
    display: block;
  }
  #top-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .wdp_flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wdp_text_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wdp_contact .wdp_contact_col2 {
    width: 40.3333333333% !important;
    z-index: 10 !important;
  }
  .wdp_contact .wdp_contact_col3 {
    width: 22.111111% !important;
  }
  .wdp_contact .et_pb_column:first-child .et_pb_image {
    height: 100%;
  }
  .wdp_contact .et_pb_column:first-child .et_pb_image img {
    height: 100%;
  }
  .wdp_contact .et_pb_column:first-child .et_pb_image_wrap {
    height: 100%;
  }
  .et_pb_contact .et_contact_bottom_container:before {
    width: 220px !important;
    left: -230px !important;
  }
  .wdp_contact .et_pb_column:first-child .et_pb_image img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .wdp_footer .et_pb_column h3:before,
  .wdp_footer .et_pb_column h3:after {
    display: none;
  }
  .wdp_footer .et_pb_column:nth-child(2) h3:before {
    display: block;
    position: absolute;
    width: 200vw;
    left: 0;
    transform: translateX(-50%);
    z-index: -1;
  }
  .section_anspruch_ziel .wdp_flex .et_pb_column:last-child {
    margin-top: 60px;
  }
}
@media screen and (max-width: 979px) {
  .wdp_flex.wdp_flex_dir_col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wdp_flex.wdp_flex_dir_col .wdp_flex_1 {
    order: -1;
  }
  .container.clearfix.et_menu_container {
    position: static !important;
  }
  img#logo {
    transform: scale(1.3);
  }
  .et_mobile_menu li a {
    border-bottom: none !important;
  }
  .et_mobile_menu li a:hover {
    letter-spacing: 2px !important;
    opacity: 1 !important;
    background: transparent !important;
  }
  .wdp_footer .et_pb_button_wrapper,
  .wdp_footer .et_pb_button_module_wrapper,
  .wdp_footer .et_contact_bottom_container,
  .wdp_footer .et_pb_module_header {
    position: relative;
    width: max-content;
  }
  .wdp_footer .et_pb_button_wrapper:before,
  .wdp_footer .et_pb_button_module_wrapper:before,
  .wdp_footer .et_contact_bottom_container:before,
  .wdp_footer .et_pb_module_header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    left: -100px;
  }
  .wdp_footer .et_pb_button_wrapper:after,
  .wdp_footer .et_pb_button_module_wrapper:after,
  .wdp_footer .et_contact_bottom_container:after,
  .wdp_footer .et_pb_module_header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    right: -100px;
  }
  .wdp_footer .et_pb_button_wrapper a.et_pb_button,
  .wdp_footer .et_pb_button_module_wrapper a.et_pb_button,
  .wdp_footer .et_contact_bottom_container a.et_pb_button,
  .wdp_footer .et_pb_module_header a.et_pb_button {
    margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .wdp_footer .wdp_footer_col2 .et_pb_module_header:after,
  .wdp_footer .wdp_footer_col3 .et_pb_module_header:after {
    width: 100vw !important;
    right: -100vw !important;
  }
  .wdp_footer .wdp_footer_col2 .et_pb_button_wrapper,
  .wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper,
  .wdp_footer .wdp_footer_col2 .et_contact_bottom_container,
  .wdp_footer .wdp_footer_col2 .et_pb_module_header {
    position: relative;
    width: max-content;
  }
  .wdp_footer .wdp_footer_col2 .et_pb_button_wrapper:before,
  .wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper:before,
  .wdp_footer .wdp_footer_col2 .et_contact_bottom_container:before,
  .wdp_footer .wdp_footer_col2 .et_pb_module_header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 200px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    left: -200px;
  }
  .wdp_footer .wdp_footer_col2 .et_pb_button_wrapper:after,
  .wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper:after,
  .wdp_footer .wdp_footer_col2 .et_contact_bottom_container:after,
  .wdp_footer .wdp_footer_col2 .et_pb_module_header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 700px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    right: -700px;
  }
  .wdp_footer .wdp_footer_col2 .et_pb_button_wrapper a.et_pb_button,
  .wdp_footer .wdp_footer_col2 .et_pb_button_module_wrapper a.et_pb_button,
  .wdp_footer .wdp_footer_col2 .et_contact_bottom_container a.et_pb_button,
  .wdp_footer .wdp_footer_col2 .et_pb_module_header a.et_pb_button {
    margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .wdp_footer .wdp_footer_col3 .et_pb_button_wrapper,
  .wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper,
  .wdp_footer .wdp_footer_col3 .et_contact_bottom_container,
  .wdp_footer .wdp_footer_col3 .et_pb_module_header {
    position: relative;
    width: max-content;
  }
  .wdp_footer .wdp_footer_col3 .et_pb_button_wrapper:before,
  .wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper:before,
  .wdp_footer .wdp_footer_col3 .et_contact_bottom_container:before,
  .wdp_footer .wdp_footer_col3 .et_pb_module_header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 200px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    left: -200px;
  }
  .wdp_footer .wdp_footer_col3 .et_pb_button_wrapper:after,
  .wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper:after,
  .wdp_footer .wdp_footer_col3 .et_contact_bottom_container:after,
  .wdp_footer .wdp_footer_col3 .et_pb_module_header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 600px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    right: -600px;
  }
  .wdp_footer .wdp_footer_col3 .et_pb_button_wrapper a.et_pb_button,
  .wdp_footer .wdp_footer_col3 .et_pb_button_module_wrapper a.et_pb_button,
  .wdp_footer .wdp_footer_col3 .et_contact_bottom_container a.et_pb_button,
  .wdp_footer .wdp_footer_col3 .et_pb_module_header a.et_pb_button {
    margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .wdp_contact .wdp_contact_form .et_pb_button_wrapper,
  .wdp_contact .wdp_contact_form .et_pb_button_module_wrapper,
  .wdp_contact .wdp_contact_form .et_contact_bottom_container,
  .wdp_contact .wdp_contact_form .et_pb_module_header {
    position: relative;
    width: max-content;
  }
  .wdp_contact .wdp_contact_form .et_pb_button_wrapper:before,
  .wdp_contact .wdp_contact_form .et_pb_button_module_wrapper:before,
  .wdp_contact .wdp_contact_form .et_contact_bottom_container:before,
  .wdp_contact .wdp_contact_form .et_pb_module_header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 1000px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    left: -1000px;
  }
  .wdp_contact .wdp_contact_form .et_pb_button_wrapper:after,
  .wdp_contact .wdp_contact_form .et_pb_button_module_wrapper:after,
  .wdp_contact .wdp_contact_form .et_contact_bottom_container:after,
  .wdp_contact .wdp_contact_form .et_pb_module_header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    right: -100px;
  }
  .wdp_contact .wdp_contact_form .et_pb_button_wrapper a.et_pb_button,
  .wdp_contact .wdp_contact_form .et_pb_button_module_wrapper a.et_pb_button,
  .wdp_contact .wdp_contact_form .et_contact_bottom_container a.et_pb_button,
  .wdp_contact .wdp_contact_form .et_pb_module_header a.et_pb_button {
    margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 479px) {
  .wdp_gallery_slider .et-pb-controllers {
    display: none;
  }
  .wdp_footer .et_pb_button_wrapper,
  .wdp_footer .et_pb_button_module_wrapper,
  .wdp_footer .et_contact_bottom_container,
  .wdp_footer .et_pb_module_header {
    position: relative;
    width: max-content;
  }
  .wdp_footer .et_pb_button_wrapper:before,
  .wdp_footer .et_pb_button_module_wrapper:before,
  .wdp_footer .et_contact_bottom_container:before,
  .wdp_footer .et_pb_module_header:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    left: -100px;
  }
  .wdp_footer .et_pb_button_wrapper:after,
  .wdp_footer .et_pb_button_module_wrapper:after,
  .wdp_footer .et_contact_bottom_container:after,
  .wdp_footer .et_pb_module_header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ad996f;
    top: 50%;
    z-index: 1;
    right: -100px;
  }
  .wdp_footer .et_pb_button_wrapper a.et_pb_button,
  .wdp_footer .et_pb_button_module_wrapper a.et_pb_button,
  .wdp_footer .et_contact_bottom_container a.et_pb_button,
  .wdp_footer .et_pb_module_header a.et_pb_button {
    margin-top: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 479px) {
  .et_pb_section .et_pb_row {
    width: 90%;
  }
  .section_pageheader.et_pb_section {
    padding: 20px 0;
  }
  .section_pageheader.et_pb_section .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .section_pageheader.et_pb_section .et_pb_text {
    margin: 0 !important;
  }
}
.wdp_cursive h1 {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.et_pb_text ul {
  padding-top: 0 !important;
}

#mobile_menu li a {
  text-transform: uppercase;
}

body #page-container .et_pb_section .et_pb_button:before {
  display: inline-block;
}

body #page-container .et_pb_section .et_pb_button {
  overflow: visible !important;
}

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