/*
Theme Name: Yankee Doodle
Theme URI: https://ditisnewz.nl
Author: Joost Faber
Author URI: https://ditisnewz.nl
Description: Dit thema is speciaal ontwikkeld voor Yankee Doodle
Version: 1.0
Text Domain: yankeedoodle

*/

*
{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body
{
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #4f4f4f;
  font-family: 'Open Sans', sans-serif;
  background: #FFF;
  background: url('assets/images/Patroon.jpg') repeat;
}

a
{
  color: inherit;
  text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }

p a
{
  text-decoration: underline;
  font-weight: 700;
}

p
{
  padding: 11px 0;
  line-height: 1.4em;
}

.button
{
  display: inline-block;
  background: #e3212d;
  color: #FFF;
  padding: 10px 25px;
  font-family: 'Bitter', serif;
  border-radius: 4px;
  font-weight: 700;
  border: 2px solid #e3212d;
  transition: .3s ease all;
}

.desktop
{
  display: none;
}

.menu_icon,
.menu_check
{
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 36px;
  width: 36px;
  height: 36px;
}

.menu_check
{
  z-index: 3;
  opacity: 0;
}

.recensie_top
{
	background: #FFF;
	width: 100%;
	text-align: center;
}

.primary-menu nav
{
  position: absolute;
  top: 125px;
  display: none;
  left: 0;
  background: #FFF;
  z-index: 5000;
  padding: 0px 10px;
  max-height: 80vh;
  overflow-y: scroll;
}

.menu_check:checked ~ .primary-menu nav
{
  display: block;
}

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; }

.button:hover
{
  background: transparent;
  color: #e3212d;
}

.button.blue
{
  border: 2px solid #024088;
  background: #024088;
}

.button.blue:hover
{
  background: transparent;
  color: #024088;
}

section.blue
{
  background: rgba(204,228,255,.3);
}

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

header,
section,
footer
{
  width: 100%;
  float: left;
  position: relative;
}

.container
{
  width: 90%;
  margin: 0px auto;
  position: relative;
  height: 100%;
}

h1,
h2
{
  font-family: 'Work Sans', sans-serif;
  font-weight: 900;
}

h2
{
  color: #024088;
  font-size: 2.5em;
}

h3,
h4
{
  font-family: 'Bitter', serif;
  font-weight: 700;
}

h3
{
  font-size: 1.6em;
}

header
{
  height: 148px;
}

header .logo
{
  float: left;
  width: 60%;
  height: 100%;
  padding: 10px 0;
}

header .logo img
{
  height: auto;
  width: 100%;
}

header .menu
{
  float: right;
  width: 40%;
  font-family: 'Bitter', serif;
  font-weight: 700;
  padding: 10px 0;
}

header .menu ul li
{
  list-style: none;
  color: #024088;
  display: inline-block;
  width: 100%;
  line-height: 3em;
  font-size: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #EEE;
}

header .menu ul li i
{
  color: #e3212d;
  width: 1.3em;
  padding-right: 4px;
  font-size: 1.4em;
}

header .menu ul li > ul
{
	display: none;
}

section.eyecandy_home .overlay
{
  display: none;
}

section.eyecandy_home .content
{
  position: relative;
  padding: 15px;
}

section.eyecandy_home .content h1
{
  font-size: 9.7vw;
}

section.eyecandy_home .content h2
{
  font-family: 'Bitter', serif;
  font-weight: 700;
  color: #024088;
  font-size: 24px;
}

section.eyecandy_home .content ul
{
  padding: 20px 0;
  line-height: 30px;
}

ul.usps
{
  list-style-type: none;
}

ul.usps li
{
  background: url('assets/images/usps.png') no-repeat left center;
  padding-left: 44px;
}


section.eyecandy_home .openvandaag
{
  padding: 15px 10% 15px 20px;
  border-radius: 6px;
  background: #FFF;
  color: #024088;
  font-style: italic;
}

section.linkblokken
{
  padding: 50px 0;
}

.section_title
{
  text-align: center;
  max-width: 60rem;
  margin: 0px auto;
  padding: 0 0 30px 0;
  z-index: 1;
  position: relative;
}

.section_title h2
{
  font-size: 36px;
  color: #024088;
}

section.linkblokken .slider_container
{
  padding-left: 5%;
  width: 100%;
  display: block;
}

