/* Minification failed. Returning unminified contents.
(444,48): run-time error CSS1031: Expected selector, found ')'
(444,48): run-time error CSS1025: Expected comma or open brace, found ')'
(2065,1): run-time error CSS1019: Unexpected token, found '}'
 */
@page {
    size: A4;
}

ul.akkordeon-list {
    margin-bottom: 30px;
}
ul.akkordeon-list > li.entry {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #a0a0a0;
}

    ul.akkordeon-list > li.entry .topic {
        position: relative;
        font-weight: bold;
        font-size: 1.05em;
        display: block;
        padding-right: 30px;
        margin: 0;
        cursor: pointer;
    }

        ul.akkordeon-list > li.entry .topic .title {
            color: #000;
        }

        ul.akkordeon-list > li.entry .topic .icon {
            display: none;
        }
        

        ul.akkordeon-list > li.entry div.container .content {
            padding-top: 12px;
        }
.module-faq ul.list > li.entry div.container .content a {
    color: #cc0000;
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Noto Sans", "San Francisco", Roboto, Helvetica, Arial, Sans-Serif;
    zoom: 1;
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    width: 100%;
    overflow-x: hidden;
}




.nowrap {
    white-space: nowrap;
}

.disable-scroll {
    overflow-y: hidden;
    height: 100%;
    position: fixed;
}

h1, h2, h3, h4 {
    /*text-transform: uppercase;*/
}
.home h1, .home h2 {
    text-transform: uppercase;
}

h1, h2, h3 {
    line-height: 1.2;
}

p, ol li, ul li {
    font-weight: 400;
    font-size: 17px;
    font-size: calc(16px + 0.08vw);
    line-height: 1.6;
}

p, h4 {
    margin-bottom: 8px;
}
    p + h3, ol + h3, ul + h3 {
        margin-top: 30px;
        margin-bottom: 8px;
    }

ul li {
    list-style-type: none;
}

ul.benefit {
    height: auto;
    margin-bottom: 20px;
}

section ul.benefit li {
    color: #000;
    float: none;
    height: auto;
    padding: 0 0 0 28px;
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../Images/Site/Svg/checkmark-pos.svg);
}

ul.benefit li sup {
    line-height: 1;
}

ul.benefit li ul {
    margin-bottom: 5px;
}

    ul.benefit li ul li {
        font-size: 14px;
    }

ul.standard {
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}

    ul.standard li {
        color: #000;
        padding: 0 0 0 20px;
        background-position: left 8px;
        background-repeat: no-repeat;
    }

ul.linklist {
    margin-bottom: 20px;
}
nav ul.linklist {
    margin-bottom: 0px;
}
ul.linklist ul.linklist {
    padding-left: 25px;
}

    ul.linklist li {
    }

section ul.linklist li a {
    padding-left: 25px;
    color: #000;
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 17px;
    background-image: url(../Images/Site/Svg/arrow-right.svg);
}

section ul.linklist li a:hover {
text-decoration:underline;
}


a {
    text-decoration: none;
    color: #000;
    outline: none !important;
}

ol {
    margin-left: 22px;
}

a:hover {
    color: #cc0000;
}

figure img {
    display: block;
    max-width: 100%;
}

a img {
    border: none;
}


.overflow-hidden {
    overflow: hidden;
}

