@charset "UTF-8";
/* ******************* COPYRIGHT *******************  
** Don't use this CSS file!
** Copyright infringement will be prosecuted! 
******************* COPYRIGHT ******************* */
* {
  box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }

body {
  margin: 0; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding-right: 20px; }
  @media screen and (max-width: 980px) {
    [class*='col-'] {
      margin: 0 0 15px 0 !important; } }

.grid {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 999;
  position: relative; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin: 0px !important; }

.grid-pad {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 0; }

.push-right {
  float: right; }

.col-1-1 {
  width: 100%; }

.col-2-3 {
  width: 66.66%; }

.col-8-12 {
  width: 66.66%; }

.col-1-2 {
  width: 50%; }

.col-6-12 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-4-12 {
  width: 33.33%; }

.col-1-4 {
  width: 25%; }

.col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6 {
  width: 16.667%; }

.col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.push-2-3 {
  margin-left: 66.66%; }

.push-8-12 {
  margin-left: 66.66%; }

.push-1-2 {
  margin-left: 50%; }

.push-6-12 {
  margin-left: 50%; }

.push-1-3 {
  margin-left: 33.33%; }

.push-4-12 {
  margin-left: 33.33%; }

.push-1-4 {
  margin-left: 25%; }

.push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6 {
  margin-left: 16.667%; }

.push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

@media handheld, only screen and (max-width: 767px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 10px; }
  [class*='col-'] {
    width: auto;
    float: none;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 10px; }
  [class*='mobile-col-'] {
    float: left;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0; }
  .mobile-col-1-1 {
    width: 100%; }
  .mobile-col-2-3 {
    width: 66.66%; }
  .mobile-col-8-12 {
    width: 66.66%; }
  .mobile-col-1-2 {
    width: 50%; }
  .mobile-col-6-12 {
    width: 50%; }
  .mobile-col-1-3 {
    width: 33.33%; }
  .mobile-col-4-12 {
    width: 33.33%; }
  .mobile-col-1-4 {
    width: 25%; }
  .mobile-col-3-12 {
    width: 25%; }
  .mobile-col-1-5 {
    width: 20%; }
  .mobile-col-1-6 {
    width: 16.667%; }
  .mobile-col-2-12 {
    width: 16.667%; }
  .mobile-col-1-7 {
    width: 14.28%; }
  .mobile-col-1-8 {
    width: 12.5%; }
  .mobile-col-1-9 {
    width: 11.1%; }
  .mobile-col-1-10 {
    width: 10%; }
  .mobile-col-1-11 {
    width: 9.09%; }
  .mobile-col-1-12 {
    width: 8.33%; }
  .mobile-col-11-12 {
    width: 91.66%; }
  .mobile-col-10-12 {
    width: 83.333%; }
  .mobile-col-9-12 {
    width: 75%; }
  .mobile-col-5-12 {
    width: 41.66%; }
  .mobile-col-7-12 {
    width: 58.33%; }
  .hide-on-mobile {
    display: none !important;
    width: 0;
    height: 0; } }

.modal-fullscreen {
  background: transparent; }
  .modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 640px; }
  .modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }

@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
    max-width: 640px; } }

@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
    max-width: 640px; } }

@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
    width: 1170px;
    max-width: 640px; } }

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff; }
  .modal-backdrop.modal-backdrop-fullscreen.in {
    /*opacity: 0.95;
		filter: alpha(opacity=95);
		@media screen and (max-width: 768px) {*/
    opacity: 1;
    filter: alpha(opacity=100);
    /*}*/ }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #27348a; /*2d4275*/
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #27348a, 0 0 5px #27348a; /*2d4275*/
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #27348a; /*2d4275*/
  border-left-color: #27348a; /*2d4275*/
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }

* {
  outline: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.35;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #27348a; /*#2d4275*/
  font-family: "Roboto", "Arial";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  font-size: 1.5rem; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important;
  text-decoration: none !important;
  color: #27348A; }
  a:hover {
    color: #4f69a8;
    text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  max-width: 100%; }

.clear, #clear {
  display: table;
  content: ' ';
  height: .1px;
  width: 100%;
  clear: both;
  float: none; }
  .clear:before, .clear:after, #clear:before, #clear:after {
    content: "";
    display: table; }
  .clear:after, #clear:after {
    clear: both; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------C O N T A I N E R         B E G I N------------------------------------ */
