@import "./flash.css";
:root {
    --icon-color: invert(50%) sepia(100%) saturate(2000%) hue-rotate(165deg) brightness(77%) contrast(120%);
}
body {
    background: #fff;
    background-image: url(../images/lines-bg.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 100% 100%;
}

#divHeaderHolder {
    overflow: hidden;
}

#divHeader .col-sm-12, #divContent, #divFooter .container, #divHeader {
    padding-left: 0;
    padding-right: 0;
}
#divInloggen {
    border: solid 2px #484690;
}
#divInloggen, .container-fluid .divFooterKolom:first-child {
    
    padding-left: 0;
}
#divInloggen a {
    color:#484690;
}
#divInloggen a:hover {
    color: #169DFB;
}
#divMededeling, .container .divFooterKolom:last-child {
    padding-right: 0;
}

.divFormHolder {
    width: 100%;
    margin: 0px 0 15px 0;
}

.divFormHolderHalf {
    width: 50%;
}

.divFormHolder a {
    float: none;
}
a:hover {
    color: #169FDB;
    text-decoration: none;
}

#divHeaderHolder {
    background-image: url('../images/banner-foto-golf.png');
    /*background-position-y:137px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
}

#divHeaderLogo {
    position: fixed;
    top: 0;
    left: 210px;
    z-index: 100000;
    padding-left: 21px;
    padding-bottom: 20px;
    background-color: grey #1F284C;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    #divHeaderLogo img {
        height: 100%;
        width: 200px;
    }

#divHeader {
    height: 36rem;
    width: 100%;
}

    #divHeader h1 {
        color: #fff;
        font-size: 60px;
        margin-top: 6px;
    }
    
#divContainer {
    width: 100%;
    padding-left: 100px;
    padding-right: 40px;
    margin-right: 0px;
}

#divContent {
    margin: 0px;
    width: 100%;
}

#divLoginBox h4 {
    font-size: 22px;
    color: #484690;
    padding: 0 0 5px 45px;
    position: relative;
}

#divLoginBox img {
    left: 10px;
    position: absolute;
    margin-right: 10px;
    top: 6px;
}



label {
    font-weight: normal;
}

.form-control {
    border: 1px solid rgb(72, 72, 72);
    border-radius: 0;
}
/*.btn {
    background: #484690 !important;
    border-radius: 25px;
    border-color: #2d3264 !important;
}*/
/*.btn, .btn:hover, .btn:focus {
    border-radius:0;
    margin-top:5px;
    margin-bottom:5px;
    padding:7px 12px;
}*/
.btn.btn-primary {
    background: #484690 !important;
    border-radius: 25px;
    border-color: #2d3264 !important;
}

.btn.btn-secondary {
    background-color: #1b2d4b !important;
    border-color: #1b2d4b !important;
    color: white;
}

#divInloggen .btn.btn-primary {
    width: 60%;
}

    #divInloggen .btn.btn-primary:hover {
        background-color: #1b2d4b !important;
        border-color: #1b2d4b !important;
    }

.btn.btn-register {
    background-color: #169FDB !important;
    padding: 10px 15px 10px 15px;
    margin-top: 70px;
    margin-bottom: 20px;
    width: 250px;
}

    .btn.btn-register:hover {
        opacity: 0.8;
    }


/*#divLoginBox .btn.btn-primary:hover {
    background-color: #1b2d4b !important;
    border-color: #1b2d4b !important;
}*/
/*
#divLoginBox .btn.btn-primary.btn-aanmelden:hover {
    background-color: #1b2d4b !important;
    border-color: #1b2d4b !important;
}*/

a {
    color: #555555;
}

#divFooter {
    border-top: solid #484690 2px;
    color: #484690;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 19px;
    padding-top: 18px;
}

#divFooterContainer {
    margin-left: 0;
    width: 100%;
}

#divFooter h2 {
    font-weight: bold !important;
    color: #169FDB;
    color: #169FDB;
    font-size: 28px;
    margin-bottom: 20px;
}

#divFooter a {
    color: #484690;
}

    #divFooter a:hover {
        color: #169FDB;
        text-decoration: none;
    }

.divFooterKolom {
    height: 260px;
    margin-top: 20px;
}

.divBreakertje {
    clear: both;
}

