@-webkit-keyframes fadeinanimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeinanimation {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeinrobo {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes rotateLoader {
  from {
    transform: translate(-50%,-50%) rotate(0deg)
  }

  to {
    transform: translate(-50%,-50%) rotate(360deg)
  }
}

@keyframes flicker {
  0% {
    opacity: 1
  }

  12.5% {
    opacity: 0
  }

  25% {
    opacity: 0.35
  }

  37.5% {
    opacity: 0.7
  }

  50% {
    opacity: 0
  }

  62.5% {
    opacity: 0.2
  }

  75% {
    opacity: 0.6
  }

  87.5% {
    opacity: 1
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeToBackground {
  from {
    background-color: white
  }

  to {
    background-color: #e5f0f4
  }
}

@keyframes fadeToWhite {
  from {
    background-color: #e5f0f4
  }

  to {
    background-color: white
  }
}

@font-face {
  font-family: Fjalla-One;
  src: url(../fonts/Fjalla-One_regular.eot);
  src: url(../fonts/Fjalla-One_regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Fjalla-One_regular.woff) format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: PTSans_bold;
  src: url(../fonts/PTSans_bold.eot);
  src: url(../fonts/PTSans_bold.eot#iefix) format('embedded-opentype'), url(../fonts/PTSans_bold.woff) format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: PTSans_regular;
  src: url(../fonts/PTSans_regular.eot);
  src: url(../fonts/PTSans_regular.eot#iefix) format('embedded-opentype'), url(../fonts/PTSans_regular.woff) format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: PTSans_regular-italic;
  src: url(../fonts/PTSans_regular-italic.eot);
  src: url(../fonts/PTSans_regular-italic.eot#iefix) format('embedded-opentype'), url(../fonts/PTSans_regular-italic.woff) format('woff');
  font-weight: normal;
  font-style: normal
}

html,
body {
  width: 100%;
  height: 100%
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  color: #000;
  font-size: 12px;
  background: #fff
}

#fullframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

#kubikfotoframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.01
}

#globalloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}

.covertilewrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  pointer-events: none;
  flex-direction: column;
  overflow: hidden
}

.covertilewrapper .imagecovertile {
  background-color: white;
  width: 100%
}

.covertilewrapper .imagecovertile.doublewidth {
  width: 300%
}

h1,
.h1 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: normal
}

h2,
.h2 {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  font-weight: normal
}

.h2 {
  display: block;
  margin-block-start: .83em;
  margin-block-end: .83em;
  margin-inline-start: 0;
  margin-inline-end: 0
}

h3,
.h3 {
  font-family: PTSans_bold;
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: normal
}

.h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold
}

.h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0;
  margin-inline-end: 0
}

.h5 {
  display: block;
  font-size: .83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold
}

p {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #001e39
}

ul,
ol {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #001e39
}

a {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #003c71
}

.maintitlefont {
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  font-size: 84px;
  text-transform: uppercase
}

.hugeheadlinefont {
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  color: #009fdf;
  font-size: 84px;
  line-height: 95px;
  font-weight: normal;
  text-transform: uppercase
}

.mainheadlinefont {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  text-transform: uppercase
}

.subheadlinefont {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular
}

.defaulttextfont {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px
}

.sidemenutitlefont {
  font-family: Fjalla-One;
  letter-spacing: .9px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal
}

.mainmenuoptsfont {
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular
}

.buttontextfont {
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_bold
}

:ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #c9e0e9
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%
}

#kf_layers {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  transition: transform 0.3s linear
}

.simplebar-track.vertical {
  top: 150px!important;
  width: 11px;
  right: 13px;
  bottom: 25px
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  background-color: #001e39
}

.cornerbutton {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_bold;
  position: relative;
  height: 60px;
  line-height: 60px;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  overflow: hidden;
  padding: 0 50px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  transform: translateZ(1px)
}

.cornerbutton:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  transform: translate(50%,-50%) rotate(-45deg) translateZ(1px);
  height: 23px;
  width: 23px
}

.cornerbutton.hovered {
  background-color: white!important;
  color: #003c71!important
}

.cornerbutton.orange {
  border-color: #ff9100
}

.cornerbutton.orange.hovered {
  background-color: #ff9100!important;
  color: white!important
}

.cornerbutton.orange:before {
  background-color: #ff9100
}

.cornerbutton.darkblue {
  border-color: #001e39
}

.cornerbutton.darkblue.hovered {
  background-color: #001e39!important;
  color: #c9e0e9!important
}

.cornerbutton.darkblue:before {
  background-color: #001e39
}

.cornerbutton.blue {
  color: #003c71;
  border-color: #003c71
}

.cornerbutton.blue.hovered {
  background-color: #003c71!important;
  color: #c9e0e9!important
}

.cornerbutton.blue:before {
  background-color: #003c71
}

.absolutecenter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}

.grabbable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab
}

.grabbed {
  cursor: grabbing;
  cursor: -webkit-grabbing
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.seo-invisible {
  position: absolute;
  opacity: 0.1;
  width: 1px;
  overflow: hidden;
  transform: translateX(-10000px)
}

#testframe {
  margin-left: 300px;
  width: 600px;
  height: 1000px
}

.frameworkpage.GlossaryPage .sidemenumargin {
  width: auto!important
}

@media (max-width: 1500px) {
  .frameworkpage.GlossaryPage .sidemenumargin {
    margin-right: 100px!important
  }
}

@media (max-width: 1124px) {
  .frameworkpage.GlossaryPage .sidemenumargin {
    margin-right: 20px!important
  }
}

.frameworkpage.GlossaryPage .sidemenumargin h2 {
  font-size: 16px!important
}

.frameworkpage.GlossaryPage .sidemenumargin h3 {
  font-size: 12px!important;
  font-family: PTSans_regular !important;
  text-transform: uppercase!important;
}

.frameworkpage.GlossaryPage .searchtext {
  margin-top: 150px
}

@media (max-width: 1124px) {
  .frameworkpage.GlossaryPage .searchtext {
    margin-top: 75px
  }
}

.frameworkpage.GlossaryPage .searchbarwrapper {
  width: 100%;
  background-color: #c9e0e9;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden
}

.frameworkpage.GlossaryPage .searchbarwrapper .justifyleft {
  display: flex;
  max-width: 93%;
  margin-right: auto
}

.frameworkpage.GlossaryPage .searchbarwrapper .justifyleft p {
  margin-left: 15px
}

.frameworkpage.GlossaryPage .searchbarwrapper p,
.frameworkpage.GlossaryPage .searchbarwrapper .searchbar {
  letter-spacing: 1.4px;
  font-size: 60px;
  color: #003c71;
  line-height: 100px;
  font-weight: normal;
  font-family: PTSans_regular;
  margin: 0;
  white-space: nowrap
}

@media (max-width: 1280px) {
  .frameworkpage.GlossaryPage .searchbarwrapper p,
  .frameworkpage.GlossaryPage .searchbarwrapper .searchbar {
    font-size: 47px
  }
}

@media (max-width: 770px) {
  .frameworkpage.GlossaryPage .searchbarwrapper p,
  .frameworkpage.GlossaryPage .searchbarwrapper .searchbar {
    font-size: 22px
  }
}

.frameworkpage.GlossaryPage .searchbarwrapper .questionmark {
  margin-right: 15px
}

.frameworkpage.GlossaryPage .searchbarwrapper .searchbar {
  height: 100px;
  border: 0;
  padding: 0;
  margin-left: 10px;
  background-color: #c9e0e9;
  width: 100%
}

.frameworkpage.GlossaryPage .searchbarwrapper .searchbar:active,
.frameworkpage.GlossaryPage .searchbarwrapper .searchbar:focus,
.frameworkpage.GlossaryPage .searchbarwrapper .searchbar:focus-within {
  border: 0;
  outline: 0
}

.frameworkpage.GlossaryPage .resultswrapper {
  display: flex;
  flex-wrap: wrap
}

@media (max-width: 1280px) {
  .frameworkpage.GlossaryPage .resultswrapper {
    flex-direction: column;
    flex-wrap: nowrap
  }
}

.frameworkpage.GlossaryPage .resultswrapper .notfoundrobot {
  min-height: 500px;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0
}

.frameworkpage.GlossaryPage .resultswrapper .notfoundrobot.show {
  animation: fadeinrobo forwards 0.8s
}

.frameworkpage.GlossaryPage .resultswrapper .notfoundrobot .notfoundtext {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  text-align: center;
  font-size: 19px;
  margin-top: 38px
}

.frameworkpage.GlossaryPage .resultswrapper .notfoundrobot .notfoundimage {
  margin: 0 auto;
  background-image: url(../images/robo_stills_v001-0005_glossar_1.png);
  width: 512px;
  height: 418px;
  margin-top: 30px;
  transform: translateX(93px)
}

@media (max-width: 500px) {
  .frameworkpage.GlossaryPage .resultswrapper .notfoundrobot .notfoundimage {
    transform: none;
    height: 100vw;
    width: 100vw;
    background-size: contain;
    background-repeat: no-repeat
  }
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper {
  position: relative;
  min-width: 50%;
  max-width: 50%;
  opacity: 0;
  transition: opacity 0s linear;
  pointer-events: none;
  padding: 50px;
  box-sizing: border-box
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1280px) {
  .frameworkpage.GlossaryPage .resultswrapper .letterwrapper {
    padding: 0;
    min-width: 100%;
    max-width: 100%
  }
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper:before {
  content: attr(data-letter);
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  color: #009fdf;
  font-size: 84px;
  line-height: 95px;
  font-weight: normal;
  text-transform: uppercase;
  color: #c9e0e9;
  margin: 45px 0;
  display: block
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 70%;
  background-color: #c9e0e9
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper.collapse {
  display: none
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper .entry {
  margin-bottom: 20px
}

.frameworkpage.GlossaryPage .resultswrapper .letterwrapper .entry a {
  font-family: PTSans_regular;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: .4px;
  color: #003c71;
  text-decoration: none
}

.entrypopup,
.kfglossaryentrypopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15
}

.entrypopup.show,
.kfglossaryentrypopup.show {
  display: block
}

.entrypopup .backgroundwrapper,
.kfglossaryentrypopup .backgroundwrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 600px;
  width: 60%;
  transform: translate(-50%,-50%) translateY(-0.5px)
}

@media (max-width: 1124px) {
  .entrypopup .backgroundwrapper,
  .kfglossaryentrypopup .backgroundwrapper {
    height: 100%;
    width: 100%
  }
}

.entrypopup .backgroundwrapper.blue .tilewrapper .popupbackgroundtile,
.kfglossaryentrypopup .backgroundwrapper.blue .tilewrapper .popupbackgroundtile {
  background-color: #003c71
}

.entrypopup .backgroundwrapper.blue .popupcontent,
.kfglossaryentrypopup .backgroundwrapper.blue .popupcontent {
  color: white
}

.entrypopup .backgroundwrapper.blue .popupcontent h1,
.kfglossaryentrypopup .backgroundwrapper.blue .popupcontent h1,
.entrypopup .backgroundwrapper.blue .popupcontent p,
.kfglossaryentrypopup .backgroundwrapper.blue .popupcontent p {
  color: white
}

.entrypopup .backgroundwrapper .tilewrapper,
.kfglossaryentrypopup .backgroundwrapper .tilewrapper {
  display: flex;
  position: absolute;
  height: 100%;
  width: calc(100% + 16px);
  top: 0;
  z-index: -1;
  left: 0
}

.entrypopup .backgroundwrapper .tilewrapper .popupbackgroundtile,
.kfglossaryentrypopup .backgroundwrapper .tilewrapper .popupbackgroundtile {
  background-color: #c9e0e9;
  width: 12.5%;
  height: 300%;
  transform: translateY(100%);
  padding: 2px;
  box-sizing: border-box
}

.entrypopup .backgroundwrapper .scrollwrapper,
.kfglossaryentrypopup .backgroundwrapper .scrollwrapper {
  height: 100%;
  overflow: auto
}

.entrypopup .backgroundwrapper .scrollwrapper .popupcloseicon,
.kfglossaryentrypopup .backgroundwrapper .scrollwrapper .popupcloseicon {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 36px;
  height: 36px;
  cursor: pointer
}

@media (max-width: 1124px) {
  .entrypopup .backgroundwrapper .scrollwrapper .popupcloseicon,
  .kfglossaryentrypopup .backgroundwrapper .scrollwrapper .popupcloseicon {
    position: relative;
    float: right;
    top: auto;
    right: auto;
    margin-right: 20px;
    margin-top: 20px
  }
}

.entrypopup .backgroundwrapper .popupcontent,
.kfglossaryentrypopup .backgroundwrapper .popupcontent {
  opacity: 0;
  margin: 100px;
  margin-bottom: auto;
  color: #003c71
}

@media (max-width: 1124px) {
  .entrypopup .backgroundwrapper .popupcontent,
  .kfglossaryentrypopup .backgroundwrapper .popupcontent {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px
  }
}

.entrypopup .backgroundwrapper .popupcontent p,
.kfglossaryentrypopup .backgroundwrapper .popupcontent p {
  padding: 0 0 0 95px
}

@media (max-width: 1124px) {
  .entrypopup .backgroundwrapper .popupcontent p,
  .kfglossaryentrypopup .backgroundwrapper .popupcontent p {
    padding: 0
  }
}

h1,
.h1 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: normal
}

h2,
.h2 {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  font-weight: normal;
  display: block;
  font-size: 16px;
  margin-block-start: .83em;
  margin-block-end: .83em;
  margin-inline-start: 0;
  margin-inline-end: 0
}

h3,
.h3 {
  font-size: 32px;
  font-family: PTSans_regular;
  letter-spacing: .64px;
  font-size: 12px;
  font-family: PTSans_regular;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.5px
}

#vrlatch {
  position: absolute;
  width: 97px;
  right: 0;
  background-color: #ff9100;
  height: 100%;
  transition: transform 0.4s ease-in-out,width 0.4s ease-in-out;
  transform: translateX(0);
  z-index: 5;
  cursor: pointer
}

@media (max-width: 1124px) {
  #vrlatch {
    display: none
  }
}

#vrlatch.transitioning {
  transform: translateX(100%)
}

#vrlatch.hovered {
  width: 300px
}

#vrlatch.hovered .expandedcontent {
  opacity: 1;
  transform: translate(-50%,-50%) translateX(0px)
}

#vrlatch.opened {
  width: 100%
}

#vrlatch.tokf .expandedcontent {
  opacity: 0!important
}

#vrlatch.tokf .vrtruckicon {
  opacity: 0
}

#vrlatch .expandedcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 250px;
  opacity: 0;
  transform: translate(-50%,-50%) translateX(280px);
  transition: opacity 0.3s linear,transform 0.4s ease-in-out;
  z-index: 2
}

#vrlatch .expandedcontent h2,
#vrlatch .expandedcontent .h2 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  text-transform: uppercase;
  color: white
}

#vrlatch .expandedcontent .cornerbutton {
  margin-top: 60px
}

#vrlatch .whitesquare {
  width: 100%;
  height: 125px;
  background-color: white
}

#vrlatch .whitetilewrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  width: 100%;
  pointer-events: none;
  flex-direction: column
}

#vrlatch .whitetilewrapper .imagecovertile {
  background-color: white;
  width: 100%;
  transform: translateX(100%)
}

#vrlatch .vrtruckicon {
  position: absolute;
  top: 50%;
  width: 97px;
  transform: translateY(-97px);
  height: 193px
}

#vrframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 230;
  transform: translateX(100%);
  transition: transform 0.9s ease-out 0.8s
}

#vrframe.show {
  transform: translateX(0)
}

#vrframe #kfframe,
#vrframe .vrpageframe,
#vrframe .loaderwrapper {
  position: absolute;
  top: 125px;
  left: 0;
  height: calc(100% - 125px + 1px);
  width: 100%
}

@media (max-width: 1124px) {
  #vrframe #kfframe,
  #vrframe .vrpageframe,
  #vrframe .loaderwrapper {
    height: calc(100% - 75px + 1px);
    top: 75px
  }
}

#vrframe .hmdmodeframe {
  display: none;
  z-index: 5555555555;
  position: fixed
}

#vrframe .hmdmodeframe .chromemessage {
  position: fixed;
  width: 100%;
  height: calc(100% - 125px);
  top: 125px;
  background-color: rgba(255,255,255,0.9);
  left: 0;
  display: none;
  pointer-events: none;
  opacity: 0
}

@media (max-width: 1124px) {
  #vrframe .hmdmodeframe .chromemessage {
    display: none!important
  }
}

#vrframe .hmdmodeframe .chromemessage.show {
  opacity: 1;
  pointer-events: all;
  display: block
}

#vrframe .hmdmodeframe .chromemessage .messagewrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 493px;
  max-width: 100%;
  height: 261px
}

