@media (min-width: 807px) and (max-width: 1149px) {
h3 {
    font-size:26px;
    color:#004382;
    line-height: 36px;
}
h4 {
    font-size:20px;
    line-height: 30px;
}
.bord2 .rs-column {
    margin-right: 1%;
}
.zahlen-box {
    display: flex;
    justify-content: center;
    gap: 0;
    text-align: center;
}
.zahl-item {
    min-width: 170px;
    padding: 0 40px;
    position: relative;
}
.zahl-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #d9d9d9;
}
.counter {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.counter-label {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.marg10-20 img {
    margin-top:10px;
    margin-right:10px;
}
.gal img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.gal img:hover {
    transition: all 0.6s ease-in-out;
    opacity: 0.8;
}
.gal img {
    margin-right: 5px;
}
.poin {
    border-radius: 15px;
}
.poin h3 {
    color:#004382;
    font-size: 23px;
    font-weight: 700;
}
.butt3 {
    margin: 40px 0px;
}
#main .butt3 a {
    padding:15px 30px 15px 30px;
    background-repeat:no-repeat;
    border:1px solid #004382;
    border-radius:6px;
    text-decoration:none;
}
#main .butt3 a:hover {
    background-color:#004382;
    border:0px;
    color:#fff;
    cursor: pointer;
}
.blues, .blues2 {
    background-color: #eceff9;
    padding: 30px 0px;
}
.grey {
    background-color: #ecebeb;
    padding: 30px 0px;
}
.lay2 {
    padding: 30px 0px;
}
.lay2 .inside, #footer .inside, .blues2 .inside, .grey .inside {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.blues .inside {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
figcaption {
    margin-top: -35px;
    margin-right: 10px;
    font-size: 11px;
    color: #000;
    text-align: left;
}
.slogan {
    width:40%;
    left:20px;
    top:10px;
    position:absolute;
}
.slogan h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #004382;
}
.slogan p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
#main .slogan a {
    font-size:20px;
    margin-right:auto;
    margin-left:auto;
    padding:20px 30px;
    text-align:center;
    background-color:#004382;
    border:0px;
    border-radius:6px;
    color:#fff;
    text-decoration: none;
}
#main .slogan a:hover {
    background-color: #277dcd;
    transition: all 1s; cursor: pointer;
    color: #fff;
}
#main {
    margin-top: 130px;
}
#header, #header.fix .logo, #nav_top {
    transition: all 0.6s ease-in-out;
}
#header {
    width: 100%;
    top: 0;
    position: fixed;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    z-index: 999;
}
#header .inside {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
#header.fix .logo {
    width: 200px;
    height: auto;
    margin-top: 10px;
}
#nav_top.fix {
    margin-top: 30px;
    margin-bottom: 10px;
}
.marg {
    margin-bottom:30px;
    margin-top:30px;
}
.schad .cont-lays {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 10px auto;
}
.schad .cont-left,
.schad .cont-right {
    width: 45%;
    max-width: 100%;
}
.schad .cont-left input,
.schad .cont-right input,
.schad .cont-left select,
.schad .cont-right select {
    width: 100%;
    box-sizing: border-box;
}
.schad input.upload {
    margin-bottom:20px;
    padding:25px 20px;
    background-color: #fff;
    border-radius:7px;
    border:0px;
}
.schad .checkbox_container input {
    width:16px;
    height:16px;
    margin-right:5px;
    margin-bottom:0;
}
.schad .checkbox_container {
    width:95%;
    margin-top:15px;
    margin-bottom:15px;
    font-size:17px;
    line-height:24px;
}
.schad input {
    width:95%;
    height:auto;
    margin-bottom:20px;
    margin-top:8px;
    padding:20px;
    background-color:rgba(255,255,255,.2);
    border:1px solid #878686;
    border-radius:3px;
}
.schad textarea {
    width:95%;
    height:300px;
    margin-bottom:20px;
    margin-top:8px;
    padding:20px;
    background-color:rgba(255,255,255,.2);
    border:1px solid #878686;
    border-radius:3px;
}
.schad .widget-select {
    width:95%;
    height:auto;
    margin-bottom:40px;
    margin-top:20px;
}
.schad input:hover,
.schad textarea:hover {
    background-color:rgba(19,57,92,.15);
    border:1px solid #13395c;
}
.schad .dat {
    width: 93%;
    margin-left:auto;
    margin-right:auto;
}
.schad .widget-explanation {
    text-align: left;
    font-size: 13px;
    width: 100%;
}
.schad .widget-submit button {
    width:60%;
    height:45px;
    background-color:#388fe0;
    border:0px;
    border-radius:5px;
    font-size:18px;
    color:rgba(255,255,255,.6);
    cursor:pointer;
}
.schad .widget-submit button:hover {
    background-color:#13395c;
}
h2 {
    font-size:26px;
    line-height:35px;
    color:#004382;
}
.ce_simple_map_view, #map1, #map2, #map3, #map4, #map5, #map6, #map7, #map8, #map9, #map10 {
    min-height:500px;
}
/* neubau */
.center {
    margin-right:auto;
    margin-left:auto;
    text-align:center;
}