.columns-2-3 .overflow-hidden,
.columns-3-4 .overflow-hidden {
    overflow: visible;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clear {
    clear: both;
}
.flex-box { display:flex;}
.overflow-hidden .float-left, .overflow-hidden .float-right {
    width: 50%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.bold {
    font-weight: bold;
}

.center-content {
    text-align: center;
}
.left-content {
    text-align: left;
}
.right-content {
    text-align: right;
}

.bottom-content {
    position: relative;
}

    .bottom-content .bottom {
        position: absolute;
        bottom: 0;
    }

.required, .required * {
    color: red;
}

input[type=submit] {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

.text-align-right {
    text-align: right;
}

.aspNetDisabled img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.5;
}

.aspNetDisabled {
    cursor: default;
}

    .aspNetDisabled span {
        color: gray;
    }

.hidden {
    display: none !important;
}

.hilite {
    color: #cc0000;
    transition: color 0.25s ease;
}
a.hilite:hover {
    color: #0C669E;
}
.hilite.big {
    font-size: calc(1em + .9vw);
}
.hilite.bigger {
    font-size: 1.5em;
}
.footnote {
    font-size: 0.8em;
    line-height: 1.4;
    margin-bottom: 15px;
    margin-top: 2px;
} 


.important {
    background-color: #b6b6b6;
    padding: 5px;
}

article {
}

.shadow {
    width: 99%;
    border: 1px solid gray;
}

.icon-icons-link-external {
    display:inline-block;
    color:#4b6680;
    vertical-align: middle;
    margin: 0 0 0 6px;
}
.page-content-section .box.contact header {
    margin-bottom: 20px;
}
.page-content-section .box.contact figure {
    width: 100%;
}

    .page-content-section .box.contact figure img {
        margin: 8px 20px 20px 0;
        max-width: 425px;
        width: 100%;
    }
.page-content-section .marginal-column > section .contact img {
    margin-right: 20px;
}

.page-content-section .marginal-column > section .contact figcaption {
    display: block;
}

.page-content-section .marginal-column > section .contact .title {
    font-weight: 700;
}

.page-content-section .marginal-column > section .contact .service-container {
    margin-top: 10px;
}

    .page-content-section .marginal-column > section .contact .service-container .hilite {
        font-weight: 700;
    }

.columns-3 > li.box.columns-2-3.contact figure,
.columns-3 > li.box.columns-3-3.contact figure {
    display: flex;
}
    .columns-3 > li.box.columns-2-3.contact figure figcaption,
    .columns-3 > li.box.columns-3-3.contact figure figcaption {
        flex-grow: 1;
    }

    .page-content-section .marginal-column > section .contact figcaption {
        margin-top: 10px;
    }
    .page-content-section .marginal-column > section .contact .service-container p > span:first-child {
        display: inline-block;
    }
    .page-content-section .columns-3 .box.columns-2-3.contact figure img {
        width: 150px;
    }

    .page-content-section .marginal-column > section .contact .service-container > p > span:first-child,
    .columns-3 > li.box.columns-1-3.contact .service-container figure figcaption .entries > p > span:first-child,
    .box.service-container p.entry > span:first-child {
        display: inline-block;
    }

    .page-content-section .marginal-column > section .contact .service-container > p .label,
    .columns-3 > li.box.columns-1-3.contact .service-container figure figcaption .entries > p .label,
    li:not(.columns-2-3):not(.columns-3-3) .service-container p span span.label {
        display: none;
    }
    .service-container p.with-footnote-sign span.hilite::after {
        content: "*";
        color:#000;
        font-weight: 400;
        padding-left: 3px;
    }
    li.columns-2-3 .service-container p.with-footnote-sign span.hilite::after,
    li.columns-3-3 .service-container p.with-footnote-sign span.hilite::after {
        content: "";
    }

    .page-content-section .columns-3 .box.columns-2-3.contact figure img {
        width: 100%;
    }
    .page-content-section .marginal-column > section .contact .service-container > p > span:first-child {
        display: inline-block;
    }
    /*.page-content-section .marginal-column > section .contact .service-container > p .label,*/
    .columns-3 > li.box.columns-1-3.contact .service-container figure figcaption .entries > p .label,
    .service-container p span span.label {
        display: inline-block;
    }
    .service-container p.with-footnote-sign span.hilite::after {
        content: "";
    }
    .page-content-section .marginal-column > section .contact .service-container .label {
        display: inline-block;
    }
    .columns-3 > li.box.columns-1-3.contact:nth-child(3n+1) figure {
        display: flex;
    }

        .columns-3 > li.box.columns-1-3.contact:nth-child(3n+1) figure img {
            width: 425px;
            margin-bottom: 0;
        }

        .columns-3 > li.box.columns-1-3.contact:nth-child(3n+1) figure figcaption {
            flex-grow: 1;
        }

        .columns-3 > li.box.columns-1-3.contact:nth-child(3n+1) figure img {
            width: 150px;
        }
    .page-content-section .columns-3 .box.columns-2-3.contact figure img,
    .page-content-section .columns-3 .box.columns-3-3.contact figure img {
        width: 150px;
    }
    .page-content-section .marginal-column > section .contact .service-container p .label {
        display: inline-block;
    }
    .page-content-section .marginal-column > section .contact .service-container p .hilite {
        display: block;
    }
    .columns-3 > li.box.columns-1-3.contact figure {
        display: flex;
    }

        .columns-3 > li.box.columns-1-3.contact) figure picture {
            flex-grow: 1;
        }

        .columns-3 > li.box.columns-1-3.contact figure img {
            width: 150px;
            margin-bottom: 0;
        }

        .columns-3 > li.box.columns-1-3.contact figure figcaption {
            flex-grow: 1;
        }
        

    .page-content-section .box.contact figure img {
        max-width: 150px;
    }
    .page-content-section .marginal-column > section .contact img {
        margin-top: 7px;
    }

    .page-content-section .marginal-column > section .contact figcaption {
        margin-top: 0px;
    }

    .page-content-section .marginal-column > section .contact .service-container {
        margin-top: 16px;
    }

        .page-content-section .marginal-column > section .contact .service-container > p .label, 
        .columns-3 > li.box.columns-1-3.contact .service-container figure figcaption .entries > p .label, 
        .service-container p span span.label {
            display: inline-block;
        }
    .page-content-section .contact .service-container p span.hilite,
    .page-content-section .marginal-column > section .contact .service-container p span.hilite{
        color: #0ba2e3;
    }
        .page-content-section .marginal-column > section .contact .service-container p .hilite {
            display: inline-block;
        }
    .page-content-section .marginal-column > section .contact .service-container p .label {
        display: inline;
    }

    .page-content-section .marginal-column > section .contact .title {
        font-size: 1.2em;
    }

.cookies-notice {
   display: none !important;
}

.external-link-tooltip {
    display: none;
}

.site > footer {
    display: none;
}

/***************************************/
/************* Formulare ***************/
/***************************************/

.watermarked {
    color: #a0a0a0 !important;
}

.watermark {
    color: rgb(128, 128, 128);
}



.form label {
    display: block;
    margin-bottom: 2px;
}

select, input, textarea {
    font-size: 14px;
    color: #000;
    padding: 0 2%;
    border: 0 none;
}

textarea {
    padding: 2%;
}

select, input[type=text], input[type=password], input[type=file], textarea {
    background-color: #ededed;
    margin-bottom: 15px;
    width: 96%;
}

    input[type=file]::-webkit-file-upload-button {
        height: 43px;
        line-height: 41px;
    }
    input[type=text], input[type=password], input[type=file] {
        height: 43px;
        line-height: 41px;
    }

label {
    display: block;
}

select, .form.contact select {
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    padding: 0 0 0 2%;
    width: 100%;
}
.form select {
    width: auto;
}

.radio-buttons {
    margin-bottom: 15px;
    position: relative;
}

input[type=radio] {
    display: inline;
    width: 17px !important;
    height: 25px !important;
    float: left;
    border: none !important;
    padding: 0;
    margin-right: 10px;
}

.form div.float-left,
.form div.float-right {
    width: 49%;
}
    .form div.float-left.columns-2-3,
    .form div.float-right.columns-2-3 {
        width: 66%;
    }
    .form div.float-left.columns-1-3,
    .form div.float-right.columns-1-3 {
        width: 32%;
    }
.form div.float-left {
    margin-right: 2%;
}

.form .float-left input[type=text],
.form .float-right input[type=text] {
    margin-right: 10px;
}
    .form .float-left input[type=text]:last-child,
    .form .float-right input[type=text]:last-child {
        margin-right: 0;
    }


/* Kontakt */

#sc_contact .radio-buttons {width: 110px;}

#sc_contact section .lblFileUploadErgs {
    margin-bottom: 10px;
}

