/* Body
----------------------------------------------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; *behavior: url(/js/boxsizing.htc);
}

html {
	text-align: center;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
    background-color: #454040;
    background-attachment: fixed;
	font-family: Verdana;
	color: #010101;
}

/* Container & common
----------------------------------------------------------------------------------------------------*/
.wrapper {
    margin: 0 auto;
    width: 980px;
	min-height: 100%;
	height: auto !important;
    height: 100%;
    	background-attachment: fixed;
}

.container {
    margin: 0 auto;
	width: 980px;
	text-align: left;
	position: relative;
}

footer, .push {
	height: 0px;
}

img {
    max-width: 100%;
}
.content a img{
    width:100%;
}
.hide-420 {
    display: none;
}

@media screen and (max-width: 980px) {

    .wrapper {
        width: 100%;
        min-width: 320px;
    	min-height: 0;
    	    }

    .container {
    	width: 100%;
    }
}

@media screen and (max-width: 420px) {

	body {
	   background-color: #ffffff;
	}

    .backstretch {
    	display: none;
    }
}

/* Common colors
----------------------------------------------------------------------------------------------------*/
header nav, footer .right {
	background: #628fd0;
}

footer .left {
	background: #88b7fc;
}

.sub-content .left .bg {
	background: #bac7d9;
}

.sub-content .right .bg {
	background: #79a4e2;
}

/* Header
----------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
}

    header .visual {
        z-index: 5;
        height: 220px;
        overflow: hidden;
    }

    header h1 {
        position: absolute;
    	top: 30px;
    	left: 20px;
    	margin: 0;
    	padding: 0;
    	font-size: 10px;
    	line-height: 10px;
    	z-index: 10;
    }

        header h1 a {
        	position: absolute;
            width: 309px;
            height: 150px;
        	display: block;
        	text-decoration: none;
        	background: url("https://www.ijsvereniginghattem.nl/wp-content/uploads/2025/07/IJsvereniging_Logo.jpg") no-repeat;
        	background-size: 309px 150px;
        }

            header h1 a span {
            	visibility: hidden;
            }

    @media screen and (max-width: 420px) {

        header h1 {
        	top: 0;
        	left: 0;
        	width: 100%;
        }

            header .visual img {
            	display: none;
            }

        <!--  -->
    }

/*  Nav
----------------------------------------------------------------------------------------------------*/
header nav {
	border-top: 2px solid #ffffff;
	height: 24px;
	position: relative;
}

    header nav ul {
    	margin: 0;
    	padding: 0 0 0 110px;
    	list-style: none;
    }

        header nav ul li {
        	float: left;
        	margin: 0;
        	border-right: 2px solid #ffffff;
        }

            header nav ul li a {
            	display: block;
            	text-decoration: none;
            	font-size: 11px;
            	line-height: 24px;
            	padding: 0 13px 0 13px;
            	color: #ffffff;
            	text-transform: uppercase;
            	font-weight: bold;
            }

            header nav ul ul {
            	position: absolute;
            	width: 160px;
            	left: -999em;
            	z-index: 100;
            	padding: 2px 0;
            	margin: 0;
            }

                header nav li ul li {
                	background: none;
                	padding: 0;
                	width: 160px;
                	border: none;
                }

                    header nav li ul li a {
                    	padding: 3px 0 3px 15px;
                    	color: #ffffff;
                    	background-color: #628fd0;
                    	height: 24px;
                    }

                        header nav li ul li a:hover {
                            background-color: #bac7d9;
                            color: #ffffff;
                        }

                    header nav li:hover ul, #nav li.sfhover ul {
                    	left: auto;
                    	z-index: 1000;
                    }

            header nav li:hover { position: static; }

    header .nav-420-toggle {
        display: none;
    }

@media screen and (max-width: 980px) {

    header nav {
        min-height: 24px;
        height: auto !important;
        height: 24px;
    }

        header nav ul {
            margin-left: -15px;
        	padding-left: 13.3%;
        }
}

