html {
scroll-behavior: smooth;
}
body { 
margin: 0; 
font-family: 'Open Sans', sans-serif; 
background-color:#fff;
margin: 0;
padding: 0;
word-wrap: break-word !important;
}
@media (max-width: 200px){
	* {display: none;}
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix { clear: both; 
}
#pagina {
max-width: 1220px;
width: 100%;
margin: auto;
border: 0px solid #ff0000;
}
h1 {font-size: 30px; font-family: Arial;}
h2 {font-size: 24px; font-family: Arial;}
h4 {font-size: 16px; font-family: Arial; font-style: italic;}
p {font-size: 18px;}
a {text-decoration: none;}
hr {background: #43a9dd;}
div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0px;
height: 100px;
max-width: 1200px;
margin: auto;
background-color: #fff;
border-bottom: 0px solid #3458a8;
padding: 0;
z-index: 1;
}
@media (max-width: 1200px) {
	div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 100px;
	z-index: 1;
	}
}
@media (min-width: 1201px) {
	div.sticky {
	position: relative;
	z-index: 1;
	}
}
nav {
  text-align: right;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 50px;
}

nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  list-style-type: none;
}

nav ul li { display: inline-block; }

nav ul li a {
  color: #3458a8;
  font-weight: normal;
  text-decoration: none;
  margin: auto;
  display: inline-block;
  min-width: 40px;
  padding: 1em 1em;
  box-sizing: border-box;
  border-radius: 25px;
  border: 2px solid transparent;
}
@media (min-width: 1201px) {
	nav ul li a {
	text-align: center;
	}
}

nav ul li a:hover { 
border-radius: 25px;
border: 2px solid #3458a8;
}

.current_page {  
color: #fff; 
background-color: #3458a8;
border-radius: 25px;
border: 2px solid #3458a8;
}
/* #d3d8eb */

#menu_button_wrapper { display: none; }

.hidden { display: none; }

/* Responsive for smaller screens */

@media (max-width: 1200px) {
	nav {
  	padding-top: 1px;
	padding-left: 10px;
	text-align: left;
	}
	#menu_button_wrapper {
	display: block;
	padding: 1em;
	color: #3458a8;
	border-bottom: 0px solid #101010;
	-webkit-box-shadow: 0 0px 0 rgba(255,255,255,.1);
	box-shadow: 0 0px 0 rgba(255,255,255,.1);
	margin-bottom: .5em;
	}

	#menu_button {
  	box-sizing: border-box;
  	float: right;
	min-width: 140px;
  	margin-top: 60px;
  	padding: 1em 1em;
	border: 0px solid #3458a8;
	border-radius: 25px;
	color: #fff;
	font-weight: bold;
	background-color: #8f98cd;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
	}

	#menu_button:hover {
  	cursor: pointer;
  	background-color: #43a9dd;
  	color: #fff;
	}

	#hamburger {
  	float: right;
  	padding-top: .15em;
	}

	#menu_button span {
  	display: block;
  	background-color: #3458a8;
  	width: 1.2em;
  	height: .15em;
  	border-radius: 1px;
  	margin-bottom: .2em;
	}
	nav ul {
  	width: 100%;
  	margin: 0 auto;
  	padding: 0;
  	box-sizing: border-box;
	}
	nav ul li { display: block; }
	nav ul li a { min-width: 40px; }
}

.logo_placeholder {
position: relative;
top: -90px;
left: 20px;
z-index: 2;
border: 0px solid #ff0000;
}
@media (max-width: 1200px) { 
	.logo_placeholder {
	position: fixed;
	top: 1em;
	left: 20px;
	}
}
@media all and (min-width: 1201px) { 
	.logo_placeholder {
	position: relative;
	top: -90px;
	left: 20px;
	}
}
img.logo_placeholder {
  width: 320px;
  height: 108px;
  padding-top: 10px;
}

@media (max-width: 150px) {
	img.logo_placeholder {
	display: none;
	}
}
@media (max-width: 320px) {
	img.logo_placeholder {
	width: 73px;
	height: 25px;
	}
}
@media (max-width: 400px) and (min-width: 321px) {
	img.logo_placeholder {
	width: 146px;
	height: 50px;
	}
}
@media (max-width: 500px) and (min-width: 401px) {
	img.logo_placeholder {
	width: 219px;
	height: 75px;
	}
}