#sc_contact section .fileUploadErg {
    margin: 0px 0 15px 0;
    border: 2px #b6b6b6 solid;
    padding: 8px 10px 5px 10px;
    background-color: #fff;
    width: 308px;
}

    #sc_contact section .fileUploadErg span {
        display: block;
        overflow: hidden;
        word-wrap: break-word;
        width: 195px;
    }

    #sc_contact section .fileUploadErg .fileUploadInfo .floatLeft,
    #sc_contact section .fileUploadErg .fileUploadInfo .float-left {
        min-height: 18px;
    }

    #sc_contact section .fileUploadErg .fileUploadInfo .floatRight,
    #sc_contact section .fileUploadErg .fileUploadInfo .float-right {
        text-align: right;
    }

    #sc_contact section .fileUploadErg a, #sc_contact section .fileUploadErg p, #sc_contact section .fileUploadErg span {
        font-size: 14px;
    }

    #sc_contact section .fileUploadErg .fileUploadError, #sc_contact section .fileUploadErg .fileUploadInfo {
        display: none;
    }

    #sc_contact section .fileUploadErg.withFile, #sc_contact section .fileUploadErg.withError {
        display: block;
    }

        #sc_contact section .fileUploadErg.withError .fileUploadError {
            display: block;
            margin-bottom: 10px;
        }

        #sc_contact section .fileUploadErg.withError .fileUploadInfo {
            display: none;
        }

        #sc_contact section .fileUploadErg.withFile .fileUploadError {
            display: none;
        }

        #sc_contact section .fileUploadErg.withFile .fileUploadInfo {
            display: block;
        }

    #sc_contact section .fileUploadErg .fileUpload {
        width: 308px;
        overflow: hidden;
    }

        #sc_contact section .fileUploadErg .fileUpload input {
            border: 0 none;
            margin: 0;
            padding: 0;
            width: 100% !important;
        }

    #sc_contact section .fileUploadErg.withFile .fileUpload {
        display: none;
    }

    #sc_contact section .fileUploadErg.withError .fileUpload {
        display: block;
    }

    #sc_contact section .fileUploadErg .fileName {
        width: 1px;
        border: 0 none;
        margin: 0;
        padding: 0;
        height: 1px;
        float: right;
    }

/* CAPTCHA */
.captcha-box {
    padding: 0;
    margin: 10px 0;
}

    .captcha-box.teag {
        margin-bottom: 20px;
    }

#sc_contact .captcha-box > label {
    margin-bottom: 10px;
}

.captcha-box > input[type=text] {
    margin-top: 10px;
    width: 256px;
    margin-bottom: 0;
}

.captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv {
    position: relative;
    height: 100%;
}

    .captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a {
        position: absolute;
        height: 25px;
        width: 25px;
    }

        .captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_ReloadLink {
            top: -1px;
        }

        .captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_SoundLink {
            bottom: -4px;
        }

        .captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a img {
            display: none;
        }

        .captcha-box .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a .fa {
            display: inline-block;
            height: 25px;
            width: 25px;
            line-height: 25px;
            top: 0;
            text-align: center;
            position: absolute;
            color: #fff;
        }

.captcha-box.teag .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_ReloadLink .fa {
    background-color: #7f7f7f;
}

.captcha-box.teag .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_SoundLink .fa {
    background-color: #cc0000;
}

.captcha-box.teag .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_ReloadLink:hover .fa {
    background-color: #fff;
    color: #7f7f7f;
}

.captcha-box.teag .BDC_CaptchaDiv .BDC_CaptchaIconsDiv a.BDC_SoundLink:hover .fa {
    background-color: #fff;
    color: #cc0000;
}

.BDC_CaptchaDiv a:link, .BDC_CaptchaDiv a:visited, .BDC_CaptchaDiv a:focus, .BDC_CaptchaDiv a:hover, .BDC_CaptchaDiv a:active {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    text-decoration: none !important;
    outline: none !important;
    -moz-outline-style: none !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    *display: inline !important;
}

.BDC_CaptchaIconsDiv a:link, .BDC_CaptchaIconsDiv a:visited, .BDC_CaptchaIconsDiv a:focus, .BDC_CaptchaIconsDiv a:hover, .BDC_CaptchaIconsDiv a:active {
    margin: 1px 2px 4px 2px !important;
}

.BDC_CaptchaImageDiv {
    margin: 0 !important;
    padding: 0 !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    *display: inline !important;
}

.BDC_CaptchaIconsDiv {
    text-align: left !important;
    margin: 0 2px -4px 2px !important;
    padding: 0 !important;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top !important;
    zoom: 1 !important;
    *display: inline !important;
}
/* Call Back */

.call-back label { display:none;}

.box .name-wrapper input[type=text] {width: 45%;}

.date-input-container {
    display: inline-block;
    background: #ededed;
    border-radius: 22.5px;
    height: 45px;
    white-space: nowrap;
    padding: 0 20px;
    margin: 0 5px;
}

    .date-input-container [data-icon]::before {
        display: inline-block;
        vertical-align: middle;
        color: #4b6680;
        margin-right:6px;
    }
    .date-input-container input {
        width: 80px;
        font-size: 1em;
    }

/* Suche */
.search {
    height: 40px;
    width: auto;
    line-height: 40px;
    padding: 0 15px;
    background-color: #ededed;
    border-radius: 20px;
    display:inline-block;
}
    .search input[type=text] {
        background-color: #ededed;
        border: 0 none;
        padding: 0 3px;
        width: 185px;
        margin-bottom: 0px;
        margin-right: 4px;
        font-size: 1em;
        height: 40px;
        line-height: 40px;
    }
.marginal-column .search input,
.marginal-column .search input .watermarked {
    text-align: left;
}
        .search input,
        .search input .watermarked {
            text-align: right;
        }
        .search input[type=text].active {
            font-weight: bold;
        }
.search a {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
}


.service-row {
    margin: 35px 0;
    position: relative;
    min-height: 50px;
}



