html {
scroll-behavior: smooth;
}
body {
font-family: Century Gothic, 'Lato', sans-serif;
margin: 0;
padding: 0;
word-wrap: break-word !important;
}
@media all and (max-width : 1023px){
	body {
	background-color: #fbefe4;
	}
}
@media all and (min-width: 1024px){
	body {background: url(../images/villa-bg.jpg) no-repeat bottom center fixed;
	background-size: cover;
	}
}
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
h1 {
  text-align: center;
  font-size: 40px;
  line-height: 30px;
  color: #fff;
}
h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
h3 {
  font-size: 20px;
  line-height: 22px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
p { font-size: 18px;
}
a { font-size: 18px;
}
li { font-size: 18px;
}
img.rond {
border-radius: 50%;
}
img.intro {
width: 100%;
margin: 0 auto;
}   
img.blog {
height: auto;
width: 100%;
max-width: 600px;
margin: 0 auto;
border: 0px solid #000;
}  
.toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
  background-color: #0178bc;
  color: #fff;
  font-weight: 700;
  border-bottom: 0 solid #fff;
  z-index: 5;
}
#logo {
  display: block;
  padding: 0 30px;
  float: left;
  background-color: #f09d35;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
#logo a {
  color: #fff;
}
#logo:hover {
background-color: #f138a0;
color: #fff;
}
#logo a:hover {
background-color: #f138a0;	
color: #fff;
}
#logo img {
  display: block;
  padding: 0;
  float: left;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #0178bc;
  min-width: 70px;
}
nav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}
.nutezien {
background-color: #f09d35;
}
.nutezien a {
color: #fff;
}
/* zie effect bij breedscherm submenu hovering */
nav ul li ul li:hover { background: #0178bc; color: #000;}
nav a:hover { background: #fff; color: #0178bc; border: 0 solid #000;}
nav ul ul { display: none; position: absolute; top: 60px; border: 1px solid #c0c0c0;}
nav ul li:hover > ul { display: inherit; }
nav ul ul li { min-width: 100px; float: none; display: list-item; position: relative;}
nav ul ul ul li { position: relative; top: -60px; left: 120px; }
li > a:after { content: ''; }
li > a:only-child:after { content: ''; }

/* Media Queries voor navigatie op schermen kleiner dan 1024px
------------------------------------------------------------ */
@media all and (max-width : 1023px) {
	body {
	background-color: #fbefe4;
	}	
	#logo {
	display: block;
	padding: 0;
	width: 100%;
	text-align: center;
	float: none;
	background-color: #f09d35;
	}
	#logo a {
	color: #fff;
	text-decoration: none;
	}
	nav { margin: 0; }
	.toggle + a,
	.menu { display: none; }
	.toggle {
	display: block;
	background-color: #fff;
	padding: 0 20px;
	color: #000;
	font-size: 18px;
	line-height: 60px;
	text-decoration: none;
	border: none;
	}
	.toggle:hover { background: #fff; border: 0 solid #000; }
	[id^=drop]:checked + ul { display: block; }
	nav ul li {
	display: block;
	width: 100%;
	}
	nav ul ul .toggle, nav ul ul a { padding: 0 40px; }
	nav ul ul ul a { padding: 0 80px; }
	/* 2nd level submenu */
	nav a:hover,
	nav ul ul ul a { background: #fff; color: #000; border: 0 solid #000; }
	nav ul li ul li .toggle,
	nav ul ul a { background: #fff; color: #000; border: 0 solid #000; }
	nav ul ul {
	float: none;
	position: static;
	color: #000;
	}
	nav ul ul li:hover > ul,
	nav ul li:hover > ul { display: none; }
	nav ul ul li {
	display: block;
	width: 100%;
	}
	nav ul ul ul li { position: static;
	}
	.nutezien {
	background-color: #4a5c32;
	}
	.nutezien a {
	color: #000;
	}
}
/* Media Queries voor te kleine schermen
--------------------------------------------- */
@media all and (max-width : 279px) {
	nav ul li {
	display: block;
	width: 100%;
	}
}
div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
padding: 0;
z-index: 1;
border-bottom: 1px solid #c0c0c0;
}
#container {
  margin: auto;
  max-width: 1200px;
  padding: 50px 80px 140px 80px;
}
.tekst {
margin: 120px 0 50px 0;
}
/* Tekstdelen: bepalingen headers en  paragraaftekst */
.tekst h1 { color: #000; font-size: 40px;
}
.tekst h2 { font-size: 24px;
}
.tekst h3 { font-size: 20px;
}
.tekst h4 { font-size: 18px; font-weight: 700;
}
.tekst p { font-size: 18px;
}
.tekst li { font-size: 18px;
}
.tekst a { font-size: 18px;
}
.tekst a:hover { font-weight: bolder;
}
/* Media Queries voor schermen tussen 280 en 1065 pixels
-------------------------------------------------------- */
@media screen and (max-width: 1023px) {
	div.sticky {
	position: -webkit-sticky;
	position: relative;
	top: 0;
	padding: 0;
	}
	#container {
	margin: 0 auto;
	width: 100%;
	padding: 50px 15px 140px 15px;
	}
	h1 {
	font-size: 24px;
	}
	.tekst { 
	margin: 50px 0;
	line-height: 1.6;
	border-radius: 0;
	}
	.tekst h1 {
	font-size: 24px;
	}
	.tekst h2 {
	font-size: 20px;
	}
	.tekst h3 {
	font-size: 18px;
	}
	.tekst h4 {
	font-size: 16px;
	font-weight: 700;
	}
	.tekst p {
	font-size: 16px;
	}
	.tekst a {
	font-size: 16px;
	}
	.tekst li {
	font-size: 16px;
	}
}
/* Tekstdelen onleesbaar onder 279 pixels */
@media screen and (max-width: 279px) {
#container {background: #fff;}
.teklein {color: #000; font-size: 1em; text-align:center;
display: inline;}
.teklein a {color: #000; font-size: 1em;}
.tekst { 
display: none;
}
img {
display:none;
}
nav {
display:none;
}
.onder1 {
display:none;
}
#footer {
display:none;
}
}
/* Verbergen van .teklein bij scherm breder dan 280 pixels */
@media screen and (min-width: 280px) {
	.teklein {display: none;
	}
}	
/* plaatsbepalingen verticaal */
.tussen {height: 50px;
}
/* plaatsbepalingen horizontaal */
.centraal { margin: auto;
width: 100%;
text-align: center;
}
.left {
float : left;
margin : 0;
}
.right {
float : right;
margin : 0;
}
.rechts {
text-align : right;
}
/* video */
video {
  max-width: 100%;
  height: auto;
}
.video {
background-color: #fff;
margin-top: 10px;
max-width: 100%;
height: auto;
border-radius: 5px;
padding: 0 5px 0 5px;
color: #fff;
font-size: 1.2em;
vertical-align: text-top; 	 
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
z-index: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
margin : 0 auto;
width: 100%;
height: 100%;
}
#footer { background: #0178bc;
margin: auto;
width: 100%;
text-align: center;
color : #fff;
width : 100%;
position: -webkit-sticky;
position: fixed;
height: 50px;
bottom: 0;
padding: 15px 0;
border-top: 1px solid #c0c0c0;
z-index: 2;
}
#footer a {
color : #fff;
font-size: 16px;
font-weight: 700;
text-decoration: none;
}
@media screen and (max-width: 1023px) {
	#footer { 
	padding: 10px 5px;
	z-index: 3;
	}
	#footer a {
	font-size: 12px;
	}
	.tussen {height: 30px;
	}
}
@media screen and (max-width: 279px) {
	body { background: #fff;}
	#footer { background: #fff;
	color : #000;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
	margin: auto;
	width : 100%;
	position: -webkit-sticky;
	position: fixed;
	height: 50px;
	bottom: 0;
	padding: 0;
	}
}
/* speciale posities */
/* nog niet in gebruik */
.trick1 {
display: inline-block;
padding: 0;
margin: auto;
position: fixed;
bottom: 15px;
right: 20px;
border-radius: 50%;
z-index: 9;
}
.trick1 a { color : #fff;
text-decoration: none;
}
.trick2 {
display: inline-block;
padding: 0;
margin: auto;
position: fixed;
bottom: 15px;
left: 20px;
border-radius: 50%;
z-index: 9;
}
.trick2 a { color : #fff;
text-decoration: none;
}
/* nog niet in gebruik */

