/* ----------------------------------------------
 * Generated by Animista on 2019-10-31 16:31:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

html,
body {
	background-color: #3e0828;
	font-family: 'robotoregular';
}

@font-face {
    font-family: 'accidental_presidencyregular';
    src: url('../fonts/accid___-webfont.eot');
    src: url('../fonts/accid___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/accid___-webfont.woff2') format('woff2'),
         url('../fonts/accid___-webfont.woff') format('woff'),
         url('../fonts/accid___-webfont.ttf') format('truetype'),
         url('../fonts/accid___-webfont.svg#accidental_presidencyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

b{
	font-family: 'robotobold';
}


@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a{
	color: #3e0828;
}

a:hover{
	color: #3e0828;
}

.d_link{
	
	color: #fff;
	text-decoration: none;
}

.d_link:hover{
	
	color: #fff;
	text-decoration: underline;
}



/* header{ */
	/* background-color:#fff; */
	/* width:100%; */
	/* position:fixed; */
	/* z-index:999; */
	/* height:80px; */
	/* padding:8px 0 5px 0; */
	/* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
	/* -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
	/* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
	/* font-family: 'PT Sans', sans-serif!important; */
/* } */


.shadow{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.scroll{
	position:absolute;
	display:block;
	margin: 0 auto;
	top:80%;
	z-index:99;
	left: 50%;
	
}

.span{
	margin-right:25px!important;
}

.gulden{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5ca2d+1,ebc767+32,f0e2bd+69,f5ca2d+100 */
background: #f5ca2d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f5ca2d 1%, #ebc767 32%, #f0e2bd 69%, #f5ca2d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f5ca2d 1%,#ebc767 32%,#f0e2bd 69%,#f5ca2d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f5ca2d 1%,#ebc767 32%,#f0e2bd 69%,#f5ca2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ca2d', endColorstr='#f5ca2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

height:40px;
width:100%;
}



.abs2{
	margin-top:150px;
	margin-bottom:150px;
}

.box{
	background-color:#fff;
	border-radius:20px!important;
	width:95%;
	padding:25px;

}

.box2{
	background-color:#3e0828;
	border-radius:20px!important;
		padding:25px;
		margin:50px;
	
}

.abspat{
	margin-bottom:20px;
}

.img_gulden{
	margin: -60px auto 0 auto;
	display: block;
	width:600px;
}

.btnstart{
	width:100%;
	border-radius:15px;
	color:#3e0828;
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding: 20px 50px;
	font-size:24px;
	margin: 110px auto 100px auto;
	display:block;
	font-weight:bold;
}

.btu{
	width:100%;
	border-radius:15px;
	color:#fff;
	background-color:#3e0828;
	text-align:center;
	text-transform:uppercase;
	padding: 20px 50px;
	font-size:24px;
	margin: 75px auto 0px auto;
	display:block;
	font-weight:bold;
}

.btu:hover{
	background-color:#2f0119;
	color:#fff;
	text-decoration:none;
}

.btu:focus{
	background-color:#2f0119;
	color:#fff;
	text-decoration:none;
}

.imp{
	color: #fff;
	font-size:18px;
}

.imp:hover{
	color: #fff;
	font-size:18px;
}

footer{
	margin: 75px 0 50px 0;
	
}

.Xclose{
	cursor:pointer;
	font-size:30px;
	margin-top:25px;
}

.Xclose:hover{
	cursor:pointer;
	font-size:30px;
	color:#2f0119;
	
}

.link_menu{
	color: #fff;
	font-size: 70px!important;
	text-transform: uppercase;
	 font-family: 'accidental_presidencyregular';
	 text-align:center;
	 display:block;
	 margin-bottom:25px;
}

.link_menu:hover{
	color: #fff;
	text-decoration:underline;
}

.abs12{
	margin-top:75px;
}

h1 {
	color: #fff;
	font-size: 140px!important;
	text-transform: uppercase;
	 font-family: 'accidental_presidencyregular';
	 text-align:center;
}

h2 {
	 font-family: 'robotoregular';
	text-align:center;
	font-size:36px;
	text-transform:uppercase;
}

h3 {
	font-family: 'accidental_presidencyregular';
	font-size:80px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:50px;
	/* margin-top:50px; */
}


h4 {
font-family: 'accidental_presidencyregular';
	font-size:80px;
	text-transform:uppercase;
	color:#3e0828;
	margin-bottom:50px;
	margin-top:50px;
	text-align:center;
	line-height:70px;
}

.pad3{
	padding:45px 45px 0 45px;
}

.box p{
	color: #3e0828;
}

.box2 p{
	color: #fff;
}

.rightf{
	float:right;
}

.line1{
	border: 3px solid #3e0828;
	width: 150px;
	margin: 10px auto;
	display:block;
}

.imgO{
	width:90%;
	margin: 45px auto 0 auto;
	display:block;
}

h5 {

}


h6 {

}

li{color:#fff;
	font-family: 'robotoregular';
	margin-bottom:15px;
	font-size:24px;}


p{
	color:#fff;
	font-family: 'robotoregular';
	margin-bottom:25px;
	font-size:24px;
}

.pad1{
	padding-right:350px;
}

.pad2{
	padding-left:350px;
}

.pad4{
	padding-right:350px;
}

.abs123{
	margin-top:100px;
}


.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.img {
	width: 100%;
}


.backgroundimage {
    display: table;
    width: 100%;
    height: 600px;
	background:transparent url("../img/gos.jpg") no-repeat fixed center center / cover;
}

.abs{
	margin-top:100px;
}

.abs3{
	margin-top:150px;
}

.bg_1 {
    display: table;
    width: 100%;
    height: 1000px;
    color: #FFF;
    background: transparent url("../img/bg.png") no-repeat center center / cover;
    z-index: 51;
}

.abs1234{
	margin: 200px auto 100px auto;
}

.logo{
	width:248px;
}

header{
	margin-top:40px;
}

.dropdown {
    position: relative;
    display: inline-block;
	float:right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	width: 100%;
    background-color: #3e0828;  
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);	
	position: fixed;
	z-index: 1000000000000!important;
	top: 0;
	height:1800px;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.menu_icon{
	/* margin-bottom: 20px; */
}


.menu_button{
	background-image: url(../img/menu.png);
	margin-top: 20px;
	cursor: pointer;
	width: 60px;
	height: 50px;
	
	z-index:9999999999999;
}

.fix{position:absolute;
right:20px;}

.menu_button:hover{
	background-position: -60px;
}

.menu_close{
	background-image: url(../img/close.png);
	margin-top: 30px;
	cursor: pointer;
	width: 105px;
	height: 17px;
}

.menu_close:hover{
	background-position: -105px;
}



.slide-bottom {
	-webkit-animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}

.dark{
	color:#3e0828;
}

.btn {
	border-radius: 8px;
	text-transform: uppercase;
	padding: 6px 20px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #3e0828;
	border-color: #3e0828;
}

/* Form */
.gausmer-gulden {
	margin-top: -28px;
	margin-bottom: -38px;
}

.gausmer-gulden img {
	height: auto;
	max-width: 100%;
}

.form-container {
	background: white;
	border-radius: 2rem;
	padding: 16px 24px;
	max-width: 868px;
	margin: 0 auto;
	font-size: 18px;
	color: #3e0828;
	font-family: 'robotoregular';
}

.form-description {
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
}
	
.form-container h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 22px;
}