/* DropDown-Liste */
.filter.drop-down-list {
    border-radius: 22.25px;
    background-color: #ededed;
    padding: 12.5px 15px;
    display: inline-block;
    min-height: 25px;
    position: absolute;
    z-index: 1;
}

    .filter.drop-down-list.categories {
        z-index: 2;
    }

    .filter.drop-down-list .category-label {
        font-weight: 700;
        font-size: 1.1em;
        white-space: nowrap;
    }

        .filter.drop-down-list .category-label.not-selected {
            font-weight: 400;
        }

        .filter.drop-down-list .category-label a .title {
            color: #000;
            display: inline-block;
            margin-right: 10px;
        }

        .filter.drop-down-list .category-label a .fa {
            transform-origin: 9.5px 10px 0px;
            text-align: center;
            width: 18px;
            height: 18px;
        }

    .filter.drop-down-list ul {
        margin-top: 5px;
        display: none;
    }

        .filter.drop-down-list ul li {
            display: block;
        }

            .filter.drop-down-list ul li a {
                color: #000;
                display: block;
                padding: 2px 5px;
                margin-bottom: 2px;
            }

            .filter.drop-down-list ul li.active a {
                font-weight: bold;
            }

            .filter.drop-down-list ul li:hover a {
                background-color: #dae9f0;
            }

            .filter.drop-down-list ul li a .icon {
                color: #4b6680;
                vertical-align: middle;
                margin-right: 6px;
                display: inline-block;
            }

 /* Uploads */
.form section .lblFileUploadErgs {
    margin-bottom: 10px;
}

.form section .fileUploadErg {
    margin: 0px 0 15px 0;
    border: 2px #b6b6b6 solid;
    padding: 8px 10px 7px 10px;
    background-color: #fff;
}

    .form section .fileUploadErg span {
        display: block;
        overflow: hidden;
        word-wrap: break-word;
        width: 195px;
    }

    .form section .fileUploadErg .fileUploadInfo .floatLeft {
        min-height: 18px;
    }

    .form section .fileUploadErg .fileUploadInfo .floatRight {
        text-align: right;
    }

    .form section .fileUploadErg a, .form section .fileUploadErg p, .form section .fileUploadErg span {
        font-size: 14px;
    }

    .form section .fileUploadErg .fileUploadError, .form section .fileUploadErg .fileUploadInfo {
        display: none;
    }

    .form section .fileUploadErg.withFile, .form section .fileUploadErg.withError {
        display: block;
    }

        .form section .fileUploadErg.withError .fileUploadError {
            display: block;
            margin-bottom: 10px;
        }

        .form section .fileUploadErg.withError .fileUploadInfo {
            display: none;
        }

        .form section .fileUploadErg.withFile .fileUploadError {
            display: none;
        }

        .form section .fileUploadErg.withFile .fileUploadInfo {
            display: block;
        }

    .form section .fileUploadErg .fileUpload {
        overflow: hidden;
    }

        .form section .fileUploadErg .fileUpload input {
            border: 0 none;
            margin: 0;
            padding: 0;
            width: 100% !important;
        }

    .form section .fileUploadErg.withFile .fileUpload {
        display: none;
    }

    .form section .fileUploadErg.withError .fileUpload {
        display: block;
    }

    .form section .fileUploadErg.withError .fileUpload {
        display: block;
    }

    .form section .fileUploadErg .fileName {
        width: 1px;
        border: 0 none;
        margin: 0;
        padding: 0;
        height: 1px;
        float: right;
    } 

    /* CheckBox */
.form section div.checkBox {
    margin-bottom: 20px;
}

    .form section div.checkBox input {
        vertical-align: middle;
        border: 0 none;
        height: auto;
        display: inline-block;
        width: auto;
        padding: 0;
    }

    .form section div.checkBox label {
        display: inline;
        padding-left: 3px;
    }

    .form section div.checkBox.block {
        position: relative;
        display: flex;
    }

        .form section div.checkBox.block input[type=checkbox] {
            position: absolute;
            top: 6px;
        }

        .form section div.checkBox.block label {
            display: inline-block;
            vertical-align: middle;
            flex-shrink: 1;
            margin-left: 20px;
        }

.form.gluehwuermchen section div.checkBox input {
    vertical-align: top;
    margin-top: 5px;
}

.form section div.checkBox.checkBoxList td {
    height: 25px;
}

.form section div.checkBox.checkBoxList input {
    margin-bottom: 0;
}

.form section p.hint, #phFormInputContact p.hint {
    margin-bottom: 21px;
}

/* Newsletter */

.page-content-section .marginal-column > section .newsletter input[type=text] {
    font-weight: 600;
}

.page-content-section .marginal-column > section .newsletter .placeholder {
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    .form div.float-left,
    .form div.float-right {
        width: 100%;
        margin-right: 0;
    }
    .page-content-section .marginal-column > section.newsletter-form-container {
        display: none;
    }
}

.site > header .center {
    width: 100%;
}

.site > header .section-2 {
    height: 90px;
    line-height: 90px;
}

    .site > header .section-2 .logo {
        float: left;
        position: relative;
    }

        .site > header .section-2 .logo a img {
            z-index: 1;
            position: absolute;
        }
        .site > header .section-2 .logo a span.title {
            display: inline-block;
            position: absolute;
            color: #3a4f63;
            font-size: 30px;
            line-height: 60px;
            left:80px;
            font-weight: 600;
            z-index: 0;
            white-space: nowrap;
        }

    .site > header .section-1,
    .site > header nav {
        display: none;
    }

.link-button {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    color: #4b6680;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none !important;
    white-space: nowrap;
    border: 1px solid #4b6680;
}
    .link-button.blue {
        color: #cc0000;
        border-color: #cc0000;
    }
    .link-button.dark-violet {
        color: #5b055b;
        border-color: #5b055b;
    }

    .link-button:not(.icon)::before,
    .link-button::after {
        content: "";
        width: 3px;
        display: inline-block;
    }

.themen-section > .center .commands .link-button,
.veranstaltungen > .center .commands .link-button,
.aktuelles .dynamic-list > div .commands .link-button,
.page-foot-section .commands .link-button {
    height: 54px;
    line-height: 54px;
    font-size: 19px;
}

