/* CSS */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body, html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #444;
	font-weight: 300;
	width: 100% !important;
	height: 100% !important;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

h1 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 42px;
	color: #444;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: 300;
	font-size: 30px;
	color: #444;
}
h3, h4 {
	font-size: 22px;
	font-weight: 400;
	font-weight: 300;
	color: #444;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 16px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #0ba2db;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

b, strong{
	font-weight:bold;
}


hr {
	height: 2px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #0ba2db;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
.navbar {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(30, 70, 110, 0) ;
	border-color: rgba(30, 70, 110, 0);
	color:#ffffff;
}
#menu a.navbar-brand {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	height: auto;
	position: absolute;
}

#menu a.navbar-brand .logo {
	width:175px;
}
#menu a.navbar-brand i.fa {
	color: #0ba2db;
	vertical-align: top;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color:#003 ;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 40px 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #0ba2db;
}
/*
#menu.navbar-default .navbar-nav > li.dropdown:hover > a, 
#menu.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
#menu.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}*/
#menu li.dropdown:hover > .dropdown-menu {
    display: block;
}


.menu_placeholder{
	height:90px;
}
.on {
	background-color: rgba(30, 70, 110, 0.8) !important;
	border-bottom: 1px solid #333366 !important;
	padding: 10px 0 !important;
}
.on .navbar-nav > li > a, .home .navbar-nav > li > a {
	color:#fff !important ;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0ba2db !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0ba2db;
	border-color: #0ba2db;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 70px;
}
.section-title p {
	font-size: 18px;
}
.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #0ba2db;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 2px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-red{
	background-color: #BB0000 !important;
	font-size:24px;
	font-weight:Bold;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #444;
}


.btn-primary,
.button--primary{
	background:#204973;
	border-color:#204973;
	color:#ffffff;
}

/* Header Section */
header {
	display: table;
	width: 100%;
	padding: 0;

}

header{
display: table;
  width: 100%;
  padding: 0;
  	background: url(../images/header.jpg) no-repeat center bottom;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .region-header #block-halleschaatst-onlinetickets{
	color:#ffffff;
}

header .region-header #block-halleschaatst-onlinetickets a.button{
	background:#BD1929;
	border-color:#BD1929;
	color:#ffffff;
}

header .region-header #block-halleschaatst-onlinetickets a.button:hover{
	background:#000000;
	border-color:#000000;
}
  
header .intro:hover {
	/*background: rgba(0,0,50,0.2);*/
	background-image: linear-gradient(rgba(0,0,50,0.2), rgba(0,0,50,0.2), rgba(0,0,50,0));
}
header h1 {
	
}
header blockquote p {
	color: #91E1DC;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 40px;
	text-shadow: 2px 2px 15px #000000;
	font-weight:bold;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
	text-align: center;
}

header ul.navbar-nav{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
}

header ul.navbar-nav li a{
	color:#ffffff;
	text-shadow: 2px 2px 15px #000000;
}


header ul.navbar-nav li a:hover{
	color:#BD1929;
	text-shadow: 2px 2px 15px #ffffff;
}

header ul.navbar-nav li a.is-active,
header ul.navbar-nav li a.nav-link.active.is-active,
header ul.navbar-nav li a:focus{
	color:#BD1929;
	text-shadow: 2px 2px 15px #ffffff;
}

.navbar-toggler {
	background-color:rgba(32, 73, 115, 0.7);
	border:solid 2px #ffffff;
}
.navbar-toggler-icon{
	/*background-color:#ffffff;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

}

#block-halleschaatst-intro h1{
	color: #ffffff;
	font-size: 74px;
	font-weight: 600;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 2px 2px 15px #204973;
}

#block-halleschaatst-intro h2{
	color: #BD1929;
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	/*text-shadow: 2px 2px 15px #000000;*/
}

#block-halleschaatst-intro h3{
	color: #BD1929;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	/*text-shadow: 2px 2px 15px #000000;*/
}

/* About Section */
#subsection {
	padding: 120px 0;
}
#subsection h3 {
	font-size: 22px;
}
#subsection .subsection-text {
	margin-left: 10px;
	margin-top: 20px;
}
#subsection img {
	display: inline-block;
	border-color: #0ba2db;
	border-radius: 20px;
	padding: 20px;
}
#subsection .subsection-text li {
	font-size: 16px;
	margin-bottom: 6px;
	margin-left: 10px;
	list-style: none;
	padding: 0;
}
#subsection .subsection-text li:before {
	content: "✓";
	color: #0ba2db;
	padding-right: 10px;
}
#subsection p {
	line-height: 24px;
	margin: 30px 0;
}
/* Services Section */
#subsection2 {
	padding: 120px 0;
	background: #f6f6f6;
}


