/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.4;
    color: #FFF;
}
#f-text p{
    text-align: center;
}
.col-lg-6 p {
    margin: 0 -27px 10px;
}
hr {
    max-width: 300px;
    border-color: #999999;
}
#wrap{
 margin-top: 70px;
}
.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.navbar .container{
        padding-left: 0px;
}
#wrap .container{
       z-index: 1;
}
.brand-hold{
background: rgba(75, 31, 45, 0.9);
    width: 77.8%;
    margin: 0 90px;
    position: absolute;
    top: 197px;

}
.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: none;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 2.66666em;
}

.tagline-divider {
    margin: 3px auto 8px;
    max-width: 780px;
    border-color: #999999;
}

.box {
  margin-bottom: 20px;
    padding: 15px 20px;
        background: #45b382;
  }

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
        background: #45b382;
        overflow: visible;
    margin-bottom: -19px;
}

footer p {
    margin: 0;
    padding: 20px 0;
    color:#FFF;
}
footer p:first-child {
    margin: 0;
    padding: 15px 40px 0;
    color:#FFF;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
        margin-bottom: 35px;
        margin-top: 10px;
    }
      footer .img-left {
        float: left;
        margin-top: 70px;
    }
    .img-right {
        float: right;
        margin-top: 70px;
    }
    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
       background: #92cfc8;
    }

    .nav li a {
            padding: 12px 20px;
            text-transform: uppercase;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.2em;
    }
}
@media (min-width: 992px) {
            .nav>li>a {
             padding: 15px 10px;

    }

}
@media (max-width: 993px) {
            .nav>li>a {
        padding: 15px 3px;
        font-size: 11px;
    }
    }
    @media (max-width: 767px) {
  .nav>li>a {
        padding: 05px 25px;
    }
}
@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media screen and (min-width:993px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
@media screen and (min-width:768px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
#wrap .box{
    border-style: solid;
    -webkit-border-image: 
      -webkit-gradient(linear, 0 100%, 0 0, from(#FFFBF5), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: 
      -webkit-linear-gradient(bottom, #FFFBF5, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
      -moz-linear-gradient(bottom, #FFFBF5, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-image:
      -o-linear-gradient(bottom, #FFFBF5, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
      linear-gradient(to top, #FFFBF5, rgba(0, 0, 0, 0)) 1 100%;
}
.wrapbox .box {
    background:#92cfc8;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: Grey;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #828282;
  background-color: #transparent;
}
#beskedbox{
    z-index: 1000;
position: fixed; 
bottom: 0px; 
right: 0px;
}
#beskedbox p{
    color:#000;
text-align: left;
font-size: 1em;
font-weight: 900;
line-height: 1; 
    display: table-cell;
    vertical-align: inherit;
}
#beskedbox p:last-child{
text-align: right;
font-size: 2em;
font-weight: 900;
line-height: 1; 
    display: table-cell;
    vertical-align: inherit;
    padding-left: 150px;
    padding-top: 3px;
}
#beskedbox .btn{
    background-color: #557073;
    width: 300px;
    border-top: solid black;
    border-left: solid black;
    border-right: solid black;

    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;

}
#beskedbox .btn:hover{
    background-color: #FFFBF5;
    border-top: solid black;
    border-left: solid black;
    border-right: solid black;

    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;

}
.header {
    background: #92cfc8;
    border-bottom: solid 1px #fff;
    height: 53px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.carousel {
    position: relative;
    padding: 0 5px;
}
 .animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}
.back-to-top {
    border: solid 1px white;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
      z-index: 99999;
}
.row .chou{
    margin-top: 35px;
}
.form-control::-webkit-input-placeholder { color: #000; }
.form-control:-moz-placeholder { color: #000; }
.form-control::-moz-placeholder { color: #000; }
.form-control:-ms-input-placeholder { color: #000; }

#navn{
    height: 34px;
}
#mail{
    height: 34px;
}
#besked{
    height: 34px;
}
#pdflink {
    margin-top: 30px;
}
#google_translate_element{
float: right;
}
footer .container .row ul{
    float: left;
    text-decoration: none;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
footer .container .row .col-md-4 {
    width: 33.33333333%;
    border-left: solid 1px;
    height: 150px;
}
#par{
    margin-top: 70px;
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    .active {
    color: Black!important;
}
footer .container .row .col-md-7 ul li a, .col-md-4 ul li a{
text-decoration: underline;
}