/*

Blackape

Corporate & Web Design
Design aus dem Dickicht

blackape.de

*/


@charset "UTF-8";

:root {
    --farbe_dunkelblau: #005fac;

    --barrierefreie_farbe_1: #e6007e; 
    --barrierefreie_schriftfarbe_1: #fff;

    --font_family_1: 'Jost-Regular', Helvetica, Arial, sans-serif;
    --font_name_1: Jost-Regular;
    --font_weight_1: 400;

    --font_family_2: 'Jost-Bold', Helvetica, Arial, sans-serif;
    --font_name_2: Jost-Bold;
    --font_weight_2: 700;
}




/* BASICS */

html {scroll-behavior: smooth;}

body {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: grayscale;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    background: #f9f9f9;
    color: #000;
}

img {width: 100%;}

.wrapper {
    max-width: 1180px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.wrapper_2 {
    max-width: 850px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.wrapper_img {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.wrapper_img img {
    display: block;
}

.bg_dunkelblau {
    background: var(--farbe_dunkelblau);
    color: #fff;
}

.bg_dunkelblau h1, .like_h1, .bg_dunkelblau h2, .like_h2, .bg_dunkelblau h3, .like_h3, .bg_dunkelblau h4, .like_h4, .bg_dunkelblau h5, .like_h5, .bg_dunkelblau h6, .like_h6 {
    color: #fff;
}

.bg_dunkelblau a, .bg_dunkelblau a:hover {
    color: #fff;
}

.no_marg_bot {
    margin-bottom: 0;
}




/* BARRIEREFREIHEIT */

.skiplink {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skiplink:focus {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
    background: var(--barrierefreie_farbe_1);
    color: #fff;
    z-index: 1000;
    font-weight: bold;
    text-decoration: none;
}

:focus {
    outline: 2px solid var(--barrierefreie_farbe_1);
    outline-offset: 2px;
}

:focus-visible {
    outline: 2px solid var(--barrierefreie_farbe_1);
}



/* TYPOGRAPHIE */

@font-face {
    font-family: "Jost-Regular";
    src: url("../fonts/Jost-Regular.woff2") format("woff2"),
         url("../fonts/Jost-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "Jost-Bold";
    src: url("../fonts/Jost-Bold.woff2") format("woff2"),
         url("../fonts/Jost-Bold.woff") format("woff");
    font-weight: 700;
}

.FONT_1 {
    font-family: var(--font_family_1);
    font-weight: var(--font_weight_1);
}

.FONT_2 {
    font-family: var(--font_family_2);
    font-weight: var(--font_weight_2);
}

body {
    font-family: var(--font_family_1);
    font-weight: var(--font_weight_1);
    font-size: 1rem;
    line-height: 1.6;
}

button {
    font-family: var(--font_family_2);
    font-weight: var(--font_weight_2);
    font-size: 1rem;
}

h1, .like_h1, h2, .like_h2, h3, .like_h3, h4, .like_h4, h5, .like_h5, h6, .like_h6 {
    font-family: var(--font_family_2);
    font-weight: var(--font_weight_2);
    line-height: 1.3;
    margin: 0.5em 0 1em 0;
    color: var(--farbe_dunkelblau);
}

h1, .like_h1 { font-size: 2.125rem; }
h2, .like_h2 { font-size: 1.7rem; }
h3, .like_h3 { font-size: 1.4875rem; }
h4, .like_h4 { font-size: 1.275rem; }
h5, .like_h5 { font-size: 1.0625rem; }
h6, .like_h6 { font-size: 0.85rem; }

.imp_dat_wrapper h1, .imp_dat_wrapper h2, .imp_dat_wrapper h3, .imp_dat_wrapper h4, .imp_dat_wrapper h5, .imp_dat_wrapper h6 {
    margin-top: 50px;
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 250ms ease;
    cursor: pointer;
}

a:focus, a:hover, a:active {
    color: #000;
}

a:focus {
    transition: none;
    outline: 2px solid var(--barrierefreie_farbe_1);
    outline-offset: 2px;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.muted {
    font-size: 0.8rem;
    opacity: 0.8;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.align_justify {
    text-align: justify;
}

.nohyph {
    -webkit-hyphens: none; 
    -ms-hyphens: none; 
    hyphens: none;
}




/* BUTTONS */

button, .btn {
    background: var(--farbe_dunkelblau);
    color: #fff;
    border: 1px solid var(--farbe_dunkelblau);
    padding: 10px 24px;
    margin: 10px 0;
    transition: all 150ms ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

button:hover, button:focus, .btn:hover, .btn:focus {
    background: XXX;
    color: XXX;
    transition: all 350ms ease;
}

button:active, .btn:active {
    background: XXX;
    border-color: XXX;
}

button:focus, .btn:focus {
    background: var(--barrierefreie_farbe_1);
    color: var(--barrierefreie_farbe_2);
    outline: 2px solid var(--barrierefreie_farbe_1);
    outline-offset: 2px;
    transition: all 0ms;
}



/* GRID, FLEX UND POSITION */

.grid_2, .grid_3, .grid_4 {
    display: grid;
}

.grid_2 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "grid_2_box_1"
        "grid_2_box_2";
}

.grid_3 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "grid_3_box_1"
        "grid_3_box_2"
        "grid_3_box_3";
}

.grid_4 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "grid_4_box_1"
        "grid_4_box_2"
        "grid_4_box_3"
        "grid_4_box_4";
}

.grid_2_box_1, .grid_2_box_2,
.grid_3_box_1, .grid_3_box_2, .grid_3_box_3,
.grid_4_box_1, .grid_4_box_2, .grid_4_box_3, .grid_4_box_4 {
    /* STYLE FÜR DIE BOXEN HIER HINTERLEGEN */
}

.grid_2_box_1, .grid_2_box_2 {
    margin-top: 20px;
}

.pos_rel {
    position: relative;
}

.clearer {
    clear: both;
}




/* SHOW UND HIDE */

.show_mobile {
    display: block;
}

.show_tablet {
    display: none;
}

.show_desk {
    display: none;
}

.show_mobile_2 {
    display: block;
}

.show_desk_2 {
    display: none;
}

.block1 {
  display: inline;
}




/* HEADER */

.color_stripe {
    width: 100%;
    height: 7px;
    background: url("../img/color_stripe_1.png") no-repeat center;
    background-size: 100% 7px;
}

.logo_wrapper {
    display: block;
    max-width: 350px;
    width: calc(100% - 80px);
    margin: 80px auto 60px;
    text-align: center;
}

.section_padding_1 {
    padding: 50px 0;
}

.section_padding_2 {
    padding: 50px 0;
}




/* FOOTER */

.wfuaib {
    background: var(--farbe_dunkelblau);
    color: #fff;
    font-family: var(--font_family_2);
    font-weight: var(--font_weight_2);
    padding: 40px 0;
    font-size: 1.5rem;
    margin: 0;
}

.wfuaib span {
    display: block;
}

.credit_footer {
    font-size: 0.8rem;
    margin: 12px 0;
}

.credit_footer a {
    opacity: 0.6;
}

.credit_footer a:hover {
    opacity: 1;
}




/* CONTENT */

.icons_leistungen {
    width: 65px;
    height: 65px;
}

address {
    font-style: normal;
}

figure {
    margin: 0;
}





@media (min-width: 425px) {

    /* FOOTER */

    .wfuaib span {
        display: revert;
    }

}






@media (min-width: 650px) {

    .block1 {
        display: block;
      }

}





/* TABLET */ @media (min-width: 768px) {

    /* BASICS */

    .section_padding_1 {
        padding: 100px 0;
    }

    .section_padding_2 {
        padding: 150px 0;
    }






    /* TYPOGRAPHIE */






    /* BUTTONS */






    /* GRID, FLEX UND POSITION */

    .grid_2, .grid_3, .grid_4 {
        display: grid;
        gap: 60px 60px;
    }

    .grid_2 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "grid_2_box_1 grid_2_box_2";
    }

    .grid_3 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "grid_3_box_1 grid_3_box_2 grid_3_box_3";
    }

    .grid_4 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "grid_4_box_1 grid_4_box_2"
            "grid_4_box_3 grid_4_box_4";
    }

    .grid_2_box_1, .grid_2_box_2 {
        margin-top: 40px;
    }




    /* SHOW UND HIDE */

    .show_mobile {
        display: none;
    }

    .show_tablet {
        display: block;
    }

    .show_desk {
        display: none;
    }




    /* FOOTER */

    .wfuaib {
        text-align: center;
    }

    .credit_footer {
        text-align: center;
    }






    /* CONTENT */



}





/* DESKTOP */ @media (min-width: 1024px) {

    /* BASICS */

    




    /* TYPOGRAPHIE */

    




    /* BUTTONS */

    
    



    /* GRID, FLEX UND POSITION */

    .grid_2, .grid_3, .grid_4 {
        display: grid;
        gap: 60px 60px;
    }

    .grid_4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "grid_4_box_1 grid_4_box_2 grid_4_box_3 grid_4_box_4";
    }

    .align_left_desk {
        text-align: left;
    }

    .align_right_desk {
        text-align: right;
    }

    .align_center_desk {
        text-align: center;
    }

    .align_justify_desk {
        text-align: justify;
    }

    .col_2 {
        columns: 2;
        gap: 50px;
        text-align: justify;
    }

    .col_2 p {
        margin-top: 0;
    }




    /* SHOW UND HIDE */

    .show_mobile {
        display: none;
    }

    .show_tablet {
        display: none;
    }

    .show_desk {
        display: block;
    }

    .show_mobile_2 {
        display: none;
    }

    .show_desk_2 {
        display: block;
    }

    




    /* CONTENT */

    

}

/* BARRIEREFREIHEIT ANIMATIOIN ENTFERNEN */

@media (prefers-reduced-motion: reduce) {



}