/* General Demo Style */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    align-content: center;
    line-height: 1.5em;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
    text-align: center;
    padding: 0 10% 50px
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

/* Eigen varialbelen */

.footer {
    padding-bottom: 40px;
}
.footer a { text-decoration: none; color: #E6007E; font-weight:700; }
.footer a:hover { text-decoration: none; color: #009FE3; }
.tekstlink { text-decoration: none; color: #009FE3; font-weight:700; }
.tekstlink:hover { text-decoration: none; color: #333333; }
.lijntjeonder, .lijntjeboven {
	margin: 0 auto;
    width: 100px;
	border-style: solid;
    border-width: 2px 0px 0px 0px;
	border-color: #FFED00;
    margin-top: 12px;
	margin-bottom: -9px;
}

.vetjes {
    font-weight:700;
    color: #333333;
}

.deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #E6007E;
	border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0px;
}

.deco img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.container .foto1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 2px dashed #009FE3;
    padding: 10px;
    max-width: 97%;
}

.container .foto2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 2px dashed #E6007E;
    padding: 10px;
    max-width: 97%;
}

.container h2 {
	color: #000;
	padding: 40px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
    white-space: nowrap;
}

/* Media Queries for custom slider */

@media screen and (max-width: 660px) {

    .deco {
        transform: scale(0.9);
        margin-top: 20px;
        margin-bottom: -23px;
    }
    .container {
        padding: 0 7% 50px
}
    .container .foto1 {
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 2px dashed #009FE3;
        padding: 7px;
        max-width: 100%;
    }
    .container .foto2 {
        margin-top: 30px;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 2px dashed #E6007E;
        padding: 7px;
        max-width: 100%;
}
	.container blockquote {
		margin-bottom: -100px;
        font-size: 97%;
        line-height: 1.4em;
	}

	.container h2 {
		line-height: 22px;
		font-size: 20px;
		margin-bottom: -25px;
		letter-spacing: 8px;
	}
    
    .lijntjeboven {
        width: 75px;
        margin-top: 12px;
	    margin-bottom: 10px;
    }
    .lijntjeonder {
        width: 75px;
        margin-top: 12px;
	    margin-bottom: 0px;
    }
}
