@charset "UTF-8";
/**
 * Theme Name:        Horst Antes Theme
 * Description:       The Horst Antes Theme
 * Version:           1.0.0
 * Author:            Atseesite
 * Author URI:        https://atseesite.de
 * Text Domain:       horstantes-theme
 * Domain Path:       /assets/lang
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */
/* AtlasGrotesk Fonts */
@font-face {
  font-family: "AtlasGrotesk-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/AtlasGrotesk-Bold.eot");
  src: url("./assets/fonts/AtlasGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/AtlasGrotesk-Bold.woff2") format("woff2"), url("./assets/fonts/AtlasGrotesk-Bold.woff") format("woff"), url("./assets/fonts/AtlasGrotesk-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "AtlasGrotesk-Light";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/AtlasGrotesk-Light.eot");
  src: url("./assets/fonts/AtlasGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/AtlasGrotesk-Light.woff2") format("woff2"), url("./assets/fonts/AtlasGrotesk-Light.woff") format("woff"), url("./assets/fonts/AtlasGrotesk-Light.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  direction: ltr !important;
}

body {
  padding: 0;
  font-family: "AtlasGrotesk-light", sans-serif;
  hyphens: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #0f0d12;
  hyphens: none;
  margin: 0 auto;
  padding: 0;
}
#page {
  flex: 1;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.arabic {
  font-family: "Arial Unicode MS" !important;
}

#main {
  max-width: 100%;
  margin: 0px auto 0 auto;
  margin-top: 20px;
}

p {
  font-size: 18px;
}

strong {
  font-family: "AtlasGrotesk-Bold", sans-serif;
}

@media all and (max-width: 1260px) {
  #page {
    max-width: unset;
    margin: 0 auto;
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 600px) {
  #page {
    flex: unset;
  }
}
/***************  Menü **********/
.page-id-297 .language_wrapper, .page-id-37 .language_wrapper, .page-id-33 .language_wrapper, .page-id-35 .language_wrapper, .page-id-31 .language_wrapper {
  display: none;
}

.page-template-page-program .language_wrapper {
  display: none;
}
.page-template-page-program .site_title {
  margin-right: auto;
  margin-left: auto;
}

.header-menu {
  position: relative;
  width: 100%;
  z-index: 998;
  height: 60px;
}
.header-menu ul {
  display: flex;
  justify-content: right;
  gap: 5vw;
  list-style-type: none;
  padding: 20px;
  margin: 0 30px 0 0;
}
.header-menu ul li a {
  font-family: "Inter-Light";
  pointer-events: all;
  color: #0f0d12;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  transition: all 0.5s;
  text-align: center;
  position: relative;
}
.header-menu ul li a:after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #0f0d12;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  opacitiy: 0;
  transition: all 0.5s;
}
.header-menu ul li a:hover {
  color: #0f0d12;
  text-decoration: none;
}
.header-menu ul li a:hover:after {
  opacity: 1;
  width: 100%;
  background-color: #5B90EB;
  left: 0;
}

.navigation_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: top;
  top: 0;
  z-index: 999;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.event_years {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.event_years li {
  margin: 0 10px;
}
.event_years li a {
  color: #6062aa;
}
.event_years li a:hover {
  color: #0f0d12;
}

.mobile-footer-menu {
  display: none;
}

.mobile-footer-menu.visible {
  display: block;
}

.language_wrapper {
  position: relative;
}
.language_wrapper .language-switcher {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 100px;
}
.language_wrapper .language-switcher li {
  text-align: right;
  height: 19px;
}
.language_wrapper .language-switcher li a {
  font-family: "AtlasGrotesk-Bold", sans-serif !important;
  font-size: 18px;
}
.language_wrapper .language-switcher li a:hover {
  color: #6062aa;
}
.language_wrapper .language-switcher li a.selected {
  color: #6062aa;
}
.language_wrapper .language-switcher li a.selected:hover {
  color: #0f0d12;
}
.language_wrapper .language-switcher li a.arabic {
  font-family: "Arial Unicode MS" !important;
}

.site_title {
  font-size: 44px;
  color: #6062aa;
  font-family: "AtlasGrotesk-Bold", sans-serif;
  margin: 0 auto;
  margin-top: 14px;
}

.project_info_header {
  color: #fff;
  position: absolute;
  width: 47%;
  height: 60%;
  z-index: 998;
  right: 0;
  top: 40%;
  text-align: left;
}
.project_info_header .project_customer {
  font-size: 2vw;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 2vw;
}
.project_info_header .project_name {
  line-height: 1.2;
  font-size: 4vw;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.logo_wrap {
  margin-top: 20px;
  height: 38px;
}
.logo_wrap .logo {
  height: 100%;
}
.logo_wrap .logo img {
  height: 100%;
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 20px;
}

.open {
  transform: rotate(-180deg);
}

.open .line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 5px);
}

