@charset "UTF-8";
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

#PLCookie article div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

#PL_privacy {
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 20px;
}
.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.privcnt a {
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: black;
    font-weight: 700;
    color: #dfab50;
    position:relative;
    z-index: 10;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
    background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
    background-color: #dfab50;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.privcnt input:checked ~ .checkmark:after {
    display: block;
}
.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form input[type="text"].i50
{
    box-sizing: border-box;
    height: 32px;
    float: left;
    width: 47.5%;
}

form input[type="text"].i50.fr
{
    box-sizing: border-box;
    height: 32px;
    float: right;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#container {
    min-height: 100%;
    position: relative;
}


/* HEADER */

.online_bestellen {
    width: 100%;
    max-width: 1450px;
    position: relative;
    margin: 0 auto;
}

.online_bestellen a {
    display: inline-block;
    padding:10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: .9em;
    background-color: #DFAB50;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5%;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 200px;
    position: absolute;
    right: 0;
    top: 10px;
}

#headerwrap_home {
    background: url(../images/bg_head.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 602px;
    border-top: 15px solid #212121;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.tickerstyle
{
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
}

#container .c
{
    font-size: 1.05em;
}

.tekst
{
    font-size: 1.25em;
}

.detailbar
{
    position: relative;
    top: -31px;
}

#ftimages
{
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url('/images/ft1.png'), url('/images/ft2.png'), url('/images/ft3.png');
    background-position: left 8px, 5px 108px, left 136px;
}

.gastenboekpost
{
    display: block;
    height: 49px;
    padding-left: 60px;
    font-weight: bold;
    margin-bottom: 1em;
    cursor: pointer;
    color: #dfab50;
    line-height: 49px;
    background: url(/images/gastenboek.jpg) no-repeat left center;
}

#gastenboekpostkader ul
{
    padding-left: 10px;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.7em;
    color: #dfab50;
}

#gastenboekpostkader
{
    margin-bottom: 1em;
    display: none;
    background-color: #212121;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 1em;
}

#gastenboekpostkader input, #gastenboekpostkader textarea
{
    background-color: #fff;
    border: 0;
    width: 49.2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#gastenboekpostkader textarea
{
    width: 100%;
}

#gastenboekpostkader input[type="submit"]
{
    background-color: #dfab50;
    color: #fff;
    float: right;
    display: inline-block;
    width: auto;
    padding: .4em;
    margin-right: 0;
}

.c strong, .tekst strong
{
    color: #dfab50;
}

#header_home {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    position: relative;
    height: 602px;
}

#headerwrap {

    height: 190px;
    border-top: 15px solid #212121;
}

#header {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    position: relative;
}

/* BODY */
#bodywrap {
    /*padding-bottom: 388px;  HOOGTE VAN DE FOOTER - AAN TE PASSEN */
    z-index: 5;
    position: relative;
    background-color: white;
}

#body {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 80px 20px 70px 20px;
}

/* FOOTER */
#footerwrap {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 400px; /* HOOGTE VAN DE FOOTER - AAN TE PASSEN */
    background: #212121;
    background-image: url(../images/bg_foot.png);
    background-position: top;
    background-repeat: repeat-x;
    color: #FFF;
}

#footer {
    max-width: 1400px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    color: #FFF;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 2em;
}

#footer a {
    color: #FFF;
    font-weight: bold;
}

#footer h2 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 100;
    margin-bottom: 5%;
    margin-top: 8%;
}

/* Instagram */