.link-list li {
    line-height: 40px;
}

.link-list .icon {
    color: #4b6680;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    transition: color 0.25s ease;
}
.link-list a:hover .icon {
    color: #cc0000;
}

.link-list a {
    color: #000;
    font-weight: 700;
}
    .link-list li {
        float: left;
        width: 49%;
        margin-right: 2%;
    }

        .link-list li:nth-child(2n+2) {
            margin-right: 0px;
        }
    .link-list li {
        float: none;
        width: auto;
        margin-right: 0px;
    }

.page-overlay,
.page-foot-section .commands {
    display: none;
}

.smartphone-mode, .tablet-mode, .screen-size-420 {
    display: none;
}

section {
    padding: 20px 0;
}

    section section {
        padding: 0;
    }

.center {
    position: relative;
}

.page-content-section.with-section-seperator {
    padding-top: 0;
}

    .page-content-section.with-section-seperator > .center:first-child {
        margin-top: 0;
    }
        .page-content-section.with-section-seperator > .center:first-child > .columns-2-3,
        .page-content-section.with-section-seperator > .center:first-child > .columns-3-4 {
            border-top: 1px solid #d9d9d9;
            padding-top: 20px;
        }
        .page-content-section.with-section-seperator > .center:first-child > .marginal-column {
            padding-top: 20px;
        }

.page-content-section.section-seperator > .center {
}

section > .center,
section.slider-section.extra-wide > .center:last-child {
    width: 100%;
}

section.extra-wide > .center {
    width: 100%;
}


.page-header-section {
    padding-top: 0;
    padding-bottom: 54px;
}

    .page-header-section > .center {
        margin-top: 0;
    }

    .page-header-section .center figure {
        position: relative;
    }

        .page-header-section .center figure img {
            width: 100%;
            height: auto;
        }

        .page-header-section .center figure figcaption {
            width: 100% !important;
        }

            .page-header-section .center figure figcaption .container {
                padding: 30px 0;
            }

            .page-header-section .center figure figcaption h1,
            .page-header-section .center figure figcaption h2,
            .page-header-section .center figure figcaption h3 {
                color: #000;
            }

            .page-header-section .center figure figcaption h2 {
                margin-bottom: 0;
            }

            .page-header-section .center figure figcaption h3 {
                font-weight: 400;
                line-height: 1.4;
                font-size: 1.05em;
                text-transform: none;
            }

.page-meta-section {
    display: none;
}

.page-content-section > .center > div > section > section {
    margin-bottom: 30px;
}

.page-content-section p,
.page-content-section h2,
.page-content-section h3 {
    margin-bottom: 16px;
}

.page-content-section h1,
section header h2,
.page-content-section header h2,
.page-content-section header h3,
.page-foot-section h3,
.page-header-section .center figure figcaption h1,
.page-header-section .center figure figcaption h2 {
    font-size: calc(1em + .9vw);
}
.page-content-section h1,
section header h2,
.page-content-section header h2,
.page-content-section header h3 {
    margin-bottom: 30px;
}
.page-content-section section h3 {
    text-transform:none;
}

.home section header h2 {
    text-align: center;
    margin-bottom: 40px;
}

.page-content-section figure img {
    float: left;
    margin: 9px 40px 11px 0;
}

.page-content-section .image-float-right figure.columns-1-3 img {
    margin: 9px 0 11px 0;
}

.page-foot-section {
    margin-top: 30px;
    page-break-before: always;
}

    .page-foot-section h3 {
        margin-bottom: 40px;
    }

    .page-foot-section .commands {
        margin: 30px 0;
        text-align: center;
    }


.columns-2 > li, .columns-2 > div {
    width: 48.5%;
    float: left;
    margin-right: 2%;
}

    .columns-2 > li:nth-child(2n+2), .columns-2 > div:nth-child(2n+2) {
        margin-right: 0px;
    }

.columns-3 {
}

    .columns-3 > li {
        width: 48.5%;
        margin-right: 2%;
        float: left;
    }
    
        .columns-3 > li:nth-child(3n+3), .columns-3 > li.box:nth-child(3n+3), .columns-3 > li.box.columns-last-3 {
            margin-right: 0px;
        }

        .columns-3 > li.box {
            /*width: 29%;
            padding-left: 1.5%;
            padding-right: 1.5%;*/
            padding-left: 0;
            padding-right: 0;
        }
        .columns-3 > li.box > section {
            padding: 20px;
        }

            .columns-3 > li.box.columns-2-3 {
                /*width: 63%;
                padding-left: 1.5%;
                padding-right: 1.5%;
                */
                width: 66%;
            }

            .columns-3 > li.box.columns-3-3 {
                /*width: 97%;
                padding-left: 1.5%;
                padding-right: 1.5%;*/
                width: 99%;
            }


.columns-4 > li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

    .columns-4 > li:nth-child(4n+4) {
        margin-right: 0px;
    }

.columns-5 > li {
    width: 18.4%;
    float: left;
    margin-right: 2%;
}

    .columns-5 > li:nth-child(5n+5) {
        margin-right: 0px;
    }

.columns-6 > li {
    width: 15%;
    float: left;
    margin-right: 2%;
}

    .columns-6 > li:nth-child(6n+6) {
        margin-right: 0px;
    }

.columns-1-4, .columns-2-4, .columns-3-4, .columns-2-3, .columns-1-3, .columns-3-5, .columns-2-5 {
    float: left;
}

.columns-1-4 {
    width: 25%;
}

.columns-2-4 {
    width: 50%;
}

.columns-3-4 {
    width: 75%;
}

.columns-2-3 {
    width: 66%;
    margin-right: 2%;
}

.columns-1-3 {
    width: 32%;
}

.columns-3-5 {
    width: 59%;
    margin-right: 2%;
}

.columns-2-5 {
    width: 39%;
}


.columns-3-5 .columns-3-5 {
    width: 100%;
    margin-right: 0%;
}

.columns-3-5 .columns-2-5 {
    width: 66%;
    margin-right: 0%;
    float: right;
}

.columns-2-5 .columns-2-5 {
    width: 100%;
    margin-right: 0%;
}


