body {
    font: 1em/1.5em "tex_gyre_herosregular", "tex_gyre_heros_cnregular", Arial, "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4 {
    font-family: tex_gyre_heros_cnbold, sans-serif;
    line-height: 150%;
    color: #019DDE;
}

h1 {
    margin-top: 0;
    font: 2.5em tex_gyre_heros_cnregular;
}

#header h1 {
    color: #FFF;
}

h2 {
    display: table;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 2em;
}

h2:after {
    width: 100px;
    height: 2px;
    display: block;
    margin-top: 10px;
    background-color: #019DDE;
    content: "";
}

.mitte h2 {
    display: block;
}

.mitte h2:after {
    margin: 10px auto 10px auto;
}

img {
    vertical-align: middle;
}

.ce_text ul {
    padding-left: 30px;
    list-style-type: disc;
}

.ce_text .float_left {
    margin-right: 50px;
    margin-bottom: 10px;
}

.ce_text .float_right {
    margin-bottom: 10px;
    margin-left: 50px;
}

a {
    border-bottom: 1px solid;
    text-decoration: none;
    color: #26567E;
    transition: 0.5s;
}

.claim a {
    text-decoration: underline;
    color: #FFF;
}

.image_container a,
a#return-to-top {
    border-bottom: 0;
}

.rund img {
    border-radius: 50%;
}

.rahmen img {
    border-radius: 20px;
    padding: 2px;
    border: 4px solid #019DDE;
    box-sizing: border-box;
    width: auto;
}

.btn p a,
.more a,
.linkback a,
p.btn a,
.ce_form button,
.mod_login button,
.job-item button {
    display: inline-block;
    margin: 5px 0;
    padding: 10px 20px;
    background-color: #26567E;
    border: 0;
    border-radius: 5px;
    font-size: .75rem;
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
}

.btn p a:hover,
.more a:hover,
.linkback a:hover,
p.btn a:hover,
.ce_form button:hover,
.mod_login button:hover,
.job-item button:hover {
    background-color: #333;
    border-radius: 30px;
}

.btn p a:after {
    margin-left: 10px;
    font-family: FontAwesome;
    color: #FFF;
    content: "\f101";
}

a[href^="http:"]:after,
a[href^="https:"]:after {
    color: #1e4678;
    padding-left: 2px;
    content: "↗";
}

a[href*="pdf"]:after {
    margin-left: 5px;
    font-family: FontAwesome;
    font-weight: normal;
    color: #333;
    content: "\f1c1";
}

.bg1 {
    background-color: #019DDE;
    color: #FFF;
}

.mobile_menu a[href*="pdf"]:after {
    color: #FFF;
}

#main .inside {
    padding-top: 20px;
    padding-bottom: 40px;
}

.oben {
    background-color: #019DDE;
}

#main .mod_article:not(.wide),
#footer .inside,
.oben > .rs-columns,
.xl-parallax > .mod_article > * {
    max-width: 1140px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

#main .mod_article,
#footer .inside {
    padding-top: 40px;
    padding-bottom: 40px;
}

.oben > .rs-columns {
    display: flex;
    align-items: center;
}

.flexbox.rs-columns {
    display: flex;
}

.logooben .image_container {
    padding: 35px 0;
    box-sizing: border-box;
}

.kontaktoben strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.kontaktoben {
    padding-top: 12px;
    text-align: right;
    font-size: 1.25em;
    line-height: 150%;
    font-weight: normal;
    text-decoration: none;
    color: #26567E;
}

.kontaktoben a {
    font-weight: normal;
    text-decoration: none;
    color: #26567E;
}

#header .rsts-main img {
    width: 100%;
}

.index .rsts-main {
    padding-bottom: 5px;
    background-image: url("../files/img/streifen_bunt.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 5px;
}

#header .claim {
    max-width: 600px;
    right: 0;
    top: -400px;
    position: absolute;
    padding: 0 40px 20px;
    background-color: rgba(0, 0, 0, .6);
    border-bottom: 8px solid rgba(255, 255, 255, .8);
    font: 1.5em tex_gyre_herosregular;
    color: #FFF;
    box-sizing: border-box;
    transition: top 0.75s, opacity 2s;
    opacity: 0;
}

#header .rsts-active .claim {
    right: 0;
    top: 30px;
    opacity: 1;
}

#header .rsts-main,
.sloben,
.mod_newslist .layout_simple,
.mod_newslist {
    overflow: visible;
}

#header .rsts-nav {
    bottom: -40px;
    right: 20px;
    z-index: 99;
}

#header .rsts-slide *:not(.claim) {
    height: 100%;
}

.rsts-crop {
    max-height: 65vh;
}

.brosch {
    background-color: #019DDE;
    border-radius: 10px;
    color: #FFF;
}

