/*
 Theme Name:   Licentius
 Theme URI:    https://www.licentius.be
 Description:  Advies richting (socio-economische) vergunning.
 Author:       Bert Cornelis
 Author URI:   http://www.facebook.com/BertCornelis
 Version:      3.0.0
 Tags:         Licentius
 Text Domain:  licentius
*/
/* reset */

html {
	/*flex*/
	width:100%;
	margin: 0;
	padding: 0;
	display:flex;
	min-width: 372px;
	}

body {
	margin: 0;
	padding: 0;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 1.7;
	font-variant: normal;
	font-size: 18px;

	position: relative;
	color: rgba(40,47,57,1);
	
	/*flex*/
	width:100%;
	min-height:100vh;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}

.wrapper{
    overflow:hidden;
		/*flex*/
	width:100%;
	min-height:100vh;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}

main{
    width: 100%;
    /*flex*/
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    clear: left;
    /**padding-top: 172px;*/
}

p { 
	margin-top: 0px;
	margin-bottom: 22px;
}

strong {
	font-weight: 500;
}

img.cover {
    width: 100%;
    height: 100%;
	overflow: hidden;
	object-fit: cover;
}

*, *:before, *:after {
  box-sizing: border-box;
}

form {
	float: left;
	width: 100%;
	clear: left;
}

.control-group {
    margin-bottom: 8px;
}

form label.label-mobile {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
	height: 100%;
    margin: 0 15px 0 0;
}

form span.textfield {
	text-align: left;
    width: 340px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"]
input[type="tel"], input[type="color"], textarea {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(0,0,0,1.00);
    text-align: left;
    white-space: nowrap;
    padding: 7px 10px 7px 10px;
    font-size: 16px;
    word-spacing: 0px;
    letter-spacing: 0.5px;
    line-height: 1.4286;
    display: inline-block;
    border: 1px solid rgba(48,48,48,1.00);
	transition: border-color .5s ease-out;
    border-radius: 1px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
}

.control-group button {
    width: 360px;
	font-weight: 300;
    font-size: 13.5px;
    word-spacing: 0px;
    letter-spacing: 0.5px;
    display: inline-block;
	text-align: left;
	position: relative;
    background: transparent;
    border: 0px dotted #000;
    border-radius: 1px;
	cursor: pointer;
	color: #000;
}
	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b4b4;
}
	
abbr {
    color: #b4b4b4;
}

select.extrasmall, input.extrasmall  {
    width: 120px;
	margin-right: 10px;
}

select.small, input.small  {
    width: 175px;
	margin-right: 10px;
}

select.medium, input.medium  {
    width: 230px;
	margin-right: 10px;
}

select.large, input.large  {
    width: 360px;
	margin-right: 10px;
}

textarea.small  {
    width: 360px;
	margin-right: 10px;
    height: 60px;
}

textarea.large {
    width: 360px;
	margin-right: 10px;
    height: 260px;
}

.grecaptcha-badge {display: none;}

.blue {
    color: #1243b7;
}

.internetblue {
    color: #00AF4B !important;
}

.darkgrey {
    color: rgba(113,113,113,1.00) !important;
}

.dot {
    font-size: 1.6em;
}

.text-align-left { 
	text-align: left;
}

.text-align-right { 
	text-align: right;
}

/**input[type="checkbox"]#navigation, input[type="checkbox"]#language, input[type="checkbox"]#vertical_menu {
    display:none;
}*/

input[type="checkbox"], input[type="radio"]{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    height: 0;
    width: 0;
}

form label.radio, form label.check {
    padding-left: 35px;
    position: relative;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    padding-right: 15px;
}

form label.check {
    line-height: 19px;
}

form label.radio:after, form label.check:after {
    left: 9px;
    top: calc(50% - 8px);
    width: 7px;
    height: 13px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}

form label.radio:after {
    left: 8px;
    top: 8px;
    width: 9px;
    height: 9px;
    background-color: #000;
    border-radius: 50%;
}

form label.radio:before, form label.check:before  {
    content: "";
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    -webkit-transition: .3 ease-in-out;
    transition: .3 ease-in-out;
    border: 2px solid #000;
    top: calc(50% - 12px);
}

