@charset "UTF-8";
/*
Theme Name:     Stefanie Adam
Theme URI:      http://stefanieadam.de
Description:    Child theme for the Divi theme by elegantthemes
Author:         nexTab.de - Oliver Gehrmann
Author URI:     https://nextab.de
Template:       Divi
Version:        1.0
*/
/* #region Font Setup */

/* #endregion */
/* #region Placeholder Mixin */
/* #endregion */
/* #region General Styling */
/* #region Variables */
/* #endregion */
html {
  font-size: 15px;
}

body {
  color: #000;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

#page-container .et_pb_bg_layout_light.et_pb_text.et_pb_module {
  color: #000 !important;
}

.fullheight.et_pb_section {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  min-height: 100vh;
}

.fullheight.et_pb_row {
  min-height: 100vh;
}

strong {
  font-weight: 500;
}

.large-text {
  font-size: clamp(1rem, calc(0.8065rem + 0.8064vw), 1.33333rem);
}

/* #region Vertically Centered Columns */
/* Centered Text / Img on one side, text on other */
#page-container .et_pb_row.centered-text {
  display: flex;
}

#page-container .et_pb_row.centered-text .et_pb_column {
  display: flex;
  flex-flow: column nowrap;
  float: none;
  justify-content: center;
}

#page-container .et_pb_row.centered-text .et_pb_column.et_pb_column_empty {
  margin-bottom: 0;
  margin-top: 0;
}

#page-container .et_pb_row.centered-text .et_pb_column .et_pb_module {
  margin: 0 auto 30px;
  max-width: 550px;
  width: 70%;
}

#page-container .et_pb_row.centered-text .et_pb_column .et_pb_module:first-child {
  margin-top: 90px;
}

#page-container .et_pb_row.centered-text .et_pb_column .et_pb_module:last-child {
  margin-bottom: 90px;
}

/* #region max-width 980px */
@media only screen and (max-width: 980px) {
  #page-container .et_pb_row.centered-text {
    flex-flow: column nowrap;
  }

  #page-container .et_pb_row.centered-text .et_pb_column.et_pb_column_empty {
    min-height: 580px;
  }

  #page-container .et_pb_row.centered-text .et_pb_column .et_pb_module {
    width: 80%;
  }
}

/* #endregion */
/* #endregion */
/* #endregion */
/* #region h1 - h6 Styling */
#page-container h1,
#page-container h2,
#page-container h3,
#page-container h4,
#page-container h5,
#page-container .heading-xl {
  color: #000;
  font-size: clamp(1.6rem, calc(0.6400rem + 4.0000vw), 4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

#page-container h3,
#page-container .heading-l,
#page-container~.et_bloom_optin h3 {
  font-size: clamp(1.4666666rem, calc(0.5763rem + 3.7097vw), 3rem);
}

#page-container h4 {
  font-size: clamp(1.3333333333rem, calc(0.7527rem + 2.4194vw), 2.33333333rem);
  letter-spacing: 0.5px;
}

#page-container h6 {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription span,
body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper p,
.angebots-cta .et_pb_blurb_container,
.et_pb_slider .et_pb_slide_content,
#page-container h5,
#page-container .body-l {
  font-size: clamp(1.2rem, calc(0.9290rem + 1.1290vw), 1.666666rem);
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.et_pb_section.footer_container .et_pb_menu ul.et-menu li a,
#page-container .body-m {
  font-size: clamp(1.133333rem, calc(1.0172rem + 0.4839vw), 1.333333rem);
  line-height: 0.3;
}

/* #endregion */
/* #region Other Text Styles */
blockquote {
  border: none;
  font-style: italic;
  margin-bottom: 40px;
  padding-left: 10%;
  text-align: right;
}

/* #endregion */
/* #region Buttons */
body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription,
#page-container .et_pb_button {
  border: none;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-decoration: underline;
  transition: all 300ms ease;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_pb_bg_layout_light.et_bloom_submit_subscription,
#page-container .et_pb_bg_layout_light.et_pb_button {
  color: #000 !important;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_pb_bg_layout_dark.et_bloom_submit_subscription,
#page-container .et_pb_bg_layout_dark.et_pb_button {
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
  text-decoration: none;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_pb_bg_layout_dark.et_bloom_submit_subscription:hover,
#page-container .et_pb_bg_layout_dark.et_pb_button:hover {
  color: #000 !important;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription:hover,
#page-container .et_pb_button:hover {
  background: none;
  border-radius: 0;
  letter-spacing: 0;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* #endregion */
/* #region Lists */
.entry-content ul {
  line-height: 1.3;
}

.et_pb_text ul li,
.et_pb_text ol li,
.et_pb_post_content ul li,
.et_pb_post_content ol li {
  padding-bottom: 0.5rem;
}

#page-container .pfeile-liste ul {
  padding-left: 32px;
}

#page-container .pfeile-liste ul li {
  line-height: 1.2;
  padding-bottom: 0.5rem;
  position: relative;
}

#page-container .pfeile-liste ul li::before {
  content: "•";
  left: -32px;
  position: absolute;
  top: -2px;
}

