/*
Theme Name: DODO Theme
Theme URI: https://dodo.nl/
Author: DODO Internet
Author URI: https://dodo.nl/
Description: Theme from DODO Internet and Studioviv. This theme only works in combination whiteh the plugin Advanced Custom Field PRO. And can be intregrated with Woocommerce and Contact Form 7.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: ONLY for DODO and Studioviv
Text Domain: dodo_theme
*/

:root {
  --global-color: #212121;
  --global-color-hover: #212121;
  --global-white: #FFFFFF;
  --global-grey: =#EBEBEB;
  --global-black: #000000;
}

.color1{
    color: var(--color1);
}
.color2{
    color: var(--color2);
}
.color3{
    color: var(--color3);
}
.color4{
    color: var(--color4);
}
.color5{
    color: var(--color5);
}
.color6{
    color: var(--color6);
}
.color7{
    color: var(--color7);
}
.bgcolor1{
    background-color: var(--color1);
}
.bgcolor2{
    background-color: var(--color2);
}
.bgcolor3{
    background-color: var(--color3);
}
.bgcolor4{
    background-color: var(--color4);
}
.bgcolor5{
    background-color: var(--color5);
}
.bgcolor6{
    background-color: var(--color6);
}
.bgcolor7{
    background-color: var(--color7);
}
.rowholder{
  overflow: hidden;
}

button:hover{
  color: var(--color4);
}

.dangerline1::after{
  content: '';
  background-image: url('img/stripes1.svg');
  display: block;
  width: 100vw;
  height: 55px;
  background-color: inherit;
}
.dangerline2::after{
  content: '';
  background-image: url('img/stripes2.svg');
  display: block;
  width: 100vw;
  height: 55px;
  background-color: inherit;
}
.dangerline3::after{
  content: '';
  background-image: url('img/stripes3.svg');
  display: block;
  width: 100vw;
  height: 55px;
  background-color: inherit;
}
.dangerline4::after{
  content: '';
  background-image: url('img/stripes4.svg');
  display: block;
  width: 100vw;
  height: 55px;
  background-color: inherit;
}

/* Poppins */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Default */
.full-width{
  width: 100%;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0%;
}
/* ========== Other CSS ========== */
html, body, html a {
  -webkit-font-smoothing: antialiased !important;
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  /* font-family: 'Open Sans', sans-serif; */
  color: var(--global-black);
}
h1 {
  font-size: 36px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 25px;
}
h1.titel {
  margin-bottom: 45px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 20px;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
h5, h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
p {
  margin-bottom: 15px;
}
.content-area ul {

}
.content-area li {

}
.content-area table {
  width: 100%;
}
.content-area td {

}
a {
  color: var(--global-color);
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
a:hover {
  color: var(--global-color-hover);
  text-decoration: none;
}
a:active {
  color: var(--global-black);
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* ========== General ========== */

.full-height{
    height: 100%;
}
.container-fluid {
  padding: 0;
}
.container-fluid .row {
  margin: 0;
}
.row {
  padding: 45px 0;
}
.dodorow:first-child[class^=achtergrond-] {
  margin-top: -45px;
}
.dodorow:last-child[class^=achtergrond-] {
  margin-bottom: -45px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}

/* ========== Header ========== */

#masthead {
}
#masthead .row {
  padding: 0;
}
#masthead .site-branding a {
  align-items: center;
  display: flex;
  min-height: 150px;
}
#masthead .logo {
  margin: 30px auto;
  max-width: 400px;
  max-height: 225px;
  font-size: 29px;
}
#masthead .navbar {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
#masthead .nav-item .nav-link {
  font-size: 19px;
  font-weight: 400;
    color: var(--global-color);
  padding: 10px 0px;
}
#masthead .nav-item .nav-link:hover {
  color: var(--global-color-hover);
}
#masthead .nav-item.active .nav-link,
#masthead .nav-item .nav-link:active {
  color: var(--global-black);
}
#masthead .dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.navbar-nav{
    gap: 45px;
}
#masthead .navbar-nav .dropdown-item:hover {
  background-color: var(--global-grey);
  color: var(--global-black);
}
#masthead .navbar-nav .dropdown-item.active,
#masthead .navbar-nav .dropdown-item:active {
  background-color: var(--global-black);
  color: var(--global-white);
}

/* ========== Dodo Rows ========== */



/* ========== Footer ========== */
.sociallink{
    height: 40px;
    width: 40px;
    background-color: var(--color1);
    border-radius: 50%;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sociallink > img{
    height: 100% !important;
}
.sociallinkholder{
    margin-top: auto;
}

#colophon {
  margin-top: 45px;
}