i {
border: solid #fff;
border-width: 0;
display: inline-block;
padding: 0;
}

.right {
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

		.left {
  		transform: rotate(135deg);
  		-webkit-transform: rotate(135deg);
		border: solid #fff;
		border-width: 0 3px 3px 0;
  		display: inline-block;
  		padding: 3px;
  		transform: rotate(135deg);
  		-webkit-transform: rotate(135deg);
		}

		/* einde lijstje nog niet in gebruik */

		.up {
  		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		border: solid #fff;
		border-width: 0 3px 3px 0;
  		display: inline-block;
  		padding: 3px;
  		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		}

		.down {
		border: solid #000;
		border-width: 0 3px 3px 0;
  		display: inline-block;
  		padding: 3px;
  		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
		}

		.uptekst {
  		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		border: solid #000;
		border-width: 0 5px 5px 0;
  		display: inline-block;
  		padding: 5px;
  		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		}

		/* nog niet in gebruik */

		.reviewquote {color:#fff; font-size:150px;line-height:0.6em;opacity:0.9;
		}
		.reviewquoterechts {color:#fff; font-size:150px;line-height:0.6em;opacity:0.9; text-align: right;
		}
		.review {background-color:#fff; 
		color: #fff;
		margin: 25px;
		padding: 50px;
		line-height: 1.6;
		}
		@media all and (max-width: 760px) {
		.review {background-color:#fff; 
		color: #fff;
		margin: 15px;
		padding: 20px;
		line-height: 1.4;
		}
		}
		@media (max-width: 1023px) {
		.big-container {
		display: none;
		}
		}
		@media (min-width: 1024px) {
	    .small-container {         
		display: none;
	 	}
		}

table { border-collapse: separate; }
body table { 
color: #000;
border-collapse: collapse;
width: 100%; }
td, th {
border: 1px solid #ddd;
padding: 12px;
vertical-align: top;
}
tr:nth-child(even){background-color: #bfdafd;}
tr:hover {
background-color: #f4cba8; color: #000;}
th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
}

.max700 {
max-width: 700px;
margin: auto;
width: 100%;
text-align: center;
}
.kalender {
min-height: 600px;
width: 100%;
margin: auto;
border: 5px solid #0178bc;
border-radius: 15px;
}
.aanbieding {
display: inline-block;
width: auto;
height:auto;
padding: 20px;
margin: 10px;
border: 0px solid #fff;  
border-radius: 45px;  
background-color: #a5ba39;
color: #fff;
font-weight: 700;
text-decoration: none;
text-align: center;
}
.aanbieding h2 {
  color: #fff;
}
.aanbieding h3 {
  color: #fff;
}
.aanbieding h4 {
  color: #fff;
}
.aanbieding p {
  color: #fff;
}
.aanbieding a {
color: #fff;
}
a.aanbieding:hover {
background-color: #4a5c32;
color: #fff;
}
.project {
display: inline-block;
width: auto;
height:auto;
padding: 20px;
margin: 10px;
border: 0px solid #fff;  
border-radius: 45px;  
background-color: #f09d35;
color: #fff;
font-weight: 700;
text-decoration: none;
text-align: center;
}
a.project {
background-color: #f09d35;
color: #fff;
font-size: 20px;
min-width: 180px;
}
a.project:hover {
background-color: #f138a0;
color: #fff;
font-weight:bold;
}
.water {display: inline-block;
width: auto;
height:auto;
padding: 20px;
margin: 10px;
border: 0px solid #fff;  
border-radius: 45px;  
background-color: #0178bc;
color: #fff;
font-weight: 700;
text-decoration: none;
text-align: center;
}
.water h2 {
  color: #fff;
}
.water p {
  color: #fff;
}
.water a {
  color: #fff;
  font-size: 20px;
 text-decoration: none;
}
a.water:hover {
background-color: #0178bc;
color: #fff;
font-weight:bold;
}
/* social media iconen */
.facebook {
  background: #0178bc;
  color: #000;
  font-size: 20px;
  padding: 21px 28px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.facebook i {
color: #fff;
}
.facebook:hover {
background: #f138a0;
}
.facebook i:hover {
color: #fff;
}
.instagram {
  background: #f09d35;
  color: #fff;
  font-size: 20px;
  padding: 21px 28px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.instagram i {
color: #fff;
}
.instagram:hover {
background: #ffff00;
}
.instagram i:hover {
color: #000;
}
.linkedin {
  background: #f09d35;
  color: #000;
  font-size: 20px;
  padding: 21px 26px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.linkedin i {
color: #fff;
}
.linkedin:hover {
background: #4a5c32;
color: #fff;
}
.linkedin i:hover {
color: #fff;
}
.pinterest {
  background: #19143C;
  color: #fff;
  font-size: 20px;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 30;
}
.pinterest i {
color: #fff;
}
.pinterest:hover {
background: #4a5c32;
}
.pinterest i:hover {
color: #fff;
}
/* nog niet in gebruik */
.twitter {
  background: #19143C;
  color: #fff;
  font-size: 20px;
  padding: 11px 13px 10px 13px;
}
/* nog niet in gebruik */
.google {
  background: #19143C;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
}
/* nog niet in gebruik */
.youtube {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 10px 14px;
}
/* nog niet in gebruik */
span.specialist:hover {
display: inline-block;
width: 250px;
height: 250px;
text-align: center;
font-size: 30px;
color: #fff;
font-weight: bold;
background: #ffff00;
opacity: 0.8;
padding: 100px 20px;
border-radius: 50%;
border: 3px solid #ffff00;
box-shadow: 0 10px 20px 0 rgba(255, 255, 255, 0.2);
}
span.spotlight {
display: inline-block;
width: 250px;
height: 250px;
font-size: 30px;
color: #0178bc;
font-weight: bold;
background-image: url("../images/kreta.jpg");
opacity: 1;
padding: 100px 20px;
border-radius: 50%;
border: 4px solid #f09d35;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}	
span.spotlight:hover {
background: #0178bc;
color: #fff;
}
.route {border: 0px solid #000;
border-radius: 0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
height: auto;
min-height: 400px;
width: 100%;
margin: 0 auto;
}
@media all and (max-width : 359px) {
	.route {
	min-height: 250px;
	}
}

/* Float 3 columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 4px 50px;
background-color: #fff;
opacity: 0.9;
color: #000;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
}
@media all and (max-width : 1023px) {
	.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 4px 20px;
	background-color: #fff;
	opacity: 0.9;
	color: #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	}
}
.card h2 {
color: #0178bc;
}
.card h3 {
color: #000;
}
.card h4 {
color: #000;
}
.card p {
color: #000;
}
.codegeel {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 4px 50px;
background-color: #ffff00;
opacity: 0.9;
color: #000;
border-radius: 45px;
}
card-codegeel h3 {
color: #000;
}
.picturecard {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 4px 50px;
background-color: #fff;
opacity: 1;
color: #000;
border-bottom-left-radius: 45px;
border-bottom-right-radius: 45px;
}
@media all and (max-width : 1023px) {
	.picturecard {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 4px 20px;
	background-color: #fff;
	opacity: 0.9;
	color: #000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	}
}
.picturecard h2 {
  color: #000;
}
.picturecard h3 {
  color: #000;
}
.picturecard h4 {
  color: #000;
}
.picturecard p {
  color: #000;
}
.cardpicturebox {
 position: relative;
 top: 50px;
 right: 10px;
 height: 400px;
 width: 400px;
}
.playcard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  background-color: #f09d35;
  opacity: 1;
  border-radius: 45px;
}
.playcard p {
color: #fff;
}
.playcard a {
color: #fff;
}
.playcard h2 {
color: #fff;
}
.playcard h3 {
color: #fff;
}	
.playcard h4 {
color: #fff;
}
.playcard:hover p {
color: #fff;
}
.playcard:hover h4 {
color: #fff;
}

.playimage:hover {
  -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg); /* Standard syntax */
}
.poemcard {
max-width: 600px;
width: 100%;
margin: 0 auto;
background-color: #fff;
padding: 10px 50px;
border-radius: 15px;
opacity: 0.9;
}
@media all and (max-width : 1023px) {
	.poemcard {
	padding: 10px 20px;
	}
}
.promo {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 4px 20px;
background-color: #0178bc;
opacity: 0.9;
border-top-left-radius: 45px;
border-top-right-radius: 45px;
}
@media all and (max-width : 1023px) {
	.promo {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 4px 20px;
	background-color: #0178bc;
	opacity: 0.9;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
}
.promo h1 {color: #fff;
}
.promo h2 {color: #fff;
}
.promo p {color: #fff; 
}
.promo h4 {color: #fff;
}
.aanbeveling {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  background-color: #000;
}
.aanbeveling p {
color: #fff;
}
.aanbeveling a {
color: #fff;
text-decoration: none;
}
/* Slideshow container */

img.slideshow-container {
  vertical-align: middle;
}
.reviewshow {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.slideshow-container {
  position: relative;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #fff;
  padding: 2px 16px;
  color: #000;
  font-weight: 700;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* 10 columns side by side */
.fotocolumn {
  float: left;
  width: 10%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/* 3 columns side by side */
.fotocolumn3 {
  float: left;
  width: 33.33%;
}
@media all and (max-width: 1023px) {
	.fotocolumn3 {
	  display: block;
	  width: 100%;
	}
}
.fotocolumn3 img {
width: 100%;
margin: 0 auto;
padding: 5px;
}     
textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #000;
  font-family: century gothic;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  padding: 20px 10px;
}
#TopBtn {
	display: none;
	position: fixed;
	bottom: 1px;
	right: 1px;
	z-index: 99;
	font-size: 30px;
	line-height: 30px;
	border: none;
	outline: none;
	background-color: rgb(255,255,255, 0.3);
	color: #fff;
	cursor: pointer;
	padding: 6px 10px;
	border-radius: 50%;
  }  
  #TopBtn:hover {
	background-color: #fff;
	color: #4a5c32;
  }
.cc-window{opacity:1;transition:opacity 1s ease}
.cc-window.cc-invisible{opacity:0}
.cc-animate.cc-revoke{transition:transform 1s ease}
.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}
.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}
.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}
.cc-window.cc-static{position:static}
.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}
.cc-revoke{padding:.5em}
.cc-header{font-size:18px;font-weight:700}
.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}
.cc-link{opacity:.8;display:inline-block;padding:.2em}
.cc-link:hover{opacity:1}
.cc-link:active,.cc-link:visited{color:initial}
.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;border-radius: 25px;white-space:nowrap}
.cc-banner .cc-btn:last-child{min-width:140px}
.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}
.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}
.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}
.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}
.cc-revoke.cc-left{left:3em;right:unset}
.cc-revoke.cc-right{right:3em;left:unset}
.cc-top{top:1em}
.cc-left{left:1em}
.cc-right{right:1em}
.cc-bottom{bottom:1em}
.cc-floating>
.cc-link{margin-bottom:1em}
.cc-floating .cc-message{display:block;margin-bottom:1em}
.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-banner{-ms-flex-align:center;align-items:center}
.cc-banner.cc-top{left:0;right:0;top:0}
.cc-banner.cc-bottom{left:0;right:0;bottom:0}
.cc-banner .cc-message{-ms-flex:1;flex:1}
.cc-compliance{
display:-ms-flexbox;display:flex;
-ms-flex-align:center;
align-items:center;
-ms-flex-line-pack:justify;
align-content:space-between}
.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}

@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){
.cc-btn{white-space:normal}
}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){
.cc-window.cc-top{top:0}
.cc-window.cc-bottom{bottom:0}
.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}
.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}
.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}
.cc-window.cc-floating{max-width:none}
.cc-window .cc-message{margin-bottom:1em}
.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}
}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}
.cc-theme-classic .cc-btn{border-radius:5px}
.cc-theme-classic .cc-btn:last-child{min-width:140px}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}
.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}
.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}
.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
