﻿/* 1 | --- General and Layout ---*/
html,
body {
    font-family: 'Lora', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    color: #4d5154;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745 !important;
}
    .btn-outline-success:hover,
    .btn-outline-success:focus {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745 !important;
    }


h1 {
    font-size: 44px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
h1 {
    color: #FFF;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(7, 12, 72, 1);
    margin-bottom: 5px;
}

h1,
h2 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-weight: 500;
    line-height: 1.5em;
}

h4 {
    color: #2e2f88;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.5em;
    border-left: 5px #2e2f88 solid;
    padding-left: 25px;
}
h6 {
    font-family: 'Poppins', sans-serif;
    color: #333;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8em;
}

    .emp-text {
        color: #222;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.5em;
    }

.emp-text-blue {
    color: #2e2f88;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.5em;
    border-left: 5px #2e2f88 solid;
    padding-left: 25px;
}
/*-- image margins ---*/

.img-mar-bot {
    margin-bottom:45px
}
.img-mar-top-bot {
    margin: 25px 0;
}


ul, ol {
    margin-top: 1rem;
}

    ul li, ol li {
        line-height: 1.8em;
    }

.hr-gen {
    border-top: 1px #CCC solid;
    margin-top: 60px;
    margin-bottom: 60px;
}
.hr-dotts {
    border-top: 1px #CCC dotted;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contain-rep {
    position: relative;
}

.padding-gen {
    padding: 80px 150px;
}

section {
    padding: 80px 0;
}

.bg-turq {
    background-color: #00adef;
    color: #FFF;
}

.bg-turq-grades {
    background: #00adef url('/media/default/images/bg_grades.svg') repeat center center;
    color: #FFF;
}

.bg-navy {
    background-color: #2b328a;
    color: #FFF;
}

.bg-red {
    background-color: #ed1c24;
    color: #FFF;
}

.bg-turq .btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #00adef
}

    .bg-turq .btn-white:hover,
    .bg-turq .btn-white:focus,
    .bg-turq .btn-white:active {
        background-color: #008abf;
        border-color: #008abf;
        color: #FFF
    }
.bg-red .btn-border-white,
.bg-navy .btn-border-white,
.bg-turq-grades .btn-border-white,
.bg-turq .btn-border-white {
    background-color: transparent;
    border: 2px #FFF solid;
    color: #FFF
}
    .bg-red .btn-border-white:hover,
    .bg-red .btn-border-white:focus {
        background-color: #FFF;
        border-color: #FFF;
        color: #ed1c24 !important;
    }
    .bg-navy .btn-border-white:hover,
    .bg-navy .btn-border-white:focus {
        background-color: #FFF;
        border-color: #FFF;
        color: #2b328a !important;
    }

    .bg-turq-grades .btn-border-white:hover,
    .bg-turq-grades .btn-border-white:focus,
    .bg-turq-grades .btn-border-white:active,
    .bg-turq .btn-border-white:hover,
    .bg-turq .btn-border-white:focus,
    .bg-turq .btn-border-white:active {
        background-color: #FFF;
        border: 2px #FFF solid;
        color: #008abf !important;
    }


.bg-navy .btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #2b328a
}

    .bg-navy .btn-white:hover,
    .bg-navy .btn-white:focus,
    .bg-navy .btn-white:active {
        background-color: #23296e;
        border-color: #23296e;
        color: #FFF
    }

.bg-red .btn-white {
    background-color: #FFF;
    border-color: #FFF;
    color: #ed1c24
}

    .bg-red .btn-white:hover,
    .bg-red .btn-white:focus,
    .bg-red .btn-white:active {
        background-color: #be161d;
        border-color: #be161d;
        color: #FFF
    }



.bg-white {
    background-color: #FFF;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 35px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 50px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-turq {
    background-color: #00adef;
    border-color: #00adef;
    color: white;
}

    .btn-turq:active,
    .btn-turq:focus,
    .btn-turq:hover {
        background-color: #008abf !important;
        border-color: #008abf !important;
        color: white;
    }

.btn-navy {
    background-color: #2b328a;
    border-color: #2b328a;
    color: white;
}

    .btn-navy:active,
    .btn-navy:focus,
    .btn-navy:hover {
        background-color: #23296e !important;
        border-color: #23296e !important;
        color: white;
    }

.btn-red {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white !important;
}

    .btn-red:active,
    .btn-red:focus,
    .btn-red:hover {
        background-color: #be161d !important;
        border-color: #be161d !important;
        color: white !important;
    }

