@charset "UTF-8";
/**
 * @author Wayne Fritsch <wayne.fritsch@valid-digital.com>
 * @author Matthias Kallenbach <matthias.kallenbach@valid-digital.com>
 *
 * @package Valid
 * @subpackage phoenix_contact_solutions_center
 *
 */
/*  normalize.css v4.1.1   ==================================================================== */
/* line 2, ../../../../source/scss/general/reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 2, ../../../../source/scss/general/reset.scss */
body {
  margin: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../../../../source/scss/general/reset.scss */
audio, canvas, progress, video {
  display: inline-block;
}

/* line 2, ../../../../source/scss/general/reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
progress {
  vertical-align: baseline;
}

/* line 2, ../../../../source/scss/general/reset.scss */
template, [hidden] {
  display: none;
}

/* line 2, ../../../../source/scss/general/reset.scss */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 2, ../../../../source/scss/general/reset.scss */
a:active, a:hover {
  outline-width: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 2, ../../../../source/scss/general/reset.scss */
b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 2, ../../../../source/scss/general/reset.scss */
dfn {
  font-style: italic;
}

/* line 2, ../../../../source/scss/general/reset.scss */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 2, ../../../../source/scss/general/reset.scss */
small {
  font-size: 80%;
}

/* line 2, ../../../../source/scss/general/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 2, ../../../../source/scss/general/reset.scss */
sub {
  bottom: -.25em;
}

/* line 2, ../../../../source/scss/general/reset.scss */
sup {
  top: -.5em;
}

/* line 2, ../../../../source/scss/general/reset.scss */
img {
  border-style: none;
}

/* line 2, ../../../../source/scss/general/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 2, ../../../../source/scss/general/reset.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 2, ../../../../source/scss/general/reset.scss */
figure {
  margin: 1em 40px;
}

/* line 2, ../../../../source/scss/general/reset.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button, input, select, textarea {
  font: inherit;
  margin: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
optgroup {
  font-weight: 700;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button, input {
  overflow: visible;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button, select {
  text-transform: none;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 2, ../../../../source/scss/general/reset.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/* line 2, ../../../../source/scss/general/reset.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 2, ../../../../source/scss/general/reset.scss */
textarea {
  overflow: auto;
}

/* line 2, ../../../../source/scss/general/reset.scss */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 2, ../../../../source/scss/general/reset.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 2, ../../../../source/scss/general/reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 2, ../../../../source/scss/general/reset.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 2, ../../../../source/scss/general/reset.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/* line 2, ../../../../source/scss/general/reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 2, ../../../../source/scss/general/reset.scss */
:focus {
  outline: none;
}

/* line 2, ../../../../source/scss/general/reset.scss */
.invisible {
  display: none;
}

/*  @font-face   ==================================================================== */
@font-face {
  font-family: 'GillSans';
  src: url("../fonts/GillSans.eot");
  src: url("../fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.svg#GillSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GillSans-Bold';
  src: url("../fonts/GillSans-Bold.eot");
  src: url("../fonts/GillSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans-Bold.woff") format("woff"), url("../fonts/GillSans-Bold.svgGillSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/*  Default   ==================================================================== */
/* line 28, ../../../../source/scss/general/reset.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, ../../../../source/scss/general/reset.scss */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'GillSans', sans-serif !important;
  font-style: normal;
  height: 100%;
  line-height: 1.5;
  background-image: url("../images/background.png") !important;
  background-attachment: fixed !important;
  background-size: contain !important;
  color: #2b2b2b;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

/* line 49, ../../../../source/scss/general/reset.scss */
body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/background.png") !important;
  background-attachment: fixed !important;
  background-size: contain !important;
}

/* line 60, ../../../../source/scss/general/reset.scss */
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 68, 122, 0.3);
}

/* line 67, ../../../../source/scss/general/reset.scss */
a:hover {
  text-decoration: none;
}

/* line 76, ../../../../source/scss/general/reset.scss */
a:active {
  color: #193f65;
}

/* line 80, ../../../../source/scss/general/reset.scss */
a:hover,
a:active {
  outline: 0;
}

/*  Layout   ==================================================================== */
/* line 87, ../../../../source/scss/general/reset.scss */
#wrapper {
  position: relative;
  height: 100%;
  display: inline-block;
  height: 100%;
}

/* line 94, ../../../../source/scss/general/reset.scss */
#container {
  position: relative;
  height: 100%;
  display: inline-block;
  height: 100%;
}

