/* -------------------------------------------------------------
//  Fonts
// -----------------------------------------------------------*/
/* roboto-regular - latin */
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url(../fonts/Roboto-Light.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src:
    local(""),
    url(../fonts/Roboto-Medium.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src:
    local(""),
    url(../fonts/Roboto-Bold.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed - latin */
@font-face {
  font-family: "roboto-condensed";
  font-style: normal;
  font-weight: 300;
  src:
    local(""),
    url(../fonts/RobotoCondensed-Light.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed - latin */
@font-face {
  font-family: "roboto-condensed";
  font-style: normal;
  font-weight: 400;
  src:
    local(""),
    url(../fonts/RobotoCondensed-Regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: auto;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2e2d2c;
}

h1 {
  font-family: roboto-condensed, sans-serif;
  font-size: 31px;
  line-height: 31px;
  font-weight: 300;
  font-style: normal;
  color: #012669;
  text-transform: uppercase;
  margin-bottom: 17px;
  letter-spacing: 6px;
}

.h1-white {
  font-family: roboto-condensed, sans-serif;
  font-size: 31px;
  line-height: 31px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 17px;
  letter-spacing: 6px;
}

.content h1,
.container h1 {
  margin-bottom: 25px;
  line-height: 38px;
}

h2 {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 24px;
  color: #2e2d2c;
  margin-bottom: 10px;
}

h3 {
  font-family: roboto-condensed, sans-serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  color: #012669;
  margin-bottom: 17px;
  letter-spacing: 1px;
}

h4 {
  font-family: roboto-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 4px;
  color: #2e2d2c;
  margin-bottom: 40px;
}

h4 span {
  font-weight: 300;
}

h5 {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #a4bde4;
  margin-bottom: 10px;
}

h6 {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #012669;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0;
}

.angebote {
  font-family: roboto, sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2e2d2c;
}

a:link,
a:visited {
  text-decoration: none;
  border: 0;
  color: #012669;
}

a:hover,
a:active {
  text-decoration: none;
  border: 0;
  color: #2e2d2c;
}

img {
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

hr {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  border-bottom: 3px solid #edf2fa;
  background-color: #fff;
  height: 0;
  margin: 40px 0;
  display: block;
  clear: both;
  padding-top: 7px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9005;
  height: 172px;
  width: 100%;
  background-image: url("../images/bg-header.png");
  background-position: bottom center;
  background-size: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header-inner {
  margin: 0 auto;
  padding: 23px 30px;
  max-width: 1200px;
  position: relative;
}

.logo {
  width: 247px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#logo {
  float: left;
  width: 32%;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#search {
  float: left;
  width: 68%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#search-field {
  float: left;
  width: 35%;
  text-align: right;
  position: relative;
  padding: 17px 0 0 0;
}

.search {
  border: 0;
  width: 90%;
  padding: 4px 12px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  background: #a4bde4;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.searchm {
  border: 0;
  width: 230px;
  padding: 6px 10px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  background: #a4bde4;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.search::-webkit-input-placeholder {
  color: #fff;
}

.search:focus {
  outline: none;
}

.searchsubmit {
  position: absolute;
  top: 28px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: none;
}

.searchsubmitm {
  position: absolute;
  top: 12px;
  right: 82px;
  width: 15px;
  height: 15px;
  background: none;
}

#searchbutton {
  display: none;
}

#fontswitch {
  float: left;
  width: 15%;
  margin-left: 15%;
  padding-top: 31px;
  text-align: left;
}

#start-img {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
  border-spacing: 0;
}

#slideimg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  padding: 0;
  margin: 0;
  display: table-cell;
  border-spacing: 0;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/header/kirche-am-markt-niendorf.jpg");
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
}

#slideimg-inner {
  padding-top: 20%;
  width: 100%;
  position: absolute;
  top: -44px;
}
.slid-img img {
  object-fit: cover;
  height: 100vh;
}

#claim {
  width: 380px;
  height: auto;
  padding: 15px 20px;
  background: url("../images/bg-claim.png");
  margin: 0 0 0 15%;
}

#claim h1 {
  color: #fff;
  line-height: 36px;
}
#claim h6 {
  color: #fff !important;
}
#pointer-left {
  width: 60px;
  height: 60px;
  z-index: 7000;
  left: 0;
  top: 50%;
  position: absolute;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pointer-right {
  width: 60px;
  height: 60px;
  z-index: 7001;
  right: 0;
  top: 50%;
  position: absolute;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pointer-left:hover,
#pointer-right:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger {
  position: absolute;
  top: 39px;
  right: 30px;
  width: 40px;
  height: 43px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 29200;
}

label.hamburg {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

input#hamburg {
  display: none;
}

