#mob-menu:not(.mm-menu--position-left-front) {
  display: none;
}

:root {
/* Farben */
  --antonius-white: #fff;
  --antonius-black: #000;
  --antonius-text: #3b3b3b;
  --antonius-blue: #2767A7;
  --antonius-blue-dark: #1d4d80;
  --antonius-blue-alt: #3C66A2;
  --antonius-blue-light: #5177B1;
  --antonius-red: #941310;
  --antonius-orange: #C05700;
  --antonius-green: #2B871C;
  --antonius-brown: #9B6E31;
  --antonius-violet: #916381;
  --antonius-yellow: #E5BB23;
  --antonius-bg-light: #f0f0f0;
  --antonius-divider: #ccc;
  --antonius-border: #8a8a8a;
  --antonius-overlay-color: rgba(0, 0, 0, 0.1);
  --antonius-shadow-color: rgba(0, 0, 0, .20);
/* Schriftarten */
  --antonius-font-serif: "Quando", Georgia, serif;
  --antonius-font-body: "Roboto", Arial, sans-serif;
/* Schriftgroessen (Skala) */
  --antonius-fs-h1: 50px;
  --antonius-fs-h2: 45px;
  --antonius-fs-h3: 22px;
  --antonius-fs-accent: 25px;
  --antonius-fs-lead: 20px;
  --antonius-fs-text: 18px;
  --antonius-fs-base: 16px;
  --antonius-fs-small: 14px;
/* Wiederkehrende Werte fuer Buttons/Formulare */
  --antonius-radius: 50px;
  --antonius-radius-frame: 20px;
  --antonius-border-width: 1.5px;
  --antonius-btn-padding: 15px 25px 15px 25px;
  --antonius-transition: all 0.5s;
  --antonius-transition-fast: all 0.4s;
  --antonius-fs-h2: clamp(26px, 4vw, 45px);
}

/* Mobile Menü */


#header #menu-btn {
  width: 20px;
  height: 14px;
  position: relative;
  float: right;
  margin-top: 16px;
  margin-right: 20px;
  cursor: pointer;
  display: none;
  transition: var(--antonius-transition-fast);
}

#header #menu-btn:hover {
  cursor: pointer;
}

#header #menu-btn .line {
  display: block;
  background-color: var(--antonius-black);
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  transition: var(--antonius-transition-fast);
  -webkit-transition: var(--antonius-transition-fast);
  -moz-transition: var(--antonius-transition-fast);
  display: block;
}

#menu-btn .line,
#menu-btn .line {
  background-color: var(--antonius-white);
}

body.startseite #header #header-menu.scrolled #menu-btn .line,
body.bg-page #header #header-menu.scrolled #menu-btn .line {
  background-color: var(--antonius-black);
}

#menu-btn .line.line-1 {
  top: 0;
}

#menu-btn .line.line-2 {
  top: 50%;
}

#menu-btn .line.line-3 {
  top: 100%;
  width: 50%;
}

#menu-btn:hover .line-1 {
  transform: translateY(-1.3px);
  -webkit-transform: translateY(-1.3px);
  -moz-transform: translateY(-1.3px);
}

#menu-btn:hover .line-3 {
  transform: translateY(1.3px);
  -webkit-transform: translateY(1.3px);
  -moz-transform: translateY(1.3px);
  width: 100%;
}

#menu-btn.active .line-1 {
  transform: translateY(7px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -moz-transform: translateY(7px) translateX(0) rotate(45deg);
}

#menu-btn.active .line-2 {
  opacity: 0;
}

#menu-btn.active .line-3 {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-7px) translateX(0) rotate(-45deg);
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  color: var(--antonius-text);
}

body {
  font-family: var(--antonius-font-body);
  font-weight: 400;
}

.clear {
  clear: both;
  display: block;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

#main .ce_text {
  hyphens: auto;
}

#main .ce_text h1,
#main .ce_text h2,
#main .ce_text h3 {
  hyphens: none;
}

.ce_text a {
  color: inherit;
  text-decoration: none;
}

.inner-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner-wrapper.slideshow-zitat {
  max-width: 100%;
}

#header .header-frame {
  height: 50px;
  border-radius: var(--antonius-radius-frame);
  background-color: var(--antonius-white);
  position: fixed;
  z-index: 999;
  top: 20px;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  box-shadow: 0 0px 20px var(--antonius-shadow-color);
}

#header .header-frame.noshadow {
  box-shadow: 0 0px 0px var(--antonius-shadow-color);
}

#header a.logo {
  display: inline-block;
  margin: 9px 0 0 25px;
  float: left;
}

#header .header-frame .mod_navigation {
  margin: 14px 0 0 50px;
  display: inline-block;
  position: absolute;
  z-index: 99;
}

#header .header-frame .mod_navigation ul.level_1 li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#header .header-frame .mod_navigation > ul.level_1 li a {
  display: inline-block;
  color: var(--antonius-text);
  font-size: var(--antonius-fs-small);
  font-weight: 500;
  margin-right: 15px;
  padding: 3px 15px 3px 0;
  border-right: 1px solid var(--antonius-divider);
  transition: var(--antonius-transition);
}

#header .header-frame .mod_navigation > ul.level_1 li a.active {
  color: var(--antonius-blue);
}

#header .header-frame .mod_navigation > ul.level_1 li a.last {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

#header .header-frame .mod_navigation > ul.level_1 li a:hover {
  color: #3067AE;
}

#header .header-submenu {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 25px;
  background-color: var(--antonius-bg-light);
  height: auto;
  z-index: 99;
  transition: var(--antonius-transition-fast);
  display: none;
  position: fixed;
  border-radius: var(--antonius-radius-frame);
  box-shadow: 0 0px 20px var(--antonius-shadow-color);
  min-height: 300px;
}

#header .header-submenu.show {
  display: block;
  height: auto;
}

.header-submenu .inside {
  padding: 70px 30px 30px 190px;
  height: auto;
  position: relative;
}

.header-submenu .mod_navigation {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--antonius-divider);
}

.header-submenu ul.level_1 > li {
  display: inline-block;
  width: 15%;
  padding-right: 5%;
  vertical-align: top;
  line-height: 1.3em;
}

.header-submenu ul.level_1 > li a {
  margin-bottom: 10px;
  color: var(--antonius-blue);
  font-size: var(--antonius-fs-small);
  display: block;
  font-weight: bold;
}

.header-submenu ul.level_1 li.submenu ul.level_2 a {
  font-weight: normal;
  color: var(--antonius-black);
  margin-bottom: 5px;
}

.header-submenu ul.level_1 > li a:hover {
  text-decoration: underline;
  color: var(--antonius-blue);
}

#header .menu-right {
  margin: 16px 20px 0 0;
  float: right;
}

#header .menu-right a {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -999px;
  overflow: hidden;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

#header .menu-right a.icon-search {
  background-image: url('../images/icon-search.svg');
  margin-right: 15px;
}

#header .menu-right a.icon-shop {
  background-image: url('../images/icon-cart.svg');
  margin-right: 15px;
}

#header .menu-right a.icon-contact {
  background-image: url('../images/icon-contact.svg');
}

