/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start styling */


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: white;
    
}

p {
    font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

b {font-weight: 500;
}

ul {
    font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 1em;
    font-weight: 700;
}

strong {
	font-weight: bold;
}

i { 
	font-style: italic;
}

h1 {
	display: block;
	font-size: 4em;
  	margin-top: 0em;
  	margin-bottom: 0.67em;
  	margin-left: 0;
 	margin-right: 0;
  	font-weight: bold;
}

h2 {
	display: block;
	font-size: 1.5em;
    line-height: 1.2em;
  	margin-bottom: 0.83em;
  	margin-left: 0;
 	margin-right: 0;
  	font-weight: bold;
    width: 100%;
}

h3 {
	display: block;
	font-size: 1.17em;
  	margin-top: 0em;
  	margin-bottom: 1em;
  	margin-left: 0;
 	margin-right: 0;
  	font-weight: bold;
}

h4{
    font-size: 1.17em;
    color: #CE172D;
    line-height: 1.5em;
}

h5{
    font-size: 1em;
    color: black;
    line-height: 1em;
    margin-top: 0em;
  	margin-bottom: 1em;
}

.homelist a {
	text-decoration: none;
    color:#202020;
}

.homelist a:hover {
	text-decoration: none;
    color: #CE172D;
    transition: all ease .2s;
}



.main-nav-list {
	color: #202020;
	padding-right: 55px;
	line-height: 70px;
    font-size: 1.5em;
    text-decoration: none;
}


.sliderheader{
    width: 100%;
    height: 70vh;
    background-image: url("img/senior-paradise-banner.png");
    background-size: cover;
    background-position: center;
}

.productieheader{
    width: 100%;
    height: 40vh;
}

.zus{
    background-image: url(img/producties/Zus_en_zo/zus&zo.png);
    background-size: cover;
    background-position: center;
}

.villa{
    background-image: url(img/villa-zonder.png);
    background-size: cover;
    background-position: center;
}

.senior{
    background-image: url(img/senior-paradise-banner2.png);
    background-size: cover;
    background-position: center;
}

.Paradise{
    background-image: url(img/Paradise.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.kerst{
    background-image: url(img/kerst-omslag.jpg);
    background-size: cover;
    background-position: center;
}

.drama{
    background-image: url(img/producties/wat_een_drama/generale-18.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.nadedood{
    background-image: url(img/producties/Leedie_na_de_dood/LEX_5234%20kopie.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.nightout{
    background-image: url(img/producties/Leediez_night_out/Groepsfoto2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.onoff{
    background-image: url(img/producties/Leediez_onoff/leediezfb.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.leefdennoglang{
    background-image: url(img/producties/Leefden_nog_lang_en/LEX_4418.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}


img {
	max-width: 100%;
	height: auto;
}


.main-header .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 80%;
	padding: 20px;
	margin: 0 auto;
    gap: 10px;
    justify-content: space-around;
}

/**
 * The followings are to
 * make things more
 * clean and airy
 * and contents centered
 */
.main-nav ul {
	margin: 1em 0 .5em;
	text-align: center;
}

.main-nav a {
	display: inline-block;
	padding: .5em 1.5em;
}

.main-nav a:hover {
    text-decoration: none;
    transition: all ease .2s;
}

.mh-logo{
    height: 95px;
}

.contactButton{ 
    line-height: 50px;
    font-size: 1.4em;
    text-decoration: none;
    background-color: #202020;
    color: #ffffff;
    padding: 0px 50px;
    transition: all ease .2s;
    text-decoration: none;
    border: none;
    
}

.contactButton:hover {
    background-color: #CE172D;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.button_algemeen{ 
    font-size: 1em;
    text-decoration: none;
    background-color: #CE172D;
    color: #ffffff;
    padding: 10px 50px;
    transition: all ease .2s;
    text-decoration: none;
}

.button_algemeen:hover {
    background-color: #202020;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}


.home_container {
    padding-top: 30px;
    max-width:  1400px;
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.hometekst {
    max-width: 600px;
}

.reserveertekst{
    max-width: 600px;
}


.homelist {
    padding-bottom: 30px;
}

.homeimage{
object-fit: contain;
width: 100%;
margin-bottom: 20px;
}

.kerstimage{
object-fit: contain;
width: 45%;
margin-bottom: 20px;
}

.resp_img{
    max-width: 640px;
    margin-bottom: 20px;
}

.sponsor-image{
    margin-top: 10px;
    margin-bottom: 10px;
}

.space_around{
    justify-content: space-around;
}

.space_between{
    justify-content: space-between;
}

.flex_end{
    justify-content: space-between;
}

footer{
    background-color: #202020;
    color: white;
    height: 130px;
}

form a{
    color: #CE172D;
    transition: all ease .2s;
}

form a:hover{
    color: darkred;
}

span a{
    color: #CE172D;
    line-height: 50px;
    font-size: 2em;
    margin-right: 10px;
    transition: all ease .2s;
}

span a:hover{
    color: white;
    line-height: 50px;
    font-size: 2em;
    margin-right: 10px;
}

.main-nav-list a{
    text-decoration: none;
    color:#202020;
    font-weight: 400;
}


.main-nav-list a:hover {
	text-decoration: underline;
    color: #CE172D;
}


.flexbox-wie{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
}


.flexbox-eervol{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 70%;
    padding-left: 15%;
    padding-right: 10%;
}


.flexbox-eervol h3{
    color:  #CE172D;
    line-height: 50px;
    font-size: 1.5em;
    margin-right: 10px;
    font-weight: 400;
}

.title{
    padding-left: 10%;
}

.flexbox-item{
    width: 400px;
    margin: 10px;
}


.img-wie{
    background-color: black;
    height: 550px;
    width: 100%;
    margin-bottom: 20px;
}



#annelies{
    background-image: url(img/Profielfoto/an-1.jpg);
    background-size: cover;
}

#dorien{
    background-image: url(img/Profielfoto/dorien-1.jpg);
    background-size: cover;
}

#maggie{
    background-image: url(img/Profielfoto/mag-1.jpg);
    background-size: cover;
}

#marie{
    background-image: url(img/Profielfoto/ML-1.jpg);
    background-size: cover;
}

#marij{
    background-image: url(img/Profielfoto/marij-1.jpg);
    background-size: cover;
}

#susan{
    background-image: url(img/Profielfoto/suus-1.jpg);
    background-size: cover;
}

#marriet{
    background-image: url(img/Profielfoto/marriet2.jpg);
    background-size: cover;
}

#hannie{
    background-image: url(img/Profielfoto/hannie2.jpg);
    background-size: cover;
}

#sanne{
    background-image: url(img/Profielfoto/Sanne2.jpg);
    background-size: cover;
}

#michelle{
    background-image: url(img/Profielfoto/michelle.jpg);
    background-size: cover;
}

#babeth{
    background-image: url(img/Profielfoto/babeth.jpg);
    background-size: cover;
}

#elise{
    background-image: url(img/Profielfoto/elise.jpg);
    background-size: cover;
}

#bente{
    background-image: url(img/Profielfoto/bente.jpg);
    background-size: cover;
}

