@CHARSET "UTF-8";

@media (max-width: 991.98px) {
    .cookie-banner .modal-footer {
        flex-direction: column !important;
    }
    .cookie-banner .modal-footer ._linkMore {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }
    .cookie-banner .modal-footer button {
        margin-bottom: 10px;
        width: 100%;
    }
}

.cookie-banner h5.modal-title {
    font-size: 100%;
}

.cookie-banner .bgcolor {
    background-color: #efefef;
}


.cookie-banner ._content .bgcolor {
    padding:15px;
}

.cookie-banner ._cookies {
    padding-top:10px;
}

.cookie-banner .list-group-item {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-bottom:10px;
}


.download-button {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
}
.download-button:hover {
    background-color: #fcfcfc;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.mr-4, .mx-4 {
    margin-right: 30px !important;
}
.pb-grid, .py-grid {
    padding-bottom: 20px !important;
}

.pt-grid, .py-grid {
    padding-top: 20px !important;
}
.mr-2, .mx-2 {
    margin-right: 10px !important;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.custom-control.custom-switch {
    white-space: nowrap;
}


.clear {
    clear:both;
}
#container .footer, #container .content:first-child {
    transition: transform 0.25s ease 0s;
}
.mobile-open #container .footer,
.mobile-open #container .content.mwarp {
    transform: translate3d(-400px, 0px, 0px);
    transition: transform 0.25s ease 0s;
}

#container #mobilemenu .dropdown-menu > li > span,
#container #mobilemenu .dropdown-menu > li > a {
    line-height: 35px;
    font-size: 20px;
}

#container #mobilemenu ul.dropdown-menu {
    position: absolute;
    right: -800px;
    transition: right 0.25s ease 0s;
    display:block;
}
.mobile-open #container #mobilemenu ul.dropdown-menu {
    position: absolute;
    height: 300px;
    right: -15px;
    overflow-y: scroll;
    transition: all 0.25s ease 0s;
}

.textur {
    background-image: url(../../img/textur.png);
    background-repeat: no-repeat;
}

.bg_B4009F {background-color: #B4009F;} 
.bg_442359 {background-color: #442359;}
.bg_01BCF3 {background-color: #01BCF3;} 
.bg_EDEDED {background-color: #EDEDED;}
.bg_FFFFFF {background-color: #FFFFFF;}


.contentBox.bg_B4009F .info-box,
.contentBox.bg_B4009F .heading  {
    color: #B4009F;
}
.contentBox.bg_442359 .info-box,
.contentBox.bg_442359 .heading  {
    color: #442359;
}
.contentBox.bg_01BCF3 .info-box,
.contentBox.bg_01BCF3 .heading  {
    color: #01BCF3;
}

.contentBox.bg_EDEDED .info-box,
.contentBox.bg_EDEDED .content.second,
.contentBox.bg_EDEDED .heading,
.contentBox.bg_FFFFFF .info-box,
.contentBox.bg_FFFFFF .content.second,
.contentBox.bg_FFFFFF .heading  {
    color: #4a4a49;
}


/*
 * Color classes
 */
.bgColorLightBlue {
	background-color: #99E3F9 !important;
}

.bgColorGrey {
	background-color: #EDEDED !important;
}

.bgColorBlue {
	background-color: #01BCF3 !important;
}

.bgColorLila {
	background-color: #B4009F !important;
}

.bgColorDarkLila {
	background-color: #442359 !important;
}


.colorLightBlue {
	color: #99E4FB;
}

.colorGrey {
	color: #EDEDED;
}

.colorBlue {
	color: #01BCF3;
}

.colorLila {
	color: #B4009F;
}

.colorDarkLila {
	color: #442359;
}

.colorWhite {
	color: #FFF;
}


.borderColorLightBlue {
	border-color: #99E4FB !important;
}

.borderColorBlue {
	border-color: #01BCF3 !important;
}

.borderColorGrey {
	border-color: #EDEDED !important;
}

.borderColorLila {
	border-color: #B4009F !important;
}

.borderColorDarkLila {
	border-color: #442359 !important;
}




.chapter {
    /*display: inline-block;*/
}

.stepBack {
    background-image: url(../../img/layout/stepback.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #f0f0f0;
}

.logo_small {
    max-width: 170px;
    position: relative;
    top: 9px;
}

.logoPadding {
    padding-top: 10px;
}

.color1 {
    color: #BAD80A;
}

.bgcolor1  {
    background-color: #BAD80A;
}

.color2 {
    color: #442359;
}

.bgcolor2  {
    background-color: #442359;
}

.bg {
    background-color: #f0f0f0;
}

.linespacer {
    height: 10px;
}

.spacer {
    position: relative;
}
.spacer:after {
    content: " ";
    display:block;
    width: 100%;
    padding-bottom: 30px;
}

.ui-tooltip.tooltipStyle {
    font-family: 'CastLight';
    font-size: 16px;
    padding: 3px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0px 0px 0px #fff;
    box-shadow: 0px 0px 0px #fff;
    border-width: 1px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    -khtml-border-radius: 0px; 
    border-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px !important;
}

.video-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

iframe.video-responsive {
    height: 100%;
    border:0px;
}

.surfaceVideo {
    top: calc(7% + 80px) !important;  
    left: 14.5% !important;  
    position: absolute !important;  
    width: 71% !important; 
    height: calc(73.5% - 82px) !important;
}

.surfaceVideoTop {
    top: calc(7% + 10px) !important;  
    left: 14.5% !important;  
    position: absolute !important;  
    width: 71% !important; 
    height: calc(73.5% - 32px) !important;
}

.surfaceVideoNoMargin {
    top: calc(7% + 8px) !important;  
    height: calc(73.5% - 27px) !important;
}

.img-center {
    display:inline-block !important;
}


.imgRightLeft {
    margin-top: 80px;
}
.imgRightLeft.noSpace {
    margin-bottom: -10px;
}

.noSpace {
    margin-bottom: -12px;
}

.nextQuestion,
.prevQuestion {
    float:left;
}

#benchmarkCont {
    border-bottom: 2px solid #a4a4a4;
    padding-bottom: 37px;
    min-height: 500px;
    margin-top: 45px;
}

#benchmarkCont .benchCont {
    display:none;
}

#benchmarkCont .benchOverlay {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10;
}

#benchmarkCont #qImageContainer {
    position: relative;
    height: 100%;
}

#benchmarkCont #qImageContainer .points {
    text-align: right;
}

#benchmarkCont #qImageContainer .points h1:last-child {
    font-size: 6em;
}

.flipSlider {
    overflow: hidden;
    height: 208px;
    margin: 0px 50px;
}

.flipSlider #flipContainer {
    padding-top: 34px;
    position: relative;
}

