html{scroll-behavior: smooth;height: 100%;}
*{margin: 0px;padding: 0px;}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face 
{
	font-family: LEMON MILK;
	font-weight: 300;
	src: url("Source/LEMONMILK-Light.otf") format("OpenType");
}
@font-face 
{
	font-family: LEMON MILK;
	font-weight: 500;
	src: url("Source/LEMONMILK-Medium.otf") format("OpenType");
}

@font-face 
{
	font-family: open sans;
	font-weight: 400;
	src: url("Source/OpenSans-Regular.ttf") format("OpenType");
}

@font-face 
{
	font-family: open sans;
	font-weight: 700;
	src: url("Source/OpenSans-Bold.ttf") format("OpenType");
}


/*------------------------------------------------------------ELEMENTEN------------------------------------------------------------*/
.btn_1
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #FDF1E7;
	padding: 10px 25px;
	background: #763642;
	width: auto;
	transition: 100ms ease-in;
}
.btn_1:hover
{
	cursor: pointer;
	color: #763642;
	background: #FDF1E7;
}
.btn
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #FDF1E7;
	padding: 10px 33px;
	background: #763642;
	width: auto;
	transition: 100ms ease-in;
}
.btn:hover
{
	cursor: pointer;
	color: #763642;
	background: #FDF1E7;
}
nav
{
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0px;
	background-color: #763642;
	z-index: 1;
	transition: ease-out 100ms;
}
nav img
{
	height: 45px;
    margin: 22px 25px;
}
nav ul
{
    float: right;
    margin: 0 20px 0 0;
	font-family: LEMON MILK;
	font-weight: 300;
    color: #FDF1E7;
    font-size: 16px;
}
nav ul li
{
    display: inline-block;
    margin: 34px 15px;
    cursor: pointer;
    color: #FDF1E7;
}
nav ul li a
{
    color: #FDF1E7;
    text-decoration: none;
}
nav ul li:hover
{
	text-decoration: underline;
}

.Menu
{
	float: right;
    font-family: LEMON MILK;
    font-weight: 500;
    color: #FDF1E7;	
    font-size: 20px;
    margin: 34px 15px;
    display: none;
    cursor: pointer;
}
.nav_big
{
	height: 100%;
	overflow: scroll;
}
@media only screen and (max-width: 1167px){
	.Menu
	{
	    display: inline-block;
	}
	nav ul
	{
		text-align: left;
		float: none;
		display: none;
		margin: 0 0 0 25px;
	}
	nav ul li 
	{
	    display: block;
	    margin: 34px 15px;
	}
	.block_2 img 
	{
		height: auto !important;
    	width: 40vw;
	}
}
@media only screen and (max-width: 360px){
	nav img
	{
		height: 36px;
		margin: 27px 0 0 25px;
	}
}


footer
{
	margin: 40px 0 0 0;
	width: 100%;
	height: 283px;
	background: #763642;
}
footer .logo
{
	margin: 33px 0 0 75px;
	width: 300px;
}
footer .mail img
{
	margin: 29px 6px 0 75px;
    width: 23px;
}
footer .mail a
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #FDF1E7;
	text-decoration: none;
}
footer .mail a:hover
{
	text-decoration: underline;
}
footer p
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	color: #FDF1E7;
	margin: 106px 0 0 75px;
}
footer .menu_items
{
	width: 400px;
	height: 177px;
	float: right;
	display: inline-block;
	margin: -100px 100px 0 0;
}
footer .menu_items ul
{
	font-family: LEMON MILK;
	font-weight: 300;
    color: #FDF1E7;
    font-size: 16px;
    width: 50%;
    margin: -30px 0 0 0;
}
footer .menu_items ul:first-of-type 
{
	float: left;
}
footer .menu_items ul:last-of-type 
{
	float: right;
}
footer .menu_items ul li
{
    cursor: pointer;
    margin: 30px 0;
    list-style: none;
}
footer .menu_items ul li a
{
    color: #FDF1E7;
    text-decoration: none;
}
footer .menu_items ul li:hover
{
	text-decoration: underline;
}
@media only screen and (max-width: 900px){
	footer
	{
		height: 425px;
	}
	footer .menu_items
	{
		float: left;
		margin: 30px 0 0px 75px;
	}
	footer p {

	   margin: 250px 0 0 -400px;
	   float: left;

	}

}
@media only screen and (max-width: 469px){
	footer .menu_items
	{
		width: 241px;
	}
	footer p 
	{
	   margin: 250px 0 0 -241px;
	}
}
@media only screen and (max-width: 380px){

	footer .logo {
	    margin: 33px 0 0 40px;
	    width: 260px;
	}

	footer .mail img {

	    margin: 28px 6px 0 40px;
	}
	footer .menu_items {
    	margin: 50px 0 0px 40px;
	}
	footer
	{
		height: 450px;
	}	
	footer p 
	{
	   margin: 275px 0 0 -241px;
	}
}