.hamburg {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.line1 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 3px;
  width: 40px;
  background: #3d598b;
  border-radius: 3px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.line2 {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 3px;
  width: 35px;
  background: #3d598b;
  border-radius: 3px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.line3 {
  position: absolute;
  top: 21px;
  left: 8px;
  height: 3px;
  width: 32px;
  background: #3d598b;
  border-radius: 3px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hamburg.checked .line1 {
  transform: translateX(5px) translateY(7px) rotate(-45deg);
  background: #fff;
  width: 30px;
}

.hamburg.checked .line2 {
  opacity: 0;
}

.hamburg.checked .line3 {
  transform: translateX(-3px) translateY(-9px) rotate(45deg);
  background: #fff;
  width: 30px;
}
nav.mod_navigation.block {
  margin-bottom: 2rem;
}
#navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;

  background: #fff url("../images/bg-navi.png") no-repeat bottom center;
  background-size: cover;
  width: 98%;
  height: 94%;
  padding: 3% 1%;
  overflow: auto;
  overflow-x: hidden;
}
li.nav__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.nav__list.level_1 .navi {
  margin: 15px 0 0 0;
  display: flex;
  flex-basis: 80%;
  flex-grow: 1;
}
a.navi {
  text-transform: uppercase;
}

ul.nav__list.nav--menu.level_2 {
  padding-left: 37px;
  padding-top: 5px;
  flex-grow: 0;
}
.level_2 .nav__sub-item {
  list-style: none;
}
.level_2 .nav__sub-link {
  text-transform: uppercase;
}
a.navi:link,
a.navi:visited {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #3d598b;
  background: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.navi:hover,
a.navi:active,
.navi.active {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #2e2d2c !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#mnav-button {
  position: absolute;
  z-index: 99999;
  top: 30px;
  right: 30px;
}

.content,
.content-plain,
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 50px;
}

.content .xl,
.container .xl {
  width: 70%;
  float: left;
  margin: 0 30px 30px 0;
}

.hochformat {
  float: left;
  width: 27% !important;
  margin: 0 30px 30px 0;
}

.content ul,
.container ul {
  color: #012669;
  margin: 10px 30px;
  list-style: none;
}

.content ul li,
.container ul li {
  background: url("../images/bullet.png") no-repeat left center;
  padding-left: 22px;
}

.content ul li,
.container ul li {
  margin: 7px 0;
}
.content ol,
.container ol {
  list-style-type: circle;
  color: #012669;
  margin: 10px 30px;
}

.content ol li,
.container ol li {
  padding: 0;
  background: none;
  color: #2e2d2c;
}
.content ul span,
.container ul span {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2e2d2c;
}

.content a:link,
.content a:visited,
.content a.mlink:link,
.content a.mlink:visited,
.container a:link,
.container a:visited,
.container a.mlink:link,
.container a.mlink:visited {
  text-decoration: none;
  border-bottom: 1px solid #012669;
  color: #012669;
}

.content a:hover,
.content a:active,
.content a.mlink:hover,
.content a.mlink:active,
.container a:hover,
.container a:active,
.container a.mlink:hover,
.container a.mlink:active {
  text-decoration: none;
  border-bottom: 0;
  color: #2e2d2c;
}

.content-left {
  float: left;
  width: 47.5%;
}

.content-right {
  float: left;
  width: 47.5%;
  margin-left: 5%;
}

.accordion div .content-left {
  float: left;
  width: 40%;
}

.accordion div .content-right {
  float: left;
  width: 40%;
}

.menschen .content-left img,
.menschen .content-right img {
  width: 200px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.menschen img {
  width: 200px;
  float: left;
  margin-right: 30px;
}

.clr {
  clear: both;
  height: 10px;
}

.blau,
blockquote {
  background: #d0ecf8;
  padding: 15px 20px;
  display: inline-block;
}

.accordion h2 {
  background: #a4bde4 url("../images/pointer-down.png") no-repeat left center;
  padding: 7px 20px 7px 45px;
  margin-bottom: 24px;
  cursor: pointer;
  text-transform: uppercase;
}

.accordion div {
  padding: 0 25px 29px 25px;
}

a.kachel:link,
a.kachel:visited,
a.kachel:hover,
a.kachel:active {
  position: relative;
  float: left;
  display: block;
  width: 30%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 0;
}

a.kachel2:link,
a.kachel2:visited,
a.kachel2:hover,
a.kachel2:active {
  position: relative;
  float: left;
  display: block;
  width: 45%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 0;
}

.kachel img,
.kachel2 img {
  line-height: 0;
  opacity: 0.85;
}

.kachel img:hover,
.kachel2 img:hover {
  opacity: 1;
}

.kachel div,
.kachel2 div {
  line-height: 0;
  background: rgba(1, 38, 105, 0.7);
  width: 92%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4%;
  text-align: center;
  margin: 0 auto;
}

.kachel h3,
.kachel2 h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #fff;
}

header img {
  margin-top: 70px;
  width: 100%;
  height: auto;
}
#header-img img {
  margin-top: 70px;
  width: 100%;
  height: auto;
}
/* Startseite */

.news-l {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.news-r {
  float: left;
  width: 45%;
  margin-left: 5%;
}

#start-blue h6,
#start-blue h3,
#start-blue h2 {
  color: #fff;
}

#start-blue a:link,
#start-blue a:visited,
#start-blue a:hover,
#start-blue a:active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.news-img {
  width: 200px;
  height: 200px;
  float: left;
}

