@font-face {
    font-family: 'Agatho BoldCAPS';
    src: url('fonts/subset-AgathoBoldCAPS.woff2') format('woff2'),
        url('fonts/subset-AgathoBoldCAPS.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Medium.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('fonts/subset-Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



/************************/

/** KONS **/
:root {
    --weiss: #FFF;
    --schwarz: #000;
    --grau: #29252a;
    --hellgrau: #f3f3f3;
    --dunkelblau: #131723;
    --ciblau: #142540;
    
}

/************************/

/** RESET **/
    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;
    }
    /* 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;
    }

/** BASIC PATTERN **/


    html {
    	font-size:16px;
    	font-family: 'Montserrat';
        font-weight: 400;
    	color: var(--dunkelblau);
    	text-rendering: optimizeLegibility;
    	-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
        font-size: 1rem; /*16px*/
    }

    b,strong {
        font-family: 'Montserrat';
    	font-weight: bold;
        letter-spacing: 0px;
    }

    p {
        font-family: 'Montserrat';
        font-size: 1rem;
        line-height: 1.33rem;
        margin-bottom: 1.1em;
        letter-spacing: 0px;
        color: var(--dunkelblau);
    }

    p:last-of-type {
        margin-bottom: 0;
    }

    /*
    .section a, .footer a, .singlepage p a {
        color: var(--dunkelblau);
    }*/


    /*
    .plot a, .content a {
        text-decoration: underline;
        font-weight: inherit;
    }

    .plot a:hover, .content a:hover {
        text-decoration-style: dashed;
    }*/

    .plot li, .content li, .elementor-widget-text-editor li {
      background: url(images/icon_liste.png) 0px 6px no-repeat !important;
      margin:0.5rem 0;
      line-height: 1.4em;
      padding-left: 1.25rem;
    }

    .plot ul, .content ul, .elementor-widget-text-editor ul {
        margin: 1.1em 0;
    }

    *:focus {
        outline: none;
    }

    body {
      overflow-x: hidden;
    }

    :focus {
      outline: none; /* verhindert Default-Ring */
    }

    /* nur wenn wirklich per Keyboard getabbt */
    :focus-visible {
      outline: 2px dashed #FFC107;
      outline-offset: 2px;
    }

/************************/

h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 2.5rem; 
    line-height: 1.33em;
    color: var(--dunkelblau); 
    margin-bottom: 2rem;
}

h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size:1.625rem; 
    line-height: 1.33em;
    color: var(--dunkelblau); 
    margin-bottom: 0.75rem;
}

h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Montserrat';
    font-size: 1.625rem;
    line-height: 1.33em;
    font-weight: 500;
    color: var(--dunkelblau); 
}

h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--dunkelblau); 
}

.btn {
    padding: 0.75rem 1.25rem;
    border-radius:0;
    font-family: 'Montserrat';
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
    font-size: 1.25rem;
    background: #fff;
    line-height: 1.6875rem;
    min-width: 18.75rem;
    border:1px solid #000;
}

.btn:hover {
    color: #fff;
    background: #000;
}

.windorf {
    font-family: 'Agatho BoldCAPS';
    font-size: 1.25em;
}


@media only screen and (max-width: 105rem) {


}

@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 767px) {
h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
    font-size: 1.75rem !important;
}
h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 1.625rem !important;
}
h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-size: 1.35rem !important;
}
}


/** BASIC PATTERN ENDE **/

/*** DEFAULTS ***/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*
.sector {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}*/

.flex {
    display: flex;
    flex-flow: wrap;
}

.flex.col2 {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
}

.flex.col2 .col {
    width: calc(50% - 1.875rem);
    margin: 0 0.9375rem;
    position: relative;
    box-sizing: border-box;
}

.flex.col3 {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
}

.flex.col3 .col {
    width: calc(33.333333% - 1.875rem);
    margin: 0 0.9375rem;
    position: relative;
    box-sizing: border-box;
}

.flex .flexcenter {
    align-self: center;
}

.flex.col4 {
    width: calc(100% + 1.875rem);
    margin-left: -0.9375rem;
}

.flex.col4 .col {
    width: calc(25% - 1.875rem);
    margin: 0 0.9375rem;
    position: relative;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

label {
    color: var(--dunkelblau);
    display: block;
    margin-bottom: 1rem;
}
