

/* contents of /styles/0-fonts.css */

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * © 2024 MyFonts Inc. */



@font-face {
    font-family: "BrouetHandwriting";
    src: url('/styles/fonts/BrouetHandwriting/font.woff2') format('woff2'), url('/styles/fonts/BrouetHandwriting/font.woff') format('woff');
}


/* inter-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/styles/fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('/styles/fonts/inter-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/styles/fonts/inter-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    src: url('/styles/fonts/inter-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* contents of /styles/1-normalize.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none; color: #004D86;}
a:active, a:focus {outline: 0;}

* {
    box-sizing: border-box;
}

img.fr-fil {
    float: left;
}

img.fr-fir {
    float: right;
}

/* contents of /styles/2-basic.css */

/*default {
    color: #706f6f;  --grau
    color: #b2b2b2;  --hellgrau
    color: #9e092f;  --bordeaux

    font-family:'DIN Next W01';
    font-family:'Brouet Handwriting W01';
}*/

html {
}

body {
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    color: rgba(0,0,0,0.85);
    font-weight: 300;
    line-height: 140%;
   /* height: 100%;
    min-height: 100%;*/
    position: relative;
}

a {
    color: #9e092f;
}

strong, b {
    font-weight: 600;
}

h1, h2, h3, h4, h5 {
    font-family: 'Inter', sans-serif;
    position: relative;
    font-weight: 600;
    display: block;
    color: #9e092f;
    line-height: 135%;
}

h1 {
    font-family:'BrouetHandwriting', sans-serif;
    font-size: 37px;
    margin: 0.5em 0 0.3em 0;
    font-weight: 500;
}
h2 {
    font-family:'BrouetHandwriting', sans-serif;
    width: 100%;
    font-size: 28px;
    margin-bottom: 0.25em;
    font-weight: 400;
}

h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}

p {
    margin-bottom: 0.8em;
}
a.document {
    line-height: 30px;
}

a.document img.icon_attachment {
    width: 30px;
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}

.text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0.8em 0;
}

.text ul li {
    padding-left: 1em;
    text-indent: -1em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.text ul li::before {
    content: "> ";
    color: #9e092f;
    margin-right: 5px;
}

.text ol {
    list-style-type: none;
    margin-bottom: 0.8em;
    margin-left: 1.5em;
}
.text ol li {
    counter-increment: count-me;
}
.text ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -1.3em;
    top: .05em;
    color: #9e092f;
    font-weight: 600;
}

.text img {
    display: block;
    width: 100%;
}
span.more{
    font-family:'BrouetHandwriting', sans-serif;
    font-size: 29px;
    color: #9e092f;
    margin-left: auto;
    margin-top: auto;
}

span.more:before{
    background: url("/styles/images/more2.png") no-repeat top left / contain;
    height: 15px;
    width: 15px;
    content: '';
    display: inline-block;
}

.content {
    position: relative;
    clear: both;
    width: 95%;
    max-width: 960px;
    margin: 0 auto;
}

/*******************************************/
/* Header-Bereich
/*******************************************/
header {
    width: 100%;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    flex-basis: auto;
}
header nav {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
}
header a#logo {
    width: 200px;
    display: inline-block;
    margin: 15px 0;
}

header a#logo img {
    display: block;
    width: 100%;
}
header ul {
    display: none;
}
header .content {
    text-align: center;
    margin-bottom: 30px;
}
/*******************************************/
/* Responsive-Navigation
/*******************************************/

a#offcanvas-menu {
    display: block;
    width: 30px;
    margin: auto 0 auto auto;
    height: 30px;
}


a#offcanvas-menu span.bar {
    background-color: #9e092f;
    display: block;
    float: left;
    height: 2px;
    margin-left: 0;
    margin-top: 6px;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#offcanvas-menu.toggled span:first-child {
    transform: translateY(8px) rotate(45deg);
}

#offcanvas-menu.toggled span {
    transform-origin: center center 0;
}

#offcanvas-menu.toggled span:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#offcanvas-menu.toggled span:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.sidr-open #sidr-body-overlay {
    display: block;
}

#sidr-body-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999998;
}


.sidr {
    background: #706f6f none repeat scroll 0 0;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-family:'Meta W01 Condensed Normal', sans-serif;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 999999;
    padding-top: 15px;
}

