/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme, Alexianer CI
 Author:         AlexOffice
 Author URI:     https://webdesign-grafik-koeln.de
 Template:       Divi
 Version:        1.0.0
 */

@font-face {
  font-family: "fontawesome";
  src: url("assets/lib/fontawesome-free-7.2.0-web/webfonts/fa-solid-900.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AvanceOTItalic";
  src: url("assets/fonts/avance/AvanceOTItalic.eot");
  src:
    url("assets/fonts/avance/AvanceOTItalic.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/avance/AvanceOTItalic.woff2") format("woff2"),
    url("assets/fonts/avance/AvanceOTItalic.woff") format("woff"),
    url("assets/fonts/avance/AvanceOTItalic.ttf") format("truetype"),
    url("assets/fonts/avance/AvanceOTItalic.svg#avanceotitalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* noto-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Light";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/noto-sans-v39-latin/noto-sans-v39-latin-200.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/noto-sans-v39-latin/noto-sans-v39-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans Bold";
  font-style: normal;
  font-weight: 800;
  src: url("assets/fonts/noto-sans-v39-latin/noto-sans-v39-latin-800.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media (min-width: 1024px) {
  .macherTeaserStart h2 {
    font-size: 0.9rem !important;
  }
}

@media (min-width: 1440px) {
  .macherTeaserStart h2 {
    font-size: 1.5rem !important;
  }
}

@media (min-width: 1680px) {
  .macherTeaserStart h2 {
    font-size: 30px !important;
  }
}

.macherTeaserStart h2 span {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #595b60;
  font-size: 16px;
  display: inline-block;
  line-height: 1.7em;
}

.macherTeaserStart h3 {
  color: #4c4c4c;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#main-content .macherTeaserStart p a {
  color: #fff !important;
}

/* -----------------------------------
    custom icon for toggle module
    https://divilover.com/how-to-change-the-icon-in-the-divi-toggle-to-animated-arrow/
  ----------------------------------- */

.et_pb_toggle_title:before {
  content: "\4c";
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  font-weight: 600;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\4b";
}

.et_pb_toggle.offen:after {
  display: none;
}

/* -------------------------------------------------------
    Kontaktformular CF7
  ------------------------------------------------------- */

::placeholder {
  color: #9a9a9a !important;
}

.wpcf7 input,
.wpcf7 input:focus,
.wpcf7 textarea,
.wpcf7 textarea:focus {
  border-radius: 0px;
  border: none;
}

input.form-control[type="email"],
input.form-control[type="password"],
input.form-control[type="tel"],
input.form-control[type="text"],
select.form-control,
textarea.form-control {
  height: auto;
  padding: 0.75rem;
}

.form-group {
  margin-bottom: 0.75rem;
}

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

.dsgvo {
  font-size: 12px;
}

.wpcf7 button.et_pb_button_gwg {
  padding: 10px 25px;
  margin-top: 20px;
  border: 1px solid #b5152b;
  border-radius: 0px;
  background-color: #b5152b;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Noto Sans Black', sans-serif;
}

button.et_pb_button_gwg:hover {
  background-color: #b5152b;
  color: #fff !important;
}

.et_pb_button:hover {
  text-decoration: none;
}

#schwerpunkte .et_pb_toggle .et_pb_toggle_title,
#schwerpunkte .et_pb_toggle h5.et_pb_toggle_title {
  padding: 0 0 0 40px;
}

#schwerpunkte .et_pb_toggle .et_pb_toggle_title:before {
  left: 0;
  right: auto;
}

/*********************************
Beitragsseiten Stylen
*********************************/
body.single-post #et-main-area .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
}

body.single-post .container .et_pb_text_inner h1 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 300;
}

body.single-post #et-main-area #abbinderlogos .et_pb_row {
  width: 80% !important;
}

.et_post_meta_wrapper {
  display: none !important;
}

.single .et_pb_post {
  margin-bottom: 0 !important;
}

.single .post {
  padding-bottom: 0 !important;
}

#left-area {
  padding-bottom: 0 !important;
}