.form-horizontal .control-label,
.checkbox {
	text-align: left;
}

.control-label {
	white-space: nowrap;
	font-weight: 700;
}

.form-control {
	border-color: #3e0828;
	background-color: #e0e0e0;
	height: 42px;
}

.form-group {
	margin-bottom: 18px;
}

img.paypal {
	height: auto;
	max-width: 140px; 
}

.radio label,
.checkbox label {
	padding-left: 30px;
}

.radio input,
.checkbox input {
	top: 14px;
	left: 20px;
}

.form-container .btn {
	font-size: 18px;
	padding: 12px 28px;
	border-radius: 20px;
	margin: 1rem 0;
	font-weight: bold;
}

/* Media Queries */

/* mobile first */
@media (min-width: 768px)  {
	h1 {
		font-size: 65px;
	}

	.form-container {
		font-size: 26px;
		padding-left: 60px;
		padding-right: 60px;
	}

	.form-container h2 {
		font-size: 48px;
	}

	.form-description {
		text-align: center;
		max-width: 90%;
		margin-bottom: 48px;
	}

	.form-control {
		height: 51px;
	}

	select.form-control {
		width: auto;
		min-width: 200px;
	}

	.form-container .btn {
		font-size: 26px;
		padding: 22px 154px;
		border-radius: 30px;
		margin: 2rem 0;
	}
}

@media (min-width: 900px)  { 
	.form-container {
		padding-left: 76px;
		padding-right: 76px;
	}
}