header
{
	height: 250px;
	width: 100%;
	background: #763642;
	margin: 92px 0 0 0;
	position: relative;
    display: inline-block;
}
header .links
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FDF1E7;
	margin: 50px 0 0 10%;
}
header .links p
{
	margin: 0 10px;
	display: inline-block;
}
header .links a
{
	text-decoration: none;
	color: #FDF1E7;
	display: inline-block;
}
header .links a:hover
{
	text-decoration: underline;
}
header h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #FDF1E7;
	margin: 63px 0 0px 10%;
}
header h1
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	color: #FDF1E7;
	margin: 0 0 0 10%;
}
header .zoek
{
	float: right;
	margin: -46px 10% 0 0;
}
::-webkit-input-placeholder {
      color: #FDF1E7;
}

::-moz-placeholder {
      color: #FDF1E7;
}

::-ms-placeholder {
      color: #FDF1E7;
}

::placeholder {
      color: #FDF1E7;
}
header .zoek input[type=text] 
{
	width: 250px;
	border: none;
	border-bottom: 2px solid #FDF1E7;
	font-size: 16px;
	background: #763642;
	background-image: url('img/zoek.png');
	background-position: right; 
	background-repeat: no-repeat;
	background-size: 17px;
	padding: 12px 0px 2px 0px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FDF1E7;

}
@media only screen and (max-width: 657px){
	header .zoek {

	    float: none;
	    margin: 13px 0 0 10%;

	}
	header {

    height: 275px;}
}
@media only screen and (max-width: 400px){
header h2 {

    font-size: 14px;

}
}


.news_artikel
{
	width: 327px;
	height: auto;
	overflow: hidden;
}
.news_artikel .news_img
{
	width: 100%;
	height: 157px;
}
.news_artikel .news_date
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	color: #763642;
	margin: 0px 0 0 0;
}
.news_artikel h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1D1D1D;
	margin: 0px 0 0 0;

}
.news_artikel p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #5D5D5D;
	margin: 5px 0 0 0;
}
.news_artikel a
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #763642;
	text-decoration: none;
	float: right;
	margin: 4px 0 0 0;
}
.news_artikel a:hover
{
	text-decoration: underline;
}
.Titel_text
{
	color: #763642;
	font-family: LEMON MILK;
	margin: 0 0 25px 0;
}
.Titel_text h4
{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
}
.Titel_text h1
{
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
}

