﻿@font-face {
    font-family: 'beaut';
    src: url('/fonts/beaut.eot');
    src: url('/fonts/beaut.eot?#iefix') format('embedded-opentype'),
         url('/fonts/beaut.woff2') format('woff2'),
         url('/fonts/beaut.woff') format('woff'),
         url('/fonts/beaut.ttf') format('truetype'),
         url('/fonts/beaut.svg#beaut') format('svg');
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman' !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html {
        overflow: hidden;
        height: 100%;    
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

#oldbrowser {
    display: none;
    background-color: red;
    color: white;
}

.page {
    background-image: url("/img/houtsnippers.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    padding-top: 52px;
}

@media screen and (max-width:800px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow-x: auto;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        z-index: 10;
    }

    header ul {
        background-color: #652e04;
        background-color: rgba(101, 46, 4, 0.80);
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    header ul:hover {
        cursor: default;
    }

    header li a {
        transition-duration: 0.25s;
        display: inline-block;
        color: white;
        text-align: left;
        padding: 14px 16px;
        text-decoration: none;
        width: 100%;
    }

    header li.opennav .icon {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: white;
        top: 23px;
        left: 10px;
    }

    header li.opennav .icon:before,
    header li.opennav .icon:after {
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        background-color: white;
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        left: 0;
    }

    header li.opennav .icon:before {
        top: -7px;
    }

    header li.opennav .icon:after {
        top: 7px;
    }

    header li.opennav .icon-text {
        margin-left: 40px;
    }

    header li.opennav.open .icon {
        background-color: transparent;
    }

    header li.opennav.open .icon:before,
    header li.opennav.open .icon:after {
        top: 0;
    }

    header li.opennav.open .icon:before {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    header li.opennav.open .icon:after {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header li a:hover:not(.active) {
        background-color: #9a6740;
        background-color: rgba(154, 103, 64, 0.80);
        color: white;
        text-decoration: none;
    }

    header li a.active {
        color: white;
        background-color: #6c6727;
        background-color: rgba(188, 103, 39, 0.80);
    }

    header li:not(:first-child) {
        display: none;
    }

    header .topnav.open li {
        display: block;
    }

    header li ul {
        background-color: #652e04;
        background-color: rgba(101, 46, 4, 1);
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
        width: 100%;    
        position: static !important;
    }

    header li ul li {
        display: block;
        width: 100%;
        text-align: left;
    }

    header li ul li a {
        width: 100%;
        text-align: left;
    }
}

@media screen and (min-width:801px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
        z-index: 10;
    }

    header ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background-color: #652e04;
        background-color: rgba(101, 46, 4, 0.80);
        text-align: center;
    }

    header ul:hover {
        cursor: default;
    }

    header li {
        display: inline;
    }

    header li ul {
        z-index: 11;
        border-radius: 0 0 5px 5px;
        position: static;
    }

    header li ul li {
        width: 100%;
        text-align: left;
    }

    header li ul li a {
        width: 100%;
        text-align: left;
    }

    header li.opennav {
        display: none;
    }

    header li a {
        transition-duration: 0.25s;
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
    }

    header li a:hover:not(.active) {
        background-color: #9a6740;
        background-color: rgba(154, 103, 64, 0.80);
        color: white;
        text-decoration: none;
    }

    header li a.active {
        color: white;
        background-color: #bc6727;
        background-color: rgba(188, 103, 39, 0.80);
        text-decoration: none;
    }
}

.imgsection-wide, .imagesection-full {
    margin: 0;
    padding: 0;
    border-radius: 25px;
}

.imgsection-wide img {
    height: auto;
    width: 100%;
    border-radius: 25px;
}

.imgsection-wide-pad img {
    height: auto;
    width: 100%;
    padding: 10px 30px;
    border-radius: 25px;
}

.imgsection-wide-vpad img{
    height: auto;
    width: 100%;
    padding: 10px 0px;
    border-radius: 25px;
}

.imagesection-half-lft img {
    height: 48%;
    width: 48%;
    border-radius: 25px; 
    float: left;
    margin-right: 5px;
}

.imagesection-half-rgt img {
    height: 50%;
    width: 50%;
    border-radius: 25px; 
    float: right;
    margin-left: 5px;
}

.textimgsection {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 10px 30px;
    border-radius: 25px;
    margin: 10px 0;
}

.textimgsection .container {
    display: flex;
    -webkit-flex-wrap: wrap;
}

.textimgsection .container .imgpart, .textimgsection .container .textpart {
    padding: 5px;
}

.textimgsection .container .imgpart img {
    border-radius: 25px;
}

.contentsection {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 10px 30px;
    border-radius: 25px;
    margin: 10px 0;
}

@media screen and (max-width:1350px) {
    .textimgsection .container .textpart {
        width: 100%;
    }

    .textimgsection .container .imgpart {
        width: 100%;
        height: auto;
    }

    .textimgsection .container .imgpart img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1350px) {
    .textimgsection .container .textpart {
        width: 49%;
    }

    .textimgsection .container .imgpart {
        width: 49%;
        height: auto;
    }

    .textimgsection .container .imgpart img {
        width: 100%;
        height: auto;
    }
}

.page section {
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
}

.textsection {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 10px 30px;
    border-radius: 25px;
    margin: 10px 0;
}

.cntr {
    text-align: center;
}

.ttl {
    text-align: center;
    font-size: 80px;
    font-family: beaut;
}

footer {
    background-color: #652e04;
    background-color: rgba(101, 46, 4, 0.80);
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px 25px 0 0;
    color: white;
    text-align: center;
    bottom: 0;
}

@media (max-width: 768px) {
    .page section,
    footer {
        width: 95%;
    }
}

footer a {
    margin-left: 5px;
    margin-right: 5px;
}

footer a:link, footer a:active, footer a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.nmb {
    font-weight: bold;
    color: red;
}

noscript {
    margin: 0;
    padding: 0;
}

noscript div {
    background-color: red;
    border-radius: 25px;
    color: white;
    text-align: center;
    padding: 10px 30px;
}

noscript div p {
    font-size: 18px;
}

noscript div p a:link {
    text-decoration: none;
    color: #00e7ff;
}

noscript div p a:visited {
    text-decoration: none;
    color: #00e7ff;
}

noscript div p a:hover {
    text-decoration: underline;
    color: #00e7ff;
}

noscript div p a:active {
    text-decoration: underline;
    color: #00e7ff;
}

.imageslide {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 25px;
    border-radius: 25px;
    margin: 10px 0;
    text-align: center;
}

.imageslide .imgcontainer {
    width: 100%;
    overflow-x: auto;
	white-space: nowrap;
    display: inline-block;
}

.imageslide .imgcontainer img {
    height: 250px;
    width: auto;
    padding: 0;
    margin: 0;
}

.abtnreg {
    transition-duration: 0.25s;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 60%;
    border: 2px solid rgb(101, 46, 4);
    text-align: center;
    font-size: 20px;
    color: Black;
    border-radius: 25px;
    background-color: transparent;
}

.abtnreg:hover {
    background-color: #652e04;
    background-color: rgba(101, 46, 4, 0.80);
    cursor: pointer;
    color: White;
}

#membdrop-media,
#membdrop-members,
#Kweektips_dropdowm_content,
.drd-items { /**/
    display: none;
    position: fixed;
}

#membdrop-media ul,
#membdrop-members ul,
.drd-items ul,
#Kweektips_dropdowm_content ul { /**/
    list-style: none;
    border-radius: 0 0 5px 5px;
}

