/*
/*
 * HTML5 Boilerplate v3.0.2
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
main,
section {
  display: block;
    /* text-align: center; */
}
#maincontent2 article {
  margin: 0.8rem 0;
  -moz-column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-count: 2;
  -webkit-column-gap: 60px;
  column-count: 2;
  column-gap: 60px;
  border-bottom: 1px solid #C6D3E0;
  padding-bottom: 20px;
  margin: 10px 0px 30px;
}
#maincontent2 article:last-child {
  border-bottom: medium none;
  margin: 10px 0px 20px;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
  normalize
   ========================================================================== */
/* Normalize margin, padding */
html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
#cookiescript_save:hover {
  background-color: #830c0d!important;
}
#cookiescript_accept:hover {
  background-color: #830c0d!important;
}
#cookiescript_reject:hover {
  background-color: #830c0d!important;
}
#cookiescript_injected {
  background-color: #4b4949!important;
}
/* Normalize font for headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
    /* font-weight:700; */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

/* Remove list-style for lists */
ol,
ul {
  list-style: none;
}

/* Removes borders and spacing from tables */
htable {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset,
img {
  border: 0;
}

/* Left-aligns text in caption and th */
caption,
th {
  text-align: left;
}

/* Removes quotation marks from q */
q:before,
q:after {
  content: '';
}

/* =============================================================================
   Base
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 400;
  scroll-behavior: smooth;
  scroll-padding-top: 0px!important;
}
html,
button,
input,
select,
textarea {
  color: #141414;
  font-family: "Montserrat", Arial, Verdana, Helvetica, sans-serif;
    /* color: red; */
  font-weight: 500;
    /* font-family: Arial; */
}
body {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
    /* background: #fafafa; */
    /* font-family: "Montsert", Arial, Verdana, Helvetica, sans-serif; */
}
header {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 15px;
    /* background: #fff; */
  box-sizing: content-box;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #b20305;
  text-decoration: none;
  word-wrap: break-word;
  transition: all 0.3s;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
a:visited {
    /* color: #fff; */
}
a:hover {
  color: #af142c;
  transition: all 0.3s;
}
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
.mainmidtext p a.startlink {
  color: #97bf0d;
  font-weight: 300;
}
#headernav ul {
  list-style-type: none;
  padding: 0px;
  text-transform: none;
  z-index: 10000;
  position: relative;
    /* width: 100%; */
  margin: 3px 0px 0px 5px 0px;
  padding: 0px 30px 0px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: 300;
  color: #4f4f51;
}
#headernav ul li {
  display: inline;
  color: #4f4f51;
    /* float: none; */
  font-weight: 300;
}
#headernav ul li a {
  color: #444444;
  padding: 0.8rem 0.5rem;
  text-transform: none;
  font-weight: 500;
  transition: all 0.3s;
  font-size: .975rem;
  font-weight: 500;
}
#headernav ul li a:hover {
  color: #af142c;
  transition: all 0.3s;
}
#headernav ul li headactive a {
  color: #ffc000;
}
ul.footernavmenu {
  float: left;
  margin-bottom: 0.5rem;
}
.footernavmenu li a {
    /* color: #fff; */
  padding: 0.5rem 0.75rem;
  text-transform: none;
  transition: all 0.3s;
}
.footernavmenu li a:hover {
  color: #ff8218;
  transition: all 0.3s;
}
footer a:hover {
  color: #913e3e;
  transition: all 0.3s;
  color:#585858;
}
.footernavmenu li:first-child a {
  padding-left: 0
}

/*#headernav ul li .active_static {
  color: #8fbf4d;
}*/
.mainmidtext p a {
  color: #db1937;
  color:#b20305;
  font-weight: 500;
    /*! color: #c51113; */
}
.mainmidtext p a:hover {
  color: #913e3e;
  color:#585858;
}
footer a {
    /* color: #fff; */
    /* transition: all 0.3s; */
    font-weight: 500;
}
footer ul {
  margin: 0rem 0;
  padding: 0;
    /* margin-left: 0.9rem; */
  margin-top: 0rem;
}
footer ul li:first-child {
  margin-left: 0;
}
footer ul li {
  list-style: none;
  float: left;
    /* color: #fff; */
    /* margin-left: 0.5rem; */
  font-size: 0.9375rem;
    /* margin-right: 0.5rem; */
  text-transform: uppercase;
}
li.spacingfoot {
  margin-left: 0.7rem;
  padding-right: 0rem;
  margin-right: 0.7rem;
  font-size: 0.9rem;
}
#footernav {
  width: 100%;
    /* text-align: center; */
    /* margin: 0.3rem 0; */
  display: block;
  float: none;
  background: red;
  margin-left: 70%;
}
#footernav ul li {
  display: inline;
  color: #fff;
}
#footernav ul li a {
  color: #fff;
  padding: 0.8rem 0.5rem;
}
#footernav ul li a:hover {
  color: #ffc000;
}
#footernav ul li .active_static {
  color: #D10057;
}
.spacingfoot {
  margin-left: 1.4rem;
  padding-right: 0rem;
  margin-right: 1.9rem;
  font-size: 0.835rem;
  display: none;
}
.csc-sitemap ul li a {
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.8;
}
.csc-sitemap ul li ul a {
  padding-left: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 300;
}
.csc-sitemap ul li ul li ul li a {
  font-size: 0.9375rem;
  padding-left: 0.5rem;
  font-weight: normal;
}
.lightboxgallery > a {
  display: none;
}
.lightboxgallery > a:first-child {
  display: block;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  margin: 1em 40px;
}
blockquote1 {
  background: #f2f0f0;
  margin: 20px 0;
  padding: 25px 20px;
  font-style: italic;
  color: #333;
}
blockquote {
  background: #f2f0f0;
  position: relative;
  font-style: italic;
  color: #666;
  padding: 30px;
  margin: 20px 0;
  border-left: 5px solid   #c51113;
  ;
}
blockquote:before {
  content: "“";
  font-size: 120px;
  color: #c51113;
  position: absolute;
  left: 10px;
  top: -10px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(26 25 25 / 30%);
  margin: 2rem 0;
  padding: 0;
    /* width: 80%; */
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #c51113;
    /* text-transform: uppercase; */
  font-weight: 700;
  text-align: center;
}
.mainmidtext p.like-h1,
.mainmidtext h2.like-h1,
.mainmidtext h3.like-h1 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #c51113;
    /* text-transform: uppercase; */
  font-weight: 700;
  text-align: center;
}
.startclaim {
  font-size: 3.75rem;
  line-height: 1.1;
  margin-bottom: 1rem;
    /* color: #333538; */
    /* text-transform: uppercase; */
    /* color: #fff; */
    /* font-weight: 700; */
  text-align: center;
}
h2 {
  font-size: 1.375rem;
  line-height: 1.2;
    /* margin-bottom: 1rem; */
  color: #2a2a2a;
    /* text-transform: uppercase; */
}
.numbers2 h2 {
  font-size: 1.125rem;
  line-height: 1.0;
  margin-bottom: 1rem;
  color: #2a2a2a;
  text-transform: uppercase;
  text-align: left;
}
.mainmidtext .ce-bodytext h2,
.teasercontent h2,
.bottom2 h2 {
  font-size: 1.375rem;
  line-height: 1.0;
  margin-bottom: .5rem;
  color: #434343;
    /* color: #c51113; */
  text-transform: uppercase;
    /*! margin: 2rem 0 1rem; */
  font-weight: 600;
  text-align: left;
}
.mainrightinfo h2 {
  font-size: 2.375rem;
  line-height: 1.0;
  margin-bottom: 1rem;
  color: #b9d065;
  text-transform: uppercase;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.0;
  margin: 1rem 0;
    /* color: #37404a; */
  text-transform: none;
  font-weight: 600;
  color: #b90c0c;
}
.teasermid figcaption h3 {
  margin-top: 1rem;
  font-size: 1.3125rem;
  text-align: center;
  color: #9f0a0a;
  font-weight: 500;
}
.teasermidback.teasercontent figcaption h3 t {
  margin-top: 1rem;
  font-size: 1.75rem;
  text-align: center;
  color: #37404a;
  font-weight: 600;
}
37404a .mainmidtext h3 {
  color: #434343;
  font-weight: 500;
  text-transform: none;
    /* color: #fff; */
  font-size: 1.375rem;
  margin: 1rem 0;
}
h4 {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.0;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #4f4f4f0;
}
.mainmidtext h4 {
  color: #414141;
  font-weight: 500;
  text-transform: none;
    /* color: #fff; */
  font-size: 1.3125rem;
  margin: 1rem 0;
}
#aktuell h4 {
  background: #dadada;
  margin-top: 0;
  padding: 10px 25px;
}
.teasermid figcaption h4 {
  margin-top: 0rem;
  font-size: 1.375rem;
  text-align: center;
  color: #b9d065;
  font-weight: 300;
  color: #97bf0d;
  text-transform: uppercase;
}
p {
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
  margin-bottom: 0.8rem;
  /* color: #37404a; */
  font-weight: 500;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.ctr p,
.ctr1 p {
  text-align: left!important;
}
.mainrightinfo p {
  color: #fff;
}
p.big,
a.big {
  font-size: 1.1875rem;
  margin-bottom: 0.6875rem;
    /* text-transform: uppercase; */
  color: #fff;
  font-weight: 300;
}
a.big:hover {
  color: #626262;
}
footer p {
  padding: 0;
  /* color: #fff; */
  font-size: 1.0625rem;
  font-size: 1rem;
  text-align: left;
  line-height: 1.35;
  font-weight: 400;
  /* text-transform: uppercase; */
  margin: .1rem 0 0 0;
}
footer p.big {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: none;
}
.teaseryellow p {
  font-size: 0.875rem;
  color: #2a2a2a;
  padding: 0;
  margin: 0.8rem 0;
  text-align: justify;
  font-weight: 500;
}
#sidebar p {
  font-size: 0.875rem;
  padding: 0;
  margin: 0.8rem 0;
}
figcaption {
  font-style: normal;
  line-height: 1.2;
    /* margin-top: 0.4rem; */
    /* padding-bottom: 0.3rem; */
  text-align: center;
}
figcaption {
  font-style: normal;
  line-height: 1.2;
    /* margin-top: 0.4rem; */
    /* padding-bottom: 0.3rem; */
}
.teasermid figcaption {
  position: relative;
  padding: .5rem 3rem;
  background: #ededed;
}
.teasermidback figcaption {
  position: relative;
  padding: .5rem 3rem;
  background: #ededed;
}
.tab {
  display: inline-block;
  width: 4.7rem;
  font-weight: bold;
}
.form {
  text-align: left;
  margin: 0.5rem;
  float: left;
}
.form1 {
  text-align: left;
  margin: 0.5rem;
  margin-bottom: 1rem;
}

