
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=3ae3720a-c9bd-4626-a8fd-22b84ff994bd");
    @font-face{
        font-family:"AvenirNextLTW01-Medium";
        src:url("../fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2") format("woff2"),
         	url("../fonts/f26faddb-86cc-4477-a253-1e1287684336.woff") format("woff");
    }
    @font-face{
        font-family:"AvenirNextLTW01-Heavy";
        src:url("../fonts/5c57b2e2-f641-421e-a95f-65fcb47e409a.woff2") format("woff2"),
        	url("../fonts/181c847e-cdbc-43d5-ae14-03a81c8953b4.woff") format("woff");
    }

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.woff2?56270434') format('woff2'),
       url('../fonts/fontello.woff?56270434') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Reset
-------------------------------------------------- */

*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
          box-sizing: border-box;
   vertical-align: top;
   -webkit-appearance: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
 	display: block;
}

/* Global
-------------------------------------------------- */

html {
	font-size: 80%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	    height: 100%;
}

body {
	background: #000;
	height: 100%;
	line-height: 1.5;
	font-family: "AvenirNextLTW01-Medium", sans-serif;
	color: #1a1a18;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
    margin-bottom: 1rem;
}

#global {
	position: relative;
}

.cf:after {
 	content: "";
 	display: block;
	clear: both;
 }

header {
	position: relative;
  right: 0;
  left: 0;
  top: 0;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
  background: #000;
  height: 5rem;
}

img {
	width: 100%;
}

header .logo img {
	width: 100px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	     -ms-transform: translateX(-50%);
	         transform: translateX(-50%);
	padding-top: 8rem;
}

main {
	background: #fff;
	width: 100%;
	padding-top: 7rem;
}

.body-home main,
.body-eventlocation main,
.body-kreuzeskirche main {
	padding-top: 0; /* No padding because of sliders */
}

div.main-inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.container {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 70%;
	max-width: 1400px;
}

.outer {
	background: #fff;
}

.constrained-container {
	width: 100%;
	max-width: 1600px;
    margin: 0 auto;
}

.container a {
	font-size: 150%;
	margin-top: 1rem;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	display: block;
	text-transform: none;
	text-decoration: underline;
}

.container a:hover {
	text-decoration: none;
}

.container div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100vh;
}

.container h2 {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	text-transform: uppercase;
	font-size: calc(1.8vw + 1.8vh + 1.8vmin);
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	margin: 0 auto;
	line-height: 1.2;
}

.light h2
/*.container.light a*/ {
	color: #fff !important;
}

/* Search
-------------------------------------------------- */

.search-container {
    z-index: 0;
    position: absolute;
    right: 4rem;
    top: .75rem;
    font-size: 30px;
}

.printing {
	display: none;
}

.searchbox {
    position:relative;
    background: none;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    background:none;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:#fbebdc;
}

.searchbox-input::-webkit-input-placeholder {
	color: #fbebdc;
}

.searchbox-input:-moz-placeholder {
	color: #fbebdc;
}

.searchbox-input::-moz-placeholder {
	color: #fbebdc;
}

.searchbox-input:-ms-input-placeholder {
    color: #fbebdc;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:12px;
    font-family:"AvenirNextLTW01-Medium", sans-serif;
    font-size:2.5rem;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:left;
    cursor:pointer;
    color:#fbebdc;
    background:none;
}

.searchbox-open {
	border-bottom: 3px solid #fbebdc;
}

.searchbox input[type=submit] {
	font-size: 0;
}

.searchbox-open{
    width:80%;
    max-width: 300px;
}

ul.search-results {
	list-style: none;
	margin-top: 1rem;
}

ul.search-results li {
	margin-bottom: 1.5rem;
}

span.highlight {
	background: #a3eefc;
}

/* Various columns
-------------------------------------------------- */

.row.special {
    display: flex;
    flex-direction: column-reverse;
}

.col {
	color: #fbebdc;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-size: calc(.6vw + .6vh + 2.5vmin);
	line-height: 1.2;
	overflow: auto;
}

.small {
	font-size: calc(.6vw + .6vh + .5vmin);
	font-size: 1.1rem;
	padding-bottom: 2rem;
}

.col p {
	padding: 2rem;
	text-transform: uppercase;
}

/*.col h3 {
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	text-transform: uppercase;
	margin: 2rem 1rem -1rem 2rem;
	font-size: 1.3rem;
}*/

.col h3 {
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	text-transform: uppercase;
	margin: 2rem 1rem -1rem 2rem;
	/*font-size: 2.3rem;*/
	font-size: calc(.6vw + .6vh + 2.5vmin);
	font-weight: normal;
}

.small p {
	padding: 2rem 2rem 0 2rem;
}