.insta_titel {
	padding:30px 0 20px 0;
	position: relative;
	text-align: center;
  }
  .insta_titel .line-hold {
	position: relative;
  }
  .insta_titel .line-hold h2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin:0 auto;
	position: relative;
	z-index:2;
	background-color: #fff;
	color: #DFAB50;
	display: inline-block;
	padding:0 100px;
  }
  .band .insta_titel h3 {
	background-color:#f8eaf2;
  }
  .insta_titel .line-hold:after {
	display: block;
	height: 1px;
	background-color: #DFAB50;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50%;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .small.insta_titel {
	padding:30px 0;
  }
  
  .instagram_feed {   
	width: 100%;   
	max-width: 1400px;   
	margin: 0 auto;   
	display: flex;   
	justify-content: center;   
	-ms-align-items: center;   
	align-items: center;   
	flex-direction: row;  
	flex-wrap: wrap; 
	padding: 25px;   
	padding-top: 30px;   
	background-color: white;   
	margin-top: 0px; 
	margin-bottom: 60px;
  } 
  
  .instagram_feed .instagram_post {  
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin: 0 1%;
    overflow: hidden;
  } 
  
  .instagram_feed .instagram_post img {   
	width: 100%; 
  } 
  
  .instagram_feed .instagram_post video {   
	width: 100%; 
  } 
  
  .instagram_feed .instagram_post .overlay {   
	position: absolute;   
	left: 0;   
	right: 0;   
	bottom: 0;   
	top: 0;   
	z-index: 1;   
	background-color: rgba(0,0,0,.5);   
	opacity: 0;   
	display: flex;   
	justify-content: center;   
	-ms-align-items: center;   
	align-items: center;   
	color: white;   
	font-size: 3em;   
	transition: all .3s; 
  } 
  
  .instagram_feed .instagram_post:hover .overlay {   
	opacity: 1; 
  }
  
  /* Einde Instagram */
@media only screen and (max-width: 800px) {
    #footer h2 {
        font-size: 1.4em;
    }
}

.footy {
    width: 100%;
    background-color: #000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 26px;
    position: absolute;
    bottom: 0px;
}

.footy a {
    color: #FFF;
}

.logosplash {
    position: absolute;
    margin-top: -16px;
}

.navsplash {
    position: absolute;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    top: 15px;
    text-align: right;
}

.navsplash ul li {
    margin-left: 2%;
    display: inline-block;
}

.navsplash ul li a {
    color: #FFF;
    background-image: url(../images/bg_grey.png);
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 2.2em;
    padding-left: 10px;
    padding-right: 10px;
}


.mobMen {
    display: none;
    cursor: pointer;
    background-color: #212121;
    color: white;
    padding: 8px 15px;
    border-style: none;
    border-radius: 5px;
    font-family: Arial,Helvetica,sans-serif;
    float: right;
    margin-right: 60px;
    margin-top: 80px;
}
.mobMen2 {
    display: none;
    cursor: pointer;
    background-image: url('../images/bg_grey.png');
    color: white;
    padding: 8px 15px;
    border-style: none;
    border-radius: 5px;
    font-family: Arial,Helvetica,sans-serif;
    float: right;
    margin-right: 60px;
    margin-top: 80px;
}

.nav {
    position: absolute;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    top: 80px;
    text-align: right;
}

.nav ul li {
    display: inline-block;
    margin-left: 3%;
}

.nav ul li a {
    color: #212121;
    display: block;
    font-size: 0.9em;
    font-weight: 500;
    line-height: 2.2em;
}

@media only screen and (max-width: 1600px) {
    .nav ul {
        margin-right: 60px;
    }
    .navsplash ul {
        margin-right: 40px;
    }

    .nav ul li
    {
        margin-left: 1.5em;
    }
}
@media all and (max-width: 1400px) {
	.instagram_feed .instagram_post {  
		width: 270px;
		height: 270px;
	}
}

@media screen and (max-width: 1250px) {
	.instagram_feed .instagram_post {  
	  width: 260px;
	  height: 260px;
	}
}

@media screen and (max-width: 1200px) {
    .instagram_feed .instagram_post {  
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 1160px) {
	.instagram_feed .instagram_post {  
	  width: 220px;
	  height: 220px;
	}
}
@media only screen and (max-width: 1150px) {
    .nav {
        margin-right: 60px;
        text-align: center;
        margin-top: 70px;
        display: none;
    }
    .nav ul li {
        float: none;
        display: block;
        margin-left: 2%;
    }
    .nav ul li:nth-child(2n) {
        background-color: #eee;
    }

    .bodywrap_indexc #body {
        padding-top: 0;
    }
    .mobMen {
        display: block;
    }
}

@media only screen and (max-width: 1380px) {
    .navsplash ul
    {
        margin-left: 320px;
    }

    .navsplash li
    {
        width: 22%;
        text-align: center;
        margin-left: 2%;
        margin-bottom: 1em;
    }

    .nav
    {
        top: 105px;
    }
}


