@charset "UTF-8";
/* für das settings file */
/* für das settings file */
meta.foundation-version {
  font-family: "/5.5.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #000;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Standard Forms */
form {
  margin: 0 0 1.5rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.75rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.75rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.75rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.5rem 0;
  padding: 0.8125rem 0;
}
label small {
  text-transform: capitalize;
  color: #262626;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #f3f3f3;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  box-shadow: none;
  color: #555555;
  display: block;
  font-size: 1rem;
  margin: 0 0 1.5rem 0;
  padding: 0.75rem;
  height: 3.1875rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: white;
  border-color: #a2a2a2;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  padding: 0.75rem;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #555555;
  line-height: normal;
  border-radius: 0;
  height: 3.1875rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #a2a2a2;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.5rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #000;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #000;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.5rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #000;
  color: #FFFFFF;
}
.error > label > small {
  color: #262626;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #555555;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: black;
  text-decoration: underline;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #595959;
  line-height: 0;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 0.9375rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #000;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #dbdbdb;
  border-width: 1px;
  border-style: solid;
  border-color: #c5c5c5;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0 0;
  border-left: 0;
}
blockquote cite {
  display: block;
  font-size: 0.875rem;
  color: #000;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #000;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #000;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
body {
  letter-spacing: 0.7px;
}

a:link,
a:visited {
  color: #222222;
}

@media only screen and (min-width:40.063em) {
  .meta-nav-wrapper {
    background: #fff;
    height: 2.5rem;
    position: fixed;
    width: 100%;
  }
}

.meta-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  margin: 0 auto;
}
.meta-nav:before, .meta-nav:after {
  content: " ";
  display: table;
}
.meta-nav:after {
  clear: both;
}
.meta-nav ul.nav-list {
  border: none;
}

.icon-simple-lang {
  display: none;
}

@media only screen and (min-width: 641px) {
  .meta-nav li.simple-lang a {
    padding-left: 2.5rem;
    position: relative;
  }

  .icon-simple-lang {
    height: 1.125rem;
    width: 1.125rem;
    left: 1rem;
    display: block;
    position: absolute;
    top: 0.75rem;
    transition: fill 0.1s;
  }
}
.header-wrapper {
  background-color: white;
  z-index: 999999;
}
@media only screen and (min-width:40.063em) {
  .header-wrapper {
    position: fixed;
    width: 100%;
    top: 2.5rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  }
}

.site-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
}
.site-header:before, .site-header:after {
  content: " ";
  display: table;
}
.site-header:after {
  clear: both;
}
.site-header h1 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .site-header h1 {
    text-align: left;
  }
}
@media only screen and (min-width:64.063em) {
  .site-header h1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}
.site-header h1 a:link,
.site-header h1 a:visited {
  color: #000;
}
.site-header h1 a:hover,
.site-header h1 a:active {
  color: #222222;
  text-decoration: none;
}

.site-nav {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 0.625rem;
}
@media only screen and (min-width:64.063em) {
  .site-nav {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
    margin-top: 2.1875rem;
  }
}

