@charset "UTF-8";


/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

a {
  color: #1eaedb;
}

a:hover {
  color: #1b9cc5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3.0rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

body {
  font-family: 'Muli', sans-serif;
}

/**
*Bereich fonts
*/

/* muli-200 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/muli-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Muli ExtraLight'), local('Muli-ExtraLight'),
       url('../fonts/muli-v11-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-200.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-200italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/muli-v11-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local('Muli ExtraLight Italic'), local('Muli-ExtraLightItalic'),
       url('../fonts/muli-v11-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-200italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-300 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/muli-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Muli Light'), local('Muli-Light'),
       url('../fonts/muli-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-300.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-300italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/muli-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Muli Light Italic'), local('Muli-LightItalic'),
       url('../fonts/muli-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-300italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('../fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/muli-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Muli Bold'), local('Muli-Bold'),
       url('../fonts/muli-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-700.svg#Muli') format('svg'); /* Legacy iOS */
}

/* muli-700italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/muli-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Muli Bold Italic'), local('Muli-BoldItalic'),
       url('../fonts/muli-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/muli-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/muli-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/muli-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/muli-v11-latin-700italic.svg#Muli') format('svg'); /* Legacy iOS */
}

/**
*Bereich header
*/
.header {
  background-image: linear-gradient(162deg, transparent, #f68a32);
}

.header-foto {
  display: none;
  border-radius: 15px;

}

@media (min-width: 550px) {
  .header-foto {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
}

@media (min-width: 750px) {
  .header-foto {
    margin-top: 20px;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .header-foto {
    margin-top: 30px;
    width: 100%;
  }
}

.header-navbar-links {
  font-size: 105%;
  float: right;
  margin-top: 40px;
  font-weight: lighter;
  display: none;
}

@media (min-width: 750px) {
  .header-navbar-links {
    display: block;
  }
}

.header-navbar-links a {
  color: #272727;
  text-decoration: none;
  font-weight: bold;
}

.header-navbar-links a:hover {
  font-weight: bold;
  color: #071d24;
  text-shadow: 0px 0px 0.2px black;
}

.header-navbar-links li {
  color: white;
  float: left;
  list-style-type: none;
  margin-left: 26px;
  font-size: 100%;
  text-align: center;
}

.header-logo {
  width: 60%;
  text-align: center; 
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (min-width: 550px) {
  .header-logo {
    width: 37%;
    margin-left: -12px;
  }
}

@media (min-width: 750px) {
  .header-logo {
    width: 27%;
    margin-left: -12px;
  }
}

@media (min-width: 1000px) {
  .header-logo {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .header-logo {
    width: 40%;
  
  }
}



/**
*Bereich Slogan
*/
.slogan {
  padding-top: 90px;
  color: white;
  text-align: center;
  text-shadow: 0px 0px 2px black;
}

.slogan-lighter {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  color: #000011;
}

@media (min-width: 550px) {
  .slogan-lighter {
    font-size: 140%;
  }
}

@media (min-width: 750px) {
  .slogan-lighter {
    font-size: 175%;
  }
}

@media (min-width: 1000px) {
  .slogan-lighter {
    font-size: 210%;
  }
}

@media (min-width: 1200px) {
  .slogan-lighter {
    font-size: 230%;
  }
}

.slogan-bold {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 180%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #000011;
}

@media (min-width: 550px) {
  .slogan-bold {
    font-size: 170%;
  }
}

@media (min-width: 750px) {
  .slogan-bold {
    font-size: 200%;
  }
}

@media (min-width: 1000px) {
  .slogan-bold {
    font-size: 240%;
  }
}

@media (min-width: 1200px) {
  .slogan-bold {
    font-size: 300%;
  }
}

#side-menu-trigger {
  float: right;
  color: white;
  margin-top: 29px;
  padding: 5px;
  font-size: 200%;
  height: inherit;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 750px) {
  #side-menu-trigger {
    display: none;
  }
}

/**
*Bereich Zielgruppe
*/
.zielgruppe {
  padding-top: 90px;
  padding-bottom: 85px;
  background-image: linear-gradient(190deg, transparent, #3ac78c);
}

.name {
  color: #003599;
  margin-top: -20px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 180%;
  display: block;
  text-align: center;
  text-shadow: 0px 0px 1px black;
  -webkit-transition: all 1s;
  transition: all 1s;
  letter-spacing: 0.05em;
}

@media (min-width: 550px) {
  .name {
    margin-top: 40px;
    font-size: 170%;
  }
}

@media (min-width: 750px) {
  .name {
    margin-top: 60px;
    font-size: 190%;
  }
}

@media (min-width: 1000px) {
  .name {
    margin-top: 60px;
    font-size: 220%;
  }
}

@media (min-width: 1200px) {
  .name {
    margin-top: 50px;
    font-size: 240%;
  }
}

.name:hover {
  color: #8095cb;
  text-shadow: 0px 0px 1px black;
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
  opacity: 0.2;
}

.wipa {
  color: #323232;
  font-size: 100%;
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 550px) {
  .wipa {
    margin-bottom: -30px;
  }
}

@media (min-width: 750px) {
  .wipa {
    margin-bottom: 0px;
  }
}

.zielgruppe-titel {
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 160%;
}

@media (min-width: 550px) {
  .zielgruppe-titel {
    font-size: 180%;
  }
}

@media (min-width: 750px) {
  .zielgruppe-titel {
    font-size: 190%;
  }
}

@media (min-width: 1000px) {
  .zielgruppe-titel {
    font-size: 200%;
  }
}

.zielgruppe-liste {
  font-size: 95%;
  padding-left: 10px;
  color: #323232;
  list-style-type: disc;
  line-height: 1.1em;
  margin-bottom: -40px;
}

@media (min-width: 550px) {
  .zielgruppe-liste {
    font-size: 100%;
  }
}

@media (min-width: 750px) {
  .zielgruppe-liste {
    font-size: 110%;
  }
}

@media (min-width: 1000px) {
  .zielgruppe-liste {
    font-size: 125%;
    margin-bottom: 25px;
  }
}

.zielgruppe-mitte {
  margin-top: 90px;
}

.zielgruppe-unten {
  margin-top: 95px;
}

.zielgruppe-logo {
  width: 55%;
  padding-top: 5px;
  padding-left: 60px;
  display: block;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  display: none;
}

@media (min-width: 550px) {
  .zielgruppe-logo {
    display: block;
    padding-top: 60px;
  }
}

@media (min-width: 750px) {
  .zielgruppe-logo {
    padding-top: 50px;
  }
}

@media (min-width: 1000px) {
  .zielgruppe-logo {
    display: block;
    padding-top: 20px;
    }
}

.zielgruppe-logo:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
  opacity: 0.2;
}

.zielgruppe-wasserzeichen {
  width: 50%;
  padding-top: 30px;
  padding-left: 40px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  display: none;
}

@media (min-width: 550px) {
  .zielgruppe-wasserzeichen {
    display: block;
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .zielgruppe-wasserzeichen {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .zielgruppe-wasserzeichen {
    margin-top: 0px;
  }
}

.zielgruppe-wasserzeichen:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
  opacity: 0.3;
}


/**
*Bereich teilhabe
*/
.teilhabe {
  background-image: linear-gradient(162deg, transparent, #1ac2b4);
  padding-top: 100px;
  padding-bottom: 100px;
}

.schriftzug-teilhabe {
  margin-top: 40px;
  margin-bottom: 60px;
  border-radius: 15px;
  display: none;
}

@media (min-width: 550px) {
  .schriftzug-teilhabe {
    margin-top: 40px;
    display: block;
    width: 100%;
  }
}

@media (min-width: 750px) {
  .schriftzug-teilhabe {
    margin-top: 50px;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .schriftzug-teilhabe {
    margin-top: 30px;
    width: 100%;
  }
}

.begriffe-teilhabe {
  margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 15px;
  display: none;
}

@media (min-width: 550px) {
  .begriffe-teilhabe {
    margin-top: 40px;
    display: block;
    width: 100%;
  }
}

@media (min-width: 750px) {
  .begriffe-teilhabe {
    margin-top: 50px;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .begriffe-teilhabe {
    margin-top: 30px;
    width: 100%;
  }
}


/**
*Bereich footer
*/
.footer {
  background-image: linear-gradient(202deg, transparent, #0d152c);
  padding-top: 30px;
  padding-bottom: 10px;
  color: white;
}

.footer-top {
  text-align: center;
}

.footer-logo {
  width: 38%;
  padding-bottom: 10px;
}

.footer-name {
  font-weight: lighter;
  font-size: 150%;
  margin-bottom: 15px;
}

.footer h4 {
  font-weight: lighter;
  font-size: 110%;
  margin-bottom: -17px;
  margin-top: 0px;
}

.footer-adressangaben {
  margin-left: 40px;
  margin-top: 15px;
}

@media (min-width: 550px) {
  .footer-adressangaben {
    margin-top: 30px;
    padding-left: 70px;
    min-width: 90%;
  }
}

@media (min-width: 750px) {
  .footer-adressangaben {
    padding-left: 0px;
    min-width: 32%;
    padding-bottom: 25px;
  }
}

.footer-adresse {
  font-size: 90%;
  font-weight: lighter;
  list-style-type: none;
  margin-bottom: 0px;
}

.footer-adresse li {
  margin-bottom: 1px;
}

.footer-adresse .footer-strasse {
  margin-bottom: 0px;
}

.footer-adresse .footer-wipage {
  margin-bottom: 0px;
}

.footer-adresse .footer-stadt {
  margin-bottom: 10px;
}

.footer-icon {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-size: 100%;
  margin-left: -13px;
}

.footer-adresse .fa {
  font-size: 105%;
}

.footer-portfolio-mitte {
  margin-top: 50px;
  margin-left: 40px;
}

@media (min-width: 550px) {
  .footer-portfolio-mitte {
    padding-left: 30px;
    margin-top: 50px;
    min-width: 40%;
  }
}

@media (min-width: 750px) {
  .footer-portfolio-mitte {
    padding-left: 0px;
    margin-top: 30px;
    min-width: 33%;
    margin-left: 25px;
  }
}

@media (min-width: 1000px) {
  .footer-portfolio-mitte {
    padding-left: 70px;
  }
}

.footer-portfolio {
  font-weight: lighter;
  font-size: 150%;
  margin-bottom: 15px;
}

.footer-service {
  font-weight: lighter;
  font-size: 150%;
  margin-bottom: 15px;
}

.footer-service-liste {
  font-size: 90%;
  font-weight: lighter;
  list-style-type: none;
}

.footer-service-liste li {
  margin-bottom: 1px;
  list-style-type: none;
}

.footer-service-liste a {
  color: white;
  text-decoration: none;
}

.footer-service-liste li:hover {
  margin-bottom: 1px;
  color: white;
  font-weight: bold;
}

.footer-portfolio-rechts {
  margin-left: 40px;
  margin-top: 30px;
}

@media (min-width: 550px) {
  .footer-portfolio-rechts {
    margin-top: 50px;
    padding-left: 0px;
    margin-left: 20px;
    min-width: 40%;
  }
}

@media (min-width: 750px) {
  .footer-portfolio-rechts {
    padding-left: 0px;
    margin-top: 30px;
    min-width: 29%;
    margin-left: 0px;
  }
}

@media (min-width: 1000px) {
  .footer-portfolio-rechts {
    padding-left: 80px;
  }
}

.footer-hr {
  margin-top: 5px;
  margin-bottom: 7px;
}

.footer-end {
  text-align: center;
  font-weight: lighter;
  margin-bottom: 25px;
  font-size: 90%;
}

.footer-end a {
  color: white;
  text-decoration: none;
  padding-right: 100px;
}

.footer-end a:hover {
  color: white;
  font-weight: bold;
}

.footer-copyright {
  padding-top: 8px;
  float: left;
  color: #8ccaf0;
  font-size: 80%;
}

.footer-copyright-zeichen {
  color: #8ccaf0;
  font-size: 120%;
}

.footer-adresse li .email-link {
  color: white;
  text-decoration: none;
}

.footer-adresse li .email-link:hover {
  font-weight: bold;
}

.footer-wasserzeichen {
  width: 80%;
  padding-top: 40px;
  margin-left: -50px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  display: none;
}

@media (min-width: 550px) {
  .footer-wasserzeichen {
    display: block;
    margin-top: 40px;
    margin-left: 13%;
    width: 50%;
  }
}

@media (min-width: 750px) {
  .footer-wasserzeichen {
    display: block;
    margin-top: 40px;
    margin-left: 12%;
    width: 60%;
  }
}

@media (min-width: 1000px) {
  .footer-wasserzeichen {
    margin-top: 30px;
    margin-left: 0%;
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .footer-wasserzeichen {
    margin-top: 20px;
    margin-left: -8%;
    width: 80%;
  }
}

.footer-wasserzeichen:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
  opacity: 0.3;
}

/**
*Bereich Kontakt
*/
.kontakt-header {
  background-image: linear-gradient(162deg, transparent, #f68a32);
  height: 130px;
}

.kontakt-logo {
  width: 65%;
  margin-top: -40px;
}

@media (min-width: 550px) {
  .kontakt-logo {
    margin-top: -60px;
    width: 50%;
  }
}

@media (min-width: 750px) {
  .kontakt-logo {
    margin-top: -60px;
    width: 40%;
  }
}

@media (min-width: 1000px) {
  .kontakt-logo {
    margin-top: -80px;
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .kontakt-logo {
    margin-top: -85px;
    width: 43%;
  }
}

.kontaktformular {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(262deg, transparent, #f68a32);
  color: #000099;
  font-size: 110%;
}

.kontakt-h1 {
  margin-bottom: 40px;
  color: #1e1e1e;
  font-weight: lighter;
}

.kontakt-name {
  margin-bottom: 12px;
}

.kontakt-ob {
  font-size: 100%;
  margin-bottom: 12px;
}

.kontakt-adresse {
  font-size: 100%;
  list-style-type: none;
}

.kontakt-adresse li {
  margin-bottom: 0px;
}

.kontakt-adresse .kontakt-strasse {
  margin-bottom: -4px;
}

.kontakt-adresse .kontakt-wipage {
  margin-bottom: -4px;
}

.kontakt-adresse .kontakt-stadt {
  margin-bottom: 20px;
}

.kontakt-icon {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-size: 110%;
  margin-left: -10px;
}

.kontakt-adresse .fa {
  font-size: 105%;
}

.kontakt-input {
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
}

.kontakt-input:focus,
input.kontakt-input:focus {
  border: 2px solid #000099;
  background-color: #fafafa;
}

.kontakt-distanzklasse-links {
  min-width: 100%;
  padding-left: 5px;
  margin-bottom: 30px;
}

@media (min-width: 550px) {
  .kontakt-distanzklasse-links {
    padding-left: 10px;
    min-width: 48%;
  }
}

@media (min-width: 750px) {
  .kontakt-distanzklasse-links {
    padding-left: 10px;
    min-width: 30%;
  }
}

@media (min-width: 1000px) {
  .kontakt-distanzklasse-links {
    min-width: 25%;
    padding-left: 10px;
    margin-bottom: 30px;
  }
}

.kontakt-distanzklasse-rechts {
  min-width: 100%;
  padding-right: 0px;
  padding-left: 5px;
}

@media (min-width: 550px) {
  .kontakt-distanzklasse-rechts {
    padding-right: 30px;
    padding-left: 0px;
  }
}

@media (min-width: 750px) {
  .kontakt-distanzklasse-rechts {
    padding-left: 0px;
  }
}

@media (min-width: 1000px) {
  .kontakt-distanzklasse-rechts {
    min-width: 35%;
    padding-left: 0px;
    margin-bottom: 30px;
    padding-right: 20px;
  }
}

.kontakt-nachricht {
  height: 230px;
}

input.kontakt-submit[type="submit"] {
  color: white;
  background-color: #000099;
}

input.kontakt-submit[type="submit"]:hover {
  color: white;
  background-color: #000099;
  font-size: 70%;
}

.kontakt-innen {
  background-color: #f1f1f1;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  border-radius: 10px;
}

.kontakt-label {
  color: #030099;
  display: none;
}

.no-placeholder .contact-label {
  display: block;
}

.kontakt-adresse li .email-link {
  color: #000099;
  text-decoration: none;
}

.kontakt-adresse li .email-link:hover {
  font-weight: bold;
}

/**
*Bereich impressum
*/
.impressum-header {
  background-color: #000046;
  height: 180px;
}

.impressum-logo {
  width: 25%;
  margin-top: 0px;
}

@media (min-width: 550px) {
  .impressum-logo {
    margin-top: -23px;
    width: 75%;
  }
}

@media (min-width: 750px) {
  .impressum-logo {
    margin-top: -30px;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .impressum-logo {
    margin-top: -45px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .impressum-logo {
    margin-top: -45px;
  }
}

.impressum {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: white;
  color: #464646;
  font-size: 110%;
}

.impressum-h1 {
  margin-bottom: 30px;
  color: #1e1e1e;
  font-weight: lighter;
}

h6.impressum-h5 {
  color: #1e1e1e;
  margin-bottom: 80px;
  font-size: 120%;
}

.impressum-h5 {
  color: #1e1e1e;
  font-weight: bold;
  margin-bottom: 10px;
}

.impressum-name {
  margin-bottom: 12px;
  color: #000099;
}

.impressum-ob {
  font-size: 130%;
  margin-bottom: 12px;
}

.impressum-adresse {
  font-size: 100%;
  list-style-type: none;
}

.impressum-adresse li {
  margin-bottom: 0px;
}

.impressum-adresse .impressum-strasse {
  margin-bottom: 0px;
}

.impressum-adresse .impressum-wipage {
  margin-bottom: 0px;
}

.impressum-adresse .impressum-stadt {
  margin-bottom: 20px;
}

.impressum-icon {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-size: 110%;
  margin-left: -10px;
}

.impressum-adresse .fa {
  font-size: 105%;
}

.impressum-wasserzeichen {
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  display: none;
}

@media (min-width: 550px) {
  .impressum-wasserzeichen {
    width: 75%;
    display: block;
    margin-top: 110px;
    margin-left: 35px;
  }
}

@media (min-width: 750px) {
  .impressum-wasserzeichen {
    margin-top: 90px;
  }
}

@media (min-width: 1000px) {
  .impressum-wasserzeichen {
    margin-top: 70px;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .impressum-wasserzeichen {
    margin-top: 25px;
  }
}

.impressum-wasserzeichen:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
  opacity: 0.2;
}

.impressum-text {
  margin-bottom: 50px;
}

.impressum-footer {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-top: 20p;
  background-color: #000050;
  color: white;
  font-size: 105%;
}

.impressum-footer-end {
  text-align: center;
  font-weight: lighter;
  margin-bottom: -15px;
  font-size: 100%;
}

.impressum-footer-end a {
  color: white;
  text-decoration: none;
  padding-right: 54px;
}

@media (min-width: 550px) {
  .impressum-footer-end a {
    padding-right: 10px;
  }
}

@media (min-width: 750px) {
  .impressum-footer-end a {
    padding-right: 42px;
  }
}

@media (min-width: 1000px) {
  .impressum-footer-end a {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .impressum-footer-end a {
    padding-right: 85px;
  }
}

.impressum-footer-end a:hover {
  color: white;
  font-weight: bold;
}

.impressum-adresse li .email-link {
  color: #464646;
  text-decoration: none;
}

.impressum-adresse li .email-link:hover {
  font-weight: bold;
}

/**
*Bereich Datenschutzerklärung
*/
.datenschutzerklärung-header {
  background-color: #000046;
  height: 180px;
}

.datenschutzerklärung-logo {
  width: 85%;
  margin-top: -10px;
}

@media (min-width: 550px) {
  .datenschutzerklärung-logo {
    margin-top: -23px;
    width: 75%;
  }
}

@media (min-width: 750px) {
  .datenschutzerklärung-logo {
    margin-top: -30px;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .datenschutzerklärung-logo {
    margin-top: -45px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .datenschutzerklärung-logo {
    margin-top: -45px;
  }
}

.datenschutzerklärung {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: white;
  color: #464646;
  font-size: 110%;
}

.datenschutzerklärung-h1 {
  margin-bottom: 40px;
  color: #1e1e1e;
  font-weight: lighter;
  font-size: 180%;
}

@media (min-width: 550px) {
  .datenschutzerklärung-h1 {
    margin-bottom: 40px;
    font-size: 250%;
  }
}

@media (min-width: 750px) {
  .datenschutzerklärung-h1 {
    margin-bottom: 50px;
    font-size: 320%;
  }
}

@media (min-width: 1000px) {
  .datenschutzerklärung-h1 {
    margin-bottom: 60px;
    font-size: 320%;
  }
}

.datenschutzerklärung-name {
  margin-bottom: 12px;
  color: #000099;
}

.datenschutzerklärung-ob {
  font-size: 130%;
  margin-bottom: 12px;
}

.datenschutzerklärung-adresse {
  font-size: 100%;
  list-style-type: none;
  margin-bottom: 0px;
}

.datenschutzerklärung-adresse li {
  margin-bottom: -0px;
}

.datenschutzerklärung-adresse .datenschutzerklärung-strasse {
  margin-bottom: 0px;
}

.datenschutzerklärung-adresse .datenschutzerklärung-wipage {
  margin-bottom: 0px;
}

.datenschutzerklärung-adresse .datenschutzerklärung-stadt {
  margin-bottom: 20px;
}

.datenschutzerklärung-icon {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-size: 110%;
  margin-left: -10px;
}

.datenschutzerklärung-adresse .fa {
  font-size: 105%;
}

.datenschutzerklärung-adressblock-links {
  -width: 40%;
}

.datenschutzerklärung-adressblock-rechts {
  min-width: 40%;
}

.datenschutzerklärung-wasserzeichen {
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  display: none;
}

@media (min-width: 550px) {
  .datenschutzerklärung-wasserzeichen {
    width: 75%;
    display: block;
    margin-top: 110px;
    margin-left: 35px;
  }
}

@media (min-width: 750px) {
  .datenschutzerklärung-wasserzeichen {
    margin-top: 90px;
  }
}

@media (min-width: 1000px) {
  .datenschutzerklärung-wasserzeichen {
    margin-top: 70px;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .datenschutzerklärung-wasserzeichen {
    margin-top: 25px;
  }
}

.datenschutzerklärung-wasserzeichen:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
}

.datenschutzerklärung-h5 {
  color: #1e1e1e;
  font-weight: bold;
  margin-bottom: 10px;
}

.datenschutzerklärung-h6 {
  color: #1e1e1e;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 110%;
}

.datenschutzerklärung-text {
  margin-bottom: 50px;
}

.datenschutzerklärung-footer {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-top: 20p;
  background-color: #000046;
  color: white;
  font-size: 105%;
}

.datenschutzerklärung-footer-end {
  text-align: center;
  font-weight: lighter;
  margin-bottom: -15px;
  font-size: 100%;
}

.datenschutzerklärung-footer-end a {
  color: white;
  text-decoration: none;
  padding-right: 54px;
}

@media (min-width: 550px) {
  .datenschutzerklärung-footer-end a {
    padding-right: 10px;
  }
}

@media (min-width: 750px) {
  .datenschutzerklärung-footer-end a {
    padding-right: 42px;
  }
}

@media (min-width: 1000px) {
  .datenschutzerklärung-footer-end a {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .datenschutzerklärung-footer-end a {
    padding-right: 85px;
  }
}

.datenschutzerklärung-footer-end a:hover {
  color: white;
  font-weight: bold;
}

.datenschutzerklärung-adresse li .email-link {
  color: #464646;
  text-decoration: none;
}

.datenschutzerklärung-adresse li .email-link:hover {
  font-weight: bold;
}

/**
*Bereich Wegbeschreibung
*/
.wegbeschreibung-adresskopf {
  height: 550px;
  background-image: url("../img/header-wegbeschreibung.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.wegbeschreibung-header {
  background-color: #000046;
  height: 180px;
}

.wegbeschreibung-logo {
  width: 85%;
  margin-top: -10px;
}

@media (min-width: 550px) {
  .wegbeschreibung-logo {
    margin-top: -23px;
    width: 75%;
  }
}

@media (min-width: 750px) {
  .wegbeschreibung-logo {
    margin-top: -30px;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-logo {
    margin-top: -45px;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .wegbeschreibung-logo {
    margin-top: -45px;
  }
}

.wegbeschreibung-adresskopf {
  background-color: #8ccaf0;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wegbeschreibung-h1 {
  margin-bottom: 80px;
  color: #1e1e1e;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 180%;
}

@media (min-width: 550px) {
  .wegbeschreibung-h1 {
    font-size: 280%;
  }
}

.wegbeschreibung-name {
  margin-bottom: 12px;
  color: #000099;
  text-shadow: 0px 0px 1px white;
}

.wegbeschreibung-ob {
  font-size: 130%;
  margin-bottom: 12px;
  text-shadow: 0px 0px 1px white;
  color: black;
}

.wegbeschreibung-adresse {
  padding-bottom: 50px;
  color: #464646;
  font-size: 110%;
  list-style-type: none;
  margin-bottom: 0px;
  text-shadow: 0px 0px 1px white;
  color: black;
}

.wegbeschreibung-adresse li {
  margin-bottom: -0px;
}

.wegbeschreibung-adresse .wegbeschreibung-strasse {
  margin-bottom: 0px;
}

.wegbeschreibung-adresse .wegbeschreibung-wipage {
  margin-bottom: 0px;
}

.wegbeschreibung-adresse .wegbeschreibung-stadt {
  margin-bottom: 20px;
}

.wegbeschreibung-icon {
  display: inline-block;
  width: 45px;
  text-align: center;
  font-size: 110%;
  margin-left: -10px;
}

.wegbeschreibung-adresse .fa {
  font-size: 105%;
}

.wegbeschreibung-wasserzeichen {
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  display: none;
}

@media (min-width: 550px) {
  .wegbeschreibung-wasserzeichen {
    width: 75%;
    display: block;
    margin-top: 110px;
    margin-left: 35px;
  }
}

@media (min-width: 750px) {
  .wegbeschreibung-wasserzeichen {
    margin-top: 90px;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-wasserzeichen {
    margin-top: 70px;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .wegbeschreibung-wasserzeichen {
    margin-top: 25px;
  }
}

.wegbeschreibung-wasserzeichen:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
}

.wegbeschreibung-istock {
  width: 100%;
  margin-top: 140px;
  display: none;
}

@media (min-width: 750px) {
  .wegbeschreibung-istock {
    margin-top: 100px;
    width: 160%;
    display: block;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-istock {
    margin-top: 40px;
    width: 180%;
  }
}

.wegbeschreibung-pkw {
  background-color: #dae3ec;
}

.fonts-auto {
  text-align: center;
  opacity: 0.5;
  display: none;
}

@media (min-width: 750px) {
  .fonts-auto {
    padding-top: 140px;
    font-size: 700%;
    display: block;
  }
}

@media (min-width: 1000px) {
  .fonts-auto {
    padding-top: 90px;
    font-size: 750%;
  }
}

.wegbeschreibung-auto-anfahrt {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 90%;
  min-width: 100%;
}

@media (min-width: 550px) {
  .wegbeschreibung-auto-anfahrt {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 100%;
    min-width: 100%;
  }
}

@media (min-width: 750px) {
  .wegbeschreibung-auto-anfahrt {
    padding-top: 70px;
    padding-bottom: 60px;
    font-size: 100%;
    min-width: 50%;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-auto-anfahrt {
    padding-top: 80px;
    padding-bottom: 70px;
    font-size: 110%;
    min-width: 50%;
  }
}

@media (min-width: 1200px) {
  .wegbeschreibung-auto-anfahrt {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 110%;
    min-width: 40%;
  }
}

.wegbeschreibung-h3 {
  color: #1e1e1e;
  font-weight: lighter;
  margin-bottom: 40px;
}

.wegbeschreibung-auto-anfahrt h5 {
  font-weight: lighter;
  color: #1e1e1e;
}

.fonts-bahn {
  text-align: center;
  opacity: 0.5;
  display: none;
}

@media (min-width: 750px) {
  .fonts-bahn {
    padding-top: 210px;
    font-size: 700%;
    display: block;
  }
}

@media (min-width: 1000px) {
  .fonts-bahn {
    padding-top: 150px;
    font-size: 750%;
  }
}

.wegbeschreibung-bahn {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 90%;
  min-width: 100%;
}

@media (min-width: 550px) {
  .wegbeschreibung-bahn {
    padding-top: 60px;
    padding-bottom: 50px;
    font-size: 100%;
    min-width: 100%;
  }
}

@media (min-width: 750px) {
  .wegbeschreibung-bahn {
    padding-top: 70px;
    padding-bottom: 60px;
    font-size: 100%;
    min-width: 50%;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-bahn {
    padding-top: 80px;
    padding-bottom: 70px;
    font-size: 110%;
    min-width: 50%;
  }
}

@media (min-width: 1200px) {
  .wegbeschreibung-bahn {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 110%;
    min-width: 40%;
  }
}

.wegbeschreibung-bahn li {
  list-style-type: square;
  margin-bottom: 2px;
}

.wegbeschreibung-footer {
  padding-top: 10px;
  padding-bottom: 25px;
  margin-top: 20p;
  background-color: #000046;
  color: white;
  font-size: 105%;
}

.wegbeschreibung-footer-end {
  text-align: center;
  font-weight: lighter;
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 100%;
}

.wegbeschreibung-footer-end a {
  color: white;
  text-decoration: none;
  padding-right: 83px;
}

@media (min-width: 550px) {
  .wegbeschreibung-footer-end a {
    padding-right: 17px;
  }
}

@media (min-width: 750px) {
  .wegbeschreibung-footer-end a {
    padding-right: 42px;
  }
}

@media (min-width: 1000px) {
  .wegbeschreibung-footer-end a {
    padding-right: 75px;
  }
}

@media (min-width: 1200px) {
  .wegbeschreibung-footer-end a {
    padding-right: 85px;
  }
}

.wegbeschreibung-footer-end a:hover {
  color: white;
  font-weight: bold;
}



/**
*Bereich stellenangebote
*/

.stellenangebote-liste {
  list-style-type: disc;
  line-height: 90%;
  padding-left: 20px;
  margin-top: -15px
}

/**
*Bereich side-menu
*/

.side-menu {
  background-color: black;
  padding-top: 5px;
  color: white;
}

.side-menu h3 {
  padding-left: 7px;
  font-size: 170%;
}

.side-menu-navigation {
  list-style-type: none;
  border-bottom: 1px solid #5a5a5a;
}

.side-menu-navigation li {
  color: white;
  text-decoration: none;
  list-style-type: none;
  border-top: 1px solid #5a5a5a;
  padding-left: 12px;
  margin-bottom: 0px;
}

.side-menu-navigation a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  list-style-type: none;
  display: block;
}



