/* config vars for AIDA Extranet */
/* Costa Colors */
/* fonts */
/* Costa Corporate Font */
@font-face {
  font-family: CelesteSansWeb;
  src: url("../../fonts/CelesteSansWeb.eot");
}
@font-face {
  font-family: CelesteSansWebBold;
  src: url("../../fonts/CelesteSansWeb-Bold.eot");
}
@font-face {
  font-family: CelesteSansWebItalic;
  src: url("../../fonts/CelesteSansWeb-Ita.eot");
}
@font-face {
  font-family: CelesteSansWeb;
  src: url("../../fonts/CelesteSansWeb.woff") format("woff");
}
@font-face {
  font-family: CelesteSansWebBold;
  src: url("../../fonts/CelesteSansWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: CelesteSansWebItalic;
  src: url("../../fonts/CelesteSansWeb-Ita.woff") format("woff");
}
/* components */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* generic slider */
.js-extranetSlider-slick {
  position: relative;
  padding-bottom: 56px;
}

.js-extranetSlider {
  position: relative;
  overflow: hidden;
  padding-bottom: 56px;
}
.js-extranetSlider .js-slideElementsWrap {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -99.98%;
}
.js-extranetSlider .js-slideElementsWrap .js-slideElement {
  width: 33.33%;
  height: 100%;
  position: absolute;
  left: 66.66%;
}
.js-extranetSlider .js-slideElementsWrap .js-slideElement.nextSlide {
  left: 66.66%;
  z-index: 2;
}
.js-extranetSlider .js-slideElementsWrap .js-slideElement.prevSlide {
  left: 0;
  z-index: 1;
}
.js-extranetSlider .js-slideElementsWrap .js-slideElement.activeSlide {
  left: 33.33%;
  z-index: 3;
}
.js-extranetSlider .js-slideElementsWrap .js-slideElement.animateSlide {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 3;
}
.js-extranetSlider .inactiveSlide {
  display: none;
}

/* stage Slide Controller - Pagination */
.js-slidePagination {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10px;
  height: 36px;
}
.js-slidePagination * {
  display: inline-block !important;
}
.js-slidePagination .prevSlideBtn, .js-slidePagination .nextSlideBtn, .js-slidePagination .slideIndexer span {
  background: transparent url("../../images/tap-images/pagination-icons.png") no-repeat 0 0;
}
.js-slidePagination .prevSlideBtn, .js-slidePagination .nextSlideBtn {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.js-slidePagination .prevSlideBtn.inactive, .js-slidePagination .nextSlideBtn.inactive {
  cursor: default;
}
.js-slidePagination .prevSlideBtn {
  background-position: 0 -46px;
}
.js-slidePagination .prevSlideBtn.inactive, .js-slidePagination .prevSlideBtn.slick-disabled {
  background-position: 0 0;
}
.js-slidePagination .nextSlideBtn {
  background-position: -36px -46px;
}
.js-slidePagination .nextSlideBtn.inactive, .js-slidePagination .nextSlideBtn.slick-disabled {
  background-position: -36px 0;
}
.js-slidePagination .slideIndexer {
  padding: 0 25px !important;
  position: relative;
  bottom: 7px;
  list-style-type: none;
  margin: 0 !important;
  display: inline-block !important;
}
.js-slidePagination .slideIndexer span {
  width: 12px;
  height: 12px;
  background-position: -20px -92px;
  margin: 0 5px;
  cursor: pointer;
}
.js-slidePagination .slideIndexer span.active, .js-slidePagination .slideIndexer span:hover {
  background-position: 0 -92px;
}
.js-slidePagination .slideIndexer li {
  margin: 0;
  cursor: pointer;
}
.js-slidePagination .slideIndexer li.slick-active span, .js-slidePagination .slideIndexer li:hover span {
  background-position: 0 -92px;
}

/* page elements */
/* body ohne themenwelter */
html {
  background: #e8f7fc url("../../images/tap-images/html-bg.png") repeat-x 0 0;
}

body {
  background: transparent url("../../images/tap-images/header-bg.jpg") no-repeat center 0 !important;
  min-width: 1104px;
}

body.popup-blank {
  background: none !important;
  min-width: 0 !important;
}

/* page header */
#main_header {
  position: relative;
  padding: 0;
  min-height: 150px;
}

#header_logo {
  height: 60px;
  width: 160px;
  margin-left: 20px;
}
#header_logo a, #header_logo span.logoPlaceholder {
  display: block;
  text-decoration: none;
  text-indent: -99999px;
  overflow: hidden;
  white-space: nowrap;
  width: 70px;
  height: 60px;
  background: none;
}
#header_logo .aidaBrandingLarge,
#header_logo .costaBrandingLarge {
  width: 70px;
  margin: 0 10px 0 0;
  height: 60px;
  float: left;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header_logo .aidaBrandingLarge a, #header_logo .aidaBrandingLarge span.logoPlaceholder {
  background: transparent url("../../images/tap-images/aida-branding-large.png") no-repeat center center;
}
#header_logo .costaBrandingLarge a, #header_logo .costaBrandingLarge span.logoPlaceholder {
  background: transparent url("../../images/tap-images/costa-branding-large.png") no-repeat center center;
}

#header_components {
  float: right;
  margin-right: 20px;
  width: 760px;
  height: 60px;
  overflow: visible;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header_components * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#header_components:after {
  clear: both;
}
#header_components:before {
  content: "";
  display: table;
}

#main_breadcrumb li a {
  color: #00A9E4 !important;
}
#main_breadcrumb li a:hover {
  color: #008EC0 !important;
}
#main_breadcrumb * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#main-footer-wrap {
  box-shadow: none;
  background: none;
  margin: 0 auto;
}

.follow-links .link {
  margin-right: 17px;
}

#header_mainnav {
  width: 760px;
  padding: 0;
}
#header_mainnav ul.sub-level-0 {
  margin: 0;
  float: none;
}
#header_mainnav ul.sub-level-0 li .nose {
  height: 6px;
  float: none;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 {
  float: left;
  padding: 10px 0 9px 0;
  margin: 0;
  width: 108px;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 > a {
  display: block;
  height: 45px;
  padding: 0;
  position: relative;
  z-index: 10;
  color: #00A9E4 !important;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 > a span {
  display: block;
  float: none;
  padding: 0 10px;
  height: 40px;
  border-right: 1px solid #DBE3E5;
  background: #ffffff;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 > a span.icon {
  display: none;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 > a:hover, #header_mainnav ul.sub-level-0 li.sub-level-0-0 > a.activeSubMenu {
  margin-left: -1px;
  position: relative;
  z-index: 20;
  color: #008EC0 !important;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0 > a:hover span, #header_mainnav ul.sub-level-0 li.sub-level-0-0 > a.activeSubMenu span {
  height: 50px;
  border-left: 1px solid #DBE3E5;
  position: relative;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0:last-child {
  width: 112px;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0:last-child > a span {
  border-right: none;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0:first-child > a.activeSubMenu {
  margin-left: 0;
}
#header_mainnav ul.sub-level-0 li.sub-level-0-0:first-child > a.activeSubMenu span {
  border-left: none;
}
#header_mainnav .sub-level-0 li.active a {
  background: none;
  color: #00A9E4 !important;
}
#header_mainnav .sub-level-0 li.active a:hover {
  color: #008EC0 !important;
}
#header_mainnav .sub-level-0 li.active .nose {
  display: none;
}
#header_mainnav .subnav {
  z-index: 10;
  box-shadow: 0 0 6px #999999;
  top: 60px;
}
#header_mainnav a {
  color: #00A9E4 !important;
}
#header_mainnav a:hover {
  color: #008EC0 !important;
}

#headerBottomBar {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 920px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#headerBottomBar .searchAndZoomLink {
  float: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  z-index: 7;
}

#header_searchform {
  display: none;
  visibility: hidden;
  position: relative;
  right: auto;
  top: auto;
  width: 209px;
}
#header_searchform fieldset {
  background: #ffffff;
}
#header_searchform fieldset input#header_search_input {
  color: #454C53;
  width: 163px;
  padding: 5px 8px;
  line-height: 20px;
}
#header_searchform fieldset #header_search_input::-moz-placeholder {
  color: #454C53 !important;
}
#header_searchform fieldset #header_search_input:-ms-input-placeholder {
  color: #454C53 !important;
}
#header_searchform fieldset #header_search_input::-webkit-input-placeholder {
  color: #454C53 !important;
}
#header_searchform fieldset #header_search_input[placeholder] {
  color: #454C53 !important;
}

#header_search_submit {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  background: url("../../images/icons/lupe.png") no-repeat scroll 6px 6px #00A9E4;
}

input[type="submit"]:focus#header_search_submit {
  background-position: 6px 6px;
  border: 1px dashed #fff;
  outline: medium none;
}

/* new box in layout context */
.extranet-box-wrapper {
  display: block;
  margin: 0 0 20px 0;
  box-shadow: 0 0 10px #999999;
  background: #ffffff;
  *zoom: 1;
  /* 5 col layout */
}
.extranet-box-wrapper.box-with-space-top {
  padding-top: 20px;
}
.extranet-box-wrapper:before, .extranet-box-wrapper:after {
  content: "";
  display: table;
}
.extranet-box-wrapper:after {
  clear: both;
}
.fce-teiler .teiler2-1 .extranet-box-wrapper {
  margin-right: 10px;
}
.fce-teiler .teiler2-2 .extranet-box-wrapper {
  margin-left: 10px;
}
.fce-teiler .teiler3-1 .extranet-box-wrapper {
  margin-right: 13px;
}
.fce-teiler .teiler3-2 .extranet-box-wrapper {
  margin-left: 7px;
  margin-right: 7px;
}
.fce-teiler .teiler3-3 .extranet-box-wrapper {
  margin-left: 13px;
}
.fce-teiler .teiler4-1 .extranet-box-wrapper {
  margin-right: 15px;
}
.fce-teiler .teiler4-2 .extranet-box-wrapper {
  margin-left: 5px;
  margin-right: 10px;
}
.fce-teiler .teiler4-3 .extranet-box-wrapper {
  margin-left: 10px;
  margin-right: 5px;
}
.fce-teiler .teiler4-4 .extranet-box-wrapper {
  margin-left: 15px;
}
.fce-teiler .teiler5-1 .extranet-box-wrapper {
  margin-right: 16px;
}
.fce-teiler .teiler5-2 .extranet-box-wrapper {
  margin-left: 4px;
  margin-right: 12px;
}
.fce-teiler .teiler5-3 .extranet-box-wrapper {
  margin-left: 8px;
  margin-right: 8px;
}
.fce-teiler .teiler5-4 .extranet-box-wrapper {
  margin-left: 12px;
  margin-right: 4px;
}
.fce-teiler .teiler5-5 .extranet-box-wrapper {
  margin-left: 16px;
}

.lt-ie9 .extranet-box-wrapper {
  border: 1px solid #999999;
}

#userAccountInteractionLinks {
  padding: 0;
  margin: 0;
}
#userAccountInteractionLinks li {
  float: left;
  border-right: 1px solid #DBE3E5;
  padding: 0;
  margin: 0 25px 0 0;
}
#userAccountInteractionLinks li:last-child {
  border: none;
}
#userAccountInteractionLinks li a {
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 30px;
  margin-right: 25px;
  position: relative;
  color: #00A9E4 !important;
}
#userAccountInteractionLinks li a:hover {
  color: #008EC0 !important;
}
#userAccountInteractionLinks li a span.icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: #fff;
}

#scrollNoticeIcon {
  background: transparent url("../../images/tap-images/scroll-icon.png") no-repeat center center;
  bottom: 50px;
  height: 108px;
  left: 50%;
  margin-left: -58px;
  position: fixed;
  width: 108px;
  z-index: 10000;
}

.pageBreadCrumb #main_breadcrumb {
  background: #ffffff;
}

