/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v27-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v27-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin:0;
    padding:0;
    color: rgba(65, 65, 67, 1.0);
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

header, main, footer {
    min-width: 640px;
}

html {
    overflow-y: scroll;
}

a {
    color: rgba(120, 188, 255, 1.0);
    text-decoration: underline;
    transition: color 150ms ease;
    outline: 0;
}

div.content {
    max-width: 1000px;
    margin: 0 auto;
}

.h0 {
    font-size: calc(1.25em + 2vw);
    margin: 20px 0px 0px;
    padding: 0px;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    color: rgba(94, 109, 130, 1.0);
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(94, 109, 130, 1.0);
}
h1::before, h2::before {
    content: "\f0a9";
    margin-right: 0.5em;
    color: rgba(255, 123, 59, 1);
    font-family: FontAwesome
}
h3 {
    font-size: 1.1em;
}

#home_nav {
    display: none;
}

#logo_nav {
    float: right;
    padding-right: 0.625vw;
}

.hr {
    width: 100%;
    display: inline-block;
    margin: 8px 0px 8px 0px;
    padding: 0em;
    font-size: 0px;
    border-top: 1px solid rgba(242, 242, 242, 1);
}

.hr.white {
    border-top: 1px solid rgba(242, 242, 242, 0.1);
}

.color {
    color: rgba(120, 188, 255, 1.0);
}

a.nav-anchor {
    position: relative;
    top: calc(-70px - 1.05vw);
}

a.gal-a {
    text-decoration: none;
}

img.gal {
    border: rgba(242, 242, 242, 1) 4px solid;
    margin: 8px;
    transition: border 300ms;
}

img.gal:hover {
    border: rgba(120, 188, 255, 1.0) 4px solid;
    transition: border 300ms;
}

img.gal {
    width: 30%;
}

img.gal.active {
    border: rgba(120, 188, 255, 1.0) 4px solid;
}

img.full-gal {
    border: rgba(242, 242, 242, 1) 4px solid;
    width: 912px;
    height: 506px;
    max-height: 506px;
    opacity: 1;
    transition: opacity 0.5s, max-height 300ms;
    cursor: pointer;
    display: block;
    margin: 0px;
    position: relative;
    z-index: 100;
}

div.full-gal::before {
    content: 'Bild wird geladen...';
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 99;
    opacity: 0.2;
}

div.full-gal {
    background-color: rgba(242, 242, 242, 1);
    margin: 0px 8px 0px 8px;
    padding: 0px;
    width: 900px;
    position: relative;
}

img.full-gal.loading {
    opacity: 0.0;
    transition: opacity 300ms;
    transition: opacity 0.5s, max-height 300ms;
}

img.full-gal.inactive {
    max-height: 0px;
    opacity: 0;
    transition: opacity 0.5s, max-height 300ms;
    border-top: none;
    border-bottom: none;
}

img.js.gal {
    border: rgba(242, 242, 242, 1) 4px solid;
    width: 55% !important;
    margin: 0px 0px 0px 16px !important;
}

div.container {
    position: relative;
    margin-top: 30px;
}

div.container:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-left: -30px;
}

#location-map {
    border: rgba(242, 242, 242, 1) 4px solid;
    height: 450px;
}

ul {
    text-align: left;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 4px 0px 0px;
}

li {
    position: relative;
    padding-left: 20px;
    margin-top: 8px;
}

li:before {
    line-height: 24px;
    content: "\f0a9";
    font-family: FontAwesome;
    color: rgba(120, 188, 255, 1.0);
    position: absolute;
    left: 0;
}

.floatbox {
    display: inline-block;
    background-color: rgba(255, 0, 0, 0.5);
    margin: 0.2em;
}

.center {
    text-align: center;
}

.left {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.section p {
    color: rgba(65, 65, 67, 1);
    margin: 0px 0px 8px;
}

.section div.content p {
    line-height: 1.5;
}

/*┌───────────────────────────────────────────────────────────┐*/
/*│       Header                                              │*/
/*└───────────────────────────────────────────────────────────┘*/
header {
    background-color: rgba(252, 252, 253, 1);
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999999;
}

header div.contact {
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25em;
    height: 2em;
}

header p.contact {
    line-height: 1.4em;
    margin: 0px;
}

header .contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

#contact_item_1 a:hover {
    cursor: default;
}
#contact_item_2 a:hover {
    text-decoration: underline;
}

header > .contact > .content {
    padding: 4px 0 4px 0;
}

header > .contact > .content > span {
    margin-left: 1.25em;
}

header > .contact > .content > .contact > .contact_item {
    float: right;
    margin-left: 1em;
}

header > .contact > .content > .contact > .contact_msg {
    float: left;
    margin-left: 0px;
}

header > .content {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
}