.linkedin {
background-color: #3458a8;
color: #fff;
font-size: 16px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
width: 40px;
height: 40px;
border-radius: 50%;
}
.linkedin:hover {
background-color: #43a9dd; 
color: #fff;
}
@media (max-width: 1200px){ 
	.linkedin {
	display: none;
	}
}
.linkedin_vgm {
background-color: #3458a8;
color: #fff;
font-size: 16px;
padding: 0;
text-align: center;
transition: all 0.3s ease;
width: 40px;
height: 40px;
border-radius: 50%;
z-index: 2;
}
@media (min-width: 1201px){ 
	.linkedin_vgm {
	display: none;
	}
}
.linkedin_vgm:hover {
background-color: #43a9dd;
}
.home {
background-color: #fff;
color: #3458a8;
font-size: 36px;
padding: 10px 12px;
text-align: center;
transition: all 0.3s ease;
}
.home:hover {
color: #43a9dd;
}
@media (max-width: 1200px){ 
	.home {
	display: none;
	}
}
.home_vgm {
background-color: #fff;
color: #3458a8;
font-size: 36px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
z-index: 2;	
}
.home_vgm:hover {
color: #43a9dd;
}
@media (min-width: 1201px){ 
	.home_vgm {
	display: none;
	}
}
.mail {
background-color: #fff;
color: #3458a8;
font-size: 20px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
width: 45px;
height: 45px;
border-radius: 50%;
}
.mail:hover {
color: #43a9dd;
}
@media (max-width: 1200px){ 
	.mail {
	display: none;
	}
}
.mail_vgm {
background-color: #fff;
color: #3458a8;
font-size: 20px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
width: 45px;
height: 45px;
border-radius: 50%;
z-index: 2;	
}
.mail_vgm:hover {
color: #43a9dd;
}
@media (min-width: 1201px){ 
	.mail_vgm {
	display: none;
	}
}
#container {
margin-top: -50px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
padding: 0;	
border: 0px solid #3458a8;
}
#footer {
margin: auto;
width: 100%;
max-width: 1180px;
padding: 20px 20px 5px 20px;	
background-color: #3458a8;
border-radius: 15px 15px;
}
#footer {
color: #fff;
}
#footer a {
color: #fff;
}
@media (max-width: 1200px){ 
    .home_vgm {
	position: fixed;
	top: 8px;
	right: 120px;
	}
	.mail_vgm {
	position: fixed;
	top: 22px;
	right: 70px;
	}
	.linkedin_vgm {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 12px;
	}
	#container {
 	margin-top: 60px;	
	}
}
@media (max-width: 760px){
	#footer {
	text-align: center;
	}
}
@media (max-width: 209px){
    .home_vgm {
	display: none;
	}
	.mail_vgm {
	display: none;
	}
	.linkedin_vgm {
	display: none;
	}
}
.home_V_text {
padding: 20px;
background-color: #3458a8;
border-radius: 0 0 15px 15px;
color: #fff;
text-align: center;
min-height: 210px;
}
.home_G_text {
padding: 20px;
background-color: #8f98cd;
border-radius: 0 0 15px 15px;
color: #fff;
text-align: center;
min-height: 210px;
}
.home_M_text {
padding: 20px;
background-color: #43a9dd;
border-radius: 0 0 15px 15px;
color: #fff;
text-align: center;
min-height: 210px;
}
.home_text {
padding: 20px;
background-color: #f5f5f5;
border-radius: 0 0 15px 15px;
color: #fff;
text-align: center;
min-height: 210px;
}
.pc_text {
padding: 20px;
background-color: #f5f5f5;
border-radius: 0 0 15px 15px;
border-bottom: 0px solid #3458a8;
border-left: 0px solid #3458a8;
border-right: 0px solid #3458a8; 
min-height: 210px;
}
.pc_text h2 {
font-family: Arial;
color: #3458a8;
}
.pc_text h3 {
font-family: Arial;
font-size: 18px;
color: #000;
font-style: italic;
}
.pc_text p {
font-size: 18px;
color: #000;
}
.pc_text a {
color: #000;
}
.pc_text a:hover {
color: #3458a8;
}
.pc_text a:active {
color: #3458a8;
}
.fotocard {
padding: 10px 20px;
border-radius: 15px;
}
.fotocard img {
margin: auto;
width: 100%;
display: block;
border-radius: 15px;
}
.picturecard {
padding: 10px 20px;
border-radius: 15px;
}
@media screen and (max-width: 760px) {
	.picturecard {
	padding: 10px 5px;
	border-radius: 15px;
	}
}
.picturecard a {
color: #000;
text-decoration: none;
}
.picturecard h1 {
color: #fff;
}
.picturecard img {
margin: auto;
width: 100%;
display: block;
border-radius: 15px 15px 0 0;
border: 0px solid #3458a8;
}
.promo {
  padding: 10px 20px;
  background-color: #269ccb;
  border-radius: 15px;
}
.promo:hover {
  padding: 10px 20px;
  background-color: #269ccb;
}
.promo p {color: #fff;
}
/* plaatsbepalingen horizontaal */
.centraal { margin: auto;
width: 100%;
text-align: center;
}
.max300 { 
max-width: 300px;
width: 100%;
}
.max400 { 
max-width: 400px;
width: 100%;
}
.max600 { 
max-width: 600px;
width: 100%;
}
/* Float 3 columns side by side */
.column {
  float: left;
  width: 33.33%;
  padding: 0;
  border: 0px solid #ff0000;
}
/* Float 2 columns side by side */
.column_2 {
  float: left;
  width: 50%;
  padding: 0;
  border: 0px solid #ff0000;
}
.column_2 img {
	width: 100%;
	border-radius: 25px;
	margin-top: 70px;
	margin-left: 25px;
}
/* Float 2 columns side by side left 66.6% */
.column_2_66 {
  float: left;
  width: 66.6%;
  padding: 0;
  border: 0px solid #ff0000;
}
/* Float 2 columns side by side right 33.3% */
.column_2_33 {
  float: left;
  width: 33.3%;
  padding: 0;
  border: 0px solid #ff0000;
}
.column_2_33 img {
	width: 100%;
	border-radius: 25px;
	margin-top: 70px;
	margin-left: 25px;
}
.column_2_33 h3 {
	padding-top: 70px;
}
.column_2_33 h4 {
	margin-left: 25px;
}
/* alternatieve kolom: smalle kolom links - brede kolom rechts */
/* Float 2 columns side by side right 66.6% */
.column_2_66_alt {
  float: right;
  width: 66.6%;
  padding: 0 0 0 25px;
  border: 0px solid #ff0000;
  
}
/* Float 2 columns side by side left 33.3% */
.column_2_33_alt {
  float: left;
  width: 33.3%;
  padding: 0;
  border: 0px solid #ff0000;
}
.column_2_33_alt img {
	width: 100%;
	border-radius: 25px;
	margin-top: 25px;
	margin-right: 25px;
}
.column_2_33_alt h3 {
	padding-top: 70px;
}
.column_2_33_alt h4 {
	margin-right: 25px;
}
/* eind alternatieve kolom */
.column_2_33_text {
  float: left;
  width: 33.3%;
  padding: 0;
  border: 0px solid #ff0000;
}
.column_2_33_text h3 {
	padding-top: 25px;
    margin-left: 25px;
}
.column_2_33_text p {
    margin-left: 25px;
}
/* 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: 760px) {
	.column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  	}
	.column_2 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
	.column_2 img {
	margin-top: 0;
	margin-left: 0;
	}
	.column_2_66 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
	.column_2_33 {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
	.column_2_33 img {
	margin-top: 0;
	margin-left: 0;
	}
	.column_2_33 h4 {
	margin-left: 0;
	}
    .column_2_66_alt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
    padding: 0;
	}
	.column_2_33_alt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
	.column_2_33_alt img {
	margin-top: 0;
	margin-right: 0;
	}
	.column_2_33_alt h4 {
	margin-right: 0;
	}
    .column_2_33_text {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	}
    .column_2_33_text h3 {
	margin-top: 0;
	margin-left: 0;
	}
    .column_2_33_text p {
	margin-top: 0;
	margin-left: 0;
	}
}

.columnleft {
border: 0px solid #fff;	
}
.columncenter {
border: 0px solid #fff;
}
.columnright {
border: 0px solid #fff;
}
@media screen and (min-width: 761px) {
	.columnleft {
	border: 0px solid #fff;	
	}
	.columncenter {
	border: 0px solid #fff;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}
	.columnright {
	float: right;
	border: 0px solid #fff;
	}
}

.tekst { 
margin: 50px 0;
line-height: 1.6;
border-radius: 0;
}
.homeleesverder {
color: #fff;
}
a.homeleesverder {
color: #3458a8;
background-color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: 700;
padding: 1em 1em;
border-radius: 25px;
}
a.homeleesverder:hover {
background-color: transparent;
color: #fff;
border: 2px solid #fff;
}
.leesverder {
border-radius: 25px;
}

a.leesverder {
color: #3458a8;
background-color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: 700;
padding: 15px 20px;
border-radius: 25px;
border: 2px solid #3458a8;
}
a.leesverder:hover {
color: #fff;
background-color: #3458a8;
}
@media all and (min-width: 761px) {
	img.nieuwslinks {
	width: 90%;
	max-width: 360px;
	border-radius: 25px;
	float: left;
	margin: 25px 30px 30px 0;
	}
}
@media all and (min-width: 761px) {
	img.nieuwsrechts {
	width: 90%;
	max-width: 360px;
	border-radius: 25px;
	float: right;
	margin: 25px 0 30px 30px;
	}
	img.adviesrechts {
	width: 90%;
	max-width: 200px;
	border-radius: 25px;
	float: right;
	margin: 25px 0 30px 30px;
	}
}
@media all and (max-width: 760px) {
	img.nieuwslinks {
	display: block;
	width: 100%;
	max-width: 700px;
	border-radius: 25px;
	margin: auto;
	}
}
@media all and (max-width: 760px) {
	img.nieuwsrechts {
	display: block;
	width: 100%;
	max-width: 700px;
	border-radius: 25px;
	margin: auto;
	}
	img.adviesrechts {
	display: block;
	width: 100%;
	max-width: 700px;
	border-radius: 25px;
	margin: auto;
	}
}
img.nieuwsbreed {
display: block;
width: 100%;
max-width: 700px;
margin: auto;
}
img.nieuws {
display: inline-block;
width: 100%;
max-width: 700px;
margin: 30px 0;
border-radius: 25px;
}
.nieuws_text {
padding: 20px 30px;
background-color: #f5f5f5;
border-radius: 0 0 15px 15px;
border-bottom: 0px solid #3458a8;
border-left: 0px solid #3458a8;
border-right: 0px solid #3458a8; 
}
.nieuws_name h2 {
font-family: Arial;
color: #fff;
}
.nieuws_text h3 {
font-family: Arial;
font-size: 24px;
color: #8f98cd;
font-style: normal;
}
.nieuws_text p {
font-size: 18px;
}
.nieuws_text ul {
font-size: 18px;
}
.nieuws_text ol {
font-size: 18px;
}
/* Create two unequal columns that floats next to each other */