ul.nav-list {
  margin: 0;
  list-style: none;
  display: block;
  text-align: center;
  background-color: #eeeeee;
  font-size: 0.875rem;
}
@media only screen and (min-width:40.063em) {
  ul.nav-list {
    margin: 0 auto 1.0625rem auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: transparent;
  }
  ul.nav-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block;
  }
  ul.nav-list > li > * {
    display: block;
  }
}
@media only screen and (min-width:64.063em) {
  ul.nav-list {
    float: right;
  }
}
ul.nav-list li {
  border-top: 1px solid gainsboro;
  margin-left: 0;
}
ul.nav-list li:first-of-type {
  border-top: 0;
}
@media only screen and (min-width:40.063em) {
  ul.nav-list li:first-of-type {
    margin-left: 1.375rem;
  }
}
@media only screen and (min-width:40.063em) {
  ul.nav-list li {
    border-top: 0;
  }
  ul.nav-list li.contrast .nav-link {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100' fill='%23000000' version='1.1' x='0' y='0' viewBox='-255 347 100 100' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cpath class='st0' d='M-204.5 437.5c-22.1 0-40-17.9-40-40s17.9-40 40-40 40 17.9 40 40S-182.4 437.5-204.5 437.5zM-209.5 380.5h-6v-6c0-1.7-1.3-3-3-3 -1.7 0-3 1.3-3 3v6h-6c-1.7 0-3 1.3-3 3s1.3 3 3 3h6v6c0 1.7 1.3 3 3 3 1.7 0 3-1.3 3-3v-6h6c1.7 0 3-1.3 3-3S-207.8 380.5-209.5 380.5zM-179.8 372.8l-49.5 49.5c13.7 13.7 35.8 13.7 49.5 0C-166.1 408.6-166.1 386.4-179.8 372.8zM-183.5 412.5h-18c-1.7 0-3-1.3-3-3s1.3-3 3-3h18c1.7 0 3 1.3 3 3S-181.8 412.5-183.5 412.5z'/%3E%3C/svg%3E") no-repeat 18px 12px;
    background-size: 1.2rem 1.2rem;
    padding-left: 2.75rem;
  }
  ul.nav-list li.contrast .nav-link:hover {
    background-color: #eeeeee;
  }
}
ul.nav-list li a {
  display: block;
  text-align: center;
  padding: 0.625rem 0.9375rem;
  color: #222222;
  border-radius: 3px;
}
ul.nav-list li a:hover {
  background-color: #eeeeee;
  color: #222222;
  text-decoration: none;
}
ul.nav-list li a.active {
  color: #000;
}
@media only screen and (min-width:64.063em) {
  ul.nav-list li a {
    padding: 0.625rem 1.25rem;
  }
}

.main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  padding-top: 6.25rem;
}
.main-container:before, .main-container:after {
  content: " ";
  display: table;
}
.main-container:after {
  clear: both;
}
@media only screen and (min-width:40.063em) {
  .main-container {
    padding-top: 13.75rem;
  }
}
@media only screen and (min-width:64.063em) {
  .main-container {
    padding-top: 13.125rem;
  }
}
.main-container.frontpage, .main-container.subpage-3col {
  padding-top: 4.375rem;
}
@media only screen and (min-width:40.063em) {
  .main-container.frontpage, .main-container.subpage-3col {
    padding-top: 11.875rem;
  }
}
@media only screen and (min-width:64.063em) {
  .main-container.frontpage, .main-container.subpage-3col {
    padding-top: 11.25rem;
  }
}

.full-width-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.content-col-1,
.contact-col-1,
.news-list-col,
.download-col-1 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width:40.063em) {
  .content-col-1,
.contact-col-1,
.news-list-col,
.download-col-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.6666666667%;
    float: left;
  }
}
@media only screen and (min-width:64.063em) {
  .content-col-1,
.contact-col-1,
.news-list-col,
.download-col-1 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.3333333333%;
    float: left;
  }
}

.content-col-2,
.contact-col-2,
.sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width:40.063em) {
  .content-col-2,
.contact-col-2,
.sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
  }
}
@media only screen and (min-width:64.063em) {
  .content-col-2,
.contact-col-2,
.sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    margin-left: 8.3333333333% !important;
  }
}

.news-detail-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
@media only screen and (min-width:40.063em) {
  .news-detail-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.3333333333%;
    float: left;
  }
}
@media only screen and (min-width:64.063em) {
  .news-detail-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left;
  }
}

.tile-col-1,
.tile-col-2,
.tile-col-3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 4em;
  /*
  	@media only screen and (min-width:64.063em) {
  		@include grid-column(4);
  	}*/
}
@media only screen and (min-width:40.063em) {
  .tile-col-1,
.tile-col-2,
.tile-col-3 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    margin-bottom: 0;
  }
}

/*
@media only screen and (max-width: 40em) {
	.tile-col-3 {
		display: none;
	}
}*/
.contact-col-1 h3,
.contact-col-2 h3 {
  padding-bottom: 2.5rem;
}

