@charset "UTF-8";



/* 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 */
}







/*
* 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 header
*/
.header {
  height: 640px;
  background-image: url("../img/header-index.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.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: white;
  text-decoration: none; }

.header-navbar-links a:hover {
  font-weight: bold;
  color: white; }

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

.header-logo {
  width: 12%;
  margin-left: -80px;
  margin-top: -50px; }

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

.slogan-lighter {
  font-size: 190%;
  font-weight: lighter; }

.slogan-bold {
  padding-top: 10px;
  font-size: 220%;
  font-weight: bold; }

.button-header {
  text-align: center;
  display: none; }

@media (min-width: 550px) {
  .button-header {
    display: block; } }

.slogan-button {
  margin-top: 30px;
  color: white;
  text-shadow: 0px 0px 2px black; }

.slogan-button:hover {
  color: white;
  text-shadow: 0px 0px 1px #8095cb; }

#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: 100px;
  padding-bottom: 85px;
  background-color: #ebf0f5; }

.name {
  color: #003599;
  margin-top: -20px;
  margin-left: 10px;
  text-decoration: none;
  font-size: 280%;
  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: 10px; } }

@media (min-width: 750px) {
  .name {
    margin-top: 50px; } }

@media (min-width: 1000px) {
  .name {
    margin-top: 20px; } }

.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: 30px;
  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;
    margin-top: 40px; } }

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

.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 Portfolio
*/
.portfolio {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #dae3ec; }

.portfolio-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 250%; }

@media (min-width: 550px) {
  .portfolio-headline {
    font-size: 260%; } }

@media (min-width: 750px) {
  .portfolio-headline {
    font-size: 270%; } }

@media (min-width: 1000px) {
  .portfolio-headline {
    font-size: 280%; } }

@media (min-width: 1200px) {
  .portfolio-headline {
    font-size: 290%; } }

.portfolio-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  padding-bottom: 40px;
  font-size: 90%; }

@media (min-width: 550px) {
  .portfolio-sub-headline {
    font-size: 100%; } }

@media (min-width: 750px) {
  .portfolio-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .portfolio-sub-headline {
    font-size: 140%; } }

.portfolio-box {
  border-radius: 2px;
  border: 1px solid black;
  background-color: white;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px; }

.row {
  margin-left: 0px; }

.row .untereinander {
  margin-left: 0px; }

@media (min-width: 550px) {
  .row .untereinander {
    min-width: 70%;
    margin-left: 15%; } }

@media (min-width: 750px) {
  .row .untereinander {
    min-width: 70%;
    margin-left: 15%; } }

@media (min-width: 1000px) {
  .row .untereinander {
    min-width: 29%;
    margin-left: 20px; } }

.portfolio-foto {
  max-width: 96%;
  margin-top: 10px;
  margin-bottom: 20px; }

.portfolio h3 {
  text-align: center;
  margin-bottom: 6px;
  color: #464646;
  font-size: 210%; }

.portfolio-teaser {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #464646; }

.portfolio-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 100%;
  line-height: 140%;
  color: #1e1e1e; }

@media (min-width: 550px) {
  .portfolio-text {
    font-size: 110%; } }

@media (min-width: 750px) {
  .portfolio-text {
    font-size: 115%; } }

@media (min-width: 1000px) {
  .portfolio-text {
    font-size: 120%;
    min-height: 450px; } }

@media (min-width: 1200px) {
  .portfolio-text {
    font-size: 120%;
    min-height: 330px; } }

.portfolio-button {
  margin-top: 10px;
  margin-bottom: 40px;
  color: white;
  background-color: #003599;
  padding-left: 11px;
  padding-right: 10px;
  font-size: 10px; }

.portfolio-button a {
  text-decoration: none;
  color: white; }

.portfolio-button:hover {
  background-color: #003599;
  color: white;
  font-size: 80%; }

#extern-angehoben {
  margin-bottom: -16px;
  font-size: 160%;
  font-weight: bold; }

.portfolio h4 {
  font-size: 180%;
  line-height: 80%; }

/**
*Bereich features
*/
.features {
  padding-top: 90px;
  padding-bottom: 90px; }

.features-icon {
  width: 70px;
  height: 60px;
  padding-top: 10px;
  background-color: #e6ebf0;
  border-radius: 55px;
  color: #000099;
  text-align: center;
  font-size: 30px;
  float: left;
  -webkit-transition: all 1s;
  transition: all 1s; }

