article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.bgwhite {
  background-color: #fff;
}

.bgfirst {
  background: #B99D7C;
}

.bgsecond {
  background: #304238;
}

img.responsive {
  width: 100%;
  height: auto;
}

.innerwrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.text-align-center, .text-center {
  text-align: center;
}

.text-align-left, .text-left {
  text-align: left;
}

.hidden {
  display: none;
}

.padding {
  padding: 10px;
}

.padding-left {
  padding-left: 8px;
}

@media (min-width: 480px) {
  .padding-left {
    padding-left: 10px;
  }
}

.padding-left20 {
  padding-left: 20px;
}

.padding-right {
  padding-right: 8px;
}

@media (min-width: 480px) {
  .padding-right {
    padding-right: 10px;
  }
}

.padding-right20 {
  padding-right: 20px;
}

.padding-top {
  padding-top: 10px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top50 {
  padding-top: 50px;
}

.padding-top100 {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-bottom20 {
  padding-bottom: 20px;
}

.padding-bottom50 {
  padding-bottom: 50px;
}

.padding-bottom60 {
  padding-bottom: 60px;
}

.padding-left-right {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 480px) {
  .padding-left-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.padding-left-right20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-top-bottom {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 480px) {
  .padding-top-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.padding20 {
  padding: 20px;
}

.margin {
  margin: 10px;
}

.margin-top {
  margin-top: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-top-minus50 {
  margin-top: -50px;
}

.margin-bottom-minus50 {
  margin-bottom: -50px;
}

.margin-bottom-minus100 {
  margin-bottom: -100px;
}

.margin-top-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-left10 {
  margin-left: 10%;
}

.margin-left20 {
  margin-left: 20%;
}

.margin-leftminus20 {
  margin-left: -20%;
}

.margin-left30 {
  margin-left: 30%;
}

.margin-right10 {
  margin-right: 10%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 10;
}

.sectionname-jw-design img {
  width: 248px;
}

p {
  padding: 0 0 1.6em 0;
  margin: 0;
}

p.nomargin, .nomargin p {
  padding: 0;
}

.mainparagraph ul {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.mainparagraph p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-first {
  color: #B99D7C;
}

small {
  font-size: 80%;
  display: inline-block;
}

[data-show], [data-hide], [data-toggle] {
  cursor: pointer;
  cursor: url("../img/cursor-hover.svg") 15 15, auto;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.container100 {
  width: 100%;
}

.container90 {
  width: 100%;
}

@media (min-width: 500px) {
  .container90 {
    width: 80%;
  }
}

.container80 {
  width: 100%;
}

@media (min-width: 500px) {
  .container80 {
    width: 80%;
  }
}

.container75 {
  width: 100%;
}

@media (min-width: 500px) {
  .container75 {
    width: 75%;
  }
}

.container70 {
  width: 100%;
}

@media (min-width: 500px) {
  .container70 {
    width: 70%;
  }
}

.container66 {
  width: 100%;
}

@media (min-width: 500px) {
  .container66 {
    width: 66.6666%;
  }
}

.container60 {
  width: 100%;
}

@media (min-width: 500px) {
  .container60 {
    width: 60%;
  }
}

.container50 {
  width: 100%;
}

@media (min-width: 500px) {
  .container50 {
    width: 50%;
  }
}

.container45 {
  width: 100%;
}

@media (min-width: 500px) {
  .container45 {
    width: 45%;
  }
}

.container40 {
  width: 100%;
}

@media (min-width: 500px) {
  .container40 {
    width: 40%;
  }
}

.container33 {
  width: 100%;
}

@media (min-width: 500px) {
  .container33 {
    width: 33.3333%;
  }
}

.container30 {
  width: 100%;
}

@media (min-width: 500px) {
  .container30 {
    width: 30%;
  }
}

.container25 {
  width: 100%;
}

@media (min-width: 500px) {
  .container25 {
    width: 50%;
  }
}

@media (min-width: 700px) {
  .container25 {
    width: 25%;
  }
}

.container20 {
  width: 100%;
}

@media (min-width: 500px) {
  .container20 {
    width: 20%;
  }
}

.container10 {
  width: 100%;
}

@media (min-width: 500px) {
  .container10 {
    width: 10%;
  }
}

.container70-30 {
  width: calc(100% * 3 / 7);
}

.container70-40 {
  width: calc(100% * 4 / 7);
}

.container50-30 {
  width: calc(100% * 3 / 5);
}

.container50-20 {
  width: calc(100% * 2 / 5);
}

/* neuton-regular - latin */
@font-face {
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/neuton-v10-latin-regular.woff2") format("woff2"), url("../fonts/neuton-v10-latin-regular.woff") format("woff");
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font: 18px/26px Neuton, Georgia, Times,"Times New Roman",sans-serif;
  background: url("../img/background.jpg");
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.innerwrapper {
  max-width: 960px;
  margin: 0 auto;
}

header {
  padding: 20px 10px 200px 10px;
  background: #fff;
  margin-bottom: -180px;
}

#logo {
  width: 270px;
}

#logo img {
  width: 100%;
  height: auto;
}

nav {
  margin: 48px 3% 0 0;
}

nav ul {
  margin: 0;
  padding: 0;
  font: 600 20px/28px "urbana",Arial,sans-serif;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

nav ul li {
  border-left: solid 1px #000;
  padding: 0 10px;
  white-space: nowrap;
}

nav ul li:first-child {
  border-left: none;
}

nav ul li a {
  color: #000;
}

h1 {
  font: 600 36px/44px "urbana",Arial,sans-serif;
  margin: 20px 0;
}

h2 {
  font: 300 32px/39px "urbana",Arial,sans-serif;
  margin: 10px 0 0 0;
}

h3 {
  font: 300 26px/32px "urbana",Arial,sans-serif;
}

h2 + p {
  margin-top: 0;
}

div#wirsind {
  position: relative;
  z-index: 10;
  margin: -82px 0 0 0;
  color: #fff;
  background: url("../img/background-wirsind.png") no-repeat 0px 81px;
  background-size: 100% 100%;
}

div#wirsind .container25 {
  text-align: center;
  position: relative;
  z-index: 30;
}

.top img {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
}

.bottom img {
  display: block;
  position: relative;
  z-index: 20;
  width: 100%;
}

.center {
  text-align: center;
}

.top.sie {
  background: #B10023;
}

label {
  display: block;
}

input, textarea {
  font: 16px/24px Neuton, Georgia, Times,"Times New Roman",sans-serif;
  border: 1px solid #E4003E;
  border-radius: 5px;
  width: 98%;
}

input[type="submit"], button {
  padding: 1% 40px;
  background: #591631;
  border: none;
  color: #fff;
  font: 300 26px/32px "urbana",Arial,sans-serif;
  border-radius: 5px;
  width: auto;
}

input[type="submit"], button {
  margin: 20px 0;
}

div#wirkommen {
  position: relative;
  z-index: 15;
  background: url("../img/background.jpg");
  padding-bottom: 50px;
}

div#referent {
  background: #591631;
  color: #fff;
  position: relative;
  z-index: 20;
  padding-bottom: 50px;
}

div#referent #portrait-jens {
  align-self: flex-start;
}

div#referent #portrait-jens img {
  padding: 15px 15px 60px 15px;
  background: #fff;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  width: 100%;
  height: auto;
}

div#sie {
  background: #B10023;
  color: #fff;
  position: relative;
  z-index: 10;
  margin: -200px 0 0 0;
  padding: 220px 0 50px 0;
}