@media only screen and (max-width: 1000px) {
    .navsplash {
        text-align: center;
        top: 160px;
        z-index: 10;
        background-color: #222;
        display: none;
        width: auto;
        right: 20px;
        left: 20px;
    }
    .navsplash ul li {
        width: 100%;
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-bottom: 0.5em;
    }
    .navsplash a {
        background-image: none !important;
    }
    .navsplash ul li:nth-child(2n) {
        background: rgba(0, 0, 0, 0.6);
    }

    .navsplash ul
    {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    /*.bodywrap_index #body {
        padding-top: 0;
        }*/
        .mobMen2 {
            display: block;
        }
    }

    @media screen and (max-width: 1050px) {
        .instagram_feed .instagram_post {  
          width: 200px;
          height: 200px;
        }
      }
    @media only screen and (max-width: 500px) {
        .mobMen2 {
            margin-right: 0;
            margin-top: 180px;
        }
        .mobMen {
            margin-right: 0;
            margin-top: 68px;
        }
        .logosplash_indexc {
            width: 55%;
            margin-top: 30px;
        }
        .logosplash_indexc img {
            width: 100%;
        }

        .navsplash
        {
            top: 220px;
        }
    }

    h1 {
        font-family: 'Roboto', sans-serif;
        color: #999999;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.4em;
        font-weight: 100;
        background-image: url(../images/bg_h1.png);
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 4%;
    }

    h1 span {
        background-color: #FFF;
        padding: 0 2% 0 2%;
    }

    .hometxt {
        max-width: 900px;
        margin: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.85em;
        color: #999999;
        text-align: center;
        line-height: 2em;
        margin-bottom: 5%;
    }

    .just {
        text-align: justify;
    }

    .dienst {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #999999;
        text-align: justify;
        line-height: 1.8em;
    }

    .dienst:nth-child(3n+1) {
        margin-left: 0 !important;
    }
    .afbeeldingen .afbeelding:nth-child(3n+1) {
        margin-left: 0 !important;
    }

    .dienst h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.6em;
        height: 2.2em;
        margin-top:1em;
        margin-bottom:1em;
        color: #666;
    }

    .dienst a {
        text-align: center;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-transform: uppercase;
        margin-top: 5%;
        border: 1px solid #dfab50;
        line-height: 2.4em;
        color: #dfab50;
        margin-bottom: 5%;
    }

    @media only screen and (max-width: 1430px) {
        .dienst img {
            width: 100%;
        }
    }

    .cadeaubon {
        width: 100%;
        background: url(../images/bg_cadeaubon.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #FFF;
        text-align: justify;
        line-height: 1.8em;
    }

    .cadeaubon h1 {
        text-align: left;
        color: #FFF;
        background-image: none;
        font-weight: 100;
        font-size: 2.6em;
    }

    .cadeaubon a {
        font-size: 1.2em;
        text-transform: uppercase;
        border: 1px solid #FFF;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1% 2% 1% 2%;
        color: #FFF;
        margin-top: 5%;
    }

    .kader {
        border: 5px solid #FFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .quotes {
        width: 100%;
        background: url(../images/bg_quotes.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        line-height: 1.8em;
        margin-bottom: 5%;
    }

    .hide {
    }

    .slide {
        background-image: url(../images/bg_grey.png);
        text-align: center;
        color: #FFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 640px;
        padding: 2% 2% 3% 2%;
        position: absolute;
        top: 50%;
        font-size: 0.9em;
        line-height: 1.8em;
    }

    .slide h1 {
        color: #FFF;
        background-image: none;
        line-height: 0.8em;
        font-size: 2em;
    }

    .content {
        max-width: 960px;
        margin: auto;
        position: relative;
        font-size: 1em;
        line-height: 1.5em;
        color: #999999;
    }

    .detailbar {
        width: 100%;
        margin-bottom: 7%;
    }

    .detail_left {
        width: 68%;
        position: absolute;
        left: 0px;
        margin-top: 5px;
    }

    .detail_left a {
        float: left;
        margin-left: 5%;
    }

    .detail_right {
        width: 30%;
        position: absolute;
        right: 0px;
        margin-top: 5px;
    }

    .detail_right a {
        float: right;
        margin-right: 5%;
    }

    .cadeau_txt {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-shadow: 0 0 10px #888;
        -webkit-box-shadow: 0 0 10px #888;
        box-shadow: 0 0 10px #888;
        padding: 3%;
        font-size: 1em;
        line-height: 1.5em;
        color: #999999;
        max-width: 960px;
        margin: auto;
        margin-bottom: 2%;
    }

    .faq {
        background-color: #FFF;
        padding: 2px;
        max-width: 960px;
        margin: auto;
        margin-bottom: 10%;
    }

    .faq h2 {
        background-color: #212121;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 1.2em;
        font-weight: 300;
        line-height: 1.6em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 2%;
        margin-bottom: 2%;
    }

    .antw {
        width: 90%;
        margin: auto;
        margin-bottom: 2%;
        font-size: 0.8em;
        line-height: 1.5em;
        color: #999999;
    }

    .bg_faq {
        background: url(../images/bg_faq.jpg) no-repeat center bottom;
        background-size: 130% auto;
    }

    #nieuwsbrief input[type="text"]
    {
        width: 100%;
        border: 0;
        margin: 5px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #nieuwsbrief input[type="submit"]
    {
        background-color: #dfab50;
        color: #000;
        border: 0;
        margin-right: 0;
        margin-top: 10px;
        padding: .4em;
    }

    .gegevens {
        font-family: 'Roboto', sans-serif;
        color: #999999;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: 100;
        border: 2px solid #dfab50;
        box-sizing: border-box;
        padding: 50px 15px 65px 50px;
    }

    .gegevens2
    {
        height: 390px;
        border:2px solid #dfab50;
    }

    #mymap
    {
        height: 390px;
        width: 100%;
    }

    .btsubmit
    {
        width: 100%;
        border: 1px solid #666;
        border-radius: 5px;
        height: 30px;
        text-transform: uppercase;
        text-align: center;
    }

    #btnGroot
    {
        line-height: 30px;
        margin-top:15px;
        cursor: pointer;
    }

    @media only screen and (max-width: 800px) {
        .gegevens {
            padding-left: 20px;
        }

        #ftimages
        {
            padding-left: 0;
            background: none;
        }
    }

    .gegevens a {
        font-weight: bold;
        color: #999999;
    }



    form input[type=text] {
        height:20px;
        padding: 5px;
        border: 1px solid #666;
        border-radius: 5px;
        width: 97%;
        margin-right: 1%;
        margin-bottom: 15px;
    }

    form textarea {
        padding: 5px;
        border: 1px solid #666;
        border-radius: 5px;
        width: 97%;
        margin-right: 1%;
        margin-bottom: 15px;
        height: 100px;
    }

    form input[type=submit] {
        background-color: white;
        border: 1px solid #666;
        padding: 5px;
        border-radius: 5px;
        float: right;
        margin-right: 1%;
    }

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

        form input[type=text] {
            width: 97%;
        }
    }



    /*  SECTIONS  */
    .section {
        clear: both;
        padding: 0px;
        margin: 0px;
    }

    /*  COLUMN SETUP  */
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 3%;
    }

    .col:first-child {
        margin-left: 0;
    }

    /*  GROUPING  */
    .group:before,
    .group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1; /* For IE 6/7 */
    }

    /*  GRID OF TWO  */
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 48.5%;
    }

    /*  GRID OF THREE  */
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 65.66%;
    }

    .span_1_of_3 {
        width: 31.33%;
    }

    @media all and (max-width: 950px) {
        .instagram_feed {
            justify-content: center;
            max-width: 90%;
            padding-top: 0;
          }
    
          .insta_titel {
              padding-bottom: 20px;
          }
        
          .instagram_feed .instagram_post {  
              width: 300px;
              height: 300px;
              margin: 1%;
          }
    }

    @media only screen and (max-width: 820px) {
        #footer {
            line-height: 21px;
        }
        #footerwrap {
            height: 420px;
        }
        #bodywrap {
            /*padding-bottom: 420px;*/
        }
        #gastenboekpostkader input
        {
            margin-right: 0;
            width: 100%;
        }

    }

    @media all and (max-width: 750px) {
        .instagram_feed .instagram_post {  
            width: 260px;
            height: 260px;
          }
    }
    @media screen and (max-width: 680px){
        
        .instagram_feed .instagram_post {  
          width: 240px;
          height: 240px;
      }
    }
    @media screen and (max-width: 650px){
        
        .instagram_feed {
            max-width: 100%;
            margin-bottom: 0;
          }
        
          .instagram_feed .instagram_post {  
            width: 240px;
            height: 240px;
        }
    }
    @media screen and (max-width: 600px){

        .instagram_feed .instagram_post {  
          width: 220px;
          height: 220px;
        }
    
        .insta_titel .line-hold h2 {
            font-size: 25px;
            padding: 0 30px;
        }
    }
    @media only screen and (max-width: 580px) {

     #footer .span_1_of_3 {
        width: 95%;
    }
    #bodywrap {
        /*padding-bottom: 590px;*/
    }

    #footerwrap {
        height: 590px;
    }
    #footer .hide {
        display: none;
    }
    .slide {
        display: none;
    }


}