#page-container .pfeile-liste.et_pb_text ul {
  list-style: none;
}

/* #endregion */
/* #region 6er Grid */
.grid-6.et_pb_row .et_pb_column {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: space-between;
}

.grid-6.et_pb_row .et_pb_column>.et_pb_module {
  align-items: center;
  aspect-ratio: 1/1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  margin-bottom: 0;
}

.grid-6 .et_pb_promo {
  padding: 20px 10px;
}

.grid-6 .et_pb_promo .et_pb_promo_description {
  padding-bottom: 0;
}

.grid-6.et_pb_posts .et_pb_ajax_pagination_container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}

.grid-6.et_pb_posts .et_pb_ajax_pagination_container article {
  background-color: transparent;
  /*#f2f1ed;*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0;
  min-height: 145px;
  padding: 1.5rem;
}

.grid-6.et_pb_posts .et_pb_ajax_pagination_container article::before,
.grid-6.et_pb_posts .et_pb_ajax_pagination_container article::after {
  display: none;
}

.grid-6.et_pb_posts .et_pb_ajax_pagination_container>div:last-child {
  grid-column: 1/-1;
}

.grid-6.et_pb_posts.no-padding .et_pb_ajax_pagination_container article {
  justify-content: flex-start;
  padding: 0;
}

.grid-6.et_pb_posts.white-bg .et_pb_ajax_pagination_container article {
  background-color: #fff;
}

#page-container .grid-6.et_pb_posts article h4 {
  font-size: 16px;
  word-break: break-word;
}

/* #endregion */
/* #region Header */
header#main-header {
  box-shadow: none;
}

header#main-header #logo {
  margin-top: -7px;
}

.et_header_style_fullscreen #page-container .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
  opacity: 1;
}

.et_header_style_fullscreen #page-container .et_slide_in_menu_container ul#mobile_menu_slide {
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: calc(100vh - 20px);
}

.et_header_style_fullscreen #page-container .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu::before {
  filter: invert(1);
}

body.et_pb_fullscreen_menu_active {
  overflow: hidden;
}

#page-container .et_slide_in_menu_container #mobile_menu_slide li a {
  font-size: clamp(2rem, calc(1.7097rem + 1.2097vw), 2.5rem);
  line-height: 1.5;
  padding: 0;
  text-decoration: none;
}

#page-container .et_slide_in_menu_container #mobile_menu_slide li.social_icons .social_icon_container {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 30px;
  justify-content: center;
  padding-top: 1rem;
}

#page-container .et_slide_in_menu_container #mobile_menu_slide li.social_icons .social_icon_container a {
  font-family: "EtModules";
  font-size: 1.2rem;
}

/* #region Header Menu */
header {
  /* .site_title {
  	font-weight: 700;
  	left: calc(50% + 26px);
  	position: fixed;
  	text-transform: uppercase;
  	top: 27px;
  	transform: translatex(-50%);
  	transition: all 300ms ease;
  	z-index: 999;
  } */
  /* &.et-fixed-header {
  	.site_title {
  		left: auto;
  		right: 57px;
  		top: 65px;
  		transform-origin: bottom right;
  		transform: rotate(90deg) translatey(-100%) translatex(100%);
  	}
  } */
}

header .mobile_menu_bar::before,
header .mobile_menu_bar::after {
  color: #000;
}

.admin-bar header .site_title {
  top: 58px;
}

#top-header .top-header-button-container a.et_pb_button:hover {
  border-color: #333;
  color: #333;
}

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover {
  opacity: 1 !important;
}

#top-menu-nav #top-menu {
  padding-bottom: 12px;
}

.nxt_logout_button_container {
  margin-left: 10px;
}

/* Dropdown Menü */
#top-menu.nav li ul {
  border-top: none;
  min-width: 280px;
  width: auto;
  font-weight: 700 !important;
}

#top-menu li ul li a {
  width: auto;
  word-break: keep-all;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500 !important;
}

#top-menu li ul li a:hover {
  background-color: transparent;
  color: #8c8c8c;
}

/* Textlogo im Header */
a#logo-txt,
#logo-link a {
  font-size: 16px;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

/* #et-secondary-menu { float: left; } */
header#main-header.et-fixed-header {
  margin-top: -1px;
}

#top-header .top-header-button-container a.et_pb_button {
  background: transparent;
  border-color: #8c8c8c;
  color: #8c8c8c;
  display: inline-block;
  margin-top: -6px;
  text-decoration: none;
  text-transform: uppercase;
}

/* #endregion */
/* #endregion */
/* #region Footer */
.et_pb_section.footer_container .et_pb_column {
  align-items: stretch;
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
}

.et_pb_section.footer_container .et_pb_column>* {
  align-items: center;
  border-right: 2px solid #000;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.et_pb_section.footer_container .et_pb_column>*:last-child {
  border-right: none;
}

.et_pb_section.footer_container .et_pb_module {
  margin-bottom: 0;
}

.et_pb_section.footer_container .et_pb_module.et_pb_social_media_follow li {
  margin-bottom: 0;
}