.extranetFooter {
  width: 100%;
  height: 340px;
  background: transparent url("../../images/tap-images/footer-bg.jpg") center center no-repeat;
  margin-top: 20px;
}
.extranetFooter .footerContentGrid {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.extranetFooter .footerNavSiegelWrap {
  position: absolute;
  left: 20px;
  top: 105px;
}
.extranetFooter .footerNav {
  float: left;
  margin-right: 10px;
}
.extranetFooter .footerNav ul {
  list-style: none;
  overflow: hidden;
  padding: 15px 0 0 20px;
  margin: 0;
}
.extranetFooter .footerNav ul li {
  padding: 0;
  margin: 0 16px 0 0;
  float: left;
}
.extranetFooter .footerNav ul li a {
  display: block;
  color: #00A9E4 !important;
}
.extranetFooter .footerNav ul li a:hover {
  color: #008EC0 !important;
}
.extranetFooter .footerSiegel {
  float: left;
  margin-top: 10px;
}
.extranetFooter .footerCopyright {
  position: absolute;
  right: 20px;
  top: 120px;
}
.extranetFooter .toTopLink {
  position: absolute;
  right: 20px;
  top: 0;
}
.extranetFooter .toTopLink a {
  display: block;
  padding: 9px 10px 9px 30px;
  font-size: 11px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  background: #00A9E4 url("../../images/tap-images/to-top-arrow.png") no-repeat 10px 11px;
}
.extranetFooter .toTopLink a:hover {
  background-color: #008EC0;
}

.fce-linkliste {
  border-color: #F2FAFF;
}
.fce-linkliste .title span {
  background: #F2FAFF;
  padding: 4px 10px;
}

.costaStyle .subnav li {
  margin: 0;
}
.costaStyle .subnav li .fce-linkliste {
  border-color: #F2FAFF;
}
.costaStyle .subnav li .fce-linkliste .title span {
  background: #F2FAFF;
  padding: 4px 10px;
}

.aidaStyle .subnav li {
  margin: 0;
}
.aidaStyle .subnav li .fce-linkliste {
  border-color: #F2FAFF;
}
.aidaStyle .subnav li .fce-linkliste .title span {
  background: #F2FAFF;
  padding: 4px 10px;
}

/* basics -> label
---------------------------------------------------------------------------------------*/
label.checkbox,
label.radio {
  clear: both;
  color: #02abe2;
  line-height: 26px;
  margin: 0 5px 13px 0;
  min-height: 30px;
  border-bottom: 1px solid #F3FAFF;
  padding: 2px 10px 10px 25px;
}
label.checkbox.checked,
label.radio.checked {
  color: #73bb4d;
}

.control-group label.checkbox,
.control-group label.radio {
  padding-left: 0;
}

/* basics -> button
---------------------------------------------------------------------------------------*/
.my-button {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
}

/* simulated formelements with jQuery
#######################################################################################*/
/* simulated formelements with jQuery -> input_type=radio
---------------------------------------------------------------------------------------*/
div.form-radio {
  background: url("../../images/tap-images/formulare.png") no-repeat scroll -95px 0 transparent;
  border-radius: 0;
  height: 24px;
  margin: 1px 10px 5px 0;
  padding: 0;
  width: 24px;
}

div.form-radio.checked {
  background-position: -120px 0;
}

div.form-radio.disabled {
  background-position: -95px -25px;
}

div.form-radio.checked.disabled {
  background-position: -120px -25px;
}

/* global definitions for the intro stages */
.tapIntroStage {
  width: 100%;
  height: 556px;
  position: relative;
}

.stageSlideElement {
  border: 10px solid #ffffff;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
}
.stageSlideElement .stageBackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.stageSlideElement .stageBackground .singleBgImage {
  width: 100%;
  height: 100%;
}
.stageSlideElement .stageBackground .singleBgImage img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  border: none;
  outline: none;
}
.stageSlideElement .stageSlideWave {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: transparent url("../../images/tap-images/introstage-wave-aida.png") no-repeat 0 100%;
}
.costaStyle .stageSlideElement .stageSlideWave, .styleContext.costaStyle .stageSlideElement .stageSlideWave {
  background-image: url("../../images/tap-images/introstage-wave-costa.png");
}
.stageSlideElement .stageContent {
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 3;
}
.stageSlideElement .stageContent .travelMetaInfos {
  display: none;
}
.aidaStyle .stageSlideElement .stageContent .teaserHeadline, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserHeadline {
  width: 540px;
}
.aidaStyle .stageSlideElement .stageContent .teaserHeadline h2, .aidaStyle .stageSlideElement .stageContent .teaserHeadline .hl2, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserHeadline h2, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserHeadline .hl2 {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 30px;
  color: #00A9E4;
  font-weight: bold;
}
.aidaStyle .stageSlideElement .stageContent .teaserText, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserText {
  width: 540px;
  height: 32px;
  overflow: hidden;
}
.aidaStyle .stageSlideElement .stageContent .teaserText p, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserText p {
  font-size: 12px;
  color: #454C53;
  padding: 0;
  margin: 0;
}
.aidaStyle .stageSlideElement .stageContent .teaserCTA, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA {
  position: absolute;
  left: 650px;
  bottom: 20px;
}
.aidaStyle .stageSlideElement .stageContent .teaserCTA a, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  background: #00A9E4;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
}
.aidaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .aidaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass {
  color: #ffffff;
  background: #008EC0;
}
.hybridStyle .stageSlideElement .stageContent .teaserHeadline, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserHeadline {
  width: 540px;
}
.hybridStyle .stageSlideElement .stageContent .teaserHeadline h2, .hybridStyle .stageSlideElement .stageContent .teaserHeadline .hl2, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserHeadline h2, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserHeadline .hl2 {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 30px;
  color: #00A9E4;
  font-weight: bold;
}
.hybridStyle .stageSlideElement .stageContent .teaserText, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserText {
  width: 540px;
  height: 32px;
  overflow: hidden;
}
.hybridStyle .stageSlideElement .stageContent .teaserText p, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserText p {
  font-size: 12px;
  color: #454C53;
  padding: 0;
  margin: 0;
}
.hybridStyle .stageSlideElement .stageContent .teaserCTA, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserCTA {
  position: absolute;
  left: 650px;
  bottom: 20px;
}
.hybridStyle .stageSlideElement .stageContent .teaserCTA a, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserCTA a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  background: #00A9E4;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
}
.hybridStyle .stageSlideElement .stageContent .teaserCTA a:hover, .hybridStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserCTA a:hover, .styleContext.hybridStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass {
  color: #ffffff;
  background: #008EC0;
}
.aidaStyle .stageSlideElement .stageContent .teaserHeadline h2, .aidaStyle .stageSlideElement .stageContent .teaserHeadline .hl2, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserHeadline h2, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserHeadline .hl2 {
  color: #5FC1EA;
}
.aidaStyle .stageSlideElement .stageContent .teaserText p, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserText p {
  color: #666;
}
.aidaStyle .stageSlideElement .stageContent .teaserCTA a, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a {
  background: #5FC1EA;
}
.aidaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .aidaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .styleContext.aidaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass {
  background: #2a76a2;
}
.costaStyle .stageSlideElement .stageContent .teaserHeadline, .styleContext.costaStyle .stageSlideElement .stageContent .teaserHeadline {
  width: 450px;
}
.costaStyle .stageSlideElement .stageContent .teaserHeadline h2, .costaStyle .stageSlideElement .stageContent .teaserHeadline .hl2, .styleContext.costaStyle .stageSlideElement .stageContent .teaserHeadline h2, .styleContext.costaStyle .stageSlideElement .stageContent .teaserHeadline .hl2 {
  font-family: 'CelesteSansWebItalic';
  padding: 0;
  margin: 0;
  background: none;
  font-size: 30px;
  color: #ffcc00;
  font-weight: normal;
}
.costaStyle .stageSlideElement .stageContent .teaserText, .styleContext.costaStyle .stageSlideElement .stageContent .teaserText {
  width: 450px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}