#header .quick-links {
  right: 0;
  top: 490px;
  position: fixed;
  z-index: 999;
}

#header .quick-links a {
  color: var(--antonius-white);
  padding-left: 60px;
  display: inline-block;
  width: 130px;
}

#header .quick-links .button {
  color: var(--antonius-white);
  height: 50px;
  line-height: 50px;
  width: 200px;
  border-radius: 40px 0px 0px 40px;
  margin-bottom: 10px;
  background-position: 22px center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  transform: translate(140px);
  transition: var(--antonius-transition);
}

#header .quick-links .button-spende {
  background-color: var(--antonius-red);
  background-image: url('../images/icon-donation-white.svg');
}

#header .quick-links .button-karriere {
  background-color: var(--antonius-orange);
  background-image: url('../images/icon-career-white.svg');
}

#header .quick-links .button-feedback {
  background-color: var(--antonius-blue);
  background-image: url('../images/icon-thumb-white.svg');
}

#header .quick-links .button-shop {
  background-color: #AF8D5F;
  background-image: url('../images/icon-cart-white.svg');
}

#header .quick-links .button-spende:hover,
#header .quick-links .button-karriere:hover,
#header .quick-links .button-feedback:hover,
#header .quick-links .button-shop:hover {
  transform: translate(0px);
}

#main .slideshow-start,
#main .slideshow-start .content-slider,
#main .slideshow-start .content-slider .slider-wrapper,
#main .slideshow-start .hero-green,
#main .slideshow-start .hero-blue,
#main .slideshow-start .hero-red {
  height: 800px;
  overflow: visible!important;
  position: relative;
}

#main .slideshow-start {
  margin-bottom: 80px;
}

.slider-control {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#main .slideshow-start .slider-control a.slider-next {
  position: absolute;
  right: 150px;
  margin-top: -540px;
  width: 22px;
  height: 41px;
  overflow: hidden;
  text-indent: -999px;
  background-size: 22px 41px;
  background-position: center center;
  background-image: url('../images/icon-pfeil-rechts.svg');
  background-repeat: no-repeat;
}

#main .slideshow-start .slider-control a.slider-prev {
  position: absolute;
  left: 150px;
  margin-top: -540px;
  width: 22px;
  height: 41px;
  overflow: hidden;
  text-indent: -999px;
  background-size: 22px 41px;
  background-position: center center;
  background-image: url('../images/icon-pfeil-links.svg');
  background-repeat: no-repeat;
}

#main .slideshow-start .slider-control .slider-menu {
  margin-top: -160px;
  z-index: 1;
  position: absolute;
}

#main .slideshow-start .slider-control .slider-menu b {
  border: 1px solid var(--antonius-white);
  border-radius: var(--antonius-radius);
  margin-left: 10px;
  maring-right: 10px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
}

#main .slideshow-start .slider-control .slider-menu b.active {
  background-color: var(--antonius-white);
}

#main .slideshow-start .slider-overlay {
  width: 100%;
  height: 700px;
  background-color: var(--antonius-overlay-color);
}

#main .slideshow-start .slider-img {
  width: 100%;
  height: 700px;
  overflow: visible!important;
  background-position: right center;
}

#main .slideshow-start .slider-img.img-align-left-center {
  background-position: left center;
}

#main .slideshow-start .slider-img.img-align-right-center {
  background-position: right center;
}

#main .slideshow-start .slider-img.img-align-center-center {
  background-position: center center;
}

#main .slideshow-start .slider-img.img-align-left-top {
  background-position: left top;
}

#main .slideshow-start .slider-img.img-align-center-top {
  background-position: center top;
}

#main .slideshow-start .slider-img.img-align-right-top {
  background-position: right top;
}

#main .slideshow-start .slider-img.img-align-left-bottom {
  background-position: left bottom;
}

#main .slideshow-start .slider-img.img-align-center-bottom {
  background-position: center bottom;
}

#main .slideshow-start .slider-img.img-align-right-bottom {
  background-position: right bottom;
}

#main .slideshow-start .slider-img video {
  width: 100%;
  height: 700px;
  position: absolute;
  overflow: visible;
  object-fit: cover;
}

#main .slideshow-start .slider-img .textbox {
  width: 100%;
  max-width: 800px;
  height: 700px;
  padding-top: 150px;
  position: relative;
  text-align: left;
  background-image: url('../images/hero-overlay-green.svg');
  background-position: right bottom;
  background-size: auto 115%;
  background-repeat: no-repeat;
}

#main .slideshow-start .hero-blue .slider-img .textbox {
  background-image: url('../images/header-overlay-blue.svg');
  color: var(--antonius-white);
}

#main .slideshow-start .hero-red .slider-img .textbox {
  background-image: url('../images/header-overlay-dark-red.svg');
  color: var(--antonius-white);
}

#main .slideshow-start .hero-green .slider-img .textbox {
  background-image: url('../images/header-overlay-green.svg');
  color: var(--antonius-white);
}

#main .slideshow-start .slider-img .textbox .inside {
  padding-left: 100px;
}

#main .slideshow-start .slider-img .textbox span.headline-bold {
  font-family: var(--antonius-font-serif);
  font-weight: 400;
}

#main .slideshow-start .slider-img .textbox a {
  color: var(--antonius-white);
  padding: var(--antonius-btn-padding);
  border: 1px solid var(--antonius-white);
  border-radius: var(--antonius-radius);
  margin-top: 20px;
  display: inline-block;
  transition: var(--antonius-transition);
  font-weight: 500;
}

#main .slideshow-start .slider-img .textbox a:hover {
  background-color: var(--antonius-white);
  color: var(--antonius-blue);
}

#main .slideshow-content .slider-control .slider-menu {
  display: none;
}

#main .slideshow-content {
  margin-top: 100px;
}

#main .slideshow-content .slider-control a.slider-next {
  position: absolute;
  margin-top: -680px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  background-size: 40px 40px;
  background-position: center center;
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  z-index: 9;
}

#main .slideshow-content .slider-control a.slider-next:hover {
  background-image: url('../images/arrow-right-blue.svg');
}

#main .slideshow-content .slider-control a.slider-prev {
  position: absolute;
  left: 100%;
  margin-top: -680px;
  margin-left: -100px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  background-size: 40px 40px;
  background-position: center center;
  background-image: url('../images/arrow-left.svg');
  background-repeat: no-repeat;
  z-index: 9;
}

#main .slideshow-content.content-415 .slider-control a.slider-prev,
#main .slideshow-content.content-415 .slider-control a.slider-next {
  margin-top: -380px;
}

#main .slideshow-content.slideshow-news .slider-control a.slider-prev,
#main .slideshow-content.slideshow-news .slider-control a.slider-next,
#main .slideshow-content.slideshow-ratgeber .slider-control a.slider-prev,
#main .slideshow-content.slideshow-ratgeber .slider-control a.slider-next {
  margin-top: -730px;
}

#main .slideshow-content .slider-control a.slider-prev:hover {
  background-image: url('../images/arrow-left-blue.svg');
}

#main .slideshow-start p.more-news,
#main .slideshow-content p.more-news,
#main .slideshow-start p.more-fachartikel,
#main .slideshow-content p.more-fachartikel {
  display: none;
}