.brosch .ce_text {
    padding-right: 20px;
    padding-left: 20px;
}

.brosch h3 {
    color: #FFF;
}

.sbox {
    display: flex;
    flex-wrap: wrap;
}

.sbox > div {
    display: flex;
}

.sbox .ce_text {
    width: 100%;
    position: relative;
    padding-bottom: 120px;
    background-color: #E6EDF2;
    border-bottom: 10px solid;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.ueber-mmc-retzlaff .sbox .ce_text {
    position: relative;
    padding-bottom: 20px;
}

.subcat {
    padding-top: 50px;
}

.subcat .rs-column > a {
    width: 40%;
    min-width: 400px;
    padding-bottom: 20px;
    background-color: #E6EDF2;
    border-bottom: 0px;
    border-radius: 0 10px 10px 0;
    text-decoration: none;
    box-sizing: border-box;
}

.subcat .rs-column {
    position: relative;
    display: flex;
}

.subcat .rs-column > a:after {
    bottom: 20px;
    right: 20px;
    position: absolute;
    font: 5em FontAwesome;
    text-decoration: none;
    color: #26567E;
    content: "\f0a9";
    transition: 0.5s;
    opacity: 0.3;
}

.subcat .rs-column:hover > a:after {
    opacity: 1;
}

.subcat .image_container {
    transition: 1s;
}

.subcat .rs-column:hover > .ce_image .image_container {
    transform: scale(1.2);
}

.sbox .ce_text.balkon {
    border-color: #9AB323;
}

.sbox .ce_text.pfosten {
    border-color: #26567E;
}

.sbox .ce_text.aufzug {
    border-color: #F70;
}

.sbox .ce_text.verglasungen {
    border-color: #F6DB49;
}

.sbox .ce_text.fenster {
    border-color: #CC3413;
}

.sbox .ce_text.treppen {
    border-color: #5E6B77;
}

.sbox .ce_text > *:not(.image_container),
.subcat .ce_text > *:not(.image_container) {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.subcat .ce_text > *:not(.image_container) {
    text-align: left;
}

.sbox .ce_text > .image_container {
    position: relative;
}

.sbox .ce_text > .image_container a:after {
    bottom: 20px;
    right: 20px;
    position: absolute;
    font: 4em FontAwesome;
    text-decoration: none;
    color: #FFF;
    content: "\f0a9";
    transition: 0.5s;
    opacity: 0.6;
}

.sbox .ce_text > .image_container:hover a:after {
    opacity: 1;
}

.sbox .ce_text > p:last-child {
    width: 100%;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
}

.sbox .ce_text > p > a > img {
    max-width: 100px;
    margin-top: 20px;
}

.xl-parallax > .mod_article {
    width: 100%;
    bottom: 100px;
    position: absolute;
}

.suboben {
    max-width: 700px;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, .5);
    border-bottom: 8px solid rgba(255, 255, 255, .8);
    color: #FFF;
    box-sizing: border-box;
    transition: 0.75s;
}

.layout_latest {
    margin-top: 20px;
    margin-bottom: 80px;
}

.layout_latest .image_container.float_left {
    max-width: 300px;
    margin-right: 50px;
}

.layout_latest p.info time {
    display: inline-block;
    margin-bottom: 0;
    padding: 5px 20px;
    background-color: #019DDE;
    color: #FFF;
}

.kontakt table {
    width: 100%;
    box-sizing: border-box;
}

.kontakt table td {
    padding: 5px 10px;
    background-color: #E6EDF2;
    font-weight: bold;
    box-sizing: border-box;
}

.kontakt table td:first-child {
    width: 30%;
}

.kontakt table tr:nth-child(even) td {
    background-color: rgba(230, 237, 242, .5);
    border-bottom: 4px solid #FFF;
    font-weight: normal;
}

.ctlg_output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ctlg_teaser {
    width: 30%;
    position: relative;
    margin-bottom: 4%;
    padding-bottom: 20px;
    background-color: #E6EDF2;
    border-bottom: 5px solid #019DDE;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.ctlg_teaser > *:not(.item-pic) {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
}

.ce_catalogFilterForm form {
    padding: 20px;
    background-color: #E6EDF2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ce_catalogFilterForm form .ctlg_form_field > * {
    display: block;
}

.ctlg_social_sharing_buttons .social_button a {
    height: auto;
    display: inline-block;
    padding: 6px 12px;
    width: auto !important;
}

.ctlg_social_sharing_buttons .social_button a:after {
    display: none;
}

.ctlg_master .item table {
    width: 100% !important;
}

.ctlg_master .item table td {
    padding: 5px 10px 5px 0;
    border-top: 2px solid #E6EDF2;
    border-bottom: 2px solid #E6EDF2;
    box-sizing: border-box;
    width: auto !important;
}

.ctlg_master .item > p:first-child {
    font-weight: bold;
}

.schmal750 {
    max-width: 750px;
    margin: auto;
}

.mitte {
    margin: 0 auto;
    text-align: center;
}

/* Karriere */
.karriere #main {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.karriere .vorteile {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    overflow: visible;
}