.costaStyle .stageSlideElement .stageContent .teaserText p, .styleContext.costaStyle .stageSlideElement .stageContent .teaserText p {
  font-size: 14px;
  font-family: 'CelesteSansWeb';
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.costaStyle .stageSlideElement .stageContent .teaserCTA, .styleContext.costaStyle .stageSlideElement .stageContent .teaserCTA {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
}
.costaStyle .stageSlideElement .stageContent .teaserCTA a, .styleContext.costaStyle .stageSlideElement .stageContent .teaserCTA a {
  display: inline-block;
  font-size: 14px;
  font-family: 'CelesteSansWebBold';
  white-space: nowrap;
  text-decoration: none;
  background: #ffcc00;
  color: #002f56;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
}
.costaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .costaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass, .styleContext.costaStyle .stageSlideElement .stageContent .teaserCTA a:hover, .styleContext.costaStyle .stageSlideElement .stageContent .teaserCTA a.hoverClass {
  background: #ffcc00;
}
.stageSlideElement .offerContent {
  width: 910px;
}
.aidaStyle .stageSlideElement .offerContent .teaserHeadline,
.aidaStyle .stageSlideElement .offerContent .teaserText, .styleContext.aidaStyle .stageSlideElement .offerContent .teaserHeadline,
.styleContext.aidaStyle .stageSlideElement .offerContent .teaserText {
  width: 460px;
}
.aidaStyle .stageSlideElement .offerContent .teaserCTA, .styleContext.aidaStyle .stageSlideElement .offerContent .teaserCTA {
  left: auto;
  right: 20px;
  bottom: 30px;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos {
  display: block;
  position: absolute;
  left: 500px;
  bottom: 0;
  width: 250px;
  height: 75px;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  text-align: center;
  height: 100%;
  border-right: 1px solid #DBE3E5;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration span, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration span {
  display: block;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount {
  font-weight: bold;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #00A9E4;
  position: absolute;
  left: 0;
  top: 10px;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .unit, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .unit {
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap {
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 75px;
  top: 7px;
  width: 180px;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix {
  font-weight: bold;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount {
  font-size: 30px;
  line-height: 1.2;
  color: #00A9E4;
  font-weight: bold;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix {
  color: #00A9E4;
  font-size: 14px;
}
.hybridStyle .stageSlideElement .offerContent .teaserHeadline,
.hybridStyle .stageSlideElement .offerContent .teaserText, .styleContext.hybridStyle .stageSlideElement .offerContent .teaserHeadline,
.styleContext.hybridStyle .stageSlideElement .offerContent .teaserText {
  width: 460px;
}
.hybridStyle .stageSlideElement .offerContent .teaserCTA, .styleContext.hybridStyle .stageSlideElement .offerContent .teaserCTA {
  left: auto;
  right: 20px;
  bottom: 30px;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos {
  display: block;
  position: absolute;
  left: 500px;
  bottom: 0;
  width: 250px;
  height: 75px;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  text-align: center;
  height: 100%;
  border-right: 1px solid #DBE3E5;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration span, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration span {
  display: block;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount {
  font-weight: bold;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  color: #00A9E4;
  position: absolute;
  left: 0;
  top: 10px;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .unit, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .unit {
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap {
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 75px;
  top: 7px;
  width: 180px;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix {
  font-weight: bold;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount {
  font-size: 30px;
  line-height: 1.2;
  color: #00A9E4;
  font-weight: bold;
}
.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .styleContext.hybridStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix {
  color: #00A9E4;
  font-size: 14px;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration .amount {
  color: #5FC1EA;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount {
  color: #5FC1EA;
}
.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .styleContext.aidaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix {
  color: #5FC1EA;
}
.costaStyle .stageSlideElement .offerContent .teaserCTA, .styleContext.costaStyle .stageSlideElement .offerContent .teaserCTA {
  position: absolute;
  left: auto;
  right: 200px;
  bottom: 5px;
  margin-bottom: 10px;
}
.costaStyle .stageSlideElement .offerContent .teaserHeadline, .styleContext.costaStyle .stageSlideElement .offerContent .teaserHeadline {
  margin-bottom: 20px;
}
.costaStyle .stageSlideElement .offerContent .teaserText, .styleContext.costaStyle .stageSlideElement .offerContent .teaserText {
  height: auto;
  width: 600px;
  margin-bottom: 20px;
}
.costaStyle .stageSlideElement .offerContent .teaserText p, .styleContext.costaStyle .stageSlideElement .offerContent .teaserText p {
  margin-bottom: 10px;
  width: 400px;
  color: #ffffff;
}
.costaStyle .stageSlideElement .offerContent .teaserText p.teaserAdditionalText, .styleContext.costaStyle .stageSlideElement .offerContent .teaserText p.teaserAdditionalText {
  width: 550px;
  margin: 0;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos {
  background: transparent url("../../images/tap-images/introstage-costa-pricebubble.png") no-repeat 0 0;
  display: block;
  position: absolute;
  left: 430px;
  bottom: 90px;
  width: 160px;
  height: 160px;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .travelDuration {
  display: none;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 58px;
  width: 100%;
  text-align: center;
  font-family: 'CelesteSansWeb';
  color: #002f56;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPricePrefix {
  font-weight: normal;
  font-size: 15px;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceAmount {
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  color: #002f56;
  font-family: 'CelesteSansWebBold';
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceCurrency, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceSuffix {
  color: #002f56;
  font-size: 15px;
}
.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceInfo, .styleContext.costaStyle .stageSlideElement .offerContent .travelMetaInfos .teaserPriceWrap .teaserPriceInfo {
  font-size: 12px;
}
.stageSlideElement .stageBranding {
  position: absolute;
  left: 20px;
  top: 33px;
  z-index: 2;
}
.stageSlideElement .stageBranding .aidaBrandingMedium,
.stageSlideElement .stageBranding .costaBrandingMedium {
  width: 90px;
  height: 70px;
  display: none;
}
.stageSlideElement .stageBranding .aidaBrandingMedium {
  background: transparent url("../../images/tap-images/introstage-branding-aida.png") no-repeat 0 0;
}
.aidaStyle .stageSlideElement .stageBranding .aidaBrandingMedium, .styleContext.aidaStyle .stageSlideElement .stageBranding .aidaBrandingMedium {
  display: block;
}
.stageSlideElement .stageBranding .costaBrandingMedium {
  background: transparent url("../../images/tap-images/introstage-branding-costa.png") no-repeat 0 0;
}
.costaStyle .stageSlideElement .stageBranding .costaBrandingMedium, .styleContext.costaStyle .stageSlideElement .stageBranding .costaBrandingMedium {
  display: block;
}
.stageSlideElement .stageBranding .hybridBrandingMedium {
  width: 150px;
  height: 70px;
  background: transparent url("../../images/tap-images/introstage-branding-hybrid.png") no-repeat 0 0;
}
.costaStyle .stageSlideElement .stageBranding .hybridBrandingMedium, .styleContext.costaStyle .stageSlideElement .stageBranding .hybridBrandingMedium {
  display: none;
}
.aidaStyle .stageSlideElement .stageBranding .hybridBrandingMedium, .styleContext.aidaStyle .stageSlideElement .stageBranding .hybridBrandingMedium {
  display: none;
}
.stageSlideElement .stageSlideLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.stageSlideElement .stageSlideLink a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.stageSlideElement .stageSlideLink a img {
  display: block;
  width: 100%;
  height: 100%;
}

.stageOverlays {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 4;
}
.stageOverlays .stageTravelSearch {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 300px;
  height: auto !important;
  min-height: 230px;
  background: #ffffff;
}

.tapTeaserSlider {
  padding: 20px 20px 0 20px;
}
.tapTeaserSlider .sliderHead {
  margin-bottom: 12px;
}
.tapTeaserSlider .sliderHead * {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.tapTeaserSlider .sliderHead .headline {
  font-size: 32px;
  font-weight: normal;
  margin-right: 20px;
}
.tapTeaserSlider .sliderHead .js-filter {
  border-left: 1px solid #DBE3E5;
  color: #00A9E4;
  margin-right: 20px;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 5px;
}
.tapTeaserSlider .sliderHead .js-filter:hover {
  color: #008EC0;
}
.tapTeaserSlider .sliderHead .js-filter.activeFilter {
  font-weight: bold;
}

.tapSlideTeaser {
  height: 250px;
  border: 1px solid #DBE3E5;
  position: relative;
}
.tapSlideTeaser a {
  display: block;
}
.tapSlideTeaser .teaserImage {
  margin: 0 10px;
  height: 124px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tapSlideTeaser .teaserImage img {
  display: block;
  height: auto;
  min-height: 100%;
  width: auto;
}
.tapSlideTeaser .branding {
  position: absolute;
  left: 20px;
  top: 0;
  width: 90px;
  height: 50px;
  background: #ffffff;
  z-index: 2;
}
.aidaStyle .tapSlideTeaser .branding, .styleContext.aidaStyle .tapSlideTeaser .branding {
  background: transparent url("../../images/tap-images/branding-aida-angebot.png") no-repeat 0 -4px;
}
.hybridStyle .tapSlideTeaser .branding, .styleContext.hybridStyle .tapSlideTeaser .branding {
  background: transparent url("../../images/tap-images/branding-hybrid-angebot.png") no-repeat 0 -2px;
}
.costaStyle .tapSlideTeaser .branding, .styleContext.costaStyle .tapSlideTeaser .branding {
  background: transparent url("../../images/tap-images/branding-costa-angebot.png") no-repeat 0 -4px;
}
.tapSlideTeaser .teaserText {
  position: relative;
  z-index: 1;
  margin: 12px 10px 0 10px;
}
.tapSlideTeaser .teaserText h2 {
  background: none;
  color: #00A9E4 !important;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 2px 0;
  min-height: 0;
  font-family: inherit;
}
.tapSlideTeaser .teaserText h2 + p {
  padding: 0;
  margin: 0;
}
.tapSlideTeaser .teaserText p.priceLine {
  margin: 0 -10px 0 0;
  padding: 0;
  font-size: 14px;
  min-height: 38px;
  overflow: hidden;
  clear: both;
  padding-top: 1px;
}
.tapSlideTeaser .teaserText p.priceLine span {
  display: inline-block;
}
.tapSlideTeaser .teaserText p.priceLine strong {
  font-size: 24px;
  line-height: 43px;
  font-weight: bold;
}
.tapSlideTeaser .teaserText p.priceLine span.moreLink {
  font-size: 13px;
}
.tapSlideTeaser .costaTeaserPriceSuffix {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.tapSlideTeaser .costaTeaserPriceSuffix .costaTeaserPriceSuffixText {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00A9E4;
  color: #ffffff;
  width: 100%;
  z-index: -1;
  opacity: 0;
  display: none;
  min-height: 115px;
  -webkit-transition: opacity 0;
  -moz-transition: opacity 0;
  transition: opacity 0;
}
.tapSlideTeaser .costaTeaserPriceSuffix .costaTeaserPriceSuffixText.hoverClass {
  display: block;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  z-index: 100;
}
.tapSlideTeaser .costaTeaserPriceSuffix .costaTeaserPriceSuffixText.hoverClass span.innerWrap {
  padding: 10px;
  display: block;
  font-size: 12px;
}
.tapSlideTeaser .costaTeaserPriceSuffix .costaTeaserPriceSuffixLabel {
  position: absolute;
  left: 10px;
  bottom: 10px;
  cursor: pointer;
}
.tapSlideTeaser a {
  position: relative;
  display: block;
  height: 100%;
}
.tapSlideTeaser a span.teaserLinkIcon {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: transparent url("../../images/tap-images/pagination-icons.png") no-repeat -36px -46px;
}
.tapSlideTeaser a .teaserText p {
  color: #454C53 !important;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  bottom: -5px;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconFlight,
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconBus,
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconTram {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 30px;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconPrefixLabel {
  font-size: 12px;
  position: relative;
  bottom: 5px;
  padding-left: 5px;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconFlight {
  background: transparent url("../../images/tap-images/slider-teaser-offer-icons.png") no-repeat -3px 2px;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconBus {
  background: transparent url("../../images/tap-images/slider-teaser-offer-icons.png") no-repeat -3px -28px;
}
.tapSlideTeaser a .teaserText span.moreLinkIcon span.iconTram {
  background: transparent url("../../images/tap-images/slider-teaser-offer-icons.png") no-repeat -3px -60px;
}
.tapSlideTeaser a .teaserText:hover * {
  color: #008EC0 !important;
}
.tapSlideTeaser a .teaserText:hover span.moreLinkIcon span.iconFlight {
  background-position: -33px 2px;
}
.tapSlideTeaser a .teaserText:hover span.moreLinkIcon span.iconBus {
  background-position: -33px -28px;
}
.tapSlideTeaser a .teaserText:hover span.moreLinkIcon span.iconTram {
  background-position: -33px -60px;
}

.teaserLayoutGroup {
  overflow: hidden;
}
.teaserLayoutGroup .styleContext {
  float: left;
}
.teaserLayoutGroup .styleContext .tapSlideTeaser {
  border-left: none;
}
.teaserLayoutGroup .styleContext:first-child .tapSlideTeaser {
  border-left: 1px solid #DBE3E5;
}

.ie10 .teaserLayoutGroup,
.ie11 .teaserLayoutGroup {
  overflow: hidden;
}
.ie10 .teaserLayoutGroup .styleContext,
.ie11 .teaserLayoutGroup .styleContext {
  float: left;
}
.ie10 .teaserLayoutGroup .styleContext .tapSlideTeaser,
.ie11 .teaserLayoutGroup .styleContext .tapSlideTeaser {
  border-right: none;
}
.ie10 .teaserLayoutGroup .styleContext:first-child .tapSlideTeaser,
.ie11 .teaserLayoutGroup .styleContext:first-child .tapSlideTeaser {
  border-right: 1px solid #DBE3E5;
}

.teaserLayout-2cols .styleContext {
  width: 50%;
}

.teaserLayout-3cols .styleContext {
  width: 33.333333333%;
}

.teaserLayout-4cols .styleContext {
  width: 25%;
}

.slick-slider {
  overflow: visible !important;
}

.slick-active .tapSlideTeaser {
  border-right: none;
}

.slick-slider .slick-list:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #DBE3E5;
}

.slick-slider .slick-slide {
  position: relative;
}
.slick-slider .slick-slide.with-border:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  background: #DBE3E5;
}

/* FCE akkordeon-tap AIDA-Tap (special Version of default akkordeon used for consulting tool)
---------------------------------------------------------------------------------------*/
/* Default (with JS) */
.akkordeon-tap {
  margin: 0 0 20px 0;
}
.akkordeon-tap.m0 {
  margin: 0;
}
.akkordeon-tap .akkordeon-tap-header {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #fff;
  background: #ecf2f3;
  min-height: 32px;
  line-height: 30px;
  padding: 14px 60px;
  margin: 0 0 0 0;
  font-size: 22px;
  color: #39c;
  cursor: pointer;
}
.akkordeon-tap .akkordeon-tap-header:hover {
  color: #2A76A2;
}
.akkordeon-tap .akkordeon-tap-header .arrow {
  position: absolute;
  display: block;
  top: 26px;
  left: 20px;
  width: 18px;
  height: 8px;
  background: transparent url(../../images/sprites/icons.png) no-repeat -31px -9px;
}
.akkordeon-tap .akkordeon-tap-header .close {
  background: url("../../images/sprites/icons.png") no-repeat scroll 0 -52px #5FC1EA;
  border-radius: 3px 3px 3px 3px;
  display: none;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 25px;
}
.akkordeon-tap .akkordeon-tap-content {
  display: none;
  position: relative;
  z-index: 4;
}
.akkordeon-tap .akkordeon-tap-content p:first-child {
  padding-top: 10px;
}
.akkordeon-tap .akkordeon-tap-shadow {
  width: 100%;
  height: 7px;
  background: transparent url(../../images/backgrounds/fce/bk_akkordeon_shadow.png) no-repeat center top;
  position: absolute;
  bottom: -7px;
  left: 0;
  z-index: 5;
}

/* Akkordeon is active */
.active .akkordeon-tap-header {
  background: transparent;
}
.active .akkordeon-tap-header .close {
  display: block;
}
.active .akkordeon-tap-header:hover .close {
  background-color: #2A76A2;
}
.active .akkordeon-tap-header .arrow {
  background-position: -31px 0;
}
.active .akkordeon-tap-content {
  display: block;
}

/* JS is disabled */
.no-js .akkordeon-tap-header {
  color: #666;
  cursor: default;
  border-bottom: 1px solid #ecf2f3;
  background: #fff;
  padding: 14px 20px;
}
.no-js .akkordeon-tap-header .arrow {
  display: none;
}
.no-js .akkordeon-tap-content {
  display: block;
  padding: 14px 20px;
}

#kiosk-teaser {
  margin: 0 15px 10px;
}
#kiosk-teaser .responsive-img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#kiosk-teaser .kiosk-header {
  background: #00A9E4;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
#kiosk-teaser .kiosk-content {
  border: 1px solid #00A9E4;
  background: #fff;
  padding: 15px 10px 10px;
}
#kiosk-teaser .kiosk-content p {
  margin: 0 0 15px;
}
#kiosk-teaser .switch-to-kiosk {
  box-sizing: border-box;
  clear: both;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.statusbar {
  background: none repeat scroll 0 0 transparent;
  display: none;
  border-collapse: separate;
  border-spacing: 1px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  width: 82%;
}
.statusbar > * {
  background: none repeat scroll 0 0 rgba(146, 146, 146, 0.49);
  display: table-cell;
  height: inherit;
}
.statusbar .index-answered {
  background: #2FBD45;
}

#question-1 .statusbar .index-1 {
  background: #00C3EB;
}

#question-2 .statusbar .index-2 {
  background: #00C3EB;
}

#question-3 .statusbar .index-3 {
  background: #00C3EB;
}

#question-4 .statusbar .index-4 {
  background: #00C3EB;
}

#question-5 .statusbar .index-5 {
  background: #00C3EB;
}

#question-6 .statusbar .index-6 {
  background: #00C3EB;
}

#question-7 .statusbar .index-7 {
  background: #00C3EB;
}

#question-8 .statusbar .index-8 {
  background: #00C3EB;
}

#question-9 .statusbar .index-9 {
  background: #00C3EB;
}

#question-10 .statusbar .index-10 {
  background: #00C3EB;
}

#question-11 .statusbar .index-11 {
  background: #00C3EB;
}

#question-12 .statusbar .index-12 {
  background: #00C3EB;
}

#question-13 .statusbar .index-13 {
  background: #00C3EB;
}

#question-14 .statusbar .index-14 {
  background: #00C3EB;
}

#question-15 .statusbar .index-15 {
  background: #00C3EB;
}

#question-16 .statusbar .index-16 {
  background: #00C3EB;
}

#question-17 .statusbar .index-17 {
  background: #00C3EB;
}

#question-18 .statusbar .index-18 {
  background: #00C3EB;
}

#question-19 .statusbar .index-19 {
  background: #00C3EB;
}

#question-20 .statusbar .index-20 {
  background: #00C3EB;
}

#question-21 .statusbar .index-21 {
  background: #00C3EB;
}

#question-22 .statusbar .index-22 {
  background: #00C3EB;
}

#question-23 .statusbar .index-23 {
  background: #00C3EB;
}

#question-24 .statusbar .index-24 {
  background: #00C3EB;
}

#question-25 .statusbar .index-25 {
  background: #00C3EB;
}

#question-26 .statusbar .index-26 {
  background: #00C3EB;
}

#question-27 .statusbar .index-27 {
  background: #00C3EB;
}

#question-28 .statusbar .index-28 {
  background: #00C3EB;
}

#question-29 .statusbar .index-29 {
  background: #00C3EB;
}

#question-30 .statusbar .index-30 {
  background: #00C3EB;
}

#question-31 .statusbar .index-31 {
  background: #00C3EB;
}

#question-32 .statusbar .index-32 {
  background: #00C3EB;
}

#question-33 .statusbar .index-33 {
  background: #00C3EB;
}

#question-34 .statusbar .index-34 {
  background: #00C3EB;
}

#question-35 .statusbar .index-35 {
  background: #00C3EB;
}

#question-36 .statusbar .index-36 {
  background: #00C3EB;
}

#question-37 .statusbar .index-37 {
  background: #00C3EB;
}

#question-38 .statusbar .index-38 {
  background: #00C3EB;
}

#question-39 .statusbar .index-39 {
  background: #00C3EB;
}

#question-40 .statusbar .index-40 {
  background: #00C3EB;
}

#question-41 .statusbar .index-41 {
  background: #00C3EB;
}

#question-42 .statusbar .index-42 {
  background: #00C3EB;
}

#question-43 .statusbar .index-43 {
  background: #00C3EB;
}

#question-44 .statusbar .index-44 {
  background: #00C3EB;
}

#question-45 .statusbar .index-45 {
  background: #00C3EB;
}

#question-46 .statusbar .index-46 {
  background: #00C3EB;
}

#question-47 .statusbar .index-47 {
  background: #00C3EB;
}

#question-48 .statusbar .index-48 {
  background: #00C3EB;
}

#question-49 .statusbar .index-49 {
  background: #00C3EB;
}

#question-50 .statusbar .index-50 {
  background: #00C3EB;
}