div#kontakt {
  background: #3F4445;
  color: #fff;
  position: relative;
}

div#kontakt .innerwrapper {
  position: relative;
  z-index: 40;
}

a {
  color: #b10023;
}

.itemarrow {
  width: 40%;
  float: left;
  margin: 10px 2% 20px 2%;
}

.itemarrow:last-child {
  margin-left: 14%;
}

.itemarrow .arrow {
  width: 35px;
  float: left;
  padding-top: 5px;
}

.itemarrow .info {
  width: 80%;
  float: left;
}

div.icondark {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
  margin: 0 10px;
  float: left;
}

div.icondark.einladen {
  background: #1E1E1E url("../img/sprite.png") no-repeat -120px 0;
}

div.icondark.beten {
  background: #1E1E1E url("../img/sprite.png") no-repeat -180px 0;
}

div.icondark.kontakte {
  background: #1E1E1E url("../img/sprite.png") no-repeat -60px 0;
}

div.icondark.spenden {
  background: #1E1E1E url("../img/sprite.png") no-repeat 0 0;
}

div.iconwhite {
  width: 105px;
  height: 105px;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
}

div.iconwhite.haus {
  background: #fff url("../img/sprite.png") no-repeat -210px -60px;
}

div.iconwhite.helfen {
  background: #fff url("../img/sprite.png") no-repeat -105px -60px;
}