.news-txt {
  float: left;
  margin-left: 4%;
  width: 50%;
}

.nbreak {
  display: none;
  height: 30px;
  clear: both;
}

.veran-entry {
  float: left;
  width: 30%;
  margin: 0;
  text-align: center;
}

.veran-entry-m {
  float: left;
  width: 30%;
  margin: 0 5%;
  text-align: center;
}

.vbreak {
  display: none;
  clear: both;
}

.lebens-l {
  float: left;
  width: 40%;
  margin: 40px 3% 25px 7%;
}

.lebens-r {
  float: left;
  width: 40%;
  margin: 40px 7% 25px 3%;
}

.lebens-l a:link,
.lebens-l a:visited,
.lebens-r a:link,
.lebens-r a:visited {
  border: 0;
}

#angebote-wrapper {
  background: #003366 url("../images/marktkirche-niendorf.jpg") no-repeat left
    center;
  background-size: 60% auto;
}

#angebote-outer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

#angebote-right {
  background: #003366;
  max-width: 50%;
  margin-left: 50%;
  color: #fff;
}

#angebote {
  padding: 50px 30px;
}

.ang-start-l {
  float: left;
  width: 45%;
}

.ang-start-r {
  float: left;
  width: 45%;
  margin-left: 5%;
}

#angebote a:link,
#angebote a:visited {
  text-decoration: none;
  color: #fff;
  font-size: 100px;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 12px;
  display: inline-block;
}

#angebote a:hover,
#angebote a:active {
  color: #fff;
  font-size: 100px;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #003366;
  margin-bottom: 12px;
  display: inline-block;
}

.nl-field {
  background: #edf2fa;
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #012669;
  border: 0;
  width: 270px;
  margin: 0 auto;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nl-submit {
  background: #fff;
  padding: 10px 15px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #012669;
  border: 1px solid #012669;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.nl-submit:hover {
  background: #edf2fa;
}

.nl-left {
  float: left;
  width: 290px;
  padding: 0 15px 25px 0;
  text-align: center;
}

.nl-right {
  float: left;
  width: 290px;
  padding: 0 0 25px 15px;
  text-align: center;
}

.christ-l {
  margin-right: 20px;
}

.christ-r {
  margin-left: 20px;
}

/* Footer */

#footer-outer {
  background: #003366;
}

#footer {
  background: #003366;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding: 60px 30px;
}

.footer-lr {
  text-align: center;
  float: left;
  width: 26%;
}

.footer-m {
  text-align: center;
  float: left;
  width: 26%;
  margin: 0 11%;
}

.footer-lr img,
.footer-m img {
  margin: 0 0 20px 0;
}