.features-icon:hover {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg); }

.features-icon a {
  color: #000099; }

@media (min-width: 550px) {
  .row .features-untereinander-links {
    margin-left: 0px;
    min-width: 100%; } }

@media (min-width: 750px) {
  .row .features-untereinander-links {
    min-width: 28%; } }

@media (min-width: 550px) {
  .row .features-untereinander-rechts {
    margin-left: 0px;
    min-width: 100%; } }

@media (min-width: 750px) {
  .row .features-untereinander-rechts {
    min-width: 25%;
    margin-left: 23px; } }

.features-icon a:hover {
  color: white; }

.features-text {
  margin-left: 90px;
  font-size: 90%; }

.features-text h5 {
  margin-bottom: 5px;
  font-size: 140%;
  font-weight: lighter; }

.features-text p {
  color: #323232;
  font-size: 100%;
  padding-top: 0px;
  margin-bottom: 55px; }

@media (min-width: 550px) {
  .features-text p {
    font-size: 105%; } }

@media (min-width: 750px) {
  .features-text p {
    font-size: 110%; } }

@media (min-width: 1000px) {
  .features-text p {
    font-size: 120%; } }

@media (min-width: 1200px) {
  .features-text p {
    font-size: 120%; } }

/**
*Bereich footer
*/
.footer {
  background-color: #000146;
  padding-top: 30px;
  padding-bottom: 10px;
  color: white; }

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

.footer-logo {
  width: 40%;
  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; }

/**
*Bereich Kontakt
*/
.kontakt-header {
  background-color: #000046;
  height: 145px; }

.kontakt-logo {
  width: 85%;
  margin-top: 0px; }

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

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

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

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

.kontaktformular {
  padding-top: 50px;
  padding-bottom: 93px;
  background-color: #000046;
  color: #000099;
  font-size: 110%; }

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

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

.kontakt-ob {
  font-size: 130%;
  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: 20px; } }

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

@media (min-width: 1000px) {
  .kontakt-distanzklasse-links {
    min-width: 25%;
    padding-left: 5px;
    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: 85%;
  margin-top: -10px; }

@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: 80px;
  color: #1e1e1e;
  font-weight: lighter; }

.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: rgb(30, 30, 30);
  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 über-mich
*/
.über-mich-header {
  background-color: #000046;
  height: 180px; }

.über-mich-logo {
  width: 85%;
  margin-top: -10px; }

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

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

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

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