.col ul {
	padding: 2rem 2rem 0 2rem;
	list-style: none;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
}

.small p,
.small li {
	text-transform: none;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
}

/* More link */

.more {
	text-transform: none;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	font-size: 75%;
	line-height: 1.4;
	display: block;
	text-align: left;
}

.more:before {
	margin-top: 10px;
	content: "";
	display: block;
}

.more:after {
	content: "";
	display: block;

}

/* Dark box with light type */

main .dark {
	color: #fbebdc;
	background: #000;
}

main .dark a {
	color: #fbebdc;
	text-decoration: underline;
}

main .dark a:hover {
	text-decoration: none;
}

/* Light box with dark type */

main .light {
	background: #fbebdc;
	color: #000;
}

main .light a {
	color: #000;
	text-decoration: underline;
}

main .light a:hover {
	text-decoration: none;
}

/* Blue box with light type */

.blue {
	background: #00f;
	color: #fff;
}

.col .blue p {
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-size: calc(.6vw + .6vh + 2.5vmin);
	color: #fff;
}

.blue a {
	color: #fff;
	text-decoration: underline;
}

.blue a:hover {
	text-decoration: none;
}

/* Booking box, divided box */

.flexo {
 	background-size: 0;
}

.flexo div {
	background-color: #00f;
}

.flexo.reverse div {
	background-color: #000;
}

.reverse {
	color: #fbebdc;
}

.bckgrd,
.reverse {
	min-height: 100px;
	background-size: 0 0;
}

.bckgrd img {
	display: block;
}

/* Blog
-------------------------------------------------- */

article {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

h2.article-title {
	font-size: 2rem;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	color: #222;
	line-height: 1.3;
}

h2.article-title a {
	color: #222;
}

.article p,
.article ul {
	margin-bottom: 1.5rem;
	font-size: 1rem;
}

.article ul {
	margin-left: 1.1rem;
}

.article h3 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: normal;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
}

p.article-date {
	color: #999;
	margin-bottom: 5px;
	line-height: 1;
}

article img {
	margin-bottom: 1.5rem;
	display: block;
	width: 100%;
}

.pagination {
	margin: 0 auto;
	padding: 0 0 6rem;
	overflow: hidden;
	max-width: 90%;
	text-align: center;
}

.pagination a {
	color: #b0b0b0;
	padding: 5px;
}

.pagination li {
	display: inline-block;
}

.pagination li.prev {
	margin-right: 1rem;
}

.pagination li.next {
	margin-left: 1rem;
}



/* Footer
-------------------------------------------------- */

footer {
	background: #000;
	font-size: 0;
	padding: 2rem 0 0 0;
}

.footer-inner {
	margin: 0 auto;
	max-width: 1600px;
}

footer * {
	color: #fff;
}

footer a[href^="mailto:"] {
	text-decoration: underline;
}

footer a[href^="mailto:"]:hover {
	text-decoration: none;
}

footer .col p {
	padding: 0 0 0 2rem;
}

footer li,
footer .col p {
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	line-height: 1.3;
	font-size: 1rem;
	text-transform: none;
}

footer .col ul {
	width: 46%;
	display: inline-block;
	margin: 0 0 1rem 0;
	padding: 0;
	text-align: left;
}

footer ul,
footer li {
	list-style: none;
}

footer a {
	color: #fff;
}

footer .col50 {
	padding: 0 0 2rem 0;
}

footer nav.col50 {
	padding: 0 2rem 2rem 2rem;
}

/* Centered
-------------------------------------------------- */


.col_full {
	background: #fff;
	padding: 4% 4%;
}

.col_full a,
.col_intro a {
	color: #1a1a18;
	text-decoration: underline;
}

.col_full a:hover,
.col_intro a:hover {
	text-decoration: none;
}

.col_full p,
.col_intro p {
	width:80%;
	font-size: 1.1rem;
	text-align: center;
	margin: 0 auto;
	max-width: 50rem;
	color: #1a1a18;
}

.col_intro p {
	font-size: 1.1rem;
	margin-bottom: 2.5rem;
}

.col_intro h2,
.col_intro h3 {
	margin: 0 auto;
	max-width: 50rem;
	text-align: center;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	text-transform: uppercase;
	margin: 2rem auto 1rem;
	font-size: 1.3rem;
}

/* Main Navigation
-------------------------------------------------- */

.navbar-header {
 	height: 0px;
 	position: fixed;
 	width: 100%;
 	max-width: 1600px;
 	z-index: 1000;
 }

.toggle-button {
    position: absolute;
    top: .75rem;
    right:0;
    padding: 9px 10px;
    margin: 8px 0 8px 15px;
    height: 2px;
    width: 50px;
    cursor: pointer;
    font-family: Arial;
}