/* ------------------------------------------------------------------------------------------------------- */
.wrapper {
  /*width: 100%;
	max-width: 640px;
	border: 1px solid #f0f0f0;
	background: #fff;
	margin: 25px auto;
	position: relative;
	overflow: hidden !important;*/ }

#innerWrapper {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  border: 0px;
  background: none;
  margin: 0px auto;
  border: 1px solid #f0f0f0;
  /*box-shadow: 0 0 12px #ccc;*/ }

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------C O N T A I N E R         E N D---------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* -----------------------------------H E A D E R         B E G I N--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
header #logoContainer {
  width: 100%;
  text-align: right;
  padding: 25px 15px; }
  header #logoContainer h1 {
    text-align: right;
    display: inline-block; }
    header #logoContainer h1 #logo {
      display: block;
      width: 138px;
      height: 46px;
      background: url("../img/leadec_logo_rgb_144dpi_300px-width.png") no-repeat top center;
      background-size: contain;
      text-indent: -10000px;
      float: right;
      margin: 0 20px 0 0 !important; }

header .swipeMeNotification {
  display: block;
  background: url("../img/swipe-me_animation_small.gif") no-repeat center center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }
  @media screen and (min-width: 768px) {
    header .swipeMeNotification {
      display: none !important; } }
  header .swipeMeNotification p {
    font-size: 0.9em;
    font-weight: bold;
    color: #999;
    font-style: italic; }
    header .swipeMeNotification p.leftNote {
      display: inline-block;
      width: 50%;
      padding: 20px 15% 20px 0;
      text-align: right; }
    header .swipeMeNotification p.rightNote {
      display: inline-block;
      width: 50%;
      padding: 20px 0 20px 15%;
      text-align: left; }

/* ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------H E A D E R       E N D------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* -------------------------------N A V I G A T I O N         B E G I N----------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* -------------------------------N A V I G A T I O N         E N D--------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------C O N T E N T         B E G I N-------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
.wrapper #innerWrapper section {
  background: url("../img/background.jpg") no-repeat top center;
  background-size: cover;
  padding: 20px 0;
  position: relative; }
  .wrapper #innerWrapper section canvas {
    position: absolute;
    bottom: 0px; }
  .wrapper #innerWrapper section #intro {
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px #c4c4c4; }
    .wrapper #innerWrapper section #intro h2 {
      font-weight: 700;
      font-size: 24px;
      font-size: 3rem; }
    .wrapper #innerWrapper section #intro #infocontainer {
      display: block;
      margin: 15px 0;
      font-weight: 700; }
      .wrapper #innerWrapper section #intro #infocontainer #date, .wrapper #innerWrapper section #intro #infocontainer #location {
        display: inline-block;
        margin: 0 15px 0 0; }
        .wrapper #innerWrapper section #intro #infocontainer #date i, .wrapper #innerWrapper section #intro #infocontainer #location i {
          display: inline-block;
          margin: 0 5px 0 0; }
    .wrapper #innerWrapper section #intro #description {
      color: #333; }
  .wrapper #innerWrapper section .grid .row.big {
    color: #ffffff; }
    .wrapper #innerWrapper section .grid .row.big .contact .colInner {
      background: rgba(39, 52, 138, 0.75); /*45, 66, 117, 0.75*/
      padding: 20px; }
      .wrapper #innerWrapper section .grid .row.big .contact .colInner h3 {
        font-weight: 700;
        font-size: 18px;
        font-size: 2.25rem; }
      .wrapper #innerWrapper section .grid .row.big .contact .colInner p {
        margin: 5px 0; }
        .wrapper #innerWrapper section .grid .row.big .contact .colInner p a {
          color: #f0f0f0; }
          .wrapper #innerWrapper section .grid .row.big .contact .colInner p a:hover {
            color: #ffffff; }
    .wrapper #innerWrapper section .grid .row.big .mailBtn .colInner {
      background: #27348a; /*#2d4275*/
      padding: 20px; }
      .wrapper #innerWrapper section .grid .row.big .mailBtn .colInner a {
        color: #f0f0f0;
        width: 100%;
        text-align: center;
        display: block;
        height: 70px;
        line-height: 70px;
        font-weight: 700;
        font-size: 14px;
        font-size: 1.75rem; }
        .wrapper #innerWrapper section .grid .row.big .mailBtn .colInner a:hover {
          color: #ffffff; }
  .wrapper #innerWrapper section .grid .row.small {
    /*margin: 20px 0 0 0 !important;*/ }
    @media screen and (max-width: 980px) {
      .wrapper #innerWrapper section .grid .row.small {
        margin: 0px !important; } }
    .wrapper #innerWrapper section .grid .row.small .col-1-1 {
      background: rgba(39, 52, 138, 0.75); /*45, 66, 117, 0.75*/
      padding: 10px;
      max-width: 540px;
      margin-top: 20px; }
      .wrapper #innerWrapper section .grid .row.small .col-1-1 h3 {
        font-weight: 700;
        font-size: 18px;
        font-size: 2.25rem;
        color: #fff;
        margin: 5px 0 15px 0; }
    .wrapper #innerWrapper section .grid .row.small .col-1-3 {
      margin-top: 20px; }
      .wrapper #innerWrapper section .grid .row.small .col-1-3 .content h4 button {
        background: rgba(39, 52, 138, 0.75); /*45, 66, 117, 0.75*/
        border: 0px;
        width: 100%;
        padding: 25px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 10px;
        font-size: 1.25rem;
        font-weight: 700;
        text-transform: uppercase;
        outline: none !important; }
        .wrapper #innerWrapper section .grid .row.small .col-1-3 .content h4 button i {
          display: block;
          font-size: 42px;
          font-size: 5.25rem;
          text-align: center;
          margin: 0 auto 15px auto; }
        .wrapper #innerWrapper section .grid .row.small .col-1-3 .content h4 button:before {
          content: "";
          position: absolute;
          top: 0%;
          right: 0%;
          width: 0px;
          height: 0px;
          border-top: 20px solid #fff;
          border-left: 20px solid transparent;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .wrapper #innerWrapper section .grid .row.small .col-1-3 .content h4 button:hover {
          background: #27348a; } /*2d4275*/
          .wrapper #innerWrapper section .grid .row.small .col-1-3 .content h4 button:hover:before {
            border-top: 20px solid #4f69a8;
            border-left: 20px solid transparent; }

