@import url(http://www.gv-hercules.nl/wp-content/themes/hercules/../cornerstone/style.css);
@import url(http://www.gv-hercules.nl/wp-content/themes/hercules/../fctrias/fonts/foundation-icons.css);
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.textalignleft {
  text-align: left;
}
.textaligncenter {
  text-align: center;
}
.textalignright {
  text-align: right;
}
ul.responsive {
  margin-left: 0;
}
ul.responsive li a img {
  width: auto;
  height: auto;
  padding: 0 .5rem;
}
.usp-fieldset {
  border: none;
  margin: 10px 0;
  padding: 0;
}
textarea.usp-input-content {
  height: 20rem;
}
a,
a:link,
a:visited {
  transition-duration: .2s;
}
a:hover,
a:active {
  transition-duration: .2s;
}
* {
  outline: none;
}
html,
body {
  font-family: 'Raleway', sans-serif;
  color: #666666;
}
.small {
  font-size: 1.5rem;
  padding: 0 5px;
}
.medium {
  font-size: 2rem;
  padding: 0 5px;
}
.large {
  font-size: 3rem;
  line-height: 3rem;
}
.fullwidth {
  width: 100%;
}
.fullwidth.grey {
  background: #f2f2f2;
}
.fullwidth.raster {
  background: #1d9787;
}
.fullwidth.underbar {
  background: #226fab;
}
.fullwidth.underbar.search {
  margin-bottom: 0 !important;
}
.fullwidth.rood {
  background: red;
  color: #ffffff;
}
.fullwidth.groen {
  background: green;
  color: #ffffff;
}
.fullwidth.oranje {
  background: orange;
  color: #ffffff;
}
table {
  border: 1px solid #f2f2f2;
}
table tr td:first-child {
  min-width: 15rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
  color: #535353;
  text-transform: uppercase;
  margin: 0;
}
h1 {
  font-size: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0 1rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0 0.5rem;
}
h6 {
  font-size: 1.25rem;
}
button,
.button {
  font-size: 1.125rem;
  background: #226fab;
  color: #ffffff;
  transition-duration: .2s;
  font-family: 'Fjalla One', sans-serif;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #535353;
  color: #ffffff;
  transition-duration: .2s;
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #226fab;
  color: #ffffff;
  opacity: .25;
  transition-duration: .2s;
  border: none;
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #226fab;
  color: #ffffff;
  opacity: .25;
  transition-duration: .2s;
  border: none;
}
img.coverremoved {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/*
.entry-content ul:not([class*="block-grid-"]):not(.clearing-thumbs),.widget_archive ul{margin-left:2em;}
*/
@media only screen and (min-width: 300px) {
  html {
    font-size: 12px;
  }
  .veldstatus {
    width: 100%;
    text-align: center;
    padding: .75rem;
  }
  .veldstatus span {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1rem;
  }
  .topmenu ul {
    margin: 0;
    margin: .75rem 0 .25rem;
  }
  .topmenu ul li {
    float: left;
    list-style: none;
  }
  .topmenu ul li a {
    padding: .125rem .25rem;
    color: #226fab;
    display: block;
    font-size: 1rem;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background: none !important;
  }
  .topmenu ul li a svg {
    width: 2rem;
  }
  .topmenu ul li a svg #facebook {
    fill: #226fab;
    transition-duration: .2s;
  }
  .topmenu ul li a svg #twitter {
    fill: #226fab;
    transition-duration: .2s;
  }
  .topmenu ul li a svg #youtube {
    fill: #226fab;
    transition-duration: .2s;
  }
  .topmenu ul li a:hover {
    color: #535353;
  }
  .topmenu ul li a:hover svg #facebook {
    fill: #535353;
    transition-duration: .2s;
  }
  .topmenu ul li a:hover svg #twitter {
    fill: #535353;
    transition-duration: .2s;
  }
  .topmenu ul li a:hover svg #youtube {
    fill: #535353;
    transition-duration: .2s;
  }
  .topmenu ul.menu li {
    padding: .25rem 0;
  }
  .topmenu ul.menu li a {
    border-left: 2px #226fab solid;
    padding: 0rem .5rem;
  }
  .topmenu ul.menu li:first-child a {
    border-left: none;
  }
  .logo {
    height: 5.5rem;
    position: absolute;
    top: 0rem;
    width: 5.5rem;
    z-index: 9999;
  }
  .top-bar {
    text-align: right;
    width: 100%;
    line-height: 0;
    background-color: transparent !important;
  }
  .top-bar .title-area .toggle-topbar a {
    font-size: 1.5rem;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400;
    line-height: 34px;
  }
  .top-bar .title-area .toggle-topbar a span:after {
    right: .375rem;
  }
  .top-bar.expanded .title-area {
    background: transparent;
  }
  .top-bar.expanded .title-area .toggle-topbar a {
    color: #ffffff;
  }
  .top-bar.expanded .title-area .toggle-topbar a span:after {
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
  }
  .top-bar.expanded .top-bar-section {
    width: 100%;
    min-height: 480px;
  }
  .top-bar.expanded .top-bar-section ul {
    /* Dropdown part */
  }
  .top-bar.expanded .top-bar-section ul li {
    background: none !important;
    text-align: left;
  }
  .top-bar.expanded .top-bar-section ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background: none !important;
  }
  .top-bar.expanded .top-bar-section ul li a:hover {
    color: #ffffff;
    background: none !important;
  }
  .top-bar.expanded .top-bar-section ul li:not(.has-form) a:not(.button) {
    font-size: 1.5rem;
    background: none !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
  }
  .top-bar.expanded .top-bar-section ul li.active:not(.has-form) a:not(.button),
  .top-bar.expanded .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
    background: #226fab !important;
  }
  .top-bar.expanded .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
    background: #226fab !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
    color: #ffffff;
  }
  .top-bar.expanded .top-bar-section ul li.has-dropdown > a::after {
    top: .75rem !important;
    border-color: transparent transparent transparent #ffffff;
  }
  .top-bar.expanded .top-bar-section ul li.has-dropdown:hover > a::after {
    border-color: transparent transparent transparent #ffffff;
  }
  .top-bar.expanded .top-bar-section ul .divider,
  .top-bar.expanded .top-bar-section ul [role="separator"] {
    display: none;
  }
  .top-bar.expanded .top-bar-section ul ul {
    min-height: 480px;
    margin-top: 0;
    display: block;
    z-index: 1000;
    background: none !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  }
  .top-bar.expanded .top-bar-section ul ul li {
    background: none !important;
  }
  .top-bar.expanded .top-bar-section ul ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background: none !important;
    text-align: left;
    border: none;
  }
  .top-bar.expanded .top-bar-section ul ul li a:hover {
    border: none;
  }
  .top-bar.expanded .top-bar-section ul ul li h5:not(.has-form) a:not(.button) {
    font-size: 1rem !important;
    text-align: center;
  }
  .top-bar.expanded .top-bar-section ul ul li:not(.has-form) a:not(.button) {
    background: none !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
  }
  .top-bar.expanded .top-bar-section ul ul li.active:not(.has-form) a:not(.button),
  .top-bar.expanded .top-bar-section ul ul li:not(.has-form):not(.active) > a:not(.button) {
    color: #ffffff !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
    background: none !important;
  }
  .top-bar.expanded .top-bar-section ul ul li.active:not(.has-form) a:hover:not(.button),
  .top-bar.expanded .top-bar-section ul ul li:not(.has-form):not(.active) > a:hover:not(.button) {
    background: none !important;
    padding: 1rem 1rem 1rem 1rem !important;
    transition-duration: 0s;
    color: #ffffff;
  }
  .top-bar.expanded .top-bar-section ul ul li.has-dropdown > a::after {
    top: .75rem !important;
    border-color: transparent transparent transparent #ffffff;
  }
  .top-bar.expanded .top-bar-section ul ul li.has-dropdown:hover > a::after {
    border-color: transparent transparent transparent #ffffff;
  }
  .top-bar .top-bar-section {
    display: inline-block;
  }
  .top-bar .top-bar-section ul {
    display: inline-block;
    background: none !important;
    margin-top: .5rem;
    /* Dropdown part */
  }
  .top-bar .top-bar-section ul li {
    background: none !important;
  }
  .top-bar .top-bar-section ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background: none !important;
    /*
						text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
						*/
  }
  .top-bar .top-bar-section ul li a:hover {
    color: #ffffff;
    background: none !important;
  }
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    background: none !important;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button),
  .top-bar .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    background: #226fab !important;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
    background: #226fab !important;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    color: #ffffff;
  }
  .top-bar .top-bar-section ul li.has-dropdown > a::after {
    border-color: #ffffff transparent transparent;
    margin-top: 0.875rem;
  }
  .top-bar .top-bar-section ul li.has-dropdown:hover > a:after {
    border-color: #ffffff transparent transparent;
  }
  .top-bar .top-bar-section ul li.searchbtnclick a:not(.button) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .top-bar .top-bar-section ul .divider,
  .top-bar .top-bar-section ul [role="separator"] {
    display: none;
  }
  .top-bar .top-bar-section ul ul {
    margin-top: 0;
    display: block;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  }
  .top-bar .top-bar-section ul ul li {
    /*
						&.current-menu-item {
							a {
								border-bottom:2px solid @blue;
							}
						}
						*/
  }
  .top-bar .top-bar-section ul ul li a {
    color: #535353;
    background: #ffffff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
  }
  .top-bar .top-bar-section ul ul li a:hover {
    color: #ffffff;
    background: #226fab;
    border-bottom: 1px solid #226fab;
  }
  .top-bar .top-bar-section ul ul li:not(.has-form) a:not(.button) {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 1rem;
  }
  .top-bar .top-bar-section ul ul li.active:not(.has-form) a:not(.button),
  .top-bar .top-bar-section ul ul li:not(.has-form):not(.active) > a:not(.button) {
    color: #535353;
    padding-top: .25rem;
    padding-bottom: .25rem;
    background: #ffffff !important;
  }
  .top-bar .top-bar-section ul ul li.active:not(.has-form) a:hover:not(.button),
  .top-bar .top-bar-section ul ul li:not(.has-form):not(.active) > a:hover:not(.button) {
    background: #535353 !important;
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: #ffffff !important;
  }
  .top-bar .top-bar-section ul ul li.has-dropdown > a {
    color: #535353 !important;
  }
  .top-bar .top-bar-section ul ul li.has-dropdown > a::after {
    top: -.7rem !important;
  }
  .underbar {
    color: #ffffff;
    text-align: left;
    min-height: 5rem;
  }
  .underbar h2 {
    color: #ffffff;
  }
  .underbar a {
    color: #ffffff;
  }
  .underbar .next {
    width: 100%;
  }
  .underbar #breadcrumbs {
    text-align: right;
    padding-top: 2rem;
    font-size: .875rem;
  }
  .underbar p {
    font-size: .875rem;
    margin-bottom: 0;
    line-height: 1.3;
    padding-top: .5rem;
  }
  .underbar.search {
    padding: 0;
    min-height: 0;
  }
  .underbar.search #s {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .underbar.search #searchsubmit {
    background: #535353;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: 'Fjalla One', sans-serif;
  }
  .page-template-home .underbar {
    padding: 1rem 0;
  }
  .page-template-home .slider {
    padding: 0;
    margin-bottom: 2rem;
  }
  .page-template-home .slider .slide {
    background: #f2f2f2;
    color: #535353;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-template-home .slider .slide h1 {
    font-size: 1.625rem;
  }
  .page-template-home .slider .slide img {
    border: 1px solid #e1e1e1;
    padding: .25rem;
    background: #ffffff;
    height: auto;
  }
  .page-template-home .slider .slide a {
    color: #535353;
  }
  .page-template-home .slider .slide .textpart {
    position: relative;
  }
  .page-template-home .slider .slide .textpart p.readmore {
    display: none;
  }
  .page-template-home .slider .lesrooster {
    background: #FAFAFA;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-template-home .cycle-pager {
    width: 100%;
    text-align: center;
    z-index: 100;
    margin-top: 1.5rem;
  }
  .page-template-home .cycle-pager span {
    color: transparent !important;
    width: .5rem;
    height: .5rem;
    text-indent: -9999px;
    border: 1px solid #226fab;
    border-radius: .25rem;
    opacity: 1;
    display: inline-block;
    margin: 0px .375rem;
  }
  .page-template-home .cycle-pager span.cycle-pager-active {
    background: #226fab;
  }
  .page-template-home .cycle-pager span:hover {
    cursor: pointer;
  }
  .page-template-home .facebook {
    padding: 3rem 0;
  }
  .page-template-home .facebook .column {
    margin-bottom: 2rem;
    border-bottom: 0;
  }
  .page-template-home .facebook .column .rfbp-image-wrap {
    height: 13.325rem;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    width: 100%;
  }
  .page-template-home .facebook .column .rfbp-image-wrap a {
    width: 100%;
  }
  .page-template-home .facebook .column .rfbp-image-wrap a img {
    transform: scale(1.05);
    width: 100%;
  }
  .page-template-home .facebook .column .rfbp-text {
    font-weight: 400;
    font-size: 1.125rem;
    color: #666666;
  }
  .page-template-home .facebook .column .rfbp-post-link-wrap {
    margin-top: 1rem;
  }
  .page-template-home .facebook .column .rfbp-post-link-wrap .rfbp-post-link span {
    font-size: .925rem;
  }
  .page-template-home .facebook .button {
    background: #226fab;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #ffffff;
  }
  .page-template-home #content .tabs-content .content a.news-item {
    display: block;
    position: relative;
    padding: 1rem;
  }
  .page-template-home #content .tabs-content .content a.news-item img {
    border: 1px solid #e1e1e1;
    padding: .25rem;
    background: #ffffff;
  }
  .page-template-home #content .tabs-content .content a.news-item h6 {
    color: #535353;
  }
  .page-template-home #content .tabs-content .content a.news-item p {
    margin-bottom: 0;
  }
  .page-template-home #content .tabs-content .content a.news-item .readmore {
    font-family: 'Fjalla One', sans-serif;
    margin-top: .5rem;
    color: #666666;
  }
  .page-template-home #content .tabs-content .content a.news-item .readmore:after {
    content: " »";
  }
  .page-template-home #content .tabs-content .content a.news-item .datum {
    font-family: 'Fjalla One', sans-serif;
    margin-top: .5rem;
    color: #666666;
  }
  .page-template-home #content .tabs-content .content a.news-item:hover {
    background: #e1e1e1;
    transition-duration: .5s;
  }
  .page-template-home #content .tabs-content .content a.news-item:hover h6 {
    color: #535353;
    transition-duration: .5s;
  }
  .page-template-home #content .tabs-content .content.activiteiten .datum {
    font-family: 'Fjalla One', sans-serif;
    margin-top: .5rem;
    color: #666666;
  }
  .search-results .site-content .page-title {
    padding-bottom: 2rem;
  }
  .search-results .site-content article {
    margin-bottom: 2rem;
  }
  .search-results .site-content article .entry-title {
    padding-bottom: 0.5rem;
  }
  .search-results .site-content article .entry-summary p {
    margin-bottom: 0;
  }
  .search-results .site-content article .pagecategory {
    font-size: 1rem;
    font-weight: 500;
    color: #666666;
    font-style: italic;
  }
  .search-results .site-content article .pagecategory .typebericht {
    padding-right: .5rem;
    border-right: 2px solid #226fab;
  }
  .search-results .site-content article .pagecategory .datum {
    padding-left: .5rem;
    padding-right: .5rem;
    border-right: 2px solid #226fab;
  }
  .search-results .site-content article .pagecategory .categorieen {
    padding-left: .5rem;
  }
  .page-template-default,
  .single,
  .archive,
  .search-results,
  .search-no-results,
  .page-template-zoeken,
  .page-template-organogram {
    /* Nieuws navigation */
    /********************************
		-	FLAT LIGHT BUTTONS -
		*********************************/
  }
  .page-template-default .underbar,
  .single .underbar,
  .archive .underbar,
  .search-results .underbar,
  .search-no-results .underbar,
  .page-template-zoeken .underbar,
  .page-template-organogram .underbar {
    margin-bottom: 2rem;
  }
  .page-template-default .underbar .entry-title,
  .single .underbar .entry-title,
  .archive .underbar .entry-title,
  .search-results .underbar .entry-title,
  .search-no-results .underbar .entry-title,
  .page-template-zoeken .underbar .entry-title,
  .page-template-organogram .underbar .entry-title {
    color: #ffffff;
    padding-top: 1.5rem;
  }
  .page-template-default .underbar .delen,
  .single .underbar .delen,
  .archive .underbar .delen,
  .search-results .underbar .delen,
  .search-no-results .underbar .delen,
  .page-template-zoeken .underbar .delen,
  .page-template-organogram .underbar .delen {
    text-align: right;
    padding-top: 1.75rem;
  }
  .page-template-default .underbar .delen .deelTitel,
  .single .underbar .delen .deelTitel,
  .archive .underbar .delen .deelTitel,
  .search-results .underbar .delen .deelTitel,
  .search-no-results .underbar .delen .deelTitel,
  .page-template-zoeken .underbar .delen .deelTitel,
  .page-template-organogram .underbar .delen .deelTitel {
    font-size: .875rem;
    padding-top: 0.25rem;
    float: right;
    margin-right: .5rem;
  }
  .page-template-default .underbar .delen .socialButtons,
  .single .underbar .delen .socialButtons,
  .archive .underbar .delen .socialButtons,
  .search-results .underbar .delen .socialButtons,
  .search-no-results .underbar .delen .socialButtons,
  .page-template-zoeken .underbar .delen .socialButtons,
  .page-template-organogram .underbar .delen .socialButtons {
    padding-top: 0;
    float: right;
  }
  .page-template-default .underbar .delen .socialButtons a,
  .single .underbar .delen .socialButtons a,
  .archive .underbar .delen .socialButtons a,
  .search-results .underbar .delen .socialButtons a,
  .search-no-results .underbar .delen .socialButtons a,
  .page-template-zoeken .underbar .delen .socialButtons a,
  .page-template-organogram .underbar .delen .socialButtons a {
    margin-right: .25rem;
  }
  .page-template-default .site-content,
  .single .site-content,
  .archive .site-content,
  .search-results .site-content,
  .search-no-results .site-content,
  .page-template-zoeken .site-content,
  .page-template-organogram .site-content {
    min-height: 22.5rem;
    padding-bottom: 5rem;
  }
  .page-template-default .site-content .entry-content,
  .single .site-content .entry-content,
  .archive .site-content .entry-content,
  .search-results .site-content .entry-content,
  .search-no-results .site-content .entry-content,
  .page-template-zoeken .site-content .entry-content,
  .page-template-organogram .site-content .entry-content {
    /*
				a, a:link, a:visited {
					transition-duration: .2s;
					border-bottom: 2px solid @white;
					color: @dgreen;
					&:hover, &:active {
						transition-duration: .2s;
						border-bottom: 2px solid @blue;
					}
				}
				*/
  }
  .page-template-default .site-content .entry-content hr,
  .single .site-content .entry-content hr,
  .archive .site-content .entry-content hr,
  .search-results .site-content .entry-content hr,
  .search-no-results .site-content .entry-content hr,
  .page-template-zoeken .site-content .entry-content hr,
  .page-template-organogram .site-content .entry-content hr {
    border-color: #ffffff;
  }
  .page-template-default .site-content .entry-content img,
  .single .site-content .entry-content img,
  .archive .site-content .entry-content img,
  .search-results .site-content .entry-content img,
  .search-no-results .site-content .entry-content img,
  .page-template-zoeken .site-content .entry-content img,
  .page-template-organogram .site-content .entry-content img {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 0.25rem;
    margin-top: 0.375rem;
  }
  .page-template-default .site-content .entry-content .peg-album,
  .single .site-content .entry-content .peg-album,
  .archive .site-content .entry-content .peg-album,
  .search-results .site-content .entry-content .peg-album,
  .search-no-results .site-content .entry-content .peg-album,
  .page-template-zoeken .site-content .entry-content .peg-album,
  .page-template-organogram .site-content .entry-content .peg-album {
    clear: both;
    float: left;
  }
  .page-template-default .site-content .entry-content .peg-album a img,
  .single .site-content .entry-content .peg-album a img,
  .archive .site-content .entry-content .peg-album a img,
  .search-results .site-content .entry-content .peg-album a img,
  .search-no-results .site-content .entry-content .peg-album a img,
  .page-template-zoeken .site-content .entry-content .peg-album a img,
  .page-template-organogram .site-content .entry-content .peg-album a img {
    width: 12rem;
    height: 12rem;
    padding: .125rem;
  }
  .page-template-default .site-content h2.organo,
  .single .site-content h2.organo,
  .archive .site-content h2.organo,
  .search-results .site-content h2.organo,
  .search-no-results .site-content h2.organo,
  .page-template-zoeken .site-content h2.organo,
  .page-template-organogram .site-content h2.organo {
    padding-top: 2rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #e1e1e1;
  }
  .page-template-default .site-content ul.organo li h4,
  .single .site-content ul.organo li h4,
  .archive .site-content ul.organo li h4,
  .search-results .site-content ul.organo li h4,
  .search-no-results .site-content ul.organo li h4,
  .page-template-zoeken .site-content ul.organo li h4,
  .page-template-organogram .site-content ul.organo li h4 {
    padding: .25rem 0;
  }
  .page-template-default .site-content ul.organo li h5,
  .single .site-content ul.organo li h5,
  .archive .site-content ul.organo li h5,
  .search-results .site-content ul.organo li h5,
  .search-no-results .site-content ul.organo li h5,
  .page-template-zoeken .site-content ul.organo li h5,
  .page-template-organogram .site-content ul.organo li h5 {
    line-height: 1.125rem;
    color: #666666;
    padding: .25rem 0;
  }
  .page-template-default .site-content ul.organo li p,
  .single .site-content ul.organo li p,
  .archive .site-content ul.organo li p,
  .search-results .site-content ul.organo li p,
  .search-no-results .site-content ul.organo li p,
  .page-template-zoeken .site-content ul.organo li p,
  .page-template-organogram .site-content ul.organo li p {
    margin: 0;
  }
  .page-template-default .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .single .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .archive .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .search-results .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .search-no-results .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .page-template-zoeken .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items,
  .page-template-organogram .site-content .ninja-forms-all-fields-wrap .ninja-forms-required-items {
    text-align: right;
    font-size: .875rem;
  }
  .page-template-default .sidebar .wp-post-image,
  .single .sidebar .wp-post-image,
  .archive .sidebar .wp-post-image,
  .search-results .sidebar .wp-post-image,
  .search-no-results .sidebar .wp-post-image,
  .page-template-zoeken .sidebar .wp-post-image,
  .page-template-organogram .sidebar .wp-post-image {
    border: 1px solid #e1e1e1;
    padding: .25rem;
    background: #ffffff;
  }
  .page-template-default .sidebar .datum,
  .single .sidebar .datum,
  .archive .sidebar .datum,
  .search-results .sidebar .datum,
  .search-no-results .sidebar .datum,
  .page-template-zoeken .sidebar .datum,
  .page-template-organogram .sidebar .datum {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin-top: 1rem;
    color: #e1e1e1;
    font-size: 3.25rem;
    line-height: 3.25rem;
    text-align: right;
  }
  .page-template-default .flat-light .esg-filters,
  .single .flat-light .esg-filters,
  .archive .flat-light .esg-filters,
  .search-results .flat-light .esg-filters,
  .search-no-results .flat-light .esg-filters,
  .page-template-zoeken .flat-light .esg-filters,
  .page-template-organogram .flat-light .esg-filters {
    text-align: left !important;
  }
  .page-template-default .flat-light .esg-filters .esg-filter-wrapper,
  .single .flat-light .esg-filters .esg-filter-wrapper,
  .archive .flat-light .esg-filters .esg-filter-wrapper,
  .search-results .flat-light .esg-filters .esg-filter-wrapper,
  .search-no-results .flat-light .esg-filters .esg-filter-wrapper,
  .page-template-zoeken .flat-light .esg-filters .esg-filter-wrapper,
  .page-template-organogram .flat-light .esg-filters .esg-filter-wrapper {
    margin: 0 !important;
  }
  .page-template-default .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .single .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .archive .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .search-results .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .search-no-results .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .page-template-zoeken .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper,
  .page-template-organogram .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper {
    float: right;
  }
  .page-template-default .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .single .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .archive .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .search-results .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .search-no-results .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .page-template-zoeken .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input,
  .page-template-organogram .flat-light .esg-filters .esg-filter-wrapper.eg-search-wrapper .eg-search-input {
    width: 75%;
  }
  .page-template-default .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .single .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .archive .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .search-results .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .search-no-results .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .page-template-zoeken .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31,
  .page-template-organogram .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-31 {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
  }
  .page-template-default .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .single .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .archive .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .search-results .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .search-no-results .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .page-template-zoeken .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33,
  .page-template-organogram .flat-light .esg-grid .mainul li.eg-fc-trias-wrapper .eg-fc-trias-element-33 {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 400 !important;
    color: #666666 !important;
  }
  .page-template-default .flat-light .esg-filterbutton,
  .single .flat-light .esg-filterbutton,
  .archive .flat-light .esg-filterbutton,
  .search-results .flat-light .esg-filterbutton,
  .search-no-results .flat-light .esg-filterbutton,
  .page-template-zoeken .flat-light .esg-filterbutton,
  .page-template-organogram .flat-light .esg-filterbutton,
  .page-template-default .flat-light .esg-navigationbutton,
  .single .flat-light .esg-navigationbutton,
  .archive .flat-light .esg-navigationbutton,
  .search-results .flat-light .esg-navigationbutton,
  .search-no-results .flat-light .esg-navigationbutton,
  .page-template-zoeken .flat-light .esg-navigationbutton,
  .page-template-organogram .flat-light .esg-navigationbutton,
  .page-template-default .flat-light .esg-sortbutton,
  .single .flat-light .esg-sortbutton,
  .archive .flat-light .esg-sortbutton,
  .search-results .flat-light .esg-sortbutton,
  .search-no-results .flat-light .esg-sortbutton,
  .page-template-zoeken .flat-light .esg-sortbutton,
  .page-template-organogram .flat-light .esg-sortbutton,
  .page-template-default .flat-light .esg-cartbutton,
  .single .flat-light .esg-cartbutton,
  .archive .flat-light .esg-cartbutton,
  .search-results .flat-light .esg-cartbutton,
  .search-no-results .flat-light .esg-cartbutton,
  .page-template-zoeken .flat-light .esg-cartbutton,
  .page-template-organogram .flat-light .esg-cartbutton {
    color: #ffffff;
    margin-right: .25rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: .5rem .5rem;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 1.125rem;
    font-family: 'Fjalla One', sans-serif;
    display: inline-block;
    background: #f2f2f2;
    margin-bottom: 5px;
    font-weight: 400;
    color: #666666;
  }
  .page-template-default .flat-light .esg-navigationbutton,
  .single .flat-light .esg-navigationbutton,
  .archive .flat-light .esg-navigationbutton,
  .search-results .flat-light .esg-navigationbutton,
  .search-no-results .flat-light .esg-navigationbutton,
  .page-template-zoeken .flat-light .esg-navigationbutton,
  .page-template-organogram .flat-light .esg-navigationbutton {
    padding: 2px 12px;
  }
  .page-template-default .flat-light .esg-navigationbutton *,
  .single .flat-light .esg-navigationbutton *,
  .archive .flat-light .esg-navigationbutton *,
  .search-results .flat-light .esg-navigationbutton *,
  .search-no-results .flat-light .esg-navigationbutton *,
  .page-template-zoeken .flat-light .esg-navigationbutton *,
  .page-template-organogram .flat-light .esg-navigationbutton * {
    color: #000;
  }
  .page-template-default .flat-light .esg-pagination-button:last-child,
  .single .flat-light .esg-pagination-button:last-child,
  .archive .flat-light .esg-pagination-button:last-child,
  .search-results .flat-light .esg-pagination-button:last-child,
  .search-no-results .flat-light .esg-pagination-button:last-child,
  .page-template-zoeken .flat-light .esg-pagination-button:last-child,
  .page-template-organogram .flat-light .esg-pagination-button:last-child {
    margin-right: 0;
  }
  .page-template-default .flat-light .esg-sortbutton-wrapper,
  .single .flat-light .esg-sortbutton-wrapper,
  .archive .flat-light .esg-sortbutton-wrapper,
  .search-results .flat-light .esg-sortbutton-wrapper,
  .search-no-results .flat-light .esg-sortbutton-wrapper,
  .page-template-zoeken .flat-light .esg-sortbutton-wrapper,
  .page-template-organogram .flat-light .esg-sortbutton-wrapper,
  .page-template-default .flat-light .esg-cartbutton-wrapper,
  .single .flat-light .esg-cartbutton-wrapper,
  .archive .flat-light .esg-cartbutton-wrapper,
  .search-results .flat-light .esg-cartbutton-wrapper,
  .search-no-results .flat-light .esg-cartbutton-wrapper,
  .page-template-zoeken .flat-light .esg-cartbutton-wrapper,
  .page-template-organogram .flat-light .esg-cartbutton-wrapper {
    display: inline-block;
  }
  .page-template-default .flat-light .esg-sortbutton-order,
  .single .flat-light .esg-sortbutton-order,
  .archive .flat-light .esg-sortbutton-order,
  .search-results .flat-light .esg-sortbutton-order,
  .search-no-results .flat-light .esg-sortbutton-order,
  .page-template-zoeken .flat-light .esg-sortbutton-order,
  .page-template-organogram .flat-light .esg-sortbutton-order,
  .page-template-default .flat-light .esg-cartbutton-order,
  .single .flat-light .esg-cartbutton-order,
  .archive .flat-light .esg-cartbutton-order,
  .search-results .flat-light .esg-cartbutton-order,
  .search-no-results .flat-light .esg-cartbutton-order,
  .page-template-zoeken .flat-light .esg-cartbutton-order,
  .page-template-organogram .flat-light .esg-cartbutton-order {
    display: inline-block;
    vertical-align: top;
    border: none;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    background: #eee;
    background: #fff;
    margin-left: 5px;
  }
  .page-template-default .flat-light .esg-sortbutton,
  .single .flat-light .esg-sortbutton,
  .archive .flat-light .esg-sortbutton,
  .search-results .flat-light .esg-sortbutton,
  .search-no-results .flat-light .esg-sortbutton,
  .page-template-zoeken .flat-light .esg-sortbutton,
  .page-template-organogram .flat-light .esg-sortbutton,
  .page-template-default .flat-light .esg-cartbutton,
  .single .flat-light .esg-cartbutton,
  .archive .flat-light .esg-cartbutton,
  .search-results .flat-light .esg-cartbutton,
  .search-no-results .flat-light .esg-cartbutton,
  .page-template-zoeken .flat-light .esg-cartbutton,
  .page-template-organogram .flat-light .esg-cartbutton {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 0px;
  }
  .page-template-default .flat-light .esg-navigationbutton:hover,
  .single .flat-light .esg-navigationbutton:hover,
  .archive .flat-light .esg-navigationbutton:hover,
  .search-results .flat-light .esg-navigationbutton:hover,
  .search-no-results .flat-light .esg-navigationbutton:hover,
  .page-template-zoeken .flat-light .esg-navigationbutton:hover,
  .page-template-organogram .flat-light .esg-navigationbutton:hover,
  .page-template-default .flat-light .esg-filterbutton:hover,
  .single .flat-light .esg-filterbutton:hover,
  .archive .flat-light .esg-filterbutton:hover,
  .search-results .flat-light .esg-filterbutton:hover,
  .search-no-results .flat-light .esg-filterbutton:hover,
  .page-template-zoeken .flat-light .esg-filterbutton:hover,
  .page-template-organogram .flat-light .esg-filterbutton:hover,
  .page-template-default .flat-light .esg-sortbutton:hover,
  .single .flat-light .esg-sortbutton:hover,
  .archive .flat-light .esg-sortbutton:hover,
  .search-results .flat-light .esg-sortbutton:hover,
  .search-no-results .flat-light .esg-sortbutton:hover,
  .page-template-zoeken .flat-light .esg-sortbutton:hover,
  .page-template-organogram .flat-light .esg-sortbutton:hover,
  .page-template-default .flat-light .esg-sortbutton-order:hover,
  .single .flat-light .esg-sortbutton-order:hover,
  .archive .flat-light .esg-sortbutton-order:hover,
  .search-results .flat-light .esg-sortbutton-order:hover,
  .search-no-results .flat-light .esg-sortbutton-order:hover,
  .page-template-zoeken .flat-light .esg-sortbutton-order:hover,
  .page-template-organogram .flat-light .esg-sortbutton-order:hover,
  .page-template-default .flat-light .esg-cartbutton-order:hover,
  .single .flat-light .esg-cartbutton-order:hover,
  .archive .flat-light .esg-cartbutton-order:hover,
  .search-results .flat-light .esg-cartbutton-order:hover,
  .search-no-results .flat-light .esg-cartbutton-order:hover,
  .page-template-zoeken .flat-light .esg-cartbutton-order:hover,
  .page-template-organogram .flat-light .esg-cartbutton-order:hover {
    background: #e1e1e1;
    color: #666666;
  }
  .page-template-default .flat-light .esg-filterbutton.selected,
  .single .flat-light .esg-filterbutton.selected,
  .archive .flat-light .esg-filterbutton.selected,
  .search-results .flat-light .esg-filterbutton.selected,
  .search-no-results .flat-light .esg-filterbutton.selected,
  .page-template-zoeken .flat-light .esg-filterbutton.selected,
  .page-template-organogram .flat-light .esg-filterbutton.selected {
    border-color: none;
    color: #535353;
    background: #fff;
    border-top: 3px solid #226fab;
  }
  .page-template-default .flat-light .esg-navigationbutton:hover *,
  .single .flat-light .esg-navigationbutton:hover *,
  .archive .flat-light .esg-navigationbutton:hover *,
  .search-results .flat-light .esg-navigationbutton:hover *,
  .search-no-results .flat-light .esg-navigationbutton:hover *,
  .page-template-zoeken .flat-light .esg-navigationbutton:hover *,
  .page-template-organogram .flat-light .esg-navigationbutton:hover * {
    color: #333;
  }
  .page-template-default .flat-light .esg-sortbutton-order.tp-desc:hover,
  .single .flat-light .esg-sortbutton-order.tp-desc:hover,
  .archive .flat-light .esg-sortbutton-order.tp-desc:hover,
  .search-results .flat-light .esg-sortbutton-order.tp-desc:hover,
  .search-no-results .flat-light .esg-sortbutton-order.tp-desc:hover,
  .page-template-zoeken .flat-light .esg-sortbutton-order.tp-desc:hover,
  .page-template-organogram .flat-light .esg-sortbutton-order.tp-desc:hover {
    color: #333;
  }
  .page-template-default .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .single .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .archive .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .search-results .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .search-no-results .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .page-template-zoeken .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .page-template-organogram .flat-light .esg-filterbutton.selected .esg-filter-checked,
  .page-template-default .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .single .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .archive .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .search-results .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .search-no-results .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .page-template-zoeken .flat-light .esg-filterbutton:hover .esg-filter-checked,
  .page-template-organogram .flat-light .esg-filterbutton:hover .esg-filter-checked {
    padding: 1px 3px 1px 3px;
    color: #fff;
    background: #000;
    margin-left: 7px;
    font-size: 9px;
    font-weight: 300;
    line-height: 9px;
    vertical-align: middle;
  }
  .page-template-default .esg-navigationbutton.esg-loadmore,
  .single .esg-navigationbutton.esg-loadmore,
  .archive .esg-navigationbutton.esg-loadmore,
  .search-results .esg-navigationbutton.esg-loadmore,
  .search-no-results .esg-navigationbutton.esg-loadmore,
  .page-template-zoeken .esg-navigationbutton.esg-loadmore,
  .page-template-organogram .esg-navigationbutton.esg-loadmore {
    display: none !important;
  }
  .category-activiteiten #primary #content .entry-content p:empty {
    display: none;
  }
  .category-activiteiten #primary #content .entry-content table tr td:nth-child(1) {
    width: 40%;
  }
  .category-activiteiten #primary #content .entry-content table tr td:nth-child(2) {
    width: 10%;
  }
  .category-activiteiten #primary #content .entry-content table tr td:nth-child(3) {
    width: 40%;
  }
  .category-activiteiten #primary #content .entry-content .accordion .accordion-navigation > a,
  .category-activiteiten #primary #content .entry-content .accordion dd > a {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #666666;
  }
  .category-activiteiten #primary #content .entry-content .accordion .accordion-navigation > a:hover,
  .category-activiteiten #primary #content .entry-content .accordion dd > a:hover {
    background: #226fab;
    color: #ffffff;
  }
  .category-activiteiten #primary #content .entry-content .accordion .accordion-navigation.active > a,
  .category-activiteiten #primary #content .entry-content .accordion dd.active > a {
    background: #226fab;
    color: #ffffff;
  }
  .footer {
    text-align: center;
    padding: 2rem 0;
    /*
		li.li-hoofdsponsor {
			a {
				img {
					opacity: .75;
					-webkit-filter: grayscale(100%);
					filter: grayscale(100%);
				}
				&:hover {
					img {
						opacity: 1;
						-webkit-filter: grayscale(0%); 
						filter: grayscale(0%);
						transition-duration: 2s;	
					}
				}
			}
		}
		

		.cycle-carousel-wrap {
			li.li-subsponsor, li.li-subsubsponsor {
				a {
					img {
						opacity: .75;
						-webkit-filter: grayscale(100%);
    					filter: grayscale(100%);
					}
				}
			}
		}
		*/
  }
  .footer h4 {
    margin-bottom: 1rem;
  }
  .footer [class*="block-grid-"] > li {
    padding-bottom: 0;
  }
  .underfooter {
    text-align: center;
    background: #535353;
    color: #ffffff;
    padding: .5rem 0;
  }
  .underfooter .club {
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 0;
    padding-top: .5rem;
  }
  .underfooter svg {
    padding-top: .5rem;
    width: 1.75rem;
    height: 2rem;
  }
  .underfooter .menu-footermenu-container ul {
    margin: 0;
  }
  .underfooter .menu-footermenu-container ul li {
    margin: .5rem .5rem;
    float: none;
    display: inline-block;
  }
  .underfooter .menu-footermenu-container ul li a {
    text-align: center;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    -webkit-transition-duration: 0s;
    /* Safari */
    transition-duration: 0s;
    border-bottom: 2px solid transparent;
  }
  .underfooter .menu-footermenu-container ul li a:hover {
    border-bottom: 2px solid #ffffff;
    -webkit-transition-duration: 0s;
    /* Safari */
    transition-duration: 0s;
  }
  .underfooter .menu-footermenu-container ul li.current-menu-item a {
    border-bottom: 2px solid #ffffff;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 14px;
  }
  .topmenu ul.menu {
    margin-top: .75rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }
  .topmenu ul.menu li a {
    padding: 0 .75rem;
  }
  .logo {
    width: 11.5rem;
    height: 11.5rem;
    top: 0rem;
  }
  .top-bar {
    height: auto;
  }
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    background: none !important;
    padding: 1rem 1rem 1rem 1rem;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button),
  .top-bar .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    padding: 1rem 1rem 1rem 1rem;
    background: #226fab !important;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
    background: #226fab !important;
    padding: 1rem 1rem 1rem 1rem;
    color: #ffffff;
  }
  .top-bar .top-bar-section ul li.has-dropdown > a::after {
    border-color: #ffffff transparent transparent;
    margin-top: 0.875rem;
  }
  .top-bar .top-bar-section ul li.has-dropdown:hover > a:after {
    border-color: #ffffff transparent transparent;
  }
  .top-bar .top-bar-section ul li.menu-item-1366 .dropdown {
    left: auto !important;
    right: 0 !important;
  }
  .top-bar .top-bar-section ul li.menu-item-1366 .dropdown li .dropdown {
    left: auto !important;
    right: 100% !important;
  }
  ul.tabs .tab-title a {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
  .page-template-home .underbar {
    padding: 1rem 0;
  }
  .page-template-home .underbar .volgendewedstrijd .volgendewedstrijdinner {
    position: absolute;
    bottom: 0;
    left: 0.975rem;
    text-align: left;
  }
  .page-template-home .underbar .volgendewedstrijd .balsponserinner {
    position: absolute;
    bottom: 0;
    right: 0.975rem;
    text-align: right;
  }
  .page-template-home .underbar .volgendewedstrijd .wedstrijdsoortinner {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0.975rem;
    text-align: right;
  }
  .page-template-home .slider .slide h1 {
    font-size: 1.875rem;
  }
  .page-template-home .slider .slide .textpart {
    position: relative;
    padding-bottom: 2rem;
  }
  .page-template-home .slider .slide .textpart p.readmore {
    display: block;
    position: absolute;
    margin-bottom: 0;
    font-family: 'Fjalla One', sans-serif;
    bottom: 0rem;
    color: #666666;
  }
  .page-template-home .slider .cycle-pager {
    position: absolute;
    right: 1rem;
    top: 2rem;
    text-align: right;
  }
  .page-template-default .underbar,
  .single .underbar {
    margin-bottom: 2rem;
  }
  .page-template-default .underbar .entry-title,
  .single .underbar .entry-title {
    color: #ffffff;
    padding-top: 1.5rem;
  }
  .page-template-default .underbar .delen,
  .single .underbar .delen {
    text-align: right;
    padding-top: 1.75rem;
  }
  .page-template-default .underbar .delen .deelTitel,
  .single .underbar .delen .deelTitel {
    font-size: .875rem;
    padding-top: 0.25rem;
    float: right;
    margin-right: .5rem;
  }
  .page-template-default .underbar .delen .socialButtons,
  .single .underbar .delen .socialButtons {
    padding-top: 0;
    float: right;
  }
  .page-template-default .underbar .delen .socialButtons a,
  .single .underbar .delen .socialButtons a {
    margin-right: .25rem;
  }
  .page-template-default .site-content,
  .single .site-content {
    min-height: 22.5rem;
    padding-bottom: 5rem;
  }
  .page-template-default .site-content .datum,
  .single .site-content .datum {
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin: 0;
    color: #e1e1e1;
    font-size: 1.875rem;
    line-height: 1.875rem;
    text-align: right;
  }
  .page-template-default .site-content .entry-content,
  .single .site-content .entry-content {
    /*
				a, a:link, a:visited {
					transition-duration: .2s;
					border-bottom: 2px solid @white;
					color: @dgreen;
					&:hover, &:active {
						transition-duration: .2s;
						border-bottom: 2px solid @blue;
					}
				}
				*/
  }
  .page-template-default .site-content .entry-content .peg-album a img,
  .single .site-content .entry-content .peg-album a img {
    width: 11rem;
    height: 11rem;
    padding: .125rem;
  }
  .page-template-default .sidebar .wp-post-image,
  .single .sidebar .wp-post-image {
    border: 1px solid #e1e1e1;
    padding: .25rem;
    background: #ffffff;
  }
}
/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */
@media only screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1024px) {
  .logo {
    width: 12.5rem;
    height: 12.5rem;
    top: 0rem;
  }
}
/* Used to alter styles for screens at least 1280px wide. */
@media only screen and (min-width: 1280px) {
  html {
    font-size: 15px;
  }
  .row {
    max-width: 72.5rem;
  }
  ul.tabs .tab-title a {
    font-size: 1.125rem;
    padding: 1rem 2rem;
  }
  .flat-light .esg-filterbutton,
  .flat-light .esg-navigationbutton,
  .flat-light .esg-sortbutton,
  .flat-light .esg-cartbutton {
    color: #ffffff;
    margin-right: .25rem;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 1rem 2rem;
  }
  .top-bar {
    height: auto;
  }
  .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    background: none !important;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:not(.button),
  .top-bar .top-bar-section ul li:hover:not(.has-form) > a {
    color: #ffffff;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    background: #226fab !important;
  }
  .top-bar .top-bar-section ul li.active:not(.has-form) a:hover:not(.button) {
    background: #226fab !important;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    color: #ffffff;
  }
  .top-bar .top-bar-section ul li.has-dropdown > a::after {
    border-color: #ffffff transparent transparent;
    margin-top: 0.875rem;
  }
  .top-bar .top-bar-section ul li.has-dropdown:hover > a:after {
    border-color: #ffffff transparent transparent;
  }
  .page-template-default .site-content .entry-content .peg-album a img,
  .single .site-content .entry-content .peg-album a img {
    width: 11.5rem;
    height: 11.5rem;
    padding: .125rem;
  }
  .underfooter .menu-footermenu-container ul li {
    margin: .5rem 1rem;
  }
}
/* Used to alter styles for screens at least 1440px wide. */
@media only screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
/* Used to alter styles for screens at least 1680px wide. */
@media only screen and (min-width: 1680px) {
  html {
    font-size: 17px;
  }
  .row {
    max-width: 77.5rem;
  }
}
/* Used to alter styles for screens at least 1920px wide. */
@media only screen and (min-width: 1920px) {
  html {
    font-size: 18px;
  }
  .row {
    max-width: 80rem;
  }
}
/* Apply styles to screens in landscape orientation */
/* Apply styles to screens in portrait orientation */
/* We also use Modernizr to add a .touch class to the body when applicable */
/* You can prepend this class to anything and it will style only for touch devices */
