@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Amended by @nataliedeweerd
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

p {
  padding-bottom: 15px;
}

ul {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  padding-left: 40px;
}

button {
  -webkit-appearance: none;
  border: 0;
}

button:focus, select:focus {
  outline: 0;
}

input[type=checkbox] {
  margin: 0;
}

@media (max-width: 768px) {
  h1, p, a, li {
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
  }
}
/*MODULES*/
*, *:before, *:after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

#main-menu {
  opacity: 0;
  visibility: hidden;
  max-width: 1920px;
}

#main-menu, #main-menu.inactive_sub_menu {
  padding-left: 0px;
  height: 1px;
  min-height: 100vh;
  margin: 0;
  width: 100%;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgb(0, 45, 116);
  background-image: linear-gradient(0deg, rgb(0, 45, 116) 0%, rgb(10, 52, 118) 100%);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-bottom-left-radius: 34px;
  position: fixed;
  z-index: 99;
  transition: 0.7s;
}
@media screen and (max-width: 481px) {
  #main-menu, #main-menu.inactive_sub_menu {
    max-height: unset;
    height: 100%;
  }
}
#main-menu.open, #main-menu.inactive_sub_menu.open {
  opacity: 1;
  visibility: visible;
}
#main-menu .main-menu-layer-right__online-service, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  #main-menu .main-menu-layer-right__online-service, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 481px) {
  #main-menu .main-menu-layer-right__online-service, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service {
    height: auto;
  }
}
#main-menu .main-menu-layer-right__online-service span.menu-instruction, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service span.menu-instruction {
  color: white;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 10px;
}
#main-menu .main-menu-layer-right__online-service .online-services, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services {
  padding-bottom: 25px;
  flex: 0 0 auto;
  margin-bottom: 75px;
}
#main-menu .main-menu-layer-right__online-service .online-services .slick-slide, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services .slick-slide {
  margin: 0 2.5px;
}
#main-menu .main-menu-layer-right__online-service .online-services ul.slick-dots, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots {
  bottom: -25px !important;
}
#main-menu .main-menu-layer-right__online-service .online-services ul.slick-dots li, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots li {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  opacity: 0.6 !important;
  background: #ffffff !important;
}
#main-menu .main-menu-layer-right__online-service .online-services ul.slick-dots li.slick-active, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots li.slick-active {
  opacity: 1 !important;
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots), #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
  list-style-type: none;
  background-color: #00215A;
  border-radius: 10px;
  border: 1px solid #00215A;
  color: white;
  height: 150px;
  width: calc(50% - 5px);
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
    width: 100%;
  }
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li:hover, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li:hover {
  background-color: #0071CE;
  border: 1px solid #0071CE;
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
  color: white;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
    font-size: 21px;
    line-height: 28px;
  }
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp {
  height: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp {
    height: 50px;
  }
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg {
    max-height: 40px;
  }
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a span, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a span {
  display: block;
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services {
  background-color: transparent;
  border: 1px solid white;
}
#main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover, #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover {
  border: 2px solid #ffffff;
  background: #0071CE;
}
.active_sub_menu #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services, .active_sub_menu #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services {
  border: 1px solid #00215A;
}
.active_sub_menu #main-menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover, .active_sub_menu #main-menu.inactive_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover {
  background: #0071CE;
}
#main-menu .main-menu-inner-wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp {
  width: 100%;
  display: flex;
  height: auto;
  position: relative;
  align-self: stretch;
  flex: 1;
}
@media screen and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp {
    flex-direction: column;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
  width: calc(100% - 485px);
  display: flex;
  align-items: stretch;
  flex: 1;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp {
  height: auto;
  padding: 160px 60px 0px 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1780px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1600px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp {
    padding-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .main-menu-layer-left__wrp {
    display: block;
    padding: 100px 35px 60px;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left span.menu-instruction, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left span.menu-instruction {
  color: white;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 10px;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu {
  width: 100%;
  padding-top: 16px;
  margin-bottom: 75px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu {
    max-width: calc(100% - 220px);
  }
}
@media screen and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul {
  max-width: 750px;
  flex-direction: column;
  margin-left: 0;
  width: 100%;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li {
  margin-left: 0;
  list-style-type: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a {
  position: relative;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a:after, #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.has_children a::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  top: 50%;
  right: 0%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.982" height="14.66" viewBox="0 0 8.982 14.66"> <path id="Pfad_24470" data-name="Pfad 24470" d="M1.5,0,0,1.466,5.988,7.33,0,13.194,1.5,14.66,8.983,7.33Z" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  transform: translate(0, -50%);
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a {
  color: #F5B335;
  font-weight: 700;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a:after, #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li.current_menu_item a::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  top: 50%;
  right: 0%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.982" height="14.66" viewBox="0 0 8.982 14.66"> <path id="Pfad_24470" data-name="Pfad 24470" d="M1.5,0,0,1.466,5.988,7.33,0,13.194,1.5,14.66,8.983,7.33Z" fill="%23F5B335"/></svg>');
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  transform: translate(0, -50%);
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
  display: block;
  color: white;
  font-size: 50px;
  line-height: 70px;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  padding-right: 25px;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a.active, #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a.active, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a:hover {
  color: #F5B335;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li ul {
  display: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center {
  width: 0%;
  background-color: white;
  transform: translate(100%, 0);
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp {
  padding: 130px 50px 0 65px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp {
    position: absolute;
    height: 100%;
  }
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp {
    padding-left: 35px;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp.blendin, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp.blendin {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp.blendin, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp.blendin {
    height: auto;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp {
  display: flex;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu {
  width: 100%;
  max-width: 350px;
  padding-top: 16px;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu {
  display: none;
}
@media screen and (max-width: 1600px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu {
    max-width: 300px;
  }
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu {
    max-width: 275px;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul {
  flex-direction: column;
  margin-left: 0;
  width: 100%;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li {
  margin: 0 0 0 0;
  list-style-type: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a:after, #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a::after {
  content: "";
  position: static;
  display: block;
  transform: translateY(2px);
  top: 50%;
  right: 0%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4.649" height="7.587" viewBox="0 0 4.649 7.587"><path id="Pfad_24628" data-name="Pfad 24628" d="M.775,0,0,.759,3.1,3.794,0,6.828l.775.759L4.649,3.794Z" fill="%2300215a"/></svg>');
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
}
@media screen and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a:after, #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.has_children a::after {
    transform: translateY(0px);
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.current_menu_item a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li.current_menu_item a {
  font-weight: 500;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a {
  font-size: 23px;
  line-height: 45px;
  font-weight: 300;
  color: #002D74;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a.active, #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a.active, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a:hover {
  color: #F5B335;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li ul {
  display: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu {
  display: block;
  opacity: 0;
  width: 100%;
  max-width: 250px;
  padding-top: 15px;
  padding-left: 45px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu:after, #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  left: 0%;
  background-color: #00215A;
  width: 1px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0px;
  height: 100%;
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu {
    padding-left: 30px;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu {
  display: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul {
  flex-direction: column;
  margin-left: 0;
  width: 100%;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li {
  margin: 0 0 0px 0;
  list-style-type: none;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  font-size: 22px;
  line-height: 45px;
  font-weight: 300;
  color: #002D74;
  text-decoration: none;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a.active, #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a.active, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a:hover {
  color: #F5B335;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.blendin, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.blendin {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.blendin:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.blendin:after {
  opacity: 0.37;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label {
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 23px;
  line-height: 45px;
  font-weight: 500;
  color: #F5B335;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
#main-menu .main-menu-inner-wrp .main-menu-layer-right, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right {
  min-height: 99vh;
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right {
    display: none;
  }
}
#main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
  position: absolute;
  right: 0;
  padding: 160px 160px 70px 0;
  max-width: 490px;
  height: 100%;
}
@media screen and (max-width: 1780px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
    padding-right: 80px;
    max-width: 410px;
  }
}
@media screen and (max-width: 1600px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
    padding-right: 40px;
    max-width: 370px;
  }
}
@media screen and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
    padding-right: 40px;
    max-width: 370px;
  }
}
@media screen and (max-width: 481px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right_wrp {
    position: relative;
  }
}
#main-menu.active_sub_menu, #main-menu.inactive_sub_menu.active_sub_menu {
  background-size: 50% 100%;
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu, #main-menu.inactive_sub_menu.active_sub_menu {
    background-image: none;
  }
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
  width: 630px;
  flex: 1 1 630px;
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    overflow: hidden;
    width: 750px;
    flex: 1 1 750px;
  }
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
  font-size: 1.4375rem;
  line-height: 45px;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 2.4375rem;
    line-height: 55px;
    max-width: 100%;
  }
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension__actions, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension__actions {
  display: none;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center {
  transform: translate(0, 0);
  width: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center {
    background-color: white;
    position: absolute;
    left: 0;
    height: 100%;
  }
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .secondary_menu_label, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .secondary_menu_label {
  display: block;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 23px;
  line-height: 45px;
  font-weight: 500;
  color: #F5B335;
  font-size: 1.125rem;
  margin-bottom: 12px;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right {
  background-size: 0px 0px;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right span.menu-instruction, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right span.menu-instruction {
  color: #002D74;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services .slick-slide, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services .slick-slide {
  margin: 0 2.5px;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots {
  bottom: -25px !important;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots li, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots li {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  opacity: 0.6 !important;
  background: #ffffff;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots li.slick-active, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul.slick-dots li.slick-active {
  opacity: 1 !important;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul li.additional-services, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul li.additional-services {
  background-color: transparent;
  border: 1px solid #0071CE;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul li.additional-services a, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .online-services ul li.additional-services a {
  color: #002D74;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__socials ul li a svg path, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__socials ul li a svg path {
  fill: #002D74;
}
#main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__socials ul li a svg #yt_icon_arrow, #main-menu.inactive_sub_menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__socials ul li a svg #yt_icon_arrow {
  fill: white;
}
#main-menu .primary-menu__extension, #main-menu.inactive_sub_menu .primary-menu__extension {
  margin-top: auto;
  flex-direction: column;
}
#main-menu .primary-menu__extension .primary-menu__extension_element_wrp, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension_element_wrp {
  display: flex;
  padding-left: 160px;
}
#main-menu .primary-menu__extension .online-services_mobile, #main-menu.inactive_sub_menu .primary-menu__extension .online-services_mobile {
  display: none;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions {
  display: flex;
  gap: 15px;
  max-width: 750px;
  flex-wrap: wrap;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a {
  background-color: #0071CE;
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 17px 40px 20px 30px;
  font-size: 21px;
  text-decoration: none;
  border-radius: 50px;
  -webkit-transition: background-color 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:before, #main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a::before, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:before, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a::before {
  content: "";
  position: static;
  display: block;
  transform: translateY(2px);
  background: url('data:image/svg+xml,<svg id="Gruppe_17677" data-name="Gruppe 17677" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22.899" height="22.899" viewBox="0 0 22.899 22.899"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_15" data-name="Rechteck 15" width="22.899" height="22.899" fill="%23fff"/> </clipPath> </defs> <g id="Gruppe_23" data-name="Gruppe 23" clip-path="url(%23clip-path)"> <path id="Pfad_48" data-name="Pfad 48" d="M12.344,161.326l.629-.869a1.54,1.54,0,0,1,1.691-.588l3.645,1.027a1.553,1.553,0,0,1,1.136,1.622,2.868,2.868,0,0,1-.408,1.725c-1.325,1.636-2.713,2.738-5.677,2.054A23.5,23.5,0,0,1,.206,153.145c-.684-2.964.418-4.352,2.054-5.677a2.868,2.868,0,0,1,1.725-.408A1.553,1.553,0,0,1,5.608,148.2l1.027,3.645a1.54,1.54,0,0,1-.588,1.691l-.869.629a.391.391,0,0,0-.107.519,22.261,22.261,0,0,0,6.754,6.752.391.391,0,0,0,.519-.106" transform="translate(0 -143.605)" fill="%23fff" fill-rule="evenodd"/> <path id="Pfad_49" data-name="Pfad 49" d="M455.239,11.977a.544.544,0,0,0,1.086-.072,12.784,12.784,0,0,0-3.789-8.114A12.784,12.784,0,0,0,444.422,0a.544.544,0,1,0-.072,1.086,11.692,11.692,0,0,1,7.414,3.476,11.692,11.692,0,0,1,3.476,7.414" transform="translate(-433.427 -0.001)" fill="%23fff"/> <path id="Pfad_50" data-name="Pfad 50" d="M461.146,150.719a.544.544,0,1,0,1.086-.072,9.182,9.182,0,0,0-8.342-8.342.544.544,0,1,0-.072,1.086,8.108,8.108,0,0,1,7.328,7.328" transform="translate(-442.673 -138.965)" fill="%23fff"/> <path id="Pfad_51" data-name="Pfad 51" d="M467.052,289.461a.544.544,0,0,0,1.086-.072,5.253,5.253,0,0,0-4.78-4.78.544.544,0,0,0-.072,1.086,4.179,4.179,0,0,1,3.767,3.767" transform="translate(-451.918 -277.928)" fill="%23fff"/> </g></svg>');
  width: 23px;
  height: 23px;
}
@media screen and (max-width: 480px) {
  #main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:before, #main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a::before, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:before, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a::before {
    transform: translateY(-1px);
  }
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:hover, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a:hover {
  background-color: #028dff;
}
@media screen and (max-width: 640px) {
  #main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a {
    padding: 17px 25px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a {
    padding: 20px 25px 20px 20px;
  }
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search {
  flex-grow: 1;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form {
  display: block;
  height: 60px;
  width: 100%;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input {
  height: 100%;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 15px 23px 15px 75px;
  border: 0;
  background-image: url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27.827" height="27.827" viewBox="0 0 27.827 27.827"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_135" data-name="Rechteck 135" width="27.827" height="27.827" fill="%23003389"/> </clipPath> </defs> <g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"> <path id="Pfad_319" data-name="Pfad 319" d="M18.484,3.167A10.831,10.831,0,1,0,17.032,19.7L24.56,27.23a1.888,1.888,0,0,0,2.67-2.67L19.7,17.033A10.848,10.848,0,0,0,18.484,3.167M16.7,16.7a8.314,8.314,0,1,1,0-11.757,8.323,8.323,0,0,1,0,11.757" transform="translate(0 0)" fill="%23003389"/> </g></svg>');
  background-repeat: no-repeat;
  background-position: left 22px center;
}
#main-menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder {
  font-style: italic;
  font-size: 21px;
  color: black;
}
#main-menu .primary-menu__extension .primary-menu__extension__imprint, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint {
  margin: auto 0 0px 0;
  padding-top: 25px;
  padding-bottom: 70px;
}
#main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul {
  display: flex;
  gap: 30px;
}
#main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a {
  font-size: 21px;
  line-height: 40px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after {
  content: "";
  position: static;
  display: block;
  transform: translateY(2px);
  transform: translateY(2px);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4.647" height="7.584" viewBox="0 0 4.647 7.584"> <path id="Pfad_5" data-name="Pfad 5" d="M.774,0,0,.759,3.1,3.793,0,6.826l.774.758L4.647,3.793Z" transform="translate(0 -0.001)" fill="%23fff"/></svg>');
  width: 5px;
  height: 8px;
}
@media screen and (max-width: 640px) {
  #main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after {
    transform: translateY(0px) !important;
  }
}
#main-menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:hover, #main-menu.inactive_sub_menu .primary-menu__extension .primary-menu__extension__imprint nav ul li a:hover {
  color: #F5B335;
}

@media screen and (max-width: 1024px) {
  #main-menu, #main-menu.inactive_sub_menu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 860px) {
  #main-menu, #main-menu.inactive_sub_menu {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension {
    display: flex;
    flex-direction: column;
    margin-top: auto;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions {
    display: flex;
    gap: 40px;
    max-width: 750px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions a {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search {
    flex-grow: 1;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form {
    display: block;
    height: 100%;
    width: 100%;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input {
    height: 100%;
    display: block;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 15px 23px 15px 75px;
    border: 0;
    background-image: url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27.827" height="27.827" viewBox="0 0 27.827 27.827"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_135" data-name="Rechteck 135" width="27.827" height="27.827" fill="%23003389"/> </clipPath> </defs> <g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"> <path id="Pfad_319" data-name="Pfad 319" d="M18.484,3.167A10.831,10.831,0,1,0,17.032,19.7L24.56,27.23a1.888,1.888,0,0,0,2.67-2.67L19.7,17.033A10.848,10.848,0,0,0,18.484,3.167M16.7,16.7a8.314,8.314,0,1,1,0-11.757,8.323,8.323,0,0,1,0,11.757" transform="translate(0 0)" fill="%23003389"/> </g></svg>');
    background-repeat: no-repeat;
    background-position: left 22px center;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder {
    font-style: italic;
    font-size: 21px;
    color: black;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search form input::placeholder {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__search {
    order: 1;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn {
    order: 2;
    flex: 1 1 calc(30% - 2.5px);
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__call-btn {
    flex: 0 0 100%;
    margin-bottom: 10px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials {
    order: 3;
    flex: 1 1 calc(50% - 2.5px);
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials .mdl-buttonwrapper a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials .mdl-buttonwrapper a {
    width: 45px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .main-menu-layer-right__socials {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint {
    order: 4;
    flex: 0 0 100%;
    margin: 25px 0 0;
    padding: 0;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint a {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__actions .primary-menu__extension__imprint {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint {
    margin: auto 0 0px 0;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul {
    display: flex;
    gap: 30px;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a {
    font-size: 21px;
    line-height: 40px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after {
    content: "";
    position: static;
    display: block;
    transform: translateY(2px);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4.647" height="7.584" viewBox="0 0 4.647 7.584"> <path id="Pfad_5" data-name="Pfad 5" d="M.774,0,0,.759,3.1,3.793,0,6.826l.774.758L4.647,3.793Z" transform="translate(0 -0.001)" fill="%23fff"/></svg>');
    width: 5px;
    height: 8px;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .primary-menu__extension__imprint nav ul li a:hover {
    color: #F5B335;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile {
    display: block;
    margin-top: 70px;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services {
    padding: 30px 0 0 0;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li {
    list-style-type: none;
    background-color: #00215A;
    border-radius: 10px;
    border: 1px solid #00215A;
    color: white;
    height: 150px;
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li:hover {
    background-color: #00235f;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a {
    color: white;
    font-size: 21px;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a {
    font-size: 21px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp {
    height: 65px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp {
    height: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp svg, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 1480px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp svg, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a .icon_wrp svg {
    max-height: 40px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 680px) {
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a span, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li a span {
    display: block;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li.additional-services, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li.additional-services {
    background-color: transparent;
    border: 1px solid white;
  }
  #main-menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li.additional-services:hover, #main-menu.inactive_sub_menu .main-menu-inner-wrp .primary-menu__extension .online-services_mobile .online-services ul li.additional-services:hover {
    border: 2px solid white;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    width: 100%;
    max-width: 750px;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1366px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    max-width: calc(100% - 370px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul {
    max-width: 420px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 39px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 1.625rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp {
    position: absolute;
    height: 100%;
    padding-top: 160px;
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp {
    display: flex;
    width: 420px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu {
    padding-top: 0 !important;
    max-width: 370px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #0071CE;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu span, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu .close_sub_menu span {
    font-size: 17px;
    line-height: 24px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li a {
    font-size: 23px;
    line-height: 45px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .secondary-menu ul li ul {
    display: none;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu {
    width: 100%;
    transform: translate(100%, 0);
    padding-left: 0;
    padding-top: 0px;
    position: absolute;
    display: none;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #0071CE;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu span, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .close_sub_sub_menu span {
    font-size: 17px;
    line-height: 24px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label {
    display: block;
    margin-bottom: 0px;
    color: #F5B335;
    text-decoration: none;
    font-size: 39px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label {
    font-size: 1.4375rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu .tertiary_menu_label {
    font-size: 1.4375rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu ul li a {
    font-size: 23px;
    line-height: 45px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.active_tertiary, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.active_tertiary {
    width: 100%;
    display: block;
    height: 100%;
    background-color: white;
    max-width: 420px;
    padding-left: 0;
    display: block !important;
    transform: translate(0, 0);
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.active_tertiary:after, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .main-menu-layer-center__inner-menu-wrp .tertiary-menu.active_tertiary:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .menu-instruction, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .menu-instruction {
    max-width: 185px;
    align-self: flex-end;
    margin: 0 auto 10px auto;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services ul li {
    height: 125px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1366px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider {
    max-width: 185px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul {
    display: flex !important;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li {
    height: 125px;
    list-style-type: none;
    background-color: #00215A;
    border-radius: 10px;
    border: 1px solid #00215A;
    color: white;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li.additional-services, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li.additional-services {
    background-color: transparent;
    border: 1px solid white;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a span, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a span {
    display: block;
  }
  #main-menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a svg, #main-menu.inactive_sub_menu .main-menu-inner-wrp .main-menu-layer-right .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a svg {
    display: block;
    height: auto;
    width: 100%;
  }
  #main-menu.active_sub_menu {
    background-image: none;
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .secondary_menu_label {
    margin-bottom: 0px;
    font-size: 39px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .secondary_menu_label {
    font-size: 1.4375rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center .main-menu-layer-center__wrp .secondary_menu_label {
    font-size: 1.4375rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-layer-center__inner-menu-wrp ~ .main-menu-layer-right__online-service {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1366px) {
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider {
    max-width: 185px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul {
    display: flex !important;
  }
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li {
    height: 125px;
    list-style-type: none;
    background-color: #00215A;
    border-radius: 10px;
    border: 1px solid #00215A;
    color: white;
  }
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li.additional-services {
    background-color: transparent;
    border: 1px solid white;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  #main-menu.active_sub_menu .main-menu-layer-right .main-menu-layer-right__online-service .online-services.slick-slider .slick-dots li {
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    opacity: 0.6 !important;
    background: #00215A !important;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left {
    overflow: hidden;
    width: 100%;
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    max-width: 100%;
    font-size: 39px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 2rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 420px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu ul li a {
    font-size: 1.625rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__actions {
    display: flex;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__actions {
    z-index: 9;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__imprint {
    position: relative;
    z-index: 9;
    transform: translate(0px, 0px);
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__imprint nav ul li a {
    color: #00215A;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__imprint nav ul li a:after, #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__imprint nav ul li a::after {
    content: "";
    position: static;
    display: block;
    transform: translateY(2px);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4.647" height="7.584" viewBox="0 0 4.647 7.584"><path id="Pfad_5" data-name="Pfad 5" d="M.774,0,0,.759,3.1,3.793,0,6.826l.774.758L4.647,3.793Z" transform="translate(0 -0.001)" fill="%2300215a"/></svg>');
    width: 5px;
    height: 8px;
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-left .primary-menu__extension .primary-menu__extension__imprint nav ul li a:hover {
    color: #F5B335;
  }
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center {
    background-color: white;
    position: absolute;
    left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  #main-menu.active_sub_menu .main-menu-inner-wrp .main-menu-layer-center {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #main-menu.active_sub_menu .primary-menu__extension__search form input {
    background-color: #EBEBEB !important;
    border: none !important;
  }
  #main-menu.active_sub_menu .primary-menu__imprint a {
    color: #00215A !important;
  }
  #main-menu.active_sub_menu .primary-menu__imprint a:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4.649" height="7.587" viewBox="0 0 4.649 7.587"><path id="Pfad_24628" data-name="Pfad 24628" d="M.775,0,0,.759,3.1,3.794,0,6.828l.775.759L4.649,3.794Z" fill="%2300215A"/></svg>') !important;
  }
  #main-menu.active_sub_menu .primary-menu__imprint a:hover {
    color: #F5B335 !important;
  }
}
.ico-arrow {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17.881" height="13.851" viewBox="0 0 17.881 13.851"><defs><clipPath id="clip-path"><rect id="Rechteck_2255" data-name="Rechteck 2255" width="17.881" height="13.851" fill="%2300215a"/></clipPath></defs><g id="Gruppe_18127" data-name="Gruppe 18127" transform="translate(0 0)"><g id="Gruppe_18126" data-name="Gruppe 18126" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Pfad_24612" data-name="Pfad 24612" d="M6.794,13.794.058,7.058a.178.178,0,0,1,0-.264L6.794.059a.178.178,0,0,1,.263,0l.867.867L2.613,6.237H17.122a.751.751,0,1,1,0,1.5H2.737l5.187,5.187-.867.867a.178.178,0,0,1-.263,0" transform="translate(0 0)" fill="%2300215a" fill-rule="evenodd"/></g></g></svg>');
  background-repeat: no-repeat;
}

.ico-service {
  display: inline-block;
  width: 66px;
  height: 63px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="65.085" height="62.304" viewBox="0 0 65.085 62.304"><g transform="translate(1 1)"><line id="Linie_6" data-name="Linie 6" x1="63.085" transform="translate(0 10.973)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="2"></line><line id="Linie_7" data-name="Linie 7" x1="4.096" transform="translate(46.183 5.471)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"></line><line id="Linie_8" data-name="Linie 8" x1="4.096" transform="translate(54.863 5.471)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"></line><line id="Linie_9" data-name="Linie 9" x1="24.696" transform="translate(4.126 5.471)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"></line><g id="Gruppe_32" data-name="Gruppe 32" transform="translate(0 0)"><path id="Pfad_57" data-name="Pfad 57" d="M104.441,101.737h14.3a2.126,2.126,0,0,0,2.139-2.14V53.14A2.146,2.146,0,0,0,118.746,51H59.94a2.166,2.166,0,0,0-2.14,2.14V99.6a2.126,2.126,0,0,0,2.14,2.14h14.3" transform="translate(-57.8 -51)" fill="rgba(0,0,0,0)" stroke="%23fff" stroke-miterlimit="10" stroke-width="2"></path></g><circle id="Ellipse_4" data-name="Ellipse 4" cx="16.444" cy="16.444" r="16.444" transform="translate(15.16 27.416)" fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="2"></circle><path id="Pfad_58" data-name="Pfad 58" d="M141.323,129.219a21.952,21.952,0,0,0-31.023,0" transform="translate(-94.254 -100.855)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"></path><path id="Pfad_59" data-name="Pfad 59" d="M126.8,106.878a27.326,27.326,0,0,1,20.906,0" transform="translate(-105.711 -88.356)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"></path><g id="Gruppe_33" data-name="Gruppe 33" transform="translate(26.958 35.852)"><path id="Pfad_60" data-name="Pfad 60" d="M155.322,172.517v.275a5.831,5.831,0,0,1-1.773,4.218l-.856.947a1.69,1.69,0,0,0-.581,1.406v1.62h-3.24a.773.773,0,0,1-.856-.856v-.642c0-1.773.061-2.292,1.07-3.393l1.375-1.467a1.852,1.852,0,0,0,.672-1.589v-.092c0-.642-.4-.978-1.528-.978a14.219,14.219,0,0,0-2.659.458c-.611.153-.947-.153-.947-.764V168.91a14.976,14.976,0,0,1,4.218-.611C153.763,168.268,155.322,169.613,155.322,172.517Zm-2.873,11.614v.642c0,1.314-.856,2.078-2.384,2.078-1.559,0-2.353-.764-2.353-2.078v-.642c0-1.375.825-2.109,2.353-2.109C151.624,182.053,152.449,182.786,152.449,184.131Z" transform="translate(-146 -168.298)" fill="%23fff"></path></g></g></svg>');
  background-repeat: no-repeat;
}

.main-menu-layer-right__socials {
  margin-top: auto;
}
@media screen and (min-width: 641px) {
  .main-menu-layer-left .main-menu-layer-right__socials {
    display: none !important;
  }
}
.main-menu-layer-right__socials .mdl-buttonwrapper {
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .main-menu-layer-right__socials .mdl-buttonwrapper {
    justify-content: flex-start;
  }
}
.main-menu-layer-right__socials .mdl-ellipse {
  width: 45px;
  height: 45px;
}
.main-menu-layer-right__socials .mdl-ellipse svg {
  width: 25px;
  height: auto;
}
.main-menu-layer-right__socials .mdl-ellipse svg path {
  fill: white;
}
.main-menu-layer-right__socials .mdl-ellipse svg #Pfad_348 {
  fill: #002D74;
}
.main-menu-layer-right__socials .mdl-ellipse #Gruppe_68 {
  height: 25px;
  width: auto;
}
.active_sub_menu .main-menu-layer-right__socials .mdl-ellipse svg path {
  fill: #002D74;
}
.active_sub_menu .main-menu-layer-right__socials .mdl-ellipse svg #Pfad_348 {
  fill: white;
}
.main-menu-layer-right__socials ul {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}
.main-menu-layer-right__socials ul li a {
  display: flex;
  align-items: center;
  height: 100%;
}
.main-menu-layer-right__socials ul li a span {
  display: block;
}
.main-menu-layer-right__socials ul li a svg {
  display: block;
  height: auto;
  width: 100%;
}

.primary-menu__extension {
  display: none !important;
}
.main-menu-layer-left .primary-menu__extension {
  display: flex !important;
}
@media screen and (max-width: 640px) {
  .active_sub_menu .primary-menu__extension {
    display: flex !important;
    margin-top: 50px !important;
  }
}

.main-menu-layer-right__online-service {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main-menu-layer-left .main-menu-layer-right__online-service {
  height: auto !important;
}
@media screen and (min-width: 641px) {
  .main-menu-layer-left .main-menu-layer-right__online-service {
    display: none !important;
  }
}
.main-menu-layer-center .main-menu-layer-right__online-service {
  display: none !important;
  height: auto !important;
}
@media screen and (min-width: 641px) {
  .main-menu-layer-center .main-menu-layer-right__online-service {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .active_sub_menu .main-menu-layer-center .main-menu-layer-right__online-service {
    display: block !important;
  }
}
@media screen and (max-width: 481px) {
  .main-menu-layer-right__online-service {
    height: auto;
  }
}
.main-menu-layer-right__online-service span.menu-instruction {
  color: white;
  font-size: 1.125rem;
  display: inline-block;
  margin-bottom: 10px;
}
.active_sub_menu .main-menu-layer-right__online-service span.menu-instruction {
  color: #002D74 !important;
}
.main-menu-layer-right__online-service .online-services {
  padding-bottom: 25px;
}
#main-menu.active_sub_menu .main-menu-layer-right__online-service .online-services .slick-slide {
  margin: 0 2.5px;
}
#main-menu.active_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots {
  bottom: -25px !important;
}
#main-menu.active_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots li {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  opacity: 0.6 !important;
  background: #00215A !important;
}
#main-menu.active_sub_menu .main-menu-layer-right__online-service .online-services ul.slick-dots li.slick-active {
  opacity: 1 !important;
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
  list-style-type: none;
  background-color: #00215A;
  border-radius: 10px;
  border: 1px solid #00215A;
  color: white;
  height: 150px;
  width: calc(50% - 5px);
}
@media screen and (max-width: 1480px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li {
    height: 150px;
  }
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li:hover {
  background-color: #0071CE;
  border: 1px solid #0071CE;
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
  color: white;
  font-size: 21px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1480px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a {
    font-size: 21px;
    line-height: 28px;
  }
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp {
  height: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp {
    height: 50px;
  }
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1480px) {
  .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a .icon_wrp svg {
    max-height: 40px;
  }
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li a span {
  display: block;
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services {
  background-color: transparent;
  border: 1px solid white;
}
.main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover {
  border: 2px solid #ffffff;
  background: #0071CE;
}
.active_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services {
  border: 1px solid #00215A !important;
}
.active_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services a {
  color: #00215A !important;
}
.active_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover {
  background: #0071CE !important;
}
.active_sub_menu .main-menu-layer-right__online-service .online-services ul:not(.slick-dots) li.additional-services:hover a {
  color: white !important;
}
@media screen and (max-width: 1366px) {
  .main-menu-layer-right__online-service .menu-instruction {
    max-width: 185px;
    align-self: flex-end;
    margin: 0 auto 10px auto;
  }
  .main-menu-layer-right__online-service .online-services ul li {
    height: 125px;
  }
  .main-menu-layer-right__online-service .online-services ul li a {
    font-size: 16px;
    line-height: 20px;
  }
  .main-menu-layer-right__online-service .online-services.slick-slider {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 1366px) {
  .main-menu-layer-right__online-service .online-services.slick-slider {
    max-width: 185px;
    align-self: flex-end;
  }
}
@media screen and (max-width: 1366px) {
  .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul {
    display: flex !important;
  }
  .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li {
    height: 125px !important;
    list-style-type: none;
    background-color: #00215A;
    border-radius: 10px;
    border: 1px solid #00215A;
    color: white;
    width: 100% !important;
  }
  .main-menu-layer-right__online-service .online-services.slick-slider .slick-slide ul li.additional-services {
    background-color: transparent;
    border: 1px solid white;
  }
  .main-menu-layer-right__online-service .online-services .slick-slide {
    margin: 0 2.5px;
  }
  .main-menu-layer-right__online-service .online-services ul.slick-dots {
    bottom: -25px !important;
  }
  .main-menu-layer-right__online-service .online-services ul.slick-dots li {
    width: 11px !important;
    height: 11px !important;
    border-radius: 50% !important;
    opacity: 0.6 !important;
    background: #ffffff !important;
  }
  .main-menu-layer-right__online-service .online-services ul.slick-dots li.slick-active {
    opacity: 1 !important;
  }
  .main-menu-layer-right__online-service .online-services ul li.additional-services {
    background-color: transparent;
    border: 1px solid #0071CE;
  }
  .main-menu-layer-right__online-service .online-services ul li.additional-services a {
    color: #002D74;
  }
  .main-menu-layer-right__online-service .main-menu-layer-right__socials ul {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
  }
  .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a span {
    display: block;
  }
  .main-menu-layer-right__online-service .main-menu-layer-right__socials ul li a svg {
    display: block;
    height: auto;
    width: 100%;
  }
}

.mdl-infoalert__wrapper {
  background: #F5B335;
  padding: 15px 100px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.3125rem;
}
.mdl-infoalert__wrapper > div {
  gap: 15px;
  display: flex;
  align-items: flex-start;
}
.mdl-infoalert__wrapper > div img {
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .mdl-infoalert__wrapper {
    padding: 15px 45px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.mdl-infoalert__wrapper a {
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mdl-infoalert__wrapper a {
    margin-left: 40px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "RidleyGrotesk";
  src: url("../fonts/Ridley Grotesk Regular.otf") format("opentype");
}
@font-face {
  font-family: "RidleyGrotesk";
  font-weight: 700;
  src: url("../fonts/Ridley Grotesk Bold.otf") format("opentype");
}
@font-face {
  font-family: "RidleyGrotesk";
  font-weight: 600;
  src: url("../fonts/Ridley Grotesk SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "RidleyGrotesk";
  font-style: italic;
  src: url("../fonts/Ridley Grotesk Italic.otf") format("opentype");
}
@font-face {
  font-family: "RopaMix";
  font-weight: 700;
  src: url("../fonts/RopaMixPTT-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "RopaMix";
  font-weight: 500;
  src: url("../fonts/RopaMixPTT-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "RopaMix";
  font-weight: 400;
  src: url("../fonts/RopaMixPTT-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "RopaMix";
  font-weight: 300;
  src: url("../fonts/RopaMixPTT-Light.ttf") format("opentype");
}
* {
  min-width: 0;
  min-height: 0;
}

html, body {
  font-family: "RopaMix";
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 1920px;
  margin: auto;
  background: #eeeeee;
  box-shadow: 1px 0px 30px black;
}
@media screen and (max-width: 1920px) {
  body {
    background: none;
  }
}
body > div {
  background: #ffffff;
  overflow-x: hidden;
}

main {
  min-height: 1200px;
}

h1 {
  font-size: 10rem;
  color: #ffffff;
  font-family: "RopaMix";
  font-weight: 700;
}
@media screen and (max-width: 1680px) {
  h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 3.125rem;
  }
}
.tpl-content h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3.75rem;
  color: #000000;
  font-family: "RopaMix";
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 2.1875rem;
    margin-bottom: 10px;
  }
}

section + section {
  margin-top: 140px !important;
}
@media screen and (max-width: 480px) {
  section + section {
    margin-top: 100px !important;
  }
}

section.tpl-maintopics.tpl-maintopicsv2 + section {
  margin-top: 0px !important;
}

.generic-contentwrapper {
  padding-left: 190px;
}
@media screen and (max-width: 1366px) {
  .generic-contentwrapper {
    padding-left: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .generic-contentwrapper {
    padding-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .generic-contentwrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .generic-contentwrapper > * {
    padding-right: 45px;
  }
}
@media screen and (max-width: 480px) {
  .generic-contentwrapper > * {
    padding-right: 35px;
  }
}
.generic-contentwrapper .mdl-slider__wrapper {
  padding-right: 0px !important;
}
.generic-contentwrapper .mdl-slider__wrapper ~ .mdl-selectboxblock, .generic-contentwrapper .mdl-slider__wrapper ~ .mdl-relatedtopics {
  margin-top: 100px;
}
.generic-contentwrapper .mdl-header__quicksearch {
  padding-right: 0px !important;
}
.generic-wrapperv2 .generic-contentwrapper {
  padding-left: 110px;
}
@media screen and (max-width: 1366px) {
  .generic-wrapperv2 .generic-contentwrapper {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .generic-wrapperv2 .generic-contentwrapper {
    padding-left: 75px;
  }
}
@media screen and (max-width: 768px) {
  .generic-wrapperv2 .generic-contentwrapper {
    padding-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .generic-wrapperv2 .generic-contentwrapper {
    padding-left: 35px;
  }
}

.generic-contentwrapper-modules {
  max-width: 1060px;
  margin: auto;
  margin-left: 421px;
  margin-right: 60px;
  /* @media screen and (min-width: 1920px) {
     margin: auto !important;
   }
   @media screen and (max-width: 1680px) {
     margin-left: 250px;
     margin-right: 60px;
     max-width:100%;
   }
   @media screen and (max-width: 768px) {
     width:calc(100% - 70px);
     margin-left:auto;
     margin-right:auto;
   }*/
}
@media screen and (max-width: 1680px) {
  .generic-contentwrapper-modules {
    max-width: 1300px;
    margin-left: 421px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .generic-contentwrapper-modules {
    margin-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .generic-contentwrapper-modules {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
div[class^=mdl] .generic-contentwrapper-modules {
  /*@media screen and (max-width: 1366px) {
    margin-left: 250px;
    margin-right: 60px;
  }
  @media screen and (max-width: 768px) {
    width:calc(100% - 70px);
    margin-left:auto;
    margin-right:auto;
  }*/
}
@media screen and (max-width: 1680px) {
  div[class^=mdl] .generic-contentwrapper-modules {
    max-width: 1300px;
    margin-left: 421px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1366px) {
  div[class^=mdl] .generic-contentwrapper-modules {
    margin-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  div[class^=mdl] .generic-contentwrapper-modules {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1680px) {
  .generic-contentwrapper-modules ~ .generic-contentwrapper-modules {
    max-width: 1300px;
    margin-left: 421px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .generic-contentwrapper-modules ~ .generic-contentwrapper-modules {
    margin-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .generic-contentwrapper-modules ~ .generic-contentwrapper-modules {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}

.generic-wrapper {
  width: calc(100% - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .generic-wrapper {
    width: calc(100% - 35px);
    margin-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .generic-wrapper {
    width: calc(100% - 35px);
    margin-left: 35px;
  }
}
.generic-wrapper.generic-wrapperv2 {
  width: calc(100% - 100px);
  margin-left: 100px;
}
@media screen and (max-width: 1280px) {
  .generic-wrapper.generic-wrapperv2 {
    margin-left: 45px;
    width: calc(100% - 45px);
  }
}
@media screen and (max-width: 768px) {
  .generic-wrapper.generic-wrapperv2 {
    width: 100%;
    margin-left: 0px;
  }
}

.mdl-footerwrapper {
  width: calc(100% - 240px);
  margin: auto;
  padding: 50px 0 80px;
}
@media screen and (max-width: 768px) {
  .mdl-footerwrapper {
    width: calc(100% - 70px);
  }
}
.mdl-footerwrapper > div {
  display: flex;
  gap: 85px;
  align-items: flex-start;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper > div {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper > div {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-footerwrapper > div {
    flex-direction: row;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-footerwrapper > div {
    flex-direction: column;
    gap: 30px;
  }
}
.mdl-footerwrapper > div div:first-child {
  flex: 0 0 300px;
}
@media screen and (max-width: 1680px) {
  .mdl-footerwrapper > div div:first-child {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper > div div:first-child {
    flex: 0 0 360px;
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper > div div:first-child {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper > div div:first-child img {
    max-width: 240px;
  }
}
.mdl-footerwrapper > div .mdl-cta-contact svg {
  transform: rotate(90deg) translateY(3px);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper > div .mdl-cta-contact {
    flex: 0 0 360px;
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper > div .mdl-cta-contact {
    flex: 1 1 auto;
  }
}
.mdl-footerwrapper > div > img {
  flex: 0 0 auto;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper .mdl-relatedtopics {
    order: 3;
  }
}

.mdl-cta-contact {
  background: #EEEEEE;
  padding: 40px 35px;
  font-size: 1.4375rem;
  font-weight: 300;
  border-radius: 10px;
}
.mdl-footerwrapper .mdl-cta-contact {
  margin-top: 55px;
}
.mdl-footerwrapper .mdl-cta-contact h3 {
  font-size: 1.4375rem;
  margin-bottom: 10px;
  color: #0071CE;
  font-weight: 400;
}
.mdl-footerwrapper .mdl-cta-contact .mdl-button_blue.inverse {
  color: #0071CE;
}
.mdl-footerwrapper .mdl-cta-contact .mdl-button ~ .mdl-button {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper .mdl-cta-contact {
    margin-top: 0px;
  }
}
.mdl-cta-contact p {
  font-weight: inherit;
  line-height: 1.2em;
}
@media screen and (max-width: 480px) {
  .mdl-cta-contact p {
    font-size: 1.1875rem;
  }
}
.mdl-cta-contact a {
  margin-top: 30px;
}

.generic-wrapperv3 {
  width: calc(100% - 420px);
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .generic-wrapperv3 {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1024px) {
  .generic-wrapperv3 {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 768px) {
  .generic-wrapperv3 {
    width: calc(100% - 70px);
  }
}
.tpl-content .generic-wrapperv3 {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1366px) {
  .tpl-content .generic-wrapperv3 {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 768px) {
  .tpl-content .generic-wrapperv3 {
    width: calc(100% - 70px);
  }
}
.generic-wrapperv3.d-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .generic-wrapperv3.d-flex {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .generic-wrapperv3.d-flex {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.generic-wrapperv3.d-flex > div {
  gap: 100px;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .generic-wrapperv3.d-flex > div {
    flex-direction: column;
    gap: 40px;
  }
}
.generic-wrapperv3.d-flex > div > div:first-of-type {
  flex: 1 1 auto;
}
@media screen and (max-width: 992px) {
  .generic-wrapperv3.d-flex > div > div:first-of-type {
    order: 2;
  }
}
.generic-wrapperv3.d-flex > div > div:last-of-type {
  margin-top: 42px;
  flex: 0 0 300px;
}
@media screen and (max-width: 992px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type {
    flex: 1 1 auto;
    order: 2;
    width: 100%;
    flex-direction: row;
  }
  .generic-wrapperv3.d-flex > div > div:last-of-type > * {
    width: 100%;
  }
  .generic-wrapperv3.d-flex > div > div:last-of-type > span {
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type > span {
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 992px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type > select {
    border-bottom-left-radius: 0px;
  }
}
@media screen and (max-width: 992px) and (max-width: 400px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type > select {
    border-bottom-left-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .generic-wrapperv3.d-flex > div > div:last-of-type {
    flex-direction: column;
  }
}

.generic-wrapper-fullwidth {
  width: 100%;
  margin: auto;
}

.mdl-quicklinks {
  background-image: linear-gradient(180deg, rgba(0, 33, 90, 0.3) 0%, rgba(0, 33, 90, 0.3) 100%), url("../images/quick.jpg");
  background-repeat: no-repeat;
  background-size: 100%, cover;
  height: 700px;
  background-position: top left, bottom center;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .mdl-quicklinks {
    height: auto;
  }
}
.mdl-quicklinks span {
  display: block;
  font-size: 1.4375rem;
}
.mdl-quicklinks input {
  margin-top: 20px;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: none;
  padding: 0 25px 0 85px;
  background-image: url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27.827" height="27.827" viewBox="0 0 27.827 27.827"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_135" data-name="Rechteck 135" width="27.827" height="27.827" fill="%23003389"/> </clipPath> </defs> <g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"> <path id="Pfad_319" data-name="Pfad 319" d="M18.484,3.167A10.831,10.831,0,1,0,17.032,19.7L24.56,27.23a1.888,1.888,0,0,0,2.67-2.67L19.7,17.033A10.848,10.848,0,0,0,18.484,3.167M16.7,16.7a8.314,8.314,0,1,1,0-11.757,8.323,8.323,0,0,1,0,11.757" transform="translate(0 0)" fill="%23003389"/> </g></svg>');
  background-repeat: no-repeat;
  background-position: left 22px center;
}
@media screen and (max-width: 480px) {
  .mdl-quicklinks input {
    padding: 0 25px 0 45px;
    background-position: left 15px center;
    background-size: 20px;
  }
}

.mdl-maintopic__slider .mdl-maintopic__slider__item {
  position: relative;
}
.mdl-maintopic__slider .mdl-maintopic__slider__item figure img {
  width: 100%;
}

.mdl-eventcalender {
  background-color: #003389;
  background-image: url("../images/hagen-logo-inverse.svg"), linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgb(0, 33, 90) 100%);
  background-repeat: no-repeat;
  background-size: 50%, 100%;
  background-position: top -150% left -30%, bottom center;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .mdl-eventcalender {
    background-size: 75%, 100%;
    background-position: top -74% left -100%, bottom center;
  }
}
.mdl-eventcalender .mdl-eventcalender__wrapper {
  padding: 110px 0;
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender .mdl-eventcalender__wrapper {
    padding: 60px 0;
  }
}
.mdl-eventcalender .mdl-eventcalender__wrapper h2 {
  color: inherit;
}
.mdl-eventcalender .mdl-eventcalender__wrapper h2 + p {
  font-size: 1.6875rem;
  max-width: 35%;
  margin: auto;
  line-height: 1.2em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .mdl-eventcalender .mdl-eventcalender__wrapper h2 + p {
    max-width: calc(100% - 70px);
  }
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender .mdl-eventcalender__wrapper h2 + p {
    font-size: 1.1875rem;
  }
}

.mdl-eventcalender__slider {
  margin-top: 50px;
  padding: 0 250px;
  /* the parent */
}
@media screen and (max-width: 1280px) {
  .mdl-eventcalender__slider {
    padding: 0 180px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-eventcalender__slider {
    padding: 0 120px;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__showmore {
  font-size: 1.3125rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
  justify-content: center;
  width: 100%;
  transition: 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__showmore {
    font-size: 1.1875rem;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__showmore > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__showmore svg {
  transform: translateY(3px);
  flex: 0 0 auto;
  width: 20px;
}
@media screen and (max-width: 400px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__showmore svg {
    transform: none;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__showmore:hover, .mdl-eventcalender__slider .mdl-eventcalender__slider__showmore:focus {
  cursor: pointer;
  background: #F5B335;
}
.mdl-eventcalender__slider ~ .mdl-buttonwrapper {
  margin-top: 80px;
}
.mdl-eventcalender__slider .slick-slide {
  margin: 0 40px;
}
@media screen and (max-width: 1366px) {
  .mdl-eventcalender__slider .slick-slide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .mdl-eventcalender__slider .slick-slide {
    margin: 0 4px;
  }
}
.mdl-eventcalender__slider .slick-next {
  right: 170px;
  top: 50%;
}
@media screen and (max-width: 1366px) {
  .mdl-eventcalender__slider .slick-next {
    right: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .mdl-eventcalender__slider .slick-next {
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .slick-next {
    top: 48px;
  }
}
.mdl-eventcalender__slider .slick-next:before {
  content: none;
}
.mdl-eventcalender__slider .slick-next:hover svg path, .mdl-eventcalender__slider .slick-next:focus svg path {
  fill: #F5B335;
}
.mdl-eventcalender__slider .slick-prev {
  z-index: 2;
  transform: rotate(180deg);
  left: 170px;
  top: 50%;
}
@media screen and (max-width: 1366px) {
  .mdl-eventcalender__slider .slick-prev {
    left: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .mdl-eventcalender__slider .slick-prev {
    top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .slick-prev {
    top: 48px;
  }
}
.mdl-eventcalender__slider .slick-prev:before {
  content: none;
}
.mdl-eventcalender__slider .slick-prev:hover svg path, .mdl-eventcalender__slider .slick-prev:focus svg path {
  fill: #F5B335;
}
.mdl-eventcalender__slider:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  left: 0px;
  top: 95px;
}
.mdl-eventcalender__slider .slick-list {
  margin: 0 -80px;
}
.mdl-eventcalender__slider .slick-current .mdl-eventcalender__slider__item > div > time {
  color: #F5B335;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item img {
  border-radius: 10px;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item > div > time {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.0625rem;
  font-weight: 700;
  color: #ffffff;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__item > div > time {
    font-size: 2.8125rem;
    margin-bottom: 60px;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item > div > time > span {
  font-size: 1.5625rem;
  font-weight: 400;
  display: block;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article {
  text-align: left;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:hover, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:focus {
  background: #0071CE;
  color: #ffffff;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:hover a, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:hover span, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:focus a, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:focus span {
  color: #ffffff;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:hover time, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:focus time {
  color: #F5B335;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:hover:first-of-type:after, .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:focus:first-of-type:after {
  border-color: transparent transparent #0071CE transparent;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article a {
  text-decoration: none;
  display: flex;
  gap: 15px;
  padding: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 1366px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article a {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article a {
    flex-direction: row;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article header {
  margin-bottom: 10px;
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article time {
  color: #002D74;
  font-size: 1.1875rem;
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article time {
    font-weight: 500;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article span {
  font-size: 1.4375rem;
  line-height: 1.2em;
  display: block;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article span {
    font-size: 1.1875rem;
    font-weight: 400;
  }
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article.mdl-eventcalender__slider__item__entry-new:before {
  background: #F5B335;
  padding: 5px 5px 7px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "TOP";
  position: absolute;
  top: 0px;
  right: 25px;
  transform: translateY(-50%);
}
.mdl-eventcalender__slider .mdl-eventcalender__slider__item .mdl-eventcalender__slider__item__entrieswrapper article:first-of-type:after {
  transition: 0.3s;
  width: 0;
  height: 0;
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent #ffffff transparent;
  border-style: solid;
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}

.slick-dots {
  text-align: left;
  bottom: 0px;
}
.slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 0.6;
  background: #ffffff;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
}
.slick-dots li button:before {
  content: none !important;
}

header.mdl-mainheader {
  width: 100%;
  padding-left: 20px;
  position: relative;
  background: white;
}
@media screen and (max-width: 768px) {
  header.mdl-mainheader {
    margin: 0px;
    width: 100%;
    padding: 0px;
  }
}
header.mdl-mainheader.noimage .mdl-mainheader__wrapper {
  min-height: 1px !important;
}
header.mdl-mainheader .mdl-mainheader__wrapper {
  position: relative;
}
@media screen and (max-width: 1366px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper {
    min-height: 950px;
    height: 1px;
  }
}
@media screen and (max-width: 1280px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper {
    height: 100vh;
    min-height: 1050px;
  }
}
@media screen and (max-width: 1024px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper {
    height: 1px;
    min-height: 990px;
  }
}
@media screen and (max-width: 480px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper {
    height: auto;
    min-height: 725px;
  }
}
@media screen and (max-width: 768px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper {
    min-height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper {
    height: auto;
    min-height: 1px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper {
    height: auto;
    min-height: 100vh;
    padding-bottom: 50px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__logo {
  position: absolute;
  top: 75px;
  left: 100px;
  z-index: 4;
}
@media screen and (max-width: 1024px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__logo {
    left: 35px;
    top: 0px;
    position: relative;
    margin-bottom: 35px;
    display: block;
    padding-top: 75px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__logo {
    left: 35px;
    top: 0px;
    position: relative;
    margin-bottom: 35px;
    display: block;
    width: 225px;
    padding-top: 35px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content {
    position: static;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content {
    position: relative;
    transform: none;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 230px;
  width: 100%;
  padding-left: 190px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    padding-left: 145px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    flex-direction: column;
    gap: 40px;
    padding-left: 100px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    padding-left: 35px;
    padding-right: 35px;
    transform: none;
    top: 0px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    padding-left: 35px;
    padding-right: 35px;
    transform: none;
    top: 0px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
  color: #ffffff;
  font-weight: 700;
  font-size: 10rem;
}
@media screen and (max-width: 1680px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1366px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
    margin-top: 0px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
    font-size: 3.125rem;
  }
}
.tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
  font-size: 3.75rem;
}
@media screen and (max-width: 1280px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .header-headline {
    margin-top: 50px;
    font-size: 2.75rem;
  }
}
.tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
  transform: translateY(50%);
  padding-left: 225px;
}
@media screen and (max-width: 1366px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper {
    padding-left: 35px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch {
  width: 100%;
  align-self: flex-end;
  margin-top: 235px;
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch {
    margin-top: 0px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-list {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-prev {
  left: 0px;
  background: rgb(0, 29, 78);
  background: linear-gradient(90deg, rgb(0, 29, 78) 0%, rgba(0, 212, 255, 0) 100%);
  height: 100%;
  width: 170px;
  text-align: left;
  padding-left: 25px;
  z-index: 2;
  display: none !important;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-next {
  right: 0px;
  background: rgb(0, 29, 78);
  background: linear-gradient(270deg, rgb(0, 29, 78) 0%, rgba(0, 212, 255, 0) 100%);
  height: 100%;
  width: 110px;
  text-align: right;
  padding-right: 25px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots {
  bottom: auto;
  top: -35px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots {
    bottom: auto;
    top: -35px;
    text-align: right;
    left: auto;
    right: 100px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots {
    bottom: -30px;
    top: auto;
    text-align: left;
    left: 0px;
    right: auto;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 0.6;
  background: #ffffff;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots li.slick-active {
  opacity: 1;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots li button {
  width: 11px;
  height: 11px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-dots li button:before {
  content: none;
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .slick-slide {
    margin: 0 2.5px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input {
  width: calc(100% - 235px);
  height: 70px;
  border-radius: 10px;
  border: none;
  padding: 0 25px 0 85px;
  background-image: url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27.827" height="27.827" viewBox="0 0 27.827 27.827"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_135" data-name="Rechteck 135" width="27.827" height="27.827" fill="%23003389"/> </clipPath> </defs> <g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"> <path id="Pfad_319" data-name="Pfad 319" d="M18.484,3.167A10.831,10.831,0,1,0,17.032,19.7L24.56,27.23a1.888,1.888,0,0,0,2.67-2.67L19.7,17.033A10.848,10.848,0,0,0,18.484,3.167M16.7,16.7a8.314,8.314,0,1,1,0-11.757,8.323,8.323,0,0,1,0,11.757" transform="translate(0 0)" fill="%23003389"/> </g></svg>');
  background-repeat: no-repeat;
  background-position: left 22px center;
}
@media screen and (max-width: 640px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input {
    width: 100%;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input {
    padding: 0 25px 0 45px;
    background-position: left 15px center;
    background-size: 20px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a {
  position: absolute;
  bottom: -85px;
  right: 235px;
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  z-index: 3;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a {
    left: 60px;
    right: auto;
  }
}
@media screen and (max-width: 1024px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a {
    left: 0px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a:hover, header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a:focus {
  color: #F5B335;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch input ~ a img {
  width: 8px;
  margin-left: 10px;
  margin-top: 5px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items {
  margin-top: 100px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items {
    margin-left: 0px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems {
  background: #003389;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-right: 2px solid #00215A;
  transition: 0.3s;
  font-size: 1.3125rem;
  position: relative;
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems {
    font-size: 1.0625rem;
    border-radius: 10px;
    border: none;
    padding: 30px 10px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems .new:before {
  content: "Neu";
  text-transform: uppercase;
  font-size: 1.1875rem;
  background: #F5B335;
  padding: 3px 10px 6px 10px;
  position: absolute;
  color: white;
  right: 0;
  font-weight: 400;
  font-family: RopaMix;
  top: 0px;
  border-radius: 4px;
  transform: translateY(-50%) translateX(-100%);
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems a {
  color: #ffffff;
  text-decoration: none;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems img {
  height: 62px;
  width: auto;
  object-fit: cover;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems:hover, header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__content .mdl-header__contentwrapper .mdl-header__quicksearch .multiple-items .mdl-header__quicksearch__quickitems:focus {
  background: #0071CE;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper {
  position: relative;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1366px) {
  .tpl-frontpage header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper {
    min-height: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 1280px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper {
    position: absolute;
    top: 0px;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  border-bottom-left-radius: 20px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper img, header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 1366px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper img, header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper video {
    height: 100%;
    object-fit: cover;
    width: auto;
    max-width: 100%;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.image img {
  max-height: 605px;
  object-position: bottom center;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}
.tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.image img {
  min-height: 500px;
}
@media screen and (max-width: 480px) {
  .tpl-content header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.image img {
    min-height: 1px;
    height: 100%;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.image:after {
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 90, 0.4) 28%, rgba(0, 33, 90, 0.7) 59%, rgb(0, 33, 90) 100%);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  border-bottom-left-radius: 20px;
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.noimage {
  height: 275px;
  background: #003389;
  position: relative;
}
@media screen and (max-width: 768px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.noimage {
    height: 250px;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.noimage {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}
header.mdl-mainheader .mdl-mainheader__wrapper .mdl-header__mediawrapper.noimage:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgb(0, 33, 90) 100%);
}

.mdl-mainmenuheader {
  position: absolute;
  font-size: 1.3125rem;
  width: auto;
  background: #003389;
  /* top: 50px; */
  right: 0px;
  display: flex;
  align-items: center;
  color: #ffffff;
  border-bottom-left-radius: 15px;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 480px) {
  .mdl-mainmenuheader {
    background: none;
    top: 50px;
    border-radius: 5px;
  }
}
.mdl-mainmenuheader select {
  padding: 15px 25px 15px 17px;
  background: #00215A;
  color: white;
  border: none;
  background-size: 12px !important;
  background-position: bottom 45% right 10px !important;
}
.mdl-mainmenuheader select:hover, .mdl-mainmenuheader select:focus {
  background: #0071CE;
}
@media screen and (max-width: 480px) {
  .mdl-mainmenuheader select {
    flex: 1 1 50%;
  }
}
.mdl-mainmenuheader ul {
  padding: 0px;
  display: inline-flex;
}
@media screen and (max-width: 480px) {
  .mdl-mainmenuheader ul {
    flex: 1 1 30%;
  }
}
.mdl-mainmenuheader ul li {
  list-style: none;
}
.mdl-mainmenuheader ul li a {
  text-decoration: none;
  color: inherit;
  padding: 15px 30px;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 640px) {
  .mdl-mainmenuheader ul li a {
    padding: 15px;
    height: 51px;
  }
}
.mdl-mainmenuheader ul li a:hover, .mdl-mainmenuheader ul li a:focus {
  cursor: pointer;
  background: #0071CE;
}
.mdl-mainmenuheader.inverse {
  z-index: 5;
  background: #0071CE;
}
@media screen and (max-width: 640px) {
  .mdl-mainmenuheader.inverse {
    top: 0px;
    left: 0px;
    right: 0px;
    justify-content: flex-end;
    border-radius: 0px;
    flex-wrap: wrap;
    background: none;
  }
  .mdl-mainmenuheader.inverse ul {
    flex: 1 1 75%;
    margin-right: 0px;
    display: flex;
    background: #0071CE;
    border-bottom-left-radius: 10px;
  }
  .mdl-mainmenuheader.inverse ul li {
    width: 100%;
  }
  .mdl-mainmenuheader.inverse ul li a {
    padding: 15px 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mdl-mainmenuheader.inverse a, .mdl-mainmenuheader.inverse select, .mdl-mainmenuheader.inverse span {
    font-size: 0.875rem;
    font-weight: 400;
  }
  .mdl-mainmenuheader.inverse select {
    flex: 0 0 auto;
    height: 51px;
    display: block;
    background: #0071CE;
    border-bottom-right-radius: 10px;
  }
  .mdl-mainmenuheader.inverse .menuopener {
    margin-top: 15px;
    margin-right: 35px;
    padding: 10px;
    background: none;
    flex: 0 0 auto;
    border-radius: 10px;
  }
  .mdl-mainmenuheader.inverse .menuopener:hover, .mdl-mainmenuheader.inverse .menuopener:focus {
    background: #0071CE;
  }
  .active_sub_menu .mdl-mainmenuheader.inverse .menuopener {
    background: #002D74;
  }
}
@media screen and (max-width: 480px) {
  .mdl-mainmenuheader.inverse {
    background: none;
    right: 0px;
    flex-wrap: wrap;
  }
  .mdl-mainmenuheader.inverse .menuopener {
    padding: 10px;
    background: none;
    flex: 0 0 auto;
  }
  .mdl-mainmenuheader.inverse .menuopener:hover, .mdl-mainmenuheader.inverse .menuopener:focus {
    background: #0071CE;
  }
  .active_sub_menu .mdl-mainmenuheader.inverse .menuopener {
    background: #002D74;
  }
}
.mdl-mainmenuheader.inverse select {
  background: #003389;
}
.mdl-mainmenuheader.inverse a:hover, .mdl-mainmenuheader.inverse a:focus {
  background: #003389;
}
@media screen and (max-width: 640px) {
  .mdl-mainmenuheader ul {
    display: none;
  }
  .mdl-mainmenuheader a, .mdl-mainmenuheader select, .mdl-mainmenuheader span {
    font-size: 0.875rem;
  }
  .mdl-mainmenuheader select {
    display: none;
  }
}

.menuopener {
  padding: 15px 30px 15px 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
}
.menuopener:hover, .menuopener:focus {
  cursor: pointer;
  background: #0071CE;
}
.inverse .menuopener {
  background: #0071CE;
  padding: 15px 30px 15px 15px;
  display: flex;
  gap: 25px;
}
.inverse .menuopener:hover, .inverse .menuopener:focus {
  background: #003389;
}
.inverse .menuopener img {
  height: 21px;
  width: auto;
}
@media screen and (max-width: 480px) {
  .menuopener {
    background: none;
    padding: 15px 35px 15px 15px;
    gap: 0px;
    font-size: 0px;
  }
  .menuopener span {
    display: none;
  }
}

.mdl-button {
  border-radius: 29px;
  padding: 18px 22px 22px;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}
@media screen and (max-width: 1366px) {
  .mdl-button {
    padding: 13px 15px 16px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .mdl-button {
    padding: 13px 15px 13px;
    font-size: 1rem;
  }
}
.mdl-button svg {
  transform: translateY(3px);
}
.mdl-button:hover, .mdl-button:focus {
  transition: 0.3s;
  background: #0071CE;
  color: #ffffff;
  cursor: pointer;
}
.mdl-newsfiltering .mdl-button {
  border-radius: 10px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 1024px) {
  .mdl-newsfiltering .mdl-button {
    font-size: 1.125rem;
  }
}

.mdl-button_blue {
  background: #0071CE;
  color: #ffffff;
}
.mdl-button_blue:hover, .mdl-button_blue:focus {
  transition: 0.3s;
  background: #F5B335;
  color: #ffffff;
  cursor: pointer;
}
.mdl-button_blue.inverse {
  background: none;
  border: 1px solid #0071CE;
  color: #ffffff;
}
.mdl-button_blue.inverse:hover, .mdl-button_blue.inverse:focus {
  background: #0071CE !important;
  border: 1px solid #0071CE;
  color: #ffffff !important;
}

.mdl-button_yellow {
  background: #F5B335;
  color: #ffffff;
}

.justify-content-center {
  justify-content: center;
}

.mdl-button_darkblue {
  background: #002D74;
  color: #ffffff;
}
.mdl-button_darkblue.inverse {
  background: #ffffff;
  border: 1px solid #002D74;
  color: #002D74;
}
.mdl-button_darkblue.inverse:hover, .mdl-button_darkblue.inverse:focus {
  background: #0071CE !important;
  border: 1px solid #0071CE;
  color: #ffffff !important;
}

.mdl-buttonwrapper {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1680px) {
  .mdl-buttonwrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .mdl-buttonwrapper {
    gap: 4px;
  }
}
.mdl-buttonwrapper .mdl-buttonwrapper {
  margin: 0;
  flex: 0 0 100% !important;
}
.mdl-buttonwrapper.flex-wrap {
  flex-wrap: wrap;
}
.mdl-buttonwrapper .mdl-ellipse {
  transition: 0.3s;
}
.mdl-buttonwrapper .mdl-ellipse svg path {
  transition: 0.3s;
}
.mdl-buttonwrapper .mdl-ellipse:hover, .mdl-buttonwrapper .mdl-ellipse:focus {
  cursor: pointer;
  background: #F5B335;
}
.mdl-buttonwrapper .mdl-ellipse:hover svg path, .mdl-buttonwrapper .mdl-ellipse:focus svg path {
  fill: white;
}
.mdl-buttonwrapper .mdl-ellipse:hover svg #Pfad_348, .mdl-buttonwrapper .mdl-ellipse:focus svg #Pfad_348 {
  fill: #00215A;
}

.mdl-relatedtopics {
  font-weight: 300;
  font-size: 1.1875rem;
}
.mdl-footerwrapper .mdl-relatedtopics {
  margin-top: 55px;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper .mdl-relatedtopics {
    margin-top: -170px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper .mdl-relatedtopics {
    margin-top: 0px;
  }
}
.mdl-footerwrapper .mdl-relatedtopics > .mdl-buttonwrapper {
  max-width: 100%;
}
@media screen and (max-width: 1366px) {
  .mdl-footerwrapper .mdl-relatedtopics > .mdl-buttonwrapper {
    max-width: calc(100% - 460px);
  }
}
@media screen and (max-width: 1024px) {
  .mdl-footerwrapper .mdl-relatedtopics > .mdl-buttonwrapper {
    max-width: calc(100% - 400px);
  }
}
@media screen and (max-width: 992px) {
  .mdl-footerwrapper .mdl-relatedtopics > .mdl-buttonwrapper {
    max-width: 100%;
  }
}
.mdl-relatedtopics > p {
  font-weight: 300;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1680px) {
  .mdl-relatedtopics ~ .mdl-buttonwrapper.mt-auto {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .mdl-relatedtopics ~ .mdl-buttonwrapper.mt-auto {
    margin-top: 35px !important;
  }
}

.tpl-maintopics {
  transform: translateY(-50px);
}
@media screen and (max-width: 1680px) {
  .tpl-maintopics {
    transform: translateY(-25px);
  }
}
@media screen and (max-width: 1366px) {
  .tpl-maintopics {
    padding-top: 100px;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1280px) {
  .tpl-maintopics {
    transform: translateY(-50px);
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .tpl-maintopics {
    transform: translateY(0px);
    padding-top: 80px;
  }
}
.tpl-maintopics.generic-wrapper-fullwidth {
  padding-top: 0px !important;
}
.tpl-maintopics.tpl-maintopicsv2 {
  margin-top: 0px;
  background: #EEEEEE;
  padding: 140px 0 100px;
}
@media screen and (max-width: 640px) {
  .tpl-maintopics.tpl-maintopicsv2 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tpl-maintopics.tpl-maintopicsv2 {
    padding: 80px 0 60px;
  }
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper {
  align-items: stretch;
}
@media screen and (max-width: 1680px) {
  .tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper {
    align-items: flex-start;
  }
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider a {
  text-decoration: none;
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure {
  border: none;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure:after {
  content: none;
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 25px 22px;
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption time {
  font-weight: 400;
  font-size: 1.1875rem;
  color: #002D74;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption time {
    font-size: 1.1875rem;
    font-weight: 500;
  }
}
.tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
  color: #000000;
  font-size: 1.4375rem;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 480px) {
  .tpl-maintopics.tpl-maintopicsv2 .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
    font-size: 1.1875rem;
    font-weight: 400;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper {
  display: flex;
  gap: 230px;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .tpl-maintopics .tpl-maintopics__wrapper {
    gap: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .tpl-maintopics .tpl-maintopics__wrapper {
    gap: 85px;
  }
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper {
    display: block;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type {
  flex: 1 1 30%;
}
@media screen and (max-width: 1280px) {
  .tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type {
    flex: 1 1 45%;
  }
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type {
    flex: 1 1 auto;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type h2 + p {
  font-size: 1.4375rem;
  line-height: 1.2em;
  margin-bottom: 55px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type h2 + p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .tpl-maintopics .tpl-maintopics__wrapper > div:first-of-type h2 + p {
    font-size: 1.1875rem;
    margin-bottom: 25px;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper {
  flex: 1 1 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper {
    flex: 1 1 auto;
    margin-top: 50px;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-list {
  padding: 0 10% 0 0 !important;
  margin: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-list {
    padding: 0 40% 0 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-list {
    padding: 0 20% 0 0 !important;
    margin: 0 -10px;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-slide > div {
  padding: 0 10px;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-next {
  display: none;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-dots {
  top: auto;
  bottom: -35px;
  text-align: left;
  left: 5px;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-dots li {
  background: #002D74;
  width: 11px;
  height: 11px;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-dots button {
  width: 11px;
  height: 11px;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-next {
  height: auto;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev {
  color: #2B2B2B;
  left: -50px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev {
    display: none;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev svg {
  transform: rotate(180deg);
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev svg path {
  transition: 0.3s;
  fill: #707070;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev:before {
  color: #2B2B2B;
  font-size: 50px;
  content: none;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev:hover svg path, .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-prev:focus svg path {
  fill: #F5B335;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption {
  position: absolute;
  bottom: 0%;
  margin-bottom: 70px;
  z-index: 2;
  max-width: 75%;
  margin-left: 45px;
}
@media screen and (max-width: 480px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption {
    margin-bottom: 40px;
    margin-left: 25px;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
  font-size: 3.75rem;
  color: #ffffff;
  font-family: "RopaMix";
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1680px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1366px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure figcaption > span {
    font-size: 1.875rem;
  }
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure img {
  width: 100%;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure:after {
  content: "";
  background: rgb(0, 29, 78);
  background: linear-gradient(180deg, rgba(0, 29, 78, 0) 0%, rgba(47, 69, 106, 0.3533788515) 35%, rgb(0, 33, 90) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider .slick-container {
  min-width: 0; /* can be replaced by overflow: hidden */
}

#mdl-recentnewsslider {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #mdl-recentnewsslider {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #mdl-recentnewsslider .mdl-maintopic__slider {
    padding-right: 0px;
  }
}
#mdl-recentnewsslider .slick-slide {
  margin: 0 5px;
}
#mdl-recentnewsslider .generic-contentwrapper {
  padding-left: 230px;
}
@media screen and (max-width: 1366px) {
  #mdl-recentnewsslider .generic-contentwrapper {
    padding-left: 95px;
  }
}
@media screen and (max-width: 768px) {
  #mdl-recentnewsslider .generic-contentwrapper {
    padding-left: 0px;
  }
}
#mdl-recentnewsslider .slick-list {
  padding: 0 15% 0 0 !important;
}
#mdl-recentnewsslider .mdl-maintopic__slider__item {
  border-radius: 10px;
  overflow: hidden;
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure {
  position: relative;
  display: block;
  color: #ffffff;
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(136, 136, 136);
  background: linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgba(30, 55, 100, 0.5) 65%, rgb(0, 33, 90) 100%);
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure.mdl-recentnewsslider-label:before {
  content: "TOP";
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  right: 25px;
  color: #000000;
  background: #F5B335;
  padding: 5px 15px 8px 15px;
  border-radius: 5px;
  z-index: 5;
  font-size: 1.1875rem;
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption {
  margin-left: 90px;
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption {
    margin-left: 45px;
  }
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption time {
  font-size: 1.1875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  display: inline-block;
}
#mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption span {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0px;
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  #mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption span {
    max-width: 85%;
  }
}
@media screen and (max-width: 640px) {
  #mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption span {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 480px) {
  #mdl-recentnewsslider .mdl-maintopic__slider__item figure figcaption span {
    font-size: 1.3125rem;
  }
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev, #mdl-recentnewsslider .mdl-maintopic__slider .slick-next {
  z-index: 10;
  transition: 0.3s;
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev:hover, #mdl-recentnewsslider .mdl-maintopic__slider .slick-prev:focus, #mdl-recentnewsslider .mdl-maintopic__slider .slick-next:hover, #mdl-recentnewsslider .mdl-maintopic__slider .slick-next:focus {
  background: #F5B335;
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev svg, #mdl-recentnewsslider .mdl-maintopic__slider .slick-next svg {
  padding: 13px 16px 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  border-radius: 5px;
  width: 52px;
  height: 52px;
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev svg path, #mdl-recentnewsslider .mdl-maintopic__slider .slick-next svg path {
  fill: #ffffff;
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev {
  left: auto;
  right: 17%;
  transform: translateX(-100%) translateY(-50%);
  bottom: 0px;
  top: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #mdl-recentnewsslider .mdl-maintopic__slider .slick-prev {
    transform: translateX(-100%) translateY(100%) translateY(10px);
    background: #002D74;
  }
  #mdl-recentnewsslider .mdl-maintopic__slider .slick-prev svg {
    border: none;
  }
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev svg {
  transform: rotate(180deg);
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-prev:before {
  content: none;
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-next {
  left: auto;
  right: calc(17% - 10px);
  bottom: 0px;
  top: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #mdl-recentnewsslider .mdl-maintopic__slider .slick-next {
    transform: translateY(100%) translateY(10px);
    background: #002D74;
  }
  #mdl-recentnewsslider .mdl-maintopic__slider .slick-next svg {
    border: none;
  }
}
#mdl-recentnewsslider .mdl-maintopic__slider .slick-next:before {
  content: none;
}
#mdl-recentnewsslider.tpl-maintopics {
  transform: none;
}
#mdl-recentnewsslider .slick-dots {
  top: auto;
  bottom: -35px;
  text-align: left;
  left: 5px;
}
#mdl-recentnewsslider .slick-dots li {
  background: #002D74;
  width: 11px;
  height: 11px;
}
#mdl-recentnewsslider .slick-dots button {
  width: 11px;
  height: 11px;
}

.mdl-newsfiltering__trigger {
  height: 46px;
  transform: translateY(50%);
  position: relative;
  z-index: 2;
  align-items: center;
  height: 65px;
  font-size: 1.125rem;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .mdl-newsfiltering__trigger svg {
    transform: translateY(-1px);
  }
}
.mdl-newsfiltering__trigger.open .menu-toggle-icon {
  transform: translateY(4px) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering__trigger.open .menu-toggle-icon {
    transform: translateY(4px) rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
  .mdl-newsfiltering__trigger {
    width: 100%;
    padding: 13px 22px 13px 15px;
    justify-content: flex-start;
  }
}
.mdl-newsfiltering__trigger .menu-toggle-icon {
  right: 35px;
  width: 12px;
  height: 12px;
  transform: translateY(-2px) rotate(135deg);
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #ffffff;
  transition: transform 0.3s;
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering__trigger .menu-toggle-icon {
    transform: translateY(-4px) rotate(135deg);
  }
}
@media screen and (max-width: 480px) {
  .mdl-newsfiltering__trigger .menu-toggle-icon {
    margin-left: auto;
  }
}

.mdl-sidebar-slider a {
  text-decoration: none;
}
.mdl-sidebar-slider figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.mdl-sidebar-slider figure figcaption {
  position: absolute;
  bottom: 0%;
  margin-bottom: 70px;
  z-index: 2;
  max-width: 75%;
  margin-left: 30px;
}
.mdl-sidebar-slider figure figcaption > span {
  font-size: 1.75rem;
  color: #ffffff;
  font-family: "RopaMix";
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}
.mdl-sidebar-slider figure figcaption .mdl-button {
  font-size: 1.125rem;
}
.mdl-sidebar-slider figure img {
  width: 100%;
}
.mdl-sidebar-slider figure:after {
  content: "";
  background: rgb(0, 29, 78);
  background: linear-gradient(180deg, rgba(0, 29, 78, 0) 0%, rgba(47, 69, 106, 0.3533788515) 35%, rgb(0, 33, 90) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.mdl-sidebar-slider ul.slick-dots {
  top: auto;
  bottom: -20px;
  left: 25px;
}
.mdl-sidebar-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}
.mdl-sidebar-slider ul.slick-dots li button {
  font-size: 0;
  padding: 6px;
  border: 0;
  outline: 0;
  border-radius: 50%;
  opacity: 0.62;
  cursor: pointer;
  background-color: #002D74;
}

@media screen and (max-width: 1280px) {
  #mdl-newsslider .slick-list {
    padding: 0 25% 0 0 !important;
    margin: 0 -25px;
  }
}
@media screen and (max-width: 768px) {
  #mdl-newsslider .slick-list {
    padding: 0 40% 0 0 !important;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 480px) {
  #mdl-newsslider .slick-list {
    padding: 0 20% 0 0 !important;
    margin: 0 -10px;
  }
}
#mdl-newsslider .slick-slide > div {
  padding: 0 10px;
}
#mdl-newsslider .mdl-maintopic__slider__item {
  border-radius: 10px;
}
#mdl-newsslider .mdl-maintopic__slider__item figcaption {
  transition: 0.3s;
}
#mdl-newsslider .mdl-maintopic__slider__item figcaption time {
  transition: 0.3s;
}
#mdl-newsslider .mdl-maintopic__slider__item figcaption span {
  transition: 0.3s;
}
#mdl-newsslider .mdl-maintopic__slider__item:hover, #mdl-newsslider .mdl-maintopic__slider__item:focus {
  background: #0071CE;
}
#mdl-newsslider .mdl-maintopic__slider__item:hover figcaption, #mdl-newsslider .mdl-maintopic__slider__item:focus figcaption {
  background: #0071CE !important;
  color: #ffffff !important;
}
#mdl-newsslider .mdl-maintopic__slider__item:hover figcaption time, #mdl-newsslider .mdl-maintopic__slider__item:focus figcaption time {
  color: #F5B335 !important;
}
#mdl-newsslider .mdl-maintopic__slider__item:hover figcaption span, #mdl-newsslider .mdl-maintopic__slider__item:focus figcaption span {
  color: #ffffff !important;
}

.mdl-selectboxblock {
  font-weight: 300;
  font-family: RopaMix;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1680px) {
  .mdl-selectboxblock {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mdl-selectboxblock {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .mdl-selectboxblock {
    flex-direction: column;
  }
}
.mdl-selectboxblock > span {
  padding: 20px;
  border: 1px solid #002D74;
  font-size: 1.3125rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mdl-selectboxblock > span {
    border-bottom-left-radius: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .mdl-selectboxblock > span {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .mdl-selectboxblock > span {
    border-bottom-left-radius: 0px;
  }
}
.mdl-quicklinks .mdl-selectboxblock > span {
  background: #0071CE;
  border: 1px solid #0071CE;
}
.mdl-selectboxblock select {
  padding: 20px;
  background: #002D74;
  color: #ffffff;
  font-size: 21px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
  font-weight: 300;
  width: 100%;
  font-family: RopaMix;
}
@media screen and (max-width: 768px) {
  .mdl-selectboxblock select {
    border-bottom-left-radius: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .mdl-selectboxblock select {
    font-size: 17px;
  }
}
@media screen and (max-width: 400px) {
  .mdl-selectboxblock select {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.mdl-ellipse {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1366px) {
  .mdl-ellipse {
    width: 45px;
    height: 45px;
  }
  .mdl-ellipse svg {
    width: 20px;
    height: auto;
  }
  .mdl-ellipse #Gruppe_68 {
    width: 15px;
  }
}

.mdl-ellipse_white {
  background: white;
}

.mt-auto {
  margin-top: auto;
}

.d-flex {
  display: flex;
}

.flex-direction-column {
  flex-direction: column;
}

.mdl-copyfooter {
  margin-top: 150px;
  display: flex;
  align-items: center !important;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1366px) {
  .mdl-copyfooter {
    gap: 30px !important;
    flex-direction: column;
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-copyfooter {
    gap: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .mdl-copyfooter {
    align-items: flex-start !important;
    font-size: 1rem;
  }
}
.mdl-copyfooter ul {
  display: inline-flex;
  gap: 30px;
  padding: 0px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .mdl-copyfooter ul {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.mdl-copyfooter ul li {
  display: inline-block;
  list-style: none;
}
.mdl-copyfooter ul li a {
  text-decoration: none;
  font-size: inherit;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #002D74;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .mdl-copyfooter ul li a {
    font-size: 1rem;
  }
}
.mdl-copyfooter ul li a svg.lower {
  transform: translateY(3px);
  height: 10px;
}
@media screen and (max-width: 640px) {
  .mdl-copyfooter ul li a svg.lower {
    transform: translateY(0px);
  }
}
.mdl-copyfooter ul li a svg path {
  transition: 0.3s;
  fill: #00215A;
}
.mdl-copyfooter ul li a:hover, .mdl-copyfooter ul li a:focus {
  color: #F5B335;
}
.mdl-copyfooter ul li a:hover svg path, .mdl-copyfooter ul li a:focus svg path {
  fill: #F5B335;
}
@media screen and (max-width: 1366px) {
  .mdl-copyfooter > div:first-of-type {
    flex: 1 1 auto !important;
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  .mdl-copyfooter > div:first-of-type {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .mdl-copyfooter > div:first-of-type {
    order: 3;
  }
}
.mdl-copyfooter > div:last-of-type {
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .mdl-copyfooter > div:last-of-type {
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .mdl-copyfooter > div:last-of-type {
    order: 3;
  }
}
@media screen and (max-width: 480px) {
  .mdl-copyfooter > div:last-of-type {
    order: 2;
    margin: 0px;
  }
}

.scrolltop {
  position: absolute;
  top: 0px;
  right: 120px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  background: #0071CE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    right: 35px;
  }
}
@media screen and (max-width: 480px) {
  .scrolltop {
    width: 37px;
    height: 37px;
    background: #0071CE;
  }
  .scrolltop svg {
    width: 15px;
    height: auto;
  }
}
.scrolltop svg {
  transform: rotate(180deg);
}
.scrolltop:hover, .scrolltop:focus {
  background: #002D74;
}
.service_index_wrp .scrolltop {
  position: relative;
  transform: translateY(50%);
  top: auto;
  right: auto;
  width: 37px;
  height: 37px;
  background: #002D74;
}
.service_index_wrp .scrolltop svg {
  width: 15px;
  height: auto;
}
.service_index_wrp .scrolltop:hover, .service_index_wrp .scrolltop:focus {
  background: #0071CE;
}
.mdl-newscontainer .scrolltop {
  transform: translateY(50%);
  top: auto;
  bottom: 0px;
  right: 250px;
  width: 37px;
  height: 37px;
  background: #002D74;
}
@media screen and (max-width: 1366px) {
  .mdl-newscontainer .scrolltop {
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer .scrolltop {
    right: 35px;
  }
}
.mdl-newscontainer .scrolltop svg {
  width: 15px;
  height: auto;
}
.mdl-newscontainer .scrolltop:hover, .mdl-newscontainer .scrolltop:focus {
  background: #0071CE;
}

.rss-feed {
  position: absolute;
  bottom: 0px;
  right: -25%;
  transform: translateX(-25%);
  cursor: pointer;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  background: #F5B335;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rss-feed svg {
  width: 20px;
  height: auto;
}
.rss-feed:hover, .rss-feed:focus {
  background: #00215A;
}
.rss-feed:hover svg path, .rss-feed:focus svg path {
  fill: white;
}
.mdl-newscontainer__headline .rss-feed {
  right: 0px;
  transform: translateX(0) translateY(3px);
}

footer {
  position: relative;
  background: white;
}
body:not(.tpl-frontpage) footer {
  border-top: 2px solid #EEEEEE;
  padding-top: 50px;
  margin-top: 120px;
}

main {
  position: relative;
  background: white;
}

.slick-prev:before, .slick-next:before {
  background-image: url(../images/chevron-right.svg);
  height: 16px;
  width: 10px;
  display: block;
  background-repeat: no-repeat;
  margin: auto 0 auto auto;
  font-size: 0px !important;
  opacity: 1;
}

.tpl-sidebar-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 60%;
  right: -290px;
  width: 290px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .tpl-sidebar-widget {
    gap: 4px;
    top: 70%;
  }
}
.tpl-sidebar-widget .tpl-contact-widget {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-weight: 300;
  color: #fff;
  background: #0071CE;
  width: 190px;
  padding: 15px;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  transition: filter 0.38s ease;
  height: 52px;
  font-size: 1.3125rem;
  text-decoration: none;
  transition: 0.3s;
}
.tpl-sidebar-widget .tpl-contact-widget img {
  flex: 0 0 auto;
  transform: rotate(90deg) translateX(2px);
  transform-origin: center center;
}
.tpl-sidebar-widget .tpl-contact-widget:hover, .tpl-sidebar-widget .tpl-contact-widget:focus {
  background: #002D74;
  color: white;
}
.tpl-sidebar-widget .tpl-accessibility {
  background: #00215A;
  display: flex;
  justify-content: center;
  padding: 12px;
  height: 52px;
  transition: 0.3s;
}
.tpl-sidebar-widget .tpl-accessibility img {
  flex: 0 0 auto;
  transform: rotate(90deg) translateX(2px);
  transform-origin: center center;
}
.tpl-sidebar-widget .tpl-accessibility:hover, .tpl-sidebar-widget .tpl-accessibility:focus {
  background: #002D74;
}
.tpl-sidebar-widget .tpl-search {
  background: #F5B335;
  display: flex;
  justify-content: center;
  padding: 12px;
  height: 52px;
  transition: 0.3s;
}
.tpl-sidebar-widget .tpl-search img {
  flex: 0 0 auto;
  transform: rotate(90deg) translateX(2px);
  transform-origin: center center;
}
.tpl-sidebar-widget .tpl-search:hover, .tpl-sidebar-widget .tpl-search:focus {
  background: #002D74;
}
@media screen and (max-width: 768px) {
  .tpl-sidebar-widget > a {
    font-size: 0 !important;
    width: auto !important;
    gap: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .tpl-sidebar-widget > a {
    height: 40px !important;
    padding: 10px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

select:hover, select:focus {
  cursor: pointer;
  background: #0071CE;
}

#sidebar-content {
  position: absolute;
  width: 350px;
  left: 0px;
  top: 50px;
  z-index: 10;
  margin-top: 100px;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  #sidebar-content {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-content {
    position: relative;
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 15px;
    top: 0px;
  }
}
#sidebar-content #sidebarmenuwrapper {
  width: 100%;
  box-shadow: 6px 0px 15px 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
#sidebar-content #sidebarmenuwrapper > div {
  width: 100%;
  background: #0071CE;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper > div {
    display: none;
  }
}
#sidebar-content #sidebarmenuwrapper > div:hover, #sidebar-content #sidebarmenuwrapper > div:focus {
  background: #002D74;
}
#sidebar-content #sidebarmenuwrapper ul {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1.4375rem;
}
#sidebar-content #sidebarmenuwrapper ul li {
  color: #002D74;
  background-color: #ffffff;
  font-weight: 300;
}
#sidebar-content #sidebarmenuwrapper ul li.active, #sidebar-content #sidebarmenuwrapper ul li:hover, #sidebar-content #sidebarmenuwrapper ul li:focus {
  font-weight: 400;
}
#sidebar-content #sidebarmenuwrapper ul li.active {
  background: #ECECEC;
}
#sidebar-content #sidebarmenuwrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#sidebar-content #sidebarmenuwrapper ul.first-level {
  position: relative;
  background-color: #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul.first-level:before {
  content: attr(aria-label);
  font-weight: 300;
  margin-left: 0;
  color: #002D74;
  width: 100%;
  display: block;
  background: white;
  padding: 20px;
  border-bottom: 3px solid #002D74;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level:before {
    content: "Bitte Unterrubrik wählen:";
    background: #EBEBEB;
    font-size: 1.3125rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level:before {
    font-size: 1.1875rem;
  }
}
#sidebar-content #sidebarmenuwrapper ul.first-level li {
  border-bottom: 1px solid #ececec;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level li {
    border-bottom: none;
  }
}
#sidebar-content #sidebarmenuwrapper ul.first-level li:last-of-type {
  border: none;
}
#sidebar-content #sidebarmenuwrapper ul.first-level > li:before {
  content: "";
  height: 1px;
  width: calc(100% - 60px);
  margin: auto;
  background: #ececec;
  display: block;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: auto;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level > li {
    displaY: none;
  }
}
#sidebar-content #sidebarmenuwrapper ul.first-level .menu-toggle {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level .menu-toggle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 36px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 62px;
  }
  #sidebar-content #sidebarmenuwrapper ul.first-level .menu-toggle.open .menu-toggle-icon {
    transform: translateY(0%) rotate(-45deg);
  }
  #sidebar-content #sidebarmenuwrapper ul.first-level .menu-toggle .menu-toggle-icon {
    top: 27px;
    right: 35px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(135deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #002D74;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.first-level {
    border: none;
  }
  #sidebar-content #sidebarmenuwrapper ul.first-level.open:before {
    border-bottom: 3px solid #002D74;
  }
  #sidebar-content #sidebarmenuwrapper ul.first-level.open:after {
    transform: translateY(0%) rotate(-45deg);
  }
  #sidebar-content #sidebarmenuwrapper ul.first-level:before {
    border: none;
  }
}
#sidebar-content #sidebarmenuwrapper ul.second-level {
  margin-top: 20px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li {
  background-color: #ececec;
  padding: 20px 0;
  margin: 0px;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li a {
  padding: 0 35px 0 15px;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li:nth-of-type(2n) {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li:first-of-type {
  border-top: 1px solid #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li:last-of-type {
  border-bottom: none;
}
#sidebar-content #sidebarmenuwrapper ul.second-level li.active {
  padding: 20px 0 10px;
  background: #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul.third-level {
  border-bottom: none;
  margin: 20px 0 0;
}
#sidebar-content #sidebarmenuwrapper ul.third-level li {
  background-color: #ffffff;
  padding: 10px 0;
  font-size: 1.3125rem;
}
#sidebar-content #sidebarmenuwrapper ul.third-level li:nth-of-type(2n) {
  border-top: 1px solid #F6F0F0;
  border-bottom: 1px solid #F6F0F0;
}
#sidebar-content #sidebarmenuwrapper ul.third-level li:first-of-type {
  border-top: 1px solid #F6F0F0;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul.third-level li {
    font-size: 1.0625rem;
  }
}
#sidebar-content #sidebarmenuwrapper ul ul {
  display: none;
  background-color: #ECECEC;
  border-bottom: 1px solid #ffffff;
}
#sidebar-content #sidebarmenuwrapper ul li {
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sidebar-content #sidebarmenuwrapper ul li a {
  display: block;
  text-decoration: none;
  color: #002D74;
  position: relative;
  padding-right: 35px;
}
#sidebar-content #sidebarmenuwrapper ul li a ~ span {
  width: 50px;
  height: 21px;
  position: relative;
}
#sidebar-content #sidebarmenuwrapper ul li a ~ span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(135deg);
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #002D74;
  transition: transform 0.3s;
}
#sidebar-content #sidebarmenuwrapper ul li ul {
  padding-left: 20px;
  flex: 0 0 100%;
}
#sidebar-content #sidebarmenuwrapper ul li.active > span::before {
  transform: translateY(-50%) rotate(-45deg);
}
#sidebar-content #sidebarmenuwrapper ul li:not(:has(ul)) a::before {
  display: none;
}
#sidebar-content #sidebarmenuwrapper ul li:last-of-type {
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  #sidebar-content #sidebarmenuwrapper ul li {
    font-size: 1.1875rem;
  }
}
#sidebar-content #sidebarmenuwrapper li.active {
  font-weight: 400;
  border-bottom: none !important;
}
#sidebar-content #sidebarmenuwrapper li.active > ul {
  border-bottom: none !important;
}
#sidebar-content #sidebarmenuwrapper ul ul ul {
  display: none;
  background-color: #ffffff;
  border-bottom: 1px solid #F6F0F0;
  padding-left: 15px;
}

.tpl-sidebar-slider {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .tpl-sidebar-slider {
    display: none;
  }
}

p.contentintrodution {
  margin: auto !important;
  margin-bottom: 30px !important;
  font-size: 1.6875rem !important;
  line-height: 2.375rem !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 640px) {
  p.contentintrodution {
    font-size: 1.625rem;
    line-height: 1.2em;
  }
}

.contentintrodution {
  position: relative;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 90px;
}
.contentintrodution.text-left {
  max-width: 1060px;
  margin: auto;
  margin-top: 90px;
  margin-left: 421px;
  margin-right: 60px;
}
@media screen and (max-width: 1680px) {
  .contentintrodution.text-left {
    max-width: 1300px;
    margin-left: 421px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1366px) {
  .contentintrodution.text-left {
    margin-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .contentintrodution.text-left {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1680px) {
  .tpl-content.withsidebar .contentintrodution {
    max-width: 1300px;
    margin-left: 421px;
    margin-right: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1366px) {
  .tpl-content.withsidebar .contentintrodution {
    margin-left: 340px;
  }
}
@media screen and (max-width: 768px) {
  .tpl-content.withsidebar .contentintrodution {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .contentintrodution {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
}
.contentintrodution span.page-category {
  font-size: 1.4375rem;
  font-weight: 300;
  display: inline-block;
  color: #002D74;
  margin-bottom: 15px;
}
.contentintrodution h1 {
  font-size: 3.75rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: black;
}
@media screen and (max-width: 640px) {
  .contentintrodution h1 {
    font-size: 2.75rem;
  }
}
.contentintrodution p {
  font-size: 1.6875rem;
  line-height: 2.375rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .contentintrodution p {
    font-size: 1.625rem;
    line-height: 1.2em;
  }
}
.contentintrodution + .text-module {
  background: #EEEEEE;
}
.contentintrodution + .text-module .text-module__inner {
  padding-top: 50px;
  margin-top: 50px;
}
.contentintrodution + .text-module .text-module__image-wrp {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30.9%, rgb(238, 238, 238) 31%, rgb(238, 238, 238) 100%);
}
@media screen and (max-width: 768px) {
  .contentintrodution + .text-module .text-module__image-wrp {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50.9%, rgb(238, 238, 238) 51%, rgb(238, 238, 238) 100%);
  }
}

.mdl-breadcrumb {
  margin: 0px 240px 0;
  padding-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .mdl-breadcrumb {
    margin-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .mdl-breadcrumb {
    margin-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .mdl-breadcrumb {
    margin: 0 35px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 1366px) {
  .withsidebar .mdl-breadcrumb {
    margin: 0px 240px 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .withsidebar .mdl-breadcrumb {
    margin-left: 35px;
  }
}
@media screen and (max-width: 480px) {
  .withsidebar .mdl-breadcrumb {
    margin: 0px 35px;
    padding: 25px 0;
  }
}
.mdl-breadcrumb ul {
  display: inline-block;
}
.mdl-breadcrumb ul li {
  display: inline-block;
  color: #002D74;
  font-size: 17px;
  font-weight: 300;
  position: relative;
  padding-right: 20px;
  padding-left: 5px;
}
.mdl-breadcrumb ul li:hover, .mdl-breadcrumb ul li:focus {
  font-weight: 500;
}
.mdl-breadcrumb ul li:last-of-type:after {
  content: none;
}
.mdl-breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.907' height='16.168' viewBox='0 0 9.907 16.168'%3E%3Cpath id='Pfad_12' data-name='Pfad 12' d='M1.651,0,0,1.617,6.6,8.085,0,14.552l1.651,1.617L9.907,8.085Z' transform='translate(0 -0.001)' fill='%23002D74'/%3E%3C/svg%3E");
  background-position: right center;
  background-size: 6px;
  width: 6px;
  height: 100%;
  /* width: auto; */
  background-repeat: no-repeat;
}
.mdl-breadcrumb ul li.active {
  font-weight: 700;
}
.mdl-breadcrumb ul li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn-group {
  width: 100%;
}

.multiselect-container {
  width: 100%;
  background: #00215A;
  border-radius: 10px;
  overflow: hidden;
}
.multiselect-container .dropdown-item.active, .multiselect-container .dropdown-item:hover, .multiselect-container .dropdown-item:focus {
  background: #0071CE !important;
}
.multiselect-container .dropdown-item.active label, .multiselect-container .dropdown-item:hover label, .multiselect-container .dropdown-item:focus label {
  color: white !important;
}
.multiselect-container .form-check-input {
  height: 24px;
  width: 24px;
  margin-right: 10px !important;
}
.multiselect-container .form-check-input:checked {
  background-color: #F5B335;
  border-color: #F5B335;
}
.multiselect-container button {
  color: white;
  font-weight: 400;
}
.multiselect-container label {
  font-weight: 400 !important;
}

.custom-select {
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: #002D74;
  border-radius: 10px;
  color: #ffffff;
  padding: 17px 30px;
  width: 100%;
  font-size: 1.3125rem;
  text-align: left !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (max-width: 1024px) {
  .custom-select {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 640px) {
  .custom-select {
    font-size: 1.2rem;
  }
}

.our-services {
  margin: 100px 0;
}
.our-services .intro {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 103px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .our-services .intro {
    margin-bottom: 35px;
  }
}
.our-services .intro small {
  font-size: 23px;
  line-height: 36px;
  font-weight: 300;
  color: #002D74;
  display: block;
  text-align: center;
}
.our-services .intro h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .our-services .intro h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (max-width: 360px) {
  .our-services .intro h1 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
  }
}
.our-services .our-services__wrp {
  background: rgb(238, 238, 238);
  background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(221, 221, 221) 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}
.our-services .our-services__wrp .our-services__inner-wrp {
  max-width: 1470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-services .our-services__wrp .our-services_nav {
  max-width: 980px;
  background-color: #002D74;
  border-radius: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  transform: translate(0, -50%);
  width: calc(100% - 100px);
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav {
    transform: translate(0, 0%);
    margin-top: 35px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our-services_nav {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 560px) {
  .our-services .our-services__wrp .our-services_nav {
    width: calc(100% - 20px);
  }
}
.our-services .our-services__wrp .our-services_nav ul {
  display: inline-flex;
  justify-content: center;
  gap: 85px;
  height: 85px;
}
@media screen and (max-width: 1180px) {
  .our-services .our-services__wrp .our-services_nav ul {
    gap: 25px;
  }
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav ul {
    flex-direction: column;
    height: auto;
    width: 100%;
    gap: 10px;
  }
}
.our-services .our-services__wrp .our-services_nav ul li {
  list-style-type: none;
  height: auto;
  padding: 0 20px;
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav ul li {
    padding: 10px 0;
    width: 100%;
  }
}
.our-services .our-services__wrp .our-services_nav ul li a {
  font-size: 27px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-flex;
  height: 100%;
  text-decoration-line: none;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .our-services .our-services__wrp .our-services_nav ul li a {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our-services_nav ul li a {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav ul li a {
    padding-left: 35px;
    font-size: 1.4375rem;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
  }
}
@media screen and (max-width: 360px) {
  .our-services .our-services__wrp .our-services_nav ul li a {
    padding-left: 35px;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
    font-weight: 500;
    color: #fff;
  }
}
.our-services .our-services__wrp .our-services_nav ul li a:after, .our-services .our-services__wrp .our-services_nav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  height: 7px;
  background-color: transparent;
  bottom: 0;
  width: 0%;
  transform: translate(0, 2px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav ul li a:after, .our-services .our-services__wrp .our-services_nav ul li a::after {
    top: 0;
    left: 0;
    bottom: unset;
    height: 100%;
    width: 7px;
  }
}
.our-services .our-services__wrp .our-services_nav ul li a:hover:after, .our-services .our-services__wrp .our-services_nav ul li a:hover::after, .our-services .our-services__wrp .our-services_nav ul li a.active:after, .our-services .our-services__wrp .our-services_nav ul li a.active::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  background-color: #F5B335;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .our-services .our-services__wrp .our-services_nav ul li a:hover:after, .our-services .our-services__wrp .our-services_nav ul li a:hover::after, .our-services .our-services__wrp .our-services_nav ul li a.active:after, .our-services .our-services__wrp .our-services_nav ul li a.active::after {
    width: 7px;
  }
}
.our-services .our-services__wrp .our-services__search {
  display: flex;
  margin-top: 16px;
  max-width: 980px;
  margin-bottom: 45px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our-services__search {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 560px) {
  .our-services .our-services__wrp .our-services__search {
    width: calc(100% - 20px);
  }
}
.our-services .our-services__wrp .our-services__search input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 45, 116, 0.36);
  padding: 23px 23px 23px 70px;
  background: white url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><defs><clipPath id="clip-path"><rect id="Rechteck_135" data-name="Rechteck 135" width="24" height="24" fill="%23003389"/></clipPath></defs><g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"><path id="Pfad_319" data-name="Pfad 319" d="M15.942,2.732A9.341,9.341,0,1,0,14.69,16.993l6.493,6.493a1.628,1.628,0,1,0,2.3-2.3L16.992,14.69A9.356,9.356,0,0,0,15.942,2.732M14.407,14.407a7.17,7.17,0,1,1,0-10.14,7.178,7.178,0,0,1,0,10.14" transform="translate(0 0)" fill="%23003389"/></g></svg>') no-repeat;
  background-position: left 23px center;
  color: black;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: black;
}
@media screen and (max-width: 480px) {
  .our-services .our-services__wrp .our-services__search input {
    padding: 10px 10px 10px 70px;
  }
}
.our-services .our-services__wrp .our-services__search input::placeholder {
  color: black;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: black;
  font-style: italic;
  opacity: 1;
}
.our-services .our-services__wrp .our-services__search input:-ms-input-placeholder {
  color: black;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: black;
  font-style: italic;
  opacity: 1;
}
.our-services .our-services__wrp .our-services__search input::-ms-input-placeholder {
  color: black;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  color: black;
  font-style: italic;
  opacity: 1;
}
.our-services .our-services__wrp .our-services__search input:focus {
  outline: 1px solid #002D74;
}
.our-services .our-services__wrp .service_index {
  display: flex;
  width: calc(100% - 100px);
  margin: auto;
  max-width: 1340px;
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .service_index {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 560px) {
  .our-services .our-services__wrp .service_index {
    width: calc(100% - 20px);
  }
}
.our-services .our-services__wrp .service_index .service_index_selection {
  display: none;
}
@media screen and (max-width: 1280px) {
  .our-services .our-services__wrp .service_index .service_index_selection {
    display: flex;
    max-width: 980px;
    column-gap: 10px;
    margin: auto;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .our-services .our-services__wrp .service_index .service_index_selection span {
    display: block;
    flex-basis: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #002D74;
  }
  .our-services .our-services__wrp .service_index .service_index_selection select {
    width: calc(100% - 60px);
    background-color: #002D74;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 5px 10px 5px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
  }
  .our-services .our-services__wrp .service_index .service_index_selection button {
    background-color: #F5B335;
    border-radius: 5px;
    border: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-services .our-services__wrp .service_index .service_index_selection button:hover, .our-services .our-services__wrp .service_index .service_index_selection button:focus {
    background-color: #f6bc4d;
  }
}
.our-services .our-services__wrp .service_index nav {
  width: 100%;
  max-width: 1350px;
}
@media screen and (max-width: 1280px) {
  .our-services .our-services__wrp .service_index nav {
    display: none;
  }
}
.our-services .our-services__wrp .service_index ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.our-services .our-services__wrp .service_index ul li a {
  font-size: 24px;
  line-height: 54px;
  font-weight: 700;
  color: #002D74;
  text-decoration: none;
  position: relative;
  padding: 5px 10px;
  margin: 0 5px;
  display: inline-flex;
  justify-content: center;
}
.our-services .our-services__wrp .service_index ul li a:after, .our-services .our-services__wrp .service_index ul li a::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  width: 0%;
  height: 5px;
  background-color: transparent;
  bottom: 0;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.our-services .our-services__wrp .service_index ul li a.active:after, .our-services .our-services__wrp .service_index ul li a.active::after, .our-services .our-services__wrp .service_index ul li a:hover:after, .our-services .our-services__wrp .service_index ul li a:hover::after, .our-services .our-services__wrp .service_index ul li a:focus:after, .our-services .our-services__wrp .service_index ul li a:focus::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  width: 100%;
  height: 5px;
  background-color: #F5B335;
  bottom: 0;
}
.our-services .our-services__wrp .service_index_wrp {
  padding: 57px 53px 0px 53px;
  background-color: white;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .service_index_wrp {
    width: calc(100% - 50px);
    padding: 25px 10px 0px 15px;
  }
}
@media screen and (max-width: 560px) {
  .our-services .our-services__wrp .service_index_wrp {
    width: calc(100% - 20px);
  }
}
.our-services .our-services__wrp .service_index_wrp .current_letter {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E8E8E8;
}
.our-services .our-services__wrp .service_index_wrp .current_letter span {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #F5B335;
  transform: translate(0, -3px);
}
.our-services .our-services__wrp .service_index_wrp ul.service_index_listing {
  display: flex;
  flex-direction: column;
  margin: 28px 0 130px 0;
}
@media screen and (max-width: 480px) {
  .our-services .our-services__wrp .service_index_wrp ul.service_index_listing {
    margin-bottom: 50px;
  }
}
.our-services .our-services__wrp .service_index_wrp ul.service_index_listing li {
  border-bottom: 1px solid rgba(0, 45, 116, 0.11);
  padding: 0px 0;
}
.our-services .our-services__wrp .service_index_wrp ul.service_index_listing li:last-of-type {
  border-bottom: 0;
}
.our-services .our-services__wrp .service_index_wrp ul.service_index_listing li a {
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  color: #002D74;
  text-decoration: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.603" height="13.108" viewBox="0 0 8.603 13.108"><path id="Pfad_24485" data-name="Pfad 24485" d="M1.2,0,0,1.171,4.783,5.855,0,10.538l1.2,1.171L7.174,5.855Z" transform="translate(0.715 0.699)" fill="%23002d74" stroke="%23002d74" stroke-width="1"/></svg>') no-repeat;
  background-position: top 21px right 20px;
  padding: 16px 20px 16px 35px;
  display: block;
  -webkit-transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
.our-services .our-services__wrp .service_index_wrp ul.service_index_listing li a:hover, .our-services .our-services__wrp .service_index_wrp ul.service_index_listing li a:focus {
  color: #0041a7;
  background-color: #F7F7F7;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .scroll_to_top {
  border-radius: 5px;
  background-color: #002D74;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 0px;
  transform: translate(0, 50%);
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .scroll_to_top:hover, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .scroll_to_top:focus {
  background-color: #0041a7;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  transform: translate(0, 50%);
}
@media screen and (max-width: 600px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination {
    gap: 0;
  }
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination .pagination_select {
  display: none;
}
@media screen and (max-width: 600px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination .pagination_select {
    display: block;
  }
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination .pagination_select select {
  width: 110px;
  background-color: #002D74;
  color: white;
  border-radius: 0px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 5px 10px 5px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  height: 40px;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul {
  display: inline-flex;
  background-color: #EEEEEE;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a {
  display: inline-flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: black;
  border-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration-line: none;
}
@media screen and (max-width: 600px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a {
    height: 40px;
  }
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a:hover, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a:focus {
  background-color: #0071CE;
  color: white;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a.active_pager {
  background-color: #002D74;
  color: white;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul li a svg path {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation li:first-of-type, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation li:first-of-type {
  position: relative;
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation li:first-of-type:after, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation li:first-of-type::after, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation li:first-of-type:after, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation li:first-of-type::after {
  content: "";
  position: absolute;
  display: block;
  transform: translateY(2px);
  right: 0px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.23);
  height: 80%;
  top: 10%;
  transform: translate(1px, 0);
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation li a:hover svg path, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation li a:focus svg path, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation li a:hover svg path, .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation li a:focus svg path {
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.pagination {
    display: none;
  }
}
.our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.back_navigation {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 600px) {
  .our-services .our-services__wrp .service_index_wrp .service_index_pagination_wrp .number_pagination ul.forwards_navigation {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.our-services .our-services__wrp .our_services__service-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 1480px;
  align-items: stretch;
  width: calc(100% - 100px);
  margin-bottom: 75px;
}
@media screen and (max-width: 1180px) {
  .our-services .our-services__wrp .our_services__service-grid {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 560px) {
  .our-services .our-services__wrp .our_services__service-grid {
    width: calc(100% - 20px);
  }
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element {
  padding: 45px 35px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  width: calc(33% - 15px);
  position: relative;
}
@media screen and (max-width: 1180px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element {
    width: calc(50% - 22px);
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element {
    width: 100%;
  }
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title {
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title {
    min-height: 1px;
    justify-content: flex-start;
    gap: 30px;
  }
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title h3 {
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  color: black;
  max-width: 290px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1480px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    color: black;
  }
}
@media screen and (max-width: 1280px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title h3 {
    order: 2;
  }
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title .grid-element__title__icon {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title .grid-element__title__icon {
    flex: 0 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title .grid-element__title__icon svg {
    position: absolute;
    top: 30px;
    left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__title .grid-element__title__icon svg {
    position: static;
  }
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing {
  margin-bottom: auto;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul {
  display: flex;
  flex-direction: column;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li {
  transition: 0.3s;
  border-bottom: 1px solid rgba(0, 45, 116, 0.11);
  padding: 11px 0;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li:first-of-type {
  border-top: 1px solid rgba(0, 45, 116, 0.11);
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li a {
  font-size: 23px;
  line-height: 24px;
  font-weight: 400;
  color: #002D74;
  text-decoration: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.603" height="13.108" viewBox="0 0 8.603 13.108"><path id="Pfad_24485" data-name="Pfad 24485" d="M1.2,0,0,1.171,4.783,5.855,0,10.538l1.2,1.171L7.174,5.855Z" transform="translate(0.715 0.699)" fill="%23002d74" stroke="%23002d74" stroke-width="1"/></svg>') no-repeat;
  background-position: top 12px left;
  padding: 5px 0 5px 27px;
  display: block;
  -webkit-transition: background-position 150ms linear;
  -moz-transition: background-position 150ms linear;
  -ms-transition: background-position 150ms linear;
  -o-transition: background-position 150ms linear;
  transition: background-position 150ms linear;
  /*&:hover,&:focus {
    color: #0041a7;
    background-position: top 12px left 5px;
  }*/
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li:hover, .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li:focus {
  background: #eaeaea;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li:hover a, .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__listing ul li:focus a {
  color: #0041a7;
  background-position: top 12px left 5px;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__additional-services {
  margin-top: 80px;
  display: flex;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__additional-services a {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  color: #002D74;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.603" height="13.108" viewBox="0 0 8.603 13.108"><path id="Pfad_24485" data-name="Pfad 24485" d="M1.2,0,0,1.171,4.783,5.855,0,10.538l1.2,1.171L7.174,5.855Z" transform="translate(0.715 0.699)" fill="%23002d74" stroke="%23002d74" stroke-width="1"/></svg>') no-repeat;
  background-position: top 10px right 9px;
  padding-right: 30px;
  -webkit-transition: background-position 150ms linear;
  -moz-transition: background-position 150ms linear;
  -ms-transition: background-position 150ms linear;
  -o-transition: background-position 150ms linear;
  transition: background-position 150ms linear;
  text-decoration: none;
}
.our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__additional-services a:hover, .our-services .our-services__wrp .our_services__service-grid .service-grid-element .service-grid-element_inner .grid-element__additional-services a:focus {
  color: #0041a7;
  background-position: top 10px right 4px;
}
.our-services .our-services__wrp .load_more_services button {
  padding: 13px 24px 15px 24px;
  background-color: #002D74;
  color: white;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  display: flex;
  gap: 15px;
  border-radius: 30px;
  border: 0px;
  align-items: center;
}
.our-services .our-services__wrp .load_more_services button:hover, .our-services .our-services__wrp .load_more_services button:focus {
  background-color: #0041a7;
}
.our-services .our-services__wrp .load_more_services button:focus {
  outline: 1px solid #0041a7;
}
.our-services .our-services__wrp .load_more_services button svg {
  transform: translate(0, 3px);
}

.mdl-newsfiltering {
  background: #002D74;
  padding: 50px 0;
  position: relative;
}
.mdl-newsfiltering .generic-wrapperv3 {
  position: relative;
  z-index: 1;
}
.mdl-newsfiltering:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 28px 38.5px 0 38.5px;
  border-color: #042762 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: 0px;
  left: 280px;
  z-index: 2;
  transform: translateY(100%);
}
.mdl-newsfiltering:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(136, 136, 136);
  background: linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgba(0, 33, 90, 0.76) 100%);
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper .mdl-button {
  height: 65px;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div {
  display: flex;
  gap: 50px;
  color: #ffffff;
  align-items: flex-end;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:first-of-type {
  width: 25%;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:first-of-type {
    width: auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:first-of-type {
    width: 100%;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:first-of-type > div {
  width: 100%;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:first-of-type > div select {
  width: 100%;
  background-size: 10px !important;
  background-position-x: 95% !important;
  background-position-y: 55% !important;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:last-of-type {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:last-of-type {
    width: 100%;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div:last-of-type > div {
  width: 100%;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div label {
  display: block;
  font-size: 1.875rem;
  font-size: 1.4375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div label {
    font-size: 1.2rem;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div select, .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div input:not(.form-check-input) {
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: #002D74;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px 30px;
  width: 100%;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1024px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div select, .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div input:not(.form-check-input) {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div select, .mdl-newsfiltering .mdl-newsfiltering__selectwrapper > div input:not(.form-check-input) {
    font-size: 1.2rem;
    padding: 15px;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper ~ .mdl-newsfiltering__selectwrapper > div:first-of-type {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .mdl-newsfiltering .mdl-newsfiltering__selectwrapper ~ .mdl-newsfiltering__selectwrapper > div:first-of-type {
    width: 100%;
  }
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper ~ .mdl-newsfiltering__selectwrapper > div:first-of-type > div {
  width: 100%;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper ~ .mdl-newsfiltering__selectwrapper > div:last-of-type {
  width: auto;
}
.mdl-newsfiltering .mdl-newsfiltering__selectwrapper ~ .mdl-newsfiltering__selectwrapper > div:last-of-type > div {
  width: auto;
}
@media screen and (max-width: 480px) {
  .mdl-newsfiltering {
    display: none;
  }
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.mdl-searchinput {
  margin-top: 0px;
  width: 100%;
  height: 65px;
  border-radius: 10px;
  border: none;
  padding: 0 25px 0 85px !important;
  background-image: url('data:image/svg+xml,<svg id="Gruppe_178" data-name="Gruppe 178" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27.827" height="27.827" viewBox="0 0 27.827 27.827"> <defs> <clipPath id="clip-path"> <rect id="Rechteck_135" data-name="Rechteck 135" width="27.827" height="27.827" fill="%23003389"/> </clipPath> </defs> <g id="Gruppe_168" data-name="Gruppe 168" clip-path="url(%23clip-path)"> <path id="Pfad_319" data-name="Pfad 319" d="M18.484,3.167A10.831,10.831,0,1,0,17.032,19.7L24.56,27.23a1.888,1.888,0,0,0,2.67-2.67L19.7,17.033A10.848,10.848,0,0,0,18.484,3.167M16.7,16.7a8.314,8.314,0,1,1,0-11.757,8.323,8.323,0,0,1,0,11.757" transform="translate(0 0)" fill="%23003389"/> </g></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: left 22px center !important;
  background-color: #ffffff !important;
  color: black !important;
}

.mdl-newscontainer {
  background-image: url("../images/newswaves.png");
  background-repeat: repeat;
  background-size: cover;
  background-color: rgba(238, 238, 238, 0.5);
  padding: 60px 0;
  position: relative;
}
.mdl-newscontainer .mdl-newscontainer__headline {
  display: flex;
  gap: 35px;
  align-items: flex-end;
  margin-bottom: 50px;
  position: relative;
}
.mdl-newscontainer .mdl-newscontainer__headline h2 {
  font-size: 3.75rem;
  font-weight: 300;
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  .mdl-newscontainer .mdl-newscontainer__headline h2 {
    font-size: 2.8125rem;
  }
}
.mdl-newscontainer .mdl-newscontainer__headline h2 + span {
  font-size: 1.3125rem;
  padding: 7px 15px 10px 15px;
  border-radius: 21px;
  border: 1px solid #707070;
}
.mdl-newscontainer .mdl-newscontainer__wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item {
  border-radius: 5px;
  flex: 1 1 30%;
  background: #ffffff;
  max-width: calc(33.3333333333% - 16.6666666667px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item {
    flex: 1 1 50%;
    max-width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 480px) {
  .mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item.new:before {
  content: "Neu";
  text-transform: uppercase;
  font-size: 1.1875rem;
  background: #F5B335;
  padding: 3px 10px 6px 10px;
  position: absolute;
  color: #000000;
  right: 0;
  font-weight: 400;
  font-family: RopaMix;
  top: 0px;
  border-radius: 4px;
  transform: translateY(-50%) translateX(-50%);
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div:first-of-type {
  padding: 38px;
}
@media screen and (max-width: 1024px) {
  .mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div:first-of-type {
    padding: 25px 25px 0;
  }
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div:last-of-type {
  position: relative;
  margin-top: 60px;
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div time {
  font-size: 1.1875rem;
  font-weight: 400;
  color: #002D74;
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div h2 {
  font-size: 1.4375rem;
  color: #000000;
  font-weight: 500;
  max-width: 90%;
  margin-top: 10px;
  line-height: 1.2em;
}
@media screen and (max-width: 1680px) {
  .mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item > div h2 {
    max-width: 100%;
  }
}
.mdl-newscontainer .mdl-newscontainer__wrapper .mdl-newscontainer__item a {
  position: absolute;
  top: 0px;
  left: 38px;
  transform: translateY(-50%);
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.new:before {
  z-index: 1;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type {
  display: flex;
  gap: 20px;
  padding: 21px 80px 38px 21px;
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type {
    padding: 21px 60px 38px 21px;
  }
}
@media screen and (max-width: 640px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type {
    padding: 21px 21px 38px 21px;
    flex-direction: column;
    align-items: flex-start;
    background-position: top 35px right 15px !important;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type > div:first-of-type {
  text-align: center;
  flex: 0 0 auto;
  transform: translateY(-1px);
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type > div time {
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.3125rem;
}
@media screen and (max-width: 480px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type > div time {
    line-height: 1.4em;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:first-of-type > div time span {
  font-size: 50px;
  font-weight: 700;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item > div:last-of-type {
  margin-top: 0px;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item .location {
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: flex;
  gap: 10px;
  font-size: 1.3125rem;
  align-items: center;
  color: #000000;
  text-decoration: underline;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a span {
  font-size: inherit;
  color: inherit;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a:hover, .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a:focus {
  color: #F5B335;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a svg {
  display: inline-block;
  transform: translateY(10%);
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more {
  color: #002D74;
  text-decoration: none;
  margin-top: 30px;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more svg {
  transition: 0.3s;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:hover, .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:focus {
  color: #F5B335;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:hover svg, .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:focus svg {
  transform: translateX(5px) translateY(10%);
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:hover svg path, .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item a.read_more:focus svg path {
  fill: #F5B335;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.concert > div:first-of-type {
  background-image: url(../images/concert.jpg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 35px;
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.concert > div:first-of-type {
    background-size: 30px;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.concert > div:first-of-type > div time span {
  color: #722382;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.concert .location svg path {
  fill: #722382;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.theatre > div:first-of-type {
  background-image: url(../images/theatre.jpg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 60px;
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.theatre > div:first-of-type {
    background-size: 40px;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.theatre > div:first-of-type > div time span {
  color: #76BC22;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.theatre .location svg path {
  fill: #76BC22;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.exhibition > div:first-of-type {
  background-image: url(../images/exhibition.jpg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 60px;
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.exhibition > div:first-of-type {
    background-size: 40px;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.exhibition > div:first-of-type > div time span {
  color: #0071CE;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.exhibition .location svg path {
  fill: #0071CE;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.music > div:first-of-type {
  background-image: url(../images/music.jpg);
  background-repeat: no-repeat;
  background-position: top 15px right 15px;
  background-size: 35px;
}
@media screen and (max-width: 768px) {
  .mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.music > div:first-of-type {
    background-size: 30px;
  }
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.music > div:first-of-type > div time span {
  color: #CE0E2D;
}
.mdl-newscontainer.mdl-eventcontainer .mdl-newscontainer__item.music .location svg path {
  fill: #CE0E2D;
}

.mdl-pagination {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 0px;
  transform: translateY(50%);
}
@media screen and (max-width: 480px) {
  .mdl-pagination {
    gap: 0px;
    transform: none;
    position: relative;
    justify-content: center;
    width: 100%;
  }
}
.mdl-pagination .mdl-pagination__button-wrapper {
  display: flex;
}
.mdl-pagination .mdl-pagination__button-wrapper a {
  background: #eeeeee;
  color: black;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .mdl-pagination .mdl-pagination__button-wrapper a {
    width: 40px;
    height: 40px;
    background: #ffffff;
  }
}
.mdl-pagination .mdl-pagination__button-wrapper a:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mdl-pagination .mdl-pagination__button-wrapper a:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mdl-pagination .mdl-pagination__button-wrapper a:hover, .mdl-pagination .mdl-pagination__button-wrapper a:focus {
  background: #0071CE;
  border-radius: 5px;
  color: #ffffff;
}
.mdl-pagination .mdl-pagination__button-wrapper a:hover svg path, .mdl-pagination .mdl-pagination__button-wrapper a:focus svg path {
  fill: #ffffff;
}
.mdl-pagination .mdl-pagination__button-wrapper a svg {
  transition: 0.3s;
}
.mdl-pagination .mdl-pagination__button-wrapper.nextbutton a svg {
  transform: rotate(180deg);
}
.mdl-pagination .mdl-pagination__button-wrapper.centerbutton a.active {
  background: #002D74;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .mdl-pagination .mdl-pagination__button-wrapper.centerbutton {
    display: none;
  }
}
.mdl-pagination .mdl-pagination__button-wrapper.centerbutton.selectbox {
  display: none;
}
.mdl-pagination .mdl-pagination__button-wrapper.centerbutton.selectbox select {
  width: 110px;
  background-color: #002D74;
  color: white;
  border-radius: 0px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 5px 10px 5px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.29' height='9.996' viewBox='0 0 18.29 9.996'%3E%3Cpath id='Pfad_17488' data-name='Pfad 17488' d='M0 0 8.445 8.282 16.89 0' transform='translate(0.7 0.714)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .mdl-pagination .mdl-pagination__button-wrapper.centerbutton.selectbox {
    display: block;
  }
}
.mdl-pagination .mdl-pagination__button-wrapper.nextbutton a:first-of-type, .mdl-pagination .mdl-pagination__button-wrapper.prevbutton a:first-of-type {
  position: relative;
}
.mdl-pagination .mdl-pagination__button-wrapper.nextbutton a:first-of-type:before, .mdl-pagination .mdl-pagination__button-wrapper.prevbutton a:first-of-type:before {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.23);
  height: 80%;
  top: 10%;
  transform: translate(1px, 0);
}

::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.3125rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  ::-webkit-input-placeholder {
    font-size: 1.0625rem;
  }
}

:-moz-placeholder {
  font-style: italic;
  font-size: 1.3125rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  :-moz-placeholder {
    font-size: 1.0625rem;
  }
}

::-moz-placeholder {
  font-style: italic;
  font-size: 1.3125rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  ::-moz-placeholder {
    font-size: 1.0625rem;
  }
}

:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.3125rem;
  color: #000000;
}
@media screen and (max-width: 480px) {
  :-ms-input-placeholder {
    font-size: 1.0625rem;
  }
}

.mdl_slider__allItems {
  position: absolute;
  bottom: -7px;
  right: 100px;
}
@media screen and (max-width: 1280px) {
  .mdl_slider__allItems {
    right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .mdl_slider__allItems {
    bottom: -27px;
    right: 45px;
  }
}
@media screen and (max-width: 480px) {
  .mdl_slider__allItems {
    bottom: -37px;
  }
}
.mdl_slider__allItems a {
  font-size: 1.3125rem;
  font-weight: 300;
  text-decoration: none;
  color: #002D74;
  display: flex;
  align-items: center;
  transition: 0.3s;
  gap: 5px;
}
@media screen and (max-width: 480px) {
  .mdl_slider__allItems a {
    font-size: 1rem;
  }
}
.mdl_slider__allItems svg {
  transform: translateY(3px);
  height: 10px;
}
@media screen and (max-width: 400px) {
  .mdl_slider__allItems svg {
    transform: translateY(0px);
  }
}
.mdl_slider__allItems svg path {
  transition: 0.3s;
  fill: #002D74;
}
.mdl_slider__allItems:hover a, .mdl_slider__allItems:focus a {
  color: #F5B335;
}
.mdl_slider__allItems:hover svg path, .mdl_slider__allItems:focus svg path {
  fill: #F5B335;
}

.d-none {
  opacity: 0;
}

.fade-in {
  display: block !important;
  opacity: 1 !important;
}

#mdl-maintopic__slider .slick-next, #mdl-newsslider .slick-next {
  display: none !important;
}

.hide-mobile {
  display: block;
}
.hide-mobile.mdl-buttonwrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
  .hide-mobile.mdl-buttonwrapper {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-mobile {
    display: inherit;
  }
  .show-mobile.mdl-selectboxblock {
    display: flex;
  }
  .show-mobile.mdl-buttonwrapper {
    display: flex;
  }
}

.slick-disabled {
  cursor: not-allowed;
  opacity: 0.3 !important;
}

.text-left {
  text-align: left !important;
}

#landingpage h2 {
  color: #AE993E;
}
#landingpage .mdl-button_blue {
  background: #AE993E;
}
#landingpage .mdl-button_blue:hover, #landingpage .mdl-button_blue:focus {
  background: #F5B335;
}
#landingpage .mdl-button_blue.inverse {
  background: none !important;
  color: #000000 !important;
  border: 1px solid #AE993E !important;
}
#landingpage .mdl-button_blue.inverse:hover, #landingpage .mdl-button_blue.inverse:focus {
  background: #AE993E !important;
  color: #ffffff !important;
}
#landingpage .mdl-button_darkblue {
  background: #AE993E;
}
#landingpage .mdl-button_darkblue:hover, #landingpage .mdl-button_darkblue:focus {
  background: #F5B335;
}
#landingpage .mdl-button_darkblue.inverse {
  color: #000000 !important;
  background: none !important;
  border: 1px solid #AE993E !important;
}
#landingpage .mdl-button_darkblue.inverse:hover, #landingpage .mdl-button_darkblue.inverse:focus {
  background: #AE993E !important;
  color: #ffffff !important;
}
#landingpage .mdl-selectboxblock svg path {
  fill: #AE993E;
}
#landingpage .mdl-selectboxblock > span {
  border-color: #AE993E;
}
#landingpage .mdl-selectboxblock select {
  background: #AE993E;
}
#landingpage .tpl-maintopics .tpl-maintopics__wrapper .mdl-slider__wrapper .mdl-maintopic__slider figure:after {
  background: rgb(136, 136, 136);
  background: linear-gradient(180deg, rgba(136, 136, 136, 0) 0%, rgba(39, 43, 51, 0.35) 65%, rgba(0, 0, 0, 0.7) 100%);
}
#landingpage .mdl-mainmenuheader {
  background: none;
  position: relative;
  color: #000000;
  width: calc(100% - 240px);
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
#landingpage .mdl-mainmenuheader.inverse {
  position: absolute;
}
#landingpage .mdl-mainmenuheader > div {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
#landingpage .mdl-mainmenuheader > a img {
  height: 75px;
  width: auto;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(1) svg path {
  fill: #000000;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(1) a:hover svg path, #landingpage .mdl-mainmenuheader li:nth-of-type(1) a:focus svg path {
  fill: #ffffff;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(2) svg path {
  stroke: #ffffff;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(2) svg path:nth-of-type(2) {
  fill: #000000;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(2) a:hover svg path, #landingpage .mdl-mainmenuheader li:nth-of-type(2) a:focus svg path {
  stroke: #000000;
}
#landingpage .mdl-mainmenuheader li:nth-of-type(2) a:hover svg path:nth-of-type(2), #landingpage .mdl-mainmenuheader li:nth-of-type(2) a:focus svg path:nth-of-type(2) {
  fill: #ffffff;
}
#landingpage .mdl-mainmenuheader li a:hover, #landingpage .mdl-mainmenuheader li a:focus {
  background: #AE993E;
  color: #ffffff;
}
#landingpage .mdl-mainmenuheader .menuopener {
  color: #AE993E;
}
#landingpage .mdl-mainmenuheader .menuopener svg line {
  stroke: #AE993E;
}
#landingpage .mdl-mainmenuheader .menuopener:hover, #landingpage .mdl-mainmenuheader .menuopener:focus {
  background: #AE993E;
  color: #ffffff;
}
#landingpage .mdl-mainmenuheader .menuopener:hover svg line, #landingpage .mdl-mainmenuheader .menuopener:focus svg line {
  stroke: #ffffff;
}
#landingpage .mdl-header__mediawrapper:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgb(255, 219, 61);
  background: linear-gradient(90deg, rgba(255, 219, 61, 0.5) 0%, rgba(84, 84, 84, 0) 100%);
  top: 0px;
  left: 0px;
  z-index: 1;
}
#landingpage .mdl-header__mediawrapper:after {
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(84, 84, 84, 0) 100%);
}
#landingpage .header-headline {
  font-size: 6.6875rem;
  font-weight: 700;
}
#landingpage .mdl-footerwrapper > div div:first-child {
  flex: 0 0 auto;
}
#landingpage .mdl-footerwrapper > div div:first-child img {
  height: 75px;
  width: auto;
}
#landingpage .slick-dots li {
  background: #AE993E;
}
#landingpage .mdl_slider__allItems a {
  color: #000000;
}
#landingpage .mdl_slider__allItems a svg path {
  fill: #000000;
}
#landingpage .mdl_slider__allItems a:hover, #landingpage .mdl_slider__allItems a:focus {
  color: #F5B335;
}
#landingpage .mdl_slider__allItems a:hover svg path, #landingpage .mdl_slider__allItems a:focus svg path {
  fill: #F5B335;
}
#landingpage #mdl-newsslider .mdl-maintopic__slider__item figure figcaption time {
  background: #AE993E;
  padding: 5px;
  border-radius: 0.625rem;
  font-size: 1.1875rem;
  color: white;
  display: inline-block;
}
#landingpage #mdl-newsslider .mdl-maintopic__slider__item figure figcaption span {
  font-size: 1.4375rem;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 15px;
}
#landingpage #mdl-newsslider .mdl-maintopic__slider__item:hover, #landingpage #mdl-newsslider .mdl-maintopic__slider__item:focus {
  background: none;
}
#landingpage #mdl-newsslider .mdl-maintopic__slider__item:hover figcaption, #landingpage #mdl-newsslider .mdl-maintopic__slider__item:focus figcaption {
  background: none !important;
}
#landingpage #mdl-newsslider .mdl-maintopic__slider__item:hover figcaption time, #landingpage #mdl-newsslider .mdl-maintopic__slider__item:focus figcaption time {
  color: white !important;
}

/*Template*/

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