#question-51 .statusbar .index-51 {
  background: #00C3EB;
}

#question-52 .statusbar .index-52 {
  background: #00C3EB;
}

#question-53 .statusbar .index-53 {
  background: #00C3EB;
}

#question-54 .statusbar .index-54 {
  background: #00C3EB;
}

#question-55 .statusbar .index-55 {
  background: #00C3EB;
}

#question-56 .statusbar .index-56 {
  background: #00C3EB;
}

#question-57 .statusbar .index-57 {
  background: #00C3EB;
}

#question-58 .statusbar .index-58 {
  background: #00C3EB;
}

#question-59 .statusbar .index-59 {
  background: #00C3EB;
}

#question-60 .statusbar .index-60 {
  background: #00C3EB;
}

#question-61 .statusbar .index-61 {
  background: #00C3EB;
}

#question-62 .statusbar .index-62 {
  background: #00C3EB;
}

#question-63 .statusbar .index-63 {
  background: #00C3EB;
}

#question-64 .statusbar .index-64 {
  background: #00C3EB;
}

#question-65 .statusbar .index-65 {
  background: #00C3EB;
}

#question-66 .statusbar .index-66 {
  background: #00C3EB;
}

#question-67 .statusbar .index-67 {
  background: #00C3EB;
}

#question-68 .statusbar .index-68 {
  background: #00C3EB;
}

#question-69 .statusbar .index-69 {
  background: #00C3EB;
}

#question-70 .statusbar .index-70 {
  background: #00C3EB;
}

#question-71 .statusbar .index-71 {
  background: #00C3EB;
}

#question-72 .statusbar .index-72 {
  background: #00C3EB;
}

#question-73 .statusbar .index-73 {
  background: #00C3EB;
}

#question-74 .statusbar .index-74 {
  background: #00C3EB;
}

#question-75 .statusbar .index-75 {
  background: #00C3EB;
}

#question-76 .statusbar .index-76 {
  background: #00C3EB;
}

#question-77 .statusbar .index-77 {
  background: #00C3EB;
}

#question-78 .statusbar .index-78 {
  background: #00C3EB;
}

#question-79 .statusbar .index-79 {
  background: #00C3EB;
}

#question-80 .statusbar .index-80 {
  background: #00C3EB;
}

#question-81 .statusbar .index-81 {
  background: #00C3EB;
}

#question-82 .statusbar .index-82 {
  background: #00C3EB;
}

#question-83 .statusbar .index-83 {
  background: #00C3EB;
}

#question-84 .statusbar .index-84 {
  background: #00C3EB;
}

#question-85 .statusbar .index-85 {
  background: #00C3EB;
}

#question-86 .statusbar .index-86 {
  background: #00C3EB;
}

#question-87 .statusbar .index-87 {
  background: #00C3EB;
}

#question-88 .statusbar .index-88 {
  background: #00C3EB;
}

#question-89 .statusbar .index-89 {
  background: #00C3EB;
}

#question-90 .statusbar .index-90 {
  background: #00C3EB;
}

#question-91 .statusbar .index-91 {
  background: #00C3EB;
}

#question-92 .statusbar .index-92 {
  background: #00C3EB;
}

#question-93 .statusbar .index-93 {
  background: #00C3EB;
}

#question-94 .statusbar .index-94 {
  background: #00C3EB;
}

#question-95 .statusbar .index-95 {
  background: #00C3EB;
}

#question-96 .statusbar .index-96 {
  background: #00C3EB;
}

#question-97 .statusbar .index-97 {
  background: #00C3EB;
}

#question-98 .statusbar .index-98 {
  background: #00C3EB;
}

#question-99 .statusbar .index-99 {
  background: #00C3EB;
}

#question-100 .statusbar .index-100 {
  background: #00C3EB;
}

#consulting-result .statusbar .index-result {
  background: #00C3EB;
}

#beratungstool-fragebogen .question-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
#beratungstool-fragebogen .answer-img {
  display: none;
  float: left;
  height: auto;
  margin: 0 15px 0 0;
  overflow: hidden;
  width: 50px;
}
#beratungstool-fragebogen .akkordeon-tap-header {
  background: #DBE3E5;
  border-bottom: 2px solid #fff;
  color: #444;
  font-size: 16px;
  line-height: 36px;
  min-height: 36px;
  padding: 10px 40px 10px 10px;
}
#beratungstool-fragebogen .akkordeon-tap-header .step {
  background: #fff;
  border-radius: 50%;
  color: #00A9E4;
  display: block;
  float: left;
  font-size: 17px;
  height: 23px;
  line-height: 12px;
  margin: 0 20px 10px 0;
  padding: 12px 0 0;
  text-align: center;
  width: 34px;
}
#beratungstool-fragebogen .akkordeon-tap-header .arrow {
  left: auto;
  right: 20px;
  background: url("../../images/tap-images/beratungstool.png") -11px 0;
  width: 10px;
  height: 6px;
}
#beratungstool-fragebogen .akkordeon-tap-header.question-answered {
  background: #E3F2DB;
}
#beratungstool-fragebogen .akkordeon-tap-header.question-answered .step {
  background: #58AF33;
  color: #fff;
}
#beratungstool-fragebogen .akkordeon-tap-header.question-answered .arrow {
  background-position: 0 0;
}
#beratungstool-fragebogen .active .akkordeon-tap-header {
  background: #00A9E4;
  border-bottom: 0 none;
  color: #fff;
}
#beratungstool-fragebogen .active .akkordeon-tap-header .step {
  background: #fff;
  color: #00A9E4;
}
#beratungstool-fragebogen .active .akkordeon-tap-header .arrow {
  background-position: 0 -7px;
}
#beratungstool-fragebogen .akkordeon-tap-content {
  background: #fff;
  border: 1px solid #00A9E4;
  margin-bottom: 2px;
  padding: 20px 40px;
  overflow: hidden;
}
#beratungstool-fragebogen .akkordeon-tap-content .kiosk-special-header {
  display: none;
}
#beratungstool-fragebogen .my-button-reset {
  color: #454C53;
  background-color: #F3FAFF;
}
#beratungstool-fragebogen .my-button-reset:hover {
  background-color: #A8D7FF;
}
#beratungstool-fragebogen .my-button-reset .icon-prev {
  background: url("../../images/tap-images/formulare.png") 0 -50px no-repeat;
  display: inline-block;
  height: 7px;
  margin: 0 10px 1px 0;
  width: 7px;
}
#beratungstool-fragebogen .my-button-success .icon-next {
  background: url("../../images/tap-images/formulare.png") -8px -50px no-repeat;
  display: inline-block;
  height: 7px;
  margin: 0 0 1px 10px;
  width: 7px;
}
#beratungstool-fragebogen .my-button-success.disabled {
  background-color: #83BA91;
  cursor: not-allowed;
}
#beratungstool-fragebogen #question-1 .my-button-reset {
  display: none;
}

