/** globale Definitionen **/
:root {
    --fontFamily: SourceSans3, sans-serif;

    --textColor: #53565A;
    --borderColor: #000;
    --bulletColor: #0057b8;
    --h1Color: #53565A;
    --h1BackColor: transparent;
    --h2Color: #53565A;
    --h2BackColor: transparent;
    --h3Color: var( --bulletColor );

    --aColor: var( --bulletColor );
    --aHoverColor: var( --bulletColor );
    --btnBackColor: var( --bulletColor );
    --btnBackHoverColor: var( --bulletColor );
    --btnTextColor: #fff;
    --btnTextHoverColor: #fff;

    --sideColor: #e5eef8;

    font-size: 16px;
    line-height: 20px;
    color: var(--textColor);
}

/** Schriften **/
@font-face {
    font-family: "SourceSans3";
    src: url("../fonts/SourceSans3-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "SourceSans3";
    src: url("../fonts/SourceSans3-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

/** Reset **/
* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
}

p {
    padding: 5px 0;
}

ul,
ol {
    padding: 5px 0 5px 25px;
}

/** Standards **/
#wrapper {
    margin: auto;
    max-width: 900px;
    font-family: var(--fontFamily);
    border: solid 1px var( --borderColor );
}

h2:empty,
div:empty,
p:empty,
section:empty,
aside > section:has(>div>div>p>strong:empty) {
    display: none;
}

a {
    color: var(--aColor);
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: var(--aHoverColor);
    text-decoration: underline;
}

a[href^="tel:"] {
    white-space: nowrap;
}
ul {
    padding-left: 18px;
    padding-top: 15px
}
ul li::marker {
    color: var(--bulletColor);
}

body {
    color: var(--textColor);
}

h1 {
    color: var(--h1Color);
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
h1 + div {
    color: var(--aColor);
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    padding: 40px 0 0 0;
}

h2 {
    color: var(--h2Color);
    /* padding: 0 0 0 0; */
    font-size: 22px;
    line-height: 26px;
}
h3 {
    color: var(--h3Color);
    padding: 10px 0 0;
    font-size: 18px;
    line-height: 22px;
}

.p-0 {
    padding: 0 !important;
}
.p-0 + p {
    padding-top: 0;
}

.btn {
    background-color: var(--btnBackColor);
    color: var(--btnTextColor);
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0;
    font-weight: normal;
}
.btn:hover {
    text-decoration: none;
    outline: solid 1px var(--btnBackColor);
    outline-offset: 1px;
}

.btn:hover {
    background-color: var(--btnBackHoverColor);
    color: var(--btnTextHoverColor);
}

/* header {
} */

header > div {
    display: grid;
    grid-template-columns: 1fr;
}
header > div:first-of-type {
    grid-template-columns: 35% 65%;
    text-align: end;
}

#imgWrapper {
    padding: 25px;
}

header img {
    width: 100%;
}
header > div > div:first-of-type {
    text-align: start;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    align-self: flex-end;
    padding: 0 0 37% 20px;
    line-height: 16px;
}
#logo {
    max-width: 300px;
    float: right;
}

#title svg {
    width: 35px;
    float: left;
    margin-top: 14px;
    margin-right: 10px;
}

section {
    padding: 0 5% 30px;
}

main {
    padding: 60px 0 0 0;
}

#wrapper {
    display: grid;
    grid-template-columns: 100%;
}
header, footer {
    grid-column-start: 1;
    grid-column-end: 3;
}
#call {
    display: block;
    position: absolute;
    background-color: var(--btnBackColor);
    border: solid 3px #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    z-index: 1;
    padding-top: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
    bottom: -50px;
    right: 20px;
}
#call br {
    display: block;
}
#claim {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;

}
#claim span  {
    display: block;
    margin-left: 20px;
}
aside {
    background-color: var( --sideColor );
    color: var(--aColor);
}
aside > section:first-of-type {
    margin-top: 100px;
}
aside section {
    padding: 20px 30px 0;
}
.offer ul {
    list-style: none;
    padding-left: 60px;
}
.offer li {
    padding-bottom: 20px;
}
.offer li::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.zukunft::before {
    background-image: url("../img/Zukunft.png");
}
.familie::before {
    background-image: url("../img/Familie.png");
}
.miteinander::before {
    background-image: url("../img/Miteinander.png");
}
.fairniss::before {
    background-image: url("../img/Fairness.png");
}
.sicherheit::before {
    background-image: url("../img/Sicherheit.png");
}
.finanzen::before {
    background-image: url("../img/Finanzen.png");
    background-size: 50px 50px;
}
.mobilitaet::before {
    background-image: url("../img/Mobilitaet.png");
    background-size: 50px 50px;
}
footer {
    background-image: url("../img/Asphaltfooter.jpg");
    height: 80px;
    background-size: 900px auto;
    background-position: 100% 0;
    padding: 12px 40px;
}
footer a {
    color: #fff;
    fill: #fff;
    font-size: 110%;
    pointer-events: bounding-box;
}
footer a.cls-1 {
    fill: #fff;
}
footer a:hover .cls-1 {
    fill: var(--aHoverColor);
}
footer svg {
    max-width: 160px;
    display: block;
    margin-top: 10px;
}

#modalities, #offer, #offer h2 {
    color: var(--aColor);
}
#offer {
    padding-top: 20px
}
#offer, #contact, #application, #legal {
    background-color: var(--sideColor);
}
aside {
    display: none;
}
@media screen and ( min-width: 470px ) {
    header > div > div:first-of-type {
        padding: 0 0 62px 20px;
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and ( min-width: 600px ) {
    aside {
        display: block;
    }
    #wrapper {
        grid-template-columns: 65% 35%;
    }
    #modalities, #contact, #offer {
        display: none;
    }
    header br {
        display: none;
    }
    header > div > div:first-of-type {
        font-size: 20px;
    }
    #call {
        border: solid 5px #fff;
        height: 180px;
        width: 180px;
        padding-top: 50px;
        font-size: 28px;
        line-height: 34px;
        bottom: -90px;
        right: 60px;
    }
    main {
        padding-top: 40px;
    }
    #offer, #contact, #application, #legal {
        background-color: transparent
    }
    #claim {
        font-size: 36px;
        line-height: 40px;
        bottom: 20px;
        left: 20px;
    }
    #claim span  {
        margin-left: 30px;
    }
}

.noWrap {
	white-space: pre;
	word-break: keep-all;
  }