.über-mich-adresskopf {
  height: 500px;
  background-image: url("../img/header-person.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.über-mich-wasserzeichen {
  padding-top: 60px;
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.über-mich {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: white; }

.über-mich-headline {
  padding-top: 10px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px; }

@media (min-width: 550px) {
  .über-mich-headline {
    font-size: 270%; } }

.über-mich .row {
  margin-top: 30px; }

@media (min-width: 550px) {
  .über-mich .row {
    margin-top: 50px; } }

@media (min-width: 750px) {
  .über-mich .row {
    margin-top: 70px; } }

@media (min-width: 1000px) {
  .über-mich .row {
    margin-top: 90px; } }

.über-mich-h1 {
  padding-top: 50px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white; }

.über-mich-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  padding-bottom: 10px;
  font-size: 100%;
  margin-bottom: 0px; }

@media (min-width: 550px) {
  .über-mich-sub-headline {
    font-size: 120%; } }

@media (min-width: 750px) {
  .über-mich-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .über-mich-sub-headline {
    font-size: 140%; } }

.über-mich-fett {
  font-size: 100%;
  padding-top: 1px;
  font-weight: lighter;
  list-style-type: none;
  margin-bottom: 15px; }

@media (min-width: 550px) {
  .über-mich-fett {
    font-size: 120%; } }

@media (min-width: 750px) {
  .über-mich-fett {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .über-mich-fett {
    font-size: 140%; } }

.über-mich-fett li {
  margin-bottom: 1px; }

.über-mich-namen {
  color: #000099;
  font-size: 130%;
  margin-bottom: 10px;
  font-weight: bold; }

@media (min-width: 550px) {
  .über-mich-namen {
    font-size: 140%; } }

@media (min-width: 750px) {
  .über-mich-namen {
    font-size: 150%; } }

@media (min-width: 1000px) {
  .über-mich-namen {
    font-size: 160%; } }

.über-mich-dgsv {
  padding-bottom: 7px;
  margin-top: -7px; }

.über-mich-portrait {
  width: 60%;
  border-radius: 22000px;
  margin-top: 25px;
  margin-left: 17%; }

@media (min-width: 550px) {
  .über-mich-portrait {
    width: 100%;
    margin-top: 100px;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .über-mich-portrait {
    margin-top: 30px;
    width: 100%; } }

@media (min-width: 1000px) {
  .über-mich-portrait {
    margin-top: 20px;
    width: 100%; } }

.über-mich-diplome li {
  list-style-type: none;
  margin-bottom: 0px; }

.über-mich h6 {
  font-size: 80%;
  margin-bottom: 0px; }

@media (min-width: 550px) {
  .über-mich h6 {
    font-size: 90%; } }

@media (min-width: 750px) {
  .über-mich h6 {
    font-size: 100%; } }

@media (min-width: 1000px) {
  .über-mich h6 {
    font-size: 110%; } }

.über-mich-Mitgliedschaften {
  margin-bottom: 0px;
  font-size: 85%;
  font-weight: lighter;
  list-style-type: none; }

@media (min-width: 550px) {
  .über-mich-Mitgliedschaften {
    font-size: 90%; } }

@media (min-width: 750px) {
  .über-mich-Mitgliedschaften {
    font-size: 100%; } }

@media (min-width: 1000px) {
  .über-mich-Mitgliedschaften {
    font-size: 120%; } }

.über-mich-Mitgliedschaften li {
  margin-bottom: 0px; }

.über-mich h5 {
  font-size: 120%;
  margin-bottom: 8px; }

@media (min-width: 550px) {
  .über-mich h5 {
    font-size: 130%; } }

@media (min-width: 750px) {
  .über-mich h5 {
    font-size: 150%; } }

@media (min-width: 1000px) {
  .über-mich h5 {
    font-size: 170%; } }

.über-mich-textfeld {
  font-size: 90%;
  margin-bottom: 0px; }

@media (min-width: 550px) {
  .über-mich-textfeld {
    font-size: 90%; } }

@media (min-width: 750px) {
  .über-mich-textfeld {
    font-size: 100%; } }

@media (min-width: 1000px) {
  .über-mich-textfeld {
    font-size: 110%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.supervision-adresskopf {
  height: 500px;
  background-image: url("../img/header-supervision-2077.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.supervision-h1 {
  padding-top: 70px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .supervision-h1 {
    font-size: 330%; } }

.supervision-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.supervision {
  padding-top: 100px;
  background-color: white; }

.supervision-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 220%; }

@media (min-width: 550px) {
  .supervision-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .supervision-headline {
    font-size: 330%;
    margin-top: 0px; } }

.supervision-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .supervision-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .supervision-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .supervision-sub-headline {
    font-size: 140%; } }

.supervision h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .supervision h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .supervision h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .supervision h2 {
    font-size: 280%; } }

.supervision .row {
  margin-bottom: 100px; }

.supervision-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .supervision-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.supervision-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.supervision-seitenelement {
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .supervision-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .supervision-seitenelement {
    font-size: 100%; } }

@media (min-width: 550px) {
  .supervision-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .supervision-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .supervision-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .supervision-listen {
    min-width: 45%;
    margin-left: 20px; } }

.supervision-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .supervision-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .supervision-seitenelement h5 {
    font-size: 160%; } }

.supervision-seitenelement li,
.supervision-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

.supervision-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .supervision-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .supervision-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .supervision-seitenelement-zitat {
    font-size: 150%; } }

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

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

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

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

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

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

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

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

/**
*Bereich Coaching
*/
.coaching-header {
  background-color: #000046;
  height: 170px; }

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

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

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

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

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

.coaching-adresskopf {
  height: 500px;
  background-image: url("../img/header-supervision-2077.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.coaching-h1 {
  padding-top: 70px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .coaching-h1 {
    font-size: 330%; } }

.coaching-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.coaching {
  padding-top: 100px;
  background-color: white; }

.coaching-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 220%; }

@media (min-width: 550px) {
  .coaching-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .coaching-headline {
    font-size: 330%;
    margin-top: 0px; } }

.coaching-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .coaching-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .coaching-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .coaching-sub-headline {
    font-size: 140%; } }

.coaching h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .coaching h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .coaching h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .coaching h2 {
    font-size: 280%; } }