#consulting-result {
  margin: 0 15px 10px;
  display: none;
}
#consulting-result.active {
  display: block;
}
#consulting-result .result-img-wrapper {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  display: none;
}
#consulting-result .result-img-wrapper .result-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
#consulting-result .consulting-result-header {
  background: #00A9E4;
  color: #fff;
  padding: 10px;
  font-size: 18px;
}
#consulting-result .consulting-result-header .header-icon-flag {
  background: url("../../images/tap-images/beratungstool.png") 0 -14px no-repeat;
  float: left;
  height: 35px;
  width: 35px;
  margin-right: 21px;
}
#consulting-result .consulting-result-header .header-content {
  padding-top: 5px;
}
#consulting-result .consulting-result-content {
  border: 1px solid #00A9E4;
  background: #fff;
  padding: 25px;
}
#consulting-result .consulting-result-content .kiosk-special-header {
  display: none;
}
#consulting-result .consulting-result-content .result {
  float: right;
  width: 487px;
}
#consulting-result .consulting-result-content .result h4 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
}
#consulting-result .consulting-result-content .result p {
  font-size: 15px;
  margin: 5px 0;
}
#consulting-result .consulting-result-content .logo {
  float: left;
  height: auto;
  margin-right: 5px;
  margin-top: 20px;
  width: 120px;
}
#consulting-result .consulting-result-content .logo img {
  width: 100%;
  height: auto;
}
#consulting-result .consulting-result-content .consulting-result .my-button {
  clear: both;
  margin: 27px 0 0;
}
#consulting-result .consulting-result-content .consulting-result .my-button .icon-next {
  background: url("../../images/tap-images/formulare.png") -8px -50px no-repeat;
  display: inline-block;
  height: 7px;
  margin: 0 0 1px 10px;
  width: 7px;
}
#consulting-result .consulting-result-content .question-buttons {
  display: none;
}
#consulting-result .consulting-result-content .consulting-result-costa .logo {
  width: 120px;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered {
  display: table;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .logo {
  bottom: 49px;
  left: 25px;
  margin: 0 auto 15px;
  position: absolute;
  right: 25px;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .logo img {
  width: 49%;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .my-button {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 25px;
  width: 128px;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > * {
  display: table-cell;
  padding-bottom: 150px;
  position: relative;
  width: 49%;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > .first-child {
  padding-right: 25px;
  border-right: 1px solid #00A9E4;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > .last-child {
  padding-left: 25px;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > .last-child .logo, #consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > .last-child .my-button {
  left: 25px;
  right: 0;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > * .result {
  width: 100%;
}
#consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .logo {
  clear: both;
  float: none;
  margin: 0 auto 15px;
}
#consulting-result .consulting-result-content .two-elements .bright-background .question-buttons {
  display: none;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered {
  display: table;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .logo {
  bottom: 49px;
  left: 25px;
  margin: 0 auto 15px;
  position: absolute;
  right: 25px;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .my-button {
  bottom: 0;
  left: 25px;
  margin: 0 auto;
  position: absolute;
  right: 25px;
  width: 128px;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > * {
  width: 33.33%;
  margin-right: 4%;
  padding: 0 2% 200px;
  display: table-cell;
  border-right: 1px solid #00A9E4;
  position: relative;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > * .result {
  width: 100%;
}
#consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > *.last-child {
  border-right: 0 none !important;
}
#consulting-result .consulting-result-content .three-elements .bright-background .question-buttons {
  display: none;
}
#consulting-result .result-prev {
  display: none;
}

.consulting-kiosk-header {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 80px;
  width: 100%;
}

body.consulting-kiosk-mode #consulting-result .consulting-result-content .bright-background .kiosk-centered .logo img {
  width: 100%;
}
body.consulting-kiosk-mode #consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .logo img {
  width: 100%;
}

body.consulting-kiosk-mode {
  height: 100%;
  overflow: hidden;
}
body.consulting-kiosk-mode .two-elements .result-scrollbar,
body.consulting-kiosk-mode .three-elements .result-scrollbar {
  float: left;
  overflow: auto;
  position: relative;
  width: 100%;
}
body.consulting-kiosk-mode .statusbar {
  display: table;
}
body.consulting-kiosk-mode .kiosk-centered {
  margin: 36px 23%;
  display: block;
}
body.consulting-kiosk-mode .kiosk-centered > div {
  width: 33.33%;
  margin-right: 4%;
  padding: 0 4% 0;
  border-right: 1px solid #00A9E4;
  position: relative;
  float: left;
}
body.consulting-kiosk-mode #scrollNoticeIcon {
  display: none !important;
}
body.consulting-kiosk-mode #main_header {
  z-index: 0;
}
body.consulting-kiosk-mode .consulting-kiosk-header {
  display: block;
  cursor: pointer;
}
body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap {
  box-sizing: border-box;
  margin: 0 23%;
  position: relative;
}
body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap a, body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap span {
  box-shadow: none;
  float: left;
  clear: both;
  color: #fff;
}
body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap .kiosk-header-top {
  padding-top: 13px;
}
body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap .kiosk-header-bottom {
  font-size: 18px;
  font-weight: 700;
  margin-top: -2px;
  padding-bottom: 9px;
  text-transform: uppercase;
}
body.consulting-kiosk-mode .consulting-kiosk-header .inner-wrap .cross-icon {
  position: absolute;
  top: 19px;
  right: 0;
  background: url("../../images/tap-images/beratungstool.png") 0 -100px no-repeat;
  height: 37px;
  width: 38px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen .question-img-wrapper {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
}
body.consulting-kiosk-mode #beratungstool-fragebogen .answer-img, body.consulting-kiosk-mode #beratungstool-fragebogen .question-img {
  display: block;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  background: #999;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .kiosk-special-header {
  background: none;
  box-sizing: border-box;
  color: #454C53;
  cursor: default;
  display: block;
  font-size: 36px;
  margin: 0 23%;
  max-width: 100%;
  overflow: auto;
  top: 13%;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .kiosk-special-header .head {
  clear: both;
  display: block;
  font-size: 99px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .kiosk-special-header .text {
  display: block;
  line-height: 1.3;
  margin-bottom: 60px;
  position: relative;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-header {
  display: none;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .dark-background {
  background: rgba(0, 0, 0, 0.3);
  margin-bottom: -8px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content {
  background: none;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 80%;
  overflow: auto;
  padding: 141px 0 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .consulting-questions {
  margin: 96px 23% 0;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content label.radio {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 25px;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 0;
  width: 100%;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content label.radio * {
  flex-shrink: 0;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content div.form-radio {
  background: url("../../images/tap-images/beratungstool.png") 0 -75px no-repeat;
  height: 24px;
  margin-right: 20px;
  width: 24px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content div.form-radio.checked {
  background-position: 0 -50px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .question-buttons {
  margin: 25px auto;
  width: 225px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .question-buttons .my-button {
  border-radius: 50%;
  box-shadow: none;
  font-size: 18px;
  height: 20px;
  padding: 40px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 75px;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .akkordeon-tap-shadow {
  display: none;
}
body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .question-buttons .my-button .icon-next, body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content .question-buttons .my-button .icon-prev {
  display: none;
}
body.consulting-kiosk-mode #consulting-result.active {
  background: #999;
  display: block;
  height: 100%;
  left: 0;
  margin-left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
body.consulting-kiosk-mode #consulting-result.active .result-img, body.consulting-kiosk-mode #consulting-result.active .result-img-wrapper {
  display: block;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-header {
  display: none;
}
body.consulting-kiosk-mode #consulting-result.active .kiosk-special-header {
  background: none;
  box-sizing: border-box;
  color: #454C53;
  cursor: default;
  display: block;
  font-size: 36px;
  margin: 0 23%;
  max-width: 100%;
  overflow: auto;
  top: 13%;
}
body.consulting-kiosk-mode #consulting-result.active .kiosk-special-header .head {
  clear: both;
  display: block;
  font-size: 99px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
body.consulting-kiosk-mode #consulting-result.active .kiosk-special-header .text {
  display: block;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
}
body.consulting-kiosk-mode #consulting-result.active .kiosk-special-header .ship {
  background: url("../../images/tap-images/beratungstool.png") no-repeat scroll -490px -155px transparent;
  display: block;
  height: 167px;
  margin-bottom: 28px;
  width: 359px;
}
body.consulting-kiosk-mode #consulting-result.active .logo {
  margin: 46px auto 15px;
  position: relative;
  width: 244px;
  max-width: 80%;
  display: block;
  height: auto;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content {
  background: #999;
  border: 0;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .result {
  border-bottom: 1px solid #9AB3C2;
  float: none;
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .result h4 {
  display: none;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .result p {
  color: #454C53;
  font-size: 25px;
  line-height: 30px;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper {
  background: none;
  border: 0;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  max-height: 100%;
  min-height: 80%;
  overflow: auto;
  padding: 141px 0 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background {
  background: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, #fff 30%, #fff 100%);
  display: block;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .consulting-result {
  margin-top: 36px;
  width: 100%;
  border-right: 0 none;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .consulting-result .my-button {
  border-radius: 0;
  box-shadow: none;
  clear: none;
  font-weight: 700;
  margin: 143px 15% 0 0;
  padding: 15px 20px;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .consulting-result .my-button span {
  display: none;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .question-buttons {
  margin: 25px auto;
  width: 99px;
  display: block;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .question-buttons .my-button {
  border-radius: 50%;
  box-shadow: none;
  color: #454c53;
  font-size: 18px;
  height: 20px;
  padding: 40px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 75px;
  margin: 0;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background .kiosk-centered .my-button {
  margin: 0px auto;
  white-space: normal;
  max-width: 93%;
  box-sizing: border-box;
  position: relative;
  left: auto;
  right: auto;
  float: none;
  width: auto;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered, body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.three-elements .bright-background .kiosk-centered {
  text-align: center;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered > *, body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.three-elements .bright-background .kiosk-centered > * {
  border-right: 1px solid #9AB3C2;
  box-sizing: border-box;
  margin: 0;
  width: 33%;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered > *.last-child, body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.three-elements .bright-background .kiosk-centered > *.last-child {
  border-right: 0 none;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered .result, body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.three-elements .bright-background .kiosk-centered .result {
  border-bottom: 0 none;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered .my-button, body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.three-elements .bright-background .kiosk-centered .my-button {
  margin: 0 auto;
}
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper.two-elements .bright-background .kiosk-centered > * {
  width: 49%;
}
body.consulting-kiosk-mode #consulting-result.active .result-prev {
  display: block;
}
body.consulting-kiosk-mode #consulting-result.active #result-aida .consulting-result .my-button {
  margin-top: 145px;
  float: right;
}
body.consulting-kiosk-mode #consulting-result.active #result-costa .kiosk-special-header .ship {
  background-position: 0 -436px;
  width: 506px;
  height: 154px;
}
body.consulting-kiosk-mode #consulting-result.active #result-costa .consulting-result .my-button {
  margin-top: 149px;
  float: right;
}
body.consulting-kiosk-mode #consulting-result.active #result-neo .kiosk-special-header .ship {
  background-position: -490px 0;
  width: 369px;
  height: 154px;
}
body.consulting-kiosk-mode #consulting-result.active #result-neo .consulting-result .my-button {
  margin-top: 144px;
  float: right;
}
body.consulting-kiosk-mode #consulting-result.active #result-aida-costa .ship,
body.consulting-kiosk-mode #consulting-result.active #result-aida-costa-neo .ship,
body.consulting-kiosk-mode #consulting-result.active #result-aida-neo .ship,
body.consulting-kiosk-mode #consulting-result.active #result-costa-neo .ship {
  background: transparent;
}
body.consulting-kiosk-mode #consulting-result.active #result-error .bright-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
body.consulting-kiosk-mode #consulting-result.active #result-error .bright-background .kiosk-centered {
  text-align: center;
}
body.consulting-kiosk-mode #consulting-result.active #result-error .bright-background .kiosk-centered p.error {
  display: inline-block;
  font-size: 18px;
  padding-top: 5px;
}
body.consulting-kiosk-mode #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > *,
body.consulting-kiosk-mode #consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered > * {
  padding-bottom: 25px;
}
body.consulting-kiosk-mode #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .logo,
body.consulting-kiosk-mode #consulting-result .consulting-result-content .two-elements .bright-background .kiosk-centered .logo {
  bottom: auto;
  left: auto;
  margin: 15px auto;
  position: relative;
  right: auto;
  float: none;
}

@media screen and (max-width: 757px) {
  body.consulting-kiosk-mode #consulting-result.active #result-aida .consulting-result .my-button,
  body.consulting-kiosk-mode #consulting-result.active #result-costa .consulting-result .my-button,
  body.consulting-kiosk-mode #consulting-result.active #result-neo .consulting-result .my-button {
    margin: 10px auto;
    float: none;
  }
}
/* IE8 FIXES */
.lt-ie9 #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > * > * {
  border: 0 none;
  width: auto;
}

.lt-ie9 body.consulting-kiosk-mode #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .result-scrollbar {
  width: 100%;
}

.lt-ie9 #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered > * .result {
  width: 80%;
  float: none;
}

.lt-ie9 #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .logo {
  left: 0;
  right: 50px;
}

.lt-ie9 #consulting-result .consulting-result-content .three-elements .bright-background .kiosk-centered .my-button {
  right: 80px;
}

.lt-ie9 .consulting-kiosk-header,
.lt-ie9 body.consulting-kiosk-mode #beratungstool-fragebogen article.active .dark-background {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#46000000, endColorstr=#46000000);
}

.lt-ie9 .statusbar > * {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#33FFFFFF);
}

.lt-ie9 body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper .bright-background {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#66FFFFFF);
}

.lt-ie9 body.consulting-kiosk-mode #beratungstool-fragebogen article.active .akkordeon-tap-content,
.lt-ie9 body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper {
  max-height: 85%;
}

.lt-ie9 body.consulting-kiosk-mode #consulting-result.active #result-aida .consulting-result .my-button,
.lt-ie9 body.consulting-kiosk-mode #consulting-result.active #result-costa .consulting-result .my-button,
.lt-ie9 body.consulting-kiosk-mode #consulting-result.active #result-neo .consulting-result .my-button {
  margin: 10px auto;
}

.lt-ie9 body.consulting-kiosk-mode #consulting-result.active .logo {
  width: auto;
}

/* FOR DEBUGGING */
/* SHOW ALL RESULTS IN KIOSKMODE
body.consulting-kiosk-mode #consulting-result.active .consulting-result-content {
  overflow: scroll;
}

body.consulting-kiosk-mode #consulting-result.active .result-img,
body.consulting-kiosk-mode #consulting-result.active .result-img-wrapper {
  display: none;
}

body.consulting-kiosk-mode #consulting-result.active .consulting-result-content .kiosk-result-wrapper {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  bottom: 0;
  box-sizing: border-box;
  left: auto;
  margin: auto;
  max-height: none;
  min-height: inherit;
  overflow: auto;
  padding: 141px 0 0;
  position: initial;
  width: 100%;
  z-index: -1;
}*/
/*
#result-aida {
  display: none !important;
}

#result-aida-costa {
  display: none !important;
}

#result-aida-costa-neo {
  display: none !important;
}

#result-aida-neo {
  display: none !important;
}

#result-costa {
  display: none !important;
}

#result-costa-neo {
  display: none !important;
}

#result-neo {
  display: none !important;
}

*/
.tx-aidaloginpages-extranet-login .error {
  margin: 20px;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login {
  margin: 5px 20px 30px;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login input[type="text"],
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login input[type="password"] {
  height: 30px;
  background: #dbe3e5;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888;
  opacity: 1;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888;
  opacity: 1;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login #tx_aidaloginpages_extranet_login_submitExtranetLogin {
  padding: 12px 14px;
  margin: 0 5px 5px 10px;
}
.tx-aidaloginpages-extranet-login #tx_aidaloginpages_extranet_login a {
  display: inline-block;
  padding-top: 11px;
}

.tx-aidaloginpages-extranet-logininfo {
  padding: 0 30px;
  position: relative;
  z-index: 9;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top {
  padding: 1px 0 3px;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top h2 {
  padding: 0 15px 0 0;
  float: left;
  background: none;
  font-family: Helvetica, Arial, sans-serif;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top h2 .text-emphasize {
  text-transform: uppercase;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top #roleSelectorBox {
  margin-top: 4px;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top #roleSelectorBox div.form-select {
  width: 210px;
  border: 1px solid #00A9E4;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top #roleSelectorBox div.form-select .options {
  min-width: 204px;
}
.tx-aidaloginpages-extranet-logininfo .login-row-top #roleSelectorBox div.form-select .switch {
  background-color: #00A9E4;
}
.tx-aidaloginpages-extranet-logininfo .profile-type {
  padding: 0px 0 28px;
}
.tx-aidaloginpages-extranet-logininfo .login-action {
  padding-bottom: 10px;
  position: absolute;
  bottom: -50px;
}
.tx-aidaloginpages-extranet-logininfo .login-action a {
  font-size: 12px;
  padding: 5px 25px 5px 15px;
  border-right: 1px solid #d6dde1;
}
.tx-aidaloginpages-extranet-logininfo .login-action a:before {
  width: 20px;
  height: 22px;
  content: '';
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
.tx-aidaloginpages-extranet-logininfo .login-action a:last-child {
  border: none;
}
.tx-aidaloginpages-extranet-logininfo .login-action a.profile-edit:before {
  background: url("../../images/tap-images/icon-edit.png") no-repeat;
}
.tx-aidaloginpages-extranet-logininfo .login-action a.profile-logout {
  padding-left: 22px;
}
.tx-aidaloginpages-extranet-logininfo .login-action a.profile-logout:before {
  background: url("../../images/tap-images/icon-logout.png") no-repeat;
}

.userAccountInteraction {
  float: left;
  width: 100%;
  margin-top: 39px;
  position: relative;
  padding-bottom: 50px;
}

/* Dashboard */
.dashboardTap {
  min-height: 65px;
  position: relative;
  box-sizing: border-box;
}

.dashboardTap {
  padding: 20px 10px 0 10px;
}
.dashboardTap .dashboardHead {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 12px;
}
.dashboardTap .dashboardHead * {
  display: inline-block;
}
.dashboardTap .dashboardHead .headline {
  font-size: 32px;
  font-weight: normal;
  margin-right: 20px;
}
.dashboardTap .dashboardHead .more-link,
.dashboardTap .dashboardHead .js-toggle-text {
  color: #00A9E4;
  cursor: pointer;
}
.dashboardTap .dashboardHead .more-link:hover,
.dashboardTap .dashboardHead .js-toggle-text:hover {
  color: #008EC0;
}
.dashboardTap .dashboardHead .more-link.activeFilter,
.dashboardTap .dashboardHead .js-toggle-text.activeFilter {
  font-weight: bold;
}
.dashboardTap .dashboardHead .more-link {
  margin-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  border-left: 1px solid #DBE3E5;
}
.dashboardTap .dashboardHead .js-toggle-text {
  padding-right: 10px;
  padding-top: 5px;
  border-right: 1px solid #DBE3E5;
}

.js-dashboardContent {
  display: none;
}

.js-dashboardContent.active {
  display: block;
}

.dashboardTap .js-dashboardUi {
  position: absolute;
  right: 20px;
  top: 29px;
  display: block;
  cursor: pointer;
}

.dashboardContentBox {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding: 20px 15px;
  background-color: #F8F9FA;
  border: 1px solid #DBE3E5;
  min-height: 160px;
}
.dashboardContentBox h2,
.dashboardContentBox h2 > a {
  background: none;
  color: #00A9E4;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 0;
  font-family: inherit;
}
.dashboardContentBox h2 + p {
  padding: 0;
  margin: 0;
}
.dashboardContentBox p {
  font-size: 13px;
}

.dashboardContent .dashboardModule {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.dashboardLayout-2cols .dashboardModule {
  width: 50%;
}

.dashboardLayout-3cols .dashboardModule {
  width: 33.333333333%;
}

.dashboardLayout-4cols .dashboardModule {
  width: 25%;
}

.js-dashboardUi .icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  top: 5px;
  background: url("../../images/tap-images/dashboard-ui.png") no-repeat transparent;
}

.js-dashboardUi .icon-close-circle {
  background-position: -39px -38px;
}

.js-dashboardUi .icon-open-circle {
  background-position: 0 -38px;
}

/* Fixes for IE8 and below */
.lt-ie9 .dashboardContentBox {
  min-height: 130px;
}

/* no-JS styles */
.no-js .js-dashboardContent {
  display: block;
}

/* Newsboard */
.tapNewsSlider {
  min-height: 65px;
  position: relative;
  box-sizing: border-box;
}

.tapNewsSlider {
  padding: 20px 20px 0 20px;
}
.tapNewsSlider .sliderHead {
  box-sizing: border-box;
  margin-bottom: 12px;
}
.tapNewsSlider .sliderHead * {
  display: inline-block;
}
.tapNewsSlider .sliderHead .headline {
  font-size: 32px;
  font-weight: normal;
  margin-right: 20px;
}
.tapNewsSlider .sliderHead .more-link,
.tapNewsSlider .sliderHead .js-toggle-text {
  color: #00A9E4;
  cursor: pointer;
}
.tapNewsSlider .sliderHead .more-link:hover,
.tapNewsSlider .sliderHead .js-toggle-text:hover {
  color: #008EC0;
}
.tapNewsSlider .sliderHead .more-link.activeFilter,
.tapNewsSlider .sliderHead .js-toggle-text.activeFilter {
  font-weight: bold;
}
.tapNewsSlider .sliderHead .more-link {
  margin-right: 20px;
  padding-left: 20px;
  padding-top: 5px;
  border-left: 1px solid #DBE3E5;
}
.tapNewsSlider .sliderHead .js-toggle-text {
  padding-right: 10px;
  padding-top: 5px;
  border-right: 1px solid #DBE3E5;
}

.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
  background-color: #F8F9FA;
  border: 1px solid #DBE3E5;
  border-left: none;
  min-height: 160px;
}
.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser .teaserText {
  margin: 55px 0 0 0;
}
.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser .teaserText h2,
.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser .teaserText h2 > a {
  background: none;
  color: #00A9E4;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 15px 0;
  min-height: 0;
  font-family: inherit;
}
.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser .teaserText h2 + p {
  padding: 0;
  margin: 0;
}
.tapNewsSlider .teaserLayoutGroup .styleContext .tapSlideTeaser .teaserText p {
  font-size: 13px;
}
.tapNewsSlider .teaserLayoutGroup .styleContext:first-child .tapSlideTeaser {
  border-left: 1px solid #DBE3E5;
}

.tapNewsSlider .styleContext.aidaStyle .tapSlideTeaser .branding,
.tapNewsSlider .styleContext.costaStyle .tapSlideTeaser .branding,
.tapNewsSlider .styleContext.aidaStyle.costaStyle .tapSlideTeaser .branding {
  position: absolute;
  left: 15px;
  top: 3px;
  height: 50px;
  z-index: 2;
  background-image: url("../../images/tap-images/branding-hybrid-transparent.png");
  background-repeat: no-repeat;
}
.tapNewsSlider .styleContext.aidaStyle .tapSlideTeaser .branding {
  width: 50px;
  background-position: 0 0;
}
.tapNewsSlider .styleContext.costaStyle .tapSlideTeaser .branding {
  width: 50px;
  background-position: -70px 0;
}
.tapNewsSlider .styleContext.aidaStyle.costaStyle .tapSlideTeaser .branding {
  width: 120px;
  background-position: 0 0;
}

.newsboardLayout-2cols .newsboardModule {
  width: 50%;
}

.newsboardLayout-3cols .newsboardModule {
  width: 33.333333333%;
}

.newsboardLayout-4cols .newsboardModule {
  width: 25%;
}

/* role selector */
#roleSelectorContainer {
  position: absolute;
  z-index: 200;
  right: 20px;
}
#roleSelectorContainer #roleSelectorToggler {
  cursor: pointer;
  padding: 1px 7px;
  border-radius: 3px;
  background: #ffffff;
}
#roleSelectorContainer #roleSelectorToggler .toggle-text {
  line-height: 26px;
  color: #00A9E4;
  padding-right: 10px;
  border-right: 1px solid #DBE3E5;
}
#roleSelectorContainer #roleSelectorToggler:hover .toggle-text {
  color: #008EC0;
}
#roleSelectorContainer #roleSelectorToggler .icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 5px;
  top: 5px;
  background: url("../../images/tap-images/dashboard-ui.png") no-repeat transparent;
}
#roleSelectorContainer #roleSelectorToggler .icon-close-circle {
  background-position: -39px -38px;
}
#roleSelectorContainer #roleSelectorToggler .icon-open-circle {
  background-position: 0 -38px;
}
#roleSelectorContainer #roleSelectorForm {
  position: absolute;
  background: #ffffff;
  width: 450px;
  margin: 0;
  top: 33px;
  right: -10px;
  box-shadow: 0 4px 10px #999999;
}
#roleSelectorContainer #roleSelectorForm > div {
  width: 50%;
  float: left;
}
#roleSelectorContainer #roleSelectorForm .control-group {
  padding: 10px 0;
  margin: 0 10px;
}
#roleSelectorContainer .rounded-button {
  float: right;
  margin: 10px;
}

