html, body {
    height: 100%;
}

body {
    font-family: 'Roboto',sans-serif;
    font-size: 0.8em;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto',sans-serif;
    text-rendering: optimizelegibility;
    transform: translateZ(0);
}

.card-title {
    font-weight: bold;
    font-size: 1.4em;
}

.bg50 {
    background: rgba(255,255,255,0.5);
}

.bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}

.bg img {
        object-fit: cover;
    align-self: flex-end;
}

.bgwhiteround {
    background: #fff;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
}

img.img-fluid.logo {
    border-radius: 5px;
}

div#navigatie {
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px 10px 0;
}

.nav-link {
    font-weight: bold;
}

h1 {
        font-size: 2.5rem;
}

@media (max-width: 30em){
    h1{
        font-size:7.2vmin
    }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
 }
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} 




.footer {
    
}

.content {
    z-index: 1;
    margin-top: 6px;

}

.content .container {
    background: #fff;
    padding-bottom: 12px;
    min-height: 40vh;
}

.wrapper {
 /*   background: #fff;
    background-image: url("../gb_bg.jpg");
    background-attachment: fixed;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;*/

    min-height: 80vh;

}



.logo {
    max-height: 150px;
}

a {
    color: #208225;
}

.footer a {
    color: #fff;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
    margin-top: 20px;
}

.navbar-collapse.show .nav-item, .navbar-collapse.collapsing  .nav-item {
    padding-left: 20px;
}

.nav-link {
    
    font-size: 1.2em;
}

.navbar-toggler {
    border-radius: 6px;
    padding: 0.75rem;

}

.chatbox {
    background: #fff;
    height: 40vh;
    overflow-y: auto;
    outline: 1px solid #eee;
}

.chatbox .card {
    margin: 8px;
    border-color: #ececec;
}

.chatbox .card.unpublished {
    background: #ca4741;
}

.chatbox .card .card-body {
    padding: 0.5rem
}

.chatbox .card  a {
    color: #4338ea !important;
    font-weight: 700;
}


.frontpageImages .list-group-item:last-child .fa-arrow-down {
    display: none;
}

.frontpageImages .list-group-item:first-child .fa-arrow-up {
    display: none;
}


.grid  {
    display: block;
    width: 100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


.grid-sizer,
.grid-item {
  width: calc(33.33333333% - 10px);
  margin-bottom: 30px;
}

/* 2 columns */
.grid-item--width2 {  width: calc(66.666666% - 10px ); }

/* 2 columns */
.grid-item--width3 {  width: calc(100% - 10px ); }

.grid-item {
  float: left;

}

.grid-item img {
  display: block;
  width: 100%;
}

.grid-item .grid-content {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.card {
    border:0;
}

.sv-question__num, .sv-question__required-text {
  display: none;
}

#surveyTimerBar .sv-progress__bar {
  -webkit-transition: width 300ms linear;
-moz-transition: width 300ms linear;
-ms-transition: width 300ms linear;
-o-transition: width 300ms linear;
transition: width 300ms linear;
}