/* =============================================================================
   Icons
   ========================================================================== */
.fa-phone,
.fa-home,
.fa-envelope,
.fa-envelope-o {
  color: #bf0a4c;
    /* font-size: 1.75rem !important; */
}
.fa {
  color: #b90c0c;
    /* font-size: 1.75rem !important; */
}
header .fa {
  color: #97bf0d;
    /* font-size: 2.125rem !important; */
}
.fa-caret-square-o-up {
  color: #97bf0d;
  font-size: 2.75rem !important;
  transition: all 0.5s;
  opacity: 0.6;
  background: rgba(255,255,255,0.8);
    /* x: 20px; */
    /* x: 20px; */
  border-radius: 10px;
  padding: 0.5rem;
}
.fa-caret-square-o-up:hover {
  color: #97bf0d;
  font-size: 3.25rem !important;
  transition: all 0.5s;
    /* margin-right: 10px; */
  opacity: 0.9;
}

/* =============================================================================
   Formatierung Boxen
   ========================================================================== */
.shadow {
  -webkit-box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* WebKit */
  -moz-box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* Firefox */
  box-shadow: 4px 4px 4px 0px rgba(88, 88, 88, 0.65);
    /* Standard */
}
.shadow1 {
  -webkit-box-shadow: 0px -5px 22px #d2d2d2;
    /* webkit browser*/
  -moz-box-shadow: 0px -5px 22px #d2d2d2;
    /* firefox */
  box-shadow: 0px -5px 22px #d2d2d2;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1rem 0;
  padding: 0 0 0 30px;
  list-style-type: square;
  font-size: 1rem;
}
dd {
  margin: 0 0 0 40px;
}
aside ul,
ol {
  margin: 1rem 0;
  padding: 0 0 0 30px;
  list-style-type: square;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#maincontent2 ul {
  margin: 0;
  margin-bottom: 1rem;
}
.maincontent ul {
  padding: 0 0 0 20px;
}
.maincontent ul li,
.maincontent ol li {
  text-align: left;
  margin-bottom: 0.5rem;
}
#footer > ul {
  background: #DADADA;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#footer > ul li {
  list-style: none;
  font-size: 0.875rem;
}
#footer > ul li a {
  color: #4F4F4F
}
#footer > ul li:first-child {
  margin-left: 0em;
}
#footer > ul li:last-child {
  margin-right: 0em;
}
.footul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.footul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
.footul li a {
  color: #fdfdfd;
  font-size: 0.835rem;
}
#footernav ul {
  list-style-type: none;
  padding: 0px;
  text-transform: none;
  z-index: 10000;
    /* position: relative; */
  margin-top: 0.1rem;
    /* float: left; */
    /* width: 100%; */
  background: green;
  text-align: right;
}
#offcanvasmenu ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0px;
  margin: 0.5rem 0rem;
  padding-bottom: 0.5rem;
}
#offcanvasmenu ul li {
  float: left;
  color: #323639;
  margin: 0px;
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
}
#offcanvasmenu ul li a {
  font-size: 1rem;
  text-transform: uppercase;
    /* margin-right: 1.5rem; */
  color: #db1937;
    /* color: #fcc300; */
}
#maincontent2 .csc-sitemap ul {
  padding-bottom: 10px;
  list-style-type: circle;
  margin: 0px 0px 1rem;
  padding-left: 15px;
}
#maincontent2 .csc-sitemap ul li ul {
  padding-bottom: 0px;
  margin: 0px 0px 1rem;
  padding-left: 20px;
  padding-top: 5px;
}
div.csc-mailform ol li {
  overflow: hidden;
  list-style-type: none
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
  clear: both;
  display: block;
  float: left;
  font-weight: 400;
  min-width: 10rem;
  color: #2a2a2a;
    /* color: #7d7d7d; */
  font-size: 1.125rem;
  text-align: left;
}
/* label Newsletter Abmeldung */
label.label-abmeldung {  
  width:40%;  
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
label strong,
legend strong {
  display: block;
  color: #97bf0d!important;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0px 0px 1rem;
  vertical-align: baseline;
  padding: 0.3rem;
  * vertical-align: middle;
  font-size: 1.0625rem;
}
input.formin {
  line-height: normal;
  padding: 5px;
  line-height: normal;
    /* width: 10rem; */
  margin-right: 20px;
    /* color: green; */
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}
form .input input,
form .input textarea {
  padding: .5rem
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  transition: all 0.6s;
  background: #b62929;
  font-weight: 600!important;
}
input[type="button"]:hover,
input[type="reset"]:hover {
  background: #b62929;
  color: #fafafa;
  transition: all 0.6s;
}
button.btn-primary {
  background: #db1937;
  transition: all .8s;
}
button.btn-primary:hover {
  background: #db1937;
  opacity: .7;
  transition: all .8s;
}
input[type="submit"],
input[type="reset"] {
  background: rgba(0,0,0,0.80);
  background: #db1937;
  color: #FFF;
  border: none;
  padding: 6px 15px;
  transition: all 0.6s;
  margin-top: 10px
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #db1937;
  opacity: .7;
  transition: all .8s;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
  font-weight: 400;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="submit"],
input[type="reset"] {
  background: rgba(0,0,0,0.80);
  color: #FFF;
  border: none;
  padding: 6px;
  transition: all 0.6s;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #fcc300;
  color: #fafafa;
  transition: all 0.6s;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
form .row {
  float: left;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(150 151 152 / 0.5);
  margin: 1.75rem 0;
  padding: 0;
  width: 100%;
}
form .clearfix h2 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: none;
}
form .actions {
  margin-top: 20px;
}
.captcha {
  margin-bottom: 1rem!important;
  margin-top: 2rem!important;
  clear: both;
}

.captcha img {
    margin: 1rem 0; 
    min-width:250px
}
.captcha a.captcha__reload {
    margin: 39px 5px 20px 5px;
    position: relative;
    padding: .5rem
}

#kontaktformular-363-captcha-1 {
    max-width:350px
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
form textarea {
  min-height: 120px;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #fff;
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * 'border-collapse: collapse;' needs to be overridden in designs having tables with rounded corners and drop shadows.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contenttable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contenttable td {
  padding: .25rem;
}
.contenttable td p {
  font-size: .9375rem
}
td {
  vertical-align: top;
}
.contenttable td {
  padding: .35rem!important;
  font-size: 1.125rem;
        /* background-color: #d9d9d9; */
  border: 1px solid black;
  height: 30px;
        /* width: 276px; */
  color: #37404a;
  font-weight: 400;
}
.contenttable td p {
  font-size: 1.125rem
}

/* =============================================================================
   Cookie Box
   ========================================================================== */
#cookiescript_reportdate {
  display: none!important;
}
#cookiescript_reportwrap {
  height: 87px!important;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2rem 0;
  background: #ccc;
  color: black;
  padding: 0.2rem 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  width: 100%;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

    /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

    /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }

    /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #offcanvas,
  #headernav,
  #offcanvasmenu,
  #nav#,
  #aktuell,
 {
    display: none;
  }
  #offcanvas {
    display: none;
  }
}