/* Quicklinks */
.tapQuicklinks .icon {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  top: 0;
  background: url("../../images/tap-images/quicklinks-ui.png") no-repeat transparent;
}
.tapQuicklinks .icon-bookmark-link {
  height: 20px;
  width: 20px;
  margin-top: 10px;
  background-position: 5px 0;
}
.tapQuicklinks .icon-triangle-down {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: 0 -30px;
}
.tapQuicklinks .icon-arrow-round-up {
  height: 17px;
  width: 17px;
  background-position: -60px 0;
}
.tapQuicklinks .icon-arrow-round-down {
  height: 17px;
  width: 17px;
  background-position: -60px -30px;
}
.tapQuicklinks .icon-dustbin {
  width: 17px;
  height: 15px;
  background-position: -80px 0;
}
.tapQuicklinks .icon-arrow-right {
  width: 5px;
  height: 15px;
  background-position: -100px 6px;
}
.tapQuicklinks .icon-close-circle {
  height: 28px;
  width: 28px;
  background-position: -110px 0;
}
.tapQuicklinks .quicklinksUi {
  position: absolute;
  top: 40px;
  right: -70px;
  width: 70px;
  z-index: -1;
  text-align: center;
  font-size: 12px;
}
.tapQuicklinks .quicklinksBtn {
  display: block;
  height: 70px;
  color: #ffffff;
  background: #00A9E4;
  cursor: pointer;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tapQuicklinks .quicklinksBtn .button-text {
  display: block;
}
.tapQuicklinks .quicklinksSlider {
  width: 70px;
  margin-top: 1px;
}
.tapQuicklinks .quicklinksSlider .item {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 5px 2px;
  background: #00A9E4;
  margin-bottom: 1px;
  height: 45px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tapQuicklinks .quicklinksSlider a {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 1.2;
}
.tapQuicklinks .quicklinksOverlay {
  position: absolute;
  z-index: 100;
  top: 40px;
  width: 1px;
  right: 30px;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0 0 10px #999999;
  clip: rect(0px, 0, 0, 0);
  margin: -1px;
  padding: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.tapQuicklinks .quicklinksOverlay.active {
  opacity: 1;
  margin: 0;
  width: 290px;
  height: 347px;
  clip: auto;
}
.tapQuicklinks .quicklinksOverlay .icon-arrow-round-up {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -65px -55px;
}
.tapQuicklinks .quicklinksOverlay .icon-arrow-round-down {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -65px -77px;
}
.tapQuicklinks .quicklinksOverlay .js-button {
  position: absolute;
  top: -14px;
  right: -14px;
  margin: 0;
  cursor: pointer;
}
.tapQuicklinks .quicklinksOverlay .js-button:hover {
  background-position: -110px -30px;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm {
  background: #DBE3E5;
  padding: 10px;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm .error-message,
.tapQuicklinks .quicklinksOverlay .quicklinksForm .success-message {
  padding: 10px;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 10px;
  min-height: 36px;
  height: auto !important;
  height: 36px;
  border-radius: 3px;
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm .error-message.active,
.tapQuicklinks .quicklinksOverlay .quicklinksForm .success-message.active {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm .error-message {
  background: #E72202;
  color: #ffffff;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm .success-message {
  background: #58AF33;
  color: #ffffff;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm form {
  margin: 0;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm label {
  margin: 0 5px 5px 3px;
  cursor: auto;
}
.tapQuicklinks .quicklinksOverlay .quicklinksForm input[type="text"],
.tapQuicklinks .quicklinksOverlay .quicklinksForm input[type="submit"] {
  display: inline;
  box-shadow: none;
}
.tapQuicklinks .quicklinksOverlay input[type="text"] {
  width: 219px;
  line-height: 20px;
  padding: 5px;
  background-color: #cccccc;
  border: 0 none;
  cursor: auto;
}
.tapQuicklinks .quicklinksOverlay input[type="submit"] {
  padding: 6px;
  margin-right: 0;
  box-shadow: none;
  background: #00A9E4;
}
.tapQuicklinks .quicklinksOverlay input[type="submit"]:hover {
  background: #008EC0;
}
.tapQuicklinks .quicklinksOverlay .quicklinksBtn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: center;
  border-radius: 0;
  display: block;
}
.tapQuicklinks .quicklinksOverlay .quicklinksBtn .quicklinksSubmit {
  width: 100%;
  border-radius: 0;
  height: 40px;
  display: none;
  margin: 0;
}
.tapQuicklinks .quicklinksOverlay .quicklinksBtn .quicklinksSubmit.active {
  display: block;
}
.tapQuicklinks .quicklinksOverlay .headline-list {
  display: block;
  font-size: 16px;
  padding: 10px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner {
  list-style-type: none;
  margin: 0;
  width: 100%;
  position: absolute;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item {
  margin: 0 10px;
  padding: 6px 0 5px 2px;
  border-top: 1px solid #DBE3E5;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item:first-child {
  border-top: 1px solid #ffffff;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item:focus .icon-dustbin, .tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item:hover .icon-dustbin {
  width: 17px;
  height: 15px;
  background-position: -80px -30px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item:focus .icon-arrow-right, .tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .item:hover .icon-arrow-right {
  width: 5px;
  height: 15px;
  background-position: -100px -24px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner a {
  display: block;
  color: #454C53;
  cursor: default;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider-inner .icon {
  float: right;
  display: block;
  text-align: center;
  cursor: pointer;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider {
  height: 187px;
  min-width: 290px;
}
.tapQuicklinks .quicklinksUi {
  height: 332px;
}
.tapQuicklinks .quicklinksUi .js-quicklinkSlider {
  height: 282px;
}
.tapQuicklinks .js-quicklinkSlider {
  position: relative;
  overflow: hidden;
}
.tapQuicklinks .js-quicklinkSlider .js-quicklinkSlider-inner {
  position: absolute;
  list-style-type: none;
  margin: 0;
  width: 100%;
}
.tapQuicklinks .js-quicklinkSlider .item {
  position: relative;
  padding: 0;
  margin-left: 0;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next {
  z-index: 101;
  display: block;
  width: 100%;
  height: 17px;
  text-align: center;
  cursor: default;
  background: #ffffff;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active {
  cursor: pointer;
  background: #ffffff;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:focus, .tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:hover,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:focus,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:hover {
  background: #ffffff;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:focus .icon-arrow-round-up, .tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:hover .icon-arrow-round-up,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:focus .icon-arrow-round-up,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:hover .icon-arrow-round-up {
  height: 17px;
  width: 17px;
  background-position: -40px 0;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:focus .icon-arrow-round-down, .tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active:hover .icon-arrow-round-down,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:focus .icon-arrow-round-down,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active:hover .icon-arrow-round-down {
  height: 17px;
  width: 17px;
  background-position: -40px -30px;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active .icon-arrow-round-up,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active .icon-arrow-round-up {
  height: 17px;
  width: 17px;
  background-position: -20px 0;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev.active .icon-arrow-round-down,
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next.active .icon-arrow-round-down {
  height: 17px;
  width: 17px;
  background-position: -20px -30px;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_prev {
  position: relative;
  margin-bottom: 1px;
}
.tapQuicklinks .js-quicklinkSlider .quicklink_control_next {
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #ffffff;
}
.tapQuicklinks .quicklinksUi .js-quicklinkSlider .item {
  display: table;
  padding: 2px 2px 0 2px;
}
.tapQuicklinks .quicklinksUi .js-quicklinkSlider .item > a {
  display: table-cell;
  vertical-align: middle;
}
.tapQuicklinks .quicklinksUi .js-quicklinkSlider .quicklink_control_prev,
.tapQuicklinks .quicklinksUi .js-quicklinkSlider .quicklink_control_next {
  z-index: 101;
  display: block;
  width: 100%;
  height: 17px;
  text-align: center;
  background: #ffffff;
  padding: 4px 0;
}
.tapQuicklinks .quicklinksUi .js-quicklinkSlider .quicklink_control_prev {
  margin-bottom: 1px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active .icon-arrow-round-up,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active .icon-arrow-round-up {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -25px -55px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active .icon-arrow-round-down,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active .icon-arrow-round-down {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -25px -77px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active:focus .icon-arrow-round-up, .tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active:hover .icon-arrow-round-up,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active:focus .icon-arrow-round-up,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active:hover .icon-arrow-round-up {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -45px -55px;
}
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active:focus .icon-arrow-round-down, .tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_prev.active:hover .icon-arrow-round-down,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active:focus .icon-arrow-round-down,
.tapQuicklinks .quicklinksOverlay .js-quicklinkSlider .quicklink_control_next.active:hover .icon-arrow-round-down {
  height: 5px;
  width: 7px;
  margin-top: -3px;
  background-position: -45px -77px;
}
.tapQuicklinks .quicklinksTooltip {
  position: absolute;
  z-index: 100;
  top: 40px;
  right: 0;
  width: 320px;
  background: #00A9E4;
  display: none;
  box-shadow: 1px 0 10px -4px black;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.tapQuicklinks .quicklinksTooltip.active {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tapQuicklinks .quicklinksTooltip p {
  margin: 11px 10px;
  font-size: 12px;
  color: #ffffff;
}
.tapQuicklinks .quicklinksStatus {
  position: absolute;
  z-index: 101;
  top: 40px;
  right: 0;
  width: 320px;
  min-height: 70px;
  height: auto !important;
  height: 70px;
  display: none;
  box-shadow: 1px 0 10px -4px black;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.tapQuicklinks .quicklinksStatus.success {
  background: #58AF33;
}
.tapQuicklinks .quicklinksStatus.error {
  background: #E72202;
}
.tapQuicklinks .quicklinksStatus.active {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tapQuicklinks .quicklinksStatus p {
  margin: 11px 10px;
  font-size: 12px;
  color: #ffffff;
}

.specials h1 {
  background: none;
  color: #666;
  padding: 25px;
  font-size: 32px;
  font-weight: normal;
}
.specials ul {
  margin: 0 20px;
}
.specials ul li {
  border-top: 1px solid #DBE3E5;
  list-style: none;
  height: 53px;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.specials ul li a {
  display: block;
  padding: 12px 10px 0;
}
.specials ul li a:after {
  background: url("../../images/tap-images/special-arrow.png") no-repeat;
  width: 5px;
  height: 7px;
  display: inline-block;
  content: '';
  position: absolute;
  right: 10px;
  top: 22px;
  display: pointer;
}
.specials ul li .icon {
  width: 46px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 4px;
}
.specials ul li .label {
  font-size: 18px;
  position: absolute;
  top: 14px;
}
.specials .extranet-box-wrapper {
  position: relative;
}
.specials .extranet-box-wrapper .logo {
  position: absolute;
  right: 20px;
  top: 18px;
  height: 50px;
  width: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.specials .specials-wrap .logo {
  background: url("../../images/tap-images/branding-aida-angebot.png") no-repeat scroll right 0 #fff;
}
.specials .specials-wrap:last-child .logo {
  background: url("../../images/tap-images/branding-costa-angebot.png") no-repeat scroll right 0 #fff;
}

.icon-aida-premium {
  background-image: url("../../images/tap-images/special-icon-aida-premium.png");
}

.icon-aida-myaida {
  background-image: url("../../images/tap-images/special-icon-aida-myaida.png");
}

.icon-aida-booking {
  background-image: url("../../images/tap-images/special-icon-aida-booking.png");
}

.icon-aida-form {
  background-image: url("../../images/tap-images/special-icon-aida-form.png");
}

.icon-aida-support {
  background-image: url("../../images/tap-images/special-icon-aida-support.png");
}

.icon-costa-club {
  background-image: url("../../images/tap-images/special-icon-costaclub.png");
}

.icon-costa-mycosta {
  background-image: url("../../images/tap-images/special-icon-costamycos.png");
}

.icon-costa-cruise {
  background-image: url("../../images/tap-images/special-icon-costacruise.png");
}

.icon-costa-form {
  background-image: url("../../images/tap-images/special-icon-costaform.png");
}

.icon-costa-support {
  background-image: url("../../images/tap-images/special-icon-costasupport.png");
}

.news h2,
.news h3,
.news h4,
.news h5,
.news h6,
.news .hl2,
.news .hl3,
.news .hl4,
.news .hl5,
.news .hl6 {
  padding: 19px 15px 20px;
}

.btn_media.btn_media_filesize {
  background: #dde3e3;
}
.btn_media.btn_media_filesize span {
  color: #454d50;
}

.tx-aidamediathek-searchresult .error {
  margin: 0 15px 10px;
  color: red;
}

#sC-media .faketab {
  padding: 5px 20px !important;
  font-weight: normal;
  color: #eee;
}
#sC-media .mediathek-item-content-text {
  width: 280px !important;
}
#sC-media .mediathek-item-content-text h2 {
  font-size: 13px !important;
  padding: 0 !important;
}
#sC-media .mediathek-item-images,
#sC-media .mediathek-item-routemaps {
  padding-bottom: 10px !important;
}
#sC-media .mediathek-item-images .img-head,
#sC-media .mediathek-item-routemaps .img-head {
  font-weight: normal !important;
}
#sC-media .mediathek-item-videos {
  margin: 0 10px 20px !important;
  overflow: hidden;
  width: 620px;
}
#sC-media .mediathek-item-videos .mediathek-item-video {
  height: auto;
  margin: 0 11px -3px 0;
  width: 146px !important;
}
#sC-media .mediathek-item-videos .mediathek-item-video.mediathek-item-video-last {
  margin-right: 0;
}
#sC-media .mediathek-item-videos .mediathek-item-video .video-container {
  width: 100%;
}
#sC-media .mediathek-item-videos .mediathek-item-video .video-container .no-image {
  width: 100%;
}
#sC-media .mediathek-item-videos .mediathek-item-video .video-container span {
  padding: 65px 7px 0px !important;
  display: block;
  font-size: 12px;
}
#sC-media .mediathek-item-videos .mediathek-item-video .video-container span.btn_vidplay {
  padding: 0 !important;
  background: url("../../images/tap-images/mediathek-play-btn.png") no-repeat center center;
}
#sC-media .mediathek-item-videos .mediathek-item-video .vid-head {
  width: 100%;
  float: none;
  padding: 0 0 5px;
  font-weight: normal;
  font-size: 13px;
}
#sC-media .mediathek-item-videos .mediathek-item-video .btn_media_filesize {
  margin: 10px 0;
  position: initial;
}
#sC-media .mediathek-item a {
  color: #00A9E4 !important;
}
#sC-media .button-placeholder ul li {
  clear: both;
  display: block;
  float: left;
  list-style: none outside none;
  padding: 0 !important;
  width: 145px;
}
#sC-media .button-placeholder ul li a span.file-icon-label {
  font-size: 12px !important;
  padding: 0 0 0 10px !important;
}
#sC-media h3 {
  padding: 20px 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
#sC-media h4 {
  padding: 0 !important;
  margin-left: 10px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #e0e1e3 !important;
}
#sC-media h4 .red {
  color: #00A9E4 !important;
}
#sC-media .file-icon,
#sC-media #aida-pressservice-form .term-accepted .checked-ok {
  background: url("../../images/sprites/mediathek-imagesprite.png") no-repeat scroll 0 0 transparent;
}
#sC-media .file-icon {
  width: 16px;
  height: 16px;
}
#sC-media .pager-mediathek {
  border-top: 1px solid #dbe3e5;
  padding: 10px 0 20px;
  margin: 0;
}
#sC-media .pager-mediathek .active-page {
  color: #dde3e3;
}
#sC-media .branding {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
}
#sC-media .branding.aida {
  background: transparent url("../../images/tap-images/mediathek-branding-aida.png") no-repeat 0 0;
}
#sC-media .branding.costa {
  background: transparent url("../../images/tap-images/mediathek-branding-costa.png") no-repeat 0 0;
}
#sC-media .image_result .mediathek-item,
#sC-media .routemap_result .mediathek-item {
  border: none;
}
#sC-media .image_result .mediathek-item .img-head,
#sC-media .routemap_result .mediathek-item .img-head {
  font-weight: normal !important;
  padding: 0 0 5px !important;
}
#sC-media .image_result .mediathek-item .button-placeholder,
#sC-media .routemap_result .mediathek-item .button-placeholder {
  padding: 10px 0 !important;
}
#sC-media .video_result .mediathek-item {
  border: none;
}
#sC-media .video_result .mediathek-item .vid-head {
  font-weight: normal !important;
  padding: 0 0 5px !important;
}
#sC-media .video_result .mediathek-item .button-placeholder {
  padding: 10px 0 !important;
}
#sC-media .text_result .mediathek-item,
#sC-media .template_result .mediathek-item,
#sC-media .wk_area_text .mediathek-item,
#sC-media .wk_area_template .mediathek-item {
  background: #f2f9ff;
  margin-bottom: 15px;
  border: none;
  clear: both;
  padding: 5px 0;
}
#sC-media .text_result .mediathek-item > div,
#sC-media .template_result .mediathek-item > div,
#sC-media .wk_area_text .mediathek-item > div,
#sC-media .wk_area_template .mediathek-item > div {
  float: left;
  vertical-align: middle;
}
#sC-media .text_result .mediathek-item .mediathek-item-content,
#sC-media .template_result .mediathek-item .mediathek-item-content,
#sC-media .wk_area_text .mediathek-item .mediathek-item-content,
#sC-media .wk_area_template .mediathek-item .mediathek-item-content {
  width: 280px !important;
}
#sC-media .text_result .mediathek-item .mediathek-item-content h2,
#sC-media .template_result .mediathek-item .mediathek-item-content h2,
#sC-media .wk_area_text .mediathek-item .mediathek-item-content h2,
#sC-media .wk_area_template .mediathek-item .mediathek-item-content h2 {
  font-size: 13px !important;
  padding: 0 !important;
}
#sC-media .text_result .mediathek-item .button-placeholder,
#sC-media .template_result .mediathek-item .button-placeholder,
#sC-media .wk_area_text .mediathek-item .button-placeholder,
#sC-media .wk_area_template .mediathek-item .button-placeholder {
  padding-top: 10px;
  min-height: initial;
}
#sC-media .text_result .mediathek-item .button-placeholder ul li.remove a span.file-icon,
#sC-media .template_result .mediathek-item .button-placeholder ul li.remove a span.file-icon,
#sC-media .wk_area_text .mediathek-item .button-placeholder ul li.remove a span.file-icon,
#sC-media .wk_area_template .mediathek-item .button-placeholder ul li.remove a span.file-icon {
  background-position: -16px 0;
  text-indent: -999px;
}
#sC-media .text_result .mediathek-item .button-placeholder .file-icon-label,
#sC-media .template_result .mediathek-item .button-placeholder .file-icon-label,
#sC-media .wk_area_text .mediathek-item .button-placeholder .file-icon-label,
#sC-media .wk_area_template .mediathek-item .button-placeholder .file-icon-label {
  font-size: 11px !important;
}
#sC-media .text_result .mediathek-item .branding,
#sC-media .template_result .mediathek-item .branding,
#sC-media .wk_area_text .mediathek-item .branding,
#sC-media .wk_area_template .mediathek-item .branding {
  width: 44px;
  position: relative;
  top: 4px;
  margin-right: 10px;
  right: 0;
}
#sC-media .text_result .mediathek-item .filesize,
#sC-media .template_result .mediathek-item .filesize,
#sC-media .wk_area_text .mediathek-item .filesize,
#sC-media .wk_area_template .mediathek-item .filesize {
  padding: 10px 10px 10px 0;
  width: 50px;
}
#sC-media .text_result .mediathek-item .btn_media_filesize,
#sC-media .template_result .mediathek-item .btn_media_filesize,
#sC-media .wk_area_text .mediathek-item .btn_media_filesize,
#sC-media .wk_area_template .mediathek-item .btn_media_filesize {
  margin: 0 !important;
}
#sC-media .text_result .mediathek-item .mediathek-icon,
#sC-media .template_result .mediathek-item .mediathek-icon,
#sC-media .wk_area_text .mediathek-item .mediathek-icon,
#sC-media .wk_area_template .mediathek-item .mediathek-icon {
  padding-left: 22px;
}
#sC-media .text_result .mediathek-item .mediathek-icon .file-icon,
#sC-media .template_result .mediathek-item .mediathek-icon .file-icon,
#sC-media .wk_area_text .mediathek-item .mediathek-icon .file-icon,
#sC-media .wk_area_template .mediathek-item .mediathek-icon .file-icon {
  background-position: 0px -48px;
  width: 37px;
  height: 40px;
  float: none;
  text-indent: -999px;
}
#sC-media .tabnavi_wrapper {
  background: none;
  min-height: 0;
  padding: 0;
}
#sC-media .tabnavi_wrapper h2 {
  display: none;
}
#sC-media .tabnavi_wrapper .tabnavi {
  float: left;
  border-bottom: 1px solid #e0e1e3;
  width: 100%;
  box-sizing: border-box;
}
#sC-media .tabnavi_wrapper .tabnavi li {
  background: #00a9e4;
  padding: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 5px;
}
#sC-media .tabnavi_wrapper .tabnavi li a {
  color: #fff;
  border: none;
  font-weight: normal;
  padding: 5px 15px;
}
#sC-media .tabnavi_wrapper .tabnavi li .tabtotal {
  background: #fff;
  color: #00a9e4;
  position: relative;
  left: 0;
  top: -1px;
  display: inline;
  padding: 3px 5px;
}
#sC-media .tabnavi_wrapper .tabnavi li.ui-state-active {
  background: #effdff;
}
#sC-media .tabnavi_wrapper .tabnavi li.ui-state-active a {
  color: #00a9e4;
}
#sC-media .tabnavi_wrapper .tabnavi li.ui-state-active .tabtotal {
  background: #00a9e4;
  color: #fff;
}
#sC-media .tabnavi_wrapper .tabnavi li.ui-state-active span {
  display: none;
}

