/* Algemene styles -------------------------------------------------- */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  /* background: url("/img/bg.png") left top no-repeat; */
  /* background-color: #fff !important; */
  font-family: Georgia, serif !important; 
  /* font-family: 'Open Sans', sans-serif; */
  background: url(http://www.24-7zorgomdehoek.nl/img/b18.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer {
  text-align: right;
} 

.pagina {
  background-color: #fff;
}

.row {
  padding-bottom: 0px;
}

.social {
  height: 70px;
  padding-right: 15px;
}

.row .tagline {
  margin-top: 0;
  padding-top: 0;
}

.cont {
    overflow: hidden; 
}

[class*="onderste col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


.inhoud {
  background-color: #fff; 
  overflow: hidden; 
}

#content {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
}

#sidebar {
//  background-color: #b0ffff;
  background-color: #93EDD0;
}

#sidebar-contact {
  padding-bottom: 10px;
}

#sidebar-login {
  background-color: #ff7bfb;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px 15px;
}


@media (max-width: 767px) {
  div.header-rechts {
    display: none;
  }  
}
/* Typografie -------------------------------------------------- */

.pagina h1 {
  color: #ff15fd;
  font-size: 1.7em;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 12px;
  /* font-family: 'Quattrocento', serif; */
}

.pagina h2 {
  color: #ff15fd;
  font-size: 1.5em;
  font-weight: bold;
  /* font-family: 'Quattrocento', serif; */ 
}


.pagina h3 {
  color: #ff15fd;
  font-size: 1.3em;
  font-weight: bold;
  /* font-family: 'Quattrocento', serif;  */
}

.pagina h4 {
  color: #ff15fd;
  font-size: 1.2em;
  font-weight: bold;
  /* font-family: 'Quattrocento', serif;  */
}

#header img {
  margin: 10px 0;
}

.img-badges {
  position: absolute;
  right: 70px;
}

.tagline h2 {
  clear: both;
  color: #ff15fd;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Quattrocento', serif;
  padding-top: 0;
  padding-right: 20px;
  text-align: right;
}

.tagline img {
  float: right;
  padding-right: 20px;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.footer p {
  font-size: 0.8em;
  font-style: italic;
  color: #777;
}

.cont a {
  color: #ff15fd;
  text-decoration-line: none;
  text-decoration-style: solid;
}

.cont a:focus, .cont a:hover {
  color: #ff15fd;
}

/* Dias -------------------------------------------------- */

#dialinks {
  padding-left: 0px;
  padding-right: 0px;
  background-color: white;
}

#diacontainer {
  background: #fffea7;
  padding-bottom: 0px;
  margin-top: -20px;
}

.carousel-control.left, .carousel-control.right {
  background: none !important; 
  filter: progid:none !important; 
}

/* Fade -------------------------------------------------- */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 6s;
  -moz-transition: opacity 6s;
  -o-transition: opacity 6s;
  transition: opacity 6s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/* Navigatie -------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-247 {
  background-color: #ff7bfb;
  border-color: #ffffff;
}

.navbar-247 .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ff7bfb;
}

li.active {
  background-color: #fff;
  border-color: #fff;
}

.navbar a {
  color: #fff;
  #font-weight: bold;
}

a.active {
  color: #ff15fd;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #FF7BFB !important;
}

.navbar-247 .navbar-toggle {
  border-color: #ccc; /* Change border color around this buttons */
  background: #fff; /* Change background for button itself */
}

.navbar-247 .navbar-toggle .icon-bar {
  background: #FF7BFB; /* Change color for horizontal lines */
}

.navbar:hover .navbar-brand:hover,
.navbar:hover .navbar-brand:focus {
    color: #fff;
}

.navbar-247 .navbar-nav > li > a:hover,
.navbar-247 .navbar-nav > li > a:focus {
    color: #fff;
    background: #fe47fc;
}

.caret {
  color: #fff;
}

.active > .caret {
  color: #ff15fd;
}

.active > a:hover > .caret {
  color: #fff;
}


/* RESPONSIVE CSS -------------------------------------------------- */

@media (min-width: 768px) {
  body {
    padding-top: 15px;
  }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

/* FORMULIEREN -------------------------------------------------- */

div.formregel {
  display: block;
  margin-top: 10px;
}

.form-kraamzorg label {
  margin-left: 10px;
  width: 250px;
}

.form-kraamzorg .tekstveld label {
  margin-left: 10px;
  width: 95%;
}

.form-kraamzorg input {
}

input[type="file"] {
  display: inline-block !important;
}

.tekstveld textarea {
  margin-left: 10px;
  width: 90%;
  height: 120px;
}

.vinkje input {
  margin-left: 10px !important;
}

.vinkje label {
  width: 80%;
}

#sidebar-login input {

}

/* STIJLELEMENTEN ---------------------------------------------- */

#inhoud img {
    -webkit-animation: fadein 2.5s; /* Safari and Chrome */
    -moz-animation: fadein 2.5s; /* Firefox */
    -ms-animation: fadein 2.5s; /* Internet Explorer */
    -o-animation: fadein 2.5s; /* Opera */
    animation: fadein 2.5s;
}
@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}​

/* Stylesheet: 247 Modified On 2016-07-03 21:51:21 */
