/* your styles go here */

.bar {
  padding-top:0;
  padding-bottom:0;
}

body {
	color: black;
}

blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
  font-style: italic;
}

blockquote cite:before {
  content: "— ";
}

#top p, #top p a, #top a {
	/* color: #86bfff; */
  color: white;
}

a.link-color {
  color: rgb(70, 127, 191) !important;
}

ul.submenu {
	list-style: none;
	font-weight: bold;
}

/* horizontal */

ul.horizontal {
  list-style: none; 
  display:inline-block; 
}

ul.horizontal li {
  display:inline;  
}

ul.horizontal li:before { content: " | "; }

ul.no-bullets li:before { content: ""; }

.categories.nav-stacked>li>a {
    text-transform: uppercase;	
	padding: 0;
}

ul.tag-cloud li a  {
	text-transform: none !important;
}

figure {
  text-align: center;
}

img.sidebar-banner {
	width: 100%;
}

img.page-banner {
	width: 100%;
}

img.page-height-300 {
  height: 300px !important;
}

img.page-25 {
    max-width: 25% !important;
    border-radius: 9px;
    display: block;
    height: auto;
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

img.page-50 {
    max-width: 50% !important;
    border-radius: 9px;
    display: block;
    height: auto;
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

img.page-75 {
  max-width: 75% !important;
  border-radius: 9px;
  display: block;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


img.page {
	max-width: 100%;
    border-radius: 9px;
    display: block;
    height: auto;
	  display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonials .item .testimonial .text {
    color: #555566;
}

.testimonialslist-avatar {
  width:64px;
}

.testimonialslistitem {
  padding: 8px;
  background-color: rgb(240, 243, 247);
  border-radius: 12px;
}

.home-carousel {
  background: url('../img/water-drops-1466065942ozX.jpg') center center repeat;
}

.home-carousel .dark-mask {
  opacity: 0;
  filter: alpha(opacity=100);
}

.home-carousel p, .home-carousel a, .home-carousel  a.hover, .home-carousel a.focus, .home-carousel  a.active {
  color: white;
}

#heading-aktuelt h2, #heading-aktuelt a {
  color: white;
}

#heading-aktuelt a:visited {
  color: rgb(194, 242, 240);
}

#heading-foredrag-kurser {
  background: url('../img/water-drops-1466065942ozX.jpg') center center repeat;
  color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}

#heading-foredrag-kurser p, #heading-foredrag-kurser h1, #heading-foredrag-kurser h2, #heading-foredrag-kurser h3, #heading-foredrag-kurser h4, #heading-foredrag-kurser a {
  color: white;
}

.box-image-text .image {
  min-height: 200px;
  max-height: 200px;
}

.box-simple {
  min-height: 230px;
}

.box-simple p {
  color: #666666;
}

#heading-breadcrumbs {
  background: url('../img/layout/pexels-photo-339119.jpeg') center center repeat;
  color: white;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bar.background-pentagon {
  background: url('../layout/blue-drops-bw	.png') center center repeat;
}

.bar.background-image-fixed-1 {
//  background: url('../img/kim-haven.jpg') center top no-repeat;
}
.bar.background-image-fixed-2 {
  background: url('../img/kim-haven2.jpg') center top no-repeat;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.alert-strong {
  margin: 20px auto 20px auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.alert-neutral {
  color: black;
  background-color: #dedede;
  border-color: #aabbbb;
}

.alert-blank {
  color: black;
  background-color: #fcfcfc;
  border-color: #aabbbb;
}


.icon {
  font-size: 32px;
}

.trustpilot {
  height: 21px;
}

.testimonial-logo {
  height: 18px;
}

.jumbotron { background-image: url("/img/shiny-black-floating-bubbles.jpg");  }  

figure {
  margin-bottom: 1em;
}

figure figcaption, .imglabel {
  text-align: center;
  font-style: italic;
}

#page-buttons {
  margin-top: 1em;
  text-align: center;
}

div.boldtext p, div.boldtext h1, div.boldtext h2, div.boldtext h3, div.whitetext a {
  font-weight: bold;
}

div.whitetext p, div.whitetext h1, div.whitetext h2, div.whitetext h3, div.whitetext a {
  color: white;
}

.blurred {
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.indhold {
  background-color: lightgrey;
  padding: 1em;  
}

.indhold h1, .indhold h2, .indhold h3, .indhold h4{
}