#main .slideshow-content.slideshow-news p.more-news {
  display: block;
}

#main .slideshow-content.slideshow-ratgeber p.more-fachartikel {
  display: block;
}

#main .kachel-viertel {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  text-align: center;
}

.kachel-viertel .image_container img {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

#main .kachel-viertel strong {
  margin-top: 0;
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-accent);
  color: inherit;
  line-height: 1.4em;
}

.kachel-viertel.jobsuche p {
  color: var(--antonius-blue-light);
}

.kachel-viertel.lernen p {
  color: var(--antonius-violet);
}

.kachel-viertel.wohnen p {
  color: var(--antonius-yellow);
}

.kachel-viertel.shop p {
  color: var(--antonius-brown);
}

#main .spacer-top {
  margin-top: 80px;
}

#main .spacer-top.no-spacer {
  margin-top: 50px;
}

#main .ce_text {
  font-size: var(--antonius-fs-text);
  line-height: 1.4em;
  font-weight: 300;
}

#main h1 {
  font-size: var(--antonius-fs-h1);
  line-height: 130%;
  font-weight: 300;
}

#main h2 {
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-h2);
  line-height: 120%;
  margin: 0 0 30px 0;
  padding: 0;
  max-width: 400px;
  color: var(--antonius-blue);
}

#main h2.long {
  width: 100%;
  max-width: 700px;
}

#main .ce_rsce_text_zweispaltig h2 {
  max-width: none;
}

#main .ce_text.infobox h2 {
  color: var(--antonius-white);
}

#main .ce_text ul li {
  margin-left: 15px;
  padding-left: 0px;
  margin-bottom: 10px;
  list-style-type: disc;
}

#main .image_container.float_left {
  margin-right: 80px;
}

#main .image_container.float_right {
  margin-left: 80px;
}

#main .scheme-blue h2,
#main h2.scheme-blue {
  max-width: 600px;
  color: var(--antonius-blue);
}

#main .scheme-orange h2,
#main h2.scheme-orange {
  max-width: 600px;
  color: var(--antonius-black);
}

#main .scheme-green h2,
#main h2.scheme-green {
  max-width: 600px;
  color: var(--antonius-green);
}

#main .scheme-green .kachel-gastro a {
  color: var(--antonius-green);
}

#main .scheme-green .spalte h3 {
  color: var(--antonius-green);
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-accent);
}

#main .scheme-red h2,
#main h2.scheme-red {
  max-width: 650px;
  color: var(--antonius-orange);
}

#main h3 {
  font-size: var(--antonius-fs-h3);
  font-weight: 600;
  color: var(--antonius-blue);
  margin-bottom: 20px;
}

a.ghost-btn-black,
.layout_latest p.more a,
#main .ce_text.bubble-orange a,
.layout_list p.more a,
#main .mod_eventmenu ul li a,
#main .mod_eventmenu ul li span,
#main .mod_mae_event_filter ul li a{
  font-family: var(--antonius-font-body);
  color: var(--antonius-text);
  font-size: var(--antonius-fs-base);
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-text);
  margin-top: 20px;
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
}

#main .mod_eventmenu ul li a,
#main .mod_mae_event_filter ul li a{
  margin-right:0;
}

a.ghost-btn-black:hover,
.layout_latest p.more a:hover,
.layout_list p.more a:hover,
#main .mod_eventmenu ul li span.active,
#main .mod_eventmenu ul li a.active,
#main .mod_eventmenu ul li a:hover,
#main .mod_eventmenu ul li.active span,
#main .mod_mae_event_filter ul li a:hover,
#main .mod_mae_event_filter ul li.active a {
  background-color: var(--antonius-blue-light);
  border-color: var(--antonius-blue-light);
  color: var(--antonius-white);
}

#main .ce_text a.ghost-btn-red {
  font-family: var(--antonius-font-body);
  color: var(--antonius-white);
  font-size: var(--antonius-fs-base);
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-orange);
  margin-top: 20px;
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
  background-color: var(--antonius-orange);
}

#main .ce_text a.ghost-btn-red:hover {
  background-color: var(--antonius-white);
  color: var(--antonius-orange);
}

a.ghost-btn-blue {
  font-family: var(--antonius-font-body);
  color: var(--antonius-white);
  font-size: var(--antonius-fs-base);
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-blue);
  margin-top: 20px;
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
  background-color: var(--antonius-blue);
}

a.ghost-btn-blue:hover {
  background-color: var(--antonius-white);
  color: var(--antonius-blue);
}

a.download-btn {
  background-image: url('../images/icon-download-green.svg');
  background-size: 100px 100px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 120px;
  color: var(--antonius-green);
  display: inline-block;
  max-width: 300px;
}

a.download-btn span.big {
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-accent);
  display: inline-block;
  padding-bottom: 10px;
}

a.download-btn:hover {
  color: var(--antonius-blue);
}

#main .ce_text.bubble-orange a:hover {
  background-color: var(--antonius-black);
  color: var(--antonius-white);
}

#main .ce_text.bubble-red .bubble a,
#main .ce_text.bubble-blue .bubble a,
#main .ce_text.bubble-yellow .bubble a,
#main .ce_text.infobox a.btn-link {
  font-family: var(--antonius-font-body);
  color: var(--antonius-white);
  font-size: var(--antonius-fs-base);
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-white);
  margin-top: 20px;
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
  text-decoration: none;
}

#main .ce_text.bubble-red .bubble a:hover {
  background-color: var(--antonius-white);
  border-color: var(--antonius-white);
  color: var(--antonius-orange);
}

#main .ce_text.bubble-blue .bubble a:hover,
#main .ce_text.infobox a.btn-link:hover {
  background-color: var(--antonius-white);
  border-color: var(--antonius-white);
  color: var(--antonius-blue-alt);
}

#main .ce_text.bubble-yellow .bubble a:hover {
  background-color: var(--antonius-white);
  border-color: var(--antonius-white);
  color: var(--antonius-orange);
}

.layout_latest p.more a,
.layout_list p.more a {
  margin-top: 0;
}

.kachel-viertel.lernen p a.ghost-btn-black:hover {
  background-color: var(--antonius-violet);
  border-color: var(--antonius-violet);
  color: var(--antonius-white);
}

.kachel-viertel.wohnen p a.ghost-btn-black:hover {
  background-color: var(--antonius-yellow);
  border-color: var(--antonius-yellow);
  color: var(--antonius-white);
}

.kachel-viertel.shop p a.ghost-btn-black:hover {
  background-color: var(--antonius-brown);
  border-color: var(--antonius-brown);
  color: var(--antonius-white);
}

#main .mod_eventmenu ul,
#main .mod_eventmenu ul li,
#main .mod_mae_event_filter ul,
#main .mod_mae_event_filter ul li{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main .mod_eventmenu ul ul{
  display:inline;
}

#main .event-select-menu{

}

#main .event-select-menu .mod_eventmenu,
#main .event-select-menu .mod_mae_event_filter{
  float:left;

}

#main .event-select-menu .mod_eventmenu{
  margin-right:50px;
}