/*--- Header ---*/
header {
    min-height: 130px;
}

.kruin-nav {
    margin-top: 20px;
}

    .kruin-nav a {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #363d9c;
    }

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
}

/*--- carousel ---*/
.carousel-indicators {
    display:none;
}

.carousel-caption {
    top: 150px;
}

.carousel .item-skoolsaal,
.carousel .item-sport,
.carousel .item-kultuur {
    background-position: bottom center, center center;
    background-size: 102% auto, cover;
    background-repeat: no-repeat, no-repeat;
    height: 600px;
}

.carousel .item-skoolsaal {
    background-image: url('/media/default/images/car_clouds.svg'), url('/media/default/images/car_skoolsaal.jpg');
}

.carousel .item-sport {
    background-image: url('/media/default/images/car_clouds.svg'), url('/media/default/images/car_sports.jpg');
}

.carousel .item-kultuur {
    background-image: url('/media/default/images/car_clouds.svg'), url('/media/default/images/car_kultuur.jpg');
}

/*--- history ---*/
.history-logo {
    text-align: right;
}

    .history-logo img {
        width: 350px;
    }

.history-devider {
    background: transparent url('/media/default/images/devider.gif') repeat-y center center;
}

.history-head-1 {
    padding-top: 20px;
    font-size: 65px;
    font-family: 'Lora', serif;
}

.history-head-2 {
    font-size: 20px;
    font-family: 'Lora', serif;
    padding-bottom: 10px;
}

/*--- Grades---*/
.grades-setup {
    margin: -80px auto;
    padding: 80px 25px;
    width: 95%;
    background-color: rgba(0,173,239,1);
}
    .grades-setup h3 {
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        padding: 0;


    }
    .bg-navy h4,
    .bg-red h4,
    .grades-setup h4 {
        color: #FFF;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        padding: 0 0 15px 0;
        font-weight: 600;
        margin:0;
        line-height: 1.5em;
        border-left: 0;
    }

.gs-header {
    text-align: center;
    padding: 0 25px 35px 25px;
}


    .gs-header p {
        padding: 0 100px 10px 100px;
        font-size: 18px;
    }

.grade-devider {
    border-right: 1px #FFF dashed;
}

.grade-indv {
    text-align: center;
    padding: 0 35px;
}

.grade-circle {
    width: 180px;
    height: 180px;
    line-height: 170px;
    margin: 20px auto;
    border: 3px #FFF solid;
    border-radius: 50%;
    color: #FFF;
    font-size: 45px;
}

    .grade-circle img {
        width: 100px;
        height: auto;
    }
/*--- flex row and col setup ---*/
.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-col {
    flex: 1;
}



/*--- orchard overides---*/
.zone {
    padding: 0;
}

    .zone .page header {
        display: none;
    }

.navbar {
    padding: 0;
}

.navbar-brand {
    padding-left: 15px
}

.row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.zone-footer {
    position:relative;
}
.user-display {
    bottom: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    padding: 0 12px;
}
.credits {
    display: none;
}
/*--- top Nav-- main menu*/
.collapse.show {
    z-index: 2000
}

.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto !important;
}

    .menu li {
        padding-right: 10px;
        padding-left: 10px;
        list-style: none;
        margin-bottom: 0;
    }

        .menu li a {
            text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 16px;
            color: #363d9c;
        }

            .menu li a:hover {
                color: #191f69;
                text-decoration: none;
            }

nav > ul li.current a {
    color: #191f69 !important;
    border-bottom: 3px #191f69 solid;
}

.menu-main-menu {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
}

.nav-top-qlinks {
    margin: 0;
    padding: 0;
}

.nav-top-qlinks {
    position: absolute;
    top: 15px;
    right: 24px;
    flex-direction: row;
    z-index: 1200;
}

    .nav-top-qlinks li {
        margin-left: 5px;
    }

        .nav-top-qlinks li a {
            border: 1px #00adef solid;
            color: #00adef;
            cursor: pointer;
            text-align: center;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            padding-top: 4px;
        }

            .nav-top-qlinks li a:hover,
            .nav-top-qlinks li a:focus {
                border: 1px #00adef solid;
                background-color: #00adef;
                color: #FFF;
            }

