body {
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	color: white;
	font-size: 80%;
	font-size: 15px;
	line-height: 150%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background-color: #155c90;
}

.container {
	width: 1200px;
	margin: auto;
}

h1 {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 700;
	color: white;
	font-size: 28px;
	margin-top: 70px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 30px;
}

h2 {
	color: white;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h3 {
	float: left;
	width: 100%;
	color: white;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #2d2d2d;
	font-size: 25px;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 30px;
}

h6 {
	color: #232529;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

header {
	float: left;
	width: 100%;
	background-image: url('/images/wolters_bg_day.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 200px;
}

header img {
	width: 310px;
}

.menu_button {
	float: left;
	width: 33.33%;
	text-align: center;
	background-color: #00963f;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: bold;
	font-size: 25px;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
}

.menu_button:first-child {
	background-color: #009ee3;
}

.menu_button:last-child {
	background-color: #e3000f;
}

.menu_button:hover {
	background-color: #33c671;
	text-decoration: none;
}

.menu_button:first-child:hover {
	background-color: #58bee9;
}

.menu_button:last-child:hover {
	background-color: #f15761;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.content_left {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.content_left_plain {
	float: left;
	width: 100%;
}

article {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
}

section {
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slider_div {
	float: left;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 80px;
}

.link {
	float: left;
	width: 33.33%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
}

.link_picture {
	float: left;
	width: 100%;
	min-height: 300px;
}

.link_picture img {
	width: 65%;
}

.link_url {
	font-size: 12px;
}

.link:hover {
	text-decoration: none;
}

.standard_content {
	width: 70%;
	text-align: center;
	margin: auto;
	margin-bottom: 80px;
}

.contact input, .contact textarea {
	width: 290px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
	-webkit-appearance: none;
}

.contact select {
	width: 310px;
	padding: 8px;
	border-radius: 0;
	border: 2px solid white;
	color: white;
	background-color: #424242 !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background: url(/images/arrow_icon_white.png) no-repeat right #ffffff;
	-webkit-appearance: none;
}

.contact textarea {
	height: 80px;
}

/* Footer */
footer {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: 100;
	font-size: 18px;
	background-color: white;
}

.footeritems {
	float: left;
	width: 80%;
}

.footeritems ul {
	float: left;
	width: 25%;
	font-size: 15px;
	font-weight: normal;
}

.footeritems .footeritem_social {
	width: 20%;
}

.footeritems .footeritem_contact {
	width: 30%;
}

.footeritems li {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #505050;
}

.footeritems li a {
	color: #505050;
}


.footerlogo img {
	float: right;
	width: 140px;
}

.copyright {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copyright a {
	color: rgb(225, 225, 225);
	text-decoration: underline;
}

/* Extra */
.promo_second i, .yt_video i {
	font-size: 130px;
    color: white;
    margin-top: 45px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.yt_video {
	text-align: center;
	color: white;
}

.yt_video i {
	font-size: 90px;
	margin-top: 100px;
}

.promo_second i:hover, .yt_video i:hover {
	color: #bfbfbf;
}

.video_fancybox {
	display: none;
    width: 1000px !important;
}

.fancy_form {
	padding: 10px 20px 15px 20px !important;
	color: black;
}

.fancybox-content {
	background-image: none !important;
}

.pictures {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.picture_line {
	display: block;
	margin: auto;
	width: 35px;
	height: 4px;
	background-color: white;
	margin-bottom: 40px;
}

.pictures .picture {
	position: relative;
	float: left;
    width: 100%;
    height: 290px;
	opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: none; 
}

.pictures .picture:hover {
	opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

@media (max-width: 768px) {
  .pictures {
	grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .pictures {
	grid-template-columns: repeat(2, 1fr);
  }
  
  .pictures > .picture{
	  height: 100% !important;
  }
}

.button {
	font-family: 'Source Sans Pro', sans-serif;
	border: 4px solid #424242;
	color: #424242;
	border-radius: 25px;
	padding: 10px 24px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	box-shadow: inset 0 0 0 0 #f0324b;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
}

.button:hover {
	text-decoration: none;
	background-color: #424242;
	color: #cccccc;
}

a {
	color: white;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

hr {
	border-top: #929292 solid 1px;
	border-bottom: none;
	margin: 0px;
}
@-moz-document url-prefix() {
    hr {
	    float: left;
	    width: 100%;
	}
}

.last_menu {
	border-bottom: none;
}

.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#171717;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size: 10px !important;
}

.bottom_message {
    bottom: 0;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    background-color: rgba(63,63,63,1);
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 20px;
	z-index: 0;
	display:none;
}

.mobile {
	display: none !important;
}

.v_mobile {
	display: none;
}

@media only screen and (max-width: 1200px) {	
	.container {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.video_fancybox {
	    width: 100% !important;
	}
	
	.footerlogo {
		display: none;
	}
	
	.footeritems {
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {		
	#menu {
		display: block;
	}
	
	body{
		-webkit-text-size-adjust: none;
	}
	
	.container {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.yt_video i {
		font-size: 60px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {	
	.mobile {
		display: inline !important;
	}
	
	.desktop {
		display: none;
	}
	
	#menu {
		display: none;
	}
	
	.menu_button {
		width: 100%;
	}
	
	section {
		width: 100%;
		margin-bottom: 30px;
	}
	
	section:last-child {
		margin-bottom: 0;
	}
	
	.footeritems_half {
		float: left;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.footeritems_half:last-child {
		margin-bottom: 0;
	}
	
	.footeritems ul {
		width: 50%;
	}
	
	.footeritems .footeritem_social {
		width: 50%;
	}
	
	.footeritems .footeritem_contact {
		width: 50%;
	}
}

@media only screen and (max-width: 479px) {
	.container {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
	}
	
	h4 {
		font-size: 25px;
	}
	
	header img {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.standard_content {
		width: 90%;
	}
	
	article {
		padding-bottom: 60px;
	}
	
	.footeritems ul {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.footeritems ul:last-child {
		margin-bottom: 0;
	}
}