/*
en {
	display: none;
}
*/
/* line 1, ../../../../source/scss/general/global.scss */
.button_fullscreen {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  /*
    &:hover {
      background-color:tomato;
    }
  */
}

/* line 14, ../../../../source/scss/general/global.scss */
.document.start {
  height: 100%;
}

/* line 18, ../../../../source/scss/general/global.scss */
#wrapper {
  opacity: 0;
  transition: opacity 1s;
}
/* line 22, ../../../../source/scss/general/global.scss */
#wrapper.loaded {
  opacity: 1;
  transition: opacity 1s;
}

/* line 28, ../../../../source/scss/general/global.scss */
::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
/* line 33, ../../../../source/scss/general/global.scss */
::-webkit-scrollbar-thumb {
  background: transparent;
}

/* line 37, ../../../../source/scss/general/global.scss */
.idle-indicator {
  height: 20px;
  position: fixed;
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
/* line 46, ../../../../source/scss/general/global.scss */
.idle-indicator .idle-first {
  background-color: #189b96;
  width: 0%;
  height: 10px;
  display: block;
}
/* line 53, ../../../../source/scss/general/global.scss */
.idle-indicator .idle-sub {
  background-color: #189b96;
  width: 0%;
  height: 10px;
  display: block;
}

/* line 1, ../../../../source/scss/section/header.scss */
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  z-index: 99;
}
/* line 7, ../../../../source/scss/section/header.scss */
#header .header_box {
  height: 100%;
  width: 100%;
  display: block;
}
/* line 11, ../../../../source/scss/section/header.scss */
#header .header_box .col {
  font-size: 18px;
  color: #999;
  padding: 40px 0 0 40px;
  text-transform: uppercase;
}
/* line 17, ../../../../source/scss/section/header.scss */
#header .header_box .our_industry {
  display: block;
  float: left;
  width: 370px;
}
/* line 22, ../../../../source/scss/section/header.scss */
#header .header_box .our_passion {
  display: block;
  float: left;
  width: 730px;
}
/* line 27, ../../../../source/scss/section/header.scss */
#header .header_box .our_solution {
  display: block;
  float: left;
  width: auto;
}

/* line 1, ../../../../source/scss/section/left.scss */
#left {
  position: fixed;
  display: block;
  float: left;
  width: 370px;
  padding: 100px 40px 0 40px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset -10px 0px 10px -10px rgba(0, 0, 0, 0.5);
}

/* line 1, ../../../../source/scss/section/main.scss */
#main {
  position: relative;
  display: block;
  float: left;
  width: 730px;
  left: 370px;
  background: #fff;
  height: 100%;
}
/* line 11, ../../../../source/scss/section/main.scss */
#main .inside {
  height: 100%;
}
/* line 13, ../../../../source/scss/section/main.scss */
#main .inside > div {
  height: 100%;
}
/* line 17, ../../../../source/scss/section/main.scss */
#main .weiss-grau {
  background-color: #fff !important;
  color: #999 !important;
}
/* line 21, ../../../../source/scss/section/main.scss */
#main .gruen_weiss {
  background-color: #189b96 !important;
  color: #fff !important;
}
/* line 25, ../../../../source/scss/section/main.scss */
#main .grau-weiss {
  background-color: #393939 !important;
  color: #fff !important;
}