.sidr ul {
    border: 0 none;
}

.sidr ul li {
    border: 0 none;
    line-height: 40px;
}

.sidr ul li a, .sidr ul li span {
    color: #FFFFFF;
    display: inline-block;
}
.sidr ul li.indent {
    padding-left: 30px;
}

.sidr ul li a span {
    padding: 0;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
    box-shadow: none;
}


.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li.selected {
    border-top: 0 none;
    line-height: 40px;
    background-color: #9e092f;
}

/*******************************************/
/* Grid
/*******************************************/

.grid {
    width: calc(100% + 30px);
    display: flex;
    flex-basis: auto;
    margin-left: -30px;
}

.grid.row {
    flex-direction: row;
}

.grid.column {
    flex-direction: column;
}

.grid.wrap {
    flex-wrap: wrap;
}

.grid .item {
    margin-left: 30px;
    /*margin-right: auto;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    align-items: flex-start;
}

.grid .item.half {
    width: calc( 100% - 30px );
    margin-left: 30px;
}

/*******************************************/
/* List
/*******************************************/

.list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 30px;
}

.list a.list-item {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.list a img {
    width: 100%;
    display: block;
    margin-bottom: 0.7em;
}

.list a p {
    color: rgba(0,0,0,0.85);
}

.list a span {
    display: inline-block;
    margin-left: auto;
}

/*******************************************/
/* Slides
/*******************************************/

.swiper-wrapper {
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
    flex-basis: auto;
    height: auto;
}
.swiper-container {
    overflow: hidden;
    width: 100%;
}

.swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-basis: auto;
    align-items: stretch;
    overflow: hidden;
}

#slider .swiper-slide {
    background-color: #FFFFFF;
}

.swiper-slide img {
    margin: auto !important;
    display: block;
    width: 100%;
}

.swiper-slide .slide-text {
    margin-top: -30px;
    z-index: 999;
    width: 80%;
    margin-left: auto;
    font-size: 20px;
}
.swiper-slide .slide-text p img {
    position: absolute;
    height: 60px;
    width: 60px;
    right: calc((100vw - 960px) /2);
    top: 0;
}
.swiper-slide .slide-text .title{
    color: #9e092f;
    background-color: rgba(255,255,255,0.5);
    height: 30px;
    line-height: 30px;
    display: block;
    font-style: normal;
    font-weight: 300;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.swiper-slide .slide-text p {
    padding: 10px 10px;
    padding-right: calc((100vw - 960px) /2);
    color: #FFFFFF;
    background-color: #9e092f;
    position: relative;
    font-size: 18px;
    line-height: 130%;
}

.swiper-nav {
    width: 120px;
    left: calc((100% - 120px) /2);
    position: absolute;
    top: 69%;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%239e092f;' points='124.9,13.3 144.8,33.1 44.8,133 144.8,233 124.9,252.8 5.2,133 '/%3E%3C/g%3E%3C/svg%3E ");
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 265' style='enable-background:new 0 0 150 265;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%239e092f;' points='25.1,252.8 5.2,233 105.2,133 5.2,33.1 25.1,13.3 144.8,133 '/%3E%3C/g%3E%3C/svg%3E%0A");
}



/*******************************************/
/* Inhalts-Bilder
/*******************************************/

.image-wrapper img {
    margin-bottom: 0 !important;
}

.image-wrapper p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
}

.fr-dib {
    width: auto;
    max-width: 100%;
    display: block;
    float: none;
    margin: 20px 0 20px 0;
}

.fr-dii {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

/*******************************************/
/* Section
/*******************************************/

hr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    padding-left: -15px;
    padding-right: -15px;
    border: none;
    border-top: 1px solid #dadada;
}
section.page {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
section.contact .content.body {
    margin-top: 0;
}
section .content.body {
    margin-top: 2em;
    margin-bottom: 2em;
}
/*******************************************/
/* Gallery
/*******************************************/

#gallery {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-bottom: 35px;
}

#gallery .item {
    width: calc(33.33% - 15px);
    margin-left: 15px;
    margin-top: 15px;
}

#gallery .item  img{
    width: 100%;
}