/* ############ Start boiler ############## */
@charset "utf-8";
img, object, embed, video {
  max-width: 100%;
  height: auto;
  width: auto;
}
.ie6 img {
  width: 100%;
}
#container {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  clear: both;
}
#offcanvas {
  height: 400px;
}
#offcanvas .sf-menu {
  min-height: 800px;
  overflow-x: hidden;
}
#offcanvas {
  display: block;
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 100%;
  width: 60%;
  background: none repeat scroll 0% 0% #494e51;
  font-size: 1.8rem;
  z-index: 0;
  clear: both;
  float: left;
  margin-left: 0px;
    /* width: 100%; */
  display: block;
}
.closesubmenu-button {
  font-size: 1.3rem;
  color: #fff;
  padding: 1rem 0;
  display: block;
}
#offcanvas ul {
  padding-left: 27px;
  margin-top: 0px;
}
#offcanvas ul li {
  padding: 0;
  list-style-image: none;
  margin: 0;
  list-style-type: square;
  color: #db1937;
  ;
  font-weight: 300;
  font-size: 1.375rem;
}
#offcanvas ul li:hover {
  padding: 0 0%;
  list-style-image: none;
  margin: 0;
}
#offcanvas ul li ul {
  margin: 0;
  padding-left: 0px;
  background: none;
}
#offcanvas ul li ul li ul {
  margin: 0;
  padding-left: 10px;
}
#offcanvas ul li ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px dotted #dddddd;
  padding: 0;
}
#offcanvas ul li ul li ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px dotted #dddddd;
  padding: 0;
  background: none;
}
#offcanvas ul li ul li ul li:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}
#offcanvas ul li a {
  display: block;
  color: rgb(200,200,200);
  text-decoration: none;
  font-size: 1rem;
  color: #dddddd;
  font-weight: 400;
  font-size: 1.25rem;
}
#offcanvas ul li ul li a {
  display: block;
  color: rgb(200,200,200);
  text-decoration: none;
  font-size: 0.975rem;
  color: #dddddd;
  font-weight: normal;
  padding: 0.4rem 0.3rem;
}
#offcanvas ul li ul li:hover {
  display: block;
  background: #454545;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.skip-link1 {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: white;
  padding: 8px;
  z-index: 100;
}
.skip-link1:focus {
  top: 0;
  color: ff8218;
}
a.skip-link1:hover {
  top: 0;
  color: #ff8218;
}
#topmenubox {
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  transition: 0.5s all;
    /* padding-top: 10px; */
    /* padding-left: 10px; */
  position:inherit;
}
#topmenubox {
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  transition: 0.5s all;
    /* padding-top: 10px; */
    /* padding-left: 10px; */
  padding-right: 10px;
}
#topmenubox.reduced {
    /* height: 100px; */
    /* transition: 0.5s all; */
    /* padding-bottom: 0px; */
}
#topmenubox img {
    /* max-height: 110px; */
  transition: 0.5s all;
    /* margin-top: -15px; */
}
#topmenubox.reduced img {
  transition: 0.5s all;
}
#offcanvasf:target + #topmenubox {
  display: relative;
}
#offcanvas:target + #wrapper {
  transform: translateX(60%);
  ms-transform: translateX(60%);
  -webkit-transform: translateX(60%);
  transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
}
#offcanvas:target + #wrapper .open {
  display: none;
}
#offcanvas:target + #wrapper .close {
  display: block;
}
#wrapper {
  z-index: 2;
  transition: transform 0.8s ease-in-out, ms-transform 0.8s ease-in-out;
    /* all others */
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
    /* Safari and Chrome */
  position: relative;
}
#offcanvasmenu {
    /* clear: both; */
    /* float: left; */
  margin-left: 0px;
  width: 180px;
  display: block;
    /* margin: 10px; */
  margin-left: 10px;
}
.open a {
  font-size: 17px;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  padding: 0px 2px;
  display: block;
}
.close a {
  font-size: 17px;
  font-size: 1.2rem;
  color: white;
  text-decoration: none;
  padding: 0px 2px;
  display: none;
}
#offcanvasmenu a:hover {
  color: #323639;
}
.open {
  display: block;
}
.close {
  display: none;
}
.pfeile {
  padding-right: 0.2em;
  *padding-right: 1em;
}
.pfeile:after {
  content: '';
  position: absolute;
  margin-top: 15px;
  margin-left: 10px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  border-top-color: rgb(247 247 247 / 80%);
}
#offcanvas ul li ul li a.pfeile:after {
  margin-top: 10px;
  margin-left: 10px;
}
.pfeile:hover:after {
  border-top-color: #bd1320;
}
.menu-button {
  font-size: 46px;
  font-family: verdana !important;
  font-weight: normal !important;
  font-style: normal !important;
  height: 0.9rem;
  width: 0.9rem;
  background: none;
  cursor: pointer;
  position: relative;
  left: 0;
  top: -0.1rem;
  border: none;
  margin-top: -0.1rem;
  margin-right: 1.25rem;
}
.menu-button:after {
  content: '\2261';
  color: #db1937;
  ;
  position: absolute;
  top: 0.7rem;
  left: 0.0rem;
  line-height: 0rem;
  transition: all .6s;
}
.menu-button:hover:after {
  color: #323639;
  transition: all .6s;
}
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  background: #fff;
  z-index: 10;
}
#headpic {
  margin-top: 0;
  position: relative;
}
#headpic {
  margin-bottom: 6px;
    /* float: right; */
  width: 72%;
    /* text-align: right; */
    /* margin-top: -15px; */
}
#navi {
  display: none;
}
#bread {
    /* display: none; */
}
#mainwrapstart {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  position: relative;
}
#maincontent {
  width: 100%;
  padding: 30px 10px 20px 10px;
}
#sidebar {
  margin-left: 0;
  width: 100%;
  display: block;
  float: left;
  padding: 0;
}
#headernav {
  display: none;
}
.contentwrap {
  clear: both;
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0 5px;
}
.headwrap {
  max-width: 1460px;
  padding: 0;
}
.img-ef {
  text-align: center;
  margin: 0 auto;
 }
.img-ef img {
  transition: all 0.5s;
}

/* blur effekt raus
.img-ef img:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.3s;
    transform7: scale(1.005, 1.005);
    opacity: 0.85; 
}
*/
.contentwrap-in {
  display: block;
  margin: auto;
}
footer {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
    /* background: #191919; */
    /* color: #d2d2d2; */
  padding: 25px 0px 20px 0px;
}
.footerco {
  width: 100%;
  font-size: 0.9375rem;
  color: #f5efef;
  font-weight: 600;
  float: left;
  text-align: center;
  margin-top: 12px;
  padding-bottom: 12px;
}
.footer-copyr {
  float:left;
  width:100%;
  text-align:right;
  display:block;
  background: #31353e;
  margin-top: 40px;
}
#sliding {
  clear: none;
  float: left;
  width: 100%;
  position: relative;
  z-index: -1;
  transition: all 1s ease-in-out;
}
figcaption .teaserlink a {
  color: red;
}
a.teaserlink {
  color: #ed6d00;
}
.teaserbottom a.teaserlink {
  color: #676161;
}
.teasermid .teaserlink {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: block;
}
.teasermid.teaserbottom .teaserlink {
  position: absolute;
  bottom: 10px;
  right: 10%;
  display: block;
}
a.teaserlink:hover {
  color: #2f3439;
  transition: all 0.5s;
}
a.teaserlink:before {
  colosr: #97bf0d;
  content: 'mehr ';
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  left: -50px;
  top: 5px;
  font-size: 0.875rem;
  transition: all 0.5s;
}
#iconteaser .teaserlink:before {
  color: #ed6d00;
  content: 'mehr ';
  font-weight: 600;
  margin-right: 10px;
  position: absolute;
  left: -50px;
  top: 5px;
  font-size: 0.875rem;
  transition: all 0.5s;
}
#iconteaser .teaserlink:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  display: inline-block;
  color: #ed6d00;
  font-weight: 300;
  font-size: 1.375rem;
  content: '\f138';
  transition: all 0.5s;
}
a.teaserlink:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  display: inline-block;
  color: #ed6d00;
  font-weight: 300;
  font-size: 1.375rem;
  content: '\f138';
  transition: all 0.5s;
}
a.teaserlink:hover:after {
  color: #828080;
}
#iconteaser .teaserlink:hover:after,
#iconteaser .teaserlink:hover:before {
  color: #3f3b3b;
}
.teaserbottom a.teaserlink:after {
  font-family: FontAwesome;
  font-size: 1.5rem;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 1.375rem;
  content: '\f138';
  transition: all 0.5s;
}
.teaserbottom .mainleft a.teaserlink:before {
  content: 'weitere Infos ';
  left: -100px;
  transition: all 0.5s;
}
.maincontent {
  width: 100%;
  float: left;
}
.gallery {
  margin: 2rem 0;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.teasertop {
  background: rgba(255,255,255,0.95);
  z-index: 5;
  background: #fff;
  margin: 0 auto;
}
.startclaim {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fff;
    /* text-transform: uppercase; */
  text-align: center;
}
.teasermid {
  background: #fff;
  padding: 40px 0px 00px 0px;
}
.teasermidback {
    /* background: #ececec; */
  padding: 20px 0px 40px 0px;
}
.teaserbottom {
  background: #d9dee2;
  padding: 3rem 0;
}
.teaserbottom figure {
  padding-bottom: 0px!important;
}
.bottom2 figcaption p {
  text-align: left;
  padding-left: 0px;
        /* float:right */
  font-size: 1rem;
}
.teaserbottom.bottom2 .mainleft img {
  max-width: 100%;
  height: auto;
  margin-right: 7%;
  margin-top: 0rem;
  float: left;
  width: 23%;
  max-width: 120px;
}
.teaserbottom.bottom2 .mainleft figure {
  clear: both;
  margin: 3rem 0 0 0;
}

.teaserbottom.bottom2 .mainleft figcaption {
    float: right;
    width: 70%;
}
.teaserbottom.bottom2 .mainleft figcaption h3 {
  /* font-size: 1.75rem; */
  /* margin-bottom: 1.25rem; */
  color: #000;
  text-align: left;
  margin: 0rem 0 .75rem;
  /* float: right; */
  line-height: 1.4;
  /* width: 100%; */
}
.bottom2 .mainleft figcaption p {
  text-align: left!important;
  padding-left: 0px;
        /* float: right; */
  font-size: 1.0625remrem;
  margin-top: 0;
  padding-top: 0;
}
}
.teasermid figcaption {
  position: relative;
  padding: .5rem 2rem 2rem;
    /*Auffüllung grauer Kasten*/
  background: #e9edf0;
  max-width: 426px;
  margin: 0 auto;
}
.teasermid figure {
  padding-bottom: 15px;
}
.teasermidback figure {
    /* background: #ededed; */
}
.mainleft,
.mainmid,
.mainmidtext,
.mainright {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  background: #fff;
}
.teasermid .mainleft,
.teasermid .mainmid,
.teasermid .mainright {
  border-bottom: 1px solid #fff;
}
.mainleft,
.mainmid,
.mainmidtext,
.mainright {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}
.img-ef .mainleft,
.img-ef .mainmid,
.img-ef .mainmidtext,
.img-ef .mainright {
  width: 100%;
  float: none;
  text-align: center!important;
  padding-bottom: 1rem;
  position: relative;
  /* padding: 2rem; */
  max-width: 425px;
  margin: 0 auto;
}
.teaserbottom .mainleft,
.teaserbottom .mainmid,
.teaserbottom .mainright {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 0!important;
  position: relative;
  margin: 0;
  border: 1px solid #cfc9c9 !important;
  background: #ededed;
  margin-bottom: 1rem!important;
}
.teasertop .mainleft img {
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
}
.teaserbottom .mainmid i {
  background: none repeat scroll 0 0 #fff;
  color: rgb(198, 223, 95);
  display: block;
  font-size: 4rem;
  border-radius: 110px;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 0.625em;
  text-align: center;
  margin: 0 auto;
}
.teaserbottom .mainleft i.fa-users {
  background: none repeat scroll 0 0 #fff;
  color: rgb(219, 25, 55);
  display: block;
  font-size: 4rem;
  border-radius: 110px;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 0.625em;
  text-align: center;
  margin: 0 auto;
}
.teaserbottom .mainmid i.fa-info-circle {
  background: fed000;
  color: #fed000;
  display: block;
  font-size: 4rem;
  border-radius: 110px;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 0.625em;
  text-align: center;
  margin: 0 auto;
}
.teaserbottom .mainright i {
  background: none repeat scroll 0 0 #fff;
  color: rgb(255, 241, 178);
  display: block;
  font-size: 4rem;
  border-radius: 110px;
  height: 110px;
  width: 110px;
  line-height: 110px;
  margin-right: 0.625em;
  text-align: center;
  margin: 0 auto;
}
.teaserbottom .mainright i.fa-calendar {
  font-size: 3rem!important;
}
.mainmidtext-down .fa-file-alt {
    /* background: none repeat scroll 0 0 #fff; */
  color: rgb(198, 223, 95);
    /* display: block; */
  font-size: 1.5rem;
    /* border-radius: 110px; */
    /* height: 110px; */
    /* width: 110px; */
    /* line-height: 110px; */
  margin-right: 0.5rem;
    /* text-align: center; */
    /* margin: 0 auto; */
}
.teaserbottom .mainleft p {
    /* color: #fff; */
  font-size: 1.0625rem;
  font-weight: 500;
    /* text-transform: uppercase; */
  text-align: center;
}
.teaserbottom .mainmid.nomarg p {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
}
.teaserbottom .mainmid p {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10%;
}
.teaserbottom .mainright p {
    /* color: #fff; */
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10%;
  color: #7f7f7f;
}
.teaserbottom .mainleft p,
.teaserbottom .mainmid.nomarg p,
.teaserbottom .mainmid p,
.teaserbottom .mainright p {
  text-align: center;
  padding: 1rem 4%;
}
.mainmid,
.mainmidtext {
  margin: 20px 0px 20px 0px;
}
.mainmidtext p {
    /* text-align: left; */
    color: #293B55;
    font-size: 1.125rem;
}
.lead-wrap {
  text-align: center;
}
.mainmidtext p.lead,
.teaserbottom .lead-wrap h2.lead,
.teaser-gemeinsam .lead-wrap h2.lead,
.teaser-text-schulleben .lead-wrap h2.lead {
    /* text-align: left; */
  color: #434343;
  font-size: 1.0625rem;
    /* text-transform: uppercase; */
    /* text-align: center!important; */
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
    /* margin: 0 auto; */
}
.mainmidtext p.lead:before,
.teaserbottom .lead-wrap h2.lead:before,
.teaser-gemeinsam .lead-wrap h2.lead:before,
.teaser-text-schulleben .lead-wrap h2.lead:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #203964;
  right: -26px;
  top: 10px;
}
.mainmidtext p.lead:after,
.teaserbottom .lead-wrap h2.lead:after,
.teaser-gemeinsam .lead-wrap h2.lead:after,
.teaser-text-schulleben .lead-wrap h2.lead:after {
  position: absolute;
  content: "";
  left: -27px;
  top: 10px;
  background: #203964;
  width: 20px;
  height: 1px;
  display: inline-block;
}
.mainmidtext form p {
  text-align: left;
  color: #434343;
  font-size: 1rem;
  margin: 1.5rem 0;
}
.text-center {
  text-align: center!important;
}
p {
    /* text-align: center!important; */
}
figcaption p {
  /* text-align: center!important; */
  /* color: #fff; */
  color: #000000;
}
.mainmidtext ul li,
.mainmidtext ol li {
  text-align: justify;
  color: #434343;
  color: #293B55;
  font-size: 1.125rem;
  text-align: left;
}
.searchcontent {
  margin: 0px 0px 0px 5px;
  float: left;
    /* max-width: 140px; */
  display: block;
}
.headnavsearchwrap {
  display: block;
    /* background: red; */
    /* width: 50%; */
  float: left;
  margin-top: -35px;
    /* border: 2px solid green; */
}
.suchfeld {
  background-repeat: no-repeat;
  border: medium none;
  height: 30px;
  padding-left: 50px;
    /* min-width: 200px; */
  border: 1px solid rgb(182, 188, 194);
  font-weight: 400;
  background-image: url(search-icon.png);
  font-size: .9375rem;
    /* color: #a0a0a0; */
    /* color: red; */
    /* text-transform: uppercase; */
    /* max-width: 10rem; */
    /* margin-top: 2px; */
  background-color: #fff;
  max-width: 14rem;
}
.mediabuttons {
  float: left;
  margin: 12px 12px 0px 0px;
}
.textareawidth {
  width: 15rem;
}
.responsiveContainer-no {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 42%;
}
.responsiveContainer-no iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0px;
  overflow: hidden;
}
.responsiveContainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 7%;
}
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}
div.csc-textpic .csc-textpic-imagewrap figure,
div.csc-textpic figure.csc-textpic-imagewrap {
  margin: 0;
  display: block;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 0;
  width: 100%;
  float: right;
}
.csc-textpic-text {
  float: left;
}
figure.csc-textpic-image {
  margin-bottom: 10px;
}
.detail {
  color: #fff !important;
  display: inline-block;
  min-width: 9rem;
}
.tab1 {
  display: inline-block;
  width: 2.75rem;
}
.tab2 {
  display: inline-block;
  width: 4.5rem;
}
.footertab1 {
  width: 100%;
  float: left;
  display: block;
}
.footertab2 {
  width: 100%;
  float: left;
  margin-top: -2rem;
}
.footertab3 {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 1rem;
}
.footertab4 {
  width: 100%;
  float: left;
}
.numbers1 {
  float: left;
  width: 20%;
  margin-right: 3%;
}
.numbers2 {
  float: left;
  width: 77%;
}
.numbers2 {
  float: left;
  width: 77%;
  position: relative;
  min-height: 8rem;
}
.teasermid img {
    /*-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45); 
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.45); 
	*/
}
.teasermid.teaserbottom img {
  margin-bottom: 10px;
  transition: all 0.5s;
}

