@charset "UTF-8";
/*---------------------STYLES------------------------------------*/
/*------Variables------*/
/*--------------------------Variables---------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*----------------COLORS-----------------------------------------------------*/
/*----------Background-----*/
/*----------Logo-----------*/
/*-----------Stripe----------*/
/*-----------Circle-----------*/
/*-----------Navi-------------*/
/*-----------Aside------------*/
/*-----------Fish--------------*/
/*----------------ARCHITECTURE-----------------------------------------------------*/
/*-----------Site------------*/
/*-----------Main & Aside----*/
/*-----------Footer------------*/
/*-----------LAYOUT------------*/
/*----------------HAMBURGER-----------------------------------------------------*/
/*----------------MEDIAQUERIES-----------------------------------------------------*/
/*------Extends------*/
/*--------------------------Extends-------------------------*/
.pseudo-element, #main-nav li:hover:after, #main-nav li.active:after {
  content: "";
  display: block; }

.pseudo-element-cover, .wrapper-header-main:before, .wrapper-header-main:after, .site-header:before, .fish-wrapper-bottom:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

.clearfix, .clearfix:before,
.clearfix:after,
.wrapper-header-main:after,
.wrapper-main-aside:after,
.wrapper-main-aside:before,
.site-footer:after {
  content: "";
  display: block;
  clear: both; }