#colophon .site-footer .row {
  padding: 60px 0;
}

#colophon .site-info .row {
  padding: 15px 0;
}

.footertextfont{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}
.footertextfont2{
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0%;
}
.techdesign{
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0%;
  padding: 25px 0px;
}
/* ========== Bootstrap 4 Carousel ========== */

.carousel-indicators li {
  background-color: var(--global-grey);
  opacity: 1;
}
.carousel-indicators li.active {
  background-color: var(--global-color);
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

/* ========== contact form 7 ========== */

.wpcf7-form {
  max-width: 100%;
  margin: auto;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form label,
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form select {
  width: 100%;
  height: auto;
  border-radius: 0;
  margin: 0
}
.wpcf7-form label {
  margin-bottom: 15px;
}
.wpcf7-form select,
.wpcf7-form input,
.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid var(--global-grey);
}
.wpcf7-form input[type=checkbox],
.wpcf7-form input[type=radio] {
  width: auto;
}
.wpcf7-form textarea.form-control {
  max-height: 150px;
}
.wpcf7-form .form-control:focus {
  color: var(--global-color);
  background-color: var(--global-white);
  border-color: var(--global-color);
  outline: 0;
  box-shadow: 0;
}
/* CF7 verzendknop */
.wpcf7-form .wpcf7-submit {
  border-color: var(--global-color);
  background-color: var(--global-color);
  color: var(--global-white);
  width: max-content;
  max-width: 100%;
  padding: 15px 30px;
}
.wpcf7-form .wpcf7-submit:hover {
  border-color: var(--global-color-hover);
  background-color: var(--global-color-hover);
  color: var(--global-white);
}
.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled).active,
.wpcf7-form .wpcf7-submit:not(:disabled):not(.disabled):active,
.wpcf7-form .show > .wpcf7-submit.dropdown-toggle {
  border-color: var(--global-black);
  background-color: var(--global-black);
  color: var(--global-white);
}

.wpcf7 .ajax-loader {
  display: block;
  margin: 5px auto 0;
}
.form-button{
  margin-top: 25px;
}
.form-button > p > input{
  background-color: var(--color5) !important;
  color: var(--color6) !important;
  border-radius: 200px;
}

/* ========== Scroll ========== */

