/* ------------------------------------------------------------------------------------------
   body
   ------------------------------------------------------------------------------------------ */
/* !Body, typography
   ------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
    color: #595959;
	font-family: "Public Sans", "Helvetica Neue", Arial;
    font-weight: 400;
    background-color: #F2F2F2;
}
body {
	padding: 0;
	margin: 0;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
.mobilemenu, .mobileheader, .mobileoverlay {
	display: none;
}
.mobileOnly {
	display: none;
}
.kerst {
	background-color: rgba(31, 31, 31, 0.83);
	color: yellow;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	padding: 25px;
	
}
/* ------------------------------------------------------------------------------------------
   links
   ------------------------------------------------------------------------------------------ */

a {
	color: #465461;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0f151b;
}
a.inschrijvenlink {
	display: inline-block;
	padding: 5px 8px;
	background-color: #e5e5e5;
	border-radius: 4px;
	border: 1px solid #dddddd;
	margin: 10px 0;
}

/* ------------------------------------------------------------------------------------------
   headers
   ------------------------------------------------------------------------------------------ */

h1, h2, h3, h4 {
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}
h1 {
	padding: 0;
	margin: 0;
	line-height: 60px;
	height: 60px;
	font-size: 30px;
	display: inline-block;
	color: #616161; 
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 40px;
	display: block;
	color: #171717;
	padding-bottom: 0px;
}
.h3 {
	padding: 0;
	margin: 0px 0 0px 0;
	line-height: 22px;
    display: flex;
    flex-direction: row;
}
.h3-bottom {
    height: 4px;
    background-color: #516E13;
    width: 50px;
    margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	color: #383838;
	padding: 0 0 3px 0;
	margin: 0;
}
h4 {
	font-size: 16px;
	color: #383838;
	padding: 0;
	margin: 0;
}
.h3 a {
	padding-left: 10px;
	font-weight: 14px;
	color: #797979;
}
.articleReadback, .articleReadon {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 3px solid #dddddd;
	line-height: 14px;
	margin: 10px 0;
}


/* ------------------------------------------------------------------------------------------
   spotlight
   ------------------------------------------------------------------------------------------ */

.spotlight {
	
}
.spotlight a {
	border-bottom: 1px solid #eeeeee;
	padding: 1px 0;
	font-size: 12px;
	display: block;
}



/* ------------------------------------------------------------------------------------------
   teamphoto
   ------------------------------------------------------------------------------------------ */