/*------Mixins------*/
/*mixin for the container of floating elements*/
/*mixin for container figure with animated inset figcaption*/
/*mixin komplex shadow  --> doesn't work with border-radius*/
/*-----Striped-Frame ------*/
/*mixin hamburger / cross for this html:

<div class="hamburger-wrapper">
	<a href="#menu" id="menu">
		<span class="hamburger"></span>
	</a>
	<a href="#no-menu" id="no-menu">
	</a>
</div>
*/
/*special*/
/*gebunden an #logo:target*/
/*-------stylesheets------------------*/
/*! 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; }

/*-----------------fonts.scss----------------*/
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url("fonts/pt-sans-latin.woff2") format("woff2"), url("fonts/PTSans-Regular.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* Schriftsatz nur für Anführungs- und Schlusszeichen*/
@font-face {
  font-family: Quotation-marks;
  src: local("Calibri"), local("Arial");
  unicode-range: U+201E, U+201C; }
/*-----------architecture------------------*/
/*Grundlegende Styles für die Blockverteilung*/
body {
  background-color: #373432; }

/*--- sticky footer ---*/
.wrapper-header-main {
  height: auto;
  min-height: calc(100vh - 80px); }
  .wrapper-header-main:before {
    background-color: white;
    z-index: -5000; }
  .wrapper-header-main:after {
    background-image: linear-gradient(90deg, transparent 75%, #495db7 0);
    z-index: -2000; }

.site-footer {
  min-height: 80px;
  background-color: white;
  border-top: 4px solid #c2185b; }

/*--- Ende sticky footer ---*/
/*site wird begrenzt und mittig zentriert*/
.wrapper-header-main, .site-footer {
  max-width: 1280px;
  margin: 0 auto; }

/*
.wrapper-header-main:before,
.wrapper-header-main:after {
	content: "";
	display: table;
}
*/
.wrapper-header-main:after {
  clear: both; }

.site-header,
.wrapper-header-main,
.wrapper-main-aside,
.site-footer
main,
aside,
footer {
  position: relative; }

/* main und aside erhalten über das Elternelement gleiche Hoehe */
.wrapper-main-aside {
  display: flex;
  flex-wrap: wrap;
  /*min-height: calc(80vh - 80px);*/
  /*
  	& main:after,
  	& aside:after {@extend .pseudo-element-cover;}*/ }
  .wrapper-main-aside main, .wrapper-main-aside aside {
    padding-top: 20vw;
    padding-bottom: 1rem; }
    @media screen and (min-width: 1280px) {
      .wrapper-main-aside main, .wrapper-main-aside aside {
        padding-top: 15rem; } }
    @media screen and (max-width: 700px) {
      .wrapper-main-aside main, .wrapper-main-aside aside {
        padding-top: 8.5rem; } }
  .wrapper-main-aside main {
    float: left;
    width: 75%;
    padding-left: 4rem;
    padding-right: 4rem;
    /*&:after {
    	//background-color: $background-color; //nur als fallback, da wrapper-main-aside ebenfalls $backgorund-color besitzt
    	z-index: -5000;
    }*/ }
  .wrapper-main-aside aside {
    float: right;
    width: 25%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    /*&:after {
    	//background-color: $color-aside; //Farbe von Aside
    	z-index: -1000;
    }*/ }

/*wenn body die Klasse no-aside besitzt --> volle Breite und keine Farbe*/
.no-aside .wrapper-header-main:after {
  background-image: initial; }
.no-aside main {
  width: 100%;
  padding-right: 4rem; }

/*clearfix*/
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  html {
    font-size: 96%; } }
/*--------------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  html {
    font-size: 94%; }

  /*Hintergrundfarbe von Main und Aside hängt jetzt nicht mehr an dem wrapper-header-main*/
  .wrapper-header-main:after {
    background-image: initial; }

  /* main & aside nicht mehr gefloatet */
  .wrapper-main-aside {
    /*Hintergrundfarbe bei aside direkt vergeben*/ }
    .wrapper-main-aside main, .wrapper-main-aside aside {
      float: none;
      width: 100%;
      padding-left: 2rem;
      padding-right: 2rem; }
    .wrapper-main-aside aside {
      background-color: #495db7;
      padding-top: 3rem; } }
/*-------------------globals--------------------*/
* {
  box-sizing: border-box; }

body {
  font-family: Quotation-marks, Verdana, Arial, sans-serif;
  color: black;
  line-height: 1.2; }

a {
  color: inherit;
  text-decoration: none; }

main a {
  color: #c2185b; }
  main a:hover {
    color: #495db7;
    text-decoration: underline; }

.button {
  display: block;
  text-align: center;
  background-color: #344384;
  color: #ccc;
  text-decoration: none;
  padding: .5em .8em;
  margin: 1.0rem 0;
  border-radius: 24px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0px 0px 4px 1px rgba(0, 0, 0, 0.4), inset 0px 8px 4px rgba(255, 255, 255, 0.15), inset 0px 3px 2px rgba(255, 255, 255, 0.22), inset 0px -10px 6px rgba(0, 0, 0, 0.2);
  transition: all 300ms; }
  .button:hover {
    color: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5), 0px 0px 1px 1px rgba(0, 0, 0, 0.3), inset 0px 8px 5px rgba(255, 255, 255, 0.18), inset 0px 3px 3px rgba(255, 255, 255, 0.28), inset 0px -10px 8px rgba(0, 0, 0, 0.25);
    background-color: #2f3b76;
    text-decoration: none; }
  @media screen and (max-width: 700px) {
    .button {
      display: inline-block; } }

main .button {
  display: inline-block;
  min-width: 150px;
  margin-right: 0.7rem;
  margin-right: 0.7rem; }
  main .button:first-of-tye {
    margin-left: 0; }
  main .button:last-of-type:not(:only-of-type) {
    margin-right: 0; }

p, blockquote, li, time, address {
  line-height: 1.5; }

h2, h3, h4, h5, h6 {
  font-weight: bold; }

main h3 {
  margin-top: 2.4rem; }

.clear {
  clear: both; }

address, time {
  font-style: normal; }

/*--------------mit Cursor ausgewählter Text----------------*/
::selection {
  background-color: #495db7;
  color: white; }

#website-name *::selection,
#main-nav *::selection {
  background-color: initial;
  color: #c2185b; }

aside *:not(.button)::selection {
  background-color: #C9E13B;
  color: black; }

.button::selection {
  background-color: initial; }

.blockquote::selection,
.blockquote *::selection {
  background-color: white;
  color: black; }

/*------------------------ images.scss --------------------*/
/* --------------- Bilder ------------------ */
/* ----------------------------------------- */
img, svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

/*Bilder im Hauptbereich und slider mit abgerundeten Ecken*/
.slider-pro .sp-mask,
body:not(.kontakt) img[src*=".jpg"]:not(.sp-image) {
  border-radius: 6px; }

/*nur die Bilder im Hauptbereich*/
body:not(.kontakt) img[src*=".jpg"]:not(.sp-image) {
  margin-bottom: 1.5rem; }

/*-----spezielle Regeln für Slider--------------------------*/
/*im Slider werden Regeln für Abstände bei Elementen mit Bildunterschriften normalisiert*/
figure.sp-slide {
  position: relative;
  margin: 0; }

/*Bildunterschriften im Slider innerhalb dieses Elements*/
.sp-slide figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: white;
  text-shadow: 1px 1px 1px black, 0px 0px 1px black, -1px -1px 4px rgba(0, 0, 0, 0.8); }

/*-----------spezielle Regeln für GIF-Überschriften -----------*/
/*gif-Animationen (Überschriften)*/
.h2-gif {
  height: 4.5rem;
  width: auto;
  /*wirkliche Überschriften im Offset*/ }
  @media screen and (max-width: 700px) {
    .h2-gif {
      height: 13vw; } }
  .h2-gif + h2 {
    position: absolute;
    left: -9999px; }

/*-----------header---------------------------*/
/*----------architecture inside header + normal styles--------*/
.site-header {
  z-index: 1000;
  /*---stripe---*/ }
  .site-header:before {
    z-index: -100;
    background-color: white; }
  .site-header:after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    height: 12px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 33.33%, #c2185b 0, #c2185b 66.67%, rgba(255, 255, 255, 0.2) 0, white 100%); }

.header-first-line {
  display: table;
  width: 100%;
  padding-top: 1rem;
  margin-bottom: .5rem; }
  .header-first-line > * {
    display: table-cell;
    vertical-align: middle;
    padding-right: .4vw;
    margin: 0; }

#logo-link {
  position: relative;
  z-index: 5000; }

