/* crimson-text-regular - latin */
@font-face {
    font-family: 'Crimson Text';
    font-style: normal;
    font-weight: 400;
    src: url('/site/templates/fonts/crimson-text-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/site/templates/fonts/crimson-text-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/site/templates/fonts/crimson-text-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/site/templates/fonts/crimson-text-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/site/templates/fonts/crimson-text-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/site/templates/fonts/crimson-text-v19-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* merriweather-regular - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('/site/templates/fonts/merriweather-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/site/templates/fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/site/templates/fonts/merriweather-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/site/templates/fonts/merriweather-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/site/templates/fonts/merriweather-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/site/templates/fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/site/templates/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/site/templates/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/site/templates/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/site/templates/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/site/templates/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/site/templates/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Veneer';
    src: url('/site/templates/fonts/Veneer.woff2') format('woff2'),
    url('/site/templates/fonts/Veneer.woff') format('woff');
    url('/site/templates/fonts/Veneer.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
    font-size: 1em;
}

body {
    color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    margin: 0 !important;
    overflow-x: hidden;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-family: 'Veneer', sans-serif;
    letter-spacing: 1px !important;
}

h3, .h3 {
    line-height: 34px;
}

.h4, h4 {
    line-height: 28px;
}

.clear {
    clear: both;
}

.btn-primary {
    background-color: #d10018;
    border-color: #d10018;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #850110;
    border-color: #850110;
}

a {
    color: #d10018;
    transition: all 1s ease;
}

blockquote {
    font-style: italic;
    /*font-family: 'Crimson Text', serif;*/
    font-family: 'Merriweather', serif;
}

.clear40 {
    clear: both;
    height: 40px;
}

td {
    vertical-align: top;
    padding-bottom: 10px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #080808;
}

.navbar-wrapper {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.navbar-brand {
    position: absolute;
    top: -78px;
}

.navbar-brand img {
    width: 200px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -25px;
}

.navbar-nav {
    margin-left: 200px;
}

.navbar-nav > li > a {
    font-size: 0.9em;
    padding: 15px 10px;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.8);
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .active > a {
    background-color: #d10018;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #999;
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 600px;
    margin-bottom: 20px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    /*
    left: 0;
    right: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, .5);
    */
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 600px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}

.social-button {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.social-button + div {
    padding-top: 20px;
}

.social-button > .row {
    display: flex;
    align-items: center;
}

.social-button > .row > div:first-child {
    display: flex;
}

.social-button > .row > div:last-child {
    display: flex;
    justify-content: flex-end;
}

.social-button a {
    margin-right: 15px;
}

.social-button .fa {
    font-size: 64px;
}

.social-button .facebook {
}

.social-button .facebook a {
    color: #4965b5;
}

.social-button .facebook a[role=button] {
    color: #fff;
}

@media (max-width: 900px) {
    .social-button > .row {
        flex-wrap: wrap;
    }

    .social-button a {
        font-size: 15px;
    }
}

/* MARKETING CONTENT
-------------------------------------------------- */

section.marketing {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.marketing .img-circle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
}

section .marketing .btn.btn-primary {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.marketing h2 {
    font-weight: normal;
    font-size: 21px;
    width: 85%;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 2px solid #d10018;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

section.marketing p {
    padding: 0 20px;
}

section.marketing .col-md-3,
section.marketing .col-md-4 {
    margin-bottom: 90px;
    text-align: center;
    min-height: 0;
}

section.marketing a.zoomify {
    height: 100%;
}

@media (max-width: 767px) {
    section.marketing {
        padding-top: 30px;
    }

    section.marketing .col-md-4 {
        margin-bottom: 60px;
        text-align: center;
        min-height: 0;
    }
}

/* Center align the text within the three columns below the carousel */
div.marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
    min-height: 530px;
}

div.marketing h2 {
    font-weight: normal;
    font-size: 22px;
}

div.marketing .col-md-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.news-list .fancybox-title-over-wrap.col-md-4 > a.btn {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 75%;
}

.fancybox-title-over-wrap {
    background: rgba(0,0,0,.5);
    width: 100%;
}

.two-columns {
    column-count: 2;
    column-gap: 30px;
}

.img-circle {
    border-radius: 15px;
    /*box-shadow: 0 0 5px #555555;*/
    height: auto;
    margin: 0 auto;
    /*width: 85%;*/
}

.featurette-image {
    border-radius: 15px;
    /*box-shadow: 0 0 5px #555555;*/
}

.featurette ul, .featurette ol {
    padding-left: 20px;
}

.featurette ul li {
    list-style: none;
    padding: 0.5em 0;
}

.featurette ul li:before {
    content: "\f00c";
    color: #d10018;
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

#page-1038 .featurette ul li:before {
    content: '';
}

#page-1219 .featurette ul li:before,
#page-1239 .featurette ul li:before,
#page-1047 .featurette ul li:before,
#page-1050 .featurette ul li:before {
    content: "\f08e";
    color: #d10018;
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 0; /* Space out the Bootstrap <hr> more */
}

hr.featurette-divider {
    border-color: #ccc;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.container-fluid.footer-1 {
    background-color: #eee;
    margin-top: 40px;
    padding: 20px;
}

.container-fluid.footer-2 {
    background-color: #ddd;
    padding: 20px;
}

.highlight {
    color: #d10018;
}

.stoerer-fuetterungen {
    position: absolute;
    right: 0;
    top: -72px;
    z-index: 9999;
    display: none;
}

.featurette ul li:before {
    content: "\f0a9";
}

.featurette ul.sitemap li.no-image:before {
    content: '';
}

.btn-fuetterung {
    /*display: none;*/
}

video {
    background-color: #000;
}

.MarkupPagerNavOn > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    /*background: #ddd none repeat scroll 0 0;*/
}

#page-1037 img {
    border-radius: 0;
    box-shadow: none;
}

.fa-facebook-official {
    font-size: 30px;
}

a.fancy::before {
    font-family: "FontAwesome", sans-serif;
    content: "\f055";
    display: none;
}

a.fancy:first-child::before {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 30px;
    left: 20px;
    position: absolute;
}

.MarkupPagerNavOn a span {
    color: #d10018;
}

p.featurette-heading {
    font-size: 20px;
}

.embed-responsive.embed-responsive-16by9 {
    border: 5px solid #ccc;
    border-radius: 15px;
}

.embed-responsive.embed-responsive-16by9:hover {
    opacity: 0.75;
    cursor: pointer;
}

.stoerche {
    align-items: center;
    display: flex;
}

.stoerche img {
    margin-right: 20px;
}

a.zoomify {
    display: block;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
}

a.zoomify img {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

a.zoomify img:hover, a.zoomify img:focus {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#page-1035 table td + td {
    text-align: right;
}

.news-nav .fa {
    font-size: 32px;
}

@media (min-width: 1023px) {
    .flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.flex > div {
    flex: 1;
    justify-content: space-around;
    text-align: center;
    margin: 15px;
}

.flex > div > a {
    position: relative;
    margin-bottom: 30px;
}

.flex > div > a > .btn.btn-default {
    position: absolute;
    bottom: 15px !important;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
}

.news-list > div {
    background-color: #f5f5f5;
    border-radius: 15px;
}

.news-list > div > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: transparent;
}

.news-list > div > a > .news-img > picture > img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.news-list > div > a > .news-content {
    flex-grow: 1;
}

.news-list .col-sm-6.col-md-4 {
    padding: 1%;
    margin-bottom: 60px;
    position: relative;
    min-height: auto;
    float: none;
}

.flex .news-content {
    padding: 15px;
    margin-bottom: 30px;
}

/* RESPONSIVE CSS */

@media (min-width: 768px) {
    h2.featurette-heading {
        line-height: 40px;
        border-bottom: 2px solid #d10018;
        margin-bottom: 30px;
    }

    h3.featurette-heading, .h3.featurette-heading {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 992px) {
    section.marketing h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .carousel {
        height: 75vh;
    }

    .carousel .item {
        height: 75vh;
    }

    .social-button a {
        font-size: 11px;
    }

    .two-columns {
        column-count: unset;
        column-gap: 0;
    }

    section.marketing h2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (min-width: 1200px) {
    .stoerer-fuetterungen {
        display: block;
    }

    h2.featurette-heading {
        line-height: 40px;
        border-bottom: 2px solid #d10018;
        margin-bottom: 30px;
    }

    h4.featurette-heading {
        line-height: 40px;
        border-bottom: 2px solid #d10018;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse.collapse.in {
        background: #fff none repeat scroll 0 0;
    }

    .navbar-wrapper .navbar {
        /*background-color: #888;*/
    }

    .navbar-nav {
        margin-left: 0;
    }

    .btn-fuetterung {
        display: block;
    }
}

@media (min-width: 1200px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        top: 72px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 1200px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .container-fluid.social-button {
        /*margin-top: 150px;*/
    }

    .footer-1 .col-md-4 {
        border-top: 1px solid #ccc;
        min-height: inherit;
        padding-top: 40px;
    }
}

@media (min-width: 600px) and (max-width: 1023px) {
    .marketing .col-md-4 {
        margin-bottom: 20px;
        min-height: 760px;
        text-align: center;
    }
}

@media screen and (min-width: 1921px) {
    html {
        background: #fff;
    }

    body {
        width: 1920px;
        margin: 0 auto;
        box-shadow: 0 0 15px #000;
        position: relative;
    }

    .container-fluid {
        padding: 0;
    }

    .navbar-default {
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }
}