@media screen and (max-width: 530px){
  
	.instagram_feed .instagram_post {  
	  width: 180px;
	  height: 180px;
	}
  }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .gastenboekpost
    {
        line-height: 1.5em;
        min-height: 49px;
        height: auto;
    }

    #bodywrap {
        /*padding-bottom: 590px;*/
    }

    #footerwrap {
        height: 590px;
    }

    .hide {
        display: none;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .detail_right
    {
        display: none;
    }
}

@media all and (max-width: 450px){
	
	.instagram_feed {
		justify-content: center;
	  }
	  
	  .instagram_feed .instagram_post {  
		width: 170px;
		height: 170px;
		margin: 4px;
	  }
}

@media all and (max-width: 430px){

	.instagram_feed {
		padding: 0px;
		padding-bottom: 25px;
	}
	.instagram_feed .instagram_post {  
		width: 150px;
		height: 150px;
		margin: 4px;
	  }
	.insta_titel .line-hold h2 {
		font-size: 20px;
	}
}

/* GDPR Page */

.center-cell
{
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.center-table
{
  display: table;
  width: 100%;
  height: 100%;
}

*
{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loctek-lightbox, #loctek-lightbox-close
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #fff !important;
  border-color: #fff !important;
}

#loctek-lightbox-close
{
  line-height: 20px !important;
}

#av {
  margin-bottom: 3em;
}