#main .event-select-menu .mod_eventmenu h4,
#main .event-select-menu .mod_mae_event_filter h4{
  color: var(--antonius-blue-alt);
  font-size: var(--antonius-fs-h3);
  font-weight: 600;
  line-height: 1.2em;
}

#main .event-select-menu .mod_eventmenu select,
#main .event-select-menu .mod_mae_event_filter select{
  font-family: var(--antonius-font-body);
  color: var(--antonius-text);
  font-size: var(--antonius-fs-base);
  background-color:#fff;
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-text);
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
  min-width:300px;
}



#main .cta-break {
  background-color: var(--antonius-blue);
  color: var(--antonius-white);
  padding: 90px 0 90px 0;
  background-image: url('../images/bg-cta.svg');
  background-position: 70% center;
  background-size: auto 500px;
  background-repeat: no-repeat;
}

#main .cta-break.headline-zweispaltig {
  margin-top: 200px;
  margin-bottom: 200px;
}

#main .cta-break h2,
#main .cta-break p {
  color: var(--antonius-white)!important;
  margin-top: 0;
  margin-bottom: 0;
}

#main .cta-break a {
  font-family: var(--antonius-font-body);
  color: var(--antonius-blue);
  background-color: var(--antonius-white);
  font-size: var(--antonius-fs-base);
  font-weight: 500;
  line-height: 100%;
  padding: var(--antonius-btn-padding);
  border: var(--antonius-border-width) solid var(--antonius-white);
  margin-top: 20px;
  border-radius: var(--antonius-radius);
  display: inline-block;
  transition: var(--antonius-transition);
}

#main .cta-break a:hover {
  color: var(--antonius-white);
  background-color: var(--antonius-blue);
}

#main .zitat-break {
  background-color: var(--antonius-blue);
  margin-top: 150px;
  margin-bottom: 150px;
  color: var(--antonius-white);
  height: 400px;
  overflow: visible;
}

#main .zitat-break .outer-wrapper {
  margin: 0 auto;
  height: 550px;
  transform: translateY(-50px);
  width: 100%;
  max-width: 700px;
  background-image: url('../images/bubble-outline.svg');
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#main .zitat-break .inner-wrapper {
  text-align: center;
  width: 100%;
  max-width: 450px;
  padding-top: 150px;
}

#main .counter-container {
  background-image: url('../images/bg-wave-1.svg');
  height: 500px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  margin: 100px 0 100px 0;
}

#main .counter-container .inside {
  width: 100%;
  max-width: 300px;
  padding-right: 400px;
  height: 550px;
  margin: 0 auto;
  padding-top: 170px;
  background-image: url('../../antonius-neu/allgemein/counter-figur.svg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 350px auto;
  text-align: right;
  font-size: var(--antonius-fs-text);
  font-weight: 500;
}

#main .counter-container .ecounter {
  font-family: var(--antonius-font-serif);
  font-size: 75px;
  color: var(--antonius-blue);
}

#main .counter-container .subline {
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-accent);
  color: var(--antonius-blue);
}

#main .bg-wave {
  width: 100%;
  height: auto;
  background-image: url('../images/bg-outlines.svg');
  background-size: auto 900px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

#main .bg-wave.faq-container {
  background-size: auto 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-container ul li {
  font-size: var(--antonius-fs-text);
  margin: 0 0 15px 15px;
  list-style-type: disc;
  line-height: 120%;
}

#main .bg-wave-2 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
  height: auto;
  background-image: url('../images/bg-wave-2.svg');
  background-size: auto 900px;
  background-position: center top;
  background-repeat: no-repeat;
}

#main .bg-wave-3 {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 200px;
  height: auto;
  background-image: url('../images/bg-wave-3.svg');
  background-size: auto 1300px;
  background-position: center top;
  background-repeat: no-repeat;
}

#main .bg-wave-4 {
  margin-top: 150px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 100px;
  height: auto;
  background-image: url('../images/bg-wave-4.svg');
  background-size: auto 600px;
  background-position: center top;
  background-repeat: no-repeat;
}

#main .layout_latest,
#main .layout_list {
  width: 48%;
  background-color: var(--antonius-bg-light);
  float: left;
  height: 650px;
  margin-bottom: 60px;
}

#main .content-slider .layout_latest {
  margin-bottom: 0;
}

#main .layout_latest:nth-child(2n) {
  margin-left: 4%;
}

#main .layout_list:nth-child(2n+1) {
  margin-left: 4%;
}

#main .layout_latest .image_container,
#main .layout_list .image_container {
  padding: 0 0 20px 0;
}

#main .layout_latest span.info {
  padding-right: 40px;
  text-align: right;
  font-size: 0.9em;
  display: block;
  line-height: 1.45em;
}

#main .layout_list p.info {
  padding-left: 40px;
  text-align: left;
  font-size: 1em;
  display: block;
  line-height: 1.45em;
  font-weight: 500;
}

#main .layout_latest h3,
#main .layout_list h3 {
  padding: 0 40px 0 40px;
  color: var(--antonius-blue-alt);
  font-size: var(--antonius-fs-h3);
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}

#main .layout_latest h3 a,
#main .layout_list h3 a {
  color: var(--antonius-blue-alt);
}

#main .layout_latest .teaser,
#main .layout_list .teaser {
  padding: 0 40px 20px 40px;
  line-height: 1.4em;
  font-size: var(--antonius-fs-base);
  font-weight: 300;
}

#main .layout_latest p.more,
#main .layout_list p.more {
  padding: 0 40px 0 40px;
}

#main .pagination,
#main .mod_eventlist .pagination {
  clear: both;
  float: none;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

#main .pagination ul,
#main .mod_eventlist .pagination ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main .pagination ul li,
#main .mod_eventlist .pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main .pagination p,
#main .mod_eventlist .pagination p {
  display: inline;
  margin: 0;
  padding: 0;
}

#main .pagination a,
#main .mod_eventlist .pagination a {
  margin-right: 2px;
  margin-left: 2px;
  color: var(--antonius-blue-alt);
}

#main .content-slider .kacheln-gastro {
  min-height: 600px;
}

#main .content-slider .kacheln-gastro .kachel-gastro,
#main .spalten-container .spalte {
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 100px;
}

#main .slideshow-content .spalten-container .spalte {
  text-align: center;
}

#main .slideshow-content .spalten-container .spalte p {
  font-size: var(--antonius-fs-text);
  font-weight: 300;
  line-height: 1.4em;
}

#main .spalten-container .spalte .image_container {
  overflow: hidden;
}

#main .spalten-container .spalte .image_container img {
  transition: transform .5s ease;
}

#main .spalten-container .spalte .image_container img:hover {
  transform: scale(1.1);
}

#main .slideshow-content .spalten-container.icon-container img {
  height: 110px;
  width: auto;
  margin-top: 20px;
}

#main .content-slider .kacheln-gastro .kachel-gastro:nth-child(4),
#main .spalten-container .spalte:nth-child(4) {
  margin-right: 0;
}

#main .content-slider .kacheln-gastro .kachel-gastro a,
#main .spalten-container .spalte a {
  margin-top: 20px;
  display: block;
  font-size: var(--antonius-fs-h3);
  font-weight: bold;
}