.shop_artikel
{
	width: 326px;
	height: auto;
	cursor: pointer;
}
.shop_artikel:hover > .shop_img
{
	opacity: 0.5;
}
.shop_artikel .shop_img
{
	width: 100%;
	height: 250px;
}
.shop_artikel .shop_tags
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #763642;
	display: inline-block;
	margin: 0 5px;
}
.shop_artikel .shop_tags:first-of-type
{
	margin: 0 5px 0 0;
}
.shop_artikel h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #1D1D1D;
	width: 267px;
	margin: 6px 0 0 0;
	display: inline-block;
}
.shop_artikel .shop_text
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #5D5D5D;
	width: 267px;
	display: inline-block;
	margin: 5px 0 0 0;
}
.shop_artikel .shop_price
{
	width: 59px;
	display: inline-block;
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #763642;
}
.small_forum_post
{
	width: 577px;
	height: 100px;
	background: #FDF1E7;
	display: inline-block;
	margin: 15px 0; 
	cursor: pointer;
}
.small_forum_post:hover > .arrow
{
	margin: 0px -8px 0 0;
}
.small_forum_post:nth-of-type(odd)
{
	float: right;
}
.small_forum_post .small_forum_post_text
{
	width: 500px;
	height: 75px;
	margin: 12.5px 0 12.5px 12.5px;
	display: inline-block;
}
.small_forum_post .small_forum_post_text p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #1D1D1D;
	margin: 0 0 6px 0;
}
.small_forum_post h4
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 11px;
	color: #763642;
}
.small_forum_post h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #763642;
}
.small_forum_post .arrow
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	color: #763642;
	display: inline-block;
	width: 60px;
	height: 100px;
	transition: 100ms ease-out;
	float: right;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 641px){
	.small_forum_post
	{
		width: 100%;
	}
	.small_forum_post .small_forum_post_text 
	{
    	width: 87%;
	}
	.small_forum_post .arrow
	{
    	width: 10%;
	}

}
@media only screen and (max-width: 480px){
	.small_forum_post
	{
		height: 127px;
	}
	.small_forum_post .small_forum_post_text 
	{
    	height: 103px;
    	margin: 12.5px 0 12.5px 3%;
	}
	.small_forum_post .arrow
	{
		height: 127px;
	}


}
.event_artikel
{
	width: 90%;
	margin: 45px 5%;
	position: relative;
    display: inline-block;
}
.event_artikel img
{
	max-width: 418px;
	max-height: 365px;
	float: left;
}
.event_artikel .event_artikel_timer
{
	display: inline-block;
	margin: 0 0 0 30px;
}
.event_artikel .event_artikel_time
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	display: inline-block;
	margin: 0 20px;
	text-align: right;
	color: #763642;
}
.event_artikel .event_artikel_time:first-of-type
{
	margin: 0 20px 0 0;
}
.event_artikel .event_artikel_time p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin: -10px 0 0 0;
	color: #5D5D5D;
}
.event_artikel .event_artikel_timer p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #5D5D5D;
}
.event_artikel_text
{
	display: inline-block;
	width: 620px;
	margin: 25px 0 0 30px;
}
.event_artikel_text h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #1D1D1D;
}
.event_artikel_text h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	color: #1D1D1D;
}
.event_artikel_text p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #5D5D5D;
	margin: 7px 0 0 0;
}
.event_artikel_text .btn
{
	float: left;
	margin: 25px 0 0 0;
}

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

	.event_artikel_text {
    width: 45vw;

}

}
@media only screen and (max-width: 983px){
	.event_artikel_text {

    width: 35vw;
}
}
@media only screen and (max-width: 882px){
	
	.event_artikel .event_artikel_timer
	{
		margin: 10px 0 0 0;
	}
	.event_artikel_text {
		
		display: block;
		margin: 25px 0 0 0px;
		width: 418px;
		overflow: hidden;
    	
	}
	.event_artikel {

	    width: 418px;
	    display: block;
	    margin: 24px auto !important;
	}
	.event_artikel:first-of-type
{
	margin: 80px auto 45px auto !important;
}
.event_artikel_last
{
	margin: 45px auto 80px auto !important;
}
}
@media only screen and (max-width: 430px){

	.event_artikel img {

    max-width: 320px;
    max-height: 320px;

	}
		.event_artikel {

	    width: 320px;
	}
	.event_artikel .event_artikel_time
	{
		font-size: 45px;
	}
		.event_artikel_text {
		
		width: 320px;
    	
	}
}


.index
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 15px;
	color: #763642;

	width: 449px;
	display: block;
	position: relative;
	float: none;
	margin: 0px auto 75px auto;
}
.index p
{
	display: inline-block;
    margin: 0 47px;
    bottom: -25px;
    position: relative;
}
.index a
{
	text-decoration: none;
	color: #763642;
	font-size: 21px;
	display: inline-block;
}
.index a:hover
{
	text-decoration: underline;
	cursor: pointer;
}
@media only screen and (max-width: 500px){
	.index a {
    font-size: 17px;

	}
	.index p {
    margin: 0 10px;

	}
	.index  {
    width: 320px;

	}
}
.thumbnail
{
	width: 578px;
	height: 207px;
}
.thumbnail .thumbnail_img
{
	width: 37%;
	height: 207px;
	background: blue;
	float: left;
	background: url('img/t43model.jpg');
	background-position: center;
	background-size: cover;
}
.thumbnail .thumbnail_text
{
	width: 63%;
	height: 207px;
	float: right;
	position: relative;
}
.thumbnail .thumbail_mail
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #763642;
	margin: 0 0 0 15px;
}

.thumbnail h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 26px;
	color: #1D1D1D;
	margin: 13px 0 0 15px;
}

.thumbnail h4
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #1D1D1D;
	margin: 3px 0 0 15px;
}

.thumbnail p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #5D5D5D;
	margin: 13px 0 0 15px;

}

.thumbnail .thumbnail_price
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #763642;
	position: absolute;
	bottom: 0px;
}

.thumbnail a
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #763642;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.thumbnail a:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.info
{
	width: 380px;
	cursor: pointer;
}
.info .info_img
{
	width: 380px;
	height: 380px;
	background: url('img/atelier.jpg'); 
	background-size: cover;
	background-position: center;
}
.info:hover > .info_img
{
	opacity: 0.5;
}
.info h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin: 5px 0 0 0;
	color: #000000;
	text-decoration: underline white;
}
.info p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #5D5D5D;
	margin: 3px 0 0 0;
	text-decoration: underline white;
}
.forum_post
{
	margin: 20px 5% 20px 5%;
	background: #FDF1E7;
	position: relative;
	display: inline-block;
	transition: 200ms ease-out;
}
.forum_post:first-of-type
{
	margin: 40px 5% 20px 5%;
}
.forum_post:last-of-type
{
	margin: 20px 5% 40px 5%;
}
.forum_post .forum_post_container
{
    width: 80%;
    height: 170px;
    position: absolute;
    top: 20.188px;
    left: 3%;
    display: grid;
  	grid-template-columns: auto;

}