.columns-1-4.float-right.bottom,
.columns-1-3.float-right.bottom {
    right: 0;
}

.columns-1-3.align-at-page-header,
.columns-1-4.align-at-page-header {
    margin-top: -63px;
}


.page-content-section .marginal-column > * {
    margin-left: 30px;
}

.page-content-section .marginal-column .image-container:first-child {
    margin-top: 7px;
}
.page-content-section .marginal-column .image-container figure {
    display: inline-block;
}
    .page-content-section .marginal-column .image-container figure img {
        float: none;
        margin: 0;
        display: inline-block;
    }
    .page-content-section .marginal-column .image-container figure figcaption {
        text-align: left;
        font-size: calc(15px + .08vw);
        line-height: 1.4;
        margin-top: 10px;
    }

.page-content-section .marginal-column .link-container {
    margin-top: 30px;
}

.page-content-section section.addition.show-separation {
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    padding-top: 25px;
}


.page-content-section .marginal-column > section {
    margin-bottom: 30px;
}

    .page-content-section .marginal-column > section header > h3,
    .page-content-section .marginal-column > section header > h4 {
        font-size: 1.5em;
        line-height: 1.6;
        border-bottom: 1px solid #4b6680;
        margin-bottom: 10px;
        padding: 0 0 5px;
        font-weight: 700;
        text-transform:none;
    }

.box {
    display: block;
    border: 1px solid gray;
}

.boxes.list .box {
    margin-bottom: 2%;
    float: left;
}

.box h3 {
    font-size: calc(1em + .9vw);
    margin-bottom: 30px;
}



.box.video-teaser {
    padding: 0;
}

    .box.video-teaser img {
        width: 100%;
        float: none;
    }

    .box.video-teaser p {
        padding: 30px 20px 20px;
        /*text-transform: uppercase;*/
        font-size: 1.4em;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        margin-bottom: 0px;
    }

    .box.video-teaser a {
        color: #000;
        height: 100%;
        display: block;
    }

        .box.video-teaser a figcaption {
            position: relative;
        }


.box.image-teaser {
}

    .box.image-teaser img {
        width: 100%;
        margin: 0;
        float: none;
        height: auto;
    }

        .box.image-teaser img.wide-image {
            display: none;
        }

    .box.image-teaser figcaption {
        padding: 20px;
        color: #000;
    }

        .box.image-teaser figcaption .title, .box.image-teaser figcaption h3 {
            font-size: 1.2em;
            font-weight: 700;
            /*text-transform: uppercase;*/
            margin-bottom: 30px;
            line-height: 1.2;
        }
            .box.image-teaser figcaption .description {
                margin-bottom: 20px;
            }

            .box.image-teaser figcaption .description ul {
                padding-left: 14px;
            }

                .box.image-teaser figcaption .description ul li {
                    list-style: disc;
                    display: list-item;
                }

                
    section.extra-wide > .center {
        max-width: 100%;
    }

    section > .center {
        width: 100%;
    }
    .columns-6 > li {
        width: 32%;
    }

        .columns-6 > li:nth-child(3n+3) {
            margin-right: 0px;
        }
    .list-entry.columns-3-5, .list-entry.columns-2-5 {
        width: 100%;
        clear: both;
    }

    .column.columns-3-5, .columns-3-5 .columns-3-5, .columns-3-5 .columns-2-5 {
        width: 100%;
    }
    .page-content-section > .center > .columns-3-4 {
        width: 66%;
    }

    .page-content-section > .center > .columns-1-4 {
        width: 32%;
    }


    .site > header .section-1 {
        position: relative;
        z-index: 3;
        background-color: #fff;
    }

    .tablet-mode {
        display: inherit;
    }

    .not-tablet-mode {
        display: none;
    }


    .page-header-section {
        padding-bottom: 0px;
    }

        .page-header-section .center figure figcaption {
            width: auto;
            position: static;
            height: auto;
            padding: 0;
        }

            .page-header-section .center figure figcaption .container {
                float: none;
                width: auto;
                padding:0;
                padding: calc(15px + .5vw) 0;
                margin:0;
            }

    .columns-1-3.align-at-page-header,
    .columns-1-4.align-at-page-header {
        margin-top: 0px;
    }


    .box h3 {
        font-size: 1.5em;
    }

.columns-3:not(.do-not-priorizes) > li,
.columns-3 > li.box.image-teaser,
.columns-3 > li.box.image-teaser:nth-child(3n+3),
.columns-6 > li,
.columns-6 > li:nth-child(3n+3) {
    width: 48.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    clear:none;
}

        .columns-3:not(.do-not-priorizes) > li.box.image-teaser:nth-child(99n+1),
        .columns-3:not(.do-not-priorizes) > li.box:nth-child(99n+1) {
            width: 99%;
            margin-right: 0%;
            height: auto !important;
        }
        .columns-3 > li.box.image-teaser:first-child img.wide-image {
            display: block;
        }

        .columns-3 > li.box.image-teaser:first-child img.default-image {
            display: none;
        }

.columns-3 > li.box, .columns-3 > li.box:nth-child(3n+3) {
    width: 48.5%;
    margin-right: 2%;
    clear: none;
}

    .columns-3:not(.do-not-priorizes) > li.box.image-teaser:nth-child(2n+3),
    .columns-3:not(.do-not-priorizes) > li.box:nth-child(2n+3),
    .columns-3.do-not-priorizes > li.box.image-teaser:nth-child(2n+2),
    .columns-3.do-not-priorizes > li.box:nth-child(2n+2),
    .columns-6 > li:nth-child(2n+2) {
        margin-right: 0%;
    }

            .columns-3 > li.box:first-child header h3 br {
                display: none;
            }

.columns-4 > li, .columns-4 > li:nth-child(4n+4) {
    width: 48.5%;
    margin-right: 2%;
    clear: none;
}

        .columns-4 > li:nth-child(2n+2) {
            margin-right: 0%;
        }




    .columns-3-4 {
        width: 66%;
    }

    .columns-1-4 {
        width: 34%;
    }

