/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

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

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "cdu-fett";
  src: url("/css/fonts/KievitOT-Medium.otf") format("opentype");
}
@font-face {
  font-family: "cdu-normal";
  src: url("/css/fonts/CDUKievitTab-Book.ttf") format("truetype");
}
a {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "cdu-fett";
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.1rem;
}

.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.transition-color a {
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.transition-color a:hover, .transition-color a:active, .transition-color a:focus {
  color: #F39A1F !important;
}
.transition-color a img {
  background-color: white;
  transition-property: background-color;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}
.transition-color a img:hover, .transition-color a img:active, .transition-color a img:focus {
  background-color: #F39A1F;
}

.hover-scale {
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.hover-scale:hover, .hover-scale:active, .hover-scale:focus {
  transform: scale(1.1);
}

.hover-zoom {
  cursor: pointer;
}
.hover-zoom .hintergrund {
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: ease;
}
.hover-zoom:hover .hintergrund, .hover-zoom:active .hintergrund, .hover-zoom:focus .hintergrund {
  transform: scale(1.1);
}

body {
  background-color: white;
  color: #585858;
  font-family: "cdu-normal";
  font-size: 1.2rem;
}

@media all and (min-width: 666px) {
  h3 {
    font-size: 1.5rem;
  }
}
.altesdesign {
  background-color: #F39A1F;
  color: white;
  font-family: "cdu-normal";
}
.altesdesign #haupt-logo {
  width: 75%;
  margin: 2.5rem auto 2rem;
  display: block;
  max-width: 450px;
}
.altesdesign h1, .altesdesign h2, .altesdesign h3, .altesdesign h4{
  font-family: "cdu-fett";
}
.altesdesign p {
  margin: 0 10%;
}
.altesdesign main.startseite h1, .altesdesign main.startseite h2, .altesdesign main.startseite h3, .altesdesign main.startseite h4{
  text-align: center;
  background-image: url(/img/IB_LR2020_Pinsel_Weiss_04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #F39A1F;
}
.altesdesign main.startseite h2 {
  font-size: 7vw;
  max-width: 600px;
  margin: 3rem auto;
}
.altesdesign main.startseite p {
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.03rem;
}
.altesdesign main.kontakt {
  padding: 4rem 0;
}
.altesdesign a {
  color: white;
}
.altesdesign a:hover {
  text-decoration: underline;
}
.altesdesign form {
  text-align: left;
  margin: 0 auto;
  width: 35rem;
  max-width: 90%;
}
.altesdesign form label, .altesdesign form input, .altesdesign form textarea {
  display: block;
  width: 100%;
  text-align: left;
}
.altesdesign form label {
  font-weight: 600;
}
.altesdesign form label.checkbox {
  font-weight: 100;
  margin: 1rem 0;
}
.altesdesign form label.checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.altesdesign form label.checkbox strong {
  font-weight: 600;
}
.altesdesign form input::placeholder, .altesdesign form textarea::placeholder{
  color: white;
}
.altesdesign form input, .altesdesign form textarea {
  margin: 0.5rem 0 4rem 0;
  line-height: 1.5rem;
  padding-left: 0.3rem;
  color: white;
  background-color: #F39A1F;
  border-top: 1px solid white;
  border-bottom: none;
  border-right: none;
  border-left: none;
}
.altesdesign form input:focus, .altesdesign form input:active, .altesdesign form textarea:focus, .altesdesign form textarea:active {
  outline-color: white;
}
.altesdesign form button, .altesdesign form input[type=submit] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: #F39A1F;
  color: white;
  border: 1px solid white;
  transition: all ease 0.4s;
  cursor: pointer;
  width: auto;
}
.altesdesign form button:hover, .altesdesign form button:focus, .altesdesign form button:active, .altesdesign form input[type=submit]:hover, .altesdesign form input[type=submit]:focus, .altesdesign form input[type=submit]:active{
  background-color: white;
  color: #F39A1F;
}
@media all and (min-width: 700px) {
  .altesdesign main.startseite h2 {
    font-size: 4rem;
  }
  .altesdesign main.startseite p {
    font-size: 2.5vw;
  }
}
@media all and (min-width: 900px) {
  .altesdesign p, .altesdesign ul, .altesdesign h1, .altesdesign h2, .altesdesign h3, .altesdesign h4 {
    max-width: 780px;
    margin: 1rem auto;
  }
  .altesdesign main.startseite p {
    font-size: 1.5rem;
  }
}

header .firstline {
  background-color: #585858;
  padding: 0.5rem 1.5rem;
  height: 1rem;
  line-height: 1rem;
  letter-spacing: 1px;
}
header .firstline a {
  color: white;
  font-size: 1rem;
}
header .firstline .socialbuttons {
  float: right;
}
header .firstline .socialbuttons img {
  height: 1.5rem;
  margin-top: -0.2rem;
}
header .secondline {
  padding: 1rem 1.5rem;
  background-color: white;
}
header .secondline img#logo {
  width: 10rem;
}
header .secondline #main-navigation {
  display: none;
  float: right;
}
header .secondline #main-navigation ul {
  margin: 2rem 0;
  padding: 0 1rem 0 0;
}
header .secondline #main-navigation ul li {
  list-style-type: none;
  display: inline;
  padding: 0 0 0 3rem;
  text-transform: uppercase;
}
header .secondline #main-navigation ul li a {
  color: #585858;
}
header .secondline #mobile-menu-button {
  float: right;
  padding: 1.7rem 15px;
}
header .secondline #mobile-menu-button img {
  width: 1.5rem;
  cursor: pointer;
}
header #mobile-navigation {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
header #mobile-navigation.show {
  max-height: 10rem;
}
header #mobile-navigation ul {
  width: 100%;
  padding: 0;
}
header #mobile-navigation ul li {
  list-style-type: none;
  text-align: center;
}
header #mobile-navigation ul li a {
  color: black;
  font-size: 1.7rem;
  line-height: 4rem;
}
header #overlay-logo {
  position: absolute;
  top: 11rem;
  width: 9rem;
  height: 3rem;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  z-index: 2;
}
header #overlay-logo img{
  width: 7rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