.forum_post .forum_post_date
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin: 0 0 12px 0;
	/*	height: 26%;*/
/*	height: auto;*/

}
.forum_post .forum_post_name
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #763642;
	/*	height: 14%;*/
/*	height: auto;*/
}
.forum_post h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 31px;
	/*	height: 20%;*/
	color: #763642;
/*	height: auto;*/
}
.forum_post p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #5D5D5D;
	/*	height: 47%;*/
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
/*	height: auto;*/
}
.forum_post_btn
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: #763642;
	right: 0px;
	bottom: -7px;
	position: absolute;
	cursor: pointer;
	display: none;
}
.forum_post .forum_end
{
	width: 17%;
	height: 202px;
	cursor: pointer;
	top: 0px;
	right: 0px;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
}
.forum_post .forum_end p
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 31px;
	height: 20%;
	color: #763642;
	transform: rotate(90deg);
	transition: 200ms ease-out;
}
.forum_end_big
{
	width: 17%;
	height: 202px;
	cursor: pointer;
	float: right;
	display: flex;
    align-items: center;
    justify-content: center;
}
.forum_post .forum_end_big p
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 31px;
	height: 20%;
	color: #763642;
	transform: rotate(-90deg);
	transition: 200ms ease-out;
}



.forum_post_big
{
	width: 90%;
	height: auto;
	transition: 200ms ease-out;
}
.forum_post_big .forum_post_container
{
	width: 80%;
    height: auto;
    position: relative;
    top: 20.188px;
    left: 3%;
}
.forum_post_big .forum_post_date
{
	margin: 0 0 20px 0;
}
.forum_post_big .forum_post_container p
{
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 100000;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.forum_post_small
{
	width: 90%;
	height: 202px;
	transition: 200ms ease-out;
}
.forum_post_big .forum_reactie:last-of-type
{
    margin: 48px 0 50px 0;
}
.forum_reactie
{
    width: 80%;
    height: auto;
    left: 6%;
    margin: 55px 0 0 0;
    position: relative;
    display: inline-block;
    display: none;
}
.forum_reactie .forum_reactie_date
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 20px;

	display: flex;
	align-items: center;
	color: #000000;
}
.forum_reactie .forum_reactie_name
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 0 20px;
	color: #763642;

}
.forum_reactie h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	 /*identical to box height */

	margin: 0 0 0 20px;
	color: #763642;

}
.forum_reactie p
{
	margin: 0 0 0 20px;
}
.forum_reactie .forum_reactie_line
{
    height: 100%;
    width: 2px;
    background: #763642;
    position: absolute;
}
.forum_reactie .forum_reactie_btn
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #763642;
	right: 0px;
	bottom: -25px;
	position: absolute;
	cursor: pointer;
}
@media only screen and (max-width: 800px){
	.forum_post h3 
	{
    	font-size: 20px;
	}
}

@media only screen and (max-width: 620px){
	.forum_post h3 
	{
    	font-size: 16px;
    	line-height: 19px;
	}
}


.Text_block
{
	width: 650px;
	position: relative;
	display: block;
	margin: 60px auto;
}
.Text_block img
{
	max-width: 850px;
	max-height: 600px;
	display: table;
}
.centered 
{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Text_block_top
{
	font-family: Open Sans !important;
	font-style: normal !important;
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 40px !important;

	color: #1D1D1D !important;	
	display: inline-block;
	margin: 0px 0 0 0 !important;

}
.Text_block h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin: 30px 0 0 0;
	display: inline-block;
	width: 100%;


}
.Text_block p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 36px;
	color: #5D5D5D;
	margin: 30px 0;
	display: inline-block;

}
.hedaer_img
{
	width: 90%;
	height: 540px;
	margin: 120px 5% 0 5%;
  background-position: center !important; /* Center the image */
  background-repeat: no-repeat !important; /* Do not repeat the image */
  background-size: cover !important; /* Resize the background image to cover the entire container */
	background: url('img/bugatti-4598767_1280.jpg');
}
.hedaer_titel_contaoiner
{
	width: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin: 39px 0 39px 0;
}
.hedaer_titel
{
	width: auto;
	display: inline-block;
}
.hedaer_titel h1
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 49px;
	/* identical to box height */


	color: #000000;
}
.hedaer_titel h2
{
		font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 25px;
	line-height: 34px;


	color: #000000;

}



