﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body {
    padding: 0;
    margin: 0;
}

* {
    font-family: 'Roboto', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding:0;
    margin:0;
}

.container, col-md-8 {
    padding: 0;
}

.container-fluid {
    padding: 0;
    margin: 0;
}


p {
    font-weight: 400;
    font-size: 1.5;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight:500;
}

.logo {
    padding-left: 20px;
    padding-top: 20px;
    height: auto;
    width: 15%;
}

.nav-link {
    text-decoration-color: white;
}

@media only screen and (max-width: 1035px) {

    .logo {
        padding-left: 20px;
        padding-top: 20px;
        height: auto;
        width: 10%;
    }
}

    .navcover {
        height: 100%;
        width: 100%;
        /* background-image: url("/Assets/bg.png"); */
        position: absolute;
        top: 0;
        z-index: 2;
    }

    li {
        padding-left: 15px;
        padding-top: 10px
    }

        li a {
            color: white;
            font-size: 17px;
            font-family: 'Helvetica';
        }

            li a:hover {
                border-bottom: 2px solid red;
                color: white;
            }


    .activelink {
        border-bottom: 2px solid red;
    }

    .test {
        background-image: url("/images/imageedit_18_3022561922.jpg");
        min-height: 600px;
        background-repeat: no-repeat;
        background-color: #474747;
        margin-top: 100px;
        margin-bottom: 70px;
        opacity: 1;
        z-index: 1;
        overflow: hidden;
        transition-duration: 2s;
        background-position-x: -100px;
    }

        .test:hover {
            transition-duration: 2.5s;
            background-position-x: 0px;
        }

    .cntrl {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
    }

    .card-deck {
        display: flex;
        flex-direction: column;
    }

.btnNieuws {
    display: block;
    padding-right: 50px;
    float: right;
    margin-right: 25px;
}

@media only screen and (max-width: 426px) {

    .btnNieuws {
       display: block;
       padding: O;
       justify-content: center;
    }
}

    @media only screen and (max-width: 767px) and (orientation: portrait) {

        .responsive {
            height: 100%;
        }

        .test {
            background-image: none;
            min-height: 600px;
            background-repeat: no-repeat;
            background-color: #474747;
            margin-top: 100px;
            opacity: 1;
            z-index: 1;
            overflow: hidden;
            transition-duration: 2s;
            background-position-x: -100px;
        }

            .test:hover {
                transition-duration: 2.5s;
                background-position-x: 0px;
            }

        .rowboek {
            padding-top: 600px;
        }

        .boek img {
            display: none;
        }
    }

    hr {
        border-radius: 7px 7px 7px 7px;
    }


    .carousel-item {
        margin-bottom: 100px;
    }

    .boek .carousel-item {
        height: 25rem;
    }

    .herotext {
        color: white;
        z-index: 2;
    }

    .agenda img {
        width: 100%;
        height: 180px;
    }

    .agenda .card {
        overflow: hidden;
    }

    .agenda .card-body {
        height: 100%;
        padding-bottom: 0;
    }

    .agenda .card-footer {
        background-color: white;
        border-top: none;
    }

    .nieuws {
        background-color: #4D4D4D;
    }

    .agenda img {
        width: 100%;
        height: 180px;
        padding: 3px;
        border: none;
    }

    .nieuws .card {
        overflow: hidden;
        min-height: 25rem;
    }

    .nieuws .card-body {
        height: 100%;
    }

    .boeken .carousel-indicators li {
        width: 5px;
        height: 5px;
        border-radius: 100%;
        margin-left: 30px;
        margin-right: 30px;
        padding: 3px;
        background-color: black;
    }

    /*Carousel 1*/
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
    }


    /*Footer*/
    footer a {
        font-size: 20px;
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            color: lightgrey;
            text-decoration-line: none;
        }

    /*Video header*/

    .header {
        position: relative;
        background-color: black;
        max-height: 50rem;
        min-height: 20rem;
        width: 100%;
        overflow: hidden;
    }

        .header video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            z-index: 0;
            -ms-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
        }

        .header .container {
            position: relative;
            z-index: 2;
            background-image: url("/lib/Assets/bg.png");
            background-size: cover;
            background-repeat: no-repeat;
        }

        .header .overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: black;
            opacity: 0.5;
            z-index: 1;
        }

    @media only screen and (max-width: 600px) {
        .header {
            height: 10%;
            display: none !important;
        }

        #menunav {
            display: block;
        }

        .navcover {
            height: 10%;
        }

        .overlay {
            height: 10%;
        }

        header video {
            display: none;
        }
    }

    .successdiv {
        border: 1px solid #26ad0b;
        background-color: #f2f6e3;
    }

        .successdiv:before {
            color: #1a8b04;
            top: -22px;
            content: "\f058";
        }

    #menunav {
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 25px;
        }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 36px;
            margin-left: 50px;
        }

    .nieuwskaart {
        box-shadow: 2px 2px 6px rgba(77, 77, 77, 0.2);
        margin: 0 auto;
        margin-top: 50px;
        background-image: url(/lib/Assets/japbrighter2.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: contain;
    }

    @media screen and (max-width: 580px) {
        .nieuwskaart {
            background: none;
        }

        p {
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
        }

        div > p {
            font-size: 1rem;
            font-family: 'Roboto', sans-serif;
        }

        .nieuwsbody {
            margin: 0;
            padding: 0;
            width: 100%;
        }
    }