.supage-header {
    min-height: 150px;
    background: #2e2f88 url('/media/default/images/spage_head_bg.svg') repeat;
    display: flex;
    align-items: center;
}

    .supage-header h1 {
        color: #FFF;
        margin-bottom: 5px;
        font-weight: 700;
        text-shadow: 2px 2px 2px rgba(7, 12, 72, 1);
    }


.footer-setup {
    padding-top: 80px;
    padding-bottom: 80px;
}
    .footer-setup a {
        color: #4d5154;
    }
        .footer-setup a:hover,
        .footer-setup a:focus{
            color: #222;
        }
    .bg-red .row,
    .bg-navy .row,
    .footer-setup .row {
        margin-left: -15px;
        margin-right: -15px;
    }

.hr-footer {
    border-top:none;
    border-bottom: 1px #CCC solid;
    margin-top: 10px;
    margin-bottom: 80px;
}

.orchard-layouts-root > .table > .row > .cell > .table {
    padding-top: 80px;
    padding-bottom: 0;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
    .orchard-layouts-root > .table > .row > .cell > .table h2 {
        color: #2e2f88;
        font-weight: 600;
    }



/*---Onderwysers---*/
.onnie-titel {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2e2f88;
    padding-bottom: 5px;
}

.onnie-naam {
    font-size: 16px;
    font-weight: 500;
    color: #00adef;
}

.cell {
    padding-right: 15px;
    padding-left: 15px;
}

footer {
    background-color:#EFEFEF;
}

@media (min-width: 576px) {
    .orchard-layouts-root > .table > .row > .cell > .table {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .orchard-layouts-root > .table > .row > .cell > .table {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .orchard-layouts-root > .table > .row > .cell > .table {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .orchard-layouts-root > .table > .row > .cell > .table {
        max-width: 1140px;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    section {
        padding: 50px 0;
    }

    .gs-header {
        text-align: center;
        padding: 0 10px 10px 10px;
    }

        .gs-header p {
            padding: 0 15px 10px 15px;
            font-size: 18px;
        }

    .grade-indv {
        text-align: center;
        padding: 15px 25px;
    }

    .grade-circle {
        margin: 10px auto;
    }

    .grade-devider {
        border-right: none;
        border-bottom: 1px #FFF dashed;
    }
    .grades-setup {
        margin: -50px auto;
        padding: 50px 25px;
    }

    .carousel .item-skoolsaal,
    .carousel .item-sport,
    .carousel .item-kultuur {
        background-size: 103% auto, cover;
        height: 400px;
    }
    .carousel-inner,
    .carousel-item, 
    .carousel-item img {
        height: 400px;
    }

    .carousel-caption {
        top: 60px;
    }

        .carousel-caption h1 {
            font-size: 30px;
        }

            .carousel-caption h1 br {
                display: none;
            }

        .carousel-caption p {
            display: none;
        }

    .history-logo {
        text-align: center;
    }
        .history-logo img {
            width: 100%;
        }

    .foot-qlinks {
        margin-left: -15px;
        margin-right: -15px;
    }

    header {
        min-height: 90px;
    }

    .navbar-brand img {
        height: 85px;
        padding: 5px 0 5px 15px
    }

    .navbar-toggler {
        margin: 10px;
    }

    .navbar-toggler-icon {
        display: initial;
    }

    .nav-top-qlinks {
        position: absolute;
        top: 29px;
        right: 80px;
    }

    .menu {
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #FFF;
        width: 100%;
    }

        .menu li {
            padding: 5px 15px;
        }

            .menu li a {
                padding: 5px 0;
                width: 100%;
            }

    .padding-gen {
        padding: 50px 25px;
    }

    .flex-row {
        display: flex;
        flex-direction: column;
    }

    .flex-col {
        flex: auto;
        width: 100%;
    }

    .supage-header {
        min-height: 100px;
    }

        .supage-header h1 {
            font-size: 45px;
        }

    .span-4,
    .span-6 {
        width: 100%;
    }
    .cell {
        padding-right: 0;
        padding-left: 0;
    }

    .orchard-layouts-root > .table > .row > .cell > .table {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .footer-setup {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .copy-right {
        padding-top: 20px;
    }

    .user-display {
        bottom: 70px;
        left: 35%;
    }
    .row-rev {
        flex-direction: column-reverse;
    }
}
@media (max-width:480px) {
    .carousel-inner,
    .carousel-item,
    .carousel-item img {
        height: 300px;
    }
    .carousel-caption {
        top: 10px;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
}