/*********************************
Aktuelles Seite Kacheln 4
*********************************/
.cu-blog .et_pb_salvattore_content[data-columns]::before {
  content: "4 .column.size-1of4" !important;
}

@media only screen and (min-width: 981px) {
  .cu-blog .column.size-1of4 {
    width: 24.99% !important;
    margin-right: 0;
  }
}

/* Abstand Header Aktuelles Beitagsseite */
@media (max-width: 768px) {
  .single-post .headlineHeader div {
    min-height: 5em;
    display: block;
  }
}

/*********************************
Ende
*********************************/
/*********************************
Aktuelles Teaser Headline
*********************************/
#aktuelles h2 {
  font-size: 30px;
}

#aktuelles h2 a {
  font-family: "Noto Sans", Arial, sans-serif;
  color: #333 !important;
}

#teaserbox h3 {
  font-size: 24px;
}

/* more link */
.post-content .more-link {
  padding: 0.3em 1em;
  line-height: 1.7em !important;
  background-color: transparent;
  background-size: cover;
  border-width: 1px !important;
  display: inline-block;
  border-radius: 1px;
  border: 2px solid;
  font-size: 14px;
  transition-duration: 0.2s;
  transition-property: all !important;
  margin-top: 12px;
  margin-bottom: 25px;
}

.post-content .more-link:after {
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  transition: all 0.2s;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules !important;
  margin-top: 4px;
}

.post-content .more-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  padding: 0.3em 2em 0.3em 0.7em;
}

.post-content .more-link:hover:after {
  opacity: 1;
  margin-left: 0;
}

/*********************************
Ende
*********************************/

/*********************************
blauer balken oben
*********************************/
div.topBorder {
  border-top: 20px solid #ad2932;
  margin-top: 0;
  margin-bottom: 0;
}

div.topBorder:after {
  content: "";
  display: block;
  border-top: 20px solid white;
  margin-top: -20px;
  max-width: 0;
}

@media (min-width: 758px) {
  div.topBorder:after {
    max-width: 600px;
  }
}

@media (min-width: 758px) {
  .et-fixed-header#main-header div.topBorder:after {
    max-width: 350px;
  }
}

/*********************************
Headerhöhe Stylen
*********************************/
@media (min-width: 1440px) {
  .et_pb_with_background:first-of-type:not(.adressen) {
    /* padding-top: 23vh !important;
    padding-bottom: 23vh !important; */
  }
}

/*********************************
style mobile header + fixed navi
*********************************/
#top-menu .menu-item-type-custom.menu-item-object-custom.current_page_item a,
.et-fixed-header
  #top-menu
  li.menu-item-type-custom.menu-item-object-custom.current_page_item
  a {
  color: #868686 !important;
}

#top-menu li li a {
  width: 209px;
}

#top-menu li {
  padding-right: 20px;
}

.et_mobile_menu {
  border-top: 3px solid #7298ad;
}

.nav li ul {
  border-color: #7298ad;
}

#main-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0) !important;
  /*********************************
Mobile Submenu collapse
*********************************/
  /*change Divi hamburger menu to X*/
}

@media (max-width: 980px) {
  #main-header .container {
    width: 90%;
  }
  #main-header #logo {
    max-height: 80%;
    height: 80%;
  }
  #main-header .et_mobile_menu li a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #main-header .menu-item-has-children li a {
    font-weight: 300;
  }
}

@media (min-width: 981px) {
  #main-header {
    /* berufsfelder menülink farbe */
  }
  #main-header #logo {
    max-height: 100px;
    height: 100px;
    margin-top: -50px;
  }
  #main-header li ul {
    background-color: white !important;
  }
  #main-header li ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  #main-header .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #main-header #top-menu > li > a {
    padding-bottom: 20px;
  }
  /* #main-header li.current-menu-item a {
    color: #7199ac !important;
  } */
  #main-header li.current-menu-item.menu-item-9 a {
    color: rgba(53, 53, 53, 0.6) !important;
  }
  #main-header.et-fixed-header {
    /* berufsfelder menülink farbe */
  }
  #main-header.et-fixed-header #logo {
    max-height: 65px;
    height: 65px;
    padding-bottom: 10px;
  }
  #main-header.et-fixed-header .nav {
    margin-bottom: -25px;
  }

  #main-header.et-fixed-header #top-menu li.current_page_item.menu-item-9 > a {
    color: rgba(53, 53, 53, 0.6) !important;
  }
}