/* neubau */
.butt {
    float:left;
    margin-top:20px;
    margin-right:45px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
}

/* neubau */
.butt2 {
    margin-top:20px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    float:left;
}

/* neubau */
.butt a {
    padding:15px 30px 15px 40px;
    background-image:url("/files/images/lage.svg");
    background-repeat:no-repeat;
    border:1px solid #004382;
    border-radius:6px;
    text-decoration:none;
    background-size: auto 22px; background-position: 15px center;
}

/* neubau */
.butt2 a {
    padding:15px 30px 15px 50px;
    background-image:url("/files/images/home.svg");
    background-repeat:no-repeat;
    border:1px solid #004382;
    border-radius:6px;
    text-decoration:none;
    background-size: auto 22px; background-position: 15px center;
}

/* neubau */
#main .butt a:hover {
    background-color:#004382;
    background-image:url("/files/images/lage-weiss.svg");
    border:0px;
    color:#fff;
    cursor:pointer;
}

/* neubau */
#main .butt2 a:hover {
    background-color:#004382;
    background-image:url("/files/images/home-weiss.svg");
    border:0px;
    color:#fff;
    cursor:pointer;
}

/* neubau */
html {
    scroll-behavior:smooth;
}

/* neubau */
.lay .rs-column {
    margin-top:2%;
}

/* neubau */
.lis li {
    padding-left:14px;
    background-image:url("/files/images/punkt.svg");
    background-repeat:no-repeat;
    background-size: 7px 7px; background-position: left 9px;
}

/* neubau */
.tabi td {
    padding:15px;
    background-color:#ebebeb;
    border-bottom:3px solid #fff;
}

/* neubau */
.tabi thead td {
    padding:15px;
    background-color:#004382;
    border-bottom:3px solid #fff;
    color:#fff;
}

/* neubau */
.lay h3 {
    margin-bottom:30px;
    margin-left:15px;
    font-size:28px;
    color:#004382;
}

