﻿* {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
}

p {
    padding: 5px 0;
}

ul,
ol {
    padding: 5px 0 5px 25px;
}

#wrapper {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
    border: solid 1px #87C6CB;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

h2:empty,
div:empty,
p:empty,
section:empty {
    display: none;
}

a[href^="tel:"] {
    white-space: nowrap;
}

a {
    color: #0069AE;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    color: #003B62;
}

ul {
    padding-left: 20px;
}


body {
    color: #2B2B2B;
}

header div {
    width: 100%;
    min-height: 130px;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    padding-right: 30px;
    padding-top: 41px;
}

header div img#logo {
    height: 75px;
    margin-left: 4px;
}

header img {
    width: 100%;
}

header a img {
    /* width: auto; */
}

header img#claim {
    position: absolute;
    top: 200px;
    right: 74px;
    display: block;
    width: 230px;
}

strong {
    font-weight: 600;
}

header span {
    display: block;
    height: 56px;
    background-image: url("../img/stripe.png");
    background-repeat: no-repeat;
    background-position: bottom 13px left 20px;
}

header span:first-child {
    margin-left: -20px;
    background-image: url("../img/stripe.png");
    background-repeat: no-repeat;
    background-position: bottom 13px left 20px;
}

#content {
    display: flex;
    margin: 25px 50px;
    margin-right: 35px;
    min-height: 1620px;
}

main {
    width: 100%;
    max-width: 660px;
    padding-right: 20px;
}

main section {
    margin-bottom: 20px;
}

aside {
    width: 100%;
    max-width: 240px;
    height: 100%;
}

aside section {
    padding: 22px 22px 22px 22px;

    background-color: #EDF6F7;

    background-image: url("Schmaler-Grat.svg");
    background-repeat: no-repeat;
    background-position: bottom 5px left 20px;
    background-size: 70px;
}

aside section#modalities ul {
    padding-left: 0;
}

aside section#modalities ul li {
    list-style-type: none;
    padding-bottom: 12px;
}

aside section#application {
    padding-bottom: 100px;
    background-image: none;
}

aside section#application {
    padding-bottom: 100px;
    background-image: none;
}

aside section span {
    display: block;
    margin-bottom: 12px;
}


aside #applyButton {
    padding: 4px 16px 4px 16px;
    background-color:#87C6CB;
    color: #fff;
    transition: color, background-color 0.3s ease;
}

aside #applyButton:hover {
    background-color: #0069AE;
}

aside #applyButton a {
    color: #fff;
}

aside #applyButton a span {
    font-family: "linea-arrows-10";
    content: "\e068";
    font-weight: bold;
    vertical-align: middle;
    padding-left: 10px;
}

#seal {
    position: absolute;
    bottom: 340px;
    right: 30px;
}

#seal img,
#seal svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#seal #totale {
    width: 100px;
}

#seal #audit {
    width: 100px;
}

#seal #fidhLogo {
    display: block;
    ;
    width: 100%;
    max-width: 230px;
    margin-bottom: 0;
    ;
}

#static_intro {
    margin-bottom: 0;
}

#static_intro {
    color: #0069AE;
    margin-bottom: 20px;
    font-weight: 600;
}

h1 {
    color: #495057;

    font-size: 28px;
    line-height: 40px;
    font-weight: bold;

    text-decoration: underline #87C6CB 3px;
    text-underline-offset: 8px;

    margin-bottom: 15px;
    margin-top: 20px;
}

h1 small {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

h2 {
    color: #0069AE;
    font-size: 16px;
    font-weight: 600;
}


.btn {
    background-color: #87C6CB !important;
    color: #FFF !important;
}

.btn:hover {
    background-color: #0069AE !important;
    color: #FFF !important;
}

.jobId {
    color: #87C6CB;
}

footer {
    background-color: #EDF6F7;
    min-height: 300px;
}

footer #dots {
    display: block;
    width: 100%;
    height: 40px;
    background-image: url("punktraster-secondary-white-18.svg");
    background-repeat: repeat-x;
    background-size: 16%;
}

footer div:nth-child(2) {
    display: flex;
}

footer #left {
    display: block;
    width: 100%;
    max-width: 700px;
}

footer #left #logoThin {
    height: 30px;
    margin-left: 48px;
    margin-top: 40px;
}

footer #left #socailLinks {
    width: 100%;
    max-width: 250px;
    margin-left: 50px;
    margin-top: 100px;

    display: flex;
    justify-content: space-between;
    vertical-align: middle;

    font-family: "fa-brands-400";
    font-size: 20px;
}

footer #left #socailLinks a:hover {
    transition: 0.3s ease;
}


footer #right {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 260px;
    background-color: #0069AE;

    color: #fff;

    padding-left: 20px;
    padding-top: 20px;

    font-size: 12px;
}

footer #right a {
    color: #fff !important;
    font-weight: normal;
}

footer #right img {
    width: 30px;
    margin-bottom: 10px;
}

footer #right #btnContact {
    display: block;
    width: 180px;
    margin-top: 4px;
    padding: 6px 0 4px 16px;
    transition: color, background-color 0.3s ease;

    border: 1px solid #fff;

    font-size: 12px;
    ;

    color: #fff;
}



footer #right #btnContact:hover {
    background-color: #fff;
    color: #0069AE!important;
}

@media screen AND (max-width: 900px) {
    header img#claim {
        top: 190px;
        width: calc(100vw - 73.5%);
    }
}

@media screen AND (max-width: 620px) {
    #content {
        flex-direction: column;
        margin: 25px 20px;
        margin-bottom: 0;
        ;
    }

    #wrapper {
        margin-bottom: 0;
    }

    header div {
        padding: 20px;
        padding-bottom: 5px;
        min-height: 120px;
    }

    header div img#logo {
        margin-left: -4px;
    }

    header img#claim {
        top: 150px;
        right: 34px !important;
    }

    header span:first-child {
        margin-left: -10px;
    }

    main {
        width: 100%;
        max-width: 100%;
    }

    aside {
        width: 100%;
        max-width: 100%;
    }

    aside #seal {
        margin-top: 40px;
    }

    #seal {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 40px;
    }

    #seal div {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    #seal #totale {
        margin-left: 20px;
    }

    #seal #audit {
        margin-right: 20px;
    }

    footer {
        margin-top: 40px;
        ;
    }

    footer div:nth-child(2) {
        display: block;
    }

    footer #left #logoThin {
        margin-left: 20px;
        margin-top: 20px;
    }

    footer #left #socailLinks {
        margin-top: 40px;
        margin-left: 20px;
        width: 100%;
    }

    footer #left #socailLinks a {
        display: flex;
        ;
        margin-right: 10px;
    }

    footer #right {
        margin-top: 40px;
        width: 100%;
        max-width: 100%;
    }
}

.noWrap {
    white-space: pre;
    word-break: keep-all;
}

@media screen AND (max-width: 380px) {
    header img#claim {
        top: 140px;
        width: calc(100vw - 73.5%);
    }
}

@media screen AND (max-width: 300px) {
    header img#claim {
        top: 140px;
        width: calc(100vw - 73.5%);
    }
}