.open .line:nth-child(2) {
  transform: rotate(-90deg);
  width: 0;
  opacity: 0;
}

.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -5px);
}

#menu-header_menu_2, #menu-header_menu_2-1, #menu-header_menu_2-2 {
  padding: 0;
  margin-top: 17px;
}
#menu-header_menu_2 li, #menu-header_menu_2-1 li, #menu-header_menu_2-2 li {
  list-style-type: none;
  text-align: right;
  height: 19px;
}
#menu-header_menu_2 li a, #menu-header_menu_2-1 li a, #menu-header_menu_2-2 li a {
  font-family: "AtlasGrotesk-Bold", sans-serif;
  font-size: 18px;
}
#menu-header_menu_2 li a:hover, #menu-header_menu_2-1 li a:hover, #menu-header_menu_2-2 li a:hover {
  color: #6062aa;
}
#menu-header_menu_2 li.current-menu-item a, #menu-header_menu_2-1 li.current-menu-item a, #menu-header_menu_2-2 li.current-menu-item a {
  color: #6062aa;
}

#menu-header_menu_2-1, #menu-header_menu_2-2, .image_figures_mobile {
  display: none;
}

@media all and (max-width: 1260px) {
  .language_wrapper .language-switcher {
    top: -20px;
  }
  .language_wrapper .language-switcher li {
    height: 14px;
  }
  .language_wrapper .language-switcher li a {
    font-size: 13.5px;
  }

  #menu-header_menu_2 li, #menu-header_menu_2-1 li, #menu-header_menu_2-2 li {
    height: 14px;
  }
  #menu-header_menu_2 li a, #menu-header_menu_2-1 li a, #menu-header_menu_2-2 li a {
    font-size: 13.5px;
  }

  #menu-header_menu_2, #menu-header_menu_2-1 {
    display: none;
  }

  #menu-header_menu_2-2 {
    display: block;
    margin-top: 0;
  }

  .page-template-page-program .language_wrapper {
    display: block;
  }

  .navigation_wrapper {
    display: block;
  }
  .navigation_wrapper .language_wrapper {
    position: absolute;
    right: 0px;
    top: 15px;
  }

  .hamburger-menu {
    display: flex;
    /* position: fixed;*/
  }

  .header-navigation {
    z-index: 999;
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-image: linear-gradient(to bottom, #0f0d12, #5B90EB);
    background-color: #0f0d12;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .header-navigation ul {
    max-width: 100%;
    margin: 20vh auto;
    display: block;
    padding: 0;
  }
  .header-navigation ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-navigation ul li a {
    font-size: 60px;
    transition: all 0.2s;
    font-family: "Prompt-Black";
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    text-decoration: none;
  }
  .header-navigation ul li a:hover {
    text-decoration: underline;
  }
  .header-navigation ul li a:after {
    display: none;
  }
  .header-navigation #menu-footer-navigation {
    position: absolute;
    bottom: 5px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 20px;
    justify-content: center;
    list-style-type: none;
    padding: 15px;
  }
  .header-navigation #menu-footer-navigation li {
    margin: 5px;
  }
  .header-navigation #menu-footer-navigation li a {
    text-transform: none;
    font-family: "Inter-Regular";
    font-size: 13.5px;
    color: #fff;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #fff;
  }

  .header-menu {
    position: relative;
    right: unset;
    top: unset;
  }

  .social-media #menu-social-media, .footer-menu #menu-footer {
    margin: 20px auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style-type: none;
  }
  .social-media #menu-social-media li, .footer-menu #menu-footer li {
    margin-bottom: 10px;
  }
  .social-media #menu-social-media li a, .footer-menu #menu-footer li a {
    font-size: 14px;
    color: #0f0d12;
    font-weight: 700;
    margin: 0 5px;
    text-decoration: none;
  }

  .social-media {
    display: block !important;
    position: absolute;
    width: 100%;
    bottom: 90px;
    z-index: 999;
  }

  .footer-menu {
    display: block !important;
    width: 100%;
    z-index: 999;
  }

  .logo_wrap {
    margin: 0;
    left: 15px;
    margin-bottom: 10px;
  }

  .navigation_wrapper {
    position: sticky;
    width: 100%;
    height: unset;
    padding-bottom: 10px;
    background-color: white;
    z-index: 999;
    transition: all 0.5s;
    margin: 35px auto 0 auto;
    max-width: calc(100% - 60px);
  }
  .navigation_wrapper .language-switcher {
    right: 0;
  }

  .project_info_header {
    width: 100%;
    top: 30%;
    left: 50%;
  }
  .project_info_header .project_customer {
    font-size: 15px;
  }
  .project_info_header .project_name {
    font-size: 25px;
  }

  .header_content {
    pointer-events: auto;
  }
}
@media all and (max-width: 600px) {
  #menu-header_menu_2 li, #menu-header_menu_2-1 li, #menu-header_menu_2-2 li {
    height: auto;
  }
  #menu-header_menu_2 li a, #menu-header_menu_2-1 li a, #menu-header_menu_2-2 li a {
    font-size: 13.5px;
  }

  #menu-header_menu_2, #menu-header_menu_2-2, .image_figures_desktop {
    display: none;
  }

  #menu-header_menu_2-1, .image_figures_mobile {
    display: block;
  }

  #menu-header_menu_2-1 {
    margin-top: 0;
  }

  .social-media #menu-social-media, .footer-menu #menu-footer {
    margin: 10px auto;
    justify-content: center;
  }
  .social-media #menu-social-media li, .footer-menu #menu-footer li {
    width: 100%;
  }
  .social-media #menu-social-media li.link_studienstiftung, .footer-menu #menu-footer li.link_studienstiftung {
    position: relative;
    right: unset;
  }
  .social-media #menu-social-media li a, .footer-menu #menu-footer li a {
    font-size: 14px;
    color: #0f0d12;
    font-weight: 700;
    margin: 0 5px 0 0;
    text-decoration: none;
  }

  .logo_wrap {
    width: 150px;
    height: auto;
  }
  .logo_wrap .logo img {
    width: 100%;
    height: auto;
  }

  .site_title {
    font-size: 27px;
    line-height: 27px;
    margin-top: 0;
  }
  .site_title .event_years {
    max-width: 60%;
    min-height: 70px;
    flex-wrap: wrap;
    margin: 0;
  }
  .site_title .event_years li {
    margin: 5px 5px;
  }

  .header_content .project_info_header {
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 0;
  }

  .header-navigation ul li a {
    font-size: 40px;
    line-height: 1.1;
  }

  footer .footer_content_wrapper navigation .footer-menu #menu-footer-navigation {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 600px) {
  .navigation_wrapper {
    padding-bottom: 40px;
    min-height: 120px;
  }

  .logo_wrap {
    margin: 0;
    left: 15px;
    margin-bottom: 15px;
  }
}
a {
  color: #0f0d12;
  text-decoration: none;
}
a:hover {
  color: #e52329;
}