header #overlay-logo-2 {
  position: absolute;
  top: 14.5rem;
  width: 9rem;
  height: 3rem;
  right: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  z-index: 2;
}
header #overlay-logo-2 img{
  width: 6rem;
  margin-top: -0.4rem;
  margin-left: 1.2rem;
}
header #overlay-logo.overlay-visible, header #overlay-logo-2.overlay-visible{
  display: block;
}
header #overlay-logo.overlay-invisible, header #overlay-logo-2.overlay-invisible{
  display: none;
}

@media all and (min-width: 768px) {
  header .secondline #mobile-menu-button {
    display: none;
  }
  header .secondline #main-navigation {
    display: inline-block;
  }
  header #mobile-navigation {
    display: none;
  }
}
@media all and (min-width: 1700px) {
  header #overlay-logo {
    text-align: center;
    top: 14rem;
    width: 15rem;
    height: 4.5rem;
    margin: 0;
    padding: 0;
  }
  header #overlay-logo img{
    width: 11rem;
    margin-top: 0.7rem;
  }
  header #overlay-logo-2 {
    text-align: center;
    top: 19.3rem;
    width: 15rem;
    height: 4.5rem;
    margin: 0;
    padding: 0;
  }
  header #overlay-logo-2 img{
    width: 8.6rem;
    margin-top: -0.6rem;
  }
}
#hero {
  overflow: hidden;
  max-height: 160vh;
  position: relative;
  background-image: radial-gradient(rgb(50, 50, 50), rgb(20, 20, 20));
  text-align: center;
  width: 100%;
  font-size: 0;
}
#hero .main {
  width: 100%;
  width: 100vw;
  max-width: 50rem;
  max-height: 1200px;
  margin: 2rem 0 0;
  object-fit: contain;
  object-position: center;
  vertical-align: unset;
}
#hero .overlay-slogan {
  position: absolute;
  bottom: 5rem;
  right: 1rem;
  width: 10rem;
}
#hero .stoerer {
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  width: 10rem;
  transform: rotate(-2deg);
}

