/* ----------------------------------------------------
   MENU
-------------------------------------------------------*/

nav.main {
  display: -webkit-box;
  display: flex;
  padding: 0;
  height: 100px;
  width: 100%;
  background: transparent;
}

nav.main a.brand {
  color: #1b579b;
  font-size: 18px;
  float: left;
  line-height: 80px;
  padding: 0 32px 0 0;
  padding-top: 28px;
}

@media (max-width: 992px) {
  .menu.nav-block,
  .block-language,
  .block-book {
    display: none;
  }
}

@media (min-width: 992px) {
  span.e-navbar-icon {
    display: none !important;
  }
}

img#logo {
  max-height: 40px;
}

nav.main .menu {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1;
}

nav.main ul.main-nav {
  height: 100px;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  float: right;
  font-family: "open-sans", sans-serif;
}

nav.main ul.main-nav > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 15px;
  transition: all 0.2s ease;
  color: #1b579b;
}

nav.main ul.main-nav > li > a:hover {
  color: #0d315a;
}

nav.main ul.main-nav > li > a {
  color: #1b579b;
  display: block;
  font-size: 16px;
  padding: 28px 0px;
  height: 80px;
  border-bottom: 3px solid transparent;
  transition: border 0.2s ease-out, color 0.2s ease-out;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #161616;
  background-clip: padding-box;
  margin-left: -87px;
  border: none;

  animation-name: MoveInTopShort;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 25px;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.1em;
}

.dropdown-menu > li > a:hover {
  color: #ffed28;
}

.dropdown,
.dropup {
  float: left;
}

.dropdown-menu.show {
  margin-top: 42px;
  margin-left: 30px;
}

li.nl {
  padding: 23px 0 3px 0;
  border-radius: 3px 3px 0 0;
}

li.en {
  padding: 5px 0 5px 0;
}

li.fr {
  padding: 3px 0 23px 0;
  border-radius: 0 0 3px 3px;
}

li.nav-lang-nl,
li.nav-lang-en {
  padding: 0;
  margin: 0 10px !important;
}

li.nav-lang-nl:after {
  content: "/";
  color: white;
  top: 3px;
  position: relative;
  left: 10px;
}

nav.main .community-dropdown .dropdown-menu {
  top: 100%;
  right: 0;
  left: auto;
}

div.driehoek {
  position: absolute;
  top: -5px;
  width: 15px;
  height: 15px;
  background-color: #161616;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  margin-right: 25px;
  border-radius: 0;
  left: 20px;
}

div.driehoek2 {
  position: absolute;
  top: 13px;
  width: 15px;
  height: 15px;
  background-color: #ffed28;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
  margin-right: 25px;
  border-radius: 0;
  left: 205px;
}

.responsive-sidebar-nav {
  padding: 0 15px;
  display: none;
  -webkit-box-align: center;
  align-items: center;
}

/* ----------------------------------------------------
   Font Styles 
-------------------------------------------------------*/

body {
  background-image: url("https://freshional.nl/img/bgted.jpg");
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 14px;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  font-family: "Vidaloka", serif;
}

h2 {
  font-size: 1.6rem;
  font-family: "Vidaloka", serif;
  color: #1b579b;
}

h3 {
  font-size: 1.3rem;
  font-family: "Vidaloka", serif;
}

h4 {
  font-size: 1.1rem;
  font-family: "Open Sans", sans-serif;
}

h5 {
  font-size: 0.9rem;
  font-family: "Vidaloka", serif;
}