/* desktop first */
@media screen and (max-width: 1700px)  {
	.pad2 {
    padding-left: 250px;
}

.pad4{
	padding-right:250px;
}

.abs123{
	margin-top:100px;
}
}
@media screen and (max-width: 1550px)  {

.pad1 {
    padding-right: 250px;
}
}

@media screen and (max-width: 1400px)  {
	
	.abs123{
	margin-top:30px;
}
	
	.pad4{
	padding-right:250px;
	margin-bottom:50px;
}
	
	h1 {
    color: #fff;
    font-size: 100px !important;
    text-transform: uppercase;
    font-family: 'accidental_presidencyregular';
    text-align: center;
}

.img_gulden {
    margin: -40px auto 0 auto;
    display: block;
    width: 400px;
}

h2 {
    font-family: 'robotoregular';
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}

.scroll {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 75%;
    z-index: 99;
    left: 50%;
}

.pad1 {
    padding-right: 150px;
}

h3 {
    font-family: 'accidental_presidencyregular';
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 0px;
}

p {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 22px;
}

.pad2 {
    padding-left: 150px;
}

.abs12 {
    margin-top: 25px;
}

.link_menu {
    color: #fff;
    font-size: 50px !important;
    text-transform: uppercase;
    font-family: 'accidental_presidencyregular';
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.bg_1 {
    display: table;
    width: 100%;
    height: 800px;
    color: #FFF;
    background: transparent url("../img/bg.png") no-repeat center center / cover;
    z-index: 51;
}
}

@media screen and (max-width: 1200px)  {
	.scroll {
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 65%;
    z-index: 99;
    left: 50%;
}

h3 {
    font-family: 'accidental_presidencyregular';
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 0px;
	text-align:center;
}

p {
    color: #fff;
    font-family: 'robotoregular';
    font-size: 18px;
}
	
}
@media screen and (min-width: 990px)  { 
	.pax{
		display:none;
	}		
}

@media screen and (max-width: 990px)  { 

.box {
    background-color: #fff;
    border-radius: 20px !important;
    width: 100%;
    padding: 25px;
}
.scroll{
	display:none;
}
	.pax1{
		display:none;
	}	
	
.pad1 {
    padding: 100px;
	text-align:center;
}
.pad2 {
	text-align:center;
	margin-bottom:40px;
	padding: 0px 100px 0 100px;
}

.absdf{
	margin-top:50px;
}	
.abs2 {
    margin-top: 50px;
    margin-bottom: 100px;
}
.abs123 {
    margin-top: 0px;
}
}



@media screen and (max-width: 690px)  { 

h1 {
    color: #fff;
    font-size: 80px !important;
    text-transform: uppercase;
    font-family: 'accidental_presidencyregular';
    text-align: center;
	margin-top:75px;
}

.pad2 {
    text-align: center;
    margin-bottom: 40px;
    padding:0 100px 0px 100px;
}
}

@media screen and (max-width: 480px)  { 

.img_gulden {
    margin: -30px auto 0 auto;
    display: block;
    width: 300px;
}

h2 {
    font-family: 'robotoregular';
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
	margin-top:35px;
}

.btu {
    width: 100%;
    border-radius: 15px;
    color: #fff;
    background-color: #3e0828;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 50px;
    font-size: 18px;
    margin: 110px auto 0px auto;
    display: block;
    font-weight: bold;
}

h4 {
    font-family: 'accidental_presidencyregular';
    font-size: 60px;
    text-transform: uppercase;
    color: #3e0828;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
}

.pad1 {
    padding: 50px;
    text-align: center;
}

.pad2 {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 50px 0px 50px;
}

.link_menu {
    color: #fff;
    font-size: 30px !important;
    text-transform: uppercase;
    font-family: 'accidental_presidencyregular';
    text-align: center;
    display: block;
    margin-bottom: 15px;
    line-height: 45px;
}
}

@media screen and (max-width: 410px)  { 

.link_menu {
    color: #fff;
    font-size: 30px !important;
    text-transform: uppercase;
    font-family: 'accidental_presidencyregular';
    text-align: center;
    display: block;
    margin-bottom: 15px;
    line-height: 45px;
}

.pad3 {
    padding: 25px 25px 025px;
}

.btu {
    width: 100%;
    border-radius: 15px;
    color: #fff;
    background-color: #3e0828;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 20px;
    font-size: 16px;
    margin: 40px auto 0px auto;
    display: block;
    font-weight: bold;
}

}