.et_pb_section.footer_container .et_pb_menu ul.et-menu li a {
  color: #000;
  text-decoration: none;
  transition: all 300ms ease;
}

.et_pb_section.footer_container .et_pb_menu ul.et-menu li a:hover {
  color: #000;
  text-decoration: underline;
}

.jahr_container {
  font-size: 0.75rem;
}

/* #endregion */
/* #region Fullwidth Header Modules */
#page-container .et_pb_module.et_pb_fullwidth_header.text-on-bottom .et_pb_fullwidth_header_container .header-content-container {
  align-self: flex-end;
  margin-bottom: 6rem;
  margin-top: 5rem;
}

#page-container .et_pb_module.et_pb_fullwidth_header .et_pb_module_header {
  font-size: clamp(3.55rem, calc(2.1700rem + 5.7500vw), 7rem);
  font-weight: 700;
  letter-spacing: 35px;
  line-height: 1;
  padding-left: 2.5%;
  padding-bottom: 0;
}

#page-container .et_pb_module.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#page-container .et_pb_module.et_pb_fullwidth_header .scroll-down.et-pb-icon {
  bottom: 20%;
  font-size: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  transform-origin: bottom left;
  transform: rotate(90deg) translatey(-45px);
  transition: all 500ms ease;
}

#page-container .et_pb_module.et_pb_fullwidth_header .scroll-down.et-pb-icon::before {
  content: "Nach unten →";
  font-family: "Maax";
  font-size: clamp(1rem, calc(0.6528rem + 1.0417vw), 1.33333rem);
  letter-spacing: 0.5px;
}

#page-container header#main-header.et-fixed-header+#et-main-area .et_pb_module.et_pb_fullwidth_header .scroll-down.et-pb-icon {
  transform: rotate(90deg) translatey(90px);
  opacity: 0;
}

/* #endregion */
.headline_mittig {
  text-align: center;
}

span.menu-break {
  position: inherit !important;
}

#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}

/*********************************************
************** Testimonial ***************
*********************************************/
div.et_pb_slide_content {
  color: #333;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2em;
  text-align: left;
}

strong.et_pb_testimonial_author {
  font-weight: 400;
  color: #8c8c8c;
}

div.et_pb_testimonial_description_inner {
  line-height: 2em;
}

.et_pb_testimonial_1 .et_pb_testimonial_author {
  text-align: left;
}

.slider-bild-links .et_pb_slide {
  background-position: 33% center;
}

/*********************************************
************** Kontaktformular ***************
*********************************************/
#page-container form.ncore_user_form .ncore_form_input input {
  border: 1px solid #cccccc;
  color: #8c8c8c;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 16px;
  text-transform: none;
  width: 100%;
}

#page-container form.ncore_user_form .ncore_form_input input:focus {
  border-color: #333;
  color: #8c8c8c;
}

.ncore.dm_account .button-primary,
.ncore.dm_account .dm_account_delete_button,
.ncore.dm_account .dm_data_export_button,
#page-container .ncore input.button.button-primary {
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 0;
  border-width: 1px;
  color: #333 !important;
  cursor: pointer;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px !important;
  letter-spacing: 2px;
  line-height: 1.7em;
  padding: 0.5em 2.5em;
  text-transform: uppercase;
  width: auto;
}

/*********************************************
****************** Monarch *******************
*********************************************/
.et_monarch #page-container~.et_social_sidebar_networks li,
.et_monarch .et_social_mobile li {
  background: transparent none repeat scroll 0 0;
}

/* Transparenter Hintergrund Sharing-Icons */
#page-container~.et_social_sidebar_networks .et_social_icon::before {
  font-size: 13px;
}

/* Größe Sharing-Icons von Monarch links */
.et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_icons_container,
.et_monarch .et_social_sidebar_networks.et_social_visible_sidebar .et_social_totalcount:hover {
  border-style: solid;
  border-color: #333;
  border-width: 1px;
  border-left: none;
}

/*.et_monarch #page-container ~ .et_social_sidebar_networks li, .et_monarch .et_social_mobile li einzelne Buttonränder */
/*Sharebar */
a.et_social_share {
  background-color: none;
}

.et_social_sidebar_networks>a,
ul.et_social_icons_container>a,
ul.et_social_icons_container li.et_social_facebook>a:not(.et_social_share) {
  display: none !important;
}

/*********************************************
************* Mitgliederbereich **************
*********************************************/
body.archive.tax-module .et_pb_slider,
body.archive.tax-module .et_pb_slider .et_pb_slide,
body.single-lesson .et_pb_slider,
body.single-lesson .et_pb_slider .et_pb_slide,
body.archive.tax-module .et_pb_slider .et_pb_container,
body.single-lesson .et_pb_slider .et_pb_container {
  height: 380px !important;
  max-height: 380px;
}

body.single-lesson .et_pb_video_slider .et_pb_slider,
body.single-lesson .et_pb_video_slider .et_pb_slider .et_pb_slide,
body.archive.tax-module .et_pb_video_slider .et_pb_slider,
body.archive.tax-module .et_pb_video_slider .et_pb_slider .et_pb_slide {
  height: auto !important;
  max-height: 100% !important;
}