#vrframe .hmdmodeframe .chromemessage .messagewrapper h2,
#vrframe .hmdmodeframe .chromemessage .messagewrapper .h2 {
  background-color: #009fdf;
  color: white;
  text-transform: uppercase;
  padding: 5px;
  box-sizing: border-box;
  font-weight: normal;
  font-family: Fjalla-One;
  display: initial;
  line-height: 57px;
  letter-spacing: 1.26px
}

#vrframe .hmdmodeframe .vrrefresh {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 117px;
  z-index: 33;
  width: 117px;
  background-image: url(../images/VR_Refresh_117x117.svg);
  background-size: contain;
  background-repeat: no-repeat
}

#vrframe .hmdmodeframe.show {
  display: block
}

@media (max-width: 1124px) {
  #vrframe #kfframe {
    height: 100%;
    top: 0
  }
}

#vrframe #kfframe .hmdrotatemessage {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  z-index: 3000;
  top: 0;
  background-color: #009fdf
}

@media (orientation: portrait) {
  #vrframe #kfframe .hmdrotatemessage.mobile {
    display: block!important
  }
}

#vrframe #kfframe .hmdrotatemessage .messageframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 3px solid #4cbce9;
  border-radius: 15px;
  width: 220px;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-content: center
}

#vrframe #kfframe .hmdrotatemessage .messageframe:before,
#vrframe #kfframe .hmdrotatemessage .messageframe:after {
  content: "";
  position: absolute;
  background-image: url(../images/Pfeil-Drehhinweis_118x146.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 73px;
  width: 59px;
  left: -37px;
  bottom: -42px;
  transform: rotate(180deg)
}

#vrframe #kfframe .hmdrotatemessage .messageframe:after {
  left: auto;
  right: -37px;
  top: -42px;
  transform: rotate(0deg)
}

#vrframe #kfframe .hmdrotatemessage .messageframe .messagetext {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: black;
  margin: 37px 10px 0 10px;
  text-align: center;
  font-size: 20px
}

#vrframe #kfframe .hmdrotatemessage .messageframe .roboimage {
  position: absolute;
  background-image: url(../images/robo_stills_v001-0009_drehhinweis.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 207px;
  bottom: 0
}

#vrframe .vrpageframe {
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  display: block;
  z-index: 2
}

#vrframe .vrpageframe.show {
  pointer-events: all;
  opacity: 1
}

#vrframe .vrpageframe h2,
#vrframe .vrpageframe .h2 {
  font-size: 30px;
  background-color: #009fdf;
  color: white;
  padding: 0 7px;
  padding-top: 3px;
  font-family: Fjalla-One;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 45px;
  display: inline-block
}

#vrframe .vrpageframe p {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #003c71
}

#vrframe .vrpageframe .vrpage {
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: white
}

#vrframe .vrpageframe .vrpage.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage {
    overflow: auto
  }
}

#vrframe .vrpageframe .vrpage .footer {
  display: none
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage .footer {
    display: block
  }
}

#vrframe .vrpageframe .vrpage .footer .footercontent.request .vrstartpanel {
  display: none
}

#vrframe .vrpageframe .vrpage .footer .footercontent.request .requestpanel {
  width: 100%
}

#vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  color: white
}

@media (max-width: 1300px) {
  #vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent {
    width: 95%
  }
}

#vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent h2,
#vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent .h2 {
  background-color: transparent;
  padding: 0;
  font-family: PTSans_regular;
  line-height: initial;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  position: relative
}

#vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent p {
  line-height: 19px;
  color: white;
  margin: 13px 0
}

#vrframe .vrpageframe .vrpage .footer .footercontent .contactcontent a {
  text-decoration: none;
  color: #009fdf;
  line-height: 19px;
  text-transform: none;
  font-family: PTSans_regular
}

#vrframe .vrpageframe .vrpage.helpscreen.vr .messagewrapper .helpitems .helpitem.default {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen.vr .messagewrapper .helpitems .helpitem.vr {
  display: block
}

#vrframe .vrpageframe .vrpage.helpscreen.vr .messagewrapper .helpitems .helpitem.mobile {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen.mobile {
  overflow: auto
}

#vrframe .vrpageframe .vrpage.helpscreen.mobile .messagewrapper .helpitems .helpitem.default {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen.mobile .messagewrapper .helpitems .helpitem.vr {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen.mobile .messagewrapper .helpitems .helpitem.mobile {
  display: block
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  width: 900px
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    display: flex;
    flex-direction: column-reverse
  }

  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .cornerbutton {
    margin-bottom: 70px;
    margin-top: 30px
  }
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .mobileintroduction {
  display: none;
  max-width: 400px;
  margin: 20px auto
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .mobileintroduction {
    display: block;
    width: 90%
  }
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .mobileintroduction h1,
#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .mobileintroduction .h1 {
  color: #001e39;
  font-size: 36px
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 auto;
  justify-content: space-evenly
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem {
  position: relative;
  width: 350px;
  max-width: 95%;
  overflow: visible
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem {
    margin-top: 54px
  }
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem.vr {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem.mobile {
  display: none
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem .helpgraphic {
  position: absolute;
  width: 120px;
  height: 120px;
  right: 0;
  transform: translateY(-100%)
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem .helpgraphic {
    transform: translateY(-50px)
  }
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .helpitems .helpitem .helpgraphic h2 {
    margin-top: 100px;
    margin-bottom: 60px
  }
}

#vrframe .vrpageframe .vrpage.helpscreen .messagewrapper .cornerbutton {
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  display: block;
  width: 115px
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.featurecheckresult {
    overflow: auto
  }
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  width: 700px;
  display: flex;
  align-items: center
}

@media (max-width: 1124px) {
  #vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper {
    position: relative;
    left: auto;
    top: auto;
    margin: 40px auto;
    transform: none;
    max-width: 100%;
    width: 700px;
    display: flex;
    align-items: center
  }
}

@media (max-width: 500px) {
  #vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper {
    flex-direction: column
  }
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .roboimage {
  background-image: url(../images/robo_stills_v001-0006_fehlerscreen.png);
  height: 301px;
  width: 320px;
  background-size: contain;
  background-repeat: no-repeat;
  align-self: center
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 500px) {
  #vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper {
    width: auto
  }
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper h2 {
  margin: 0 0 0 33px;
  width: 161px
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper p {
  margin-left: 33px
}

#vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper .cornerbutton {
  width: 153px;
  margin: 0 auto;
  margin-top: 33px
}

@media (max-width: 500px) {
  #vrframe .vrpageframe .vrpage.featurecheckresult .messagewrapper .infowrapper .cornerbutton {
    margin-top: 0
  }
}

#vrframe #kfframe {
  z-index: 1
}

#vrframe .loaderwrapper {
  opacity: 1;
  transition: opacity 0.6s linear;
  pointer-events: all;
  background-color: white;
  position: absolute;
  z-index: 4
}

#vrframe .loaderwrapper.hide {
  pointer-events: none;
  opacity: 0
}

#vrframe .loaderwrapper.transparent {
  background-color: transparent;
  pointer-events: none
}

#vrframe .loaderwrapper.transparent .loaderanimation {
  width: 189px;
  height: 61px
}

#vrframe .loaderwrapper .loaderanimation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 371px;
  height: 120px
}

#vrframe .loaderwrapper .loaderanimation.mobile {
  overflow: visible;
  height: 60px;
  width: 60px;
  background-image: url(../images/basic-loader_60x60.svg);
  animation: rotateLoader 0.8s linear forwards infinite
}

#sidemenu {
  position: absolute;
  left: 0;
  top: 72%;
  transform: translateY(-80px);
  background-color: #003c71;
  width: 293px;
  height: 555px;
  z-index: 20;
  transition: left 0.5s ease-in-out
}

@media (max-width: 1124px) {
  #sidemenu {
    display: none
  }
}

#sidemenu.hide {
  left: -100%
}

#sidemenu #titlebar {
  font-family: Fjalla-One;
  letter-spacing: .9px;
  font-size: 30px;
  font-weight: normal;
  height: 80px;
  background-color: #001e39;
  color: white;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase
}

#sidemenu #sidemenulinkswrapper {
  position: relative
}

#sidemenu #sidemenulinkswrapper .sidemenulink {
  position: relative;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  display: block;
  margin: 30px;
  margin-left: 115px;
  color: white;
  text-decoration: none
}

#sidemenu #sidemenulinkswrapper .sidemenulink.active:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/Hexagon_22x22.svg);
  height: 22px;
  width: 22px;
  left: 22px;
  left: -62px
}

#sidemenu #sidemenulinkswrapper .menudot {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
  transform: translateY(-50%);
  top: 10px;
  left: 62px;
  transition: top 0.3s 0.1s ease-in-out
}

#sidemenu .description {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: white;
  width: 80%;
  margin: 0 auto;
  margin-top: 32px
}

#sidemenu .description p {
  color: white
}

#sidemenu .description p.blue {
  color: #009fdf
}

#sidemenu .description.blue {
  color: #009fdf
}

.pagewidthwrapper {
  width: calc(100% - 97px);
  position: absolute;
  right: 97px;
  top: 0;
  transition: width 0.4s ease-in-out,right 0.4s ease-in-out;
  height: 100%
}

@media (max-width: 1124px) {
  .pagewidthwrapper {
    width: 100%;
    right: 0
  }
}

.pagewidthwrapper #pagescrollwrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden
}

.pagewidthwrapper #scrollheightkeeper {
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 220px;
  transition: height 0.8s linear
}

.pagewidthwrapper #pageswrapper {
  border-right: 1px solid white;
  border-top: 1px solid white
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper {
    margin-top: 76px
  }
}

.pagewidthwrapper #pageswrapper .weitunten {
  background-color: #e62265;
  margin-top: 1100px
}

.pagewidthwrapper #pageswrapper .frameworkpage {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.4s linear
}

.pagewidthwrapper #pageswrapper .frameworkpage .articleimage {
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin-bottom: 50px
}

@media (max-width: 1600px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articleimage {
    width: 800px
  }
}

@media (max-width: 1300px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articleimage {
    width: 600px
  }
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articleimage {
    width: calc(100% - 20px)
  }
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articleimage {
    margin: 0
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper {
  position: relative;
  margin-left: 400px;
  overflow: hidden;
  width: 1100px;
  margin-bottom: 50px
}

@media (max-width: 1600px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper {
    width: 800px
  }
}

@media (max-width: 1300px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper {
    width: 600px
  }
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper {
    width: calc(100% - 20px)
  }
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper {
    margin: 0 20px
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper .playwrapper {
  position: absolute;
  cursor: pointer;
  background-color: rgba(0,60,113,0.85);
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.3s
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper .playwrapper.hovered:after {
  transform: translate(-50%,-50%) scale(1.1)
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper .playwrapper:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  content: "";
  height: 156px;
  width: 156px;
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
  background-image: url(../images/Play_156x156.svg)
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper .playwrapper.hide {
  opacity: 0;
  pointer-events: 0
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper .playwrapper.hide:after {
  transform: translate(-50%,-50%) scale(0.8)
}

.pagewidthwrapper #pageswrapper .frameworkpage .articlevideowrapper video {
  width: 100%
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin {
  margin-left: 400px;
  margin-right: 300px;
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 100%;
  width: 510px;
  min-height: 40vh
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin.additionalspace {
  min-height: 60vh
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin {
    margin-left: 20px;
    min-height: auto;
    margin-right: 20px;
    width: calc(100% - 40px)
  }
}

@media (max-width: 1650px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin.collapsible {
    margin-left: 100px;
    margin-right: 150px
  }
}

@media (max-width: 1124px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin.collapsible {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px)
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .textwidth {
  width: 510px;
  max-width: 100%
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper {
  background-color: #daebb2;
  background-color: #c9e0e9;
  width: 240px;
  position: relative;
  overflow: hidden;
  height: 384px;
  padding: 15px;
  color: #003c71;
  margin-top: 43px;
  margin-left: 45px
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper.nomargin {
  margin-left: 0
}

@media (max-width: 1250px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper .contactimage {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper h2 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  position: relative
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper p {
  line-height: 19px;
  margin: 13px 0
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin .contactwrapper a {
  text-decoration: none;
  color: #003c71;
  line-height: 19px
}

.pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin h2 {
  letter-spacing: .64px;
  font-size: 16px;
  font-family: PTSans_regular;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.5px
}

.pagewidthwrapper #pageswrapper .frameworkpage.hide {
  opacity: 0
}

.pagewidthwrapper #pageswrapper .frameworkpage.clear {
  display: none;
  pointer-events: none
}

.pagewidthwrapper #pageswrapper .frameworkpage.mainmenu {
  background-color: red
}

.pagewidthwrapper #pageswrapper .frameworkpage .pagecontent {
  display: block
}

.pagewidthwrapper #pageswrapper .frameworkpage .pagecontent .sidemenucontent {
  display: none
}

.pagewidthwrapper #pageswrapper .frameworkpage .mainimagewrapper {
  position: relative
}

.pagewidthwrapper #pageswrapper .frameworkpage .mainimagewrapper .mainimage {
  width: 100%
}

.pagewidthwrapper #pageswrapper .frameworkpage .twocolumntext {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  column-count: 2;
  column-gap: 50px;
  margin-top: 10px;
  margin-bottom: 100px
}

@media (max-width: 830px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .twocolumntext {
    column-count: 1;
    column-gap: initial
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .twocolumntext p {
  margin: 0
}

.pagecontent {
  display: none
}

.cookiepopup {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: none;
  pointer-events: none;
  transition: transform 0.3s linear
}

.cookiepopup.show {
  display: block;
  pointer-events: all
}

.cookiepopup.showdetail .popup .popuppage.main {
  transform: translateX(-100%)
}

.cookiepopup.showdetail .popup .popuppage.details {
  transform: translateX(0)
}

.cookiepopup.essencial .popuppage .maintable {
  display: none
}

.cookiepopup.essencial .popuppage .essencial {
  display: block
}

.cookiepopup.analysis .popuppage .maintable {
  display: none
}

.cookiepopup.analysis .popuppage .analysis {
  display: block
}

.cookiepopup.marketing .popuppage .maintable {
  display: none
}

.cookiepopup.marketing .popuppage .marketing {
  display: block
}

.cookiepopup .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 555px;
  height: 444px;
  background-color: #c9e0e9;
  color: #003c71;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%
}

.cookiepopup .popup .popupdetailsbackbtn {
  position: absolute;
  top: 7px;
  left: 15px;
  width: 12px;
  height: 25px;
  transform: rotate(90deg);
  background-image: url(../images/allgemeiner_Pfeil_12x25.svg);
  cursor: pointer;
  display: none;
  z-index: 55
}

.cookiepopup .popup .popupdetailsbackbtn.show {
  display: block
}

.cookiepopup .popup .popuppage {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0,0);
  transition: transform 0.3s ease-in;
  padding: 40px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  overflow: hidden
}

@media (max-width: 555px), (max-height: 444px) {
  .cookiepopup .popup .popuppage {
    overflow-y: scroll
  }
}

@media (max-width: 340px) {
  .cookiepopup .popup .popuppage {
    padding: 25px
  }
}

.cookiepopup .popup .popuppage.details {
  transform: translateX(100%);
  overflow-y: auto
}

.cookiepopup .popup .popuppage .Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  border-top: solid 1px #003c71
}

.cookiepopup .popup .popuppage .Rtable .h3 {
  font-size: 20px
}

.cookiepopup .popup .popuppage .Rtable.row {
  border-top: 0;
  flex-direction: column
}

.cookiepopup .popup .popuppage .Rtable.row>.Rtable-cell {
  margin-bottom: 10px
}

.cookiepopup .popup .popuppage .Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: .8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 1px #003c71;
  background: rgba(229,240,244,0.2);
  font-size: 12px;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px
}

@media (max-width: 340px) {
  .cookiepopup .popup .popuppage .Rtable-cell {
    padding: .8em
  }
}

.cookiepopup .popup .popuppage .Rtable-cell a {
  font-family: PTSans_regular;
  font-size: 12px
}

.cookiepopup .popup .popuppage .Rtable-cell>h1,
.cookiepopup .popup .popuppage .Rtable-cell>h2,
.cookiepopup .popup .popuppage .Rtable-cell>h3,
.cookiepopup .popup .popuppage .Rtable-cell>h4,
.cookiepopup .popup .popuppage .Rtable-cell>h5,
.cookiepopup .popup .popuppage .Rtable-cell>h6 {
  margin: 0
}

.cookiepopup .popup .popuppage .Rtable--2cols>.Rtable-cell {
  width: 50%;
  border-top: 0
}

.cookiepopup .popup .popuppage .Rtable--2cols>.Rtable-cell:nth-child(odd) {
  width: 25%;
  border-right: 0
}

.cookiepopup .popup .popuppage .Rtable--2cols>.Rtable-cell:nth-child(even) {
  width: 75%
}

.cookiepopup .popup .popuppage .Rtable--3cols>.Rtable-cell {
  width: 33.33%
}

.cookiepopup .popup .popuppage .Rtable--4cols>.Rtable-cell {
  width: 25%
}

.cookiepopup .popup .popuppage .Rtable--5cols>.Rtable-cell {
  width: 20%
}

.cookiepopup .popup .popuppage .Rtable--6cols>.Rtable-cell {
  width: 16.6%
}

.cookiepopup .popup .popuppage h5,
.cookiepopup .popup .popuppage .h5 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  font-size: 39px
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper {
  display: flex;
  margin: 47px auto 21px auto;
  justify-content: space-evenly;
  width: 100%
}

@media (max-width: 500px) {
  .cookiepopup .popup .popuppage .selectionbuttonwrapper {
    flex-direction: column;
    align-items: center
  }

  .cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection {
    width: 156px;
    margin-bottom: 10px
  }
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection.selected .checkbox {
  background-color: #7f9db8;
  border: 0;
  background-image: url(../images/Haken.svg);
  background-size: 12px 9px;
  background-position: center center;
  background-repeat: no-repeat
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection.hovered .checkbox {
  background-color: #a3d8e7
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .btndetails {
  cursor: pointer;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  top: 100%;
  left: 50%;
  font-size: 11px
}

@media (max-width: 500px) {
  .cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .btndetails {
    left: auto;
    top: auto;
    position: relative;
    margin-left: 10px
  }
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .btndetails.locked {
  opacity: 0.6
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
  font-size: 15px;
  cursor: pointer
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .text.locked {
  opacity: 0.6;
  cursor: default
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .checkbox {
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border: 2px solid #003c71;
  cursor: pointer
}

.cookiepopup .popup .popuppage .selectionbuttonwrapper .cookieselection .checkbox.locked {
  opacity: 0.5;
  cursor: default
}

.cookiepopup .popup .popuppage .confirmbuttonswrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px
}

@media (max-width: 555px) {
  .cookiepopup .popup .popuppage .confirmbuttonswrapper {
    flex-direction: column;
    align-items: center
  }

  .cookiepopup .popup .popuppage .confirmbuttonswrapper .cornerbutton:last-child {
    margin-top: 15px
  }
}

.cookiepopup .popup .popuppage .confirmbuttonswrapper .cornerbutton {
  color: #003c71;
  border-color: #003c71;
  width: 125px;
  margin-top: 30px
}

.cookiepopup .popup .popuppage .confirmbuttonswrapper .cornerbutton:before {
  background-color: #003c71!important
}

.cookiepopup .popup .popuppage .legallinkswrapper {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center
}

.cookiepopup .popup .popuppage .legallinkswrapper a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none
}

#headerwrapper {
  position: relative;
  display: flex;
  height: 125px;
  width: 100%;
  background-position-x: 0;
  z-index: 5;
  background: linear-gradient(90deg,#003c71 60%,#009fdf 100%);
  background-repeat: no-repeat;
  background-color: #009fdf;
  transition: background 0.4s ease-in-out
}

@media (max-width: 1124px) {
  #headerwrapper {
    height: 75px;
    position: fixed;
    transition: transform 0.2s ease-in-out,background 0.4s ease-in-out;
    border-bottom: 1px solid white
  }

  #headerwrapper.hide {
    transform: translateY(-100%);
    opacity: 0
  }
}

#headerwrapper.menuopen {
  background-position-x: -1000px
}

#headerwrapper:before {
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,#009fdf 0%,#c9e0e9 100%);
  background: -webkit-linear-gradient(left,#009fdf 0%,#c9e0e9 100%);
  background: linear-gradient(to right,#009fdf 0%,#c9e0e9 100%)
}

#headerwrapper:before.show {
  pointer-events: all;
  opacity: 1
}

#headerwrapper.mobilegameheader {
  background: transparent
}

#headerwrapper.mobilegameheader .expeditionlogo {
  opacity: 0;
  pointer-events: none
}

#headerwrapper.mobilegameheader .mobilemenubutton {
  display: none
}

#headerwrapper.mobilegameheader .headerbackbutton {
  color: transparent;
  white-space: nowrap;
  pointer-events: none;
  width: 44px;
  left: 10px!important
}

@media (max-width: 370px) {
  #headerwrapper.mobilegameheader .headerbackbutton {
    left: 10px;
    padding-left: 39px!important
  }
}

