* {
    box-sizing: border-box;
}

body {
    background-image: linear-gradient(to bottom right, white, #effbff);
}

.sy-list {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 20px;
    text-align: left;
}

.sy-logorow {
    display: flex;
    width: 100%;
    height: 70px;
    padding-right: 32px;
    padding-left: 10px;
    align-items: center;
}

.sy-headrow {
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    align-items: center;
    text-align: center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 3vw;
    background-color: #00a0e1;
    color: white;
}

.sy-contentrow {
    padding: 50px 0;
    align-items: center;
    text-align: center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    /* background-color: #effbff; */
}

.sy-contentrowwrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}

/*
         0                                                                                           900
|--auto--|--25--|--25--|--content--|--25--|--25--|--content--|--25--|--25--|--content--|--25--|--25--|--auto--|
                             |
                             V
                        (900-200)/3 = 233,33333

         0                  233                 333
|--auto--|--25--|--25--|--content--|--25--|--25--|--auto--|

*/

.sy-contentrowwrapper::before, .sy-contentrowwrapper::after {
    display: table;
    content: "";
    clear: both;
}

.sy-footerrowwrapper::before, .sy-footerrowwrapper::after {
    display: table;
    content: "";
    clear: both;
}

.sy-spacecontainer-third {
    width: 5%;
}

.sy-contentcontainer-single {
    float: left;
    width: 100%;
    height: 360px;
    padding: 10px 25px;
}

.sy-contentcontainer-half {
    float: left;
    width: 50%;
    height: 360px;
    padding: 10px 25px;
}

.sy-contentcontainer-third {
    float: left;
    width: 33.33333%;
    height: 360px;
    padding: 10px 25px;
}

.sy-contentwrapper {
    width: 100%;
    height: 100%;
    border-style: none;
    background-color: white;
    -moz-box-schadow: 3px 3px 5px 6px  #e8f9ff;
    -webkit-box-schadow: 3px 3px 5px 6px #e8f9ff;
    box-shadow:  3px 3px 5px 6px #e8f9ff;
}

.sy-contentheader {
    width: 100%;
    height: 40px;
    content: "";
    background-color: #00a1e1;
    border-style: none;
    border-width: 2px;
    border-color: #00a0e1;
    color: white;
    text-align: left;
    font-style: normal;
    font-size: 1.5em;
    padding: 0 15px;
}

.sy-contenttekst {
    width: 100%;
    height: 300px;
    border-style: none;
    border-width: 2px;
    border-color: #00a0e1;
    color: #111111;
    text-align: justify;
    font-size: 1em;
    font-weight: normal;
    padding: 25px 15px;
}

.sy-footerrow {
    align-items: center;
    text-align: center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    background-color: #00a0e1;
}

.sy-footerrowwrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 25px;
}

.sy-footercontainer-third {
    float: left;
    width: 33.33333%;
    height: auto;
    padding: 10px 25px;
}

.sy-footerwrapper {
    width: 100%;
    height: 100%;
    border-style: none;
}

.sy-footertekst {
    width: 100%;
    height: auto;
    border-style: none solid;
    border-width: 2px;
    border-color: white;
    color: white;
    text-align: center;
    align-items: center;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    padding: 0 15px;
    content: "";
}

@media only screen and (max-width: 850px) {
    .sy-contentcontainer-third {
        width: 100%;
    }
    .sy-footercontainer-third {
        width: 100%;
        padding: 0 25px;
    }
    .sy-contentrowwrapper {
        max-width: 333px;
    }
    .sy-footerrowwrapper {
        max-width: 333;
        padding: 10px 25px;
    }
    .sy-footertekst {
        text-align: left;
        border-style: none;
    }
}

.sy-fillcontainer {
    width: 100%;
}

.sy-logocontainer {
    width: 229px;
}

.sy-logo {
    width: 229px;
    height: 44px;
}

.sy-icon {
    width: 50px;
    height: 50px;
}

.sy-titlecontainer {
    width: 150px;
    margin-right: 20px;
}

.sy-visual {
    width: 100%;
    height: auto;
}