.reactie_block
{
	width: 90%;
	margin: 0 5% 0 5%;
	position: relative;
	height: auto;
	background: #FDF1E7;
}
.reactie_block h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	color: #763642;
	margin: 35px 0 0 6%;
	position: absolute;
}
.reactie_block .reactie_btn
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	color: #763642;
	float: right;
	margin: 35px 60px 0 0;
	cursor: pointer;

}
.reactie_block .reactie_reactie:first-of-type
{
	margin: 110px 0 50px 0;
}
.reactie_block .reactie_reactie
{
    width: 70%;
    height: auto;
    left: 6%;
    margin: 20px 0 50px 0;
    position: relative;
    display: inline-block;
}
.reactie_block .sub_reactie_reactie
{

    left: 12% !important;
    margin: 0 0 50px 0 !important;
}
.reactie_block .reactie_reactie .reactie_reactie_date
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 20px;

	display: flex;
	align-items: center;
	color: #000000;
}
.reactie_block .reactie_reactie .reactie_reactie_name
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 0 20px;
	color: #763642;

}
.reactie_block .reactie_reactie h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 0 20px;
	color: #763642;

}
.reactie_block .reactie_reactie p
{
	margin: 0 0 0 20px;
	font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;

color: #1D1D1D;
}
.reactie_block .reactie_reactie .reactie_reactie_line
{
    height: 100%;
    width: 2px;
    background: #763642;
    position: absolute;
}
.reactie_block .reactie_reactie .reactie_reactie_btn
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #763642;
	right: 0px;
	bottom: -25px;
	position: absolute;
	cursor: pointer;
}
.news_artikel_big_detail
{
	margin: 130px 5% 0 5% !important;
}
.webstore_detail
{
	width: 90%;
	margin: 120px 5% 50px 5%;
	height: auto;
	position: relative;
	display: inline-block;
}
.webstore_detail .webstore_detail_img
{
    width: 50%;
    height: 450px;
    float: left;
}
.webstore_detail .webstore_detail_text
{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.webstore_detail .webstore_detail_text .webstore_detail_text_container
{
	width: 100%;
}
.webstore_detail .webstore_detail_text h4
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;

	color: #763642;
	display: inline-block;
	margin: 0 7.5px 5px 7.5px;

}
.webstore_detail .webstore_detail_text h4:first-of-type
{
	margin: 0 7.5px 5px 30px;
}
.webstore_detail .webstore_detail_text h1
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	color: #1D1D1D;
	margin: 0 0 20px 30px;
}
.webstore_detail_price
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 47px;
	color: #763642;
	display: inline-block;
	margin: 0 0 5px 30px;
}
.webstore_detail_shipping
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000000;
	display: inline-block;
	margin: 0 0 0 8px;

}
.webstore_detail .webstore_detail_p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;color: #353535;
	margin: 0 0 10px 30px;
}
.webstore_detail .btn
{
	float: left;
	margin: 0 0 0 30px;
}
@media only screen and (max-width: 700px){
	.webstore_detail .webstore_detail_img {
    width: 100%;
    height: 50%;
}
.webstore_detail .webstore_detail_text {
    width: 100%;
    height: 50%;
    bottom: 0px;
}
.webstore_detail {
    height: 600px;
}
}
@media only screen and (max-width: 400px){
.webstore_detail {
    height: 800px;
}
}
/*------------------------------------------------------------------------------------------------------------------------*/