.flipSlider #flipContainer .item {
    float: left;
    position: relative;
    height: 150px;
    width: 216px;
    z-index: 1;
    cursor: pointer;
    transition: opacity 200ms ease-in-out;
    transition: transform 400ms ease-in-out;
    border: 3px solid #ffffff;
}

.flipSlider #flipContainer .item .selector {
    position: absolute;    
    top:-22px;
    left: 87px;
    z-index: 10;
    background-image: url(../../img/textur.png);
    background-position: -47px 0px;
    width: 32px;
    height: 19px;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 800ms ease-in-out;
}

.flipSlider #flipContainer .f_select .selector {
    opacity: 1;
}

.flipSlider #flipContainer .item .title {
    font-size: 22px;
    line-height: 34px;
}

.flipSlider #flipContainer .item.f_select {
    border: 3px solid #442359;
    margin-top: -1px;
}

.flipSlider #flipContainer .f_close .card {
    opacity: 0.6;
}

.flipSlider #flipContainer .item .card {
    width: 100%;
    height: 100%;
    transition: transform 600ms ease-in-out;
}

.flipSlider #flipContainer .item .face {
    width: 100%;
    height: 100%;
}


.flipSlider #flipContainer .item .cfront {
    background-color: #cccccc;
    padding:4px;
}

/*
.flipSlider #flipContainer .item .face.cback {
    display: block;
    transform: rotateX(180deg);
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;   
    box-shadow: 0 3px 3px 2px #CCCCCC;
}*/

.flipSlider #flipContainer .item.xf_close:hover .card {
    transform: rotateX(180deg);  
}

.flipGoRight,
.flipGoLeft {
    position: absolute;
    cursor: pointer;
    top:85px;
    width: 21px;
    height: 31px;
}

.flipGoRight:hover,
.flipGoLeft:hover {
    opacity: 0.6;
    transform: scale(1.2);
}

.flipGoLeft {
    background-position: 0px 0px;
    left: 16px;
}

.flipGoRight {
    background-position: -21px 0px;
    right: 16px;
}

.lineTitle {
    height: 45px;
    border-bottom: 2px solid #cccccc;
    text-align: center;
    position: relative;
    margin: 0px 0px 34px 0px;
}

.lineTitle p {
    display: inline-block;
    line-height: 24px;
    padding: 4px 24px;
    font-size: 32px;
    position: relative;
    top: 25px;
}

.part.bg .lineTitle p {
    background-color: #F0F0F0;
}

.lineTitle p {
    background-color: #ffffff;
}

#glosItems {
    text-align: center;
    padding-bottom: 10px;
}

#glosItems .glosItem {
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 3px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

#glosItems .glosItem:hover,
#glosItems .glosItem.selected {
    background-color: #ffffff;
    color: #442359;
}

#glosItems .glosItem .glosCont {
    display:none;
}

#glosDetail {}

.tcard {
    background-color: #ffffff;
    padding:8px;
    max-width: 330px;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}

.tcard .title {
    font-size: 20px;
    line-height: 25px;
    padding-top: 8px;
}

.tcard:hover {
    transform: scale(1.05);
}

.point {
    padding: 0px 0px 10px 15px;
    background-image: url(../../img/point2.png);
    background-position: 0px 7px;
    background-repeat: no-repeat;
}

.teaser .tbacks {
    position: absolute;
    width: 100%;
}

.teaser .tback {
    padding:10px;
    background-size: contain;
    max-width: 308px;
    max-height: 308px;
    background-repeat: no-repeat;
    line-height: 21px;
    margin-top: 40%;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}

.teaser .tback.speak {
    margin-top: 20%;
    background-image: url(../../img/speak.png) !important;
    color: #ffffff !important;
    min-height: 200px;
    padding-left: 20px;
}
.teaser .tback.speak h1 {
    color: #ffffff !important;
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 43px;
}

.teaser .tback:hover {
    transform: scale(1.09);
}

.teaser .tback h1 {
    margin-bottom: 1px;
}


.teaser .tback.green {
    background-image: url(../../img/green_tback.png);
}

.teaser .tback.green h1 {
    color: #BAD80A;
}

.teaser .tback.lila {
    background-image: url(../../img/lila_tback.png);
}
.teaser .tback.lila h1 {
    color: #442359;
}

.teaserOverlay {
    position: absolute;
    top:15px;
    left: 15px;
}

.resLine {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 3px;
    font-size: 26px;
}

.resLabel {}

.resLabel .icon {
    padding-left: 22px;
    background-repeat: no-repeat;
}

.resLabel .icon.A {
    background-image: url(../../img/icon_verhalten.png);
}

.resLabel .icon.B {
    background-image: url(../../img/icon_handeln.png);
}

.resLabel .icon.C {
    background-image: url(../../img/icon_wissen.png);
}

.resValue {
    text-align: right;
}

.resBalkenBack {
    margin-top: 3px;
    margin-left: -14px;
    background-color: #F0F0F0;
    width: 100%;
}

.resBalkenBack.small {
    width: 75%;
}

.resBalken {
    height: 15px;
}
.resBalken.h {
    background-color: #442359;
}
.resBalken.w {
    background-color: #BAD80A;
}
.resBalken.v {
    background-color: #009cb2;
}


.loading {
    margin: 0 auto;
    width: 165px;
}

.loading .slabel {
    float:left;
    line-height: 20px;
    padding-left: 10px;
    font-size: 16px;
}

.glosHidden {
    display:none;
}

.minHeightGlossar {
    min-height: 382px !important;
}

.abcIndex {
    background-color: #F0F0F0;
    border: 1px solid #cccccc;
    border-right: 0px;
    border-left: 0px;
    padding: 2px 0px;
    overflow: hidden;
    margin: 30px 0px;
}

.abcIndex .letter {
    width: 3.84%; 
    float:left; 
    text-align: center;
    font-size: 40px;
}

.abcIndex .letter span {
    color: #cccccc;
}

.abcIndex .letter a {
    font-size: 40px;
}
.abcIndex .letter a:visited,
.abcIndex .letter a:link {
    color: #442359;
    text-decoration: none;
    display: inline-block;
}
.abcIndex .letter a:hover {
    color: #BAD80A;
}

.abcIndex .letter.current a {    
    transform: scale(1.45);
    background-color: #ffffff;
}

#answers .node {
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 30px;
}

#answers .node .bCont {
    min-height:190px;
}

.answerSlider {
    margin-top: 20px;
    background-color: #F0F0F0;
    cursor: default;
    padding: 10px 15px;
}

#slider_txt {
    margin: 0px;
    padding-top: 0px;
}

.balken {
    float:left;
    padding:2px 3px;
    color: #ffffff;
    background-color:#808080;
    min-width:24px;
    margin-bottom: 8px;
    clear:left;
    font-size: 11pt;
}

    .balken.my {
        background-color: #442359;
    }

