body
{
    /* margin: 0; */
    height: 100%;
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

html {
    height: 100%;
}
#bestelbutton {
position:fixed;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 30%;
z-index:700;
}
#content .openParagraphCont {
    border-top: 2px solid #993333;
    padding-top: 8px;
    margin: 24px 0;
}
a {
	text-decoration: none;
}
.disabled {
	pointer-events: none;
}
ul li{
	display: inline-block;
	list-style-type: none;
	float: right;
   }
.circle {
	width: 15px;
	height: 15px;
	margin-left:10px;
	border-radius: 15px;
	background-color: #4F4F4F;
	display: inline-block;
}
.button {
		width: 15px;
		height: 15px;
		border-radius: 15px;
		display: inline-block;
		margin-left:10px;
		background-color: #858484;
}
.ster {
  	float: left;
	clear: left;
	width: 50%;
    margin-top:-35%;
	margin-left:0;
    position: relative;
	z-index: auto;
}
.button:hover {
		background-color: #4F4F4F;
}
#content .gohome {
	margin: 0 auto;
	width: 72px;
	display: block;
	text-decoration: none;}

a.gohome:visited {
    text-decoration: none;
    color: inherit;
}
img {
	margin-top: 1em;
	margin-bottom: 2em;
	width: 100%; 
	height: auto;
}
.floatleft {
	left: 0px;
    top: 180px;
	z-index: 300;
}
.floatright {
	float: right;
}
.floatleft_2 {
	float: left;
}
	.floatcenter {
	 display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}
	input {
	width: 15em;
}
.black_rounded {
	float: right;
	margin-right: 0px;
	width: 15em;
	text-align: center;
	vertical-align: text-bottom;  
background-color: rgba(0,0,0,1.00);
	-moz-border-radius: 1em;
-webkit-border-radius: 1em;
	border-radius: 1em;
}
.bijschrift > span:not(:first-child)
{
    float:right;
    margin-right:0px;
}
input[type=text]:focus {
	background-color: #00C500;
}
fieldset {
   border:0 none;
}

@font-face {
    font-family: 'Lithos Pro';
    src: url('font/LithosPro-Black.eot');
    src: url('font/LithosPro-Black.eot?#iefix') format('embedded-opentype'),
        url('font/LithosPro-Black.woff2') format('woff2'),
        url('font/LithosPro-Black.woff') format('woff'),
        url('font/LithosPro-Black.svg#LithosPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
.boek{
	column-count: 6;
    column-gap: 8px;
	margin: 0px 25px 0px 25px;
}
.stripboek{
	column-count: 3;
    column-gap: 200px;
	margin: 0px 0px 0px 0px;
}
.boekcontent {
	width: 100%;
}
.omslagcontent {
	width: 100%;
}
.kop {
	display: block;
	width: 175px;
	margin: auto;
}
.tekstkop {
	display: block;
	text-align: center;

}
h1, h2, h3{
    font-family: "Lithos Pro", Candara, sans-serif;
}

#content .columnCont
{
    column-count: 2;
    column-gap: 20px;
}

#content h2 {
    color: #cc9900;
}

#content h1 {
    color: #993333;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: bold;
}

#content h3 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: black;
}

h2 {
    display: inline;
}
#content p {
    font-size: 14px;
}

#header
{
    background-color: #000;
    /* min-height: 20%; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 210px;
}

#bannerCont 
{
    width: 50%;
    margin: 0 auto;
    position: relative;
}

#banner_main
{
    width: 150%;
    height: 256px;
    margin-left: -25%;
    margin-top: 64px;
    background-image: url(../img/kop.png);
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    /* min-width: 1024px; */
}
.smoelenboek_bg {
	background-color:#DFF2FD;
	margin-bottom: 30px;
	overflow:auto;
}
.smoelenboek_row {
	display: inline;
	margin-top:20px;
	
}
.smoelcontent {
	display: inline;
	margin-right: 15px;
	width: 15%;
	
}
.smoelcontent_a {
   display: block;
    margin-right: auto;
    margin-left: auto;
	width: 45%;
}
	.smoelcontent_c {
   	display: block;
    margin-right: auto;
    margin-left: auto;
	width: 40%;
}