/* blur effekt raus
.teasermid.teaserbottom img:hover {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    transition: all 0.5s;
    transform7: scale(1.005, 1.005);
    opacity: 0.85;

*/
#toggleContrast,
#decreaseFontSize,
#increaseFontSize,
#decrease,
#increase,
#reset,
#info {
  background: #fff;
    /* background: none; */
  color: #000;
  border: none;
    /* padding: 6px; */
  padding: 5px 5px;
  transition: all 0.6s;
  font-weight: 500!important;
  font-size: .875rem;
    /* float: left; */
    /* border: 1px solid rgb(0 0 0 / 20%); */
    /* border:none; */
    /* text-decoration: underline; */
  margin-right: 4px;
  max-width: 250px;
    /*! width: 186px; */
    /*! clear: both; */
  margin-top: 2px;
  float: right;
    /* font-weight: 500; */
  margin-bottom: 0px !important;
    /* margin-left: 5px; */
  transition: all .6s;
}
#toggleContrast {
    /* float: left; */
}
#toggleContrast .fa,
#decreaseFontSize .fa,
#increaseFontSize .fa,
#decrease .fa,
#reset .fas,
#increase .fa {
  font-size: 1.25rem!important;
    /* position: absolute; */
  top: 4px;
  color: #b90c0c;
  position: relative;
  top: 0px;
    /* right: 5px; */
}

/* =============================================================================
  STYLES Kontrast Start
   ========================================================================== */
#ctr-button::after {
  content: attr(data-on);
    /* float: left; */
}
.ctr #ctr-button::after {
  content: attr(data-off);
}
.ctr #toggleContrast .fa,
.ctr #decreaseFontSize .fa,
.ctr #increaseFontSize .fa,
.ctr #decrease .fa,
.ctr #reset .fas,
.ctr #increase .fa {
    /* background: none; */
  color: #000;
}
.ctr #logo {
  filter: saturate(.5);
}
#toggleContrast::after {
  content: attr(data-on);
  margin-left: 35px;
}
.ctr #toggleContrast::after {
  content: attr(data-off);
}
.acc-button {
  float: right;
    /* width: 60%; */
    /* text-align: center; */
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    /* padding-left: 50%; */
    /* padding-right: 5px; */
  transition: all .6s;
  opacity: 1;
  transition: opacity 0.5s ease;
  display: block;
}
@media only screen and (min-width: 768px) {
  .acc-button {
    float: right;
    width: inherit;
  }
}
@media only screen and (min-width: 1080px) {
  .acc-button {
    float: right;
    width: 60%;
  }
}
.hiddendivanimation {
  opacity: 0;
  pointer-events: none;
    /* Optional: verhindert Interaktion */
}
#ctr-button {
  background: #ebe8e8;
  background: none;
  color: #000;
  border: none;
  padding: 6px;
    /* padding: 5px 15px; */
  transition: all 0.6s;
  font-weight: 500!important;
  font-size: .875rem;
    /* float: left; */
  border: 1px solid rgb(0 0 0 / 20%);
    /* text-decoration: underline; */
  margin-right: 4px;
  max-width: 189px;
  width: 186px;
  clear: both;
  margin-top: 2px;
  float: right;
    /* font-weight: 500; */
  margin-bottom: 0px !important;
    /* margin-left: 5px; */
}
#ctr-button::after {
  content: attr(data-on);
    /* float: left; */
}
.ctr #ctr-button::after {
  content: attr(data-off);
}
#toggleContrast::after {
  content: attr(data-on);
  margin-left: 35px;
}
.ctr #toggleContrast::after {
  content: attr(data-off);
}
#decreaseFontSize::after {
  content: attr(data-on);
  margin-left: 35px;
}
#increaseFontSize::after {
  content: attr(data-on);
  margin-left: 35px;
}
.ctr a {
  color: #000!important;
  text-decoration: underline;
}
.ctr #navi,
.ctr .sf-menu a {
  background: #fff!important;
}
.ctr p,
.ctr label,
.ctr li {
  opacity: 1;
  font-weight: 400!important;
  color: #000;
}
.ctr .maintext p {
  text-align: left!important;
}
.ctr h1,
.ctr h2,
.ctr h3,
.ctr h4,
.ctr h5,
h6,
.ctr p,
.ctr li {
  color: #000 !important;
}
.ctr .barsuc {
  float: left;
  margin-right: 15px;
  background: aliceblue;
  padding: .5rem;
  padding-top: 0rem width: 100%;
  width: 100%;
}
.search-label-suchfunktion {
  font-weight: 1rem;
  margin-bottom: .75rem;
  color: #000 !important;
}
.search-label-suchbegriff {
  font-weight: .9375rem;
  color: #000 !important;
}
.search-label-suchfunktion,
.search-label,
.search-label-suchbegriff {
  display: none;
}
.ctr .search-label-suchfunktion,
.ctr .search-label,
.ctr .search-label-suchbegriff {
    /*! display: block; */
  font-size: .9375rem;
  color: inherit
}
.ctr footer,
.ctr .headerinfowrap  {
  background: none;
  color: #37404a!important;
}
.ctr footer a {
  color: #000!important;
  font-weight: 400!important;
}
.ctr .headerinfowrap .gap {
  color: #37404a !important;
  font-weight: 600!important;
}
.ctr .headerinfowrap .gap a {
  color: #37404a !important;
  font-weight: 600!important;
}
.ctr header .fa.fa-envelope,
.ctr header header.fa.fa-home,
.fa.fa-map-marker,
.fa.fa-phone {
  color: #37404a;
}
.ctr1 #navi {
  width:100%;
  margin-top:0px;
}
.ctr1 .headerinfowrap .contentwrap {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  padding: 0;
}