.blabel {
    float:left;
    padding:2px 3px;    
}

    .blabel p {
        padding:0px 0px 0px 3px;
        margin:0px;
        font-size:12px;
    }

    .pos_5 .img-responsive {
        margin-top: 103px;
    }


.loading .spinner {
    float:left;
}

.spinner {
  width: 20px;
  height: 20px;
  background-color: #BAD80A;

  -webkit-animation: rotateplane 800ms infinite ease-in-out;
  animation: rotateplane 800ms infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.qResult {
    margin: 0px 20px;
}

.qResult .qTrue, .qResult .qFalse {
    padding-top:10px;
}

.qResult span {
    font-size: 26px;
}
.qResult .qTrue span {
    color: #bad80a;
}
.qResult .qFalse span {
    color: #e81123;
}

.qResult .btn {
    position: relative;
}

.qResult .qTrue .btn:before,
.qResult .qFalse .btn:before {
    dispay: block;
    position: absolute;
    content: ' ';
    top:0px;
    left: -50px;
    width: 46px;
    height: 30px;
    background-image: url(../../img/icons/bench.png);
    background-repeat: no-repeat;
    background-position: -80px -8px;
}

.qResult .qTrue .btn:before {
    background-position: -80px -57px;
}

.qResult .icon1:after {
    display: block;
    content: ' ';
    position: absolute;
    right: -58px;
    top: 0px;
    width: 54px;
    height: 38px;
    background-image: url(../../img/icons/bench.png);
    background-repeat: no-repeat;
    background-position: -4px -63px;
}

.qResult .qFalse .icon1:after {
    background-position: -4px -7px;
}

.qResult .white {
    background-color: #fff;
}


.startLayer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(68,35,89, 0.9);
    z-index: 6;
    overflow: hidden;
    opacity: 1;
    transition: all ease 1700ms;
    -webkit-transition: all ease 1700ms;
}

.startLayer.sHidden {
    left: -100%;
}

.startButton {
    position: absolute;
    top:50%;
    left: 20px;
    color: #442359;
    padding:5px 10px;
    font-size: 30px;
    z-index: 100;
}

.startButton {
    background-image: url("../../img/layout/textur.png");
    background-position: -155px -364px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 148px;
    left: calc(50% - 76px);
    position: absolute;
    text-align: center;
    top: 190px;
    width: 153px;
}
.startButton:hover {
    background-position: -314px -364px;
}


.startLayer img {
    height: 100%;
    float:right;
}

.startLayer .startContent {
    position: absolute;
    bottom: 30px;
    left: 15px;
    font-size: 25px;
}

.startLayer .startContent h1 {
    margin: 0px;
}

.startLayer .startContent.hell,
.startLayer .startContent.hell h1 {
    color: #ffffff;
}

.startLayer .startContent.dunkel, 
.startLayer .startContent.dunkel h1 {
    color: #442359;
}


