/* CSS Document */

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
	src: url("../font/RobotoCondensed-Bold.woff2") format("woff2"),
		url("../font/RobotoCondensed-Bold.ttf") format("truetype");
	font-weight: 700;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  font-style: normal;
  src: url("../font/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    src: url("../font/RobotoCondensed-Regular.woff2") format("woff2");
    font-weight: 400;
}

body {
    font-family: "HelveticaNeueLTStd-Roman";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #6C6C6C;
    background-color: #F7F7F7;
}

h1, h2, h3 {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #000;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}

h2 {
    font-size: 2.5rem;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h1 > span, h2 > span {
  padding: 6px 8px;
  background-color: #ffed00;
}

section {
  padding: 6rem 0 9rem 0;
}

ul.content {
  list-style-type: square;
  margin-bottom: 2rem;
  margin-left: 1.25rem;
}

@media screen and (max-width: 63.9988em) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 2rem;
        margin-bottom: 1.75rem;
    }
    section {
        padding: 3rem 0 2rem 0
    }
}

@media screen and (max-width: 39.9988em) {
    body {
        font-size: 1rem;
        background-color: #fff;
    }
    h1 {
        font-size: 1.375rem;
        margin-bottom: 0.75rem;
    }
    h2 {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    section {
        padding: 2rem 0 0.5rem 0
    }
    p.lead {
        font-size: 120%;
    }
}

.datenschutz-page h1 {
    margin-bottom: 1.75rem;
}

.datenschutz-page h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.datenschutz-page h3 {
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 39.9988em) {
    .datenschutz-page h1 {
        margin-bottom: 1rem;
    }
    .datenschutz-page h2 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .datenschutz-page h3 {
        margin-top: .5rem;
    }
}

.impressum-page h1 {
    margin-bottom: 1.25rem;
}

.impressum-page h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

@media screen and (max-width: 39.9988em) {
    .impressum-page h1 {
        margin-bottom: 0.75rem;
    }
    .impressum-page h2 {
        margin-top: 0.75rem;
        margin-bottom: 0.25rem;
    }
}

/***************************
* Header
***************************/
#header {
    width: 100%;
    font-family: "Roboto Condensed";
}

#header > .sticky {
    padding: 1rem 0;
    background-color: #FFF;
    border-bottom: 1px solid #4E5152;
}

#header #logo img {
  max-height: 90px;
}

@media screen and (min-width: 64em) {
    #header > .grid-x > .cell {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

@media screen and (max-width: 39.9988em) {
    #header #logo img {
        max-height: 60px;
    }
}

/***************************
* Menu
***************************/
.menu a {
    color: #000;
    text-transform: uppercase;
}

.menu a > span {
    transition: border-bottom 0.3s ease;
    border-bottom: 3px solid transparent;
}

.menu a.is-active > span {
    border-bottom-color: #ffed00;
    display: inline-block;
}

.menu li:last-child a {
  padding-right: 0;
}

.menu-icon::after {
    background: #000;
    -webkit-box-shadow: 0 7px 0 #000,0 14px 0 #000;
    box-shadow: 0 7px 0 #000,0 14px 0 #000;
}

#mobile-menu .menu {
    padding-top: 1rem;
}

@media screen and (max-width: 39.9988em) {
    .menu a {
        padding-left: 0.625rem;
    }
}

/***************************
* Page
***************************/
section#entry {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
}

section#kontakt {
    padding-top: 0;
}

.page-without-image {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

@media screen and (max-width: 63.9988em) {
    section#entry {
        padding-bottom: 2.5rem;
    }
    section#kontakt {
        padding-top: 1.5rem;
    }
}

@media screen and (max-width: 39.9988em) {
    section#entry {
        padding-top: 2rem;
        padding-bottom: 0;
    }
    section#kontakt {
        padding-top: 2rem;
    }
    .small-only-padding-collapse > .cell {
        padding-left: 0;
        padding-right: 0;
    }
    .page-without-image {
        padding-top: 1.75rem;
        padding-bottom: 1rem;
    }
}

/***************************
* Content Elements
***************************/
.bg-wrap {
    background-color: #fff;
}

.bg-wrap p > a, .bg-wrap p > a:visited, .bg-wrap p > a:hover, .datenschutz-page > .grid-x a {
    color: #6C6C6C;
    text-decoration: underline;
}

.image-gallery > .cell {
  margin-bottom: 1.5rem;
}

.responsive-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.responsive-map iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/***************************
* Plugins
***************************/
.fancybox-button.fancybox-button--zoom, .fancybox-button--play, .fancybox-button--thumbs {
    display: none!important;
}

/***************************
* Footer
***************************/
footer {
    font-size: 0.9375rem;
    padding-top: 1rem;
    border-top: 2px solid #000;
    color: #000;
    background-color: #ffed00;
}

footer a, footer a:visited, footer a:hover {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 39.9988em) {
    footer {
        margin-top: 3rem;
        padding-bottom: 0.75rem;
        background-color: #fff;
        border-top-color: #6C6C6C;
        color: #6C6C6C;
    }
    footer p {
        margin-bottom: 0.25rem;
    }
    footer a {
        color: #6C6C6C;
    }
}