﻿/* 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. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {

}

body {

}

.footer {
  
}


/*Custom css*/
label {
    font-size: 1.5rem;
}

a {
    color: black !important;
    text-decoration: none !important;
}

button {
    color: black !important;
}

.full-height {
    height: 100%;
    min-height: 100% !important;
}

/*layout*/
#custom-nav, #home-nav {
    background-color: #c82223 !important;
    margin-bottom: 0 !important
}

#custom-nav a,
#custom-nav button{
    color: white !important;
    font-weight: 700;
}

/*Index*/
.jumbotron {
    background-color: #c82223;
    border-radius: 0;
}

.footer-email {
    color: #c82223 !important;
    border-bottom: 1px solid #e2e0e0 !important;
    transition: all .2s linear;
}

    .footer-email:hover {
        color: black !important;
        transition: all .2s linear;
        border-color: #b0b0b0 !important;
    }
/*Form*/
.custom-form-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
}

.custom-form-checkbox {
    display: block;
    width: 10%;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
}

/*Table*/
.custom-tbody tr {
    border: 1px solid #ddd;
}

/*File Upload*/
.frame {
    border: 1px solid #999;
    border-radius: 5px;
    color: #333;
    font-family: "Open Sans", Helvetica, sans-serif;
}

.center {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 3px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.title {
    margin: 0.5rem 0 0 0;
    width: 100%;
    text-align: center;
}

.frame h1 {
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

.dropzone {
    width: 100%;
    height: 80px;
    border: 1px dashed #999;
    border-radius: 3px;
    text-align: center;
}

.upload-icon {
    margin: 25px 2px 2px 2px;
}

.upload-input {
    position: relative;
    top: -62px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload-btn {
    display: block;
    width: 140px;
    height: 40px;
    background: #c82223;
    color: white !important;
    border-radius: 3px;
    border: 0;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    margin: 0.5rem 0 0.5rem 0
}

/*error-div*/
.error-container {
    margin-top: 15rem;
}

.error-container div{
    text-align: center;
}

.error-container div h1{
    font-size: 5rem;
    margin-bottom: 2rem;
}

/*index layout*/
.account-buttons a{
    float: right;
    border: 1px solid black;
    padding: 0.25rem;
}

/*language*/
#language a{
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    list-style: none;
    border-left: 1px solid #d2d2d2;
}

#language a:first-child{
    border-left: 0px;
}

#language a {
    text-transform: uppercase;
}

/*back to top*/
#back-to-top {
    position: fixed;
    right: 25px;
    bottom: 6rem;
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,.5);
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

#back-to-top i{
    font-size: 40px;
    margin-top: 10px;
}

/*demo*/
#demo {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #c82223;
    text-align: center;
}

#demo .btn{
    position:relative;
    border: 1px solid white;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

#demo h4{
    margin-top: 1.5rem;
    padding: .375rem .75rem;
    margin-bottom: 0;
}

/*index pagina*/
.index-container {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
}

.index-item {
    align-items: center;
}

.index-item .carousel-display {
  position: relative;
}

.index-item .custom-carousel{
    position: absolute;
}

.index-item .custom-carousel img{
    cursor: pointer;
}

.slick-dots li button:before{
    color: white!important;
}

/*contact balk*/
.contact-bar {
    width: 100%;
    background: #c82223;
    padding: 2rem;
}

.contact-bar a {
    border-bottom: 1px solid white;
}


/*taal dropdown*/
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: .5rem 1rem;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black!important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropbtn {
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*Responsiviteit*/
@media only screen and (min-width: 1201px){
    .screen-less-1200{
        display: none;
    }

    .index-item .custom-carousel {
        left: 8%;
        top: 9.5%;
        width: 84%;
    }
}

@media only screen and (max-width: 1200px){
    .screen-bigger-1200{
        display:none;
    }

    .index-item .custom-carousel {
        left: 9%;
        top: 9%;
        width: 82%;
    }
}

@media only screen and (min-width: 1011px){
     .div-logo{
         width: 400px;
     }

    #home-nav a,
    #home-nav button {
        font-weight: 500;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1010px){
    .div-logo{
        width: 100%;
    }

    #home-nav a,
    #home-nav button {
        font-weight: 500;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px){
    .index-content{
        margin-bottom: 0!important;
    }

    .index-footer{
        margin-bottom: 5rem;
    }
}

@media only screen and (max-width: 600px){
    .slick-dots li{
        display: none !important;
    }
}