.footer-nl {
  background: #225585;
  padding: 7px 10px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  color: #a4bde4;
  margin: 0 15px 20px 15px;
  width: 240px;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.footer-nl-submit {
  background: #225585;
  padding: 7px 10px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  color: #a4bde4;
  border: 1px solid #a4bde4;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0 10px;
}

.footer-bar-l {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  float: left;
  width: 50%;
}

.footer-bar-r {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  float: left;
  width: 50%;
  text-align: right;
}

/* Tooltipster */

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-box {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #ededed;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-content {
  color: #666;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
  height: 9px;
  margin-left: -9px;
  width: 18px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
  height: 18px;
  margin-left: 0;
  margin-top: -9px;
  width: 9px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-background {
  border-bottom-color: #ededed;
  top: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left
  .tooltipster-arrow-background {
  border-left-color: #ededed;
  left: -1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-background {
  border-right-color: #ededed;
  left: 1px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top
  .tooltipster-arrow-background {
  border-top-color: #ededed;
  top: -1px;
}
.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
  border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-border {
  border-bottom-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-left
  .tooltipster-arrow-border {
  border-left-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-border {
  border-right-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-top
  .tooltipster-arrow-border {
  border-top-color: #ccc;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-bottom
  .tooltipster-arrow-uncropped {
  top: -9px;
}
.tooltipster-sidetip.tooltipster-light.tooltipster-right
  .tooltipster-arrow-uncropped {
  left: -9px;
}

/* Topscroller */

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  z-index: 99995;
  bottom: 18px;
  right: 24px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top.png") no-repeat left top;
}

#toTopHover {
  background: url("../images/to-top.png") no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/* Cookie-Banner */

#mbmcookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 95%;
  z-index: 99990;
  background: #2e2d2c;
  color: #fff;
  padding: 10px 2.5%;
}

#mbmcookie a:link,
#mbmcookie a:visited,
#mbmcookie a:hover,
#mbmcookie a:active {
  color: #fff;
}

#mbmcookie a.button {
  text-align: center;
  cursor: pointer;
  background: #a4bde4;
  color: #062a6c;
  padding: 3px 5px;
  border-radius: 3px;
  float: right;
  margin-left: 20px;
}

#mbmcookie span.cookiemessage {
  float: left;
  width: 88%;
  display: block;
}

.invisible {
  display: none;
}

.d-flex img,
.d-flex p {
  display: inline;
}

.ce_gallery ul li,
.newslist__item {
  background: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  list-style: none !important;
}
.newslist {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: unset !important;
}

.ce_gallery ul {
  margin-left: 0;
  margin-right: 0;
}

.kachel__wrapper .kachel:nth-child(2) {
  margin: 0 5%;
}

.kachel__wrapper {
  flex-wrap: wrap;
  display: flex;
  margin: 32px 0px;
}

.kachel__wrapper .kachel2:first-child {
  margin: 0 5% 2% 0;
}
.kachel__wrapper .kachel2:nth-child(2) {
  margin: 0 0 2% 0;
}

.bg-color-blau {
  background: #3d598c;
  color: white;
}
.bg-color-blau h1,
.bg-color-blau h2,
.bg-color-blau h3,
.bg-color-blau a {
  color: white;
}

.bg-color-hell-blau {
  background: #a4bde4;
  border: 1px solid #a4bde4;
}
.bg-color-hell-blau .losung__wrapper {
  text-align: center;
}
.bg-color-grau {
  background: #d2d3d2;
}

.section-padding-none .content {
  margin-bottom: 0 !important;
}

:not(.section-padding-top-normal):not(.section-padding-bottom-normal)
  .container {
  margin-bottom: 0 !important;
}

.rmBody.rmBody--embed {
  width: 90% !important;
  background: #fff;
  margin: 0 auto;
}
#rmOrganism .rmBase {
  padding-bottom: 0px;
  margin: 0 auto;
  background: #fff;
  color: #969a9e;
  min-width: 80%;
  color: #2e2d2c;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
#rmOrganism .rmBase__comp--textlink {
  color: #003366;
}
#rmOrganism .rmBase__comp--link {
  color: #003366;
}
#rmOrganism .rmBase__comp--button {
  background: #003366;
  border: 0px solid #003366;
  border-radius: 0px;
  color: #ffffff;
}
#rmOrganism .rmBase__comp--cta {
  background: #003366;
  border: 0px solid #003366;
  border-radius: 0px;
  color: #ffffff;
}
#rmOrganism .rmBase__compError {
  color: #ffffff;
  background-color: #ff0000;
}
#rmOrganism .rmSubscription {
  background: #fff;
  color: #2e2d2c;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
}
#rmOrganism .rmSubscription .rmBase__el {
  font-size: 16px;
  margin-bottom: 1em;
  border-radius: 0;
}
#rmOrganism .rmSubscription .rmBase__el--logo {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--heading {
  margin-bottom: 0px;
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--text {
  margin-bottom: 28px;
  text-align: left;
  border-radius: 0;
}
#rmOrganism .rmSubscription .rmBase__el--link {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: stretch;
}
#rmOrganism .rmSubscription .rmBase__el--legal-notice {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__comp--heading {
  color: #003366;
  font-size: 28px;
  line-height: 37px;
}
#rmOrganism .rmSubscription .rmBase__comp--text {
  font-size: 16px;
  line-height: 24px;
}
#rmOrganism .rmSubscription .rmBase__compLabel {
  color: #c9ced4;
  border-radius: 0;
}
#rmOrganism .rmSubscription .rmBase__comp--cta {
  font-size: 16px;
}
#rmOrganism .rmPopup__close {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
#rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}
#rmOrganism .rmPage {
  background: #fff;
  color: #2e2d2c;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
#rmOrganism .rmPage .rmBase__comp--heading {
  color: #003366;
}
#rmOrganism .rmPage .rmBase__compLabel {
  color: #969a9e;
  border-radius: 0 !important;
}
.rmBody {
  margin: 0;
  padding: 0;
}
#rmOrganism {
  box-sizing: border-box;
}
#rmOrganism * {
  color: currentColor;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
#rmOrganism *,
#rmOrganism :after,
#rmOrganism :before {
  box-sizing: inherit;
}
#rmOrganism button::-moz-focus-inner,
#rmOrganism input::-moz-focus-inner {
  border: 1px solid #003366;
  padding: 0;
}
#rmOrganism input[type="email"],
#rmOrganism input[type="password"],
#rmOrganism input[type="text"],
#rmOrganism textarea {
  -webkit-appearance: none;
}
#rmOrganism .hidden {
  display: none !important;
}
#rmOrganism .rmPopup__container {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
#rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}
#rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup {
  overflow: hidden;
  pointer-events: auto;
}
#rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 2px;
  width: 1.6em;
  z-index: 100;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 0 0 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}