.flipBorder {
    border-bottom: 0px;
    padding: 30px;  
    margin-top: 38px;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.dragCanvas {
    margin-top: 38px;
    position: relative;
    width: 100%;
    height: 680px;
    background-color: #ffffff;
    border:1px solid #ffffff;
}

.dragCanvas .canvasBig {
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 630px;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #505050;
    border-bottom: none;
}

.dragCanvas .smallContent {
    position: absolute;
    left: 2px;
    bottom: 0px;
    width: 100%;
    min-height: 20px;
    background-color: #f0f0f0;
    z-index: 2;
    padding:8px;
}

.dragCanvas .smallBorder {
    position: absolute;
    bottom: -19px;
    right: -19px;
    border: 9px solid #505050;
    z-index: 2;
}

.dragCanvas .canvasSmall {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #777;
    border-right: 0px;
    border-bottom: 0px;
    border: 1px solid #ffffff;
    overflow: hidden;
}

.dragCanvas .canvasSmall img {
    z-index: 1;
}

.dragCanvas .canvasSmall .over {
    background-color: #ccc;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.dragCanvas .canvasSmall .item {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid tomato;
    background-color: tomato;
    z-index: 11;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.dragCanvas .dragBigImg .item {
    position: absolute;
    min-width: 42px;
    height: 40px;
    background-color: #662483;
    font-family: 'CastLight';
    font-size: 29px;
    line-height: 38px;
    font-weight: lighter;
    color: #ffffff;
    text-align: center;	
    cursor: pointer; 
}

.dragCanvas .dragBigImg .item.plain {
    position: absolute;
    border-radius: 5px;    
    border: 1px;
    border-style: solid !important;
    border-color: transparent;
    background-color: transparent;
    opacity: 0.6;
    cursor: pointer;
}

.dragCanvas .dragBigImg .item .fan {
    position: absolute;
    top:-19px;
    left: 10px;
    width: 10px;
    height: 20px;
    overflow: hidden;
}

.dragCanvas .dragBigImg .item.revert .fan {
    position: absolute;
    top:40px;
    left: 10px;
    width: 10px;
    height: 20px;
    overflow: hidden;
}

.dragCanvas .dragBigImg .item .cont {
    display:none;    
    position: absolute;
    left:40px;   
    background-color: #662483;
    border:1px solid #662483;   
    padding: 3px;
    font-family: 'CastLight', Arail;
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    text-align: left;   
    color: #FFFFFF;
    
    cursor: default;
    z-index: 16;
    white-space: nowrap;
}

.dragCanvas .dragBigImg .item .cont a:link,
.dragCanvas .dragBigImg .item .cont a:visited {
	color: #ffffff;
}

.dragCanvas .dragBigImg .item.revert .cont {
    bottom:0px !important;
    top: auto !important;
}


.dragCanvas .dragBigImg .item .contBig{
    display:none;
}

.dragCanvas .bigContLayer {
    position: absolute;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    z-index: 20;
    display:none;
    overflow: hidden;
}

.dragCanvas .bigContLayer .bigcont {
    padding:10px;
}

.dragCanvas .bigContLayer .close {
    position: absolute;
    top:0px;
    right:0px;
    background-color: #ccc;
    z-index: 10;
    cursor: pointer;
    padding:0px 3px;
}

.dragCanvas .bigContLayer .close:hover {
    color: #ffffff;
}

.dragCanvas .bigContLayer .bigcont h1 {
    margin-bottom: 8px;
    line-height: 32px;
}

.dragCanvas .bigContLayer .bigcont ul{
    margin: 0px;
    padding:0px;
}
.dragCanvas .bigContLayer .bigcont ul li {
    list-style: lower-alpha inside none;
}


.stepContainer {
    height: 59px;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    width: 260px;
    z-index: 101;
}

.stepContainer .prev {
    cursor:pointer;
    float:left;
    margin-right: 56px;
    background-image: url("../../img/layout/textur.png");
    background-position: -42px -129px;
    width: 38px;
    height: 37px;
}

.stepContainer .prev:hover {
    background-position: -42px -168px;
}

.stepContainer .next {
    cursor:pointer;
    float:left;
    position: relative;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.stepContainer .next .nextButton {
    background-image: url("../../img/layout/textur.png");
    background-position: -1px -129px;
    position: absolute;
    width: 38px;
    height: 37px;
    top: 0px;
    right: 0px;
}

.stepContainer .next .nextButton:hover,
.stepContainer .next .nextButton.activate {
    background-position: -1px -168px;
}

.stepContainer #next .steps {
    float: right;
    height: 60px;
    margin-right: 40px;
    white-space: nowrap;
    overflow: hidden;
}

.stepContainer .next .steps .scroll {
    position: absolute;
    top:0px;
    left: 0px;
    overflow: hidden;
    height: 50px;
    width: 0px;
}

.stepContainer .next .steps .scroll .step {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    margin-right: 0px;
    font-weight: bolder;
}


.stepContainer .next .steps .scroll .step .value {
    font-size: 29px;
    line-height: 27px;
    font-weight: lighter;
    font-family: "CastLight";
}

.stepContainer .next .steps .scroll .step .label {
    font-size: 8px;
    line-height: 8px;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
}

.stepContainer .next .steps .scroll .step:hover,
.stepContainer .next .steps .scroll .step:hover .label{
    color: #95c11f;
}

.stepContainer .next .steps .scroll .step.select {
    color: #95c11f;
}

.stepContainer .home {
    background-image: url("../../img/layout/textur.png");
    background-position: 0px -208px;
    position: absolute;
    top:7px;
    left: 43px;
    cursor:pointer;
    height:46px;
    width:47px;
    z-index: 1;
}
.stepContainer .home.chap {
	background-position: 0px -257px;
}

.stepContainer .home:hover {
    background-position: -50px -208px;
}

.stepContainer .home.chap:hover {
    background-position: -50px -257px;
}


.stepContainer .chapters {
	transition:all 0.4s linear 0s;
	-webkit-transition:all 0.4s linear 0s;
	display:none;
	opacity: 0;
	color: #ffffff;
	padding:10px 20px;
	background-color: #505050;
        bottom: 60px;
        left: 3px;
        position: absolute;
        width: 480px;
	/*box-shadow: 6px -6px 0px 6px rgba(50,50,50,0.7);  */ 
}

.stepContainer .chapters h1 {
    color: #ffffff;
    font-size: 30px;
}

.stepContainer .chapters .cont {
	padding-bottom: 20px;
}

.stepContainer .chapters .cont .kap {
	padding: 2px 0px 2px 0px;
	cursor: pointer;
}


.stepContainer .chapters .cont .kap:hover {
	
	color: #95C11F;
}

.subFlipContainer {
    width: 400px;
    min-height: 40px;
    position: relative;
    /*display:inline;*/
}

.subFlipContainer ul,
.subFlipContainer ol {
	display:inline;
	padding-left: 18px;
	padding: 5px 0 0 0;
}

.subFlipContainer ul li,
.subFlipContainer ol li {
	padding: 5px 0 0 0;
	margin-left: 17px;
}


#siteFlip {
    position: relative;
    height: 398px;
    width: 100%;
    overflow: hidden;
    border-bottom:0px;
}

.flipTitle {
    line-height: 74px;
    height: 74px;
    width: 100%;
    overflow: hidden;
}

.flipTitle h1 {
    margin: 0px;
    font-size: 44px;
}

.siteFlipContainer {
    position: relative;
    -moz-user-select: none; 
    display:inline-block;
    height: 100%;
    
    -moz-column-width:400px; /* Firefox */
    -webkit-column-width:400px; /* Safari and Chrome */
    column-width:400px;
    
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.chapter {
	display: inline-block;
	padding: 0 0 15px 0; 
	position: relative;
}

.flipToLeft {
    background-image: url("../../img/layout/textur.png");
    background-position: 0 0;
    cursor: pointer;
    height: 33px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 5;
}
.flipToLeft:hover {
    background-position: 0 -36px;
}
.flipToRight {
    background-image: url("../../img/layout/textur.png");
    background-position: -49px 0;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 50px;
    z-index: 5;
}
.flipToRight:hover {
    background-position: -49px -36px;
}

.notebox {
    padding: 15px 20px 20px;
    width: 100%;
}

.notebox h2 {
    margin: 0px 0px 8px 0px;
    font-size: 20px;
    line-height: 25px;
}

.bg_grey {
    background-color: #F0F0F0;
}
.bg_white {
    border: 2px solid #cccccc;
}
.notebox p {
    display: inline;
    margin: 0;
    padding: 0;
}
.text_color_blue h2, .text_color_blue p {
    color: #009AB1;
}
.text_color_lila h2, .text_color_lila p {
    color: #442359;
}
.text_color_green h2, .text_color_green p {
    color: #BAD80A;
}

.chapter .clickZone {
    border: 1px solid #828282;
    cursor: pointer;
    display: inline-block;
    max-width: 396px;
    overflow: hidden;
    padding: 1px;
    position: relative;
}

.chapter .clickZone > a, .chapter .clickZone > div, .chapter .clickZone > span {
    display: block;
    max-width: 396px;
    overflow: hidden;
}

.clickZone .icon {
	position: absolute;
	right: -1px;
	bottom: -1px;
	height: 25px;
        width: 26px;
        display:block;
        border:0px;
        text-decoration: none !important;
}

.clickZone.zoom .icon {
	background: url("../../img/icons/vergroessern.png") no-repeat scroll left top rgba(0, 0, 0, 0);	
}

.clickZone.video .icon {
	background: url("../../img/icons/play.png") no-repeat scroll left top rgba(0, 0, 0, 0);	
}

.clickZone.info .icon {
	background: url("../../img/icons/info2.png") no-repeat scroll left top rgba(0, 0, 0, 0);	
}

.clickZone.take .icon {
	background: url("../../img/icons/drag.png") no-repeat scroll left top rgba(0, 0, 0, 0);	
}

.sub_spacer {
    height: 18px;
    content: " ";
}

.box h2 {
    margin-top: 0px;
}

.listbox {
    background-color: #f0f0f0;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px 20px 15px;
    width: 100%;
}
.listbox h2 {
    color: #B9CF1B;
}

.listbox .list_content {
    padding: 10px 0 0;
}
.listbox .list_item {
    padding: 2px 0 5px 40px;
}

.listbox .list_item h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}
.listbox .question_icon {
    background: url("../../img/icons/aufgabe-verstehen-gruen.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.listbox .note_icon {
    background: url("../../img/icons/app-starten-gruen.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.listbox .info_icon {
    background: url("../../img/icons/loesung-finden-gruen.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}

.chapter .dl-horizontal .dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 103px;
    font-weight: bold;
}

.chapter .dl-horizontal .dd {
    margin-left: 110px;
}

.box.questions {
    position: relative;
    width: 400px;
    height: 390px;
    display: inline-block;
    overflow: hidden;
}
.box.questions .qItem {
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 1;
    opacity:0;
    width: calc( 100% - 22px );
    height: calc( 100% - 100px );
    padding:12px;
}
.box.questions .qItem.start {
    opacity:1;
    width: 100%;
}

.box.questions .qItem.start .title {
    font-size: 28px;
    padding: 5px 0px;
}

.box.questions .qItem img {
    width: 100%;
}

.box.questions .qItem.start .text {
    padding:0px;
}

.box.questions .qItem .text {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 0px 0px 0px;
}

.box.questions .qItem.yes {
    border: 1px solid #BAD80A;
    padding:0px;
    margin: 10px;
    background-color: #ffffff;
}
.box.questions .qItem.no {
    border: 1px solid #442359;
    padding:0px;
    margin: 10px;
    background-color: #ffffff;
}

.box.questions .qItem.yes:after {
    position: absolute;
    bottom: -20px;
    left: 80px;
    content: " ";
    width: 19px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUNGMzY3QkY1MDY3MTFFNDlGMjhEODYwNDVEMDY5QzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUNGMzY3QzA1MDY3MTFFNDlGMjhEODYwNDVEMDY5QzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQ0YzNjdCRDUwNjcxMUU0OUYyOEQ4NjA0NUQwNjlDNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQ0YzNjdCRTUwNjcxMUU0OUYyOEQ4NjA0NUQwNjlDNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq4HNl4AAAE8SURBVHjaYvwPBAzUAnfftP6nBnj6YfF/hiN3Tf9TauC3Xw/+77rB9Z/x8avt/29/SGKwVb7OwMLET5bvrr5IZ/j16xcDAyjITj8I+n/jZSlFrnr59vJ/sGEgBkgAJEEquPI87f/VJ7WQeAQRIHzpcf7/C0/CSTLo04+L//fekvj/9v0jVMNAAiCJd18PEW3Y6UfucFehGAbCIAmQAmIAyFJkV2EYBsIHb6uD0wyprsJq2J3ns/4fvqtJsquwGgbCJ+654E3I2FyF0zBQQt53S/L/778fiHYVTsPwJWRcrsJrGLaEDHIVKIJw6cFpGLaEfPy+xX9QBJFlGHJCBiUXfK4CYUZCZeO1p3X/v/07xfDj9yMGSa5CBmWJVEZcahmJKWgP3dEAK7JTucGITx0LMeWVNE8xUeUaQIABAA+jADT+2IBoAAAAAElFTkSuQmCC);
}

.box.questions .qItem.no:after {
    position: absolute;
    bottom: -19px;
    right: 80px;
    content: " ";
    width: 19px;
    height: 22px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAWCAYAAAAinad/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjRBN0MxOUY1MDY3MTFFNEFCMkRCMjlEMzA3MkQ4RTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRBN0MxQTA1MDY3MTFFNEFCMkRCMjlEMzA3MkQ4RTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNEE3QzE5RDUwNjcxMUU0QUIyREIyOUQzMDcyRDhFNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNEE3QzE5RTUwNjcxMUU0QUIyREIyOUQzMDcyRDhFNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PugX/AYAAAFsSURBVHjaYvwPBAxUAkwMVATUNWzXukNUMWjxpLUMTN1lMxhePn1NsUGHdpxkYHL0tWRYBOSQC758+sawbsF2hsSSUAaG29fu/ndRjvz/4smr/+SAac2L/lcld0ASBYiY1bX0f1fZdJINAjkA5BCQg+CGPX38/L+/QRLJrqvL6P3fXzsbbBDcMJjriqOaiTbowolrYAeAHAIzA57OvCOdGO5cu89w8eR1omPQO8qZQUpGghEuCDOVFNftXHvwf5Rtzn9kvSjeRA47kBfwgWj7vP8bFm/HMAwlO4GcDHL6YjzpDiQnIi7I4B/jwYghiW46Ptd9/vj1f4Bh8v+je09huArDZYRcBxLTMlJlsHIyZcTqbGw2gDAogJFdh55AiXIZDISleaO4blrLYmBScGJQ0VRixBmguGyBuQ6UDLAlUGyYBV/CBLkOVKJISItiJlAsgJFQFRBtlwtWsPTQZEZCuYKFkAKQ64gFAAEGAGWifDt7YmfIAAAAAElFTkSuQmCC);
}

.box.questions .qItem.no .text,
.box.questions .qItem.yes .text {
    padding: 10px 10px 0px 10px;
}

.box.questions .buttonContainer {
    position: absolute;
    left: 0px;
    bottom:30px;
    z-index: 2;
    width: 100%;
}

.box.questions .buttonContainer .btn {
    min-width: 80px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box.questions .btn-primary:hover, 
.box.questions .btn-primary:focus, 
.box.questions .btn-primary:active, 
.box.questions .btn-primary.active {
    background-color: #e81123;
    border-color: #e81123;
    color: #ffffff;
}


.box.imgbox {
    position: relative;
    width: 400px;
    height: 390px;
    display: inline-block;
    overflow: hidden;
}

.box.imgbox .imgRow {
    padding: 10px 0px 0px 10px;
}

.box.imgbox .imgItem {
    width: 185px;
    margin: 0px 10px 10px 0px;
    float: left;
    cursor: pointer;
    position: relative;
}

.box.imgbox .imgItem .topLabel {
    position: absolute;
    top:0px;
    right: 0px;
    color: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.box.imgbox .imgItem .topLabel.bg_FFFFFF {
    color: #442459;
}

.box.imgbox .text {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 19px;
}

.sboxContainer {
    position: absolute;
    top:0px;
    z-index: 20;
    width: 80%;
    height: 100%;
    background-color: rgba(100,100,100, 0.9);
    color: #ffffff;
}

.sboxContainer .label {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.sboxContainer .closer {
    position: absolute;
    top:10px;
    right: 10px;
    width: 23px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAYCAYAAAARfGZ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDM1MDI4QTI1MDdFMTFFNEJEQUJBMEE3M0FGREI2MDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDM1MDI4QTM1MDdFMTFFNEJEQUJBMEE3M0FGREI2MDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzUwMjhBMDUwN0UxMUU0QkRBQkEwQTczQUZEQjYwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzUwMjhBMTUwN0UxMUU0QkRBQkEwQTczQUZEQjYwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PswEO1oAAADGSURBVHjatNZbDoQgDAVQnB3Dr6vxl4XAQlhIJ3eiE960JTZBNNFzDUnFg4jMW/XBwTlHMUbCvIM1Dt48pUQozNZanBrpwHO581sRHK7roqc0ATmMuj3zv0EbMIILXBMwgxtcErCCuzgngAMP8VkAF57ivYDzPNnwEq8D8lrBLBzDe1/A97XZxus1lvSBCA4hiALEDSJpNFXncQNUnccNUMHcADXMCdiCVwHFTqSBRwHNTqSF64BmJ8JHaQfuOcebvxZfAQYApo8DepHx5HAAAAAASUVORK5CYII=);
    cursor:pointer;
}

.sboxContainer .closer:hover {
    background-color: #505050;
}

.sboxContainer .inner {
    padding: 40px 40px 0px 40px;
    max-height: calc(100% - 40px);
    overflow: hidden;
}

.sboxContainer .flipToLeftS {
    background-image: url("../../img/layout/textur.png");
    background-position: 0 0;
    cursor: pointer;
    height: 33px;
    left: 0px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 5;
}
.sboxContainer .flipToLeftS:hover {
    background-position: 0 -36px;
}
.sboxContainer .flipToRightS {
    background-image: url("../../img/layout/textur.png");
    background-position: -49px 0;
    cursor: pointer;
    height: 33px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 50px;
    z-index: 5;
}
.sboxContainer .flipToRightS:hover {
    background-position: -49px -36px;
}


.closer_small {
    background-image: url("../../img/layout/textur.png");
    position: absolute;
    top:11px;
    right:13px;
    width: 19px;
    height: 19px;
    background-position: 0px -525px;
    z-index: 10;
    cursor: pointer;
}

.closer_small:hover {
    background-position: -20px -525px;
}

.sboxContainer .inner h2 {
    margin-top: 0px;
}


/*
 * Code Your Life
 */

.hoverScale { transition: all 80ms ease-in-out; }
.hoverScale:hover {
    transform: scale(1.05);
    transition: all 80ms ease-in-out;
}

.hoverOpacity:hover {
    opacity: 0.7;
    cursor: pointer;
}

.hover-bg-grey:hover {
    background-color: #ededed;
    transition: all 0.25s ease-in-out;
}

.hover-pointer:hover {
    cursor: pointer;
}

.contentMargin {
    margin: 25px 0;
}

.contentMargin.ab-topOnly{
    margin: 25px 0px 0px 0px;
}

.contentMargin.ab-bottomOnly{
    margin: 0px 0px 25px 0px;
}

.contentMargin.ab-small{
    margin: 10px 0;
}

.contentMargin.ab-smallTopOnly{
    margin: 10px 0px 0px 0px;
}

.contentMargin.ab-smallBottomOnly{
    margin: 0px 0px 10px 0px;
}

.contentMargin.ab-no {
    margin: 0px;
}

.part.bg .contentMargin {
    margin: 0 0 15px;
}

/* Large Print for simple language */
.large-print {
    font-size: 27px;
}

.large-print h2 {
    font-size: 65px;
}

#teaserSlider {
    min-height: 400px;
    padding-top: 20px;
}

.teaserTop {
    width: 100%;
    position: absolute;
}

.columnTeaser {
    max-height: 225px;
    margin: 8% 0 0 -15px;
    padding-right: 10%;
    overflow: hidden;
}

.teaserHeader {
    font-size: 60px;
}

.teaserColumnImg {
    margin-bottom: 10px;
}

.intLinksTeaser {
    margin-top: 20px;
}

.cardsContainer {
    position: absolute !important;
    top: 0;
}

.cards {
    position: relative;
    z-index: 99;
}

.cards img {
    position: absolute;
    top: -44px;
    z-index: 1;
    transition: 400ms ease-out;
}

.cards img:hover {
    transform-origin: center top;
    transition: 400ms ease-out;
}

#card1 {
    right: 57%;
    z-index: 5;
    /*animation: moveCard1 5s ease-out;
    animation-iteration-count: infinite; */
}

#card1:hover {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
}

#card2 {
    right: 38%;
    z-index: 4;
}

#card2:hover {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    /* animation: moveCard2 500ms ease-in; */
}

