/*
Theme Name: Curament
Author: 
Author URI:
Description: Curament theme
Version: 1.0
*/

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-style: normal !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  color: #000000;
  background-color: #ffffff; }

.row:before, .row:after {
  display: none !important; }

/* TOP */
.top {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #67C2C5;
  z-index: 10001;
  position: relative; }

a, li, div, .top, .top, .active-menu, .active-menu .header__branding img, .navigation__primary .menu, .page--content-sidebar-list li, .page--content-sidebar-list li a:hover .fas, .fa-arrow-right, .btn, .btn::after, .btn:hover::after {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s; }

/* ACTIVE STATE */
.active-menu.top {
  padding: 0 0 0 0; }

.active-menu {
  width: inherit;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  top: 0; }
  .active-menu .header__branding img {
    width: auto;
    max-height: 60px !important; }
  .active-menu .header__branding {
    top: 5px;
    margin: 0;
    position: relative;
    border: none; }
  .active-menu .header__branding.p-3 {
    padding: 0rem !important; }
  .active-menu .header__branding.text-center {
    text-align: left !important; }
  .active-menu .navigation__primary .menu li a {
    font-size: 1.1em; }
  .active-menu .bottom-border, .active-menu .header__branding-text {
    display: none; }

/* BRANDING LOGO */
.header__branding {
  position: absolute;
  top: -15px;
  left: 50px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  image-rendering: -webkit-optimize-contrast;
  border: 1px solid #7E388E; }
  .header__branding img {
    width: auto;
    max-height: 225px !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    image-rendering: -webkit-optimize-contrast; }

.header__branding-mobile {
  display: none; }

.animation {
  animation: fadeEffect 1s; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* NAV */
.navigation__primary li {
  display: inline-block; }
.navigation__primary ul.menu,
.navigation__primary div.menu > ul {
  margin: 25px 20px 20px 0;
  padding: 0;
  position: relative;
  float: right; }
.navigation__primary .menu li {
  margin: 0 0 0 35px;
  padding: 0 0 5px 0;
  display: inline;
  position: relative; }
.navigation__primary .menu li a {
  padding: 5px 0 25px 0;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
  text-decoration: none; }
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  display: block; }
.navigation__primary .menu .sub-menu,
.navigation__primary .menu .children {
  border-top: 0;
  margin: 22px 0 0 -18px !important;
  padding: 5px 0 0 0;
  position: absolute;
  z-index: 99999;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out; }
.navigation__primary ul.menu li:hover > ul,
.navigation__primary .menu ul li:hover > ul {
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in; }
.navigation__primary .menu .sub-menu ul,
.navigation__primary .menu .children ul {
  left: 100%;
  top: 0; }
.navigation__primary .menu li ul {
  width: 200px;
  text-align: left;
  background: #EFF9F9;
  float: left;
  box-shadow: 0 0 1px #cccccc; }
.navigation__primary .menu li ul ul {
  margin: 0 0 0 0; }
.navigation__primary .menu li li {
  margin: 0 0 0 15px;
  padding: 5px;
  width: 90%;
  float: left; }
.navigation__primary .menu li li a {
  padding: 0;
  font-size: 0.95em !important;
  font-weight: 400;
  text-transform: inherit; }
.navigation__primary .menu li:hover a {
  color: #000000; }
.navigation__primary .menu li li a {
  color: #000000 !important; }
.navigation__primary .menu li.current-menu-item, .navigation__primary .menu li.current_page_item,
.navigation__primary .menu li.current-menu-item a, .navigation__primary .menu li.current_page_item a,
.navigation__primary .menu li.current-menu-parent a, .navigation__primary .menu li.current_page_ancestor a {
  color: #67C2C5; }
.navigation__primary .menu li li a:hover {
  text-decoration: underline; }
.navigation__primary .menu li li.current-menu-item, .navigation__primary .menu li li.current_page_item,
.navigation__primary .menu li li.current-menu-item a, .navigation__primary .menu li li.current_page_item a {
  border-bottom: none;
  font-weight: 800;
  text-decoration: none; }
.navigation__primary ul.menu ul a,
.navigation__primary .menu ul ul a {
  margin: 0;
  width: auto; }
.navigation__primary ul.menu li:hover > ul ul,
.navigation__primary .menu ul li:hover > ul ul {
  margin: 0 0 0 0;
  display: none; }
.navigation__primary .menu-toggle {
  display: none; }
.navigation__primary ul.menu li.menu-item-has-children a::after {
  padding-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 0.65em;
  content: "\f107";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900; }
.navigation__primary ul.menu li.menu-item-has-children li a::after {
  content: none !important; }

/* SEARCH TOP */
.fa-magnifying-glass {
  position: absolute;
  top: 25px;
  left: 30px;
  cursor: pointer; }

.fa-magnifying-glass::before {
  content: "\f002";
  font-size: 1.5em; }

.news-content h3.card-title {
  text-transform: none; }

/* HEADER */
.header {
  position: relative;
  background: url("images/default.jpg") center center no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  z-index: 10; }

.header__image_image, .header {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.header--hero {
  padding: 14% 0 12% 0;
  position: relative;
  z-index: 2; }
  .header--hero .col-lg-5 {
    padding-left: 5%; }
  .header--hero .display-4 {
    font-size: 2.6rem;
    line-height: 1.2; }

p {
  line-height: 1.4em; }

a p {
  color: #000000; }

strong {
  font-weight: 600 !important; }

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

.btn, .btn-block, .wp-block-button__link, .btn-inline {
  padding: 0.9rem 1.7rem 0.9rem 1.7em !important;
  font-size: 0.9em !important;
  font-weight: 300 !important;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0 !important; }

/*
.btn-secondary::after {
	padding-left: 15px;
   	font-family: "Font Awesome 5 Free";
	font-size: 0.8em;
   	content: "\f061";
   	display: inline;
   	vertical-align: middle;
   	font-weight: 900;
}
*/
.btn:hover::after, .card:hover .btn::after, .borrow--item:hover .btn::after {
  margin-left: 10px; }

a.btn, a.btn:hover {
  color: #000000;
  background: #ffffff; }

a.wp-block-button__link {
  color: #fff;
  background-color: #67C2C5;
  border: 1px solid #fff; }

a.wp-block-button__link:hover {
  color: #67C2C5 !important;
  background-color: #ffffff;
  border-color: #67C2C5 !important; }

.spacer {
  width: 100%;
  height: 50px; }

.spacer-small {
  width: 100%;
  height: 15px; }

.spacer-big {
  width: 100%;
  height: 150px; }

.white {
  color: #ffffff; }

.bg-white {
  background: #ffffff;
  background-color: #ffffff; }

.card {
  border-color: #67C2C5 !important; }

.border {
  border: 1px solid #67C2C5 !important; }

.no-border {
  border: none !important; }

.fa-solid {
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-style: normal;
  font-weight: 900; }

.path {
  width: 100%;
  height: 100%;
  background: url("images/pad.png") right center no-repeat;
  background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  right: 0;
  position: absolute;
  z-index: 1; }

/* HOME  */
.main--intro {
  margin: -100px 0 0 0;
  position: relative;
  z-index: 100; }
  .main--intro ul {
    margin: 0;
    padding: 0; }
  .main--intro ul li {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border: 1px solid #7E388E; }
  .main--intro ul li a {
    font-weight: 600 !important; }
  .main--intro ul h6 {
    margin: 0;
    color: #7E388E; }
  .main--intro .border {
    border: 1px solid #7E388E !important; }

.box-shadow {
  box-shadow: 7px 7px 0px #7E388E; }

.semi-bold {
  font-weight: 600 !important; }

/* SEARCH */
.search-container {
  margin-top: 150px; }

.fa-search {
  font-size: 1.4em !important;
  line-height: 1.4!important;
}

.form-control, .btn-danger {
  height: auto !important; }

.form-control.border {
  border: 1px solid #67C2C5 !important; }

.btn-danger, .btn-danger:hover {
  color: #ffffff;
  background-color: #67C2C5 !important;
  border-color: #67C2C5 !important; }

.search-form .form-control, input.form-control {
  font-size: 1rem;
  color: #7E388E !important;
  border-radius: 0 !important; }

.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1;
  /* Firefox */ }

.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000 !important; }

.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000 !important; }

/* MAIN  */
.main {
  position: relative; }

/* START OFFER  */
.start-offer {
  margin: 250px 0 0 0; }

.offer-item .offer-item-date h2, .offer-item .offer-item-date h3, .offer-item .offer-item-date h4, .offer-item .offer-item-date h5, .offer-item .offer-item-date h6 {
  margin: 0; }
.offer-item .offer-item-title {
  border-left: 1px solid #000000; }
  .offer-item .offer-item-title h3, .offer-item .offer-item-title h4, .offer-item .offer-item-title h5, .offer-item .offer-item-title h6, .offer-item .offer-item-title p {
    margin: 0;
    padding: 5px 0 5px 15px; }

.offer-item-route i {
  font-size: 1.8em;
  color: #67C2C5; }

.offer-item:hover .fa-arrow-right {
  margin-left: 15px; }

/* PERSON QUOTE */
.person--quote {
  margin: -70px 0 0 0; }
  .person--quote .person--quote-image {
    padding-bottom: 100%;}

/* USPs */
.usp ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.usp li {
  margin: 15px 0 0 0;
  padding: 0 0 0 25px; }
.usp li::before {
  position: absolute;
  margin-left: -25px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f00c";
  color: #79B927; }
.usp h3.black {
  color: #000000 !important; }

/* NEWS / SLIDER */
.news-slider .owl-carousel {
  height: auto; }
.news-slider .owl-carousel .owl-item {
  height: 100%;
  width: 100%; }
.news-slider .news-slider-image {
  width: 98%;
  height: 350px; }
.news-slider .owl-prev, .news-slider .owl-next {
  position: absolute;
  top: 150px; }
.news-slider .owl-prev {
  left: 0; }
.news-slider .prev-slide::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f060"; }
.news-slider .owl-next {
  right: 2%; }
.news-slider .next-slide::before {
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  content: "\f061"; }
.news-slider .owl-prev, .news-slider .owl-next {
  color: #67C2C5;
  padding: 10px 15px 10px 15px;
  background: #ffffff; }

/* TEST / SLIDER */
.news-slider .test-slider-image {
  padding-bottom: 60%;
  width: 60%;
	border-radius: 50%;
}
.testimonial-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* INFO BLOCKS */
.info-blocks {
  position: relative; }
  .info-blocks .info-blocks-image {
    padding-bottom: 80%; }

.bg-banner {
  position: absolute;
  margin-top: 50px;
  height: 250px;
  width: 100%;
  z-index: -1;
  background: #EFF9F9; }

/* QUESTIONs */
.questions ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.questions ul li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;}

/* BANNER  */
.banner .banner--text {
  border-right: 15px solid #ffffff; }
.banner .banner--image {
  background: url("images/default.jpg") center center no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }

/* NEWS */
.news {
  position: relative; }
  .news .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem !important; }
  .news .card {
    height: 100%;
    border: 1px solid #cccccc !important; }
  .news h3.card-title {
    text-transform: none; }
  .news a .card-body p {
    color: #000000; }

.news .news__img, .news-img, .news__img {
  padding-bottom: 65%;
  position: relative; }

.news__img {
  border-radius: 0; }

/* BORDER */
.border-bottom-color {
  border-bottom: solid 4px; }

/* PAGE */
.page--header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1; }

.page--header-image {
  height: 700px;
  position: relative; }

/* SINGLE PAGE OFFER */
.page--single-header {
  height: 500px;
  position: relative; }

.page--single-header-border.border-bottom {
  border-bottom: 1px solid #67C2C5 !important; }

.page--header-sign-up {
  position: relative;
  top: -50px;
  right: 0;
  z-index: 1; }
  .page--header-sign-up h4, .page--header-sign-up p {
    margin: 0; }
  .page--header-sign-up a, .page--header-sign-up p {
    color: #ffffff; }

.page--header-sign-up:hover i {
  margin-left: 15px; }

.page--header-date-location {
  padding: 10% 0 0 0;
  position: relative;
  z-index: 2; }
  .page--header-date-location ul, .page--header-date-location h4 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; }
  .page--header-date-location li {
    margin: 0 0 10px 0;
    padding: 0; }
  .page--header-date-location li .icon-img {
    margin-right: 15px;
    width: 75px; }
  .page--header-date-location li .location-adress {
    margin-left: 50px; }

.page--header-intro {
  position: relative;
  top: -50px;
  z-index: 1; }

.page--content-info-specs h4 {
  margin: 5px 0 0 0 !important; }

.page--footer-img {
  height: 550px;
  position: relative;
  background: url("images/default.jpg") center center no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; }

/* ARCHIVE OFFER */
.overview--header-image {
  height: 250px;
  position: relative; }

.overview-title {
  margin-left: -30%;
  position: relative;
  z-index: 2; }

.search--box {
  margin-top: -50px;
  z-index: 2;
  position: relative; }
  .search--box .border {
    border: 1px solid #7E388E !important; }
  .search--box .form-control.border {
    border: 1px solid #67C2C5 !important; }

.main--overview-start {
	height: 150px;
}
.main--overview .main--overview-filter h4 {
  margin: 0;
  padding: 15px;
  color: #ffffff;
  background: #7E388E;
  display: table; }

.main--overview .main--overview-filter ul  {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;}

.main--overview .main--overview-filter ul li {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;}

.main--overview .main--overview-filter ul li li {
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;}

.main--overview .main--overview-filter ul ul  {
  border-bottom: 1px solid #ccc;}

.main--overview .main--overview-filter ul h4  {
  margin: 0;
  font-size: 1.2em;
  color: #000000;
  background: none; }

/* MEMBERS */
.members .member-img {
  padding-bottom: 125%;
}

/* OFF CANVAS FILTER */
.wrapper {
  display: flex;
  min-height: 100%;
}

input[data-function*='swipe'] {
  position: relative;
  opacity: 0;
}

label[data-function*='swipe'] {
  position: relative;
  top: 30px;
  left: 30px;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  font: 42px/42px fontawesome;
  text-align: center;
  color: #ccc;
  cursor: pointer;
  transform: translate3d(0,0,0);
  transition: transform .3s;
}
input[data-function*='swipe']:checked ~ label[data-function*='swipe'] {
  transform: translate3d(260px,0,0);
}
input[data-function*='swipe']:checked ~ .content {
  transform: translate3d(260px,0px,0px);
}
input[data-function*='swipe']:checked ~ .sidebar {
  transform: translate3d(0px,0px,0px);
}
.sidebar {
  transform: translate3d(-260px,0px,0px);
  position: absolute;
  width: 260px;
  background: #112e66;
  color: #eee;
  left: 0;
  height: 100%;
  transition: all .3s;
	z-index:100;
}


.offer--item-overview ul, .offer--item-overview h3 {
  margin: 0;
  padding: 0;
  list-style: none; }
.offer--item-overview li {
  margin: 0 15px 0 0;
  display: inline-block;
  font-weight: 300; }
.offer--item-overview img {
  vertical-align: top;
  border-style: none; }

.offer--item-overview:hover .fa-arrow-right {
  margin-left: 15px; }

/* TABS > ACCORDION */
#accordion .card {
  margin-bottom: 5px;
  height: auto; }

#accordion .card-head {
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  z-index: 2; }

.card-head:after {
  content: "\f107"; }

.card-head[aria-expanded="true"]:after {
  content: "\f106"; }

.card-head:after, .card-head[aria-expanded="true"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right; }

/*Retina graphics!*/
/* FOOTER */
.footer {
  font-size: 0.95em;
  color: #7E388E;
  position: relative; }
  .footer p {
    margin: 0;
	color: #000000;}
  .footer img {
    margin: 0; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; }
  .footer ul li {
    line-height: 1.6em; }
  .footer ul li li {
    padding-left: 10px; }
  .footer h6 {
    margin: 0 0 10px 0;
    color: #7E388E; }
  .footer a, .footer a:hover {
    color: #7E388E; }
  .footer a {
    text-decoration: none; }
  .footer a:hover {
    text-decoration: underline; }
  .footer .footer--img {
    margin-top: -4.5rem;
    margin-left: -3rem; }

.foot-text {
  font-size: 0.8em; }
  .foot-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline; }
  .foot-text ul li {
    padding: 0 10px 0 10px;
    line-height: 1.6em;
    display: inline; }

/* COLOR */
/* 1st Primary color */
.color-primary, h3.color-primary a {
  color: #7E388E !important; }

.bg-color-primary, .card.bg-color-primary {
  background: #7E388E !important;
  background-color: #7E388E !important; }

.bg-color-primary-light {
  background: #F8F5F9 !important;
  background-color: #F8F5F9 !important; }

.bg-color-primary-light h1, .bg-color-primary-light h2, .bg-color-primary-light h3,
.bg-color-primary-light h4, .bg-color-primary-light h5, .bg-color-primary-light h6 {
  color: #7E388E !important; }

.color-primary-list li {
  color: #7E388E !important;
  background: #ffffff !important;
  border: 1px solid #7E388E !important; }
.color-primary-list li a {
  color: #7E388E !important; }
.color-primary-list li.current_page_item a {
  color: #ffffff !important;
  background: #7E388E !important;
  border: #7E388E !important; }

/* 2nd Secondary color */
.color-secondary, h3.color-secondary a {
  color: #67C2C5 !important; }

.bg-color-secondary, .card.bg-color-secondary {
  background: #67C2C5 !important;
  background-color: #67C2C5 !important; }

.bg-color-secondary-light {
  background: #EFF9F9 !important;
  background-color: #EFF9F9 !important; }

.bg-color-secondary-light h1, .bg-color-secondary-light h2, .bg-color-secondary-light h3,
.bg-color-secondary-light h4, .bg-color-secondary-light h5, .bg-color-secondary-light h6 {
  color: #67C2C5 !important; }

.color-secondary-list li {
  color: #67C2C5 !important;
  background: #ffffff !important;
  border: 1px solid #67C2C5 !important; }
.color-secondary-list li a {
  color: #67C2C5 !important; }
.color-secondary-list li.current_page_item a {
  color: #ffffff !important;
  background: #67C2C5 !important;
  border: #67C2C5 !important; }

/* 3rd Tertiary color */
.color-tertiary, h3.color-tertiary a {
  color: #79B927 !important; }

.bg-color-tertiary, .card.bg-color-tertiary {
  background: #79B927 !important;
  background-color: #79B927 !important; }

.bg-color-tertiary-light {
  background: #F5FAEF !important;
  background-color: #F5FAEF !important; }

.bg-color-tertiary-light h1, .bg-color-tertiary-light h2, .bg-color-tertiary-light h3,
.bg-color-tertiary-light h4, .bg-color-tertiary-light h5, .bg-color-tertiary-light h6 {
  color: #79B927 !important; }

.color-tertiary-list li {
  color: #79B927 !important;
  background: #ffffff !important;
  border: 1px solid #79B927 !important; }
.color-tertiary-list li a {
  color: #79B927 !important; }
.color-tertiary-list li.current_page_item a {
  color: #ffffff !important;
  background: #79B927 !important;
  border: #79B927 !important; }

/* 4th Quaternary color */
.color-quaternary {
  color: #cccccc !important; }

.bg-color-quaternary, .card.bg-color-quaternary {
  background: #cccccc !important;
  background-color: #cccccc !important; }

.bg-color-quaternary-light {
  background: #eeeeee !important;
  background-color: #eeeeee !important; }

.white {
  color: #ffffff !important; }

.bg-white {
  background: #ffffff !important;
  background-color: #ffffff !important; }

.border-white {
  border-color: #ffffff !important; }

.black {
  color: #000000 !important; }

/* VIDEO */
.video-responsive {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/* FORM */
.gform_wrapper label {
  margin: 1em 0 0 0; }

.gform_wrapper .gfield {
  margin-bottom: 0 !important; }

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
  margin-right: 10px; }

.gform_wrapper input[type="button"] {
  padding: 10px 25px 10px 25px;
  color: #ffffff;
  background: #67C2C5; }

button, input, textarea, .frm-field_title, select {
  font-size: 100%;
  color: #67C2C5;
  padding: 10px;
  border: 1px solid #67C2C5;
  background-color: #fff; }

button {
  cursor: pointer;
  margin-bottom: 15px;
  height: 45px;
  background-color: #67C2C5; }

textarea {
  border-bottom: 1px solid #67C2C5; }

input[type="submit"] {
  color: #fff;
  background-color: #67C2C5;
  height: auto;
  margin: 15px 0 0 0;
  padding: 15px 40px 15px 40px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  border: 1px solid #67C2C5; }

input[type="submit"]:hover {
  color: #67C2C5;
  background-color: #fff;
  border: 1px solid #67C2C5;
  cursor: pointer; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #67C2C5;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #67C2C5; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #67C2C5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #67C2C5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #67C2C5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #67C2C5; }

/* Enable custom submit button styling in Safari mobile */
input[type='submit'], .wpcf7-previous {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"] {
  width: auto;
  margin-left: 5px; }

/* RESPONSIVE */
@media (max-width: 1600px) {
  body {
    font-size: 17px; }

  .header__branding img {
    width: auto;
    max-height: 200px !important; }

  .header--hero .col-lg-5 {
    padding-left: 0; }

  .page--single-header {
    height: 400px; }

  .page--header-date-location {
    padding: 5% 0 0 0; }

  .bg-banner {
    height: 185px; } }
/* end max-width: 1600px */
@media (max-width: 1200px) {
  body {
    font-size: 16px; }

  .active-menu {
    position: relative; }

  .header--hero .display-4 {
    font-size: 2rem; }

  .page--header-image, .page--single-header, .page--footer-img {
    height: 500px; }

  .page--header-date-location {
    padding: 0 0 0 0; }

  .info-blocks .spacer {
    display: none; }

   .main--overview-start {
	height: 50px;
	}	
  .bg-banner {
    height: 140px; } }
/* end max-width: 1200px */
@media (max-width: 992px) {
  body {
    font-size: 16px; }

  .active-menu, .navigation__primary, .fa-magnifying-glass, .path {
    display: none; }

  .header__branding {
    top: -40px;
    left: 3%; }
    .header__branding img {
      width: auto;
      max-height: 100px !important; }

  .header--hero {
    padding: 30% 5% 3% 5%; }
    .header--hero .col-lg-5 {
      padding-left: 0; }
    .header--hero .display-4 {
      font-size: 2rem !important;
      color: #ffffff;
      text-shadow: 0 0 5px #000000; }

  .main--intro {
    margin: 25px 0 0 0; }
    .main--intro .pt-4, .main--intro .pb-5, .main--intro .pr-5, .main--intro .pl-5 {
      padding: 2rem !important; }

  .start-offer {
    margin: 50px 0 0 0; }

  .person--quote {
    margin: 0 0 0 0; }

  .news .news__img, .news-img, .news__img {
    padding-bottom: 60%; }

  .page--header-image, .page--footer-img {
    height: 450px; }

	.page--single-header {
	height: 350px;	
	}
	
  .page--header-text.p-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }

	.page--header-sign-up {
	  top: -25px;
	  right: 0;
	  z-index: 1; }
	
	.page--header-sign-up.p-4 {
	 padding: 1rem!important;}
	
	.page--header-sign-up p {
	 display: none;}
	
	.page--header-date-location {
	  padding: 5% 0 0 0;
		text-align: right;
	}
	.page--header-date-location .color-primary {
	  color: #ffffff!important;
	  text-shadow: 0 0 5px #000000;
	}
	.page--header-intro {
	  position: relative;
	  top: 15px;
	  z-index: 1;
	}
	.page--content-info-specs  {
		margin-top: 15px;
	}
	.page--content-info-specs .border-left  {
		border-left: 0!important;
	}
	.page--content-info-specs .pl-5 {
		padding-left: 15px!important;
	}
	
	
  .frontpage .p-5, .page .p-5 {
    padding: 2rem !important; }

  .bg-banner {
    display: none; }

  .page--content-content.pr-5 {
    padding-right: 15px !important; }

  .overview-title {
    display: none; }

  .main--overview.mt-5 {
    margin-top: 15px !important; }
   .main--overview.mt-5 .offer-item-route, .main--overview .offer-item-route {
      display: none; }

	.searchandfilter ul li ul li {
		display: inline-block;
		width: 50%;
	}
	.main--overview .main--overview-filter li h4 {
	  margin: 0!important;
		padding: 0 0 5px 15px!important;
	}
	.main--overview .main--overview-filter ul {
	  padding: 0 0 10px 0;
	}
	
  .spacer-big {
    height: 100px; }

  .spacer {
    height: 25px; }

  .spacer-small {
    height: 15px; }

  .btn, .btn-block {
    font-size: 0.9rem !important;
    padding: 0.7rem 1rem 0.7rem 1rem !important; }

  h1, .h1 {
    font-size: 1.6rem !important; }

  h2, .h2 {
    font-size: 1.4rem !important; }

  h3, .h3 {
    font-size: 1.2rem !important; }

  h4, .h4 {
    font-size: 1.1rem !important; }

  h5, .h5 {
    font-size: 1rem !important; }

  h6, .h6 {
    font-size: 0.8rem !important; }

  .footer {
    width: 100%;
    display: block; }
    .footer ul, .footer ul li {
      width: 100%;
      display: block; }
    .footer ul li li {
      padding-left: 0; }

  /* Mobile menu */
  .js .navigation__primary .menu {
    display: none; }

  .js .slicknav_menu {
    display: block; } }
/* end max-width: 992px */
@media (max-width: 768px) {
  body {
    font-size: 15px; }

  .top .pb-2 {
    padding-bottom: 0 !important; }

  .top .pt-2 {
    padding-top: 0 !important; }

  .top--nav-menu, .page--header-sign-up .fa-arrow-right {
    display: none; }

  .container .container, .page .container .container, .frontpage .container .container {
    width: 100%; }

  .header__branding img {
    width: auto;
    max-height: 85px !important; }

  .header__branding.p-3 {
    padding: 0.5rem !important; }

  .header--hero .display-4 {
    font-size: 1.6rem !important; }

  .main--intro {
    margin: 25px 5% 0 5% !important;
    width: 90% !important; }

  .offer-item .offer-item-date {
    padding-left: 30px;
    text-align: left !important; }

  .page--header-image, .page--footer-img {
    height: 300px; } 
	
   .page--single-header {
	height:275px;	
	}
   .main--overview-start {
		height: 30px;
	}
}
/* end max-width: 768px */
@media (max-width: 576px) {
  .offer-item h2, .offer-item h5 {
    display: inline;
    vertical-align: baseline; }
  .offer-item .offer-item-title {
    border-left: 0; }
  .offer-item .offer-item-route {
    display: none; }

  .spacer-big {
    height: 75px; }

  .page--header-image, .page--footer-img {
    height: 200px; } 
	
  .page--single-header {
	height: 250px;	
	}

}
/* end max-width: 576px */

@media (max-width: 400px) {
   .searchandfilter ul li ul li {
	display: inline-block;
	width: 100%;
   }
}
/* 
Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  right: 0;
  padding: 0.438em 1em 0.438em 5%;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.5em;
  height: 0.25em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul,
.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 1em;
  margin: 0 1.2em 0 0.4em;
  float: right; }

.slicknav_nav .slicknav_arrow i {
  color: #fff !important; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav li a {
  display: block;
  width: auto;
  padding: 10px 2% 10px 5%; }

.slicknav_nav li a:hover {
  text-decoration: none; }

.slicknav_nav li a a {
  display: block;
  border-top: 0;
  width: 94%;
  padding: 3%; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table; }

.slicknav_menu:after {
  clear: both; }

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1; }

.slicknav_nav ul.sub-menu {
  margin-left: -5%; }

.slicknav_nav ul.sub-menu {
  margin: 0;
  padding-left: 5%; }

.slicknav_nav ul ul.sub-menu, .slicknav_nav ul .slicknav_arrow {
  display: none !important; }

.slicknav_menu {
  font-size: 1.2em;
  z-index: 10000; }

/* Button */
.slicknav_btn {
  margin: 10px 10px 10px 0;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold; }

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_menu {
  background-color: #7E388E;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0 0 60px 0;
  font-size: 0.975em; }

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 5px; }

.slicknav_nav a {
  text-decoration: none;
  color: #fff; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_row:hover, .slicknav_nav li:hover, .slicknav_nav a:hover {
  color: #fff; }

.slicknav_nav .slicknav_row:hover a {
  color: #fff; }

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

.slicknav_menu {
  display: none; }