#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 0 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(100% - 1em);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1em);
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}
#rmOrganism
  .rmPopup__container
  .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}
#rmOrganism .rmBase__el .comp__input,
#rmOrganism .rmBase__el .comp__select {
  background: #fff;
  border: 1px solid #003366;
  border-radius: 0 !important;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0.5em;
  vertical-align: top;
  width: 100%;
}
#rmOrganism .rmBase__el .comp__input:focus,
#rmOrganism .rmBase__el .comp__select:focus {
  box-shadow:
    inset 0 2px 1px rgba(0, 0, 0, 0.05),
    inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #777;
  outline: none;
}
#rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}
#rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}
#rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}
#rmOrganism .rmBase__el--image {
  margin: 0 !important;
}
#rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
#rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}
#rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}
#rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}
#rmOrganism .rmBase__comp--cta {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}
#rmOrganism .rmBase__comp--button,
#rmOrganism .rmBase__comp--link {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--link {
  font-weight: 400;
  padding: 0.5em 0;
}
#rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--button {
  font-weight: 700;
  padding: 0.5em 1em;
}
#rmOrganism .rmBase__comp--textlink {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}
#rmOrganism .rmBase__comp--birthday {
  display: flex;
}
#rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}
#rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}
#rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}
#rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
#rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: currentColor;
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox,
#rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid 003366;
  border-radius: 0px !important;
  color: #777;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  min-width: 200px;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism
  .rmBase__comp--checkbox
  .vFormCheckbox
  .vFormCheckbox__input:checked
  ~ .vFormCheckbox__indicator:after,
#rmOrganism
  .rmBase__comp--radio
  .vFormCheckbox
  .vFormCheckbox__input:checked
  ~ .vFormCheckbox__indicator:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.4 5.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E")
    no-repeat 50%;
  content: "";
  display: block;
  height: 0.75em;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  position: absolute;
  top: 50%;
  width: 0.75em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__label,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0;
}
#rmOrganism
  .rmBase__comp--checkbox
  .vFormCheckbox
  .vFormCheckbox__indicator
  ~ .vFormCheckbox__label,
#rmOrganism
  .rmBase__comp--radio
  .vFormCheckbox
  .vFormCheckbox__indicator
  ~ .vFormCheckbox__label {
  margin: 0 0 0 0.75em;
}
#rmOrganism
  .rmBase__comp--checkbox
  .vFormCheckbox:hover
  .vFormCheckbox__indicator,
#rmOrganism
  .rmBase__comp--radio
  .vFormCheckbox:hover
  .vFormCheckbox__indicator {
  border-color: #777;
}
#rmOrganism .rmBase__comp--checkbox {
  font-size: 1em;
  line-height: 1.25;
}
#rmOrganism .rmBase__comp--radio {
  padding-top: 0.625em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  flex-direction: column;
}
#rmOrganism .rmBase__comp--radio .vFormRadio {
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__indicator {
  background: #fff;
  border: 1px solid #003366;
  border-radius: 100%;
  color: #777;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism
  .rmBase__comp--radio
  .vFormRadio
  .vFormRadio__input:checked
  ~ .vFormRadio__indicator:after {
  background: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 0.5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: 0.5em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 0 0.75em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__indicator {
  border-color: #777;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline {
  display: inline-flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked {
  display: flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child) {
  margin-top: 0.5em;
}
#rmOrganism .rmBase__compError {
  border-radius: 0px !important;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  padding: 1px 5px;
}
#rmOrganism .rmBase__compError--radio {
  margin-top: 0.5em;
}
#rmOrganism .rmBase__comp--legal-noticeDivider {
  background: currentColor;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 1em;
  height: 2px;
  line-height: 0;
  margin-bottom: 1em;
  opacity: 0.25;
  overflow: hidden;
  width: 10em;
}
#rmOrganism .rmBase__comp--legal-notice {
  font-size: 11px;
  line-height: 1.4;
}

#rmOrganism .rmLayout--vertical.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}

#rmOrganism
  .rmLayout--vertical.rmBase.rmLayout--vertical-image-top
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right {
  max-width: 640px;
}
#rmOrganism
  .rmLayout--vertical.rmBase.rmLayout--vertical-image-right
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

#rmOrganism
  .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
  order: 10;
}

#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left {
  max-width: 640px;
}
#rmOrganism
  .rmLayout--vertical.rmBase.rmLayout--vertical-image-left
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

#rmOrganism .rmLayout--horizontal.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 640px;
}

#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right {
  max-width: 800px;
}
#rmOrganism
  .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left {
  max-width: 800px;
}
#rmOrganism
  .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left
  .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}