#card3 {
    right: 20%;
    z-index: 3;
}

#card3:hover {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    /* animation: moveCard3 500ms ease-in; */
}

#card4 {
    right: 0;
    z-index: 2;
}

#card4:hover {
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    /* animation: moveCard4 500ms ease-in; */
}

@keyframes moveCard1 {
    0% 	{ transform: rotateY(0deg); }
    10% { transform: rotateY(5deg); }
    20% { transform: rotateY(10deg); }
    30% { transform: rotateY(15deg); }
    40% { transform: rotateY(10deg); }
    50% { transform: rotateY(5deg); }
    60% { transform: rotateY(0deg); }
    70% { transform: rotateY(-5deg); }
    80% { transform: rotateY(-15deg); }
    90% { transform: rotateY(-10deg); }
    100% { transform: rotateY(-5deg); }
}
/*
@keyframes moveCard2 {
    0% 	{ transform: rotate(0deg); }
    50% { transform: rotateY(-5deg); }
    100% { transform: rotate(-10deg); }
}
*/

.cards.socialMediaLabel img {
    position: relative;
    float: right;
}

.cards.socialMediaLabel a {
    position: absolute;
    z-index: 2;
    transform: rotate(-2.8deg);
    -webkit-transform: rotate(-2.8deg);
    -ms-transform: rotate(-2.8deg);
}