.coaching .row {
  margin-bottom: 100px; }

.coaching-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .coaching-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.coaching-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.coaching-seitenelement {
  border: 4px solid #17497a;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .coaching-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .coaching-seitenelement {
    font-size: 100%; } }

@media (min-width: 550px) {
  .coaching-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .coaching-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .coaching-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .coaching-listen {
    min-width: 45%;
    margin-left: 20px; } }

.coaching-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .coaching-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .coaching-seitenelement h5 {
    font-size: 160%; } }

.coaching-seitenelement li,
.coaching-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

.coaching-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .coaching-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .coaching-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .coaching-seitenelement-zitat {
    font-size: 150%; } }

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

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

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

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

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

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

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

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

/**
*Bereich Mediation
*/
.mediation-header {
  background-color: #000046;
  height: 170px; }

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

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

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

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

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

.mediation-adresskopf {
  height: 500px;
  background-image: url("../img/header-supervision-2077.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.mediation-h1 {
  padding-top: 70px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .mediation-h1 {
    font-size: 330%; } }

.mediation-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.mediation {
  padding-top: 100px;
  background-color: white; }

.mediation-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 220%; }

@media (min-width: 550px) {
  .mediation-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .mediation-headline {
    font-size: 330%;
    margin-top: 0px; } }

.mediation-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .mediation-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .mediation-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .mediation-sub-headline {
    font-size: 140%; } }

.mediation h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .mediation h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .mediation h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .mediation h2 {
    font-size: 280%; } }

.mediation .row {
  margin-bottom: 100px; }

.mediation-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .mediation-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.mediation-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.mediation-seitenelement {
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .mediation-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .mediation-seitenelement {
    font-size: 100%; } }

@media (min-width: 550px) {
  .mediation-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .mediation-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .mediation-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .mediation-listen {
    min-width: 45%;
    margin-left: 20px; } }

.mediation-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .mediation-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .mediation-seitenelement h5 {
    font-size: 160%; } }

.mediation-seitenelement li,
.mediation-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

.mediation-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .mediation-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .mediation-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .mediation-seitenelement-zitat {
    font-size: 150%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.organisationsberatung-adresskopf {
  height: 500px;
  background-image: url("../img/header-supervision-2077.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.organisationsberatung-h1 {
  padding-top: 70px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .organisationsberatung-h1 {
    font-size: 330%; } }

.organisationsberatung-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.organisationsberatung {
  padding-top: 100px;
  background-color: white; }

.organisationsberatung-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 220%; }

@media (min-width: 550px) {
  .organisationsberatung-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .organisationsberatung-headline {
    font-size: 330%;
    margin-top: 0px; } }

.organisationsberatung-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .organisationsberatung-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .organisationsberatung-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .organisationsberatung-sub-headline {
    font-size: 140%; } }

.organisationsberatung h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .organisationsberatung h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .organisationsberatung h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .organisationsberatung h2 {
    font-size: 280%; } }

.organisationsberatung .row {
  margin-bottom: 100px; }

.organisationsberatung-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .organisationsberatung-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.organisationsberatung-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.organisationsberatung-seitenelement {
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .organisationsberatung-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .organisationsberatung-seitenelement {
    font-size: 100%; } }

@media (min-width: 550px) {
  .organisationsberatung-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .organisationsberatung-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .organisationsberatung-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .organisationsberatung-listen {
    min-width: 45%;
    margin-left: 20px; } }

.organisationsberatung-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .organisationsberatung-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .organisationsberatung-seitenelement h5 {
    font-size: 160%; } }

.organisationsberatung-seitenelement li,
.organisationsberatung-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

.organisationsberatung-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .organisationsberatung-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .organisationsberatung-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .organisationsberatung-seitenelement-zitat {
    font-size: 150%; } }

.organisationsberatung-seitenelement a.ob-link {
  text-decoration: none;
  color: #1e1e1e; }

.organisationsberatung-seitenelement a.ob-link:hover {
  font-weight: bold; }

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

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

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

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

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

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

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

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

/**
*Bereich Mitarbeiterberatung
*/
.mitarbeiterberatung-header {
  background-color: #000046;
  height: 170px; }

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

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

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

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

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

.mitarbeiterberatung-adresskopf {
  height: 500px;
  background-image: url("../img/header-supervision-2077.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.mitarbeiterberatung-h1 {
  padding-top: 70px;
  color: white;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .mitarbeiterberatung-h1 {
    font-size: 330%; } }

.mitarbeiterberatung-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.mitarbeiterberatung {
  padding-top: 100px;
  background-color: white; }

.mitarbeiterberatung-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 220%; }

@media (min-width: 550px) {
  .mitarbeiterberatung-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-headline {
    font-size: 330%;
    margin-top: 0px; } }

.mitarbeiterberatung-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .mitarbeiterberatung-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .mitarbeiterberatung-sub-headline {
    font-size: 140%; } }