#logo-img {
  width: 9vw;
  min-width: 80px;
  max-width: 160px;
  margin-left: 4rem; }

@keyframes logo-roll {
  0% {
    transform: translate(0, 0) rotate(0deg);
    top: 0; }
  12% {
    top: -20px; }
  50% {
    transform: translate(120px, 17px) rotate(290deg);
    top: 14px; }
  62% {
    top: 28px; }
  83% {
    top: -6px; }
  100% {
    transform: translate(0, 0) rotate(0deg);
    top: 0; } }
@keyframes color-change-green {
  0% {
    filter: none; }
  20% {
    filter: hue-rotate(-16deg) saturate(1.05) brightness(1) contrast(1) grayscale(0.2); }
  33% {
    filter: hue-rotate(-40deg) saturate(0.95) brightness(1) contrast(1) grayscale(0.3); }
  50% {
    filter: hue-rotate(-120deg) saturate(0.8) brightness(1) contrast(1.1) grayscale(0.36); }
  68% {
    filter: hue-rotate(-150deg) saturate(1.1) brightness(1.5) contrast(1.15) grayscale(0.4); }
  100% {
    filter: hue-rotate(-166deg) saturate(1.2) brightness(1.85) contrast(1.3) grayscale(0); } }
@keyframes color-change-red {
  0% {
    filter: none; }
  100% {
    filter: hue-rotate(90deg) saturate(1.3) brightness(0.8) contrast(1.2); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }
@keyframes sloping {
  0% {
    transform: skew(0deg) rotate(0deg); }
  10% {
    transform: skew(7deg) rotate(7deg); }
  75% {
    transform: skew(-7deg) rotate(-7deg); }
  100% {
    transform: skew(0deg) rotate(0deg); } }
@media screen and (max-width: 700px) and (min-width: 580px) {
  #logo:target #logo-link {
    animation: logo-roll 8s 1 cubic-bezier(0.29, 0.11, 0.17, 1.05), color-change-green 4.2553191489s 2 ease-out alternate;
    animation-delay: 1100ms; }
  #logo:target [class*="fish-wrapper"], #logo:target .site-header:after {
    animation: sloping 6.48s 1 cubic-bezier(0.25, 0.1, 0.2, 1.5);
    animation-delay: 1000ms; } }