.bar {
    background-color: #fbebdc;
    display: block;
    width: 100%;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;

}
.bar + .bar {
    margin-top: 4px;

}
.middle {
    top: 11px;
}

.bottom {
    top: 22px;
}

.toggle-active .bar {
    background-color: #fbebdc;
    z-index: 1000;
}

.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
   opacity: 0;
}

.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.header-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.overlay {
    /* position: fixed; */
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 3rem;
    transition: opacity .35s, visibility .35s, height .35s;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    z-index: 100;
    padding: 1rem;
}

.overlay ul {
    display: block;
    position: relative;
    left: 0;
    font-family:'AvenirNextLTW01-Heavy', sans-serif;
    text-transform: uppercase;
    text-align: left;
    list-style: none;
}

.overlay li {
  float: left;
  margin-right: 1rem;
}

.overlay li:last-child {
  margin-right: 0;
}

.overlay ul li {
    display: block;
}
.overlay ul li a {
    color: #fbebdc;
    text-decoration: none;
}
.overlay ul li a:hover {
  text-decoration: underline;
}

nav .logo-nav {
  display: block;
  position: relative;
  float: left;
  margin-right: 1rem;
}

nav .logo-nav img {
  width: auto;
  max-height: 3rem;
}

@media screen and (max-width:1400px) {

  .overlay {
      position: fixed;
      background-color: #000;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      visibility: hidden;
      opacity: 0;
      transition: opacity .35s, visibility .35s, height .35s;
      -webkit-transition: opacity .35s, visibility .35s, height .35s;
  }
  .nav-active {
      opacity: 1;
      visibility: visible;
      height: 100%;
  /*    max-height: 340px;*/
  }
  .overlay ul {
      display: block;
      position: relative;
      top: 60px;
      left: 0;
      font-family:'AvenirNextLTW01-Heavy', sans-serif;
      font-size: calc(2vw + 2vh + 2vmin);
      line-height: 1.1;
      text-transform: uppercase;
      text-align: left;
      list-style: none;
      padding: 4% 7%;
      max-width: 1600px;
      margin: 0 auto;
  }

  .overlay li {
    float: none;
  }

  .overlay ul li:nth-last-child(-n+3){
  	font-size: 40%;
  	font-family:"AvenirNextLTW01-Medium", sans-serif;
  	text-transform: none;
  	margin-top: 3rem;
  }

  .overlay ul li:nth-last-child(-n+3) a {
  	text-decoration: underline;
  }

  .overlay ul li:nth-last-child(-n+3) a:hover {
  	text-decoration: none;
  }

  .overlay ul li:nth-last-child(-n+2) {
  	margin-top: 1rem;
  }

    .printing {
      display: none !important;
    }

    nav .logo-nav {
      padding-right: 100%;
    }
}

@media screen and (min-width:1400px) {
  .toggle-button {
    display: none;
  }

  .overlay ul {
    font-size: 1.25rem;
  }
}

/* Anfrage
-------------------------------------------------- */

.col_intro.anfragen {

	width: 90%;
	margin: 0 auto;
}

.col_intro.anfragen h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #222;
}

.col_intro.anfragen h3 {
	font-size: 2rem;
	text-transform: uppercase;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #222;
}

.contact-options {
	max-width: 90%;
	margin: 0 auto 3rem;
	padding-top: 2rem;
	font-size: 0;
	text-align: center;
}

.contact-options img {
	margin-bottom: 5px;
}

.contact-options li {
	list-style: none;
	display: inline-block;
	width: 50%;
	padding: .5rem;
	font-size: 1rem;
}

.contact-options a {
	color: #1a1a18;
	text-decoration: underline;
}

.contact-options a:hover {
	color: #1a1a18;
	text-decoration: none;
}

.contact-options span.divider {
	display: none;
}

.contact-options br.divider {
	display: block;
}

.the-form {
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.the-form h2 {
	font-size: 2rem;
	text-transform: uppercase;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #222;
}

.the-form input,
.the-form textarea,
.the-form select {
	border: 1px solid #d0d0d0;
	padding: .6rem;
	width: 99%;
	margin-bottom: 1rem;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	font-size: 1.2rem;
	color: #1a1a18;
}

.the-form textarea {
	height: 130px;
}

.the-form select {
	width: 99%;
}

.the-form input[type=submit] {
	background: #00f;
	color: #fff;
	padding: 1rem 1rem;
	line-height: 1;
	font-family:"AvenirNextLTW01-Medium", sans-serif;
	font-size: 1.3rem;
	margin: 3rem auto;
	display: block;
	width: 300px;
	text-align: center;
}

.the-form label {
	display: block;
	color: #1a1a18;
}

.the-form label span {
	color: #ccc;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}

.message {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	color: green;
}

.error {
    color: red;
}

/* Static sites
-------------------------------------------------- */

article.static {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
}

h2.static-title {
	font-size: 2rem;
	text-transform: uppercase;
	font-family:'AvenirNextLTW01-Heavy', sans-serif;
	font-weight: normal;
	text-align: center;
	color: #222;
	line-height: 1.3;
}

/* Slider
-------------------------------------------------- */

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}

#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

/*.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
  width: 24px;
  height: 36px;
	font-size: 0;
}

.slides-navigation a.prev {
  left: .2rem;

  background: transparent url(../images/arrow-left.png) no-repeat left top;
  background-size: 16px 24px;
}
.slides-navigation a.next {
  right: .2rem;
  background: transparent url(../images/arrow-right.png) no-repeat left top;
  background-size: 16px 24px;
}*/

#slides li a {
	display: inline-block;
}