.variable-content .only_desktop {
  display: block;
}
.variable-content .only_tablet, .variable-content .only_mobile {
  display: none;
}
.variable-content.simple {
  max-width: 660px;
  margin: 0 auto;
}
.variable-content .two_cols {
  max-width: 430px;
}
.variable-content .four_cols {
  max-width: 860px;
}
.variable-content .startseite {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.variable-content .startseite figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  max-width: 470px;
}
.variable-content .bildleiste .wp-block-column {
  padding: 0 15px;
}
.variable-content > figure {
  padding-left: 0px;
}
.variable-content > figure {
  margin-bottom: 40px;
}
.variable-content .booking_button {
  padding: 10px 15px;
  background-color: #6062aa;
  color: #fff;
  font-family: "AtlasGrotesk-Bold", sans-serif;
  margin-top: 70px;
  margin-bottom: 25px;
  display: block;
  width: fit-content;
}
.variable-content .booking_button.align_right {
  margin-left: auto;
}
.variable-content .registration_widget_wrapper {
  color: #6062aa;
}
.variable-content .program_wrapper, .variable-content .six_cols {
  display: flex;
  flex-wrap: wrap !important;
}
.variable-content .program_wrapper h2, .variable-content .six_cols h2 {
  hyphens: none;
  color: #6062aa;
  font-family: "AtlasGrotesk-Bold", sans-serif;
  min-height: 120px;
  border-bottom: 1px solid #0f0d12;
}
.variable-content .program_wrapper .event_item.dotted_line, .variable-content .six_cols .event_item.dotted_line {
  padding-bottom: 30px;
  border-bottom: 1px dotted #0f0d12;
}
.variable-content .program_wrapper .event_item.line, .variable-content .six_cols .event_item.line {
  padding-bottom: 30px;
  border-bottom: 1px solid #0f0d12;
}
.variable-content .program_wrapper .show_more, .variable-content .six_cols .show_more {
  cursor: pointer;
  color: #6062aa;
}
.variable-content .program_wrapper .align_right, .variable-content .six_cols .align_right {
  text-align: right;
}
.variable-content .program_wrapper .program_col, .variable-content .six_cols .program_col {
  width: 16.6666%;
  min-width: 200px;
  padding: 0 15px;
  flex-basis: unset;
}
.variable-content .program_wrapper .program_col .image_sea_mobile, .variable-content .six_cols .program_col .image_sea_mobile {
  display: none;
}
.variable-content .program_wrapper .program_col:first-child, .variable-content .six_cols .program_col:first-child {
  padding-left: 0;
}
.variable-content .program_wrapper .program_col.arabic, .variable-content .six_cols .program_col.arabic {
  font-family: "Arial Unicode MS";
  font-weight: lighter;
}
.variable-content .program_wrapper .program_col.arabic h2, .variable-content .six_cols .program_col.arabic h2 {
  font-family: "Arial Unicode MS";
}
.variable-content .program_wrapper .program_col.arabic strong, .variable-content .six_cols .program_col.arabic strong {
  font-family: "Arial Unicode MS";
  font-weight: 900;
}
.variable-content .program_wrapper .program_col p, .variable-content .six_cols .program_col p {
  margin-bottom: 0;
  margin-top: 10px;
}
.variable-content .program_wrapper .program_col .event_long_text, .variable-content .six_cols .program_col .event_long_text {
  padding-top: 15px;
  display: none;
}
.variable-content .six_cols p {
  margin-bottom: 20px;
}