#divFooterLinkTablet {
    display: none;
}

.divAdres {
    line-height: 25px;
    margin-bottom: 26px;
    margin-top: -3px;
}

.aZwemscore {
    display: block;
    margin-bottom: 65px;
}

#strongFooter {
    display: block;
    margin-bottom: 40px;
}

#divSocialMedia {
    padding: 0;
    margin-bottom: 100px;
}

#divSocial {
    margin:0;
}

    #divSocial a img {
        width:50px;
        margin: 0 10px 10px 10px;
    }

    #divSocial {
        filter: var(--icon-color);
    }


#divSocialTablet {
    display: none;
}

#divNames {
    position: relative;
    top: -40px;
    left: 20px;

}

    #divNames h1 {
        color: #484690;
        font-size: 50px;
    }

#divZwembadNaam {
    color: #484690;
    padding: 0px 10px 10px 10px;
    font-size: 20px;
    padding-left: 0px;
    position: relative;
    height: 40px;
}


#divPlanning {
    width: 100%;
    margin-top: 40px;
    line-height: 23px;
    background: #484690;
    border-radius: 25px;
    color: white;
    padding: 30px;
}

    #divPlanning h4 {
        padding-left: 20px;
        font-size: 24px;
        color: white;
    }

    #divPlanning img {
        padding-right: 20px;
    }

#divPlanningen {
    padding: 20px;
}

    #divPlanningen img {
        height: 24px;
    }




#divMededeling {
    width: 100%;
    line-height: 23px;
    background: #484690;
    border-radius: 25px;
    color: white;
    padding: 30px;
    font-size: 18px;
    margin-left:-60px;
}

    #divMededeling h4 {
        padding-left: 20px;
        font-size: 24px;
        color: white;
    }

    #divMededeling img {
        height: 32px;
        padding-right: 20px;
    }

#divMededelingUrgent img {
    padding-right: 7px;
}

#divMededelingen {
    padding: 20px;
}

#divMededelingUrgent {
    font-weight: bold;
    margin-top: 20px;
    margin-left: 32px;
}

#divInloggen {
    border-radius: 15px;
    background: white;
    padding: 20px;
    width: 350px;
    margin-right: 0;
}

#divLoginBox {
    padding: 0;
}

#divInloggen h4 img {
    margin-top: -5px;
    margin-left: 0px;
    height: 20px;
    color: #169fdb;
}

#divInloggen .btn-primary {
    width: 99px;
}






#wave {
    display: none;
    position: absolute;
    top: 210px;
    /*left:-255px;*/
    left: -400px;
    height: 50%;
    width: 200%;
    overflow: hidden;
}


/* checkbox*/

input[type="checkbox"], input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        margin-top: 7px;
        display: inline-block;
        white-space: nowrap;
    }

        input[type="checkbox"] + label span, input[type="radio"] + label span {
            background-image: url('../images/checkboxleeg-paars.png');
            background-repeat: no-repeat;
            background-position: top left;
            background-size: auto 20px;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            margin-right: 10px;
            margin-top: 0px;
            margin-left: 10px;
            vertical-align: top;
            width: 20px;
        }

    input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
        background-image: url('../images/checkboxcheckedGroot-paars.png');
    }

    input[type="checkbox"]:disabled + label span, input[type="radio"]:disabled + label span {
        background-image: url('../images/checkboxleegDisabled.png');
    }

    input[type="checkbox"]:checked:disabled + label span, input[type="radio"]:checked:disabled + label span {
        background-image: url('../images/checkboxcheckedGrootDisabled.png');
    }

input[type="text"] {
    border-color: #484690;
    border-width: 2px;
    border-radius: 15px;
    padding: 16px;
    width: 90%;
}

input[type="password"] {
    border-color: #484690;
    border-width: 2px;
    border-radius: 15px;
    padding: 16px;
    width: 90%;
}

input[type="text"]::placeholder {
    color: #484690;
}

input[type="password"]::placeholder {
    color: #484690;
}


input[type="text"]:disabled {
    background-color: #F6F6F6;
}

#divIngelogdBlijven {
    margin-bottom: 5px;
    margin-top: 23px;
}

#divHelpdesk {
    padding-left: 0;
    padding-top: 0px;
    line-height: 25px;
}

