@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url("../../../../fonts/PlayfairDisplay-Regular.woff2") format('woff2'), url("../../../../fonts/PlayfairDisplay-Regular.woff") format('woff'), url("../../../../fonts/PlayfairDisplay-Regular.ttf") format('truetype');
}

@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: 17px;
}

html {
    scroll-behavior:smooth;
}

.img-responsive-image.logo {
    max-width: 159px;
}

h1 {
    font-size: 22px;
}

.article h1 {
    font-size: 20px;
    margin-top: 40px;
}

h2 {
    font-size: 25px;
    display: inline;
}

h2.headline-article {
    font-size: 25px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 15px;
}

h2.inline {
    font-size: 17px;
    line-height: 27px;
    display: inline;
    hyphens: auto;
}

h2.content {
    font-size: 28px;
    margin-bottom: 10px;
    display: inline;
    margin-top: 5px;
}

h2.inline:not(.last):after {
    content: '\00a0\00a0\007C\00a0';
    color: #e7430f;
}

h3 {
    font-size: 20px;
    margin: 10px 0;
}

h3.block {
    font-size: 20px;
    margin: 10px 0;
}

h5 {
    text-align: left;
    margin-top: 0;
    color:#999;
}

a {
    color: #e7430f;
    text-decoration: none;
}

.brand-colored {
    color: #e7430f !important;
}

.expose {
    display: inline-block;
    height: 100%;
    color: #333;
    margin-bottom: 35px;
}

.expose a {
    color: #333;
}

.expose:last-child {
    margin-bottom: 0;
}

a:focus, a:hover {
    color: #666;
    text-decoration: none;
    outline: none;
}

a article:focus .section-headline, a article:hover .section-headline, .expose a:focus, .expose a:hover {
    color: #e7430f;
}

a.expose.headline-only {
    margin-bottom: 0px;
}

a .content-pic:hover, a .content-pic:focus {
    outline: 1px solid #e7430f;
}

article .section-headline {
    display: block;
    margin-bottom: 25px;
}

article .section-headline.headline-only {
    display: block;
    margin-bottom: 15px;
    margin-top: 0px;
}

article .section-headline.headline-teaser {
    margin-bottom: 10px;
}

article .section-headline.headline-teaser.with-image {
    margin-top: 7px;
}

article .read-further {
    display: block;
    color: #e7430f;
    margin-top: 25px;
}

article .read-further.teaser {
    margin-top: 10px;
}

.menu {
    color: #333;
}

.main-headline {
    color: #e7430f;
}

.break {
    margin-top: 14px;
}

.content-box {
    border: 1px solid #eee;
    padding: 10px 15px;
    margin-bottom: 65px;
}

.content-pic {
    text-align: center;
    background-color: #eee;
    margin-top: 11px;
}

.content-foto {
    float: left;
    width: auto;
    margin-top: 5px;
    padding-left: 0;
    text-align: center;
}

article .content-foto .foto-box {
    display: inline-block;
}

.footer {
    font-size: 12px;
}

.fotocredit {
    font-size: 12px;
    margin-top: 15px;
    text-align: left;
    max-width: 449px;
}

.head-right {
    line-height: 50px;
}

#main-menu {
    margin-top: 35px;
}

.header {
    display: inline-block;
    vertical-align: bottom;
    line-height: 61px;
    text-shadow: 1px 2px 1px #C3C3C3;
}

.header-large {
    font-size: 80px;
    margin-bottom: 30px;
}

.header-small {
    font-size: 20px;
    margin-bottom: 5px;
}

.img-responsive-image {
    height: auto;
    max-width: 100%;
}

.line {
    border-bottom: 1px solid #e7430f;
    margin-bottom: 20px;
}

.menu-box {
    box-shadow: 0px 0px 8px #999;
    margin-bottom: 20px;
    padding: 2px 15px;
}

.start-pic {
    max-height: 300px;
    max-width: 100%;
}

.space-right {
    padding-right: 15px;
}

.teaser {
    font-size: 17px;
}

#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-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 5px;
    border: 1px solid #e7430f;
    margin: 10px 8px 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:1199px) {

    .header-small {
        font-size: 17px;
        margin-left: 181px;
        margin-top: -38px;
    }

    a .content-pic:hover, a .content-pic:focus {
        outline: none;
    }

    .content-foto {
        float: none;
        margin-bottom: 40px;
    }

}

@media (max-width:991px) {

    .img-responsive-image.logo {
        max-width: 151px;
    }

    .header {
        line-height: 58px;
    }

    .header-large {
        font-size: 72px;
        margin-bottom: 28px;
    }

    .header-small {
        font-size: 15px;
        margin-left: 168px;
        margin-top: -37px;
    }

    .space-right {
        padding-right: 0px;
    }

    .nav>li>a {
        padding: 12px 5px !important;
        margin: 0 7px 7px !important;
    }

    .mobile-margin {
        margin: 0px;
    }

    .content-pic {
        background-color: transparent;
        margin-bottom: 35px;
    }

    .content-foto {
        float: left;
        margin-bottom: 0;
    }

}

@media (max-width:768px) {

    .img-responsive-image.logo {
        display: block;
        max-width: 25%;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        line-height: normal;
    }

    .header-large {
        margin-top: 18px;
        font-size: 33px;
        margin-bottom: 18px;
        text-align: center;
        width: 100%;
    }

    .header-small {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 37px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }

    .navbar {
        margin-bottom: 0;
    }

    #next-article {
        float: none !important;
    }

    .content-foto {
        float: none;
        margin-bottom: 40px;
    }

}

@media (max-width:600px) {

    .img-responsive-image.logo {
        max-width: 35%;
    }

}

/* IE10+ CSS styles  */
@media all and (max-width:1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .start-pic { width: 100%; }
}

@media all and (max-width:991px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .start-pic { width: auto; }
}

@media all and (max-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .start-pic { width: 100%; }
}