@media screen and (max-width: 420px) {

    header nav {
        min-height: 0;
        height: 40px !important;
    }

    header .nav-420-toggle {
        display: block;
    }

        header .nav-420-toggle a {
            position: absolute;
            bottom: 8px;
            right: 5%;
            display: block;
            height: 22px;
            padding: 0 40px 0 0;
            font-size: 14px;
            line-height: 18px;
            text-decoration: none;
            color: #fff;
            background: url(https://www.ijsvereniginghattem.nl/wp-content/themes/ijsvereniginghattem/images/toggle-nav-420.png) no-repeat right center;
            z-index: 2000;
        }

        header nav ul {
            display: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            width: 100;
            z-index: 1000;
            padding: 10px 0 10px 10%;
            background: #628fd0 !important;
        }

            header nav ul li {
                width: 100%;
                border: 0;
                line-height: 20px;
            }

            header nav ul ul {
            	position: relative;
            	display: none;
            	width: 100%;
            	left: 0 !important;
            	z-index: auto;
            	margin: 0;
            	padding: 0;
                border: none;
            }

                header nav li.hover ul {
                	display: block;
                }

                header nav li ul li {
                	background: none;
            	    width: 100%;
                    padding: 0 0 0 10%;
                	line-height: 20px;
                }

                    header nav li ul li a {
                        display: block;
                        padding: 0;
                    	border-bottom: none;
                    	color: #fff;
                    }

                        header nav li ul li.last-sub a {
                            border: none;
            	            margin: 0 0 20px;
                        }

                        header nav li ul li a:hover {
                            background: none;
                            color: #ffffff;
                        }

                        header nav li ul li a.active-sub {
                            color: #ffffff;
                        }
}

/*  Content
----------------------------------------------------------------------------------------------------*/
.content-container {
	width: 100%;
	margin: 0;
	padding: 0;
}

.main-content {
	padding-bottom: 50px;
	min-height: 315px;
	height: auto !important;
	height: 315px;
    		background-color: rgb(#ffffff);
	background-color: rgba(#ffffff,0.6);
    background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.6);
	}

    .content {
    	width: 602px;
    	padding: 20px 0 0 122px;
    }

        .content h2 {
        	color: #628fd0;
        	font-size: 12px;
        	text-transform: uppercase;
        	font-weight: bold;
        }

        .content img[style*="left"] {
             margin: 0 10px 0 0;
        }

        .content img[style*="right"] {
             margin: 0 0 0 10px;
        }

        .content p + ul, .content p + ol {
            margin-top: -1em;
        }

        .content table p, .content table ul, .content table ol {
            margin-bottom: 0;
        }

            .content table p + ul, .content table p + ol {
                margin-top: 0;
            }

.content a, .content a:hover {
    color: #010101;
}

.icon {
	position: absolute;
	right: 0;
	top: calc(220 + 50 + 2)px;
}
.content table tbody tr td p{
    text-transform: lowercase;
}
.content table tbody tr td p:first-letter{
  text-transform: capitalize
}
.fancybox-bg{
    background: white !important;
}
.album-images ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    width: 100%;
}
.album-images ul li{
    margin-right: 10px;
    width: calc(14.2% - 11.5px);
    margin-bottom: 10px;
}
.album-images ul li:nth-of-type(7n+7){
    margin-right: 0px;
}
@media screen and (max-width: 980px) {

    .content {
    	width: 64.7%;
    	padding-left: 13.3%;
    }

    .icon {
    	width: 30%;
    	text-align: right;
    }
}

@media screen and (max-width: 420px) {

    .main-content {
    	position: relative;
    	min-height: 0;
    	padding: 0;
    	background-color: #ffffff;
    }

        .content {
    	    width: 100%;
        	padding: 20px 5%;
        }

    .icon {
        float: left;
        width: 100%;
    	height: auto;
        padding: 10px 5%;
    	text-align: left;
        position: relative;
    	top: auto;
    	left: auto;
    	right: auto;
    	bottom: auto;
    }
}

/*  Subcontent
----------------------------------------------------------------------------------------------------*/

 .sub-content {
	height: 141px;
	width: 100%;
			background-color: rgb(#ffffff0,0,0);
	background-color: rgba(#ffffff0,0,0,0.6);
    background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.6);
	}

    .sub-content .left {
    	width: 17.8571%;
    	height: 141px;
    	float: left;
    	position: relative;
    	display: block;
    }

    .sub-content .left .bg {
        position: absolute;
        height: 86px;
        width: 100%;
        bottom: 0;
        z-index: 1;
    }

    .sub-content .right {
    	width: 82.1429%;
    	height: 141px;
    	float: left;
    	position: relative;
    	display: block;
    }

    .sub-content .right .bg {
        position: absolute;
        height: 86px;
        width: 100%;
        bottom: 0;
        z-index: 1;
    }

    .sub-content .thumbs {
        z-index: 20;
        position: absolute;
        left: 10px;
        right: 0;
        bottom: 10px;
    }

    .sub-content .thumbs .thumb {
        float: left;
        margin-right: 10px;
        max-width: 45%;
        max-height: 65px;
    }

    .sub-content .thumbs .thumb img {
        vertical-align: bottom;
        max-height: 65px;
    }

@media screen and (max-width: 420px) {

    .sub-content,
    .sub-content .left,
    .sub-content .right {
    	height: 105px;
    }

        .sub-content .left .bg,
        .sub-content .right .bg {
        	height: 100%;
        }
}

/*  Footer
----------------------------------------------------------------------------------------------------*/
    footer .left {
    	width: 17.8571%;
    	height: 117px;
    	float: left;
        position: relative;
            }

        footer .left p {
        	color: #ffffff;
        	font-weight: bold;
        	padding: 5px 10px;
        	margin: 0;
        }

        footer .left p span {
        	color: #628fd0;
        }

    footer .right {
    	width: 82.1429%;
    	height: 117px;
    	float: left;
    	position: relative;
        font-size: 11px;
            }

        footer .right .submenu {
        	position: absolute;
        	bottom: 10px;
        }

        footer .right p, footer .right ul {
            float: left;
        	list-style: none;
        	color: #ffffff;
        	margin: 0 0 0 10px;
        	padding: 0;
        }

        footer .right ul li {
        	border-left: 1px solid #ffffff;
        	float: left;
        	padding: 0 10px;
        }

            footer .right ul li a{
            	color: #ffffff;
            }

@media screen and (max-width: 980px) {

    footer .left {
    	width: 100%;
    	height: auto;
    	border: 0;
    }

    footer .right {
    	width: 100%;
    }
}

/*  Forms
----------------------------------------------------------------------------------------------------*/
.gform_body ul{
    list-style: none;
}
.gform_wrapper label.gfield_label{
    font-weight: 400 !important;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
input, textarea, select {
    font: 11px/16px Tahoma,Arial,sans-serif !important;
}
input[type="submit"]{
    width: 78px !important;
}

/* error melding */
.gform_wrapper li.gfield.gfield_error{
	background: none !important;
	border: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.gfield_error textarea.textarea,.gform_wrapper .left_label .gfield_error input.large{
	background: rgba(253,104,104,.25);
	border: 1px solid #fd6868 !important;
}
.gform_wrapper div.validation_error{
	border-top: 1px solid #fd6868 !important;
	border-bottom: 1px solid #fd6868 !important;
	font-size: 12px !important;
	font-weight: 300 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	padding-top: 0 !important;
	font-weight: 300 !important;
	margin-left: 29% !important;
}


input.small {
    width: 40px;
}

textarea.normal, textarea {
    min-height: 60px !important;
}

textarea.expanding {
    resize: none;
}

    ::-webkit-input-placeholder {
        color: #777;
    }

    :-moz-placeholder {
        color: #777;
    }

    ::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #777;
    }

    .placeholder {
        color: #777;
    }

.error {
    color: #FF0000;
}

input.check {
    display: none;
}

input.button, input.button:visited, a.button, a.button:visited {
    color: #628fd0;
	display: inline-block;
	padding: 3px 10px 5px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid #628fd0;
	font-size: 11px;
    height: 24px;
    font-weight: bold;
	position: relative;
}

input.button, input.button:visited {
	width: 0; /* IE table-cell margin fix */
	height: 22px;
	border: none;
    overflow: visible;
	cursor: pointer;
}

a.button, a.button:visited {
    font: 11px/18px Tahoma,Arial,sans-serif !important;
	padding: 1px 10px 2px;
}

    input.button[class] {  /* IE < 7 ignores [class] */
        width: auto;  /* cancel margin fix for other browsers */
    }

    input[type='search'] {
    	-webkit-appearance:	none;
    }

    input.button.right, a.button.right {
        float: right;
    }

    input.button:hover, a.button:hover {
        background-color: #111;
        color: #fff !important;
    }

    input.button:active, a.button:active {
        top: 1px;
    }

    input.button::-moz-focus-inner, a.button::-moz-focus-inner {
        border: 0;
    }

    input.button:focus, a.button:focus {
        outline: none;
    }

/* 3th party plugins
----------------------------------------------------------------------------------------------------*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#fff;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; padding:1px;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{position:absolute; top:-32px; left:0; color:#000;
        	color: #628fd0;
        	font-size: 12px;
        	text-transform: uppercase;
        	font-weight: bold;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/colorbox/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}