/* line 1, ../../../../source/scss/section/right.scss */
#right {
  position: fixed;
  display: block;
  float: left;
  width: 820px;
  left: 1100px;
  height: 100%;
  min-height: 100%;
  padding: 100px 40px 0 40px;
  overflow: hidden;
  -webkit-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.75);
}
/* line 15, ../../../../source/scss/section/right.scss */
#right .image_container {
  padding-bottom: 20px;
  border-bottom: 2px solid #939393;
  margin-bottom: 20px;
}
/* line 19, ../../../../source/scss/section/right.scss */
#right .image_container img {
  width: 710px;
  height: auto;
  max-height: 350px;
}
/* line 25, ../../../../source/scss/section/right.scss */
#right .link_container {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  font-weight: bold;
  color: #189b96;
}
/* line 32, ../../../../source/scss/section/right.scss */
#right .link_container a {
  margin-right: 40px;
  white-space: nowrap;
  cursor: pointer;
}
/* line 39, ../../../../source/scss/section/right.scss */
#right .toggler {
  font-size: 23px;
  display: block;
  background: url("../images/icon_accordion.svg") no-repeat 0px 5px;
  background-size: 9px;
  padding-left: 30px;
  font-weight: bold;
  color: #565656;
  cursor: pointer;
}
/* line 48, ../../../../source/scss/section/right.scss */
#right .toggler.open {
  color: #189b96;
}
/* line 52, ../../../../source/scss/section/right.scss */
#right .accordion {
  padding-left: 30px;
  display: none;
}
/* line 55, ../../../../source/scss/section/right.scss */
#right .accordion::first-of-type {
  display: block;
}
/* line 58, ../../../../source/scss/section/right.scss */
#right .accordion.active {
  display: block;
}

/*
.accordion-toggle {cursor: pointer;}
  .accordion-content {display: none;}
  .accordion-content.default {display: block;}
*/
/* line 2, ../../../../source/scss/modul/menu.scss */
.mod_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 6, ../../../../source/scss/modul/menu.scss */
.mod_navigation ul li {
  margin: 10px 0px;
  padding: 13px 10px 14px 10px;
  line-height: 38px;
  border-bottom: 2px solid #939393;
  font-size: 26px;
  color: #727272;
  letter-spacing: 1px;
}
/* line 14, ../../../../source/scss/modul/menu.scss */
.mod_navigation ul li.first {
  padding-top: 22px;
  border-top: 2px solid #939393;
}
/* line 18, ../../../../source/scss/modul/menu.scss */
.mod_navigation ul li.current {
  color: #189b96;
  font-family: 'GillSans-Bold';
}

/* line 1, ../../../../source/scss/modul/language.scss */
#lang {
  display: block;
  width: 130px;
  text-align: center;
  position: absolute;
  bottom: 70px;
  border: 1px solid #565656;
  color: #565656;
  left: 50%;
  margin-left: -65px;
  padding: 5px 0px;
  cursor: pointer;
}

/* line 2, ../../../../source/scss/modul/lightbox_col_right.scss */
#right #lightbox {
  position: absolute;
  margin-top: -300px;
  width: 100%;
  max-width: 710px;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #393939;
  cursor: pointer;
  z-index: 999999;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
/* line 17, ../../../../source/scss/modul/lightbox_col_right.scss */
#right #lightbox #content {
  position: relative;
  background: #393939;
  padding: 10px;
  z-index: 99999;
}
/* line 23, ../../../../source/scss/modul/lightbox_col_right.scss */
#right #lightbox img {
  max-width: 690px;
}
/* line 28, ../../../../source/scss/modul/lightbox_col_right.scss */
#right .close_lightbox {
  position: absolute;
  z-index: 66;
  background: #393939 url("../images/icon_close_x.png") no-repeat center center;
  background-size: 30px;
  right: 0px;
  width: 50px;
  height: 50px;
  padding: 10px;
  top: -50px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