.mitarbeiterberatung h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .mitarbeiterberatung h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .mitarbeiterberatung h2 {
    font-size: 280%; } }

.mitarbeiterberatung .row {
  margin-bottom: 100px; }

.mitarbeiterberatung-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .mitarbeiterberatung-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.mitarbeiterberatung-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.mitarbeiterberatung-seitenelement {
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .mitarbeiterberatung-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-seitenelement {
    font-size: 100%; } }

@media (min-width: 550px) {
  .mitarbeiterberatung-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .mitarbeiterberatung-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-listen {
    min-width: 45%;
    margin-left: 20px; } }

.mitarbeiterberatung-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .mitarbeiterberatung-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-seitenelement h5 {
    font-size: 160%; } }

.mitarbeiterberatung-seitenelement li,
.mitarbeiterberatung-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

.mitarbeiterberatung-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .mitarbeiterberatung-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .mitarbeiterberatung-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .mitarbeiterberatung-seitenelement-zitat {
    font-size: 150%; } }

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

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

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

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

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

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

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

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

/**
*Bereich online-beratung
*/
.onlineberatung-header {
  background-color: #000046;
  height: 170px; }

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

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

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

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

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

.onlineberatung-adresskopf {
  height: 570px;
  background-image: url("../img/header-onlineberatung.jpg");
  background-size: cover;
  background-position: 50% 50%; }

.onlineberatung-h1 {
  padding-top: 70px;
  color: black;
  font-weight: lighter;
  text-shadow: 0px 0px 1px white;
  font-size: 220%; }

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

@media (min-width: 750px) {
  .onlineberatung-h1 {
    font-size: 330%; } }

.onlineberatung-wasserzeichen {
  width: 80%;
  text-align: center;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0.5; }

.onlineberatung {
  padding-top: 100px;
  background-color: white; }

.onlineberatung-headline {
  margin-top: -40px;
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  margin-bottom: 2px;
  font-size: 250%; }

@media (min-width: 550px) {
  .onlineberatung-headline {
    font-size: 300%;
    padding-top: 10px;
    margin-top: -20px; } }

@media (min-width: 750px) {
  .onlineberatung-headline {
    font-size: 330%;
    margin-top: 0px; } }

.onlineberatung-sub-headline {
  text-align: center;
  font-weight: lighter;
  color: #1e1e1e;
  font-size: 100%; }

@media (min-width: 550px) {
  .onlineberatung-sub-headline {
    font-size: 120%;
    margin-bottom: 80px; } }