.home_header
{
	height: 85vh;
	width: 100%;
	margin: 92px 0 0 0;
}
.block_1
{
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
	background: url(img/vehicle-3298981_1280.jpg );
	background-position: center center;
    background-size: cover;
}
.block_1 .block_1_text
{ 
	font-family: LEMON MILK;
	position: absolute;
	bottom: 80px;
	left: 60px;

}
.block_1 .block_1_text h3
{
	font-weight: 300;
	color: #FDF1E7;
	font-size: 16px;
	margin: 0 0 -6px 0;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.block_1 .block_1_text h2
{
	font-weight: 500;
	color: #FDF1E7;
	font-size: 37px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.block_1 .block_1_text p
{
	font-size: 14px;
	color: #763642;
	background-color: #FDF1E7;
	font-family: Open Sans;
	font-weight: 700;
	padding: 5px;
	display: inline-block;
	margin: 0px 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.block_1 .block_1_text p:first-of-type
{
	margin: 0px 10px 10px 0px;
}

.block_2
{
	width: 50%;
	height: 50%;
	background-color: #763642;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_2 img
{
	height: 30%;
}
.block_3
{
	width: 50%;	
	height: 50%;
	background: #FDF1E7;
	display: flex;
    align-items: center;
    justify-content: center;
}
.block_3 .block_3_event
{
	color: #763642;
}
.block_3 .block_3_event p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 25px 0;
	color: #1D1D1D;
}
.block_3 .block_3_event h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	margin: 0 0 -5px 0; 
}
.block_3 .block_3_event h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
}
.block_3 .block_3_event .block_3_time
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	display: inline-block;
	margin: 0 20px;
	text-align: right;
}
.block_3 .block_3_event .block_3_time:first-of-type
{
	margin: 0 20px 0 0;
}
.block_3 .block_3_event .block_3_time p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin: -10px 0 0 0;
	color: #5D5D5D;
}
.block_3 .block_3_event .btn_1
{
	margin: 85px 0 0 0;
	float: right;
}
@media only screen and (max-width: 585px){

	.block_1
	{
		width: 100%;
		height: 60%;
	}
	.block_2
	{
		display: none;
	}
	.block_3
	{
		width: 100%;
		height: 45%;
	}
	.block_3 .block_3_event .block_3_time 
	{
	    font-size: 50px !important;
	}
	.block_3 .block_3_event .btn_1 
	{
    	margin: 85px 0 0 0 !important;
	}
	.block_1 .block_1_text 
	{

	    bottom: 60px;
	    left: 30px;
	}
}

@media only screen and (max-width: 478px){
	
	.block_3 .block_3_event .btn_1 
	{
    	margin: 10px 0 0 0 !important;
	}

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

	.block_3 .block_3_event .block_3_time 
	{
	    font-size: 30px !important;
	}
}
@media only screen and (max-width: 1000px){

	.block_3 .block_3_event 
	{
	    width: 90%;
	}
}
@media only screen and (max-width: 979px){

	.block_3 .block_3_event .btn_1
	{
		margin: 15px 0 0 0;
	}
	.block_1 .block_1_text h2 {

	    font-size: 30px;
	}
	.block_1 .block_1_text h3{

		font-size: 14px;

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

	.block_3 .block_3_event .block_3_time {

	    font-size: 30px;

	}
}





.home_news_block
{
	width: 90%;
	margin: 40px 5% 0 5%;
	overflow: hidden;
}
.home_news_block .grid-container 
{
  display: grid;
  grid-template-columns: auto auto auto;
}
.grid-item
{
/*	border: 1px black solid;*/
}
.home_news_block .grid-container .grid-item .news_artikel
{
	margin: auto;
}
.home_news_block .grid-container .grid-item:first-of-type .news_artikel
{
	margin: 0 0 0 0;
}
.home_news_block .grid-container .grid-item:last-of-type .news_artikel
{
	float: right;
}
.home_news_block .btn
{
	float: right;
	margin: 40px 0 0 0;
}






.home_webstore_block
{
	width: 90%;
	margin: 40px 5% 0 5%;
	overflow: hidden;
}
.home_webstore_block .btn
{
	float: right;
	margin: 40px 0 0 0;
}
.home_webstore_block .grid-container 
{
  display: grid;
  grid-template-columns: auto auto auto;
}
.home_webstore_block .grid-container .grid-item .shop_artikel
{
	margin: auto;
}
.home_webstore_block .grid-container .grid-item:first-of-type .shop_artikel
{
	margin: 0 0 0 0;
}
.home_webstore_block .grid-container .grid-item:last-of-type .shop_artikel
{
	float: right;
}
.home_forum_block
{
	width: 90%;
	margin: 40px 5% 0 5%;
	overflow: hidden;
}
.event_artikel:first-of-type
{
	margin: 80px 5% 45px 5%;
}
.event_artikel_last
{
	margin: 45px 5% 80px 5%;
}





.news_container
{
  width: 90%;
  margin: 40px 5% 40px 5%;
}
.grid-container-news
{
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
}
.grid-container-news .grid-item
{
	margin: 40px auto;
}
.grid-container-news .grid-item .shop_artikel
{
	margin: auto;
}
@media only screen and (max-width: 1116px){
	.grid-container-news
	{
	  grid-template-columns: auto auto;
	}
}
@media only screen and (max-width: 925px){
	.news_artikel_big h3
	{
		font-size: 23px !important;
		line-height: 31px !important;
	}


}
@media only screen and (max-width: 770px){
	.grid-container-news
	{
	  grid-template-columns: auto;
	}
}
@media only screen and (max-width: 363px){
	.news_container {

	    width: 100%;
	    margin: 40px 0% 0 0%;

	}
}


.news_artikel_big
{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 40px 5% 0 5%;
}
.news_artikel_big .news_img_big
{
	width: 50%;
	height: 381px;
	float: left;
}
.news_artikel_big .news_artikel_big_text
{
	display: flex;
    align-items: center;
    justify-content: center;
	width: 50%;
	height: 381px;
	float: right;
}
.news_artikel_big .news_artikel_big_text .news_artikel_big_text_2
{
	width: 90%;
	height: auto;
	margin: 0 0 0 5%;
}
.news_artikel_big .news_date_big
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;

	color: #763642;
	margin: 0 0 3px 0;
}
.news_artikel_big h3
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 41px;
	color: #1D1D1D;
	margin: 0 0 15px 0;

}
.news_artikel_big p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #5D5D5D;
}
.news_artikel_big a
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #763642;
	text-decoration: none;
	float: right;
	margin: 4px 0 0 0;
}
.news_artikel_big a:hover
{
	text-decoration: underline;
}
@media only screen and (max-width: 700px){
	.news_artikel_big .news_img_big {

	    width: 100%;
	    height: 240px;
	}
	.news_artikel_big .news_artikel_big_text
	{
		width: 100%;
		height: auto;
	}
	.news_artikel_big .news_artikel_big_text .news_artikel_big_text_2 {

    width: 100%;
    height: auto;
    margin: 20px 0 0 0%;

}
}




