/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('/public/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), /* WOFF2 für moderne Browser */
    url('/public/assets/fonts/fontawesome/webfonts/fa-solid-900.woff') format('woff'),   /* WOFF als Fallback */
    url('/public/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf') format('truetype'); /* TTF als letzter Ausweg */
    font-weight: normal; /* Optional: normal oder bold */
    font-style: normal;  /* Optional: normal oder italic */
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "OpenSans", Verdana, Arial;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
}

.bigger-text {
    color: white;
    font-size: 140%;
    font-weight: 400;
}

.letter-spacing-small{
   letter-spacing: 0.04em;
}

em,
i {
    font-style: italic;
}

strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

p {
    padding-bottom: 20px;
}
.mb-n{
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

a {
    color: #0063b0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul li {
    margin-bottom: 8px;
}

.uppercase {
    text-transform: uppercase;
}

.inline-block {
    display: inline-block;
}

.color-white {
    color: white;
}


/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/

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

.list-style-type-none {
    list-style-type: none;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

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

.nowrap {
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    .no-padding-top-mobile {
        padding-top: 0 !important;
    }

    .no-padding-bottom-mobile {
        padding-bottom: 0 !important;
    }

    .no-margin-top-mobile {
        margin-top: 0 !important;
    }

    .no-margin-bottom-mobile {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1279px) {
    .no-padding-top-tablet {
        padding-top: 0 !important;
    }

    .no-padding-bottom-tablet {
        padding-bottom: 0 !important;
    }

    .no-margin-top-tablet {
        margin-top: 0 !important;
    }

    .no-margin-bottom-tablet {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 980px) {
    .hide-tablet-down {
        display: none !important;
    }
}

@media (min-width: 981px) {
    .hide-desktop-up {
        display: none !important;
    }

    .text-align-center-desktop-up {
        text-align: center;
    }
}


/*------------------------------------*\
    #HEADLINES
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-bottom: 0.6em;
    font-weight: 700;
    color: #0063b0;
    hyphens: auto;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h1,
.h1 {
    font-size: 42px;
    letter-spacing: -0.01em;
    position: relative;
    padding-bottom: 0.6em;
    text-transform: none;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    padding-bottom: 0.4em;
    font-size: 24px;
}

h4,
.h4,
.et_pb_post h4 {
    padding-bottom: 0.4em;
    font-size: 20px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

@media (min-width: 768px) {

    h1,
    .h1 {
        font-size: 60px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }

}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0 !important;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child {
}

/*------------------------------------*\
    #MAIN LAYOUT
\*------------------------------------*/

.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/*------------------------------------*\
    #SECTIONS GRID ETC
\*------------------------------------*/

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 981px) {
    .container {
        max-width: 1200px;
        padding: 0 50px;
        margin: 0 auto;
    }
}

.section {
    position: relative;
    padding: 20px 0;

}

.row {
    width: 83%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 0;
}

.row:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.row--fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}

.column {
    width: 100%;
    min-height: 1px;
}

.module {
    margin-bottom: 30px;
}

.module:last-child {
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .row{
        flex-direction: column;
    }
    .column {
        width: 100%;
        margin-bottom: 70px;
    }

    .column:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 981px) {

    .row--same-height {
        display: flex;
    }

    .column {
        float: left;
        margin-right: 5%;
    }

    .column.column--1_2 {
        width: 47.5%;
    }

    .column.column--1_2-narrow {
        margin-right: 2%;
        width: 49%;
    }

    .column.column--1_3 {
        width: 30%;
        margin-right: 5%;
    }

    .column:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 980px) {
    .column {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1280px) {
    .section.section--double-padding-bottom {
        padding: 100px 0;
    }
}


/*------------------------------------*\
    #TEXT MODULES
\*------------------------------------*/

.module-text ul {
}

.module-text ul li {
    position: relative;
    padding-left: 20px;
}

.module-text ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: black;
    border-radius: 50%;
}

.module-text ul li::marker {
    margin-right: 4px;
}


/*------------------------------------*\
    #LEGAL PAGES
\*------------------------------------*/

.module-legal-page-text * {
    hyphens: auto;
}


/*------------------------------------*\
    #TABLES
\*------------------------------------*/

table.full-width {
    width: 100%;
}

tr.margin {
    border-bottom: 10px solid transparent;
}

tr.margin:last-child {
    border-bottom: 0;
}

td.label {
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    table {
        display: block;
    }

    tr {
        display: block;
    }

    tr:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }

    td {
        display: block;
    }


    td.label {
        margin-top: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }

    tr:first-child td.label {
        margin-top: 0;
    }

    td.mobile-align-label,
    td .mobile-align-label {
        display: inline-block;
        min-width: 160px;
    }

    .pricing-table td.label-mobile,
    td.label-mobile,
    td.label-content-mobile {
        float: left;
        padding-right: 5px;
    }
}


/*------------------------------------*\
    #LOGO
\*------------------------------------*/

.logo{
    width: 500px
}


/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.button{
    display: inline-block;
    padding: 8px 20px;
    background-color: #0063b0;
    border: 1px solid #0063b0;
    color: white;
    font-weight: bold;
    border-radius: 12px;
}
.button:hover{
    background-color: white;
    color: #0063b0;
}
.button-inverse{
    background-color: white;
    color: #0063b0;;
    border: 1px solid #0063b0;
}
.button-inverse:hover{
    background-color: #0063b0;
    color: white;
}


/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

.main-navigation-footer {
    width: 82.5%;
    margin: 0 auto;
}

.main-navigation-footer .main-navigation__list {
    text-align: center;
}

.main-navigation-footer .main-navigation__list-item {
    display: inline-block;
}

.main-navigation-footer .main-navigation__list-link {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #706f6f;
    margin-right: 10px;
    font-size: 80%;
    color: #706f6f;
    text-decoration: none;
    line-height: 1;
}

.main-navigation-footer .main-navigation__list-item:last-child .main-navigation__list-link {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}