@media (min-width: 750px) {
  .onlineberatung-sub-headline {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .onlineberatung-sub-headline {
    font-size: 140%; } }

.onlineberatung h2 {
  margin-top: 60px;
  font-weight: lighter;
  text-align: center;
  color: #1e1e1e;
  padding-bottom: 20px;
  font-size: 180%; }

@media (min-width: 550px) {
  .onlineberatung h2 {
    font-size: 220%;
    margin-top: 30px; } }

@media (min-width: 750px) {
  .onlineberatung h2 {
    font-size: 260%;
    margin-top: 150px; } }

@media (min-width: 1000px) {
  .onlineberatung h2 {
    font-size: 280%; } }

.onlineberatung .row {
  margin-bottom: 100px; }

.onlineberatung-textfeld {
  color: #1e1e1e;
  font-size: 95%;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px; }

@media (min-width: 550px) {
  .onlineberatung-textfeld {
    font-size: 100%;
    padding-bottom: 25px; } }

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

.onlineberatung-foto {
  max-width: 94%;
  width: 94%;
  height: auto;
  max-height: 93%;
  border: 4px solid #e6ebf0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 8%; }

.onlineberatung-seitenelement {
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 30px;
  margin-bottom: 10%;
  font-size: 95%; }

@media (min-width: 550px) {
  .onlineberatung-seitenelement {
    font-size: 95%; } }

@media (min-width: 750px) {
  .onlineberatung-seitenelement {
    font-size: 100%; } }

.onlineberatung-seitenelement-zitat {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  color: #5a5a5a;
  border: 4px solid #e6ebf0;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 10%; }

@media (min-width: 550px) {
  .onlineberatung-seitenelement-zitat {
    font-size: 120%;
    padding-bottom: 25px; } }

@media (min-width: 750px) {
  .onlineberatung-seitenelement-zitat {
    font-size: 130%; } }

@media (min-width: 1000px) {
  .onlineberatung-seitenelement-zitat {
    font-size: 150%; } }

@media (min-width: 550px) {
  .onlineberatung-text {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .onlineberatung-text {
    min-width: 45%;
    margin-left: 20px; } }

@media (min-width: 550px) {
  .onlineberatung-listen {
    min-width: 100%;
    margin-left: 0px; } }

@media (min-width: 750px) {
  .onlineberatung-listen {
    min-width: 45%;
    margin-left: 20px; } }

.onlineberatung-seitenelement h5 {
  margin-bottom: -18px;
  font-size: 140%; }

@media (min-width: 550px) {
  .onlineberatung-seitenelement h5 {
    font-size: 145%; } }

@media (min-width: 750px) {
  .onlineberatung-seitenelement h5 {
    font-size: 160%; } }

.onlineberatung-seitenelement li,
.onlineberatung-seitenelement-oben li {
  list-style-type: disc;
  font-size: 110%;
  margin-bottom: 2px; }

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

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

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

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

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

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

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

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

.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; }

/**
*Bereich sitemap
*/
.sitemap-logo {
  width: 85%;
  margin-top: -10px; }

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

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

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

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

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

.sitemap-namen-box {
  display: none; }

@media (min-width: 550px) {
  .sitemap-namen-box {
    margin-top: -23px;
    width: 75%; } }

@media (min-width: 750px) {
  .sitemap-namen-box {
    margin-top: -30px;
    width: 50%; } }

@media (min-width: 1000px) {
  .sitemap-namen-box {
    margin-top: -45px;
    width: 50%; } }

@media (min-width: 1200px) {
  .sitemap-namen-box {
    margin-top: -45px; } }

.sitemap-name {
  margin-bottom: 12px;
  padding-left: 30px;
  padding-top: 10px; }

.sitemap-ob {
  font-size: 130%;
  margin-bottom: 40px;
  margin-top: -10px;
  padding-left: 30px; }

.sitemap-innen {
  margin-top: 30px;
  background-color: #f1f1f1;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-radius: 10px;
  font-size: 110%; }

.sitemap {
  padding-top: 20px;
  padding-bottom: 100px;
  background-color: #000046;
  color: #000099; }

.sitemapliste-links {
  font-size: 70%;
  width: 100%; }

@media (min-width: 550px) {
  .sitemapliste-links {
    font-size: 90%;
    width: 100%; } }

@media (min-width: 750px) {
  .sitemapliste-links {
    font-size: 80%;
    width: 30%; } }

@media (min-width: 1000px) {
  .sitemapliste-links {
    font-size: 90%; } }

@media (min-width: 1200px) {
  .sitemapliste-links {
    font-size: 95%; } }

.sitemapliste-rechts {
  font-size: 70%;
  width: 100%; }

@media (min-width: 550px) {
  .sitemapliste-rechts {
    font-size: 90%;
    min-width: 100%; } }

@media (min-width: 750px) {
  .sitemapliste-rechts {
    font-size: 80%;
    min-width: 20%; } }

@media (min-width: 1000px) {
  .sitemapliste-rechts {
    font-size: 90%; } }

@media (min-width: 1200px) {
  .sitemapliste-rechts {
    font-size: 95%; } }

.sitemapliste li {
  padding-left: 30px;
  margin-bottom: 1px;
  list-style-type: none; }

.sitemapliste a {
  color: #323232;
  text-decoration: none; }

.sitemapliste a:hover {
  color: #000099;
  text-decoration: none;
  font-weight: bold; }

.sitemap-innen .null-tab {
  padding-left: 20px;
  font-size: 140%; }

.sitemap-innen .erster-tab {
  padding-top: 10px;
  padding-left: 40px;
  color: #000099;
  font-size: 130%; }

.sitemap-innen .zweiter-tab {
  padding-left: 50px; }