table.ncore_form_table span.ncore_with_tooltip {
  vertical-align: 2px;
}

div.ncore_user_form_container {
  display: block;
  margin: 0 auto;
}

.ncore table.ncore.ncore_form_table {
  border: none;
}

.dm_account .ncore_form_input,
.dm_account label,
.dm_account span {
  font-size: 15px !important;
}

#page-container #main-content .ncore form {
  margin: 0 auto;
  max-width: 650px;
}

#page-container form.ncore_user_form .ncore_form_input input {
  border-radius: 0;
  box-shadow: none !important;
}

form#user_account_editor_form table,
form#user_account_editor_form table>tbody,
form#user_account_editor_form table>tbody>tr,
form#user_account_editor_form table>tbody>tr>* {
  margin: 0;
}

table.ncore_form_table.ncore_user div {
  float: none;
}

#page-container form.ncore_user_form .ncore_form_input input {
  font-size: 13px !important;
  height: auto;
  padding: 11px 16px !important;
}

#page-container form.ncore_user_form label span {
  vertical-align: 0;
}

div.ncore_user_form_container div.ncore_pwstrength {
  background: #f2f1ed;
  border-radius: 0;
  font-size: 13px !important;
  height: auto;
  line-height: 1.5em;
  padding: 11px 16px !important;
  text-transform: uppercase;
  width: 100% !important;
}

.nxt-lesson-container,
.nxt-module-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.nxt-lesson-container>article.lesson,
.nxt-module-container>article[class*=tax] {
  width: 45.5%;
}

.ncore .ncore.ncore_user.ncore_form_buttons {
  text-align: center;
}

.ncore.dm_account .button-primary,
.ncore.dm_account .dm_account_delete_button,
.ncore.dm_account .dm_data_export_button,
#page-container .ncore input.button.button-primary,
.et_pb_module.modul-feed .post-content a.more-link,
ul.ressourcen-liste li div.download-button a,
#page-container .nxt-lesson-container article.lesson a.more-link,
#page-container .nxt-module-container article a.more-link {
  background-color: #000 !important;
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  box-shadow: none !important;
  line-height: 1.7em !important;
  margin: 10px auto 0;
  padding: 0.5em 2.5em !important;
}

#page-container>#et-boc .et_pb_module.modul-feed .post-content a.more-link,
#page-container .nxt-lesson-container article.lesson a.more-link,
#page-container .nxt-module-container article a.more-link {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 20px;
  padding: 0.3em 1em !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms ease;
  width: auto;
}

#page-container .nxt-lesson-container article.lesson a.more-link {
  margin-top: 10px;
}

.dm_account input[type=submit].button-primary:hover,
.dm_account input[type=submit].dm_data_export_button:hover,
#page-container .ncore input.button.button-primary:hover,
.et_pb_module.modul-feed .post-content a.more-link:hover,
ul.ressourcen-liste li div.download-button a,
#page-container .nxt-lesson-container article.lesson a.more-link:hover,
#page-container .nxt-module-container article a.more-link:hover {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
}

form .et_pb_button_module_wrapper input.et_pb_button {
  cursor: pointer;
  text-transform: uppercase;
}

ul.ressourcen-liste li div.download-button a {
  display: inline-block;
  font-size: 12px;
  margin-top: 0;
  padding: 0.3em 1em !important;
  text-decoration: none;
  text-transform: uppercase;
}

form.ncore_user_form.ncore_form_narrow div.ncore_without_value div.ncore_form_label label {
  left: 15px;
  top: 30px;
}

#page-container form.ncore_user_form .ncore_form_input input[type=checkbox] {
  margin-top: 15px;
  width: auto;
}

form.ncore_user_form.ncore_form_narrow div.ncore_new_password_link {
  margin-top: 12px;
}

div.digistore_invoices h3 {
  display: none;
}

div.digistore_invoices h4 {
  margin-top: 30px;
}

div.digistore_invoices ul {
  list-style: none;
}

/*********************************************
************ Einzelne Kursmodule *************
*********************************************/
.et_pb_module.responsive-header.kurse-header.et_pb_slider .et_pb_slide_description .et_pb_slide_content {
  padding-top: 20px;
}

.et_pb_section.module-content-container .modul-video-container {
  margin-bottom: 20px !important;
}

.modul-video-container .et_pb_code_inner .et_pb_row {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.et_pb_section.module-content-container .et_pb_slider {
  height: auto !important;
  max-height: 100%;
}

.et_pb_section.module-content-container .et_pb_slider a,
.et_pb_section.module-content-container .et_pb_carousel a {
  text-decoration: none;
}

.et_pb_module.modul-pre-and-next-nav {
  margin: 0 auto;
  width: 90%;
}

.modul-pre-and-next-nav.et_pb_posts_nav a {
  color: #000;
}

.modul-pre-and-next-nav.et_pb_posts_nav a:hover {
  color: #8c8c8c;
}

.modul-pre-and-next-nav.et_pb_posts_nav a span.meta-nav {
  display: none;
}

.modul-pre-and-next-nav.et_pb_posts_nav a span[class*=nav-] {
  display: block;
  margin-bottom: 15px;
}

.module-content-container .et_pb_module.et_pb_post_content {
  margin: 0 auto 30px;
  text-align: justify;
  width: 80%;
}

.lesson-completed-container {
  background-color: #f2f1ed;
  padding: 10px 10px 30px;
}

.lesson-completed-container p,
.lesson-completed-container p:last-of-type {
  color: #000;
  padding-bottom: 15px;
  padding-top: 10px;
}

/* Kursfortschritt */
.kursfortschritt {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 15px;
}

#page-container #main-content .kursfortschritt h2 {
  color: #8c8c8c;
  letter-spacing: 0 !important;
  margin-right: 5px;
  margin-top: 0;
  text-transform: none;
}