form input[type="checkbox"]:required:invalid + label.check:before {
    border: 2px solid #00AF4B;
  }

form label.radio:before {
    border-radius: 50%;
    top: 0px;
}

form input:checked + label.radio:after, form input:checked~ label.check:after {
    display: block;
}

#desktop, #tablet_desktop, .desktop, .tablet_desktop {
	display: inline;
}

#mobile_tablet, #mobile, #tablet, .mobile_tablet, .mobile, .tablet {
	display: none;
}

.center {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
}

#center {
	width: 1024px;
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.3333%;
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
}

.col-2 {
    -ms-flex: 0 0 16.6667%;
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.3333%;
    flex: 0 0 83.3333%;
    max-width: 83.3333%;
}

.padding-no {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}

.margin-no {
    margin: 0px;
}

.margin-5 {
    margin: 5px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-15 {
    margin: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-20 {
    margin: 20px;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

nav {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

nav.desktop_menu {
	padding: 0px 20px;
}

nav.desktop_menu ul {
	/* min-height: 70px; /* height menu line */
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	font-size:0px;
    display: flex; 
}

nav.desktop_menu li {
	flex-shrink: 2; 
    flex-grow: 3;
    flex-basis: auto;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 15.5px;
}

nav.desktop_menu li.menu-item-home {
	/*display: none;*/
	}

nav.desktop_menu li svg.contact {
	display: none;
	}

nav.desktop_menu li:last-child svg.contact {
	display: inline-block;
    margin-right: 5px;
	}

nav.desktop_menu ul li a {
	background-color: transparent;
	color: black;
    text-decoration:none;
	}

nav.desktop_menu ul li a:hover, nav.desktop_menu ul li.current_page_item a, nav.desktop_menu ul li.current-page-ancestor a {
    font-weight: 700;
	text-decoration: none; 
	}

nav.desktop_menu ul li a:hover::after, nav.desktop_menu ul li.current_page_item a::after, nav.desktop_menu ul li.current-page-ancestor a::after {
    /*content: '.';
    color: #00AF4B;*/
	}

nav.desktop_menu_menu ul li.current_page_item a {
	font-weight: 500;
	color: white;
	}

.sidebar {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: all;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: -320px;
    width: 100%;
    max-width: 320px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 9000;
}

.sidebar label {
    float: right;
    text-align: right;
    width: 100%;
    color: black;
    padding-right: 30px;
    font-size: 22px;
    cursor: pointer;
    background: white;
    box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.03) inset;
	height: 40px;
}

.sidebar label:hover {
    color: #00AF4B;
}

.menu__close-button {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease-in-out opacity;
    transition: .3s ease-in-out opacity;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}

input#navigation[type="checkbox"]:checked ~ .menu__close-button {
    opacity: 1;
    z-index: 8000;
    pointer-events: all;
}

input#navigation[type="checkbox"]:checked ~ .sidebar  {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

nav.mobile_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
}

nav.mobile_menu li:first-child {
    border-top: 1px solid rgba(235,235,235,1.00);
}

nav.mobile_menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(235,235,235,1.00);
    background-color: #fff;
    position: relative;
}

nav.mobile_menu li.current_page_item, nav.mobile_menu li.current-page-ancestor, nav.mobile_menu li:hover{
    border-left: 3px solid #00AF4B;
}

nav.mobile_menu li.blue{
    background-color: rgba(6,90,152,0.05);
}

nav.mobile_menu li svg.contact {
	display: none;
	}

nav.mobile_menu li:last-child svg.contact {
    position: absolute;
    left: 20px;
    color: black;
    width: 15px !important;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
	display: block;
	}

nav.mobile_menu li:last-child svg.contact + a {
    padding-left: 38px;
}

nav.mobile_menu ul li a:hover::after, nav.mobile_menu ul li.current_page_item a::after, nav.mobile_menu ul li.current-page-ancestor a::after {
    /*content: '.';
    color: #00AF4B;*/
}