#main-header .mobile_menu_bar:before {
  color: black;
  margin-right: 30px;
  font-size: 50px;
  left: 33px;
  top: 5px;
}

#main-header .mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

#main-header .et_header_style_left #et-top-navigation .mobile_menu_bar,
#main-header .et_header_style_split #et-top-navigation .mobile_menu_bar {
  padding-bottom: 5px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children > a:after,
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: "ETmodules";
  text-align: center;
  speak: none;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 18px;
  content: "\4c";
  top: 11px;
  right: 13px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
.et_pb_fullwidth_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: "\4d";
}

.et_pb_menu .et_mobile_menu ul.sub-menu,
.et_pb_fullwidth_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu,
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/*********************************
icons
*********************************/
.marker:before {
  font-family: "ETmodules";
  content: "\e01d";
  margin-right: 10px;
}

.phone {
  display: inline-block;
}

.phone:before {
  font-family: "ETmodules";
  content: "\e00b";
  margin-right: 10px;
  font-size: 16px;
}

.fax:before {
  font-family: "ETmodules";
  content: "\e103";
  margin-right: 10px;
}

.mail:before {
  font-family: "ETmodules";
  content: "\e010";
  margin-right: 10px;
}

/*********************************
footer
*********************************/
#main-footer {
  display: none;
}

#footerAlex .alexofficeCont,
#footerAlex .et_pb_text_inner,
.WSLogo .et_pb_code_inner {
  color: #c4c4c6;
  padding: 0 20px 0 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  #footerAlex .alexofficeCont,
  #footerAlex .et_pb_text_inner,
  .WSLogo .et_pb_code_inner {
    text-align: left;
  }
}

#footerAlex .alexofficeCont .et_pb_code_inner,
#footerAlex .et_pb_text_inner .et_pb_code_inner,
.WSLogo .et_pb_code_inner .et_pb_code_inner {
  color: #595b60 !important;
  font-size: 14px !important;
  padding-top: 10px;
}

@media (min-width: 768px) {
  #footerAlex .alexofficeCont .et_pb_code_inner,
  #footerAlex .et_pb_text_inner .et_pb_code_inner,
  .WSLogo .et_pb_code_inner .et_pb_code_inner {
    padding-top: 0;
  }
}

#footerAlex .et_pb_text.impressum a {
  border-bottom: none;
}

#footerAlex .et_pb_column {
  width: 100%;
}

#footerAlex .et_pb_text a {
  color: #c4c4c6 !important;
  border-bottom: 1px solid #222;
  width: 100%;
  display: block;
  padding: 14px 0 14px 0;
}

#footerAlex .et_pb_text a:hover,
#footerAlex .et_pb_text a:visited,
#footerAlex .et_pb_text a:active #footerAlex .et_pb_text a:focus {
  color: #c4c4c6 !important;
}

@media (min-width: 1024px) {
  #footerAlex .et_pb_text a {
    border-bottom: 0;
    padding: 0 0 0 0;
  }
}

body.koelnStyle .headlineHeader {
  color: #fff;
}

body.koelnStyle .headlineHeader h1 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 30px;
}

@media (min-width: 1024px) {
  body.koelnStyle .headlineHeader p {
    font-size: 20px;
  }
}

body.koelnStyle h2 {
  font-family: "Noto Sans", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 30px;
}

body.koelnStyle #einleitung h4 {
  font-size: 21px;
}

body.koelnStyle #BgAlexianerRot {
  color: white;
}

body.koelnStyle #BgAlexianerRot h2,
body.koelnStyle #BgAlexianerRot h3 {
  color: white !important;
}

body.koelnStyle #kachelnKarriere {
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  body.koelnStyle #kachelnKarriere .et_pb_module {
    height: 450px;
  }
}