#booknetic_theme_1 * {
  font-family: "AtlasGrotesk-Bold", sans-serif;
}

.thumbnail {
  width: 100px;
  margin: 5px;
  cursor: pointer;
}

#image-modal {
  display: none;
  position: relative;
  margin-top: 50px;
  left: 0;
  width: 100%;
  height: 700px;
  background: #fff;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: hidden;
}
#image-modal #modal-content {
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 30px;
}
#image-modal #modal-content img {
  position: absolute;
  top: 70px;
  left: 50%;
  max-width: calc(100% - 60px);
  max-height: 100%;
  height: calc(100% - 70px);
  user-select: none;
  transform: translate(-50%, 0%);
  object-fit: contain;
}
#image-modal .close-wrapper {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}
#image-modal .close-wrapper #modal-close {
  position: absolute;
  display: block;
  top: 20px;
  right: 0px;
  font-size: 30px;
  color: #0f0d12;
  cursor: pointer;
  z-index: 1010;
  width: 20px;
  height: 20px;
  background-image: url("assets/img/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#image-modal #modal-prev,
#image-modal #modal-next {
  font-size: 50px;
  color: #0f0d12;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
  z-index: 1010;
  width: 14px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
}
#image-modal #modal-prev#modal-prev,
#image-modal #modal-next#modal-prev {
  left: 10px;
  background-image: url("assets/img/left.svg");
}
#image-modal #modal-prev#modal-next,
#image-modal #modal-next#modal-next {
  right: 10px;
  background-image: url("assets/img/right.svg");
}
#image-modal .modal-navigation {
  max-width: 750px;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.rml-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rml-thumbnails .rml-thumbnail-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  margin-bottom: 20px;
}
.rml-thumbnails .rml-thumbnail-item img {
  cursor: pointer;
  object-fit: cover;
  max-width: 300px;
  height: 220px;
}