.socialLink {
    width: 40px;
}

/* Knoppen voor WSAG */

.divKnoppenRechtsboven {
    position: fixed;
    right: 40px;
    top: 0;
    background: #484690;
    width: 120px;
    height: 40px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .divKnoppenRechtsboven img {
        cursor: pointer;
        width: 38px;
    }

    .divKnoppenRechtsboven a {
        margin-top: 0;
    }

    .divKnoppenRechtsboven #aTaal {
        width: 38px;
        height: 38px;
        color: #e6e6e6;
        font-size: 1.6em;
        text-align: center;
        float: left;
        cursor: pointer;
    }

.row.divKnoppenRechtsboven .col-sm-3 {
    padding: 0;
    margin-right: 10px;
}

    .row.divKnoppenRechtsboven .col-sm-3.margin {
        padding: 0;
        margin-left: -5px;
    }

.divKnoppenRechtsboven #aTaal:hover {
    background: #e4e4e3;
}

.divKnoppenRechtsboven #aTaal span {
    margin-top: 5px;
    display: block;
}

.divKnoppenRechtsboven #aTaal img {
    width: 25px;
    position: relative;
    top: 2px;
}

.divKnoppenRechtsboven #talenUl {
    display: none;
    background: #fff;
    position: relative;
    padding: 0px 5px;
    list-style: none;
    color: #000;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid #000;
    border-top: 1px solid #fff;
}

.divKnoppenRechtsboven #imgLettergrote {
    height: 10px;
    width: auto;
    margin: 0 10px 0 10px;
}

.divKnoppenRechtsboven #aLettergrote :hover {
    opacity: 0.9;
}


.divKnoppenRechtsboven #talenUl li {
    padding: 2px 0;
    cursor: pointer;
    position: relative;
}

    .divKnoppenRechtsboven #talenUl li span {
        position: absolute;
        left: 17px;
        top: 2px;
    }

    .divKnoppenRechtsboven #talenUl li img {
        position: relative;
        top: 2px;
        left: 12px;
        width: 25px;
    }

    .divKnoppenRechtsboven #talenUl li:not(:last-child) {
        border-bottom: 1px solid #000;
    }

    .divKnoppenRechtsboven #talenUl li:hover {
        background: #e4e4e3;
    }

/* Hoog contrast */

.bodyHoogContrast #divHeader h1 {
    color: #000;
}

.bodyHoogContrast .btn-primary,
.bodyHoogContrast .btn-primary:hover,
.bodyHoogContrast .btn-primary:focus {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff;
}

.bodyHoogContrast #divZwembadNaam,
.bodyHoogContrast h4,
.bodyHoogContrast #divFooter {
    background-color: #000 !important;
    color: #fff;
}

.bodyGrootLettertype #divZwembadNaam {
    padding: 5px 10px 10px 10px;
}

#Opvragen {
    margin-left: 10px;
    color: #484690;
}

    #Opvragen:hover {
        color: #169FDB;
        text-decoration: none;
    }

.copyright-mark {
    text-align: center;
    color: #fff;
    opacity: 0.6;
}

#powby {
    position: absolute;
    bottom: 50px;
    right: 0;
    height: 45px;
}

#divPoweredBy {
    float: right;
}

#lines {
    width: 100%;
    height: 100%;
}

#divRow {
    margin-left: 20px;
}

#imgLettergrote {
    margin-top: 50px;
}

#imgContrast {
    margin-left: 15px;
    margin-top: 10px;
    height: 20px;
    width: auto;
}



::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #484690;
    border-radius: 15px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



#footerContainer {
    margin-left: 0px;
    color: black;
}
    #divMedia{
        padding-left:0;
    }


@media only screen and (min-width: 1200px) {
    #divSocial a{
        margin-left:-5px;
        margin-right:5px;
    }

}



    @media only screen and (min-width: 1480px) {
        #divNames {
            padding-left: 0px;
        }

        #divLoginBox {
            padding-left: 0px;
            padding-right: 0px;
            margin-right: 0px;
            padding-left: 0px;
        }
        #Messages{
            margin-left:50px;
        }
    }
    @media only screen and (max-width:5080px){
        #divLoginBox{
            padding-left:0;
        }
        #Messages {
            margin-left: 0px;
        }
    }


