@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700');
body {
    background: #fff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #585858;
    font-size: 15px;
    font-weight: 300;
}
.violet {
    color: #9d426b;
}
a {
    color: #585858;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
a:hover {
    color: #888;
    text-decoration: none;
}
strong {
    font-weight: 500;
}
/* ----- Header ----- */

.pageHeadline{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.header .navbar-nav {
    margin-bottom: 0;
    text-align: center;
}
.header .navbar-header {
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar h1 {
    float: left;
    margin: 0;
    text-align: left;
}

.navbar a.navbar-brand {
    height: 90px;
    width: 200px;
    padding: 5px 0;
    margin-left: 30px!important;
}

.logo img{
    height:90px;
    margin-left: 30px;
}
.navbar ul.navbar-nav {
    font-size: 10px;
    text-transform: uppercase;
}
.navbar ul.navbar-nav li a {
    padding: 0px;
    color: #585858;
    text-shadow: none;
    text-align: center;
}

.navbar ul.navbar-nav li.current-page a {
    padding-top: 0px;
    border-top: 5px solid #9d426b;
    background: #f1f1f1;
}

@media (min-width: 768px) {
    .logo img{
        height: 100px;
        margin-top: -10px;
        margin-left: 0;
    }
    .navbar ul.navbar-nav li a {
        padding: 25px 15px 10px 15px;
        margin-top: 0px;
    }
    .navbar ul.navbar-nav li.current-page a {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .logo img{
        height: 120px;
        margin-top: -10px;
    }
    .navbar ul.navbar-nav li a {
        padding: 25px 15px 13px 15px;
        margin-top: 17px;
        font-size: 14px;
    }
    .navbar ul.navbar-nav li.current-page a {
        padding-top: 20px;
    }
}
.navbar ul.navbar-nav li a:hover, .btn:hover {
    background: #9d426b;
    color: #fff;
}
.navbar ul.navbar-nav li a i {
    line-height: 35px;
    color: #a3a3a3;
}
.navbar ul.navbar-nav li a:hover i {
    color: #fff;
}

.navbar .glyphicon{
    font-size: 1.3em;
}

.navbar-default, .navbar {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 0;
    background-color: #ffffff!important;
}
.navbar-toggle{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #9d426b;
}

.flag{
    float: right;
    font-size: 13px;
}

.flag a{
    color: #9d426b;
}

/* Home Page Carousel */

header.carousel {
    height: 400px;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.95;
}
.carousel-caption {
    text-align: right!important;
    color: #fff;
    right: 5%;
    left: 0%;
    bottom:200px;
    text-shadow: 2px 1.5px 2px #222;
}
.carousel-caption h1{
    font-weight: 500;
    font-size: 50px;

}
.carousel-caption h3{
    font-weight: 500;
    margin-top: 10px;
}
.carousel-control.right,
.carousel-control.left{
    background-image: none;
    width: 10%;
}
header{
    margin-bottom: 40px;
}

/* ----- index ----- */

.btn .btn-default:hover{
    color:red;
}

/* ----- roomPrice ----- */

.roomSideImg img {
    margin-bottom: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#roomImg {
    clear: both;
    text-align: center;
    margin-top: 20px;
}
#roomImg img {
    min-width: 75px;
    width: 7%;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#links img{
    margin-bottom: 5px;

}
#roomImg a:hover,
#links a:hover,
.galleryImg img:hover{
    opacity: 0.8;
}
.generalInfo {
    padding-right: 15px;
    padding-left: 15px;
}
.roomInfo {
    padding: 15px 0 15px 15px;
    clear: both;
}
/* ----- reservation ----- */

.reservationsForm {

}

/* ----- galleri ----- */

.galleryImg{
    margin-bottom: 40px;
}

.galleryImg img{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}

#test img{
    display: none;
}

/* ----- webshop ----- */
#webshopFrame{
    background-image: url("../img/loading.gif");   
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 75px;
}

/* ----- contact ----- */

/* ----- Footer ----- */

footer{
    text-align: center;
    margin-top: 25px;
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05) inset;
    margin-top: 50px;
}
.postAdresse a:link {
    text-decoration: none;
    color: inherit;
}
.postAdresse a:visited {
    text-decoration: none;
    color: inherit;
}
.postAdresse a:hover {
    text-decoration: none;
    color: inherit;
}
.postAdresse a:active {
    text-decoration: none;
    color: inherit;
}
.social{
    text-align: center;
}

.social:hover{
    opacity: 0.8;
}
.facebookLogo{
    margin-top: 35px;
    margin-bottom: 10px;
}
footer .widget p {
    line-height: 24px;
    font-size: 14px;
}
address {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    footer .widgetLeft {
        margin-top: 20px;
        text-align: left;
        display: table-cell;
        vertical-align: bottom;
        float: left;
    }
    footer .widgetRight {
        margin-top: 110px;
        display: table-cell;
        vertical-align: bottom;
        float: right;
    }
    footer .widgetRight img {
        float: right;
    }
    footer .copyRight{
        clear: both;
        padding-top: 10px;
    }
    .facebookLogo{
        margin-top: 0;
        padding-bottom: 25px;
    }