/* line 43, ../../../../source/scss/modul/lightbox_col_right.scss */
#right .close_fake {
  position: absolute;
  z-index: 66;
  background: #393939;
  right: 0px;
  width: 100%;
  height: 10px;
  top: 0px;
}
/* line 52, ../../../../source/scss/modul/lightbox_col_right.scss */
#right div[id*="lightbox-"],
#right div[id*="lightbox_en-"] {
  display: none;
  float: left;
  position: absolute;
  margin-top: -300px;
  width: 100%;
  max-width: 710px;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  background: #393939;
  cursor: pointer;
  z-index: 999999;
  padding: 10px 0px 10px 0px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
}
/* line 72, ../../../../source/scss/modul/lightbox_col_right.scss */
#right div[id*="lightbox-"] .lightbox_container,
#right div[id*="lightbox_en-"] .lightbox_container {
  display: inline-block;
  width: 33.33%;
  float: left;
}
/* line 77, ../../../../source/scss/modul/lightbox_col_right.scss */
#right div[id*="lightbox-"] .lightbox_container img,
#right div[id*="lightbox_en-"] .lightbox_container img {
  width: 220px;
}
/* line 80, ../../../../source/scss/modul/lightbox_col_right.scss */
#right div[id*="lightbox-"] .lightbox_container div[class*="subheadline_container-"],
#right div[id*="lightbox_en-"] .lightbox_container div[class*="subheadline_container-"] {
  text-align: left;
  padding: 10px;
  color: #fff;
  font-family: 'GillSans-Bold';
}