@media screen and (min-width: 701px) {
  #logo:target #logo-img {
    animation: color-change-red 620ms 2 ease-out alternate, rotate 1700ms cubic-bezier(0.25, 0.1, 0.18, 1.2);
    animation-delay: 5s; } }

#website-name {
  font-family: PT Sans, Calibri, sans-serif;
  font-size: 3.3vw;
  letter-spacing: 0.20625vw;
  text-transform: uppercase;
  font-variant: small-caps;
  font-weight: 300;
  padding-left: 2.5rem; }
  #website-name .big-letter {
    font-size: 5.94vw; }
  @media screen and (max-width: 900px) {
    #website-name {
      font-size: 3.0985915493vw;
      letter-spacing: 0.1936619718vw; }
      #website-name .big-letter {
        font-size: 5.5774647887vw; } }
  @media screen and (max-width: 700px) {
    #website-name {
      font-size: 1.7rem;
      letter-spacing: 0.10625rem; }
      #website-name .big-letter {
        font-size: 3.06rem; } }
  @media screen and (max-width: 480px) {
    #website-name {
      font-size: 1.5rem;
      letter-spacing: 0.09375rem; }
      #website-name .big-letter {
        font-size: 2.7rem; } }
  @media screen and (min-width: 1280px) {
    #website-name {
      font-size: 2.7rem;
      letter-spacing: 0.16875rem; }
      #website-name .big-letter {
        font-size: 4.86rem; } }
  #website-name .big-letter {
    color: #495db7; }

/*------------------------ Fish ------------------------------------------*/
[class*="fish-wrapper"] {
  position: absolute;
  width: 100%; }

.fish-wrapper-top {
  z-index: -50;
  bottom: 0;
  /*(3 * $stripe-width);*/
  opacity: .12;
  /*halbdurchsichtig*/ }

.fish-wrapper-bottom:after {
  min-height: 300px;
  background-image: url("img/svg/fish-border-new.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  /*fallback*/
  z-index: -3000; }

/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  #logo-img {
    margin-left: 2rem; }

  #website-name {
    padding-left: 1rem; } }
@media screen and (max-width: 700px) {
  #logo-link, #website-name, .toggle-nav {
    display: block; }

  #logo-link {
    float: left; }

  #website-name {
    clear: both;
    text-align: center;
    position: relative;
    top: -5rem;
    margin-bottom: -5rem;
    padding: 0; }
    #website-name .small-letter {
      display: none; }

  .toggle-nav {
    float: right;
    margin-right: 2rem;
    position: relative;
    top: -3.5rem; } }
@media screen and (max-width: 480px) {
  #website-name {
    display: none; }

  .toggle-nav {
    top: 1rem; } }
/*----------------------------navi---------------------*/
nav ul {
  padding: 0; }

nav li {
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #646464; }
  nav li:not(:last-of-type) {
    margin-right: 1.3em; }

#main-nav {
  position: relative;
  z-index: 100;
  padding-left: 4rem;
  background-color: rgba(157, 150, 150, 0.65); }
  #main-nav ul {
    margin-bottom: 0; }
  #main-nav li a {
    display: block;
    line-height: 3;
    padding-left: .3rem;
    padding-right: .3rem; }

/* ---------- HOVER-und Aktive Seite--------------------- */
/*Verhalten in allen navs*/
nav li:hover, nav li.active {
  color: #495db7;
  position: relative; }

/*Verhalten in Hauptnavigation*/
#main-nav li:hover:after, #main-nav li.active:after {
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 4px;
  background-color: #495db7;
  z-index: 2000; }
#main-nav li:hover {
  background-color: rgba(255, 255, 255, 0.4); }