.american_flag::before
{
  content: " ";
  background: url('assets/images/american_flag.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fundiner_slider li
{
  position: relative;
}

.fundiner_slider li h3
{
  color: #FFF;
  width: 90%;
  position: absolute;
  top: 20px;
  left: 5%;
  text-align: center;
  text-shadow: 0 0 6px rgba(0,0,0,.6);
  font-size: 6vw;
}

.fundiner_slider li .desc
{
  position: absolute;
  bottom: 50px;
  left: 5%;
  width: 90%;
  text-align: center;
}

.fundiner_slider li .desc p
{
  color: #FFF;
}

.fundiner_slider li .read_more
{
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'Bitter', serif;
  color: #FFF;
  text-align: right;
}

.fundiner_slider li::before
{
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
}

section.text
{
  padding: 60px 0;
}

section.text .content
{
  max-width: 80rem;
  margin: 0px auto;
}

section.text .content .column
{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}

section.banner
{
  padding: 60px 0;
}


section.banner .left,
section.banner .right
{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

section.banner .right
{
  text-align: center;
}

section.banner .right .button
{
  margin-bottom: 10px;
}

section.left-right
{
  padding: 60px 0;
}

.flex-box-container
{

}

.flex-box-container > div
{
  width: 100%;
}


section.left-right .image img,
section.left-right .video img
{
  width: 95%;
  position: relative;
  z-index: 5;
}

section.left-right .image,
section.left-right .video
{
  text-align: right;
  padding-bottom: 2%;
  position: relative;
}

section.left-right .image::before,
section.left-right .video::before
{
  content: " ";
  background: #024088;
  width: 85%;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: 0;
}

section.left-right .image:nth-child(2)::before,
section.left-right .video:nth-child(2)::before
{
  left: 10%;
}

section.left-right h2
{
  padding-bottom: 10px;
}

section.acties
{
  padding: 60px 0;
  text-align: center;
}

section.acties ul li
{
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

section.acties ul li h3 span
{
  display: block;
  font-family: 'Work Sans', sans-serif;
  color: #024088;
  padding-bottom: 20px;
  font-size: 2em;
}

.all_link
{
  padding: 60px 0 0 0;
}

section.openingstijden
{
  padding: 60px 0;
}

section.openingstijden h2
{
  color: #4a4a4a;
}


section.openingstijden div.title_opening
{
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

section.openingstijden div.title_opening h2
{
  font-size: 36px;
}

section.openingstijden ul
{
  display: inline-block;
  vertical-align: middle;
    margin-top: 20px;
  width: 100%;
}

section.openingstijden li
{
  width: 100%;

}

section.openingstijden li
{
  list-style: none;
  font-size: 16px;
  font-family: 'Bitter', serif;
  font-weight: 700;
  padding-left: 20px;
  line-height: 2em;
  display: block;
  float: left;
  padding: 4px 0;
}

section.openingstijden li span
{
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  padding-right: 20px;
  float: right;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
}

section.news
{
  padding: 60px 0;
}

section.news ul li
{
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}


section.news ul li h3
{
  color: #024088;
  padding: 25px 0 10px 0;
}

.eyecandy_fundiner
{
  padding: 10px 0;
}

.eyecandy_fundiner .video
{
  -ms-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 46px 0px rgba(31, 28, 22, 0.45);
}

.eyecandy_fundiner .video img
{
  display: block;
}

.eyecandy_fundiner .content h1
{
  color: #024088;
  font-size: 8vw;
}

.eyecandy_fundiner .content h2
{
  font-family: 'Bitter', serif;
  color: #024088;
  font-size: 5vw;
}

.eyecandy_fundiner .content ul
{
  padding: 25px 0;
  line-height: 2em;
}

.eyecandy_fundiner .content .button:nth-of-type(2)
{
  margin-top: 20px;
}

.eyecandy_fundiner .video .play_button,
section.left-right .video .play_button
{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 72px;
  z-index: 50;
}

section.left-right .video .play_button
{
  left: 47.5%;
}


section.left-right .video:nth-child(2) .play_button
{
  left: 57.5%;
}

section.the_content
{
  padding: 60px 0;
}

section.the_content .container
{
  max-width: 60rem;
  margin: 0px auto;
  padding: 0;
}

section.the_content h3
{
  color: #024088;
}

.section_closure
{
  text-align: center;
  padding: 30px 0 0 0;
}

.section_closure .button
{
  margin-top: 10px;
}

.section_closure strong
{
  font-family: 'Bitter', serif;
  display: block;
  text-align: center;
  padding: 20px 0;
}

.section_closure i
{
  font-size: 24px;
  color: #024088;
  margin: 0 0 0 20px;
}

footer .before-footer
{
  width: 100%;
  background: #024088;
  color: #FFF;
  position: relative;
  float: left;
  padding: 50px 0;
}

footer .before-footer h2
{
  font-family: 'Bitter', serif;
  color: #FFF;
  font-size: 24px;
}

footer .before-footer .widget
{
  width: 100%;
  float: left;
  display: inline-block;
  padding: 20px 0;
}

footer .before-footer .widget.openingstijden div:first-of-type
{
  padding-top: 30px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}

footer .before-footer .widget.openingstijden div:last-of-type
{
  width: 68%;
  padding-top: 30px;
  line-height: 2em;
  display: inline-block;
  vertical-align: top;
}

footer .before-footer .widget a
{
  display: block;
  text-decoration: none;
  font-weight: normal;
}

footer .before-footer .widget a:hover
{
  text-decoration: underline;
}

.frontpage_title
{
  position: absolute;
  top: 10px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  z-index: 50;
  text-align: center;
}

.frontpage_title h1
{
  color: #FFF;
  font-size: 6vw;
  text-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.frontpage_title img
{
  max-width: 30vw;
}

.frontpage_container
{
  float: left;
  width: 100%;
  position: relative;
  background: url('img/background-home-mobile.jpg') no-repeat;
  background-size: cover;
}

.frontpage_blok
{
  display: inline-block;
  float: left;
  width: 100%;
  overflow: hidden;
  height: 34vh;
  position: relative;
}

.frontpage_blok h2
{
  color: #FFF;
  font-size: 8vw;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.frontpage_blok img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: 130%;
  transition: .6s ease all;
}

.frontpage_blok:hover img
{
  min-width: 105%;
  min-height: 105%;
}

.frontpage_blok.assen div
{
  background: rgba(226,16,19,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.frontpage_blok.assen h2
{
  display:inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #024088;
}

.frontpage_blok.groningen div
{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.frontpage_blok.groningen h2
{
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #FFF;
  color: #000;
}

.frontpage_blok.emmen div
{
  background: rgba(2,64,136,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.frontpage_blok.emmen h2
{
  display:inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  background: #e20613;
}
