body {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.navbar-brand {
    float: left;
    /* padding-top: 0.5rem; */
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    font-size: 2rem;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    /* padding-left: 10px; */
}

.navigatie-home {
    margin-top: -50px;
}

.header-innocare {
    background: url(https://innocare.nl/images/header.png);
    display: block;
    width: inherit;
}

.btn-danger {
    color: #fff;
    background-image: none;
    background-color: #40A3DC;
    border-color: #40A3DC;
}

.btn-danger:hover {
    color: #fff;
    background-color: #0B4364;
    border-color: #0B4364;
}

.btn-outline-danger {
    color: #40A3DC;
    background-image: none;
    background-color: transparent;
    border-color: #40A3DC;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #40A3DC;
    border-color: #40A3DC;
}

.menu {
    font-size: 1.5rem;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(11,67,100);
    background-color: rgba(11,67,100, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    /* float: right; */
}

.overlay-content {
    /* position: relative; */
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #aaa;
    text-shadow: 2px 2px #333;
}

.contact-moblie {
    text-decoration: none;
    font-size: 80%;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    top: 45px;
    right: 20px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media screen and (max-width: 360px) {

a.innocare, a:hover.innocare {
    color: rgba(0,0,0,.8);
    font-size: 1.4rem;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-decoration: none;
}
}

@media screen and (min-width: 360px) {

a.innocare, a:hover.innocare {
    color: rgba(0,0,0,.8);
    font-size: 1.8rem;
    font-family: 'Droid Serif', serif;
    font-weight: 700;
    text-decoration: none;
}
}

a.menu-contact {
    font-size: 100%;
    padding: 0px;
}  

.menu-adres {
    margin-top: 10px;
    color: #fff;
    font-size: 80%;
    font-weight: 300;
}  

.innocare-mobile-menu {
    margin-bottom: 40px;
    color: #fff;
    text-shadow: 2px 2px #333;
}

.logo {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 38px;
  background: url(https://innocare.nl/images/logo.svg);
  background-size: 60px 38px;
  float: left;
  margin-right: 10px;
}

.mobile-logo {
    width: 60px;
    height: 38px;
    padding-right: 10px;
    margin-bottom: 15px;
}

/* Header */
.header {
    background-image: url("https://innocare.nl/images/header.png");
    margin-top: 5px;
}

.header-margin {
    margin-top: 4.5rem;
    margin-bottom: -1rem;
}

/* Footer */
.footer {
    padding-top: 120px;
    font-size: 80%;
    color: #fff;
    background-image: url("https://innocare.nl/images/footer.jpg");
    background-color: #007fb4;
    background-repeat: no-repeat;
    width: inherit;
}

.copyright {
    margin-right: 15px;
    padding-bottom: 10px;
    font-size: 70%;
}

a.link-header {
    color: #000;
    text-decoration: none;
}

a.link-copyright {
    color: #fff;
    text-decoration: none;
}

.logo-footer {
    padding-top: 10px;
    text-shadow: 2px 2px #333;
}

.logo-header {
    margin-bottom: -20px;
}

.regel-wit {
    padding-bottom: 40px;
}

.site-titel {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

.form-bgcolor {
    color: #fff;
    background-color: #40A3DC;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.acheeva {
    font-size: 120%;
    font-weight: 700;
}

.coolover {
    float: right;
    margin: 0 0 10px 10px;
}

.meer-info-titel {
     color: #fff;
     background-color: #40A3DC;
     border: 1px;
}

.w-75 {
	width: 75%;
}

/* Cookie info blok */

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 1030;
}

.alert-secondary {
    color: #fff;
    background-color: rgba(11,67,100, 0.8);
    border-color: #000;

}

.alert-dismissible {
    padding-right: 4rem;
}

.alert {
    font-size: 1rem;
    text-align: center;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .4rem 1.25rem;
    color: inherit;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#captchaInput {
  width: 2.5em;
  margin-left: .5em;
}

/* inschrijven nieuwsbrief */

.error {
    float: left;
}


.modal-lg {
    margin-bottom: 4rem;
    margin-top: 4rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

#subscribeModal .modal-content{
	overflow:hidden;
}

.logo-newsletter {
    margin-left: 70%;
    margin-top: -50px;
}

.newsletter-titel {
    text-align: center;
    padding-top: 2rem;
}

.newsletter-text{
    text-align: center;
}

a.logo-newsletter-text  {
    margin-bottom:0;
    text-decoration:none;
}

#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	padding-left:30px;
}

#subscribeModal .btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	padding-right:20px;
	background: #007fb4;
	border-color: rgb(11,67,100);
    float: left;
    height: 56px;
    margin-top: 1rem;
}

#subscribeModal .btn:hover {
    color: rgb(11,67,100);
}

.email-field {
    margin-left: 18%;
    width: 60%;
    float: left;
    margin-bottom: 8rem;
    margin-top: 1rem;
}

#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none; 
}

#subscribeModal .top-strip{
	height: 155px;
    background: #007fb4;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 590px;
    margin-left: -130px;
    border-bottom: 65px solid #fcea61;
    border-top: 10px solid rgb(11,67,100);
}

#subscribeModal .bottom-strip{
	height: 155px;
    background: rgb(11,67,100);
    transform: rotate(145deg);
    margin-top: -80px;
    margin-right: -900px;
    margin-left: 300px;
    border-bottom: 65px solid #007fb4;
    border-top: 10px solid #fcea61;
}

#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

.titel-over {
    text-align: center;
}