* {
    box-sizing: border-box;
}

body {
    font-size: medium;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: inherit;
    background-image: url("/static/img/background2.jpg");
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 0;
    max-width: 1300px;
    margin: auto;
}

div.top {
    height: 120px;
    margin: 0;
    background-color: #43474E;
    padding: 0;
    width: 100%;
    position: relative;
}

div.containerHeader {
    display: inline-block;
    align-items: center;
    height: 100%;
    width: 28%;
    position: relative;
    top: 50px;
    background-color: #43474E;
}

div.banner {
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: local;
    background-color: black;
    height: 330px;
    margin: 0;
    background-position: center top;
    max-width: 100%;
}

#home {
    background-image: url("/static/img/refine-banner-home-2.1.jpg");
}

#page1 {
    background-image: url("/static/img/refine-banner-voor-wie-2.jpg");
}

#page2 {
    background-image: url("/static/img/refine-banner-page2.jpg");
}

#page3 {
    background-image: url("/static/img/refine-banner-wie-ben-ik.jpg");
}

#page4 {
    background-image: url("/static/img/refine-banner-praktische-2.jpg");
}

#page5 {
    background-image: url("/static/img/refine-banner-contact-2.jpg");
}

#page6 {
    background-image: url("/static/img/refine-banner-page6.jpg");
}

#title {
    margin: 0;
    padding: 2% 5%;
    width: 100%;
    height: 82%;
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 2px;
    font-weight: 100;
    font-style: normal;
    font-size: 700%;
    font-family: 'Cookie', "Satisfy", "Bookman old style", sans-serif;
    color: white;
    bottom: 35%;
}

#title2 {
    float: left;
    position: relative;
    left: 160px;
    bottom: 60px;
    margin: 0;
    padding: 24px 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
    font-weight: 200;
    letter-spacing: 2.5px;
    font-style: normal;
    font-size: 11px;
    color: white;
    font-family: 'Josefin Sans', "Calibri Light", sans-serif;
}

.topnav {
    background-color: #43474E;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 35px;
    max-width: 1300px;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Josefin Sans', "Calibri Light", sans-serif;
    font-weight: 400;
    font-size: 78%;
    word-spacing: 2px;
    letter-spacing: 1.5px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav-right {
    float: right;
}

.topnav .topnav-right .icon {
    display: none;
}

img {
    width: 100%;
}

img.portrait {
    margin-top: 120px;
    border: 4px solid #ddd;
    border-radius: 4px;
}

.column.main {
    float: left;
    width: 70%;
}

.column.side {
    float: left;
    width: 30%;
    padding-left: 0;
}

div.main {
    background-color: white;
}

h3 {
    font: normal normal 400% 'Cookie', "Satisfy", "Bookman old style", sans-serif;
    color: black;
    padding-bottom: 4px;
    border-bottom: 1px solid black;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 5px;
}

h4 {
    font: bold normal 110% "Arial", "Calibri light", "Open Sans", sans-serif;
    color: black;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

ul {
    padding: 2px 20px;
}

ul li {
    line-height: 110%;
    font-family: "Arial", "Calibri light", "Open Sans", sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 110%;
}

p {
    font-size: 110%;
    color: #404040;
    text-align: justify;
}

p.articleText1 {
    font-family: "Arial", "Calibri", sans-serif;
    font-size: 190%;
    text-indent: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

p.articleText2 {
    line-height: 110%;
    font-family: "Arial", "Calibri light", "Open Sans", sans-serif;
    font-weight: 400;
    text-align: justify;
}

p.articleTextSidebar1 {
    font: normal normal 100% 'Josefin Sans', "Calibri Light", sans-serif;
    color: #404040;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}

li.articleList {
    font-size: 110%;
    line-height: 110%;
    font-family: "Arial", "Calibri light", "Open Sans", sans-serif;
    margin: 10px;
    color: #404040;
}

div.mainSection1 {
    margin-top: 0;
    padding: 20px 40px;
    background-color: white;
}

div.sidebar1 {
    margin-top: 0;
    padding: 20px;
    background-color: white;
}

.main:after {
    content: "";
    display: table;
    clear: both;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip p {
    padding: 15px;
    background-color: white;
    border-left-width: 5px;
    border-left-color: black;
    border-left-style: solid;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

div.container-a {
    margin-top: 100px;
    padding: 5px 15px;

    background-color: #f8f8f8;
}

div.footer {
    margin-top: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 50px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

p.footerTitle {
    text-align: center;
    color: white;
    font: normal normal 150% 'Josefin Sans', "Calibri Light", sans-serif;
}

p.footer {
    text-align: left;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, .7);
    font: normal normal 110% 'Josefin Sans', "Calibri Light", sans-serif;
}

p.footerText {
    font: normal normal 100% 'Josefin Sans', "Calibri Light", sans-serif;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, .7);
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
}

div.footerImgDiv {
    display: inline-block;
    border: 4px solid #ddd;
    border-radius: 4px;
    background-color: white;
    padding: 10px;
    width: 100%;
    height: 100%;
}

div.footerImgDiv2 {
    margin-top: 10%;
}

a.footerLink {
    color: white;
}

a.footerLink:visited {
    color: white;
}

a.footerLink:hover {
    color: #76B4CE;
}

a.footerLink:active {
    color: lightblue;
}

table.footerTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
    border: none !important;
}

th.footerTable {
    text-align: center;
    font-size: 100%;
    padding-top: 10px;
    border: none !important;
}

td.footerTable {
    padding: 1px;
    text-align: left;
    vertical-align: top;
    border: none !important;
}

td.footerTable1 {
    vertical-align: top;
    width: 35%;
    border: none !important;
}

td.footerTable2 {
    vertical-align: top;
    width: 25%;
    border: none !important;
}

td.footerTable3 {
    border: none !important;
}

.footer-sm {
    display: none;
}

@media screen and (max-width: 1316px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }

    #title2 {
        left: 190px;
    }

}

@media screen and (max-width: 1140px) {
    #title {
        font-size: 700%;
    }

    #title2 {
        font-size: 10px;
    }

    .column.side, .column.main {
        width: 100%;
        padding-left: 0;
    }

    body {
        margin: 0 0 5%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    div.sidebar1 {
        padding-left: 100px;
        padding-right: 100px;
    }

    div.footer {
        padding: 10px 25px;
    }

    img.portrait {
        margin-top: inherit;
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 50%;
    }
}

@media screen and (max-width: 1120px) {
    .topnav a {
        display: none;
    }

    .topnav .topnav-right a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1120px) {
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 35px;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    #title2 {
        left: 160px;
    }

    div.containerHeader {
        width: 30%;
    }
}

@media screen and (max-width: 940px) {
    #title2 {
        left: 200px;
    }

    div.containerHeader {
        width: 40%;
    }
}

@media screen and (max-width: 750px) {
    #title {
        font-size: 350%;
        right: 40px;
        top: 10px;
    }

    #title2 {
        font-size: 10px;
        left: 160px;
        bottom: 60px;
    }

    div.containerHeader {
        height: 120px;
        position: static;
    }

    div.mainSection1 {
        padding: 0;
    }

    .footerTable3 {
        display: none;
    }

    .footer-sm {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    div.sidebar1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 550px) {
    #title {
        right: 20px;
    }

    #title2 {
        left: 137px;
        bottom: 70px;
    }
}

@media screen and (max-width: 450px) {
    #title {
        right: 0;
    }

    #title2 {
        left: 137px;
        bottom: 70px;
    }
}