#subsection2 h4 {
	text-transform: uppercase;
}
#subsection2 .fa {
	font-size: 48px;
	margin: 20px 0;
	color: #0ba2db;
}
/* Pricing Section */
#subsection3 {
	padding: 120px 0 140px 0;
}
#subsection3 .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
}
#subsection3 .row {
	margin-top: 100px;
}
#subsection3 .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#subsection3 .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
#subsection3 .pricing-table.highlight-plan .plan-name {
	background-color: #0ba2db;
	padding: 25px 0;
	border-radius: 4px 4px 0 0;
}
#subsection3 .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
#subsection3 .pricing-table.highlight-plan .plan-signup {
	background-color: #0ba2db;
	padding: 30px 0;
	border-radius: 0 0 4px 4px;
}
#subsection3 .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}

/* numbers */
#numberssection{
	background-color: #333366;
	color:#ffffff;
	padding: 60px 0;
	text-align: center;
}

#numberssection h4 {
	font-weight: 700;
	font-size: 32px;
	color:#ffffff;
}

#numberssection  i.fa {
	font-size: 60px;
	padding: 40px;
	color:lightblue;
	transition: all 0.3s;
}




/* Contact Section */
#contactsection {
	padding: 120px 0 60px 0;
	background: #ceebf6;
}
#contactsection form {
	padding: 30px 0;
}
#contactsection .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contactsection .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contactsection .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contactsection .social {
	margin-top: 80px;
}
#contactsection .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contactsection .social i.fab {
	font-size: 26px;
	padding: 4px;
	color: #0ba2db;
	transition: all 0.3s;
}
#contactsection .social i.fa:hover {
	color: #444;
}


/* forms*/
form .row{
	margin-left:auto;
	margin-right:auto;
}
.radiolist{
	clear:both;
	
}
.radiolist input {

     width:20px !important;

     display:inline-block !important;

}

.radiolist .radioLabel {


     display:inline-block !important;

     margin-left: 5px !important;

}

.radiolist .radioitem{
	 width:33% !important;
	 float:left;
} 

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

#sponsorsection{
	padding:60px 0px;
	height:350px;
}

main{
	background:#F4F4F4;
	font-size: 18px;
}

main .container {
	margin-top:25px;
	margin-bottom:25px;
}

main .container p,
main .container form label,
main .container form .form-submit{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}


.view-id-sponsors.view-display-id-block_1{
	margin-bottom:20px;
}

.view-id-sponsors.view-display-id-block_2{
	margin-bottom:20px;
}

/* Footer Section*/
footer {
	background: #e6e6e6;
	color: #888;
	padding: 0px 0 25px 0;
	border: 1px solid #fff;
}
footer p {
	font-size: 18px;
}
footer a {
	color: #666;
}
footer a:hover {
	color: #0ba2db;
}

footer h2{
	font-weight:bold;
}

.footer-top{
	background:#222222;
}

footer #block-halleschaatst-copyright{
	text-align:center;
}


footer .col-md-6 iframe{
	height:400px;
	border-radius:20px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    margin-top: 0px;
}

footer .col-md-6 iframe:hover{
	filter: none;
	-webkit-filter: grayscale(0%);
}

footer .col-md-2 img.SH{
	width:100%;
	height:auto;
	background:#ffffff;
	border-radius:25px;
	margin-bottom:10px;
}

footer .col-md-2 img.HE{
      width: 100%;
    height: auto;
	background:#c01e2e;
	border-radius:25px;
	margin-bottom:10px;
    }
	
	
footer .col-md-2 img.SC{
      width: 100%;
    height: auto;
	background:#015B89;
	border-radius:25px;
	margin-bottom:10px;
    }


footer .col-md-2 img.WR{
      width: 100%;
    height: auto;
	background:#fefefe;
	border-radius:25px;
	margin-bottom:10px;
    }
	
.footer-top{
	
}

/* carousel */
.carousel-img{
	height:200px;
}