.fortschritt-textinfo {
  color: #000;
  margin-bottom: 5px;
  text-align: center;
}

.fortschritt-wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.fortschritt-wrapper>.fortschritt-balken {
  background-color: #f2f1ed;
  flex-grow: 1;
  height: 12px;
  margin-right: 3px;
}

.fortschritt-wrapper>.fortschritt-balken:first-child {
  border-radius: 10px 0 0 10px;
}

.fortschritt-wrapper>.fortschritt-balken:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 0;
}

.fortschritt-wrapper>.fortschritt-balken.learned {
  background-color: #000;
}

.kurs_container {
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 600px;
  width: 85%;
}

.et_pb_section.kurse_container {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  width: 80%;
}

.et_pb_section.kurse_container .et_pb_module.et_pb_fullwidth_code {
  align-items: stretch;
  display: flex;
  margin-bottom: 30px;
  margin-top: 60px;
  width: 48%;
}

.et_pb_section.kurse_container .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner,
.et_pb_section.kurse_container .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner .kurs_container {
  align-items: stretch;
  display: flex;
  width: 100%;
}

.et_pb_section.kurse_container .et_pb_module.et_pb_fullwidth_code .et_pb_code_inner .kurs_container .et_pb_module.highlight-cta.et_pb_promo {
  width: 100%;
}

/* Kurs-Navi links */
.kursmenu-container {
  margin-top: 50px;
}

ul#kursmenu,
ul#kursmenu li ul {
  list-style: none;
  padding: 0;
}

ul#kursmenu>li {
  background-color: #f2f1ed;
  border-bottom: 2px solid #fff;
  color: #000;
  padding: 20px 10px 20px 40px;
}

ul#kursmenu li.current-menu-item {
  text-decoration: underline;
}

ul#kursmenu li ul li {
  border-bottom: none;
  padding: 10px 0 0px 25px;
}

ul#kursmenu li:last-child {
  border-bottom: none;
}

ul#kursmenu li>a {
  position: relative;
  text-decoration: none;
}

ul#kursmenu li>a:hover {
  color: #000;
}

ul#kursmenu li>a::before,
.kursmenu-wrapper ul#kursmenu>li>.et_pb_module.et_pb_toggle .et_pb_toggle_title::before {
  content: "R";
  font-family: "ETModules";
  left: -25px;
  position: absolute;
  top: -3px;
}

ul#kursmenu li.learned>a::before,
.kursmenu-wrapper ul#kursmenu>li.learned>.et_pb_module.et_pb_toggle .et_pb_toggle_title::before {
  content: "";
}

ul#kursmenu li.kurs {
  background-color: #fff;
  border-bottom-width: 4px;
  padding-left: 15px;
}

ul#kursmenu li.kurs>a {
  font-size: 1.1em;
  font-weight: 700;
}

ul#kursmenu li.kurs>a::before {
  display: none;
}

.kursmenu-wrapper ul#kursmenu>li>.et_pb_module.et_pb_toggle {
  background: transparent;
  border: none;
  padding: 0;
}

.kursmenu-wrapper ul#kursmenu>li>.et_pb_module.et_pb_toggle .et_pb_toggle_title {
  color: #000;
  letter-spacing: 0px !important;
  padding-right: 0;
  text-transform: none;
}

.kursmenu-wrapper ul#kursmenu>li>.et_pb_module.et_pb_toggle .et_pb_toggle_title::before {
  color: #000;
  margin-top: 3px;
  top: 0;
}

.kursmenu-wrapper ul#kursmenu>li>.et_pb_module.et_pb_toggle .et_pb_toggle_content {
  padding-top: 0;
}

/* Liste der Module */
.nxt-module-container>article {
  padding-bottom: 2em;
  padding-top: 1em;
}

.nxt-module-container h2.entry-title a {
  text-decoration: none;
}

/* Preview-Video für Module */
.preview_video_wrapper {
  margin-bottom: 50px;
  margin-top: 77px;
}

/* Ressourcen-Liste */
#page-container .ressourcen-liste {
  list-style: none;
  padding: 20px 0 0;
}

.ressourcen-liste>li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 20px;
  position: relative;
}