nav.mobile_menu li a {
	text-decoration: none;
	color: #000;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 18px 20px 16px;
    font-size: 1em;
    line-height: 1.1;
	text-transform: uppercase;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.current_page_item a, nav.mobile_menu ul li.current-page-ancestor a {
	text-decoration: none;
	padding-left: 17px;
    font-weight: 500;
}

nav.mobile_menu li svg.angle {
    position: absolute;
    right: 25px;
    color: #00AF4B;
    width: 22px !important;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
}

nav.vertical_menu label {
    background-color: #F0F0F0;
    width: 100%;
    display: none;
    cursor: pointer;
    color: black;
    padding: 8px 12px;
    border: 0.5px solid rgba(0,0,0,0.14);
    position: relative;
    text-transform: none;
}

/* Dropdown Content (Hidden by Default) */
nav.vertical_menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    text-transform: none;
}

/* Links inside the dropdown */
nav.vertical_menu ul li a, nav.vertical_menu ul li a:hover  {
    border-bottom: 0.5px solid rgba(0,0,0,0.14);
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

nav.vertical_menu ul li a:hover, nav.vertical_menu ul li.current_page_item a{
    font-weight: 500;
	text-decoration: none; 
    background-color: #F0F0F0;
	}

/* Show the dropdown menu on hover */
input[type="checkbox"]#vertical_menu:checked ~ nav.vertical_menu ul li a {
    display: block;
    transition: max-height 0.25s ease-in;
}

nav.vertical_menu label .fa-angle-up, input[type="checkbox"]#vertical_menu:checked ~ nav.vertical_menu label .fa-angle-down {
    display: none;
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: black;
    top: 50%;
    transform: translateY(-50%);
}

nav.vertical_menu label .fa-angle-down, input[type="checkbox"]#vertical_menu:checked ~ nav.vertical_menu label .fa-angle-up {
    display: inline-block;
	transition: all 1000ms ease-in-out;
    font-size: 20px;
    position: absolute;
    right: 20px;
    color: black;
    top: 50%;
    transform: translateY(-50%);
}

nav.tags {
	padding: 5px 0px;
}

nav.tags ul {
	/* min-height: 70px; /* height menu line */
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    position: relative;
    font-size:0px;
}

nav.tags li {
    display: inline-block;
    padding: 0px 10px 8px 0px;
    margin: 0; 
    
}

nav.tags ul li a {
    font-size: 15px;
    padding: 7px 14px;
    color: black;
    text-decoration:none;
    background-color: #F0F0F0;
    display: block;
    border-radius: 2px;
}

nav.tags ul li a:hover {
    font-weight: 500;
	text-decoration: none; 
}

nav.tags ul li a:hover::after {
    /*content: '.';
    color: #00AF4B;*/
}

header, footer {
    width: 100%;
    position: relative; /**fixed header*/
	clear: left;
    top: 0px;
    left: 0px;
}

footer {
    margin-top: 30px;
}

header {
    /**position: fixed;*/
    z-index: 7000;
    background-color: white;
    box-shadow: 0px -4px 11px 3px rgba(0,0,0,0.04);
}

header.fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
}

header.fixed #top {
    display: none;
}

header.fixed + main {
    padding-top: 172px !important;
}

header #top {
    background-color: white;
    width: 100%;
    float: left;
    box-shadow: 0px -6px 11px 3px rgba(0,0,0,0.10);
}

header #top .row {
	height: 50px;
	align-items: center;
	justify-content: center;
}

header #top a, header #logo #center a {
    text-decoration: none;
    color: black;
}

header #top .left {
	text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

header #top .right {
    font-family: obvia, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-align: right;
    font-size: 15px;
}

header #logo {
    position: relative;
    width: 100%;
    float: left;
    background-color: white;
}

header #logo .row {
	height: 120px;
	align-items: center;
	justify-content: center;
}

header #logo img.Licentius {
	position: absolute;
	top: -10px;
    bottom: -10px;
	left: 25px;
	margin:auto;
    height: 90px !important;
	width: 190px !important;
}

header #logo .line-vertical {
    position: absolute;
    top: 0px;
    right: 120px;
    width: 1px;
    height: 100%;
}

header #logo .language {
	position: absolute;
	top: 0px;
	right: 0px;
	margin:auto;
	font-size: 16px;
	color: black;
	width: 120px;
    height: 100%;
}

header #logo .language label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
}

header #logo .language label svg {
	margin-left: 4px;
}