#container {
   min-height:100%;
   position:relative;
}

#av h3 {
    color: #dfab50;
    background-color: #FFF;
    padding: .6em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}

#av h2 {
    color: #666;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 1.4em;
    letter-spacing: 2px;
}
#av h2 {
    margin-top: 3em;
}

#av p {
    padding: 1.2em;
}

#av td p {
    margin: 0;
    padding: 0;
}

#content.activated {
    margin-top: -120px;
}

#content a {
  color: #444;
  font-weight: 700;
}

#content ul {
  padding-left: 25px;
}

h4 {
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.05em;
}

table {
  width: 100%;
}

#content-container {
  width: 50%;
  margin: auto;
}

#content-container h2 {
  color: #000;
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background-color:#fff; 
  color: #000;
  font-size:1.5em; 
  margin: 1em;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #dfab50;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
}

#content-container h2:hover + div > h3, #content-container h3:hover {
  box-shadow: inset 1200px 0 0 0 #000;
  color: #fefefe;
}

#content-container h3.active {
  color: #fff;
  box-shadow: inset 1200px 0 0 0 #000;
}

#content-container h3 span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #000;
  margin-right: 10px;
  margin-top: 9px;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.4s;
}

#content-container h2:hover + div > h3 > span, #content-container h3:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h3.active span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

#content-container h3.active:hover span {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  margin-right: 10px;
}

#content-container h4 {
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container li {
  margin-bottom: 0.5em;
  margin-left: 1em;
  list-style: disc;
}

#content-container table {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 1em;
}

#content-container th, #content-container td {
  border: 1px solid #000;
  padding: 5px;
}

#content-container th {
  font-weight: bold
}

#content-container a {
  color: #D3191C;
}
