@charset "UTF-8";
/* CSS Document */

.main-section h1, .main-section h2, .main-section h3 {
	color:#00375e;
}	


footer .image-below .image-wrap {
    margin-top: 0px;
}

.footer-section {
    margin-top: 0px;
}

.contact-section {
    color: #ffffff;
    margin-top: 0px;
    padding: 30px 0 15px;
    background: #ff8700;
}

/*
@media (min-width: 1075px) {
.main-section {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 300px;
	z-index: 11;
	position:relative;
}

footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}	
}
*/


@media (min-width: 990px) {
	.navbar-main > li > a {
		line-height: 100px;
	}
	
	.navbar-header-main .navbar-brand {
		height: 100px;
		line-height: 100px;
	}
	
	.body-bg-top {
		padding-top: 100px;
	}
}

.contwrap {
  background-size:cover;
  padding:5% 0%;
  max-width: none;
  background-attachment: fixed;
}

@media (max-width: 720px) {
.contwrap {
  background-size:cover;
  padding:5% 0%;
  max-width: none;
  background-attachment: initial;
}
}

.scrolloff {
        pointer-events: none;
    }

.meta-section .copyright {
    text-align: left;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #f2f3f2;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 

.dropdown-menu > li > a {
    padding: 4.5px 15px;
}

.dropdown-header {
    font-size: 17px;
    line-height: 1.55;
    color: #777777;
    font-weight: bold;
  padding: 3px 15px;
}

.inline-label { position: relative }
.inline-label label  { position: absolute; top: 8px; left:30px; cursor: text; color:#000000; }

h1, h2 { position:relative; }

h1.text-center::after {
    border-bottom: 1px solid #00375e;
    bottom: -5px;
    content: "";
    left: 45%;
    position: absolute;
    width: 10%;
}

h2.text-center::after {
    border-bottom: 1px solid #00375e;
    bottom: -5px;
    content: "";
    left: 45%;
    position: absolute;
    width: 10%;
}

.color-overlay {
/*  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); */
  padding:19px;
  color:#fff;
      background-color:rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
  border:none;
}

.color-overlay *:first-child {
    margin-top: 0;
}

.color-overlay *:last-child {
    margin-bottom: 0;
}

.color-overlay h1, .color-overlay h2 {
  color:#fff;
}

.billedtekst-hvid h2, .billedtekst-hvid h3, .billedtekst-hvid div {
  color:#fff !important;
}



.well.imageback {
  padding:0px;
}

.btn {
  margin-bottom: 5px;
}

.btn-success {
    color: #ffffff;
}

.frame.well .btn {margin-bottom:5px}

body.home .well { margin-bottom:0px;}

.panel { border-radius:5px; }

.csc-menu.csc-menu-1.btn-group {
    padding-left: 0;
}

.thumbnail figure {
    margin-bottom: 0;
}

.thumbnail {
    padding: 10px;
}

.thumbnail h3 {
    margin-bottom: 0px;
    margin-top: 10px;
}

.btn-lg {
    font-size: 19px !important;
    line-height: 1.33;
    padding: 20px 105px;
}

.image-well {
  background-attachment: fixed;
  background-size: cover;
    height: 100%;
    width: 100%;
  padding:0px;
}

.image {
    margin-bottom: 0px;
}

.well {
	padding-bottom:0px;
}

.well .well {
    background-color:rgba(0, 0, 0, 0.6);
    margin-bottom: 0;
  border:none;
}

.well .well h1, .well .well h2 {
  color:#FFFFFF;
}

.image-100 {
  padding:30px 0 0 0;
}

.carousel-text p {
    margin-bottom: 0;
}

.carousel-text h1 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.carousel-text h2 {
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.carousel-inner > .item {
    background-size: contain;
    height: 375px;
}

.form-control { border: 1px solid #00375e; border-radius:5px; }
.form-control { border-left: 3px solid #00375e; margin-bottom: 10px !important; }

/* TABELLER */

.table-striped td:nth-child(1), .table-striped th:nth-child(1) {
    width: 60%;
}
.table-striped td:nth-child(2), .table-striped th:nth-child(2) {
    width: 10%;
  text-align:center;
}
.table-striped td:nth-child(3), .table-striped th:nth-child(3) {
    width: 10%;
  text-align:center;
}

.table-striped td:nth-child(4), .table-striped th:nth-child(4) {
    width: 10%;
  text-align:center;
}
.table-striped td:nth-child(5), .table-striped th:nth-child(5) {
    width: 10%;
  text-align:center;
}

.instagram_gallery .thumbnail { position:relative; }

.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

@media screen and (max-width: 860px) {
.carousel-inner > .item {
    background-size: cover;
    height: 250px;
}
}