/* Dropdown Content (Hidden by Default) */
header #logo .language-content {
    display: none;
    position: absolute;
    background-color: #00AF4B; /*footer onderkant #1243b7*/;
    width: 100%;
    top: calc(100% + 0px);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align: center;
}

/* Links inside the dropdown */
header #logo .language-content a {
	color: white;
    padding: 20px 0px 20px 0px;
    text-decoration: none;
    display: block;
	text-align: center;
}

/* Change color of dropdown links on hover */
header #logo .language-content a:hover {
	background: radial-gradient(circle, rgba(4,106,49,1) 0%, rgba(4,87,61,1) 100%);
    color: #fff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
input[type="checkbox"]#language:checked ~ header #logo .language-content {
    display: flex;
    flex-direction: column;
}

header #logo .fa-angle-up, input[type="checkbox"]#language:checked ~ header label .fa-angle-down {
    display: none;
}

header #logo .fa-angle-down, input[type="checkbox"]#language:checked ~ header label .fa-angle-up {
    display: inline-block;
	cursor: pointer;
	transition: all 1000ms ease-in-out;
}

.line-horizontal {
    float: left;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    clear: left;
}

section {
    clear: left;
}

section.intro .center, section.title .center {
    align-items: center;
    justify-content: center;
}

section.intro {
    position: relative;
    width: 100%;
	height: 480px; 
    overflow: hidden;
}

section.intro .center {
    position: relative;
    height: 100%;
}

section.intro div.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(circle, rgba(0,212,255,0) 0%, rgba(0,0,0,0.4)  120%);
}

section.intro img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.intro h1 {
    position: absolute;
    right: 6%;
    bottom: 60px;
    width: 400px;
    color: white;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-size: 23px;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    /*text-shadow: 0px 3px 2px rgba(255, 255, 255, 0.4)*/;}

section.intro article h2 {
    color: black;
    font-weight: 300;
    font-variant: normal;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0.2px;
    text-align: left;
    position: relative;
    width: 100%;
}

section.title {
    color: black;
    overflow: hidden;
    background: rgba(249,249,249,1);
    box-shadow: inset 0px 11px 20px -10px rgba(85,91,95,0.20);
}

section.title h1 {
    color: black;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    width: 100%;
}