.page-list {
}
.page-list section.list-entry {
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
}

    .page-list section.list-entry .entry header h3 {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        text-transform: none;
        margin-bottom: 0px;
    }
    .page-list section.list-entry .entry header h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 6px;
    }

        .page-list section.list-entry .entry header h2 a {
            color: #000;
        }

    .page-list section.list-entry .entry p {
        margin-bottom: 6px;
    }

        .page-list section.list-entry .entry p .date {
            font-weight: 600;
        }

    .page-list section.list-entry .entry ul.linklist {
        margin-bottom: 0;
    }

        .page-list section.list-entry .entry ul.linklist a {
            font-weight: 700;
        }

#Content table.page-list td {padding:0;}
.page-image-section {
    margin-bottom: 60px;
    page-break-before:always;
}
    .parallax {
        height: auto !important;
    }

        .parallax img {
            width: 100%;
            transform: none !important;
            position: static;
            float: none;
        }
            .page-image-section .panel {
                margin-top: 30px;
                height: auto !important;
                color: #000;
                text-align: center;
    }

.picture-credits {
}

    .picture-credits li {
        margin-bottom: 20px;
        display: block;
    }


.picture-credits li > a {
    text-decoration: none;
    width: 100%;
}

        .picture-credits li .fa::before {
            margin-right: 5px;
            display: inline-block;
        }

        .picture-credits li figure {
            display: table;
        }

            .page-content-section .columns-3-4 .picture-credits li figure img {
                margin: 3px 20px 0 0;
                width: 100px;
                display: table-cell;
                float: none;
                min-width: 100px;
            }

            .picture-credits li figure figcaption {
                display: table-cell;
                line-height: 1.4;
                vertical-align: top;
            }

        .picture-credits li a figure figcaption span {
            color: #000;
            font-weight: 400;
            font-size: 0.9em;
        }

        .picture-credits li a figure figcaption > span {
            display: table;
        }

            .picture-credits li a figure figcaption > span > span {
                display: table-cell;
            }

        .picture-credits li a figure figcaption span.content {
            word-wrap: break-word;
            word-break: break-all;
        }

        .picture-credits li a figure figcaption span.required {
            color: #f00;
        }

section .center figure figcaption .picture-credits {
    color: #a0a0a0;
    font-size: 0.9em;
}

.service-container {
    position: relative;
    padding-bottom: 50px;
}
.boxes .box.columns-1-3.contact {
    padding-bottom: 0;
}
.box.contact .service-container h4 {
    text-transform:none;
}

.box.contact .service-container .has-footnote,
.box.service-container .has-footnote {
    padding-bottom: 70px;
    position: relative;
}
.box.service-container .has-footnote {
    padding-bottom: 50px;
}
.columns-3 > li.box.columns-2-3.contact figure figcaption.has-footnote,
.columns-3 > li.box.columns-3-3.contact figure figcaption.has-footnote {
    padding-bottom: 0;
}
.columns-3 > li.box.columns-2-3.contact figure img,
.columns-3 > li.box.columns-3-3.contact figure img {
    margin-bottom: 0;
}
.box.call-to-action .service-container p.entry {
    line-height: 40px;
}

.page-content-section .box.contact .service-container {
    height: 100%;
}

.box.boxes-1-3.contact .service-container p.entry {
    clear: both;
}


    .page-content-section .contact figure figcaption .container {
        margin-bottom: 30px;
    }
.page-content-section .box.columns-2-3.contact figure figcaption .bottom,
.page-content-section .box.columns-3-3.contact figure figcaption .bottom {
    bottom: 0;
}
.page-content-section .box.columns-3-3.contact figure figcaption header {
    padding-bottom: 40px;
}
.service-container p {
    margin: 0;
}

.service-container p.service-text {
    margin-bottom:25px;
}

.service-container .icon,
.service-container .fa {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
}
.service-container .fa-mobile-phone {
    font-size: 1.5em;
    text-align: center;
}
.service-container p span.label {
    display: inline-block;
    margin-right: 6px;
}
.service-container p a.hilite br {
    display: none;
}
.service-container p.with-footnote-sign span.label::after {
    content: "*";
}

    .service-container .bottom {
        position: absolute;
        bottom: 0;
        font-size: 0.8em;
    }
.box.service-container .bottom {
    bottom: 20px;
}
    .service-container .hilite {
        color: #cc0000;
        font-weight: 600;
    }
.box.call-to-action {
    border: 2px solid #4b6680;
    color: #000;
    padding: 20px;
}

    .box.call-to-action .service-container, .contact .service-container {
        padding-bottom: 0px;
    }
    .box.call-to-action .service-container p {
        line-height: 1.4;
        margin-bottom:16px;
    }
        .box.call-to-action .service-container p.entry {
            margin-bottom: 0px;
        }

        .box.call-to-action .service-container a, .box.call-to-action .service-container .hilite {
            color: #fff;
        }

.service-container .link-list {
    margin-top: 15px;
}
    .box.call-to-action .service-container p > span:first-child {
        display: block;
    }
    .marginal-column .service-container {
    }
        .marginal-column .service-container p > span:first-child {
            display: block;
        }
    .box.call-to-action .service-container p > span:first-child {
        display: block;
        width: auto;
    }

    .box.call-to-action .service-container p span.label {
        display: inline-block;
    }
    .service-container p > span:first-child {
        display: block;
        line-height: 19px;
    }
    .box.contact .service-container p > span:first-child {
        display: inline-block;
    }
    .service-container p a.hilite br {
        display: inline-block;
    }
}
    .box.service-container p > span:first-child,
    .marginal-column .service-container p > span:first-child,
    .box.call-to-action .service-container p > span:first-child {
        display: inline-block;
    }
    .service-container p a.hilite br {
        display: none;
    }
        .box.call-to-action .service-container p:last-child {margin-bottom:0;}
        
        .service-container p span.icon {
            margin-right: 10px;
        }

    .marginal-column .service-container p span.icon {
        color: #000;
    }
    .box.call-to-action .service-container p span.icon {
        color: #fff;
    }


    .service-container p span.hilite {
        color: #fff;
    }
    .home .service-container p span.hilite,
    .box.service-container .serviceline p span.hilite {
        color: #cc0000;
    }

    .service-container {
        padding-bottom: 20px;
    }