div.iconwhite.kreuz {
  background: #fff url("../img/sprite.png") no-repeat 0 -60px;
}

div.iconwhite.arrowup {
  background: #fff url("../img/sprite.png") no-repeat -315px -60px;
}

div.info {
  width: 79%;
  float: left;
}

div.clear {
  clear: both;
}

#kontakt .designby h1 {
  margin: 0 0 0 -9999px;
  line-height: 0.8;
}

#kontakt .designby {
  background: url("../img/designjensweigel-white.png") no-repeat;
  width: 295px;
  height: 37px;
  bottom: 0px;
  left: 0;
  position: absolute;
}

#kontakt .designby a {
  display: block;
}

.width35 {
  width: 35px;
}

.width100p-35 {
  width: calc(100% - 35px);
}

.width70 {
  width: 70px;
}

.width100p-70 {
  width: calc(100% - 70px);
}

.item-audio, .termin {
  background: #b10023;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
}

.andachten {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 10px;
}

.andachten h2 {
  width: 100%;
}

.andacht {
  width: calc((100% - 2 * 10px) / 3);
  background: #fff;
  border-radius: 8px;
}

.andacht a {
  display: block;
  padding: 10px;
}

.andacht h3 {
  margin-top: 0;
}

.andacht__datum {
  color: #525252;
  font-style: italic;
  font-family: adobe-garamond-pro, Times, "Times New Roman", serif;
}

.andacht__teaser {
  color: #000;
}

article {
  padding: 30px 10px 0 10px;
}

footer {
  background: #3F4445;
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* Mostly Smartphones */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .top img {
    height: 75%;
  }
  .bottom img {
    height: 75%;
  }
  div#wirsind {
    background: #e4003e;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    margin-top: 20px;
  }
  h1 {
    font-size: 30px;
    text-align: center;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .innerwrapper > h2 {
    margin-left: 0;
  }
  .innerwrapper {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  div#wirsind {
    background: #e4003e;
    margin-top: 0;
  }
  .top img {
    height: 50%;
  }
  .bottom img {
    height: 50%;
  }
  div#referent #portrait-jens {
    margin: 0 auto;
  }
  div.info {
    width: 70%;
  }
  /* Style adjustments for viewports that meet the condition */
  .container25 {
    width: 100%;
    margin: 0;
    float: left;
  }
  .container50 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .container12 .item {
    width: 100%;
    float: none;
    clear: both;
  }
  .container33 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .itemarrow {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .itemarrow:last-child {
    margin-left: 0;
  }
  .itemarrow .arrow {
    width: 35px;
    float: left;
    padding-top: 5px;
  }
  .itemarrow .info {
    width: 80%;
    float: left;
  }
  .clearsmart {
    clear: both;
  }
}