section.title h2 {
    color: #00AF4B;
    font-weight: 300;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 9px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

section.title h3 {
    color: white;
    font-weight: 300;
    font-variant: normal;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 2px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

section.title article:nth-of-type(2) {
    font-size: 16px;
}

section.title article a {
    color: white;
    text-decoration: none;
}

section.title article a:hover {
    color: rgba(255,255,255,0.68);
    font-weight: 400;
}

section.block article {
    color: black;
    padding: 36px 44px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 30vw;
}

section.block article img.Pictogram {
    /*
    margin-left: auto;
    margin-right: auto;*/
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 7vw;
}

section.block article.image {
    padding: 0px;
}

section.block article a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer !important;
}

section.block article div {
    width: 100%;
}

section.block article:nth-of-type(1) {
    background-color: rgba(243,247,245,1);
    color: black;
}

section.block article:nth-of-type(2) {
    background: rgba(229,236,234,1);
}
section.block article:nth-of-type(3) {
    background-color: rgba(213,224,220,1);
    color: black;
}

section.block article:nth-of-type(3) h1, section.block article:nth-of-type(3) h3 {
    color: rgba(40,47,57,1);
}

section.block article h1 {
    color: black;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 18px;
    margin-top: 10px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    width: 100%;
}

section.block article h2 {
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 12px;
    margin-top: 7px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

section.block article h3 {
    color: black;
    font-weight: 300;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 22px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

section.home {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.general article h1, section.home article h1 {
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
}

section.home article h1 {
    margin-bottom: 20px;
}

section.general article h2 {
    font-size: 21px;
    line-height: 1.2em;
    margin-top: 5px;
    margin-bottom: 7px;
    padding: 0px;
    font-family: obvia, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    color: rgba(139, 139, 139, 1);
}

section.home article h3{
    margin-bottom: 20px;
    margin-top: 4px;
    padding: 0px 0px 20px 0px;
    font-size: 22px;
    line-height: 25px;
    width: 80%;
    font-weight: 500;
    font-style: normal;
    border-bottom: 0.5px solid rgba(40,47,57,0.3);
}

section.home article h3 a {
    text-decoration: none;
    color: rgba(40,47,57,1);
}

section.general article figure {
    margin: 0px 0px 35px 0px;
}

section.general article figure.size-large img, section.general article figure.size-full img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: cover;
    height: 290px;
    -webkit-box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    box-shadow:         0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    border: 1px rgba(191,191,191,0.10) solid;
}

section.general article .alert {
    color: #00AF4B;
	font-weight: 500;
}

section.general article .expert {
    line-height: 1.3em;
    position: relative;
    font-size: 0.95em;
}

section.general article .expert .col-4 a.link {
    position: absolute;
    cursor: pointer !important;
    z-index: 1600;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-color: rgba(255,255,255,0.85);
}

section.general article.dsqd figure {
    display: none;
}

section.general article .profile-photo div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    height: auto;
    padding-right: 1.5px;
    padding-left: 1.5px;
    margin-bottom: 25px;
}

section.general article .profile-photo div img {
    width: 100%;
    height: 100%;
	overflow: hidden;
	object-fit: cover;
}

section.general article .profile-photo div:nth-of-type(1), section.general article .profile-photo div:nth-of-type(5) {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 11%;
}

section.general article .profile-photo div:nth-of-type(2), section.general article .profile-photo div:nth-of-type(4) {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 23%;
}

.no-image {
    width: 100%;
    background-color: rgba(249,249,249,1.00);
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(210,210,210,1.00);
    font-size: 0.9em;
}

.no-image svg {
  font-size: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section.general article .expert .col-4:hover a {
	opacity: 1;
}

section.general article .expert .col-4 span {
    font-size: 0.94em;
    text-align: center;
}

section.general article .expert .col-4 span a, section.general article .expert .col-4 span a:hover {
    color: rgba(113,113,113,1.00) !important;
    text-decoration: none;
}

div.expert .fa-search, article#news .fa-external-link {
  color: white;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

div.expert .fa-search:hover, article#news .fa-external-link:hover {
  color: #eee;
}

section.general article .expert img {
    width: 55%;
    margin-left: 0px;
    display: block;
    object-fit: cover;
    object-position: 100%  50%;
    height: auto;
    -webkit-box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    box-shadow:         0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    border: 1px rgba(191,191,191,0.10) solid;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

section.expertise article {
    height: 250px;
    overflow: hidden;
}

section.expertise article h1 {
    color: black;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-size: 22px;
    line-height: 1em;
    margin: 0px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    width: 100%;
}

section.expertise article h2 {
    color: rgba(40,47,57,1);
    font-weight: 300;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

section.expertise article h3 {
    color: rgba(40,47,57,1);
    font-weight: 300;
    font-variant: normal;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 10px;
    margin-left: 14px;
    margin-top: 12px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

section.expertise article img.Pictogram {
    bottom: -40px;
    vertical-align: middle;
    margin-right: 7px;
    height: 205px !important;
    opacity: 0.09;
    position: absolute;
    right: -10px;
}

section.expertise article h1.team, section.expertise article h2.team {
    width: 50%;
}

section.expertise article a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer !important;
}

section.expertise article div {
    width:100%;
    height:100%;
    background: radial-gradient(circle, rgba(255,255,255,0) 2%, rgba(247,247,247,1) 100%);
    position: relative;
    overflow: hidden;
}

section.expertise article .person {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
	overflow: hidden;
	object-fit: cover;
}

section.expertise article .person {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

section.news {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
}

section.news article h1 {
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-variant: normal;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
    width: 100%;
}

section.news article.col-4 {
    background-color: rgba(255,255,255,1.00); /*rgba(0,100,162,1);*/
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 18px;
    z-index: 0;
    font-size: 13px;
    vertical-align: top;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

section.news article h2 {
    margin-bottom: 0px;
    margin-top: 4px;
    padding: 0px;
    font-size: 19px;
    line-height: 26px;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
}

section.news article h3 {
    margin-bottom: 0px;
    margin-top: 4px;
    padding: 0px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0,0,0,0.47);
    font-style: normal;
}

section.news article.col-4 a.link {
    position: absolute;
    cursor: pointer !important;
    z-index: 1600;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-color: rgba(255,255,255,0.85);
}

section.news article.col-4:hover a.link {
	opacity: 1;
}

section.news article.col-4 img {
    width: 100%;
    height: 220px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    object-fit: cover;
    position: relative;
    -webkit-box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    box-shadow:         0px 4px 30px -10px rgba(0, 0, 0, 0.08);
    border: 1px rgba(191,191,191,0.10) solid;
}

section a {
    padding: 0;
    transition: all 0.3s ease;
    color: rgba(23,28,51,1);
    cursor: pointer;
    text-decoration: underline;
}

section a:hover {
    color: #00AF4B;
    text-decoration: none;
}

#maps { /*Google address*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 320px;
	border-top: 1px solid rgba(255,255,255,1.00);
}

footer {
    background: rgba(249,249,249,1);
    box-shadow: inset 0px 11px 20px -10px rgba(85,91,95,0.20);
}

footer section.colophone {
    color: black;
    font-size: 15px;
}

footer section.colophone a.logo {
    position: relative;
    color: black;
}

footer section.colophone a.logo img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 40px;
}

footer section.colophone h1 {
    color: black;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 2px;
    margin-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    width: 70%;
}

footer section.colophone h2 {
    font-size: 15px;
    letter-spacing: 0px;
    font-family: obvia, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    left: 46px;
    top: -36px;
    text-align: left;
    line-height: 17px;
    width: 280px;
}

footer section.colophone img.Map {
    position: absolute;
    bottom: 20px;
    height: 180px !important;
    filter: drop-shadow(0px 20px 9px rgb(0 0 0 / 0.1));
    right: 70px;
}

footer section.copyright {
    /*background-color: rgba(229,236,234,0.5);*/
    color: rgba(123,123,123,1.00);
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
    font-weight: 100;
}

footer section.copyright div article:nth-of-type(2) {
	text-align: right;
}

footer a {
    color: rgba(95,95,95,1.00);
    text-decoration: none;
}

footer a:hover {
    color: rgba(123,123,123,1.00);
    font-weight: 400;
}

footer section.copyright a {
    color: rgba(40,47,57,1);
    text-decoration: none;
}

footer section.copyright a:hover {
    color: rgba(40,47,57,0.68);
    font-weight: 400;
}

.btn {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 300;
    font-style: normal;
	display: inline-block;
	margin-bottom: 0;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 0.5px solid black;
	padding: 10px 28px;
	text-decoration: none;
    text-transform: uppercase;
	
	color: rgba(0,0,0,1.00);
	background-color: white;
	border-color: none;
    border-radius: 20px;
	text-shadow: none;
	transition: all 500ms ease-in-out;
}

.btn:hover {
	background-color: #00AF4B;
    color: white !important;
	border: 0.5px solid white;
}

table {
    background-color: transparent;
    border: 1px solid #e0e0e0;
    table-layout: fixed;
    text-align: left;
    width: 100%;
}

thead {
    color: #fff;
    background-image: linear-gradient(90deg,#00a995,#451e76);
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 6px 2px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

td {
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4em;
	font-size: 0.8em;
}

@media screen and (max-height: 500px) {
main{
    padding-top: 0px; /*fixed header height */
}
	
header {
    position: relative; /**fixed header*/
}
}

@media all and (max-width : 1024px) {
body {
	font-size: 16px;
}
    
form label.label-mobile {
    text-align: left;
    font-weight: 750;
    width: 100%;
}
    
input.extrasmall, input.small, input.medium, input.large, select.extrasmall, select.small, select.large, textarea.large {
    width: 100%;
	margin-right: 0px;
	margin-bottom: 5px;
}

#center, .center {
	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

main{
	margin-top: 0px; /*fixed header height */
}
    	
nav.desktop_menu {
	display: none;
}

header #logo .col-3 {
    width: 250px;
    flex: none;
    max-width: none;
}
    
header #logo .col-8 {
    flex: 1;
    max-width: none;
    margin-right: 120px;
    text-align: right;
    font-size: 17px;
    height: 100%;
}
    
header #logo .col-8 label {
    height: 100%;
    cursor: pointer;
    padding-right: 60px;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

header #logo .col-1 {
    display: none;
}

section.block article.col-4 {
    height: 50vw;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    
section.block article.col-4:nth-of-type(1) {
    display: none
}
    
section.intro {
    position: relative;
	height: 300px; 
}

section.intro h1 {
    bottom: 20px;
    font-size: 18px;
    color: white;
    text-shadow: none;
}
    
section.general article:nth-of-type(1), section.title article:nth-of-type(1) {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

section.general article:nth-of-type(2), section.title article:nth-of-type(2) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
    
section.home article:nth-of-type(2) {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
}
    
section.home article:nth-of-type(1), section.home article:nth-of-type(3), section.general article.col-12, section.title article.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
section.news article.col-4, section.expertise article.col-4, .expert .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
  
section.home {
    padding-top: 20px;
    padding-bottom: 20px;
}
    
section.home article h3{
    width: 100%;
}
    
section.title, section.home, section.general, section.expertise, section.news, section.contact-photos {
    padding-left: 6%;
    padding-right: 6%;
} 
    
section.general article .profile-photo div {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

section.general article .profile-photo div:nth-of-type(1), section.general article .profile-photo div:nth-of-type(5) {
    display: none;
}

section.general article .profile-photo div:nth-of-type(2), section.general article .profile-photo div:nth-of-type(4) {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    opacity: 23%;
}
    
section.expertise article {
    height: 230px;
}
    
section.expertise article h1 {
    font-size: 20px;
}

section.expertise article h2 {
    font-size: 12px;
    margin-bottom: 6px;
}
    
section.contact-photos article {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 12px;
}
    
footer section.colophone .center, footer section.copyright .center{
    padding-left: 8%;
    padding-right: 8%;
} 
    
footer section.colophone div article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}
    
footer section.colophone h2 {
    font-size: 14px;
    line-height: 16px;
    left: 44px;
    top: -34px;
}
    
footer section.colophone img.Map {
    bottom: 55px;
    height: 180px !important;
    right: 0px;
}

#tablet, #tablet_desktop, #mobile_tablet, .tablet, .tablet_desktop, .mobile_tablet  {
	display: inline;
}

#mobile, #desktop, .mobile, .desktop {
	display: none;
}
}

@media all and (max-width : 650px) {
body {
	font-size: 15px;
}
    
nav.vertical_menu label {
    display: block;
}
    
/* Links inside the dropdown */
nav.vertical_menu ul li a, nav.vertical_menu ul li a:hover  {
    display: none;
}
    
.col-2, .col-3, .col-4, .col-5, .col-7, .col-8, .col-9, section.title article:nth-of-type(1), section.title article:nth-of-type(2), section.general article:nth-of-type(1), section.general article:nth-of-type(2), .expert .col-4, footer section.colophone div article:nth-of-type(1), footer section.colophone div article:nth-of-type(2), footer section.colophone div article:nth-of-type(3), footer section.colophone div article:nth-of-type(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
header #top .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}   
header #top .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
    
section.intro article:nth-of-type(1), section.title article:nth-of-type(1) {
    padding-bottom: 7px;
}

section.intro article:nth-of-type(2), section.title article:nth-of-type(2) {
    padding-top: 5px;
    padding-bottom: 7px;
}

section.block article {
    min-height: auto;
}
    
section.block article.col-4 {
    padding: 24px 28px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

section.block article img.Pictogram {
    /*
    margin-left: auto;
    margin-right: auto;*/
    height: 28px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    margin-right: 10px;
}
    
section.block article.col-4:nth-of-type(1) {
    display: flex;
}
    
section.block article.image {
    height: 350px;
    padding: 0px;
}
    
section.block article div {
    align-self: center;
    width: 100%;
}
    
section.block article h1 {
    margin-bottom: 0px;
    margin-top: 0px;
}
    
section.block article h2 {
    margin-bottom: 12px;
    margin-top: 0px;
}
    
section.block article h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 22px;
    text-align: right;
    padding-right: 20px;
}  
    
section.general article:nth-of-type(1) {
    padding-top: 7px;
    padding-bottom: 7px;
}

section.general article:nth-of-type(2) {
    padding-top: 7px;
    padding-bottom: 14px;
}

section.general article h1 {
    text-align: left;
}

section.general article h2 {
    text-align: left;
}
    
section.block article div.col-12:nth-of-type(1) {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
    
section.block article div.col-12:nth-of-type(2) {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
    
section.news article.col-4, section.expertise article.col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
section.expertise article {
    height: 200px;
}
    
section.contact-photos article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 8px;
}
    
section ul.list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
    
header #logo .col-3 {
    width: 200px;
}
    
header #logo .col-8 label {
    padding-right: 30px;
}

footer {
    text-align: center;
}
    
footer section.colophone a.logo img {
    max-width: 215px;
    padding-bottom: 20px;
}
    
footer section.colophone div article {
    padding-left: 0px;
    padding-right: 0px;
}
    
footer section.colophone h2 {
    font-size: 12.5px;
    line-height: 14.5px;
    left: 40px;
    top: -13px;
}
    
footer section.colophone img.Map {
    display: block;
    margin: 30px auto;
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    height: 160px !important;
}

footer section.colophone h1, footer section.copyright div article:nth-of-type(2) {
    text-align: center;
    width: 100%;
}
    
#mobile, #mobile_tablet, .mobile, .mobile_tablet {
	display: inline;
}

#tablet_desktop, #tablet, #desktop, .tablet_desktop, .tablet, .desktop {
	display: none;
}

}