@media (min-width: 1024px) {
  body.koelnStyle #kachelnKarriere .et_pb_module {
    height: 550px;
  }
}

@media (min-width: 1440px) {
  body.koelnStyle #kachelnKarriere .et_pb_module {
    height: 480px;
  }
}

@media (min-width: 1680px) {
  body.koelnStyle #kachelnKarriere .et_pb_module {
    height: 420px;
  }
}

body.koelnStyle #kachelnWerkstatt .et_pb_promo_description div.clear {
  clear: both;
  padding-bottom: 15px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  body.koelnStyle #kachelnWerkstatt .et_pb_promo_description {
    font-size: 0.9em !important;
    line-height: 1.5em !important;
  }
}

body.koelnStyle #kachelnWerkstatt .et_pb_promo_description img {
  height: 65px;
  width: auto;
  float: left;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  body.koelnStyle #kachelnWerkstatt .et_pb_promo_description img {
    display: none !important;
  }
}

@media (min-width: 1680px) {
  body.koelnStyle #kachelnWerkstatt .et_pb_promo_description img {
    height: 100px;
  }
}

body.koelnStyle #kachelnWerkstatt {
  padding-bottom: 5px;
}

body.koelnStyle #kachelnWerkstatt .et_pb_promo_button {
  width: 100%;
}

body.koelnStyle .custombutton {
  width: auto !important;
  font-size: 16px !important;
  float: left !important;
  top: 0;
  margin-left: 20px;
}

body.koelnStyle #werkstattKontaktBox a {
  color: white;
}

body.koelnStyle #broschuereDownload h2 {
  font-family: "AvanceOTItalic", serif;
  font-size: 36px;
}

body.koelnStyle.home #arbeitbildungAdd {
  display: none !important;
}

body.koelnStyle #karriereHeader h1 {
  font-family: "AvanceOTItalic", serif;
  font-size: 26px;
}

@media (min-width: 768px) {
  body.koelnStyle #karriereHeader h1 {
    font-size: 36px;
  }
}

/*********************************
Ende
*********************************/
/*********************************
Öffnungszeiten Klostergärtnerei
*********************************/
#nav-toggle {
  position: absolute;
  opacity: 0;
  display: none;
}

.toggle-words span.clock::before {
  font-family: "ETmodules";
  content: "\7d";
  color: white;
  font-size: 2rem;
  display: inline-block;
  padding: 0.3em 0.3em;
}

.menu {
  position: fixed;
  right: -100%;
  top: 299px;
  height: auto;
  color: white;
  padding: 1em;
  width: 305px;
  padding: 1em 0px 1em 1em;
  cursor: pointer;
  background-color: #b5152b;
  transition: 0.53s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1);
}

.menu .head {
  border-bottom: 1px solid #c12a3c;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

.kg-container {
  position: relative;
}

.kg-container span {
  position: absolute;
  left: -49px;
  top: 71px;
  background: #b5152b;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transform: rotate(90deg);
  height: 52px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  font-size: 16px;
  font-weight: 700;
}

#nav-toggle ~ label {
  display: block;
  cursor: pointer;
  transition: 0.5s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1.27);
  background-color: #000;
  border-radius: 0;
  text-align: center;
}

#nav-toggle:checked ~ label {
  background-color: #000;
  color: white;
  transform: translateX(-254px);
}

#nav-toggle:checked ~ label::before {
  font-family: "ETmodules";
  content: "\4d";
  color: white;
  font-size: 2rem;
  padding: 0.3em 0.3em;
  display: inline-block;
}

#nav-toggle:checked ~ label .toggle-words {
  display: none;
}

#nav-toggle:checked ~ .menu {
  transform: translateX(-100vw);
}

.hamburger {
  position: fixed;
  top: 252px;
  right: 0;
  display: inline-block;
  z-index: 9999;
}

.hamburger p a {
  font-weight: bold;
  color: white;
}

/*********************************
Ende
*********************************/
/*********************************
Suche FAQ
*********************************/
.toggle-words span.search::before {
  font-family: "ETmodules";
  content: "\55";
  color: white;
  font-size: 2rem;
  display: inline-block;
  padding: 0.3em 0.3em;
}