.skills ul {padding-left: 20px; margin-bottom: 30px; } 
.skills ul li {list-style-type: disc; } 
.page-content-section .marginal-column section.social-media-container {
        display: none;
    }
.themen-section {
    padding-top: 0px;
    padding-bottom: 0px;
}
.home section.themen-section {
    page-break-before: always;
    page-break-after: always;
}
.themen-section .link-button {
    display:none;
}

    .themen-section > .center {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .themen-section > .center > header {
            text-align: center;
            padding-top: 40px;
        }
        .home .themen-section > .center > header {
            padding-top: 100px;
        }

.themen-section > .center > header h1 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: calc(1.2em + .9vw);
}

        .themen-section > .center .teaser-list {
        }

            .themen-section > .center .teaser-list li {
                float: none;
                margin-bottom: 30px;
            }

                .themen-section > .center .teaser-list li a {
                    color: #000;
                    position: relative;
                    display: block;
                }

                    .themen-section > .center .teaser-list li a figure {
                        background-color: #fff;
                        position: relative;
                    }

                        .themen-section > .center .teaser-list li a figure img {
                            width: 100%;
                            page-break-after: avoid;
                        }


                        .themen-section > .center .teaser-list li a figure figcaption .container {
                            text-align: left;
                            font-size: calc(.8em + .2vw);
                            position: static !important;
                            height: auto !important;
                        }

                            .themen-section > .center .teaser-list li a figure figcaption .container .title {
                                font-weight: 700;
                                font-size: calc(1em + .9vw);
                                page-break-after: avoid;
                                page-break-before: avoid;
                            }

                    .themen-section > .center .teaser-list li a figure figcaption .container span.divider {
                        display: none;
                    }
                            .themen-section > .center .teaser-list li a figure figcaption .container .description {
                                font-size: 1.2em;
                                line-height: 1.2;
                                font-weight: 200;
                                page-break-before: avoid;
                            }

                        .themen-section > .center .teaser-list li a figure figcaption .container .description .icon {
                            display:none;
                            }


.columns-4.boxes.themes {
    page-break-before: always;
    page-break-after: always;
}
.columns-4.themes .box {
    margin-bottom: 30px;
}

    .columns-4.themes .box.image-teaser {
        padding: 0;
    }

        .columns-4.themes .box.image-teaser figcaption {
            position: relative;
        }

            .columns-4.themes .box.image-teaser figcaption .container {
                text-align: center;
            }

            .columns-4.themes .box.image-teaser figcaption .controls {
            }

                .columns-4.themes .box.image-teaser figcaption .controls .arrow {
                    margin: auto;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: -14px;
                    width: 28px;
                    height: 28px;
                    border-radius: 14px;
                }

        .columns-4.themes .box.image-teaser:hover figcaption .controls .arrow {
            background-color: #cc0000;
        }


    .themen-section > .center .teaser-list li a figure figcaption .container {
        width: 80%;
    }
        .themen-section > .center .teaser-list li a figure figcaption .container .title {
            font-size: 1.8em;
        }
        .themen-section > .center .teaser-list li a figure figcaption .container .description {
            padding-bottom: 45px;
        }
        .themen-section > .center .teaser-list li a figure figcaption .container .description .icon {
            font-size: 1.4em;
        }
    .themen-section > .center .teaser-list li a figure figcaption .container {
        width: 80%;
    }

        .themen-section > .center .teaser-list li a figure figcaption .container .title {
            font-size: 1.6em;
        }

        .themen-section > .center .teaser-list li a figure figcaption .container .description {
            font-size: 1.1em;
        }
    .themen-section > .center .teaser-list li a figure img {
        opacity: 1;
    }
    .themen-section > .center .teaser-list li a figure figcaption .container .description {
        padding-bottom: 0;
    }

        .themen-section > .center .teaser-list li a figure figcaption .container .description .icon {
            font-size: 1em;
            margin-top: 2px;
            left: auto;
            right: auto;
            bottom: auto;
        }


        .themen-section > .center .teaser-list li a figure figcaption .container .title {
            font-size: 1.4em;
        }
    .themen-section > .center .teaser-list li a figure figcaption .container .description {
        font-size: 1.0em;
    }


    .themen-section > .center .teaser-list li a figure figcaption .container .title {
        font-size: 1.2em;
    }

    .themen-section > .center .teaser-list li a figure figcaption .container .description {
        font-size: 0.98em;
    }

    .themen-section > .center .teaser-list li:nth-child(2n+1) a figure img,
    .themen-section > .center .teaser-list li:nth-child(2n+2) a figure img {
        float: none;
        width: 100%;
    }

    .themen-section > .center .teaser-list li a figure figcaption {
        width: 100%;
        height: auto;
    }

        .themen-section > .center .teaser-list li a figure figcaption .container {
            width: 100%;
            padding: 30px 0;
        }
            .themen-section > .center .teaser-list li a figure figcaption .container .title {
                font-size: 1.6em;
            }
            .themen-section > .center .teaser-list li a figure figcaption .container .description {
                font-size: 1.1em;
            }
                .themen-section > .center .teaser-list li a figure figcaption .container .description .icon {
                    display: none;
                }




.zitat {
    padding: 30px 5% 30px 0;
    text-align: right;
}

    .zitat .text {
        font-size: 1.2em;
        font-weight: 600;
        text-align: right;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .zitat .text .symbol {
            background-image: url("../Images/Site/Svg/zitat-symbol.svg");
            background-repeat: no-repeat;
            background-position: left top;
            background-size: contain;
            width: 54px;
            height: 46px;
            margin-right: 10px;
            display: inline-block;
        }


    .zitat span.divider {
        display: inline-block;
        height: 1px;
        width: 100px;
        background-color: #4b6680;
        margin-bottom: 8px;
    }

    .zitat .source {
        text-transform: uppercase;
    }

    .zitat {
        padding-right: 0;
    }