#headerwrapper.mobilegameheader .headerbackbutton:before {
  pointer-events: all;
  transform: translateY(-50%) rotate(90deg);
  left: 10px
}

#headerwrapper.mobilegameheader #vrheaderhmdbutton {
  opacity: 1;
  pointer-events: all
}

#headerwrapper.mobilegameheader:before {
  opacity: 1
}

#headerwrapper.mobilegameheader .menulinkwrapper .menulink {
  opacity: 0;
  pointer-events: none
}

#headerwrapper .expeditionlogo {
  height: 180px;
  width: 173px;
  margin-left: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/bwStiftung_Logo-Fahne.png);
  transition: transform 0.4s ease-in-out;
  cursor: pointer
}

#headerwrapper .expeditionlogo.hovered {
  transform: translateY(-20px)
}

@media (max-width: 1124px) {
  #headerwrapper .expeditionlogo.hovered {
    transform: none
  }
}

@media (max-width: 1500px) {
  #headerwrapper .expeditionlogo {
    height: 161px;
    width: 156px;
    margin-left: 36px
  }
}

@media (max-width: 1384px) {
  #headerwrapper .expeditionlogo {
    margin-left: 16px
  }
}

@media (max-width: 1124px) {
  #headerwrapper .expeditionlogo {
    background-image: url(../images/expedition-d_Logo.png);
    height: 101%;
    margin-left: 0;
    width: 170px
  }
}

#headerwrapper .headerbackbutton {
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular;
  line-height: 125px;
  margin: 0 16px;
  cursor: pointer;
  color: white;
  position: absolute;
  transition: opacity 0.4s 0.4s linear;
  left: 339px
}

#headerwrapper .headerbackbutton.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1310px) {
  #headerwrapper .headerbackbutton {
    left: 254px
  }
}

#headerwrapper .headerbackbutton.show:before {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg)
}

#headerwrapper .headerbackbutton:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  left: -50px;
  opacity: 0;
  transition: opacity 0.4s 0.5s linear,transform 0.4s 0.5s ease-in-out;
  background-image: url(../images/allgemeiner_Pfeil_12x25_weiss.svg);
  width: 12px;
  height: 25px;
  transform: translateX(40px) translateY(-50%) rotate(90deg)
}

#headerwrapper .menulinkwrapper {
  display: flex;
  height: 100%;
  margin-left: 72px
}

@media (max-width: 1500px) {
  #headerwrapper .menulinkwrapper {
    margin-left: 45px
  }
}

@media (max-width: 1384px) {
  #headerwrapper .menulinkwrapper {
    margin-left: 0
  }
}

#headerwrapper .menulinkwrapper .menulink,
#headerwrapper .menulinkwrapper a {
  position: relative;
  text-decoration: none;
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular;
  height: 100%;
  float: left;
  color: white;
  line-height: 125px;
  margin: 0 16px;
  cursor: pointer
}

@media (max-width: 1500px) {
  #headerwrapper .menulinkwrapper .menulink,
  #headerwrapper .menulinkwrapper a {
    margin: 0 14px;
    font-size: 16px
  }
}

@media (max-width: 1384px) {
  #headerwrapper .menulinkwrapper .menulink,
  #headerwrapper .menulinkwrapper a {
    margin: 0 11px;
    font-size: 14px
  }
}

@media (max-width: 1177px) {
  #headerwrapper .menulinkwrapper .menulink,
  #headerwrapper .menulinkwrapper a {
    margin: 0 8px;
    font-size: 14px
  }
}

@media (max-width: 1124px) {
  #headerwrapper .menulinkwrapper .menulink,
  #headerwrapper .menulinkwrapper a {
    display: none
  }
}

#headerwrapper .menulinkwrapper .menulink {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.4s linear;
  pointer-events: all
}

#headerwrapper .menulinkwrapper .menulink.hide {
  pointer-events: none;
  opacity: 0
}

#headerwrapper .menulinkwrapper .menulink:before {
  content: "";
  position: absolute;
  bottom: 30px;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: width 0.4s ease-in-out;
  background-color: white
}

#headerwrapper .menulinkwrapper .menulink.active:before {
  width: 100%
}

#headerwrapper .menulinkwrapper .menulink.active.hovered:before {
  width: 100%
}

#headerwrapper .menulinkwrapper .menulink.hovered:before {
  width: 25px
}

#headerwrapper .mobilemenubutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  height: 40px;
  right: 40px;
  width: 37px;
  cursor: pointer
}

#headerwrapper .mobilemenubutton.close .mobilemenuicon {
  transform: rotate(45deg)
}

#headerwrapper .mobilemenubutton.close .mobilemenuicon:after {
  transform: translateY(0px) rotate(90deg)
}

#headerwrapper .mobilemenubutton.close .mobilemenuicon:before {
  transform: translateY(0px)
}

#headerwrapper .mobilemenubutton .mobilemenuicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  height: 3px;
  width: 100%;
  transition: all 0.3s ease-in-out
}

#headerwrapper .mobilemenubutton .mobilemenuicon:before,
#headerwrapper .mobilemenubutton .mobilemenuicon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease-in-out
}

#headerwrapper .mobilemenubutton .mobilemenuicon:after {
  transform: translateY(-10px)
}

#headerwrapper .mobilemenubutton .mobilemenuicon:before {
  transform: translateY(10px)
}

@media (max-width: 1124px) {
  #headerwrapper .mobilemenubutton {
    display: block
  }
}

#headerwrapper #requestbutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.4s ease-in-out;
  right: 36px
}

#headerwrapper #requestbutton.vrlatchcollapsed {
  right: 133px
}

@media (max-width: 1124px) {
  #headerwrapper #requestbutton {
    display: none
  }
}

@media (max-width: 1384px) {
  #headerwrapper #requestbutton {
    font-size: 15px;
    padding: 0 45px
  }
}

#vrheaderwrapper {
  position: relative;
  display: flex;
  height: 125px;
  width: 100%;
  background-position-x: 0;
  z-index: 5;
  background: linear-gradient(90deg,#003c71 60%,#009fdf 100%);
  background-repeat: no-repeat;
  background-color: #009fdf;
  transition: background 0.4s ease-in-out;
  border-bottom: 1px solid white
}

@media (max-width: 1124px) {
  #vrheaderwrapper {
    height: 75px;
    position: fixed;
    transition: transform 0.2s ease-in-out,background 0.4s ease-in-out;
    border-bottom: 1px solid white
  }

  #vrheaderwrapper.hide {
    transform: translateY(-100%);
    opacity: 0
  }
}

#vrheaderwrapper.menuopen {
  background-position-x: -1000px
}

#vrheaderwrapper:before {
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left,#009fdf 0%,#c9e0e9 100%);
  background: -webkit-linear-gradient(left,#009fdf 0%,#c9e0e9 100%);
  background: linear-gradient(to right,#009fdf 0%,#c9e0e9 100%)
}

#vrheaderwrapper:before.show {
  pointer-events: all;
  opacity: 1
}

#vrheaderwrapper.mobilegameheader {
  background: transparent
}

#vrheaderwrapper.mobilegameheader .expeditionlogo {
  opacity: 0;
  pointer-events: none
}

#vrheaderwrapper.mobilegameheader .mobilemenubutton {
  display: none
}

#vrheaderwrapper.mobilegameheader .headerbackbutton {
  color: transparent;
  white-space: nowrap;
  pointer-events: none;
  width: 44px;
  left: 10px!important
}

@media (max-width: 370px) {
  #vrheaderwrapper.mobilegameheader .headerbackbutton {
    left: 10px;
    padding-left: 39px!important
  }
}

#vrheaderwrapper.mobilegameheader .headerbackbutton:before {
  pointer-events: all;
  transform: translateY(-50%) rotate(90deg);
  left: 10px
}

#vrheaderwrapper.mobilegameheader #vrheaderhmdbutton {
  opacity: 1;
  pointer-events: all
}

#vrheaderwrapper.mobilegameheader:before {
  opacity: 1
}

#vrheaderwrapper.mobilegameheader .menulinkwrapper .menulink {
  opacity: 0;
  pointer-events: none
}

#vrheaderwrapper .expeditionlogo {
  height: 180px;
  width: 173px;
  margin-left: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/bwStiftung_Logo-Fahne.png);
  transition: transform 0.4s ease-in-out;
  cursor: pointer
}

#vrheaderwrapper .expeditionlogo.hovered {
  transform: translateY(-20px)
}

@media (max-width: 1124px) {
  #vrheaderwrapper .expeditionlogo.hovered {
    transform: none
  }
}

@media (max-width: 1500px) {
  #vrheaderwrapper .expeditionlogo {
    height: 161px;
    width: 156px;
    margin-left: 36px
  }
}

@media (max-width: 1384px) {
  #vrheaderwrapper .expeditionlogo {
    margin-left: 16px
  }
}

@media (max-width: 1124px) {
  #vrheaderwrapper .expeditionlogo {
    background-image: url(../images/expedition-d_Logo.png);
    height: 101%;
    margin-left: 0;
    width: 170px
  }
}

#vrheaderwrapper .headerbackbutton {
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular;
  line-height: 125px;
  margin: 0 16px;
  cursor: pointer;
  color: white;
  position: absolute;
  transition: opacity 0.4s 0.4s linear;
  left: 339px
}

#vrheaderwrapper .headerbackbutton.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1310px) {
  #vrheaderwrapper .headerbackbutton {
    left: 254px
  }
}

#vrheaderwrapper .headerbackbutton.show:before {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg)
}

#vrheaderwrapper .headerbackbutton:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  left: -50px;
  opacity: 0;
  transition: opacity 0.4s 0.5s linear,transform 0.4s 0.5s ease-in-out;
  background-image: url(../images/allgemeiner_Pfeil_12x25_weiss.svg);
  width: 12px;
  height: 25px;
  transform: translateX(40px) translateY(-50%) rotate(90deg)
}

#vrheaderwrapper .menulinkwrapper {
  display: flex;
  height: 100%;
  margin-left: 72px
}

@media (max-width: 1500px) {
  #vrheaderwrapper .menulinkwrapper {
    margin-left: 45px
  }
}

@media (max-width: 1384px) {
  #vrheaderwrapper .menulinkwrapper {
    margin-left: 0
  }
}

#vrheaderwrapper .menulinkwrapper .menulink,
#vrheaderwrapper .menulinkwrapper a {
  position: relative;
  text-decoration: none;
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular;
  height: 100%;
  float: left;
  color: white;
  line-height: 125px;
  margin: 0 16px;
  cursor: pointer
}

@media (max-width: 1500px) {
  #vrheaderwrapper .menulinkwrapper .menulink,
  #vrheaderwrapper .menulinkwrapper a {
    margin: 0 14px;
    font-size: 16px
  }
}

@media (max-width: 1384px) {
  #vrheaderwrapper .menulinkwrapper .menulink,
  #vrheaderwrapper .menulinkwrapper a {
    margin: 0 11px;
    font-size: 14px
  }
}

@media (max-width: 1177px) {
  #vrheaderwrapper .menulinkwrapper .menulink,
  #vrheaderwrapper .menulinkwrapper a {
    margin: 0 8px;
    font-size: 14px
  }
}

@media (max-width: 1124px) {
  #vrheaderwrapper .menulinkwrapper .menulink,
  #vrheaderwrapper .menulinkwrapper a {
    display: none
  }
}

#vrheaderwrapper .menulinkwrapper .menulink {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.4s linear;
  pointer-events: all
}

#vrheaderwrapper .menulinkwrapper .menulink.hide {
  pointer-events: none;
  opacity: 0
}

#vrheaderwrapper .menulinkwrapper .menulink:before {
  content: "";
  position: absolute;
  bottom: 30px;
  height: 1px;
  width: 0;
  transform: translateX(-50%);
  left: 50%;
  transition: width 0.4s ease-in-out;
  background-color: white
}

#vrheaderwrapper .menulinkwrapper .menulink.active:before {
  width: 100%
}

#vrheaderwrapper .menulinkwrapper .menulink.active.hovered:before {
  width: 100%
}

#vrheaderwrapper .menulinkwrapper .menulink.hovered:before {
  width: 25px
}

#vrheaderwrapper .mobilemenubutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  height: 40px;
  right: 40px;
  width: 37px;
  cursor: pointer
}

#vrheaderwrapper .mobilemenubutton.close .mobilemenuicon {
  transform: rotate(45deg)
}

#vrheaderwrapper .mobilemenubutton.close .mobilemenuicon:after {
  transform: translateY(0px) rotate(90deg)
}