/* neubau */
.lay {
    width:94%;
    margin-right:auto;
    margin-left:auto;
}
.new {
    width:94%;
    margin:15px auto;
    padding:30px;
    background-color:#e6e1e1;
}
.new h2::after {
    width:30%;
    display:block;
    margin-right:auto;
    margin-bottom:40px;
    margin-left:auto;
    padding-bottom:20px;
    border-bottom:2px solid #004382;
    content:"";
}
.new h2 {
    padding-top:10px;
    padding-right:15px;
    padding-left:15px;
    text-align:center;
    font-size:25px;
    line-height:35px;
    font-weight:bold;
    color:#004382;
}
.mitg img {
    border:1px solid #004382;
}
.bew .widget-submit button {
    width:90%;
    height:45px;
    background-color:#388fe0;
    border:0px;
    border-radius:5px;
    font-size:18px;
    color:rgba(255,255,255,.6);
    cursor:pointer;
}
.bew .widget-submit button:hover {
    background-color:#13395c;
}
.bew {
    margin-bottom:50px;
}
.bew .checking legend {
    font-weight:bold;
}
.bew .line {
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #13395c;
}
.bew .f-column {
    clear:both;
}
.bew .f-column .widget {
    width:30%;
    float:left;
    margin-right:20px;
}
.bew .checkbox_container input,
.bew .radio_container input {
    width:16px;
    height:16px;
    margin-right:5px;
    margin-bottom:0;
}
.bew .checkbox_container,
.bew .radio_container {
    width:95%;
    margin-top:15px;
    margin-bottom:15px;
    font-size:17px;
    line-height:24px;
}
.bew .checkbox_container.checking {
    width:95%;
    margin-top:15px;
    margin-bottom:15px;
    font-size:15px;
    line-height:19px;
}
.bew .checkbox_container label,
.bew .radio_container label {
    display:inline;
    margin-right:30px;
}
.bew h3 {
    font-size:20px;
    font-weight:bold;
    color:#13395c;
}
.bew .widget-explanation {
    width:auto;
    text-align:left;
    font-size:13px;
}
.bew label {
    display:block;
}
.clears {
    clear:both;
}
.f-left {
    width:47%;
    float:left;
}
.f-right {
    width:47%;
    float:right;
}
.bew input,
.bew textarea {
    width:95%;
    height:auto;
    margin-bottom:20px;
    padding:10px;
    background-color:rgba(255,255,255,.2);
    border:1px solid #878686;
    border-radius:3px;
}
.bew input:hover,
.bew textarea:hover {
    background-color:rgba(19,57,92,.15);
    border:1px solid #13395c;
}
.accordion {
    margin-bottom:20px;
    padding:15px;
    background-color:#d6e1eb;
    border-radius:9px;
}
.toggler button {
    font-size:20px;
    font-weight:bold;
    color:#fff;
    background-color:#004382;
    padding: 10px 20px;
    cursor:pointer;
    border: 0px;
}
.toggler button:hover {
    color:#d6e1eb;
}
.widget-captcha input {
    width:30px;
}
#nav_site {
    margin-top:20px;
    padding: 30px 0px 20px 0px;
    background-color: #eceff9;
}
#nav_site .level_1 li {
    float:left;
    margin-bottom:20px;
    padding-right:20px;
    padding-left:20px;
    border-right:1px solid #403e3e;
}
#nav_site .level_1 li.last {
    border-right:0px solid #403e3e;
}
#nav_site .level_1 a {
    text-decoration:none;
    color:#403e3e;
}
#footer a:hover {
    text-decoration:underline;
}
.scrollToTop {
    width:50px;
    height:40px;
    bottom:40px;
    right:20px;
    position:fixed;
    display:none;
    background-image:url("/files/images/top.png");
    background-repeat:no-repeat;
    text-indent: -3000px; opacity:0.7;
}
.scrollToTop:hover {
    opacity:1;
}
.pic,
.pic img {
    width:100%;
    height:auto;
}
.widget-submit button {
    width:90%;
    height:50px;
    background-color:#13395c;
    border:0px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    font-size:18px;
    color:rgba(255,255,255,.6);
    cursor:pointer;
}
.widget-submit button:hover {
    background-color:#388fe0;
}
#main a {
    color:#403e3e;
}
#main a:hover {
    text-decoration: none;
    color:#004382;
}
.widget-explanation {
    width:90%;
    font-size:13px;
}
.checkbox_container input {
    width:16px;
    height:16px;
    margin-right:5px;
    margin-bottom:0;
}
input {
    width:90%;
    height:50px;
    margin-bottom:20px;
    padding:10px;
    background-color:rgba(0,67,130,.2);
    border:0px;
    border-top-left-radius:6px;
    border-bottom-right-radius:6px;
}
textarea {
    width:90%;
    min-height:240px;
    margin-bottom:10px;
    padding:10px;
    background-color:rgba(0,67,130,.2);
    border:0px;
    border-top-left-radius:6px;
    border-bottom-right-radius:6px;
}
.checkbox_container {
    width:90%;
    margin-top:15px;
    margin-bottom:15px;
    font-size:14px;
    line-height:18px;
}
.cookiebar__button:hover {
    background-color:rgba(0,67,130,.6);
}
.cookiebar__button {
    margin-top:12px;
    background-color:#004382;
    border-radius:5px;
}
#nav_top li:hover .level_2 {
    width:220px;
    height:auto;
    left:auto;
    top:auto;
    overflow:visible;
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    background-color:rgba(255,255,255,.9);
    border-top-left-radius:8px;
    border-bottom-right-radius:8px;
    z-index: 1000;
}
#nav_top .level_2 span.active {
    float:left;
}
#nav_top .level_2 li {
    width:220px;
    clear:both;
    padding-top:15px;
    padding-bottom:15px;
    text-align:left;
}
#nav_top .level_2 {
    width:0px;
    height:0px;
    left:-32768px;
    top:-32768px;
    position:absolute;
    overflow:hidden;
    display:inline;
}
.bord h1::after {
    width:30%;
    display:block;
    margin-right:auto;
    margin-bottom:40px;
    margin-left:auto;
    padding-bottom:20px;
    border-bottom:2px solid #004382;
    content:"";
}
.rs-columns h1 {
    text-align:center;
}
.poin {
    margin-top:30px;
    margin-bottom:30px;
    text-align:center;
    border:1px solid #d4d2d2;
}
.poin img:hover {
    -webkit-transform:scale(1.07);
    transform:scale(1.07);
    opacity:0.7;
}
.poin img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.poin p {
    padding-right:10px;
    padding-left:10px;
}
.poin a {
    text-decoration:none;
    color:#403e3e;
}
.poin a:hover {
    color:#004382;
}
h1 {
    font-size:26px;
    line-height:35px;
    color:#004382;
}
#footer {
    padding: 30px 0px 50px 0px;
    background-color:#13395c;
    color:rgba(255,255,255,.6);
}
#footer a {
    color:rgba(255,255,255,.6);
    text-decoration: none;
}
.slide {
    height:500px;
}
.logo {
    max-width:22%;
    float:right;
    margin-bottom:20px;
}
#nav_top {
    float:left;
    margin-top:20px;
    max-width: 75%;
}
#nav_top .level_1 li {
    float:left;
    padding-top:10px;
    margin-right:15px;
    margin-left:15px;
    padding-bottom:20px;
    border-top:2px solid transparent;
}
#nav_top .level_1 li.active,
#nav_top .level_1 li.trail,
#nav_top .level_1 a.trail,
#nav_site .level_1 li.active {
    color:#004382;
}
#nav_top .level_1 > li.active,
#nav_top .level_1 > li.trail {
    border-top-color:#004382;
}
#nav_top .level_1 a {
    padding-top:10px;
    text-decoration:none;
    color:#403e3e;
}
#nav_top .level_1 > li:hover {
    border-top-color:#004382;
}
#nav_top .level_1 > li:hover > a {
    color:#004382;
}
#nav_top .level_2 a:hover {
    border-top:0px solid;
    color:#004382;
}
.logo {
    margin-top:20px;
}
body {
    font:17px/24px Cantarell,sans-serif,helvetica;
    color:#403e3e;
}
}