#submenusection{
	display:none;
}
@media (max-width: 926px) {

	header{
display: table;
  width: 100%;
  padding: 0;
  	background: url(../images/header.jpg) no-repeat right bottom;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

	header .region-header #block-halleschaatst-onlinetickets a.button{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
	}
	
	


	.navbar a.site-logo img {
	width:220px;
	height:auto;
}


#submenusection{
	display:block;
}
	
	#contact{
	display:none;
}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	
	background-color: #333366;
	}
	
	#menu.navbar-default .navbar-nav > li > a{
		padding:10px;
		color:#ffffff;
	}

	.carousel-img{
	height:60px;
	}
	
	.intro h1 {
		font-size:30pt;
		padding:10px;
			
	}
	h2 {
		font-size:20pt;
		padding:10px;
			
	}
	
ui-accordion-header-active.ui-state-active {
	border: 1px solid #8FCDCD/*{borderColorActive}*/;
	background:#8FCDCD/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}

.views-accordion-header.ui-widget{
	font-family:"Roboto",sans-serif;
}

  
 /* .webform-multiple-table table td{
  content: attr(form-required);
    float: left;
    font-weight: bold;
  }*/
  
		.webform-multiple-table-responsive thead {
    display: block;
	
	  border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
	#sponsorsection {
		height:150px;
	}
	
	.radiolist .radioitem {
		width: 100% !important;
		float: none;
	}
	
	footer .col-md-4 h2,
	footer .col-md-4 p{
  text-align:center;
  
}
	
	footer .col-md-4{
		width:100%;
	}
	
	
footer .col-md-4 {
	align-items:center;
	display:flex;
	justify-content: center;
}

    footer .col-md-6 {
        width: 100%;
    }

	footer .col-md-2{
		width:100%;
		text-align:center;
	}
	
	footer .col-md-2 img{
		width:50%; 
	}
	
	footer .col-md-2 img.SH{
		width:50%;
		height:auto;
	}
	
	footer .col-md-2 img.HE{
      width: 50%;
    height: auto;
    }
	
	
footer .col-md-2 img.SC{
      width: 50%;
    height: auto;
	
    }


footer .col-md-2 img.WR{
      width: 50%;
    height: auto;
	
    }
	
}

/* Medium (md): ≥768px */
@media (min-width: 768px) {
	.region-highlighted{
	min-height: 250px;
}
	
}

@media (max-width: 1024px) {
	
}

@media (min-width: 896px) and (max-width: 1024px) and (orientation: landscape){
	
		header .region-header #block-halleschaatst-onlinetickets a.button{
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
	}
	
		.navbar a.site-logo img {
	width:220px;
	height:auto;
}

	
#about img {
	float: left;
	margin-bottom: 20px;
}

.page-node-type-article main .field--type-image{
		
	}
	
	.page-node-type-article main .field--type-image img{
		width:50%;
		height:auto;
		display:block;
		float:left;
	}

 footer .container{
	 max-width:850px;
 }
 
 footer .col-md-4 h2,
	footer .col-md-4 p{
  text-align:left;
  
}

	footer .col-md-4{
		width:30%; 
	}
	
	footer .col-md-4 {
	align-items:center;
	display:flex;
	justify-content: center;
}

    footer .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
		align-items:bottom;
    }

	footer .col-md-2{
		width:15%;
	}
}

}



/* Small (sm): ≥576px */
@media (min-width: 576px) {

}

/* Large (lg): ≥992px */
@media (min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px;
	}
	
	.navbar-brand img {
		height: 60px;
	}
}

/* Extra Large (xl): ≥1200px */
@media (min-width: 1200px) {
	
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px;
	}
  
  header{
	  padding-left:10px;
	  padding-right:10px;
  }
  
  #block-halleschaatst-views-block-sponsors-block-4{
		padding-top:10px;
		padding-bottom:10px;
	}
	
  
	header .region-header #block-halleschaatst-onlinetickets a.button{
  display: flex;
  justify-content: center;   /* Horizontaal centreren */
  align-items: center;       /* Verticaal centreren */
	font-size: 22px;
	font-weight:bold;
	padding-left:30px;
	padding-right:30px;
	border-radius:0px;
	} 
	
	header{
		min-height:125px;
	}
	
	.navbar-brand img {
		height: 125px;
	}
	
	.page-node-type-article main .field--type-image{
		
	}
	
	.page-node-type-article main .field--type-image img{
		width:25%;
		height:auto;
		display:block;
		float:left;
	}
	
	footer .col-md-4{
		width:24%; 
	}
	
	 footer   .col-md-6 {
        flex: 0 0 auto;
        width: 65%;
    }
	
	footer .col-md-2{
		width:11%;
		text-align:right;
	}
	
	footer .col-md-2 img{
		width:100%;
	}
	
}

/* Extra Extra Large (xxl): ≥1400px */
@media (min-width: 1400px) {
	
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1320px;
	}
	
}