@media all and (orientation: landscape) {
  #hero .overlay-slogan, #hero .stoerer {
    bottom: 1rem;
  }
}
@media all and (min-width: 768px) {
  #hero {
    max-height: none;
  }
  #hero .overlay-slogan {
    bottom: 10%;
    right: 5%;
    width: 25%;
  }
  #hero .stoerer {
    bottom: 10%;
    left: 5%;
    width: 35%;
  }
}
.intro {
  padding: 2rem 1.5rem;
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro .text {
  max-width: 792px;
}
.intro .text .unterschrift {
  height: 3rem;
  display: block;
}
.intro .wahlkreis{
  max-height: 50vh;
}

@media all and (min-width: 900px) {
  .intro {
    flex-direction: row;
  }
  .intro .wahlkreis{
    margin: 0 0 0 6vw;
    max-height: none;
    min-width: 300px;
    width: 20vw;
    height: auto;
  }
}
.video {
  background-color: #F2F2F2;
}
.video #videoslider {
  width: 100%;
  padding: 2rem 0 5rem 0;
}
.video #videoslider video {
  width: 100%;
}
.video #videoslider .slidr-control.left {
  width: 3rem;
  height: 60%;
  top: 20%;
}
.video #videoslider .slidr-control.left:after {
  padding: 0 0.5rem;
  border-top-width: 1rem;
  border-bottom-width: 1rem;
  border-right-width: 1.2rem;
  margin-top: -2.5rem;
}
.video #videoslider .slidr-control.right {
  width: 3rem;
  height: 60%;
  top: 20%;
}
.video #videoslider .slidr-control.right:after {
  padding: 0 0.5rem;
  border-top-width: 1rem;
  border-bottom-width: 1rem;
  border-left-width: 1.2rem;
  margin-top: -2.5rem;
}
.video #videoslider #videoslider-breadcrumbs {
  bottom: auto;
  top: 3rem;
}
.video #videoslider #videoslider-control {
  height: 60%;
  top: 20%;
}

.about {
  background-color: #008195;
  padding: 3rem 1.5rem;
  text-align: center;
  color: white;
}
.about h2 {
  text-align: center;
  display: block;
  width: 15rem;
  margin: 0 auto;
  background-color: white;
  color: #585858;
  box-shadow: 5px 5px 7px #00000029;
}
.about .kachelbereich {
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  transition: all 2s ease-in;
}
.about .kachelbereich .kachel {
  background-color: white;
  margin: 1rem 0;
  padding: 1rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 25rem;
  transition: all ease 2s;
}
.about .kachelbereich .kachel.niederrheiner{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(../assets/niederrheiner.jpg);
  background-position: right;
}
.about .kachelbereich .kachel.familienmensch{
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(../assets/familienmensch.jpg);
}
.about .kachelbereich .kachel h3 {
  text-align: center;
  color: white;
  margin: 1rem 0;
  font-size: 2rem;
}
.about .kachelbereich .kachel img {
  width: 8rem;
  margin: 0 10%;
}
.about .kachelbereich .kachel .text {
  max-height: 0;
  overflow: hidden;
  transition-property: max-height;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.about .kachelbereich .kachel.show .text{
  max-height: 50rem;
}
.about .kachelbereich .kachel.show.niederrheiner{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/niederrheiner.jpg);
}
.about .kachelbereich .kachel.show.familienmensch{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/familienmensch.jpg);
}
.about .kachelbereich .kachel .text ul {
  padding: 0 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #585858;
  text-align: left;
}
.about a {
  color: white;
  background-color: #F39A1F;
  margin: 3rem 0 0 0;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
}