.mediathekCruiselineSearch {
  margin: 0 15px 0;
}

.cruiseline_plugin {
  background: none;
}
.cruiseline_plugin .control-label {
  width: 87px;
}
.cruiseline_plugin .control-group {
  padding: 10px 10px 0px;
}
.cruiseline_plugin .cruiseline-choices .checkbox {
  display: inline-block;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 5px 13px 5px 17px !important;
  border: none;
  background: #f8f9fb;
  min-height: inherit;
}

.tabnavi-filters .control-group {
  background: none;
  padding: 10px 10px 5px 6px;
}
.tabnavi-filters .control-label {
  width: auto;
  line-height: 23px;
}
.tabnavi-filters .controls.filter-radio {
  width: 100%;
  float: left;
}
.tabnavi-filters .or {
  float: left;
  padding: 5px 10px 0;
}
.tabnavi-filters .select-item {
  width: 170px;
}
.tabnavi-filters .select-item .options {
  min-width: 163px;
}
.tabnavi-filters label {
  float: left;
  color: #666 !important;
  padding: 2px 10px 10px 10px;
}
.tabnavi-filters label.radio {
  margin: 0 5px 0 0;
  clear: none;
}
.tabnavi-filters .controls > label.radio:first-child {
  padding: 0;
}
.tabnavi-filters div.form-radio.checked {
  background-position: -120px -50px;
  color: #00a9e4;
}