.ressourcen-liste>li::before {
  border-bottom: 2px dotted #000;
  bottom: 30px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

ul.ressourcen-liste>li>div.ressource-type {
  background-color: #fff;
  color: #000;
  display: block;
  padding-right: 12px;
  z-index: 5;
}

ul.ressourcen-liste>li>div.ressource-type::before {
  content: "$";
  font-family: "ETModules";
  padding-right: 10px;
  vertical-align: -2px;
}

ul.ressourcen-liste li div.download-button {
  background-color: #fff;
  padding-left: 12px;
  z-index: 10;
}

/* #region Top Scroll Element */
body .et_pb_scroll_top.et-pb-icon {
  animation: none;
  background: none;
  bottom: 20%;
  color: #000;
  display: inline;
  font-size: 12px;
  height: auto;
  line-height: 1em;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: right;
  transform: rotate(-90deg) translatey(50%);
}

body .et_pb_scroll_top.et-pb-icon::before {
  content: "Nach oben →";
  font-family: "Maax";
  font-size: clamp(1rem, calc(0.6528rem + 1.0417vw), 1.33333rem);
  letter-spacing: 0.5px;
}

body .et_pb_scroll_top.et-pb-icon.et-visible {
  opacity: 1;
  transform: rotate(-90deg) translatey(-45px);
}

/* #endregion */
/* #region Single Posts Template */
.single .et_pb_post_title .et_pb_title_container {
  display: flex;
  flex-flow: column-reverse;
}

.single .et_pb_post_title .et_pb_title_container .entry-title {
  font-size: clamp(1.6rem, calc(0.2065rem + 5.8065vw), 4rem);
}

.single .et_pb_post_title .et_pb_title_container .et_pb_title_meta_container {
  padding-bottom: 1.5rem;
}

.single .et_pb_post_content img.alignleft {
  margin-left: -15%;
  margin-right: 25px;
}

.single .et_pb_post_content img.alignright {
  margin-right: -15%;
  margin-left: 25px;
}

/* #endregion */
/* #region Module Styles */
.et-social-google-plus a.icon::before {
  content: "";
}

/* #region Sharing Buttons */
.nxt_sharing_buttons a {
  transition: all 300ms ease;
}

#page-container .nxt_sharing_buttons .sharing_buttons_header {
  font-size: clamp(1rem, calc(0.8065rem + 0.8064vw), 1.33333rem);
}

#page-container .nxt_sharing_buttons a {
  font-size: clamp(1rem, calc(0.8065rem + 0.8064vw), 1.33333rem);
}

/* #endregion */
/* #region Slider */
.et_pb_slider .et-pb-arrow-next,
.et_pb_slider .et-pb-arrow-prev {
  text-decoration: none;
}

.et_pb_slider .et-pb-arrow-next::before,
.et_pb_slider .et-pb-arrow-prev::before {
  content: "$";
  font-size: 2.5rem;
}

.et_pb_slider .et-pb-arrow-prev::before {
  content: "#";
}

.et_pb_slider:hover .et-pb-arrow-prev {
  left: -3px;
}

.et_pb_slider:hover .et-pb-arrow-next {
  right: -3px;
}

.et_pb_slider .et_pb_slide_content {
  color: #000;
}

#page-container .et_pb_slider .et_pb_slide_content {
  font-size: clamp(1.2rem, calc(0.9290rem + 1.1290vw), 1.666666rem) !important;
}

/* #endregion */
/* #region Special Offer CTA */
.angebots-cta .et_pb_main_blurb_image {
  display: block;
  padding-top: 100%;
  position: relative;
}

.angebots-cta .et_pb_main_blurb_image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.angebots-cta .et_pb_blurb_content {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}

.angebots-cta .et_pb_blurb_container {
  flex-grow: 2;
  margin-bottom: auto;
  padding: 0 5% 4.5rem;
  position: relative;
}

.angebots-cta .et_pb_blurb_container a:hover {
  color: #000;
}

.angebots-cta .et_pb_blurb_container .et_pb_module_header {
  font-size: clamp(1.2rem, calc(0.9290rem + 1.1290vw), 1.666666rem);
  font-weight: 700;
}

.angebots-cta .et_pb_blurb_container .et_pb_blurb_description a {
  bottom: 2rem;
  font-size: 20px;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  width: 90%;
}

.angebots-cta .et_pb_blurb_container .et_pb_blurb_description a:hover {
  text-decoration: none;
}

/* #endregion */
/* #region Blog Module */
.related_posts .et_pb_post .entry-featured-image-url {
  padding-top: 100%;
  width: 100%;
}

.related_posts .et_pb_post .entry-featured-image-url>img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/* #endregion */
/* #region Testimonials */
.et_pb_module.et_pb_testimonial .et_pb_testimonial_description_inner {
  line-height: 1.3;
}

