/*
Theme Name: Telewolf 2019
Theme URI: http://www.envisic.nl
Author: Envisic
Author URI: http://www.envisic.nl/
Description: Telewolf 2019
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =========================================================================================================================================================== */
/* ======================= ================================================================================================================ */
/* =========================================================================================================================================================== */

#sidebar {
	display: none;
}


@font-face {
  font-family: 'Always';
  font-style: normal;
  font-weight: normal;
  src: local('Always In My Heart'), url(fonts/alwaysinmyheart.ttf) format('ttf'), url(fonts/AlwaysInMyHeart.woff) format('woff');
}

html {
    font-size: 18px;
    line-height: 1.2em;
}

:root {
  --red: rgb(243,115,108);
  --green: rgb(137,175,129);
  --sand: rgb(220,192,112);
  --blue: rgb(205,235,243);
  --black: rgb(80,80,80);
}

body {
  font-family: Montserrat;
	width: 100%;
	overflow-x: hidden;
  color: var(--black);
  line-height: 1.4em;
}

h1 {
  font-size: 1.8rem;
  font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .3em;
  color: white;
}

.content.h1-headline {
	height:auto;
	padding:25px 25px;
	margin: 0px;
	background: var(--red);
}

h1.datum-scherm {
    padding-left: 100px;
}

h2 {
  font-size: 1.65rem;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0px;
  margin-bottom: .5rem;
  color: var(--green);
}

.content-width {
	width: 100%;
	padding: 0 25px;
}


/************************************************
 * Activity
 * *********************************************/

.activity {
  display: flex;
}

.content-block.promoted {
	position: relative;
	width: 95%;
	display: flex;
	background-color: var(--sand);
	background-image:  url(icons/promoted-back.svg);
	background-repeat: no-repeat;
	background-position: -100px center;
	background-size: contain;
	border-radius: 0 6px 6px 0;
}

.promoted > .content.content-width.activity {
	flex: 1 1 100%;
	background: white;
	border: 1px solid var(--green);
	margin: 25px;
	padding: 25px;
	border-radius: 8px;
	box-sizing: border-box;
}

.promoted-text {
	position:relative;
	flex: 0 0 auto;
	font-size: 2em;
	font-family: 'Satisfy', 'Montserrat', sans-serif;
	color: var(--red);
	margin: -10px 0 30px 60px;
	transform: rotate(-3deg);
	display: inline-block;
}

.promoted-text:before {
	content: '';
	display: block;
	position: absolute;
	width: 60%;
	left: 30%;
	bottom: -3px;
	height: 2px;
	border-radius: 1px;
	background: var(--red);
}

.time {
  flex: 1 0 100px;
  font-weight: bold;
  color: var(--green);
  border-right: 1px solid rgb(225,225,225);
  margin-right: 15px;
}

.start-time, .end-time, .start-time.no-end-time {
  text-align: center;
  padding:2px 5px;
  border: 1px solid var(--green);
  border-radius: 3px;
  margin: 0px 13px;
}

.start-time {
 	border-bottom: 0px;
 	border-radius:3px 3px 0px 0px;
	padding: 2px 5px 7px 5px;
}

.end-time {
  position: relative;
  font-size: 1rem;
  border-top: 0px;
  border-radius:0px 0px 3px 3px;
	padding: 7px 5px 2px 5px;
}

.end-time:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--green);
  top: -2px;
  left: 0;
}

.end-time:after {
  content: 'tot';
  display: inline-block;
  position: absolute;
  font-size: .6em;
	line-height: 1em;
	background: white;
	color: var(--green);
	padding: 0px 4px;
  top: -7px;
  left: 50%;
  transform: translate3d(-50%, 0px,0px);
}

.end-time.de:after {
	content: 'bis';
}

.verwijzing {
	margin: 20px 0px;
	padding: 21px 10px 20px 100px;
	font-size: 1em;
	color: var(--black);
	font-weight: bold;
	background: var(--sand);
	border-radius: 2px;
}

.verwijzing span {
	padding: 4px 10px;
	margin: 0 3px;
	background: white;
	border-radius: 2px;
}

.basic-info-wrap {
	display: flex;
	margin-bottom: 10px;
}

.basic-info {
	position:relative;
	padding: 0px 10px 0px 1.8rem;
	margin: 0 10px 10px 0;
	font-size: .85rem;
	color: var(--green);
	border-right: 1px solid var(--red);
}