.mySlides {
	display:none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySlides-arrow:hover{color:#00AF4B;}

.mySlides-bullet{
	border-radius:50%;
	background-color: rgba(255,255,255,1.00);
	display:inline-block;
	margin: 0px 1px;
	padding-left:7px;
	padding-right:7px;
	text-align:center;
	cursor:pointer;
	height:11px;width:11px;padding:0;
	
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.05);
}

.mySlides-bullet-change, .mySlides-bullet:hover{
	background-color: #00AF4B;
}

.mySlides-bullets{
	position:absolute;
	left:50%;
	bottom:0;transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	text-align:center;
	padding:0.01em 16px;
	margin-top:16px!important;margin-bottom:16px!important
}

.mySlides-arrow-left{
	position:absolute;
	top:50%;
	left:2%;
	font-size: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	transform:translate(0%,-50%);
	-ms-transform:translate(-0%,-50%);
	cursor:pointer;
	background-color: rgba(255,255,255,0.90);
	color: #000;
}

.mySlides-arrow-right{
	position:absolute;
	top:50%;
	right:2%;
	font-size: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	transform:translate(0%,-50%);
	-ms-transform:translate(-0%,-50%);
	cursor:pointer;
	background-color: rgba(255,255,255,0.90);
	color: #000;
}

@media all and (max-width : 1024px) {
.mySlides-arrow-left{
	left:8%;
}

.mySlides-arrow-right{
	right:8%;
}
}

#cookies-popup {
    color: rgb(107, 107, 107);
    background-color: rgb(244, 244, 244);
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 1.2em;
    left: 1.2em;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    opacity: 0.94;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){
#cookies-popup {
    left: 0;
    right: 0;
    max-width: none;
    bottom: 0;
}
 }

#cookies-popup span {
    margin: 2em 2em 1.5em;
}

#cookies-popup span a {
    color: #00AF4B;
    text-decoration: underline;
}

#cookies-popup span a:hover {
    color: #00AF4B;
    text-decoration: none;
}

#cookies-popup div a {
    color: rgb(255, 255, 255);
    background-color: #00AF4B;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: .7em .8em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-top: 0.5px transparent solid;
}

#cookies-popup div a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(107, 107, 107);
    border-top-color: rgba(46,46,46,0.50);
}

header label .fa-times, input[type="checkbox"]#navigation:checked ~ header label .fa-bars {
    display: none;
}

header label .fa-bars, input[type="checkbox"]#navigation:checked ~ header label .fa-times {
    display: inline-block;
	cursor: pointer;
	transition: all 1000ms ease-in-out;
}

.puregraphics img {
	vertical-align: middle;
	width: auto;
	height: 16px;
}
.puregraphics img:last-child{
	display:none;
}
.puregraphics:hover img:first-child{
	display:none;
}
.puregraphics:hover img:last-child{
	display:inline-block;
}

.puregraphics-print {
	display: none;
}