/* --- RESPONSIVE CIRCLE --- */
.responsive-circle {
  font-weight: 700;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 300px; }
  @media screen and (max-width: 980px) {
    .responsive-circle {
      max-width: 65%; } }
  .responsive-circle:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
    background: #27348a; } /*2d4275*/
  .responsive-circle div {
    color: white;
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding: 30% 50px 0 50px;
    word-break: break-word;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 980px) {
      .responsive-circle div {
        font-size: 12px;
        font-size: 1.5rem; } }
    .responsive-circle div i {
      display: block;
      font-size: 80px;
      font-size: 10rem;
      text-align: center;
      margin: 0 auto 15px auto; }
      @media screen and (max-width: 980px) {
        .responsive-circle div i {
          font-size: 40px;
          font-size: 5rem; } }

/* --- CSS ARROWS --- */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #27348a; /*2d4275*/
  margin: 15px auto;
  display: block; }

/* --- GOOGLE MAP --- */
#VOITH_Map {
  height: 300px;
  width: 520px;
  max-width: 100%; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

/* ------------------------------------------------------------------------------------------------------- */
/* ----------------------------------C O N T E N T         E N D------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------F O O T E R         B E G I N-------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
footer {
  padding: 20px;
  color: #333;
  font-size: 10px;
  font-size: 1.25rem; }

/* ------------------------------------------------------------------------------------------------------- */
/* -------------------------------------F O O T E R         E N D----------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
    float: none !important;
    width: 100% !important;
    display: block;
    margin: 0px !important;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

#modal-aufgaben .arrowLeft:after {
  content: 'Story';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-aufgaben .arrowLeft:hover:after {
  color: #333; }

#modal-aufgaben .arrowRight:after {
  content: 'Anforderungen';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-aufgaben .arrowRight:hover:after {
  color: #333; }

#modal-anforderungen .arrowLeft:after {
  content: 'Aufgaben';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-anforderungen .arrowLeft:hover:after {
  color: #333; }

#modal-anforderungen .arrowRight:after {
  content: 'Über uns';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-anforderungen .arrowRight:hover:after {
  color: #333; }

#modal-ueber-uns .arrowLeft:after {
  content: 'Anforderungen';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-ueber-uns .arrowLeft:hover:after {
  color: #333; }

#modal-ueber-uns .arrowRight:after {
  content: 'Bewerbung';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-ueber-uns .arrowRight:hover:after {
  color: #333; }

#modal-bewerbung .arrowLeft:after {
  content: 'Über uns';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-bewerbung .arrowLeft:hover:after {
  color: #333; }

#modal-bewerbung .arrowRight:after {
  content: 'Video';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-bewerbung .arrowRight:hover:after {
  color: #333; }

#modal-video .arrowLeft:after {
  content: 'Bewerbung';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-video .arrowLeft:hover:after {
  color: #333; }

#modal-video .arrowRight:after {
  content: 'Story';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-video .arrowRight:hover:after {
  color: #333; }

#modal-story .arrowLeft:after {
  content: 'Video';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-story .arrowLeft:hover:after {
  color: #333; }

#modal-story .arrowRight:after {
  content: 'Aufgaben';
  color: #dfdfdf;
  display: block;
  margin: 10px 0; }

#modal-story .arrowRight:hover:after {
  color: #333; }

.modal {
  overflow: scroll !important;
  /*[class^="message_type"] {
		position: absolute;
		top: 0px;    
		width: 100%;
	    height: 100%;
	    left: 0px;
	    padding: 50px;
	    z-index: 999999;
	    background: #fff;
	    p {
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    max-width: 340px;
		    margin-left: -170px;
		    text-align: center;
		    a {
			    text-decoration: underline !important;
			    font-style: italic;
		    }
	    }
	}*/ }
  .modal .swipeMe {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: url("../img/swipe-animate.gif") no-repeat center center #fff;
    padding: 50px;
    z-index: 999999; }
  .modal .closingMask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 50px;
    z-index: 999999;
    background: transparent; }
  .modal .arrowLeft {
    position: absolute;
    top: 48.5%;
    left: 15%;
    width: 100px;
    text-align: center;
    z-index: 999999999; }
    @media screen and (max-width: 1180px) {
      .modal .arrowLeft {
        left: 12.5%; } }
    @media screen and (max-width: 980px) {
      .modal .arrowLeft {
        left: 3.5%; } }
    @media screen and (max-width: 840px) {
      .modal .arrowLeft {
        left: 5px; } }
    @media screen and (max-width: 768px) {
      .modal .arrowLeft {
        display: none !important; } }
    .modal .arrowLeft i {
      color: #dfdfdf;
      font-size: 5em;
      font-weight: 100; }
      .modal .arrowLeft i:hover {
        color: #333;
        cursor: pointer; }
    .modal .arrowLeft:hover i {
      color: #333; }
  .modal .arrowRight {
    position: absolute;
    top: 48.5%;
    right: 15%;
    width: 100px;
    text-align: center;
    z-index: 999999999; }
    @media screen and (max-width: 1180px) {
      .modal .arrowRight {
        right: 12.5%; } }
    @media screen and (max-width: 980px) {
      .modal .arrowRight {
        right: 3.5%; } }
    @media screen and (max-width: 840px) {
      .modal .arrowRight {
        right: 5px; } }
    @media screen and (max-width: 768px) {
      .modal .arrowRight {
        display: none !important; } }
    .modal .arrowRight i {
      color: #dfdfdf;
      font-size: 5em;
      font-weight: 100; }
      .modal .arrowRight i:hover {
        color: #333;
        cursor: pointer; }
    .modal .arrowRight:hover i {
      color: #333; }
  .modal [class^="message_type"] {
    position: absolute;
    width: 100%;
    max-width: 640px;
    padding: 30px;
    background: #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: #ccc solid 1px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 999999;
    -webkit-box-shadow: 2px 1px 6px 0px rgba(97, 97, 97, 0.18);
    -moz-box-shadow: 2px 1px 6px 0px rgba(97, 97, 97, 0.18);
    box-shadow: 2px 1px 6px 0px rgba(97, 97, 97, 0.18);
    /*&:after {
		    content: '';
			position: absolute;
			border-style: solid;
			border-width: 15px 15px 0;
			border-color: #444 transparent;
			display: block;
			width: 0;
			z-index: 1;
			bottom: -15px;
			left: 43px;
		}
		&:before {
		    content: '';
			position: absolute;
			border-style: solid;
			border-width: 15px 15px 0;
			border-color: #ccc transparent;
			display: block;
			width: 0;
			z-index: 0;
			bottom: -16px;
			left: 43px;
		}*/ }
    .modal [class^="message_type"]:hover {
      cursor: pointer !important; }
    .modal [class^="message_type"] p {
      position: relative;
      color: #555;
      font-size: .935em;
      /*&:after {
				content: 'x';
			    color: #ccc;
			    position: absolute;
			    right: -15px;
			    top: -20px;
			    font-size: 2rem;
			    font-family: Verdana;
			    font-weight: bold;
			}*/ }
      .modal [class^="message_type"] p a {
        text-decoration: underline !important;
        font-style: italic;
        color: #222; }
  .modal .modal-dialog .modal-content {
    color: #333; }
    .modal .modal-dialog .modal-content .close {
      font-size: 42px;
      font-size: 5.25rem;
      margin: -5px 0 0 0; }
      .modal .modal-dialog .modal-content .close:after {
        display: table;
        content: ' ';
        height: .1px;
        width: 100%;
        clear: both;
        float: none; }
        .modal .modal-dialog .modal-content .close:after:before, .modal .modal-dialog .modal-content .close:after:after {
          content: "";
          display: table; }
        .modal .modal-dialog .modal-content .close:after:after {
          clear: both; }
    @media screen and (max-width: 768px) {
      .modal .modal-dialog .modal-content .modal-header {
        border-bottom: 0px; } }
    .modal .modal-dialog .modal-content .modal-header h4 {
      font-weight: 700;
      font-size: 24px;
      font-size: 3rem; }
    .modal .modal-dialog .modal-content iframe {
      width: 100%; }
    .modal .modal-dialog .modal-content #buttonContainer .button {
      display: block;
      position: relative !important;
      padding: 10px;
      background: #27348a; /*2d4275*/
      color: #fff;
      font-size: 1em !important;
      font-weight: 700;
      text-shadow: 1px 1px 5px #333;
      text-align: center;
      text-decoration: none;
      height: auto;
      width: 49%;
      float: left;
      margin-top: 1.5%; }
      .modal .modal-dialog .modal-content #buttonContainer .button[href="#"] {
        margin-right: 2%; }
      .modal .modal-dialog .modal-content #buttonContainer .button:hover {
        background: #4f69a8; }
      @media screen and (max-width: 980px) {
        .modal .modal-dialog .modal-content #buttonContainer .button {
          width: 100%;
          float: none;
          margin: 5px auto !important; } }
    .modal .modal-dialog .modal-content h5 {
      font-size: 16px;
      font-size: 2rem;
      font-weight: 400;
      margin: 7px 0;
      color: #27348a; } /*2d4275*/
    .modal .modal-dialog .modal-content h6 {
      font-size: 20px;
      font-size: 2.5rem;
      font-size: 500;
      margin: 7px 0;
      color: #27348a; } /*2d4275*/
    .modal .modal-dialog .modal-content .intro {
      color: #666;
      font-size: 16px;
      font-size: 2rem;
      line-height: 1.25;
      font-weight: 300;
      margin: 15px 0; }
    .modal .modal-dialog .modal-content .fullText {
      color: #333;
      font-size: 12px;
      font-size: 1.5rem;
      line-height: 1.25; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 35px; }
      @media screen and (max-width: 768px) {
        .modal .modal-dialog .modal-content .modal-body {
          padding: 15px 35px 35px 35px; } }
      .modal .modal-dialog .modal-content .modal-body .fullStory {
        background: #27348a; /*2d4275*/
        color: #fff;
        padding: 10px 25px;
        outline: none;
        border: 0px;
        text-align: center;
        display: inline-block;
        margin: 15px auto; }
        .modal .modal-dialog .modal-content .modal-body .fullStory:hover {
          background: #4f69a8; }