.basic-info-wrap > div:last-of-type {
	border-right: none;
}

.basic-info:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1.5rem;
}

.basic-info.location:before {
	background-image: url(icons/locatie-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.basic-info.target-audience:before {
	background-image: url(icons/leeftijd-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
}


.extra-info-wrap {
  display: flex;
  flex-wrap: wrap;
	margin-top: 15px;
}

.extra-info {
  position: relative;
  font-size: 0.7rem;
  color: var(--red);
  padding: 3px 8px 3px 2.2rem;
  margin: 3px 5px 3px 0px;
  border: 1px solid var(--red);
  border-radius: 3px;
}

.extra-info:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 1.7rem;
  border: 1px solid var(--red);
  border-radius: 3px 0px 0px 3px;
}

.extra_info_has_costs:before {
	background: url(icons/kosten-icon.svg);
	background-position: center center;
 	background-size: contain;
}

.extra_info_bring_your_own_camera:before {
	background: url(icons/camera-icon.svg);
	background-position: center center;
	background-size: contain;
}

.extra_info_bring_your_own_camera:before {
	background: url(icons/camera-icon.svg);
	background-position: center center;
	background-size: contain;
}

.extra_info_exciting_activity:before {
	background: url(icons/spannend-icon.svg);
	background-position: center center;
	background-size: contain;
}

.extra_info_volunteers_wanted:before {
	background: url(icons/vrijwilligers-icon.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_bring_your_own_stuff:before {
	background: url(icons/leeg-drinkpak-icon.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_swimming_diploma_a_required:before {
	background: url(icons/zwemdiploma-a.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_swimming_diploma_b_required:before {
	background: url(icons/zwemdiploma-b.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_empty_carton:before {
	background: url(icons/leeg-drinkpak-icon.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_pants_shoes:before {
	background: url(icons/kleding-lange-broek.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_swimsuit:before {
	background: url(icons/zwembroek-icon.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_dirty_clothes:before {
	background: url(icons/kleding-vies-icon.svg);
	background-position: center center;
 	background-size: contain;
}

.extra_info_signup_required:before {
	background: url(icons/aanmelden-icon.svg);
	background-position: center center;
  background-size: contain;
}

.extra_info_bring_wristband:before {
	background: url(icons/polsband-icon.svg);
	background-position: center center;
 	background-size: contain;
}







	
/* F R O N T P A G E   S T U F F */

.frontpage h1 {
	width: 100%;
	margin: 20px auto;
}





.show-telewolf-box {
	background: rgb(250,250,250);
	padding: 10px 10px 10px 25px;
	border-top: 1px dotted rgb(243,115,108);
}

.frontpage select#periodes {
	width: 50%;
	height: 50px;
	font-size: 1.1em;
	float: left;
	padding:10px;
}

.frontpage form input[type=submit] {
	width: 46%;
}

.divider {
	border-top: 1px dotted rgb(243,115,108);
}

a.button {
	border: 1px solid rgb(121,179,140);
	color: rgb(121,179,140);
	padding:10px;
}

a.button:hover {
	text-decoration: none;
	color: white;
	background:rgb(121,179,140);
}

/* D A Y    S C H E D U L E    S T U F F */

.h1-day-date h1:before {
	content: '';
	background: url(img/calendar-icon.svg);
	background-size: cover;
	width: 45px;
	height: 40px;
	margin-right: 50px;
	display: inline-block;
	transform: translateY(6px);
	-ms-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-webkit-transform: translateY(6px);
}

.h1-headline h2 {
	font-size: 2em;
	color: rgb(243, 115,108);
	padding-left: 92px;
}

.sub-title {
	margin-top: 12px;
	margin-bottom: 8px;
}

.intro-text h1 {
	text-align: center;
	font-size: 2.3em;
	border: none;
}

.intro-text p {
	font-size: 1em;
	line-height: 1.6em;
	margin-bottom: 0em;
}

.welcome-txt {
	margin-top: 20px;
}

/*.welcome-txt p:last-of-type {
	text-align: center;
	font-family: 'Always';
	padding: 20px;
	font-size: 3.5em;
	line-height: 1em;
	transform: rotate(-3deg);
	color: rgb(243,115,108);
}


.welcome-txt p:last-of-type:after {
	content: '';
	width: 270px;
	height: 10px;
	display: block;
	border-top: 2px solid rgb( 243,115,108);
	margin: 0px auto 0 auto;
}*/

.intro-text {
	margin-bottom: 1cm;  
}

.intro-text strong {
	color: rgb( 243,115,108);
}

.intro-text-full-page {
	height: 23cm;
	background: url(img/bob-babet.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 8cm;
	margin-bottom: 0;
}

.h2-cancelled {
	text-decoration: line-through;
}

span.cancelled {
	background: rgb(243, 115,108);
	display: inline-block;
	color: white;
	padding: 2px 9px;
	margin: 0 10px;
}

.c-flex-text {
	display: table;
}

.flex-paragraph, .flex-text-image-column {
	display: table-cell;
	vertical-align: top;
}

.flex-paragraph {
	padding: 5px;
}

.flex-paragraph p {
	margin-bottom: 0;
}

.flex-text-image-column {
	padding-right: 10px;
}

.flex-text-image-column {
	width: 43%;
}

.flex-text-image-column img,  .flex-text-image-column picture {
	width: 100%;
	margin: 3mm 0 0 30px;
	float: right;
}

.content-image-wrap {
	width: 100%;
}

.content-image-wrap img, .content-image-wrap picture{
	height: auto;
	width: 100%;
	margin-left: 20px;
}

.image-custom-size img, .image-custom-size picture {
	width: auto;
}



.infoscreen {
	font-size: 18px;
	line-height: 1.6em;
}

.infoscreen .start-time {
	display: none;
	width: 0px;
}

.infoscreen .content-width {
	width: 90%;
}

.content-block {
	page-break-inside: avoid;
	max-height: 2000px;
	overflow: hidden;
	transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.landscape .screen {
/*  display: flex;
  flex-direction: column;
  flex-wrap: wrap;*/
}

.landscape .content-block {
	width: 48%;
	float: left;
}

.landscape .content-block.welcome-screen {
	width: 100%;
	float:none
}

div.page-break {
	page-break-after: always;
}

.flex-bgc-red {
	background: rgb(243, 115,108);
	color: white !important;
	padding: 1px 0;
}

.flex-bgc-green {
	background: rgb(121,179,140);
	color: white !important;
	padding: 1px 0;
}

.flex-bgc-blauw {
	background: rgb(225,244,251);
	padding: 1px 0;
}

.flex-bgc-border {
  background: rgb(255, 255, 252);
  position: relative;
  margin: 22px 0px;
  background: rgb(220,192,112);
}

.flex-bgc-border h2, .flex-bgc-border .start-time {
  color: rgb(51,51,51);
}

.flex-bgc-border:before {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(222, 204, 67, 1);
    top: -10px;
    left: -10px;
    border-radius: 10px;
}

.flex-bgc-border:after {
    content: '';
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(222, 204, 67, 1);
    top: -10px;
    left: 20px;
    border-radius: 10px;
}

.flex-bgc-custom {
	color: white !important;
	padding: 1px 0;
}

.flex-bgc-red h2, .flex-bgc-green h2, .flex-bgc-custom h2, .flex-bgc-red .start-time, .flex-bgc-green .start-time, .flex-bgc-custom .start-time {
	color: white;
}

.flex-poster {
  max-width: 100%;
  margin-bottom: 2cm;
}

.flex-poster img, .flex-poster picture {
  max-width: 100%;
  height: auto;
}

/*
  --- Weerblok onderaan informatieschermen  ---------------------------------------------------------------------------------------
*/

.weer-wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 190px;
  background: rgb(245,245,245);
  z-index: 1000;
  padding: 0px 50px;
  border-top: 1px solid rgb(205,205,205);
  overflow: hidden;
}

.weer-block-1 {
  transform: translateY(300px);
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.weer-block-2 {
  transform: translateY(300px);
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  widtH: 100%;
  padding: 0px 30px;
}

.weer-block-active {
  transform: translateY(0px);
}

.weer-data {
  width: 40%;
  height: 100%;
  float: left;
}

.weer-text {
  width: 60%;
  height: 100%;
  float: left;
  padding: 30px 30px;
  font-size: 1.5em;
  line-height: 1.4em;

}

.weer-data span:before {
  display: block;
  position: absolute;
  width: 100%;
  top: -50px;
  font-size: 16px;
}

.weer-temp, .weer-wind, .weer-img {
  position: relative;
  display: block;
  float: left;
  height: auto;
  width: 30%;
  font-size: 3em;
  margin-top: 80px;
  text-align: center;
}

.weer-img {
  margin-top:8px;
}

.weer-img img, .weer-img picture {
  width: 150px;
  height: auto;
}

.weer-temp:before {
  content: 'Temperatuur nu'
}

.weer-wind:before {
  content: 'Windkracht'
}

.weer-dag {
  position: relative;
  width: 19%;
  margin-right: 1%;
  height: 100%;
  float:left;
  border-right: 1px solid rgb(225,225,225);
  padding: 10px 20px 20px 20px;
}

.weer-block-2 > div:last-of-type {
  border-right: 0px;
}

.dag-naam {
  width: 100%;
  background: rgb(235,235,235);
  display:block;
  text-align: center;
  margin-top: 20px
}

.dag-verw-wrap {
  width: auto;
  margin: 0 auto;
  padding-left: 30px;
}

.dag-img {
  width: 30%;
  float: left;
  padding-top: 10px;
}

.dag-img img, .dag-img picture {
  width: 100%;
  max-width: 100px;
  height: auto;
  max-height: 100px
}

.dag-min-temp, .dag-max-temp {
  padding: 15px 5px;
  display: block;
  float: left;
  font-size: 30px;
  margin: 20px 10px 15px 10px;
}

.dag-min-temp {
  border-bottom: 5px solid rgb(57, 173, 255);
}

.dag-max-temp {
  border-bottom: 5px solid rgb(243, 115,108);
}

/*
  --- Welkomst schermen  ---------------------------------------------------------------------------------------
*/

.welcome-screen {
  width:100%;
  height:100%;
	overflow:hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.welcome-screen-weather-bar {
  height: calc(100% - 200px);
  position: relative;
}

.block-centered {
 
}

.welcome-screen h2 {
	font-size: 2em;
}

.welcome-logo-text-wrap h2 {
	font-size: 3em;
}

.welcome-logo {
	width: 500px;
  height: 280px;
  margin: 0 auto 40px auto;
  background: url(img/welcome-logo.svg);
  background-position: top center;
  background-size: 350px;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.welcome-text {
  background: url(img/gradient-back.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.welcome-text .open-hours-wrap h2 {
  font-size: 2em;
}
*
/*
  --- Openingstijden-------------------------------------------------------------------------------------
*/

.welcome-screen .open-hours-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
		padding: 0 40px;
    border-right: 1px solid rgba(0,0,0,0.3);;
}

.welcome-screen .open-hours-wrap:last-of-type {
	border-right: none;
}

.welcome-screen .oh-item {
	width: 500px;
}

.welcome-screen .no-days .oh-item {
	width: 245px;
}

.oh-item {
	font-size: 1rem;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	padding: 0.3em;
}

.welcome-screen .oh-item {
	font-size: 1.8rem;
	padding: 0.45em 0.3em;
	color: var(--red);
}

.oh-item .day {
	flex: 0 0 260px;
	text-transform: capitalize;
}

.oh-item .oh-time {
	display: flex;
	
}

.welcome-screen .open-hours-banner {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.oh-time .-open {
  flex: 0 0 100px;
  text-align: right;
  margin-right: 5px;
}

.oh-time .-dash {
  flex: 0 0 18px;
  text-align: center;
}

.oh-time .-close {
  flex: 0 0 100px;
  text-align: left;
  margin-left: 5px;
}



/*
  --- Welkomst weersinformatie-------------------------------------------------------------------------------------
*/

.welcome-weather-header {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.welcome-weather-icon {
  display: inline-block;
  margin-bottom: 40px;
}

.welcome-weather-temp {
  display: inline-block;
  font-size: 130px;
  font-weight: bold;
  transform: translateY(-110px);
  -ms-transform: translateY(-110px);
  -moz-transform: translateY(-110px);
  -webkit-transform: translateY(-110px);
  margin-bottom: 40px;
}

.welcome-weather-forecast-text {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
}

/*
  --- Welkomst activiteiten overzicht  ---------------------------------------------------------------------------------------
*/

.welcome-act-today h1 {
  transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  line-height: 1.6em;
  font-weight: bold;
  margin: 20px 0 25px 0;
  font-size: 2em;
  text-align: left;
  color: rgb(243,115,108);
  text-shadow: none;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  background: none;
  margin-left: 0px;
  padding-left: 0px;
  width: auto;
}

.welcome-act-act:before {
  content: attr(data-time);
  width: 150px;
  position: absolute;
  left: -170px;
  font-size: 1em;
  line-height: 1em;
  top: 17px;
  color: var(--green);
}

.welcome-act-act {
  position: relative;
  text-align: left;
  display: inline-block;
  font-size: 1.8em;
  line-height: 2em;
  top: 0px;
  width: calc(100% - 170px);
  margin-left: 170px;
  font-weight: bold;
  color: var(--red);
  z-index: -10;
}

.for-more {
  text-align: left;
  font-size: 1.3em;
  font-weight: normal;
  line-height:1.5em;
  padding-top: 100px;
  margin-top: -100px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.welcome-act-today {
	display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
}


/*
  --- Welkomst verkeersinformatie  ---------------------------------------------------------------------------------------
*/

.traffic-block {
  width: 45%;
  float: left;
}

.traffic-content {
  margin:8px 50px;
}

.traffic-road {
  background: rgb(235, 0, 0);
  color: white;
  font-style: bold;
  display: inline-block;
  padding: 4px 8px;
  border: 2px solid white;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 3px rgb(235,0,0);
  margin-right: 20px;
  width: 80px;
  text-align: center;
}

.icon-right-thin:before {
  font-family: "IconsFont";
  margin: 0 3px;
  color: rgb(235, 0 ,0);
}

.traffic-length {
  display: inline-block;
  color: white;
  font-family: 'Share Tech Mono', monospace;
  color: rgb(190,190,0);
  background: rgb(50,50,50);
  padding: 4px 8px;
  border: 1px solid rgb(190,190,0);
  box-shadow: 0px 0px 0px 2px rgb(50,50,50);
  margin-left: 5px;
  float: right;
  width: 70px;
  text-align: center;
}

.traffic-descr {
  display: inline-block;
  margin-left: 8px;
  font-weight: light;
  padding: 1px 8px;
  background: rgb(235,235,235);
  font-family: 'Share Tech Mono', monospace; 
}

/* --  S C R E E N  D I S P L A Y  ---------------------------------------------------------------------------------------*/

.screen-viewport {
  width: 1000px;
  height: 1800px;
  overflow: hidden;
}

.screen-container {
  width: 1000px;
  height: 1800px;
  position: relative;
  perspective: 1000px;
}

.time-indicator {
	display: block;
	position: absolute;
  bottom:0px;
  left: 0px;
  width: 1%;
  height: 20px;
  background:var(--red);
  z-index:10000;
  transition-property: width;
  transition-timing-function: linear;
  transition-duration:10s;
}

.screen .content {
	margin: 20px auto;
}

.pagination {
  position: absolute;
  bottom: 60px;
  right: 50px;
  padding: 10px;
  color: white;
  background: rgb(243,115,108);
}

.screen-active {
  display:block;
  transform: translate3d(0,0,0) !important;
  -webkit-transform: translate3d(0,0,0) !important;
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  z-index: 200;
}

.screen-hidden {
  transform: translate3d(-1100px,0,0);
  -webkit-transform: translate3d(-1100px,0,0);
  z-index: 100;
}

.z100 {
  z-index: 100;
}

.z200 {
  z-index: 200;
}

.geen-programma-vandaag {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 1.3em;
}

.geen-programma-vandaag h1 {
  background: none;
  text-align: center;
  padding: 0px;
  margin: 30px;
  width: auto;
}

.geen-programma-vandaag span {
  display: inline-block;
  padding: 3px;
  color: rgb(121,179,140);
  border-bottom: 3px dotted rgb(121, 179, 140);
  font-weight: bold;
}

.geen-programma-morgen {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landscape .column-text {
  width: 70%;
}

.landscape .column-image {
  width: 30%;
}

.landscape .column-image img, .landscape .column-image picture {
  min-height: 250px;
}

.bgc {
  background: rgb(245,245,245);
}

/* --  P A G E    D I S P L A Y  ---------------------------------------------------------------------------------------*/


@page{
/*margin-left: 16mm;
margin-right: 15mm;
margin-top: 20mm;
margin-bottom: 25mm;*/
margin-left: 0mm;
margin-right: 0mm;
margin-top: 0mm;
margin-bottom:0mm;

}

.spread {
  width: 420mm;
  height: 296.5mm;
  display: flex;
  overflow: hidden;
}

.spread .page {
	box-shadow: none;
  margin: 0px;
}

.spread .odd {
  margin-left:auto;
}

.spreak .even {
  margin-right: auto;
}

.page {
  padding: 20mm 15mm 13mm 16mm;
/*width: 179mm;
  height: 252mm; */
  width: 210mm;
  height: 297mm;
/*background: white;*/
  /*border: 1px solid rgb(200,200,200);*/
  margin: 25px auto;
  box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}

.page:before {
  content: '';
  position: relative;
}

/*.pagination {
  position: absolute;
  height: 40px;
  width: 100%;
  padding: 0px 40px;
  bottom: 20px;
  color: rgb(243, 115,108);
}*/

div.page:nth-of-type(even) .pagination {
  text-align: right;
}

.page .content-width {
  width: 100%;
  font-size: 11px;
  line-height: 15px;
	padding: 0;
}

.page .content {
  margin: 2mm auto;
}

.page .content-block {
  padding:0mm 0mm;
}

.page .content-block.flex-bgc-green, .page .content-block.flex-bgc-red, .page .content-block.flex-bgc-blue, .page .content-block.flex-bgc-custom {
  padding:1mm 6mm;
}

.page .flex-poster img, .page .flex-poster picture {
  max-height: 24cm;
  
}

.page .basic-info-wrap {
	margin: 0px;
}

.page .basic-info:before {
	width: 1em;
}

.page .basic-info {
	color: rgb(150,150,150);
	padding: 0px 10px 0px 1.1rem;
}


.page .flex-poster-no-print {
  display: none;
  height: 0px;
  margin: 0px;
  padding: 0px;
  width: 0px;
}


@media print {
	.page {
		border: none;
		margin: 0;
		box-shadow: none;
		background: none;
	}
	

}

.frontpage {
  background: url(img/voorkant.jpg);
  background-size: cover;
}

.backpage {
  background: url(img/achterkant.jpg);
  background-size: cover;
}

.de .frontpage {
  background: url(img/voorkant-de.jpg);
  background-size: cover;
}

.de .backpage {
  background: url(img/achterkant.jpg);
  background-size: cover;
}

.openhours {
  margin-top: 3cm;
}

.openhours h1 {
  border: 0px;
  background: none;
}

.openhours table {
  width: 100%;
  text-align: center;
  font-size: 8px;
  table-layout: fixed;
}

.openhours thead {
  background: rgb(220, 192, 112);
}

.openhours thead th:first-of-type {
  background: white;
}

.openhours th {
  border-right: 1px solid white;
  padding: 5px 5px;
  vertical-align: middle;
}

.openhours th:last-of-type {
  border-right: 0px;
}

.openhours tbody tr:nth-of-type(even) {
  background: rgb(245,245,245);
}

.openhours tbody tr td:first-of-type {
  text-align: left;
}

.openhours tbody td {
  padding: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
 * Page Black/white
 * ---------------------------------------------------------------------------------------------------------------------------------------------------*/


.page h2, .page h1 {
	color: rgb(40,40,40);
	font-size: 1rem;
}

.page h1 {
	font-size: 1.2rem;
}

.page .flex-bgc-red, .page .flex-bgc-green, .page .flex-bgc-blauw, .page .flex-bgc-custom {
	background: rgb(210,210,210) !important;
	color: rgb(40,40,40) !important;
}

.page .start-time, .page .end-time {
	color: rgb(40,40,40);
	font-size: 0.8rem;
}

/*.page h1 {
	filter: grayscale(100);
}

.page img {
	filter: saturate(0);
}

.page .intro-text-full-page {
	filter: grayscale(100);
}*/

.page .content.content-width.h1-headline.h1-day-date {
    background: none;
    border-bottom: 1px solid black;
    padding: 20px 20px 20px 0px;
}

.page .h1-day-date h1:before {
	display: none;
}

.page .content-block.promoted {
    position: relative;
    width: 100%;
    display: flex;
    background-color: transparent; 
    background-image: none;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
 *  W E B   A P P
 *  ------------------------------------------------------------------------------------------------------------------------------------------------*/

.web-app {
  font-size: 16px;
  line-height: 1.4em;
}

.web-app .content-width {
  width: 800px;
}

.web-app .content-block {
  overflow: hidden;
}

.nav-bar {
  width: 100%;
  height: 65px;
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 0px;
  z-index: 900;
}

.search .nav-bar {
  background: white;
  border-bottom: 1px solid rgba(215, 215,215,1);
}

.cheeseburger, .search-button {
  width: 65px;
  height: 65px;
  margin: 0px;
  position: relative;
  z-index:1000;
  opacity: 0.3;
  background: white;
}

.cheeseburger:hover, .search-button:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.3)
}

.cheeseburger {
	z-index: 960;
	border-right: 1px solid rgba(215, 215,215,1);
	align-self: flex-start;
}

.search-button {
	z-index: 960;
	border-left: 1px solid rgba(215, 215,215,1);
	align-self: flex-end;
}
/*
 * Old cheeseburger - uncomment this and comment new cheese burger to switch. Old cheeseburger is the actual cheeseburger menu, the new cheeseburger is an info icon
 *
.cheeseburger > div {
  position: absolute;
  width: 60%;
  height: 3px;
  left: 20%;
  right: 20%;
  opacity: 1;
  background: rgb(0,0,0);
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.top-bun {
  top: 25%;
}

.cheese-active .top-bun {
  opacity: 0;
}

.bottom-bun {
  bottom: 25%;
}

.cheese-active .bottom-bun {
  opacity: 0;
}

.cheese, .burger {
  top: calc(50% - 2px);
}

.cheese-active .cheese {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cheese-active .burger  {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}*/

/*
 * New cheeseburger
  */

.cheeseburger > div {
  position: absolute;
  opacity: 1;
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.top-bun, .bottom-bun {
  border-radius: 50%;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  border: 3px solid rgb(0,0,0);
}

.cheese {
  width: 0px;
  height: 25%;
  width: 3px;
  background: rgb(0,0,0);
  border-radius: 1px;
  left: 47%;
  bottom: 30%;
}

.burger {
  width: 0px;
  height: 3px;
  width: 3px;
  background: rgb(0,0,0);
  border-radius: 1px;
  left: 47%;
  top: 34%;
}

.cheese-active .cheese {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 27%;
  height: 42%;
}

.cheese-active .burger  {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 32%;
  height: 42%;
}

.cheese-active .top-bun, .cheese-active .bottom-bun {
  border: 0px solid rgb(0,0,0);
  opacity: 0;
}

.search-button:before, .search-button:after {
   transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.search-button:before {
  content: '';
  position: absolute;
  width: 35%;
  height: 35%;
  left: 26%;
  top: 26%;
  border: 3px solid rgb(0,0,0);
  border-radius: 50%;
}

.search-button:after {
  content: '';
  position: absolute;
  width: 25%;
  height: 3px;
  top: 60%;
  right: 25%;
  background: rgb(0,0,0);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.search .search-button:before {
  width: 60%;
  height: 3px;
  left: 19%;
  top: 45%;
  border: 0px solid rgb(0,0,0);
  background: rgb(0,0,0);
  border-radius: 0%;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.search .search-button:after {
  width: 60%;
  top: 45%;
  right: 19%
}

.search-bar {
  width: 0px;
  overflow: hidden;
  transition: all .5s ease-in-out;
  z-index: 900;
}

.web-app.search .search-bar{
	width: 100%;
	max-width: 500px;
	padding: 8px;
}

.web-app.search {
  padding-top: 65px;
}

.search-input {
  height: 45px;
  padding: 4px;
  width: 100%;
  font-size: 1em;
  font-family: "HeaderFont";
  color: rgb(51,51,51);
  border: 1px solid rgb(205,205,205);
  text-align: center;
}

.search p.description, .search p {
  display: none;
}
.search .column-image {
  display: none !important;
}

.search .flex-poster {
  display: none;
}

.web-app .day-container {
  position: relative;
  width: 100%;
  padding-top: 65px;
}

.web-app.search .content {
  margin: 8px 0;
}

.web-app.search .flex-text-image-column {
  margin-bottom: 0px;
}

.web-app.search .day-container {
  padding:0px;
}

.web-app.search .sticky-h1 {
  height: 0px;
  position: relative;
  border-bottom: 0px;
}

.web-app .has-results .sticky-h1 {
  height: 55px;
  position: relative;
}

.web-app.search .content-block {
  display: none;
}

.web-app.search .content-block.search-result {
  display: block;
  margin: 0px;
}

.lang-switch-wrap {
  text-align: right;
  margin: 0px 0px 10px 0px;

}

.lang-switch-nl, .lang-switch-de {
  padding: 12px 16px;
  border: 1px solid rgb(215,215,215);
  line-height: 2em;
  border-radius: 6px;
  color: rgb(121,179,140);
  text-decoration: none;
  font-weight: bold;
}

.lang-switch-nl:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(img/vlag-nl.jpg) no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(4px);
  -ms-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
}

.lang-switch-de:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(img/vlag-de.jpg) no-repeat;
  background-size: contain;
  margin-right: 5px;
  transform: translateY(4px);
  -ms-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
}

.web-app .sticky-h1 {
	height: 65px;
	position: absolute;
	top:0px;
	width: 100%;
	background: white;
	z-index: 800;
	overflow: hidden;
	border-bottom: 1px solid rgba(215, 215,215,1);
}

.web-app h1 {
	transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	line-height: 1.6em;
	font-weight: bold;
	margin: auto 0;
	font-size: 2em;
	color: rgb(243, 115,108);
	background: white;
	text-shadow: none;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
	position: relative;
	transition: all .2s ease-in-out;
}

.web-app .sticky {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid rgb(215, 215,215);
  transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
}

.web-app.search .sticky {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid rgb(215, 215,215);
  transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
}

.web-app .sticky h1 {
  color: rgb(243, 115,108);
  background: white;
}

.search h1 {
  text-align: left;
  border-bottom: 1px solid rgb(225,225,225);
  padding: 10px 16px !important;
  font-weight: 100;
}

.web-app h2, .web-app .start-time {
  color: rgb(121,179,140);
}

.search h2, .search .start-time {
  font-weight: 100;
}

.web-app .sticky-search {
  height: 130px;
  padding-top: 65px;
  font-size: 1.3em;
}

.day-container.has-results {
  margin: 10px 10px 15px 10px;
  width: calc(100% - 20px);
}

.web-app .sticky-bottom {
  position: absolute;
  z-index: 800;
  top: auto;
  bottom: 0px;
  width: 100%;
}

.web-app .flex-poster {
  margin-bottom: 0px;
}

.web-app .flex-bgc-green, .web-app .flex-bgc-red, .web-app .flex-bgc-custom  {
    color: rgb(51,51,51) !important;
}

.web-app .flex-bgc-green .start-time, .web-app .flex-bgc-red .start-time, .web-app .flex-bgc-green h2, .web-app .flex-bgc-red h2 {
    color: rgb(121,179,140) !important;
}


.nav-overlay {
  position: fixed;
  width: 100%;
  max-height: 0%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,1);
/*  background-image: url(img/welcome-logo.svg);
  background-size: 200px;
  background-position: bottom center;
  background-repeat: no-repeat;*/
  opacity: 0;
  z-index: 900;
  transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.nav-overlay-active {
  max-height: 100%;
  min-height: 100%;
  opacity: 1;
  overflow-y: scroll;
}

.nav-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  height: auto;
  padding:80px 40px 40px 40px;
  font-size: 1.1em;
  line-height: 1.7em;
  text-align: left;

}

.nav-container span {
  margin-bottom: 20px;
}

.icon {
  margin-left: 0px;
  width: 100%;
  display: inline-block;
  font-family: "MainFont";
  font-size: 1em;
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid rgb(205,205,205);
  padding-bottom: 27px;
}

.nav-container span:last-of-type {
  border-bottom: 0px;
}

.icon:before {
  font-family: "IconsFont";
  margin-left: 0px;
  font-size: 0.85em;
  width: 100%;
  margin-right: 15px;
  display: block;
  text-align: center;
}

.web-app .welcome-txt p:last-of-type {
  text-align: center;
  font-family: 'MainFont';
  padding: 25px;
  font-size: 1.1em;
  transform: rotate(0deg);
  color: rgb(243,115,108);
  margin: 25px auto;
}

.web-app .welcome-txt p:last-of-type:after {
  display: none;
}

@media screen and (max-width: 1140px) {
  
  .wep-app .content-width {
	width: 900px;
  }
}


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

  .web-app {
	font-size: 14px;
  }

  .web-app .content-width {
	width: 100%;
  }
  
  .web-app h1 {
	padding: 15px 20px;
	font-size: 1.5em;
	
  }
  
  .web-app .flex-text-image-column {
    width: 100%;
	display: block;
  }
  
  .web-app .flex-text-image-column img, .web-app .flex-text-image-column picture  {
    width: auto;
	max-width: 100%;
    margin: 0 auto;
    float: none;
  }
  
  .web-app .start-time {
    width: 60px;
    vertical-align: top;
  }
  
}