/*
 ################# STYLES Kontrast Ende ########### 
 */
.shadow {
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.45);
}
.responsiveContainer {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 200%;
}
.responsiveContainer iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  padding-left: 20px;
}
.top_link {
  display: block;
  z-index: 100000;
  padding: 0.8rem;
  transition: all 0.4s ease-in-out 0.4s;
  position: relative;
    /* position: absolute; */
  width: 65px;
    /* background: rgba(255,255,255,0.8); */
  bottom: 80px;
  right: -75%;
}
.top_link a {
    /* opacity: 0.6; */
    /* color: rgb(237 109 0 / .6); */
  transition: all 0.4s;
  color: rgb(197 17 20 / 60%);
}
.top_link a:hover {
  color: #c51114;
  opacity: 0.9;
  transition: all 0.4s;
}
.top_link a:after {
  font-family: FontAwesome;
  content: '\f139';
  font-size: 50px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
}
#logo {
  width: 100%;
  max-width: 312px;
  height: auto;
}
.bild-mit-strichen {
  /* clear: both; */
  /* display: flex; */
  align-items: center;
  /* clear: both; */
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* background-image: url(/fileadmin/teaser/widget_spende.webp); */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
}
.strich-links,
.strich-rechts {
    /* flex-grow: 1; */
    /* height: 5px; */
    /* background-color: #c51114; */
}
.strich-img-wrap {
  max-width: 1920px!important;
  margin: 0 auto;
  margin-right: 15px;
  position: relative;
  background-image: url(/fileadmin/teaser/widget_spende.webp);
  background-repeat: no-repeat;
  background-size: cover;  
}
.ctr .strich-img-wrap {
  max-width: 1920px!important;
  margin: 0 auto;
  margin-right: 15px;
  position: relative;
  background-image:none;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.strich-img-wrapstyle-inner {
  padding: 5% 3%;
  min-height: 800px;
}
.ctr .strich-img-wrapstyle-inner {
  background-color: #fff;
}

.spenden-box {
  margin-top: 2rem
}
.strich-img-wrapstyle-inner p {
  font-size: 1.25rem;
  /* font-weight: 600; */
  color: #fff;
}
.spenden-box .spenden-box-p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  /* padding: 2% 23%; */
  /* margin-top: 2rem; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #2f2d2d;
  max-width: 500px;
  display: block;
  background: rgb(213 211 211 / 90%);
  padding: 2rem;
  /* float: left; */
  margin-right: 2rem;
  width: 100%;
}
.strich-img-wrap h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 2rem;
}
.bild-mit-strichen img {
    /* margin: 0 10px; */
    /* max-width: 350px; */
  max-width: 100%;
}
.mainmidtext {
    /* width: 90%; */
    /* float: left; */
    /* text-align: left; */
  margin: 0;
    /* margin: 0 0% 0 5%; */
  padding: 2rem 2%;
}
#topmenubox img#logoclaim {
  float: left;
  width: 90%;
  transition: 2.7s all;
  display: block;
}
.teaserbottom .mainleft figcaption h3,
.teaserbottom .mainmid.nomarg figcaption h3,
.teaserbottom .mainright figcaption h3,
.teaserbottom .mainmid figcaption h3 {
    /* color: #fff; */
    /* color: #494747; */
  color: #c51113;
}
.teaserbottom .mainmid.nomarg {
  margin-left: 0;
  margin-right: 0;
  background: #fed000;
}
.teaserbottom .mainright {
    /* text-align: left; */
  border-bottom: none;
  margin-top: 0;
    /* background: #c6df5f; */
  padding-bottom: 1rem;
    /* background: rgb(255, 241, 178); */
}
.teaserbottom .mainmid {
  float: left;
    /* text-align: left; */
    /* background: #fff1b2; */
    /* background: rgb(198, 223, 95); */
}
.teaserbottom .mainleft {
  float: left;
    /* text-align: left; */
  margin-right: 3.33333%;
    /* background: rgb(219, 25, 55); */
}
.teaserbottom.bottom2 .mainleft {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    border-bottom: none;
    /* padding-bottom: 50px; */
    /* overflow: visible; */
    background: none;
    border: none !important;
    margin-bottom: 4rem!important;
    
  }
.teaserbottom.bottom2 .mainright {
    width: 100%;
    /* float: none; */
    text-align: center;
    margin-right: 0;
    border-bottom: none;
    /* padding-bottom: 50px; */
    /* overflow: visible; */
    background: none;
    border: none !important;
    margin-top: 2rem!important;
    display: block;
  }
.form-control,
.form-group {
  width: 100%;
  float: left;
}
#bread {
  clear: both;
  float: left;
  margin-left: 5px;
  margin-top: 1.25rem;
  width: 100%;
  display: block;
  color: #37404a;
  font-size: 0.935rem;
  background: #fff;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.breadcrumb li + li::before {
  content: "/";
  padding: 0 0.5rem;
}

h3 {
  font-size: 1.375rem;
  line-height: 1.0;
  margin: 1rem 0;
  color: #37404a;
  color: #b90c0c;
  text-transform: none;
  font-weight: 600;
}
.frame-type-felogin_login h3 {
font-size: 1.375rem!important;
border-top: 1px solid rgb(150 151 152 / 0.5);
padding-top:30px
}
@media only screen and (min-width: 350px) {
  .searchcontent {
    margin: 40px 0px 0px 0px;
    max-width: 400px;
    display: block;
        /* margin-top: 40px; */
  }
}
@media only screen and (min-width: 400px) {
  .searchcontent {
        /* float: right; */
  }
  #topmenubox img#logoclaim {
    float: left;
    width: 40%;
    transition: 2.7s all;
    clear: left;
  }
}
@media only screen and (min-width: 420px) {
  .responsiveContainer {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 150%;
  }
}
@media only screen and (min-width: 481px) {
  #headpic {
    margin-bottom: 6px;
    /* float: right; */
    width: 42%;
    /* text-align: right; */
    /* margin-top: -15px; */
  }
  .gridContainer {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 10;
  }
  .headerpic {
    width: 33.333%;
    display: block;
    float: right;
  }
  #headpic p {
    margin: 0;
    display: block;
  }
  #headpic p img {
    width: 33.333%;
    display: block;
    float: right;
  }
  .maincontent {
    width: 100%;
    float: left;
        /* clear: both; */
  }
  . .mainleft,
  .mainmid,
  .mainmidtext,
  .mainright {
    width: 100%;
    float: left;
  }
  p {
    text-align: justify;
  }
  figcaption p,
  .csc-textpic-text p {
    font-size: 1rem;
    line-height: 1.3;
  }
  .teasermid figcaption p,
  .csc-textpic-text p {
        /* padding-bottom: 1rem; */
  }
  .footertab2 {
    width: 100%;
    float: left;
  }
  .footertab3 {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 1rem;
  }
  .footertab4 {
    width: 100%;
    float: left;
    margin-top: 1rem;
  }
  .footertab2inner {
    display: block;
    text-align: left;
  }
  div.csc-textpic-intext-left .csc-textpic-imagewrap,
  div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    margin-right: 0;
    width: 50%;
    float: left;
    margin-right: 5%;
  }
  .csc-textpic-text {
    float: left;
    width: 45%;
  }
  #logo {
        /* width: 42%; */
        /* max-width: 312px; */
        /* height: auto; */
  }
  #logosp {
    float: left;
    width: 58%;
    margin-top: 95px;
    position: absolute;
    bottom: 0px;
    max-width: 460px;
  }
}
@media only screen and (min-width: 520px) {
  .responsiveContainer {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 120%;
  }
  .teaserbottom.bottom2 .mainleft figcaption {
     float: inherit; 
    width: inherit;
}
}
@media only screen and (min-width: 600px) {
  #mainwrapleft #aktuell {
    display: none;
    width: 100%;
    float: left;
    padding: 0px 0px 5px;
    background: #E3E3E3;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 195px;
    margin-bottom: 20px;
  }
  #headernav {
    z-index: 11000;
        /* width: 99.5%; */
    margin-bottom: 0px;
    text-align: left;
  }
  #headpic {
    margin-bottom: 6px;
        /* float: right; */
    width: 40%;
        /* text-align: right; */
        /* margin-top: -15px; */
  }
  #bread {
    clear: both;
    float: left;
    margin-left: 15px;
    margin-top: 1.25rem;
    width: 100%;
    display: block;
        /* color: #797878; */
    font-size: 0.935rem;
  }
  .teasermidfigure {
    border-bottom: none;
  }
  .teasermid figcaption h3 {
    margin: 1.25rem 0;
    font-size: 1.625rem;
    text-align: left;
    /* color: #b90c0c; */
  }
  .mainleft {
    width: 23.5%;
    float: left;
        /* text-align: left; */
  }
  .mainmid {
    width: 30%;
    float: left;
    text-align: left;
        /* margin: 0 5% 0 5%; */
  }
  .teaserbottom .mainmid.nomarg {
    margin-left: 0;
    margin-right: 0;
    background: #fed000;
  }
  .teasermidback .mainmid.nomarg {
    margin-left: 0;
    margin-right: 0;
  }
  .mainmidtext {
        /* width: 65%; */
    float: left;
    text-align: left;
    margin: 0;
        /* margin: 0 0% 0 17%; */
  }
  .mainright {
    width: 30%;
    float: left;
    text-align: left;
  }
  .searchcontent {
        /* float: right; */
    display: block;
    margin-top: 50px;
    text-align: right;
  }
  .form-group {
    width: 68%;
    float: left;
    padding-left: 0;
  }
  .form-control {
    width: 60%;
    float: left;
    min-width: 250px;
  }
  .csc-textpic-text {
    float: left;
    width: 45%;
  }
  .footertab1 {
    width: 48%;
    float: left;
    display: block;
    margin: 1rem 1% 0 0%;
  }
  .footertab2 {
    width: 48%;
    float: left;
    margin: 0;
    margin: 1rem 0% 0 2%;
  }
  .footertab3 {
    width: 90%;
    float: left;
    /* margin: 0; */
    /* margin: 1rem 1% 0 0%; */
  }
  .footertab4 {
    width: 48%;
    float: left;
    margin: 0;
    margin: 1rem 0% 0 2%;
  }
  figcaption p,
  .csc-textpic-text p {
    text-align: left;
  }
  .teasermid .mainleft,
  .teasermid .mainmid,
  .teasermid .mainright {
    border-bottom: none;
  }
  #logo {
    width: 100%;
    max-width: 312px;
    height: auto;
  }
  #logosp {
    float: left;
    width: 55%;
        /* margin-top: 95px; */
        /* position: absolute; */
        /* bottom: 0px; */
    max-width: 460px;
  }
  .img-ef {
  text-align: left;
  margin: 0 auto;
 }
  .teasermidback.teasercontent .mainleft {
    /* width: 22.5%; */
    width: 48.5%;
    float: left;
    /* text-align: left; */
    margin-right: 3%;
}

