* {
    position: relative;
    box-sizing: border-box;
}

html, body, td, th, tr, table, ul, ol, li, p, div, h1, h2, h3, h4, h5, h6 {
    margin: 0; padding: 0; position: relative;
}
html, body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
ul, ol {
    padding: 0 0 0 5%;
}
p { margin: 10px 0; }

section:empty,
p:empty,
div:empty {
  display: none;
}
a {
    color: #003d59;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
    margin: auto;
    max-width: 900px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1rem;
    background-color: #fff;
}
#wrapper > header {
    margin: 30px 5% 0;
}
main {
    margin: 20px 5% 0;
    padding-top: 10px;
}
footer {
    text-align: center;
    background-color: #003d59;
    color: #fff;
    padding: 10px;
    font-size: 0.9rem;
    margin-top: 20px;
}
footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    /*margin-top: 40px;*/
}
h1 ~ div {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
h2 {
    font-size: 1.25rem;
    text-decoration: none;
    padding-bottom: 10px;
}

#logo {
    float: left;
    width: 16%;
}
#img {
    float: right;
    width: 80%;
}
main > section {
    clear: both;
    padding-top: 20px;
    /* text-align: justify; */
}

.introduction {
    text-align: center;
}

#boxes {
    margin-top: 20px;
}
#boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-weight: bold;

}
#boxes li {
    /* width: calc( 100% / 6 - 10px ); */
    /* width: calc( 100% / 3 - 10px ); */
    width: calc( 100% / 2 - 10px );
    margin: 10px 0 0 0;
    padding: 0 0 40px 0;
    padding-bottom: 0; /* < neu */
    text-align: center;
   /* border: solid 1px green; */
    background-color: rgb(191, 210, 224);
    color: rgb(0, 70, 103);
}
#boxes li div {

    background-color: rgb(229, 236, 242);
    padding: 13px 6px 13px 6px;
    margin-bottom: 10px;
    font-size: 16px;
}
#boxes p {
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /*
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    */
    font-size: 16px;
    font-weight: normal;
}
/*
#boxes img {
    display: block;
    margin-left: calc( 50% - 12px );
    position: absolute;
    bottom: 9px;
    height: 28px;
}
*/
li + li {
    margin-top: 10px;
}

#modalities {
    font-size: 18px;
    line-height: 25px;
    margin-top: 12px;
}

#audit, .audit {
    float: right;
    width: 20%;
    max-width: 100px;
    margin: 0 0 10px 5%;
}

#charta, .charta {
    clear: both;
    float: right;
    width: 35%;
    max-width: 300px;
    margin: 20px 0 10px 5%;
}
.btn {
    background-color: #003d59;
    color: #fff;
    padding: 10px 20px;
    margin: 20px 0;
    display: inline-block;
    font-weight: bold;
}
@media screen and ( min-width: 480px ) {
    #boxes li {
        width: calc( 100% / 3 - 10px );
    }
    /*
    h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
        */
}
@media screen and ( min-width: 720px ) {
    #boxes li {
        width: calc( 100% / 5 - 10px );
    }
    #wrapper {
        border: solid 1px #333;
    }
    /*
    h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
        */
}

.noWrap {
    white-space: pre;
    word-break: keep-all;
}