@media only screen and (max-width: 800px) {
    #banner_main {
      min-width:500px;
      margin-top:0;
      height:210px;
    }
    #bannerCont
    {
        width:90%;
        max-width: 420px;
    }
    #header{
        height:128px
    }
  }

  @media only screen and (max-width: 400px) {
    #bannerCont
    {
        width:90%;
        max-width: 512px;
    }
  }

#banner_extra
{
    width: 50%;
    margin: 0 auto;
}
#footer
{
    height: 32px;
	margin-left: 10px;
    /* margin-top: 48px; */
    width: 100%;
		
    /* background-color: rebeccapurple; */
}
#footer > span:not(:first-child)
{
    float:right;
    margin-left:20px; 
}

#right_menu
{

}

#cont
{
    margin:0 auto;
    margin-top: 320px;
    /* min-height: calc(100% - 32px); */
    width:60%;
    min-width:550px;
    position: inherit;
    /* overflow: hidden; */
    height: calc(100% - 32px);
}


@media only screen and (max-width: 800px) {
    #cont {
     width:100%;
     min-width:unset;
     min-height: unset;
     margin-top: 210px;
    }
    #footer{
     bottom:unset;
    }
  }

#left_banner
{
    background-image: url("../img/Balonnen_achterzijde.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    max-width: 25%;
    position: absolute;
    left: 0px;
    top: 180px;
    height: calc(100% - 180px);
    z-index: 128;
}

#right_banner
{
    background-image: url("../img/Balonnen_achterzijde.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    max-width: 25%;
    position: absolute;
    right: 0px;
    top: 180px;
    height: calc(100% - 180px);
    z-index: 128;
}

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

#bestelbutton {

width: 70%;

	}
	#left_banner {
      display:none;
    }
    #right_banner {
        display:none;
      }
	#content .columnCont
{
    column-count: 1;
    column-gap: 0;
}
  }

.banner_cont
{
    width: 100%;
    height:100%;
    position:relative;
    margin:0;
    padding:0;
}

#tilecont
{
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* grid-auto-flow: column; */
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 30%;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.tile
{
    display: inline-grid;
    border:1px solid black;
    color:#ffcc66;
    font-size: 18px;
}

.tile.h1
{
    grid-row: auto / span 1;
}

.tile.w1
{
    grid-column: auto / span 1;
}

.tile.w2
{
    grid-column: auto / span 2;
}

.tile > a
{
    display: inline-grid;
    width:100%;
    height:100%;
    padding:0;
    margin:0;
    text-decoration: none;
}

.tile > a:inherit {
    text-decoration: none;
    color: inherit;
}

.tile div
{
    padding:20px;
    /* width: 100%; */
    /* height: 100%; */
}

.tile div h2:first-child
{
    color:#ffff99;
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding:0;
    margin:0;
    text-decoration: none;

}

@media only screen and (max-width: 420px) {
    #tilecont
    {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
}
#content {
	margin-left: 10px;
	margin-right: 10px;
}
#tile_main {
    background: linear-gradient(0deg, rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.7), rgba(100, 100, 120, 0.9)),url(../img/beeld_01.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    position:relative;
}

#tile_avontuur {
    background: linear-gradient(0deg, rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.5), rgba(100, 100, 120, 0.9)),url(../img/beeld_02.png);
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    position:relative;
}


#tile_who {
    background: linear-gradient(0deg, rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.7), rgba(100, 100, 120, 0.9)),url("../img/beeld_03.png");
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    position:relative;
}


#tile_welkom {
    background: linear-gradient(0deg, rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.9)),url(../img/beeld_04.png);
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
    position:relative;
}


#tile_gold {
    background: linear-gradient(0deg, rgba(100, 100, 120, 0.1), rgba(100, 100, 120, 0.5), rgba(100, 100, 120, 0.9)),url(../img/beeld_05.png);
    background-size: cover;
    background-position-x: right;
    background-position-y: bottom;
    position:relative;
}

