@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 {
}

.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: #585858;
    font-weight: 300;
    float: left;
    text-align: center;
    margin-top: 25px;
}

#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: 40px 0px 20px 0px;
}
.teaser-text-schule {
    /* background: #ececec; */
    padding: 40px 0px 0px 0px;
}

.teaserbottom {
    background: #fff;
}

.teaserbottom figure {
    padding-bottom: 0px!important;
}

.teasermid figcaption {
    position: relative;
    padding: .5rem 3rem 3rem;
    /*Auffüllung grauer Kasten*/
    background: #ededed;
}

.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: left;
    text-align: center!important;
    padding-bottom: 1rem;
    position: relative;
    /* padding: 2rem; */
}

.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: #37404a;
    font-size: 1.125rem;
}

.lead-wrap {
    text-align: center;
}

.mainmidtext p.lead, .teaserbottom .lead-wrap h2.lead, .teaser-text-schule .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-text-schule .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-text-schule .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: #626262;
}

.mainmidtext ul li, .mainmidtext ol li {
    text-align: justify;
    /* color: #434343; */
    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: 1rem;
}

.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: #c51113;
    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: 62%;
    }
}

@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: 1460px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.strich-links, .strich-rechts {
    flex-grow: 1;
    height: 5px;
    background-color: #c51114;
}

.strich-img-wrap {
    max-width: 350px;
    margin: 0 auto;
    margin-right: 15px;
}

.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); */
}

.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;
    }

@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.4;
    }

    .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%;
    }
}

@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: 5px;
        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: center;
        /* color: #ed6d00; */
    }

    .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: 48%;
        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;
    }
}

@media only screen and (min-width: 768px) {
    #offcanvas {
        display: none;
        visibility: hidden;
    }

    #offcanvasmenu {
        display: none;
    }

    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: .875rem;
        /* 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; */
    }

    #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: 3px;
        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%;
    }

    #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;
        paddin-left: 0;
        /* background: #fe0229; */
        /* background: #db1937; */
    }

    #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.5rem;
        margin: 1rem 0 .75rem 0;
    }

    .teasermid.teaserbottom figcaption h3 {
        font-size: 1.5rem;
        /* color: #c6df5f; */
    }

    .mainmidtext {
        padding: 2.5rem 2%;
    }

    .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 .mainright {
        width: 45%;
        float: left;
        text-align: left;
        border-bottom: none;
        margin-top: 0;
    }

    .teasermidback .mainmid {
        width: 45%;
        float: left;
        text-align: left;
        margin: 0 3.33333% 0 0;
    }

    .teasermidback .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%;
    }

    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: 1rem;
        /* 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-text-schule .lead-wrap h2.lead, .teaser-text-schulleben .lead-wrap h2.lead {
    /* text-align: left; */
    color: #434343;
    font-size: 1.5rem;
    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-text-schule .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-text-schule .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) {
    .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: 28%;
        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: 28%;
        float: left;
        clear: none;
        /* background:green; */
        padding-left: 20px;
        margin: inherit;
    }

    .footertab4 {
        width: 16%;
        float: left;
        margin: inherit;
        /* background:red; */
        padding-left: 40px;
    }

    .footertab3inner {
        display: block;
    }

    .footertab4inner {
        /* float: right; */
        display: block;
    }

    #toggleContrast, #decreaseFontSize, #increaseFontSize, #decrease, #increase, #reset, #info {
        padding: 5px 10px;
        /* font-size: 1rem; */
    }

    .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;
    }
}

@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.5rem;
    }

    .searchcontent {
        margin-top: 0px;
        float: left;
        width: inherit;
        text-align: left;
        /* width: 15%; */
        /* min-width: 300px; */
        /* margin-top: 20px; */
    }

    .suchfeld {
        max-width: 14rem;
    }

    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;
    }

    #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: 1460px
    }

    .cw-1460 {
       max-width: 1460px;
    }

    footer .contentwrap {
        padding: 0px;
        max-width: 1460px
    }

    .mainmidtext {
        padding: 2rem 0%;
    }

    h1 {
        font-size: 2.75rem;
    }
    .mainmidtext p.like-h1, .mainmidtext h2.like-h1, .mainmidtext h3.like-h1 {
        font-size: 2.75rem;
    }

    .mainmidtext h2 {
        font-size: 1.875rem;
        font-size: 2rem;
    }
    h3 {
    font-size: 1.5rem;
    line-height: 1.0;
    margin: 1rem 0;
    color: #37404a;
    color: #c51113;
    text-transform: none;
    font-weight: 600;
}

}

@media only screen and (min-width: 1250px) {
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 300px;
        /* Anpassen an die Smartphone Header-Höhe */
    }
}

@media only screen and (min-width: 1350px) {
    .teasermid figcaption h3 {
        /* font-size: 2.125rem; */
    }
}

@media only screen and (min-width: 1500px) {
    #topmenubox {
        /* height: 229px; */
    }
}