h6 {
  font-size: 0.7rem;
  font-family: "Vidaloka", serif;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.white {
  color: white;
}

.matteblue {
  color: #1b579b;
}

a.matteblue:hover {
  color: #1b579b;
}

a {
  color: white;
}

a:hover {
  color: white;
}

a.tel {
  color: #22252a;
}

a.tel:hover {
  color: #22252a;
}

a.mail {
  color: #22252a;
}

/* ----------------------------------------------------
   Padding & Container 
-------------------------------------------------------*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-col-padding {
  padding-right: 6px;
  padding-left: 6px;
}

.container-fluid {
  padding-right: 10% !important;
  padding-left: 10% !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.extra-padding {
  padding-right: 2%;
  padding-left: 2%;
}

.extra-padding-left {
  padding-left: 4%;
}

@media (max-width: 992px) {
  .extra-padding-left {
    padding-left: 0;
  }
}

@media (max-width: 992px) {
  .extra-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .extra-padding-left {
    padding-left: 0;
    padding-right: 0;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

/* ----------------------------------------------------
   Button 
-------------------------------------------------------*/

button {
  background: transparent;
  border: 3px solid #f9e100;
  border-radius: 50px;
  padding: 8px 24px;
  color: #1c569b;
  top: -9px;
  position: relative;
  left: 25px;
}

button a {
  color: #1b579b;
}

button a:hover {
  color: #1b579b;
}

@media (max-width: 519px) {
  button {
    top: 10px;
    position: relative;
    left: 0;
  }
}

button.bellen {
  left: 0;
  margin-bottom: 30px;
}

/* ----------------------------------------------------
   Image 
-------------------------------------------------------*/

.image-item {
  overflow: hidden;
}

.image-item {
  background: #ccc;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 225px;
  z-index: 100;
  cursor: pointer;
}

.image-item-content {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0 32px;
  padding-right: 90px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
  color: white;
}

/* ----Tag Content (price, hours etc)-----*/

.image-wrapper {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  display: block;
  width: 100%;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  margin-bottom: 30px;
}

.image-wrapper:hover {
  transform: translate3d(0, -6px, 0);
}

.image-compact-item {
  background: #ccc;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 300px;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 767px) {
  .image-compact-item {
    height: 200px;
  }
}

.image-compact-item:before {
  content: "";
  top: -20px;
  left: -21px;
  position: absolute;
  height: 113%;
  width: 100%;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  border: 2px solid #fae100;
  z-index: -1;
}

@media (max-width: 992px) {
  .image-compact-item:before {
    border: none;
  }
}

.image-compact-item-content {
  position: absolute;
  bottom: 24px;
  left: 0;
  padding: 0 34px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}

.image-compact-item-content h3 {
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  font-weight: 500;
  margin: 2px 0 0 0;
  line-height: 31px;
}

.image-compact-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

span.image-item-tag {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  background: #161616;
  border-radius: 1px;
  padding: 5px 16px;
  line-height: 20px;
  color: #ffed28;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
}

/*----Attention--*/

.attention-item {
  overflow: hidden;
}

.attention-item {
  background: #ccc;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 225px;
  z-index: 100;
  cursor: pointer;
}

.attention-item-content {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0 32px;
  padding-right: 90px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
  color: white;
}

/* ----Tag Content (price, hours etc)-----*/

.attention-wrapper {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
  display: block;
  width: 100%;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
}

.attention-compact-item {
  background: #ccc;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 379px;
  z-index: 100;
  cursor: pointer;
}

.attention-compact-item-content {
  position: absolute;
  bottom: 32px;
  left: 0;
  padding: 0 34px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}

.attention-compact-item-content h3 {
  color: #f9e100;
  font-size: 24px;
  padding: 0;
  font-weight: 500;
  margin: 2px 0 0 0;
  line-height: 31px;
}

.attention-bg {
  background: #d4145a;
  display: inline-block;
  padding: 22px 20px;
  position: absolute;
  left: -20px;
  bottom: 5px;
  display: inline-block;
}

@media (max-width: 467px) {
  .attention-bg {
    width: 300px;
  }
}

.attention-compact-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

span.attention-item-tag {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  background: #161616;
  border-radius: 1px;
  padding: 5px 16px;
  line-height: 20px;
  color: #ffed28;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
}

/* ----------------------------------------------------
   Section 3
-------------------------------------------------------*/
#section3 {
  padding: 0;
}

.kitsch {
  background-image: url("/assets/img/flower_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whitebg {
  background: white;
  display: inline-block;
  margin: 100px;
  padding: 40px;
}

@media (max-width: 1199px) {
  .whitebg {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .whitebg {
    background: white;
    display: inline-block;
    margin: 25px 10px;
    padding: 30px;
  }
  .kitsch {
    margin-bottom: 30px;
    right: 0;
  }
}

#section {
  padding: 80px 0;
}

@media (max-width: 992px) {
  #section {
    padding: 40px 0;
  }
}

/* ----------------------------------------------------
   Sections (Duurzaam)
-------------------------------------------------------*/

#duurzaamheid {
  padding: 80px 0;
}

/* ----------------------------------------------------
   Sections (HOMEPAGE)
-------------------------------------------------------*/

#section1 {
  padding: 80px 0 0 0;
}

@media (max-width: 992px) {
  #section1 {
    padding: 0;
  }
}

/* ----------------------------------------------------
   Section 2 (Bel)
-------------------------------------------------------*/

#section2 {
  padding: 70px 0 60px;
}

@media (max-width: 992px) {
  #section2 {
    padding: 30px 0 80px;
  }
}

.calltoaction-wrapper {
  width: 35%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .calltoaction-wrapper {
    width: 46%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .calltoaction-wrapper {
    width: 65%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .calltoaction-wrapper {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 467px) {
  .calltoaction-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .calltoaction {
    float: none;
  }
}

.calltoaction {
  float: left;
}

/* ----------------------------------------------------
   Section 4 
-------------------------------------------------------*/
#section4 {
  padding: 100px 0;
}

@media (max-width: 767px) {
  #section4 {
    padding: 50px 0 60px 0;
  }
}

#car {
  height: 55px;
  margin-bottom: 35px;
}

#quality {
  height: 62px;
  margin-bottom: 30px;
}

#service {
  height: 55px;
  margin-bottom: 35px;
}

#time {
  height: 55px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  #car,
  #quality,
  #service,
  #time {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

/* ----------------------------------------------------
   Duurzaamheid 
-------------------------------------------------------*/

.duurzaamheid {
  padding: 55px 0 40px 0;
  background: #5dde86;
}

.duurzaamheid p {
  color: #1b579b;
}

/* .duurzaamheid-wrapper {
  padding: 40px;
} */

/* ----------------------------------------------------
   Section Footer
-------------------------------------------------------*/

#section5 {
  padding: 100px 0;
  background: #1b579b;
}

.logofooter {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #section5 {
    padding: 70px 0 50px 0;
  }

  .footer-titel {
    margin-bottom: 20px;
  }
}

.socialicon {
  max-width: 45px;
  margin-right: 5px;
  margin-bottom: 40px;
}