.teamPhoto img {
	width: 100%;
    height: auto;
    display: block;
}
.teamPhoto-empty {
    background-color: #dddddd;
    padding: 50px;
    color: #aaaaaa;
    text-align: center;
    border-top: 2px solid #bbbbbb;
}
.teamPhoto-empty i {
    font-size: 40px;
    margin-bottom: 10px;
}
h2.teamName {
    background-color: #303030;
    border-top: 1px solid #5e5e5e;
    color: white;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.teamInfo, .collapsible {
	border-bottom: 1px solid #dddddd;
}
.teamInfoHeader, .collapsible-header {
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
	display: block;
	color: #171717;
	font-weight: 700;
}
.teamInfoHeader .fa, .collapsible-header .fa {
	float: right;
	padding-top: 5px;
	color: #4e4e4e;
}
.teamInfoContent, .collapsible-content {
	padding-bottom: 20px;
	padding-top: 10px;
	display: none;
}
.teamInfoContainer {
	margin: 20px 0;
	border-top: 1px solid #dddddd;
}

/* ------------------------------------------------------------------------------------------
   slideHeader
   ------------------------------------------------------------------------------------------ */

.topslide-image {
	background-size: cover;
	background-position: center center;
}

.topslide-mask {
	background-size: cover;
	position: relative;
}
.topslide_mask-opacity-0 { background-image: url("../images/mask_0.png"); }
.topslide_mask-opacity-20 { background-image: url("../images/mask_20.png"); }
.topslide_mask-opacity-40 { background-image: url("../images/mask_40.png"); }
.topslide_mask-opacity-60 { background-image: url("../images/mask_60.png"); }
.topslide_mask-opacity-80 { background-image: url("../images/mask_80.png"); }
.topslide_mask-opacity-100 { background-image: url("../images/mask_100.png"); }

a.topslide-cta {
	position: absolute;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	display: inline-block;
	padding: 5px 8px;
	bottom: 20px;
	right: 20px;
	line-height: 110%;
	line-height: 130%;
	font-size: 18px;
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	
}
a.topslide-cta:hover {
	color: #fde400;
}

.slideMargin {
    height: 20px;
}
.breakingBar {
	background-color: #292929;
	color: #4f4f4f;
	padding: 10px 20px;
}
.breakingBar a {
	color: #ababab;
	text-decoration: none;
	font-weight: 700;
}
.breakingBar a:hover {
	color: #ffffff;
}
.breakingBar .fa {
	margin-right: 10px;
	color: #fde400;
}

/* ------------------------------------------------------------------------------------------
   pagination
   ------------------------------------------------------------------------------------------ */


.pagination {
	overflow: hidden;
	padding: 30px 0 30px 0;
}
.pagination a {
	display: inline-block;
	color: #959595;
	text-decoration: none;
}
.paginationNewer {
	float: left;
}
.paginationOlder {
	float: right;
}


/* ------------------------------------------------------------------------------------
 * First team etc
 * ------------------------------------------------------------------------------------
 */

.game-teams {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 10px;
}
.game-details {
    display: flex;
    flex-direction: row;
}

.game-details-logo {
    width: 70px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.game-details-small .game-details-logo {
	width: 30px;
	padding-top: 10px;
}
.game-details-small .game-details-logo img {
	width: 30px;
}
.game-details-mobilelinks {
	display: flex;
	flex-direction: row;
	background-color: #141414;
	border-top: 1px solid #ffffff2f;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
}
.game-details-mobilelinks a {
	display: block;
	text-align: right;
	color: white;
	border-left:  1px solid #ffffff2f;
	padding: 5px 0;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
}
.game-details-mobilelinks :first-child {
	text-align: left;
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
.game-details-information {
    flex-grow: 1;
}
.game-details-information-small {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.game-details-information-large {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.lastgame-header h4, .standing-header h4, .audio-header h4 {
    color: white;
    margin-top: 15px;
}
.lastgame-header-bottom div, .standing-header-bottom div, .audio-header-bottom div {
    height: 4px;
    background-color: #fde400;
    width: 50px;
}
.lastgame {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #ffffff2f;
    line-height: 20px;
}
.block-wrapper-firstteam-small .lastgame {
	border-bottom: 0;
	border-top: 1px solid #ffffff2f;
	padding: 8px 0 0 0;
	font-size: 14px;
}
.lastgame-date {
    width: 60px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 3px 0;
}
.lastgame-teams {
    flex-grow: 1;
    padding: 3px 0;

}
.lastgame-score {
    width: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: center;
    padding: 0;
    border-radius: 3px;
}
.lastgame-score-0 {
    background-color: #c0392b;
    color: white;
}
.lastgame-score-1 {
    background-color: #e67e22;
    color: white;
}
.lastgame-score-3 {
    background-color: #27ae60;
    color: white;
}
.lastgame-score-X {
    background-color: rgb(31, 31, 31);
    color: white;
}

.standing {
    background-color: #292929;
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
}
.standing-rank {
    width: 30px;
    flex-shrink: 0;
    flex-grow: 0;
}
.standing-header-bottom {
}
.standing-row-header, .standing-row {
    display: flex;
    flex-direction: row;
    line-height: 24px;
    padding: 5px 0;
}
.standing-row-header {
    margin-top: 10px;
    background-color: #3b3b3b;
}
.standing-row {
    border-bottom: 1px solid #ffffff1e;
    color: #d3d3d3;
}
.standing-row-home {
    color: yellow;
    font-weight: bold;
}
/* .standing-row-1, .standing-row-3, .standing-row-5, .standing-row-7, .standing-row-9, .standing-row-11, .standing-row-13, .standing-row-15, .standing-row-17, .standing-row-19, .standing-row-21 {
    background-color: #3b3b3b;
}*/

.standing-team {
    flex-grow: 1
}
.standing-points {
    width: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}
a.standing-fulllink {
    display: block;
    color: #8f8f8f;
    padding: 8px 0 0 0;
}


 .firstTeamBlock {
}
.firstTeamLastgame {
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
.firstTeamTeams, .firstTeamHeader {
	font-size: 18px;
	text-align: center;
	color: #323232;
	padding: 15px 0px 0px 0px;
	line-height: 24px;
	margin-bottom: 0px;
	font-weight: 700;
}
.firstTeamLogoScore {
	overflow: hidden;
}
.firstTeamAllGames {
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

.firstTeamDateScore {
	float: left;
	width: 60%;
	font-size: 18px;
}
.firstTeamDate {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
}
.firstTeamScore {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
}
.firstTeamLogo1 {
	float: left;
	width: 20%;
}
.firstTeamLogo2 {
	float: left;
	width: 20%;
	text-align: right;
}
.firstTeamLogo1 img, .firstTeamLogo2 img {
	max-width: 100%;
	max-height: 40px;
	height: auto;
	margin-top: 10px;
}


.columnIcons-row {
    display: flex;
    flex-direction: row;
	padding: 10px 0px;
	border-top: 1px solid #dddddd;
	font-weight: 700;
	font-size: 14px;
	color: #656565;
	line-height: 16px;
	font-weight: 700;
	font-size: 14px;
}
.columnIcons-col-1 {
    width: 75px;
    flex-shrink: 0;
    flex-grow: 0;
}
.columnIcons-col-2 {
    width: 70px;
    flex-shrink: 1;
    flex-grow: 1;
    padding-top: 5px;
}
.columnIcons span {
	color: #000000;
}

a.column2-allprogram {
	display: block;
	background-image: url("/template/images/bg_programma.jpg");
	background-size: cover;
	color: white;
	padding: 15px 15px 15px 95px;
	font-weight: bold;
}


/* ----
	Frontpage mobile app menu
	*/

.mobile-appmenu {
	font-family: 'Viga', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	padding: 0 10px;
	display: none;
	background: rgb(238,238,238);
	background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 98%, rgba(204,204,204,1) 100%);
}
.mobile-appmenu-row {
	display: flex;
	align-items: stretch;
	align-content: center;
	gap: 1px;
	
}
.mobile-appmenu a {
	height: 70px;
	width: 30%;
	padding: 20px;
	box-sizing: border-box;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center;
	
	
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.mobile-appmenu-underline {
	border-bottom: 1px solid #cccccc;
}

/* ----
	Contact
	*/

.formfield {
	padding: 5px;
	background-color: transparent;
	border: 1px solid #dddddd;
	width: 100%;
}
.formInschrijven .formfield {
	font-size: 14px;
}
.formInschrijven td {
	padding-bottom: 5px;
}
.formInschrijven b {
	font-size: 18px;
}
.fieldmessage {
	padding: 5px;
	background-color: transparent;
	border: 1px solid #dddddd;
	width: 100%;
	height: 200px;
}
.formsubmit {
	padding: 5px;
	background-color: transparent;
	border: 1px solid #1a9205;
	color: #1a9205;
	font-weight: bold;
}
.mailsuccess, .mailfail {
	padding: 10px 15px 10px 15px;
	font-weight: 700;
	background-color: #548935;
	color: #ffffff;
	margin-bottom: 20px;
}
.mailfail {
	background-color: #893535;
}

/* ----
	Attachments table
	*/

.table {
	text-align: left;
}
.table th {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	padding: 5px 10px;
}
.table td {
	border-bottom: 1px solid #dddddd;
	padding: 5px 10px;
}

.mapsbglink {
	background-image: url("../images/maps.png");
	padding-top: 300px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.cta-link {
    background-color: #145809;
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 5px;
	display: inline-block;
	font-family: 'Viga', sans-serif;
}

/* ---
	Standing table
	*/

table.mobilesmalltable {
	font-size: 13px !important;
}


/* ---
	Webshop link
    */
    
.block-route {
    background-image: url("../images/maps_bg.jpg");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 15px !important;
}
.block-route a {
    background-color: rgba(0, 0, 0, 0.753);
    padding: 5px 10px;
    color: white;
    font-family: 'Viga', sans-serif;
    font-size: 16px;
    margin-top: 160px;
    display: inline-block;
}
.block-audio {
    background-color: #292929 !important;
    color: white;
}
.block-audio audio {
    width: 280px;
}
.block-audio a {
    color: rgb(177, 177, 177);
    display: block;
    text-align: center;
}
.block-webshop {
	font-size: 14px;
	display: block;
	color: white;
	font-family: 'Viga', sans-serif;
    background-image: url("../images/webshop.jpg");
    background-size: cover;
    margin-bottom: 10px;
}
a.block-presentatiegids {
	font-size: 16px;
	display: block;
	color: white;
	font-family: 'Viga', sans-serif;
    background-size: cover;
    margin-bottom: 10px;
	padding: 20px 0 20px 60px;
	background-image: url("../images/bg-presentatiegids_20252026.png");
	background-repeat: no-repeat;
	line-height: 20px;
}
.maincolumn2 .block-webshop {
    display: none;
}
.block-webshop div {
    background-image: url(../images/mask_80.png);
    background-size: cover;
    padding: 70px 20px 20px 20px;
}
.block-webshop a {
    background-color: rgba(0, 0, 0, 0.753);
    padding: 5px 10px;
    color: white;
	display: inline-block;
}
a.link-activiteitenkalender {
	background-color: rgba(0, 0, 0, 0.753);
	padding: 15px 20px;
	color: white;
	font-size: 18px;
	display: block;
	font-family: 'Viga', sans-serif;
}
a.link-activiteitenkalender i {
	margin-right: 10px;
}
.block-lidmaatschap ul, .block-lidmaatschap ol {
    padding-inline-start: 20px;
    margin-block-start: 0.2rem;
}


.Toernooiknop {
	font-size: 20px;
	padding: 10px;
	display: block;
	color: white;
	font-weight: 700;
	background-color: black;
	background-image: url("../images/voeten.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
}
a.Toernooiknop:hover {
	color: white;
}



.topbar {
    background-image: url("../images/dzoh_header.jpg");
    background-size: cover;
    background-position: center right;
    margin-bottom: 20px;
	z-index: 999;
}
.topbar-opacity {
    background-color: #000000b7;
}
.topbar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
    position: relative;
}
.topbar-logo-dzoh {
    position: absolute;
    top:30px;
	left: 20px;
}
.topbar-logo {
    display: flex;
    padding: 15px 0 5px 120px;
    flex-direction: row;
}
.topbar-menu {
    display: flex;
    flex-direction: row;
    border-top: 1px solid rgba(255, 255, 255, 0.103);
    padding: 0 0 0 120px;
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}
.topbar-menu a {
    margin: 6px 0;
    padding: 12px 12px;
    color: white;
}
.topbar-menu a:first-child {
    padding: 16px 0 0 0;
    width: 120px;
}
.topbar-menu a.menulinkselected {
    background-color: #131313;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    padding-bottom: 18px;
}
.topbar-menu a.menutoplinkselected {
    background-color: #131313;
    color: yellow;
    border-radius: 4px;
}

.topbar-logo-text {
    width: 300px;
    flex-shrink: 0;
    flex-grow: 0;
}
.topbar-logo-text img { 
    width: 200px;
}
.topbar-logo-sponsor {
    flex-shrink: 1;
    flex-grow: 1;
    text-align: right;
    padding-top: 20px;
}
.topbar-logo-small {
    display: none;
}
/* Topbar sticky */
.topbar-sticky .maincontainer {
    padding-top: 194px;
}
.topbar-sticky .topbar {
    background: none; 
    position: fixed;
    width: 100%;
}
.topbar-sticky .topbar-opacity {
    background-color: rgb(19, 19, 19);
}
.topbar-sticky .topbar-logo {
    display: none;
}
.topbar-sticky .topbar-logo-dzoh {
    display: none;
}
.topbar-sticky .topbar-menu {
    padding-left: 0;
}
.topbar-sticky .topbar-logo-small {
    display: initial;
}


/* ------------------------------------------------------------------------------------------
   main site structure
   ------------------------------------------------------------------------------------------ */

.maincontainer {
    max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.maincolumns {
    display: flex;
    flex-direction: row;
}
.maincolumn1 {
	flex-grow: 1;
	flex-shrink: 1;
}
.maincolumn2 {
	width: 320px;
    margin: 0 20px;
	padding: 0;
    font-size: 14px;
	flex-shrink: 0;
	flex-grow: 0;
}
.maincolumn2 .firstTeamBlock {
	
}
.maincolumn3 {
	flex-basis: 220px;
	font-size: 13px;
	flex-grow: 0;
	flex-shrink: 0;
}
.maincolumn3inner {
	/*margin-bottom: 30px;*/
}

.block {
    padding: 20px;
    background-color: white;
    margin-bottom: 20px;
}
.maincolumn2 .block, .maincolumn3 .block, .maincolumn1 .block {
    border: 1px solid rgb(221, 221, 221);
    border-top: 4px solid rgb(221, 221, 221);
}
.block-wrapper-firstteam {
    background-image: url("../images/dzoh_tribune.jpg");
    background-size: cover;
    margin-bottom: 20px;
}
.block-wrapper-firstteam-small {
	margin-bottom: 0;
}
.block-wrapper-firstteam .block, .block-wrapper-firstteam-small .block {
    background: rgb(51,51,51);
	background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(31,31,31,1) 100%);
    margin-bottom: 0;
    border: 0;
    color: white;
}
.block-wrapper-firstteam-small .block {
	padding: 10px 20px;
	background-color: rgb(20, 20, 20);
}
.block-header {
    padding: 0;
	line-height: 22px;
    border-bottom: 6px solid #fde400;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
}

/* ------------------------------------------------------------------------------------------
   article
   ------------------------------------------------------------------------------------------ */

.articleExcerpt, .pageExcerpt {
	padding-bottom: 0px;
}
.articleText, .pageText {
	overflow: hidden;
	padding-top: 10px;
}
.articleText img {
	max-width: 100% !important;
	height: auto !important;
}
.articleMeta {
	color: #898989;
	font-size: 12px;
	line-height: 100%;
	padding-bottom: 6px;
}

.articleTable td {
    padding: 8px 0;
    border-bottom: 1px solid #eeeeee;
}
a.articleTableRow {
    padding: 8px 5px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}
a.articleTableRow:hover {
    background-color: #f0f0f0;
}
.articleTableTitle {
    flex-grow: 1;
    flex-shrink: 1;
}
.articleTableDate {
    width: 80px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #969696;
    text-align: right;
}

.articleExcerpt {
	padding: 15px 0;
	border-bottom: 1px solid #eeeeee;
}

.articleExcerptFlex {
	display: flex;
	flex-direction: row;
}

.articleExcerptImage {
	width: 100px;
	margin-right: 15px;
	height: 100px;
	padding: 5px;
	flex-grow: 0;
	flex-shrink: 0;
	background-color: #e9e9e9;
	border-radius: 5px;
}
.articleExcerptImage img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	transition: transform 0.5s, filter 3s ease-in-out;
	z-index: 1;
}
.articleExcerptFlex:hover .articleExcerptImage img {
	transform: scale(1.1);
	z-index: 1;
}
.articleExcerptText {
	
}
.articleExcerptText h2 {
	line-height: 130%;
	font-size: 18px;
}
.articleAttachments a {
	background-color: #f8f9fa;
	border: 1px solid #d7d7d7;
	display: inline-block;
	padding: 0px 8px;
	border-radius: 20px;
	font-size: 13px;
}
.articleAttachments a:hover {
	background-color: #dadada;
	border: 1px solid #a6a6a6;
}	

/* --------
	List
*/

.shortlistList {
	list-style: none;
	padding: 0;
	margin: 0;
}
.shortlistList li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #dddddd;
	transition: padding 0.2s ease;
}
.shortlistList li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #a8a8a8;
}

/* --------
    Data table
*/

table.data-table {
    font-size: 12px;
    border-collapse: collapse;
    color: #333333;
}
table.data-table td {
    border-bottom: 1px solid #eeeeee;
    padding: 3px 5px;
}

table.data-table .data-table-header td {
    background-color: rgb(219, 219, 219);
    font-weight: bold;
    color: black;
}

table.horizontal-table {
    border-collapse: collapse;
    color: #333333;
}
.horizontal-table-header {
    font-weight: bold;
    color: black;
    padding-right: 20px;
}
.horizontal-table td {
    border-bottom: 1px solid #eeeeee;
    padding: 3px 5px;
}