header .nav a {
    font-size: calc(1.25em + 0.2vw);
    padding-left: 0.6em;
    padding-right: 0.6em;
    height: calc(50px + 1.2vw);
    line-height: 2.69;
    display: inline-block;
    text-decoration: none;
    color: rgba(100, 100, 100, 1);
    vertical-align: middle;
    transition: background-color 150ms;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-top: rgba(120, 188, 255, 0) 4px solid;
    border-bottom: rgba(0, 0, 0, 0) 4px solid;
}

header .nav a:hover {
    background-color: rgba(242, 242, 242, 1);
    transition: background-color 300ms;
}

header .nav a.active {
    border-bottom: rgba(255, 123, 59, 1.0) 5px solid;
}

/*┌───────────────────────────────────────────────────────────┐*/
/*│       Main                                                │*/
/*└───────────────────────────────────────────────────────────┘*/
main {
    margin-top: calc(88px + 1vw);
    padding: 0px;
    background-color: rgba(232, 232, 232, 1);
    min-height: calc(100vh - 95px - 125px);
}

main > div.header-image {
    background-color: rgba(252, 252, 253, 1);
    background-image: url("../img/bg.jpg");
    background-position: left center;
    background-size: 100%;
    height: calc(160px + 6vw);
    margin: 0px;
    width: 100%;
}

main > div.header-text {
    width: 100%;
    margin: 0px;
    color: white;
    position: absolute;
    top: calc(50px + 1.2vw);
}

main > div.header-text a {
    color: white;
}

main > div.header-text a:hover {
    text-decoration: none;
}

main > div.header-text .h0 {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    font-weight: bold;
}

main > div.header-text p.text > span {
    background-color: rgba(120, 188, 255, 0.85);
    color: white;
    padding: 0.2em 0.5em 0.2em 0.5em;
    margin-right: 0.5em;
    font-size: 1.2em;
}

main div.content.top {
    padding: 16px 16px 12px 16px;
}

main div.content {
    padding: 32px 0px 12px 0px;
}

main div.container div.content {
    padding: 32px 16px 32px 16px;
}

main div.container div.content p {
    line-height: 32px;
}

main div.container div.content .text-just {
    text-align: justify;
}

main div.container div.content .pricebox p {
    line-height: normal;
}

main > div.container {
    background-color: white;
}

main > div.container:after {
    border-bottom-color: white;
}

#sponsor {
    float: right;
    width: 373px;
    padding: 10px;
    margin-left: 20px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid rgba(242,242,242,1);
    background-color: rgba(252, 252, 253, 1);
}
#sponsor .img {
    text-align: center;
    margin: 0px 0px 10px;
    line-height: 0px;
}
#sponsor .caption {
    color: rgba(65, 65, 67, 1.0);
    text-align: right;
    font-size: 12px;
    line-height: 21px;
    font-style: italic;
    margin: 0px
}

.tellink {
    color: rgba(65, 65, 67, 1);
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

main > div.section {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: rgba(94, 109, 130, 1.0);
    font-size: calc(1.25em + 0.25vw);
}

main > div.section.big {
    font-size: 3.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: white;
    padding: 10px 0px 10px 0px;
}

main > div.section.center {
    text-align: center;
}

main div.grid > span {
    width: 24%;
    margin: 1em calc(25%/6) 1em calc(25%/6);
    display: inline-block;
    border: 1px solid rgba(242, 242, 242, 1);
    text-align: center;
}

main div.grid > span i.fa {
    font-size: 5em;
    color: rgba(120, 188, 255, 1.0);
}

main div.grid .space {
    height: 1.75em;
    display: none;
}

main .key {
    width: 165px;
    margin-right: 16px;
    color: rgba(94, 109, 130, 1.0);
    text-align: right;
    display: inline-block;
    font-weight: bold;
}

main .value {
   display: inline-block;
   vertical-align: top;
}

main .pricebox {
    padding: 8px 32px 8px 32px;
    background-color: rgba(255, 123, 59, 1);
    color: white;
    text-align: center;
    vertical-align: middle;
    border-bottom: 8px solid rgba(255, 91, 12, 1);
    display: inline-block;
    margin: 0px 48px 4px 0px;
}

main .pricebox * {
    margin: 0;
    padding: 0;
}

main .pricebox .price {
    font-size: 3em;
    margin: 0;
    padding: 0;
}

main .pricebox .mo {
    font-size: 2em;
    margin: 0;
    padding: 0;
}

main .pricebox p {
    margin: 0;
    padding: 0;
}

#c_hello, #c_js {
    text-decoration: none;
    color: rgba(65, 65, 67, 1.0);
}
#c_hello:hover, #c_js:hover {
    text-decoration: underline;
}


/*┌───────────────────────────────────────────────────────────┐*/
/*│       Footer                                              │*/
/*└───────────────────────────────────────────────────────────┘*/
footer {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 1);
}