#vrheaderwrapper .mobilemenubutton.close .mobilemenuicon:before {
  transform: translateY(0px)
}

#vrheaderwrapper .mobilemenubutton .mobilemenuicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  height: 3px;
  width: 100%;
  transition: all 0.3s ease-in-out
}

#vrheaderwrapper .mobilemenubutton .mobilemenuicon:before,
#vrheaderwrapper .mobilemenubutton .mobilemenuicon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease-in-out
}

#vrheaderwrapper .mobilemenubutton .mobilemenuicon:after {
  transform: translateY(-10px)
}

#vrheaderwrapper .mobilemenubutton .mobilemenuicon:before {
  transform: translateY(10px)
}

@media (max-width: 1124px) {
  #vrheaderwrapper .mobilemenubutton {
    display: block
  }
}

#vrheaderwrapper #requestbutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.4s ease-in-out;
  right: 36px
}

#vrheaderwrapper #requestbutton.vrlatchcollapsed {
  right: 133px
}

@media (max-width: 1124px) {
  #vrheaderwrapper #requestbutton {
    display: none
  }
}

@media (max-width: 1384px) {
  #vrheaderwrapper #requestbutton {
    font-size: 15px;
    padding: 0 45px
  }
}

@media (max-width: 1124px) {
  #vrheaderwrapper {
    border: 0
  }
}

#vrheaderwrapper:before {
  background: -moz-linear-gradient(left,#009fdf 0%,transparent 100%);
  background: -webkit-linear-gradient(left,#009fdf 0%,transparent 100%);
  background: linear-gradient(to right,#009fdf 0%,transparent 100%);
  background-size: 50% 100%;
  background-repeat: no-repeat
}

@media (min-width: 1125px) {
  #vrheaderwrapper .expeditionlogo {
    transform: translateY(-100%);
    transition: transform 0.4s 2.5s ease-in-out
  }
}

#vrheaderwrapper.show .expeditionlogo {
  transform: translateY(0%)
}

#vrheaderwrapper.show #vrbacktowebsite {
  opacity: 1;
  pointer-events: all
}

#vrheaderwrapper #vrbacktowebsite {
  transition: opacity 0.4s 1.5s linear,left 0.4s ease-in-out,color 0.3s linear;
  opacity: 0;
  color: white;
  padding-left: 39px
}

@media (max-width: 1124px) {
  #vrheaderwrapper #vrbacktowebsite {
    line-height: 75px
  }
}

@media (max-width: 370px) {
  #vrheaderwrapper #vrbacktowebsite {
    left: 230px;
    padding-left: 0
  }
}

@media (max-width: 430px) {
  #vrheaderwrapper #vrbacktowebsite .hidestep1 {
    display: none
  }
}

@media (max-width: 475px) {
  #vrheaderwrapper #vrbacktowebsite .hidestep1 {
    display: inline
  }
}

@media (max-width: 475px) {
  #vrheaderwrapper #vrbacktowebsite .hidestep2 {
    display: none
  }
}

@media (max-width: 475px) {
  #vrheaderwrapper #vrbacktowebsite .hidestep3 {
    display: none
  }
}

#vrheaderwrapper #vrheaderhmdbutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/header/VR-an_mobil_100x72.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 36px;
  width: 50px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  cursor: pointer
}

#vrheaderwrapper #vrheaderhmdbutton.show {
  pointer-events: all;
  opacity: 1
}

#vrheaderwrapper #vrheaderhmdbutton.enabled {
  background-image: url(../images/header/VR-aus_mobil_100x72.svg)
}

#vrheaderwrapper .vroptswrapper {
  position: absolute;
  right: 355px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(15px);
  transition: opacity 0.3s 0.1s linear,transform 0.3s 0.1s ease-in-out;
  pointer-events: none
}

@media (max-width: 1124px) {
  #vrheaderwrapper .vroptswrapper {
    display: none
  }
}

#vrheaderwrapper .vroptswrapper.show {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: all
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper {
  position: absolute;
  top: 100%;
  width: 300px;
  background-color: white;
  height: 214px;
  padding: 20px;
  padding-top: 10px;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateX(-93px) translateY(10px);
  opacity: 0;
  transition: opacity 0.3s 0.3s linear,transform 0.3s 0.3s ease-in-out
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper.hovered,
#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper.startedvrmode {
  transform: translateX(-93px);
  opacity: 1
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  top: 0;
  height: 30px;
  background-color: white;
  width: 30px;
  transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper.hmdmode {
  height: 165px
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper.hmdmode .vrmode {
  display: block
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper.hmdmode .desktopmode {
  display: none
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .vrmode {
  display: none
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .desktopmode {
  display: block
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .separator {
  height: 1px;
  width: 100%;
  background-color: #c9e0e9
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .imagewrapper {
  display: flex;
  justify-content: space-between;
  width: 100%
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .imagewrapper div {
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 130px
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .imagewrapper .oculusimage {
  background-image: url(../images/oculus_130x40.svg)
}

#vrheaderwrapper .vroptswrapper .hmdnotificationwrapper .imagewrapper .viveimage {
  background-image: url(../images/vive_130x40.svg)
}

#vrheaderwrapper .vroptswrapper .vroption {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 95px;
  height: 54px;
  position: relative;
  margin-left: 8px;
  overflow: hidden;
  cursor: pointer
}

#vrheaderwrapper .vroptswrapper .vroption.enabled .text:after {
  width: 100%
}

#vrheaderwrapper .vroptswrapper .vroption.flicker .text {
  animation: flicker 0.33s forwards
}

#vrheaderwrapper .vroptswrapper .vroption.hovered .icon {
  transform: translate(-50%,-150%)
}

#vrheaderwrapper .vroptswrapper .vroption.hovered .text {
  transform: translateY(-10%) translateY(-50%) translateX(-50%)
}

#vrheaderwrapper .vroptswrapper .vroption .icon,
#vrheaderwrapper .vroptswrapper .vroption .text {
  position: absolute;
  height: 100%;
  left: 50%;
  font-family: PTSans_regular;
  white-space: nowrap;
  transition: transform 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  color: white;
  transform: translateX(-50%)
}

#vrheaderwrapper .vroptswrapper .vroption .icon:after,
#vrheaderwrapper .vroptswrapper .vroption .text:after {
  content: "";
  position: absolute;
  bottom: 34px;
  left: 0;
  height: 1px;
  transform: translateY(0.5px);
  width: 0;
  transition: width 0.3s ease-in;
  background-color: white
}

#vrheaderwrapper .vroptswrapper .vroption .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px
}

#vrheaderwrapper .vroptswrapper .vroption .text {
  top: 100%;
  transform: translateY(100%) translateX(-50%)
}

#vrheaderwrapper .vroptswrapper .vroption.vr.enabled .icon {
  background-image: url(../images/header/VR-aus.svg)
}

#vrheaderwrapper .vroptswrapper .vroption.vr .icon {
  background-image: url(../images/header/VR-an.svg);
  background-size: 22px 22px
}

#vrheaderwrapper .vroptswrapper .vroption.mute.enabled .icon {
  background-image: url(../images/header/sound-an_22x16.svg);
  background-size: 22px 16px
}

#vrheaderwrapper .vroptswrapper .vroption.mute .icon {
  background-image: url(../images/header/sound-aus_14x16.svg);
  background-size: 14px 16px
}

#vrheaderwrapper .vroptswrapper .vroption.fullscreen.enabled .icon {
  background-image: url(../images/header/vollbild-aus_19x19.svg);
  background-size: 19px 19px
}

#vrheaderwrapper .vroptswrapper .vroption.fullscreen .icon {
  background-image: url(../images/header/vollbild_22x22.svg);
  background-size: 22px 22px
}

#vrheaderwrapper .vroptswrapper .vroption.linkcopy .icon {
  background-image: url(../images/header/link@2x.png);
  background-size: 20px 20px
}

#vrheaderwrapper #requestbutton {
  right: 133px
}

#vrheaderwrapper .vrlegallinks {
  background-color: white;
  position: absolute;
  top: 100%;
  right: 0;
  height: 30px;
  width: 270px;
  z-index: -1
}

@media (max-width: 1124px) {
  #vrheaderwrapper .vrlegallinks {
    display: none
  }
}

#vrheaderwrapper .vrlegallinks .corner {
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url(../images/Dreieck_30x30.svg);
  z-index: -1;
  width: 30px;
  transform: translateX(-100%)
}

#vrheaderwrapper .vrlegallinks a {
  line-height: 30px;
  font-family: PTSans_regular;
  color: #7f9db8;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: .96px;
  margin-left: 7px
}

.headerbackgrounddummy {
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 98px;
  background-color: #003c71;
  transition: transform 0.4s ease-in-out;
  background: #009fdf
}

.headerbackgrounddummy.vrlatchcollapsed {
  transform: translateX(100%)!important
}

@media (max-width: 1124px) {
  .headerbackgrounddummy {
    display: none
  }
}

.questiontimerwrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  font-size: 30px;
  color: #001e39;
  text-align: center;
  font-family: PTSans_regular;
  overflow: hidden;
  transition: transform 0.4s 0.8s cubic-bezier(0.42,0,0.04,1.96);
  transform: translateX(-50%) scale(0);
  transform-origin: center center
}

@media (max-width: 1124px) {

}

.questiontimerwrapper.show {
  transform: translateX(-50%) scale(1)
}

.questiontimerwrapper.transition #countdownring {
  transition: all 0.4s ease-in-out
}

.questiontimerwrapper svg {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg) scale(1.2)
}

.frameworkpage.QuizPage.gamerunningmobile {
  position: fixed!important;
  top: 75px;
  z-index: 5
}

.frameworkpage.QuizPage .mainimagewrapper {
  width: 100%;
  height: calc(100vh - (125px + 1px))
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper {
    height: calc(100vh - (75px + 1px))
  }
}