.hamburger-suche {
  position: fixed;
  top: 150px;
  right: 0;
  display: inline-block;
  z-index: 9999;
}

.hamburger-suche.mobiletop {
  top: 0;
}

@media (min-width: 1024px) {
  .hamburger-suche.mobiletop {
    top: 250px;
  }
}

.hamburger-suche.mobiletop .menu-suche {
  top: 46px;
}

@media (min-width: 1024px) {
  .hamburger-suche.mobiletop .menu-suche {
    top: 296px;
  }
}

@media (min-width: 1024px) {
  .hamburger-suche {
    top: 250px;
  }
}

.hamburger-suche p a {
  font-weight: bold;
  color: white;
}

.menu-suche {
  position: fixed;
  right: -100%;
  top: 196px;
  height: auto;
  color: white;
  padding: 1em;
  width: 305px;
  padding: 1em 0px 1em 1em;
  cursor: pointer;
  background-color: #b5152b;
  transition: 0.53s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1);
}

@media (min-width: 1024px) {
  .menu-suche {
    top: 296px;
  }
}

.menu-suche .head {
  border-bottom: 1px solid #c12a3c;
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.searchbar {
  padding: 0.9em;
  width: 100%;
  background: #eee;
}

.searchbar input {
  border: 1px solid #ccc;
  padding: 0.8em 0.8em;
  width: 144px;
}

.searchbar button {
  padding: 0.6em 0.6em;
  border: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: black;
  color: white;
}

.finderapp {
  margin-top: 100px;
}

#nav-toggle-suche ~ label {
  display: block;
  cursor: pointer;
  transition: 0.5s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.37, 1.27);
  background-color: #000;
  border-radius: 0;
  text-align: center;
}

#nav-toggle-suche:checked ~ label {
  background-color: #000;
  color: white;
  transform: translateX(-254px);
}

#nav-toggle-suche:checked ~ label::before {
  font-family: "ETmodules";
  content: "\4d";
  color: white;
  font-size: 2rem;
  padding: 0.3em 0.3em;
  display: inline-block;
}

#nav-toggle-suche:checked ~ label .toggle-words {
  display: none;
}

#nav-toggle-suche:checked ~ .menu-suche {
  transform: translateX(-100vw);
}

#nav-toggle-suche {
  position: absolute;
  opacity: 0;
  display: none;
}

.such-container {
  position: relative;
}

.such-container span {
  position: absolute;
  left: -24px;
  top: 46px;
  background: #b5152b;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transform: rotate(90deg);
  height: 52px;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
}

/*!
*  Cookiebot Googlemaps Alternative
*/
#karte .mapdummy {
  width: 100%;
  height: 420px;
  background: url("https://alexrehawerk.de/wp-content/uploads/2022/11/mapdummy.jpg")
    bottom/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#karte .mapdummy div {
  text-align: center;
  font-size: 16px;
  color: white;
}

#karte .mapdummy div .btndummy {
  padding: 0.9em 0.9em;
  border: 2px solid white;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  color: white;
}

@media screen and (min-width: 1200px) {
  #karte .mapdummy {
    width: 100%;
    height: 580px;
  }
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter
  #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #ad2932 !important;
  border-color: #ad2932 !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid #000 !important;
}

#CybotCookiebotDialogNav
  .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #ad2932 !important;
  color: #ad2932 !important;
}

#CybotCookiebotDialog
  input:checked
  + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #469710 !important;
}

/* ------------------------------------------------------
    gwg :: 2022-06-24 Kontakt-Section Startseite
   ------------------------------------------------------ */

.hidden {
  display: none;
}

#kontakt .et_pb_contact_main_title {
  padding-bottom: 25px;
}

.et_pb_toggle_open {
  border-right: 0;
}

#ac_kont .et_pb_accordion_item:last-child {
  margin-bottom: 0 !important;
}

/*  --------------------------------------------------------
      jh:: 2026-01-19 Accordion: Standort + Heilmittel im Titel anzeigen
    -------------------------------------------------------- */

#ac_kont {
  scroll-margin-top: 100px;
}

