/*  generic 
	blue: 	#45576c 
	red:	#c00000 
*/

/* responsive design - big */

* {
	box-sizing:border-box;
}

.col-l {
    width: 10%;
    float: left;
    border: 1px solid white;
}

.col-r {
    width: 10%;
    float: left;
    border: 1px solid white;
}

.col-m {
    width: 80%;
    float: left;
    border: 1px solid white;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

@media only screen and (max-width: 1024px) {
	.col-l, .col-r {
  		width: 0%;
  	}
 	.col-m {
  		width: 100%;
  	}
}


/* responsive design - small */

.col-left-small {
    width: 48%;
    float: left;
    border: 1px solid white;
}

.col-right-small {
    width: 48%;
    float: left;
    border: 1px solid white;
}

.col-center-small {
    width: 4%;
    float: left;
    border: 1px solid white;
}

.row-small::after {
    content: "";
    clear: both;
    display: table;
}

.col-left-small.image img {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	/*box-shadow: 0 1px 9px 0 rgba(0,0,0,0.1);*/
}

@media only screen and (max-width: 1024px) {
	.col-right-small, .col-left-small {
  		width: 100%;
  	}
 	.col-center-small {
  		width: 0%;
  	}
  	.col-left-small.image img {
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

/* generic */

body {
    font-family: Verdana, sans-serifd;
	color: #666;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 24px;
}

h2 {
	margin-top: 32px;
	font-size: 16px;
}

p, ul {
	line-height: 25px;
	font-size: 14px;
}

li {
	list-style-type: square;
	color: #c00000;
}

li span {
	color: #666;
}


strong {
	font-weight: bold;
	color: #45576c;
}

.divider {
	margin-top: 40px;
}

.block {
	border-style: solid; 
	border-color: #c00000; 
	padding: 10px;
} 

/* table */

.opening-hours {
   overflow-x: auto;
   margin-left: 40px;
   margin-right: 40px;
   margin-top: 20px;
   margin-bottom: 20px;
}

.opening-hours table {
  font-family: Verdana, sans-serifd;
  font-size: 12px;
  border-collapse: collapse;
  width: 1000px;
}

.opening-hours table td, .opening-hours table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.opening-hours table tr:nth-child(even) {
  background-color: #dddddd;
}

/* internal links */

i.right {
	border: solid #1f2c42;  /*  #1f2c42 #c00000 */
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 2px;
	-webkit-transition: margin-left 0.1s;
	-moz-transition: margin-left 0.1s;
	-o-transition: margin-left 0.1s;
	transition: margin-left 0.1s;
}

a.link {
	cursor: pointer;
	color: #45576c; 
	font-weight: bold;
	text-decoration: none;
	width: 300px;
}

a.link:hover {
	text-decoration: underline;
}

a.link:hover i {
	margin-left: 6px;
}

.link .right {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.link-list {
	list-style-type:none;
	border-left-color: #c00000; 
	border-left-style: solid;
	border-left-width: 3px;
	padding-left: 14px;
	margin-left: 26px;
}

ul.link-list li {
	list-style-type:none;
}

/* breadcrump */

.breadcrumb {
	line-height: 20px;
    font-size: 12px;
    color: #45576c;
}

.breadcrumb i.right {
	border: solid #45576c;
	border-width: 0 2px 2px 0;
	margin-left: 2px;
}

.breadcrumb a.link:hover i {
	margin-left: 2px;
}

/* fixed header */

#header {
	position: fixed;
	top: 0;
	width: inherit;
	height: 60px;
	background-color: #f5f5f5;
	display: block;
	z-index:999;
	border-bottom: solid 2px white;
}

#logo {
    position: relative;
    margin-right: 10px;
    margin-top: 3px;
    float: right;
}

#logo img {
    height: 57px;
}

/* animated pancake icon */

#nav-icon {
	width: 30px;
	height: 45px;
	position: relative;
	float:left;
	margin-left: 14px;
	margin-top: 12px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 5px; /* 9 */
	width: 100%;
	background: #c00000;
	border-radius: 0px; /* 9 */
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 3px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
	top: 14px;
}

#nav-icon span:nth-child(4) {
	top: 26px;
}

#nav-icon.open span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}

#nav-text {
    width: 50px;
    height: 45px;
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: 18px;
}

#nav-text span {
	color: #c00000;
	font-size: 12px;
	font-weight: bold;
}

/* animated language selector */


#language-text {
    width: 14px;
    height: 45px;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 18px;
}