@media only screen and (max-width: 1300px){
	.small_forum_post
	{
		float: none;
		display: block;
	}
	.small_forum_post:nth-of-type(odd)
	{
		float: none;
	}

}
@media only screen and (max-width: 1167px){
	
	.home_news_block .grid-container 
	{
	  grid-template-columns: auto auto;
	}

	.home_news_block .grid-container .grid-item .news_artikel
	{
		float: none !important;
		margin:50px auto !important;
	}

	.home_webstore_block .grid-container 
	{
	  grid-template-columns: auto auto;
	}

	.home_webstore_block .grid-container .grid-item .shop_artikel
	{
		float: none !important;
		margin: 50px auto !important;
	}
}

@media only screen and (max-width: 779px){
	
	.home_news_block .grid-container 
	{
	  grid-template-columns: auto;
	}
	.home_webstore_block .grid-container
	{
	  grid-template-columns: auto;
	}
}
@media only screen and (max-width: 363px){
	.home_news_block {

	    width: 100%;
	    margin: 40px 0% 0 0%;

	}
		.home_webstore_block {

	    width: 100%;
	    margin: 40px 0% 0 0%;

	}
}


.filter
{
    width: 235px;
    margin: 50px auto;
    position: relative;
}
.filter .filter_text
{
	text-align: center;
	width: 100%;
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;

	color: #1D1D1D;
}
.filter .filter_text_Books
{
	display: inline-block;
	position: absolute;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	cursor: pointer;
	color: #FDF1E7;
	padding: 4px 7px;
}
.filter .filter_text_Models
{
	display: inline-block;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	position: absolute;
	color: #763642;
	right: 0px;
	padding: 4px;
	cursor: pointer;
}
.filter  .filter_block
{
    position: absolute;
    background: #763642;
    margin: 1px 0 0 0;
    transition: 100ms ease-in-out;
}
.filter .filter_block_left
{
    left: 0px;
	height: 33px;
    width: 70px;
}
.filter .filter_block_right
{
	left: 158px;
    height: 33px;
    width: 77px;
}


.thumbnails_container
{
  width: 90%;
  margin: 40px 5% 40px 5%;
}
.grid-container-thumbnails
{
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
}
.grid-container-thumbnails .grid-item
{
	margin: 55px auto;

}
@media only screen and (max-width: 1300px){
	.grid-container-thumbnails
{
  grid-template-columns: auto;
}
  
}
@media only screen and (max-width: 643px){
	.thumbnail {

	    width: 100%;

	}
	.thumbnail .thumbnail_img {

    width: 100%;
    height: 215px;
	}
	.thumbnail .thumbnail_text {

    width: 100%;
    height: 170px;
    margin: 10px 0 0 0;
	}
	.thumbnail .thumbail_mail
	{
		margin: 0 0 0 0px;
	}

	.thumbnail h3
	{
		margin: 13px 0 0 0px;
	}

	.thumbnail h4
	{
		margin: 3px 0 0 0px;
	}

	.thumbnail p
	{
		margin: 13px 0 0 0px;

	}

	.thumbnail .thumbnail_price
	{
		bottom: 0px;
	}

	.thumbnail a
	{
		bottom: 0px;
		right: 0px;
	}
	.info {

    width: 300px;
	}
	.info .info_img {

    width: 300px;
    height: 300px;}
  
}


.Big_post
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 24px;
	color: #763642;
	float: right;
	margin: 50px 5% 0 0;
	cursor: pointer;

}
.contact_header
{
	width: 100%;
	height: 100vh;
	position: relative;
}


