/*
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
*/
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto/Roboto-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

.color1{
    background-color: var(--color1);
}
.color2{
    background-color: var(--color2);
}
.color3{
    background-color: var(--color3);
}
.color4{
    background-color: var(--color4);
}
.color5{
    background-color: var(--color5);
}
/* ========== 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: 'Roboto', sans-serif;
  color: white;
  font-size: 14px;
}
h1 {
  font-size: 30px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 25px;
}
h1.titel {
  margin-bottom: 45px;
}
h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}
h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--global-color);
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
h5, h6 {
  font-size: 16px;
  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 ========== */

.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;
}
.borderpadding{
    padding: 10px;
}
/* ========== Header ========== */
#masthead{
    background-color: red;
}
#masthead .row {
  padding: 0;
}
#masthead .site-branding a {
  align-items: center;
  display: flex;
  position: relative;
}
#masthead .logo {
  margin: 30px auto;
  max-width: 400px;
  max-height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#masthead .navbar {
  padding: 0;
  height: 100px;
  width: 100%;
}
#masthead .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--global-color);
  padding: 10px 20px;
  margin-top: 40px;
}
#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;
}
#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);
}
.nav-height{
  height: 100%;
}
.navbar-nav{
  height: 100%;
}
.navbar-nav > li{
  border-right: 1px solid white;
  transition: all .5s;
}.navbar-nav > li:hover{
  background-color: black;
}
/* ========== Dodo Rows ========== */
.rowholder{
    position: relative;
}
/* ========== breede_foto ========== */
.container_image_bigimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.polygon_form_big_img{
    width: 100%;
    height: 0%;
    clip-path: polygon(0% 90%, 35% 100%, 100% 87%, 100% 0%, 0% 0%);
    background-color: white;
    z-index: 10;
    position: relative;
}
.container_image_overlay_bigimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
}
/* ========== Img with text ========== */
.banner + .rowholder{
    margin-top: -200px;
    padding-top: 200px;
}
.maintriangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(85% 0%, 100% 0%, 100% 65%);
}
.maintriangle_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 65%, 0% 0%, 12% 0%);
}
.secondtriangle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(97% 0, 100% 0%, 100% 100%, 93% 100%);
}
.secondtriangle_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(15% 0%, 2% 0%, 6% 100%, 100% 100%);
}
.colorfiller_triangle{
    width: 100%;
    height: 100%;
}
.colorfiller_triangle_left{
    width: 100%;
    height: 100%;
}
.border_pic_w_text_1{
    border-right: 1px solid white;
}
.border_pic_w_text_2{
    border-left: 1px solid white;
}
.darken{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    z-index: 1;
}
/* ========== Info row ========== */
.news_slide{
    width: 100%;
    height: 90%;
}
.info_row_title{
    color: black;
    text-decoration: underline;
    height: 10%;
    margin: 14px 0px;
}
.info_row_titles{
    display: flex;
    flex-wrap: nowrap;
}
.info_row_titles > img{
  height: 34px;
  margin: 14px 10px 14px 0px;
}
.carousel-item{
    position: relative;
}
.news_slide_title{
    position: absolute;
    top: 70%;
    left: 0;
    width: 90%;
    background-color: #00000075;
}
.agendaitem{
    height: 50px;
    background-color: var(--color5);
    padding: 10px;
    display: flex;
    align-items: center;
}
.agenda{
    border-top: 5px var(--color1) solid;
}
.uitslag_item{
    height: 50px;
    background-color: var(--color1);
    padding: 10px;
    display: flex;
    align-items: center;
}
.uitslagen{
    border-top: 5px var(--color5) solid;
}
.carousel-inner, .carousel-item{
    height: 100%;
}
.carousel-item > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.current_img_slideshow.active{
  background-color: var(--color1) !important;
  transition: all 1s;
}
.carousel-indicators li.current_img_slideshow{
    display: inline-block !important;

    width: 20px !important;
    height: 20px !important;

    border-radius: 50% !important;
    border: 2px solid white !important;

    background-color: transparent;

    margin: 0 5px;
}
/* ========== games ========== */
.games{
  position: relative;
  clip-path: polygon(0% 73px, 0% 100%, 100% 100%, 100% 90px, 25% 0%);
}
.games_title{
  margin-top: 100px;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: black;
}
.games_title_text{
  margin: 20px 5px ;
}
.team_logo{
  height: 20px;
  width: 30px;
  padding-right: 10px;
}
.games_collumns{
    background-color: white;
    color: black;
    padding: 20px 10px;
}
.start_collumns_games{
  background-color: #E6E6E6;
}
tr:nth-child(odd) {
    background-color: #F1F1F1;
}
tr:nth-child(even) {
    background-color: transparent;
}
/* ========== Footer ========== */

#colophon {
  background-color: var(--color5);
}

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

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

/* ========== 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;
}

/* ========== 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) {}