/*---------------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  /*Umbau der Main-nav*/
  /*im Ausgangszustand: Navigation nicht sichtbar*/
  #main-nav {
    float: right;
    position: relative;
    top: 12px;
    padding-left: 0;
    background-color: #373432;
    width: 360px;
    margin-bottom: 12px; }
    #main-nav ul, #main-nav li, #main-nav a {
      display: block; }
    #main-nav ul {
      margin-top: 0;
      max-height: 0;
      overflow: hidden;
      transition: max-height 400ms ease-in-out; }
    #main-nav li {
      position: relative;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: rgba(255, 255, 255, 0.7); }
    #main-nav li a {
      line-height: 4;
      padding-left: 1.5rem;
      transition: padding-left 500ms ease-out; }

  /*------ HOVER & .active (der ausgefahrenen navi)----------------- */
  #main-nav li.active {
    color: white; }
  #main-nav li:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: #C9E13B; }
    #main-nav li:hover:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 26px;
      height: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      background-color: #373432; }
    #main-nav li:hover a {
      padding-left: 40px; }
  #main-nav li.active:after, #main-nav li:hover:after {
    display: none; }

  /*----------------- Toggle-Navigation ---------------------------*/
  #menu .toggle-nav {
    padding: 1rem; }

  #menu-reset {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 10000; }

  /* basic-styles des HAMBURGER */
  [class*="hamburger-icon"] {
    display: block;
    width: 43.2px;
    height: 4px;
    position: relative;
    background-color: #495db7;
    border-radius: 2px;
    transition: background-color 400ms, transform 500ms; }
    [class*="hamburger-icon"].hamburger-icon-top {
      top: -12px; }
    [class*="hamburger-icon"].hamburger-icon-bottom {
      top: 12px; }

  /* Vorbereitung des CROSS */
  .hamburger-icon-middle:before,
  .hamburger-icon-middle:after {
    content: "";
    display: block;
    width: 43.2px;
    height: 4px;
    position: absolute;
    background-color: inherit;
    border-radius: 2px;
    transform-origin: center;
    transition: background-color 300ms, transform 500ms; }

  /* Toggle-Navigation: HOVER */
  .toggle-nav:hover [class*="hamburger-icon"] {
    background-color: #344384; }

  /* Hamburger --> Cross */
  #menu:target [class*="hamburger-icon"] {
    background-color: transparent; }
  #menu:target .hamburger-icon-middle:before, #menu:target .hamburger-icon-middle:after {
    background-color: #c2185b !important; }
  #menu:target .hamburger-icon-middle:before {
    transform: rotate(-45deg); }
  #menu:target .hamburger-icon-middle:after {
    transform: rotate(45deg); }
  #menu:target #menu-reset {
    display: block; }

  /*------ Toggle-Navigation: in Action -------*/
  #menu:target #main-nav ul {
    max-height: 400px; } }
/*-----------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  #main-nav {
    width: 100%; }
    #main-nav li a {
      padding-left: 2rem; }
    #main-nav li:hover:before {
      display: none; }
    #main-nav li:hover a {
      padding-left: 2rem; } }
/*----------------main------------------------------------*/
/*-------------Allgemeines--------------------*/
.blockquote {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  border-left: 24px solid #495db7;
  padding: 12px 18px 12px 8px;
  background-color: #acb5de;
  font-style: italic;
  border-radius: 6px;
  font-style: normal;
  margin-bottom: 1.5rem; }

.blockquote li {
  list-style-type: none; }

/*----------- home (index) ---------------------*/
.home main {
  padding-bottom: 8rem; }
  .home main .gender {
    position: absolute;
    bottom: 1rem;
    width: 100%;
    display: block; }