#main .content-slider .kacheln-gastro .kachel-gastro a:hover {
  color: var(--antonius-blue-alt);
}

.ausbildungsbereiche.scheme-red .spalte p {
  color: var(--antonius-red);
  font-weight: 600;
  font-size: var(--antonius-fs-lead);
  margin: 20px 0 20px 0;
}

#main .ce_text.infobox {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: var(--antonius-blue);
  color: var(--antonius-white);
}

#main .ce_text.infobox a {
  text-decoration: underline;
}

#main .ce_text.two-columns .inner-wrapper {
  column-count: 2;
  column-gap: 10%;
}

#main .ce_text.two-columns-dynamic .spalte-links {
  width: 45%;
  float: left;
}

#main .ce_text.two-columns-dynamic .spalte-rechts {
  width: 45%;
  float: right;
}

#main .ce_text.bubble-red,
#main .ce_text.bubble-blue,
#main .ce_text.bubble-orange {
  height: 600px;
}

#main .ce_text.bubble-red .image_container,
#main .ce_text.bubble-blue .image_container,
#main .ce_text.bubble-orange .image_container {
  float: right;
  margin-top: 10px;
  z-index: 1;
}

#main .ce_text.bubble-red .bubble {
  width: 650px;
  height: 550px;
  background-image: url('../images/bubble-red-2.svg');
  background-size: 650px 580px;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: var(--antonius-white);
  font-size: var(--antonius-fs-text);
  font-weight: 300;
  line-height: 1.4em;
  z-index: 2;
  position: absolute;
  text-align: right;
}

#main .ce_text.bubble-blue .bubble {
  width: 650px;
  height: 550px;
  background-image: url('../images/bubble-blue.svg');
  background-size: 650px 600px;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: var(--antonius-white);
  font-size: var(--antonius-fs-text);
  font-weight: 300;
  line-height: 1.4em;
  z-index: 2;
  position: absolute;
  text-align: right;
}

#main .ce_text.bubble-orange .bubble {
  width: 650px;
  height: 550px;
  background-image: url('../images/bubble-orange.svg');
  background-size: 650px 600px;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: var(--antonius-black);
  font-size: var(--antonius-fs-text);
  font-weight: 300;
  line-height: 1.4em;
  z-index: 2;
  position: absolute;
  text-align: right;
}

#main .ce_text.bubble-blue .bubble .inside,
#main .ce_text.bubble-orange .bubble .inside {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 90px;
}

#main .ce_text.bubble-red .bubble .inside {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 130px;
  text-align: center;
}

#main .ce_text.bubble-orange .bubble h3 {
  font-weight: 600;
  font-size: var(--antonius-fs-h3);
  color: var(--antonius-black);
}

#main .ce_accordionSingle {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid var(--antonius-black);
}

#main .contact-container .ce_accordionSingle {
  width: 50%;
  float: right;
  font-size: var(--antonius-fs-text);
}

#main .ce_accordionSingle .toggler {
  padding-right: 40px;
  line-height: 30px;
  background-image: url('../images/accordeon-closed.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  font-size: var(--antonius-fs-text);
  font-weight: bold;
}

#main .ce_accordionSingle .toggler:hover {
  color: #3B66A1;
}

#main .ce_accordionSingle .toggler.active {
  background-image: url('../images/accordeon-open.svg');
}

#main .ce_accordionSingle .ui-accordion-content {
  padding: 20px 0 20px 0;
  line-height: 1.4em;
  font-size: var(--antonius-fs-text);
  font-weight: 300;
}

#main .ce_accordionSingle .ui-accordion-content strong {
  font-weight: 600;
}

#main .bg-wave .bulletpoints {
  background-image: url('../../antonius-neu/allgemein/bg-figur.png');
  background-position: left center;
  background-size: 380px auto;
  background-repeat: no-repeat;
  padding-left: 450px;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

#main .hero-header {
  height: 600px;
  margin-bottom: 100px;
}

#main .hero-header .slider-img {
  height: 650px;
  width: 100%;
  background-position: right top;
  background-size: calc(100% - 650px) auto;
  background-repeat: no-repeat;
}

#main .hero-header .slider-overlay {
  background-image: url('../images/header-overlay-blue.svg');
  background-position: right bottom;
  background-size: auto 700px;
  background-repeat: no-repeat;
  height: 650px;
  width: 750px;
  position: absolute;
}

#main .hero-header.header-green .slider-overlay {
  background-image: url('../images/header-overlay-green.svg');
}

#main .hero-header .slider-overlay .textbox {
  padding-top: 150px;
  padding-left: 100px;
  color: var(--antonius-white);
}

#main .hero-header .slider-overlay .textbox h1,
#main .slideshow-start .slider-img .textbox h1 {
  margin-top: 0;
  padding-top: 0;
  line-height: 140%;
}

#main .hero-header .slider-overlay .textbox h1 strong,
#main .slideshow-start .slider-img .textbox h1 strong {
  font-family: var(--antonius-font-serif);
  font-size: 1.5em;
  font-weight: 400;
}

#main .slideshow-start .slider-img .textbox p,
#main .hero-header .slider-overlay .textbox p {
  max-width: 500px;
  font-weight: 500;
  font-size: 24px;
  margin-top: 30px;
  line-height: 1.4em;
}

#main .mod_breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: var(--antonius-fs-small);
  font-weight: 300;
}

#main .mod_breadcrumb a {
  color: inherit;
}

#main .mod_breadcrumb .active {
  font-weight: 600;
}

#main .mod_breadcrumb ul,
#main .mod_breadcrumb ul li {
  display: inline-block;
}

#main .headline-zweispaltig {
  margin-top: 80px;
  margin-bottom: 80px;
}

#main .contact-container .headline-zweispaltig {
  margin-top: 60px;
  margin-bottom: 20px;
}

#main .headline-zweispaltig h2 {
  width: 40%;
  line-height: 120%;
  float: left;
}

#main .headline-zweispaltig.headline-green h2 {
  color: var(--antonius-green);
}

#main .headline-zweispaltig p {
  width: 40%;
  float: right;
  clear: right;
  font-size: var(--antonius-fs-text);
  line-height: 1.5em;
  margin-top: 0;
  padding-right: 10%;
  font-weight: 300;
}

#main .headline-zweispaltig p strong {
  font-weight: 500;
}

#main .contact-container,
#main .kontaktbox {
  padding: 60px 0 60px 0;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: var(--antonius-bg-light);
}

#main .kontaktbox .profilbild {
  border-radius: 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

#main .kontaktbox .profilbild img {
  max-width: 200px;
  height: auto;
}

#main .ce_gallery {
  margin-top: 150px;
}

#main .ce_gallery ul li {
  width: 23.5%;
  margin-bottom: 2%;
  overflow: hidden;
}

#main .ce_gallery ul li:nth-child(2),
#main .ce_gallery ul li:nth-child(6),
#main .ce_gallery ul li:nth-child(10) {
  margin-left: 2%;
  margin-right: 2%;
}