/* #endregion */
/* #endregion */
/* #region Bloom */
body .et_bloom_optin.et_bloom_inline_form .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_header {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding: 3rem 2rem 1rem;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper {
  background-color: #fff;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_header {
  padding: 2rem 2rem 1rem;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content {
  padding: 1rem 3rem 3rem;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper h2 {
  font-size: clamp(1.4666666rem, calc(0.5763rem + 3.7097vw), 3rem) !important;
  font-weight: 400 !important;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper h2,
body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper p,
body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_footer {
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_header_text_dark h2,
body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_header_text_dark p {
  color: #000;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields>p {
  margin-bottom: 2rem;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields>p:last-of-type {
  margin-bottom: 1rem;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields input {
  border: 1px solid #000;
  color: #000;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 12px 10px 10px !important;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.8;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields input::-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields input:-ms-input-placeholder {
  color: #000;
  opacity: 0.8;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields input:-moz-placeholder {
  color: #000;
  opacity: 0.8;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription span {
  color: #000 !important;
  font-family: "Maax", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 400 !important;
  text-decoration: underline;
  transition: all 300ms ease;
}

body .et_bloom_optin .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription span:hover {
  text-decoration: none;
}

body .et_bloom_optin .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

body .et_bloom_optin .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer p {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

body .et_bloom_optin .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer a {
  color: #000;
  transition: all 300ms ease;
}

body .et_bloom_optin .et_bloom_form_container.et_bloom_form_text_dark .et_bloom_form_content .et_bloom_form_footer a:hover {
  color: #000;
  text-decoration: none;
}

/* #region min-width 768px */
@media only screen and (min-width: 768px) {

  /* #region Bloom */
  body .et_bloom_optin.et_bloom_inline_form .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content {
    padding-top: 0;
  }

  body .et_bloom_optin.et_bloom_inline_form .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields {
    align-items: center;
    display: flex;
    gap: 1.75rem;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  body .et_bloom_optin.et_bloom_inline_form .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields>p:nth-child(n) {
    margin-bottom: 0;
    padding-right: 0;
    width: 34%;
  }

  body .et_bloom_optin.et_bloom_inline_form .et_bloom_form_container .et_bloom_form_container_wrapper .et_bloom_form_content .et_bloom_fields button.et_bloom_submit_subscription {
    width: auto;
  }
}

/* #endregion */
/* #region max-width 767px */
@media only screen and (max-width: 767px) {
  body.et_bloom .et_bloom_form_container .et_bloom_form_header img {
    width: 390px;
  }
}

/* #endregion */
/* #endregion */
/* #region Responsive Design */
/* #region min-width 1201px */
@media only screen and (min-width: 1201px) {

  /* #region Fullwidth Header Modules */
  #page-container .et_pb_module.et_pb_fullwidth_header.text-on-bottom .et_pb_fullwidth_header_container .header-content-container {
    margin-bottom: 8rem;
  }

  /* #endregion */
}

/* #endregion */
/* #region min-width 981px */
@media only screen and (min-width: 981px) {
  #page-container .cta-button-bottom {
    height: 100%;
    padding-bottom: 75px;
  }

  .cta-button-bottom .et_pb_promo_button.et_pb_button {
    bottom: 30px;
    left: 50%;
    position: absolute;
    transform: translateX(0%) translateX(-50%);
  }

  .gleiche-hoehe .et_pb_column.et_pb_column_1_3 {
    display: flex;
    flex-direction: column;
  }

  .gleiche-hoehe .et_pb_column.et_pb_column_1_3>* {
    display: flex;
    flex: 1;
  }

  .module-content-container .et_pb_row .et_pb_column:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
  }

  /* #region Header */
  /* .et_header_style_fullscreen {
  	header#main-header {
  		&.et-fixed-header {
  			#et-top-navigation {
  				padding: 18px 0 16px 0 !important;
  			}	
  		}
  	}
  } */
  /* #endregion */
  .et_pb_blurb.angebots-cta {
    height: 100%;
  }

  .et_pb_blurb.angebots-cta .et_pb_blurb_content {
    height: 100%;
  }
}

/* #endregion */
/* #region max-width 1100px */
@media only screen and (max-width: 1100px) {
  .grid-6.et_pb_row .et_pb_column {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  /* #region Footer */
  .et_pb_section.footer_container .et_pb_column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .et_pb_section.footer_container .et_pb_column>*:last-child {
    grid-column: 1/3;
    margin-top: 1rem;
  }

  .et_pb_section.footer_container .et_pb_column>*:nth-child(2) {
    border-right: none;
  }

  /* #endregion */
}

/* #endregion */
/* #region max-width 980px */
@media only screen and (max-width: 980px) {

  .reverse-responsive,
  .et_pb_section.module-content-container>.et_pb_row {
    display: flex;
    flex-flow: column-reverse;
  }

  /* Kursbereich */
  .reverse-responsive,
  .et_pb_section.module-content-container>.et_pb_row>.et_pb_column:first-child {
    border-top: 4px solid #ccc;
    margin-top: 30px;
    padding-top: 25px;
  }

  /* Footer */
  footer .et_pb_menu.bottom-nav .et_mobile_nav_menu,
  #page-container #et-boc footer.et-l .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }

  footer .et_pb_menu.bottom-nav .et_pb_menu__menu,
  #page-container #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu {
    display: flex;
  }

  .bild-mobil {
    display: flex;
    flex-direction: column-reverse;
  }

  .center-text-mobile .et_pb_text_inner {
    text-align: center !important;
  }

  .no-mobile-margin {
    margin-bottom: 0 !important;
  }

  /* #region Single Post Styles */
  .single .et_pb_post_content img.alignleft {
    margin-left: -10%;
  }

  .single .et_pb_post_content img.alignright {
    margin-right: -10%;
  }

  /* #endregion */
  body .et_pb_scroll_top.et-pb-icon.et-visible {
    transform: rotate(-90deg) translatey(-25px);
  }

  /* #region Fullwidth Header Modules */
  #page-container .et_pb_module.et_pb_fullwidth_header .et_pb_module_header {
    letter-spacing: 25px;
  }
}

/* #endregion */
/* #region max-width 850px */
@media only screen and (max-width: 850px) {
  .et_pb_section.kurse_container {
    flex-flow: column nowrap;
  }

  .et_pb_section.kurse_container .et_pb_module.et_pb_fullwidth_code {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    width: 100%;
  }

  .grid-6.et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* #endregion */
/* #region max-width 782px */
@media only screen and (max-width: 782px) {
  .admin-bar header .site_title {
    top: 73px;
  }
}

/* #endregion */
/* #region max-width 767px */
@media only screen and (max-width: 767px) {
  .slider-bild-links .et_pb_slide {
    background-position: 48% center;
  }

  /* #region Slider */
  .et_pb_slider .et-pb-arrow-next,
  .et_pb_slider .et-pb-arrow-prev {
    display: none;
  }

  /* #endregion */
  /* #region Fullwidth Header */
  #page-container .et_pb_module.et_pb_fullwidth_header.text-on-bottom .et_pb_fullwidth_header_container .header-content-container {
    margin-bottom: 2rem;
  }

  #page-container .et_pb_module.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    display: none;
  }

  /* #endregion */
}

/* #endregion */
/* #region max-width 640px */
@media only screen and (max-width: 640px) {

  .nxt-lesson-container>article.lesson,
  .nxt-module-container>article[class*=tax] {
    width: 100%;
  }

  .grid-6.et_pb_row .et_pb_column {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  .grid-6.et_pb_row .et_pb_column>.et_pb_module {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }
}

/* #endregion */
/* #region max-width 600px */
@media only screen and (max-width: 600px) {
  header .site_title {
    display: none;
  }
}

/* #endregion */
/* #region max-width 550px */
@media only screen and (max-width: 550px) {
  .header-container>.et_pb_row {
    flex-flow: row wrap;
  }

  #page-container .header-container>.et_pb_row>.et_pb_column {
    display: flex;
    justify-content: center;
  }

  #page-container #et-boc header #logo-link {
    margin-bottom: 10px;
  }

  body .et_pb_scroll_top.et-pb-icon {
    display: none !important;
  }

  #page-container .et_pb_row.centered-text .et_pb_column.et_pb_column_empty {
    min-height: 450px;
  }

  .grid-6.et_pb_posts .et_pb_ajax_pagination_container {
    grid-template-columns: 1fr;
  }
}

/* #endregion */
/* #region max-width 479px */
@media only screen and (max-width: 479px) {

  .et_pb_row,
  .container,
  #page-container .et_pb_row.centered-text .et_pb_column .et_pb_module {
    width: 90%;
  }

  /* #region Single Post Styles */
  .single .et_pb_post_content img.alignleft,
  .single .et_pb_post_content img.alignright {
    display: block;
    float: none;
    margin-left: -7%;
    margin-right: -7%;
    max-width: 114%;
    width: 114%;
  }

  /* #endregion */
  #page-container .et_pb_module.et_pb_fullwidth_header .et_pb_module_header {
    letter-spacing: 10px;
  }

  .et_pb_section.footer_container .et_pb_column {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .et_pb_section.footer_container .et_pb_column>*:nth-child(n) {
    border-right: none;
    grid-column: 1/3;
    margin-top: 1rem;
  }

  .et_pb_section.footer_container .et_pb_column>*:first-child {
    order: 10;
  }

  /* #region Fixing jumping header on mobile devices */
  .et_pb_fullwidth_header.et_pb_fullscreen {
    min-height: 100vh !important;
    padding-top: 0 !important;
  }

  .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container {
    min-height: calc(100vh - 70px) !important;
  }

  /* #endregion */
}

/* #endregion */
/* #endregion */
.et-social-instagram a:before {
  content: "";
}

/* #region Cookie Button */
#cookie-notice .button.wp-default {
  background: #ffffff;
  /* Hintergrundfarbe */
  color: #000;
  /* Schriftfarbe */
  text-shadow: 0 0px 0 #fff;
  /* Deaktivierung des Schattens bei der Schrift */
  font-size: 20px;
  /* Schriftgröße */
}

/* Cookie - Button - Hover Effekt */
#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus {
  background: #fff;
  color: #000;
}

/* #endregion */
/* #region Fixes by Steffi */
a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a#logo-txt {
  text-decoration: none;
}

/* #region Fixes for Fixes by Steffi */
.et_pb_button,
.et_pb_module .et_pb_button {
  text-decoration: none;
}

ul#menu-footer-menue.bottom-nav a:link {
  text-decoration: none;
}

.et-social-icons a:link {
  text-decoration: none;
}

/* #endregion */
/* #endregion */