/*
Theme Name: KEURIG
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Jan-Jaap Sinke
Author URI: https://mrpaaj.nl/
Description: Keurig Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
    background-color: #eff6f9;
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3, .btn {
  font-family: 'Montserrat', cursive;
}

body.login {
    background-color: yellow;

}
.site-content {
    min-height: 75vh;
    padding-top: 50px;
}


.editposts a {
    position:fixed;
    top: 64px;
    font-size: 20px;
    right: 1em;
    padding: 0.2em 0.5em;
    z-index: 100;
    background-color: #2CABE2;
    color: #eff6f9;
    border: solid 2px #2CABE2;
    border-radius: 8px;
}
.jumbotron {
    background-color:#2CABE2;
    color: white;
    background-size:cover;
    background-position:center;
/*    min-height:66vh;*/
    position:relative;
    margin-bottom: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #1a6686;
}
.navbar-nav .open {
     background-color: #83c0da ;
    color: black;
}
@media (min-width: 768px) {

    .jumbotron {
/*        min-height: 60vh;*/
        padding-top: 15vh;
    }
}

.background-image {
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
/*  z-index: ;   */
}

.background-image-wrapper {
    position: relative;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
@media (max-width: 750px) {
    .background-image-div, .img-crop {
        display: none;
    }
    .background-image-div:first-child, .img-crop:first-child {
        display: inline-block ;
        width: 100%;
    }
}

.img-crop {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.img-crop img {
  position: absolute;
  top: 0;
	left: 0;
	height: 100%;
  /*min-height: 100%;*/
  width: 100%;
	object-fit: cover;
	object-position: center;
}

.img-crop i {
    font-size: 48px;
    color: #2CABE2;
    position: absolute;
    top:0.5em;
    right: 0.5em;
    z-index:1;
}
div.container-fluid {
    padding-top: 2em;
    padding-bottom: 5em;
}

.container-fluid:nth-child(even) {
/*     background-color: #d3e8f0; */
    color: black;
}
.container-fluid:nth-child(even) a {
/*    color: black;*/
}

h1, h2 {
    color: #337ab7;
}
.jumbotron h1, .jumbotron h2 {
  color: white;
}
.container-fluid form {
/*    margin-top: 3em;*/
}

.btn-file {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media (min-width: 750px) {
    .form form.levertijd button {
        margin-top: 51px;
    }
    .container-fluid h1 {
        margin-bottom: 1em;

    }
}

.sitemap ul {
    margin: 0;
    padding: 0;
    
}

.sitemap ul li {
    list-style: none;
    display: inline-block;
}
.sitemap ul li:not(:first-child):before {
    content: " - ";
}

@media (max-width: 750px) {
    body div.container-fluid {
        padding-top: 1em;
        padding-bottom: 2em;
    }
    .container-fluid h1 {
        margin-bottom: 0.6em;
        margin-top: 0.6em;
    }
    .container-fluid form, .resultdiv {
        margin-top: 0;
    }

    .form label.input-lg {
        padding: 0 16px;
        height: 1.5em;
    }
}

/*.tekst:nth-of-type(1){*/
.tekst:first-child .container, :not(.tekst) + .tekst .container {
/*    background-color: red !important;*/
/*
    position: relative;
    background-color: white;
    margin-top: -5em;
    z-index: 2;
*/
}
.tekst h2 {
    margin-top: 0 !important;
    margin-bottom: 1em;
}

.tekst {
  font-size: 1.2em;
  line-height: 1.6;
}
.tekstblokken {
  font-size: 1.2em;
}

.tekst ul {
    margin-top: 2em;
    margin-bottom: 2em;
}

.tekst .btn {
    margin-top: 2em;
}

.tekst .tekstblok {
  min-height: 11em;
  display: block;
}
.img-side {
    margin: 1em 0;
    border-radius: 5px;
}
.img-side:last-child {
    margin: 0;
}
@media (min-width: 750px) {
  .img-side:first-child {
      margin: 7em 0 0 0;
  }
}

.form article {
  margin-top: -5em;
  /*margin-bottom: -7em;*/
  background-color: rgba(255,255,255,0.8);
  border: solid 3px rgb(255, 152, 0);
  border-radius: 6px;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
  z-index: 1;
}

.form article h1 {
  color: black;
}

.jumbotron p {
    font-size: 16px;
    font-weight: 300;
}
.jumbotron .btn {
    margin-top: 1em;
}

.jumbotron .option {
    background-color: rgba(44, 171, 226, 0.85);
    border: solid 2px white;
/*    background-color: rgba(255,255,255,0.2);*/
    border-radius: 4px;
    box-shadow: 0 5px 15px 5px rgba(0,0,0,0.25);
    margin: 1em 1em;
    padding: 1em 0;

}

.jumbotron .option .text {
    min-height: 100px;
}


@media (max-width: 750px) {

    .jumbotron {
        padding-top: 0;
    }
    .jumbotron .option {
        text-align: left;
        padding-top: 0;
        margin: 5px inherit;
    }
    .jumbotron .option h2 {
/*        margin-top: 33px;*/
        line-height: 1.5em;
    }
    .jumbotron .option .text {
        display: none;
    }
    .jumbotron .option img {
        margin-top: 10px;
    }
    .jumbotron .btn {
        margin-top: 5px;
    }
}

.logo-block {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.logo-block img {
    max-height: 8em;
}
.navbar-default {
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.navbar-nav hr {
    margin: 0.8em;
}
.navbar-default, .navbar-default .navbar-nav>li>a  {
    background-color: #2CABE2;
    border: none;
    color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.extra h4 {
    margin-top: -10px;
    font-size: small;
}

.container-fluid.footer {
    min-height: 33vh;
    background-color: #2CABE2;
    color: white;
}
.container-fluid.footer a {
    color: white;
}
.container-fluid.footer a:hover {
    color: orange;
}
.navbar {
/*    text-transform: uppercase;*/
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-brand img {
    height: 46px;
    padding: 4px 0 0 4px;
}

#backend .jumbotron {
    padding-top: 1em;
    padding-bottom: 1em;
}


#score-list {
    position: fixed;
    display: block;
    z-index: 50;
    top: 52px;
    left: 0;
/*    width: 100%;*/
    height: auto;;
}
#score-list .score {
    box-sizing: border-box;
    display: block;
/*    display: inlin;*/
    
/*    background-color: yellow;*/
/*    width: 100%;*/
/*    height: 5em;*/
    text-align: center;
    line-height: 10vh;
/*    margin: 0;*/
/*    padding/: 0;*/
    border-radius: 5px;
    font-size: 5vh;
/*    padding-bottom: 5px;*/
    margin-bottom: 0;
    margin-top: 0;
    border: 5px solid rgba(0,0,0,0);
    transition: 0.5s;
}

h3 {
	margin-top: 30px;
}

.table th {
		font-weight: 700;
		font-family: 'Montserrat';
		font-size: 18px;
	}

.table td {
	font-size: 16px;
}

#score-list #score_5 {
    background-color: green;
}
#score-list #score_4 {
    background-color: lightgreen;
}
#score-list #score_3 {
    background-color: yellow;
}
#score-list #score_2 {
    background-color: orange;
}
#score-list #score_1 {
    background-color: red;
}
#score-list > div:nth-child(6) {
    font-size: 5vh;
    margin-bottom: 50vh;
}

#score-list input[type='radio'] {
    display: none;
}

#score-list input[type="radio"]:checked+label{ 
    border: 5px solid rgba(0,0,0,1);
    line-height: 13vh;
} 

#searchreview .form-control {
    display: inline-block !important;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px; }