#language-text span {
	color: #c00000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#language-selector {
    position: relative;
    float: left;
    width: 20px;
    height: 45px;
}
.arrow-icon {
  display: block;
  margin-left: 10px;
  margin-top: 28px;
  position: absolute;
  float: left;
  border-radius: 4px;
}
.left-bar {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 10px; /* 40px*/
  height: 3px; /* 40px*/
  display: block;
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.left-bar:after {
  content: "";
  background-color: #c00000;
  width: 10px; /* 40px*/
  height: 3px; /* 10px*/
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.right-bar {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 7px; /* 26px*/
  width: 10px; /* 40px*/
  height: 3px; /* 40px*/
  display: block;
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.right-bar:after {
  content: "";
  background-color: #c00000;
  width: 10px; /* 40px*/
  height: 3px; /* 40px*/
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}
.open .left-bar:after {
  transform-origin: center center;
  transform: rotate(-70deg);
}
.open .right-bar:after {
  transform-origin: center center;
  transform: rotate(70deg);
}


/* left navigation menu */

/* donkerblauw met licht blauw arrow #9eb1d6 */

#side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    background-color: #45576C; /* 111 */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
	display: block;
}

#side-nav a {
    padding: 8px 8px 8px 18px;
    text-decoration: none;
    font-size: 13px;
    color: #e0e0e0;
    display: block;
    width: 200px;
}

#side-nav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
    text-decoration: underline;
}

#side-nav a.link i.right {
	border-color: #ffffff;
}

#side-nav a.link.selected i.right {
	border-color: #c00000;
}

/*
@media screen and (max-height: 450px) {
  #side-nav {padding-top: 15px;}
  #side-nav a {font-size: 13px;}
}
*/

#container {
	margin-top: 50px;
    transition: margin-left .5s;
    padding: 16px;
}

/* slide show */

.slides-1 {
	display:none;
}

.slide-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

.slide-container img {
  width: 100%;
}

.slide-navigation-squares {
  text-align:center;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.square {
  cursor:pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 0%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .square:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/* image gallery home page */


.image-gallery {
	margin-top: 40px;
}

.image-gallery .row-small {
	margin-top: 30px;
}

.image-gallery h2 {
	margin-top: 2px;
}



/* google maps */

#map {
	margin: auto;
	width: 100%;
	max-width: 1000px;
	min-height:400px;
}


/* accordion */

button.accordion {
    background-color: #f5f5f5;
    color: #45576C;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, 
button.accordion:hover {
    background-color: #ddd;
}

button.accordion:before {
    content: '\002B';
    color: #3531a;
    font-weight: bold;
    float: left;
    margin-right: 4px;
}

button.accordion.active:before {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

div.panel p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 22px;
	font-size: 14px;
}

.accordion + .panel a {
	line-height: 22px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    color: #c00000;
}

/* parc-fotos */

.parc-fotos {
	margin-left:30px;
	margin-top:30px;
}

.parc-fotos .row, .parc-fotos .column {
	box-sizing: border-box;
}

.parc-fotos .column {
	float: left;
	width: 50%;
	padding: 10px;
}

.parc-fotos .column img {
	width: 350px;
}

.parc-fotos .row:after {
	content: "";
	display: table;
	clear: both;
}


@media screen and (max-width: 750px) {
	.parc-fotos .column {
		width: 100%;
	}
}

/* checkbox */

.checkmark-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark-container .checkmark {
    position: absolute;
    top: 0px;
    left: 12px;
    height: 25px;
    width: 25px;
}

.checkmark-container .checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #c00000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

/* footer */

footer {
	margin-top: 40px;
	float: left;
	clear: both;
	width: 100%;
	display: block;
}

.contact a {
    background-color: #c00000;
    color: #fff;
    
    background-color: #f5f5f5;
    color: #c00000;
    
    /*border-top-left-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
    bottom: 200px;
    box-shadow: 0 -3px 6px 0 rgba(0,0,0,0.1);
    
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 46px;
    padding: 0 15px;
    position: fixed;
    right: -10px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    transition: all 0.2s ease-in-out;
    z-index: 125;
    text-decoration: none;
    vertical-align: baseline;
}

/* form (contact.html) */

.form {
	margin-top: 24px;
}

.form .row {
	margin-bottom: 24px;
}

.form .row label {
	display: inline-block;
	float: left;
	clear: both;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}

.form .row input {
	display: inline-block;
	float: left;
	clear: both;
	width: 300px;
	padding: 5px;
}

.form .row textarea {
	display: inline-block;
	float: left;
	clear: both;
	width: 300px;
	height: 100px;
	padding: 5px;
}

.form .row .required {
	color: #c00000;
	margin-left: 4px;
}

.form .row .error {
	display: none;
	color: #c00000;
	font-size: 12px;
	margin-top: 2px;
}

.form .row #message{
	display: none;
}

.form .row #message.info {
	color: #45576c;
	font-size: 13px;
	font-weight: bold;
}

.form .row #message.error {
	color: #c00000;
	font-size: 13px;
	font-weight: bold;
}

.form .send-button {
	display: inline-block;
	background-color: #45576c;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding: 8px;
	width: 120px;
	transition: all 0.5s;
	cursor: pointer;
	vertical-align: middle;
}

.form .send-button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.form .send-button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.form .send-button:hover span {
	padding-right: 25px;
}

.form .send-button:hover span:after {
	opacity: 1;
	right: 0;
}