.content-item {
  margin-bottom: 5rem;
}
.content-item:last-of-type {
  margin-bottom: 0;
}

.page-title {
  display: none;
  /* Titel ausgeblendet für mobil */
}
@media only screen and (min-width:40.063em) {
  .page-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 2.5rem;
    font-weight: 200;
    color: #bbbbbb;
    font-size: 1.25rem;
  }
}

.sidebar {
  margin-top: 3.75rem;
  border-top: 1px solid #ededed;
  padding-top: 2.5rem;
}
.sidebar p {
  font-size: 0.875rem;
}
@media only screen and (min-width:40.063em) {
  .sidebar {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
}

.wrapper-footer {
  margin-top: 100px;
  background-color: #e1e1e1;
}

.site-footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer:before, .site-footer:after {
  content: " ";
  display: table;
}
.site-footer:after {
  clear: both;
}
@media only screen and (min-width:40.063em) {
  .site-footer {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.footer-col {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  text-align: center;
  border-top: 1px solid gainsboro;
}
.footer-col:first-of-type {
  border-top: 0;
}
@media only screen and (min-width:40.063em) {
  .footer-col {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.3333333333%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    border-top: 0;
  }
}
.footer-col h3, .footer-col h4, .footer-col h5 {
  color: #222222;
}
.footer-col p {
  color: #555555;
  font-size: 0.875rem;
}
.footer-col a {
  color: black;
}

.news-header h2, .news-header h3 {
  margin-bottom: 0;
}
.news-header h3 {
  font-style: italic;
}

.news-meta {
  margin-bottom: 0.625rem;
}
.news-meta .news-cat,
.news-meta .news-time {
  display: inline;
  font-style: italic;
  margin-bottom: 0;
}
.news-meta .news-cat:before {
  content: "· ";
  padding: 0 5px;
}

.news-item .news-header {
  margin-bottom: 1.5625rem;
}

.news-list-item {
  margin-bottom: 5rem;
}
.news-list-item:last-of-type {
  margin-bottom: 0;
}
.news-list-item .news-header {
  margin-bottom: 0.9375rem;
}
.news-list-item h2 {
  font-size: 1.5rem;
}
.news-list-item h3 {
  font-size: 1.25rem;
}
.news-list-item a:link p,
.news-list-item a:link h2,
.news-list-item a:link h3,
.news-list-item a:link .news-cat,
.news-list-item a:link .news-time, .news-list-item a:visited p,
.news-list-item a:visited h2,
.news-list-item a:visited h3,
.news-list-item a:visited .news-cat,
.news-list-item a:visited .news-time {
  color: #000;
}
.news-list-item a:hover, .news-list-item a:active {
  text-decoration: none;
}
.news-list-item a:hover p,
.news-list-item a:hover h2,
.news-list-item a:hover h3,
.news-list-item a:hover .news-cat,
.news-list-item a:hover .news-time, .news-list-item a:active p,
.news-list-item a:active h2,
.news-list-item a:active h3,
.news-list-item a:active .news-cat,
.news-list-item a:active .news-time {
  color: #555555;
}

.more-link {
  color: #555555;
}
.more-link:after {
  content: "…";
}
.more-link:hover {
  color: #000;
}

.page-navigation {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  text-align: center;
  margin-top: 3.75rem;
}
.page-navigation:before, .page-navigation:after {
  content: " ";
  display: table;
}
.page-navigation:after {
  clear: both;
}

.f3-widget-paginator {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
  padding: 0;
}
.f3-widget-paginator li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.f3-widget-paginator li a, .f3-widget-paginator li button {
  display: block;
  padding: 0.625rem 1.25rem 0.625rem;
  color: #555555;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
.f3-widget-paginator li:hover a,
.f3-widget-paginator li a:focus, .f3-widget-paginator li:hover button,
.f3-widget-paginator li button:focus {
  background: #eeeeee;
}
.f3-widget-paginator li.unavailable a, .f3-widget-paginator li.unavailable button {
  cursor: default;
  color: #999999;
}
.f3-widget-paginator li.unavailable:hover a, .f3-widget-paginator li.unavailable a:focus, .f3-widget-paginator li.unavailable:hover button, .f3-widget-paginator li.unavailable button:focus {
  background: transparent;
}
.f3-widget-paginator li.current a, .f3-widget-paginator li.current button {
  background: transparent;
  color: #000;
  font-weight: bold;
  cursor: default;
}
.f3-widget-paginator li.current a:hover, .f3-widget-paginator li.current a:focus, .f3-widget-paginator li.current button:hover, .f3-widget-paginator li.current button:focus {
  background: #eeeeee;
}
.f3-widget-paginator li {
  float: none;
  display: inline-block;
}
.f3-widget-paginator li {
  display: none;
  margin: 0;
}
.f3-widget-paginator li:first-of-type, .f3-widget-paginator li:last-of-type {
  display: inline-block;
}
.f3-widget-paginator li a {
  text-decoration: none;
  padding: 0.625rem 0.625rem;
}
.f3-widget-paginator li .mobile-show {
  display: inline;
}
.f3-widget-paginator .current {
  color: #000;
  font-weight: bold;
  padding: 0.625rem 0.625rem;
}

@media only screen and (min-width:40.063em) {
  .f3-widget-paginator li {
    display: inline-block;
  }
  .f3-widget-paginator li a {
    padding: 0.625rem 0.9375rem;
  }
  .f3-widget-paginator li .mobile-show {
    display: none;
  }
}
.text-img {
  margin: 2.1875rem 0 1.875rem 0;
  width: 100%;
}
.text-img .text-img-caption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-style: italic;
}

.contact-form-container {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.contact-form-container:before, .contact-form-container:after {
  content: " ";
  display: table;
}
.contact-form-container:after {
  clear: both;
}

.contact-form-element {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width:64.063em) {
  .contact-form-element {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}
.contact-form-element.wide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
.contact-form-element label {
  padding-bottom: 0.625rem;
}
.contact-form-element input,
.contact-form-element textarea {
  border-radius: 3px;
}
.contact-form-element textarea {
  min-height: 20rem;
}

.cta-button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
.cta-button:hover, .cta-button:focus {
  background-color: black;
}
.cta-button:hover, .cta-button:focus {
  color: #FFFFFF;
}

.input-button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #000;
  border-color: black;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
.input-button:hover, .input-button:focus {
  background-color: black;
}
.input-button:hover, .input-button:focus {
  color: #FFFFFF;
}

.thumb-list {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
.thumb-list:before, .thumb-list:after {
  content: " ";
  display: table;
}
.thumb-list:after {
  clear: both;
}
.thumb-list > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}
.thumb-list > li {
  width: 50%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}
.thumb-list > li:nth-of-type(1n) {
  clear: none;
}
.thumb-list > li:nth-of-type(2n+1) {
  clear: both;
}
@media only screen and (min-width:40.063em) {
  .thumb-list {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .thumb-list:before, .thumb-list:after {
    content: " ";
    display: table;
  }
  .thumb-list:after {
    clear: both;
  }
  .thumb-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .thumb-list > li {
    width: 33.3333333333%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .thumb-list > li:nth-of-type(1n) {
    clear: none;
  }
  .thumb-list > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .thumb-list {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
  }
  .thumb-list:before, .thumb-list:after {
    content: " ";
    display: table;
  }
  .thumb-list:after {
    clear: both;
  }
  .thumb-list > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
  }
  .thumb-list > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
  }
  .thumb-list > li:nth-of-type(1n) {
    clear: none;
  }
  .thumb-list > li:nth-of-type(4n+1) {
    clear: both;
  }
}

.thumb-item {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.thumb-item:hover {
  text-decoration: none;
  opacity: 0.8;
}
.thumb-item .thumb-caption {
  font-size: 0.875rem;
  color: #a2a2a2;
  padding-top: 0.25rem;
  margin-bottom: 0;
}
.thumb-item .thumb-caption .type {
  text-transform: uppercase;
}
.thumb-item .thumb-caption .size:before {
  content: "· ";
  padding: 0 5px;
}

.wrapper-credits {
  background-color: #cfcfcf;
}

.credits {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
}
.credits:before, .credits:after {
  content: " ";
  display: table;
}
.credits:after {
  clear: both;
}

.pfalzklinikum,
.bezirksverband {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
.pfalzklinikum p,
.bezirksverband p {
  font-size: 0.875rem;
  color: #555555;
  margin-bottom: 0;
}

.bezirksverband p {
  text-align: right;
}

.logo {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
}
.logo:hover, .logo:active {
  opacity: 0.6;
}

.pfalzklinikum a.logo {
  background: url(../img/logo-pfalzklinikum-gray.png) left bottom no-repeat;
  background-size: 118px 17px;
  height: 17px;
  margin-top: 10px;
}

.bezirksverband a.logo {
  background: url(../img/logo-bvp-neu.png) right bottom no-repeat;
  background-size: 96px 40px;
  height: 40px;
  margin-top: 10px;
}

.container-extended-credit {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 68.75rem;
  margin-top: 80px;
}
.container-extended-credit:before, .container-extended-credit:after {
  content: " ";
  display: table;
}
.container-extended-credit:after {
  clear: both;
}

.curators,
.supporters {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.curators h5,
.supporters h5 {
  margin-bottom: 40px;
}
@media only screen and (min-width:40.063em) {
  .curators,
.supporters {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
}

.container-logos {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.container-logos:before, .container-logos:after {
  content: " ";
  display: table;
}
.container-logos:after {
  clear: both;
}
.container-logos .logo-pk,
.container-logos .logo-bvp,
.container-logos .logo-sk,
.container-logos .logo-srlp {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
.container-logos .logo-pk:hover, .container-logos .logo-pk:active,
.container-logos .logo-bvp:hover,
.container-logos .logo-bvp:active,
.container-logos .logo-sk:hover,
.container-logos .logo-sk:active,
.container-logos .logo-srlp:hover,
.container-logos .logo-srlp:active {
  opacity: 0.6;
}
.container-logos .logo-bvp {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  left: 8.3333333333%;
  right: auto;
  float: left;
}

.tile-container {
  margin: 2.5rem 0.625rem;
}
.tile-container figure,
.tile-container blockquote {
  margin: 0;
}
.tile-container cite,
.tile-container figcaption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  font-style: normal;
}

.home blockquote > p:first-child {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.1875rem;
  line-height: 1.8125rem;
  margin-top: -0.625rem;
  margin-bottom: 0.5em;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  /*
  		@media only screen and (min-width:40.063em) {
  			font-size: rem-calc(19);
  			line-height: rem-calc(29);
  		}
  */
}
.home blockquote > p:first-child::before {
  content: "»";
}
.home blockquote > p:first-child::after {
  content: "«";
  display: inline-block;
  margin-left: -0.25em;
}
@media only screen and (min-width:64.063em) {
  .home blockquote > p:first-child {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99991042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99991043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 99991045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 99991044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 99991046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.video_wrapper {
  background-size: cover;
  bottom: 0;
  position: absolute;
  box-shadow: 0px 3px 5px #7b7b7b;
  height: 100%;
  top: 0;
  width: 100%;
}

.twoclick-video-overlay {
  background-color: #a2a2a2;
  border: 1px solid #a2a2a2;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  opacity: 0.8;
  position: relative;
  transition: all 0.2s;
}
.twoclick-video-overlay:hover {
  opacity: 1;
}
.twoclick-video-overlay:hover .cta {
  background-color: white;
  color: #000;
}
.twoclick-video-overlay .inner {
  margin: 10% 0;
  padding: 0 1em;
  position: relative;
  text-align: center;
  z-index: 2;
}
.twoclick-video-overlay .icon {
  height: 12em;
  left: 50%;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12em;
  z-index: 1;
}
.twoclick-video-overlay .cta {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  margin-top: 0;
}

/* Video Wrapper */
.video_wrapper {
  background-size: cover;
  bottom: 0;
  position: absolute;
  box-shadow: 0px 3px 5px #333;
  height: 100%;
  top: 0;
  width: 100%;
}
.video_wrapper .video_trigger {
  background-color: rgba(34, 34, 34, 0.9);
  bottom: 0;
  color: #fff;
  height: 100%;
  padding: 1.25rem 0.625rem;
  position: absolute;
  width: 100%;
  z-index: 9;
}
@media only screen and (min-width:40.063em) {
  .video_wrapper .video_trigger {
    padding: 1.875rem;
  }
}
.video_wrapper .video_trigger:before {
  background: rgba(255, 255, 255, 0.9);
  background: 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 780 540' style='enable-background:new 0 0 780 540;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FF0000;%7D%3C/style%3E%3Cpath class='st0' d='M648,0H132C97,0,63.4,13.9,38.7,38.7C13.9,63.4,0,97,0,132v276c0,35,13.9,68.6,38.7,93.3%0AC63.4,526.1,97,540,132,540h516c35,0,68.6-13.9,93.3-38.7C766.1,476.6,780,443,780,408V132c0-35-13.9-68.6-38.7-93.3 C716.6,13.9,683,0,648,0z M548.3,286l-234,120c-5.6,2.9-12.3,2.7-17.6-0.6c-5.4-3.3-8.6-9.1-8.7-15.4V150c0-6.3,3.3-12.1,8.7-15.4%0Ac5.4-3.3,12-3.5,17.6-0.6l234,120c3.9,2,7,5.4,8.6,9.6c1.6,4.1,1.6,8.7,0,12.9c-1.6,4.1-4.7,7.6-8.6,9.6V286z'/%3E%3C/svg%3E%0A") rgba(255, 255, 255, 0.9) no-repeat center center;
  background-size: 60px 60px;
  border-radius: 50%;
  content: " ";
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 10;
  top: 1.25rem;
  left: calc( 50% - 60px );
}
@media only screen and (min-width:40.063em) {
  .video_wrapper .video_trigger:before {
    top: 1.875rem;
  }
}
.video_wrapper .video-disclaimer {
  line-height: 1.2;
  margin-top: 120px;
}
.video_wrapper .video-smallprint {
  font-size: 0.7em;
  line-height: 1.2;
}
.video_wrapper .video-smallprint a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.video_wrapper .video_layer {
  position: relative;
  display: none;
  height: inherit;
  width: inherit;
  margin: auto;
}
.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: inherit;
  width: inherit;
}
.video_wrapper .btn {
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
}
.video_wrapper .btn:hover {
  background-color: transparent;
  color: #fff;
}

.news-single .news-fig.video {
  margin-left: 0;
  margin-right: 0;
  min-height: 25.6640625rem;
  padding-top: 1.5625rem;
  margin-bottom: 1.875rem;
  position: relative;
}
@media only screen {
  .news-single .news-fig.video {
    min-height: 30.234375rem;
  }
}
@media only screen and (min-width:40.063em) {
  .news-single .news-fig.video {
    min-height: 27.0703125rem;
  }
}
@media only screen and (min-width:64.063em) {
  .news-single .news-fig.video {
    min-height: 28.7890625rem;
  }
}
@media only screen and (min-width:90.063em) {
  .news-single .news-fig.video {
    min-height: 29.4453125rem;
  }
}
.news-single .news-fig.video .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-list .news-fig.video {
  background-color: #a2a2a2;
  position: relative;
  transition: all 0.2s;
}
.news-list .news-fig.video::before {
  background: 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 780 540' style='enable-background:new 0 0 780 540;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23FF0000;%7D%3C/style%3E%3Cpath class='st0' d='M648,0H132C97,0,63.4,13.9,38.7,38.7C13.9,63.4,0,97,0,132v276c0,35,13.9,68.6,38.7,93.3%0AC63.4,526.1,97,540,132,540h516c35,0,68.6-13.9,93.3-38.7C766.1,476.6,780,443,780,408V132c0-35-13.9-68.6-38.7-93.3 C716.6,13.9,683,0,648,0z M548.3,286l-234,120c-5.6,2.9-12.3,2.7-17.6-0.6c-5.4-3.3-8.6-9.1-8.7-15.4V150c0-6.3,3.3-12.1,8.7-15.4%0Ac5.4-3.3,12-3.5,17.6-0.6l234,120c3.9,2,7,5.4,8.6,9.6c1.6,4.1,1.6,8.7,0,12.9c-1.6,4.1-4.7,7.6-8.6,9.6V286z'/%3E%3C/svg%3E%0A") rgba(255, 255, 255, 0.9) no-repeat center center;
  background-size: 80px 80px;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 7.5rem;
  left: 50%;
  padding-left: 0.625rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
  width: 7.5rem;
}

.news-link:hover .news-fig.video, .news-link:focus .news-fig.video {
  opacity: 0.75;
}
.news-link:hover .news-fig.video::before, .news-link:focus .news-fig.video::before {
  background-color: #888888;
}

.dti-gedenk-map .privacy-notice {
  align-content: center;
  aspect-ratio: 18/15;
  background: url(../img/gdpr-googlemaps-preview-2.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding: 2em 1em;
  text-align: center;
}
.dti-gedenk-map .video-disclaimer {
  line-height: 1.2;
  margin-bottom: 40px;
  width: 100%;
}
.dti-gedenk-map .video-smallprint {
  font-size: 0.7em;
  line-height: 1.2;
  margin-bottom: 40px;
  width: 100%;
}
.dti-gedenk-map .cta {
  color: #000;
  display: inline-block;
  font-size: 1.25rem;
  width: 100%;
}

.cc-revoke, .cc-window {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

.cc-banner {
  border-top: none !important;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 1em !important;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 0 !important;
}

#cm {
  background-color: #fff;
  border-radius: 0 !important;
  color: #554f4a;
}

#c-p-bn {
  background-color: #002D5F !important;
  color: #fff !important;
}

.cc_div {
  font-family: inherit;
}
.cc_div .c-bn {
  background-color: #eeeeee !important;
  border-radius: 0;
  color: #000;
}
.cc_div .c-bn:hover, .cc_div .c-bn:focus {
  background-color: #a2a2a2 !important;
  color: #fff;
}

#c-bns button:first-child,
#s-bns button:first-child {
  background-color: #000 !important;
}
#c-bns button:first-child:hover, #c-bns button:first-child:focus,
#s-bns button:first-child:hover,
#s-bns button:first-child:focus {
  background-color: #000 !important;
}

.cc_div .cc-link {
  border-bottom-color: #000;
  color: #000;
}

.cc_div *, .cc_div :after, .cc_div :before, .cc_div :hover {
  letter-spacing: inherit;
}

#s-bns {
  height: auto !important;
  text-align: center;
}
#s-bns .c-bn {
  margin-bottom: 0.5em;
}

.cc-revoke {
  background-color: #000 !important;
  border: none;
  border-radius: 1.5rem;
  bottom: 1.5rem;
  box-shadow: 0 20px 51px rgba(0, 0, 0, 0.35);
  height: 3rem;
  left: 1.5em;
  position: fixed;
  width: 3rem;
}
.cc-revoke:hover, .cc-revoke:focus {
  background-color: #000 !important;
  cursor: pointer;
}

.cc-revoke::after {
  content: " ";
  background: url(/typo3conf/ext/dti_cookieconsent/Resources/Public/Icons/DataProtection.svg) no-repeat top;
  background-size: 35px 35px;
  display: block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
}

.show-revoke {
  display: block !important;
}

#s-ttl .c-page-head__logo {
  height: 50px;
}

ul.nav-list {
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
ul.nav-list li {
  border-top: 1px solid #000;
}
@media only screen and (min-width:40.063em) {
  ul.nav-list li {
    border-top: none;
  }
}

.main-container a, .wrapper-footer a {
  text-decoration: underline;
}

.page-title {
  color: #000;
}

/*# sourceMappingURL=layout-gedenk-hicontrast.css.map */