.karriere .vtitel h2 {
    text-align: center;
    display: block;
    margin: 5rem 0 3rem 0;
}

.karriere .vorteile .ce_text {
    text-align: center;
    position: relative;
    background-color: #eee;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #FFF;
    /* border-radius: 20px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0; */
    box-shadow: 6px 6px 0 -2px #019DDE;
}

.karriere .vorteile .ce_text h3 {
    font-size: 1.5rem;
}

/* .karriere .vorteile .ce_text:after {
    content: "";
    width: 100%;
    height: 5px;
    display: block;
    background-color: #FFF;
    position: absolute;
    bottom: 0;
    border-radius: 0%;
} */
.karriere .vorteile img {
    width: auto !important;
}

.karriere .ktitel {
    max-width: 700px;
    padding: 20px 40px;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    border-bottom: 8px solid rgba(255, 255, 255, .8);
}

.karriere .ktitel h3 {
    text-shadow: 1px 1px 10px #000;
}

.karriere .jobliste h3 {
    color: #1e4678;
    font-size: 2em;
}

.karriere #main .wide {
    padding: 0;
}

.karriere .jobliste .layout_latest {
    margin: 0;
}

.karriere .jobliste .layout_latest .inside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 !important;
}

.karriere .jobliste .layout_latest .inside .twrap {
    padding: 4vw 6vw 5vw 6vw;
    position: relative;
    z-index: 11;
    transition: 0.5s;
    text-align: center;
    background-color: #019DDE;
}

.karriere .jobliste .layout_latest .inside .twrap h3 a {
    border: none;
}

.karriere .jobliste .layout_latest:nth-child(odd) .image_container {
    order: 1;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.karriere .jobliste .layout_latest .image_container img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
    transition: 0.5s;
}

.karriere .jobliste .layout_latest:hover img {
    transform: scale(1.1);
}

.karriere .layout_full {
    border: 2px solid #019DDE;
    padding: 4vw 6vw;
}

.karriere .layout_full .image_container {
    margin-bottom: 2rem;
}

.karriere .layout_full .info,
.karriere .layout_full .location,
.hidden {
    display: none;
}

.rsts-slide .mod_job_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
}

.rsts-slide .mod_job_list .layout_simple a {
    background: none;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-size: 0.9375rem;
}

.rsts-slide .mod_job_list .layout_simple {
    line-height: 100%;
}

.rsts-slide .mod_job_list .layout_simple p {
    margin: 0;
}

#footer {
    background-color: #019DDE;
    color: #FFF;
}

#footer h3 {
    margin-top: 0;
    color: #FFF;
}

#return-to-top i {
    position: relative;
    margin: 0;
    font-size: 2.5em;
    color: #26567E;
}

#return-to-top {
    bottom: 20px;
    right: 20px;
    position: fixed;
    display: none;
    transition: none;
}

.error404 h3 {
    margin-top: 0;
    font-size: 15em;
    line-height: 1;
    color: rgba(1, 157, 222, .2);
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.pagination li {
    display: inline-block;
}

.mod_login {
    max-width: 500px;
}

.ce_form input.text,
.mod_login input.text,
.ce_form textarea {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #E6EDF2;
    border: 2px solid #26567E;
    font-size: .875em;
    box-sizing: border-box;
}

.ce_form .widget {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ce_form legend {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ce_form .checkbox_container > span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    white-space: nowrap;
    background-color: #E6EDF2;
    border: 1px solid #26567E;
}

.ce_form .krank1 .checkbox_container > span {
    margin-bottom: 5px;
    padding: 0;
    white-space: nowrap;
    display: block;
    border: none;
    background-color: unset;
}

.karriere .ce_form fieldset {
    border: 1px solid #019DDE;
    padding: 20px 30px;
}

.karriere .ce_form fieldset legend {
    background-color: #019DDE;
    color: #FFF;
    margin: 0 10px;
    padding: 10px 20px;
    font-weight: 400;
}

input::file-selector-button {
    color: #019DDE;
    padding: 0.5em;
    border: none;
    border-radius: none;
    background-color: #ececec;
    cursor: pointer;
}

.ajaxconfirm {
    margin-top: 35px;
    padding: 20px;
    background: #E6EDF2;
    border-bottom: 4px solid #019DDE;
}

.ce_form .sp2 {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
}

.ce_form .widget {
    width: 100%;
}

.mod_login {
    margin-bottom: 40px;
}

.embedCategoryLink {
    display: none !important;
}

.ce_youtube {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

.ce_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

#colorbox #main .mod_article {
    padding: 0 30px;
}