#main .ce_gallery ul li:nth-child(3),
#main .ce_gallery ul li:nth-child(7),
#main .ce_gallery ul li:nth-child(11) {
  margin-right: 2%;
}

#main .ce_gallery ul li img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  transition: transform .5s ease;
}

#main .ce_gallery ul li img:hover {
  transform: scale(1.1);
}

#main .img-overlay-container .img-overlay {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

#main .img-overlay-container:hover .img-overlay {
  visibility: visible;
  opacity: 1;
}

#footer {
  width: 100%;
  background-color: var(--antonius-bg-light);
  padding-top: 100px;
  margin-top: 100px;
}

#footer .spalte-viertel {
  float: left;
  width: 25%;
}

#footer .footer-top .spalte-viertel {
  text-align: center;
}

#footer .footer-top {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--antonius-blue-alt);
}

#footer .footer-top .spalte-viertel img {
  height: 100px;
  width: auto;
  margin-bottom: 30px;
}

#footer .footer-top .spalte-viertel p {
  padding: 0 20px 0 20px;
  font-weight: 300;
  font-size: var(--antonius-fs-text);
  line-height: 1.4em;
}

#footer .footer-top .spalte-viertel p.headline {
  color: var(--antonius-blue);
  font-family: var(--antonius-font-serif);
  font-weight: 400;
  font-size: var(--antonius-fs-accent);
  line-height: 1.4em;
}

#footer .footer-top .spalte-viertel p.headline a {
  color: var(--antonius-blue);
}

#footer .footer-top .spalte-viertel p.headline a:hover {
  text-decoration: underline;
}

#footer .footer-middle .spalte-viertel p {
  font-size: var(--antonius-fs-small);
}

#footer .footer-middle .spalte-viertel p a {
  color: var(--antonius-text);
  font-weight: 300;
}

#footer .mod_cookiebarOpener a {
  color: var(--antonius-text);
  font-size: var(--antonius-fs-small);
  font-weight: 300;
}

#footer .footer-middle .spalte-viertel p a:hover,
#footer .mod_cookiebarOpener a:hover {
  color: var(--antonius-blue-alt);
}

#footer .footer-middle .spalte-viertel p.headline {
  font-size: var(--antonius-fs-text);
  font-family: var(--antonius-font-serif);
  font-weight: 400;
  color: var(--antonius-blue);
  margin-bottom: 20px;
}

#footer .footer-bottom {
  color: var(--antonius-white);
  background-color: var(--antonius-blue-alt);
  padding: 20px 0 20px 0;
  font-size: var(--antonius-fs-small);
  margin-top: 30px;
}

.footer-bottom .imprint {
  float: left;
  line-height: 20px;
}

.footer-bottom .social {
  float: right;
}

.footer-bottom .social a.facebook {
  text-indent: -999px;
  background-image: url('../images/icon-fb-white.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  height: 20px;
  width: 20px;
  overflow: hidden;
}

.footer-bottom .social a.youtube {
  text-indent: -999px;
  background-image: url('../images/icon-yt-white.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  margin-left: 20px;
  height: 20px;
  width: 20px;
  overflow: hidden;
}

.footer-bottom .social a.instagram {
  text-indent: -999px;
  background-image: url('../images/icon-instagram-white.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  margin-left: 20px;
  height: 20px;
  width: 20px;
  overflow: hidden;
}

.footer-middle .barometer {
  height: 100px;
  width: 100px;
  background-image: url('../images/spendenbarometer-0.svg');
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: bottom center;
  margin: 25px 0 10px 30px;
  position: relative;
}

.footer-middle .barometer-stand {
  height: 29%;
  width: 100px;
  bottom: 0;
  position: absolute;
  background-image: url('../images/spendenbarometer-100.svg');
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: center bottom;
  transition: height 4.0s ease;
}

.footer-middle .barometer-stand:focus-visible {
  height: max-content;
}

.footer-middle .spendenstand-big {
  font-family: var(--antonius-font-serif);
  font-size: var(--antonius-fs-accent);
  color: var(--antonius-blue-alt);
}



/* Dummy-Regel fuer Vorschau/Test einer Unterseite  */
body.dummy .mod_article {
  border-top: 200px solid red;
  margin-top: 200px;
  padding-top: 200px;
}

.job-searchbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.job-searchbox .mod_catalogFilter,
.job-searchbox .mod_catalogFilter form {
  display: contents;
}

.job-searchbox .ce_headline {
  order: -2;
}

.job-searchbox::before {
  content: "";
  order: -1;
  flex-basis: 100%;
  width: 0;
}

.job-searchbox .widget {
  margin: 0;
}

.job-searchbox .widget-select {
  order: 0;
}

.job-searchbox .widget-text {
  order: 1;
  margin-left: auto;
}

.job-searchbox .widget-checkbox,
.job-searchbox .widget-radio {
  order: 2;
  flex: 1 1 100%;
}

.job-searchbox .reset {
  order: 3;
  width: 100%;
  flex: 1 1 100%;
  margin-top: 4px;
  display: none;
}

.training-searchbox .widget-select,
.training-searchbox .widget-text {
  flex: 1 1 0;
  min-width: 190px;
  margin-left: 0;
}

.training-searchbox .widget-text {
  order: 1;
}

.training-searchbox .widget-select select.select,
.training-searchbox .widget-text input.text {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.training-searchbox .reset {
  text-align: right;
}

.job-searchbox label,
.job-searchbox legend {
  display: block;
  font-family: var(--antonius-font-serif);
  font-weight: 400;
  font-size: 19px;
  color: var(--antonius-blue);
  margin: 0 0 8px;
  padding: 0;
}

.job-searchbox select.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 190px;
  background-color: var(--antonius-white);
  border: var(--antonius-border-width) solid var(--antonius-border);
  border-radius: var(--antonius-radius);
  padding: 13px 44px 13px 22px;
  font-family: var(--antonius-font-body);
  font-size: var(--antonius-fs-base);
  color: var(--antonius-text);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='none' stroke='%232767a7' stroke-width='2' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition: border-color 0.2s ease;
}

.job-searchbox select.select:hover,
.job-searchbox select.select:focus {
  border-color: var(--antonius-blue);
  outline: none;
}

.job-searchbox input.text {
  width: 100%;
  min-width: 260px;
  max-width: 360px;
  box-sizing: border-box;
  background-color: var(--antonius-white);
  border: var(--antonius-border-width) solid var(--antonius-border);
  border-radius: var(--antonius-radius);
  padding: 13px 22px 13px 46px;
  font-family: var(--antonius-font-body);
  font-size: var(--antonius-fs-base);
  color: var(--antonius-text);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='8' cy='8' r='6.3' fill='none' stroke='%232767a7' stroke-width='1.6'/%3E%3Cline x1='12.6' y1='12.6' x2='17' y2='17' stroke='%232767a7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 18px center;
  transition: border-color 0.2s ease;
}

.job-searchbox input.text::placeholder {
  color: #767676;
}

.job-searchbox input.text:focus {
  border-color: var(--antonius-blue);
  outline: none;
}

.job-searchbox .checkbox_container {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 18px;
  row-gap: 10px;
}

.job-searchbox .checkbox_container legend {
  width: 100%;
  margin-bottom: 15px;
}

.job-searchbox .checkbox_container span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.job-searchbox input.checkbox {
  width: 17px;
  height: 17px;
  accent-color: var(--antonius-blue);
  cursor: pointer;
}

.job-searchbox .checkbox_container label {
  display: inline;
  font-family: var(--antonius-font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--antonius-text);
  margin: 0;
  cursor: pointer;
}

.job-searchbox .radio_container {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 18px;
  row-gap: 10px;
}

.job-searchbox .radio_container legend {
  width: 100%;
  margin-bottom: 8px;
}

.job-searchbox .radio_container span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.job-searchbox input.radio {
  width: 17px;
  height: 17px;
  accent-color: var(--antonius-blue);
  cursor: pointer;
}

.job-searchbox .radio_container label {
  display: inline;
  font-family: var(--antonius-font-body);
  font-weight: 400;
  font-size: 15px;
  color: var(--antonius-text);
  margin: 0;
  cursor: pointer;
}

.job-searchbox .reset a {
  font-family: var(--antonius-font-body);
  font-size: var(--antonius-fs-small);
  color: var(--antonius-blue);
  text-decoration: underline;
}

.job-searchbox .reset a:hover {
  color: var(--antonius-blue-dark);
}

.mod_catalogUniversalView .ctlg_view_message {
  font-family: var(--antonius-font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--antonius-text);
  margin: 30px 0 30px 0;
  grid-column: 1 / -1;
  text-align: center;
}

.mod_catalogUniversalView {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}

.mod_catalogUniversalView .ctlg_teaser {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mod_catalogUniversalView .box-job {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--antonius-white);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mod_catalogUniversalView .box-job:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.mod_catalogUniversalView .titelbild {
  display: block;
  line-height: 0;
}

.mod_catalogUniversalView .titelbild img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.mod_catalogUniversalView .box-job .text {
  background-color: #efefef;
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.mod_catalogUniversalView .box-job .info {
  font-family: var(--antonius-font-body);
  font-weight: 700;
  font-size: var(--antonius-fs-base);
  color: var(--antonius-text);
  margin: 0 0 12px;
}

.mod_catalogUniversalView .box-job .info .arbeitszeit,
.mod_catalogUniversalView .box-job .info .standort {
  font-weight: 700;
}

.mod_catalogUniversalView .box-job .headline {
  display: block;
  margin: 0 0 18px;
  font-size: var(--antonius-fs-h3);
  line-height: 1.35;
}

.mod_catalogUniversalView .box-job .headline a {
  font-family: var(--antonius-font-serif);
  font-weight: 400;
  color: var(--antonius-blue);
  text-decoration: none;
}

.mod_catalogUniversalView .box-job .headline a:hover {
  color: var(--antonius-blue-dark);
  text-decoration: underline;
}

.mod_catalogUniversalView .box-job .teaser {
  display: none;
}

.mod_catalogUniversalView .box-job .more {
  margin: auto 0 0;
  padding-top: 6px;
}

.mod_catalogUniversalView .box-job .more a {
  display: inline-block;
  font-family: var(--antonius-font-body);
  font-weight: 500;
  font-size: var(--antonius-fs-base);
  color: var(--antonius-text);
  background-color: transparent;
  border: var(--antonius-border-width) solid var(--antonius-text);
  border-radius: var(--antonius-radius);
  padding: 14px 26px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mod_catalogUniversalView .box-job .more a:hover {
  background-color: var(--antonius-blue);
  border-color: var(--antonius-blue);
  color: var(--antonius-white);
}

#main .login-relaunch {
  margin-top: 200px;
}

#main .login-relaunch form {
  padding: 30px;
  border: 1px solid #ccc;
}

#main .login-relaunch .widget {
  margin-bottom: 15px;
}

#main .login-relaunch label {
  width: 150px;
  display: inline-block;
}


/* Farbschema Grün */

body.color-green #main h2,
body.color-green #main h3,
body.color-green #main .headline-zweispaltig h2,
body.color-green #main .scheme-red h2,
body.color-green #main h2.scheme-red,
body.color-green #main .cta-break a {
  color: var(--antonius-green);
}

body.color-green #main .zitat-break,
body.color-green #main .cta-break {
  background-color: var(--antonius-green);
}

