@font-face {
  font-family: aspirin-expanded;
  src: url(/mysite/webfonts/aspirin-900.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: aspirin-condensed;
  src: url(/mysite/webfonts/aspirin-400.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: bookman;
  src: url(/mysite/webfonts/bookman.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: bookman;
  src: url(/mysite/webfonts/bookman_bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.relative {
  position: relative;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q:after,
q:before {
  content: "";
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fff url(/mysite/images/home_bg.png);
  font-size: 16px;
  font-family: bookman, serif;
  line-height: 1.35;
  padding-bottom: 40px;
}
h2 {
  font: aspirin-expanded, serif;
  color: red;
  font-size: 52px;
}
a {
  text-decoration: none;
  color: red;
}
a:hover {
  text-decoration: underline;
}
input {
  border-radius: 0;
}
.footer-3 > .topcontainer,
.main-content > div > .topcontainer,
body > .top-part > .topcontainer,
body > .topcontainer {
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
}
.footer-3 > .topcontainer:after,
.main-content > div > .topcontainer:after,
body > .top-part > .topcontainer:after,
body > .topcontainer:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1px) and (max-width: 902px) {
  .footer-3 > .topcontainer,
  .main-content > div > .topcontainer,
  body > .top-part > .topcontainer,
  body > .topcontainer {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.c4p-page-title {
  margin-bottom: -5px;
}
div.footer-3 {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 50px;
  color: #fff;
}
div.footer-3 .topcontainer {
  position: relative;
  background-color: #fff;
}
div.footer-3 .footer-star {
  position: absolute;
  left: 12px;
  top: 5px;
}
div.footer-3 .footer-star * {
  fill: #fff !important;
}
div.footer-3 .navigation {
  line-height: 50px;
  border-bottom: 2px dashed red;
}
div.footer-3 .navigation a {
  display: inline-block;
  margin-left: 6px;
  color: red;
  font-weight: 400;
}
div.footer-3 .navigation a:hover {
  text-decoration: none;
}
div.footer-3 .navigation a:hover span {
  text-decoration: underline;
}
div.footer-3 .navigation a:first-child:before {
  content: "";
}
div.footer-3 .navigation a:before {
  content: " • ";
}
.footer-2 {
  margin-top: 30px;
}
.footer-2 .col {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.347826087%;
}
.footer-2 .col:last-child {
  width: 21.7391304348%;
  float: right;
  margin-right: 0;
}
.footer-2 .col a {
  display: block;
}
.footer-2 .col h5 {
  margin: 5px 0 0 0;
  font-size: 1em;
}
.footer-1 {
  margin-top: 60px;
  padding: 15px 0;
  border-top: 2px dashed red;
  border-bottom: 2px dashed red;
  position: relative;
}
.footer-1 .footer-logo {
  float: left;
  max-width: 180px;
}
.footer-1 .text {
  margin-left: 236px;
  color: red;
}
.footer-1 .text a {
  color: red;
  text-decoration: underline;
}
.topnavigation {
  margin-top: 38px;
  margin-bottom: 23px;
  font-size: 32px;
  line-height: 1.43;
  font-family: aspirin-expanded, serif;
}
.topnavigation > ul > li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.topnavigation > ul > li.hover .submenu {
  display: block;
}
.topnavigation > ul > li .submenu {
  display: none;
  position: absolute;
  left: -31px;
  top: 45px;
  background-color: red;
  width: 288px;
  padding: 21px 30px 55px 34px;
  z-index: 100;
}
.topnavigation > ul > li .submenu > li {
  margin-top: 4px;
}
.topnavigation > ul > li .submenu a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-family: bookman, serif;
  font-weight: 400;
}
.topnavigation > ul > li > a {
  text-transform: uppercase;
  white-space: nowrap;
  color: #999;
  position: relative;
  overflow: visible;
}
.page-1 .topnavigation > ul > li > a,
.topnavigation > ul > li > a.active {
  color: red;
}
.page-1 .topnavigation > ul > li > a:after {
  color: red !important;
}
.topnavigation > ul > li > a:after {
  content: "/";
  color: #999 !important;
}
.topnavigation > ul > li > a:hover {
  text-decoration: none;
  color: red;
}
.main-content {
  min-height: 500px;
}
.breadcrumbs {
  position: relative;
  top: -10px;
  color: red;
}
.breadcrumbs a {
  color: red;
}
.inject-me [fill^="#"] {
  fill: red !important;
}
.header {
  margin-top: 34px;
}
.header .header-left {
  width: 33.3333333333%;
  float: left;
}
.header .header-logo {
  max-width: 180px;
}
.header .header-right {
  width: 66.6666666667%;
  float: right;
  margin-right: 0;
  width: 290px;
}
.flexbox .header .header-right .header-links {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flexbox .header .header-right .header-links > a {
  display: block;
  margin-left: 0;
}
.no-flexbox .header .header-right .header-links {
  text-align: right;
  position: relative;
}
.no-flexbox .header .header-right .header-links > a {
  margin-left: 23px;
  display: inline-block;
}
.no-flexbox .header .header-right .header-links > a:first-child {
  margin-left: 0;
  position: absolute;
  left: 0;
}
.header .header-right .header-links > a {
  background: red;
  color: #fff;
  padding: 0.3em 1.8em 0.2em;
}
.header .header-right .searchbox {
  margin-top: 14px;
}
.header .header-right .searchbox input {
  border: 2px solid red;
  border-right-width: 19px;
  font-size: 18px;
  color: red;
  font-family: bookman, serif;
  font-size: 16px;
  line-height: 29px;
  padding-left: 1em;
  width: 100%;
}
.header .header-right .searchbox ::-webkit-input-placeholder {
  color: red;
}
.header .header-right .searchbox :-moz-placeholder {
  color: red;
  opacity: 1;
}
.header .header-right .searchbox ::-moz-placeholder {
  color: red;
  opacity: 1;
}
.header .header-right .searchbox :-ms-input-placeholder {
  color: red;
}
.header .header-right .searchbox input {
  padding-left: 36px;
  background: #fff url(/mysite/images/search_icon.png) 0 0 no-repeat;
}
.custom-sidebar-newsletterform {
  color: red;
}
.custom-sidebar-newsletterform p {
  padding-bottom: 5px;
  margin: 0;
}
.custom-sidebar-newsletterform input {
  border: 2px solid red;
  border-right-width: 19px;
  font-size: 18px;
  color: red;
  font-family: bookman, serif;
  font-size: 16px;
  line-height: 29px;
  padding-left: 1em;
  width: 100%;
}
.custom-sidebar-newsletterform ::-webkit-input-placeholder {
  color: red;
}
.custom-sidebar-newsletterform :-moz-placeholder {
  color: red;
  opacity: 1;
}
.custom-sidebar-newsletterform ::-moz-placeholder {
  color: red;
  opacity: 1;
}
.custom-sidebar-newsletterform :-ms-input-placeholder {
  color: red;
}
.custom-sidebar-newsletterform input + input {
  border-top: 0;
}
.main-content {
  margin-top: 20px;
}
.main-content > .left-col {
  width: 66.1342857143%;
  float: left;
  margin-right: 2.8571428571%;
  margin-left: 0;
}
.main-content > .right-col {
  width: 31.0085714286%;
  float: left;
  margin-right: 2.8571428571%;
  float: right;
  margin-right: 0;
}
.updatebox {
  background: red;
  padding: 1rem;
  color: #fff;
  font-weight: 700;
}
.updatebox div.link {
  margin-top: 0.3rem;
}
.updatebox a {
  color: #fff;
  text-decoration: underline;
}
.c4p-text {
  color: #999;
}
.c4p-page-title h1 {
  margin: 0;
  font-family: aspirin-condensed, serif;
  font-weight: 400;
  color: red;
  text-transform: uppercase;
  font-size: 1.87em;
  line-height: 1;
}
.c4p-page-title .pagedate {
  color: red;
  padding: 0.7em 0 0.5em;
}
.c4p-image img {
  max-width: 100%;
  display: block;
}
.c4p-2cols .topcontainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c4p-2cols .topcontainer:after {
  content: " ";
  display: block;
  clear: both;
}
.c4p-2cols .topcontainer .span-1 {
  width: 4.347826087%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-2 {
  width: 13.0434782609%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-3 {
  width: 21.7391304348%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-4 {
  width: 30.4347826087%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-5 {
  width: 39.1304347826%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-6 {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-7 {
  width: 56.5217391304%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-8 {
  width: 65.2173913043%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-9 {
  width: 73.9130434783%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-10 {
  width: 82.6086956522%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-11 {
  width: 91.3043478261%;
  float: left;
  margin-right: 4.347826087%;
}
.c4p-2cols .topcontainer .span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.c4p-2cols .topcontainer .omega {
  float: right;
  margin-right: 0;
}
.c4p-2cols .topcontainer .alpha {
  margin-left: 0;
}
.c4p-2cols .topcontainer > .col1.span-9 {
  width: 66.1342857143%;
  float: left;
  margin-right: 2.8571428571%;
  margin-left: 0;
}
.c4p-2cols .topcontainer > .col2.span-3 {
  width: 31.0085714286%;
  float: left;
  margin-right: 2.8571428571%;
  float: right;
  margin-right: 0;
}
.c4p-2cols .topcontainer > .col1 {
  margin-left: 0;
}
.c4p-2cols .topcontainer > .col2 {
  float: right;
  margin-right: 0;
}
.c4p-divider div.hr {
  height: 2px;
  width: 100%;
  display: none;
  border-bottom: 2px dashed red;
}
.c4p-divider.showruler {
  padding-top: 20px;
  padding-bottom: 35px;
}
.c4p-divider.showruler div.hr {
  display: block;
}
img {
  max-width: 100%;
}
.c4p-teaser-list .teaser-listing {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c4p-teaser-list .teaser-listing:after {
  content: " ";
  display: block;
  clear: both;
}
.c4p-teaser-list ul.pager {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.c4p-teaser-list ul.pager li {
  display: inline-block;
}
.c4p-teaser-list ul.pager li.disabled {
  visibility: hidden;
}
.c4p-teaser-list .c4p-teaser {
  width: 30.4347826087%;
  float: left;
  margin-bottom: 20px;
}
.c4p-teaser-list .c4p-teaser:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.c4p-teaser-list .c4p-teaser:nth-child(3n + 2) {
  margin-left: 34.7826086957%;
  margin-right: -100%;
  clear: none;
}
.c4p-teaser-list .c4p-teaser:nth-child(3n + 3) {
  margin-left: 69.5652173913%;
  margin-right: -100%;
  clear: none;
}
.c4p-teaser-list .c4p-teaser h2 {
  margin: 8px 0 3px;
  font-family: aspirin-condensed, serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1;
}
.c4p-teaser-list .c4p-teaser .date {
  color: red;
  padding-top: 8px;
  padding-bottom: 4px;
}
.c4p-teaser-list .c4p-teaser .text {
  color: #999;
}
.c4p-teaser-list .c4p-teaser .typography a {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none !important;
}
.mobilemenu {
  background-color: red;
  margin: 40px 10px 10px;
  padding: 10px;
  min-height: 800px;
  position: relative;
}
.mobilemenu a {
  color: #fff;
}
.mobilemenu .section > a {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  font-family: aspirin-expanded, serif;
  font-weight: 400;
  text-transform: uppercase;
}
.mobilemenu .sublinks a:after {
  content: "/";
  margin-left: 5px;
}
.mobilemenu .closelink {
  font-size: 60px;
  position: absolute;
  top: -6px;
  right: 10px;
}
.mobileheader {
  position: relative;
  margin: 10px;
  overflow: auto;
}
.mobileheader .infotext {
  color: red;
  text-align: center;
}
.mobileheader .mobilemenu-button {
  display: block;
  position: absolute;
  right: 10px;
  top: 32px;
  width: 65px;
  height: 50px;
  background-image: url(/mysite/images/burger.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.mobileheader .header-logo-single {
  position: absolute;
  left: 10px;
  top: 10px;
  min-width: 60px;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
}
.mobileheader .header-logo-single svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobileheader .header-logo-star {
  position: relative;
  display: block;
  width: 50%;
  margin: 60px auto 10px;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.mobileheader .header-logo-star svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-adressblock-rechts {
  color: red !important;
}
.custom-adressblock-rechts p:nth-child(1) strong {
  display: block;
  margin-bottom: 5px;
}
.custom-zwischenheadline {
  font-size: 12px;
  font-family: aspirin-condensed, serif;
  font-weight: 400;
}
.custom-sidebar-newsletterform button,
.ma-btn {
  margin-top: 10px;
  background: red;
  color: #fff;
  font-family: bookman, serif;
  border-radius: 0;
  padding: 0.36em 0.5em 0.24em;
}
.custom-sidebar-newsletterform button:hover,
.ma-btn:hover {
  text-decoration: none;
  position: relative;
  left: 1px;
  top: 1px;
}
.custom-sidebar-newsletterform button:focus,
.ma-btn:focus {
  outline-style: dotted;
  outline-color: red;
  outline-width: 2px;
  outline-offset: 2px;
}
.custom-videoanruf-logo-overlay a {
  position: relative;
  display: block;
}
.custom-videoanruf-logo-overlay .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(/mysite/images/videoanruf_logo.png) center center
    no-repeat;
  background-size: cover;
}
.right-blue-headline {
  background-color: #3cf;
  color: #fff;
  font-size: 1em;
  padding: 0.3em 0.5em 0.2em;
  font-weight: 400;
  margin-bottom: -20px;
}
.copyright {
  font-size: 12px;
  color: #999;
  font-family: bookman, serif;
  margin-top: 2px;
}
.sitesearch-listing li,
.sitesearch-listing ul {
  list-style: none;
}
.sitesearch-listing ul {
  margin-left: 0;
  padding-left: 0;
}
.sitesearch-listing ul h4 {
  margin-bottom: 0.3em;
}
.sitesearch-listing .highlight {
  font-weight: 700;
}
.sitesearch-form {
  margin-top: 10px;
}
.sitesearch-form label {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.sitesearch-form form {
  margin-bottom: 20px;
  margin-top: 20px;
}
.sitesearch-form form input {
  border: 2px solid red;
  border-right-width: 19px;
  font-size: 18px;
  color: red;
  font-family: bookman, serif;
  font-size: 16px;
  line-height: 29px;
  padding-left: 1em;
  width: 100%;
}
.sitesearch-form form ::-webkit-input-placeholder {
  color: red;
}
.sitesearch-form form :-moz-placeholder {
  color: red;
  opacity: 1;
}
.sitesearch-form form ::-moz-placeholder {
  color: red;
  opacity: 1;
}
.sitesearch-form form :-ms-input-placeholder {
  color: red;
}
.sitesearch-form .form-field {
  display: inline-block;
  max-width: 250px;
}
.sitesearch-form .form-submit {
  display: inline-block;
  width: 100px;
}
.sitesearch-form .form-submit button {
  display: inline-block;
  background: red;
  border: none;
  color: #fff;
  font-family: bookman, serif;
  padding: 0.3em 0.5em 0.2em;
  height: 35px;
}
.barrierefrei-header {
  height: 70px;
  background: transparent url(/mysite/images/barrierefrei_header_bg.png);
  background-repeat: repeat;
}
.barrierefrei-header .bf-links {
  text-align: center;
  padding-top: 20px;
}
.barrierefrei-header .bf-links .bf-link {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  position: relative;
}
.barrierefrei-header .bf-links .bf-link.bf-link-gebaerde {
  width: 40px;
  height: 40px;
  top: 7px;
  left: 6px;
}
.barrierefrei-header .bf-links .bf-link img,
.barrierefrei-header .bf-links .bf-link svg {
  width: 100%;
  height: 100%;
}
.page-suche .header .searchbox {
  display: none;
}
.map-container,
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map-container embed,
.map-container iframe,
.map-container object,
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pagination-sm {
  list-style: none;
  margin: 10px auto;
  text-align: center;
  padding: 0;
}
.pagination-sm li {
  display: inline-block;
  padding: 5px;
}
.pagination-sm li.active {
  font-weight: 700;
}
.cc-grower {
  background: red;
  position: static;
}
.cc-window.cc-static.cc-banner,
.cc-window.cc-static.cc-top {
  max-width: 902px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: bookman, serif;
}
.cc-window.cc-static.cc-banner .cc-message a,
.cc-window.cc-static.cc-top .cc-message a {
  opacity: 1;
}
.cc-window.cc-static.cc-banner .cc-btn,
.cc-window.cc-static.cc-top .cc-btn {
  min-width: 2em !important;
  width: 2em;
  font-size: 2.4em;
  padding: 0.5em 0.3em;
  font-family: bookman, serif;
  font-weight: 400;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c4p-slider {
  --swiper-theme-color: #ff0000;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c4p-slider .swiper-next,
.c4p-slider .swiper-prev {
  background-color: rgba(255, 255, 255, 0.8);
  width: 3rem;
  height: 3rem;
  color: red;
  border-radius: 20rem;
  position: absolute;
  top: 50%;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.c4p-slider .swiper-next {
  right: 10px;
  left: auto;
}
.c4p-slider .swiper-prev {
  left: 10px;
  right: auto;
}
.c4p-slider .swiper-slide img {
  max-width: 100%;
}
.c4p-slider .swiper-slide .text {
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.c4p-slider .swiper-slide .text > div {
  width: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.75);
  font-family: aspirin-condensed, serif;
  font-weight: 400;
  color: red;
  font-size: 1.87em;
  line-height: 1;
  padding: 0.2rem 1rem 0.5rem;
}
.custom-show-for-mobile {
  display: none;
}
@media (min-width: 1px) and (max-width: 700px) {
  .custom-hide-for-mobile {
    display: none;
  }
  .c4p-2cols .topcontainer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-show-for-mobile {
    display: block;
  }
  .c4p-2cols .col1,
  .c4p-2cols .col2,
  .c4p-2cols .col3 {
    width: 100% !important;
  }
  .header-links,
  .searchbox {
    display: none !important;
  }
  .cc-grower {
    position: unset;
  }
  .cc-window.cc-static.cc-top {
    position: absolute;
    bottom: 15%;
    top: unset;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .cc-window.cc-static.cc-top .cc-compliance {
    display: block;
  }
  .cc-window.cc-static.cc-top .cc-compliance .cc-btn {
    font-size: 1.9em;
    width: 2em;
    margin-right: 0 !important;
  }
}
@media screen and (orientation: landscape) {
  .mobileheader .header-logo-single {
    width: 20%;
    padding-bottom: 20%;
  }
  .mobileheader .header-logo-star {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 400px) and (max-width: 650px) {
  .c4p-teaser-list .c4p-teaser {
    width: 47.8260869565%;
    float: left;
  }
  .c4p-teaser-list .c4p-teaser:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .c4p-teaser-list .c4p-teaser:nth-child(2n + 2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1px) and (max-width: 400px) {
  .c4p-teaser-list .c4p-teaser {
    display: block;
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 40px !important;
  }
}
.typography.tinymce div,
.typography.tinymce li,
.typography.tinymce p,
.typography.tinymce td {
  font-size: 16px;
  line-height: 1.4;
  font-family: bookman, serif;
}
.typography.tinymce li {
  margin-left: 1em;
}
.typography.tinymce h3 {
  font-family: aspirin-expanded, serif;
}
.typography h2 {
  font-family: aspirin-condensed, serif;
  font-weight: 400;
  color: red;
  text-transform: uppercase;
  font-size: 1.87em;
  line-height: 1;
}
.typography a {
  color: red;
  text-decoration: underline;
}
.typography p {
  margin: 0;
}
.typography a.btn {
  font-family: aspirin-condensed, serif;
  font-weight: 400;
  font-size: 1.6em;
  text-decoration: none;
  color: #fff;
  background: red;
  display: inline-block;
  padding: 0 0.4rem 0.3rem;
  margin-bottom: 1em;
}