.cards.socialMediaLabel .fb {
    right: 136px;
    bottom: 24px;
}

.cards.socialMediaLabel .tw {
    right: 80px;
    bottom: 27px;
}

.cards.socialMediaLabel .ig {
    right: 25px;
    bottom: 31px;
}

.columnSquares {
    width: 100%;
    min-height: 200px;
    padding: 0;
}

.squareLinkBox {
    width: 100%;
    height: 200px;
    padding: 10% 0 0;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.squareLinkBox img {
    max-height: 60%;
}

.squareLboxText {
    margin-top: 25px;
}

.columnFramedImg {
    width: 100%;
    min-height: 420px;
    padding: 10% 0;
    text-align: center;
}

.imgFrame {
    max-width: 236px;
    height: 208px;
    position: relative;
    margin: 0 auto;
}

.maskedImg {
    width: 100%;
}

.maskImg {
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.buttonContainer {
    margin-top: 20px;
}

.columnImg50 {
    padding-top: 20px;
}

.columnCont50 {
    padding-top: 10px;
}

.part.bgColorGrey .columnCont50 {
    padding-top: 50px;
}

.part.bgColorGrey .leftRightContainer {
    padding-bottom: 50px;
}

.arrowLeft {
    background-image: url('/img/icons/Pfeil_links.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 50px;
}

.arrowRight {
    background-image: url('/img/icons/Pfeil_rechts.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 50px;
}

.formContainer {
    padding-bottom: 25px;
}

.formContainer span {
    position: absolute;
    color: #B4009F;
    font-size: 14px;
}

.formFeedback {
    padding: 20px 0;
    font-size: 24px;
}

.captContainer {
    margin-bottom: 25px;
}

.captContainer span {
    margin-left: 10px;
}

.mapContainer {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#cylMap {
    /*width: 200px;
    height: 200px;*/
    height: 100%;
    margin: 0 auto;
}

.infobox-stalk {
    /* top: 38px !important; */
    margin-top: -2px;
}

.fixedMenuLogo {
    float: left;
    width: 44px;
    height: 44px;
    padding-left: 15px;
}

.extLink,
.colIntLink {
    margin-bottom: 10px;
}

.part.bg .extLink,
.part.bg .colIntLink {
    margin: 10px 0 0;
}

.part.bg .columnImg50,
.part.bg .columnCont50 {
    padding-top: 0;
}

.sboxContainer {
    width: 100%;
    height: auto;
    position: fixed;
    top: 10% !important;
    right: 0 !important;
    left: 5% !important;
    padding-bottom: 5%;
    margin: 0 auto;
    z-index: 121;
}

#superBoxOverlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 120;
}

.galOpener {
    cursor: pointer;
}

.superboxImg {
    margin-bottom: 15px;
}

.fullWidthYTcontainer {
    padding-top: 100px;
}

.ytVideoLinkBtn {
    margin: 10px 0 20px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.mediaLinks {
    margin-bottom: 10px;
}

.mediaLinkItem {
    padding-bottom: 15px;
}

#cForm span.textRed,
#eForm span.textRed {
    position: relative;
    font-size: 18px;
    color: #4a4a49;
}

#cForm div.textRed,
#eForm div.textRed {
    position: absolute;
    color: #B4009F;
    font-size: 14px !important;
}

#cForm .inputRequired[type='text'],
#cForm textarea.inputRequired,
#cForm select.inputRequired,
#eForm .inputRequired[type='text'],
#eForm select.inputRequired,
#eForm textarea.inputRequired
{
display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#cForm textarea.inputRequired,
#eForm textarea.inputRequired {
    height: auto;
}

.btnMarginRight {
    margin-right: 20px;
}

.twoMediaLinks {
    margin-top: 10px;
}

.part.bgColorGrey .twoMediaLinks {
    margin-bottom: 50px;
}

.sliderCol {
    position: relative;
}

.instgrSliderContainer {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.instgrSliderContainer .itemsContainer {
    min-width: 100%;
    width: 100%;
    height: 100%;
}

.instgrSliderContainer .itemsContainer .slItem {
    background-color: #CCC;
    float: left;
    padding: 10px;
}

.instgrSliderContainer .itemsContainer .slItem img {
    margin-bottom: 10px;
    cursor: pointer;
}

.sliderCol span.glyphicon {
    position: absolute;
    top: 44%;
    font-size: 2em;
    cursor: pointer;
}

.sliderCol .slideToLeft {
    left: -15px;
    opacity: 0.15;
}

.sliderCol .slideToRight {
    right: -15px;
    opacity: 1;
}

.turtlePlayerColumn {
    padding-top: 35px;
    padding-bottom: 35px;
}

.turtlePlayerColumnFull {
    padding: 35px 0px 35px 0px !important;
}

turtlePlayerFrameFull {
    width: 100%;
    height: 620px;
    padding: 10px;
    border: solid 1px #B4009E;
}

.turtlePlayerFrame {
    width: 100%;
    height: 620px;
    padding: 65px 50px;
    border: solid 15px #B4009E;
    box-shadow: inset -10px 10px 40px 10px rgba(0, 0, 0, .4);
}

iframe.turtlePlayer {
    width: 100%;
    height: 100%;
    border: solid 2px #7B006C;
}

.turtleBtnColumn {
    min-height: 250px;
    padding-top: 60px;
    padding-bottom: 160px;
}

.turtleBtnColumn .btnOuter {
    width: 105px;
    height: 80px;
    padding: 6px;
    margin: 0 20px 20px 0;
    display: inline-block;
    border: solid 2px #B4009E;
    box-shadow: inset -2px 1px 5px 0px rgba(0, 0, 0, .4);
    cursor: pointer;
}

.turtleBtnColumn .btnOuter:nth-of-type(even) {
    margin-right: 0;
}

.turtleBtnColumn .btnOuter.activePlayer {
    border: solid 2px #68b415;
    /* transition: all 100ms ease-in-out; */
}

.turtleBtnColumn .btnInner {
    width: 100%;
    height: 100%;
    padding: 10% 0;
    border: solid 1px #BCBBBA;
    text-align: center;
}

.turtleBtnColumn .btnCircle {
    background-color: #00BCF2;
    width: 50%;
    height: 100%;
    padding-top: 4%;
    display: inline-block;
    border-radius: 50%;
    font-size: 28px;
    color: #FFF;
}

.turtleInfoColumn {
    bottom: 15px;
    left: 15px;
}

.turtleBtnColumn .turtleInfobox {
    background-color: #FFF;
    width: calc(100% - 35px);
    padding: 20px 15px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .4);
    font-size: 16px;
    display: none;
}

.turtleBtnColumn .turtleInfobox .title {
    margin-bottom: 5px;
    font-weight: bold;
}

.colIntLink.photoLink {
    margin-bottom: 30px;
}

span.bgTitle {
    padding: 12px 15px 10px 10px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #FFF;
}

span img.titlePhoto {
    position: absolute;
    top: -10px;
    right: -30px;
}

.colIntLink .lnBreak {
    display: none;
}

.colIntLink.horizontalLinks a {
    margin-right: 20px;
}

.colIntLink.horizontalLinks a:last-of-type {
    margin-right: 0;
}

.colIntLink.verticalLinks .lnBreak {
    height: 15px;
    display: block;
}

.colIntLink.verticalLinks .lnBreak:last-of-type {
    display: none;
}

.linkColumnPadding {
    padding-top: 35px;
    padding-bottom: 35px;
}

.linkColumn {
    max-width: 100%;
    padding: 0 0 10px 0;
}

.linkColumn:hover {
    text-decoration: underline;
}

.linkColumn h2 {
    margin-top: -5px;
}

.linkColumn a {
    margin-top: 25px;
}

.imgLinkColumn {
    max-width: 100%;
    position: relative;
}

.imgLinkColumn .imgLinkColumnContent {
    background-color: transparent;
    width: 100%;
    color: #FFF;
}

.imgLinkColumn .imgLinkColumnContent .title {
    margin-top: 15px;
    padding: 4px 15px;
    font-size: 24px;
}

.imgLinkColumn .imgLinkColumnContent .textBottom {
    padding: 10px 45px 15px 15px;
    overflow: hidden;
}
.imgLinkColumn .imgLinkColumnContent .textBottom .c {
    height: 200px;
    overflow: hidden;
}

.imgLinkColumn .arrowIcon {
    background-color: #FFF;
    background-image: url('/img/icons/arrow-right-blue.png');
    background-position: center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.teaser-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 338px;
}

.teaserColBottom {
    position: absolute !important;
    bottom: 0;
    left: 15px;
}

.teaser-big .teaserColBottom {
    bottom:15px;
}

.teaser .carousel-indicators {
    right: 20px;
    bottom:10px;
}

.teaserTitle {
    height: 50px;
    padding: 8px 50px 0 15px;
    font-size: 30px;
    color: #FFF;
    white-space: nowrap;
    display: table;
}

.teaser-big .teaserTitle {
    font-family: CastHeavy;
    padding: 8px;
    display: inline-block;
    margin-bottom: 3px;
}

.teaserText {
    padding: 8px;
    font-size: 22px;
    color: #FFF;
    font-family: CastLight;
}


.full-height {
    height: 100%;
}

.loadMoreAction {
    padding: 0px;
}

.btn.loadMoreButton {
    width: 33%;
    height: 40px;
    line-height: 26px;
    font-size: 18px;
    color: #FFF;
    position: relative;
}

.btn.loadMoreButton:hover,
.btn.loadMoreButton:active,
.btn.loadMoreButton:focus {
    color: #FFF;
}

.arrowDown::after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    top: 39px;
    left: 47%;
    border-style: solid;
    border-width: 15px;
    border-top-color: #B4009F;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.linkBox-1 {
    margin-bottom: 15px;
    cursor: pointer;
}

.linkBox-1 a.whiteTitle {
    disply:block;
    position: absolute;
    bottom:0px;
    left: 0px;
    background-color: #fff;
    font-size: 30px;
    font-family: CastLight;
    text-decoration: none;
    padding: 5px 10px 0px 4px;
}

.linkBox-1 .txt {
    padding-top: 8px;
}

.relative {
    position: relative;
}

.cyl-carousel {
    margin-top: 65px;
}

.cyl-carousel .carousel-inner .item a {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
}

.cyl-carousel .carousel-header {
    position: absolute;
    top: -65px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #dadada;
}
.cyl-carousel .carousel-header:before,
.cyl-carousel .carousel-header:after {
    content: " ";
    display:block;
    height: 40px;
    width: 40px;
    background-color: #fff;
}
.cyl-carousel .carousel-header:after {
    position: absolute;
    top:0px; right:0px;
    z-index: 1;
}

.cyl-carousel .carousel-header .carousel-control.left,
.cyl-carousel .carousel-header .carousel-control.right {
    display:block;
    height: 40px;
    width: 40px;
    top:0;
    background-image: url(/img/icons/slider-buttons.png);
    z-index: 2;
}
.cyl-carousel .carousel-header .carousel-control.right {
    background-position: -40px 0px;
}

.cyl-carousel .carousel-indicators {
    right: 50px;
    bottom: -2px;
}

.cyl-carousel .carousel-indicators .active {
    border-color: #01BCF3;
    background-color: #01BCF3;
        
}

.itemVoting {
    position: relative;
}
.itemVoting p {
	overflow: hidden;
	display: block;
	height: 65px;
}

.itemVoting .label-vote {
	position:  absolute;
	top:20px;
	right: 20px;
	height: 70px;
    width:  70px;
    border-radius: 35px;
	color: #fff;
    background-color: #B4009F;
	text-align: center;
    display:flex;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.itemVoting #vote-frame {
	width: 100%;
}

#voteModal h2 {
    margin-top: 0px;
}
#voteModal .contentMargin {
    margin: 0px;
}
#voteModal .modal-footer .btn {
    background-color: #01BCF3;
    border-color: #01BCF3;
    color: #fff;
}
#voteModal .modal-footer .btn:hover {
    background-color: #fff;
    border-color: #4a4a49;
    color: #4a4a49;
}