footer div.content {
    font-size: 0.9em;
    padding: 16px 0px;
}

footer div.container {
    background-color: rgba(51, 51, 51, 1);
    margin-bottom: 0px !important;
}

footer div.container::after {
    border-bottom-color: rgba(51, 51, 51, 1);
}

footer p.contact {
    margin: 0px;
    height: 2em;
    font-size: 1.25em;
    line-height: 1.8em;
}

footer .copy {
    font-size: 1.1em;
}

footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
    text-decoration: underline;
}

footer a.imprint, footer .imprint {
    float: right;
    margin-right: 1em;
    font-size: 1.1em;
}

footer a.facebook {
    float: right;
    font-size: 2em;
}

footer a.badge {
    float: right;
    margin-top: 4px;
    margin-right: 1em;
}

footer .badge img {
    height: 1.75em;
}

/*┌───────────────────────────────────────────────────────────┐*/
/*│       News                                                │*/
/*└───────────────────────────────────────────────────────────┘*/
#news-container {
    border-top: 1px solid rgba(242, 242, 242, 1);
    margin: 0px;
    overflow: hidden;
    position: relative;
}

#news-scroller {
    position: relative;
    top: 0px;
}

.news-item {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    margin: 4px 0px;
    padding: 4px 0px;
    font-style: italic;
}

#news-container .news-item p {
    margin-top: 4px;
    margin-bottom: 0px;
}

#news-container .c_hello {
    color: rgba(120, 188, 255, 1.0);
    text-decoration: underline;
    transition: color 150ms ease;
    outline: 0;
}

.news-browse {
    display: none;
    float: right;
    margin: 0px;
    padding-right: 0em;
    font-size: 1.25em;
}

.news-browse .noup, .news-browse .nodown {
    cursor: default;
    color: rgba(150, 150, 150, 0.5);
}

.news-item .news-date {
    float: right;
    font-size: 0.9em;
    color: rgba(150, 150, 150, 1);
    margin: 0;
    padding: 0;
}

@media all and (max-width: 1080px) {
    div.content {
        width: 100%;
    }
    main {
        margin-top: calc(85px + 4.5vw);
    }
    main > div.header-text {
        top: calc(85px + 1.5vw);
        padding-left: 15px;
    }
    main > div.header-text p.text > span {
        font-size: 1.35em;
    }
    main > div.section {
        font-size: calc(0.5em + 1.5vw);
    }
    main div.container div.content p {
        line-height: 1.75em;
        font-size: 1.75em;
    }
    h2, h3 {
        font-size: 1.75em;
    }
    a.nav-anchor {
        top: calc(-76px - 4vw);
    }
    #logo_nav {
        display: none;
    }
    #home_nav {
        display: inline-block;
    }
    header .nav a {
        font-size: calc(0.25em + 2.4vw);
        line-height: 2.1;
        height: calc(50px + 1.2vw);
        padding-left: 0.45em;
        padding-right: 0.45em;
    }
    header div.contact {
        height: 3.4em;
    }
    header > .contact > .content > .contact > .contact_msg {
        display: none;
    }
    header > .contact > .content > .contact > .contact_item {
        font-size: calc(1em + 0.6vw);
        line-height: 2.2em;
    }
    #contact_item_1 {
        float: right;
        margin-right: 15px;
    }
    #contact_item_2 {
        float: left;
        margin-left: 15px;
    }
    .news-item .news-head {
        font-size: 1.75em;
    }
    .news-item p {
        line-height: 1.75em;
        font-size: 1.75em;
    }
    .news-item .news-date {
        font-size: 1.5em;
    }
    .news-browse {
        font-size: 2.75em;
    }
    .news-browse a {
        margin-right: 10px;
    }
    #news-head h2 {
        padding-top: 15px;
    }
    #sponsor .caption {
        font-size: 1.2em;
        line-height: 1.3em;
    }
    main .pricebox {
        margin-right: 0px;
    }
    li {
        font-size: 1.75em;
    }
    li:before {
        position: inherit;
        line-height: auto;
        margin-right: 15px;
    }
    main div.grid > span {
        margin: 0.85em;
        width: 45%;
    }
    main div.grid .space {
        display: inline;
        visibility: hidden;
    }
    div.full-gal {
        width: 94%;
    }
    img.full-gal {
        width: 100%;
    }
    main .key {
        width: 220px;
        margin-right: 24px;
    }
    img.js.gal {
        width: 95% !important;
        margin-left: 32px;
    }
    footer .copy {
        margin-left: 15px;
        font-size: 1.4em;
    }
    footer a.facebook {
        margin-right: 15px;
    }
    footer a.imprint {
        font-size: 1.4em;
    }
    .tellink {
        pointer-events: auto;
    }
}