#annemarie{
    background-image: url(img/Profielfoto/Annem.jpg);
    background-size: cover;
}

#marc{
    background-image: url(img/Profielfoto/marcfoto.jpg);
    background-size: cover;
}

#noglang{
    background-image: url(img/Posters/Enzeleefden.jpg);
    background-size: cover;
    background-position: center;
}

#nadedood{
    background-image: url(img/Posters/Is%20er%20Leediez%20na%20de%20dood_.jpg);
    background-size: cover;
    background-position: center;
}

#onoff{
    background-image: url(img/Posters/onoff.jpg);
    background-size: cover;
    background-position: center;
}

#drama{
    background-image: url(img/Posters/drama.jpg);
    background-size: cover;
    background-position: center;
}

#zus{
    background-image: url(img/Posters/zus&zo.png);
    background-size: cover;
    background-position: center;
}

#villa{
    background-image: url(img/Posters/villamichell.png);
    background-size: cover;
    background-position: center;
}

#Paradise{
    background-image: url(img/Posters/Senior-paradise-klein.jpg);
    background-size: cover;
    background-position: center;
}

#night{
    background-image: url(img/Posters/Leedieznight.jpg);
    background-size: cover;
    background-position: center;
}


.title h1{
    font-weight: 600;
}

.button_reserveren{ 
    line-height: 100px;
    font-size: 1.2em;
    text-decoration: none;
    background-color: #202020;
    color: #ffffff;
    padding: 10px 50px;
    transition: all ease .2s;
    text-decoration: none;
}

.button_reserveren:hover {
    background-color: #CE172D;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}



/* contactformulier */

form {
    padding: 50px;
    -webkit-box-shadow: 5px 0px 33px 5px rgba(0,0,0,0.23); 
box-shadow: 5px 0px 33px 5px rgba(0,0,0,0.23);
    margin-bottom: 50px;
}


input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #202020;
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 32px;
    
}

input::placeholder {
    color: lightgrey;
    font-size: 1.1rem;
}

.speeldata{
    margin-bottom: 10px;
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    transition: 0.2s all linear;
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 4px;
    padding: 8;
    }

input[type=radio]:checked {
  background-color: #202020;
}


.radio-toolbar {
  margin-bottom: 30px;
}


table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    text-align: left;
    font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

td{
    padding: 5px;
    padding-left: 15px;
}

.tekstvak{
    margin-bottom: 50px;
}


/*
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: white;
    color: black;
    padding: 10px 20px;
    width: 95%;
    font-size: 15px;
	margin-bottom: 1em;
    margin-left: -10px;
    border: 1px solid black;
}

.radio-toolbar label:hover {
    background-color: #CE172D;
    color: white;
}


.radio-toolbar input[type="radio"]:checked + label {
    background-color: #CE172D;
    color: white;
}

*/

label{
       font-size: 1rem;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #202020;
    font-size: 16px;
    resize: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

form > span {
	display: block;
	font-size: 1.5em;
    line-height: 1.2em;
  	margin-left: 0;
 	margin-right: 0;
  	font-weight: bold;
    width: 100%;
}


.flexbox-container{
    margin: auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
}

.flexbox-container h1{
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    padding: 10px 0px 5px 0px;
}

.flexbox-container a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #CE172D;
    font-size: .9rem;
    transition: all ease .3s;
}

.flexbox-container a:hover{
    color: #202020;
    margin-right: 10px;
}


.poster{
    background-color: black;
    height: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.poster:hover{
    transition: all ease .5s;
    opacity: 0.3;
}

.flexbox-div{
    width: 300px;
    margin: 10px;
    margin-bottom: 30px;
}


.homelist h2{
    color: #CE172D;
}


.menu{
    width: 50px;
    margin-left: 10px;
    text-align: right;
}

.menutitel{
    color: #CE172D;
}



@media only screen and (max-width: 800px) {
  h1 {
    font-size: 2em;
  }
    
    .main-nav-list a{
        display: block;
        width: 100%;
    }
    
    .sliderheader{
    height: 50vh;
    background-image: url("img/senior-paradise-banner2.png");
    background-size: cover;
    background-attachment:inherit;
    background-position: center;
    }
    
    .img-wie{
        height: 300px;
        width: 100%;
    }
    
    .productieheader{
        background-position: center;
        background-size: cover;
        background-attachment:inherit;
        background-position: left;
}
    

    
}