#rmOrganism .rmSubscription.rmBase__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#rmOrganism .rmSubscription .rmBase__content {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
#rmOrganism .rmSubscription .rmBase__container {
  padding: 2em 1em;
}
#rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism
  .rmSubscription
  .rmBase__el.rmBase__el--label-pos-none
  .rmBase__compLabel.rmBase__compLabel--hideable {
  display: none;
}
#rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  display: flex;
  flex-direction: column;
}
#rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
.rmBody.rmBody--subscription.rmBody--popup {
  background: #e9edf2;
}
.rmBody.rmBody--subscription.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto;
}
#rmOrganism .rmPage {
  font-size: 16px;
}
#rmOrganism .rmPage .rmBase__container {
  margin: 0 auto;
  max-width: 44em;
  padding: 2em 1em;
}

#rmOrganism .rmPage .rmBase__comp--heading {
  font-size: 2em;
  line-height: 1.25;
}
#rmOrganism .rmPage .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 0.25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism .rmPage .rmBase__el {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
#rmOrganism .rmPage .rmBase__el--logo {
  margin: 0 0 3em;
}
#rmOrganism .rmPage .rmBase__el--coupon,
#rmOrganism .rmPage .rmBase__el--cta,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  margin: 3em 0;
}
#rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel {
  margin: 0 0 0.5em;
  max-width: 100%;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  text-align: left;
}
#rmOrganism .rmPage .rmBase__el--legal-notice {
  margin-top: 3rem;
  text-align: left;
}
#rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
#rmOrganism .rmLayout--page-centered .rmPage .rmBase__container,
#rmOrganism
  .rmLayout--page-centered
  .rmPage
  .rmBase__container
  .rmBase__el--legal-notice {
  text-align: center;
}
#rmOrganism .rmLayout--legacy .rmBase__el .comp__input,
#rmOrganism .rmLayout--legacy .rmBase__el .comp__select {
  border-radius: 0 !important;
  height: 2em;
  padding: 0.25em 0.5em;
}

#rmOrganism .rmLayout--legacy.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
#rmOrganism .rmLayout--legacy.rmBase .rmBase__container {
  padding: 10px;
}
.rmBody.rmBody--subscription.rmBody--legacy {
  background: transparent;
}
.rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto 0 0;
}

.ang-start {
  column-count: 2;
  column-gap: 20px; /* Adjust the gap between columns as needed */
}

.ang-start a {
  display: block;
  font-size: 19px;
  margin-bottom: 10px; /* Adjust the margin between list items as needed */
}

.lebens__wrapper {
  column-count: 2;
  margin-left: 4%;
  margin-right: 4%;
}

.lebens {
  margin: 0px 3% 25px 3%;
  height: 180px;
  padding-top: 40px;
}

.lebens img {
  margin-bottom: 20px;
}

.button--invers {
  background: #fff;
}

.btn {
  width: max-content;
  display: flex;
  margin: 25px auto 0;
  text-align: center;
}

ul.newslist.news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-count: 2;
  column-gap: 10%;
  margin-right: 5%;
  color: white;
}

ul.newslist.news li a {
  border-color: white;
  color: white;
}

ul.newslist.news img {
  width: 100%;
}

.employee-multiple__image {
  margin-bottom: 30px;
}

.employee-multiple__item {
  display: flex;
  flex-wrap: wrap;

  width: 48%;
}

.searchForm--menu .searchsubmit {
  top: 11px;
  right: 83px;
}
@media (max-width: 1024px) {
  .employee-multiple__item {
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 570px) {
  .employee-multiple__item {
    flex-direction: column;
  }
}
.employee-multiple__list.menschen {
  display: flex;
  flex-wrap: wrap;
}
.employee-multiple__content {
  display: flex;
  flex-direction: column;
  width: inherit;
  max-width: fit-content;
}
a.employee-multiple__email.mlink {
  width: fit-content;
}
.employee-multiple__position {
  margin-top: 24px;
}
.employee-single__address {
  margin-bottom: 24px;
}

ul.eventlist,
.page-count {
  margin: 0;
}

.eventlist__item,
.page-count li {
  background: none !important;
  padding-left: 0 !important;
}

.page-count {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
a.previous,
a.next {
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #012669;
  border: 1px solid #012669 !important;
  text-decoration: none !important;
  float: left;
  display: block;
  margin: 5px;
}
.link-page {
  padding: 10px 15px;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #012669 !important;
  border: 1px solid #012669 !important;
  text-decoration: none !important;
  float: left;
  display: block;
  margin: 5px;
}
.link-page.active {
  background: #a4bde4;
}

.inside.content,
.inside.container {
  margin-bottom: 0 !important;
}

.bg-color-hell-blau .mod_eventlist.block {
  text-align: center;
  margin-top: 50px;
}

.content-plain.eventlist--home {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
  gap: 10px;
  margin: 0 auto;
  justify-content: center;
}

.eventlist__item--home {
  width: 32%;
}

.scroll-offset {
  scroll-margin-top: 200px;
}
.font-size body,
.font-size #angebote a:link,
.font-size #angebote a:visited,
.font-size #angebote a:hover,
.font-size #angebote a:active,
.font-size a:link,
.font-size a:visited,
.font-size a:hover,
.font-size a:active,
.font-size #footer a:link,
.font-size #footer a:visited,
.font-size #footer a:hover,
.font-size #footer a:active,
.font-size .footer-bar-r,
.font-size strong,
.font-size b,
.font-size i,
.font-size h6 {
  /*font-size: var(--font-size, 16px);
  line-height: calc(var(--font-size, 16px) + 8px);*/
}

.font-size #header {
  line-height: 24px;
}

.font-size h1 {
  font-size: calc(var(--font-size, 16px) + 15px);
  line-height: calc(var(--font-size, 16px) + 15px);
}

.font-size h2 {
  font-size: calc(var(--font-size, 16px) + 2px);
  line-height: calc(var(--font-size, 16px) + 8px);
}

.font-size h3 {
  font-size: calc(var(--font-size, 16px) + 12px);
  line-height: calc(var(--font-size, 16px) + 12px);
}

.font-size h5 {
  font-size: calc(var(--font-size, 16px) + 2px);
  line-height: calc(var(--font-size, 16px) + 8px);
}

.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;

  text-align: center;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url("../images/to-top.png") no-repeat left top;
  z-index: 9999;
  display: flex;
  position: fixed;
  right: 50px;
}
a.scroll-to-top {
}

