@import url('https://fonts.googleapis.com/css?family=Poiret+One|Bitter:700|Ubuntu');
.collom{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.collom:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.collom h3{
    font-weight: normal;
}
@import url('https://fonts.googleapis.com/css?family=Bitter');
html{
    height:100%;
}
body{
    font-family: "Ubuntu", sans-serif;
    height:100%;
    padding: 0;
    margin: 0;
    color: #ddd;
    background: url(../images/background-webdesign-3.png)fixed #252C3F;
}
/* GROTE SCHERMEN & MIDDEL KLEINE SCHERMEN */
@media only screen and (min-width: 1070px), (max-width: 820px) and (min-width: 640px){
    .collom{
        background: rgb(255, 255, 255);
        display: inline-block;
        width: 300px;
        margin: 0 20px 40px 20px;
        padding-bottom: 20px;
        box-shadow: 0 0 8px #BCBCBC;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }
    .collom img{
        padding: 15px;
    }
}
/* MIDDEL GROTE SCHERMEN */
@media only screen and (max-width: 1070px) and (min-width: 820px){
    .collom{
        background: rgb(255, 255, 255);
        display: inline-block;
        width: 250px;
        margin: 0 10px 20px 10px;
        padding-bottom: 20px;
        box-shadow: 0 0 8px #BCBCBC;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }
}
/* MIDDEL KLEINE SCHERMEN */
@media only screen and (max-width: 640px){
    .collom{
        background: rgb(255, 255, 255);
        display: inline-block;
        width: 95%;
        margin: 0 10px 20px 10px;
        padding-bottom: 20px;
        box-shadow: 0 0 8px #BCBCBC;
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        transition: all 0.15s ease;
    }
}
.clear{
    width: 100%;
    clear: both;
}
#heading{
    line-height: 40px;
    height: 34px;
    background-color: #000515;
    text-align: left;
    width: 100%;
    padding-top: 10px;
}
@media only screen and (min-width: 594px){
    #header-background{
        text-align: center;
        margin: 0;
        border-top: 1px #111 solid;
        height: 350px;
        background: url(../images/header.png) center center, url(../images/header1.png) center center no-repeat;
    }
    .top-link{
        display: inline-block;
        padding: 10px 0 10px 0;
        width: 170px;
        margin: 45px 13px 0 10px;
        text-decoration: none;
        color: #6EBAD3;
        border: solid 1px #6EBAD3;
        border-radius: 30px;
        text-align: center;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}
@media only screen and (max-width: 594px){
    #header-background{
        text-align: center;
        margin: 0;
        border-top: 1px #111 solid;
        height: auto;
        background: url(../images/header.png) center center, url(../images/header1.png) center center no-repeat;
        padding-bottom: 20px;
    }
    .top-link{
        display: inline-block;
        padding: 10px 0 10px 0;
        width: 80%;
        margin: 20px 13px 0 10px;
        text-decoration: none;
        color: #6EBAD3;
        border: solid 1px #6EBAD3;
        border-radius: 30px;
        text-align: center;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}
#header-background span{
    text-align: center;
    font-family: "Poiret One", cursive;
    font-size: 30px;
    margin: 50px;
    color: #fff;
}
h1{
    margin: 70px auto 8px auto;
    padding: 0;
    font-size: 40px;
    text-transform: uppercase;
    color: #EA8859;
    text-align: center;
    font-family: "Bitter", serif;
}
.top-link:hover{
    border: solid 1px #fff;
    color: #fff;
}
#social-media-bar {
    position: absolute;
    right: 10px;
    top: 5px;
}
.social-media-icon-small {
    margin-left: 5px;
}
#hamburger{
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 0 0 0 10px;
}
#cross{
    margin-left: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
}
.layer{
    width: 100%;
    height: 6px;
    background: #aaa;
    margin-bottom: 5px;
    border-radius: 3px;
}
#first-item,#last-item{
    width: 100%;
}
#first-item{
    position: relative;
    top: 10px;
    left: 0.5px;
    transform: rotate(45deg);
}
#last-item{
    transform: rotate(-45deg);
}
#menu-content{
    display: block;
    color: #ddd;
    padding: 3px;
    margin: 0;
    line-height: 30px;
    text-decoration: none;
    position: absolute;
    top: 45px;
    left: -300px;
    width: auto;
    text-align: left;
    padding: 0;
    background-color: #111;
    border: 1px solid #888;
    -webkit-transition: all 0.50s ease;
    -moz-transition: all 0.50s ease;
    -o-transition: all 0.50s ease;
    transition: all 0.50s ease;
}
#menu-content a {
    display: block;
    color: #ccc;
    width: 270px;
    text-decoration: none;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    background-image: linear-gradient( #333, #222);
    border: 1px solid #444;
    border-top: none;
}
#menu-content a:hover{
	background-image: linear-gradient( #5D7C87, #5D7C87 );
}
#logo-b{
    width: 100%;
    margin-bottom: -6px;
}
#wrapper{
    width: 100%;
    background: url(../images/background-webdesign.png)fixed #F0EBDF;
    margin: 0;
    padding: 20px 0 40px 0;
}
#h2-header{
    color:#252C3F;
    text-align: center;
    margin: 20px 0 50px 0;
}
#text-header{
    color: #F0EBDF;
    margin: 0;
    padding-top: 50px;
    text-align: left;
}
#wrapper-middle{
    text-decoration: none;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 40px 0 50px 0;
    color: #aaa;
}
#wrapper-middle a{
    text-decoration: none;
}
#header-content{
	margin: -300px 0 0 0;
	padding: 38px 0 38px 0;
	background: url(images/header.png)#DC3522 center no-repeat;
	border-top: 10px solid #1E1E20;
	border-bottom: 10px solid #1E1E20;
}
.collom h3{
    background-color: #EA8859;
    color: #fff;
    text-shadow: 0 2px 2px #000;
    padding: 10px 0 10px 0;
    margin: 0 auto 20px auto;
} 
#header{
	max-width: 1200px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#wrapper-content{
    background: url(../images/background-webdesign-2.png)fixed #5D7C87;
    text-align: center;
    padding: 50px 10px 50px 10px;
}
#logo{
	margin-bottom: -10px;
}
.social-media-icon{
    margin: 25px 5px 25px 5px;
    box-shadow: 0 0 1px #252C3F;
}
#content-h2{
    padding: 50px;
    text-align: center;
}
@media screen and (min-width: 1200px){
    #content{
        max-width: 1200px;
        margin: 20px auto 0 auto;
    }
    #vak1, #vak2, #vak3, #vak4{
        float: left;
        width: 280px;
        margin: 10px;
    }
    article{
        width: 100%;
        background-color:#455A60;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 885px){
    #content{
        max-width: 885px;
        margin: 20px auto 0 auto;
    }
    #vak1, #vak2, #vak3, #vak4{
        float: left;
        width: 200px;
        margin: 10px;
    }
    article{
        width: 100%;
        background-color:#455A60;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 885px) and (min-width: 530px){
    #content{
        max-width: 885px;
        margin: 20px auto 0 auto;
    }
    #vak1, #vak2, #vak3, #vak4{
        width: 45%;
        float: left;
        margin: 20px 2.5% 0 2.5%;
    }
    article{
        width: 100%;
        background-color:#455A60;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 530px){
    #content{
        max-width: 530px;
        margin: 20px auto 0 auto;
    }
    #vak1, #vak2, #vak3, #vak4{
        width: 90%;
        margin: 20px auto 0 auto;
    }
    article{
        width: 100%;
        background-color:#455A60;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
#text-content{
    max-width: 1030px;
    margin: 0 auto 30px auto;
}
#text-content img{
    margin: 15px auto 0 10px;
    float: right;
    max-width: 100%;
}
.alinea{
    text-align: left;
    color: #F0EBDF;
}
#header-external{
    text-align: center;
    margin-top: 40px;
    font-size: 25px;
}
article header{
    background-color: #000515;
	text-transform: uppercase;
	padding: 0;
}
article header, article h2{
	padding: .001em 10px .08em 5px;
	color: #EA8859;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 7px;
}
article ul{
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
article ul li{
	margin-bottom: 8px;
}
article ul li a{
	text-decoration: none;
	color: #F0EBDF;
	font-size: 14px;
}
article ul li a:hover{
	color: #FF924F;
}
/*tooltip ****************************************/
.tooltip {
    position: relative;
    display: inline-block;
	float: right;
	margin-right: 13px;
    cursor: help;
}
.tooltip .tooltiptext {
	font-size: 16px;
	border: #000 solid 5px;
    visibility: hidden;
    width: 150px;
	background: #FF924F;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -145px;
    margin-bottom: 7px;
    opacity: 0;
    transition: opacity .5s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 41px;
    border-width: 15px;
    border-style: solid;
    border-color: #FF924F transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/*end tooltip ************************************/
footer{
	text-align: center;
	background-color: #000515;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;;
	font-weight: 200;
	margin: 50px 0 0 0;
	padding: 10px;
}