/*CUSTOM FONT.CSS*/
/*
@font-face {
    font-family: 'AvantGard_regular';
    src: url('../costum_fonts/AvantGard_regular/ITCAvantGardeStd-Bk.eot');
    src: url('../costum_fonts/AvantGard_regular/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'), url('../costum_fonts/AvantGard_regular/ITCAvantGardeStd-Bk.woff') format('woff'), url('../costum_fonts/AvantGard_regular/ITCAvantGardeStd-Bk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGard_bold';
    src: url('../costum_fonts/AvantGard_bold/ITCAvantGardeStd-Bold.eot');
    src: url('../costum_fonts/AvantGard_bold/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'), url('../costum_fonts/AvantGard_bold/ITCAvantGardeStd-Bold.woff') format('woff'), url('../costum_fonts/AvantGard_bold/ITCAvantGardeStd-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Petrona';
    src: url('../costum_fonts/Petrona-Regular.eot');
    src: url('../costum_fonts/Petrona-Regular.eot?#iefix') format('embedded-opentype'),
        url('../costum_fonts/Petrona-Regular.woff2') format('woff2'),
        url('../costum_fonts/Petrona-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Petrona';
    src: url('../costum_fonts/Petrona-Bold.eot');
    src: url('../costum_fonts/Petrona-Bold.eot?#iefix') format('embedded-opentype'),
        url('../costum_fonts/Petrona-Bold.woff2') format('woff2'),
        url('../costum_fonts/Petrona-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





/*MAX ZEILEN IN CSS - TEXT TRUNCATE*/

.max_2_zeilen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.max_3_zeilen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.max_4_zeilen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.max_5_zeilen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.phone_white a[href^="tel:"] {
    color: #5A3783;
}

.phone_dark a[href^="tel:"] {
    color: #00386a;
}

p {
    color: #00386a;
}

.paragraph_link a {
    color: #00386a !important;
    text-decoration: none !important;
}


.paragraph_link a:hover {
    color: #00386a !important;
    text-decoration: underline !important;
}


.paragraph_link {
    margin-top: 0px;
}

.paragraph_link_light a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.white {
    color: #FCFAFF;
}

.dark {
    color: #101010;
}

.black {
    color: #000000;
}

.grey {
    color: #CCCCCC;
}

.green {
    color: #A5D2AD;
}

.purple {
    color: #5A3783;
}

.darkgrey {
    color: #9B9B9B;
}

.lightgrey {
    color: #5A3783;
}

.marineblue{
    
    color:#00386a;
}

.bold {
    font-weight: bold;
}

.fontlighter {
    font-weight: 300;
}

.bolder {
    font-weight: 800;
}




.uppercase {
    text-transform: uppercase;
}

.text_gradient {
    background: linear-gradient(to right, #2AAADF, #1985CA);
    color: transparent;
    background-clip: text;
}

.text_gradient_2 {
    background: linear-gradient(to right, #07357B, #01153B);
    color: transparent;
    background-clip: text;
}


/*//////////////////SET UP HOVER TEXTLINKS FOR P//////////////////*/

a {
    outline-width: 0;
    text-decoration: none!important;
    color: #00386a;
    /*font-size: 14px;*/
}

a:hover {
    outline-width: 0;
    text-decoration: none !important;
    color: #00386a;
}


/*100-Thin // 300-Light // 400-Regular // 500-Medium // 600-Semi-Bold // 700-Bold // 800-Extra-Bold // 900-Black*/


/*MEDIA QUERY DESKTOP - ALLE SCREENS MIT RESOLUTION VON WIDTH 1600px - 1024px --> Laptop, Big Desktop*/

h1,
h2,
h3,
h4,
h5,
h6,
h_slider {
    font-family: 'Petrona', serif;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;

}

p,
p_slider,
ul,
li {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}

h1,
h2,
h3,
h4,
h5,
h6,
h_slider {
    font-weight: 300;
    /*SET UP HEADLINE FONT WEIGHT*/
}

p,
p_slider {
    font-weight: 400;
    /*SET UP HEADLINE FONT WEIGHT*/
}

h1 {
    font-size: calc(1.6vw + 1.6vh + 1.4vmin);
    line-height: 1.0;
    letter-spacing: 0.0px;
}

h2 {
    font-size: calc(1.0vw + 1.0vh + 0.8vmin);
    line-height: 1.0;
    letter-spacing: 0.0px;
}

h3 {
    font-size: calc(0.9vw + 0.9vh + 0.7vmin);
    line-height: 1.1;
    letter-spacing: -0.3px;
}

h4 {
    font-size: calc(0.6vw + 0.6vh + 0.4vmin);
    line-height: 1.1;
    letter-spacing: 0.0px;
}

h5 {
    font-size: calc(0.6vw + 0.6vh + 0.4vmin);
    line-height: 1.0;
    letter-spacing: 0.0px;
}

h6 {
    font-size: calc(0.45vw + 0.45vh + 0.25vmin);
    line-height: 1.0;
    letter-spacing: 0.0px;
}

p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.0px;
}

.sidepanel p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding-bottom: 20px;
}