@media (max-height: 890px) {
  .frameworkpage.QuizPage .mainimagewrapper {
    position: relative
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper {
  height: 100%;
  width: 100%;
  position: absolute
}

@media (max-height: 890px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper {
    height: auto;
    position: relative;
    min-height: 100%
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper {
  position: absolute;
  height: 0;
  z-index: 3;
  width: 100%;
  background-color: #f6c57f;
  transition: height 0.4s 0.4s ease-in-out
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper {
    background-color: #c9e0e9;
    position: relative;
    height: auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper.show {
  height: 50px
}

@media (max-height: 380px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper.show {
    height: 35px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper .progress {
  width: 0;
  background-color: #ff9100;
  height: 100%;
  transition: width 0.4s ease-in-out
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper .progress {
    display: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper .progresstext {
  position: absolute;
  right: 120px;
  height: 100%;
  top: 50%;
  font-family: PTSans_bold;
  font-size: 22px;
  color: #003c71;
  line-height: 50px;
  transform: translateY(-50%)
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizprogresswrapper .progresstext {
    right: auto;
    margin-left: 3px;
    top: 0;
    font-size: 16px;
    position: relative;
    transform: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  background-color: #c9e0e9
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen {
    overflow: auto
  }
}

@media (max-height: 890px) {

}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.show {
  display: block
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen {
  height: auto
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen.show {
  display: flex
}

@media (max-width: 768px) and (orientation: portrait) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen.show {
    flex-direction: column
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .roboimagestartscreen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/quiz/robo_stills_v001-0001_quiz01.png);
  width: 395px;
  height: 351px;
  z-index: 2
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .roboimagestartscreen {
    display: none;
    background-image: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h3 {
  width: 80%;
  text-align: center;
  margin: 0 auto
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen p {
  max-width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  color: #003c71
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen p.white {
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  color: #009fdf;
  font-size: 84px;
  line-height: 95px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20%
}

@media (max-width: 1250px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
    font-size: 48px
  }
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
    font-size: 42px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 55px
  }
}

@media (max-height: 700px) and (min-width: 1125px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
    margin-top: 60px
  }
}

@media (max-height: 410px), (orientation: portrait) and (max-height: 600px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
    margin-top: 15px
  }
}

@media (max-width: 590px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h2 {
    font-size: 26px;
    line-height: 34px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h3 {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  font-weight: normal;
  margin-top: 22px;
  margin-bottom: 29px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h3 {
    font-size: 15px;
    margin: 0 auto;
    line-height: 55px;
    margin-top: 30px
  }
}

@media (max-height: 700px) and (min-width: 1125px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h3 {
    margin-top: 30px;
    margin-bottom: 30px
  }
}

@media (max-width: 590px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen h3 {
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 30px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .splitpanel {
  width: 50%;
  height: auto;
  position: relative
}

@media (max-width: 768px) and (orientation: portrait) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .splitpanel {
    width: 100%;
    height: auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .singlequiz.start {
  background-color: #009fdf
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .singlequiz.start h2,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .singlequiz.start h3 {
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .classquiz.start {
  background-color: #a3d8e7
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .classquiz.start h2,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .classquiz.start h3 {
  color: #003c71
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .cornerbutton {
  width: 285px;
  margin: 0 auto;
  display: block;
  color: #003c71;
  margin-bottom: 20px
}

@media (max-width: 900px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .cornerbutton {
    padding: 0;
    max-width: 90%
  }
}

@media (max-width: 590px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.startscreen .cornerbutton {
    letter-spacing: .24px;
    font-size: 15px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction {
  padding-bottom: 100px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.4s linear 0.4s;
  pointer-events: none;
  text-align: center
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .title {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  position: relative;
  color: #003c71;
  text-align: center;
  margin-top: 46px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .title {
    margin-top: 12px
  }
}

@media (max-height: 380px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .title {
    margin-top: 0;
    font-size: 29px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .introtext {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  position: relative;
  color: #001e39;
  max-width: 630px;
  text-align: center;
  margin: 0 auto;
  margin-top: 130px
}

@media (max-height: 640px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .introtext {
    margin-top: 23px;
    font-size: 14px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .readybutton {
  border-color: #001e39;
  color: #001e39;
  width: auto;
  display: inline-block;
  margin: 100px auto
}

@media (max-height: 668px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .readybutton {
    margin-top: 23px;
    margin-bottom: 5px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .readybutton:before {
  background-color: #001e39
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.introduction .introtextwrapper .readybutton.hovered {
  background-color: #001e39!important;
  color: white!important
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen {
  width: 100%;
  height: 100%
}

@media (max-height: 890px) {

}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  position: absolute;
  right: 120px;
  top: 55px;
  color: #001e39;
  text-align: right
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats {
    position: fixed;
    top: -80px;
    right: 5px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats .totalpointswrapper {
  display: flex;
  justify-content: flex-end;
  font-family: PTSans_regular;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .8px;
  line-height: 39px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats .totalpointswrapper {
    flex-direction: column
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats .totalpointswrapper .totalpoints {
  margin: 0 0 0 33px;
  font-size: 30px;
  background-color: #003c71;
  color: white;
  padding: 0 7px;
  line-height: 39px;
  width: 100%
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .gamestats .totalpointswrapper .totalpoints {
    padding: 4px 0;
    margin: 0;
    line-height: 25px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questiontemplate {
  display: none
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.4s linear 0.4s;
  pointer-events: none;
  text-align: center
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .answer {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  position: relative;
  color: #003c71;
  text-align: center
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .answer {
    font-size: 19px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .answerdetails {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  position: relative;
  color: #001e39;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-top: 130px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .answerdetails {
    margin-top: 30px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .nextquestionbutton {
  border-color: #001e39;
  color: #001e39;
  width: auto;
  display: inline-block;
  margin: 100px auto
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .nextquestionbutton {
    margin: 20px auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .nextquestionbutton:before {
  background-color: #001e39
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .nextquestionbutton.hovered {
  background-color: #001e39!important;
  color: white!important
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .restart,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .print {
  margin: 50px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .restart,
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .print {
    margin: 20px
  }
}

@media (max-width: 335px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .solutionwrapper .print {
    height: auto;
    line-height: 31px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  display: none;
  max-width: 95%
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper.show {
  pointer-events: all;
  opacity: 1
}

@media (max-height: 890px), (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-bottom: 200px;
    max-width: none;
    margin-top: 123px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .question {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  position: relative;
  color: #003c71;
  transition: opacity 0.4s linear;
  text-align: center
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .question {
    font-size: 19px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .question:after {
  content: "";
  width: 125px;
  height: 1px;
  background-color: #003c71;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .question.hide {
  opacity: 0
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .roboimagequestion {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/quiz/robo_stills_v001-0002_quiz02.png);
  width: 512px;
  height: 420px;
  transform: translateX(100%) translateY(183px);
  background-size: contain;
  background-repeat: no-repeat
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .roboimagequestion.correct {
  background-image: url(../images/quiz/robo_stills_v001-0003_quiz03.png)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .roboimagequestion.false {
  background-image: url(../images/quiz/robo_stills_v001-0004_quiz04.png)
}

@media (max-width: 1480px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .roboimagequestion {
    width: 372px;
    transform: translateX(79%) translateY(183px)
  }
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .roboimagequestion {
    display: none!important;
    background-image: none!important
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .feedbacktext {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  font-size: 84px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  top: 0;
  color: #003c71;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.4s 0.1s linear,transform 0.4s ease-in-out;
  transform: translateX(-50%) translateY(0px)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .feedbacktext.show {
  pointer-events: all;
  opacity: 1
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .feedbacktext.show {
  transform: translateX(-50%) translateY(-40px);
  opacity: 1
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper {
  width: 775px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 72px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.3s linear,opacity 0.3s linear,transform 0.4s 0.3s ease-in-out;
  background-color: #e5f0f4
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice {
    height: auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice:hover {
  background-color: #edf5f8
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.hide {
  opacity: 0
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrect.a {
  transform: translateY(120%)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrect.c {
  transform: translateY(-120%)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrect .letter {
  background-color: #85be00;
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrect .letter:after {
  width: calc(100% - 100px)
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrect .letter:after {
    width: calc(100% - 50px)
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatewrong .letter {
  background-color: #ff9100;
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatewrong .letter:after {
  width: calc(100% - 100px);
  animation: fadeToBackground 0.4s linear 0.6s forwards
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatewrong .letter:after {
    width: calc(100% - 50px)
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrection .letter {
  background-color: #85be00;
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrection .letter:after {
  background-color: #e5f0f4;
  width: calc(100% - 100px);
  animation: fadeToWhite 0.4s linear 0.6s forwards
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice.validatecorrection .letter:after {
    width: calc(100% - 50px)
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .pointcounterwrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #7f9db8;
  font-family: Fjalla-One;
  font-size: 64px;
  z-index: 3
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .letter {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-color: white;
  color: #7f9db8;
  font-family: Fjalla-One;
  font-size: 64px;
  line-height: 100px;
  z-index: 1;
  transition: background-color 0.3s linear,color 0.3s linear;
  padding-left: 33px;
  box-sizing: border-box
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .letter {
    height: auto;
    width: 50px;
    min-width: 50px;
    display: flex;
    padding-left: 13px;
    font-size: 43px;
    align-items: center
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .letter:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 100px;
  z-index: 0;
  transition: width 0.4s ease-in-out;
  background-color: white
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .letter:after {
    left: 100px / 2
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .text {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  color: #009fdf;
  width: 100%;
  text-align: left;
  z-index: 2;
  padding-right: 100px;
  font-size: 25px;
  display: flex;
  padding-left: 43px;
  align-items: center
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.gamescreen .questionwrapper .choiceswrapper .choice .text {
    padding-right: 5px;
    box-sizing: border-box;
    font-size: 17px;
    padding-left: 27px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen {
  height: auto;
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 125px)
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrytemplate {
  display: none
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper {
  margin: 0 auto;
  margin-top: 100px;
  width: 700px;
  text-align: center;
  color: #003c71
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper {
    margin-top: 17px;
    max-width: 100%
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .classtotalpoints {
  font-size: 142px;
  font-family: Fjalla-One;
  transform: translate(7px,8px);
  color: #7f9db8
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .classtotalpoints {
    font-size: 80px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .classtotalpoints:before {
  content: attr(data-totalpoints);
  position: absolute;
  color: #003c71;
  transform: translate(-7px,-8px);
  text-shadow: -2px -2px 0 #c9e0e9,2px -2px 0 #c9e0e9,-2px 2px 0 #c9e0e9,2px 2px 0 #c9e0e9
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .hidelater {
  transition: opacity 0.4s linear,all 0.5s 0.3s linear;
  max-height: 500px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .hidelater.collapse {
  opacity: 0;
  max-height: 0;
  pointer-events: none
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper {
  height: 60px;
  display: flex;
  width: 90%;
  margin: 0 auto
}

@media (max-width: 560px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper {
    align-items: center;
    flex-direction: column;
    height: 120px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .nameinput {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  height: 60px;
  border: 0;
  padding: 0;
  margin-left: 10px;
  background-color: white;
  color: #003c71;
  width: 80%;
  padding-left: 15px
}

@media (max-width: 560px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .nameinput {
    font-size: 21px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .nameinput:active,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .nameinput:focus,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .nameinput:focus-within {
  border: 0;
  outline: 0
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .submitbutton {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  height: 60px;
  background-color: #009fdf;
  color: white;
  line-height: 60px;
  width: 20%;
  min-width: 120px;
  margin-left: 15px;
  cursor: pointer
}

@media (max-width: 560px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .inputwrapper .submitbutton {
    font-size: 21px;
    margin: 8px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper a {
  text-decoration: underline;
  cursor: pointer;
  color: #001e39
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .cornerbutton {
  margin-top: 50px
}

@media (max-width: 1124px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .contentwrapper .cornerbutton {
    margin-bottom: 72px
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .toptenwrapper {
  margin-top: 80px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider {
  margin: 30px auto;
  width: 4px;
  height: 50px;
  position: relative
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  background-color: #7f9db8;
  border-radius: 50%;
  width: 4px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dividericon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  background-color: #7f9db8;
  border-radius: 50%;
  width: 4px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dividericon:after,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dividericon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 4px;
  background-color: #7f9db8;
  border-radius: 50%;
  width: 4px
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dividericon:after {
  transform: translate(-50%,-50%) translateY(7px)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .divider .dividericon:before {
  transform: translate(-50%,-50%) translateY(-7px)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper {
  display: flex;
  height: 60px;
  width: 665px;
  max-width: 95%;
  background-color: white;
  margin: 2px auto;
  opacity: 0;
  transform: translateY(-30px)
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .ranknr {
  height: 60px;
  min-width: 60px;
  color: white;
  font-size: 32px;
  font-family: Fjalla-One;
  line-height: 60px;
  background-color: #7f9db8
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .ranknr.first {
  background-color: #ff9100
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .ranknr.second {
  background-color: #ffb24c
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .ranknr.third {
  background-color: #ffc87f
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .ranknr.own {
  background-color: #562eb3
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .innerwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .innerwrapper .classname {
  letter-spacing: .64px;
  font-size: 32px;
  font-family: PTSans_regular;
  line-height: 60px;
  padding-left: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 60px
}

@media (max-width: 644px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .innerwrapper .classname {
    font-size: 22px;
    line-height: initial;
    text-align: left
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .innerwrapper .pointsval {
  color: #003c71
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .pointsval,
.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .pointsdesc {
  font-size: 32px;
  font-family: Fjalla-One;
  line-height: 60px;
  color: #7f9db8;
  margin: 0 7px
}

@media (max-width: 644px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .pointsval,
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .pointsdesc {
    font-size: 22px
  }
}

@media (max-width: 374px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .quizscreen.endscreen.class .entrywrapper .pointsdesc {
    display: none
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s linear;
  pointer-events: none;
  z-index: 333
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper.show {
  pointer-events: all;
  opacity: 1
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 280px;
  width: 500px;
  background-color: #001e39;
  color: white;
  max-width: 100%
}

@media (max-width: 500px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup {
    height: auto
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup h3 {
  text-align: center;
  font-family: Fjalla-One;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 35px;
  font-weight: normal
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup p {
  max-width: 80%;
  margin: 0 auto;
  color: white
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

@media (max-width: 500px) {
  .frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper {
    flex-direction: column
  }
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton {
  margin: 30px;
  transition: border 0.4s linear
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton:before {
  transition: background 0.4s linear
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton.buttonleave {
  border-color: #ff9100
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton.buttonleave:before {
  background-color: #ff9100
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton.buttonstay {
  border-color: #009fdf
}

.frameworkpage.QuizPage .mainimagewrapper .quizscreenwrapper .warningpopupwrapper .warningpopup .buttonswrapper .cornerbutton.buttonstay:before {
  background-color: #009fdf
}

.footercontent {
  position: relative;
  width: 100%;
  height: 260px
}

.footercontent a,
.footercontent .contactbutton {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  position: relative
}

.footercontent a:hover:after,
.footercontent .contactbutton:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #003c71;
  opacity: 0.2;
  left: 0;
  bottom: 1px
}

.footercontent a.vrlink,
.footercontent .contactbutton.vrlink {
  padding-left: 17px
}

.footercontent a.vrlink:before,
.footercontent .contactbutton.vrlink:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/footer/mini-VR-Icon_12x8.svg);
  width: 12px;
  height: 8px;
  left: 0
}

@media (max-width: 700px) {
  .footercontent.request {
    height: auto
  }
}

.footercontent.request .footersplitview {
  display: flex;
  width: 100%;
  height: 100%
}

@media (max-width: 700px) {
  .footercontent.request .footersplitview {
    flex-direction: column
  }
}

.footercontent.request .footersplitview .splitpanel {
  width: 50%;
  height: 100%;
  box-sizing: border-box
}

@media (max-width: 700px) {
  .footercontent.request .footersplitview .splitpanel {
    width: 100%;
    text-align: center
  }

  .footercontent.request .footersplitview .splitpanel .cornerbutton {
    margin-bottom: 25px
  }
}

.footercontent.request .footersplitview .splitpanel .h3 {
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_regular;
  font-weight: normal;
  color: white
}

.footercontent.request .footersplitview .splitpanel h4,
.footercontent.request .footersplitview .splitpanel .h4 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 17px
}

.footercontent.request .footersplitview .splitpanel.requestpanel {
  padding-left: 15%;
  background-color: #001e39
}

@media (max-width: 950px) {
  .footercontent.request .footersplitview .splitpanel.requestpanel {
    padding-left: 20px
  }
}

.footercontent.request .footersplitview .splitpanel.requestpanel h4,
.footercontent.request .footersplitview .splitpanel.requestpanel .h4 {
  color: #ff9100
}

.footercontent.request .footersplitview .splitpanel.vrstartpanel {
  padding-left: 160px;
  background-color: #ff9100
}

@media (min-width: 1441px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel {
    position: relative
  }
}

@media (max-width: 950px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width: 705px) and (min-width: 700px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel .h3 {
    white-space: nowrap
  }
}

.footercontent.request .footersplitview .splitpanel.vrstartpanel h4,
.footercontent.request .footersplitview .splitpanel.vrstartpanel .h4 {
  color: #001e39
}

.footercontent.request .footersplitview .splitpanel.vrstartpanel .footerroboimage {
  background-image: url(../images/footer/robo_stills_v001-0007_footer_1_V2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 194px;
  position: absolute;
  width: 182px;
  bottom: 0;
  right: 46px;
  transform: translateX(-50%)
}

@media (max-width: 1562px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel .footerroboimage {
    right: 0
  }
}

@media (max-width: 1440px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel .footerroboimage {
    right: 50%;
    transform: translateX(50%) scale(-1,1)
  }
}

@media (max-width: 950px) {
  .footercontent.request .footersplitview .splitpanel.vrstartpanel .footerroboimage {
    display: none;
    background-image: none
  }
}

.footercontent.pagelinks {
  background-color: #c9e0e9;
  height: auto;
  overflow: hidden
}

@media (max-width: 1124px) {
  .footercontent.pagelinks {
    display: none
  }
}

.footercontent.pagelinks .pagelinkswrapper {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 22px
}

@media (max-width: 1300px) {
  .footercontent.pagelinks .pagelinkswrapper {
    width: 95%
  }
}

.footercontent.pagelinks .pagelinkswrapper .categorywrapper {
  margin-top: 10px;
  margin-bottom: 16px
}

.footercontent.pagelinks .pagelinkswrapper .categorywrapper a {
  display: block;
  float: left;
  clear: left
}

.footercontent.pagelinks .pagelinkswrapper .categorywrapper h4,
.footercontent.pagelinks .pagelinkswrapper .categorywrapper .h4 {
  font-size: 20px;
  font-weight: bold
}

.footercontent.legal {
  border-bottom: 1px solid #c9e0e9;
  height: 50px
}

@media (max-width: 976px) {
  .footercontent.legal {
    height: auto
  }
}

.footercontent.legal .contentwrapper {
  display: flex;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center
}

@media (max-width: 1300px) {
  .footercontent.legal .contentwrapper {
    width: 95%
  }
}

@media (max-width: 976px) {
  .footercontent.legal .contentwrapper {
    flex-direction: row;
    margin-bottom: 20px
  }
}

.footercontent.legal .contentwrapper .legallinkswrapper,
.footercontent.legal .contentwrapper .sociallinkswrapper {
  height: 100%
}

@media (max-width: 976px) {
  .footercontent.legal .contentwrapper .legallinkswrapper,
  .footercontent.legal .contentwrapper .sociallinkswrapper {
    height: auto;
    width: 100%;
    text-align: center
  }
}

.footercontent.legal .contentwrapper .legallinkswrapper {
  align-self: flex-start
}

.footercontent.legal .contentwrapper .legallinkswrapper a,
.footercontent.legal .contentwrapper .legallinkswrapper .contactbutton {
  display: inline;
  line-height: 50px;
  margin-right: 22px;
  font-family: PTSans_regular;
  color: #003c71;
  cursor: pointer
}

@media (max-width: 976px) {
  .footercontent.legal .contentwrapper .legallinkswrapper a,
  .footercontent.legal .contentwrapper .legallinkswrapper .contactbutton {
    margin: 0 11px
  }
}

@media (max-width: 380px) {
  .footercontent.legal .contentwrapper .legallinkswrapper a,
  .footercontent.legal .contentwrapper .legallinkswrapper .contactbutton {
    margin: 0 4px
  }
}

.footercontent.legal .contentwrapper .sociallinkswrapper {
  align-self: flex-end;
  display: flex;
  align-items: center
}

@media (max-width: 976px) {
  .footercontent.legal .contentwrapper .sociallinkswrapper {
    justify-content: center
  }
}

.footercontent.legal .contentwrapper .sociallinkswrapper a:after {
  display: none!important;
  content: none
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink {
  margin: 0 22px
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.insta {
  height: 26px;
  width: 26px;
  background-image: url(../images/footer/socialmedia/instagram_26x26.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.insta:hover {
  background-image: url(../images/footer/socialmedia/instagram_26x26_mouseover.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.twitter {
  height: 21px;
  width: 26px;
  background-image: url(../images/footer/socialmedia/twitter_26x21.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.twitter:hover {
  background-image: url(../images/footer/socialmedia/twitter_26x21_mouseover.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.youtube {
  height: 23px;
  width: 33px;
  background-image: url(../images/footer/socialmedia/youtube_33x23.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.youtube:hover {
  background-image: url(../images/footer/socialmedia/youtube_33x23_mouseover.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.facebook {
  height: 26px;
  width: 26px;
  background-image: url(../images/footer/socialmedia/facebook_26x26.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.facebook:hover {
  background-image: url(../images/footer/socialmedia/facebook_26x26_mouseover.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.linkedin {
  height: 26px;
  width: 26px;
  background-image: url(../images/footer/socialmedia/linkedin_26x26.svg)
}

.footercontent.legal .contentwrapper .sociallinkswrapper .sociallink.linkedin:hover {
  background-image: url(../images/footer/socialmedia/linkedin_26x26_mouseover.svg)
}

.footercontent.contactarea {
  height: 0;
  width: 100%;
  background-color: #001e39;
  color: white;
  transition: height 0.3s ease-in;
  overflow: hidden
}

.footercontent.contactarea.expand {
  height: 300px
}

.footercontent.contactarea .contactcontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  color: white
}

@media (max-width: 1300px) {
  .footercontent.contactarea .contactcontent {
    width: 95%
  }
}

.footercontent.contactarea .contactcontent h2,
.footercontent.contactarea .contactcontent .h2 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  position: relative
}

.footercontent.contactarea .contactcontent .h3 {
  font-size: 20px
}

.footercontent.contactarea .contactcontent p {
  line-height: 19px;
  color: white;
  margin: 13px 0
}

.footercontent.contactarea .contactcontent a {
  text-decoration: none;
  color: #009fdf;
  line-height: 19px;
  text-transform: none;
  font-family: PTSans_regular
}

.footercontent.credits .contentwrapper {
  display: flex;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 1300px) {
  .footercontent.credits .contentwrapper {
    width: 95%
  }
}

@media (max-width: 1050px) {
  .footercontent.credits .contentwrapper {
    flex-wrap: wrap
  }
}

@media (max-width: 364px) {
  .footercontent.credits .contentwrapper {
    justify-content: center
  }
}

.footercontent.credits .contentwrapper a:hover {
  text-decoration: none
}

.footercontent.credits .contentwrapper a:hover:after {
  display: none
}

.footercontent.credits .contentwrapper .creditlink {
  width: 285px;
  background-size: contain;
  background-repeat: no-repeat
}

@media (max-width: 1600px) {
  .footercontent.credits .contentwrapper .creditlink {
    width: 221px
  }
}

@media (max-width: 1050px) {
  .footercontent.credits .contentwrapper .creditlink {
    margin: 0 54px
  }
}

@media (max-width: 976px) {
  .footercontent.credits .contentwrapper .creditlink {
    margin: 0 11px
  }
}

@media (max-width: 540px) {
  .footercontent.credits .contentwrapper .creditlink {
    width: 150px
  }
}

@media (max-width: 364px) {
  .footercontent.credits .contentwrapper .creditlink {
    width: 200px!important;
    margin: 15px auto
  }
}

.footercontent.credits .contentwrapper .creditlink.bundesagentur {
  background-image: url(../images/footer/Bundesagentur-fuer-arbeit_285x82.svg);
  height: 82px
}

@media (max-width: 1600px) {
  .footercontent.credits .contentwrapper .creditlink.bundesagentur {
    height: 62px
  }
}

.footercontent.credits .contentwrapper .creditlink.suedwestmetall {
  background-image: url(../images/footer/LO_SWM_macht_Bildung_285x63.jpg);
  height: 63px
}

@media (max-width: 1600px) {
  .footercontent.credits .contentwrapper .creditlink.suedwestmetall {
    height: 41px
  }
}

.footercontent.credits .contentwrapper .creditlink.coaching4future {
  background-image: url(../images/footer/c4f-Logo@2x.png);
  width: 232px;
  height: 74px
}

@media (max-width: 540px) {
  .footercontent.credits .contentwrapper .creditlink.coaching4future {
    width: 150px
  }
}

.footercontent.credits .contentwrapper .creditlink.bwstiftung {
  background-image: url(../images/footer/BWS_Logo_Standard@2x.png);
  height: 123px
}

@media (max-width: 1600px) {
  .footercontent.credits .contentwrapper .creditlink.bwstiftung {
    height: 96px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper,
.frameworkpage.PraktikumPage .mainimagewrapper {
  position: relative
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px
}

@media (max-width: 820px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper {
    display: block
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .orange,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .orange {
  background-color: #ff9100
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .darkblue,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .darkblue {
  background-color: #001e39
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .lightblue,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .lightblue {
  background-color: #009fdf
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .blue,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .blue {
  background-color: #a3d8e7
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .white,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .white {
  background-color: white
}

@media (max-width: 1500px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper.mobiledarkblue,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper.mobiledarkblue {
    background-color: #001e39!important
  }
}

@media (max-width: 1500px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper.mobilelightblue,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper.mobilelightblue {
    background-color: #c9e0e9!important
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper {
  position: relative;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 1s
}

@media (max-width: 1500px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper {
    width: 33.33333333%;
    padding-bottom: 33.33333333%
  }
}

@media (max-width: 1220px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper {
    width: 50%;
    padding-bottom: 50%
  }
}

@media (max-width: 820px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper {
    width: 80%;
    height: auto;
    margin: 15px auto;
    padding: 0
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.flip .cardface,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.flip .cardface {
  display: none
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.flip .cardface.back,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.flip .cardface.back {
  display: block
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.touchcontrols .mobileheading,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.touchcontrols .mobileheading,
.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.singlelayout .mobileheading,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.singlelayout .mobileheading {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  font-size: 36px;
  margin-left: 20px;
  position: absolute;
  height: 100%;
  background-color: rgba(0,159,223,0.7);
  width: 100%;
  top: auto;
  left: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard {
  cursor: pointer
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard.singlelayout .hovercontent,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard.singlelayout .hovercontent,
.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard.touchcontrols .hovercontent,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard.touchcontrols .hovercontent {
  transition: opacity 0s linear 0s
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard.singlelayout,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard.singlelayout {
  outline: 4px solid #009fdf
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovericon,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovericon {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovericon:before,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovericon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  transition: transform 0.8s ease-in-out;
  transform: translate(50%,-50%) rotate(-45deg) translateX(44%);
  height: 200%;
  width: 200%;
  backface-visibility: hidden;
  z-index: 3
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0s linear 0.4s;
  left: 0;
  width: 101%;
  pointer-events: none;
  height: 101%;
  background-image: linear-gradient(to bottom,#562eb3,#263299,#002f7b,#00285a,#001e39)
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: white;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px
}

@media (max-width: 1600px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description {
    margin-top: 5px
  }
}

@media (max-width: 1500px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description {
    margin-top: 20px
  }
}

@media (max-width: 550px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .description {
    margin-top: 0;
    width: 85%;
    line-height: 20px;
    font-size: 14px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 {
  font-family: Fjalla-One;
  letter-spacing: 1.56px;
  color: #009fdf;
  font-size: 42px;
  line-height: 51px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  font-size: 36px;
  margin-left: 20px;
  margin-bottom: 15px
}

@media (max-width: 1600px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 {
    margin-top: 5px
  }
}

@media (max-width: 1500px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 {
    margin-bottom: 15px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 .subtitle,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 .subtitle {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  padding-right: 15px
}

@media (max-width: 550px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent h3 {
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 6px;
    margin-top: 10px;
    line-height: 26px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  background-image: url(../images/traumjobs/VR_Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 85px;
  width: 252px
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon:hover,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon:hover {
  background-image: url(../images/traumjobs/VR_Logo-hover.png)
}

@media (max-width: 1668px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon {
    width: 256px;
    height: 84px;
    bottom: 20px
  }
}

@media (max-width: 550px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon {
    width: 214px;
    height: 64px;
    bottom: 15px
  }
}

@media (max-width: 337px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard .hovercontent .vrpraktiicon {
    width: 142px;
    height: 48px;
    bottom: 14px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard.hovered .hovercontent,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard.hovered .hovercontent {
  display: block;
  opacity: 1;
  pointer-events: all
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper.hovercard.hovered .hovericon:before,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper.hovercard.hovered .hovericon:before {
  transform: translate(50%,-50%) rotate(-45deg) translateX(-130%)
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .cardface,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .cardface {
  backface-visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden
}

@media (max-width: 820px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .cardface,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .cardface {
    width: auto;
    position: relative
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .cardface.back,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .cardface.back {
  display: none
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .cardface .tilepanel,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .cardface .tilepanel {
  height: 100%;
  width: 100%
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .imagepanel,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .imagepanel {
  background-image: url(https://via.placeholder.com/365x365/808080);
  background-size: cover;
  background-repeat: no-repeat
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .textpanel,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .textpanel {
  width: 100%
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .textpanel h2,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .textpanel h2 {
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  color: #009fdf;
  font-size: 84px;
  line-height: 95px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 40px;
  color: white;
  position: absolute;
  line-height: initial;
  margin-left: 35px;
  margin-right: 35px
}

@media (max-width: 450px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .textpanel h2,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .textpanel h2 {
    font-size: 35px;
    line-height: 38px;
    margin-left: 15px;
    margin-right: 15px
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .intropanel h1,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .intropanel h1 {
  margin: 0 auto;
  margin-top: 60px;
  width: 80%
}

@media (max-width: 1124px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .intropanel h1,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .intropanel h1 {
    width: 100%
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .intropanel .description,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .intropanel .description {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #003c71;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px
}

@media (max-width: 1124px) {
  .frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .intropanel .description,
  .frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .intropanel .description {
    width: 100%
  }
}

.frameworkpage.PraktikumPage .traumjobsheaderwrapper .maintilewrapper .prakticardwrapper .intropanel .description.blue,
.frameworkpage.PraktikumPage .mainimagewrapper .maintilewrapper .prakticardwrapper .intropanel .description.blue {
  color: #009fdf
}

.pagewidthwrapper #pageswrapper .frameworkpage.stationen .sidemenumargin {
  width: auto
}

.kfstationpopup {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 125px - 1px);
  top: 126px;
  left: 0;
  z-index: 333
}

@media (max-width: 1300px) {
  .kfstationpopup {
    z-index: 333;
    height: 100%;
    top: 0
  }
}

.kfstationpopup.show {
  display: block
}

.kfstationpopup .stationwrapper {
  width: 850px;
  background-color: #c9e0e9;
  position: relative;
  margin: 100px 0;
  min-height: 414px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  background-color: white;
  margin: 0
}

@media (max-width: 700px) {
  .kfstationpopup .stationwrapper {
    margin: 50px 0
  }
}

.kfstationpopup .stationwrapper .stationcloser {
  display: none
}

.kfstationpopup .stationwrapper.right {
  align-self: flex-end
}

.kfstationpopup .stationwrapper.right h1 {
  transform: translateY(-100%) translateX(-50%);
  left: 50%
}

.kfstationpopup .stationwrapper.right .mediaitem {
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper.right .mediaitem {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0 3px;
    box-sizing: border-box
  }
}

.kfstationpopup .stationwrapper.right .textwrapper {
  margin-left: 274px
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper.right .textwrapper {
    width: 100%;
    padding: 47px;
    box-sizing: border-box;
    margin: auto
  }
}

@media (max-width: 700px) {
  .kfstationpopup .stationwrapper.right .textwrapper {
    padding: 0 20px
  }
}

.kfstationpopup .stationwrapper.right .textwrapper p:last-child {
  margin-bottom: 100px
}

.kfstationpopup .stationwrapper.right .stationnumberwrapper {
  left: 200px
}

.kfstationpopup .stationwrapper h1 {
  background-color: #009fdf;
  color: white;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%) translateX(-43px);
  padding: 5px;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 1.26px
}

@media (max-width: 945px) {
  .kfstationpopup .stationwrapper h1 {
    transform: translateY(-100%) translateX(10px)
  }
}

.kfstationpopup .stationwrapper .contentwrapper {
  overflow: hidden
}

.kfstationpopup .stationwrapper h2 {
  font-family: Fjalla-One;
  letter-spacing: .9px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #7f9db8
}

.kfstationpopup .stationwrapper h3 {
  font-family: PTSans_bold;
  color: #001e39;
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: normal
}

.kfstationpopup .stationwrapper .stationnumberwrapper {
  position: relative;
  top: 50px;
  height: 60px;
  width: 250px;
  margin-bottom: 76px
}

.kfstationpopup .stationwrapper .stationnumberwrapper h2 {
  position: absolute;
  right: 9px;
  top: -25px;
  font-size: 29px!important;
  font-weight: normal
}

.kfstationpopup .stationwrapper .stationnumberwrapper .stationicon {
  position: absolute;
  background-image: url(../images/Station_248x55.svg);
  height: 55px;
  width: 248px
}

.kfstationpopup .stationwrapper .textwrapper {
  margin-left: 47px;
  width: 60%
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper .textwrapper {
    width: 100%;
    padding: 47px;
    box-sizing: border-box;
    margin: auto
  }
}

@media (max-width: 700px) {
  .kfstationpopup .stationwrapper .textwrapper {
    padding: 0 20px
  }
}

.kfstationpopup .stationwrapper .textwrapper p:last-child {
  margin-bottom: 100px
}

.kfstationpopup .stationwrapper .mediaitem {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%)
}

.kfstationpopup .stationwrapper .mediaitem video,
.kfstationpopup .stationwrapper .mediaitem img {
  width: 100%
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper .mediaitem {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3px;
    box-sizing: border-box
  }
}

.kfstationpopup .stationwrapper .tovrbutton {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  background-color: #001e39;
  font-family: PTSans_bold;
  color: white;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  width: auto;
  position: relative;
  padding: 0 30px;
  line-height: 60px;
  margin-top: 80px;
  margin-bottom: 25px;
  border: 1px solid #001e39
}

@media (max-width: 550px) {
  .kfstationpopup .stationwrapper .tovrbutton {
    margin-top: 0
  }
}

.kfstationpopup .stationwrapper .tovrbutton.hovered {
  background-color: white;
  color: #001e39
}

.kfstationpopup .stationwrapper.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper {
    margin-top: 60px;
    max-height: calc(100% - 125px - 40px);
    overflow: auto
  }
}

@media (max-width: 470px) {
  .kfstationpopup .stationwrapper {
    position: fixed;
    height: 100%;
    max-height: 100%;
    margin: 0
  }
}

@media (min-width: 1301px) {
  .kfstationpopup .stationwrapper {
    overflow: visible
  }
}

@media (max-width: 1300px) {
  .kfstationpopup .stationwrapper h1 {
    display: inline-block;
    position: relative;
    margin-top: 28px;
    margin-left: 22px;
    transform: none
  }
}

.kfstationpopup .stationwrapper .trucktourbutton {
  display: none!important
}

.kfstationpopup .stationwrapper .stationcloser {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer
}

.kfstationpopup .stationwrapper .stationcloser .text {
  font-family: PTSans_regular;
  margin-right: 8px;
  font-size: 14px
}

.kfstationpopup .stationwrapper .stationcloser .icon {
  position: relative;
  height: 20px;
  width: 20px
}

.kfstationpopup .stationwrapper .stationcloser .icon:after,
.kfstationpopup .stationwrapper .stationcloser .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: translateY(-50%) rotate(45deg)
}

.kfstationpopup .stationwrapper .stationcloser .icon:before {
  transform: translateY(-50%) rotate(-45deg)
}

.stationlinkswrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  height: 310px;
  max-height: 310px;
  margin-top: 100px;
  margin-bottom: 80px
}

@media (max-width: 995px) {
  .stationlinkswrapper {
    flex-direction: row;
    height: auto;
    max-height: none;
    justify-content: space-between
  }
}

.stationlinkswrapper .stationlink {
  letter-spacing: .34px;
  font-size: 17px;
  font-family: PTSans_bold;
  display: block;
  position: relative;
  color: #003c71;
  background-color: #c9e0e9;
  height: 60px;
  line-height: 60px;
  margin-bottom: 1px;
  margin-right: 40px;
  padding-left: 60px;
  width: 100/3%;
  cursor: pointer
}

@media (max-width: 1650px) {
  .stationlinkswrapper .stationlink {
    width: auto
  }
}

@media (max-width: 995px) {
  .stationlinkswrapper .stationlink {
    width: calc(50% - 70px);
    margin: 0;
    margin-bottom: 1px
  }
}

@media (max-width: 530px) {
  .stationlinkswrapper .stationlink {
    width: 100%
  }
}

.stationlinkswrapper .stationlink.hovered:before {
  transform: translateY(-50%) translateX(10px) rotate(-90deg)
}

.stationlinkswrapper .stationlink:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 25px;
  width: 12px;
  transition: transform 0.2s ease-in-out;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(../images/allgemeiner_Pfeil_12x25_weiss.svg)
}

.stationswrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap
}

@media (max-width: 1124px) {
  .stationswrapper {
    align-items: center
  }
}

.stationswrapper .stationwrapper {
  width: 850px;
  background-color: #c9e0e9;
  position: relative;
  margin: 100px 0;
  min-height: 414px;
  max-width: 100%
}

@media (max-width: 700px) {
  .stationswrapper .stationwrapper {
    margin: 50px 0
  }
}

.stationswrapper .stationwrapper .stationcloser {
  display: none
}

.stationswrapper .stationwrapper.right {
  align-self: flex-end
}

.stationswrapper .stationwrapper.right h1 {
  transform: translateY(-100%) translateX(-50%);
  left: 50%
}

.stationswrapper .stationwrapper.right .mediaitem {
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-50%)
}

@media (max-width: 1300px) {
  .stationswrapper .stationwrapper.right .mediaitem {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 0 3px;
    box-sizing: border-box
  }
}

.stationswrapper .stationwrapper.right .textwrapper {
  margin-left: 274px
}

@media (max-width: 1300px) {
  .stationswrapper .stationwrapper.right .textwrapper {
    width: 100%;
    padding: 47px;
    box-sizing: border-box;
    margin: auto
  }
}

@media (max-width: 700px) {
  .stationswrapper .stationwrapper.right .textwrapper {
    padding: 0 20px
  }
}

.stationswrapper .stationwrapper.right .textwrapper p:last-child {
  margin-bottom: 100px
}

.stationswrapper .stationwrapper.right .stationnumberwrapper {
  left: 200px
}

.stationswrapper .stationwrapper h1 {
  background-color: #009fdf;
  color: white;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%) translateX(-43px);
  padding: 5px;
  box-sizing: border-box;
  font-weight: normal;
  letter-spacing: 1.26px
}

@media (max-width: 945px) {
  .stationswrapper .stationwrapper h1 {
    transform: translateY(-100%) translateX(10px)
  }
}

.stationswrapper .stationwrapper .contentwrapper {
  overflow: hidden
}

.stationswrapper .stationwrapper h2 {
  font-family: Fjalla-One;
  letter-spacing: .9px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #7f9db8
}

.stationswrapper .stationwrapper h3 {
  font-family: PTSans_bold;
  color: #001e39;
  font-size: 20px;
  letter-spacing: .5px;
  font-weight: normal
}

.stationswrapper .stationwrapper .stationnumberwrapper {
  position: relative;
  top: 50px;
  height: 60px;
  width: 250px;
  margin-bottom: 76px
}

.stationswrapper .stationwrapper .stationnumberwrapper h2 {
  position: absolute;
  right: 9px;
  top: -25px;
  font-size: 29px!important;
  font-weight: normal
}

.stationswrapper .stationwrapper .stationnumberwrapper .stationicon {
  position: absolute;
  background-image: url(../images/Station_248x55.svg);
  height: 55px;
  width: 248px
}

.stationswrapper .stationwrapper .textwrapper {
  margin-left: 47px;
  width: 60%
}

@media (max-width: 1300px) {
  .stationswrapper .stationwrapper .textwrapper {
    width: 100%;
    padding: 47px;
    box-sizing: border-box;
    margin: auto
  }
}

@media (max-width: 700px) {
  .stationswrapper .stationwrapper .textwrapper {
    padding: 0 20px
  }
}

.stationswrapper .stationwrapper .textwrapper p:last-child {
  margin-bottom: 100px
}

.stationswrapper .stationwrapper .mediaitem {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%)
}

.stationswrapper .stationwrapper .mediaitem video,
.stationswrapper .stationwrapper .mediaitem img {
  width: 100%
}

@media (max-width: 1300px) {
  .stationswrapper .stationwrapper .mediaitem {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3px;
    box-sizing: border-box
  }
}

.stationswrapper .stationwrapper .tovrbutton {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  background-color: #001e39;
  font-family: PTSans_bold;
  color: white;
  height: 60px;
  display: inline-block;
  cursor: pointer;
  width: auto;
  position: relative;
  padding: 0 30px;
  line-height: 60px;
  margin-top: 80px;
  margin-bottom: 25px;
  border: 1px solid #001e39
}

@media (max-width: 550px) {
  .stationswrapper .stationwrapper .tovrbutton {
    margin-top: 0
  }
}

.stationswrapper .stationwrapper .tovrbutton.hovered {
  background-color: white;
  color: #001e39
}

.frameworkpage.datenfakten .sidemenumargin {
  width: auto!important
}

@media (max-width: 1300px) {
  .frameworkpage.datenfakten .sidemenumargin {
    margin-right: 100px!important
  }
}

@media (max-width: 1124px) {
  .frameworkpage.datenfakten .sidemenumargin {
    margin-left: 20px!important;
    min-height: auto!important;
    margin-right: 20px!important;
    width: calc(100% - 40px)!important
  }
}

.frameworkpage.datenfakten .sidemenumargin .techdata {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px
}

@media (max-width: 1500px) {
  .frameworkpage.datenfakten .sidemenumargin .techdata {
    flex-direction: column
  }
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment {
  width: 50%;
  border-top: 1px solid #c9e0e9;
  padding: 25px 65px 25px 0;
  box-sizing: border-box
}

@media (max-width: 1500px) {
  .frameworkpage.datenfakten .sidemenumargin .techdata .techsegment {
    flex-direction: column;
    width: 100%
  }
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment.background {
  background-color: #c9e0e9;
  padding: 25px 65px
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment h3 {
  color: #009fdf
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment p span.italics {
  font-family: PTSans_regular-italic
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment p span.bold {
  font-weight: bold
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment .dataline:after {
  content: '';
  display: block;
  clear: both
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment .dataline p {
  margin: 0
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment .dataline p:first-child {
  float: left
}

.frameworkpage.datenfakten .sidemenumargin .techdata .techsegment .dataline p:nth-child(2) {
  float: right
}

@media (max-width: 1124px) {
  .frameworkpage.landingpage .mainimagewrapper {
    display: none
  }
}

.frameworkpage.landingpage .mainimagewrapper h1,
.frameworkpage.landingpage .mainimagewrapper h2,
.frameworkpage.landingpage .mainimagewrapper .h1,
.frameworkpage.landingpage .mainimagewrapper .h2 {
  position: absolute;
  transform: translate(-50%,-50%);
  top: 25%;
  left: 50%;
  margin: 0;
  color: #003c71;
  background-color: #a3d8e7
}

.frameworkpage.landingpage .mainimagewrapper h1,
.frameworkpage.landingpage .mainimagewrapper .h1 {
  font-family: Fjalla-One;
  letter-spacing: 2.52px;
  font-size: 84px;
  text-transform: uppercase;
  line-height: 110px;
  white-space: nowrap
}

@media (max-width: 1500px) {
  .frameworkpage.landingpage .mainimagewrapper h1,
  .frameworkpage.landingpage .mainimagewrapper .h1 {
    font-size: 74px;
    line-height: 74px
  }
}

.frameworkpage.landingpage .mainimagewrapper h2,
.frameworkpage.landingpage .mainimagewrapper .h2 {
  transform: translate(-50%,-50%) translateY(57px)
}

@media (max-width: 1500px) {
  .frameworkpage.landingpage .mainimagewrapper h2,
  .frameworkpage.landingpage .mainimagewrapper .h2 {
    font-size: 29px
  }
}

.frameworkpage.landingpage .mainimagewrapper .landing360icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) translateY(30px);
  width: 96px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/360_hinweis_96x79.svg)
}

.frameworkpage.landingpage .mainimagewrapper .cornerbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) translateY(160px) translateZ(1px);
  border-color: #003c71;
  color: #003c71;
  background-color: #a3d8e7
}

@media (max-width: 1250px) {
  .frameworkpage.landingpage .mainimagewrapper .cornerbutton {
    transform: translate(-50%,-50%) translateY(130px) translateZ(1px)
  }
}

.frameworkpage.landingpage .mainimagewrapper .cornerbutton:before {
  background-color: #003c71
}

.frameworkpage.landingpage .mainimagewrapper .cornerbutton.hovered {
  background-color: #003c71!important;
  color: white!important
}

.frameworkpage.landingpage .mainimagewrapper .truckimage {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 714px;
  height: 379px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/Truck.png)
}

@media (max-width: 1800px) {
  .frameworkpage.landingpage .mainimagewrapper .truckimage {
    width: 562px;
    height: 299px
  }
}

@media (max-width: 1504px) {
  .frameworkpage.landingpage .mainimagewrapper .truckimage {
    width: 518px;
    height: 279px;
    left: -97px
  }
}

@media (max-width: 1300px) {
  .frameworkpage.landingpage .mainimagewrapper .truckimage {
    bottom: -43px;
    left: -146px
  }
}

.frameworkpage.landingpage .sidemenumargin {
  width: 610px!important;
  margin-bottom: 100px! important
}

@media (max-width: 1500px) {
  .frameworkpage.landingpage .sidemenumargin {
    margin: 100px auto!important
  }
}

@media (max-width: 1124px) {
  .frameworkpage.landingpage .sidemenumargin {
    display: none
  }
}

.frameworkpage.landingpage .sidemenumargin p {
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px
}

.frameworkpage.landingpage .mobilecontent {
  display: none;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px)
}

@media (max-width: 1124px) {
  .frameworkpage.landingpage .mobilecontent {
    display: block
  }
}

.frameworkpage.landingpage .mobilecontent h1,
.frameworkpage.landingpage .mobilecontent .h1 {
  font-size: 32px;
  line-height: 37px
}

.frameworkpage.landingpage .mobilecontent .landingpagemobilestartext {
  padding: 10px;
  margin: 20px auto;
  width: 100%;
  max-width: 740px
}

.frameworkpage.landingpage .mobilecontent .landingpagecard {
  width: 100%;
  display: flex;
  padding: 10px;
  margin: 20px auto;
  max-width: 740px;
  position: relative
}

@media (max-width: 650px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard {
    flex-direction: column-reverse;
    padding: 0
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardimage {
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  min-width: 300px
}

@media (max-width: 650px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardimage {
    width: 100%;
    padding-top: 100%;
    height: auto;
    min-width: 0
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper {
  margin-left: 30px
}

@media (min-width: 651px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper {
    position: relative
  }
}

@media (max-width: 650px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper {
    margin-left: 0
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper h1,
.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .h1 {
  color: #001e39;
  font-size: 32px;
  line-height: 35px
}

@media (max-width: 650px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper h1,
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .h1 {
    margin-bottom: 0
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper h2,
.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .h2 {
  font-size: 22px;
  margin-top: 3px
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .datawarning {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  line-height: initial;
  font-family: PTSans_bold
}

@media (max-width: 350px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .datawarning {
    font-size: 14px;
    font-family: PTSans_regular
  }
}

@media (min-width: 651px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .datawarning {
    position: relative
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton {
  border-color: #001e39;
  color: #001e39
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton.multiline {
  line-height: 25px;
  height: 70px
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton .smallertext {
  font-size: 14px;
  font-family: PTSans_regular
}

@media (max-width: 650px) {
  .frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 168px;
    max-width: 100%;
    background-color: #a3d8e7;
    transform: translateX(-50%) translateZ(1px)
  }
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton:before {
  background-color: #001e39;
  z-index: 3
}

.frameworkpage.landingpage .mobilecontent .landingpagecard .cardtextwrapper .cornerbutton.orange {
  background-color: #ff9100;
  color: white
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper {
  display: flex;
  flex-direction: column
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobiletrucktourteaser {
  position: relative;
  background-color: #ff9100;
  height: 140px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobiletrucktourteaser .cornerbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  display: block;
  transform: translate(-50%,-50%) translateZ(1px);
  width: 212px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper {
  background: -moz-linear-gradient(45deg,#003c71 1%,#009fdf 100%);
  background: -webkit-linear-gradient(45deg,#003c71 1%,#009fdf 100%);
  background: linear-gradient(45deg,#003c71 1%,#009fdf 100%);
  counter-reset: parentCounter;
  padding-bottom: 65px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  color: white;
  text-decoration: none;
  line-height: 73px;
  display: block;
  counter-increment: parentCounter;
  font-size: 24px;
  cursor: pointer
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink:before {
  content: counter(parentCounter,decimal-leading-zero);
  font-size: 24px;
  margin-left: 30px;
  margin-right: 40px;
  color: #001e39
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 20px);
  background-color: #001e39;
  bottom: 0
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .expandicon {
  position: absolute;
  right: 12px;
  top: 32px;
  height: 14px;
  width: 14px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .expandicon:after,
.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .expandicon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #001e39;
  height: 2px;
  width: 14px;
  transition: transform 0.2s ease-in-out
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink.collapse .expandicon:after {
  transform: translate(-50%,-50%) rotate(90deg)
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink.collapse .subnodewrapper .mobilesubnode {
  max-height: 0
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink a {
  color: white;
  text-decoration: none;
  line-height: 73px;
  font-size: 24px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .subnodewrapper {
  display: flex;
  flex-direction: column;
  background-color: #001e39;
  counter-reset: subCounter;
  margin: 0 10px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .subnodewrapper .mobilesubnode {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22,0.61,0.36,1);
  max-height: 130px;
  color: #009fdf;
  font-family: PTSans_regular;
  line-height: 65px;
  letter-spacing: .4px;
  font-size: 24px;
  counter-increment: subCounter;
  text-indent: -97px;
  padding-left: 107px
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .subnodewrapper .mobilesubnode:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  background-color: rgba(0,159,223,0.5);
  bottom: 0
}

.frameworkpage.MainMenu .mainimagewrapper .mobilemainmenuwrapper .mobilepagelinkswrapper .menulink .subnodewrapper .mobilesubnode:before {
  content: counter(parentCounter) "." counter(subCounter);
  margin-left: 25px;
  margin-right: 40px;
  color: rgba(0,159,223,0.5)
}

@media (max-width: 1600px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .sidemenumargin.anfragenpage {
    margin-left: 20px;
    margin-right: 20px
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper {
  display: flex;
  margin-left: 400px;
  margin-right: 300px;
  max-width: 100%;
  width: 1200px
}

@media (max-width: 1600px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .framewrapper {
    margin-left: 20px;
    margin-right: 20px
  }
}

@media (max-width: 1250px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .framewrapper {
    flex-direction: column
  }
}

@media (min-width: 1401px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .framewrapper.tourplan {
    margin-left: 400px!important;
    margin-right: 300px!important
  }
}

@media (max-width: 1400px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .framewrapper.tourplan {
    margin-left: 20px;
    margin-right: 20px
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper {
  background-color: #daebb2;
  width: 240px;
  position: relative;
  overflow: hidden;
  height: 384px;
  padding: 15px;
  color: #003c71;
  margin-top: 43px;
  margin-left: 45px
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper.nomargin {
  margin-left: 0
}

@media (max-width: 1250px) {
  .pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px
  }
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper .contactimage {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: block
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper h2,
.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper .h2 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .96px;
  position: relative
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper .h3 {
  font-size: 20px
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper p {
  line-height: 19px;
  margin: 13px 0
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .contactwrapper a {
  text-decoration: none;
  color: #003c71;
  line-height: 19px
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .formframe {
  margin-left: -45px;
  border: 0;
  width: 824px;
  height: 2014px;
  max-width: 100%
}

.pagewidthwrapper #pageswrapper .frameworkpage .framewrapper .formframe.feedback {
  height: 4085px
}

.pagecontent .truckmap {
  height: 670px;
  width: 100%;
  position: relative
}

@media (max-width: 1124px) {

}

.pagecontent .truckmap .mapbackgroundwrapper {
  height: 100%;
  width: 100%;
  background-color: #003c71
}

.pagecontent .truckmap .mapbackgroundwrapper .mobilebackground {
  display: none;
  height: 100%;
  width: 5000px;
  transition: transform 0.9s ease-in-out
}

.pagecontent .truckmap .mapbackgroundwrapper .mobilebackground.show1 {
  transform: translateX(-66%)
}

.pagecontent .truckmap .mapbackgroundwrapper .mobilebackground.show2 {
  transform: translateX(-33%)
}

.pagecontent .truckmap .mapbackgroundwrapper .mobilebackground.show3 {
  transform: translateX(0%)
}

@media (max-width: 1124px) {
  .pagecontent .truckmap .mapbackgroundwrapper .mobilebackground {
    display: block;
    background-image: url(../images/truckmap/Truckmap-BG-5000x670.png);
    background-size: 5000px 670px;
    background-position: 0
  }
}

.pagecontent .truckmap .mapwrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.pagecontent .truckmap .mapwrapper.show1 .map.map1 {
  left: 0
}

.pagecontent .truckmap .mapwrapper.show1 .map.map2 {
  left: 200%
}

.pagecontent .truckmap .mapwrapper.show1 .map.map3 {
  left: 400%
}

.pagecontent .truckmap .mapwrapper.show2 .map.map1 {
  left: -200%
}

.pagecontent .truckmap .mapwrapper.show2 .map.map2 {
  left: 0
}

.pagecontent .truckmap .mapwrapper.show2 .map.map3 {
  left: 200%
}

.pagecontent .truckmap .mapwrapper.show3 .map.map1 {
  left: -400%
}

.pagecontent .truckmap .mapwrapper.show3 .map.map2 {
  left: -200%
}

.pagecontent .truckmap .mapwrapper.show3 .map.map3 {
  left: 0
}

.pagecontent .truckmap .mapwrapper .scrollnotice {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../images/truckmap/swipe_scrollx.png);
  height: 88px;
  width: 88px;
  pointer-events: none;
  transition: opacity 0.3s linear;
  background-size: 88px 88px;
  z-index: 555
}

@media (max-width: 1124px) {
  .pagecontent .truckmap .mapwrapper .scrollnotice {
    display: block
  }
}

.pagecontent .truckmap .mapwrapper .scrollnotice.hide {
  opacity: 0
}

.pagecontent .truckmap .mapwrapper .map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.9s ease-in-out
}

@media (max-width: 1124px) {
  .pagecontent .truckmap .mapwrapper .map {
    overflow-x: scroll
  }
}

.pagecontent .truckmap .mapwrapper .map .mapimage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow: visible;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

@media (max-width: 1124px) {
  .pagecontent .truckmap .mapwrapper .map .mapimage {
    position: relative;
    left: auto;
    top: auto;
    transform: scale(0.9)!important
  }
}

@media (max-width: 370px) {
  .pagecontent .truckmap .mapwrapper .map .mapimage {
    transform: scale(0.75)!important
  }
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons {
  width: 100%;
  height: 100%
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut {
  position: absolute;
  width: 45px;
  height: 45px;
  overflow: visible;
  border-radius: 50%;
  transform: translate(-50%,-50%)
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut .anim {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  pointer-events: none;
  height: 100px;
  z-index: 1
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut .tmlabelwrapper {
  display: none;
  color: black;
  font-family: PTSans_regular;
  letter-spacing: .96px;
  font-size: 12px;
  background-color: white;
  width: 330px;
  max-width: 90vw;
  transform: translate(55px,-70px);
  padding: 15px;
  z-index: 4;
  outline: 10px solid rgba(0,30,57,0.6);
  box-sizing: border-box
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut .tmlabelwrapper .title {
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  overflow: visible
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut .tmlabelwrapper .title:after {
  position: absolute;
  content: "";
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #c9e0e9;
  left: 0
}

.pagecontent .truckmap .mapwrapper .map .mapimage .truckmapbuttons .tmbut .tmlabelwrapper.show {
  display: block
}

.pagecontent .truckmap .mapwrapper .map.map1 {
  left: -100%
}

.pagecontent .truckmap .mapwrapper .map.map1 .mapimage {
  background-image: url(../images/truckmap/Truckmap_02_1108x479.svg);
  width: 1108px;
  height: 479px;
  background-size: 1108px 476px
}

@media (max-width: 1124px) {
  .pagecontent .truckmap .mapwrapper .map.map1 .mapimage {
    margin-top: 58px
  }
}

@media (max-width: 1210px) {
  .pagecontent .truckmap .mapwrapper .map.map1 .mapimage {
    transform: translate(-50%,-50%) scale(0.7)
  }

  .pagecontent .truckmap .mapwrapper .map.map1 .mapimage .tmlabelwrapper {
    transform: scale(1.3) translate(80px,-70px)!important;
    width: 270px
  }
}

.pagecontent .truckmap .mapwrapper .map.map2 {
  left: 0
}

.pagecontent .truckmap .mapwrapper .map.map2 .mapimage {
  background-image: url(../images/truckmap/Truckmap_03_1506x670.svg);
  width: 1506px;
  height: 670px;
  background-size: 1506px 670px
}

@media (max-width: 1560px) {
  .pagecontent .truckmap .mapwrapper .map.map2 .mapimage {
    transform: translate(-50%,-50%) scale(0.6)
  }

  .pagecontent .truckmap .mapwrapper .map.map2 .mapimage .tmlabelwrapper {
    transform: scale(1.4) translate(80px,-70px)!important;
    width: 270px
  }
}

.pagecontent .truckmap .mapwrapper .map.map3 {
  left: 100%
}

.pagecontent .truckmap .mapwrapper .map.map3 .tmlabelwrapper {
  width: 220px!important
}

.pagecontent .truckmap .mapwrapper .map.map3 .mapimage {
  background-image: url(../images/truckmap/Truckmap_01_1041x566.svg);
  width: 1041px;
  height: 566px;
  background-size: 1041px 566px
}

@media (max-width: 1520px) {
  .pagecontent .truckmap .mapwrapper .map.map3 .mapimage {
    transform: translate(-50%,-50%) scale(0.7)
  }

  .pagecontent .truckmap .mapwrapper .map.map3 .mapimage .tmlabelwrapper {
    transform: scale(1.3) translate(80px,-70px)!important;
    width: 200px
  }
}

.pagecontent .mapswitchwrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
  border-top: 1px solid white;
  display: flex
}

.pagecontent .mapswitchwrapper .switchbutton {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-family: PTSans_regular;
  padding: 6px 45px;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background-color 0.3s linear
}

@media (max-width: 500px) {
  .pagecontent .mapswitchwrapper .switchbutton {
    padding: 8px 24px
  }
}

.pagecontent .mapswitchwrapper .switchbutton.active {
  background-color: white;
  color: #001e39
}

.milestonegamewrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100% - 125px - 1px);
  top: 126px;
  left: 0;
  z-index: 3;
  pointer-events: none
}

@media (max-width: 1300px) {
  .milestonegamewrapper {
    height: 100%;
    top: 0
  }
}

@media (max-width: 860px) {
  .milestonegamewrapper {
    z-index: 6
  }
}

.milestonegamewrapper .milestoneassignwrapper {
  display: none
}

.milestonegamewrapper .popupswrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.milestonegamewrapper .popupswrapper.show {
  display: block
}

.milestonegamewrapper .popupswrapper .animationframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1920px;
  height: 1080px
}

.milestonegamewrapper .popupswrapper .winpopup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 480px;
  height: auto;
  background-color: white;
  color: black;
  padding: 28px;
  box-sizing: border-box;
  overflow: visible;
  z-index: 2334;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.65,0.01,0.6,1.28);
  transform: translate(-50%,-50%) scale(0.001);
  transform-origin: center
}

@media (max-width: 500px) {
  .milestonegamewrapper .popupswrapper .winpopup {
    width: 100%;
    height: 480px;
    max-height: 100%
  }
}

.milestonegamewrapper .popupswrapper .winpopup.show {
  pointer-events: all;
  transform: translate(-50%,-50%) scale(1);
  opacity: 1
}

.milestonegamewrapper .popupswrapper .winpopup .title {
  font-size: 32px;
  font-family: Fjalla-One;
  margin-top: 12px;
  margin-bottom: 20px
}

.milestonegamewrapper .popupswrapper .winpopup .description {
  width: 300px
}

.milestonegamewrapper .popupswrapper .winpopup .clapicon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 122px;
  height: 202px;
  background-size: contain;
  background-image: url(../images/milestone/Meilensteine_10von10.svg)
}

@media (orientation: portrait) and (max-width: 500px) {
  .milestonegamewrapper .popupswrapper .winpopup .clapicon {
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: 0
  }
}

.milestonegamewrapper .popupswrapper .winpopup .popupcloser {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer
}

.milestonegamewrapper .popupswrapper .winpopup .popupcloser .text {
  font-family: PTSans_regular;
  margin-right: 8px;
  font-size: 14px
}

.milestonegamewrapper .popupswrapper .winpopup .popupcloser .icon {
  position: relative;
  height: 20px;
  width: 20px
}

.milestonegamewrapper .popupswrapper .winpopup .popupcloser .icon:after,
.milestonegamewrapper .popupswrapper .winpopup .popupcloser .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: translateY(-50%) rotate(45deg)
}

.milestonegamewrapper .popupswrapper .winpopup .popupcloser .icon:before {
  transform: translateY(-50%) rotate(-45deg)
}

.milestonegamewrapper .popupswrapper .intropopup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  width: 620px;
  height: auto;
  background-color: white;
  color: black;
  padding: 28px;
  box-sizing: border-box;
  max-width: 100%
}

.milestonegamewrapper .popupswrapper .intropopup.show {
  pointer-events: all;
  opacity: 1
}

.milestonegamewrapper .popupswrapper .intropopup .title {
  background-image: url(../images/milestone/Meilensteine_687x174.png);
  width: 687px;
  height: 174px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%) translateX(-0.5px);
  max-width: 100vw;
  background-size: contain;
  background-repeat: no-repeat
}

@media (max-width: 420px) {
  .milestonegamewrapper .popupswrapper .intropopup .title {
    height: 105px
  }
}

.milestonegamewrapper .popupswrapper .intropopup .description {
  margin-top: 95px
}

@media (max-width: 420px) {
  .milestonegamewrapper .popupswrapper .intropopup .description {
    margin-top: 40px
  }
}

@media (max-width: 374px) {
  .milestonegamewrapper .popupswrapper .intropopup .description p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: .3px
  }
}

.milestonegamewrapper .popupswrapper .intropopup .description .oneline {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center
}

@media (max-width: 600px) {
  .milestonegamewrapper .popupswrapper .intropopup .description .oneline {
    flex-direction: column
  }
}

.milestonegamewrapper .popupswrapper .intropopup .description .cornerbutton {
  position: relative;
  width: 166px;
  padding: 0 28px;
  margin-left: 12px
}

.milestonegamewrapper .milestonegamewindow {
  opacity: 0;
  transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  width: 800px;
  height: 320px;
  max-width: 100%;
  z-index: 3340;
  pointer-events: none
}

.milestonegamewrapper .milestonegamewindow.show {
  pointer-events: all;
  opacity: 1
}

.milestonegamewrapper .milestonegamewindow.show {
  pointer-events: all
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow {
    width: 100%;
    top: 0;
    bottom: auto;
    height: 100%
  }
}

.milestonegamewrapper .milestonegamewindow .itemwrapper {
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 100%;
  width: 350px;
  background-color: white;
  color: #003c71;
  height: 220px;
  right: 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  font-family: PTSans_bold
}

.milestonegamewrapper .milestonegamewindow .itemwrapper.show {
  pointer-events: all;
  opacity: 1
}

.milestonegamewrapper .milestonegamewindow .itemwrapper.show {
  pointer-events: none
}

.milestonegamewrapper .milestonegamewindow .itemwrapper .elementicon {
  width: 144px;
  height: 116px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 23px
}

.milestonegamewrapper .milestonegamewindow.showdetail .title {
  transform: translate(35px,-30px);
  left: -100%
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow.showdetail .title {
    transform: none
  }
}

.milestonegamewrapper .milestonegamewindow.showdetail .backbutton {
  left: 0;
  opacity: 1
}

.milestonegamewrapper .milestonegamewindow.showdetail .screenwrapper .datescreen {
  transform: translateX(-100%)
}

.milestonegamewrapper .milestonegamewindow.showdetail .screenwrapper .detailsscreen {
  transform: translateX(0)
}

.milestonegamewrapper .milestonegamewindow .title {
  position: absolute;
  background-image: url(../images/milestone/Meilensteine_687x174.png);
  width: 393px;
  height: 98px;
  transform: translate(35px,-30px);
  background-repeat: no-repeat;
  background-size: contain;
  transition: left 0.3s ease-in-out;
  left: 0
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .title {
    transform: none;
    pointer-events: none;
    z-index: 1
  }
}

@media (max-width: 375px) {
  .milestonegamewrapper .milestonegamewindow .title {
    left: 12px;
    top: 5px;
    width: 291px;
    height: 65px
  }
}

.milestonegamewrapper .milestonegamewindow .backbutton {
  position: absolute;
  top: 25px;
  left: 100%;
  background-image: url(../images/allgemeiner_Pfeil_12x25.svg);
  transform: translateX(48px) rotate(90deg);
  height: 25px;
  width: 12px;
  background-size: contain;
  z-index: 200;
  opacity: 0;
  cursor: pointer;
  transition: left 0.3s ease-in-out,opacity 0.3s linear
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .backbutton {
    transform: translateX(29px) rotate(90deg)
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper {
    overflow-y: scroll;
    top: 75px;
    height: calc(100% - 75px)
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .challengetext,
.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .grabbedtext {
  opacity: 0;
  transition: opacity 0s linear;
  pointer-events: none;
  position: absolute;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  left: 460px;
  top: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none!important
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .challengetext.show,
.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .grabbedtext.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .challengetext,
  .milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .grabbedtext {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    margin: 16px;
    margin-top: 35px
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .grabbertarget .itemwrapper {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  height: 0;
  margin-top: 115px;
  width: 100%;
  flex-direction: row-reverse;
  display: flex;
  transition: opacity 0.4s linear,height 0.2s ease-in-out
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .grabbertarget .itemwrapper.show {
  height: 110px
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper {
  display: flex;
  margin-left: 40px;
  margin-top: 50px
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper {
    flex-wrap: wrap;
    margin: 20px
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  font-family: PTSans_bold;
  width: 76px;
  height: 76px;
  background-image: url(../images/milestone/Meilensteine-Button-normal.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #01ffc0;
  margin: -3px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 100px;
  cursor: pointer
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn {
    margin-top: 61px
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn.top {
  transform: translate(0px,-31px)
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn.hovered {
  background-image: url(../images/milestone/Meilensteine-Button-hover.svg)
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn.hoveredwin {
  color: #003c71;
  background-image: url(../images/milestone/Meilensteine-Button-win_mouseover.svg)!important
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn.failed {
  background-image: url(../images/milestone/Meilensteine-Button-fail.svg)
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .dateswrapper .yearbtn.solved {
  color: #003c71;
  background-image: url(../images/milestone/Meilensteine-Button-win.svg)
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .pdfdownload {
  display: none;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  margin-left: 40px;
  margin-top: 20px
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .pdfdownload {
    margin: 20px
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .pdfdownload a {
  margin-left: 24px;
  font-family: PTSans_bold
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .datescreen .pdfdownload a:before {
  content: "";
  background-image: url(../images/PDF-Download_16x16.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  transform: translateX(-123%) translateY(4px)
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen {
  transform: translateX(100%);
  padding-left: 40px;
  padding-top: 50px;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen {
    padding: 20px;
    padding-top: 0;
    align-items: center;
    box-sizing: border-box
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen .detailtitle {
  font-size: 32px;
  font-family: Fjalla-One;
  margin-top: 12px;
  margin-bottom: 20px
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen .descriptionwrapper {
  display: flex;
  width: 95%
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen .descriptionwrapper {
    flex-direction: column-reverse
  }
}

.milestonegamewrapper .milestonegamewindow .screenwrapper .detailsscreen .descriptionwrapper .image {
  height: 116px;
  width: 144px;
  min-width: 144px
}

.milestonegamewrapper .milestonegamewindow .closebar {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #01ffc0;
  width: 40px;
  height: 100%
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .closebar {
    right: 0;
    left: auto;
    top: 0;
    width: 100%;
    height: 75px;
    background: -moz-linear-gradient(left,#01ffc0 0%,transparent 100%);
    background: -webkit-linear-gradient(left,#01ffc0 0%,transparent 100%);
    background: linear-gradient(to left,#01ffc0 0%,transparent 100%);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right
  }
}

.milestonegamewrapper .milestonegamewindow .closebar .icon {
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 8px;
  cursor: pointer
}

@media (max-width: 860px) {
  .milestonegamewrapper .milestonegamewindow .closebar .icon {
    position: absolute;
    margin: 0;
    right: 12px;
    height: 28px;
    width: 28px;
    border: 0;
    top: 50%;
    transform: translateY(-50%)
  }
}

.milestonegamewrapper .milestonegamewindow .closebar .icon:after,
.milestonegamewrapper .milestonegamewindow .closebar .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  height: 2px;
  background-color: black;
  transform: translate(-50%,-50%) rotate(45deg)
}

.milestonegamewrapper .milestonegamewindow .closebar .icon:before {
  transform: translate(-50%,-50%) rotate(-45deg)
}

.milestonegamewrapper .milestonetvbtn {
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 234;
  width: 147px;
  height: 121px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(../images/milestone/Relikte-Fernseh-Icon_147x123.svg)
}

.milestonegamewrapper .milestonetvbtn.show {
  pointer-events: all;
  opacity: 1
}

@media (max-width: 812px) {
  .milestonegamewrapper .milestonetvbtn {
    left: 10px;
    bottom: 10px;
    width: 111px;
    height: 94px
  }
}

.frameworkpage.webinar .sidemenumargin {
  width: auto!important
}

@media (max-width: 1300px) {
  .frameworkpage.webinar .sidemenumargin {
    margin-right: 100px!important
  }
}

@media (max-width: 1124px) {
  .frameworkpage.webinar .sidemenumargin {
    margin-left: 20px!important;
    min-height: auto!important;
    margin-right: 20px!important;
    width: calc(100% - 40px)!important
  }
}

.frameworkpage.webinar .sidemenumargin .webinartable {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px
}

@media (max-width: 1500px) {
  .frameworkpage.webinar .sidemenumargin .webinartable {
    flex-direction: column
  }
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment {
  width: 50%;
  border-top: 1px solid #c9e0e9;
  padding: 25px 65px 25px 0;
  box-sizing: border-box
}

@media (max-width: 1500px) {
  .frameworkpage.webinar .sidemenumargin .webinartable .techsegment {
    flex-direction: column;
    width: 100%
  }
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment.background {
  background-color: #c9e0e9;
  padding: 25px 65px
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment h3 {
  color: #009fdf
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment p span.italics {
  font-family: PTSans_regular-italic
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment p span.bold {
  font-weight: bold
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment .dataline:after {
  content: '';
  display: block;
  clear: both
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment .dataline p {
  margin: 0
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment .dataline p:first-child {
  float: left
}

.frameworkpage.webinar .sidemenumargin .webinartable .techsegment .dataline p:nth-child(2) {
  float: right
}

.frameworkpage.digitalisierungarbeitswelt .articlevideowrapper {
  margin-left: 0!important
}

.frameworkpage.digitalisierungarbeitswelt h2 {
  font-family: PTSans_bold!important;
  color: #001e39!important;
  font-size: 20px!important;
  letter-spacing: .5px!important;
  font-weight: normal!important;
  text-transform: none!important
}

.frameworkpage.digitalisierungarbeitswelt ul {
  margin: 0;
  font-family: PTSans_regular;
  line-height: 25px;
  letter-spacing: .4px;
  font-size: 16px;
  color: #001e39
}

.frameworkpage.digitalisierungarbeitswelt ul.dashed {
  list-style-type: none
}

.frameworkpage.digitalisierungarbeitswelt ul.dashed>li {
  text-indent: -5px
}

.frameworkpage.digitalisierungarbeitswelt ul.dashed>li:before {
  content: "-";
  text-indent: -5px
}

.frameworkpage.faq h2 {
  font-family: PTSans_bold!important;
  color: #001e39!important;
  font-size: 20px!important;
  letter-spacing: .5px!important;
  font-weight: normal!important;
  text-transform: none!important
}