.teasermidback.teasercontent .mainmid {
    width: 48.5%;
    float: left;
    text-align: left;
    margin: 0;
}

.teasermidback.teasercontent .mainright {
    width: 48.5%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
}
}
@media only screen and (min-width: 768px) {
  #offcanvas {
    display: none;
    visibility: hidden;
  }
  #offcanvasmenu {
    display: none;
  }
  h3 {
    font-size: 1.75rem;
    line-height: 1.0;
    margin: 1rem 0;
    color: #37404a;
    color: #b90c0c;
    text-transform: none;
    font-weight: 600;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 260px;
        /* Anpassen an die Smartphone Header-Höhe */
  }
  .gridContainer {
    width: 100%;
    max-width: 1920px;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    overflow: hidden;
  }
  .ctr1 .gridContainer {
    max-width: 1920px;
    padding-left: 0%;
    padding-right: 0%;
  }
  .ctr1 .contentwrap {
    max-width: 1920px;
    padding-left: 1%;
    padding-right: 1%;
  }
  .ctr1 .headwrap {
    max-width: 1920px;
  }
  .ctr3 .gridContainer {
    max-width: 1500px;
    padding-left: 0%;
    padding-right: 0%;
  }
  .ctr3 .contentwrap {
    max-width: 1260px;
  }
  .ctr3 .headwrap {
    max-width: 1520px;
  }
  #toggleContrast,
  #decreaseFontSize,
  #increaseFontSize,
  #decrease,
  #increase,
  #reset,
  #info {
    background: #fff;
        /* background: none; */
    color: #4f4f51;
    border: none;
        /* padding: 6px; */
    padding: 5px 5px;
    transition: all 0.6s;
    font-weight: 500!important;
    font-size: .975rem;
        /* float: left; */
        /* border: 1px solid rgb(0 0 0 / 20%); */
        /* text-decoration: underline; */
    margin-right: 4px;
    max-width: 250px;
        /*! width: 186px; */
        /*! clear: both; */
    margin-top: 2px;
    float: right !important;
        /* font-weight: 500; */
    margin-bottom: 0px !important;
        /* margin-left: 5px; */
        /* min-width: 200px; */
    position: relative;
        /* min-width: 100px; */
    height: 30px;
        /* float: inline-end; */
  }
  .strich-img-wrapstyle-inner {
  padding: 5% 5%;
  min-height: 500px;
}
.spenden-box {
  margin-top: 2rem
}
.strich-img-wrapstyle-inner p {
  font-size: 1.25rem;
  /* font-weight: 600; */
  color: #fff;
}
.spenden-box .spenden-box-p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  /* padding: 2% 23%; */
  /* margin-top: 2rem; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #2f2d2d;
  max-width: 500px;
  display: block;
  background: rgb(213 211 211 / 90%);
  padding: 2rem;
  float: left;
  margin-right: 2rem;
}
.strich-img-wrap h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 2rem;
}
  #topmenubox {
        /* position: fixed; */
        /* background: #fcfcfe; */
        /* top: 0; */
        /* left: 0; */
        /* height: 190px; */
    width: 100%;
    z-index: 100;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: 0.7s all;
    padding-top: 0rem;
    padding-left: 0;
        /* max-width: 1500px; */
  }
  #topmenubox.reduced {
    height: 190px;
        /* transition: 0.7s all; */
        /* padding: 0; */
        /* top: 0; */
        /* background: #fff; */
        /* position: fixed; */
        /* overflow: hidden; */
    padding-top: .25rem;
  }
  #topmenubox img {
        /* max-height: 137px; */
    transition: 0.7s all;
  }
  #topmenubox.reduced img {
        /* max-height: 137px; */
    transition: 0.7s all;
    max-width: 300px;
    margin-top: 0;
  }
  #topmenubox img#logoclaim {
        /* float: left; */
    width: 50%;
    transition: 2.7s all;
    max-width: 500px;
    margin-top: 3px;
  }
  #topmenubox.reduced img#logoclaim {
        /* max-height: 137px; */
    transition: 0.7s all;
    max-width: 350px;
    margin-top: 0;
  }
  #topmenubox.reduced #headernav {
    transition: 0.5s all;
  }
  #headernav {
    display: block;
    z-index: 11000;
    text-align: left;
    /* background: #3f3434; */
    /* -webkit-box-sizing: content-box; */
    -moz-box-sizing: content-box;
    /* box-sizing: content-box; */
    float: left;
    /* max-width: 600px; */
    /* width: 34%; */
    /* min-width: 350px; */
    /* top: -20px; */
    margin-top: 7px;
    margin-right: 5px;
    /* margin-left: 5%; */
    float: left;
    /* margin-left: 50px; */
  }
  .headernavmenu {
    display: block;
  }
  #headernav ul {
        /* margin: 0px 10px 5px 0px; */
        padding: 0px 0px 0px 0%;
  }
  .socials {
    display:flex
  }
  .socials .fab {
    font-size:2rem;
    margin-left:.75rem;
    color: #b90c0c;
  }

  /* #navi in superfish.css formatiert */  
    
    /*
    #navi {
        clear: both;
      
  width: 90%;
  display: block;
       
  z-index: 10;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  float: right;
  paddin-left: 0;
       
  display: flex;
  justify-content: space-around;
}
*/
#sliding {
  clear: none;
  float: left;
  width: 100%;
  display: block;
  background: #fff;
        /* margin-top: 220px; */
  transition: all 1s ease-in-out;
}
#mainwrapstart {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  position: relative;
        /* margin-top: 210px; */
}
#bread {
  margin-top: 1.25rem;
  font-size: 0.935rem;
}
.teasermid figcaption h3 {
  font-size: 1.3125rem;
  margin: 1rem 0 .75rem 0;
}
.teasermid.teaserbottom figcaption h3 {
  font-size: 1.5rem;
        /* color: #c6df5f; */
}
.mainmidtext {
  padding: 2.5rem 2%;
  padding-top: 0!important;
}
.teaserbottom .mainright {
  width: 45%;
  float: left;
  text-align: left;
  border-bottom: none;
  margin-top: 0;
        /* background: #c6df5f; */
  padding-bottom: 1rem;
        /* background: rgb(255, 241, 178); */
}
.teaserbottom .mainmid {
  width: 45%;
  float: left;
  text-align: left;
  margin: 0 3.33333% 0 0%;
        /* background: #fff1b2; */
        /* background: rgb(198, 223, 95); */
}
.teaserbottom .mainleft {
  width: 45%;
  float: left;
  text-align: left;
  margin-right: 3.33333%;
        /* background: rgb(219, 25, 55); */
}

.teasermidback.teasercontent .mainright {
  width: 45%;
  float: left;
  text-align: left;
  border-bottom: none;
  margin-top: 0;
}
   .teasermidback.teasercontent .mainmid {
  width: 45%;
  float: left;
  text-align: left;
  margin: 0 3.33333% 0 0;
}
 .teasermidback.teasercontent .mainleft {
        /* width: 22.5%; */
        /* width: 45%; */
        /* float: left; */
        /* text-align: left; */
        /* margin-right: 3.33333%; */
}
.teaserbottom .mainleft p,
.teaserbottom .mainmid.nomarg p,
.teaserbottom .mainmid p,
.teaserbottom .mainright p {
  text-align: left;
}
#footer > ul {
  padding-left: 25px;
  margin: 0;
}
#footer > ul li {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 3rem;
  float: left;
}
.footertab3inner {
  display: block;
}
.footertab4inner {
        /* float: right; */
  display: block;
}
ul.footernavmenu {
  float: right;
}
.textareawidth {
  width: 350px;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  width: 30%;
  float: left;
}
.csc-textpic-text {
  float: left;
  width: 60%;
}
.mainmidtext h1 {
  font-size: 1.875rem;
}
.mainmidtext h2 {
  font-size: 1.65rem;
  margin-bottom: 1.5rem;
}
article {
  -moz-column-count: 2;
  -moz-column-gap: 4rem;
  -webkit-column-count: 2;
  -webkit-column-gap: 4rem;
  column-count: 2;
  column-gap: 4rem;
}
.teasermid figcaption p,
.csc-textpic-text p {
        /* color: #fff; */
  font-size: 1rem;
        /* padding-left: 1rem; */
  padding: 1rem 1rem .5rem 1rem;
  text-align: left !important;
}
.teasermidback figcaption p,
.csc-textpic-text p {
        /* color: #fff; */
  font-size: 1.125rem;
        /* padding-left: 1rem; */
  padding: .25rem 0rem .5rem 0rem;
}
.responsiveContainer {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 80%;
}
.searchcontent {
  margin-top: 20px;
  float: left;
  width: inherit;
  text-align: left;
        /* width: 15%; */
        /* clear: left; */
        /* margin-top: 5px; */
  clear: left;
        /* margin: 0; */
}
.top_link {
  display: block;
  position: fixed;
  right: 20px;
  display: block;
  top: 550px;
  z-index: 8000;
  font-weight: bold;
  transition: all 0.4s;
  width: 40px;
}
.top_link:hover {
  transition: all 0.4s;
}
.mainmidtext p.lead,
.teaserbottom .lead-wrap h2.lead,
.teaser-gemeinsam .lead-wrap h2.lead,
.teaser-text-schulleben .lead-wrap h2.lead {
    /* text-align: left; */
  color: #434343;
  font-size: 1.275rem;
    /* text-transform: uppercase; */
    /* text-align: center!important; */
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
    /* margin: 0 auto; */
}
.mainmidtext p.lead:before,
.teaserbottom .lead-wrap h2.lead:before,
.teaser-gemeinsam .lead-wrap h2.lead:before,
.teaser-text-schulleben .lead-wrap h2.lead:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #203964;
  right: -56px;
  top: 15px;
}
.mainmidtext p.lead:after,
.teaserbottom .lead-wrap h2.lead:after,
.teaser-gemeinsam .lead-wrap h2.lead:after,
.teaser-text-schulleben .lead-wrap h2.lead:after {
  position: absolute;
  content: "";
  left: -57px;
  top: 16px;
  background: #203964;
  width: 40px;
  height: 2px;
  display: inline-block;
}
.mainmidtext p {
        /* text-align: justify; */
        /* color: #434343; */
  font-size: 1.125rem;
}
.mainmidtext p.small {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
.mainmidtext p span.text-muted {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  display: block;
  margin-bottom: 2rem;
}
.mainmidtext ul li,
.mainmidtext ol li  {
  font-size: 1.125rem;
}
.contenttable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.contenttable td {
  padding: .75rem!important;
  font-size: 1.125rem;
        /* background-color: #d9d9d9; */
  border: 1px solid black;
  height: 30px;
        /* width: 276px; */
  color: #37404a;
  font-weight: 400;
}
.contenttable td p {
  font-size: 1.125rem
}
}

