/* COLORS
	
	darkblue: #354463
	green: #c1f7d5
	lightgrey: #F5F6F8
	grey: #7F7F7F
*/

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Black.eot');
    src: url('../Fonts/Lexend-Black.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Black.woff2') format('woff2'),
        url('../Fonts/Lexend-Black.woff') format('woff'),
        url('../Fonts/Lexend-Black.ttf') format('truetype'),
        url('../Fonts/Lexend-Black.svg#Lexend-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Bold.eot');
    src: url('../Fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Bold.woff2') format('woff2'),
        url('../Fonts/Lexend-Bold.woff') format('woff'),
        url('../Fonts/Lexend-Bold.ttf') format('truetype'),
        url('../Fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-ExtraBold.eot');
    src: url('../Fonts/Lexend-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-ExtraBold.woff2') format('woff2'),
        url('../Fonts/Lexend-ExtraBold.woff') format('woff'),
        url('../Fonts/Lexend-ExtraBold.ttf') format('truetype'),
        url('../Fonts/Lexend-ExtraBold.svg#Lexend-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-SemiBold.eot');
    src: url('../Fonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('../Fonts/Lexend-SemiBold.woff') format('woff'),
        url('../Fonts/Lexend-SemiBold.ttf') format('truetype'),
        url('../Fonts/Lexend-SemiBold.svg#Lexend-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Light.eot');
    src: url('../Fonts/Lexend-Light.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Light.woff2') format('woff2'),
        url('../Fonts/Lexend-Light.woff') format('woff'),
        url('../Fonts/Lexend-Light.ttf') format('truetype'),
        url('../Fonts/Lexend-Light.svg#Lexend-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Medium.eot');
    src: url('../Fonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Medium.woff2') format('woff2'),
        url('../Fonts/Lexend-Medium.woff') format('woff'),
        url('../Fonts/Lexend-Medium.ttf') format('truetype'),
        url('../Fonts/Lexend-Medium.svg#Lexend-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Regular.eot');
    src: url('../Fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Regular.woff2') format('woff2'),
        url('../Fonts/Lexend-Regular.woff') format('woff'),
        url('../Fonts/Lexend-Regular.ttf') format('truetype'),
        url('../Fonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-Thin.eot');
    src: url('../Fonts/Lexend-Thin.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-Thin.woff2') format('woff2'),
        url('../Fonts/Lexend-Thin.woff') format('woff'),
        url('../Fonts/Lexend-Thin.ttf') format('truetype'),
        url('../Fonts/Lexend-Thin.svg#Lexend-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../Fonts/Lexend-ExtraLight.eot');
    src: url('../Fonts/Lexend-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/Lexend-ExtraLight.woff2') format('woff2'),
        url('../Fonts/Lexend-ExtraLight.woff') format('woff'),
        url('../Fonts/Lexend-ExtraLight.ttf') format('truetype'),
        url('../Fonts/Lexend-ExtraLight.svg#Lexend-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Lexend', sans-serif !important;
	font-size: 14px;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.1em;
}

h1 {
	text-transform: uppercase;
	font-size: 24px;
}

h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 1.5rem;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

h4 {
	font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 22px;
	}

  	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 14px;
	}
	
	h5 {
	  font-size: 14px;
	}
}

a {
	color: #354463;
}


/************************* NAVIGATION ****************************/

/* MAIN NAV */

@media (min-width: 992px) and (max-width: 1099px) {
  .main-menu__item:not(:last-of-type) {
	  margin-right: 22px;
	}
}


/* Servicenav */

header.header .button {
  width: auto;
}

.header-contact {
	width: 24px;
	height: 24px !important;
	display: inline-block !important;
	vertical-align: middle;
	background-repeat: no-repeat;
}

.header-contact{
	color:#000;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23354463' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
}

.header-contact.active {
	color: #C3A377;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* LANG NAV */

.lang-select__item--active::before {
  height: 0px;
  width: 0px;
}

.line {
	content: '';
	margin: 1rem 0;
	height: 45px;
	background: #fff;
	width: 1px;
	display: inline-block;
}


.lang-select {
    margin-right: 1rem !important;
}

/* MOBILE NAV */

.dropdown-trigger {
  margin: 0 5px 0 15px;
}

.aside-dropdown hr {
	border: 0.5px solid #fff;
}

.aside-menu__item.active {
	color: #c1f7d5;
}

.aside-menu__item .second {
	margin-top: 16px;
	padding-left: 20px;
}


/******************* HOME **************************/

/* HEADER */

@media only screen and (max-width: 1200px) {
  .img--logo {
		max-width: 70%;
		height: auto;
	}
}

@media only screen and (max-width: 600px) {
  .img--logo {
		max-width: 100%;
		height: auto;
	}
}

/* OPENING HOURS */

.openinghours {
	background-color: #F5F6F8;
}

.openinghours_home .box {
	margin-top: -200px;
}

.box {
	background-color: #354463;
	color: #fff;
	position: relative;
	margin-bottom: 4rem;
}


.box:before {
	content: '';
	background-color: #c1f7d5;
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 50%;
	
}

.box h2, .box h3, .box h4, .box h5 {
	color: #fff;
}

.divider .line {
	width: 1px;
	height: 74%;
	background-color: #c1f7d5;
	display: block;
	margin: 40% auto 0;
}

.divider_horizontal .line {
	width: 30px;
	height: 1px;
	background-color: #c1f7d5;
	display: block;
	margin: 0 auto;
}

/* INTRO */

.intro {
	position: relative;
}

.intro:after {
  content: "";
  display: block;
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: -2;
}

/* HINTS */

.causes-slider__item .causes-item--primary {
	background-color: #fff;
	color: #7F7F7F;
	position: relative;
	-webkit-box-shadow: 4px 4px 16px 0px rgba(127,127,127,0.5); 
	box-shadow: 4px 4px 16px 0px rgba(127,127,127,0.5);
}

.causes-item--primary:before {
  content: '';
  background-color: #c1f7d5;
  position: absolute;
  top: 0;
  left: -5px;
  width: 5px;
  height: 50%;
}

/* PRAXEN */

.praxen {
	position: relative;
}

.praxen:after {
  content: "";
  display: block;
  height: 60%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #c1f7d5;
  z-index: -2;
}

/* BOOKING */

.booking_line {
	position: relative;
}

.booking_line:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 68px;
	background-color: #c1f7d5;
}