#ac_kont .et_pb_toggle_title {
  font-weight: 600;
}

#ac_kont .et_pb_accordion_item .et_pb_toggle_title span.ac-standort {
  font-family: "Noto Sans", Arial, sans-serif !important;
}

#ac_kont .et_pb_accordion_item .et_pb_toggle_title span {
  display: block;
  padding-right: 20px;
  padding-top: 0.2rem;
  font-family: "AvanceOTItalic", serif !important;
}

#ac_kont .ac-heilmittel,
#ac_kont .ac-standort {
  display: none;
}

#ac_kont .ac-heilmittel {
  font-weight: 300;
}

/*  -------------------------------------------------------------
      gwg:: 2026-01-19 Accordion/Tabs Schwerpunkte/Leistungen
    ------------------------------------------------------------- */

#schwerpunkte .et_pb_tabs_controls li a {
  padding: 20px 25px;
}

#schwerpunkte .et_pb_tabs_controls li.et_pb_tab_active a {
  color: #b5152b !important;
}

#schwerpunkte .et_pb_tab {
  padding: 40px 70px 24px 70px;
}

@media (width <= 768px) {
  #schwerpunkte .et_pb_tab {
    padding: 40px 20px 24px 20px;
  }
}

#schwerpunkte .et_pb_toggle_content ul,
#schwerpunkte .et_pb_tab ul {
  list-style-type: none;

  padding: 0;
}

#schwerpunkte .et_pb_toggle_content ul li,
#schwerpunkte .et_pb_tab ul li {
  margin-bottom: 25px;
}

#schwerpunkte .et_pb_toggle_content li span.leistung,
#schwerpunkte .et_pb_tab li span.leistung {
  font-weight: 600;
  color: #555555;
  display: block;
  border-bottom: 1px dashed #868686;
  position: relative;
  padding-left: 25px;
  padding-bottom: 2px;
}

#schwerpunkte .et_pb_toggle_content li span.leistung::before,
#schwerpunkte .et_pb_tab li span.leistung::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  content: "\f5bb";
  font-size: 16px;
}

#schwerpunkte .et_pb_toggle_content li span.leistungtxt,
#schwerpunkte .et_pb_tab li span.leistungtxt {
  color: #505050;
  display: block;
  padding-left: 25px;
  padding-top: 5px;
  font-size: 16px;
}

#schwerpunkte .badge.text-bg-light {
  color: #595b60 !important;
  background-color: #f0f2f4 !important;
  font-weight: 300;
  cursor: pointer;
}

.pdf {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-bottom: 10px;
}

.pdf::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  content: "\f1c1";
  font-size: 16px;
  color: #b5152b;
}

/*  -------------------------------------------------------------
      sw:: 2026-05-06 Aufklappen/Schliessen der Accordion/Tabs Schwerpunkte/Leistungen
    ------------------------------------------------------------- */

summary {
  cursor: pointer;
  list-style: none; /* Triangle not shown */
}
/* Triangle not shown - Style for Webkit-Browser */
summary::-webkit-details-marker {
  display: none;
}

/*  -------------------------------------------------------------
      gwg:: 2026-01-23 Openstreetmap / leaflet.js
    ------------------------------------------------------------- */

#map {
  height: 720px;
}

.leaflet-container {
  font-family: "Noto Sans";
}

body .leaflet-popup-content,
body .leaflet-popup-content p {
  font-size: 14px !important;
}

.leaflet-container strong,
body .leaflet-popup-content p strong {
  font-family: "Noto Sans Bold";
  font-size: 16px !important;
}

.leaflet-popup-content p {
  margin: 10px 0;
  padding: 0;
}

.marker-cluster-small {
  background-color: rgba(38, 127, 202, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(35, 91, 138, 0.6);
}

.marker-cluster-small div span {
  color: #fff;
  font-weight: 600;
}

/*  -------------------------------------------------------------
      gwg:: 2026-01-23 iFrame Stellenangebote REXX
    ------------------------------------------------------------- */

#rexx {
  width: 100%;
  border: none;
}

/* Desktop Standard */
#rexx {
  height: 1220px;
}