/*-------------Kontakt---------------------------------------*/
figure.contact-person {
  margin: 0;
  position: relative;
  min-height: 120px;
  /*fallback*/
  margin-top: 4rem;
  margin-bottom: 3rem; }
  figure.contact-person img {
    width: 50%;
    border-radius: 6px; }
  figure.contact-person figcaption {
    width: 100%;
    padding-left: 55%;
    padding-top: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, transparent 40%, white 50.2%, transparent 0, transparent 100%); }
  figure.contact-person h4 {
    margin-top: 0; }
  figure.contact-person .name {
    display: inline-block;
    margin-bottom: .8rem; }
  figure.contact-person address {
    padding-left: 1.8rem; }
  @media screen and (max-width: 480px) {
    figure.contact-person {
      /*Kontaktdaten alles untereinander*/ }
      figure.contact-person img {
        width: 100%;
        border-radius: .4rem; }
      figure.contact-person figcaption {
        padding-left: 0;
        position: relative;
        background-image: initial; } }

.phone, .envelope, .mobil, .email {
  position: relative; }

.phone:before, .envelope:before, .mobil:before, .email:before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-family: 'FontAwesome';
  padding-right: 0; }

.phone:before {
  content: "\f095";
  padding-left: 2px; }

.envelope:before {
  content: "\f003"; }

.mobil:before {
  content: "\f10b";
  font-size: 1.25rem;
  padding-left: 5px; }

.email:before {
  content: "\f109"; }

/*-----------------aside-----------------------------*/
/*-----------nur allg. Layout-Styles-----------------*/
aside {
  font-size: .9rem;
  color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 900px) {
    aside {
      font-size: .95rem; } }
  @media screen and (max-width: 700px) {
    aside {
      padding-top: 2rem;
      padding-left: 2rem;
      color: rgba(255, 255, 255, 0.8); } }
  aside h3 {
    color: white;
    padding-bottom: 1.2rem; }
  aside h4 {
    margin-top: 2.2rem; }
  aside .single-date {
    margin-top: 1rem; }
    aside .single-date:hover {
      color: rgba(255, 255, 255, 0.9); }

.aside-element {
  margin: 3rem 0rem 1.5rem; }

#div-flyer {
  width: 100%;
  padding-top: 2rem;
  /*halbe Breite und Schriftzug "Flyer Download" sichtbar*/ }
  #div-flyer figure {
    position: relative;
    margin: 0; }
    #div-flyer figure > figcaption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 25% .6rem .5rem;
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5) 60%);
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
      color: #fff;
      opacity: 0;
      transition: opacity 500ms; }
    #div-flyer figure:hover figcaption {
      opacity: initial; }
  #div-flyer img {
    float: none;
    width: 100%;
    transition: all 400ms;
    filter: saturate(1.2); }
  #div-flyer figure:hover img {
    filter: saturate(1.4); }
  #div-flyer figcaption {
    border-radius: 6px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-shadow: 1px 1px 0px black, -1px -1px 0px black; }
  @media screen and (max-width: 700px) {
    #div-flyer {
      width: 50%; }
      #div-flyer figcaption {
        opacity: 1 !important; } }

/*-----formular.scss---------------*/
form {
  position: relative; }
  form input[name="email"] {
    height: 2.4rem;
    width: 100%;
    border-radius: 1.2rem;
    border: 3px solid #495db7;
    color: #344384;
    padding-left: 1rem;
    padding-right: 7rem; }
  form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 6.5rem;
    border: 3px solid #495db7;
    border-radius: 0 1.2rem 1.2rem 0; }
    form input[type="submit"]:hover {
      background-color: #495db7;
      color: #fff; }

/*--------------------footer---------------------*/
.site-footer {
  text-align: right;
  padding-right: 1.4rem; }

/*Pfeil nach oben*/
a.move-up {
  display: block;
  position: absolute;
  z-index: 1000;
  top: .5rem;
  left: 4rem;
  color: rgba(157, 150, 150, 0.65);
  font-size: 2.5rem;
  transition: color 300ms; }
  @media screen and (max-width: 700px) {
    a.move-up {
      left: 2rem; } }
  a.move-up:hover {
    color: #495db7; }

/*-----------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  #footer-nav li {
    display: block;
    margin-right: 0;
    padding-bottom: .2rem; } }

/*# sourceMappingURL=style.css.map */