body.color-green #main .cta-break a:hover {
  background-color: var(--antonius-green);
  color: var(--antonius-white);
}

body.color-green #main .hero-header .slider-overlay {
  background-image: url('../images/header-overlay-green.svg');
}

/* Farbschema Rot */

body.color-red #main h2,
body.color-red #main h3,
body.color-red #main .headline-zweispaltig h2,
body.color-red #main .scheme-red h2,
body.color-red #main h2.scheme-red,
body.color-red #main h3,
body.color-red #main .cta-break a {
  color: var(--antonius-red);
}

body.color-red #main .cta-break a:hover {
  background-color: var(--antonius-red);
  color: var(--antonius-white);
}

body.color-red #main .zitat-break,
body.color-red #main .cta-break {
  background-color: var(--antonius-red);
}

body.color-red #main .hero-header .slider-overlay {
  background-image: url('../images/header-overlay-dark-red.svg');
}

/* Farbschema Braun */

body.color-brown #main h2,
body.color-brown #main h3,
body.color-brown #main .headline-zweispaltig h2,
body.color-brown #main .scheme-red h2,
body.color-brown #main h2.scheme-red,
body.color-brown #main .cta-break a {
  color: var(--antonius-brown);
}

body.color-brown #main .cta-break a:hover {
  background-color: var(--antonius-brown);
  color: var(--antonius-white);
}

body.color-brown #main .zitat-break,
body.color-brown #main .cta-break {
  background-color: var(--antonius-brown);
}

body.color-brown #main .hero-header .slider-overlay {
  background-image: url('../images/header-overlay-brown.svg');
}

/* Farbschema Violett */

body.color-violet #main h2,
body.color-violet #main h3,
body.color-violet #main .headline-zweispaltig h2,
body.color-violet #main .scheme-red h2,
body.color-violet #main h2.scheme-red,
body.color-violet #main .cta-break a {
  color: var(--antonius-violet);
}

body.color-violet #main .cta-break a:hover {
  background-color: var(--antonius-violet);
  color: var(--antonius-white);
}

body.color-violet #main .zitat-break,
body.color-violet #main .cta-break {
  background-color: var(--antonius-violet);
}

body.color-violet #main .hero-header .slider-overlay {
  background-image: url('../images/header-overlay-violet.svg');
}




/* ==========================================================================
   Responsive Optimierungen fuer mobile Endgeraete
   ========================================================================== */



@media (max-width: 1600px) {
  #main .hero-header .slider-img {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 1450px) {

  #header #menu-btn {
    display: block;
  }

  #header #menu-desktop,
#main .slideshow-start .slider-control .slider-menu {
    display: none;
  }
}