@media all and (min-width: 666px) {
  .about .kachelbereich {
    flex-direction: row;
    margin: 5rem 0 0 0;
    align-items: flex-start;
  }
  .about .kachelbereich .kachel {
    width: 33rem;
    max-width: 49%;
    max-width: calc(50% - 1.5rem);
    margin: 0 0.5rem;
  }
  .about .kachelbereich .kachel h3 {
    margin: 1rem 0 0 0;
    min-height: 8rem;
    line-height: 2rem;
  }
  .about .kachelbereich .kachel:first-of-type {
    margin-left: 0;
  }
  .about .kachelbereich .kachel:last-of-type {
    margin-right: 0;
  }
  .about .kachelbereich .kachel .text ul {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .about a {
    font-size: 1.8rem;
    padding: 0.8rem 2rem;
  }
}
.anliegen {
  background-color: #F2F2F2;
  padding: 3rem 1.5rem;
  text-align: center;
}
.anliegen h2 {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0.5rem auto;
  padding: 0 1rem;
  background-color: white;
  color: #585858;
  box-shadow: 5px 5px 7px #00000029;
}
.anliegen .kachelbereich {
  display: flex;
  flex-direction: column;
}
.anliegen .kachelbereich .kachel {
  height: 100vw;
  width: 100%;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
}
.anliegen .kachelbereich .kachel .vorne {
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  position: absolute;
  top: 0;
  z-index: 9;
  text-align: center;
  background-size: cover;
  background-position: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anliegen .kachelbereich .kachel .vorne .box-vorne {
  margin: 0 auto;
  width: calc(100% - 2rem);
  float: left;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
}
.anliegen .kachelbereich .kachel .vorne .hintergrund {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.anliegen .kachelbereich .kachel .vorne .headline {
  margin-top: calc(50vw - 4rem);
  display: inline-block;
  text-align: left;
}
.anliegen .kachelbereich .kachel .vorne .headline h3 {
  background-color: white;
  display: inline-block;
  margin: 1px auto;
  padding: 0 1rem;
  box-shadow: 5px 5px 7px #00000029;
  text-align: center;
}
.anliegen .kachelbereich .kachel .vorne .headline h3:nth-of-type(2) {
  margin-left: 0.5rem;
}
.anliegen .kachelbereich .kachel .vorne .headline h4 {
  background-color: #F39A1F;
  color: white;
  display: inline-block;
  margin: 0 0 0 1rem;
  padding: 0 0.5rem;
  box-shadow: 5px 5px 7px #00000029;
  max-width: calc(95% - 2rem);
}
.anliegen .kachelbereich .kachel .vorne.wahlkreis{
  background-image: url("/assets/Ausrufezeichen_hintergrund.png");
}
.anliegen .kachelbereich .kachel .hinten {
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.anliegen .kachelbereich .kachel .hinten .box-hinten {
  margin: 0 auto;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.anliegen .kachelbereich .kachel.flip .vorne {
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.anliegen .kachelbereich .kachel.flip .hinten {
  z-index: 10;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  overflow-y: scroll;
}

@media all and (min-width: 665px) {
  .anliegen .kachelbereich {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .anliegen .kachelbereich .kachel {
    width: 24rem;
    height: 24rem;
    max-width: 49%;
    max-width: calc(50% - 0.5rem);
    margin: 2rem 0;
  }
  .anliegen .kachelbereich .kachel .vorne .headline {
    text-align: center;
    margin-top: 7rem;
  }
}
@media all and (min-width: 735px) {
  .anliegen .kachelbereich .kachel {
    width: 24rem;
    height: 24rem;
    max-width: 32%;
    max-width: calc(33% - 0.5rem);
  }
  .anliegen .kachelbereich .kachel:nth-of-type(1) .vorne .headline h3:first-of-type {
    margin-left: -1.5rem;
  }
  .anliegen .kachelbereich .kachel:nth-of-type(2) .vorne .headline h3:first-of-type {
    margin-left: -1.5rem;
  }
  .anliegen .kachelbereich .kachel:nth-of-type(3) .vorne .headline h3:first-of-type {
    margin-left: -8.5rem;
  }
  .anliegen .kachelbereich .kachel:nth-of-type(4) .vorne .headline h3:first-of-type {
    margin-left: -5.5rem;
  }
  .anliegen .kachelbereich .kachel:nth-of-type(5) .vorne .headline h3:first-of-type {
    margin-left: -9.5rem;
  }
}
.socialmedia {
  background-color: #F39A1F;
  padding: 5rem 0;
}
.socialmedia .maxwidth {
  text-align: center;
}
.socialmedia .maxwidth p {
  color: white;
}
.socialmedia .maxwidth h3 {
  color: white;
}
.socialmedia .links, .socialmedia .rechts {
  display: inline-block;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
  min-height: 18rem;
}
.socialmedia .links h3, .socialmedia .rechts h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #585858;
}
.socialmedia .links iframe, .socialmedia .rechts iframe {
  margin: 0 auto !important;
}
.socialmedia .links img, .socialmedia .rechts img {
  width: 100%;
}
.socialmedia .rechts {
  float: right;
}
.socialmedia a {
  color: white;
  text-decoration: underline;
}
.socialmedia button {
  display: block;
  margin: 1rem auto;
  background-color: #585858;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  cursor: pointer;
}

@media all and (min-width: 1000px) {
  .socialmedia .links, .socialmedia .rechts {
    background-color: white;
    width: 49%;
  }
  .socialmedia .links .sc, .socialmedia .rechts .sc {
    max-height: 800px;
  }
  .socialmedia .rechts > .sc {
    overflow-y: scroll;
  }
}
.ueber-mich {
  background-color: #008195;
  padding: 3rem 1.5rem;
  text-align: center;
  background-image: url("/assets/streifen_oben.svg"), url("/assets/streifen_unten.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: cover;
}
.ueber-mich h2 {
  text-align: center;
  display: block;
  width: 15rem;
  margin: 5rem auto;
  background-color: white;
  color: #585858;
  box-shadow: 5px 5px 7px #00000029;
}
.ueber-mich .thema {
  color: white;
  max-width: 50rem;
  display: inline-block;
}
.ueber-mich .thema .img-rahmen {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
.ueber-mich .thema .img-rahmen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ueber-mich .thema .versteckterInhalt {
  background-color: #F39A1F;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 1rem;
  transition-property: max-height, max-width;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
.ueber-mich .thema .versteckterInhalt.show {
  max-height: 70rem;
}
.ueber-mich .thema .versteckterInhalt p {
  margin: 1rem 2rem;
}
.ueber-mich h3 {
  color: white;
  margin: 4rem 0 10rem;
}

@media all and (min-width: 1023px) {
  .ueber-mich .thema {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 2rem 0;
  }
  .ueber-mich .thema:nth-of-type(odd) {
    text-align: left;
  }
  .ueber-mich .thema:nth-of-type(odd) h3 {
    text-align: left;
    margin: 1rem 10rem;
  }
  .ueber-mich .thema:nth-of-type(odd) .versteckterInhalt {
    margin: 0 auto 0 10rem;
  }
  .ueber-mich .thema:nth-of-type(even) {
    text-align: right;
  }
  .ueber-mich .thema:nth-of-type(even) h3 {
    text-align: right;
    margin: 1rem 10rem;
  }
  .ueber-mich .thema:nth-of-type(even) .versteckterInhalt {
    margin: 0 10rem 0 auto;
  }
  .ueber-mich .thema:last-of-type:after {
    background: none;
  }
  .ueber-mich .thema .img-rahmen {
    width: 25rem;
    height: 18rem;
    margin: 0 10rem;
  }
  .ueber-mich .thema .versteckterInhalt {
    width: 25rem;
    max-height: 0;
    max-width: none;
  }
}
.textseite {
  background-color: #008195;
  padding: 3rem 1.5rem;
  text-align: center;
  background-image: url("/assets/streifen_oben.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.textseite .hero {
  width: 100%;
  max-width: 61rem;
}
.textseite .textblock {
  color: white;
  text-align: left;
}
.textseite .textblock p {
  margin: 2rem 0;
}
.textseite .textblock b {
  font-size: 1.3rem;
  font-weight: bolder;
}
.textseite .textblock ol {
  margin-top: 0;
}
.textseite .textblock ol li {
  margin: 1rem 0;
}
.textseite .textblock ol li:first-of-type {
  margin: 0.5rem 0;
}
.textseite .textblock .unterschrift {
  width: 10rem;
}
.textseite h2 {
  text-align: left;
  display: block;
  margin: 5rem auto;
  color: white;
}
.textseite h3 {
  margin: 1rem 0;
}
.textseite h4 {
  font-weight: bolder;
  font-size: 1.4rem;
  margin: 1.3rem 0 0;
}
.textseite .wahlspruch {
  width: 30rem;
  max-width: 80%;
  margin: 5rem auto;
}

footer {
  background-color: #585858;
  color: white;
  padding: 2rem 0;
}
footer .drittel {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 1rem 0;
}
footer .drittel h2 {
  margin-top: 0;
  font-size: 1.6rem;
}
footer .drittel address {
  font-style: normal;
}
footer .drittel ul {
  margin: 1rem 0 0 0;
  padding: 0;
}
footer .drittel ul li {
  list-style-type: none;
}
footer .drittel ul li a {
  color: white;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
footer .drittel ul li a:hover {
  color: #F39A1F !important;
}
footer .drittel img {
  width: 10rem;
}

@media all and (min-width: 666px) {
  footer .drittel {
    width: 32%;
    text-align: left;
  }
  footer .drittel:last-of-type {
    float: right;
  }
}

/*# sourceMappingURL=main.css.map */