/* line 1, ../../../../source/scss/modul/video_player.scss */
.ce_video {
  display: block;
  height: auto;
  width: 100%;
  padding: 40px 0px;
}
/* line 6, ../../../../source/scss/modul/video_player.scss */
.ce_video .video_text_container {
  padding: 0px 40px;
  display: block;
  margin-top: -20px;
  margin-bottom: 40px;
}
/* line 11, ../../../../source/scss/modul/video_player.scss */
.ce_video .video_text_container p {
  display: inline-block;
  font-size: 45px;
  line-height: 49.5px;
  font-family: 'GillSans-Bold';
  padding-right: 30%;
  margin-bottom: 0px;
}
/* line 20, ../../../../source/scss/modul/video_player.scss */
.ce_video .video_container {
  padding: 0px 40px;
  position: relative;
}
/* line 24, ../../../../source/scss/modul/video_player.scss */
.ce_video .video_container .video_button:after {
  content: '';
  background-image: url("../images/icon_play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -60px;
}
/* line 40, ../../../../source/scss/modul/video_player.scss */
.ce_video .video_container .video_thumb {
  width: 100%;
  height: auto;
}

/* line 48, ../../../../source/scss/modul/video_player.scss */
.video_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 1000;
  padding-left: 205px;
  padding-top: 105px;
  background-image: url("../images/icon_close_x.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) 40px;
  cursor: pointer;
}
/* line 63, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_close {
  position: absolute;
  background: transparent;
  right: 10px;
  top: 5vh;
  width: 50px;
  height: 50px;
  display: none;
}
/* line 72, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_close svg {
  display: block;
}
/* line 76, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_close .close-x {
  stroke: white;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 3;
}
/* line 84, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_event {
  background-color: transparent;
  position: absolute;
  height: 850px;
  width: 1510px;
  display: block;
  overflow: hidden;
  z-index: 1001;
}
/* line 96, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_wrap {
  position: relative;
  height: 850px;
  width: 1510px;
  display: inline-block;
  overflow: hidden;
}
/* line 105, ../../../../source/scss/modul/video_player.scss */
.video_overlay video {
  width: 100%;
}
/* line 109, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_seek {
  background-color: #fff;
  height: 10px;
  width: 1510px;
  display: block;
  position: absolute;
  bottom: 120px;
  z-index: 1002;
}
/* line 119, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_seek .played {
  background-color: #189b96;
  height: 100%;
  width: 0%;
}
/* line 125, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_seek .knob {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #189b96;
  position: absolute;
  top: -5px;
  margin-left: -10px;
  overflow: hidden;
  transition: transform 0.3s;
  transform: scale(1);
  display: none;
}
/* line 139, ../../../../source/scss/modul/video_player.scss */
.video_overlay .video_seek .knob:hover {
  transform: scale(2);
  cursor: pointer;
  transition: transform 0.3s;
}

/* line 1, ../../../../source/scss/modul/startscreen_kapitel.scss */
.start-kapitel {
  height: 100%;
  display: block;
}

/* line 6, ../../../../source/scss/modul/startscreen_kapitel.scss */
.ce_startscreen {
  display: block;
  height: 100%;
  width: 730px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/* line 14, ../../../../source/scss/modul/startscreen_kapitel.scss */
.ce_startscreen .intro_text {
  display: block;
  position: absolute;
  top: 50%;
  text-align: center;
  padding: 0px 80px;
  color: #fff;
  width: 100%;
}
/* line 23, ../../../../source/scss/modul/startscreen_kapitel.scss */
.ce_startscreen .intro_text h2 {
  font-size: 72px;
  margin-top: 0px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}
/* line 30, ../../../../source/scss/modul/startscreen_kapitel.scss */
.ce_startscreen .intro_text p {
  font-size: 27px;
  margin-top: 80px;
  padding: 0px 20px;
  font-family: 'GillSans-Bold';
}
/* line 37, ../../../../source/scss/modul/startscreen_kapitel.scss */
.ce_startscreen .scroll_to_next {
  height: 110px;
  width: 110px;
  border-radius: 55px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/icon_scroll_down.png");
  background-size: 50%;
  background-position: center 46px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  display: inline-block;
  left: 50%;
  margin-left: -55px;
  animation: bounce 2.25s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* line 1, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat {
  display: table;
  height: 220px;
  padding: 40px 0px;
}
/* line 6, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .profil_zitat_box {
  display: block;
  vertical-align: middle;
  text-align: left;
  height: 220px;
  padding: 40px;
  width: 100%;
}
/* line 13, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .profil_zitat_box .profil_bild {
  display: table-cell;
  vertical-align: middle;
  height: 220px;
  width: 220px;
  border-radius: 110px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}
/* line 24, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .profil_zitat_box .profil_text {
  display: table-cell;
  height: 220px;
  padding: 20px;
  vertical-align: middle;
  font-style: italic;
  color: #999;
  width: 100%;
}
/* line 34, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .zitat_text {
  margin-top: 40px;
  display: block;
  width: 100%;
  padding: 40px;
}
/* line 39, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .zitat_text p {
  color: #999;
  font-size: 27px;
}
/* line 43, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .zitat_text p:before {
  content: '„';
  position: absolute;
  margin-left: -14px;
}
/* line 48, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat .zitat_text p:after {
  content: '“';
  margin-left: 0px;
}

/* line 56, ../../../../source/scss/modul/profil_zitat.scss */
.ce_profil_zitat.gruen_weiss > div.profil_zitat_box > div.profil_text,
.gruen_weiss > div.zitat_text > p,
.ce_profil_zitat.grau-weiss > div.profil_zitat_box > div.profil_text,
.ce_profil_zitat.grau-weiss > div.zitat_text > p {
  color: #fff !important;
}

/* line 3, ../../../../source/scss/modul/bild_text.scss */
.ce_bild_text .image_container img {
  width: 100%;
  height: auto;
}

/* line 3, ../../../../source/scss/modul/bild.scss */
.ce_bild_only .image_container img {
  width: 100%;
  height: auto;
}

/* line 1, ../../../../source/scss/modul/text.scss */
.ce_content_text {
  padding: 40px;
}

/* line 1, ../../../../source/scss/modul/liste.scss */
.ce_list {
  padding: 40px;
}
/* line 4, ../../../../source/scss/modul/liste.scss */
.ce_list ul li {
  font-size: 27px;
}
/* line 6, ../../../../source/scss/modul/liste.scss */
.ce_list ul li p {
  font-size: 27px;
}

/*# sourceMappingURL=frontend.css.map */