/* Snippet 124 */
.module-content {
    padding-bottom: 10px;
}

.module-content h2 {
    border-bottom: 1px solid #B4009F;
}

.module-content .btn {
    margin-right: 10px;
}

.link-wrapper {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.link-wrapper a {
    font-size: 16px;
    color: #01BCF3;
}

.link-wrapper a:hover, a:focus {
    color: #01BCF3;
    text-decoration: none;
}

.module-content.links .icon {
    padding-right: 10px;
}

.module-content.links .fa {
    color: #01BCF3;
}

.module-content-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.icon-txt-before {
    background-repeat: no-repeat;
    background-size: contain;
    height: 19px;
    width: 19px;
    margin-bottom: -3px;
    color: #01BCF3;
    display: inline-block;
}

.icon-txt-before.calliope {
    background-image: url(/../../img/icons/calliope.svg);
}

.icon-txt-before.mirobot {
    background-image: url(/../../img/icons/mirobot.svg);
}

.icon-txt-before.turtle {
    background-image: url(/../../img/icons/turtle.svg);
}

/* Snippet 125 */
.flex-ctnr-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-ctnr-col {
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height:100%;
}

.pb-30 { padding-bottom: 30px; }

@media (min-width: 768px) {
    .pb-30 {
        padding-bottom: 0;
    }
}

.module-link {
    color: inherit !important;
    text-decoration: none !important;
}
.module-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.flex-item {
    align-self: stretch;
}

.flex-item.first {
    flex-basis: 257px;
    flex-shrink: 0;
}

.flex-item.first img {
    height: 257px;
}

.flex-item.second {
    flex-basis: auto;
}

.flex-item.third {
    flex-basis: auto;
}

.flex-item.content {
    color: #fff;
    z-index: 0;
    position: relative;
    padding: 35px 15px 10px;
    height: 100%;
}

.flex-item.content p {
    margin: 0;
}

.flex-item.content .heading {
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 1;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 15px;
}

.flex-item.info {
    padding: 0 15px 15px;
}

.info-box {
    margin-top: auto;
    margin-right: 5px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
    background-color: #fff;
}

.img {
    background-repeat: no-repeat;
    background-position: 100% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding-right: 0;
}

/* Snippet 126 */
.content-box {
    padding: 30px 60px 0 30px;
}

.content-box h2 {
    color: #4a4a49;
    padding-bottom: 15px;
    border-bottom: 1px solid #4a4a49;
}

.row.pb-30 { padding-bottom: 30px; }

.contentBox .bubble {
    position: absolute;
    top:10px;
    right: 20px;
    color: #fff;
    padding:10px;
    border-radius: 50% 50% 50% 0;
    font-weight: bold;
}