@media only screen and (min-width: 860px) {
      
   .teasermidback.teasercontent .mainleft {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
  }
.teasermidback.teasercontent .mainmid {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin: 0 2.61904% 0 2.61904%;
  }
.teasermidback.teasercontent .mainright {
    width: 31.5873%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
  }
  }

@media only screen and (min-width: 860px) {
      
   .teasermidback.teasercontent .mainleft {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
  }
.teasermidback.teasercontent .mainmid {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin: 0 2.61904% 0 2.61904%;
  }
.teasermidback.teasercontent .mainright {
    width: 31.5873%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
  }
  
  .teasermid figcaption h3 {
    /* font-size: 1.625rem; */
  }
  .teasermid.teaserbottom figcaption h3 {
    font-size: 1.75rem;
  }
  #topmenubox.reduced img#logoclaim {
        /* margin-top:10%; */
  }
  .searchcontent {
        /* margin-top: -20px; */
    float: left;
    width: inherit;
    text-align: left;
        /* width: 15%; */
    clear: none;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 960px) {
  .footertab1 {
    /* width: 32%; */
    float: left;
    display: block;
    /* background:grey; */
    padding-left: 0px;
    margin: inherit;
  }
  .footertab2 {
    /* width: 28%; */
    float: left;
    display: block;
    /* background:yellow; */
    padding-left: 15px;
    margin: inherit;
  }
  .footertab3 {
    /* width: 40%; */
    float: left;
    clear: none;
    /* background:green; */
    padding-left: 0px;
    /* margin: inherit; */
  }
  .footertab4 {
    width: 16%;
    float: left;
    margin: inherit;
        /* background:red; */
    padding-left: 40px;
    display: none;
  }
  .footertab3inner {
    display: block;
  }
  .footertab4inner {
        /* float: right; */
    display: block;
  }
  #toggleContrast,
  #decreaseFontSize,
  #increaseFontSize,
  #decrease,
  #increase,
  #reset,
  #info {
    padding: 5px 10px;
        /* font-size: 1rem; */
  }
  .strich-img-wrapstyle-inner {
  padding: 4% 13%;
  min-height: 500px;
}
.spenden-box {
  margin-top: 2rem
}
.strich-img-wrapstyle-inner p {
  font-size: 1.25rem;
  /* font-weight: 600; */
  color: #fff;
}
.spenden-box .spenden-box-p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  /* padding: 2% 23%; */
  /* margin-top: 2rem; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #2f2d2d;
  max-width: 500px;
  display: block;
  background: rgb(213 211 211 / 90%);
  padding: 2rem;
  float: left;
  margin-right: 2rem;
}
.strich-img-wrap h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 2rem;
}
  .teaserbottom .mainright {
    width: 22.5%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
        /* background: #c6df5f; */
    padding-bottom: 1rem;
        /* background: rgb(255, 241, 178); */
  }
  .teaserbottom .mainleft {
    width: 22.5%;
    float: left;
    text-align: left;
    margin-right: 3.33333%;
        /* background: rgb(219, 25, 55); */
  }
  .teaserbottom .mainleft {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
        /* padding-bottom: 50px; */
        /* overflow: visible; */
  }
  .teaserbottom .mainmid {
    width: 22.5%;
    float: left;
    text-align: left;
    margin: 0 3.33333% 0 3.33333%;
        /* background: #fff1b2; */
        /* background: rgb(198, 223, 95); */
  }
  .teaserbottom .mainmid {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin: 0 2.61904% 0 2.61904%;
        /* background: #fff1b2; */
        /* background: rgb(198, 223, 95); */
  }
  .teaserbottom .mainright {
    width: 22.5%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
        /* background: #c6df5f; */
    padding-bottom: 1rem;
        /* background: rgb(255, 241, 178); */
  }
  .teaserbottom .mainright {
    width: 31.5873%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
        /* background: #c6df5f; */
    padding-bottom: 1rem;
        /* background: rgb(255, 241, 178); */
  }
  .teasermidback .mainmid {
    width: 22.5%;
    float: left;
    text-align: left;
    margin: 0 3.33333% 0 3.33333%;
  }
  *4 er Anordnung */ .teasermidback .mainright {
    width: 22.5%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
  }
  .teasermidback .mainright {
    width: 31.5873%;
    float: left;
    text-align: left;
    border-bottom: none;
    margin-top: 0;
  }

    /*4 er Anordnung */
  .teasermidback .mainmid {
    width: 22.5%;
    float: left;
    text-align: left;
    margin: 0 3.33333% 0 3.33333%;
  }
  .teasermidback .mainmid {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin: 0 2.61904% 0 2.61904%;
  }
  .teasermidback .mainleft {
    width: 22.5%;
        /* width: 45%; */
    float: left;
        /* text-align: left; */
    margin-right: 3.33333%;
  }
  .teasermidback .mainleft {
    width: 31.5873%;
    float: left;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
  }
  .teaserbottom.bottom2 .mainleft {
    width: 48%;
    float: left;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
    /* padding-bottom: 50px; */
    /* overflow: visible; */
    background: none;
    border: none !important;
  }
  .teaserbottom.bottom2 .mainright {
    width: 48%;
    float: right;
    text-align: left;
    margin-right: 0;
    border-bottom: none;
    /* padding-bottom: 50px; */
    /* overflow: visible; */
    background: none;
    border: none !important;
  }
}
@media only screen and (min-width: 990px) {
  .numbers2 {
    min-height: 8rem;
  }
  .form-control {
    width: 50%;
    float: left;
    min-width: 250px;
  }
  .responsiveContainer {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    background: gray;
  }
  .teasermid figcaption h3 {
    font-size: 1.375rem;
  }
  .searchcontent {
    margin-top: 0px;
    float: left;
    width: inherit;
    text-align: left;
        /* width: 15%; */
        /* min-width: 300px; */
        /* margin-top: 20px; */
  }
  .suchfeld {
    max-width: 14rem;
  }
  .mainmidtext h1 {
    font-size: 2.25rem;
  }
  .mainmidtext p.like-h1,
  .mainmidtext h2.like-h1,
  .mainmidtext h3.like-h1 {
    font-size: 2.25rem;
  }
  .mainmidtext h2 {
    font-size: 1.75rem;
        /* margin-bottom: 1.75rem; */
  }
  #mainwrapstart {
        /* margin-top: 245px; */
  }
  #bread {
        /* margin-top: 1.5rem; */
        /* font-size: 0.935rem; */
  }
  #topmenubox {
        /* height: 190px; */
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 280px;
        /* Anpassen an die Smartphone Header-Höhe */
  }
}
@media only screen and (min-width: 1150px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 290px;
        /* Anpassen an die Smartphone Header-Höhe */
  }
  .teasermid figcaption h3 {
        /* font-size: 2rem; */
  }
  .teasermid.teaserbottom figcaption h3 {
    font-size: 2rem;
  }
  .contentwrap {
    padding: 0px;
        /* float: left; */
        /* margin: 0 auto; */
  }
  #sliding .contentwrap {
    padding: 0px;
    max-width: 1920px;
  }
  .cw-1460 {
    max-width: 1860px;
  }
  footer .contentwrap {
    padding: 0px 5px;
    max-width: 1460px
  }
  .mainmidtext {
    padding: 2rem 0%;
    padding-bottom: 0;
  }
  h1 {
        /* font-size: 2.75rem; */
  }
  .mainmidtext p.like-h1,
  .mainmidtext h2.like-h1,
  .mainmidtext h3.like-h1 {
    font-size: 2.75rem;
  }
  .mainmidtext h1 {
    font-size: 2.3rem;
  }
  .mainmidtext h2 {
    font-size: 2rem;
        /* font-size: 2rem; */
        /* margin-bottom: 1.5rem; */
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.0;
    margin: 1rem 0;
    color: #37404a;
    color: #b90c0c;
    text-transform: none;
    font-weight: 600;
  }
  .footertab1 {
    width: 32%; 
    float: left;
   
  }
  .footertab2 {
     width: 28%;
    float: left;
    
  }
  .footertab3 {
    width: 40%;
    float: left;
    clear: none;
    /* background:green; */
    padding-left: 0px;
    margin: inherit;
  }
}
@media only screen and (min-width: 1250px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 300px;
        /* Anpassen an die Smartphone Header-Höhe */
  }
  .strich-img-wrapstyle-inner {
  padding: 4% 21%;
  min-height: 550px;
}
.spenden-box {
  margin-top: 2rem
}
.strich-img-wrapstyle-inner p {
  font-size: 1.25rem;
  /* font-weight: 600; */
  color: #fff;
  text-align: left;
}
.spenden-box .spenden-box-p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  /* padding: 2% 23%; */
  /* margin-top: 2rem; */
  font-size: 1.125rem;
  font-weight: 500;
  color: #2f2d2d;
  max-width: 500px;
  display: block;
  background: rgb(213 211 211 / 90%);
  padding: 2rem;
  float: left;
  margin-right: 2rem;
}
.strich-img-wrap h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-size: 2rem;
}
}
@media only screen and (min-width: 1350px) {
  .teasermid figcaption h3 {
        /* font-size: 2.125rem; */
  }
}
@media only screen and (min-width: 1500px) {
  #topmenubox {
        /* height: 229px; */
  }
   .strich-img-wrapstyle-inner {
  padding: 4% 24%;
  min-height: 550px;
}
}
@charset "utf-8"; /*** ESSENTIAL STYLES superfish  ***/
@media only screen and (min-width: 768px) {
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu li {
    position: relative;
    width: inherit!important;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  .sf-menu > li {
    float: left;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }

    /*** DEMO SKIN ***/
  .sf-menu {
    float: left;
    margin-bottom: 0;
    width: 90%;
    z-index: 1000;
        /* background: red; */
    padding: 0;
    display: flex;
    justify-content: flex-end;
        /* align-items: end; */
  }
  .sf-menu ul {
    box-shadow: 2px 2px 6px rgba(0,0,0,.6);
    min-width: 12em;
        /* allow long menu items to determine submenu width */
    * width: 12em;
        /* no auto sub width for IE7, see white-space comment below */
    width: 100%;
  }
  .sf-menu a {
    padding: 0.3125rem 0rem;
    margin: 0 auto;
    font-size: 1.5rem;
    text-decoration: none;
    zoom: 1;
    color: #0b0b0b;
        /* text-transform: uppercase; */
    width: 100%;
    font-weight: 400;
    transition: all 0.9s;
        /* background: #464646; */
  }
  .sf-menu a:hover {
    transition: all 0.9s;
    color: #c89999;
  }
  .sf-menu li a .spacing {
    padding-left: 1rem;
  }
  .sf-menu a.act {
    color: #b90c0c;
    transition: all 0.9s;
        /* font-weight: 500; */
  }
  #headernav ul li a.active_static {
    color: #b90c0c;
    transition: all 0.9s;
        /* font-weight: 500; */
  }
  #headernav ul li:first-child a.active_static {
    color: inherit;
    transition: all 0.9s;
        /* font-weight: 500; */
  }

  .sf-menu li:first-child a {
    border-left: none;
  }
  .sf-menu li {
        /* white-space: nowrap; */
        /* no need for Supersubs plugin */
    * white-space: normal;
        /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    text-align: center;
    overflow: visible;
    width: 16.666666%;
        /* border-right: 1px solid #fff; */
  }
  .sf-menu li:last-child {
    border-right: none;
  }
  .menuakt {
    background: #494848;
  }
  .sf-menu ul li {
    background: #fe0229;
    background: #db1937;
    width: 100%;
    text-align: left;
    border-top: none;
    background-image: none;
    border-top: 1px solid #969696;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.9s;
    border-right: none;
    background: #c51113;
  }
  .sf-menu ul li:hover {
    background: rgba(51,53,56,.85);
    background: rgb(155 12 34 / 80%);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.9s;
    background: rgb(255 255 255);
  }
  .sf-menu ul li a:hover,
  .sf-menu ul li a.act {
    transition: all 0.9s;
    color: #000;
    font-weight: 600;
  }
  .sf-menu ul li:first-child {
    border-top: none
  }
  .sf-menu ul li ul li {
    background: #fff;
    width: 100%;
    text-align: left;
    border-top: none;
    background-image: none;
    border-top: 1px solid #969696;
  }
  .sf-menu ul li ul li:first-child {
    border-top: none
  }
  .sf-menu ul li a {
    border: none;
    padding: 0.6rem;
    font-size: 1.0625rem;
    text-decoration: none;
    zoom: 1;
    color: #fff;
    border: none;
    font-weight: 400;
    text-transform: none;
  }
  .sf-menu ul li a:hover {
        /* color: #fcc300; */
  }
  #logo {
    width: 70%;
    max-width: 312px;
    height: auto;
    float: left;
    width: 60%;
    max-width: 396px;
  }
  #logosp {
    width: 90%;
  }

    /*navi komplett in superfish formatiert */
  #navi {
    clear: both;
    margin-top: -20px;
    width: 90%;
    display: block;
        /* background: #fff; */
    z-index: 10;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: right;
    float: right;
    padding-left: 0;
        /* background: #fe0229; */
        /* background: #db1937; */
    display: flex;
    justify-content: space-around;
  }
  #navi.reduced {
        /* position:fixed; */
        /* width: 100%; */
        /* max-width:1260px; */
    padding-top: 0;
    margin-top: 0;
    top: 0;
    z-index: 10000;
  }
  #navi.reduced .sf-menu a {
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: all 1s;
  }
  .sf-menu > li:first-child {
    width: 12%;
    background-image: none;
    margin-left: 0%;
  }
  .sf-menu > li:nth-child(2) {
    width: 14%;
  }
  .sf-menu > li:nth-child(3) {
    width: 30%;
  }
  .sf-menu > li:nth-child(4) {
    width: 20%;
  }
  .sf-menu > li:nth-child(5) {
    width: 14%;
  }
  .sf-menu a {
    font-weight: 600;
    font-size: 0.9375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
        /* border-right: 1px solid red; */
  }
  .sf-menu ul li a:after {
    content: '';
    display: inline-block;
    color: #fff;
  }
  .sf-menu a:after {
    content '|';
    float: right;
    color: #514e4e !important;
  }
  .sf-menu li:last-child a:after {
    content: '';
  }
  #headpic {
    max-width: inherit;
    width: 35%;
    position: relative;
  }
  #logo {
    width: 70%;
    max-width: 312px;
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 0;
        /* float: right; */
  }
  #logosp {
    float: left;
    width: 85%;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 870px) {
  #headpic {
        /* max-width: inherit; */ /* width: 40%; */ /* position: relative; */
  }
  #sliding {
        /* margin-top: 170px; */
  }
  #logo {
        /* width: 75%; */
        /* max-width: 400px; */
        /* height: auto; */
  }
  #topmenubox img#logoclaim {
    margin-top: 12px;
  }
  #logosp {
    float: left;
    width: 66%;
    margin-top: 95px;
    position: absolute;
    bottom: 0px;
    max-width: 460px;
  }
  .sf-menu a {
        /* font-weight: 500; */
    font-size: .9375rem;
  }

    /* hier noch deaktivieen
    #navi {
        clear: both;
        margin-top: -60px;
        width: 64%;
    }

*/
  .sf-menu > li:first-child {
    width: 12%;
    background-image: none;
    margin-left: 0%;
  }
  .sf-menu > li:nth-child(2) {
    width: 15%;
  }
  .sf-menu > li:nth-child(3) {
    width: 32%;
  }
  .sf-menu > li:nth-child(4) {
    width: 21%;
  }
  .sf-menu > li:nth-child(5) {
    width: 15%;
  }
}
@media only screen and (min-width: 985px) {
  #headpic {
        /* max-width: inherit; */ /* width: 45%; */ /* position: relative; */
  }
  .sf-menu a {
        /* font-size: 1.0625rem; */
  }
  #navi {
    clear: both;
    margin-top: -62px;
    width: 65%;
  }
  .sf-menu > li:first-child {
    width: 12%;
    background-image: none;
    margin-left: 0%;
  }
  .sf-menu > li:nth-child(2) {
    width: 15%;
  }
  .sf-menu > li:nth-child(3) {
    width: 32%;
  }
  .sf-menu > li:nth-child(4) {
    width: 21%;
  }
  .sf-menu > li:nth-child(5) {
    width: 15%;
  }
  .acc-button {
    float: right;
    width: 61%;
        /* text-align: center; */
        /* margin-top: 5px; */
        /* margin-bottom: 5px; */
        /* padding-left: 50%; */
        /* padding-right: 5px; */
    transition: all .6s;
    opacity: 1;
    transition: opacity 0.5s ease;
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  .sf-menu a {
        /* font-weight: 500; */
    font-size: 1.125rem;
  }
  #headpic {
    max-width: inherit;
    width: 30%;
        /* margin-bottom: 0; */
  }
  #logo {
        /* width: 75%; */
        /* max-width: 380px; */
        /* height: auto; */
  }
  #topmenubox img#logoclaim {
    margin-top: 25px;
  }
  #logosp {
    width: 80%;
    position: absolute;
    bottom: 0px;
    max-width: 460px;
  }
  #sliding {
        /* margin-top: 265px; */
  }
  #mainwrapstart {
        /* margin-top: 265px; */
  }
  #navi {
        /* clear: both; */
    margin-top: -66px;
        /* width: 69%; */
  }
}
@media only screen and (min-width: 1150px) {
  .sf-menu a {
        /* font-weight: 500; */ /* font-size: 1.375rem; */
  }
  #bread {
        /* margin-top: 1.75rem; */
    font-size: 0.935rem;
  }
}
@media only screen and (min-width: 1200px) {
  #bread {
        /* margin-top: 2.25rem; */
    font-size: 0.975rem;
  }
}
@media only screen and (min-width: 1250px) {
  #navi {
    clear: both;
    float: right;
    margin-top: -65px;
        /* margin-right: 20px; */
    width: 63%;
    display: block;
        /* background: transparent; */
    z-index: 10;
        /* position: relative; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #sliding {
        /* margin-top: 275px; */
    border-top: 0px solid green;
  }
  #mainwrapstart {
        /* margin-top: 275px; */
  }
}
@media only screen and (min-width: 1280px) {
  .sf-menu > li:first-child {
    width: 12%;
    background-image: none;
    margin-left: 0%;
  }
  .sf-menu > li:nth-child(2) {
    width: 15%;
  }
  .sf-menu > li:nth-child(3) {
    width: 32%;
  }
  .sf-menu > li:nth-child(4) {
    width: 21%;
  }
  .sf-menu > li:nth-child(5) {
    width: 15%;
  }
  .sf-menu a {
        /* font-size: 1.425rem; */
  }
}
@media only screen and (min-width: 1350px) {
  .sf-menu a {
        /* font-weight: 500; */
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    transition: all 0.9s;
  }
  #navi.reduced .sf-menu a {
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    transition: all 1s;
  }
}
@media only screen and (min-width: 1350px) {
  .sf-menu a {
    font-size: 1.125rem;
  }
  .sf-menu > li:first-child {
    width: inherit;
    background-image: none;
    margin-left: 0%;
  }
  .sf-menu > li:nth-child(2) {
    width: 15%;
  }
  .sf-menu > li:nth-child(3) {
    width: 32%;
  }
  .sf-menu > li:nth-child(4) {
    width: 21%;
  }
  .sf-menu > li:nth-child(5) {
    width: 15%;
  }
  .sf-menu a {
    font-size: 1.125rem;
  }
}