.scroll-to-top:hover {
}

.scroll-to-top.active {
  display: block;
}

body {
  scroll-behavior: smooth !important;
}
@media only screen and (max-width: 1200px) {
  #claim {
    margin: 15% 0 0 15%;
  }
}

@media only screen and (max-width: 1100px) {
  .logo {
    width: 220px;
  }
}

@media only screen and (max-width: 1040px) {
  .search {
    width: 90%;
  }

  .news-img {
    width: 170px;
    height: 170px;
  }

  #slideimg {
    background-attachment: scroll;
  }

  .vbreak {
    display: block;
  }

  #angebote-wrapper {
    background-size: 100% auto;
  }

  #angebote-outer {
    padding: 0;
  }

  #angebote-right {
    opacity: 0.9;
  }
}

@media only screen and (max-width: 980px) {
  #header {
    background-position: -80px -30px;
    height: 150px;
  }

  #logo {
    width: 50%;
  }

  #search {
    width: 50%;
  }

  #search-field {
    display: none;
  }

  #searchbutton {
    display: block;
  }

  #fontswitch {
    width: 50%;
    margin-left: 0;
    text-align: center;
  }

  #angebote-right {
    max-width: 70%;
    margin-left: 30%;
  }

  #angebote {
    padding: 30px;
  }

  .content-left {
    float: none;
    width: 100%;
    display: block;
  }

  .content-left img {
    width: 100%;
  }

  .content-right {
    clear: both;
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .accordion div .content-left {
    float: none;
    width: 90%;
    display: block;
  }

  .accordion div .content-left img {
    width: 100%;
  }

  .accordion div .content-right {
    clear: both;
    float: none;
    width: 90%;
    display: block;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .news-img {
    float: none;
    width: 200px;
    height: 200px;
  }

  .news-txt {
    float: none;
    width: 80%;
    margin: 0;
    padding-top: 20px;
  }

  .veran-entry,
  .veran-entry-m {
    width: 90%;
    float: none;
    padding-top: 20px;
    margin: 0 auto;
  }

  .footer-bar-l {
    text-align: center;
    float: none;
    width: 100%;
  }

  .footer-bar-r {
    text-align: center;
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #claim {
    margin: 24% 0 0 15%;
  }
}

@media only screen and (max-width: 800px) {
  .lebens__wrapper {
    column-count: 1;
  }

  .lebens {
    margin: 0px 3% 25px 3%;
    height: auto;
    padding-top: 40px;
  }
  .nl-left {
    float: none;
    display: block;
    padding: 0 0 20px 0;
    margin: 0 auto;
  }

  .nl-right {
    float: none;
    display: block;
    padding: 0 0 25px 0;
    margin: 0 auto;
  }

  #header-img {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(100% - 2em);
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-top
    .rmBase__el--image {
    height: 140px;
  }
  #rmOrganism .rmLayout--vertical.rmBase .rmBase__container {
    padding: 2em;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-right
    .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-right
    .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-right
    .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom
    .rmBase__el--image {
    height: 140px;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-left
    .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-left
    .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism
    .rmLayout--vertical.rmBase.rmLayout--vertical-image-left
    .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__container {
    padding: 1em 2em;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section
    .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section
    .rmBase__el--cta:not(:only-child),
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section
    .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section
    .rmBase__el--label-pos-top
    ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section
    .rmBase__el--label-pos-top
    ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase
    .rmBase__section:last-child
    .rmBase__el {
    margin-bottom: 0;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right
    .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right
    .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right
    .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left
    .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left
    .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism
    .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left
    .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
  #rmOrganism .rmLayout--banner.rmBase {
    display: flex;
    flex-direction: column;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__container {
    padding: 0.5em 2em;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
    min-width: 480px;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism
    .rmLayout--banner.rmBase
    .rmBase__section
    .rmBase__el--cta:not(:only-child),
  #rmOrganism
    .rmLayout--banner.rmBase
    .rmBase__section
    .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism
    .rmLayout--banner.rmBase
    .rmBase__section
    .rmBase__el--label-pos-top
    ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism
    .rmLayout--banner.rmBase
    .rmBase__section
    .rmBase__el--label-pos-top
    ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
  #rmOrganism .rmPage .rmBase__container {
    padding: 2em;
  }
}
@media (max-width: 750px) {
  .newslist.news {
    grid-template-columns: 1fr !important;
  }
  .newslist__item {
    margin-bottom: 2rem !important;
  }
  .employee-multiple__list.menschen {
    column-count: 1;
  }
  .content-plain.eventlist--home {
    flex-direction: column !important;
    align-items: center;
  }
  .eventlist__item--home {
    width: 80%;
  }
  #claim {
    width: 80%;
    /* padding: 20% 0 0 15%; */
    margin: 0;
    position: absolute;
    left: 5%;
    top: 250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  #claim h1 {
    font-size: 27px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 33px;
  }

  #claim h6 {
    font-size: 15px;
    line-height: 24px;
  }

  .clr {
    height: 30px;
  }

  .nbreak {
    display: block;
  }

  .news-l {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .news-r {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }

  .news-txt {
    width: 100%;
  }

  .lebens-l,
  .lebens-r {
    float: none;
    width: 100%;
    margin: 30px 0 50px 0;
  }

  .lebens-l h2,
  .lebens-r h2 {
    margin-top: -10px;
  }

  #angebote-wrapper {
    background-size: auto 100%;
  }

  #angebote-right {
    max-width: 100%;
    margin-left: 0;
    opacity: 0.8;
  }

  .ang-start-l,
  .ang-start-r {
    float: none;
    width: 100%;
    margin: 0;
  }

  .christ-l {
    display: block;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .christ-r {
    display: block;
    margin: 0 auto;
    padding-top: 25px;
  }

  a.kachel:link,
  a.kachel:visited,
  a.kachel:hover,
  a.kachel:active,
  a.kachel2:link,
  a.kachel2:visited,
  a.kachel2:hover,
  a.kachel2:active {
    float: none;
    display: block;
    width: 100%;
    margin: 30px 0 20px 0 !important;
  }

  .kachel div,
  .kachel2 div {
    bottom: 0;
  }

  .kachel img,
  .kachel2 img {
    opacity: 1;
  }

  .footer-lr {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .footer-m {
    float: none;
    width: 100%;
    margin: 30px auto;
    border-top: 3px solid #3a3c3f;
    border-bottom: 3px solid #3a3c3f;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  #logo {
    width: 67%;
  }

  #header {
    background-position: -140px -45px;
    height: 135px;
  }

  .logo {
    width: 200px;
  }

  #search {
    display: none;
  }

  #navi div {
    float: none !important;
    display: block !important;
    width: 100%;
  }

  .searchm {
    width: 210px;
    margin-bottom: 10px;
  }

  .searchsubmitm {
    top: 12px;
    right: 137px;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-family: roboto-condensed, sans-serif;
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 2px;
  }

  .menschen .content-left img,
  .menschen .content-right img {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-nl {
    width: 90%;
  }

  #footer a:link,
  #footer a:visited,
  #footer a:hover,
  #footer a:active {
    margin: 0 5px;
  }
}

