@font-face {
    font-family: 'Roboto';
    src: url('fonts/subset-Roboto-Bold.woff2') format('woff2'),
        url('fonts/subset-Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/subset-Roboto-Regular.woff2') format('woff2'),
        url('fonts/subset-Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/************************/

/** KONSTANTEN **/
:root {
    --weiss: #FFF;
    --schwarz: #000;
    --grau: #2084C2;
    --hellgrau: #F8F9FA;
    --dunkelblau: #1E4F91;
    --ciblau: #176599;
    --verlauf:linear-gradient(45deg, #FF4690 0%, #176599 100%);
    --tick-url: url('images/icon_tick.png');
    --darktick-url: url('images/icon_tick-dark.png');
    --col2gap:1.25rem;
    --col3gap:1.25rem;
    --col4gap:1.25rem;
    --col5gap:1.25rem;
}

/************************/

/** 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: 'Roboto';
        font-weight: 400;
    	color: var(--schwarz);
    	text-rendering: optimizeLegibility;
    	-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
        font-size: 1rem; /*16px*/
    }

    b,strong {
        font-family: 'Roboto';
    	font-weight: bold;
        letter-spacing: 0px;
    }

    p {
        font-family: 'Roboto';
        font-size: 1rem;
        line-height: 1.4em;
        margin-bottom: 1.1em;
        letter-spacing: 0px;
        color: var(--schwarz);
    }

    p:last-of-type {
        margin-bottom: 0;
    }

    /*
    .section a, .footer a, .singlepage p a {
        color: var(--schwarz);
    }*/


    /*
    .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: 1px dashed #ccc;
      outline-offset: 2px;
    }

    label {
        margin-top: 1rem;
    }

    input, textarea, select {
      border: 1px solid #1E4F91;
      border-radius: 3px;
      padding: 0.5rem 0.5rem;
      box-sizing: border-box;
      margin-top: 0.5rem;
      color: #000 !important;
      max-width: 100%;
      font-family: "Roboto";
    }

    select {
      width: 100%;
      background: #fff;
      color: #000 !important;
    }

    input[type="submit"] {
      background: #1E4F91;
      color: #fff !important;
      border: 1px solid rgba(255,255,255,0.5);
      padding: 0.5rem 3rem;
      font-size: 1rem;
      margin-top: 1rem;
    }

    input[type="submit"]:hover {
        cursor: pointer;
    }

/************************/

h1, .h1, .elementor-widget-heading h1.elementor-heading-title {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: clamp(1.5rem, calc(1rem + 1.493vw), 2.25rem); 
    line-height: 1.33em;
    color: var(--schwarz); 
    margin-bottom: 2rem;
}

h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size:2rem; 
    line-height: 1.33em;
    color: var(--schwarz); 
    margin-bottom: 0.75rem;
}

h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-family: 'Roboto';
    font-size: 1.5rem;
    line-height: 1.33em;
    font-weight: bold;
    color: var(--schwarz); 
}

h4, .h4, .elementor-widget-heading h4.elementor-heading-title {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--schwarz); 
}

.btn {
    padding: 0.75rem 1.25rem;
    border-radius:2px;
    font-family: 'Roboto';
    color: #fff;
    font-size: 1.25rem;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-block;
    background: var(--ciblau);
    line-height: 1.6875rem;
    border:0;
}

.btn:hover {
    color: #fff;
    background: #1F78AF;
}


@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.5rem !important;
}
h2, .h2, .elementor-widget-heading h2.elementor-heading-title {
    font-size: 1.325rem !important;
}
h3, .h3, .elementor-widget-heading h3.elementor-heading-title {
    font-size: 1.15rem !important;
}
}

@media only screen and (max-width: 600px) {
.btn {
    font-size: 1rem;
}

}





/** 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;
}

.col2 {
    gap: var(--col2gap);                /* dein gewünschtes Grid-Gap */
    justify-content: center;   /* zentriert die letzte Zeile */
}

.col2 .col {
  width: calc((100% - 1 * var(--col2gap)) / 2);
  /*max-width: 600px;           optional: verhindert zu breite Karten auf sehr großen Screens */
}

.col3 {
    gap: var(--col3gap);                /* dein gewünschtes Grid-Gap */
    justify-content: center;   /* zentriert die letzte Zeile */
}

.col3 .col {
  width: calc((100% - 2 * var(--col3gap)) / 3);
  /*max-width: 600px;           optional: verhindert zu breite Karten auf sehr großen Screens */
}

.col4 {
    gap: var(--col4gap);                /* dein gewünschtes Grid-Gap */
    justify-content: center;   /* zentriert die letzte Zeile */
}

.col4 .col {
  width: calc((100% - 3 * var(--col4gap)) / 4);
  /*max-width: 600px;           optional: verhindert zu breite Karten auf sehr großen Screens */
}

.col5 {
    gap: var(--col5gap);                /* dein gewünschtes Grid-Gap */
    justify-content: center;   /* zentriert die letzte Zeile */
}

.col5 .col {
  width: calc((100% - 4 * var(--col5gap)) / 5);
  /*max-width: 600px;           optional: verhindert zu breite Karten auf sehr großen Screens */
}

.col-auto {
    gap: 2rem;
}

.col-auto .col {
    flex: 1;
}

@media only screen and (max-width: 1200px) {
    .col3 .col {
      width: calc((100% - 1 * var(--col2gap)) / 2);
    }
}

@media only screen and (max-width: 1024px) {
    .col2 .col {
      width: 100%;
    }

    .col4 .col {
      width: calc((100% - 1 * var(--col2gap)) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .col3 .col {
      width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .col4 .col {
      width: 100%;
    }
}

/*

.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%;
    height: auto;
}

label {
    color: var(--schwarz);
    display: block;
}