.scroll-container {
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
.scroll-container .scroll {
  white-space: nowrap;
  font-size: 0;
  position: relative;

  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-container .scroll::-webkit-scrollbar {
 display: none;
}

.scroll .scroll-item {
  position: relative;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
.scroll-controls {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
}
.scroll-control-next,
.scroll-control-prev {
  position: absolute;
  opacity: 1;
  height: 40px;
  width: 40px;
  background-color: var(--global-grey);
  top: 0;
  cursor: pointer;
}
.scroll-control-next:hover,
.scroll-control-prev:hover {
  background-color: var(--global-color);
}
.scroll-control-next {
  right: 0;
}
.scroll-control-prev {
  left: 0;
}
.scroll-control-next img,
.scroll-control-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ========== responsive ========== */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}

/* --------------------
header
-------------------- */
.headerimg{
    width: 100%;
    object-fit: cover;
    position: absolute;
    min-height: 500px;
    max-height: 700px;
}
.headerimg2{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
    max-height: 700px;
}
.quote_header_text{
    font-size: 30px;
    color: white;
    font-weight: 300;
}
.title_header_text{
    font-size: 60px;
    color: white;
    font-weight: 600;
}
.quote_header_text,.title_header_text{
    text-align: center;
}
.positioning_highlights{
    top: 50%;
}
.extrapadding_header{
    padding: 7% 0px;
}
.highlighted_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.highlighted_img_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 15px;
}
.title_text_highlighted{
    position: absolute;
    bottom: 35%;
    color: white;
    font-size: 32px;
    line-height: 40px;
    
    font-weight: 600;
    padding: 0px 30px;
}
.sub_title_text_highlighted{
    position: absolute;
    bottom: 25%;
    color: white;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    padding: 0px 30px;
}
.more_highlighted{
    position: absolute;
    bottom: 10%;
    padding: 5px 30px;
    width: 80%;
    clip-path: polygon(0% 0%, 0% 100%, 90%100%, 100%0%);
    font-weight: 600;
    font-size: 22px;
    line-height: 47px;
    border: 0px;
}
@media(max-width: 1199px){
    .highlighted_img_holder{
        height: 200px;
        margin: 10px 0px;
    }
    .more_highlighted{
    bottom: 10%;
    width: 40%;
    }
    .sub_title_text_highlighted{
    position: absolute;
    bottom: 40%;
    }
    .title_text_highlighted{
    position: absolute;
    bottom: 60%;
    }
}
@media(max-width: 767px){
    .more_highlighted{
    bottom: 10%;
    width: 70%;
    }
}

/* --------------------
images and text
-------------------- */
.firsttitle_textwimg{
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 44px;
  
}
.secondtitle_textwimg{
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  
}
.text_textwimg{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin: 36px 0px 47px 0px;
}
.sidewayimg_1{

}
.sidewayimg_2{
  position: absolute;
  left: 350px;
  top: 0;
}
.sidewayimg_3{
  position: absolute;
  left: 685px;
  top: 0;
}
.sidewayimg_5{
  position: absolute;
  left: 510px;
  top: 0;
}
.buttonlink_textwimg{
  width: 322;
  opacity: 1;
  gap: 10px;
  border-radius: 200px;
  padding: 7px 32px;
  border: 0px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 47px;
  
}
.extrapadding_textwimg{
  padding: 100px 0px;
}
@media(max-width: 1199px){
  .overflow-x-scroll{
    overflow-x: scroll;
  }
  .overflow-x-scroll::-webkit-scrollbar {
    display: none;
  }
}
/* --------------------
activities
-------------------- */
.activitiesholder{
  padding: 33.5px;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.activitiesholder > a{
    margin-top: auto;
}
.act_day{
  font-weight: 600;
  font-size: 48px;
  line-height: 47px;
}
.act_month{
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  line-height: 47px;
}
.act_title{
  font-weight: 600;
  font-size: 28px;
  line-height: 47px;
}
.act_text{
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
}
.act_link{
  font-weight: 600;
  font-size: 18px;
  line-height: 47px;
}
.all_activities_button{
  width: 222;
  height: 55;
  opacity: 1;
  top: 2431px;
  left: 850px;
  gap: 10px;
  border-radius: 200px;
  padding-top: 7px;
  padding-right: 32px;
  padding-bottom: 7px;
  padding-left: 32px;
  border: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
  margin:85px 0px
}
.center-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.activities_title{
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 69px;
}
.activities_sub_title{
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
}
.act_img{
    aspect-ratio: 1.7/1;
}
.act_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.margin_bottom_activities{
    margin-bottom: 10px;
}
/* --------------------
gallery
-------------------- */
.galimgholder{
    aspect-ratio: 1 / 1;
    padding: 15px;
}
.galimgholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.masonry{
    columns: 3;
    column-gap: 1.5rem;
}
.item {
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    break-inside: avoid;
}
.gallery_title{
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 68px;
}
.gallery_sub_title{
  font-weight: 300;
  font-style: Light;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0%;
  text-align: center;
}

/* --------------------
titlewimg
-------------------- */

.title_titlewimg{
    font-weight: 600;
    font-size: 50px;
    line-height: 71px;
    letter-spacing: 0%;
}
.max_img_height_title-img{
    max-height: 161px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max_img_height_title-img > img{
    max-height: 161px;
}
/* --------------------
offers
-------------------- */
.image_offers{
    width: 100%;
    aspect-ratio: 1/.5;
    margin-bottom: 35px;
}
.image_offers_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title_offers{
    position: absolute;
    width: 80%;
    bottom: -35px;
    left: 0px;
    font-weight: 600;
    font-size: 28px;
    line-height: 47px;
    letter-spacing: 0%;
    clip-path: polygon(0% 0%, 0% 100%, 90%100%, 100%0%);
    padding: 13px 43px;
}
.text_offers{
    padding: 13px 43px;
}
.addons_offers{
    padding: 13px 43px;
    display: flex;
    gap: 23px;
    flex-wrap: wrap;
}
.tag_offer{
    display: flex;
    gap: 5px;
}
.main_title_offers{
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 0%;
    margin: 63px 0px;
}
.marginbottom_offers{
    padding-bottom: 155px;
}
.offer_button{
    position: absolute;
    bottom: 60px;
    left: 60px;
    border-radius: 200px;
    padding-top: 7px;
    padding-right: 32px;
    padding-bottom: 7px;
    padding-left: 32px;
    background-color: #212121;
    color: white;
    border: 0px;
}
.offer_button:hover{
    color: var(--color7);
}
.paddingbottom_offers{
    padding-bottom: 30px;
}
.height-100{
    height: 100%;
}

/* --------------------
accordeon
-------------------- */

.content{
        max-height: 0px;
        overflow: hidden;
    }