:root {
  --headlines: #3b3b3b;
  --ap_blau: #133e9d;
  --dim-grey: #1b1d53;
  --red: #e3000a;
  --white: white;
  --red-2: #e3000a1a;
  --ap_rot: #ea9f4b;
  --darkred: #9b0000;
  --alice-blue: #f0f7fc;
  --antique-white: #ccc4b6;
  --light-grey: #fffcfb;
  --black-3: #1d1d1b;
  --gainsboro: #ebedee;
  --black: black;
  --dodger-blue: #0098ff;
  --white-2: #fff3;
  --dark-grey: #a8a8a8;
  --white-3: #ffffff40;
  --black-2: #0000001a;
  --white-smoke: #eee;
  --chocolate: #f3e9d9;
  --old-lace: #fff7ea;
  --bisque: #f2dac4;
  --midnight-blue: #1b1d5380;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--headlines);
  font-family: Opensans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--ap_blau);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--headlines);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

h3 {
  color: var(--headlines);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h5 {
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

p {
  color: var(--headlines);
  margin-bottom: 20px;
  font-size: .95em;
  font-weight: 400;
  line-height: 1.6em;
}

ul {
  color: var(--headlines);
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

li {
  color: var(--headlines);
  margin-bottom: 3px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  padding-left: 30px;
  font-weight: 500;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.7em;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.container--navigation {
  background-color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.container--small {
  text-align: center;
  max-width: 800px;
}

.section {
  padding: 100px 2vw;
}

.section.section--intro {
  align-items: flex-end;
  padding-top: 130px;
  padding-bottom: 0;
}

.section.section--secondarynav {
  z-index: 10;
  background-color: #dce6eb;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 100px;
  position: sticky;
  top: 0;
}

.section.section--image {
  background-image: url('../images/X_DSC_6386.jpeg');
  background-position: 50% 15%;
  background-size: cover;
  background-attachment: scroll;
  height: 600px;
  padding: 0 0 0 0;
}

.section.section--header {
  background-color: var(--red);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.section--footer {
  background-color: #e3000a1a;
  padding-bottom: 20px;
}

.section.section--blue {
  background-color: #e3000a1a;
}

.section.section--first {
  background-color: #e3000a1a;
  padding-top: 70px;
}

.section.section--yellow {
  background-color: #ea9f4b;
}

.round_circle {
  z-index: 5;
  opacity: 0;
  background-color: #0098ffe6;
  background-image: url('../images/Iconcircle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  inset: 0;
}

.navigation {
  z-index: 1000;
  border-bottom: 1px solid var(--red-2);
  background-color: var(--white);
  padding: 0 2vw;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.flexcontainer__flexbox-50 {
  flex-direction: column;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.news__headline {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2em;
}

.intro_text {
  z-index: 200;
  color: var(--headlines);
  flex-direction: column;
  justify-content: center;
  max-width: 1600px;
  padding-top: 10px;
  font-family: Varelaround, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.navbar {
  background-color: var(--white);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo {
  width: 420px;
  margin-right: 0;
}

.logo.margin {
  margin-bottom: 40px;
  margin-right: 0;
}

.brand {
  z-index: 9999;
  flex: 0 100%;
  padding-bottom: 10px;
}

.menu_icon {
  font-weight: 100;
}

.nav_link {
  background-color: var(--white);
  color: var(--headlines);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-size: .8em;
  font-weight: 400;
  transition: color .2s;
}

.nav_link:hover, .nav_link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.nav_menu {
  background-color: var(--ap_rot);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: fixed;
  inset: 0;
}

.button {
  background-color: var(--red);
  color: var(--white);
  border-radius: 5px;
  align-items: center;
  margin-top: 25px;
  margin-right: 0;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: var(--darkred);
  color: var(--white);
}

.button.w--current {
  color: var(--ap_blau);
}

.button.button--navigation {
  background-color: #0000;
}

.button.button--navigation:hover {
  background-color: var(--ap_blau);
}

.button.button--blue {
  background-color: var(--red);
  color: var(--white);
}

.button.button--outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--red);
  color: var(--headlines);
}

.button.button--outline:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.button--download {
  background-color: var(--red);
  color: var(--white);
  background-image: url('../images/download_white.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-right: 60px;
  display: block;
}

.button.button--download:hover {
  background-image: url('../images/download_white.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.button.button--footer {
  float: right;
  margin-top: 0;
}

.section_footer {
  background-color: var(--ap_rot);
  color: #fff;
  min-height: 300px;
  padding-bottom: 30px;
}

.footer_link {
  color: var(--ap_rot);
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: var(--ap_blau);
  text-decoration: underline;
}

.top_link {
  color: var(--ap_rot);
  border-bottom: 1px #fff;
  text-decoration: none;
  position: absolute;
  inset: auto auto 40px 20px;
}

.top_link:hover {
  color: var(--ap_blau);
  text-decoration: underline;
}

.footer_row {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px;
  display: flex;
  position: relative;
}

.white {
  color: #fff;
}

.flexcontainer__flexbox-25 {
  flex-direction: column;
  flex-basis: 25%;
  display: flex;
}

.footer_box_padding {
  flex: 1;
  padding: 10px;
  position: relative;
}

.flexcontainer__padding-20 {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.flexcontainer__padding-20.team {
  padding-bottom: 60px;
}

.heading {
  min-height: 80px;
}

.flexcontainer {
  flex-flow: row;
  min-width: 100%;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.flexcontainer.flexcontainer--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.flexcontainer.flexcontainer--vertical-center {
  justify-content: flex-start;
  align-items: center;
}

.flexcontainer.flexcontainer--vertical {
  flex-flow: column;
}

.image {
  width: 100%;
  margin-bottom: 20px;
}

.image.image--cover {
  object-fit: cover;
  object-position: 50% 35%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
}

.block-quote {
  background-color: var(--alice-blue);
  color: var(--dim-grey);
  border-left-style: none;
  padding: 30px 40px;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  position: relative;
}

.quote_name {
  margin-top: 30px;
  margin-left: 0;
  padding: 0 0 0 30px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.7em;
  display: inline-block;
}

.menu-button {
  float: none;
  color: var(--red);
  background-color: #0000;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 3em;
}

.menu-button:hover {
  color: var(--ap_blau);
}

.menu-button.w--open {
  color: var(--ap_blau);
  background-color: #0000;
}

.flexbox_einsatzbereich {
  flex-basis: 33.33%;
  padding-bottom: 15px;
  text-decoration: none;
}

.leistungsbereich__headline {
  border-bottom-width: 1px;
  border-bottom-color: var(--antique-white);
  color: var(--dim-grey);
  text-align: left;
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.dopdown {
  float: left;
}

.dopdown_toggle {
  color: #fff;
  padding: 15px 60px 15px 30px;
  font-size: 1.9em;
  font-weight: 500;
  line-height: 1em;
  transition: color .2s;
  display: block;
}

.dopdown_toggle:hover, .dopdown_toggle.w--open {
  color: var(--ap_blau);
}

.dropdown_list.w--open {
  background-color: #0000;
}

.dropdown_link {
  color: #fff;
  padding-left: 40px;
  font-size: .9em;
  font-weight: 500;
}

.dropdown_link:hover {
  color: var(--ap_blau);
}

.dropdown_link.w--current {
  color: #ffffff80;
}

.info-buttons {
  display: flex;
}

.flexcontainer_navigation {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icon-2 {
  float: right;
}

.text-block-3 {
  float: right;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 17px;
  padding-right: 5px;
  font-size: .27em;
  font-weight: 600;
  line-height: 1.2em;
}

.position {
  margin-bottom: 0;
  line-height: 1.2em;
}

.close_menue {
  background-image: url('../images/close_white_1close_white.png'), linear-gradient(to bottom, var(--ap_rot), var(--ap_rot));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40px, auto;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 15px;
  right: 49px;
}

.dropdown_icon {
  padding-top: 2px;
  font-size: .9em;
}

.info-buttons__button {
  background-color: var(--light-grey);
  box-shadow: inset -1px 0 0 0 var(--light-grey);
  color: var(--headlines);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 16px 20px 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.info-buttons__button:hover {
  background-color: var(--ap_rot);
  color: #fff;
  background-position: 0 100%;
}

.contact_button_phone {
  float: left;
  background-color: var(--ap_rot);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/phone_icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 16px 20px 15px 40px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 15px #00000040;
}

.divider {
  background-image: linear-gradient(to right, var(--red), var(--red-2) 80%);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.big {
  margin-top: 20px;
  margin-bottom: 60px;
}

.info-buttons__text {
  letter-spacing: .01em;
  text-transform: none;
  font-size: .8em;
  line-height: 1em;
}

.section_facts {
  background-color: var(--light-grey);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}

.section_facts_number {
  color: var(--ap_rot);
  flex: 1;
  padding-left: 25px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.section_facts_title {
  color: var(--black-3);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/arrow-highlight-black.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 6px;
  padding-top: 1px;
  padding-left: 25px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1em;
}

.flexbox_container_facs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.flexcontainer__flexbox-33 {
  flex-basis: 33.33%;
}

.flexbox_66 {
  flex-basis: 66.66%;
}

.fex_container {
  flex-wrap: wrap;
  display: flex;
}

.section_facts_text {
  color: var(--black-3);
  padding-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.textlink {
  color: var(--red);
  text-decoration: underline;
}

.textlink:hover {
  color: var(--ap_blau);
}

.textlink.white {
  color: var(--white);
}

.textlink_footer {
  color: var(--ap_rot);
  border-bottom: 1px #fff;
  text-decoration: none;
}

.textlink_footer:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--ap_blau);
  color: var(--ap_blau);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flexbox_100 {
  flex-basis: 100%;
}

.google_embed {
  margin-bottom: 10px;
}

.footer_subheadline.second {
  margin-top: 20px;
  margin-bottom: 5px;
}

.content_padding_bottom {
  margin-bottom: 30px;
}

._404_icon {
  margin-bottom: 10px;
}

._404_headline {
  margin-bottom: 10px;
  font-size: 1em;
}

._404_list {
  text-align: left;
  font-size: .8em;
}

._404_text_block {
  margin-bottom: 10px;
  font-size: .9em;
}

._404_li {
  margin-bottom: 10px;
}

.news__date {
  color: var(--red);
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.nav-menu {
  z-index: 9999;
  float: left;
  background-color: var(--white);
  text-align: left;
  flex-flow: row;
  flex: 1;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
  inset: 87px auto auto 0%;
}

.image-container {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.image-container.imagecontainer--33 {
  height: 250px;
  margin-bottom: 35px;
  position: relative;
}

.news-label {
  background-color: var(--alice-blue);
  color: var(--ap_blau);
  margin-right: -10px;
  padding: 5px 10px;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.flexbox-33 {
  flex: 0 33.333%;
  height: 100%;
}

.news-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-expander {
  flex: 1 0 0;
}

.news-padding {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.news-teaser-box {
  color: #333;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.news-image-container {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
}

.flex-container-news {
  flex-wrap: wrap;
  margin: 0 -20px 40px;
  display: flex;
}

.news-vertical-container {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

.accordion__toggle {
  color: var(--ap_blau);
  white-space: normal;
  background-image: url('../images/plus.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
  align-items: center;
  width: 100%;
  min-height: 65px;
  margin-top: -1px;
  padding: 10px 45px;
  font-size: 1.1em;
  font-weight: 400;
  display: flex;
}

.accordion__toggle:hover {
  color: var(--ap_blau);
}

.accordion__toggle.w--open {
  color: var(--ap_blau);
  background-image: url('../images/close_notfall_hover.png');
}

.dropdown_content {
  background-color: #fff;
}

.dropdown_content.w--open {
  color: #0000;
  background-color: #0000;
  position: relative;
}

.accordion_inner_padding {
  padding: 20px 20px 20px 0;
}

.box-red {
  background-color: var(--alice-blue);
  color: var(--white);
  padding: 20px;
}

.accordion__toggle-notfall {
  border-top: 1px solid var(--ap_blau);
  border-bottom: 1px solid var(--ap_blau);
  color: var(--ap_blau);
  white-space: normal;
  background-image: url('../images/plus.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 35px;
  margin-bottom: -1px;
  padding-left: 45px;
  padding-right: 35px;
  line-height: 1.2em;
  display: block;
}

.accordion__toggle-notfall:hover {
  color: var(--ap_blau);
}

.accordion__toggle-notfall.w--open {
  color: var(--ap_blau);
  background-image: url('../images/close_notfall_hover.png');
}

.accordioncontainer {
  margin-bottom: 10px;
}

.download-list__element {
  color: var(--ap_blau);
  background-image: url('../images/download_icon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 45px;
}

.download-list__element:hover {
  background-color: var(--ap_blau);
  color: var(--white);
  background-image: url('../images/download_icon_white.png');
}

.text-span {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: .7em;
  font-weight: 400;
}

.logotype {
  color: var(--ap_blau);
  text-align: right;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 19px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth-header-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.header-box-01 {
  flex: 0 25%;
  position: relative;
}

.header-box-02 {
  flex: 0 50%;
  height: 40vh;
  margin-left: -10vw;
  margin-right: -10vw;
  position: relative;
}

.header-box-03 {
  background-color: var(--ap_blau);
  flex: 0 25%;
  min-height: 300px;
}

.header-textblock {
  color: var(--dim-grey);
  background-image: url('../images/telefon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 50px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.header-textblock:hover {
  color: #d68136;
  background-image: url('../images/telefon-active.png');
}

.header-textblock.header-textblock-adresse {
  background-image: url('../images/adresse.png');
}

.header-textblock.header-textblock-adresse:hover {
  background-image: url('../images/adresse-active.png');
}

.header-textblock.header-texblock--mail {
  background-image: url('../images/mail.png');
}

.header-textblock.header-texblock--mail:hover {
  background-image: url('../images/mail-active.png');
}

.header-textblock.header-textblock--info {
  background-image: url('../images/info.png');
  text-decoration: none;
}

.header-textblock.header-textblock--info:hover {
  background-image: url('../images/info-active.png');
}

.headerbox-padding {
  width: 100%;
  height: 100%;
  padding: 30px 35px 20px;
  position: relative;
}

.preheadline {
  border-bottom: 2px none var(--red);
  color: var(--headlines);
  max-width: 600px;
  padding-bottom: 5px;
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.2em;
  display: inline-block;
}

.centercontainer {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.footer_title {
  color: var(--headlines);
  margin-bottom: 25px;
  font-size: 1.3em;
  font-weight: 700;
}

.inner_container {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.footer_text_link {
  color: var(--red);
  text-decoration: underline;
}

.footer_text_link:hover {
  text-decoration: underline;
}

.footer_text {
  color: var(--headlines);
  font-size: .95em;
  line-height: 1.6em;
}

.flex_container {
  flex-wrap: wrap;
  display: flex;
}

.flex_container.flex_container-space-between {
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}

.footer_link-2 {
  color: var(--headlines);
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: .95em;
  font-weight: 400;
  display: block;
}

.footer_link-2:hover {
  color: var(--red);
  text-decoration: underline;
}

.footer_link-2.w--current {
  color: var(--red);
}

.flex_box_33 {
  width: 33.333%;
}

.copyright {
  color: #dbdbdb;
  padding-bottom: 20px;
  font-size: .8em;
}

.footer {
  padding-left: 40px;
  padding-right: 15vw;
}

.mobile_contact_button_icon {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.contact_button_toggle {
  padding: 10px;
  box-shadow: 0 0 0 1px #f0f7fc;
}

.contact_button_toggle:hover {
  filter: brightness(0%) saturate(0%) invert();
}

.contact_button_toggle.w--open {
  z-index: 10;
  background-color: var(--ap_blau);
}

.contact_button_toggle.w--open:hover {
  background-color: var(--ap_blau);
  filter: none;
}

.contact_button_list {
  min-height: 50px;
}

.contact_button_list.w--open {
  color: #fff;
  background-color: #0000;
  margin-right: 50px;
  padding-right: 10px;
  top: 0;
  right: 0;
}

.contact_button_list_number {
  color: var(--headlines);
  padding-top: 7px;
  padding-bottom: 20px;
  padding-left: 0;
  font-weight: 400;
}

.contact_button_list_number:hover {
  color: var(--ap_blau);
  text-decoration: underline;
}

.contact_button_icon_desktop {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact_button_title {
  color: var(--ap_blau);
  text-align: left;
  margin-bottom: 0;
  font-weight: 700;
}

.contact_button_list_padding {
  background-color: var(--white);
  padding: 15px 20px;
}

.contact_buttons_container {
  z-index: 200;
  position: fixed;
  top: 10px;
  right: 10px;
}

.contact_button {
  background-color: var(--white);
  flex-direction: column;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.contact_button:hover {
  background-color: var(--ap_blau);
}

.contact_button_list_link_solo {
  color: var(--headlines);
  padding: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.contact_button_list_link_solo:hover {
  color: var(--ap_blau);
  text-decoration: underline;
}

.contact_button_list_link_solo.w--current {
  color: #b91f07;
}

.introimagecontainer {
  width: 100%;
  max-width: 1440px;
  height: 750px;
  min-height: 600px;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: -2vw;
}

.textcontainer {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  right: 0%;
}

.intrologocontainer {
  z-index: 5;
  background-color: var(--white);
  color: var(--headlines);
  border-radius: 5px;
  min-width: 500px;
  max-width: 650px;
  margin-bottom: 40px;
  padding: 25px 35px 35px;
  font-size: 1em;
  text-decoration: none;
  position: static;
  inset: auto auto 2vw 2vw;
}

.introslider {
  border-radius: 5px;
}

.hide {
  display: none;
}

.slider {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 30px 8px #0000001a;
}

.page-title {
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.navdopdown {
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .9em;
  display: block;
}

.navdropdown-toggle {
  width: 100%;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--alice-blue);
}

.navdropdown__link {
  padding-left: 30px;
}

.flexcontainer__flexbox-16 {
  flex: 0 16.6666%;
  position: relative;
}

.lightbox__padding {
  padding: 20px;
}

.lightbox__link {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.image-2.image--cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.termin_head {
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.4em;
}

.termin_title {
  border-bottom: 2px solid var(--red);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.termin_ort {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2em;
}

.left-arrow {
  background-color: var(--white);
  color: var(--black-3);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  inset: auto 50px 2vw auto;
}

.left-arrow:hover {
  background-color: var(--red);
  color: var(--white);
}

.right-arrow {
  background-color: var(--white);
  color: var(--black-3);
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  inset: auto 0% 2vw auto;
}

.right-arrow:hover {
  background-color: var(--red);
  color: var(--white);
}

.news-container {
  z-index: 5;
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--headlines);
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 35px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px 5px #0000000d;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 35px;
}

.grid-image {
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 5px;
  width: 100%;
  height: 300px;
}

.content_slider {
  text-align: left;
  background-color: #0000;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.news__link {
  color: #fc4c02;
  background-image: url('../images/Pfeil.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40px;
  align-items: center;
  height: 40px;
  padding-left: 50px;
  font-size: 1.2em;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}

.news__mask {
  margin-bottom: 15px;
  margin-left: -20px;
  margin-right: -20px;
}

.right-arrow-2 {
  z-index: 49;
  background-color: var(--red);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  position: absolute;
  inset: -70px 0% auto auto;
}

.textlink-2 {
  color: #7b8082;
  font-size: 1em;
  text-decoration: underline;
}

.textlink-2:hover {
  color: #fc4c02;
}

.expander {
  flex: 0 auto;
}

.news__slide {
  background-color: #0000;
  width: 50%;
  height: 100%;
  position: relative;
}

.news__imagecontainer {
  height: 200px;
  margin-bottom: 20px;
}

.news__date-2 {
  color: #fc4c02;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.news__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-arrow-2 {
  z-index: 49;
  background-color: var(--red);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  position: absolute;
  inset: -70px 50px auto auto;
}

.news__padding {
  height: 100%;
  padding: 0 10px 35px;
  position: relative;
}

.news__verticalflexcontainer {
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  inset: auto 0% -30px auto;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center start;
  padding-bottom: 25px;
}

.partner-logo {
  max-width: 90%;
  max-height: 140px;
}

.button-2 {
  color: #f0f0f0;
  background-color: #da0032;
  background-image: url('../images/arrow_right_white_space.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #da0032;
  border-radius: 50px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 15px 50px 15px 30px;
  font-size: 1.1em;
  transition: background-color .2s, color .2s;
  position: relative;
}

.button-2:hover {
  color: #da0032;
  background-color: #0000;
  background-image: url('../images/arrow_right_red_space.png');
}

.button-2.button--download {
  color: #757575;
  background-color: #0000;
  background-image: url('../images/download_grey.png');
  border-color: #e7e7e7;
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 60px;
}

.button-2.button--download:hover {
  color: #fff;
  background-color: #da0032;
  background-image: url('../images/download_white.png');
  border-color: #da0032;
}

.hero-infobox {
  flex-flow: column wrap;
  display: flex;
}

.hero-infobox.hide {
  display: none;
}

.date-loc-text {
  color: var(--headlines);
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 35px;
  font-weight: 300;
  line-height: 1.2em;
}

.date-loc-text.date {
  background-image: url('../images/calendar.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.date-loc-text.date.date--news {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.date-loc-text.loc {
  background-image: url('../images/location.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.partner-box {
  border: 1px solid var(--red-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 10px;
  display: flex;
  position: relative;
}

.noten {
  z-index: 99;
  width: 350px;
  position: absolute;
  inset: auto 50px 57px auto;
}

.partnertext {
  max-width: 80%;
  font-size: 1.2em;
  line-height: 1.2em;
}

.unterseite_logo_container {
  z-index: 9995;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.unterseite_logo {
  height: 70px;
  position: absolute;
  inset: 0 0% auto auto;
}

.author {
  margin-bottom: 20px;
  font-size: .9em;
  font-style: italic;
  font-weight: 300;
}

.footer-bottom {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .8em;
}

.unterseite_logo-link {
  z-index: 9999;
  width: 200px;
  height: 70px;
  display: inline-block;
  position: absolute;
  inset: -70px 0% auto auto;
}

.event-teaser-ohnebutton {
  width: 100%;
}

.grid-03 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
  padding-bottom: 25px;
}

.shadow {
  box-shadow: 0 2px 5px #0003;
}

.shadoww {
  box-shadow: 0 12px 12px #0003;
}

.div-block {
  box-shadow: 0 2px 20px 0 var(--red);
}

.coverimage {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.logolink {
  float: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logoimage {
  max-height: 79px;
}

.logo_slider {
  text-align: left;
  background-color: #0000;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-3 {
  border-radius: 5px;
}

.logo_slider_rightarrow {
  z-index: 49;
  background-color: var(--red);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo_slider_leftarrow {
  z-index: 49;
  background-color: var(--red);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  font-size: 1.6em;
  position: absolute;
  inset: auto 50px 0% auto;
}

.logo_slider_nav {
  display: none;
}

.slide-number {
  font-size: .8em;
  position: absolute;
  inset: 8px 8px auto auto;
}

.flexcontainer__flexbox-50-2 {
  flex-direction: column;
  flex-basis: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textlink-3 {
  color: #e3000a;
  border-bottom: 1px #133e9d;
  text-decoration: underline;
}

.textlink-3:hover {
  color: #133e9d;
  border-bottom-style: solid;
  border-bottom-color: #133e9d;
}

.intrologocontainer-2 {
  z-index: 5;
  color: #3b3b3b;
  background-color: #fff;
  border-radius: 5px;
  min-width: 500px;
  max-width: 650px;
  margin-bottom: 40px;
  padding: 25px 35px 35px;
  font-size: 1em;
  text-decoration: none;
  position: static;
  inset: auto auto 2vw 2vw;
}

.termin_title-2 {
  border-bottom: 2px solid #e3000a;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3em;
}

.date-loc-text-2 {
  color: #3b3b3b;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 35px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.3em;
}

.date-loc-text-2.date {
  background-image: url('../images/calendar.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.date-loc-text-2.loc {
  background-image: url('../images/location.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-3 {
  color: #fff;
  background-color: #e3000a;
  border-radius: 5px;
  align-items: center;
  margin-top: 25px;
  margin-right: 0;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #e3000a;
}

.button-3.w--current {
  color: #133e9d;
}

.flexbox_bild {
  flex: none;
}

.spacer {
  height: 50px;
}

.spacer.spacer--small {
  height: 20px;
}

.aktuelles-container {
  z-index: 5;
  background-color: var(--white);
  color: var(--headlines);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 25px 35px 35px;
  font-size: 1em;
  text-decoration: none;
  position: static;
  inset: auto auto 2vw 2vw;
}

.button_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.stoerer_container {
  z-index: 99;
  background-color: var(--red);
  color: var(--white);
  border-radius: 5px;
  padding: 15px;
  font-size: .95em;
  display: none;
}

.flexcontainer_footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.flexcontainer_footer.flexcontainer--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.flexcontainer_footer.flexcontainer--vertical-center {
  justify-content: flex-start;
  align-items: center;
}

.flexcontainer_footer.flexcontainer--vertical {
  flex-flow: column;
}

.paragraph-small {
  font-size: .8em;
}

.image_caption {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  p {
    font-size: .9em;
  }

  .container.container--navigation {
    display: block;
  }

  .section {
    padding: 8vw 4vw;
  }

  .section.section--intro {
    height: auto;
    padding-top: 110px;
  }

  .section.section--first {
    padding-top: 80px;
  }

  .navigation {
    z-index: 998;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .flexcontainer__flexbox-50 {
    flex-basis: 100%;
  }

  .intro_text {
    padding-right: 30px;
    font-size: 2em;
  }

  .navbar {
    z-index: 998;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .logo {
    width: 260px;
  }

  .brand {
    z-index: 1;
  }

  .nav_link {
    background-color: var(--white);
    text-align: left;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav_link.w--current {
    box-shadow: inset 0 0 #000;
  }

  .button {
    font-size: .9em;
  }

  .flexcontainer__flexbox-25 {
    flex-basis: 50%;
  }

  .flexcontainer__padding-20.team {
    padding-bottom: 40px;
  }

  .heading {
    min-height: 50px;
  }

  .flexcontainer {
    flex-flow: wrap;
  }

  .image.image--cover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .block-quote {
    font-size: .9em;
  }

  .menu-button {
    background-color: var(--white);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 2em;
    display: flex;
  }

  .menu-button:hover {
    color: var(--red);
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: var(--white);
    border-radius: 5px;
  }

  .dopdown_toggle {
    font-size: 1.3em;
  }

  .flexcontainer_navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .icon-2 {
    float: none;
    color: var(--ap_blau);
  }

  .text-block-3 {
    float: none;
  }

  .section_facts_number {
    flex: 0 auto;
  }

  .flexcontainer__flexbox-33 {
    flex-basis: 50%;
  }

  .flexbox_66 {
    flex-basis: 100%;
  }

  .section_facts_text {
    padding-top: 10px;
  }

  .textlink_footer, .textlink_footer:hover {
    color: #fff;
    border-bottom-color: #fff;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
    position: absolute;
    top: 80px;
  }

  .flexbox-33 {
    flex-basis: 50%;
  }

  .news-image-container {
    height: 30vw;
  }

  .accordion__toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .maxwidth-header-container {
    flex-wrap: wrap;
  }

  .header-box-01 {
    flex-basis: 50%;
    min-height: 25vw;
  }

  .header-box-02 {
    min-height: 25vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .header-box-03 {
    flex-basis: 100%;
    order: -1;
    min-height: 35vw;
  }

  .preheadline {
    margin-left: 0;
    margin-right: 20px;
    font-size: 2em;
  }

  .inner_container {
    padding-bottom: 50px;
  }

  .flex_box_33 {
    width: 50%;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .contact_button_toggle.w--open {
    box-shadow: none;
  }

  .contact_button_list.w--open {
    position: absolute;
    inset: 90px auto auto 0%;
  }

  .contact_button_title {
    text-align: left;
  }

  .contact_buttons_container {
    top: 106px;
    right: 1vw;
  }

  .introimagecontainer {
    height: auto;
    min-height: 0;
    max-height: none;
    bottom: -4vw;
  }

  .textcontainer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .intrologocontainer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: none;
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0 10px 30px 8px #0000001a;
  }

  .introslider {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider {
    height: 500px;
  }

  .flexcontainer__flexbox-16 {
    flex-basis: 50%;
  }

  .lightbox__padding {
    padding: 2vw;
  }

  .lightbox__link {
    height: 25vw;
  }

  .termin_title {
    font-size: 1.5em;
  }

  .left-arrow, .right-arrow {
    color: var(--black-3);
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .news__slide {
    width: 100%;
  }

  .left-arrow-2 {
    inset: -70px 50px auto auto;
  }

  .slide-nav-2 {
    bottom: -30px;
  }

  .grid-4 {
    justify-items: start;
  }

  .unterseite_logo_container {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    position: fixed;
  }

  .unterseite_logo {
    z-index: 9999;
    width: auto;
    height: 60px;
    inset: 5px 10px auto auto;
  }

  .unterseite_logo-link {
    z-index: 9999;
    width: 180px;
    height: 60px;
    inset: 5px 10px auto auto;
  }

  .grid-03 {
    justify-items: start;
  }

  .logo_slider_leftarrow {
    inset: -70px 50px auto auto;
  }

  .flexcontainer__flexbox-50-2 {
    flex-basis: 100%;
  }

  .intrologocontainer-2 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: none;
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0 10px 30px 8px #0000001a;
  }

  .termin_title-2 {
    font-size: 1.5em;
  }

  .button-3 {
    font-size: .9em;
  }

  .aktuelles-container {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-width: none;
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0 10px 30px 8px #0000001a;
  }

  .flexcontainer_footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  h3 {
    margin-top: 0;
    font-size: 1.3em;
  }

  .section.section--intro {
    padding-top: 100px;
  }

  .section.section--image {
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    height: 250px;
  }

  .flexcontainer__flexbox-50.bild {
    order: -1;
  }

  .news__headline {
    margin-bottom: 15px;
    font-size: 1.1em;
  }

  .intro_text {
    padding: 20px 20px 20px 0;
    font-size: 2em;
  }

  .logo {
    width: 220px;
  }

  .brand {
    padding-left: 0;
  }

  .nav_link {
    float: none;
  }

  .nav_link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav_link.w--current {
    padding-left: 25px;
  }

  .flexbox_einsatzbereich {
    flex-basis: 50%;
  }

  .leistungsbereich__headline {
    line-height: 1em;
  }

  .dopdown_toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .dropdown_link {
    padding-left: 25px;
  }

  .info-buttons {
    text-align: center;
    width: 100%;
    display: flex;
    top: 75px;
    right: 0;
  }

  .close_menue {
    right: 30px;
  }

  .info-buttons__button, .contact_button_phone {
    flex: 1;
  }

  .flexbox-33 {
    flex-basis: 100%;
  }

  .news-image-container {
    height: 60vw;
  }

  .flex-container-news {
    margin-left: -20px;
    margin-right: -20px;
  }

  .maxwidth-header-container {
    flex-wrap: wrap;
  }

  .header-box-01 {
    flex-basis: 33.333%;
  }

  .header-box-02 {
    flex-basis: 66.666%;
  }

  .preheadline {
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .footer_text, .footer_link-2 {
    font-size: .9em;
  }

  .footer_link-2:hover {
    color: var(--red);
  }

  .flex_box_33 {
    flex-basis: 50%;
  }

  .contact_buttons_container {
    display: none;
  }

  .intrologocontainer {
    min-width: 300px;
  }

  .slider {
    height: 300px;
  }

  .flexcontainer__flexbox-16 {
    flex: 0 100%;
  }

  .lightbox__link {
    height: 55vw;
  }

  .grid-image {
    height: 200px;
  }

  .news__slide {
    width: 100%;
  }

  .grid-4, .grid-03 {
    grid-template-columns: 1fr 1fr;
  }

  .intrologocontainer-2 {
    min-width: 300px;
  }

  .stoerer_container {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.3em;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  ul {
    font-size: .9em;
  }

  .section.section--intro {
    padding-top: 75px;
  }

  .section.section--first {
    padding-top: 40px;
  }

  .navigation {
    height: 60px;
  }

  .flexcontainer__flexbox-50 {
    flex-basis: 100%;
  }

  .news__headline {
    font-size: 1.1em;
  }

  .intro_text {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .navbar {
    height: 59px;
  }

  .logo {
    width: 250px;
    margin-bottom: 10px;
  }

  .nav_link {
    white-space: normal;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.button--blue {
    margin-bottom: 10px;
  }

  .top_link {
    bottom: 0;
  }

  .footer_row {
    padding: 0 10px 20px;
  }

  .flexcontainer__flexbox-25 {
    flex-basis: 100%;
  }

  .footer_box_padding {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .block-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    border-bottom-style: none;
    height: 50px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 2.2em;
  }

  .flexbox_einsatzbereich {
    flex-basis: 100%;
    padding-bottom: 0;
  }

  .info-buttons {
    right: 0;
  }

  .close_menue {
    right: 18px;
  }

  .info-buttons__button {
    background-position: 50% 0;
    padding-right: 10px;
    font-size: .5em;
  }

  .info-buttons__button:hover {
    background-position: 50% 100%;
  }

  .contact_button_phone {
    background-position: 50% 0;
    padding-right: 10px;
    font-size: .5em;
  }

  .section_facts {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section_facts_number {
    font-size: 1.1em;
  }

  .section_facts_title {
    font-size: 1.3em;
  }

  .flexcontainer__flexbox-33 {
    flex-basis: 100%;
  }

  .section_facts_text {
    font-size: .9em;
  }

  .utility-page-content {
    width: 280px;
  }

  .footer_subheadline.second {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .nav-menu {
    z-index: 9999;
    top: 60px;
  }

  .flexbox-33 {
    flex-basis: 100%;
  }

  .news-padding {
    padding-top: 20px;
  }

  .dropdown_content.w--open {
    background-color: #0073ff0d;
  }

  .preheadline {
    margin-right: 0;
  }

  .footer_text {
    font-size: 1em;
  }

  .footer_link-2 {
    font-size: .9em;
  }

  .flex_box_33 {
    flex-basis: 100%;
    width: 100%;
  }

  .textcontainer {
    text-align: center;
    flex-direction: column;
  }

  .intrologocontainer {
    padding: 20px;
  }

  .termin_title {
    font-size: 1.3em;
  }

  .news-container {
    padding: 20px;
  }

  .grid-3 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .right-arrow-2 {
    display: none;
  }

  .news__slide {
    width: 100%;
  }

  .left-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    max-width: 100%;
  }

  .hero-infobox {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .date-loc-text {
    padding-left: 30px;
  }

  .date-loc-text.date, .date-loc-text.loc {
    background-size: 20px;
  }

  .grid-03 {
    grid-template-columns: 1fr;
  }

  .logoimage {
    height: 59px;
  }

  .logo_slider_rightarrow, .logo_slider_leftarrow {
    display: none;
  }

  .flexcontainer__flexbox-50-2 {
    flex-basis: 100%;
  }

  .intrologocontainer-2 {
    padding: 20px;
  }

  .termin_title-2 {
    font-size: 1.1em;
  }

  .date-loc-text-2 {
    padding-left: 30px;
  }

  .date-loc-text-2.date, .date-loc-text-2.loc {
    background-size: 20px;
  }

  .button-3 {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aktuelles-container {
    padding: 20px;
  }

  .stoerer_container {
    width: 100%;
  }
}

#w-node-b34e5096-4653-d9cb-1435-c9e36d91dd83-12823c14, #w-node-bf4696b1-26c9-a3c7-f5ae-bdc716de927c-12823c14, #w-node-_416dd21a-142e-8366-a3b4-edfd061448be-12823c14, #w-node-f4db9cf3-b817-4737-77cc-008a98514377-12823c14, #w-node-_319229e2-a6a9-ae01-3606-f425694f28d9-12823c14, #w-node-_16d45a9f-b079-32e0-098a-13048edecd93-12823c14, #w-node-_1d4b388d-f5ea-56aa-12ad-2a43660f0204-12823c14, #w-node-_741e26c3-5447-3052-b279-ba0fa9b46939-12823c14, #w-node-b0c5a661-926b-2952-8388-9937573b0b34-12823c14, #w-node-f0993901-58c5-1a06-dd5e-82ec788fe1c4-12823c2f, #w-node-f0993901-58c5-1a06-dd5e-82ec788fe1c6-12823c2f, #w-node-f0993901-58c5-1a06-dd5e-82ec788fe1c8-12823c2f, #w-node-f0993901-58c5-1a06-dd5e-82ec788fe1ca-12823c2f, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6b2-12823c35, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6b4-12823c35, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6b6-12823c35, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6b8-12823c35, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6ba-12823c35, #w-node-_659604bf-9406-8974-3db4-39ab2a76d6bc-12823c35, #w-node-_38a05dae-93fa-7edd-7510-8e8bb1677552-12823c35, #w-node-_1fb242f2-9cfc-3844-fdaf-2f7a8ba3ac7c-12823c35, #w-node-a2dbe1c2-0254-d621-e7d3-962a07e86d1c-12823c39, #w-node-_046cf42a-9eb1-d7e8-75c0-099a0fa17494-bacad2fd, #w-node-_046cf42a-9eb1-d7e8-75c0-099a0fa17496-bacad2fd, #w-node-_046cf42a-9eb1-d7e8-75c0-099a0fa17498-bacad2fd, #w-node-_046cf42a-9eb1-d7e8-75c0-099a0fa174a2-bacad2fd, #w-node-_046cf42a-9eb1-d7e8-75c0-099a0fa174a4-bacad2fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Varelaround';
  src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}