/*******************************************/
/* Page intro
/*******************************************/

.intro-image {
    width: 100%;
    min-height: 180px;
    position: relative;
    text-align: center;
    background: transparent;
}

.intro-image-caption {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
    padding: 180px 0 0 2%;
    font-size: 1.8em;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 2px;
    color: white;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}
.page .divider-image {
    display: block;
    margin-bottom: 30px ;
}
/*******************************************/
/* List
/*******************************************/

.news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 30px;
}
.news-list-wrap h1 {

}
.startseite h1:before,
.offer-wrap h1:before,
.news-list-wrap h1:before {
    background: url("/styles/images/title.png") no-repeat top left / contain;
    height: 37px;
    width: 38px;
    content: '';
    display: inline-block;
    margin-right: 17px;
    margin-top: 2px;
}
.news-list a.list-item {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}
.news-list a.list-item .text {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
.news-list a img {
    width: 100%;
    display: block;
    margin-bottom: 0.7em;
}

.news-list a p {
    color: rgba(0,0,0,0.85);
}

.news-list a span {
    display: inline-block;
    margin-left: auto;
}


.event-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-top: 30px;
}
.event-list-wrap h1 {

}
.event-list-wrap h1:before {
    background: url("/styles/images/title.png") no-repeat top left / contain;
    height: 37px;
    width: 38px;
    content: '';
    display: inline-block;
    margin-right: 17px;
    margin-top: 2px;
}
.event-list a.list-item {
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
}
.event-list a.list-item .text {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}
.event-list a img {
    width: 100%;
    display: block;
    margin-bottom: 0.7em;
}

.event-list a p {
    color: rgba(0,0,0,0.85);
}

.event-list a span {
    display: inline-block;
    margin-left: auto;
}


/*******************************************/
/* Form                                    */
/*******************************************/
#newsletter-subscribe {
    margin: 30px 0;
}
form h3 {
    margin-bottom: 0.5em;
}

form#kontaktformular .item {
    flex-direction: column;
}
form {
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.1);
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 520px;
    margin: 60px auto 0 auto;
}
form .half {
    width: calc(50% - 12.5px);
}
form .half:nth-of-type(2) {
    margin-left: auto;
}

label {
    width: 100%;
    float:left;
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 3px;
}

label.required:after {
    content:"*";
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}

/*!* remove standard-styles *!
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    !* appearance: none; *!
    border-radius: 0;
}

!* hide browser-styling (arrow) in IE10 *!
select::-ms-expand {
    display:none;
}

.lt-ie10 select {
    background-image: none;
}

select {
    background: rgba(109,110,94,0.1) url("/styles/images/select-arrow.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}

select:focus {
    background: rgba(109, 110, 94, 0.1) url("/styles/images/select-arrow-active.png") no-repeat scroll right center / 23px auto;
    margin-bottom: 10px;
}*/

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea,
select {
    font-size: 16px;
    font-weight: 300;
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 35px;
    margin-left: 0;
    padding: 5px 6px;
    margin-bottom: 10px;
    border-radius: 6px;
    color: rgba(0,0,0,0.85);
    border: 1px solid rgba(0,0,0,0.3);
}

select:focus,
input:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #9e092f !important;
}

form div.checkbox {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

form div.small {
    width: 100%;
    padding-top: 5px;
}

form input.error, form textarea.error {
    border: 1px solid rgba(219,8,18,1);
}

form input.checkbox-type {
    width: 60%;
}

form input[type="checkbox"] {
    margin-left: 0;
}
.form-wrap {
    margin-top: 30px;
}
.form-wrap h3 {
    margin-bottom: 10px;
}
label.checkbox input {
    display: none;
}

label.checkbox span {
    border: 1px solid ;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    position: relative;
    width: 18px;
}
select.error,
label.checkbox.error span {
    border: 1px solid rgba(219,8,18,1);
}

label.checkbox i {
    padding-left: 7px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    display: inline-block;
    width: calc(100% - 28px);
}

[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    color: #6d6e62;
    top: -5px;
    left: 1px;
}

[type=checkbox]:checked + label.checkbox span {
    border: 0.5px solid #6d6e62;
}

textarea {
    height: 175px !important;
}
a.button,
button {
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 12px 18px;
    color: #FFFFFF;
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #9e092f;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 6px;
}
a.button.active,
a.button:hover,
button.active,
button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

button:disabled{
    cursor: not-allowed;
}
button:disabled:hover {
    -webkit-transform: none;
    transform: none;
}

button.prev-next{
    margin-top: auto;
}

span.validatormessage {
    color: rgba(219,8,18,1);
    display: block;
    margin-top: -10px;
}

.checkbox span.missing {
    color: rgba(219,8,18,1);
    display: block;
    margin-left: 29px;
}
/*******************************************/
/* Map
/*******************************************/
.maps {

}
.maps iframe{
    width: 100%;
    height: 430px;
    pointer-events: none;
    display: block;
}
/*******************************************/
/* Divider
/*******************************************/

.divider-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 30px 0;
    border-top: 5px solid #9e092f;
    border-bottom: 5px solid #9e092f;
}
.divider-wrap img.divider-bg {
    grid-area: 1 / 1 / 2 / 3;
    width: 100%;
}