.small {
    font-size: 15px;
    letter-spacing: 0.0px;
}

.smaller {
    font-size: 13px;
    letter-spacing: 0.0px;
}

.big {
    font-size: 1.4vw;
    line-height: 1.4;
    letter-spacing: 0.0px;
}

.medium {
    font-size: 1.25vw;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

.date {
    line-height: 150%;
    padding-bottom: 5px;
}

.facts {
    padding-bottom: 15px;
}

.jumbo {
    font-size: 3.8vw;
    letter-spacing: -2.0px;
    line-height: 100%;
}

.jumbo_big {
    font-size: 6.2vw;
    letter-spacing: -2.0px;
    line-height: 105%;
    padding-top: 0vh;
}

.jumbo_big_2 {
    font-size: 4.6vw;
    font-size: calc(50px + 1.8vw);
    letter-spacing: -2.0px;
    line-height: 100%;
    padding-top: 0vh;
}

.jumbo_smaller {
    font-size: 4.0vw;
    letter-spacing: -1.0px;
    line-height: 110%;
}

.kc-creative-links a {
    color: inherit;
    letter-spacing: 3px !important;
    font-size: 12px;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
}

.quote {
    font-style: italic;
}


/*STYLING BULLTES*/

li,
ul {
    color: #00344D;
}

li {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.0px;
}

ul li {
    margin-bottom: 12px;
}

ul {
    list-style-type: disc;
    margin-left: 30px;
    padding-right: 0px;
}


/*MEDIA QUERY 1024 - ALLE SCREENS MIT RESOLUTION VON WIDTH 1024px - 999px --> iPad Landscape*/

@media only screen and (max-width: 1024px) {

    h1 {
        font-size: calc(1.2vw + 1.2vh + 1.0vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h2 {
        font-size: calc(1.1vw + 1.1vh + 0.9vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h3 {
        font-size: calc(0.9vw + 0.9vh + 0.9vmin);
        line-height: 1.2;
        letter-spacing: 0.0px;
    }
    h4 {
        font-size: calc(0.7vw + 0.7vh + 0.6vmin);
        line-height: 1.2;
        letter-spacing: 0.0px;
    }
    h5 {
        font-size: 14px;
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h6 {
        font-size: calc(0.45vw + 0.45vh + 0.25vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.0px;
    }
    li {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    .small {
        font-size: 13px;
        letter-spacing: 0.0px;
    }
    .smaller {
        font-size: 13px;
        letter-spacing: 0.0px;
    }
    .big {
        font-size: 1.7vw;
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    .medium {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0.0px;
    }
    .date {
        line-height: 140%;
        padding-bottom: 5px;
    }
    .jumbo {
        font-size: 4.0vw;
        letter-spacing: -1.0px;
        line-height: 110%;
    }
    .jumbo_big {
        font-size: 5.5vw;
        letter-spacing: -0.5px;
        line-height: 105%;
    }
    .jumbo_big_2 {
        font-size: 5.0vw;
        font-size: calc(28x + 1.8vw);
        letter-spacing: -1.0px;
        line-height: 105%;
        padding-top: 0vh;
    }
    .jumbo_smaller {
        font-size: 4.0vw;
        letter-spacing: -1.0px;
        line-height: 110%;
    }
}


/*MEDIA QUERY 999 - ALLE SCREENS MIT RESOLUTION VON WIDTH 999px - 767px --> Grosse Tablets - iPad Portrait*/

@media only screen and (max-width: 999px) {

    h1 {
        font-size: calc(1.2vw + 1.2vh + 1.0vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h2 {
        font-size: calc(1.3vw + 1.3vh + 1.1vmin);
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    h3 {
        font-size: calc(1.0vw + 1.0vh + 0.9vmin);
        line-height: 1.2;
        letter-spacing: -0.5px;
    }
    h4 {
        font-size: calc(0.7vw + 0.7vh + 0.6vmin);
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    h5 {
        font-size: 17px;
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h6 {
        font-size: calc(0.45vw + 0.45vh + 0.25vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.0px;
    }
    li {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    .small {
        font-size: 15px;
        letter-spacing: 0.0px;
    }
    .smaller {
        font-size: 13px;
        letter-spacing: 0.0px;
    }
    .big {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0.0px;
    }
    .medium {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.0px;
    }
    .date {
        line-height: 140%;
        padding-bottom: 5px;
    }
    .jumbo {
        font-size: 6.5vw;
        letter-spacing: -1.5px;
        line-height: 105%;
    }
    .jumbo_big {
        font-size: 8.5vw;
        letter-spacing: -0.5px;
        line-height: 110%;
    }
    .jumbo_smaller {
        font-size: 6.0vw;
        letter-spacing: -1.0px;
        line-height: 110%;
    }
}


/*MEDIA QUERY 767 - ALLE SCREENS MIT RESOLUTION VON WIDTH 767px - 479px --> iPhone Landscape*/

@media only screen and (max-width: 767px) {

    h1 {
        font-size: calc(2.0vw + 2.0vh + 1.8vmin);
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    h2 {
        font-size: calc(1.7vw + 1.7vh + 1.7vmin);
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    h3 {
        font-size: calc(1.5vw + 1.5vh + 1.5vmin);
        line-height: 1.2;
        letter-spacing: -0.5px;
    }
    h4 {
        font-size: calc(1.4vw + 1.4vh + 1.4vmin);
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    h5 {
        font-size: 15px;
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    h6 {
        font-size: calc(0.45vw + 0.45vh + 0.25vmin);
        line-height: 1.0;
        letter-spacing: 0.0px;
    }
    p {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.0px;
    }
    li {
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    .small {
        font-size: 15px;
        letter-spacing: 0.0px;
    }
    .smaller {
        font-size: 14px;
        letter-spacing: 0.0px;
    }
    .big {
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.0px;
    }
    .medium {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.0px;
    }
    .date {
        line-height: 140%;
        padding-bottom: 5px;
    }
    .jumbo {
        font-size: 5.5vw;
        letter-spacing: -1.0px;
        line-height: 105%;

    }
    .jumbo_big {
        font-size: 10.0vw;
        letter-spacing: -0.5px;
        line-height: 110%;
        padding-top: 9vh;
    }
    .jumbo_smaller {
        font-size: 7.0vw;
        letter-spacing: -0.5px;
        line-height: 110%;
    }
    ul li {
        margin-bottom: 15px;
    }
    .jumbo_big_2 {
        font-size: 9.5vw;
        font-size: calc(28x + 1.8vw);
        letter-spacing: -1.0px;
        line-height: 110%;
        padding-top: 0vh;
    }
    .quote {
        font-style: italic;
        font-size: 15px;
    }
    /*STYLING BULLTES*/
    li,
    ul {
        color: #00344D;
    }
    li {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.0px;
    }
    ul li {
        margin-bottom: 8px;
    }
    ul {
        list-style-type: disc;
        margin-left: 20px;
        padding-right: 0px;
    }
    .copyimage {
        font-size: 10px;
    }
}


/*MEDIA QUERY 479 - ALLE SCREENS MIT RESOLUTION VON WIDTH 479px - 0px --> Grosse Smartphone - iPhone etc...*/

@media only screen and (max-width: 479px) {
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}
    p {}
    
        .jumbo {
        font-size: 8.5vw;
        letter-spacing: -1.0px;
        line-height: 105%;

    }
}