.slides-navigation * {
	display: block;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 0;
  height: 2.5rem;
  width: 1.5rem;
}

/* Contact
-------------------------------------------------- */

.gmaps {
	position: relative;
	padding-bottom: 37.5%;
	height: 0;
	overflow: hidden;
	max-width: 1600px;
	margin: 0 auto 3rem;
}

.gmaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.address {
	text-align: center;
}

/* Icons
-------------------------------------------------- */

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
	content: '\e800';
}

.icon-search:before {
	content: '\e801';
}


@media screen and (max-width:800px) {
  .search-container, .toggle-button {
    top: .5rem;
  }
}

@media screen and (min-width:800px) {

html {
	font-size: 100%;
}

.toggle-button {
    right: 1rem;
}

.printing {
	right: 1rem;
	z-index: 999;
	cursor: pointer;
	position: absolute;
	top: 1.5rem;
	font-size: 30px;
	line-height: 1;
	color: #fbebdc;
	width:30px;
	height:30px;
	display:block;
}

.printing:hover {
	text-decoration: none;
}

/* .search-container {
	right: 115px;
} */

.searchbox-icon,
.searchbox-submit{
     font-size:2rem;
}

header .logo img {
	width: 180px;
}

main {
	padding-top: 15rem;
}

.overlay ul .last {
 	font-size: 40%;
}

.container {
	width: 85%;
}


.slides-navigation a.prev {
	left: 1rem;
	background: transparent url(../images/arrow-left.png) no-repeat left top;
	background-size: 24px 36px;
}

.slides-navigation a.next {
	right: 1rem;
	background: transparent url(../images/arrow-right.png) no-repeat left top;
	background-size: 24px 36px;
}

.row:after {
	clear: both;
	content: "";
	display: block;
}

.row {
	display: table;
	clear: both;
	width: 100%;
}

.row.special {
    display: block;
    flex-direction: row;
}

.col {
	display: table-cell;
}

.col.col25 {
	width: 25%;
}

.col.col50 {
	width: 50%;
}

.col_full p {
	font-size: 1.2rem;
}

.col_intro p {
	font-size: 1.3rem;
}

.col ul { /* Downloads */
	margin-bottom: 20vh;
}

.more:after {
	margin-bottom: 5rem;
}

.small {
	font-size: 1.2rem;
}

.bckgrd {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.flexo {
	background-position: center -3rem;
	background-repeat: no-repeat;
	background-size: contain;
}

.flexo.reverse {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.flexo div {
	padding-top: 60%;
	background: none;
}

.flexo.reverse div {
	padding: 0;
}

.flexo.reverse {
	color: #fbebdc;
}

.flexo p {
	 padding-bottom: 0;
}

.bckgrd img,
.flexo.reverse img {
	display: none;
}

.space-bottom p,
.space-bottom {
	padding-bottom: 15%;
}

.article p,
.article ul {
	margin-bottom: 1.5rem;
	font-size: 1.2rem
}

article p.article-date {
	margin-bottom: -.5rem;
}

h2.article-title,
h2.static-title,
.col_intro.anfragen h2  {
	font-size: 3.5rem;
}

.more {
	font-size: 60%;
}

footer nav.col50 {
	padding: 0 2rem 2rem 0;
}
}

@media screen and (min-width: 600px) and (max-width:1000px) {

footer .col ul {
	width: 46%;
}
}

@media screen and (min-width: 1000px)  {

footer .col ul {
	width: 23%;
}

.footer-s {
	text-align: right;
}

.contact-options span.divider {
	display: inline;
}

.contact-options br.divider {
	display: none;
}
}

@media screen and (min-width:500px) and (max-width:800px) {

.col_full p {
	font-size: 1.2rem;
}

.small {
	font-size: 1.2rem;
}
}

@media screen and (min-width:650px) {

.contact-options li {
	width: 25%;
}
}