#membdrop-media ul li,
#membdrop-members ul li,
#Kweektips_dropdowm_content ul li,
.drd-items ul li { /**/
    display: block;
}

#membdrop-media ul li a, #membdrop-members ul li a, .drd-items ul li a, #Kweektips_dropdowm_content ul li a { /**/
    width: 100%;
    text-align: left;
}

#cookie {
    display: none;
    position: fixed;
    height: auto;
    padding: 25px 25px 25px 25px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    background-color: rgb(101, 46, 4);
    color: white;
    margin: 0;
    text-align: center;
}

#cookie input[type=button] {
    transition: all 0.25s;
    padding: 5px;
    width: 150px;
    border: 2px solid white;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    color: white;
    background-color: transparent;
}

#cookie input[type=button]:hover {
    background-color: white;
    color: black;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
    border-color: black;
    cursor: pointer;
}

.errmsg {
    background-color: red;
    border-radius: 25px;
    color: white;
    text-align: center;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.errmsg p {
    font-size: 18px;
}

input,
textarea {
    font-size: inherit;
    font-family: inherit;
}

input,
input:focus,
button,
button:focus,
select,
select:focus,
a,
a:link,
a:active,
a:focus,
textarea,
textarea:focus {
    outline: none;
}
 
.btn,
.close {
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

header li a:focus,
header li a:visited {
    color: white !important;
    background-color: transparent;
    text-decoration: none;
}