.divider-wrap .text-wrap {
    grid-area: 2 / 1 / 3 / 3;
    background-color: rgba(255,255,255,0.5);
    padding: 2.5%;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.divider-wrap .text h2 {
    font-family:'BrouetHandwriting', sans-serif;
    text-transform: none;
    font-size: 39px;
    margin-bottom: 0;
}

.divider-wrap .text {
    margin-top: auto;
    max-width: 465px;
    margin-bottom: 10px;
}

.divider-wrap .text span.more{
    display: block;
    margin-top: 10px;
    margin-left: 0;
}


/*******************************************/
/* Quote
/*******************************************/

.quote-wrap {
    background-color: #9e092f;
    display: flex;
    width: 100%;
}

.quote-wrap .quote {
    font-size: 29px;
    font-family: serif;
    font-style: italic;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    margin: 50px auto;
}
.quote-wrap blockquote {
    width: 80%;
    margin: 0 auto;
    line-height: 130%;
}
.quote-wrap .quote span.author {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
.quote-wrap img {
    width: 60px;
    height: 60px;
}

.quote-wrap .quote img.before {
    margin-bottom: auto;
}

.quote-wrap .quote img.after {
    margin-top: auto;
}


/*******************************************/
/* Footer
/*******************************************/

footer {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 2em;
    margin-top: 60px;
    text-align: center;
}

footer .grid {
    max-width: 960px;
    margin: 0 auto;
    flex-direction: column;
}
footer .item.footer {
    width: calc(100%);
    flex-direction: column;
    align-content: flex-end;
    margin-bottom: 0;
    margin-top: auto;
    margin-left: 0;
}
footer .item.footer:nth-of-type(2) {
    margin-left: auto;
}
footer ul li {
    display: inline-block;
}
footer ul {
    margin-bottom: 0.8em;
}
footer ul li a {
    color: rgba(0,0,0,0.85);
    font-size: 15px;
}
footer ul li:after {
    content: ' •';
}
footer ul li:last-of-type:after {
    content: '';
}
footer ul li:hover a {
    color: #9e092f;
}

footer ul li.selected a {
    color: #9e092f;
}

footer div.item p.info {
    font-size: 13px;
}

footer div.item p span.name {
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
footer div.item p span.glyphicons:before {
   padding: 3px 6px 3px 2px;
    color: #9e092f;
}
footer div.item p a {
    display: inline-block;
    line-height: 23px;
    margin-right: 20px;
    color: rgba(0,0,0,0.85);
}

footer .item.footer img.footer-logo{
    width: 70%;
    display: block;
}

/* contents of /styles/3-tablet-portrait.css */

@media (min-width: 768px) {

    /*******************************************/
    /* Inhalts-Bilder
    /*******************************************/

    .fr-dii.fr-fil {
        float: left;
        margin: 0 20px 0 0;
    }

    .fr-dii.fr-fir {
        float: right;
        margin: 0 0 0 20px;
    }

    header a#logo {
        width: 280px;
    }

    /*******************************************/
    /* Page intro
    /*******************************************/

    .intro-image {
        min-height: 380px;
    }

    .intro-image-caption {
        padding: 380px 0 0 2%;
    }
}

/* contents of /styles/4-tablet.css */

@media (min-width: 960px) {

    header nav {
        width: 960px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: auto;
    }

    header a#logo {
        width: 330px;
        margin: 35px 0 10px 0;
    }

    a#offcanvas-menu {
        display: none;
    }

    header ul {
        display: inline-block;
        text-transform: uppercase;
    }
    header ul li {
        display: inline-block;
        margin-left: 10px;
    }

    header ul li a {
        color: #706f6f;
    }

    header ul li:hover a {
        color: #9e092f;
    }

    header ul li.selected a {
        color: #9e092f;
    }

    header ul li a img.social {
        width: 22px;
    }

    header ul.top-nav {
        width: calc(100% - 330px);
        text-align: right;
        margin-top: 15px;
        margin-bottom: auto;
        font-size: 15px;
    }

    header ul.top-nav li.xing {
        /*margin-left: 0;*/
    }
    header ul.top-nav li {
        height: 24px;
        vertical-align: middle;
    }

    header ul.main-nav {
        width: 100%;
        text-align: right;
        font-size: 20px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    header ul.main-nav li a {
        font-size: 20px;
    }
    header ul.main-nav li a:before {
        color: #FFFFFF;
        content: '●';
        margin-right: 2px;
    }

    header ul.main-nav li:hover a:before,
    header ul.main-nav li.selected a:before {
        color: #9e092f;
        content: '●';
        margin-right: 2px;
    }

    /*******************************************/
    /* List
    /*******************************************/

    .list a.list-item {
        width: calc(33.33% - 30px);
        margin-left: 30px;
    }

    .event-list,
    .news-list {
        flex-direction: column;
    }

    .event-list a.list-item,
    .news-list a.list-item {
        width: calc(100% - 30px);
        margin-left: 30px;
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .event-list a img,
    .news-list a img {
        width: calc(33.33% - 30px);
        margin-right: 30px;
        margin-left: 0;
    }

    .event-list a .text,
    .news-list a .text {
        width: 66.66%;
    }


    .swiper-button-next,
    .swiper-button-prev {
        width: 47px;
        height: 64px;
        top: 70%;
        display: block;
    }

    .divider-wrap .text {
        align-items: flex-start;
        margin-top: 30px;
    }

    .divider-wrap img.divider-bg {
        grid-area: 1 / 1 / 2 / 3;
        width: 100%;
        display: block;
    }

    .divider-wrap .text-wrap {
        grid-area: 1 / 2 / 2 / 3;
        background-color: rgba(255,255,255,0.5);
        padding: 30px;
        display: flex;
        flex-direction: column;
        flex-basis: auto;
    }

    .divider-wrap .text h2 {
        font-family:'Nothing You Could Do', sans-serif;
        text-transform: none;
        font-size: 39px;
        margin-bottom: 0;
    }

    .divider-wrap .text span.more{
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }


    form#kontaktformular{
        display: flex;
        flex-direction: row;
        flex-basis: auto;
        flex-wrap: nowrap;
        width: calc(100% + 30px);
        margin-left: -30px;
    }

    form.grid .item.half {
        width: calc(50% - 30px);
        margin-left: 30px;
    }

    footer .grid {
        flex-direction: row;
    }
}

/* contents of /styles/5-desktop.css */

@media (min-width: 1200px) {

}

/* contents of /styles/6-editor.css */

span.fr-video {
    display: inline-block;
    position: relative;
    padding-bottom: 56.25%; /* ratio 16x9 */
    overflow: hidden;
    width: 100%;
    height: auto;
}

span.fr-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.text .quote:before {
    color: #ffffff;
    content: open-quote;
    font-size: 1.8em;
    line-height: 0.1em;
    margin-right: 0.1em;
    vertical-align: -0.3em;
}

.text .quote:after {
    color: #ffffff;
    content: close-quote;
    font-size: 1.8em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.35em;
}
.text .quote {
    font-size: 1.3em;
    font-style: italic;
    line-height: 135%;
    margin: 0;
    padding: 0.2em 0 0.2em;
    quotes: "“" "”" "‘" "’";
    width: 100%;
    position: relative;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    margin-bottom: 10px;
    float:left;
}*/


/* contents of /styles/7-print.css */

@media print {

}