.contact_blok_1
{
	width: 50%;
	height: 100%;
	float: right;
		display: flex;
    align-items: center;
    justify-content: center;
}
.contact_blok_1 h2
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	margin: 0px 0 6px 0;
}
.contact_blok_1 h2:last-of-type
{
	margin: 30px 0 6px 0;
}
.contact_blok_1 p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.contact_blok_2
{
	width: 50%;
	height: 50%;
	float: left;
	background: #763642;
		display: flex;
    align-items: center;
    justify-content: center;
}
.contact_blok_2 div
{
	width: 70%;
}
.contact_blok_2 .links
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FDF1E7;
	margin: 50px 0 0 10%;
}
.contact_blok_2 .links p
{
	margin: 0 10px;
	display: inline-block;
}
.contact_blok_2 .links a
{
	text-decoration: none;
	color: #FDF1E7;
	display: inline-block;
}
.contact_blok_2 .links a:hover
{
	text-decoration: underline;
}
.contact_blok_2 h1
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 35px;
	line-height: 41px;
	color: #FDF1E7;
	margin: 17px 0 0 10%;
}
.contact_blok_3
{
	width: 50%;
	height: 50%;
	float: left;
	background: #FDF1E7;
	display: flex;
    align-items: center;
    justify-content: center;
}
.contact_blok_3 h2
{
font-family: LEMON MILK;
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 20px;
display: flex;
align-items: center;

color: #763642;

}
.contact_blok_3 h1
{
font-family: LEMON MILK;
font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 35px;
display: flex;
align-items: center;

color: #763642;

}
.contact_blok_3 .btn
{
float: left;
margin: 15px 0 0 0;
}
@media only screen and (max-width: 1000px){
.contact_blok_3 h1
{
	width: 249px;
}
}
@media only screen and (max-width: 650px){
.contact_blok_1
{
	width: 100%;
	height: 33%;
	position: absolute;
	top: 33%;
}
.contact_blok_2
{
	width: 100%;
	height: 33%;
	position: absolute;
	top: 0;
}
.contact_blok_3
{
	width: 100%;
	height: 33%;
		position: absolute;
	top: 66%;
}

}




.event_header
{
	height: 250px;
	width: 100%;
	background: #763642;
	margin: 92px 0 0 0;
	position: relative;
    display: inline-block;
}
.event_img
{
	height: 100%;
	width: 390px;
	float: left;
}

.event_header .event_header_timer
{
	display: inline-block;
	margin: 20px 0 0 30px;
}
.event_header .event_header_time
{
	font-family: LEMON MILK;
	font-style: normal;
	font-weight: 500;
	font-size: 55px;
	display: inline-block;
	margin: 0 20px;
	text-align: right;
	color: #FDF1E7;
}
.event_header .event_header_time:first-of-type
{
	margin: 0 20px 0 0;
}
.event_header .event_header_time p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	float: right;
	margin: -10px 0 0 0;
	color: #FDF1E7;
}
.event_header .event_header_timer p
{
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FDF1E7;
}
.event_header h3
{
font-family: LEMON MILK;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 22px;
margin: 30px 0 0 30px;

color: #FDF1E7;

}
.event_header h2
{
	font-family: LEMON MILK;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 41px;
margin: 0 0 0 30px;
color: #FDF1E7;

}
.event_header .event_header_text
{
	display: inline-block;
    width: 800px;
}

@media only screen and (max-width: 1189px){
.event_header {

    height: 370px;

    }
    .event_img {

    height: 70%;
}
@media only screen and (max-width: 1000px){
	.hedaer_titel {

    width: 85%;}
    .Text_block img
	{
		max-width: 100%;
		max-height: 100%;
	}

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

    height: 295px;
    width: 100%;
}
.event_header {

    height: 570px;

}
.event_header .event_header_text {

    width: auto;
}
}
@media only screen and (max-width: 748px){
.Text_block {

    width: 90%;
    margin: 60px 5%;


}
.Text_block_top
{
	font-size: 16px !important;
	line-height: 33px !important;
}
.Text_block p
{
	font-size: 16px !important;
	line-height: 33px !important;
}
.hedaer_titel h1 {

    font-size: 28px;
    line-height: 35px;}

}

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

.event_header .event_header_text {

    width: auto;
}
.event_header h2
{
	font-size: 22px;
	line-height: 29px;
}
.event_header .event_header_time {

    font-size: 35px;
}
}
@media only screen and (max-width: 361px){
	.reactie_block .reactie_btn {

	margin: 84px 0 0 35px;
	float: left;

	}
	.reactie_block .reactie_reactie:first-of-type {

    margin: 70px 0 50px 0;

	}
}