#aida_search {
  position: relative;
}
#aida_search button#aida_search_submit {
  position: absolute;
}

.tx-aidamediathek-downloadlist .main-box {
  border-radius: 2px !important;
  border: 1px solid #e0e1e3 !important;
  background: #f8f9fb !important;
}
.tx-aidamediathek-downloadlist .main-box .box-title {
  padding: 3px 5px 0px;
}
.tx-aidamediathek-downloadlist .main-box .box-content {
  background: #f8f9fb !important;
}
.tx-aidamediathek-downloadlist .main-box .box-content #downloadSize .size-status {
  border-bottom: 1px solid #dde1e2;
}
.tx-aidamediathek-downloadlist .main-box .box-content #downloadSize .size-status .size-free {
  background: #dde5e8;
  color: #000;
}
.tx-aidamediathek-downloadlist .main-box .box-content #downloadSize .size-status .btn_media_filesize {
  position: static;
}
.tx-aidamediathek-downloadlist .main-box .box-content #downloadSize .size-status .btn_media_filesize#size-occupied {
  background: #5faf40;
  color: #fff;
}
.tx-aidamediathek-downloadlist .main-box .box-content #downloadSize .size-status .btn_media_filesize#size-free {
  background: #dde5e8;
  color: #000;
}
.tx-aidamediathek-downloadlist .main-box .box-content .file-icon {
  display: none;
}
.tx-aidamediathek-downloadlist .main-box .box-content .btn_media_filesize {
  position: absolute;
  left: auto;
  right: 61px;
  bottom: 37px;
  background: #dde5e8;
  color: #000;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_image .wk_item div.filename,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_routemap .wk_item div.filename {
  padding: 6px 0 0 0px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_routemap .wk_item .preview {
  float: left;
  width: 100px;
  height: 75px;
  margin: 10px;
  border: 1px dashed #ddd;
  text-align: center;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_routemap .wk_item .preview a.js_show {
  height: 100%;
  width: 100%;
  display: block;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_routemap .wk_item .preview span {
  padding-top: 25px;
  display: block;
  font-size: 10px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_text .info,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_template .info {
  position: relative;
  padding: 0 !important;
  height: 30px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_text .info .branding,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_template .info .branding {
  left: 0;
  top: 7px;
  padding: 0;
  position: absolute;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_text .info .btn_media_filesize,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_template .info .btn_media_filesize {
  position: absolute;
  right: auto;
  left: 34px;
  top: 7px;
  bottom: auto;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_text .info .btn_media_active,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_template .info .btn_media_active {
  top: 4px;
  bottom: auto;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_text .wk_item div,
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_template .wk_item div {
  padding: 13px 10px 0 0px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_area_title {
  padding: 7px 0 3px 0;
  border-bottom: 1px solid #dde1e2;
}
.tx-aidamediathek-downloadlist .main-box .box-content .wk_item {
  background: none;
  border: none;
}
.tx-aidamediathek-downloadlist .main-box .box-content .btn_media_active {
  background: none;
  color: #00a9e4;
  box-shadow: none;
  right: 58px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .btn_media_active:before {
  content: '';
  background: url("../../images/sprites/mediathek-imagesprite.png") no-repeat scroll -37px -43px transparent;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 3px;
  margin-right: 4px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .branding {
  width: 20px;
  height: 17px;
  position: absolute;
  bottom: 37px;
  right: 123px;
}
.tx-aidamediathek-downloadlist .main-box .box-content .branding.aida {
  background: transparent url("../../images/tap-images/mediathek-branding-aida-mini.png") no-repeat 0 0;
}
.tx-aidamediathek-downloadlist .main-box .box-content .branding.costa {
  background: transparent url("../../images/tap-images/mediathek-branding-costa-mini.png") no-repeat 0 0;
}
.tx-aidamediathek-downloadlist .main-box .box-content .my-button-download {
  float: none;
  margin: 5px 0 0 75px;
}
.tx-aidamediathek-downloadlist #sC-media {
  padding-left: 10px;
}
.tx-aidamediathek-downloadlist #sC-media h3 {
  margin: 20px 10px 10px;
  padding: 0;
  border-bottom: 1px solid #dde1e2;
}
.tx-aidamediathek-downloadlist #sC-media .mediathek-item-content {
  width: 280px;
}
.tx-aidamediathek-downloadlist #sC-media .mediathek-item-content h2 {
  font-size: 13px;
}
.tx-aidamediathek-downloadlist #sC-media .remove {
  padding-bottom: 6px !important;
}
.tx-aidamediathek-downloadlist #sC-media .wk_area_text .mediathek-item,
.tx-aidamediathek-downloadlist #sC-media .wk_area_template .mediathek-item {
  background: #f2f9ff;
  padding-top: 4px;
}
.tx-aidamediathek-downloadlist #sC-media p.success.my-padding-top, .tx-aidamediathek-downloadlist #sC-media p.success_no.my-padding-top {
  margin-top: 6px;
}
.tx-aidamediathek-downloadlist #sC-media .mediathek-item {
  border: none;
  margin: 0 0 5px 10px;
  background: none;
}
.tx-aidamediathek-downloadlist #sC-media .pager-mediathek {
  border: none;
}
.tx-aidamediathek-downloadlist #sC-media .download-list-buttons {
  position: relative;
  height: 80px;
}
.tx-aidamediathek-downloadlist #sC-media .download-list-buttons .download-info {
  position: absolute;
  right: 110px;
  top: 16px;
}
.tx-aidamediathek-downloadlist #sC-media .download-list-buttons .my-button {
  position: absolute;
  right: 0;
}

/* contact form */
#tx_aidacic_support {
  width: 100%;
}
#tx_aidacic_support label.control-label {
  clear: left;
}

#loginGuest,
#loginAida {
  background: url("../../images/tap-images/sprite-cic.png") no-repeat scroll 0 -32px transparent;
  border-bottom: 1px solid #ECF2F3;
  clear: both;
  color: #3399CC;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 7px 0 7px 34px;
}

/* hotline,chat,contact buttons */
#main_navcontainer .tx-aidacic-button {
  z-index: -1;
  position: absolute !important;
  width: 70px;
  left: -70px;
  right: auto;
  top: 158px;
}

#main_navcontainer .tx-aidacic-button ul {
  margin: 0;
}
#main_navcontainer .tx-aidacic-button li a {
  background: #00a9e4;
}
#main_navcontainer .tx-aidacic-button li .inactive-link {
  background: #dbe3e5 !important;
}
#main_navcontainer .tx-aidacic-button .tx-aidacic-button li:first-child a,
#main_navcontainer .tx-aidacic-button .tx-aidacic-button li:first-child .inactive-link {
  border-radius: 3px 0 0;
}
#main_navcontainer .tx-aidacic-button .tx-aidacic-button li:last-child a,
#main_navcontainer .tx-aidacic-button .tx-aidacic-button li:last-child .inactive-link {
  border-radius: 0 0 0 3px;
}
#main_navcontainer .tx-aidacic-button li a:hover, #main_navcontainer .tx-aidacic-button li a:focus, #main_navcontainer .tx-aidacic-button li a:active {
  background: #008ec0;
}

.tx-aidawkztool-pi2 ul.shipview_menu {
  list-style-type: none;
  margin: 10px;
}
.tx-aidawkztool-pi2 ul.shipview_menu li {
  margin-top: 2px;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  display: block;
  position: relative;
}
.tx-aidawkztool-pi2 ul.shipview_menu li span {
  background: none repeat scroll 0 0 #00a9e4;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  min-height: 23px;
  overflow: hidden;
  padding: 10px 40px 7px 10px;
  box-sizing: border-box;
  width: 100%;
}
.tx-aidawkztool-pi2 ul.shipview_menu li .arrow {
  background: url("../../images/sprites/icons.png") no-repeat scroll -21px -31px transparent;
  bottom: 9px;
  height: 20px;
  position: absolute;
  right: 11px;
  width: 19px;
  z-index: 1;
}
.tx-aidawkztool-pi2 ul.shipview_menu li:hover span, .tx-aidawkztool-pi2 ul.shipview_menu li:active span, .tx-aidawkztool-pi2 ul.shipview_menu li:focus span {
  background: #008ec0;
}
.tx-aidawkztool-pi2 ul.shipview_menu li a {
  background: url("../../images/backgrounds/clear.gif") repeat scroll 0 0 transparent;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -3000px;
  top: 0;
  width: 100%;
  z-index: 2;
}

.shipview_people_table .choose-client {
  padding: 0;
  margin: 0;
  width: 100%;
}
.shipview_people_table .choose-client label.checkbox {
  margin: 0;
  padding: 4px 2px 4px 6px;
  min-width: 18px;
  min-height: 18px;
}

.shipview_people_table .shipview_people_details_list {
  list-style-type: none;
  margin-top: 15px;
}
.shipview_people_table .shipview_people_details_list li label {
  font-weight: bold;
  display: inline-block;
}

/* default style
#######################################################################################*/
.stageTravelSearch .dyncat.searchbox.expinet {
  background: #fff;
  margin-bottom: 10px;
}
.stageTravelSearch .dyncat.searchbox.expinet .h5 {
  background: none repeat scroll 0 0 transparent;
  font-size: 15px;
  color: #454C53;
  line-height: 1.4;
  min-height: auto;
  padding: 20px 15px 10px 15px;
}
.stageTravelSearch .dyncat.searchbox.expinet div.form-select {
  width: 260px;
  margin-bottom: 15px;
}
.stageTravelSearch .dyncat.searchbox.expinet select {
  width: 270px;
  margin-bottom: 20px;
}
.stageTravelSearch .dyncat.searchbox.expinet div.form-select .options {
  min-width: 254px;
}
.stageTravelSearch .dyncat.searchbox.expinet span.form-date input {
  width: 234px;
}
.stageTravelSearch .dyncat.searchbox.expinet .dates {
  padding: 0 0 10px 0;
}
.stageTravelSearch .dyncat.searchbox.expinet img.ui-datepicker-trigger {
  right: 10px;
}
.stageTravelSearch .dyncat.searchbox.expinet label {
  display: inline-block;
  float: left;
}
.stageTravelSearch .dyncat.searchbox.expinet .message {
  display: none;
}
.stageTravelSearch .dyncat.searchbox.expinet .control-group {
  padding: 0;
}
.stageTravelSearch .dyncat.searchbox.expinet .control-group .help-block {
  display: none;
  margin: -10px 0 10px;
}
.stageTravelSearch .dyncat.searchbox.expinet .form-select {
  margin-bottom: 15px;
}
.stageTravelSearch .dyncat.searchbox.expinet .fullwidth-button {
  width: 100%;
  box-shadow: none;
  font-size: 15px;
}
.stageTravelSearch .dyncat.searchbox.expinet .ajax.error.message {
  display: block;
  padding: 0 15px 10px 15px;
}
.stageTravelSearch .dyncat.searchbox.expinet .fullwidth-button,
.stageTravelSearch .dyncat.searchbox.expinet div.form-select .switch {
  background-color: #00A9E4;
}
.stageTravelSearch .dyncat.searchbox.expinet .fullwidth-button :hover {
  background-color: #008EC0;
}
.stageTravelSearch .dyncat.searchbox.expinet input[readonly="readonly"] {
  background-color: #E0E0E0;
  border-color: #E1E1E1;
  color: #999999;
  cursor: not-allowed;
}
.stageTravelSearch .dyncat.searchbox.expinet div.form-select.disabled .switch {
  background-color: #8c8c8c;
  border-color: #999999;
  color: #999999;
  cursor: not-allowed;
}
.stageTravelSearch #shipping_company_searchbox [data-visibility="disabled"] {
  display: block;
  position: absolute;
  margin: 0 15px;
  bottom: 0;
  background: transparent;
  width: 100%;
  height: 100px;
  cursor: not-allowed;
}

.lt-ie8 .stageTravelSearch .dyncat.searchbox.expinet label {
  float: none;
}

.no-js .stageTravelSearch .dyncat.searchbox.expinet.partial-company .message {
  display: block;
  padding: 0 15px;
}
.no-js .stageTravelSearch .dyncat.searchbox.expinet.partial-company .message .help-block {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #E72202;
}

.aida-teilnahmebestaetigung form {
  margin: 10px 20px;
}
.aida-teilnahmebestaetigung label.checkbox {
  border: 0 none;
  float: left;
  margin-bottom: 0;
  min-height: 0;
  padding: 0;
  width: 80%;
  /* no js or without formrestyle */
}
.aida-teilnahmebestaetigung label.checkbox input[type="checkbox"] {
  float: left;
  margin-top: 6px;
}
.aida-teilnahmebestaetigung label.checkbox div.form-checkbox {
  margin-top: 5px;
}
.aida-teilnahmebestaetigung label.checkbox p {
  margin-bottom: 0;
}
.aida-teilnahmebestaetigung.extranet-box-wrapper > p {
  min-height: 32px;
  padding: 9px 0 0 40px;
  background: transparent url(../../images/icons/vorhanden.png) no-repeat;
}
.aida-teilnahmebestaetigung.extranet-box-wrapper > p:last-child {
  margin-bottom: 0;
}