@media all and (max-width: 1260px) {
  .variable-content .six_cols .program_col .image_sea_mobile {
    display: block;
  }
  .variable-content .six_cols .program_col .image_sea_desktop {
    display: none;
  }

  #image-modal {
    height: 700px;
    max-height: 100vh;
  }
  #image-modal #modal-content {
    height: 90%;
    padding: 0;
  }
  #image-modal #modal-content img {
    top: 70px;
    max-width: 100%;
    height: calc(100% - 70px);
    object-fit: contain;
  }
  #image-modal .modal-navigation {
    max-width: 100%;
  }
}
@media all and (max-width: 926px) and (orientation: landscape) {
  #image-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    max-width: unset;
  }
  #image-modal #modal-content {
    height: 100%;
    min-height: unset;
    padding: 0;
  }
  #image-modal #modal-content img {
    top: 0px;
    max-width: 100%;
  }
  #image-modal .modal-navigation {
    max-width: 100%;
    position: fixed;
    width: 100vw;
    top: 45%;
  }
}
@media all and (max-width: 600px) {
  #image-modal {
    height: 380px;
    max-height: 100vh;
  }
  #image-modal #modal-content {
    height: 340px;
    min-height: unset;
    padding: 0;
  }
  #image-modal #modal-content img {
    height: auto;
    top: 70px;
    max-width: 100%;
  }
  #image-modal .modal-navigation {
    max-width: 100%;
  }

  .rml-thumbnails {
    justify-content: center;
  }
  .rml-thumbnails .rml-thumbnail-item {
    min-width: unset;
  }
  .rml-thumbnails .rml-thumbnail-item img {
    max-width: 130px;
    height: 90px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 1260px) {
  .variable-content .only_tablet {
    display: block;
  }
  .variable-content .only_desktop, .variable-content .only_mobile {
    display: none;
  }
  .variable-content .program_wrapper:not(.bildleiste) h2, .variable-content .six_cols:not(.bildleiste) h2 {
    min-height: 100px;
  }
  .variable-content .program_wrapper:not(.bildleiste) .event_item.dotted_line, .variable-content .six_cols:not(.bildleiste) .event_item.dotted_line {
    padding-bottom: 30px;
  }
  .variable-content .program_wrapper:not(.bildleiste) .event_item.line, .variable-content .six_cols:not(.bildleiste) .event_item.line {
    padding-bottom: 30px;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col, .variable-content .six_cols:not(.bildleiste) .program_col {
    width: 33.33333%;
    padding: 0 15px;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col figure, .variable-content .six_cols:not(.bildleiste) .program_col figure {
    margin: 0;
    width: 100%;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col figure img, .variable-content .six_cols:not(.bildleiste) .program_col figure img {
    width: 100%;
  }
  .variable-content .bildleiste {
    justify-content: space-between;
  }
  .variable-content .bildleiste .program_col {
    width: calc(33.33333% - 15px);
    padding: 15px 0;
    min-width: unset;
    flex-grow: 0;
  }
  .variable-content .bildleiste .program_col figure {
    margin: 0;
    width: 100%;
  }
  .variable-content .bildleiste .program_col figure img {
    width: 100%;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col, .variable-content .six_cols:not(.bildleiste) .program_col {
    width: 33%;
    margin-bottom: 200px;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col:nth-child(1), .variable-content .program_wrapper:not(.bildleiste) .program_col:nth-child(4), .variable-content .six_cols:not(.bildleiste) .program_col:nth-child(1), .variable-content .six_cols:not(.bildleiste) .program_col:nth-child(4) {
    padding-left: 0;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col:nth-child(3), .variable-content .program_wrapper:not(.bildleiste) .program_col:nth-child(6), .variable-content .six_cols:not(.bildleiste) .program_col:nth-child(3), .variable-content .six_cols:not(.bildleiste) .program_col:nth-child(6) {
    padding-right: 0;
  }
}
@media screen and (max-width: 810px) {
  .variable-content .booknetic_date_time_area {
    align-items: flex-start;
  }

  .wp-block-columns .wp-block-column, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: unset !important;
  }
  .wp-block-columns .wp-block-column .six_cols.bildleiste, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .six_cols.bildleiste {
    justify-content: space-between;
  }
  .wp-block-columns .wp-block-column .six_cols.bildleiste .program_col, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .six_cols.bildleiste .program_col {
    width: calc(33% - 15px);
    flex-grow: 0;
    padding: 15px 0;
    min-width: unset;
  }
  .wp-block-columns .wp-block-column .six_cols.bildleiste .program_col figure, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .six_cols.bildleiste .program_col figure {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .variable-content .only_mobile {
    display: block;
  }
  .variable-content .only_desktop, .variable-content .only_tablet {
    display: none;
  }
  .variable-content .program_wrapper:not(.bildleiste) .program_col, .variable-content .six_cols:not(.bildleiste) .program_col {
    width: 100%;
    padding: 0;
    margin-bottom: 100px;
  }
  .variable-content .bildleiste {
    justify-content: space-between;
  }
  .variable-content .bildleiste .program_col {
    width: calc(50% - 15px);
    flex-grow: 0;
    padding: 15px 0;
    min-width: unset;
  }
  .variable-content .bildleiste .program_col figure {
    margin-bottom: 0;
  }

  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.module_item {
  display: flex;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto 180px auto;
  justify-content: space-between;
  hyphens: none;
}

.module_content {
  max-width: 60%;
}
.module_content img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
  transition: all 0.5s;
}
.module_content img:hover {
  transform: scale(1.02);
}
.module_content h2 {
  font-family: "Prompt-Black", sans-serif;
  font-size: 40px;
  color: #0f0d12;
  text-transform: uppercase;
  text-align: right;
  -webkit-text-stroke-width: 0px;
}
.module_content p {
  font-size: 18px;
  color: #0f0d12;
  padding-left: 20%;
  margin-bottom: 20px;
}

.module_number {
  font-family: "Prompt-Black", sans-serif;
  font-size: 200px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #5B90EB;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.display_modules {
  padding-top: 350px;
}

@media screen and (max-width: 1260px) {
  .module_number {
    font-size: 160px;
  }

  .display_modules {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .display_modules {
    padding-top: 0px;
    margin-top: 100px;
  }
  .display_modules h2 {
    margin-bottom: 0;
  }
  .display_modules strong {
    font-family: "Inter-Bold";
  }
  .display_modules .module_item {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .display_modules .module_item .module_content {
    max-width: 100%;
  }
  .display_modules .module_item .module_number {
    font-size: 100px;
    width: 100%;
    justify-content: right;
  }
}
footer {
  margin: 90px auto 0 auto;
  width: calc(100% - 60px);
}
footer ul {
  padding: 0;
}
footer .footer_widget_area {
  display: none;
}
footer .footer_widget_area1 {
  padding: 7vw;
}
footer .footer_widget_area1 h2 {
  text-transform: uppercase;
  color: #0f0d12;
  font-weight: 700;
}
footer .footer_widget_area1 .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: #0f0d12;
}
footer .footer_widget_area1 .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background-color: #0f0d12 !important;
  color: #fff;
  border-color: #0f0d12 !important;
}
footer .footer_content_wrapper {
  background-color: #fff;
  color: #0f0d12;
  font-size: 13px;
  font-weight: 300;
  width: 100%;
}
footer .footer_content_wrapper navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_content_wrapper navigation .social-media #menu-social-media-1 {
  display: flex;
  justify-content: center;
  padding: 0;
}
footer .footer_content_wrapper navigation .footer-menu {
  width: 100%;
}
footer .footer_content_wrapper navigation .footer-menu #menu-footer-navigation {
  display: flex;
  justify-content: center;
  gap: 30px;
}
footer .footer_content_wrapper navigation ul {
  display: flex;
  justify-content: left;
  gap: 20px;
}
footer .footer_content_wrapper navigation ul li {
  list-style-type: none;
  margin: 5px;
}
footer .footer_content_wrapper navigation ul li.link_studienstiftung {
  position: absolute;
  right: 20px;
}
footer .footer_content_wrapper navigation ul li a {
  color: #0f0d12;
  text-decoration: none;
  font-family: "AtlasGrotesk-Bold";
}
footer .footer_content_wrapper navigation ul li a:hover {
  color: #e52329;
}

@media all and (max-width: 1260px) {
  footer .footer_widget_area1 {
    display: none;
    padding: 7.5vw;
  }
  footer .footer_content_wrapper navigation {
    display: block;
  }
  footer .footer_content_wrapper navigation .footer_logo {
    height: auto;
  }
  footer .footer_content_wrapper navigation .footer_logo .part_of_go7 {
    display: none;
  }
  footer .footer_content_wrapper navigation ul {
    display: flex;
    padding: 20px 0;
    margin: 0;
    justify-content: space-around;
  }
  footer .footer_content_wrapper navigation ul li {
    font-size: 12px;
  }
  footer .footer_content_wrapper navigation ul li.link_studienstiftung {
    position: relative;
  }
}
@media all and (max-width: 600px) {
  footer .footer_content_wrapper navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 20px;
    padding: 0px;
  }
  footer .footer_content_wrapper navigation ul li {
    margin-left: 0;
  }
  footer .footer_content_wrapper navigation ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
  }
  footer .footer_content_wrapper navigation ul li a:hover {
    text-decoration: underline;
  }
}

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