.nieuwsarchief_column_links {
  float: left;
  padding: 20px 0 0 0;
  width: 20%;
  background-color: transparent;
}
.nieuwsarchief_column_rechts {
  float: left;
  padding: 0 30px 0 0;
  width: 80%;
  background-color: transparent;
}
.nieuwsarchief_column_rechts p {
color: #000;
}
.nieuwsarchief_column_rechts a {
color: #000;
}
.nieuwsarchief_column_rechts a:hover {
color: #3458a8;
}
.nieuwsarchief_column_links img {
width: 75%;
border-radius: 25px;
float: left;
padding-top: 1px;
}
@media all and (min-width: 761px) {
	.nieuwsarchief_column_rechts img {
	width: 0%;
	border-radius: 25px;
	display: none;
	}
}
.nieuwsarchief_column_links p {
font-size: 18px;
}
.nieuwsarchief_column_rechts h2 {
font-family: Arial;
font-size: 24px;
color: #3458a8;
}
.nieuwsarchief:hover {
background-color: #d8d8d8;
}
@media all and (max-width: 760px) {
	.nieuwsarchief_column_links {
	float: left;
	padding: 20px 0 0 0;
	width: 0%;
	background-color: transparent;
	display: none;
	}
	.nieuwsarchief_column_rechts {
	padding: 20px;
	width: 100%;
	background-color: transparent;
	}
	.nieuwsarchief_column_links img {
	width: 0%;
	border-radius: 25px;
	display: none;
	}
	.nieuwsarchief_column_rechts img {
	width: 100%;
	border-radius: 25px;
	padding: 10px;
	}
	.nieuwsarchief_column_links p {
	font-size: 18px;
	display: none;
	}
	.nieuwsarchief_column_rechts h2 {
	font-family: Arial;
	font-size: 24px;
	color: #3458a8;
	}
}
img.wie {
border-radius: 50%;
border: 4px solid #3458a8;
width: 90%;
max-width: 360px;
margin-bottom: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);	
}
img.wie:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);	
 -webkit-animation: mymove 2s 1; /* Chrome, Safari, Opera */
  animation: mymove 1s 1;}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  50% {-webkit-transform: rotate(30deg);}
}
/* Standard syntax */
@keyframes mymove {
  50% {transform: rotate(30deg);}
}
img.wie2 {
border-radius: 50%;
border: 4px solid #3458a8;
width: 90%;
max-width: 360px;
margin-bottom: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}
.wie_name {
padding: 5px 20px;
line-height: 1;
background-color: #3458a8;
border-radius: 15px 15px 0 0;
border-bottom: 0px solid #3458a8;
border-left: 0px solid #3458a8;
border-right: 0px solid #3458a8; 
}
.wie_text {
padding: 20px 30px;
background-color: #f5f5f5;
border-radius: 0 0 15px 15px;
border-bottom: 0px solid #3458a8;
border-left: 0px solid #3458a8;
border-right: 0px solid #3458a8; 
}
.wie_name h2 {
font-family: Arial;
color: #fff;
}
.wie_text h3 {
font-family: Arial;
font-size: 18px;
font-style: italic;
}
.wie_text p {
font-size: 18px;
}
hr.wie {
border: 4px solid #43a9dd;
border-radius: 5px;}

