@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

body{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

h1{font-size: 20px;}

h2 {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline;
    margin-top: 5px;
}

h3 {
    font-size: 20px;
    margin: 10px 0;
}

h5 {
    text-align: left;
    margin-top: 0;
    color:#999;
}


a {
    color: #00A0DD;
    text-decoration: none;
}

a:focus, a:hover {
    color: #666;
    text-decoration: none;
    outline: none;
}

.banner{
    margin: 5px 0 10px 0;
}

.blue-menu{
   color: #00A0DD;
}

.break{
    margin-top: 20px;
}

.content-box{
    /*box-shadow: 0px 0px 8px #999;*/
    border: 1px solid #eee;
    /*border-radius: 5px;*/
    padding: 10px 15px;
}

.content-pic{
    text-align: center;
    background-color: #eee;
}

.content-foto{
    padding-left: 0;
}

.footer{
     font-size: 12px;
}

.fotocredit{
    font-size: 12px;
}

.head-right{
 line-height: 50px;
}

.header{
    font-size: 28px;
    vertical-align: bottom;
    line-height: 61px;
    text-shadow: 1px 2px 1px #C3C3C3;
}

.img-responsive-image {
    height: auto;
    max-width: 100%;
}

.line{
    border-bottom: 1px solid #00A0DD;
    margin-bottom: 20px;
}

.menu-box{
    box-shadow: 0px 0px 8px #999;
    margin-bottom: 20px;
    padding: 2px 15px;
}

.start-pic{
    max-height: 243px;
}

.rubrik-head{
    font-size: 36px;
}

.space-right{
     padding-right: 15px;
 }


.tag{
    border-radius: 5px;
    background-color: #eee;
    display: inline-block;
    padding: 3px 7px;
    margin: 0px 8px 10px 0px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle;
}

#toTop {
    background: url("/img/to-top.png") no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 25px;
}

#toTop:hover {
    opacity: .6;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

/*navi*/

/*.navbar {
    margin-bottom: 0;
}*/

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.nav>li>a:hover,
.nav > li > .active  {
    /* text-decoration: underline; */
    background-color: transparent;
    box-shadow: 0px 0px 5px #666;
    border: 1px solid #666;


}

.nav>li>a {
    font-size: 16px;
    padding: 12px 0px;
    border: 1px solid #00A0DD;
    margin: 10px 20px 0px !important;
    border-radius: 2px;
    color: #333;
}

/*popup*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 0;
    width: 100%;
    height: 90vh;
    margin: 20px auto;
}
.mfp-bg {
    opacity: 0.9 !important;
}
.search{
    padding: 0px 20px;
}

/*suche*/
.form-control {
    display: inline-block;
    width: 55%;
    height: 33px;
    padding: 6px 12px;
    margin-right: 10px;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}

.search-field{
    text-align: center;
    margin:25px 0px 15px 0px;
}

@media (max-width:991px) {
    .space-right {
        padding-right: 0px;
    }

    .nav>li>a {
        padding: 12px 5px;
        margin: 20px 10px 10px;
    }

    .mobile-margin{
        margin: 0px;
    }

    .header {
        font-size: 21px;
    }
    .content-pic{
        background-color: transparent;
    }
    .rubrik-pic {
        margin: 5px 0px 20px;
				width: 100%;
    }
    .start-pic{
        max-height: 100%;
    }

    .content-foto{
        padding-right: 0;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 21px;
    }
    .header {
        font-size: 19px;
    }

    .navbar {
        margin-bottom: 0;
    }

    .tag {
        margin: 0px 8px 2px 0px;
        font-size: 16px;
    }
}