@media (max-width: 1300px) {

  #main .counter-container {
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  #main .counter-container .inside {
    max-width: clamp(240px, 23.08vw, 300px);
    padding-right: clamp(20px, 30.77vw, 400px);
    height: clamp(260px, 42.31vw, 550px);
    padding-top: clamp(50px, 13.08vw, 170px);
    background-size: clamp(140px, 26.92vw, 350px);
  }

  #main .counter-container .ecounter {
    font-size: clamp(40px, 5.77vw, 75px);
  }

  #main .hero-header {
    height: clamp(240px, 46.15vw, 600px);
  }

  #main .hero-header .slider-img {
    position: relative;
    background-size: auto 95%;
  }

  #main .hero-header .slider-overlay {
    height: 100%;
    width: clamp(280px, 57.69vw, 750px);
    background-size: auto clamp(260px, 53.85vw, 700px);
  }

  #main .hero-header .slider-overlay .textbox {
    padding-top: clamp(90px, 10vw, 150px);
    padding-left: clamp(20px, 7.69vw, 100px);
  }

  #main .hero-header .slider-overlay .textbox h1 {
    font-size: clamp(20px, 5vw, 50px);
  }

  #main .hero-header .slider-overlay .textbox h1 strong,
#main .slideshow-start .slider-img .textbox h1 strong {
    font-size: 1.4em;
  }

  #main .hero-header .slider-overlay .textbox h4 {
    font-size: clamp(14px, 1.62vw, 21px);
  }

  #main .slideshow-start,
#main .slideshow-start .content-slider,
#main .slideshow-start .content-slider .slider-wrapper,
#main .slideshow-start .hero-green,
#main .slideshow-start .hero-blue,
#main .slideshow-start .hero-red {
    height: clamp(300px, 61.54vw, 800px);
  }

  #main .slideshow-start .slider-overlay,
#main .slideshow-start .slider-img,
#main .slideshow-start .slider-img video {
    height: clamp(260px, 53.85vw, 700px);
  }

  #main .slideshow-start .slider-img .textbox {
    max-width: clamp(300px, 61.54vw, 800px);
    height: clamp(260px, 53.85vw, 600px);
    padding-top: clamp(90px, 10vw, 150px);
  }

  #main .slideshow-start .slider-img .textbox .inside {
    padding-left: clamp(50px, 7.69vw, 100px);
  }

  #main .slideshow-start .slider-img .textbox h1 {
    font-size: clamp(20px, 5vw, 50px);
  }

  #main .slideshow-start .slider-img .textbox p,
#main .hero-header .slider-overlay .textbox p {
    font-size: clamp(14px, 3vw, 18px);
    margin-top: 20px;
    max-width: 75%;
  }

@  media (max-width: 1200px) {
    .inner-wrapper {
width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 1024px) {

  #header .quick-links {
    top: 150px;
  }

  .spcer-top {
    margint-top: 50px;
  }

  #main .kachel-viertel {
    width: 46%;
    margin-bottom: 30px;
    min-height: 350px;
  }

  #main .content-slider .kacheln-gastro .kachel-gastro,
#main .spalten-container .spalte {
    width: 48%;
    margin-right: 4%;
  }

  #main .content-slider .kacheln-gastro .kachel-gastro:nth-child(2n),
#main .spalten-container .spalte:nth-child(2n) {
    margin-right: 0;
  }

  #footer .spalte-viertel {
    width: 50%;
    margin-bottom: 30px;
  }

  .slider-control {
    display: none;
  }

  #main .ce_text.bubble-orange,
#main .ce_text.bubble-red,
#main .ce_text.bubble-blue {
    height: auto;
  }

  #main .ce_text.bubble-red .bubble,
  #main .ce_text.bubble-blue .bubble,
#main .ce_text.bubble-orange .bubble {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin-top: -150px;
  }

  #main .ce_text.bubble-red .image_container,
 #main .ce_text.bubble-blue .image_container,
 #main .ce_text.bubble-orange .image_container {
    float: none;
    widt: 100%
  }

  #main .ce_text.bubble-red .image_container img,
 #main .ce_text.bubble-blue .image_container img,
 #main .ce_text.bubble-orange .image_container img {
    width: 100%;
  }

  #main .ce_text.bubble-orange .bubble .inside,
#main .ce_text.bubble-blue .bubble .inside,
#main .ce_text.bubble-red .bubble .inside {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .mod_catalogUniversalView {
    grid-template-columns: 1fr;
  }

  #main .slideshow-start .slider-img .textbox a {
    display: none;
  }
}

@media (max-width: 767px) {
  .job-searchbox {
    flex-direction: column;
    align-items: stretch;
  }

  .job-searchbox::before {
    display: none;
  }

  .job-searchbox .ce_headline {
    order: 0;
  }

  .job-searchbox .widget-select {
    order: 0;
  }

  .job-searchbox .widget-text {
    order: 0;
    margin-left: 0;
  }

  .job-searchbox .widget-checkbox,
.job-searchbox .widget-radio {
    order: 0;
  }

  .job-searchbox .reset {
    order: 0;
  }

  .job-searchbox input.text {
    max-width: none;
  }

  .job-searchbox select.select {
    width: 100%;
  }

  .training-searchbox .widget-select,
.training-searchbox .widget-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hide-767 {
    display: none;
  }
}

@media (max-width: 600px) {
  #main .kachel-viertel {
    width: 100%;
    float: none;
    min-height: 0;
  }

  #main .content-slider .kacheln-gastro .kachel-gastro,
#main .spalten-container .spalte {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }

  #footer .spalte-viertel {
    width: 100%;
    float: none;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #main .layout_latest,
#main .layout_list {
    width: 100%;
    float: none;
    height: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }

  #main .layout_latest:nth-child(2n),
#main .layout_list:nth-child(2n+1) {
    margin-left: 0;
  }

  #main .pagination,
#main .mod_eventlist .pagination {
    clear: both;
    float: none;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-size: .9em;
  }

  #main .pagination ul,
#main .mod_eventlist .pagination ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #main .pagination ul li,
#main .mod_eventlist .pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  #main .pagination p,
#main .mod_eventlist .pagination p {
    display: inline;
    margin: 0;
    padding: 0;
  }

  #main .pagination a,
#main .mod_eventlist .pagination a {
    margin-right: 2px;
    margin-left: 2px;
  }

  #main .ce_text.two-columns-dynamic .spalte-links,
#main .ce_text.two-columns-dynamic .spalte-rechts {
    width: 100%;
    float: none;
  }

  #main .ce_text.two-columns .inner-wrapper {
    column-count: 1;
  }

  #main .headline-zweispaltig h2,
#main .headline-zweispaltig p {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  #main .contact-container .ce_accordionSingle {
    width: 100%;
    float: none;
  }

  #main .image_container.float_left,
#main .image_container.float_right {
    float: none;
    margin: 0 0 30px 0;
    max-width: 100%;
  }

  #main .ce_gallery ul li {
    width: 23.5%;
    margin-bottom: 2%;
  }

  #main .ce_gallery ul li:nth-child(2),
#main .ce_gallery ul li:nth-child(6),
#main .ce_gallery ul li:nth-child(10) {
    margin-left: 2%;
    margin-right: 2%;
  }

  #main .ce_gallery ul li:nth-child(3),
#main .ce_gallery ul li:nth-child(7),
#main .ce_gallery ul li:nth-child(11) {
    margin-right: 2%;
  }
}