img.persoon {
border-radius: 50%;
border: 4px solid #3458a8;
max-width: 300px;
width: 90%;
margin-bottom: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}
img.persoon:hover {	
 -webkit-animation: mymove 2s 1; /* Chrome, Safari, Opera */
  animation: mymove 1s 1;}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  50% {-webkit-transform: rotate(30deg);}
}
/* Standard syntax */
@keyframes mymove {
  50% {transform: rotate(30deg);}
}
.wie_text h1 {
color: #3458a8;
}
.wie_text ul {
font-size: 18px;
}
.wie_telefoon {
background-color: #3458a8;
color: #fff;
font-size: 18px;
padding: 12px 14px;
text-align: center;
transition: all 0.3s ease;
width: 45px;
height: 45px;
border-radius: 50%;
}
.wie_telefoon:hover {
background-color: #43a9dd;
}
.wie_mail {
background-color: #3458a8;
color: #fff;
font-size: 18px;
padding: 12px;
text-align: center;
transition: all 0.3s ease;
width: 45px;
height: 45px;
border-radius: 50%;
}
.wie_mail a {
color: #fff;
}
.wie_mail:hover {
background-color: #43a9dd;
}
.wie_linkedin {
background-color: #3458a8;
color: #fff;
font-size: 18px;
padding: 12px 14px;
text-align: center;
transition: all 0.3s ease;
width: 45px;
height: 45px;
border-radius: 50%;
}
.wie_linkedin:hover {
background-color: #43a9dd;
}
.schuin {
font-style: italic;
}
.nadruk {
font-weight: bold;
font-style: italic;
}
p.onderschrift {
font-size: 16px;
font-style: italic;
}
#TopBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	font-size: 30px;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: rgb(255,255,255, 0.3);
	color: #3458a8;
	cursor: pointer;
	padding: 6px 15px;
	border-radius: 50%;
  }
  
  #TopBtn:hover {
	background-color: #3458a8;
	color: #fff;
  }
.video{background-color:#3458a8;margin-top:10px;min-width:270px;width:100%;height:auto;border-radius:5px;padding:5px;color:#fff;font-family:verdana;font-size:1.4em;vertical-align:text-top;
}
.videoWrapper{position:relative;padding-bottom:56.25%;padding-top:1px;height:0;
}
.videoWrapper iframe{position:absolute;top:0;margin:0 auto;width:100%;height:100%;background-color:#3458a8;
}
.videoWrapper p{font-size:1em;}
.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}