@media screen and (min-width: 480px) {
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism
    .rmSubscription
    .rmBase__el.rmBase__el--label-pos-left
    .rmBase__compLabel {
    flex-basis: 30%;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 30%;
    padding: 0.625em 0.5em 0 0;
  }
  #rmOrganism
    .rmSubscription
    .rmBase__el.rmBase__el--label-pos-left
    .rmBase__compContainer {
    flex-grow: 1;
  }
}

@media screen and (min-width: 360px) {
  #rmOrganism
    .rmLayout--legacy
    .rmSubscription
    .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism
    .rmLayout--legacy
    .rmSubscription
    .rmBase__el.rmBase__el--label-pos-left
    .rmBase__compLabel {
    flex-basis: 140px;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 140px;
    padding: 0.375em 0.5em 0 0;
  }
  #rmOrganism
    .rmLayout--legacy
    .rmSubscription
    .rmBase__el.rmBase__el--label-pos-left
    .rmBase__compContainer {
    flex-grow: 1;
  }
}

.mod_search > div {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

nav.mod_navigation.navigation-page-not-found.block .sr-only,
.visually-hidden {
  display: none;
}

nav.mod_navigation.navigation-page-not-found.block img {
  display: none;
}

nav.mod_navigation.navigation-page-not-found.block li {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