.booking h2:after {
	width: 0;
	height: 0;
}


/*********************** CONTENT **************************/

.bg_white {
	background-color: #FFFFFF;
}

.bg_grey {
	background-color: #F5F6F8;
}

.bg-green, .bg_green {
	background-color: #c1f7d5;
}

.uppercase {
	text-transform: uppercase;
}

.ce-headline-center {
	text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

h2.ce-headline-center {
	position: relative;
	margin-bottom: 3rem;
}

h2.ce-headline-center:after {
	content: '';
	position: absolute;
	bottom: -1.4rem;
	width: 30px;
	height: 2px;
	background-color: #354463;
	left: 0;
	right: 0;
	margin: 0 auto;
}



/* QUICKLINKS */

.img--bg {
	z-index: 0;
}

.img--overlay {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: #354463;
	opacity: 0.7;
	position: absolute;
	z-index: 1;
}

.projects-masonry__inner {
	z-index: 2;
}

.projects-masonry__item h3 {
	font-size: 20px;
}

.projects-masonry__item .button--blue {
  color: #ffffff;
  border: 2px solid #c1f7d5;
}

/* BUTTONS */

.button.button--filled_blue {
	background-color: #354463;
	color: #fff;
}

.button.button--green {
	border: 2px solid #c1f7d5;
}

/* PAGETITLE */

@media only screen and (min-width: 992px) {
  .promo-primary .align-container {
    height: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .promo-primary .align-container {
    height: 450px;
  }
}

@media only screen and (min-width: 1367px) {
  .promo-primary .align-container {
    height: 500px;
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1600px) {
  .promo-primary .align-container {
    height: 550px;
  }
}

.promo-textarea {
	position: relative;
	z-index: 2;
}

.promo-primary__pre-title {
  font-family: 'Atkinson Hyperlegible Next', sans-serif !important;
  font-size: 18px;
  margin-bottom: 0;
}

.promo-primary__description span {
	font-family: 'Atkinson Hyperlegible Next', sans-serif !important;
	text-transform: uppercase;
	opacity: 0.3;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-primary__title {
   font-size: 35px;
}


/* TEAM */

.team-item--rounded:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-item--rounded:hover .team-item__name {
	color: #354463;
}

.team-item--rounded:hover .team-item__position {
  color: #777;
}

.team-item .team-item__name {
  font-weight: normal;
}

.team-item__title {
	color: #354463;
	text-align: center;
	font-size: 16px;
}

/* PARALLAX */

h2.color--white:after {
	background-color: #fff;
}

h2.no_border:after {
	width: 0;
}


/******************** FOOTER ******************************/

footer.footer {
  color: #354463;
  background-color: #fff;
  padding: 60px 0;
}

footer hr {
	background-color: #354463;
}

footer a, footer .footer-menu__link {
	text-decoration: none;
	color: #354463;
	-webkit-transition: color .3s;
	  -o-transition: color .3s;
	  transition: color .3s;
}

footer a:hover, footer .footer-menu__link:hover {
  	color: #c1f7d5;
}

footer .footer-menu__link:last-child {
	margin-right: 0 !important;
}

footer .footer-menu__link.active {
  color: #c1f7d5;
}

footer .feather {
	width: 15px;
	height: 15px;
}

.footer-logo__img {
  max-width: 100%;
}

footer p {
  margin-bottom: 0.5rem;
}

/******************** RESPONSIVE **************************/

@media screen and (min-width: 0px) and (max-width: 575px) {
	.ccolor .mobile_center .text-right,
	.ccolor .mobile_center .text-left,
	.ccolor .mobile_center p {
		text-align: center !important;
	}
	
	section.section {
	  padding: 35px 0;
	}
	
	.causes-slider .slick-list {
	  padding: 0 0 30px 0;
	}
	
	section.section.intro {
	  margin-bottom: 3rem;
	}
	
	.projects-masonry__item {
		 margin-bottom: 2rem;
	}
}


@media only screen and (min-width: 1200px) {
	section.section {
	  padding: 80px 0;
	}
}

