/* default styles for extension "tx_webxbookingemo" */
    textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-webx-bookingemo table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-webx-bookingemo table th {
    font-weight:bold;
}

.tx-webx-bookingemo table td {
    vertical-align:top;
}

.typo3-messages .message-error {
    color:red;
}

.typo3-messages .message-ok {
    color:green;
}

/* default styles for extension "tx_webxcontwise" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-webx-contwise table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-webx-contwise table th {
        font-weight:bold;
    }

    .tx-webx-contwise table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert button {
    background-color: #009fe3 !important;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #595959; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #F27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #F8BB86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .icon.info {
      border-color: #C9DAE1; }
      .sweet-alert .icon.info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .icon.info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .icon.success {
      border-color: #A5DC86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }

  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }
  .showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none; }

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }
  .hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }

  54% {
    width: 0;
    left: 1px;
    top: 19px; }

  70% {
    width: 50px;
    left: -8px;
    top: 37px; }

  84% {
    width: 17px;
    left: 21px;
    top: 48px; }

  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0px;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }

  65% {
    width: 0;
    right: 46px;
    top: 54px; }

  84% {
    width: 55px;
    right: 0px;
    top: 35px; }

  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }

  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }

  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }

  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }

  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* wenn bootstrap nicht eingebunden ist */
/* beginn */ 
.w-100 {
    width: 100% !important;
}
.p-3 {
    padding: 1rem !important;
}
/* ende */ 

.webxDPStyle {
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
} 

.webxDPStyle {
	margin: 0px auto 0 auto;
	width: 680px;
	/* height: 450px; */
	padding: 25px 30px 30px 30px;
	z-index: 1001;
	background: #fff;
	overflow:hidden;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
	color: #333;
	position: absolute;
}

.webxDPStyle .table-condensed {
	margin-top: 2.5%;
	text-align:center;
	cursor: pointer;
	width: 46%;
}
.webxDPStyle .date-left{
	margin-right:10px;
}
.webxDPStyle .date-right{
	margin-left:10px;
}

.webxDPStyle table {
	border-spacing: 0px;
}
.webxDPStyle table td{
    vertical-align: middle;
    font-size:16px;
    font-weight:bold;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
}

.webxDPStyle .table-wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.webxDPStyle .webxDPclose {
	display:none;
}

.webxDPStyle .calendarHeader {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.webxDPStyle .calendarHeader .months {
	width: 75%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.webxDPStyle .calendarHeader .months span {
	font-size: 20px;
	line-height: initial;
}

.webxDPStyle .calendarHeader .months span:first-child {
	/*margin-right: 33.333333333%;*/
}

.webxDPStyle .calendarHeader .webxDPprev {
	width: 2.5%;
    text-align: center;
    color: #fff;
}

.webxDPStyle .calendarHeader .webxDPprevHidden { width: 2.5%; }

/*.webxDPStyle .calendarHeader .webxDPnext { 
	width: 2.5%;
    text-align: center;
    color: #fff;
}*/

.webxDPStyle .calendarHeader .webxDPprev {
	width: 2.5%;
	cursor: pointer;
    text-align: center;
    background: none;
    color: #fff;
    display:block;
    width:20px;
    height:20px;
     border-left:2px solid #e2001a;
    border-bottom:2px solid #e2001a;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.webxDPStyle .calendarHeader .webxDPnext { 
	width: 2.5%;
	cursor: pointer;
    text-align: center;
    background: none;
    color: #fff;
    display:block;
    width:20px;
    height:20px;
    border-right:2px solid #e2001a;
    border-bottom:2px solid #e2001a;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.webxDPStyle .calendarHeader  i{
    background: #e2001a;
	cursor: pointer;
	line-height: 25px;
	    display: block;
}

.webxDPStyle .calendarHeader svg{
    background: #e2001a;
	cursor: pointer;
	line-height: 25px;
	    display: block;
}

.webxDPStyle .day {
	/*background: #39b54a;*/
	border: 1px solid #fff;
	margin: 0px;
	color: #1a171b;
}

.webxDPStyle .date-year {
}

.webxDPStyle .disabled {
	border: 1px solid #fff;
	/*background: #ddd;*/
	cursor:default;
	color:#f8f8f8;
}
.webxDPStyle .disabled.no-day{
	background: #fff;
}

.webxDPStyle .webxDPcheckin {
	background: #e2001a;
	position: relative;
	color:#fff;
}
.webxDPStyle .webxDPcheckin:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: -1px;
    z-index: 2;
}

.webxDPStyle .webxDPcheckout {
	background: #e2001a;
	position: relative;
	color:#fff;
}
.webxDPStyle .webxDPcheckout:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 11px 7px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 40%;
    bottom: 0;
    right: -1px;
    z-index: 2;
}
.webxDPStyle .webxDPduration {
	background: #f8f8f8;
}

/*@media only screen and (max-width: 1024px) {
	.webxDPStyle {
		width: 95%;
	}

}*/

@media only screen and (max-width: 1024px) {

	.webxDPStyle {
		margin: 0px; 
		width: 100%;
		height: 100%;
		padding: 0px 0px 0px 0px;
		position: fixed; top: 0; left: 0;
		overflow: auto;
	}

	.webxDPStyle .webxDPclose {
		display:block;
		font-size: 30px;
		cursor: pointer;
		color: #e2001a;
		text-align: right;
		padding: 1rem;
		padding-right: 2rem;
        position: relative;
    }

    .webxDPStyle .webxDPclose::before,.webxDPStyle .webxDPclose::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 30px;
		top: 50%;
		right: 8vw;
		margin-top: -1px;
		background: #e2001a;
	}

	.webxDPStyle .webxDPclose::before {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.webxDPStyle .webxDPclose::after {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.webxDPStyle .calendarHeader {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	.webxDPStyle .calendarHeader .months span {
		display: block;
	}

	.webxDPStyle .table-condensed {
		margin: 0 10% 0 10%;
		width: 80%;
	}

	.webxDPStyle .date-right {
		display:none;
	}

	.webxDPStyle .calendarHeader .months span:first-child {
		margin-right: 0;
	}

	.webxDPStyle .calendarHeader .months span:last-child {
		display:none;
	}

	.webxDPStyle .calendarHeader .months{
		flex-direction: column-reverse;
		text-align: center;
	}
	.webxDPStyle .calendarHeader .months .date-year{
		font-size: 16px;
	}


}

body.cookie-padding {
    padding-bottom: 50px;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: absolute;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  color: #888;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #888;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #c8c8c8;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.7em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 10px 50px 10px;
  }
  .cc_container .cc_btn {
    padding: 8px 15px;
	font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em !important;
  }
}
.cc_container {
  background: #222;
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #c8c8c8;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #d3d3d3;
  color: #000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #c8c8c8;
  -webkit-transition: 200ms color;
          transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  text-decoration: none;
  color: #888;
}

.cc_container .cc_btn a {
  text-decoration: none;
}

/* Fade in up
------------------------------------ */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

/*# sourceMappingURL=dark-bottom.css.map */

.preloader {
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  opacity: .8; }
  .preloader.full-preloader {
    position: fixed;
    z-index: 2000; }
    .preloader.full-preloader .preloader-animation {
      position: absolute;
      top: calc(50% - 3.25em);
      left: calc(50% - 3.25em); }
  .preloader-container {
    position: absolute;
    top: calc(50% - 3.25em);
    text-align: center;
    width: 100%; }
  .preloader-animation {
    display: inline-block;
    height: 6.5em;
    width: 6.5em;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #595959;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
    .preloader-animation:before {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      right: 3px;
      bottom: 3px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #ffd500;
      -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite; }
    .preloader-animation:after {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border-radius: 50%;
      border: 3px solid transparent;
      border-top-color: #009fe3;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
  .preloader-text, .preloader-percent {
    position: absolute;
    text-align: center;
    color: #34495e;
    z-index: 1; }
  .preloader-text {
    width: 50%;
    top: calc(50% - 6.5em);
    left: 25%; }
  .preloader-percent {
    width: 3em;
    top: calc(50% - .75em);
    left: calc(50% - 1.5em); }

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

/*# sourceMappingURL=preloader.css.map */

.lSRTypesWrap {
	display: flex;
	flex-wrap: wrap;
}
.lSRTypesWrap > div {
	margin-right: 10px;
}
.lSRTypes img {
	border: 1px solid #000000;
}
.lSRDifficulties > div:nth-of-type(1) {
	width: 100%;
	margin: 0;
}
.lSRTypes, .lSRDifficulties {
	padding: 2.4193548387096775%;
	background-color: #ffffff;
	width: 50%;
}
.lSRDifficulties {
	max-width: 400px;
}
.lSRDifficultyIcon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-right: 5px;
}
.lSRDifficultyIcon > div {
	width: 18%;
}
.lSRDifficultyIcon > div:nth-of-type(1) {
	background-color: #707173;
	height: 20%;
}
.lSRDifficultyIcon > div:nth-of-type(2) {
	background-color: #707173;
	height: 40%;
}
.lSRDifficultyIcon > div:nth-of-type(3) {
	background-color: #707173;
	height: 60%;
}
.lSRDifficultyIcon > div:nth-of-type(4) {
	background-color: #707173;
	height: 80%;
}
.lSRDifficultyIcon > div:nth-of-type(5) {
	background-color: #707173;
	height: 100%;
}
.lsRDSkiroute {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	background-color: #e30613;
} 
.lSRDifficultyIcon.lsRDeasy > div:nth-of-type(1), .lSRDifficultyIcon.lsRDintermediate > div:nth-of-type(1), .lSRDifficultyIcon.lsRDdifficult > div:nth-of-type(1)  {
	background-color: #e30613;
}
.lSRDifficultyIcon.lsRDintermediate > div:nth-of-type(2), .lSRDifficultyIcon.lsRDdifficult > div:nth-of-type(2)  {
	background-color: #e30613;
}
.lSRDifficultyIcon.lsRDintermediate > div:nth-of-type(3), .lSRDifficultyIcon.lsRDdifficult > div:nth-of-type(3)  {
	background-color: #e30613;
}
.lSRDifficultyIcon.lsRDdifficult > div:nth-of-type(4)  {
	background-color: #e30613;
}
.lSRDifficultyIcon.lsRDdifficult > div:nth-of-type(5)  {
	background-color: #e30613;
}
.lSRDifficulty {
	display: flex;
	justify-content: flex-end;
}
.lSRDDLength {
	width: 40%;
	text-align: right;
}
.lSRDDTitle {
	width: calc(60% - 25px);
}
.lSRRegionTeaser strong {
	display: inline-block;
	margin-bottom: 6px;
}
.lSRRegionTeaser {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	margin-top: -9px;
	margin-bottom: 20px;
}
.lSRLLift, .lSRSlope {
	display: flex;
	justify-content: space-between;
}
.lSRLLRegion {
	width: 25%;
}
.liftStatusRegions {
	margin-bottom: 20px;
}
.liftStatusRegions .glyphicon{
	color: #e30613;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.lSRLiftsHeader.active .glyphicon{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lSRLiftsHeader, .lSRLifts {
	padding: 2.4193548387096775%;
	background-color: #ffffff;
}
.lSRLifts {
	padding-top: 0;
}
.lSRLiftsHeader {
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
.lSRLifts {
	display: none;
}
.lSRLLift:nth-of-type(odd), .lSRSlope:nth-of-type(odd) {
	background-color: #f2f2f2;
}
.lSRLLift:nth-of-type(1), .lSRSlope:nth-of-type(1) {
	background-color: #e30613;
	color: #ffffff;
	font-weight: bold;
}
.lSRLLift > div, .lSRSlope > div {
	padding: 3px;
}
.lSRLLNr, .lSRSNr {
	width: 10%;
	text-align: center;
}
.lSRLLStatus, .lSRSStatus {
	width: 10%;
	text-align: center;
}
.lSRLLType {
	width: 20%;
}
.lSRLLName {
	width: 60%;
}
.lSRSLength {
	width: 10%;
}
.lSRSDifficulty {
	width: 10%;
}
.lSRSName {
	width: 60%;
}
.lSRStatus0 {
	position: relative;
	width: 20px;
	height: 3px;
	background-color: #e30613;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	top: -2px;
}
.lSRStatus0:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 20px;
	height: 3px;
	background-color: #e30613;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.lSRStatus1 {
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: #00d84a;
	-webkit-border-radius: 9px 9px 9px 9px;
	border-radius: 9px 9px 9px 9px;
	display: inline-block;
	margin-left: -9px;
	margin-top: 4px;
}
.lSRDifficultyTotal {
	border-top: 1px solid #f2f2f2;
}
@media screen and (max-width: 1023px) {
	.lSRSLength {
		width: 20%;
	}
	.lSRSDifficulty {
		width: 20%;
	}
	.lSRSName {
		width: 40%;
	}
}
@media screen and (max-width: 767px) {
	.lSRRegionTeaser {
		flex-wrap: wrap;
	}
	.lSRTypes, .lSRDifficulties {
		width: 100%;
	}
	.lSRLiftsHeader span:last-of-type {
		font-size: 14px;
		font-weight: normal;
	}
	.lSRLLift {
		flex-wrap: wrap;
	}
	.lSRLLNr {
		width: 20%;
		order: 1;
	}
	.lSRLLName {
		width: 80%;
		order: 2;
	}
	.lSRLLStatus {
		width: 20%;
		order: 3;
	}
	.lSRLLType {
		width: 80%;
		order: 4;
	}
	.lSRStatus0 {
		top: -5px;
	}
	.lSRStatus1 {
		margin-top: 3px;
	}
	.lSRSlope {
		flex-wrap: wrap;
	}
	.lSRSNr {
		width: 20%;
		order: 1;
	}
	.lSRSName {
		width: 80%;
		order: 2;
	}
	.lSRSStatus {
		width: 20%;
		order: 3;
	}
	.lSRSLength {
		width: 40%;
		order: 4;
	}
	.lSRSDifficulty {
		width: 40%;
		order: 5;
	}
}
@media screen and (max-width: 479px) {
	.lSRLiftsHeader span:last-of-type {
		display: none;
	}
}
@font-face {
	font-family: 'AltoProCon-Bold';
	src: url('/fileadmin/templates/fonts/AltoProCon-Bold.woff2') format('woff2'),
         url('/fileadmin/templates/fonts/AltoProCon-Bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('/fileadmin/templates/fonts/AltoProCon-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	font-family: 'AltoProCon-Medium';
	src: url('/fileadmin/templates/fonts/AltoProCon-Medium.woff2') format('woff2'),
	     url('/fileadmin/templates/fonts/AltoProCon-Medium.woff') format('woff'), /* Pretty Modern Browsers */
	     url('/fileadmin/templates/fonts/AltoProCon-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}

html {	
	font-size: 62.5%;
}
/*! jQuery UI - v1.10.4 - 2015-08-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/fileadmin/templates/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;

	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/fileadmin/templates/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/fileadmin/templates/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/fileadmin/templates/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @-ms-viewport {
    width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
  .order-0 {
    order: 0; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; }
  .order-4 {
    order: 4; }
  .order-5 {
    order: 5; }
  .order-6 {
    order: 6; }
  .order-7 {
    order: 7; }
  .order-8 {
    order: 8; }
  .order-9 {
    order: 9; }
  .order-10 {
    order: 10; }
  .order-11 {
    order: 11; }
  .order-12 {
    order: 12; }
  .offset-1 {
    margin-left: 8.3333333333%; }
  .offset-2 {
    margin-left: 16.6666666667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.3333333333%; }
  .offset-5 {
    margin-left: 41.6666666667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.3333333333%; }
  .offset-8 {
    margin-left: 66.6666666667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.3333333333%; }
  .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-sm-first {
      order: -1; }

    .order-sm-last {
      order: 13; }

    .order-sm-0 {
      order: 0; }

    .order-sm-1 {
      order: 1; }

    .order-sm-2 {
      order: 2; }

    .order-sm-3 {
      order: 3; }

    .order-sm-4 {
      order: 4; }

    .order-sm-5 {
      order: 5; }

    .order-sm-6 {
      order: 6; }

    .order-sm-7 {
      order: 7; }

    .order-sm-8 {
      order: 8; }

    .order-sm-9 {
      order: 9; }

    .order-sm-10 {
      order: 10; }

    .order-sm-11 {
      order: 11; }

    .order-sm-12 {
      order: 12; }

    .offset-sm-0 {
      margin-left: 0; }

    .offset-sm-1 {
      margin-left: 8.3333333333%; }

    .offset-sm-2 {
      margin-left: 16.6666666667%; }

    .offset-sm-3 {
      margin-left: 25%; }

    .offset-sm-4 {
      margin-left: 33.3333333333%; }

    .offset-sm-5 {
      margin-left: 41.6666666667%; }

    .offset-sm-6 {
      margin-left: 50%; }

    .offset-sm-7 {
      margin-left: 58.3333333333%; }

    .offset-sm-8 {
      margin-left: 66.6666666667%; }

    .offset-sm-9 {
      margin-left: 75%; }

    .offset-sm-10 {
      margin-left: 83.3333333333%; }

    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-md-first {
      order: -1; }

    .order-md-last {
      order: 13; }

    .order-md-0 {
      order: 0; }

    .order-md-1 {
      order: 1; }

    .order-md-2 {
      order: 2; }

    .order-md-3 {
      order: 3; }

    .order-md-4 {
      order: 4; }

    .order-md-5 {
      order: 5; }

    .order-md-6 {
      order: 6; }

    .order-md-7 {
      order: 7; }

    .order-md-8 {
      order: 8; }

    .order-md-9 {
      order: 9; }

    .order-md-10 {
      order: 10; }

    .order-md-11 {
      order: 11; }

    .order-md-12 {
      order: 12; }

    .offset-md-0 {
      margin-left: 0; }

    .offset-md-1 {
      margin-left: 8.3333333333%; }

    .offset-md-2 {
      margin-left: 16.6666666667%; }

    .offset-md-3 {
      margin-left: 25%; }

    .offset-md-4 {
      margin-left: 33.3333333333%; }

    .offset-md-5 {
      margin-left: 41.6666666667%; }

    .offset-md-6 {
      margin-left: 50%; }

    .offset-md-7 {
      margin-left: 58.3333333333%; }

    .offset-md-8 {
      margin-left: 66.6666666667%; }

    .offset-md-9 {
      margin-left: 75%; }

    .offset-md-10 {
      margin-left: 83.3333333333%; }

    .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-lg-first {
      order: -1; }

    .order-lg-last {
      order: 13; }

    .order-lg-0 {
      order: 0; }

    .order-lg-1 {
      order: 1; }

    .order-lg-2 {
      order: 2; }

    .order-lg-3 {
      order: 3; }

    .order-lg-4 {
      order: 4; }

    .order-lg-5 {
      order: 5; }

    .order-lg-6 {
      order: 6; }

    .order-lg-7 {
      order: 7; }

    .order-lg-8 {
      order: 8; }

    .order-lg-9 {
      order: 9; }

    .order-lg-10 {
      order: 10; }

    .order-lg-11 {
      order: 11; }

    .order-lg-12 {
      order: 12; }

    .offset-lg-0 {
      margin-left: 0; }

    .offset-lg-1 {
      margin-left: 8.3333333333%; }

    .offset-lg-2 {
      margin-left: 16.6666666667%; }

    .offset-lg-3 {
      margin-left: 25%; }

    .offset-lg-4 {
      margin-left: 33.3333333333%; }

    .offset-lg-5 {
      margin-left: 41.6666666667%; }

    .offset-lg-6 {
      margin-left: 50%; }

    .offset-lg-7 {
      margin-left: 58.3333333333%; }

    .offset-lg-8 {
      margin-left: 66.6666666667%; }

    .offset-lg-9 {
      margin-left: 75%; }

    .offset-lg-10 {
      margin-left: 83.3333333333%; }

    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-xl-first {
      order: -1; }

    .order-xl-last {
      order: 13; }

    .order-xl-0 {
      order: 0; }

    .order-xl-1 {
      order: 1; }

    .order-xl-2 {
      order: 2; }

    .order-xl-3 {
      order: 3; }

    .order-xl-4 {
      order: 4; }

    .order-xl-5 {
      order: 5; }

    .order-xl-6 {
      order: 6; }

    .order-xl-7 {
      order: 7; }

    .order-xl-8 {
      order: 8; }

    .order-xl-9 {
      order: 9; }

    .order-xl-10 {
      order: 10; }

    .order-xl-11 {
      order: 11; }

    .order-xl-12 {
      order: 12; }

    .offset-xl-0 {
      margin-left: 0; }

    .offset-xl-1 {
      margin-left: 8.3333333333%; }

    .offset-xl-2 {
      margin-left: 16.6666666667%; }

    .offset-xl-3 {
      margin-left: 25%; }

    .offset-xl-4 {
      margin-left: 33.3333333333%; }

    .offset-xl-5 {
      margin-left: 41.6666666667%; }

    .offset-xl-6 {
      margin-left: 50%; }

    .offset-xl-7 {
      margin-left: 58.3333333333%; }

    .offset-xl-8 {
      margin-left: 66.6666666667%; }

    .offset-xl-9 {
      margin-left: 75%; }

    .offset-xl-10 {
      margin-left: 83.3333333333%; }

    .offset-xl-11 {
      margin-left: 91.6666666667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th, .table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075); }
  .table-primary, .table-primary > th, .table-primary > td {
    background-color: #b8daff; }
  .table-hover .table-primary:hover {
    background-color: #9ecdff; }
    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
      background-color: #9ecdff; }
  .table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db; }
  .table-hover .table-secondary:hover {
    background-color: #c8cccf; }
    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
      background-color: #c8cccf; }
  .table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb; }
  .table-hover .table-success:hover {
    background-color: #b1dfbb; }
    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
      background-color: #b1dfbb; }
  .table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb; }
  .table-hover .table-info:hover {
    background-color: #abdde5; }
    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
      background-color: #abdde5; }
  .table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba; }
  .table-hover .table-warning:hover {
    background-color: #ffe7a0; }
    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
      background-color: #ffe7a0; }
  .table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb; }
  .table-hover .table-danger:hover {
    background-color: #f1b1b7; }
    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
      background-color: #f1b1b7; }
  .table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe; }
  .table-hover .table-light:hover {
    background-color: #f1f1f1; }
    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
      background-color: #f1f1f1; }
  .table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca; }
  .table-hover .table-dark:hover {
    background-color: #b9bbbd; }
    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
      background-color: #b9bbbd; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, .075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075); }
  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075); }

@media (max-width: 575.98px) {
        .table-responsive-sm {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: -ms-autohiding-scrollbar; }
          .table-responsive-sm > .table-bordered {
            border: 0; } }
  @media (max-width: 767.98px) {
      .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-md > .table-bordered {
          border: 0; } }
  @media (max-width: 991.98px) {
      .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-lg > .table-bordered {
          border: 0; } }
  @media (max-width: 1199.98px) {
      .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-xl > .table-bordered {
          border: 0; } }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control.form-control-plaintext, .input-group-sm > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-append > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-prepend > .btn.form-control-plaintext, .input-group-sm > .input-group-append > .btn.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control.form-control-plaintext, .input-group-lg > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-append > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-prepend > .btn.form-control-plaintext, .input-group-lg > .input-group-append > .btn.form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, .8);
  border-radius: 0.2rem; }

.was-validated .form-control:valid, .was-validated .custom-select:valid, .form-control.is-valid, .custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
  .was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
  .was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57; }
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, .25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, .8);
  border-radius: 0.2rem; }

.was-validated .form-control:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
  .was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
  .was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d; }
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, .25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }

    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }

    .form-inline .form-control-plaintext {
      display: inline-block; }

    .form-inline .input-group {
      width: auto; }

    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }

    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }

    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }

    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
  a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none; }
  .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5); }
  .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5); }
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5); }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5); }
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
  .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5); }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
  .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5); }
  .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
  .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5); }
  .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
  .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5); }
  .btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5); }
  .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, .5); }
  .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, .5); }
  .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, .5); }
  .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, .5); }
  .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .5); }
  .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, .5); }
  .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, .5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropright .dropdown-toggle::after {
    vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .dropleft .dropdown-toggle::after {
    display: none; }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle::before {
    vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
  .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1; }
  .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 1; }
  .btn-group .btn + .btn, .btn-group-vertical .btn + .btn, .btn-group .btn + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group-vertical .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
    z-index: 3; }
  .input-group > .form-control + .form-control, .input-group > .custom-select + .form-control, .input-group > .custom-file + .form-control, .input-group > .form-control + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
  .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
  .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-append .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, .25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff; }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5); }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5); }
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
  .custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6; }
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .active {
    display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
          padding-right: 0;
          padding-left: 0; } }
  @media (min-width: 576px) {
      .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-sm .navbar-nav {
          flex-direction: row; }
          .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-sm .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto; }
          .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-sm .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-sm .navbar-toggler {
          display: none; }
        .navbar-expand-sm .dropup .dropdown-menu {
          top: auto;
          bottom: 100%; } }
  @media (max-width: 767.98px) {
      .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 768px) {
      .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-md .navbar-nav {
          flex-direction: row; }
          .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-md .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto; }
          .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-md .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-md .navbar-toggler {
          display: none; }
        .navbar-expand-md .dropup .dropdown-menu {
          top: auto;
          bottom: 100%; } }
  @media (max-width: 991.98px) {
      .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 992px) {
      .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-lg .navbar-nav {
          flex-direction: row; }
          .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-lg .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto; }
          .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-lg .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-lg .navbar-toggler {
          display: none; }
        .navbar-expand-lg .dropup .dropdown-menu {
          top: auto;
          bottom: 100%; } }
  @media (max-width: 1199.98px) {
      .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 1200px) {
      .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-xl .navbar-nav {
          flex-direction: row; }
          .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-xl .navbar-nav .dropdown-menu-right {
            right: 0;
            left: auto; }
          .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-xl .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-xl .navbar-toggler {
          display: none; }
        .navbar-expand-xl .dropup .dropdown-menu {
          top: auto;
          bottom: 100%; } }
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9); }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3); }
  .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9); }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1); }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9); }
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25); }
  .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1); }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
  .card-link + .card-link {
    margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
          border-bottom-left-radius: 0; }
      .card-group > .card:only-child {
        border-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
          border-top-left-radius: 0.25rem;
          border-top-right-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem; }
      .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
  .badge-primary {
    color: #fff;
    background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }
  .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }
  .badge-success {
    color: #fff;
    background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }
  .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
  .badge-warning {
    color: #212529;
    background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }
  .badge-danger {
    color: #fff;
    background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }
  .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }
  .badge-dark {
    color: #fff;
    background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
  .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9ecdff; }
  .alert-primary .alert-link {
    color: #002752; }
  .alert-secondary {
    color: #383d41;
    background-color: #161719;
    border-color: #1e2123; }
  .alert-secondary hr {
    border-top-color: #121415; }
  .alert-secondary .alert-link {
    color: #212326; }
  .alert-success {
    color: #155724;
    background-color: #08210e;
    border-color: #0b2f13; }
  .alert-success hr {
    border-top-color: #061a0b; }
  .alert-success .alert-link {
    color: #0b2e13; }
  .alert-info {
    color: #0c5460;
    background-color: #052025;
    border-color: #062d34; }
  .alert-info hr {
    border-top-color: #04191d; }
  .alert-info .alert-link {
    color: #062c32; }
  .alert-warning {
    color: #856404;
    background-color: #332701;
    border-color: #473602; }
  .alert-warning hr {
    border-top-color: #2f2301; }
  .alert-warning .alert-link {
    color: #533f02; }
  .alert-danger {
    color: #721c24;
    background-color: #2c0b0e;
    border-color: #3e0f13; }
  .alert-danger hr {
    border-top-color: #290a0d; }
  .alert-danger .alert-link {
    color: #491217; }
  .alert-light {
    color: #818182;
    background-color: #323232;
    border-color: #454646; }
  .alert-light hr {
    border-top-color: #393939; }
  .alert-light .alert-link {
    color: #686868; }
  .alert-dark {
    color: #1b1e21;
    background-color: #0a0c0d;
    border-color: #0f1012; }
  .alert-dark hr {
    border-top-color: #030304; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }

  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .list-group-item-primary {
    color: #004085;
    background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9ecdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }
  .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cccf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe7a0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b1b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
  .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
  .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbd; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    .modal-sm {
      max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
  .popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block; }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0); }

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0); }

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0); }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5); }
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }
  .bg-primary {
    background-color: #007bff !important; }
  a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
    background-color: #0062cc !important; }
  .bg-secondary {
    background-color: #6c757d !important; }
  a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
    background-color: #545b62 !important; }
  .bg-success {
    background-color: #28a745 !important; }
  a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
    background-color: #1e7e34 !important; }
  .bg-info {
    background-color: #17a2b8 !important; }
  a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
    background-color: #117a8b !important; }
  .bg-warning {
    background-color: #ffc107 !important; }
  a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
    background-color: #d39e00 !important; }
  .bg-danger {
    background-color: #dc3545 !important; }
  a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .bg-light {
    background-color: #f8f9fa !important; }
  a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
    background-color: #dae0e5 !important; }
  .bg-dark {
    background-color: #343a40 !important; }
  a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
    background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }
  .border-primary {
    border-color: #007bff !important; }
  .border-secondary {
    border-color: #6c757d !important; }
  .border-success {
    border-color: #28a745 !important; }
  .border-info {
    border-color: #17a2b8 !important; }
  .border-warning {
    border-color: #ffc107 !important; }
  .border-danger {
    border-color: #dc3545 !important; }
  .border-light {
    border-color: #f8f9fa !important; }
  .border-dark {
    border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
    .d-sm-inline {
      display: inline !important; }

    .d-sm-inline-block {
      display: inline-block !important; }

    .d-sm-block {
      display: block !important; }

    .d-sm-table {
      display: table !important; }

    .d-sm-table-row {
      display: table-row !important; }

    .d-sm-table-cell {
      display: table-cell !important; }

    .d-sm-flex {
      display: flex !important; }

    .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
    .d-md-inline {
      display: inline !important; }

    .d-md-inline-block {
      display: inline-block !important; }

    .d-md-block {
      display: block !important; }

    .d-md-table {
      display: table !important; }

    .d-md-table-row {
      display: table-row !important; }

    .d-md-table-cell {
      display: table-cell !important; }

    .d-md-flex {
      display: flex !important; }

    .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
    .d-lg-inline {
      display: inline !important; }

    .d-lg-inline-block {
      display: inline-block !important; }

    .d-lg-block {
      display: block !important; }

    .d-lg-table {
      display: table !important; }

    .d-lg-table-row {
      display: table-row !important; }

    .d-lg-table-cell {
      display: table-cell !important; }

    .d-lg-flex {
      display: flex !important; }

    .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
    .d-xl-inline {
      display: inline !important; }

    .d-xl-inline-block {
      display: inline-block !important; }

    .d-xl-block {
      display: block !important; }

    .d-xl-table {
      display: table !important; }

    .d-xl-table-row {
      display: table-row !important; }

    .d-xl-table-cell {
      display: table-cell !important; }

    .d-xl-flex {
      display: flex !important; }

    .d-xl-inline-flex {
      display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
    .flex-sm-column {
      flex-direction: column !important; }

    .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-sm-wrap {
      flex-wrap: wrap !important; }

    .flex-sm-nowrap {
      flex-wrap: nowrap !important; }

    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .justify-content-sm-start {
      justify-content: flex-start !important; }

    .justify-content-sm-end {
      justify-content: flex-end !important; }

    .justify-content-sm-center {
      justify-content: center !important; }

    .justify-content-sm-between {
      justify-content: space-between !important; }

    .justify-content-sm-around {
      justify-content: space-around !important; }

    .align-items-sm-start {
      align-items: flex-start !important; }

    .align-items-sm-end {
      align-items: flex-end !important; }

    .align-items-sm-center {
      align-items: center !important; }

    .align-items-sm-baseline {
      align-items: baseline !important; }

    .align-items-sm-stretch {
      align-items: stretch !important; }

    .align-content-sm-start {
      align-content: flex-start !important; }

    .align-content-sm-end {
      align-content: flex-end !important; }

    .align-content-sm-center {
      align-content: center !important; }

    .align-content-sm-between {
      align-content: space-between !important; }

    .align-content-sm-around {
      align-content: space-around !important; }

    .align-content-sm-stretch {
      align-content: stretch !important; }

    .align-self-sm-auto {
      align-self: auto !important; }

    .align-self-sm-start {
      align-self: flex-start !important; }

    .align-self-sm-end {
      align-self: flex-end !important; }

    .align-self-sm-center {
      align-self: center !important; }

    .align-self-sm-baseline {
      align-self: baseline !important; }

    .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
    .flex-md-column {
      flex-direction: column !important; }

    .flex-md-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-md-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-md-wrap {
      flex-wrap: wrap !important; }

    .flex-md-nowrap {
      flex-wrap: nowrap !important; }

    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .justify-content-md-start {
      justify-content: flex-start !important; }

    .justify-content-md-end {
      justify-content: flex-end !important; }

    .justify-content-md-center {
      justify-content: center !important; }

    .justify-content-md-between {
      justify-content: space-between !important; }

    .justify-content-md-around {
      justify-content: space-around !important; }

    .align-items-md-start {
      align-items: flex-start !important; }

    .align-items-md-end {
      align-items: flex-end !important; }

    .align-items-md-center {
      align-items: center !important; }

    .align-items-md-baseline {
      align-items: baseline !important; }

    .align-items-md-stretch {
      align-items: stretch !important; }

    .align-content-md-start {
      align-content: flex-start !important; }

    .align-content-md-end {
      align-content: flex-end !important; }

    .align-content-md-center {
      align-content: center !important; }

    .align-content-md-between {
      align-content: space-between !important; }

    .align-content-md-around {
      align-content: space-around !important; }

    .align-content-md-stretch {
      align-content: stretch !important; }

    .align-self-md-auto {
      align-self: auto !important; }

    .align-self-md-start {
      align-self: flex-start !important; }

    .align-self-md-end {
      align-self: flex-end !important; }

    .align-self-md-center {
      align-self: center !important; }

    .align-self-md-baseline {
      align-self: baseline !important; }

    .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
    .flex-lg-column {
      flex-direction: column !important; }

    .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-lg-wrap {
      flex-wrap: wrap !important; }

    .flex-lg-nowrap {
      flex-wrap: nowrap !important; }

    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .justify-content-lg-start {
      justify-content: flex-start !important; }

    .justify-content-lg-end {
      justify-content: flex-end !important; }

    .justify-content-lg-center {
      justify-content: center !important; }

    .justify-content-lg-between {
      justify-content: space-between !important; }

    .justify-content-lg-around {
      justify-content: space-around !important; }

    .align-items-lg-start {
      align-items: flex-start !important; }

    .align-items-lg-end {
      align-items: flex-end !important; }

    .align-items-lg-center {
      align-items: center !important; }

    .align-items-lg-baseline {
      align-items: baseline !important; }

    .align-items-lg-stretch {
      align-items: stretch !important; }

    .align-content-lg-start {
      align-content: flex-start !important; }

    .align-content-lg-end {
      align-content: flex-end !important; }

    .align-content-lg-center {
      align-content: center !important; }

    .align-content-lg-between {
      align-content: space-between !important; }

    .align-content-lg-around {
      align-content: space-around !important; }

    .align-content-lg-stretch {
      align-content: stretch !important; }

    .align-self-lg-auto {
      align-self: auto !important; }

    .align-self-lg-start {
      align-self: flex-start !important; }

    .align-self-lg-end {
      align-self: flex-end !important; }

    .align-self-lg-center {
      align-self: center !important; }

    .align-self-lg-baseline {
      align-self: baseline !important; }

    .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
    .flex-xl-column {
      flex-direction: column !important; }

    .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-xl-wrap {
      flex-wrap: wrap !important; }

    .flex-xl-nowrap {
      flex-wrap: nowrap !important; }

    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .justify-content-xl-start {
      justify-content: flex-start !important; }

    .justify-content-xl-end {
      justify-content: flex-end !important; }

    .justify-content-xl-center {
      justify-content: center !important; }

    .justify-content-xl-between {
      justify-content: space-between !important; }

    .justify-content-xl-around {
      justify-content: space-around !important; }

    .align-items-xl-start {
      align-items: flex-start !important; }

    .align-items-xl-end {
      align-items: flex-end !important; }

    .align-items-xl-center {
      align-items: center !important; }

    .align-items-xl-baseline {
      align-items: baseline !important; }

    .align-items-xl-stretch {
      align-items: stretch !important; }

    .align-content-xl-start {
      align-content: flex-start !important; }

    .align-content-xl-end {
      align-content: flex-end !important; }

    .align-content-xl-center {
      align-content: center !important; }

    .align-content-xl-between {
      align-content: space-between !important; }

    .align-content-xl-around {
      align-content: space-around !important; }

    .align-content-xl-stretch {
      align-content: stretch !important; }

    .align-self-xl-auto {
      align-self: auto !important; }

    .align-self-xl-start {
      align-self: flex-start !important; }

    .align-self-xl-end {
      align-self: flex-end !important; }

    .align-self-xl-center {
      align-self: center !important; }

    .align-self-xl-baseline {
      align-self: baseline !important; }

    .align-self-xl-stretch {
      align-self: stretch !important; } }
  .float-left {
    float: left !important; }
  .float-right {
    float: right !important; }
  .float-none {
    float: none !important; }
  @media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
    .float-sm-right {
      float: right !important; }

    .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
    .float-md-right {
      float: right !important; }

    .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
    .float-lg-right {
      float: right !important; }

    .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
    .float-xl-right {
      float: right !important; }

    .float-xl-none {
      float: none !important; } }
  .position-static {
    position: static !important; }
  .position-relative {
    position: relative !important; }
  .position-absolute {
    position: absolute !important; }
  .position-fixed {
    position: fixed !important; }
  .position-sticky {
    position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }
  .m-0 {
    margin: 0 !important; }
  .mt-0, .my-0 {
    margin-top: 0 !important; }
  .mr-0, .mx-0 {
    margin-right: 0 !important; }
  .mb-0, .my-0 {
    margin-bottom: 0 !important; }
  .ml-0, .mx-0 {
    margin-left: 0 !important; }
  .m-1 {
    margin: 0.25rem !important; }
  .mt-1, .my-1 {
    margin-top: 0.25rem !important; }
  .mr-1, .mx-1 {
    margin-right: 0.25rem !important; }
  .mb-1, .my-1 {
    margin-bottom: 0.25rem !important; }
  .ml-1, .mx-1 {
    margin-left: 0.25rem !important; }
  .m-2 {
    margin: 0.5rem !important; }
  .mt-2, .my-2 {
    margin-top: 0.5rem !important; }
  .mr-2, .mx-2 {
    margin-right: 0.5rem !important; }
  .mb-2, .my-2 {
    margin-bottom: 0.5rem !important; }
  .ml-2, .mx-2 {
    margin-left: 0.5rem !important; }
  .m-3 {
    margin: 1rem !important; }
  .mt-3, .my-3 {
    margin-top: 1rem !important; }
  .mr-3, .mx-3 {
    margin-right: 1rem !important; }
  .mb-3, .my-3 {
    margin-bottom: 1rem !important; }
  .ml-3, .mx-3 {
    margin-left: 1rem !important; }
  .m-4 {
    margin: 1.5rem !important; }
  .mt-4, .my-4 {
    margin-top: 1.5rem !important; }
  .mr-4, .mx-4 {
    margin-right: 1.5rem !important; }
  .mb-4, .my-4 {
    margin-bottom: 1.5rem !important; }
  .ml-4, .mx-4 {
    margin-left: 1.5rem !important; }
  .m-5 {
    margin: 3rem !important; }
  .mt-5, .my-5 {
    margin-top: 3rem !important; }
  .mr-5, .mx-5 {
    margin-right: 3rem !important; }
  .mb-5, .my-5 {
    margin-bottom: 3rem !important; }
  .ml-5, .mx-5 {
    margin-left: 3rem !important; }
  .p-0 {
    padding: 0 !important; }
  .pt-0, .py-0 {
    padding-top: 0 !important; }
  .pr-0, .px-0 {
    padding-right: 0 !important; }
  .pb-0, .py-0 {
    padding-bottom: 0 !important; }
  .pl-0, .px-0 {
    padding-left: 0 !important; }
  .p-1 {
    padding: 0.25rem !important; }
  .pt-1, .py-1 {
    padding-top: 0.25rem !important; }
  .pr-1, .px-1 {
    padding-right: 0.25rem !important; }
  .pb-1, .py-1 {
    padding-bottom: 0.25rem !important; }
  .pl-1, .px-1 {
    padding-left: 0.25rem !important; }
  .p-2 {
    padding: 0.5rem !important; }
  .pt-2, .py-2 {
    padding-top: 0.5rem !important; }
  .pr-2, .px-2 {
    padding-right: 0.5rem !important; }
  .pb-2, .py-2 {
    padding-bottom: 0.5rem !important; }
  .pl-2, .px-2 {
    padding-left: 0.5rem !important; }
  .p-3 {
    padding: 1rem !important; }
  .pt-3, .py-3 {
    padding-top: 1rem !important; }
  .pr-3, .px-3 {
    padding-right: 1rem !important; }
  .pb-3, .py-3 {
    padding-bottom: 1rem !important; }
  .pl-3, .px-3 {
    padding-left: 1rem !important; }
  .p-4 {
    padding: 1.5rem !important; }
  .pt-4, .py-4 {
    padding-top: 1.5rem !important; }
  .pr-4, .px-4 {
    padding-right: 1.5rem !important; }
  .pb-4, .py-4 {
    padding-bottom: 1.5rem !important; }
  .pl-4, .px-4 {
    padding-left: 1.5rem !important; }
  .p-5 {
    padding: 3rem !important; }
  .pt-5, .py-5 {
    padding-top: 3rem !important; }
  .pr-5, .px-5 {
    padding-right: 3rem !important; }
  .pb-5, .py-5 {
    padding-bottom: 3rem !important; }
  .pl-5, .px-5 {
    padding-left: 3rem !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto, .my-auto {
    margin-top: auto !important; }
  .mr-auto, .mx-auto {
    margin-right: auto !important; }
  .mb-auto, .my-auto {
    margin-bottom: auto !important; }
  .ml-auto, .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
    .mt-sm-0, .my-sm-0 {
      margin-top: 0 !important; }

    .mr-sm-0, .mx-sm-0 {
      margin-right: 0 !important; }

    .mb-sm-0, .my-sm-0 {
      margin-bottom: 0 !important; }

    .ml-sm-0, .mx-sm-0 {
      margin-left: 0 !important; }

    .m-sm-1 {
      margin: 0.25rem !important; }

    .mt-sm-1, .my-sm-1 {
      margin-top: 0.25rem !important; }

    .mr-sm-1, .mx-sm-1 {
      margin-right: 0.25rem !important; }

    .mb-sm-1, .my-sm-1 {
      margin-bottom: 0.25rem !important; }

    .ml-sm-1, .mx-sm-1 {
      margin-left: 0.25rem !important; }

    .m-sm-2 {
      margin: 0.5rem !important; }

    .mt-sm-2, .my-sm-2 {
      margin-top: 0.5rem !important; }

    .mr-sm-2, .mx-sm-2 {
      margin-right: 0.5rem !important; }

    .mb-sm-2, .my-sm-2 {
      margin-bottom: 0.5rem !important; }

    .ml-sm-2, .mx-sm-2 {
      margin-left: 0.5rem !important; }

    .m-sm-3 {
      margin: 1rem !important; }

    .mt-sm-3, .my-sm-3 {
      margin-top: 1rem !important; }

    .mr-sm-3, .mx-sm-3 {
      margin-right: 1rem !important; }

    .mb-sm-3, .my-sm-3 {
      margin-bottom: 1rem !important; }

    .ml-sm-3, .mx-sm-3 {
      margin-left: 1rem !important; }

    .m-sm-4 {
      margin: 1.5rem !important; }

    .mt-sm-4, .my-sm-4 {
      margin-top: 1.5rem !important; }

    .mr-sm-4, .mx-sm-4 {
      margin-right: 1.5rem !important; }

    .mb-sm-4, .my-sm-4 {
      margin-bottom: 1.5rem !important; }

    .ml-sm-4, .mx-sm-4 {
      margin-left: 1.5rem !important; }

    .m-sm-5 {
      margin: 3rem !important; }

    .mt-sm-5, .my-sm-5 {
      margin-top: 3rem !important; }

    .mr-sm-5, .mx-sm-5 {
      margin-right: 3rem !important; }

    .mb-sm-5, .my-sm-5 {
      margin-bottom: 3rem !important; }

    .ml-sm-5, .mx-sm-5 {
      margin-left: 3rem !important; }

    .p-sm-0 {
      padding: 0 !important; }

    .pt-sm-0, .py-sm-0 {
      padding-top: 0 !important; }

    .pr-sm-0, .px-sm-0 {
      padding-right: 0 !important; }

    .pb-sm-0, .py-sm-0 {
      padding-bottom: 0 !important; }

    .pl-sm-0, .px-sm-0 {
      padding-left: 0 !important; }

    .p-sm-1 {
      padding: 0.25rem !important; }

    .pt-sm-1, .py-sm-1 {
      padding-top: 0.25rem !important; }

    .pr-sm-1, .px-sm-1 {
      padding-right: 0.25rem !important; }

    .pb-sm-1, .py-sm-1 {
      padding-bottom: 0.25rem !important; }

    .pl-sm-1, .px-sm-1 {
      padding-left: 0.25rem !important; }

    .p-sm-2 {
      padding: 0.5rem !important; }

    .pt-sm-2, .py-sm-2 {
      padding-top: 0.5rem !important; }

    .pr-sm-2, .px-sm-2 {
      padding-right: 0.5rem !important; }

    .pb-sm-2, .py-sm-2 {
      padding-bottom: 0.5rem !important; }

    .pl-sm-2, .px-sm-2 {
      padding-left: 0.5rem !important; }

    .p-sm-3 {
      padding: 1rem !important; }

    .pt-sm-3, .py-sm-3 {
      padding-top: 1rem !important; }

    .pr-sm-3, .px-sm-3 {
      padding-right: 1rem !important; }

    .pb-sm-3, .py-sm-3 {
      padding-bottom: 1rem !important; }

    .pl-sm-3, .px-sm-3 {
      padding-left: 1rem !important; }

    .p-sm-4 {
      padding: 1.5rem !important; }

    .pt-sm-4, .py-sm-4 {
      padding-top: 1.5rem !important; }

    .pr-sm-4, .px-sm-4 {
      padding-right: 1.5rem !important; }

    .pb-sm-4, .py-sm-4 {
      padding-bottom: 1.5rem !important; }

    .pl-sm-4, .px-sm-4 {
      padding-left: 1.5rem !important; }

    .p-sm-5 {
      padding: 3rem !important; }

    .pt-sm-5, .py-sm-5 {
      padding-top: 3rem !important; }

    .pr-sm-5, .px-sm-5 {
      padding-right: 3rem !important; }

    .pb-sm-5, .py-sm-5 {
      padding-bottom: 3rem !important; }

    .pl-sm-5, .px-sm-5 {
      padding-left: 3rem !important; }

    .m-sm-auto {
      margin: auto !important; }

    .mt-sm-auto, .my-sm-auto {
      margin-top: auto !important; }

    .mr-sm-auto, .mx-sm-auto {
      margin-right: auto !important; }

    .mb-sm-auto, .my-sm-auto {
      margin-bottom: auto !important; }

    .ml-sm-auto, .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
    .mt-md-0, .my-md-0 {
      margin-top: 0 !important; }

    .mr-md-0, .mx-md-0 {
      margin-right: 0 !important; }

    .mb-md-0, .my-md-0 {
      margin-bottom: 0 !important; }

    .ml-md-0, .mx-md-0 {
      margin-left: 0 !important; }

    .m-md-1 {
      margin: 0.25rem !important; }

    .mt-md-1, .my-md-1 {
      margin-top: 0.25rem !important; }

    .mr-md-1, .mx-md-1 {
      margin-right: 0.25rem !important; }

    .mb-md-1, .my-md-1 {
      margin-bottom: 0.25rem !important; }

    .ml-md-1, .mx-md-1 {
      margin-left: 0.25rem !important; }

    .m-md-2 {
      margin: 0.5rem !important; }

    .mt-md-2, .my-md-2 {
      margin-top: 0.5rem !important; }

    .mr-md-2, .mx-md-2 {
      margin-right: 0.5rem !important; }

    .mb-md-2, .my-md-2 {
      margin-bottom: 0.5rem !important; }

    .ml-md-2, .mx-md-2 {
      margin-left: 0.5rem !important; }

    .m-md-3 {
      margin: 1rem !important; }

    .mt-md-3, .my-md-3 {
      margin-top: 1rem !important; }

    .mr-md-3, .mx-md-3 {
      margin-right: 1rem !important; }

    .mb-md-3, .my-md-3 {
      margin-bottom: 1rem !important; }

    .ml-md-3, .mx-md-3 {
      margin-left: 1rem !important; }

    .m-md-4 {
      margin: 1.5rem !important; }

    .mt-md-4, .my-md-4 {
      margin-top: 1.5rem !important; }

    .mr-md-4, .mx-md-4 {
      margin-right: 1.5rem !important; }

    .mb-md-4, .my-md-4 {
      margin-bottom: 1.5rem !important; }

    .ml-md-4, .mx-md-4 {
      margin-left: 1.5rem !important; }

    .m-md-5 {
      margin: 3rem !important; }

    .mt-md-5, .my-md-5 {
      margin-top: 3rem !important; }

    .mr-md-5, .mx-md-5 {
      margin-right: 3rem !important; }

    .mb-md-5, .my-md-5 {
      margin-bottom: 3rem !important; }

    .ml-md-5, .mx-md-5 {
      margin-left: 3rem !important; }

    .p-md-0 {
      padding: 0 !important; }

    .pt-md-0, .py-md-0 {
      padding-top: 0 !important; }

    .pr-md-0, .px-md-0 {
      padding-right: 0 !important; }

    .pb-md-0, .py-md-0 {
      padding-bottom: 0 !important; }

    .pl-md-0, .px-md-0 {
      padding-left: 0 !important; }

    .p-md-1 {
      padding: 0.25rem !important; }

    .pt-md-1, .py-md-1 {
      padding-top: 0.25rem !important; }

    .pr-md-1, .px-md-1 {
      padding-right: 0.25rem !important; }

    .pb-md-1, .py-md-1 {
      padding-bottom: 0.25rem !important; }

    .pl-md-1, .px-md-1 {
      padding-left: 0.25rem !important; }

    .p-md-2 {
      padding: 0.5rem !important; }

    .pt-md-2, .py-md-2 {
      padding-top: 0.5rem !important; }

    .pr-md-2, .px-md-2 {
      padding-right: 0.5rem !important; }

    .pb-md-2, .py-md-2 {
      padding-bottom: 0.5rem !important; }

    .pl-md-2, .px-md-2 {
      padding-left: 0.5rem !important; }

    .p-md-3 {
      padding: 1rem !important; }

    .pt-md-3, .py-md-3 {
      padding-top: 1rem !important; }

    .pr-md-3, .px-md-3 {
      padding-right: 1rem !important; }

    .pb-md-3, .py-md-3 {
      padding-bottom: 1rem !important; }

    .pl-md-3, .px-md-3 {
      padding-left: 1rem !important; }

    .p-md-4 {
      padding: 1.5rem !important; }

    .pt-md-4, .py-md-4 {
      padding-top: 1.5rem !important; }

    .pr-md-4, .px-md-4 {
      padding-right: 1.5rem !important; }

    .pb-md-4, .py-md-4 {
      padding-bottom: 1.5rem !important; }

    .pl-md-4, .px-md-4 {
      padding-left: 1.5rem !important; }

    .p-md-5 {
      padding: 3rem !important; }

    .pt-md-5, .py-md-5 {
      padding-top: 3rem !important; }

    .pr-md-5, .px-md-5 {
      padding-right: 3rem !important; }

    .pb-md-5, .py-md-5 {
      padding-bottom: 3rem !important; }

    .pl-md-5, .px-md-5 {
      padding-left: 3rem !important; }

    .m-md-auto {
      margin: auto !important; }

    .mt-md-auto, .my-md-auto {
      margin-top: auto !important; }

    .mr-md-auto, .mx-md-auto {
      margin-right: auto !important; }

    .mb-md-auto, .my-md-auto {
      margin-bottom: auto !important; }

    .ml-md-auto, .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
    .mt-lg-0, .my-lg-0 {
      margin-top: 0 !important; }

    .mr-lg-0, .mx-lg-0 {
      margin-right: 0 !important; }

    .mb-lg-0, .my-lg-0 {
      margin-bottom: 0 !important; }

    .ml-lg-0, .mx-lg-0 {
      margin-left: 0 !important; }

    .m-lg-1 {
      margin: 0.25rem !important; }

    .mt-lg-1, .my-lg-1 {
      margin-top: 0.25rem !important; }

    .mr-lg-1, .mx-lg-1 {
      margin-right: 0.25rem !important; }

    .mb-lg-1, .my-lg-1 {
      margin-bottom: 0.25rem !important; }

    .ml-lg-1, .mx-lg-1 {
      margin-left: 0.25rem !important; }

    .m-lg-2 {
      margin: 0.5rem !important; }

    .mt-lg-2, .my-lg-2 {
      margin-top: 0.5rem !important; }

    .mr-lg-2, .mx-lg-2 {
      margin-right: 0.5rem !important; }

    .mb-lg-2, .my-lg-2 {
      margin-bottom: 0.5rem !important; }

    .ml-lg-2, .mx-lg-2 {
      margin-left: 0.5rem !important; }

    .m-lg-3 {
      margin: 1rem !important; }

    .mt-lg-3, .my-lg-3 {
      margin-top: 1rem !important; }

    .mr-lg-3, .mx-lg-3 {
      margin-right: 1rem !important; }

    .mb-lg-3, .my-lg-3 {
      margin-bottom: 1rem !important; }

    .ml-lg-3, .mx-lg-3 {
      margin-left: 1rem !important; }

    .m-lg-4 {
      margin: 1.5rem !important; }

    .mt-lg-4, .my-lg-4 {
      margin-top: 1.5rem !important; }

    .mr-lg-4, .mx-lg-4 {
      margin-right: 1.5rem !important; }

    .mb-lg-4, .my-lg-4 {
      margin-bottom: 1.5rem !important; }

    .ml-lg-4, .mx-lg-4 {
      margin-left: 1.5rem !important; }

    .m-lg-5 {
      margin: 3rem !important; }

    .mt-lg-5, .my-lg-5 {
      margin-top: 3rem !important; }

    .mr-lg-5, .mx-lg-5 {
      margin-right: 3rem !important; }

    .mb-lg-5, .my-lg-5 {
      margin-bottom: 3rem !important; }

    .ml-lg-5, .mx-lg-5 {
      margin-left: 3rem !important; }

    .p-lg-0 {
      padding: 0 !important; }

    .pt-lg-0, .py-lg-0 {
      padding-top: 0 !important; }

    .pr-lg-0, .px-lg-0 {
      padding-right: 0 !important; }

    .pb-lg-0, .py-lg-0 {
      padding-bottom: 0 !important; }

    .pl-lg-0, .px-lg-0 {
      padding-left: 0 !important; }

    .p-lg-1 {
      padding: 0.25rem !important; }

    .pt-lg-1, .py-lg-1 {
      padding-top: 0.25rem !important; }

    .pr-lg-1, .px-lg-1 {
      padding-right: 0.25rem !important; }

    .pb-lg-1, .py-lg-1 {
      padding-bottom: 0.25rem !important; }

    .pl-lg-1, .px-lg-1 {
      padding-left: 0.25rem !important; }

    .p-lg-2 {
      padding: 0.5rem !important; }

    .pt-lg-2, .py-lg-2 {
      padding-top: 0.5rem !important; }

    .pr-lg-2, .px-lg-2 {
      padding-right: 0.5rem !important; }

    .pb-lg-2, .py-lg-2 {
      padding-bottom: 0.5rem !important; }

    .pl-lg-2, .px-lg-2 {
      padding-left: 0.5rem !important; }

    .p-lg-3 {
      padding: 1rem !important; }

    .pt-lg-3, .py-lg-3 {
      padding-top: 1rem !important; }

    .pr-lg-3, .px-lg-3 {
      padding-right: 1rem !important; }

    .pb-lg-3, .py-lg-3 {
      padding-bottom: 1rem !important; }

    .pl-lg-3, .px-lg-3 {
      padding-left: 1rem !important; }

    .p-lg-4 {
      padding: 1.5rem !important; }

    .pt-lg-4, .py-lg-4 {
      padding-top: 1.5rem !important; }

    .pr-lg-4, .px-lg-4 {
      padding-right: 1.5rem !important; }

    .pb-lg-4, .py-lg-4 {
      padding-bottom: 1.5rem !important; }

    .pl-lg-4, .px-lg-4 {
      padding-left: 1.5rem !important; }

    .p-lg-5 {
      padding: 3rem !important; }

    .pt-lg-5, .py-lg-5 {
      padding-top: 3rem !important; }

    .pr-lg-5, .px-lg-5 {
      padding-right: 3rem !important; }

    .pb-lg-5, .py-lg-5 {
      padding-bottom: 3rem !important; }

    .pl-lg-5, .px-lg-5 {
      padding-left: 3rem !important; }

    .m-lg-auto {
      margin: auto !important; }

    .mt-lg-auto, .my-lg-auto {
      margin-top: auto !important; }

    .mr-lg-auto, .mx-lg-auto {
      margin-right: auto !important; }

    .mb-lg-auto, .my-lg-auto {
      margin-bottom: auto !important; }

    .ml-lg-auto, .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
    .mt-xl-0, .my-xl-0 {
      margin-top: 0 !important; }

    .mr-xl-0, .mx-xl-0 {
      margin-right: 0 !important; }

    .mb-xl-0, .my-xl-0 {
      margin-bottom: 0 !important; }

    .ml-xl-0, .mx-xl-0 {
      margin-left: 0 !important; }

    .m-xl-1 {
      margin: 0.25rem !important; }

    .mt-xl-1, .my-xl-1 {
      margin-top: 0.25rem !important; }

    .mr-xl-1, .mx-xl-1 {
      margin-right: 0.25rem !important; }

    .mb-xl-1, .my-xl-1 {
      margin-bottom: 0.25rem !important; }

    .ml-xl-1, .mx-xl-1 {
      margin-left: 0.25rem !important; }

    .m-xl-2 {
      margin: 0.5rem !important; }

    .mt-xl-2, .my-xl-2 {
      margin-top: 0.5rem !important; }

    .mr-xl-2, .mx-xl-2 {
      margin-right: 0.5rem !important; }

    .mb-xl-2, .my-xl-2 {
      margin-bottom: 0.5rem !important; }

    .ml-xl-2, .mx-xl-2 {
      margin-left: 0.5rem !important; }

    .m-xl-3 {
      margin: 1rem !important; }

    .mt-xl-3, .my-xl-3 {
      margin-top: 1rem !important; }

    .mr-xl-3, .mx-xl-3 {
      margin-right: 1rem !important; }

    .mb-xl-3, .my-xl-3 {
      margin-bottom: 1rem !important; }

    .ml-xl-3, .mx-xl-3 {
      margin-left: 1rem !important; }

    .m-xl-4 {
      margin: 1.5rem !important; }

    .mt-xl-4, .my-xl-4 {
      margin-top: 1.5rem !important; }

    .mr-xl-4, .mx-xl-4 {
      margin-right: 1.5rem !important; }

    .mb-xl-4, .my-xl-4 {
      margin-bottom: 1.5rem !important; }

    .ml-xl-4, .mx-xl-4 {
      margin-left: 1.5rem !important; }

    .m-xl-5 {
      margin: 3rem !important; }

    .mt-xl-5, .my-xl-5 {
      margin-top: 3rem !important; }

    .mr-xl-5, .mx-xl-5 {
      margin-right: 3rem !important; }

    .mb-xl-5, .my-xl-5 {
      margin-bottom: 3rem !important; }

    .ml-xl-5, .mx-xl-5 {
      margin-left: 3rem !important; }

    .p-xl-0 {
      padding: 0 !important; }

    .pt-xl-0, .py-xl-0 {
      padding-top: 0 !important; }

    .pr-xl-0, .px-xl-0 {
      padding-right: 0 !important; }

    .pb-xl-0, .py-xl-0 {
      padding-bottom: 0 !important; }

    .pl-xl-0, .px-xl-0 {
      padding-left: 0 !important; }

    .p-xl-1 {
      padding: 0.25rem !important; }

    .pt-xl-1, .py-xl-1 {
      padding-top: 0.25rem !important; }

    .pr-xl-1, .px-xl-1 {
      padding-right: 0.25rem !important; }

    .pb-xl-1, .py-xl-1 {
      padding-bottom: 0.25rem !important; }

    .pl-xl-1, .px-xl-1 {
      padding-left: 0.25rem !important; }

    .p-xl-2 {
      padding: 0.5rem !important; }

    .pt-xl-2, .py-xl-2 {
      padding-top: 0.5rem !important; }

    .pr-xl-2, .px-xl-2 {
      padding-right: 0.5rem !important; }

    .pb-xl-2, .py-xl-2 {
      padding-bottom: 0.5rem !important; }

    .pl-xl-2, .px-xl-2 {
      padding-left: 0.5rem !important; }

    .p-xl-3 {
      padding: 1rem !important; }

    .pt-xl-3, .py-xl-3 {
      padding-top: 1rem !important; }

    .pr-xl-3, .px-xl-3 {
      padding-right: 1rem !important; }

    .pb-xl-3, .py-xl-3 {
      padding-bottom: 1rem !important; }

    .pl-xl-3, .px-xl-3 {
      padding-left: 1rem !important; }

    .p-xl-4 {
      padding: 1.5rem !important; }

    .pt-xl-4, .py-xl-4 {
      padding-top: 1.5rem !important; }

    .pr-xl-4, .px-xl-4 {
      padding-right: 1.5rem !important; }

    .pb-xl-4, .py-xl-4 {
      padding-bottom: 1.5rem !important; }

    .pl-xl-4, .px-xl-4 {
      padding-left: 1.5rem !important; }

    .p-xl-5 {
      padding: 3rem !important; }

    .pt-xl-5, .py-xl-5 {
      padding-top: 3rem !important; }

    .pr-xl-5, .px-xl-5 {
      padding-right: 3rem !important; }

    .pb-xl-5, .py-xl-5 {
      padding-bottom: 3rem !important; }

    .pl-xl-5, .px-xl-5 {
      padding-left: 3rem !important; }

    .m-xl-auto {
      margin: auto !important; }

    .mt-xl-auto, .my-xl-auto {
      margin-top: auto !important; }

    .mr-xl-auto, .mx-xl-auto {
      margin-right: auto !important; }

    .mb-xl-auto, .my-xl-auto {
      margin-bottom: auto !important; }

    .ml-xl-auto, .mx-xl-auto {
      margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
    .text-sm-right {
      text-align: right !important; }

    .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
    .text-md-right {
      text-align: right !important; }

    .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
    .text-lg-right {
      text-align: right !important; }

    .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
    .text-xl-right {
      text-align: right !important; }

    .text-xl-center {
      text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }
  .text-primary {
    color: #007bff !important; }
  a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important; }
  .text-secondary {
    color: #6c757d !important; }
  a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important; }
  .text-success {
    color: #28a745 !important; }
  a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important; }
  .text-info {
    color: #17a2b8 !important; }
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important; }
  .text-warning {
    color: #ffc107 !important; }
  a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important; }
  .text-danger {
    color: #dc3545 !important; }
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important; }
  .text-light {
    color: #f8f9fa !important; }
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important; }
  .text-dark {
    color: #343a40 !important; }
  a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important; }

.text-muted {
  color: #6c757d !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }

  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/fileadmin/templates/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/fileadmin/templates/fonts/slick/slick.eot');
    src: url('/fileadmin/templates/fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('/fileadmin/templates/fonts/slick/slick.woff') format('woff'), url('/fileadmin/templates/fonts/slick/slick.ttf') format('truetype'), url('/fileadmin/templates/fonts/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{display:none;position:fixed;top:0;left:0;width:100%;height:270px;text-align:center;text-transform:uppercase;z-index:20500;background-color:#f25648;color:#fff}* html #outdated{position:absolute}#outdated h6{font-size:25px;line-height:25px;margin:30px 0 10px}#outdated p{font-size:12px;line-height:12px;margin:0}#outdated #btnUpdateBrowser{display:block;position:relative;padding:10px 20px;margin:30px auto 0;width:230px;color:#fff;text-decoration:none;border:2px solid #fff;cursor:pointer}#outdated #btnUpdateBrowser:hover{color:#f25648;background-color:#fff}#outdated .last{position:absolute;top:10px;right:25px;width:20px;height:20px}#outdated #btnCloseUpdateBrowser{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:#fff;font-size:36px;line-height:36px}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
 .tooltipster-base {
    /* this ensures that a constrained height set by functionPosition, if greater that the natural height of the tooltip, will be enforced in browsers that support display:flex */
     display: flex;
     pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
     position: absolute;
}
 .tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10- and flex-basis auto for IE11- (at least) */
     flex: 1 1 auto;
}
 .tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
     box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
     max-height: 100%;
     max-width: 100%;
     overflow: auto;
}
 .tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
     bottom: 0;
     left: 0;
     overflow: hidden;
     position: fixed;
     right: 0;
     top: 0;
     visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
 .tooltipster-fade {
     opacity: 0;
     -webkit-transition-property: opacity;
     -moz-transition-property: opacity;
     -o-transition-property: opacity;
     -ms-transition-property: opacity;
     transition-property: opacity;
}
 .tooltipster-fade.tooltipster-show {
     opacity: 1;
}
/* grow */
 .tooltipster-grow {
     -webkit-transform: scale(0,0);
     -moz-transform: scale(0,0);
     -o-transform: scale(0,0);
     -ms-transform: scale(0,0);
     transform: scale(0,0);
     -webkit-transition-property: -webkit-transform;
     -moz-transition-property: -moz-transform;
     -o-transition-property: -o-transform;
     -ms-transition-property: -ms-transform;
     transition-property: transform;
     -webkit-backface-visibility: hidden;
}
 .tooltipster-grow.tooltipster-show {
     -webkit-transform: scale(1,1);
     -moz-transform: scale(1,1);
     -o-transform: scale(1,1);
     -ms-transform: scale(1,1);
     transform: scale(1,1);
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
/* swing */
 .tooltipster-swing {
     opacity: 0;
     -webkit-transform: rotateZ(4deg);
     -moz-transform: rotateZ(4deg);
     -o-transform: rotateZ(4deg);
     -ms-transform: rotateZ(4deg);
     transform: rotateZ(4deg);
     -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property: -moz-transform;
     -o-transition-property: -o-transform;
     -ms-transition-property: -ms-transform;
     transition-property: transform;
}
 .tooltipster-swing.tooltipster-show {
     opacity: 1;
     -webkit-transform: rotateZ(0deg);
     -moz-transform: rotateZ(0deg);
     -o-transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     transform: rotateZ(0deg);
     -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
     -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
     -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
     -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
     -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
     transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
/* fall */
 .tooltipster-fall {
     -webkit-transition-property: top;
     -moz-transition-property: top;
     -o-transition-property: top;
     -ms-transition-property: top;
     transition-property: top;
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
 .tooltipster-fall.tooltipster-initial {
     top: 0 !important;
}
 .tooltipster-fall.tooltipster-show {
}
 .tooltipster-fall.tooltipster-dying {
     -webkit-transition-property: all;
     -moz-transition-property: all;
     -o-transition-property: all;
     -ms-transition-property: all;
     transition-property: all;
     top: 0 !important;
     opacity: 0;
}
/* slide */
 .tooltipster-slide {
     -webkit-transition-property: left;
     -moz-transition-property: left;
     -o-transition-property: left;
     -ms-transition-property: left;
     transition-property: left;
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
     -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
     transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
 .tooltipster-slide.tooltipster-initial {
     left: -40px !important;
}
 .tooltipster-slide.tooltipster-show {
}
 .tooltipster-slide.tooltipster-dying {
     -webkit-transition-property: all;
     -moz-transition-property: all;
     -o-transition-property: all;
     -ms-transition-property: all;
     transition-property: all;
     left: 0 !important;
     opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because transition durations may be specified in the style tag due to animationDuration, and we try to avoid collisions and the use of !important */
/* fade */
 @keyframes tooltipster-fading {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 .tooltipster-update-fade {
     animation: tooltipster-fading 400ms;
}
/* rotate */
 @keyframes tooltipster-rotating {
     25% {
         transform: rotate(-2deg);
    }
     75% {
         transform: rotate(2deg);
    }
     100% {
         transform: rotate(0);
    }
}
 .tooltipster-update-rotate {
     animation: tooltipster-rotating 600ms;
}
/* scale */
 @keyframes tooltipster-scaling {
     50% {
         transform: scale(1.1);
    }
     100% {
         transform: scale(1);
    }
}
 .tooltipster-update-scale {
     animation: tooltipster-scaling 600ms;
}
 
.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}
/*!
 * shariff - v3.0.0 - Thu, 15 Mar 2018 08:53:04 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical.button-style-icon{min-width:35px}.shariff .orientation-vertical.button-style-icon-count{min-width:80px}.shariff .orientation-vertical.button-style-standard{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical.button-style-icon-count li .share_count,.shariff .orientation-vertical.button-style-standard li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%}.shariff .orientation-horizontal.button-style-icon-count li,.shariff .orientation-horizontal.button-style-standard li{min-width:80px}.shariff .orientation-horizontal.button-style-icon-count li .share_count,.shariff .orientation-horizontal.button-style-standard li .share_count{display:block}.shariff .orientation-horizontal.button-style-standard li{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal.button-style-standard li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook-f{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook-f{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money-bill-alt{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money-bill-alt{font-size:19px}}.shariff .flipboard a{background-color:#e12828}.shariff .flipboard a:hover{background-color:#ff2e2e}.shariff .flipboard .fa-flipboard{font-size:22px}.shariff .theme-white .flipboard a{color:#e12828}@media only screen and (min-width:600px){.shariff .flipboard .fa-flipboard{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus-g{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus-g{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin-in{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin-in{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/fileadmin/templates/css/img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/fileadmin/templates/css/img/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/fileadmin/templates/css/img/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/fileadmin/templates/css/img/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/fileadmin/templates/css/img/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/fileadmin/templates/css/img/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 140px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .drp-calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .drp-calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .drp-calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .drp-calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .drp-calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .drp-calendar.left .calendar-table {
        padding-right: 8px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .drp-calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .drp-calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .drp-calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .drp-calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .drp-calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

 -webkit-clip-path: url(/typo3temp/ws_scss/#clipPolygon);  clip-path: url(/typo3temp/ws_scss/#clipPolygon); @font-face{ font-family: 'AltoProCon-Normal';  font-display: auto;  src: url(/fileadmin/templates/fonts/AltoProCon-Normal.woff2) format('woff2'),url(/fileadmin/templates/fonts/AltoProCon-Normal.woff) format('woff'),url(/fileadmin/templates/fonts/AltoProCon-Normal.ttf) format('truetype'); }@font-face{ font-family: 'AltoProCon-Bold';  font-display: auto;  src: url(/fileadmin/templates/fonts/AltoProCon-Bold.woff2) format('woff2'),url(/fileadmin/templates/fonts/AltoProCon-Bold.woff) format('woff'),url(/fileadmin/templates/fonts/AltoProCon-Bold.ttf) format('truetype'); }strong,b{ font-family: 'AltoProCon-Bold'; }.backgroundImage,.dceFullscreenSlider .dFSSlide,.dceGallery .dGImage2,.dceGallery .dGImage3,.lazyBackgroundImage{ background-size: cover;  background-repeat: no-repeat;  background-position: center center; }.defaultTrans,.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay,#top,#top.whiteBg svg path,#top.whiteBg #quickNaviWrap,#top #mainNavi .mNClose,#top #mainNavi .mNClose svg,#top #topLangTarget,#top #topTargetFull,#top #topTargetFull #tTFContent form input[type="submit"],#top #topTargetFull #tTFClose,#top #topTargetFull #tTFClose svg,#top #mobileNaviWrap,#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after,.TickerNews,.alertDescription,.dceCards .dCCard img,.dceCardsMultiple .dCCard .dCCImageLandscape img,.dceCardsMultiple .dCCard .dCCImagePortrait img,.filter .fWrap,.filter .fWrap .fWElement.fWCheckbox label span,.filter .fWrap .fWElement.fWRadio label span,.contwiseList .cLPoi .cLPDescription,.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip b:after{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.defaultFastTrans,.generalButton,#top #mobileNaviWrap #mobileNavi,.filter .fTitle .fTToggle:after,.filter .fWrap .fWAccHead:after,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input,#top #quickNaviWrap #langNavi,#top #quickNaviWrap #quick > div:hover path{ -webkit-transition: all 250ms ease;  -o-transition: all 250ms ease;  -webkit-transition: all 250ms ease; transition: all 250ms ease; }.shadow,#top #topTargetFull #tTFContent form input[type="submit"],.dceFactbox,.dceFactboxTour,.dceFactboxEvent,.dceFactboxEvent .dFEDate .dFEDIcon svg,.dceCards .dCCLButton,.dceCardsMultiple .dCCard,.dceVideo .dVVideoSlider .dVVideo,.filter .fWrap .fWElement .fWEInput,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap,.filter .fWrap .fWElement.fWDaterange input,.contwiseList .cLPoi,.contwiseGrid .cLPoi,.contwiseMap .contwiseMapPoi,.contwiseResults .cRWrap .cRMode,.contwiseDetail .cDData > div,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginTips .pTTip .pTTRight,.dceVideo .dVVideoNavi .dVVideo{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.textShadow,#mobileNaviTeaser .dNTSSlide .dNTSSHeadline,.mainNaviTeaser .dNTSSlide .dNTSSHeadline,.dceTeasers .dTTeaser .dTTContent a h1,.dceTeasers .dTTeaser .dTTContent a .likeH1,.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2,.dceTeasers .dTTeaser .dTTContent a h3,.dceTeasers .dTTeaser .dTTContent a .likeH3,.dceTeasers .dTTeaser .dTTContent a h4,.dceTeasers .dTTeaser .dTTContent a .likeH4,.dceTeasers .dTTeaser .dTTContent a h5,.dceTeasers .dTTeaser .dTTContent a .likeH5,.dceTeasers .dTTeaser .dTTContent a .dceUnlimited .dULabel,.dceUnlimited .dceTeasers .dTTeaser .dTTContent a .dULabel,.dceHeaderSmall .dHSFullscreen{ text-shadow: 0 0 4px #1a171b; }.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-image: url(/fileadmin/templates/images/triangle-shadow.svg);  background-size: cover;  background-position: top left;  opacity: .5; }.generalMore{ padding: 0 7px; }.generalMore span{ display: inline-block;  width: 6px;  height: 6px;  margin-right: 4px;  background-color: #fff; }.generalArrow{ display: inline-block;  width: 11px;  height: 11px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.generalButton{ font-family: 'AltoProCon-Bold';  color: #707173;  background-color: #fff;  font-weight: bold;  text-transform: uppercase;  padding: 11px 20px 11px 20px;  min-height: 52px;  display: inline-block;  line-height: 30px;  cursor: pointer; }.generalButton:hover{ color: #e2001a; }.generalButton.red{ color: #fff;  background-color: #e2001a; }.generalButton.red:hover{ color: #fff; }.generalButton svg{ margin: -10px 32px -15px 32px; }.generalButton svg polygon{ fill: #e2001a; }.font20,.redFlag,h4,.likeH4,h5,.likeH5,.dceUnlimited .dULabel,.ti_news,#mobileNaviTeaser .dNTSSlide .dNTSSSubheadline,.mainNaviTeaser .dNTSSlide .dNTSSSubheadline,.dceFactbox .dFOpeningtimes .dFOStatus.open,.dceFactbox .dFOpeningtimes .dFOStatus.closed,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo,.filter,.daterangepicker .calendar-table th,.ui-widget-content .ui-menu-item div,.contwiseList .cLPoi .cLPHighlights,.contwiseList .cLPoi .cLPDescriptionToggle,.contwiseResults .cRWrap .cRResult,.cPagebrowser ul li,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginNewsroom .pNFind input,.pluginNewsroom .pNList .pNLArticle .pNLADate,.pluginNewsroom .pNList .pNLArticle .pNLALink,.pluginCal .pCFind input,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-title,.pluginCal .pCList .pCLEvent .pCLEImage .pCLEDate{ font-size: 20px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  line-height: 150%;  letter-spacing: 1px; }.redFlag{ margin-bottom: 16px;  display: inline-block;  padding: 2px 12px 0 12px;  background-color: #e2001a;  text-transform: uppercase;  color: #fff; }.rotateCCW10{ -moz-transform: rotate(-10deg);  -webkit-transform: rotate(-10deg);  -o-transform: rotate(-10deg);  -ms-transform: rotate(-10deg);  -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }.rotateCCW15{ -moz-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg);  -o-transform: rotate(-15deg);  -ms-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }.okIcon{ position: relative;  margin-left: 8px; }.okIcon:before{ position: absolute;  content: '';  width: 10px;  height: 18px;  border-bottom: 3px solid #b0c82c;  border-right: 3px solid #b0c82c;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.noscroll{ position: fixed;  overflow: hidden; }.frame-space-before-extra-small{ margin-top: 30px; }.frame-space-before-small{ margin-top: 60px; }.frame-space-before-medium{ margin-top: 90px; }.frame-space-before-large{ margin-top: 120px; }.frame-space-before-extra-large{ margin-top: 150px; }.frame-space-after-extra-small{ margin-top: 30px; }.frame-space-after-small{ margin-top: 60px; }.frame-space-after-medium{ margin-top: 90px; }.frame-space-after-large{ margin-top: 120px; }.frame-space-after-extra-large{ margin-top: 150px; }*,*:before,*:after{ padding: 0;  margin: 0;  -webkit-box-sizing: border-box;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }html{ margin: 0;  padding: 0;  overflow-x: hidden;  font-size: 62.5%; }body,nav,a,p{ margin: 0;  padding: 0; }body{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-weight: normal;  line-height: 140%;  font-size: 20px;  line-height: 150%;  letter-spacing: .5px;  color: #707173; }h1,.likeH1,h2,.likeH2,h3,.likeH3,h4,.likeH4,h5,.likeH5,.dceUnlimited .dULabel{ margin: 0;  padding: 0 0 20px;  color: #1a171b;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif; }h1.textCenter,.likeH1.textCenter,h2.textCenter,.likeH2.textCenter,h3.textCenter,.likeH3.textCenter,h4.textCenter,.likeH4.textCenter,h5.textCenter,.likeH5.textCenter,.dceUnlimited .dULabel.textCenter{ text-align: center; }h1.textRight,.likeH1.textRight,h2.textRight,.likeH2.textRight,h3.textRight,.likeH3.textRight,h4.textRight,.likeH4.textRight,h5.textRight,.likeH5.textRight,.dceUnlimited .dULabel.textRight{ text-align: right; }h1,.likeH1,h2,.likeH2{ font-size: 30px;  font-weight: bold;  letter-spacing: .5px;  text-transform: uppercase; }h1,.likeH1{ line-height: 100%; }h2,.likeH2{ line-height: 125%; }h3,.likeH3{ font-size: 24px;  line-height: 150%;  letter-spacing: 1px;  font-weight: bold; }ol,ul{ margin: 0;  padding: 0 0 0 20px; }img{ max-width: 100%;  height: auto;  width: auto; }a,a:active{ text-decoration: none;  color: #000; }a:hover{ text-decoration: none;  color: #e2001a; }*:focus,*:active{ outline: none !important; }iframe{ max-width: 100%; }caption{ font-style: italic; }.defaultTrans,.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay,#top,#top.whiteBg svg path,#top.whiteBg #quickNaviWrap,#top #mainNavi .mNClose,#top #mainNavi .mNClose svg,#top #topLangTarget,#top #topTargetFull,#top #topTargetFull #tTFContent form input[type="submit"],#top #topTargetFull #tTFClose,#top #topTargetFull #tTFClose svg,#top #mobileNaviWrap,#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after,.TickerNews,.alertDescription,.dceCards .dCCard img,.dceCardsMultiple .dCCard .dCCImageLandscape img,.dceCardsMultiple .dCCard .dCCImagePortrait img,.filter .fWrap,.filter .fWrap .fWElement.fWCheckbox label span,.filter .fWrap .fWElement.fWRadio label span,.contwiseList .cLPoi .cLPDescription,.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip b:after{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.shadow,#top #topTargetFull #tTFContent form input[type="submit"],.dceFactbox,.dceFactboxTour,.dceFactboxEvent,.dceFactboxEvent .dFEDate .dFEDIcon svg,.dceCards .dCCLButton,.dceCardsMultiple .dCCard,.dceVideo .dVVideoSlider .dVVideo,.filter .fWrap .fWElement .fWEInput,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap,.filter .fWrap .fWElement.fWDaterange input,.contwiseList .cLPoi,.contwiseGrid .cLPoi,.contwiseMap .contwiseMapPoi,.contwiseResults .cRWrap .cRMode,.contwiseDetail .cDData > div,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginTips .pTTip .pTTRight,.dceVideo .dVVideoNavi .dVVideo{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.defaultFastTrans,.generalButton,#top #mobileNaviWrap #mobileNavi,.filter .fTitle .fTToggle:after,.filter .fWrap .fWAccHead:after,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input,#top #quickNaviWrap #langNavi,#top #quickNaviWrap #quick > div:hover path{ -webkit-transition: all 250ms ease;  -o-transition: all 250ms ease;  -webkit-transition: all 250ms ease; transition: all 250ms ease; }.backgroundImage,.dceFullscreenSlider .dFSSlide,.dceGallery .dGImage2,.dceGallery .dGImage3{ background-size: cover;  background-repeat: no-repeat;  background-position: center center; }#top{ position: fixed;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding: 25px 0;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  z-index: 1000; }#top.whiteBg{ background-color: #fff;  padding: 15px 0 15px 0;  border-bottom: 1px solid #d1d1d1; }#top.whiteBg .TickerNews{ margin-top: -15px; }#top.whiteBg svg path{ fill: #000 !important; }#top.whiteBg #quickNaviWrap #quick{ background-image: url(/fileadmin/templates/images/quickNaviBg.png); }#top.whiteBg #quickNaviWrap #langNavi{ color: #000;  font-weight: bold; }#top.whiteBg #quickNaviWrap.hide{ margin-top: -100px; }#top.whiteBg #mobileTrigger{ margin-top: 8px; }#top.whiteBg #mobileTrigger .nav-icon3 span{ background-color: #000; }#top.whiteBg #mobileNaviWrap{ height: -webkit-calc(100vh - 63px); height: calc(100vh - 63px); }#top.whiteBg #mobileNaviWrap.withAlert{ height: -webkit-calc(100vh - 105px); height: calc(100vh - 105px); }#top #mainNavi{ display: none;  font-size: 20px;  font-weight: bold;  text-transform: uppercase;  letter-spacing: 1px;  margin-right: 30px;  width: 100%; }#top #mainNavi .mNClose{ position: absolute;  top: -23px;  right: 0;  width: 0;  height: 0;  overflow: hidden;  background-color: #f2f2f2;  cursor: pointer;  display: none; }#top #mainNavi .mNClose svg{ width: 24px;  height: 24px; }#top #mainNavi .mNClose svg path{ fill: #8d8d8f; }#top #mainNavi > ul{ list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  padding: 0;  margin: 0;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }#top #mainNavi > ul > li{ margin-left: 30px; }#top #mainNavi > ul > li > .mainNaviLv2{ display: none;  position: absolute;  left: 0;  right: 0;  background-color: #fff;  background-image: url(/fileadmin/templates/images/mainNaviLv2Bg.png);  background-repeat: repeat-y;  background-attachment: fixed;  border-top: 1px solid rgba(26,23,27,.2);  margin-top: 0;  font-size: 16px;  letter-spacing: 1px;  text-transform: unset;  padding: 60px 0 40px 0;  overflow: hidden; }#top #mainNavi > ul > li > .mainNaviLv2 > div{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  max-width: 1300px;  width: 100%;  margin: 0 auto; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: start;  -ms-flex-pack: start;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  width: 75%; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li{ display: block;  width: 100%;  max-width: -webkit-calc(33.33333% - 20px); max-width: calc(33.33333% - 20px);  margin-right: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li > a{ display: block;  width: 100%;  margin-bottom: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul{ padding: 0;  list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  text-transform: none;  line-height: 26px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul li:last-of-type{ margin-bottom: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul li a{ color: #707173; }#top #mainNavi > ul > li > .mainNaviLv2 > div > div{ width: 25%;  max-width: 310px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > div .dNTSSImage{ height: 310px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul{ width: 25%; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul > li{ max-width: 100%; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul > li a{ margin-bottom: 0; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div{ width: 75%;  max-width: 970px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .dNTSSlide.slick-slider{ opacity: 1 !important; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .dNTSSlide > div{ margin: 0 10px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .slick-dots{ max-width: 314px;  margin: 0 auto; }#top #mainNavi > ul > li.act > a{ color: #e2001a; }#top #mainNavi > ul > li.act .mainNaviLv2{ display: block; }#top #mainNavi > ul > li.act .mNClose{ display: none;  height: 181px;  width: 181px;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: -114px;  right: -91px; }#top #mainNavi > ul > li.act .mNClose svg{ margin-left: 100px;  margin-top: 130px;  -webkit-transform: rotate(-315deg);  -ms-transform: rotate(-315deg);  -webkit-transform: rotate(-315deg); -ms-transform: rotate(-315deg); transform: rotate(-315deg); }#top #quickNaviWrap{ width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding-bottom: 20px; }#top #quickNaviWrap #quick{ width: 100%;  margin: 0 20px 0 15px;  height: 44px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  background-image: url(/fileadmin/templates/images/quickNaviBgWhite.png);  background-repeat: no-repeat;  background-position: 84% top; }#top #quickNaviWrap #quick > div{ text-align: center;  cursor: pointer; }#top #quickNaviWrap #quick > div svg{ width: 22px;  height: 22px; }#top #quickNaviWrap #quick #contact svg{ margin-top: -4px; }#top #quickNaviWrap #langNavi{ text-align: right;  color: #fff;  height: 20px;  line-height: 120%;  cursor: pointer; }#top #logo{ width: 50%;  padding-left: 15px; }#top #logo img{ width: 69px; }#top #topLangTarget{ width: 100%;  height: 0;  overflow: hidden;  position: relative; }#top #topLangTarget .langNavi{ height: 54px;  max-width: 720px; }#top #topLangTarget .langNavi a{ color: #000;  font-weight: bold; }#top #topLangTarget .slick-dots{ left: -20px;  right: -20px;  bottom: 0;  height: 4px;  width: -webkit-calc(100% + 40px); width: calc(100% + 40px);  display: none; }#top #topLangTarget .slick-dots li{ width: 100%;  height: 4px; }#top #topLangTarget .slick-dots li button{ display: none; }#top #topLangTarget .slick-dots li.slick-active{ background-color: #e2001a; }#top #topLangTarget.act{ height: 54px;  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }#top #topLangTarget.act .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#top #topTargetFull{ width: 100%;  height: 0;  position: relative; }#top #topTargetFull #tTFContent{ overflow: hidden;  height: 0;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#top #topTargetFull #tTFContent form{ text-align: center; }#top #topTargetFull #tTFContent form input[type="text"]{ width: 82.8877005348%;  max-width: 320px;  display: inline-block;  padding: 4px;  border: 0;  font-size: 24px;  line-height: 125%;  font-weight: bold;  letter-spacing: 1px;  height: 35px;  margin-bottom: 35px; }#top #topTargetFull #tTFContent form input[type="text"]::-webkit-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]:-ms-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]::-ms-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]::placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]:-ms-input-placeholder{ color: #8d8d8f; }#top #topTargetFull #tTFContent form input[type="text"]::-ms-input-placeholder{ color: #8d8d8f; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: 39.5721925134%;  height: 52px;  font-size: 20px;  font-weight: bold;  color: #f2f2f2;  background-color: #fff;  border: 0;  letter-spacing: 1px; }#top #topTargetFull #tTFContent form input[type="submit"].actButton{ background-color: #e2001a;  color: #fff;  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2); box-shadow: 0 0 0 0 rgba(26,23,27,.2); }#top #topTargetFull #tTFContent .slick-dots{ left: -20px;  right: -20px;  bottom: 0;  height: 4px;  width: -webkit-calc(100% + 40px); width: calc(100% + 40px);  display: none; }#top #topTargetFull #tTFContent .slick-dots li{ width: 100%;  height: 4px; }#top #topTargetFull #tTFContent .slick-dots li button{ display: none; }#top #topTargetFull #tTFContent .slick-dots li.slick-active{ background-color: #e2001a; }#top #topTargetFull #tTFContent .slick-slider{ padding: 0 20px;  position: unset; }#top #topTargetFull #tTFContent .slick-slider .forecastBox{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastDay{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  width: 100%;  margin-bottom: 40px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIcon{ margin-left: 10px;  width: 76px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext{ margin-right: 10px;  width: 76px;  text-align: right;  opacity: .2;  cursor: pointer; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext img{ opacity: 0; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo{ width: -webkit-calc(100% - 172px); width: calc(100% - 172px);  line-height: 150%;  letter-spacing: 1.5px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo .forecastTemp{ font-size: 60px;  font-weight: bold;  color: #000;  line-height: 125%; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo strong{ color: #000;  text-transform: uppercase; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano{ width: 100%;  margin-top: 40px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a{ line-height: 150%;  letter-spacing: 1px;  padding-left: 18px;  position: relative;  display: block;  font-weight: bold; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a:hover:before{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a; }#top #topTargetFull #tTFContent .slick-slider .forecastBox img{ width: 56px;  display: inline-block; }#top #topTargetFull #tTFContent .dHCHeadline{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  width: 100%;  margin-bottom: 40px;  padding: 0 20px;  max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px); }#top #topTargetFull #tTFContent .dHCSSTitle{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  margin-bottom: 20px; }#top #topTargetFull #tTFContent .dHCSSCom a{ color: #e2001a; }#top #topTargetFull #tTFClose{ position: absolute;  top: -23px;  right: 0;  width: 0;  height: 0;  overflow: hidden;  background-color: #f2f2f2;  cursor: pointer; }#top #topTargetFull #tTFClose svg{ width: 24px;  height: 24px; }#top #topTargetFull #tTFClose svg path{ fill: #8d8d8f; }#top #topTargetFull.act{ height: -webkit-calc(100vh - 139px); height: calc(100vh - 139px);  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }@supports (-webkit-appearance:none){ height: -webkit-calc(100vh - 191px); height: calc(100vh - 191px); }#top #topTargetFull.act.withAlert{ height: -webkit-calc(100vh - 181px); height: calc(100vh - 181px); }#top #topTargetFull.act #tTFClose{ height: 181px;  width: 181px;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: -114px;  right: -91px;  z-index: 100; }#top #topTargetFull.act #tTFClose svg{ margin-left: 85px;  margin-top: 130px;  -webkit-transform: rotate(-315deg);  -ms-transform: rotate(-315deg);  -webkit-transform: rotate(-315deg); -ms-transform: rotate(-315deg); transform: rotate(-315deg); }#top #topTargetFull.act #tTFContent{ height: 100%; }#top #topTargetFull.act #tTFContent .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#top #find.act svg path,#top #weather.act svg path,#top #contact.act svg path,#top #bookmark.act svg path{ fill: #e2001a; }#top #bookmark{ display: none; }#top #langNavi.act{ color: #e2001a; }#top #mobileTrigger{ width: 50%;  padding-right: 20px;  margin-top: 10px; }#top #mobileTrigger .nav-icon3{ float: right;  width: 21px;  height: 18px;  margin: 0;  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;  cursor: pointer; }#top #mobileTrigger .nav-icon3 span{ display: block;  position: absolute;  height: 3px;  width: 100%;  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;  background-color: #fff;  border-radius: 1px 1px 1px 1px; }#top #mobileTrigger .nav-icon3 span:nth-child(1){ top: 0; }#top #mobileTrigger .nav-icon3 span:nth-child(2),#top #mobileTrigger .nav-icon3 span:nth-child(3){ top: 7px; }#top #mobileTrigger .nav-icon3 span:nth-child(4){ top: 14px; }#top #mobileTrigger .nav-icon3.open span:nth-child(1){ top: 8px;  width: 0%;  left: 50%; }#top #mobileTrigger .nav-icon3.open span:nth-child(2){ -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #mobileTrigger .nav-icon3.open span:nth-child(3){ -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }#top #mobileTrigger .nav-icon3.open span:nth-child(4){ top: 16px;  width: 0%;  left: 50%; }#top #mobileNaviWrap{ height: -webkit-calc(100vh - 63px); height: calc(100vh - 63px);  margin-top: -200vh;  width: 100%;  overflow-x: hidden;  overflow-y: scroll;  border-top: 1px solid #f2f2f2; }#top #mobileNaviWrap #mobileNaviTeaser{ padding: 20px; }#top #mobileNaviWrap #mobileNavi{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-size: 16px;  font-weight: bold;  line-height: 163%;  letter-spacing: 1px;  text-transform: uppercase;  position: relative;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 400%; }#top #mobileNaviWrap #mobileNavi > div{ width: 100%; }#top #mobileNaviWrap #mobileNavi > div > div{ display: none; }#top #mobileNaviWrap #mobileNavi > div > div.actTree{ display: block; }#top #mobileNaviWrap #mobileNavi > a{ color: #e2001a; }#top #mobileNaviWrap #mobileNavi ul,#top #mobileNaviWrap #mobileNavi li{ padding: 0;  margin: 0;  width: 100%;  list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  display: block; }#top #mobileNaviWrap #mobileNavi > ul ul{ height: 0;  margin-left: 100%;  z-index: -1; }#top #mobileNaviWrap #mobileNavi a{ display: inline-block;  width: -webkit-calc(100% - 30px); width: calc(100% - 30px);  min-height: 48px;  padding: 8px 20px 14px 20px; }#top #mobileNaviWrap #mobileNavi .back{ color: #e2001a; }#top #mobileNaviWrap #mobileNavi .next{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #mobileNaviWrap #mobileNavi .prev{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  margin-left: 22px; }#top #mobileNaviWrap #mobileNavi .prev + a{ width: -webkit-calc(100% - 50px); width: calc(100% - 50px);  color: #e2001a; }#top #mobileNaviWrap.act{ margin-top: 15px; }#top svg path{ fill: #fff; }.dceShare{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  height: 46px;  background-color: #707173;  z-index: 20; }.dceShare .shariff{ width: 80%; }.dceShare .shariff ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceShare .shariff ul > li{ width: 25%;  height: 46px;  padding: 0;  margin: 0;  border: 0 !important;  border-right: 2px solid #fff !important; }.dceShare .shariff ul > li > a{ background-color: transparent !important;  height: 46px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-align: center; }.dceShare .shariff ul > li > a svg{ margin: 0 auto; }.dceShare .shariff ul > li > a svg path{ fill: #fff; }.dceShare .dSUp,.dceShare .dSDown,.dceShare .dSPrint{ width: 20%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceShare .dSUp svg,.dceShare .dSDown svg,.dceShare .dSPrint svg{ margin: 0 auto;  height: 26px;  width: 26px; }.dceShare .dSUp svg path,.dceShare .dSDown svg path,.dceShare .dSPrint svg path{ fill: red; }.dceShare .dSPrint,.dceShare .dSDown{ display: none; }#share,.emoDetailSocials{ max-width: 1300px;  margin: 0 auto; }#share .dceShare,.emoDetailSocials .dceShare{ position: fixed;  bottom: 0;  left: 0;  right: 0; }#share .dceShare .dSUp,.emoDetailSocials .dceShare .dSUp{ display: none; }#share .dceShare .dSDown,.emoDetailSocials .dceShare .dSDown{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFullscreenSlider{ position: relative;  margin-bottom: 20px;  max-height: 100vh; }.dceFullscreenSlider .dFSSlide{ overflow: hidden;  text-align: center;  position: relative; }.dceFullscreenSlider .dFSSlide .dFSSSvg{ position: absolute;  display: none;  height: 100vh;  width: -webkit-calc(100% + 300px); width: calc(100% + 300px);  margin-left: -150px; }.dceFullscreenSlider .dFSSlide .dFSSVideo{ height: 100vh; }.dceFullscreenSlider .dFSSlide .dFSSContent{ position: absolute;  display: none;  width: 100%; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline{ padding: 0 20px; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline h1,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline .likeH1,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline h2,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline .likeH2{ color: #fff;  padding: 0 0 25px;  margin: 0; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSTeaser{ font-size: 24px;  font-weight: bold;  line-height: 125%;  letter-spacing: 1px;  padding: 0 20px;  color: #fff; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink{ display: inline-block;  margin-top: 50px;  text-transform: uppercase;  font-weight: bold;  line-height: 150%;  letter-spacing: 1px; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink a{ color: #fff;  padding: 14px 20px;  border: 2px solid #fff; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink a:hover{ color: #e2001a;  background-color: #fff; }.dceFullscreenSlider .dFSSlide .dFSSOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-color: black;  opacity: .2; }.dceFullscreenSlider .slick-dots{ bottom: 80px;  left: 15px;  right: 15px;  width: -webkit-calc(100% - 30px); width: calc(100% - 30px);  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFullscreenSlider .slick-dots li{ margin: 0 5px;  background-color: #fff;  height: 5px;  display: block;  width: 100%;  position: relative; }.dceFullscreenSlider .slick-dots li button{ display: none; }.dceFullscreenSlider .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a;  -webkit-transition: width 0ms linear;  -o-transition: width 0ms linear;  -webkit-transition: width 0ms linear; transition: width 0ms linear; }.dceFullscreenSlider .slick-dots li.slick-active:before{ width: 100%;  -webkit-transition: width 5000ms linear;  -o-transition: width 5000ms linear;  -webkit-transition: width 5000ms linear; transition: width 5000ms linear; }.dceFullscreenSlider .slick-dots li.dFSSVideoDot:before{ display: none !important; }.dceFullscreenSlider .slick-dots li.slick-active span{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }.dFSScroll{ position: absolute;  left: -webkit-calc(50% - 50px); left: calc(50% - 50px);  width: 100px;  text-align: center;  color: #fff;  text-transform: uppercase;  margin-top: -111px;  font-size: 16px;  letter-spacing: 1px;  font-weight: bold;  height: 81px;  display: none;  cursor: pointer;  z-index: 1; }.dFSScroll .dFSSLabel{ color: transparent; }.dFSScroll .dFSSLine{ left: -webkit-calc(50% - 1px); left: calc(50% - 1px);  width: 2px;  height: 0;  background-color: white;  -webkit-transition: all 3000ms ease;  -o-transition: all 3000ms ease;  -webkit-transition: all 3000ms ease; transition: all 3000ms ease;  margin: 11px auto 0 auto; }.dFSScroll > span{ display: block; }.dFSScroll.act .dFSSLine{ height: 40px; }#content,#firstContent{ margin: 20px;  max-width: 1300px; }#content .frame,#firstContent .frame,#content .generalGrid,#content .dceTeasers,#firstContent .generalGrid,#firstContent .dceTeasers{ margin-bottom: 75px; }#content .frame:last-of-type,#firstContent .frame:last-of-type,#content .generalGrid:last-of-type,#content .dceTeasers:last-of-type,#firstContent .generalGrid:last-of-type,#firstContent .dceTeasers:last-of-type{ margin-bottom: 0; }#newsletter{ margin-bottom: 20px; }#unlimited{ margin-bottom: 10px;  margin-top: 40px;  padding-top: 40px;  border-top: 1px solid #d1d1d1; }#unlimited .dceTeasers{ max-height: 0;  overflow: hidden;  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  background-color: #1a171b;  padding-left: 20px;  padding-right: 20px; }#unlimited:hover .dULabel,#unlimited:hover .dUUnlimited{ color: #e2001a; }#unlimited:hover .dUArrow{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a; }#unlimited.act .dceTeasers{ max-height: 5000px; }#unlimited.act .dULabel,#unlimited.act .dUUnlimited{ color: #e2001a; }#unlimited.act .dUArrow{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }#footer{ background-color: #000;  padding: 20px;  padding-bottom: 66px;  color: #fff;  letter-spacing: 1px;  font-size: 16px; }#footer a{ color: #fff; }#footer a:hover{ color: #e2001a; }#footer .footerTop{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#footer .footerTop #fLogo{ margin: -5px 0 0 -5px; }#footer .footerTop #fLogo a{ display: block; }#footer .footerTop #fLogo a img{ width: 68px; }#footer .footerTop #toTop{ text-align: right;  text-transform: uppercase;  position: relative;  margin-right: 60px;  cursor: pointer; }#footer .footerTop #toTop > div{ position: absolute;  top: 10px;  right: -40px;  display: block;  width: 17px;  height: 17px;  border-top: 6px solid #fff;  border-right: 6px solid #fff;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  margin: 0 0 -10px 20px; }#footer .footerTop #toTop:hover{ color: #e2001a; }#footer .footerTop #toTop:hover > div{ border-top: 6px solid #e2001a;  border-right: 6px solid #e2001a; }#footer .footerCenter{ margin-top: 38px; }#footer .footerCenter #sitemap > ul,#footer .footerCenter #contact > ul,#footer .footerCenter #social > ul{ list-style-type: none;  padding: 0;  margin: 0; }#footer .footerCenter #sitemap > ul > li,#footer .footerCenter #contact > ul > li,#footer .footerCenter #social > ul > li{ font-size: 16px;  font-weight: bold;  line-height: 163%;  letter-spacing: 1px;  text-transform: uppercase; }#footer .footerCenter #sitemap > ul > li > ul,#footer .footerCenter #contact > ul > li > ul,#footer .footerCenter #social > ul > li > ul{ list-style-type: none;  padding: 0;  margin: 0;  padding: 19px 0 40px 0; }#footer .footerCenter #sitemap > ul > li > ul > li,#footer .footerCenter #contact > ul > li > ul > li,#footer .footerCenter #social > ul > li > ul > li{ font-weight: normal;  text-transform: none; }#footer .footerCenter #sitemap > ul > li > a,#footer .footerCenter #sitemap > ul > li > a:hover{ cursor: default;  color: #fff !important; }#footer .footerCenter #contactSocial a{ cursor: pointer; }#footer .footerCenter #contactSocial svg{ margin-top: 5px;  width: 30px;  height: 30px; }#footer .footerCenter #contactSocial svg path{ fill: #fff; }#footer .footerBottom ul{ list-style-type: none;  padding: 0;  margin: 0; }#footer .footerBottom ul li{ display: inline-block;  font-weight: bold;  margin-right: 20px; }#footer .footerBottom ul li a:hover{ color: #fff;  text-decoration: underline; }#alert,#findContent,#weatherContent,#contactContent,#bookmarkContent,#langNaviContent{ display: none; }#content .chosen-container-single,#content .chosen-container-multi{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }#content .chosen-container-single .chosen-single,#content .chosen-container-multi .chosen-single,#content .chosen-container-single .chosen-choices,#content .chosen-container-multi .chosen-choices{ border: 0;  background: #fff;  background-clip: unset;  -webkit-box-shadow: unset; box-shadow: unset;  -webkit-box-shadow: unset;  border-radius: unset;  font-size: 20px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  line-height: 200%;  letter-spacing: 1px;  height: 54px;  padding: 8px 20px 8px 20px;  color: #e2001a;  text-transform: uppercase; }#content .chosen-container-single .chosen-single .search-field input,#content .chosen-container-multi .chosen-single .search-field input,#content .chosen-container-single .chosen-choices .search-field input,#content .chosen-container-multi .chosen-choices .search-field input{ text-transform: uppercase;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  color: #1a171b;  letter-spacing: 1px; }#content .chosen-container-single .chosen-single b,#content .chosen-container-multi .chosen-single b,#content .chosen-container-single .chosen-choices b,#content .chosen-container-multi .chosen-choices b{ background-image: unset !important;  background: unset;  display: inline-block;  position: relative; }#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after{ position: absolute;  display: block;  content: '';  width: 9px;  height: 9px;  border-bottom: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: 20px; }#content .chosen-container-single .chosen-drop,#content .chosen-container-multi .chosen-drop{ border-radius: unset;  background-clip: unset;  border: 0;  -webkit-box-shadow: unset; box-shadow: unset; }#content .chosen-container-single.chosen-with-drop .chosen-single div b:after,#content .chosen-container-multi.chosen-with-drop .chosen-single div b:after{ -moz-transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);  -o-transform: rotate(-135deg);  -ms-transform: rotate(-135deg);  -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }#content .chosen-container-multi .chosen-choices{ padding-left: 66px;  background-image: url(/fileadmin/templates/images/magnify.svg);  background-repeat: no-repeat;  background-position: 20px center; }#content .chosen-container-multi .chosen-choices .search-choice{ position: relative;  display: inline-block;  background: #f2f2f2;  padding: 2px 44px 2px 12px;  height: 32px;  cursor: pointer;  border-radius: 0;  border: 0;  line-height: 32px;  color: #8d8d8f; }#content .chosen-container-multi .chosen-choices .search-choice .search-choice-close{ zoom: 150%;  top: 5px;  right: 10px; }#content .chosen-container-multi.chosen-container .chosen-results{ padding-left: 66px; }#content .chosen-container-multi.chosen-container .chosen-results .result-selected{ color: #e2001a;  position: relative; }#content .chosen-container-multi.chosen-container .chosen-results .result-selected:before{ position: absolute;  content: '';  display: block;  left: -30px;  top: 15px;  width: 10px;  height: 16px;  border: solid #e2001a;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .chosen-container .chosen-results{ margin: 0;  padding: 0;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  letter-spacing: 1px;  font-size: 20px; }#content .chosen-container .chosen-results li{ min-height: 54px;  line-height: 30px;  padding: 12px 20px;  text-transform: uppercase; }#content .chosen-container .chosen-results li.highlighted{ background-color: #e2001a;  background-image: unset; }.TickerNews{ width: 100%;  margin-top: -25px;  margin-bottom: 25px;  background-color: #e2001a;  padding-top: 2px;  z-index: 1000; }.ti_wrapper{ width: 100%;  position: relative;  overflow: hidden; }.ti_slide{ width: 30000px;  position: relative;  left: 0;  top: 0; }.ti_content{ width: 8000px;  position: relative;  float: left; }.ti_news{ float: left;  color: #fff;  text-transform: uppercase;  height: 30px; }.alertDescription{ position: fixed;  z-index: -10;  opacity: 0;  visibility: hidden;  top: -100px;  bottom: 0;  left: 0;  right: 0;  padding: 110px 20px 10px 20px;  color: #fff;  font-size: 20px;  line-height: 150%;  letter-spacing: .5px; }.alertDescription .aDTeaser{ font-weight: bold;  letter-spacing: 1px;  text-transform: uppercase;  margin-bottom: 12px; }.alertDescription .aDLink{ font-weight: bold;  letter-spacing: 1px;  position: relative;  padding-left: 17px;  margin-top: 12px; }.alertDescription .aDLink:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.alertDescription .aDClose{ position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 30px;  cursor: pointer; }.alertDescription .aDClose:before{ position: absolute;  display: block;  left: 50%;  bottom: 10px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.alertDescription a{ color: #fff;  text-decoration: none; }.alertDescription a:hover{ color: #fff;  text-decoration: underline; }.alertDescription.act{ z-index: 10;  opacity: 1;  visibility: visible;  background-color: #e2001a; }#mobileNaviTeaser,.mainNaviTeaser{ background-color: #f8f8f8; }#mobileNaviTeaser .dNTHeadline,.mainNaviTeaser .dNTHeadline{ color: #e2001a;  font-weight: bold;  line-height: 163%;  font-size: 16px;  letter-spacing: 1px;  text-transform: uppercase;  padding-bottom: 20px; }#mobileNaviTeaser .dNTSlider.slick-slider,.mainNaviTeaser .dNTSlider.slick-slider{ margin-bottom: 24px; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots{ bottom: -24px;  left: -5px;  right: -5px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li{ margin: 0 5px;  background-color: #fff;  height: 5px;  display: block;  width: 100%;  position: relative; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li button,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li button{ display: none; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active:before{ width: 100%; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.dFSSVideoDot:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.dFSSVideoDot:before{ display: none !important; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active span,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active span{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }#mobileNaviTeaser .dNTSSlide,.mainNaviTeaser .dNTSSlide{ position: relative; }#mobileNaviTeaser .dNTSSlide .dNTSSImage,.mainNaviTeaser .dNTSSlide .dNTSSImage,#mobileNaviTeaser .dNTSSlide .dNTSSContent,.mainNaviTeaser .dNTSSlide .dNTSSContent{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center; }#mobileNaviTeaser .dNTSSlide .dNTSSHeadline,.mainNaviTeaser .dNTSSlide .dNTSSHeadline{ color: #fff;  font-size: 24px;  font-weight: bold;  line-height: 125%;  letter-spacing: 1px;  text-transform: uppercase;  padding: 40px 40px 0 40px; }#mobileNaviTeaser .dNTSSlide .dNTSSSubheadline,.mainNaviTeaser .dNTSSlide .dNTSSSubheadline{ color: #fff;  text-transform: uppercase;  display: inline-block;  background-color: #e2001a;  margin: 12px 40px;  padding: 0 12px; }#mobileNaviTeaser .dNTSSlide .dNTSSLink,.mainNaviTeaser .dNTSSlide .dNTSSLink{ position: absolute;  left: 40px;  bottom: 37px; }.mainNaviTeaser .dNTSSlide{ height: 310px; }.dceTeasers .dTTeaser{ position: relative;  margin-bottom: 20px;  width: 100%;  overflow: hidden; }.dceTeasers .dTTeaser .generalMore span{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceTeasers .dTTeaser > div{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceTeasers .dTTeaser .dTTImage{ z-index: 0;  background-size: cover;  background-position: center center; }.dceTeasers .dTTeaser .dTTContent{ display: block;  z-index: 10; }.dceTeasers .dTTeaser .dTTContent a{ display: block;  padding: 40px;  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceTeasers .dTTeaser .dTTContent a h1,.dceTeasers .dTTeaser .dTTContent a .likeH1,.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2,.dceTeasers .dTTeaser .dTTContent a h3,.dceTeasers .dTTeaser .dTTContent a .likeH3,.dceTeasers .dTTeaser .dTTContent a h4,.dceTeasers .dTTeaser .dTTContent a .likeH4,.dceTeasers .dTTeaser .dTTContent a h5,.dceTeasers .dTTeaser .dTTContent a .likeH5,.dceTeasers .dTTeaser .dTTContent a .dceUnlimited .dULabel,.dceUnlimited .dceTeasers .dTTeaser .dTTContent a .dULabel{ color: #fff;  font-size: 24px;  font-weight: bold;  line-height: 30px;  letter-spacing: 1px;  text-transform: uppercase;  margin: 3px 0; }.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2{ font-size: 40px !important;  line-height: 125% !important;  letter-spacing: 1px; }.dceTeasers .dTTeaser .dTTContent a .dTTCDateText{ display: inline-block;  font-weight: bold;  padding: 0 12px;  background-color: #e2001a;  font-size: 20px;  line-height: 34px;  color: #fff;  margin: 3px 0; }.dceTeasers .dTTeaser .dTTContent a .dTTCTeaser{ display: none;  margin-top: -10px;  margin-bottom: 10px;  color: #fff;  text-shadow: 0 0 4px #1a171b; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink{ position: absolute;  bottom: 40px;  left: 40px; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink a{ display: inline-block; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink .dTTCLLabel{ padding-left: 10px;  color: #fff;  letter-spacing: 1px;  line-height: 30px;  font-weight: bold; }.dceTeasers .dTTeaser.col-12-12{ min-height: 465px; }.dceTeasers .dTTeaser.col-6-12,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser,.dceTeasers .cDDContent > div.dTTeaser,.dceTeasers .dTTeaser.col-3-12{ min-height: 310px; }.dceTeasers .dTTeaser:hover .generalMore span{ background-color: #e2001a; }.dceTextContent h3,.dceTextContent .likeH3,.dceTextContent h4,.dceTextContent .likeH4,.dceTextContent h5,.dceTextContent .likeH5,.dceTextContent .dceUnlimited .dULabel,.dceUnlimited .dceTextContent .dULabel{ max-width: 50%; }.dceTextContent .dTCPPolySvg{ display: none; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 300px; }.dTCPPSmall{ display: none; }.dceFacts .dFLink{ margin: 40px 0; }.dceFacts .dFImages{ margin-bottom: 74px; }.dceFacts .dFImages .dFIImage{ position: relative;  height: -webkit-calc(100vw - 40px); height: calc(100vw - 40px);  max-height: 480px;  text-align: center; }.dceFacts .dFImages .dFIImage .dFIIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover; }.dceFacts .dFImages .dFIImage svg{ height: 100%;  width: 100%;  max-width: 480px;  max-height: 480px; }.dceFacts .dFImages .slick-dots{ bottom: -20px;  height: 4px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  background-color: #f2f2f2; }.dceFacts .dFImages .slick-dots li{ width: 100%;  height: 4px;  margin: 0; }.dceFacts .dFImages .slick-dots li button{ display: none; }.dceFacts .dFImages .slick-dots li.slick-active{ background-color: #e2001a; }.dceFacts .dFImages.act{ height: 54px;  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }.dceFacts .dFImages.act .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFacts .dFIInfo.slick-slide{ padding: 0 4px;  margin: 0; }.dceFactsParallax{ display: none; }.dceFactsParallax .dFPScreen{ min-height: 100vh;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  min-height: 456px; }.dceFactsParallax .dFPScreen > div .dFPSNavigation,.dceFactsParallax .dFPScreen > div .dFPSContent,.dceFactsParallax .dFPScreen > div .dFPSImage,.dceFactsParallax .dFPScreen > div .dFPSAnchor{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSContent{ width: 38.4615384615%; }.dceFactsParallax .dFPScreen > div .dFPSContent .dFPSCLink{ margin-top: 40px; }.dceFactsParallax .dFPScreen > div .dFPSImage{ width: 40.7692307692%;  height: auto; }.dceFactsParallax .dFPScreen > div .dFPSImage .dFPSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover; }.dceFactsParallax .dFPScreen > div .dFPSImage .dFPSIFixed.act{ position: fixed !important; }.dceFactsParallax .dFPScreen > div .dFPSNavigation{ width: 4px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSNavigation > div{ height: 180px;  width: 4px; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed{ background-color: #f2f2f2;  height: 180px;  width: 4px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed > span{ height: 100%; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed > span.act{ background-color: #e2001a; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed.act{ position: fixed !important; }.dceNewsletter{ min-height: 800px;  background-image: url(/fileadmin/templates/images/newsletterBg.svg);  background-position: left center;  background-repeat: no-repeat;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding: 20px;  color: #fff; }.dceNewsletter h1,.dceNewsletter .likeH1,.dceNewsletter h2,.dceNewsletter .likeH2,.dceNewsletter h3,.dceNewsletter .likeH3,.dceNewsletter h4,.dceNewsletter .likeH4,.dceNewsletter h5,.dceNewsletter .likeH5,.dceNewsletter .dceUnlimited .dULabel,.dceUnlimited .dceNewsletter .dULabel,.dceNewsletter a{ color: #fff;  font-weight: bold; }.dceNewsletter input,.dceNewsletter select{ background: transparent;  border: 0;  line-height: 22px;  color: #fff;  text-decoration: underline; }.dceNewsletter input::-webkit-input-placeholder,.dceNewsletter select::-webkit-input-placeholder{ color: #707173;  text-decoration: underline;  -webkit-text-decoration-color: #707173;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input:-ms-input-placeholder,.dceNewsletter select:-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input::-ms-input-placeholder,.dceNewsletter select::-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input::placeholder,.dceNewsletter select::placeholder{ color: #707173;  text-decoration: underline;  -webkit-text-decoration-color: #707173;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input:-ms-input-placeholder,.dceNewsletter select:-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173; }.dceNewsletter input::-ms-input-placeholder,.dceNewsletter select::-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173; }.dceNewsletter input#newsletterEmail,.dceNewsletter select#newsletterEmail{ min-width: 175px; }.dceNewsletter select{ color: #707173; }.dceNewsletter #newsletterSubmit{ margin-top: 35px; }.dceUnlimited{ text-align: center;  cursor: pointer; }.dceUnlimited .dULabel{ padding: 0; }.dceUnlimited .dUArrow{ border-top: 4px solid #1a171b;  border-right: 4px solid #1a171b;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.dceUnlimited .dUUnlimited{ background-color: #1a171b;  color: #fff;  margin-top: 10px;  line-height: 40px;  letter-spacing: 4px; }.dcePolygonText .dPTPoly{ display: none;  width: 640px;  height: 323px;  position: relative; }.dcePolygonText .dPTPoly > svg{ position: absolute;  -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }.dcePolygonText .dPTPoly > svg#dPTPolyLowerLeft{ top: 181px;  left: 63px; }.dcePolygonText .dPTPoly > svg#dPTPolyUpperLeft{ top: 77px;  left: 95px; }.dcePolygonText .dPTPoly > svg#dPTCenterRight{ left: 285px;  top: 77px; }.dcePolygonText .dPTPoly > svg#dPTCenter{ left: 223px;  top: 77px; }.dcePolygonText.act .dPTPoly > svg#dPTPolyLowerLeft{ left: 0; }.dcePolygonText.act .dPTPoly > svg#dPTPolyUpperLeft{ top: 0;  left: 32px; }.dcePolygonText.act .dPTPoly > svg#dPTCenterRight{ left: 498px; }#header{ min-height: 150px; }.dceHeaderSmall{ overflow: hidden;  margin-bottom: 30px; }.dceHeaderSmall .dHSFullscreen{ color: #fff; }.dceHeaderSmall .dHSFullscreen h1,.dceHeaderSmall .dHSFullscreen .likeH1,.dceHeaderSmall .dHSFullscreen h2,.dceHeaderSmall .dHSFullscreen .likeH2,.dceHeaderSmall .dHSFullscreen h3,.dceHeaderSmall .dHSFullscreen .likeH3,.dceHeaderSmall .dHSFullscreen h4,.dceHeaderSmall .dHSFullscreen .likeH4,.dceHeaderSmall .dHSFullscreen h5,.dceHeaderSmall .dHSFullscreen .likeH5,.dceHeaderSmall .dHSFullscreen .dceUnlimited .dULabel,.dceUnlimited .dceHeaderSmall .dHSFullscreen .dULabel{ color: #fff; }.dceHeaderSmall .dHSFullscreen iframe{ max-width: none !important; }.dceHeaderSmall h1,.dceHeaderSmall .likeH1{ margin-top: 30px; }.dceHeaderSmall .dHSImage{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceHeaderSmall .dHSImage > div{ padding: 0 20px; }.dceHeaderSmall .dHSLink{ margin-top: 20px; }.dceHeaderSmall .dHSSmall{ margin: 0 -20px 20px -20px; }.dceHeaderSmall .dHSMargin{ padding: 10px 20px 0 20px; }.dceHeaderSmall .dHSMargin > div{ max-width: 650px; }.dceBackOverview span{ background-color: #e2001a;  color: #fff;  margin-right: 20px; }.dceBackOverview span:hover{ color: #fff; }.dceFactbox{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactbox h3,.dceFactbox .likeH3{ text-transform: uppercase; }.dceFactbox .dFOpeningtimes{ margin-top: 20px; }.dceFactbox .dFOpeningtimes .dFOStatus.open,.dceFactbox .dFOpeningtimes .dFOStatus.closed{ margin-top: 14px;  display: inline-block;  padding: 2px 12px;  color: #fff;  text-transform: uppercase; }.dceFactbox .dFOpeningtimes .dFOStatus.open{ background-color: #b0c82c; }.dceFactbox .dFOpeningtimes .dFOStatus.closed{ background-color: #e2001a; }.dceFactbox a,.dceFactbox .dFFax{ color: #e2001a; }.dceFactboxTour{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactboxTour h3,.dceFactboxTour .likeH3{ text-transform: uppercase; }.dceFactboxTour .dFTStats{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.dceFactboxTour .dFTStats > div{ width: 50%;  margin-bottom: 20px; }.dceFactboxTour .dFTStats > div svg polygon{ fill: #8d8d8f; }.dceFactboxTour .dFTStats > div.dFTDifficulty1{ color: #b0c82c; }.dceFactboxTour .dFTStats > div.dFTDifficulty1 svg polygon{ fill: #b0c82c; }.dceFactboxTour .dFTStats > div.dFTDifficulty2{ color: #e2a000; }.dceFactboxTour .dFTStats > div.dFTDifficulty2 svg polygon{ fill: #e2a000; }.dceFactboxTour .dFTStats > div.dFTDifficulty3{ color: #e2001a; }.dceFactboxTour .dFTStats > div.dFTDifficulty3 svg polygon{ fill: #e2001a; }.dceFactboxTour > div span{ display: inline-block;  min-width: 140px; }.dceFactboxTour .dFTLink{ text-align: right;  margin-top: 33px; }.dceFactboxTour .dFTLink span{ background-color: #e2001a;  color: #fff; }.dceFactboxEvent{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactboxEvent a{ color: #e2001a; }.dceFactboxEvent h3,.dceFactboxEvent .likeH3{ text-transform: uppercase; }.dceFactboxEvent .dFEDate{ margin-top: 20px;  text-transform: uppercase; }.dceFactboxEvent .dFEDate .dFEDIcon{ text-align: right; }.dceFactboxEvent .dFEDate .dFEDIcon svg{ margin-top: 20px;  padding: 6px;  height: 52px;  width: 52px; }.dceFactboxEvent .dFEDate .dFEDIcon svg polygon{ fill: #e2001a; }.dceGallery .dGImage2,.dceGallery .dGImage3{ overflow: hidden;  margin-bottom: 20px;  position: relative; }.dceGallery .dGImage2:hover .generalOverlay,.dceGallery .dGImage2:hover #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .dceGallery .dGImage2:hover .dNTSSOverlay,.dceGallery .dGImage2:hover .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dceGallery .dGImage2:hover .dNTSSOverlay,.dceGallery .dGImage2:hover .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .dceGallery .dGImage2:hover .dTTOverlay,.dceGallery .dGImage2:hover .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .dceGallery .dGImage2:hover .dFIIOverlay,.dceGallery .dGImage2:hover .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .dceGallery .dGImage2:hover .bSEOverlay,.dceGallery .dGImage2:hover .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .dceGallery .dGImage2:hover .clPOverlay,.dceGallery .dGImage2:hover .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .dceGallery .dGImage2:hover .clPOverlay,.dceGallery .dGImage2:hover .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .dceGallery .dGImage2:hover .cMPIOverlay,.dceGallery .dGImage2:hover .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .dceGallery .dGImage2:hover .cDIOverlay,.dceGallery .dGImage2:hover .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .dceGallery .dGImage2:hover .dVVOverlay,.dceGallery .dGImage3:hover .generalOverlay,.dceGallery .dGImage3:hover #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .dceGallery .dGImage3:hover .dNTSSOverlay,.dceGallery .dGImage3:hover .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dceGallery .dGImage3:hover .dNTSSOverlay,.dceGallery .dGImage3:hover .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .dceGallery .dGImage3:hover .dTTOverlay,.dceGallery .dGImage3:hover .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .dceGallery .dGImage3:hover .dFIIOverlay,.dceGallery .dGImage3:hover .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .dceGallery .dGImage3:hover .bSEOverlay,.dceGallery .dGImage3:hover .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .dceGallery .dGImage3:hover .clPOverlay,.dceGallery .dGImage3:hover .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .dceGallery .dGImage3:hover .clPOverlay,.dceGallery .dGImage3:hover .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .dceGallery .dGImage3:hover .cMPIOverlay,.dceGallery .dGImage3:hover .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .dceGallery .dGImage3:hover .cDIOverlay,.dceGallery .dGImage3:hover .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .dceGallery .dGImage3:hover .dVVOverlay{ opacity: 0;  -moz-transform: scale(1.2);  -webkit-transform: scale(1.2);  -o-transform: scale(1.2);  -ms-transform: scale(1.2);  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }.dceGallery .dGImage2 a,.dceGallery .dGImage3 a{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  display: block;  width: 100%;  height: 100%; }.dceCards h2,.dceCards .likeH2,.dceCards h3,.dceCards .likeH3{ max-width: 60%; }.dceCards .dCCLButton{ margin: 20px 0; }.dceCards .dCCard{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.dceCards .dCCard > div{ width: 100%; }.dceCards .dCCard .dCCImageLandscape{ margin: 0 20px;  max-height: 480px;  max-width: 480px;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard .dCCImagePortrait{ margin: 0 40px;  max-height: 480px;  max-width: 480px;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard .dCCImagePortrait img{ max-height: 480px; }.dceCards .dCCard img{ opacity: 0; }.dceCards .dCCard img.show{ opacity: 1; }.dceCardsMultiple .dCCard{ padding: 20px; }.dceCardsMultiple .dCCard .dCCImageLandscape,.dceCardsMultiple .dCCard .dCCImagePortrait{ margin-left: -10px;  margin-right: -10px;  margin-bottom: 20px;  max-height: 480px;  max-width: 480px; }.dceCardsMultiple .dCCard .dCCLink{ margin-top: 20px; }.dceInfoBites .dIBContent .dIBCText{ margin-bottom: 16px;  font-family: 'AltoProCon-Bold';  text-transform: uppercase;  display: inline-block;  letter-spacing: 1px; }.dceInfoBites .dIBContent .dIBCText.dIBCRedBg{ padding: 2px 12px 0 12px;  color: #fff;  background-color: #e2001a; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack{ font-size: 24px;  line-height: 125%;  color: #1a171b; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack strong{ color: #e2001a; }.dceInfoBites .dIBContent .dIBCLink{ margin-bottom: 20px; }.dceVideo{ overflow: hidden; }.dceVideo .dceVideoBg{ display: none; }.dceVideo .dVVideoSlider{ margin: 0 -20px;  padding: 0 20px; }.dceVideo .dVVideoSlider .slick-track{ padding-bottom: 10px; }.dceVideo .dVVideoSlider .dVVideo{ margin: 0 10px; }.dceVideo .dVVideoSlider .dVVideo h3,.dceVideo .dVVideoSlider .dVVideo .likeH3{ padding: 20px;  margin: 0; }.dceVideo .dVVideoSlider .dVVideo .dVVOverlayNew{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceVideo .slick-dots{ bottom: -20px;  height: 4px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  background-color: #f2f2f2; }.dceVideo .slick-dots li{ width: 100%;  height: 4px;  margin: 0; }.dceVideo .slick-dots li button{ display: none; }.dceVideo .slick-dots li.slick-active{ background-color: #e2001a; }.dceVideo .dVVideoNavi{ display: none; }#content .tx-wc-forecast{ margin: 0 -20px;  min-width: -webkit-calc(100% + 40px); min-width: calc(100% + 40px);  position: relative; }#content .tx-wc-forecast .forecastContentNavi{ display: none;  padding: 40px 20px 0 20px;  max-width: 1300px;  margin: 0 auto;  font-size: 20px;  letter-spacing: 1px;  text-transform: uppercase; }#content .tx-wc-forecast .forecastContentNavi .slick-slide span{ display: block;  margin: 0 10px;  padding: 20px 0;  border-top: 4px solid #8d8d8f;  font-family: 'AltoProCon-Bold';  cursor: pointer; }#content .tx-wc-forecast .forecastContentNavi .slick-slide.slick-current span{ border-top: 4px solid #e2001a;  color: #e2001a; }#content .tx-wc-forecast .forecastContentNavi .slick-prev,#content .tx-wc-forecast .forecastContentNavi .slick-next{ top: 78px; }#content .tx-wc-forecast .forecastContentNavi .slick-prev:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-left: 4px solid #8d8d8f;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }#content .tx-wc-forecast .forecastContentNavi .slick-next:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-right: 4px solid #8d8d8f;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .tx-wc-forecast .forecastContentSlider .forecastBg{ padding: 0; }#content .tx-wc-forecast .forecastBg{ padding: 0 20px;  min-height: 472px;  background-size: cover;  background-position: left top;  color: #fff;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#content .tx-wc-forecast .forecastBg a{ color: #fff; }#content .tx-wc-forecast .forecastBg h3,#content .tx-wc-forecast .forecastBg .likeH3{ text-transform: uppercase;  color: #fff;  font-size: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2{ padding-bottom: 100px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity{ padding: 20px;  max-width: 1300px;  margin: 0 auto; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow{ display: none;  text-align: center; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow h3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow .likeH3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow h3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow .likeH3{ padding-bottom: 0; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCIcon{ width: 56px;  margin-left: 11px;  margin-right: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo{ width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo strong{ font-weight: normal;  text-transform: uppercase; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo .fCITemp{ font-family: 'AltoProCon-Bold';  font-size: 60px;  line-height: 60px;  margin-top: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCForecast{ display: none;  width: -webkit-calc(100% - 300px); width: calc(100% - 300px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCWebcam{ font-weight: bold;  padding-left: 18px;  position: relative;  display: block;  margin-top: 40px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCWebcam:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .tx-wc-forecast #forecastSelect_chosen{ position: absolute;  bottom: 64px;  left: 20px;  min-width: 334px; }.blogSlider{ margin-left: -10px;  margin-right: -10px; }.blogSlider .bsEntry{ min-height: 552px;  padding-bottom: 50px;  position: relative;  margin: 0 10px 24px 10px; }.blogSlider .bsEntry .bSEImageWrap{ position: relative;  height: 310px; }.blogSlider .bsEntry .bSEImageWrap .bSEImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center; }.blogSlider .bsEntry .bSEImageWrap h5,.blogSlider .bsEntry .bSEImageWrap .likeH5,.blogSlider .bsEntry .bSEImageWrap .dceUnlimited .dULabel,.dceUnlimited .blogSlider .bsEntry .bSEImageWrap .dULabel{ position: absolute;  z-index: 10;  display: inline-block;  margin: 40px;  background-color: #e2001a;  padding: 3px 12px;  text-transform: uppercase;  color: #fff; }.blogSlider .bsEntry .bSEImageWrap h5 a,.blogSlider .bsEntry .bSEImageWrap .likeH5 a,.blogSlider .bsEntry .bSEImageWrap .dceUnlimited .dULabel a,.dceUnlimited .blogSlider .bsEntry .bSEImageWrap .dULabel a{ color: #fff; }.blogSlider .bsEntry .bSEImageWrap .bSEOverlay{ z-index: 5; }.blogSlider .bsEntry .bSEImageWrap .bSEOverlay a{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.blogSlider .bsEntry .bSETeaser{ padding: 20px 20px 0 20px;  font-weight: bold;  text-transform: uppercase;  color: #1a171b; }.blogSlider .bsEntry .bSEDate{ padding: 0 20px;  color: #8d8d8f; }.blogSlider .bsEntry .bSERating{ position: absolute;  bottom: 23px;  left: 20px;  right: 20px; }.blogSlider .bsEntry .bSERating > img{ margin-left: -12px;  display: inline; }.blogSlider .bsEntry .bSEAuthorSmall,.blogSlider .bsEntry .bSEAuthorBig{ display: none; }.blogSlider.blogSliderWithAvatar .bSEAuthorSmall{ display: block;  position: absolute;  left: 20px;  margin-top: 20px;  width: 40px;  height: 40px; }.blogSlider.blogSliderWithAvatar .bSETeaser,.blogSlider.blogSliderWithAvatar .bSEDate{ padding-left: 80px; }.blogSlider.blogSliderWithAvatar .bSERating{ left: 80px; }.blogSlider .slick-dots{ width: 100%;  bottom: -4px;  height: 4px;  background-color: #fff;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.blogSlider .slick-dots li{ background-color: #f2f2f2;  margin: 0 10px;  height: 4px;  width: 100%;  margin: 0; }.blogSlider .slick-dots li button{ display: none; }.blogSlider .slick-dots li.slick-active{ background-color: #e2001a; }.blogSlider.slick-dotted.slick-slider{ margin-bottom: 150px; }.filter{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  text-transform: uppercase;  margin-bottom: 20px; }.filter .fCurrent{ color: #1a171b; }.filter .fCurrent .fCTarget{ color: #8d8d8f; }.filter .fCurrent .fCTarget span{ position: relative;  display: inline-block;  background-color: #f2f2f2;  padding: 2px 44px 2px 12px;  height: 32px;  cursor: pointer;  margin-bottom: 5px; }.filter .fCurrent .fCTarget span:after,.filter .fCurrent .fCTarget span:before{ position: absolute;  right: 21px;  top: 8px;  display: block;  content: '';  height: 15px;  width: 3px;  background-color: #8d8d8f; }.filter .fCurrent .fCTarget span:before{ -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.filter .fCurrent .fCTarget span:after{ -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.filter .fTitle{ text-align: right;  color: #e2001a; }.filter .fTitle .fTToggle{ position: relative;  display: inline-block;  padding-right: 18px;  cursor: pointer; }.filter .fTitle .fTToggle:after{ position: absolute;  display: block;  right: 0;  top: 7px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.filter .fTitle .fTToggle.tFHide:after{ top: 10px;  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }.filter .fWrap{ width: 100%;  display: none;  margin-top: 20px; }.filter .fWrap .fWAccHead{ color: #1a171b;  position: relative;  cursor: pointer;  padding: 10px 0; }.filter .fWrap .fWAccHead:after{ position: absolute;  display: block;  right: 0;  top: 15px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #1a171b;  border-right: 4px solid #1a171b;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.filter .fWrap .fWAccHead.act:after{ -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }.filter .fWrap .fWAccContent{ display: none; }.filter .fWrap .fWAccContent .chosen-container{ width: 100% !important; }.filter .fWrap .ui-corner-all{ border-bottom-right-radius: 0;  border-bottom-left-radius: 0;  border-top-right-radius: 0;  border-top-left-radius: 0; }.filter .fWrap .ui-slider{ border: 0;  background: #f8f8f8;  height: 8px;  margin-bottom: 22px;  padding: 0 !important; }.filter .fWrap .ui-slider .ui-slider-handle{ width: 52px;  height: 52px;  border-radius: 26px;  top: -22px;  margin-left: -26px;  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2); box-shadow: 0 0 8px 0 rgba(26,23,27,.2);  border: 0;  background-color: #fff; }.filter .fWrap .ui-slider .ui-slider-range{ background-color: #e2001a; }.filter .fWrap .fWElement{ padding: 20px; }.filter .fWrap .fWElement .fWEInput{ padding: 8px 20px 14px 20px;  height: 52px; }.filter .fWrap .fWElement .fWEInput label{ display: block;  font-size: 10px;  line-height: 10px;  letter-spacing: .63px;  color: #8d8d8f;  margin: 0; }.filter .fWrap .fWElement .fWEInput input{ height: 20px;  background-color: transparent;  border: 0;  line-height: 20px;  color: #e2001a; }.filter .fWrap .fWElement .fWSValues{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  color: #f2f2f2;  margin: 20px 0 32px 0; }.filter .fWrap .fWElement.fWSliderSingle .fWSValues{ -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.filter .fWrap .fWElement.fWCheckbox{ max-height: 330px;  overflow: visible; }.filter .fWrap .fWElement.fWCheckbox label{ position: relative;  cursor: pointer;  color: #1a171b;  padding-left: 60px;  padding-top: 7px;  margin-top: 22px;  background-repeat: no-repeat;  background-position: 60px 0; }.filter .fWrap .fWElement.fWCheckbox label.fWCIcon{ padding-left: 110px; }.filter .fWrap .fWElement.fWCheckbox label.fWCQuality{ padding-top: 0; }.filter .fWrap .fWElement.fWCheckbox label input{ position: absolute;  right: 0;  opacity: 0; }.filter .fWrap .fWElement.fWCheckbox label span{ position: absolute;  left: 0;  top: 0;  display: inline-block;  width: 40px;  height: 40px;  border: 2px solid #f8f8f8; }.filter .fWrap .fWElement.fWCheckbox label input:checked ~ span{ background-color: #e2001a;  border: 2px solid #e2001a; }.filter .fWrap .fWElement.fWCheckbox label input:checked ~ span:after{ position: absolute;  content: '';  display: block;  left: 13px;  top: 7px;  width: 10px;  height: 16px;  border: solid white;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.filter .fWrap .fWElement.fWRadio label{ position: relative;  cursor: pointer;  color: #1a171b;  padding-left: 60px;  padding-top: 7px;  margin-top: 22px;  background-repeat: no-repeat;  background-position: 60px 0; }.filter .fWrap .fWElement.fWRadio label.fWCIcon{ padding-left: 110px; }.filter .fWrap .fWElement.fWRadio label.fWCQuality{ padding-top: 0; }.filter .fWrap .fWElement.fWRadio label input{ position: absolute;  right: 0;  opacity: 0; }.filter .fWrap .fWElement.fWRadio label span{ position: absolute;  left: 0;  top: 0;  display: inline-block;  width: 40px;  height: 40px;  border: 2px solid #f8f8f8;  border-radius: 20px; }.filter .fWrap .fWElement.fWRadio label input:checked ~ span{ background-color: #e2001a;  border: 2px solid #e2001a; }.filter .fWrap .fWElement.fWRadio label input:checked ~ span:after{ position: absolute;  content: '';  display: block;  left: 0;  top: 0;  width: 36px;  height: 36px;  border: 2px solid #fff;  border-radius: 18px; }.filter .fWrap .fWElement.fWMultiselect select,.filter .fWrap .fWElement.fWLocation select,.filter .fWrap .fWElement.fWSelect select{ width: 100%; }.filter .fWrap .fWElement.fWMultiselect .fWLInfo,.filter .fWrap .fWElement.fWLocation .fWLInfo,.filter .fWrap .fWElement.fWSelect .fWLInfo{ font-size: 10px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  line-height: 10px;  letter-spacing: .63px;  margin: 20px 0;  color: #8d8d8f; }.filter .fWrap .fWElement.fWMultiselect .fWLCity .chosen-single,.filter .fWrap .fWElement.fWLocation .fWLCity .chosen-single,.filter .fWrap .fWElement.fWSelect .fWLCity .chosen-single{ padding-left: 66px !important;  background-image: url(/fileadmin/templates/images/magnify.svg) !important;  background-repeat: no-repeat !important;  background-position: 20px center !important; }.filter .fWrap .fWElement.fWMultiselect .fWLCity .chosen-single.chosen-default,.filter .fWrap .fWElement.fWLocation .fWLCity .chosen-single.chosen-default,.filter .fWrap .fWElement.fWSelect .fWLCity .chosen-single.chosen-default{ color: #1a171b !important; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap{ height: 52px;  color: #8d8d8f;  padding-left: 20px;  background-image: url(/fileadmin/templates/images/magnifyRed.svg);  background-repeat: no-repeat;  background-position: right 20px center; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div{ padding-top: 12px;  height: 30px; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input{ border: 0;  background-color: transparent;  height: 14px;  padding: 0 0 4px;  width: 100%;  text-transform: uppercase; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap.act div{ font-size: 10px;  line-height: 10px;  height: 18px; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap.act input{ height: 30px;  padding: 0 0 14px; }.filter .fWrap .fWElement.fWDaterange input{ width: 100%;  padding: 12px 10px 8px 66px;  background-image: url(/fileadmin/templates/images/calendar.svg) !important;  background-repeat: no-repeat !important;  background-position: 12px center !important;  border: 0;  line-height: 32px;  color: #e2001a; }.filter .fWrap .fWElement.fWReset{ color: #f2f2f2;  padding: 10px 0; }.filter .fWrap .fWElement.fWReset div.act{ color: #e2001a; }.daterangepicker{ border: 0;  border-radius: 0;  font-size: 16px;  line-height: 26px; }.daterangepicker:after,.daterangepicker:before{ display: none; }.daterangepicker.show-calendar .drp-buttons{ display: none; }.daterangepicker .drp-calendar{ max-width: 320px; }.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{ border: solid #e2001a;  border-width: 0 3px 3px 0; }.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{ min-width: 44px;  height: 44px;  line-height: 44px; }.daterangepicker .calendar-table td{ font-size: 16px;  color: #1a171b;  font-weight: bold; }.daterangepicker .calendar-table td.in-range{ background-color: #f8f8f8; }.daterangepicker .calendar-table td.active,.daterangepicker .calendar-table td.active:hover{ background-color: #e2001a;  border-radius: 0;  color: #fff; }.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{ color: #f8f8f8; }.ui-widget-content{ border: 0;  background-color: #fff;  padding: 20px; }.ui-widget-content .ui-menu-item{ border: 0 !important;  cursor: pointer; }.ui-widget-content .ui-menu-item div{ border: 0 !important;  text-transform: uppercase;  padding: 10px 0; }.ui-widget-content .ui-menu-item:hover{ color: #e2001a; }.ui-widget-content .ui-menu-item:hover div{ color: #e2001a; }.dceHeaderSmall .banner-wide{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.dceHeaderSmall .banner-wide .gthumb{ -webkit-flex-grow: 1; flex-grow: 1; }.dceHeaderSmall .banner-wide .gthumb > img{ height: 100% !important; }.contwiseList .cLPoi{ margin-bottom: 20px; }.contwiseList .cLPoi h3,.contwiseList .cLPoi .likeH3{ padding: 20px;  text-transform: uppercase; }.contwiseList .cLPoi .cLPImage{ position: relative; }.contwiseList .cLPoi .cLPImage .cLPIImage{ background-size: cover;  background-position: center center; }.contwiseList .cLPoi .cLPImage .clPOverlay a{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseList .cLPoi .cLPImage .cIPShare{ position: absolute;  right: 20px;  top: 0;  width: 40px;  height: 40px;  background-color: #fff; }.contwiseList .cLPoi .cLPImage .cLPIHighlight{ position: absolute;  bottom: 0;  left: 0;  right: 0;  background-color: magenta;  color: #fff;  text-align: center;  line-height: 40px;  text-transform: uppercase;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif; }.contwiseList .cLPoi .cLPHighlights{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding: 0 20px 20px 20px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight{ width: 50%;  position: relative;  padding-left: 30px;  color: #8d8d8f; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight svg{ position: absolute;  left: 0;  top: 3px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight svg polygon{ fill: #8d8d8f; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty0{ color: #b0c82c; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty1{ color: #f7b234; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty1 svg polygon{ fill: #f7b234; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty2{ color: #e2001a; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty2 svg polygon{ fill: #e2001a; }.contwiseList .cLPoi .cLPDescription{ max-height: 60px;  padding: 0 20px;  overflow: hidden; }.contwiseList .cLPoi .cLPDescription.act{ max-height: 10000px; }.contwiseList .cLPoi .cLPDescriptionToggle{ text-transform: lowercase;  padding: 0 20px 20px 20px;  color: #000; }.contwiseList .cLPoi .cLPDescriptionToggle span:last-of-type{ display: none; }.contwiseList .cLPoi .cLPDescriptionToggle.act span:first-of-type{ display: none; }.contwiseList .cLPoi .cLPDescriptionToggle.act span:last-of-type{ display: inline-block; }.contwiseList .cLPoi .cLPMore{ padding: 0 20px 20px 20px; }.contwiseList .cLPoi .cLPMore a{ display: inline-block;  width: 100%; }.contwiseList .cLPoi .cLPMore a span{ width: 100%;  text-align: center; }.contwiseList .f3-widget-paginator{ display: block;  width: 100%; }.contwiseGrid{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.contwiseGrid .cLPoi{ margin-bottom: 20px;  width: 100%; }.contwiseGrid .cLPoi h3,.contwiseGrid .cLPoi .likeH3{ padding: 20px;  text-transform: uppercase; }.contwiseGrid .cLPoi .cLPImage{ position: relative; }.contwiseGrid .cLPoi .cLPImage .cLPIImage{ background-size: cover;  background-position: center center;  height: 334px !important; }.contwiseGrid .cLPoi .cLPImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseGrid .f3-widget-paginator{ display: block;  width: 100%; }.contwiseMap .contwiseMapContainer{ height: 552px; }.contwiseMap .contwiseMapPoi{ display: none; }.contwiseMap .contwiseMapPoi > div .cMPImage{ position: relative; }.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIImage{ background-size: cover;  background-position: center center; }.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIShare{ position: absolute;  right: 20px;  top: 0;  width: 40px;  height: 40px;  background-color: #fff; }.contwiseMap .contwiseMapPoi > div .cMPImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseMap .contwiseMapPoi > div .cMPContent{ padding: 20px; }.contwiseMap .contwiseMapPoi > div .cMPCMore{ margin-top: 20px; }.contwiseResults{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x; }.contwiseResults .cRWrap{ max-width: 1300px;  margin: 0 auto 20px auto; }.contwiseResults .cRWrap .cRResult{ text-align: center;  text-transform: uppercase;  padding-top: 20px; }.contwiseResults .cRWrap .cRSorting select{ width: 100%; }.contwiseResults .cRWrap .cRMode > form{ width: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseResults .cRWrap .cRMode > form input{ display: none; }.contwiseResults .cRWrap .cRMode > form > div{ width: 33.33333333%;  height: 52px;  text-align: center; }.contwiseResults .cRWrap .cRResult,.contwiseResults .cRWrap .cRSorting,.contwiseResults .cRWrap .cRMode{ margin-top: 20px; }.contwiseResults .cRWrap .cRMGrid,.contwiseResults .cRWrap .cRMList{ border-right: 2px solid #f2f2f2; }.contwiseResults .cRWrap .cRMGrid,.contwiseResults .cRWrap .cRMList,.contwiseResults .cRWrap .cRMMap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-align: center;  cursor: pointer; }.contwiseResults .cRWrap .cRMGrid svg,.contwiseResults .cRWrap .cRMList svg,.contwiseResults .cRWrap .cRMMap svg{ margin: 0 auto; }.contwiseResults .cRWrap .cRMGrid.act svg path,.contwiseResults .cRWrap .cRMList.act svg path,.contwiseResults .cRWrap .cRMMap.act svg path{ fill: #e2001a; }.cPagebrowser{ width: 100%;  margin-top: 20px; }.cPagebrowser ul{ margin: 0 auto;  display: -ms-flexbox; display: -webkit-flex; display: flex;  padding: 0;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.cPagebrowser ul li{ list-style-type: none;  width: 52px;  height: 52px;  text-align: center;  line-height: 52px;  position: relative;  color: #e2001a; }.cPagebrowser ul li a{ color: #000; }.cPagebrowser ul li a:hover{ color: #e2001a; }.cPagebrowser ul li .cPPrev,.cPagebrowser ul li .cPNext{ position: absolute;  display: block;  top: -webkit-calc(50% - 10px);  top: -webkit-calc(50% - 10px); top: calc(50% - 10px);  content: '';  width: 19px;  height: 19px;  border-top: 7px solid #e2001a;  border-right: 7px solid #e2001a; }.cPagebrowser ul li .cPPrev{ left: 0;  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }.cPagebrowser ul li .cPNext{ right: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.contwiseDetail{ margin-bottom: 40px; }.contwiseDetail .cDImage{ position: relative; }.contwiseDetail .cDImage .cDIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center;  z-index: 5; }.contwiseDetail .cDImage .cDIOverlay{ z-index: 10; }.contwiseDetail .dceBackOverview{ margin-top: 40px;  margin-bottom: 40px; }.contwiseDetail .cDDescription{ margin-top: 20px; }.contwiseDetail .cDData > div{ margin-top: 20px;  padding: 40px;  font-weight: bold; }.contwiseDetail .cDData > div .cDDEntry{ margin-bottom: 10px;  padding-bottom: 10px;  border-bottom: 2px solid #f2f2f2;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.contwiseDetail .cDData > div .cDDEntry:last-of-type{ border-bottom: 0;  margin-bottom: 0;  padding-bottom: 0; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty0{ color: #b0c82c; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty1{ color: #f7b234; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty1 svg polygon{ fill: #f7b234; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty2{ color: #e2001a; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty2 svg polygon{ fill: #e2001a; }.contwiseDetail .cDData > div .cDDEntry .cDDEIcon{ width: 60px; }.contwiseDetail .cDData > div .cDDEntry .cDDELabel,.contwiseDetail .cDData > div .cDDEntry .cDDEValue{ width: -webkit-calc(50% - 30px); width: calc(50% - 30px); }.contwiseDetail .cDData .cDDButton{ display: inline-block;  margin-top: 40px;  margin-right: 40px; }.contwiseDetail .cDData .cDDButton.red a,.contwiseDetail .cDData .cDDButton.red a:hover{ color: #fff; }.contwiseDetail .cDShare{ margin-bottom: 20px; }.contwiseDetail .cDDifficulty{ font-size: 24px;  font-family: 'AltoProCon-Bold';  padding-left: 70px;  line-height: 57px;  position: relative;  position: relative;  float: right; }.contwiseDetail .cDDifficulty svg{ height: 57px;  width: 57px;  left: 0;  top: -3px;  position: absolute; }.contwiseDetail .cDDifficulty.cDDDifficulty0{ color: #b0c82c; }.contwiseDetail .cDDifficulty.cDDDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseDetail .cDDifficulty.cDDDifficulty1{ color: #f7b234; }.contwiseDetail .cDDifficulty.cDDDifficulty1 svg polygon{ fill: #f7b234; }.contwiseDetail .cDDifficulty.cDDDifficulty2{ color: #e2001a; }.contwiseDetail .cDDifficulty.cDDDifficulty2 svg polygon{ fill: #e2001a; }.contwiseDetail h1,.contwiseDetail .likeH1{ max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px);  display: inline-block; }.contwiseDetail #cDMap{ position: relative;  border: 0;  margin: 80px 0; }.contwiseDetail #cDMap > div{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 10; }.dSContent{ font-size: 20px !important; }.microLang #top #mainNavi > ul > li > a{ cursor: pointer; }.tx-webx-bing-search .bing_search_bar_wrap{ position: relative; }.tx-webx-bing-search .bing_search_bar_wrap img{ margin-right: 72px;  display: none; }.tx-webx-bing-search .bing_search_bar_wrap button{ position: absolute;  background: none;  border: 0;  width: 40px;  height: 40px;  margin-left: -50px; }.tx-webx-bing-search .bing_search_bar_wrap button svg{ position: absolute;  margin-right: 10px;  top: 16px; }.tx-webx-bing-search .bing_search_bar_wrap button svg path{ fill: red; }.tx-webx-bing-search .bing_search_bar_wrap input[type="text"]{ width: 100%;  max-width: 640px;  height: 52px;  border: 0;  padding-left: 20px;  padding-right: 20px;  text-transform: uppercase; }.tx-webx-bing-search .bsImagetool{ margin-top: 58px;  font-weight: bold;  text-transform: uppercase; }.tx-webx-bing-search .bsImagetool a{ color: #e2001a; }.tx-webx-bing-search .bsResults{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x;  padding: 20px;  margin-top: 20px; }.tx-webx-bing-search .bsResults .estimated_results{ max-width: 1300px;  margin: 0 auto;  text-align: center;  font-weight: bold;  text-transform: uppercase; }.tx-webx-bing-search .bing_navigation{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-bottom: 40px; }.tx-webx-bing-search .bing_navigation > div{ padding: 10px 20px;  cursor: pointer;  position: relative; }.tx-webx-bing-search .bing_navigation > div.current{ border-bottom: 4px solid #e2001a; }.tx-webx-bing-search .bing_results .websites .bing_result{ border-bottom: 1px solid #f2f2f2;  margin-bottom: 40px;  padding-bottom: 40px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_title{ font-weight: bold;  text-transform: uppercase;  color: #1a171b;  margin-bottom: 20px;  font-size: 24px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_domain{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_domain a{ color: #e2001a; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_snippet{ max-width: 640px; }.tx-webx-bing-search .bing_results .images .bing_result{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .videos .bing_result{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .videos .bing_result .preview{ height: 338px;  margin-bottom: 20px; }.tx-webx-bing-search .bing_pagination .pages{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  font-weight: bold; }.tx-webx-bing-search .bing_pagination .pages a{ display: block;  width: 52px;  height: 52px;  text-align: center;  color: #000;  position: relative; }.tx-webx-bing-search .bing_pagination .pages a.current{ color: #e2001a; }.tx-webx-bing-search .bing_pagination .pages a.previous:before,.tx-webx-bing-search .bing_pagination .pages a.next:before{ position: absolute;  display: block;  top: 10px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  margin-left: 20px; }.tx-webx-bing-search .bing_pagination .pages a.next:before{ -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.tx-webx-bing-search .bing_pagination .pages a.previous:before{ -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }.dceTopographicMap .dTMMap .dTMMPWPin.act{ z-index: 1000; }.cc_banner-wrapper{ bottom: 0;  opacity: .8; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open a.cc_btn.cc_btn_accept_all{ padding: 0 20px !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open{ opacity: .9 !important; }.printTable{ width: 100%; }.printHeaderSpace,.printFooterSpace{ display: none; }.instagramGrid .iGImage{ margin-bottom: 20px;  background-size: cover;  background-position: center center;  position: relative; }.instagramGrid .iGImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.pluginTips .pTTip{ margin-bottom: 40px; }.pluginTips .pTTip .pTTLeft{ position: relative; }.pluginTips .pTTip .pTTLeft .pTTImage{ background-size: cover;  background-position: center center; }.pluginTips .pTTip .pTTLeft .pTTImage span{ display: block;  position: absolute;  top: 40px;  left: 40px;  right: 40px;  font-size: 24px;  color: #fff;  font-weight: bold;  text-transform: uppercase;  z-index: 1; }.pluginTips .pTTip .pTTLeft .pTTShare{ position: absolute;  top: 0;  right: 20px;  width: 40px;  height: 40px;  display: block;  background-color: #fff;  cursor: pointer; }.pluginTips .pTTip .pTTRight{ position: relative;  padding: 20px; }.pluginTips .pTTip .pTTRight h3,.pluginTips .pTTip .pTTRight .likeH3{ text-transform: uppercase; }.pluginTips .pTTip .pTTRight .pTTShare{ display: none; }.pluginTips .pTTip .pTTRight .pTTDescription{ max-height: 64px;  overflow: hidden;  -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -ms-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.pluginTips .pTTip .pTTRight .pTTDescription.act{ max-height: 2000px; }.pluginTips .pTTip .pTTRight .pTTButtons > div{ margin-top: 20px; }.pluginTips .pTTip .pTTRight .pTTBMore span{ display: block;  text-align: center; }.pluginTips .pTTip .pTTRight .pTTDMore{ font-weight: bold;  cursor: pointer; }.pluginNewsroom .pNFind{ max-width: 640px;  margin-bottom: 20px; }.pluginNewsroom .pNFind input{ border: 0;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 52px 0 20px;  background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/searchIcon.png);  background-repeat: no-repeat;  background-position: right; }.pluginNewsroom .pNList{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x;  padding: 20px; }.pluginNewsroom .pNList .pNLArticle{ max-width: 1300px;  margin: 0 auto;  padding: 20px;  margin-bottom: 20px;  background-color: #fff; }.pluginNewsroom .pNList .pNLArticle .pNLADate{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLAAuthor{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLATitle{ margin-top: 10px; }.pluginNewsroom .pNList .pNLArticle .pNLATitle h3,.pluginNewsroom .pNList .pNLArticle .pNLATitle .likeH3{ text-transform: uppercase;  line-height: 30px; }.pluginNewsroom .pNList .pNLArticle .pNLADescription{ font-size: 18px;  letter-spacing: .45px;  line-height: 24px; }.pluginNewsroom .pNList .pNLArticle .pNLADescription img{ display: none; }.pluginNewsroom .pNList .pNLArticle .pNLALink a{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLALink a span{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.pluginNewsroom .pNMoreWrap{ text-align: center; }.pluginNewsroom .pNMoreWrap .pNMore{ display: inline-block;  margin: 0 auto;  background-color: #e2001a;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 20px;  color: #fff;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  cursor: pointer; }.pluginNewsroom .pN404{ display: none; }.pluginNewsroom .pNTTeaser{ margin-top: 20px;  padding: 20px; }.pluginNewsroom .pNTTeaser .pNTTDate{ padding-top: 10px; }.pluginNewsroom .pNTTeaser .pNTTDate .pNTTDDay{ color: #e2001a;  font-size: 60px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  letter-spacing: 1px;  margin-right: 15px;  display: inline-block; }.pluginNewsroom .pNTTeaser .pNTTDate .pNTTDMonth{ color: #e2001a;  font-size: 24px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  letter-spacing: 1px; }.pluginNewsroom .pNTTeaser .pNTTTitle{ padding-top: 5px;  text-transform: uppercase; }.pluginNewsroom .pNTTeaser .pNTTTitle h3,.pluginNewsroom .pNTTeaser .pNTTTitle .likeH3{ padding-bottom: 10px; }.pluginCal .pCFind{ max-width: 860px;  margin-bottom: 20px; }.pluginCal .pCFind input{ border: 0;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 52px 0 20px;  background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/searchIcon.png);  background-repeat: no-repeat;  background-position: right;  width: 100%; }.pluginCal .pCMonths{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  margin: 40px 0;  font-family: 'AltoProCon-Bold'; }.pluginCal .pCMonths > div{ position: relative;  padding: 0 30px;  cursor: pointer; }.pluginCal .pCMonths .pCMPrev:before{ position: absolute;  content: '';  width: 10px;  height: 10px;  border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  left: 0;  top: 9px;  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.pluginCal .pCMonths .pCMNext:before{ position: absolute;  content: '';  width: 10px;  height: 10px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  right: 0;  top: 9px;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.pluginCal .pCCalendar .ui-datepicker{ width: 100%;  max-width: 350px;  padding: 0; }.pluginCal .pCCalendar .ui-datepicker .ui-widget{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-size: 16px; }.pluginCal .pCCalendar .ui-datepicker .ui-widget-header,.pluginCal .pCCalendar .ui-datepicker .ui-state-default,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-default,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-default{ border: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-state-focus,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-focus,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-focus{ border: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next-hover{ right: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev-hover{ left: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev-hover,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next-hover{ top: 0 !important;  cursor: pointer; }.pluginCal .pCCalendar .ui-datepicker .ui-icon-circle-triangle-w{ border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  width: 10px;  height: 10px; }.pluginCal .pCCalendar .ui-datepicker .ui-icon-circle-triangle-e{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  width: 10px;  height: 10px; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-title{ text-transform: uppercase; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar{ font-size: 16px;  line-height: 26px; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th{ padding: 0;  height: 50px;  text-align: center; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td span,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th span{ padding: 0;  height: 40px;  line-height: 40px;  margin: 0 5px;  text-align: center;  font-weight: bold;  font-size: 16px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  color: #1a171b; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.ui-state-disabled{ color: #f2f2f2; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1 a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1 a{ position: relative; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1 a:before,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1 a:before{ position: absolute;  bottom: 0;  content: '';  display: block;  height: 3px;  width: 100%;  background-color: #1a171b; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat2 a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat2 a{ position: relative; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat2 a:after,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat2 a:after{ position: absolute;  content: '';  bottom: 0;  display: block;  height: 3px;  width: 100%;  background-color: #e2001a; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1.calCat2 a:after,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1.calCat2 a:after{ right: 0;  width: 50%; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1.calCat2 a:before,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1.calCat2 a:before{ width: 50%; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th{ color: #707173; }.pluginCal .pCCalendar.pCAct .ui-state-active{ background-color: #f2f2f2; }.pluginCal .pCList .pCLError{ font-family: 'AltoProCon-Bold';  font-size: 24px;  text-transform: uppercase;  line-height: 30px;  letter-spacing: 1px;  margin-bottom: 20px; }.pluginCal .pCList .pCLOthers{ margin-bottom: 40px; }.pluginCal .pCList .pCLEvent{ margin-bottom: 20px; }.pluginCal .pCList .pCLEvent .pCLEContent{ padding: 20px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECTitle{ font-weight: bold;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-size: 24px;  letter-spacing: 1px;  text-transform: uppercase;  margin-bottom: 50px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECDescription a{ color: #e2001a; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECStartTimeText{ margin-top: 20px;  margin-bottom: 20px; }.pluginCal .pCList .pCLEvent .pCLEImage{ background-size: cover;  background-position: center center; }.pluginCal .pCList .pCLEvent .pCLEImage .pCLEDate{ display: inline-block;  margin: 40px;  background-color: #1a171b;  color: #fff;  padding: 2px 12px 0 12px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton{ margin-top: 20px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton a{ color: #fff;  width: 100%;  max-width: 300px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton.default a{ color: #e2001a; }.zopim{ bottom: 46px !important;  right: 0 !important; }.iframeOverlay{ position: fixed;  width: -webkit-calc(100% - 70px); width: calc(100% - 70px);  background-color: #e2001a;  padding: 5px 0;  color: #fff;  z-index: 100000;  text-align: center;  margin-left: 70px;  font-size: 16px !important;  line-height: 20px !important; }.iframeOverlay a,.iframeOverlay a:hover{ color: #fff; }.dceTopographicMapV2 svg{ background: #35343a; }.dceTopographicMapV2 svg .land{ fill: #9f9e99;  stroke: #fff;  stroke-width: .1; }.dceTopographicMapV2 svg .strike{ fill: #0c090a;  opacity: .4;  stroke: #000;  stroke-width: .3;  pointer: cursor; }.dceTopographicMapV2 svg .strike:hover{ fill: #e2001a;  opacity: 1; }.dceTopographicMapV2 .tooltip{ position: absolute;  border: 1px solid #3a3f4f;  border-radius: 7px;  padding: 7px 10px;  color: #0c090a;  font-size: .8em;  background: #f5f5f5;  pointer-events: none;  opacity: 1; }.dceTopographicMapV2 .tooltip.hidden{ opacity: 0; }@media screen and (min-width:480px){#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCToday{ width: -webkit-calc(100% - 200px); width: calc(100% - 200px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow{ display: block;  width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow .fCIcon{ margin: 0 auto; }.blogSlider.blogSliderWithAvatar .bSETeaser{ padding-left: 120px;  font-size: 24px; }.blogSlider.blogSliderWithAvatar .bSEDate{ padding-left: 120px; }.blogSlider.blogSliderWithAvatar .bSERating{ left: 120px; }.blogSlider.blogSliderWithAvatar .bSEAuthorSmall{ display: none; }.blogSlider.blogSliderWithAvatar .bSEAuthorBig{ display: block;  position: absolute;  left: 20px;  margin-top: 20px;  width: 80px;  height: 80px; }#top #topTargetFull #tTFContent form input[type="text"]{ display: block;  margin: 0 auto 35px auto;  width: 320px; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: unset;  padding: 0 30px; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 400px; }}@media screen and (min-width:768px){.generalGrid,.dceTeasers{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.col-3-12,.col-6-12,.tx-webx-bing-search .bing_results .videos .bing_result,.cDDContent > div{ width: -webkit-calc(50% - 10px) !important; width: calc(50% - 10px) !important; }.col-4-12,.contwiseGrid .cLPoi,.tx-webx-bing-search .bing_results .images .bing_result,.contwiseList .cLPoi .cLPLeft,.col-8-12,.contwiseList .cLPoi .cLPRight{ width: -webkit-calc(50% - 10px) !important; width: calc(50% - 10px) !important; }.dceTeasers .dTTeaser{ overflow: hidden; }.dceTeasers .dTTeaser:hover{ cursor: pointer; }.dceTeasers .dTTeaser:hover .dTTOverlay{ opacity: 0;  -moz-transform: scale(1.2);  -webkit-transform: scale(1.2);  -o-transform: scale(1.2);  -ms-transform: scale(1.2);  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }.dceTeasers .dTTeaser.col-12-12 .dTTContent .dTTCTeaser{ display: block; }.dceFacts{ display: none; }.dceFactsParallax{ display: block; }#sitemap > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }#sitemap > ul > li{ width: 24%; }#contactSocial{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#contactSocial #contact{ width: 33.333333%; }#contactSocial #social{ width: 66.666666%; }#contactSocial #social > ul > li > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }#contactSocial #social > ul > li > ul > li{ width: 50%; }.footerBottom ul{ float: right; }.dceTextContent{ margin-bottom: 50px; }.dceTextContent .dTCDescription1Col,.dceTextContent .dTCDescriptionPoly{ max-width: 640px; }.dceTextContent .dTCDescription2Col{ -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;  -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }.dceCardsMultiple{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.dceCardsMultiple .dCCard{ width: 640px;  margin-bottom: 20px;  padding: 40px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceCardsMultiple .dCCard .dCCContent{ width: 294px; }.dceCardsMultiple .dCCard .dCCImageLandscape,.dceCardsMultiple .dCCard .dCCImagePortrait{ width: -webkit-calc(100% - 314px); width: calc(100% - 314px);  margin: 0 !important; }.dceCardsMultiple .dCCard .dCCImagePortrait > div{ margin-top: -10px;  margin-bottom: -10px; }.dceCardsMultiple .dCCard .dCCImagePortrait > div img{ max-height: 320px; }.dceCardsMultiple .dCCard .dCCImageLandscape > div{ margin-left: -100px;  margin-top: 56px;  max-width: 340px; }.dceCardsMultiple .dCCard .dCCImageLandscape > div img{ max-width: 320px; }.dceCards .dCCard{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceCards .dCCard.dCCardLeft .dCCImageLandscape,.dceCards .dCCard.dCCardLeft .dCCImagePortrait{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceCards .dCCard.dCCardLeft .dCCContent{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard.dCCardRight .dCCImageLandscape,.dceCards .dCCard.dCCardRight .dCCImagePortrait{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard.dCCardRight .dCCContent{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceCards .dCCard .dCCImageLandscape,.dceCards .dCCard .dCCImagePortrait,.dceCards .dCCard .dCCContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: -webkit-calc(50% - 10px); width: calc(50% - 10px);  margin: 0; }.dceInfoBites{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceInfoBites .dIBImageLeft,.dceInfoBites .dIBContent,.dceInfoBites .dIBImageRight{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.dceInfoBites .dIBImageLeft{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceInfoBites .dIBContent{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceInfoBites .dIBImageRight{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.dceHeaderSmall .dHSSmall{ min-height: 640px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCToday{ width: -webkit-calc(100% - 400px); width: calc(100% - 400px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow{ display: block;  width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow .fCIcon{ margin: 0 auto; }.contwiseList .cLPoi{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseList .cLPoi .cLPLeft{ height: 465px;  position: relative; }.contwiseList .cLPoi .cLPLeft .cLPImage,.contwiseList .cLPoi .cLPLeft .cLPIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  overflow: hidden;  height: 465px !important; }.contwiseList .cLPoi .cLPRight{ position: relative; }.contwiseList .cLPoi .cLPDescriptionToggle{ display: none; }.contwiseList .cLPoi .cLPDescription{ margin-bottom: 20px; }.contwiseList .cLPoi .cLPMore{ text-align: right;  position: absolute;  bottom: 20px;  right: 20px; }.contwiseList .cLPoi .cLPMore a{ width: auto; }.contwiseDetail .cDImage{ height: 400px; }.contwiseMapPoi > div{ display: -ms-flexbox; display: -webkit-flex; display: flex;  justify-conten: space-between; }.contwiseMapPoi > div .cMPImage{ width: 420px;  min-height: 420px; }.contwiseMapPoi > div .cMPImage .cMPIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseMapPoi > div .cMPContent{ width: -webkit-calc(100% - 440px); width: calc(100% - 440px); }.pluginTips .pTTip{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.pluginTips .pTTip .pTTRight{ padding: 40px 40px 40px 20px; }.pluginTips .pTTip .pTTRight .pTTBAll{ position: absolute;  left: 20px;  bottom: 40px; }.pluginTips .pTTip .pTTRight .pTTBMore{ position: absolute;  right: 40px;  bottom: 40px; }.pluginTips .pTTip .pTTRight .pTTShare{ position: absolute;  top: 40px;  right: 40px;  display: block; }.pluginTips .pTTip .pTTRight .pTTDMore{ display: none; }.pluginTips .pTTip .pTTRight .pTTDescription{ max-height: 2000px; }.pluginTips .pTTip .pTTLeft{ min-height: 465px; }.pluginTips .pTTip .pTTLeft .pTTShare{ display: none; }.pluginTips .pTTip .pTTLeft .pTTImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }#top #mobileNaviWrap #mobileNaviTeaser{ padding-bottom: 44px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider{ margin: 0 -10px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .dNTSSlide{ margin: 0 10px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .slick-dots{ width: auto;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li{ width: 90px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext{ display: none; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: unset;  padding: 0 30px; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 600px; }.pluginCal .pCList .pCLEvent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  min-height: 465px; }.pluginCal .pCList .pCLEvent .pCLEImage{ width: 36.0465116279%; }.pluginCal .pCList .pCLEvent .pCLEContent{ width: 63.9534883721%;  padding: 40px; }}@media screen and (min-width:1024px){#content .tx-wc-forecast .forecastBg .forecastBg2{ padding-bottom: 0; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: visible;  max-height: none; }.col-4-12,.contwiseGrid .cLPoi,.tx-webx-bing-search .bing_results .images .bing_result,.contwiseList .cLPoi .cLPLeft{ width: -webkit-calc(33.33333% - 13.333333px) !important; width: calc(33.33333% - 13.333333px) !important; }.col-8-12,.contwiseList .cLPoi .cLPRight{ width: -webkit-calc(66.66666% - 6.666665px) !important; width: calc(66.66666% - 6.666665px) !important; }h1,.likeH1{ font-size: 60px;  letter-spacing: 1px; }h2,.likeH2{ font-size: 40px;  line-height: 125%;  letter-spacing: 1px; }#footer .footerTop #fLogo a img{ width: auto;  height: 66px; }.dceUnlimited .dUUnlimited{ font-size: 34px;  line-height: 44px;  letter-spacing: 8px;  padding-top: 7px; }.dFSScroll{ display: block; }.dcePolygonText{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: start;  -ms-flex-pack: start;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  overflow: hidden; }.dcePolygonText .dPTContent{ -webkit-box-ordinal-group: 2;  -ms-flex-order: 1;  -webkit-order: 1; -ms-flex-order: 1; order: 1;  width: 0;  overflow: hidden;  position: relative;  -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }.dcePolygonText .dPTContent .dPTCWrap{ -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease;  position: absolute;  bottom: -100vh;  min-width: 400px; }.dcePolygonText .dPTPoly{ -webkit-box-ordinal-group: 3;  -ms-flex-order: 2;  -webkit-order: 2; -ms-flex-order: 2; order: 2;  display: block; }.dcePolygonText.act .dPTContent{ width: -webkit-calc(100% - 660px); width: calc(100% - 660px); }.dcePolygonText.act .dPTContent .dPTCWrap{ bottom: 0; }.dceTextContent .dTCDescriptionPoly{ max-width: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceTextContent .dTCDescriptionPoly .dTCDPDescription{ width: 640px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg{ display: block;  width: -webkit-calc(100% - 660px); width: calc(100% - 660px);  min-height: 300px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg:last-of-type{ display: none; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack{ font-size: 40px;  line-height: 125%;  margin: 5px 0 40px 0; }.blogSlider .slick-dots{ -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  bottom: -24px; }.blogSlider .slick-dots li{ width: 90px;  max-width: 90px;  margin: 0 10px; }.filter .fWrap{ position: relative; }.filter .fWrap .fWAccHead,.filter .fWrap .fWReset{ cursor: pointer;  width: 420px;  border-right: 2px solid #f2f2f2;  padding: 10px 20px !important; }.filter .fWrap .fWAccHead:after,.filter .fWrap .fWReset:after{ display: none; }.filter .fWrap .fWAccHead:hover,.filter .fWrap .fWAccHead.act{ background-color: #e2001a;  color: #f5f5f5; }.filter .fWrap .fWAccContent{ position: absolute;  width: -webkit-calc(100% - 500px); width: calc(100% - 500px);  left: 500px;  top: 0; }.contwiseResults .cRWrap{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseResults .cRWrap .cRSorting,.contwiseResults .cRWrap .cRMode{ width: -webkit-calc(33.33333333% - 13px); width: calc(33.33333333% - 13px); }.contwiseResults .cRWrap .cRResult{ width: 100%; }.contwiseDetail .cDImage{ height: 500px; }.tx-webx-bing-search .bing_search_bar_wrap img{ display: inline-block; }.cDDContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.cDDContent > div.cDDescription{ margin-right: 10px; }.cDDContent > div.cDData{ margin-left: 10px; }.pluginNewsroom{ position: relative; }.pluginNewsroom .pNTTeaser{ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-01.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-02.png);  background-position: right,center;  background-repeat: no-repeat; }.pluginNewsroom .pNTTeaser:nth-of-type(3n+1){ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-03.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-04.png); }.pluginNewsroom .pNTTeaser:nth-of-type(3n+2){ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-05.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-06.png); }.pluginNewsroom .pNTTeaser .dceButton{ position: absolute;  top: 0;  right: 0; }.pluginNewsroom .pNTTeaser .pNTTDescription{ max-width: 700px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCForecast{ display: block; }.zopim{ bottom: 5px !important;  right: 5px !important; }#top{ -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  border-bottom: 1px solid rgba(255,255,255,.2); }#top #topTargetFull{ -webkit-box-ordinal-group: 2;  -ms-flex-order: 1;  -webkit-order: 1; -ms-flex-order: 1; order: 1;  height: unset; }#top #topTargetFull.act{ min-height: 150px;  height: unset; }#top #topTargetFull #tTFContent{ max-width: 1300px;  margin: 0 auto; }#top #topTargetFull #tTFContent .slick-dots{ display: none; }#top #topTargetFull #tTFContent form{ text-align: left; }#top #topTargetFull #tTFContent form input[type="text"]{ display: inline-block;  padding-left: 5px;  margin: 14px 30px; }#top #topTargetFull #tTFContent form input[type="submit"]{ float: right;  margin-right: 80px; }#top #topTargetFull.forecastBg{ background-image: url(/fileadmin/templates/images/forecastBg.png);  background-repeat: no-repeat;  background-position: 50% 35%;  margin-top: -25px;  padding-top: 25px; }#top #topTargetFull.forecastBg #tTFClose{ top: -89px; }#top #topLangTarget{ -webkit-box-ordinal-group: 3;  -ms-flex-order: 2;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }#top #topLangTarget .langNavi{ margin-left: auto;  text-align: center; }#top #topLangTarget .langNavi .slick-dots{ display: none; }#top #logo{ padding-left: 30px;  width: 200px;  -webkit-box-ordinal-group: 4;  -ms-flex-order: 3;  -webkit-order: 3; -ms-flex-order: 3; order: 3; }#top #logo img{ height: 66px;  width: auto; }#top #mobileTrigger,#top #mobileNaviWrap{ display: none; }#top #quickNaviWrap{ -webkit-box-ordinal-group: 5;  -ms-flex-order: 4;  -webkit-order: 4; -ms-flex-order: 4; order: 4;  width: -webkit-calc(100% - 200px); width: calc(100% - 200px);  -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  padding-bottom: 0; }#top #quickNaviWrap #langNavi{ width: 54px;  margin-right: 22px !important;  padding-left: 30px;  border-left: 2px solid #f5f5f5; }#top #quickNaviWrap #langNavi:hover,#top #quickNaviWrap #langNavi.act{ color: #e2001a;  font-weight: bold; }#top #quickNaviWrap #quick{ width: 275px;  background-image: none; }#top #quickNaviWrap #quick > div{ width: 40px;  margin-right: 30px; }#top #quickNaviWrap #quick > div:hover path{ fill: #e2001a; }#top #mainNavi{ -webkit-box-ordinal-group: 6;  -ms-flex-order: 5;  -webkit-order: 5; -ms-flex-order: 5; order: 5;  display: block; }#top #mainNavi a{ color: #f5f5f5; }#top #mainNavi a:hover{ color: #e2001a; }#top #mainNavi > ul > li > a{ cursor: default; }#top.whiteBg{ padding: 25px 0 20px 0; }#top.whiteBg #quickNaviWrap #quick{ background-image: none; }#top.whiteBg .TickerNews{ margin-top: -25px; }#top.whiteBg #mainNavi a{ color: #1a171b; }#top.whiteBg #mainNavi a:hover{ color: #e2001a; }#top.whiteBg #quickNaviWrap #langNavi{ border-left: 2px solid #000; }#share .dceShare,.emoDetailSocials .dceShare{ position: unset;  bottom: unset;  left: unset;  right: unset;  margin: -30px 0 0 auto;  width: 240px; }#share .dceShare .dSDown,.emoDetailSocials .dceShare .dSDown,#share .dceShare .dSUp,.emoDetailSocials .dceShare .dSUp{ display: none; }#share .dceShare .shariff ul > li,.emoDetailSocials .dceShare .shariff ul > li{ width: 48px; }#share .dceShare .shariff ul > li:hover,.emoDetailSocials .dceShare .shariff ul > li:hover{ background-color: #f5f5f5;  outline: 1px solid #707173; }#share .dceShare .shariff ul > li:hover svg path,.emoDetailSocials .dceShare .shariff ul > li:hover svg path{ fill: #e2001a; }#share .dceShare .dSPrint,.emoDetailSocials .dceShare .dSPrint{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 47px;  cursor: pointer; }#share .dceShare .dSPrint svg,.emoDetailSocials .dceShare .dSPrint svg{ width: 22px;  height: 22px; }#share .dceShare .dSPrint svg path,.emoDetailSocials .dceShare .dSPrint svg path{ fill: #f5f5f5; }#share .dceShare .dSPrint:hover,.emoDetailSocials .dceShare .dSPrint:hover{ background-color: #f5f5f5;  outline: 1px solid #707173; }#share .dceShare .dSPrint:hover svg path,.emoDetailSocials .dceShare .dSPrint:hover svg path{ fill: #e2001a; }.dceFullscreenSlider .dFSSlide{ background-image: unset !important;  overflow: visible !important;  z-index: 1; }.dceFullscreenSlider .dFSSlide .dFSSSvg{ display: block; }.dceFullscreenSlider .dFSSlide .dFSSSvg div{ width: 100%;  height: 100%;  background-size: cover;  background-position: unset !important; }.dceFullscreenSlider .dFSSlide .dFSSSvg .dFSSSOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-color: black;  opacity: .2; }.dceFullscreenSlider .dFSSlide .dFSSOverlay{ display: none; }.dceFullscreenSlider .dFSSlide .dFSSContent > div{ max-width: 860px;  margin-left: auto;  margin-right: auto; }.dceFullscreenSlider .slick-dots{ bottom: 100px;  width: 860px;  left: -webkit-calc(50% - 430px); left: calc(50% - 430px);  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFullscreenSlider .slick-dots > li{ width: 90px;  margin: 0 10px; }.contwiseGrid{ margin: 0 -10px;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.contwiseGrid .cLPoi{ width: -webkit-calc(33.333333333% - 20px) !important; width: calc(33.333333333% - 20px) !important;  margin-left: 10px;  margin-right: 10px; }#sitemap > ul > li{ width: 24%; }.pluginCal{ position: relative; }.pluginCal .pCFind,.pluginCal .pCMonths{ width: 66.1538461538%; }.pluginCal .pCList{ width: 66.1538461538%; }.pluginCal .pCList .pCLEvent .pCLEContent{ position: relative;  padding-bottom: 132px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECButtons{ position: absolute;  left: 40px;  right: 40px;  bottom: 40px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECButtons .dceButton{ margin-top: 0;  width: -webkit-calc(50% - 40px); width: calc(50% - 40px); }.pluginCal .pCCalendar{ position: absolute;  top: 0;  right: 0;  width: 32.3076923077%;  padding: 20px;  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.pluginCal .pCCalendar .ui-datepicker{ max-width: none; }}.topicsOverlay{ display: none; }@media screen and (min-width:1300px){.col-3-12{ width: -webkit-calc(25% - 10px) !important; width: calc(25% - 10px) !important; }.dceTeasers .dTTeaser.col-6-12 .dTTContent .dTTCTeaser,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser .dTTContent .dTTCTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser .dTTContent .dTTCTeaser,.dceTeasers .cDDContent > div.dTTeaser .dTTContent .dTTCTeaser,.dceTeasers .dTTeaser.col-6-12 .dTTContent a .dTTCTeaser,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser .dTTContent a .dTTCTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser .dTTContent a .dTTCTeaser,.dceTeasers .cDDContent > div.dTTeaser .dTTContent a .dTTCTeaser,.dceTeasers .dTTeaser.col-12-12 .dTTContent .dTTCTeaser,.dceTeasers .dTTeaser.col-12-12 .dTTContent a .dTTCTeaser{ display: block; }#content,#firstContent{ margin: 20px auto; }.dceNewsletter > div{ width: 1300px;  margin: 0 auto; }.dceNewsletter > div form{ max-width: 620px; }#unlimited > div:last-of-type{ background-color: #1a171b; }#unlimited .dceTeasers{ max-width: 1300px;  margin: 0 auto; }#footer{ padding: 30px 30px 120px 30px; }#footer .footerCenter{ max-width: 1600px;  margin: 40px auto;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#footer .footerCenter #sitemap{ width: 75%; }#footer .footerCenter #contactSocial{ width: 25%;  display: block; }#footer .footerCenter #contactSocial #contact,#footer .footerCenter #contactSocial #social{ width: 100%; }#footer .footerCenter #contactSocial #contact > ul > li span,#footer .footerCenter #contactSocial #social > ul > li span{ display: none; }#footer .footerCenter #contactSocial #contact > ul > li > ul,#footer .footerCenter #contactSocial #social > ul > li > ul{ padding: 19px 0;  display: block; }#footer .footerCenter #contactSocial #contact > ul > li > ul li,#footer .footerCenter #contactSocial #social > ul > li > ul li{ width: auto; }#footer .footerCenter #contactSocial #contact ul > li > ul > li:last-of-type{ display: none; }#footer .footerCenter #contactSocial #social ul > li > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#footer .footerCenter #contactSocial #social ul > li > ul li a{ color: transparent;  width: 40px;  height: 40px;  display: block;  background-repeat: no-repeat;  background-position: center center; }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialFb{ background-image: url(/fileadmin/templates/images/social/facebook.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialGp{ background-image: url(/fileadmin/templates/images/social/google-plus.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialIg{ background-image: url(/fileadmin/templates/images/social/instagram.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialTw{ background-image: url(/fileadmin/templates/images/social/twitter.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialYt{ background-image: url(/fileadmin/templates/images/social/youtube.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialPi{ background-image: url(/fileadmin/templates/images/social/pinterest.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialBlog{ background-image: url(/fileadmin/templates/images/social/blog.svg);  width: 35px;  height: 35px; }#footer .footerBottom{ text-align: right; }#footer .footerBottom ul{ margin-left: 30px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg{ width: -webkit-calc(75% - 660px); width: calc(75% - 660px); }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg:last-of-type{ display: block; }.dceCardsMultiple{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceVideoBg{ background-image: url(/fileadmin/templates/images/rectangle-bg.svg);  background-size: 100% auto;  background-repeat: no-repeat;  position: absolute;  margin-top: -30px;  left: 0;  right: 0;  min-height: 1000px;  z-index: -1; }.dceVideo{ overflow: visible; }.dceVideo .dVVideoSlider .dVVideo{ -webkit-box-shadow: unset;  -webkit-box-shadow: unset; box-shadow: unset; }.dceVideo .dVVideoSlider .dVVideo .dVVHeadline{ display: none; }.dceVideo .dVVideoNavi{ display: block;  margin: 0 -10px; }.dceVideo .dVVideoNavi .dVVHeadline{ display: block;  min-height: 112px; }.dceVideo .dVVideoNavi .dVVHeadline h1,.dceVideo .dVVideoNavi .dVVHeadline .likeH1,.dceVideo .dVVideoNavi .dVVHeadline h2,.dceVideo .dVVideoNavi .dVVHeadline .likeH2,.dceVideo .dVVideoNavi .dVVHeadline h3,.dceVideo .dVVideoNavi .dVVHeadline .likeH3,.dceVideo .dVVideoNavi .dVVHeadline h4,.dceVideo .dVVideoNavi .dVVHeadline .likeH4,.dceVideo .dVVideoNavi .dVVHeadline h5,.dceVideo .dVVideoNavi .dVVHeadline .likeH5,.dceVideo .dVVideoNavi .dVVHeadline .dceUnlimited .dULabel,.dceUnlimited .dceVideo .dVVideoNavi .dVVHeadline .dULabel{ padding: 0; }.dceVideo .dVVideoNavi .slick-track{ padding-bottom: 10px; }.dceVideo .dVVideoNavi .slick-dots{ max-width: 420px;  position: absolute;  left: -webkit-calc(50% - 210px); left: calc(50% - 210px);  background-color: #f5f5f5; }.dceVideo .dVVideoNavi .slick-dots li{ background-color: #f2f2f2;  margin: 0 10px; }.dceVideo .dVVideoNavi .slick-dots li.slick-active{ background-color: #e2001a; }.dceVideo .dVVideoNavi .dVVideo{ margin: 0 10px;  overflow: hidden;  position: relative;  cursor: pointer; }.dceVideo .dVVideoNavi .dVVideo .dVVHeadline{ padding: 20px;  background-color: #f5f5f5; }.dceVideo .dVVideoNavi .dVVideo .dVVOverlay{ width: 420px;  height: 236px; }.dceVideo .dVVideoNavi .dVVideo .dVVPreview,.dceVideo .dVVideoNavi .dVVideo iframe{ width: 420px;  height: 236px;  display: block;  background-size: cover;  background-position: center center; }#content .tx-wc-forecast{ background-image: url(/fileadmin/templates/images/forecastBgFooter.png);  background-position: bottom left;  background-repeat: no-repeat;  background-position: bottom right;  padding-bottom: 120px; }#content .tx-wc-forecast #forecastSelect_chosen{ display: none; }#content .tx-wc-forecast .forecastContentNavi{ display: block; }.dHSMargin{ margin: 0 auto;  max-width: 1300px;  padding: 10px 0 0; }.contwiseList .cLPoi h3,.contwiseList .cLPoi .likeH3{ padding-top: 40px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight{ width: 25%; }.ti_news{ height: 52px;  padding: 11px 0;  cursor: pointer; }.alertDescription{ bottom: unset;  top: 77px;  left: -webkit-calc(50% - 340px); left: calc(50% - 340px);  right: unset;  width: 680px;  padding: 20px; }.alertDescription:before{ display: block;  content: '';  position: absolute;  background-color: #e2001a;  width: 20px;  height: 20px;  left: -webkit-calc(50% - 10px); left: calc(50% - 10px);  top: -10px;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.contwiseDetail .cDImage{ height: 640px; }.contwiseMap .contwiseMapContainer{ height: 800px; }#top #topTargetFull.act #tTFContent .dceHeaderContact .slick-dots{ display: none; }#share .dceShare{ margin: -30px 0 0 auto; }#share .dceShare svg:hover path{ fill: #e2001a; }}@media print{@page{ size: A4;  margin: 8mm;  counter-increment: page; }#top,#header,#share,#newsletter,#footer,#alert,.dceFacts,.dTSImg,.dTCPPolySvg,.blogSlider,#unlimited,.topfilter,.filterView{ display: none !important; }#printHeader,#printFooter{ width: 100%;  font-weight: bold;  font-size: 16px; }#printHeader{ display: block !important;  background-color: white;  z-index: 99999999;  height: 80px !important;  border-bottom: 1px solid #e0e0e1;  margin-bottom: 10px; }#printHeader img{ width: 100px; }#printFooter{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding-top: 20px;  display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  height: 100px !important;  border-top: 1px solid #e0e0e1;  margin-top: 10px; }#printFooter > div{ width: 23%; }#printFooter img{ width: 150px; }#content,#firstContent{ margin: 0; }.emoListItem{ page-break-inside: avoid; }.tx-webx-bookingemo .emoList .emoListItem .emoListDescription{ display: block !important; }.tx-webx-bookingemo .emoList .emoListItem .emoDetailButton{ display: none !important; }.tx-webx-bookingemo .emoList .emoListItem{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.tx-webx-bookingemo .emoList .emoListItem > div{ width: 50%; }.tx-webx-bookingemo .emoList .emoListItem > div.innerWrap{ display: none; }.tx-webx-bookingemo .emoList .emoListItem .dTTeaser{ min-height: auto !important; }}.haken{ top: 5px;  right: 14px;  display: block;  width: 17px;  height: 11px;  border-top: 3px solid #b0c82c;  border-right: 3px solid #b0c82c;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  margin: 0 0 -10px 20px;  margin-top: -20px;  margin-right: 20px; }.dceFullscreenSlider .slick-dots li:after{ margin-top: -25px;  content: '';  display: block;  height: 50px; }.dwiwiframe{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  margin: 0 auto; }.dwiwiframe iframe{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.tooltip_templates{ display: none; }.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{ display: none; }.tooltipster-fade.tooltipster-show{ z-index: 1 !important; }.tooltipster-fade:not(.tooltipster-wc){ left: 0 !important;  max-width: 300px;  height: inherit !important;  left: 20px !important;  width: 100% !important; }.tooltipster-sidetip.tooltipster-light:not(.tooltipster-wc) .tooltipster-box{ border-radius: 3px;  border: 1px solid #ccc;  background: #ededed;  font-size: 16px;  line-height: 16px;  padding: 10px; }.welcome_card{ position: relative; }.welcome_card .haken{ top: 5px;  display: block;  width: 13px;  height: 9px;  border-top: 3px solid #b0c82c;  border-right: 3px solid #b0c82c;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  margin: 0; }.welcome_card .fixBar{ font-size: 18px;  line-height: 18px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  position: absolute;  width: 100%;  top: 0; }.welcome_card .fixBar.sticky{ position: fixed;  max-width: 1300px;  background-color: white;  z-index: 9999; }.welcome_card .fixBar .fixBenefits{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  width: 60%;  text-transform: uppercase;  font-weight: bold; }.welcome_card .fixBar .hakenWrap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  width: 40%;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.welcome_card .fixBar .hakenWrap .welcomeCard{ text-align: center;  width: 33.3333%;  padding-left: 15px;  padding-right: 15px;  text-transform: uppercase;  font-weight: bold;  height: 100px;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  color: #69605b; }.welcome_card .fixBar .hakenWrap .welcomeCard.plus{ color: #b0c82c; }.welcome_card .fixBar .hakenWrap .welcomeCard.unlimited{ color: #8b4a97; }.welcome_card .fixBar .hakenWrap .welcomeCard .wCSmall{ display: block;  font-size: 10px;  text-transform: none;  color: #707173; }.welcome_card .welcomeCardContent{ padding-top: 100px; }.welcome_card .welcomeCardContent .hakenWrap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  width: 40%;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.welcome_card .welcomeCardContent .hakenWrap .hakenOutter{ width: 33.333333%;  text-align: center;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.welcome_card .welcomeCardContent .WCCInner{ height: 40px;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.welcome_card .welcomeCardContent .WCCInner .WCCBenefit{ width: 60%;  font-size: 16px;  line-height: 1;  cursor: pointer; }.welcome_card .welcomeCardContent .WCCInner .WCCBenefit .WCCBInner{ display: none; }.welcome_card .welcomeCardContent .WCCInner .grey{ border-color: #69605b; }.welcome_card .welcomeCardContent .WCCInner .lila{ border-color: #8b4a97; }ins.bookingaff iframe{ min-width: 100% !important; }.TTPfeil{ display: none; }.toolTip.act .TTPfeil{ display: block; }.ballungsgebiet{ max-width: 100%; }.ballungsgebiet:hover{ cursor: pointer; }.ballungsgebiet .active{ display: none; }.ballungsgebiet .active.open{ display: inline-block; }.ballungsgebiet .normal{ display: inline-block; }.ballungsgebiet .normal.hide{ display: none; }.dTTIContent{ position: relative; }.dTTIContent #tTFClose{ height: 181px;  width: 181px;  position: absolute;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: -90px;  right: -70px;  z-index: 100;  background-color: #f2f2f2;  cursor: pointer; }.dTTIContent #tTFClose svg{ margin-left: 85px;  margin-top: 130px;  -webkit-transform: rotate(-315deg);  -ms-transform: rotate(-315deg);  -webkit-transform: rotate(-315deg); -ms-transform: rotate(-315deg); transform: rotate(-315deg); }.tTFClose.mob{ display: none; }.dFIInfo.slick-slide{ margin-left: 1px; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open{ opacity: .8;  background-color: #666 !important;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: reverse;  -ms-flex-direction: column-reverse;  -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding-left: 20px;  padding-right: 20px;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-animation-name: inherit !important;  -webkit-animation-name: inherit !important; animation-name: inherit !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open p.cc_message{ max-width: 1300px;  margin: 0 auto !important;  line-height: 26px !important;  font-size: 16px !important;  color: white !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open p.cc_message a,.cc_banner-wrapper .cc_banner.cc_container.cc_container--open p.cc_message a:visited{ color: white !important;  text-decoration: underline !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open a.cc_btn.cc_btn_accept_all{ float: none; }.cc_banner-wrapper .cc_container .cc_btn,.cc_banner-wrapper .cc_container .cc_btn:visited{ height: 52px;  background-color: transparent;  text-transform: uppercase;  font-size: 20px;  font-weight: bold;  line-height: 1.5;  letter-spacing: 1px;  color: #fff;  padding: 0;  margin: 0;  margin-top: 40px !important;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  border: 2px solid white !important;  border-radius: 0;  width: 100% !important;  max-width: 160px !important;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceDownloadList .dDInner .sub{ max-width: 55%; }.dceDownloadList .dDIDownloadWraps{ margin-top: 20px; }.dceDownloadList .dDIDownloadWraps .dDiDInner{ margin-bottom: 20px; }.dceDownloadList .dDIDownloadWraps .dDiDInner a{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  position: relative;  padding-right: 75px; }.dceDownloadList .dDIDownloadWraps .dDiDInner .generalButton svg{ margin: 0;  display: block; }.dceDownloadList .dDIDownloadWraps .dDiDInner span.dDiDiIcon{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  position: absolute;  right: 20px; }.dcePictureWrap{ margin-left: -20px;  margin-right: -20px; }.dcePictureWrap .sub{ padding: 20px;  color: #666; }.dceInhalt{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  padding: 20px; }.dceInhalt .generalArrow{ margin-right: 7px;  display: inline-block;  width: 9px;  height: 9px;  border-top: 3px solid #e2001a;  border-right: 3px solid #e2001a;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  margin-bottom: 1px; }.dceInhalt a.ctaLink{ font-size: 20px;  font-weight: bold;  font-style: normal;  font-stretch: normal;  line-height: 1.5;  letter-spacing: 1px;  color: #e2001a; }.dceMap .dmInner{ position: relative; }.dceMap .dmInner .dmiImage{ min-height: 465px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceMap .dmInner .dmiImage .route{ max-width: 860px;  margin: 0 auto;  width: 100%;  padding-left: 20px;  padding-right: 20px;  z-index: 1; }.dceMap .dmInner .dmiImage .route span.generalArrow{ display: none; }.dceMap .dmInner .dmiImage .route .from form#googleRoute{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  width: 100%; }.dceMap .dmInner .dmiImage .route .from input{ color: #1a171b;  font-weight: bold;  border: none; }.dceMap .dmInner .dmiImage .route .from input#saddr{ display: none; }.dceMap .dmInner .dmiImage .route .from input#saddr.active{ display: block; }.dceMap .dmInner .dmiImage .route .from .to{ width: 100%;  background-color: #fff;  height: 52px;  margin-bottom: 15px;  margin-top: 15px;  padding: 0 20px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  font-size: 20px;  font-weight: bold;  font-style: normal;  font-stretch: normal;  line-height: 1;  letter-spacing: 1px;  color: #1a171b;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceMap .dmInner .dmiImage .route .from .to label.label{ font-size: 20px;  font-weight: bold;  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  font-style: normal;  font-stretch: normal;  line-height: 1;  letter-spacing: 1px;  color: #8d8d8f; }.dceMap .dmInner .dmiImage .route .from .to label,.dceMap .dmInner .dmiImage .route .from .to .small,.dceMap .dmInner .dmiImage .route .from .to label.label.small{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  text-transform: uppercase;  display: inline-block;  font-size: 10px;  font-weight: bold;  font-style: normal;  font-stretch: normal;  line-height: 1;  letter-spacing: .6px;  color: #8d8d8f;  margin-bottom: 0; }.dceMap .dmInner .dmiImage .route .from .to svg{ display: none; }.dceMap .dmInner .dmiImage .route .from input.generalButton.submit{ padding: 0;  max-width: 150px;  background-color: #e2001a;  border: none;  font-weight: bold;  font-style: normal;  font-stretch: normal;  line-height: 1;  letter-spacing: 1px;  color: #1a171b;  width: 100%;  height: 52px;  padding: 18px 20px 14px 20px;  color: white; }.dceMap .dmInner .dmiImage .route .from::-webkit-input-placeholder{ color: #1a171b;  font-weight: bold; }.dceMap .dmInner .dmiImage .route .from::-moz-placeholder{ color: #1a171b;  font-weight: bold; }.dceMap .dmInner .dmiImage .route .from:-ms-input-placeholder{ color: #1a171b;  font-weight: bold; }.dceMap .dmInner .dmiImage .route .from:-moz-placeholder{ color: #1a171b;  font-weight: bold; }.dceTeaserSlider{ margin-left: -20px;  margin-right: -20px; }.dceTeaserSlider .dTSInner{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  margin-left: 20px;  margin-right: 20px;  -webkit-box-orient: vertical;  -webkit-box-direction: reverse;  -ms-flex-direction: column-reverse;  -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }.dceTeaserSlider .dTSInner .dTSImg{ padding-top: 25px; }.dceTeaserSlider .dTSInner .dTSImg .dTCPPolySvg{ max-width: 530px; }.dceTeaserSlider .dTSInner .dTSImg .dTCPPolySvg svg{ position: relative; }.dceTeaserSlider .dTSInner .dTSImg .dTCPPolySvg svg .dTSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceTeaserSlider .dTSInner .dTSContent .dTSCLink{ margin-top: 20px; }.dceTeaserSlider .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: -webkit-calc(100% - 40px); width: calc(100% - 40px);  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  right: 0;  left: 0;  margin: 0 auto; }.dceTeaserSlider .slick-dots li{ margin: 0;  background-color: #f2f2f2;  height: 5px;  display: block;  width: 100%;  position: relative; }.dceTeaserSlider .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a;  -webkit-transition: width 0ms linear;  -o-transition: width 0ms linear;  -webkit-transition: width 0ms linear; transition: width 0ms linear; }.dceTeaserSlider .slick-dots li button{ width: 0;  height: 0; }.dceTeaserSlider .slick-dots li button:before{ color: transparent; }.dceTeaserSlider .slick-dots li.slick-activebutton:before{ color: transparent; }.dceTeaserSlider .slick-dots li.slick-active:before{ width: 100%;  -webkit-transition: width 5000ms linear;  -o-transition: width 5000ms linear;  -webkit-transition: width 5000ms linear; transition: width 5000ms linear; }.dceTopographicMap h1,.dceTopographicMap .likeH1,.dceTopographicMap h2,.dceTopographicMap .likeH2,.dceTopographicMap h3,.dceTopographicMap .likeH3{ padding-left: 20px;  padding-right: 20px; }.dceTopographicMap .dTMMap{ position: relative; }.dceTopographicMap .dTMMap.desktop{ display: none; }.dceTopographicMap .dTMMap.mob{ width: 100%;  height: 100%;  overflow-x: scroll; }.dceTopographicMap .dTMMap.mob img{ min-width: 100%;  max-width: initial;  height: initial;  width: initial; }.dceTopographicMap .dTMMap .dTMMPWPin{ position: absolute;  z-index: 100; }.dceTopographicMap .dTMMap .dTMMPWPin.act{ z-index: 1000; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip b{ background-image: unset !important;  background: unset;  position: relative; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip b:after{ position: absolute;  display: block;  content: '';  width: 9px;  height: 9px;  border-bottom: 4px solid white;  border-right: 4px solid white;  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  top: 14px;  left: 7px; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip .title{ padding: 8px;  line-height: 1;  white-space: nowrap;  padding-left: 25px; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip svg g g g path{ fill: #707173; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip.act svg g g g path{ fill: #e2001a; }.dceTopographicMap .dTMMap .dTMMPWPin.ballung{ z-index: 200; }.dceTopographicMap .dTMMap .dTMMPWPin.ballung.act{ z-index: 300; }.dceTopographicMap .toolTip{ color: #f5f5f5;  display: block;  max-height: 0;  overflow: hidden;  background-color: #e2001a; }.dceTopographicMap .toolTip.act{ max-height: 15000px; }.dceTopographicMap .toolTip .TTInner{ position: relative; }.dceTopographicMap .toolTip .TTInner .TTTitle{ text-transform: uppercase;  letter-spacing: 1px;  font-weight: bold; }.dceTopographicMap .toolTip .TTInner .TTText{ padding-bottom: 12px; }.dceTopographicMap .toolTip .TTInner .dTMMPWLink{ color: #f5f5f5;  letter-spacing: 1px;  font-weight: bold;  display: block; }.dceTopographicMap .toolTip .TTInner .dTMMPWLink span.generalArrow{ margin-right: 10px; }.dceTopographicMap .toolTip .TTInner .TTClose{ position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 30px; }.dceTopographicMap .toolTip .TTInner .TTClose:before{ position: absolute;  display: block;  left: 49.3%;  bottom: 10px;  content: '';  width: 8px;  height: 8px;  border-top: 3px solid #fff;  border-right: 3px solid #fff;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }.grid__item{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  position: relative; }.grid__item .dTTImage{ min-height: 374px;  width: 100%;  background-size: cover;  background-position: center center; }.grid__description.dtMember.active{ max-height: 1000px;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.grid__description{ max-height: 0;  overflow: hidden;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.teamFilter.filter{ padding-bottom: 40px;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  width: 100%;  cursor: pointer;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.teamFilter.filter span{ padding-left: 15px;  padding-right: 15px; }.dceTeammodul{ margin-left: -20px;  margin-right: -20px; }.dceTeammodul .innerinner{ position: absolute; }.dceTeammodul .grid .close{ cursor: pointer; }.dceTeammodul .grid .close span{ -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  position: absolute;  top: 15px;  font-size: 20px;  color: #8d8d8f; }.dceTeammodul .grid .close{ -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -ms-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  max-height: 0;  z-index: 9999999999999;  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  border-left: 45px solid transparent;  border-right: 45px solid transparent;  border-bottom: 45px solid #f2f2f2;  margin-right: -30px;  opacity: 1;  margin-top: -7px;  position: absolute;  right: 0;  top: 0;  overflow: hidden;  border-width: 0; }.dceTeammodul .grid .close.open{ overflow: inherit;  -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -ms-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  max-height: 95px;  border-width: 45px; }.dceTeammodul .grid .close.full{ display: none; }.dceTeammodul .grid .grid__item{ width: 100%; }.dceTeammodul .grid .grid__item .dTTIInner{ padding: 40px; }.dceTeammodul .grid .grid__item .dTTIInner .name{ font-size: 24px;  font-weight: bold;  line-height: 1.25;  letter-spacing: 1px;  color: white; }.dceTeammodul .grid .grid__item .dTTIInner .position{ font-size: 20px;  line-height: 1.5;  letter-spacing: .5px;  color: white; }.dceTeammodul .grid .descriptionInner{ padding: 20px; }.dceTeammodul .grid .grid__description.dtMember .dTTImage{ max-height: 0; }.dceTeammodul .grid .grid__description.dtMember .dTTCTeaser{ padding-bottom: 20px; }.dceTeammodul .grid .grid__description.dtMember a{ color: #e2001a; }.dceTeammodul .grid .grid__description.dtMember svg{ margin-bottom: 12px;  margin-top: 40px; }.grid__description{ background-color: #f8f8f8; }.summaryWrap{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  padding: 20px; }.summaryWrap .heading{ font-size: 20px;  font-weight: bold;  line-height: 1.5;  letter-spacing: .5px;  color: #707173;  padding-top: 20px; }.summaryWrap ul li,.summaryWrap ul li a{ font-size: 20px;  font-weight: bold;  line-height: 1.5;  letter-spacing: .5px;  color: #707173; }.dceParallaxSlider .dTSInner{ min-height: 465px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-orient: vertical;  -webkit-box-direction: reverse;  -ms-flex-direction: column-reverse;  -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }.dceParallaxSlider .dTSInner .dTSImg{ padding-top: 25px;  position: relative; }.dceParallaxSlider .dTSInner .dTSImg .dTCPPolySvg svg{ position: relative; }.dceParallaxSlider .dTSInner .dTSImg .dTCPPolySvg svg .dTSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceParallaxSlider .dTSInner .dTSContent{ width: 100%; }.dceParallaxSlider .dTSInner .dTSContent .dTSCLink{ margin-top: 20px; }.dceParallaxSlider.noParallax .dTSImg{ min-height: 295px; }.dceTeaserBroschuere .dTSInner{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }.dceTeaserBroschuere .dTSInner .dTSImg .dTSImagewrap .dTTImage{ margin-top: 20px;  min-height: 250px;  background-size: contain !important; }.dceTeaserBroschuere .dTSInner .dTSContent .dTSCTeaser{ width: 100%; }.dceTeaserBroschuere .dTSInner .dTSContent .dTSCLink{ padding-top: 20px; }.dceZitat{ position: relative; }.dceZitat .dTSInner{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  margin-left: 20px;  margin-right: 20px;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-orient: vertical;  -webkit-box-direction: reverse;  -ms-flex-direction: column-reverse;  -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }.dceZitat .dTSInner .dTSImg{ padding-top: 25px; }.dceZitat .dTSInner .dTSImg .dTCPPolySvg{ position: relative;  max-width: 530px; }.dceZitat .dTSInner .dTSImg .dTCPPolySvg svg{ position: relative; }.dceZitat .dTSInner .dTSImg .dTCPPolySvg svg .dTSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceZitat .dTSInner .dTSContent .dTSCName{ padding-top: 12px;  font-weight: bold;  text-transform: uppercase; }.dceZitat .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: -webkit-calc(100% - 40px); width: calc(100% - 40px);  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  right: 0;  left: 0;  margin: 0 auto; }.dceZitat .slick-dots li{ margin: 0;  background-color: #f2f2f2;  height: 5px;  display: block;  width: 100%;  position: relative; }.dceZitat .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a;  -webkit-transition: width 0ms linear;  -o-transition: width 0ms linear;  -webkit-transition: width 0ms linear; transition: width 0ms linear; }.dceZitat .slick-dots li button{ width: 0;  height: 0; }.dceZitat .slick-dots li button:before{ color: transparent; }.dceZitat .slick-dots li.slick-activebutton:before{ color: transparent; }.dceZitat .slick-dots li.slick-active:before{ width: 100%;  -webkit-transition: width 5000ms linear;  -o-transition: width 5000ms linear;  -webkit-transition: width 5000ms linear; transition: width 5000ms linear; }.dceZitat .zitatSvgWrap{ max-width: 530px;  position: absolute;  bottom: 0;  width: -webkit-calc(100% - 40px); width: calc(100% - 40px);  left: 0;  right: 0;  margin: 0 auto; }.dceZitat .zitatSvgWrap .svgFade{ opacity: 0; }.dceZitat .zitatSvgWrap .svgFade.active{ -webkit-transition: all 1000ms linear;  -o-transition: all 1000ms linear;  -webkit-transition: all 1000ms linear; transition: all 1000ms linear;  opacity: 1; }.dceZitat svg{ position: relative; }.dceZitat svg .dTSIImage{}.dceZitat svg .dTSIImage .dTSIImageInner{ -webkit-transition: all 5000ms linear;  -o-transition: all 5000ms linear;  -webkit-transition: all 5000ms linear; transition: all 5000ms linear; }.openme{ max-width: 1300px !important; }.dceWebcam .dwiWebcam{ margin: 0 -20px;  margin-bottom: 20px !important; }.dceWebcam .dwiWebcam .dwiwInner .chosen-container{ width: 100%; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiFeratel{ overflow: hidden;  height: 465px;  background-size: cover;  background-position: center center;  position: relative;  margin: 0 auto;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiFeratel a.feratelLink{ width: 100%;  height: 100%;  display: block; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiIframe{ overflow: hidden;  height: 465px;  background-size: cover;  background-position: center center;  position: relative; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiIframe .iframeInner{ position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  cursor: pointer; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiIframe a.iframeLink{ width: 100%;  height: 100%;  display: block; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiIframe iframe{ overflow: hidden;  height: 800px;  margin-top: -135px; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiPhp{ background-size: contain;  background-position: center;  background-repeat: no-repeat; }.dceWebcam .dwiWebcam .dwiwInner .slick-initialized .slick-slide{ overflow: hidden; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiJs{ position: relative; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiJs .jsInner{ position: absolute;  min-height: 465px;  width: 100%;  height: 100%;  display: block; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiJs .webcamJs{ overflow: hidden !important; }.dceWebcam .dwiWebcam .dwiwInner .dwiwiJs img,.dceWebcam .dwiWebcam .dwiwInner .dwiwiJs .gthumb{ overflow: hidden !important;  height: 465px !important; }.dceWebcam .dwiWebcam .dwiwInner a{ width: 100%;  height: 100%;  display: block; }.dceWebcam .dwiWebcam .dwiwInner .dwiWebcam .slick-prev{ left: 0;  z-index: 9999; }.dceWebcam .dwiWebcam .slick-dots{ display: none !important;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: -webkit-calc(100% - 40px); width: calc(100% - 40px);  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  right: 0;  left: 0;  margin: 0 auto; }.dceWebcam .dwiWebcam .slick-dots li{ margin: 0;  background-color: #f2f2f2;  height: 5px;  display: block;  width: 100%;  position: relative; }.dceWebcam .dwiWebcam .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a;  -webkit-transition: width 0ms linear;  -o-transition: width 0ms linear;  -webkit-transition: width 0ms linear; transition: width 0ms linear; }.dceWebcam .dwiWebcam .slick-dots li button{ width: 0;  height: 0; }.dceWebcam .dwiWebcam .slick-dots li button:before{ color: transparent; }.dceWebcam .dwiWebcam .slick-dots li.slick-activebutton:before{ color: transparent; }.dceWebcam .dwiWebcam .slick-dots li.slick-active:before{ width: 100%;  -webkit-transition: width 5000ms linear;  -o-transition: width 5000ms linear;  -webkit-transition: width 5000ms linear; transition: width 5000ms linear; }.dceWebcam select.webcamSelect{ width: 100%; }.dceWebcam .webcamContentNavi{ display: none;  padding: 20px;  max-width: 1300px;  margin: 0 auto;  font-size: 20px;  letter-spacing: 1px;  text-transform: uppercase; }.dceWebcam .webcamContentNavi .slick-slide span{ display: block;  margin: 0 10px;  padding: 20px 0;  border-top: 4px solid #8d8d8f;  font-family: 'AltoProCon-Bold';  cursor: pointer; }.dceWebcam .webcamContentNavi .slick-slide.slick-current span{ border-top: 4px solid #e2001a;  color: #e2001a; }.dceWebcam .webcamContentNavi .slick-prev,.dceWebcam .webcamContentNavi .slick-next{ top: 58px; }.dceWebcam .webcamContentNavi .slick-prev:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-left: 4px solid #8d8d8f;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.dceWebcam .webcamContentNavi .slick-next:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-right: 4px solid #8d8d8f;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.dceWebcam.dHSFullscreen .dwiWebcam .dwiwInner .dwiwiJs img,.dceWebcam.dHSFullscreen .dwiWebcam .dwiwInner .dwiwiJs .gthumb,.dceWebcam.dHSFullscreen .dwiWebcam .dwiwInner .dwiwiJs #gthumb_inst0{ overflow: hidden !important;  height: auto !important; }.dceButton a{ min-width: 148px;  height: 52px;  display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding-left: 20px;  padding-right: 20px;  text-transform: uppercase;  font-weight: bold;  line-height: 1.5;  font-size: 20px;  letter-spacing: 1px; }.dceButton.normal a{ background-color: #e2001a;  font-size: 20px;  color: #f5f5f5; }.dceButton.disabled{ height: 52px;  display: -webkit-inline-box;  display: -ms-inline-flexbox;  display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  padding-left: 20px;  padding-right: 20px;  text-transform: uppercase;  font-weight: bold;  line-height: 1.5;  font-size: 20px;  letter-spacing: 1px;  color: rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceButton.default a{ color: #707173;  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceButton.default a:hover{ color: #e2001a; }.dceButton.icon a{ color: rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceButton.loading a{ position: relative;  -webkit-transition: color .25s ease;  -o-transition: color .25s ease;  -webkit-transition: color .25s ease; transition: color .25s ease;  color: #707173;  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceButton.loading a:after{ content: '';  top: 0;  left: 0;  width: 0;  height: 100%;  background-color: #e2001a;  -webkit-transform-origin: left;  -ms-transform-origin: left;  -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left;  -webkit-transition: width .25s ease;  -o-transition: width .25s ease;  -webkit-transition: width .25s ease; transition: width .25s ease;  z-index: -1; }.dceButton.loading a:hover{ -webkit-transition: color .25s ease;  -o-transition: color .25s ease;  -webkit-transition: color .25s ease; transition: color .25s ease;  color: white; }.dceButton.loading a:hover:after{ width: 100%; }.dcePictureTextWrap .dcePictureTextSub .wrap .image{ margin-left: -20px;  margin-right: -20px;  text-align: center; }.dcePictureTextWrap .dcePictureTextSub .wrap .image img{ margin-bottom: 40px; }.dcePictureTextWrap .dcePictureTextSub .wrap .text{ margin: 0 auto;  padding-bottom: 20px; }.dcePictureTextWrap .dcePictureTextSub .wrap .text .dTTCLink{ padding-top: 12px; }.dcePictureTextWrap .dcePictureTextSub .wrap .text .dTTCLink .generalArrow{ border-color: black; }.dcePictureTextWrap .dcePictureTextSub .wrap .text .dTTCLink span.dTTCLLabel{ display: inline-block;  margin-left: 8px;  font-weight: bold; }.dcePictureTextWrap .dcePictureTextSub .wrap .text .dTTCLink a:hover .generalArrow{ border-color: #e2001a;  -webkit-transition: all 0ms linear;  -moz-transition: all 0ms linear;  -ms-transition: all 0ms linear;  -o-transition: all 0ms linear;  -webkit-transition: all 0ms linear; transition: all 0ms linear; }.accWrap{ margin-bottom: 45px; }.accWrap .accInner{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  margin-bottom: 15px; }.accWrap .accInner .accClosed{ padding-left: 20px;  padding-right: 20px;  overflow: hidden;  max-height: 0; }.accWrap .accInner .accClosed.open{ padding-top: 20px;  padding-bottom: 20px;  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  max-height: 10000px; }.accWrap .accInner .dceAcc{ position: relative;  min-height: 52px;  cursor: pointer;  position: relative;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.accWrap .accInner .dceAcc .label{ position: absolute;  height: 30px;  font-size: 20px;  line-height: 1.5;  letter-spacing: 1px;  color: #fff;  background-color: #b0c82c;  text-align: center;  text-transform: uppercase;  padding-left: 12px;  padding-right: 12px;  top: -30px;  width: 100%;  font-family: 'AltoProCon-Bold'; }.accWrap .accInner .dceAcc.open .pfeilchen{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg);  margin-top: -5px; }.accWrap .accInner .dceAcc h1,.accWrap .accInner .dceAcc .likeH1,.accWrap .accInner .dceAcc h2,.accWrap .accInner .dceAcc .likeH2,.accWrap .accInner .dceAcc h3,.accWrap .accInner .dceAcc .likeH3{ padding-bottom: 0;  color: #707173;  width: -webkit-calc(100% - 65px); width: calc(100% - 65px); }.accWrap .accInner .dceAcc .pfeilchen{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  top: 5px;  left: -60px;  display: block;  width: 17px;  height: 17px;  border-top: 6px solid #e2001a;  border-right: 6px solid #e2001a;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  margin: 0 0 -10px 20px;  margin-top: -20px; }.accWrap .accInner .dceAcc.plusHaken h1,.accWrap .accInner .dceAcc.plusHaken .likeH1,.accWrap .accInner .dceAcc.plusHaken h2,.accWrap .accInner .dceAcc.plusHaken .likeH2,.accWrap .accInner .dceAcc.plusHaken h3,.accWrap .accInner .dceAcc.plusHaken .likeH3{ width: -webkit-calc(100% - 160px); width: calc(100% - 160px); }#content table.ce-table.ce-table-fontleft td{ text-align: left !important;  padding-left: 15px;  padding-right: 15px; }#content .frame-type-table{ overflow-x: scroll; }#content .ce-table{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  margin: 2px;  min-width: 100%; }#content .ce-table.ce-table-smalltable td{ padding-bottom: 18px;  padding-top: 20px; }#content .ce-table th,#content .ce-table td{ padding-bottom: 28px;  padding-top: 34px;  min-height: 92px;  min-width: 144px;  text-align: center;  text-transform: uppercase;  font-weight: bold; }#content .ce-table tr{ border-bottom: 1px solid #f2f2f2; }#content .ce-table tr:last-child{ border-bottom: 0; }#content .ce-table th{ color: #1a171b;  font-size: 24px;  line-height: 150%;  letter-spacing: 1px;  font-weight: bold; }#content .ce-table th:nth-child(even){ background-color: #f8f8f8; }#content .ce-table td:nth-child(even){ background-color: #f8f8f8; }.dceTextBox{ margin-left: -20px;  margin-right: -20px;  background-size: cover;  background-image: url(/fileadmin/templates/images/bg-arrow.png); }.dceTextBox .dTBInner{ padding-left: 20px;  padding-right: 20px;  min-height: 550px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-box-align: start;  -ms-flex-align: start;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;  max-width: 1300px;  margin: 0 auto; }.dceSliderSubheadline{ position: absolute;  z-index: 100;  color: #fff;  text-align: center;  width: 100%;  margin: 330px 0 0;  left: 0; }.dceSlider .inner.prevslide{ right: -150px; }.dceSlider .inner.nextSlide{ left: -150px; }.dceSlider .replacePrev{ display: none; }.dceSlider .replaceNext{ display: none; }.svgmonjawrap{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: -webkit-calc(100% + 150px); width: calc(100% + 150px);  margin: 0 -75px; }.dceSlider .svgmonjawrap .lazyBackgroundImage{ height: 700px; }iframe#video{ margin-left: 75px; }.svgmonjawrap image{ width: 100%; }.svgmonjawrap .slick-slide{ float: left;  height: 100%;  min-height: 1px;  z-index: -1;  margin: 0 -100px 0 0;  -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }.dceSlider .replacePrev:before,.dceSlider .replaceNext:before{ content: ''; }.dceSlideshow{ overflow: hidden; }.dceSlideshow .title{ font-size: 24px;  font-weight: bold;  color: #707173;  padding-bottom: 15px;  text-transform: uppercase;  line-height: 30px;  letter-spacing: 1px; }.dceSlideshow .slick-dotted.slick-slider{ margin-bottom: 30px; }.dSContent{ font-size: 24px;  color: #707173;  max-width: 640px;  margin-bottom: 5px;  margin-left: 5px; }.dSContent .text{ margin-bottom: 20px; }.dceSlideshow .inner.slick-slide{ height: inherit;  position: relative;  z-index: 1; }.dceSlideshow .inner.slick-slide.slick-current{ z-index: 10; }.dceSlideshow .slick-dots li{ padding: 0;  cursor: pointer;  margin: 0 5px;  background-color: #fff;  position: relative;  width: 76px;  height: 4px; }.dceSlideshow .slick-dots li button{ display: none; }.dceSlideshow .slick-dots li.slick-active{ background-color: #e2001a; }.dceSlideshow .slick-dots{ position: absolute;  bottom: 39%;  display: block;  width: 100%;  padding: 0;  margin: 0;  list-style: none;  text-align: center; }.dceSlideshow .topicsBack{ background-image: url(/fileadmin/templates/images/topicsPlay.png);  background-position: right 30px center;  padding: 10px 80px 10px 30px; }.dceTeaserApp{ background-image: url(/fileadmin/templates/images/bgDownloadApp.svg);  margin-left: -20px;  margin-right: -20px;  padding: 20px;  padding-bottom: 40px;  background-size: cover; }.dceTeaserApp .dTSImg .dTTImage.lazyBackgroundImage{ min-height: 334px;  background-size: contain;  background-repeat: no-repeat;  background-position: center;  margin-bottom: 20px; }.dceTeaserApp .dTSInner .dTSCButton{ padding-top: 20px; }.dceTeaserApp .dTSInner .dTSCButton .apple{ padding-bottom: 20px;  margin-right: 20px; }.dceTeaserApp .dTSInner .appleInner{ background-image: url(/fileadmin/templates/images/appStoreBadge.png);  width: 156px;  height: 52px; }.dceTeaserApp .dTSInner .googleInner{ background-image: url(/fileadmin/templates/images/googlePlayBadge.png);  width: 176px;  height: 52px; }.dceTextContent.poly .title{ color: #b0c82c;  font-size: 20px;  font-weight: bold;  text-transform: uppercase;  padding-bottom: 20px; }.dceTextContent.poly .text{ padding-bottom: 20px; }.dceTopFive .DTFWrap{ overflow-x: scroll; }.dceTopFive .DTFWrap .DTFInner{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceTopFive .DTFWrap .DTFInner .DTFIElement{ margin-bottom: 15px;  margin-left: 10px;  margin-right: 10px; }.dceTopFive .DTFWrap .DTFInner .DTFIElement .icon{ margin-top: 5px;  margin-right: 5px;  width: 200px;  height: 200px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2); box-shadow: 0 0 8px 0 rgba(26,23,27,.2); }.dceTopFive .DTFWrap .DTFInner .DTFIElement .text{ padding-top: 28px;  text-align: center;  font-size: 24px;  font-weight: bold;  text-transform: uppercase;  color: #8d8d8f;  letter-spacing: 1px;  max-width: 200px; }.dceBilderGitter .DBGWrap{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-orient: horizontal;  -webkit-box-direction: normal;  -ms-flex-direction: row;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-box-pack: start;  -ms-flex-pack: start;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  margin-left: -10px;  margin-right: -10px; }.dceBilderGitter .DBGWrap .DBGWInner{ margin-left: 10px;  margin-right: 10px;  margin-bottom: 20px;  width: 350px; }.dceBilderGitter .DBGWrap .DBGWInner .DBGWIImage{ padding: 40px;  background-size: cover;  min-height: 350px; }.dceBilderGitter .DBGWrap .DBGWInner .DBGWIImage .title{ font-size: 24px;  font-weight: bold;  color: white;  text-transform: uppercase;  letter-spacing: 1px; }.dceBilderGitter .DBGWrap .DBGWInner .DBGWIImage .text{ display: none;  padding-top: 12px;  font-size: 20px;  line-height: 1.5;  letter-spacing: .5px;  color: #fff; }@media screen and (min-width:480px){.dceTeaserApp .dTSInner .dTSCButton{ display: -ms-flexbox;  display: -webkit-flex;  display: -ms-flexbox; display: -webkit-flex; display: flex; }}@media screen and (min-width:768px){.tooltipster-sidetip.tooltipster-light:not(.tooltipster-wc) .tooltipster-arrow{ height: 9px;  margin-left: -9px;  width: 18px;  left: 10px !important; }.welcome_card .welcomeCardContent .WCCInner .WCCBenefit,.welcome_card .fixBar{ font-size: 20px;  line-height: 140%; }.tooltipster-fade:not(.tooltipster-wc){ left: 20px !important;  max-width: 760px;  height: inherit !important; }.welcome_card .haken{ top: 5px;  right: 20px;  display: block;  width: 27px;  height: 17px;  border-top: 6px solid #b0c82c;  border-right: 6px solid #b0c82c;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  margin: 0 0 -10px 20px;  margin-top: -20px;  margin-right: 20px; }ins.bookingaff iframe{ min-width: 420px !important; }.dceMap .dmInner .dmiImage .route .from .to svg{ position: absolute;  right: 20px;  cursor: pointer; }.dceMap .dmInner .dmiImage .route .from .to svg path{ fill: #e2001a; }.dceMap .dmInner .dmiImage .route .from .to{ position: relative; }.grid__description{ position: relative;  background-color: #f8f8f8; }.dceTeammodul .grid .close.full{ display: block; }.dceTeammodul .grid .descriptionInner{ padding: 0;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.dceTeammodul .grid .grid__description.dtMember .dTTImage{ min-height: 650px;  width: 50%;  background-position: center;  background-size: cover; }.dTTIContent{ padding: 20px;  width: 50%; }.dceTeammodul .grid .grid__item .close.mob{ display: none; }.grid__description.dtMember.active{ position: relative; }.dceTeammodul .grid .close{ max-height: 100%; }.grid{ display: grid;  grid-template-areas: "item item" "desc desc";  grid-template-columns: 1fr 1fr; }.grid__description{ grid-area: desc; }.dceTeaserApp .dTSInner{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceTeaserApp .dTSInner .dTSCButton{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceTeaserApp .dTSInner .appleInner{ margin-right: 20px; }.dceMap .dmInner .dmiImage .route .from form#googleRoute{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.dceTeaserApp .dTSInner .dTSContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  max-width: 640px; }.dceMap .dmInner .dmiImage .route span.generalArrow{ display: block;  border-color: black; }input.generalButton.submit{ display: none; }.arrow{ background-color: white;  height: 52px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 28px;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.dceInhalt.middle{ max-width: 50%;  margin: 0 auto; }.dceInhalt.left{ max-width: 50%; }.dceInhalt.right{ max-width: 50%;  margin-left: 50%; }.dcePictureTextWrap .dcePictureTextSub .wrap .image{ margin-left: 0;  margin-right: 0; }.dcePictureTextWrap .dcePictureTextSub .wrap .text{ max-width: 640px; }.dcePictureSub{ margin: 40px;  margin-left: 0;  margin-right: 0;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dcePictureSub .wrap{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dcePictureSub .wrap .inner{ max-width: 580px; }.dcePictureSub .middle{ -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dcePictureSub .right{ -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.dcePictureSub .bigPic .inner{ max-width: 100%; }.dcePictureSub .sub{ max-width: 580px;  font-size: 20px;  line-height: 30px;  letter-spacing: .5px;  color: #666;  padding-top: 15px; }.dcePictureSub .wrap.fifty{ width: 49%; }.dcePictureSub .wrap.full{ width: 100%; }.accWrap .accInner .dceAcc .label{ width: inherit;  right: 0; }.dceDownloadList .dDIDownloadWraps{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceDownloadList .dDIDownloadWraps .dDiDInner{ width: 48.5%; }.dceTeaserSlider .dTSInner .dTSImg,.dceParallaxSlider .dTSInner .dTSImg{ padding-top: 0; }.dceTeaserSlider .slick-dots{ bottom: 0;  left: inherit;  right: 20px;  width: -webkit-calc(49% - 20px); width: calc(49% - 20px); }.dceZitat .slick-dots{ display: -webkit-box !important;  display: -ms-flexbox !important;  display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.dceTeaserSlider .slick-dots > li{ width: 90px;  margin: 0 10px; }.dceTeaserBroschuere .dTSInner,.dceTeaserSlider .dTSInner,.dceParallaxSlider .dTSInner{ -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  -webkit-box-orient: horizontal;  -webkit-box-direction: normal;  -ms-flex-direction: row;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.dceTeaserBroschuere .dTSInner.right,.dceTeaserSlider .dTSInner.right,.dceParallaxSlider .dTSInner.right{ -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }.dceTeaserBroschuere .dTSInner.left,.dceTeaserSlider .dTSInner.left,.dceParallaxSlider .dTSInner.left{ -webkit-box-orient: horizontal;  -webkit-box-direction: normal;  -ms-flex-direction: row;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.dceTeaserBroschuere .dTSInner.right{ -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }.dceTeaserBroschuere .dTSInner.left{ -webkit-box-orient: horizontal;  -webkit-box-direction: normal;  -ms-flex-direction: row;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.dceTeaserBroschuere .dTSInner .dTSContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceZitatInner{ min-height: 530px; }.dceTeaserBroschuere .dTSInner .dTSImg .dTSImagewrap .dTTImage,.dceParallaxSlider .dTSInner .dTSImg svg .dTSIImage{ min-height: 465px;  margin-top: 0;  background-position: center; }.dceParallaxSlider .dTSInner .dTSImg svg{ height: 465px; }}@media screen and (min-width:1024px){.grid{ display: grid;  grid-template-areas: "item item item" "desc desc desc";  grid-template-columns: 1fr 1fr 1fr; }.grid__description{ grid-area: desc; }.dceParallaxSlider .dTSInner .dTSImg{ padding-top: 25px;  position: relative; }.dceParallaxSlider .dTSInner .dTSImg .dTCPPolySvg{ width: 530px; }.dceParallaxSlider .dTSInner .dTSImg .dTCPPolySvg svg{ position: relative; }.dceParallaxSlider .dTSInner .dTSImg .dTCPPolySvg svg .dTSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceParallaxSlider .dTSInner .dTSContent .dTSCLink{ margin-top: 20px; }.dceParallaxSlider.noParallax{ padding-bottom: 0; }.dceParallaxSlider.noParallax .dTSImg{ min-height: 465px; }.summaryWrap{ padding: 40px; }.dceBilderGitter .DBGWrap .DBGWInner .DBGWIImage .text{ display: block; }.dceTextContent.poly{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceTextContent.poly .left,.dceTextContent.poly .right{ width: 50%; }.dceBilderGitter .DBGWrap .DBGWInner{ width: 420px; }.dceBilderGitter .DBGWrap .DBGWInner .DBGWIImage{ min-height: 420px; }.dcePictureSub .wrap.full .inner{ max-width: 100%;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: 100%;  text-align: center; }.dcePictureSub{ -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.dcePictureSub .wrap.right .inner,.dcePictureSub .wrap.left .inner{ max-width: 580px; }.dcePictureSub .wrap.middle .inner{ max-width: 580px; }.dcePictureSub .wrap .inner{ max-width: 100%; }.accWrap .accInner .accClosed{ padding-left: 80px;  padding-right: 80px; }.dceZitatInner{ min-height: inherit; }.dceZitat .zitatSvgWrap{ left: inherit;  right: inherit;  margin: inherit; }.dceZitat .zitatSvgWrap svg{ max-width: 88%; }.dceZitat .slick-dots{ bottom: 90px;  left: inherit;  right: 20px;  width: -webkit-calc(49% - 20px); width: calc(49% - 20px); }.dceZitat .slick-dots > li{ width: 90px;  margin: 0 10px; }.dceZitat .dTSInner{ -webkit-box-orient: horizontal;  -webkit-box-direction: normal;  -ms-flex-direction: row;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceTopographicMap{ margin-left: 0; }.dceTopographicMap h1,.dceTopographicMap .likeH1,.dceTopographicMap h2,.dceTopographicMap .likeH2,.dceTopographicMap h3,.dceTopographicMap .likeH3{ max-width: 1300px;  margin: 0 auto; }.dTMMPWPTooltip{ cursor: pointer;  max-width: 40px; }.dceTopographicMap .dTMMap .dTMMPWPin .dTMMPWPTooltip:hover svg g g g path{ fill: #e2001a; }.dceTopographicMap .dTMMap.desktop{ margin: 0 auto;  display: block;  padding-bottom: 30px; }.dceTopographicMap .dTMMap.desktop .dTMMPWPTooltip.act{ position: absolute;  z-index: 1;  display: table; }.dceTopographicMap .dTMMap.desktop .dTMMPWPTooltip.act svg{ display: none; }.TTPfeil{ border-left: 12px solid transparent;  border-right: 12px solid transparent;  border-top: 12px solid #e2001a;  width: 15px;  position: absolute;  left: 0;  right: 0;  margin: 0 auto; }.dceTopographicMap .toolTip,.dceTopographicMap .toolTip.act{ -webkit-transition: none;  -o-transition: none;  -webkit-transition: none; transition: none; }.dceTopographicMap .dTMMap.mob{ display: none; }.dceTopographicMap .dTMMPWPin.mob{ display: none; }.dceTeaserSlider .dTSInner .dTSContent .dTSCLink{ margin-top: 30px; }.dceTeaserSlider .dTSInner .dTSImg svg .dTSIImage,.dceTeaserSlider .dTSInner .dTSImg svg{ height: 465px; }.dTSContent{ padding-top: 30px;  padding-bottom: 30px; }.dceTeaserSlider .slick-dots{ bottom: 30px; }}@media screen and (min-width:1374px){.dceTopographicMap .dTMMap.desktop{ width: 1374px; }.dceZitat .zitatSvgWrap svg{ max-width: 100%; }.dcePictureSub .sub{ max-width: 680px; }.dcePictureWrap{ margin-left: 0;  margin-right: 0; }.dcePictureWrap .wrap .sub{ text-align: left; }.dcePictureSub .wrap.middle .inner,.dcePictureSub .wrap.right .inner,.dcePictureSub .wrap.left .inner{ max-width: 680px; }.dcePictureWrap .sub{ padding-left: 0;  padding-right: 0; }}@media screen and (min-width:1300px){.dcePictureTextWrap .dcePictureTextSub .wrap .text{ margin: 0; }.tooltipster-fade:not(.tooltipster-wc){ left: 0 !important; }.teamFilter.filter{ max-width: 1300px;  margin: 0 auto;  -webkit-justify-content: space-evenly; justify-content: space-evenly; }.dceTeammodul .grid .close{ margin-right: -7px; }.dTTIInner{ position: absolute;  display: none; }.grid__item .dTTImage:hover{ cursor: pointer; }.grid__item .dTTImage:hover .dTTIInner,.grid__item .dTTImage:hover .dTTIInner.active{ width: 100%;  height: 100%;  display: block; }.grid__item .dTTImage:hover .dTTIInner .generalOverlay,.grid__item .dTTImage:hover .dTTIInner #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .grid__item .dTTImage:hover .dTTIInner .dNTSSOverlay,.grid__item .dTTImage:hover .dTTIInner .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .grid__item .dTTImage:hover .dTTIInner .dNTSSOverlay,.grid__item .dTTImage:hover .dTTIInner .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .grid__item .dTTImage:hover .dTTIInner .dTTOverlay,.grid__item .dTTImage:hover .dTTIInner .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .grid__item .dTTImage:hover .dTTIInner .dFIIOverlay,.grid__item .dTTImage:hover .dTTIInner .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .grid__item .dTTImage:hover .dTTIInner .bSEOverlay,.grid__item .dTTImage:hover .dTTIInner .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .grid__item .dTTImage:hover .dTTIInner .clPOverlay,.grid__item .dTTImage:hover .dTTIInner .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .grid__item .dTTImage:hover .dTTIInner .clPOverlay,.grid__item .dTTImage:hover .dTTIInner .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .grid__item .dTTImage:hover .dTTIInner .cMPIOverlay,.grid__item .dTTImage:hover .dTTIInner .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .grid__item .dTTImage:hover .dTTIInner .cDIOverlay,.grid__item .dTTImage:hover .dTTIInner .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .grid__item .dTTImage:hover .dTTIInner .dVVOverlay,.grid__item .dTTImage:hover .dTTIInner.active .generalOverlay,.grid__item .dTTImage:hover .dTTIInner.active #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .grid__item .dTTImage:hover .dTTIInner.active .dNTSSOverlay,.grid__item .dTTImage:hover .dTTIInner.active .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .grid__item .dTTImage:hover .dTTIInner.active .dNTSSOverlay,.grid__item .dTTImage:hover .dTTIInner.active .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .grid__item .dTTImage:hover .dTTIInner.active .dTTOverlay,.grid__item .dTTImage:hover .dTTIInner.active .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .grid__item .dTTImage:hover .dTTIInner.active .dFIIOverlay,.grid__item .dTTImage:hover .dTTIInner.active .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .grid__item .dTTImage:hover .dTTIInner.active .bSEOverlay,.grid__item .dTTImage:hover .dTTIInner.active .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .grid__item .dTTImage:hover .dTTIInner.active .clPOverlay,.grid__item .dTTImage:hover .dTTIInner.active .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .grid__item .dTTImage:hover .dTTIInner.active .clPOverlay,.grid__item .dTTImage:hover .dTTIInner.active .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .grid__item .dTTImage:hover .dTTIInner.active .cMPIOverlay,.grid__item .dTTImage:hover .dTTIInner.active .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .grid__item .dTTImage:hover .dTTIInner.active .cDIOverlay,.grid__item .dTTImage:hover .dTTIInner.active .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .grid__item .dTTImage:hover .dTTIInner.active .dVVOverlay{ padding: 40px; }.grid__item .dTTImage:hover .innerinner{ z-index: 999999999;  position: absolute; }.grid__item .dTTImage .dTTIInner.active{ width: 100%;  height: 100%;  display: block; }.grid__item .dTTImage .dTTIInner.active .generalOverlay,.grid__item .dTTImage .dTTIInner.active #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .grid__item .dTTImage .dTTIInner.active .dNTSSOverlay,.grid__item .dTTImage .dTTIInner.active .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .grid__item .dTTImage .dTTIInner.active .dNTSSOverlay,.grid__item .dTTImage .dTTIInner.active .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .grid__item .dTTImage .dTTIInner.active .dTTOverlay,.grid__item .dTTImage .dTTIInner.active .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .grid__item .dTTImage .dTTIInner.active .dFIIOverlay,.grid__item .dTTImage .dTTIInner.active .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .grid__item .dTTImage .dTTIInner.active .bSEOverlay,.grid__item .dTTImage .dTTIInner.active .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .grid__item .dTTImage .dTTIInner.active .clPOverlay,.grid__item .dTTImage .dTTIInner.active .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .grid__item .dTTImage .dTTIInner.active .clPOverlay,.grid__item .dTTImage .dTTIInner.active .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .grid__item .dTTImage .dTTIInner.active .cMPIOverlay,.grid__item .dTTImage .dTTIInner.active .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .grid__item .dTTImage .dTTIInner.active .cDIOverlay,.grid__item .dTTImage .dTTIInner.active .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .grid__item .dTTImage .dTTIInner.active .dVVOverlay{ padding: 40px; }.grid__item .dTTImage .dTTIInner.active .innerinner{ z-index: 999999999;  position: absolute; }.dceTeaserApp .dTSImg .dTTImage.lazyBackgroundImage{ margin-top: 20px; }.dSContent .text{ margin-bottom: 40px; }.dceSlideshow .slick-dots li{ width: 90px; }p.cc_message{ padding-right: 10px !important; }.cc_banner-wrapper{ position: fixed;  height: 92px;  width: 100%;  background-color: #666 !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open{ background-color: transparent !important;  max-width: 1300px;  margin: 0 auto;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  height: 92px;  padding-top: 0;  padding-bottom: 0; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open a.cc_btn.cc_btn_accept_all{ float: right;  margin-top: inherit !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open{ padding-left: 0;  padding-right: 0; }#content .frame-type-table{ overflow-x: inherit; }.dceTextBox .dTBInner{ padding-left: 0;  padding-right: 0; }.dcePictureTextWrap .dcePictureTextSub .wrap{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dcePictureTextWrap .dcePictureTextSub .wrap.middle{ -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-box-align: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.dcePictureTextWrap .dcePictureTextSub .wrap.right{ -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }.dcePictureTextWrap .dcePictureTextSub .wrap.bigPic{ -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.dceWebcam .chosen-container{ display: none; }.dceWebcam .webcamContentNavi{ display: block; }.grid{ display: grid;  grid-template-areas: "item item item item" "desc desc desc desc";  grid-template-columns: 1fr 1fr 1fr 1fr; }.grid__description{ grid-area: desc; }}@media screen and (min-width:1600px){.dceTeaserApp{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  min-height: 500px; }}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2F(stdin)%22%2C%22%5C%2Ffileadmin%5C%2Ftemplates%5C%2Fscss%5C%2F%5C%2Fmain.scss%22%2C%22%5C%2Ffileadmin%5C%2Ftemplates%5C%2Fscss%5C%2Fmonja.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CsEAAA%2CACAA%2CWAAA%2CsRAAA%2CAAAA%2CCAQC%2CWAAA%2C8QAAA%2CAAAA%2CCAqBA%2CSAAA%2CiCAAA%2CAAAA%2CCAIA%2CiHAAA%2C6FAAA%2CAAAA%2CCAMA%2CyzCAAA%2CsIAAA%2CAAAA%2CCAMA%2C0TAAA%2CsIAAA%2CAAAA%2CCAMA%2C4mBAAA%2C6IAAA%2CAAAA%2CCAKA%2CspBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CicAAA%2C%2BMAAA%2CAAAA%2CCAaA%2CaAAA%2CiBAAA%2CAAAA%2CCAGC%2CkBAAA%2CgGAAA%2CAAAA%2CCASD%2CcAAA%2CoZAAA%2CAAAA%2CCAcA%2CeAAA%2C2OAAA%2CAAAA%2CCAcC%2CqBAAA%2CiBAAA%2CAAAA%2CCAKA%2CmBAAA%2C0CAAA%2CAAAA%2CCAIC%2CyBAAA%2CcAAA%2CAAAA%2CCAKD%2CmBAAA%2CgCAAA%2CAAAA%2CCAGC%2C2BAAA%2CgBAAA%2CAAAA%2CCAMF%2Cw2BAAA%2C4IAAA%2CAAAA%2CCAQA%2CSAAA%2C%2BIAAA%2CAAAA%2CCAWA%2CaAAA%2CkOAAA%2CAAAA%2CCAQA%2CaAAA%2CkOAAA%2CAAAA%2CCAQA%2CQAAA%2CwCAAA%2CAAAA%2CCAIC%2CeAAA%2CgWAAA%2CAAAA%2CCAeD%2CUAAA%2CqCAAA%2CAAAA%2CCAKA%2CgCAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2C2BAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CoBAAA%2CAAAA%2CCAGA%2CgCAAA%2CoBAAA%2CAAAA%2CCAGA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAGA%2CyBAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2CyBAAA%2CoBAAA%2CAAAA%2CCAGA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCD9ND%2CACqOC%2CmBAAA%2CgJAAA%2CAAAA%2CCAOA%2CKAAA%2CiEAAA%2CAAAA%2CCAOA%2CaAAA%2CyBAAA%2CAAAA%2CCAKA%2CKAAA%2CsLAAA%2CAAAA%2CCAUA%2C8EAAA%2C6GAAA%2CAAAA%2CCAOA%2CuMAAA%2CqBAAA%2CAAAA%2CCAIA%2C4LAAA%2CoBAAA%2CAAAA%2CCAIA%2CsBAAA%2CyFAAA%2CAAAA%2CCAMA%2CWAAA%2CoBAAA%2CAAAA%2CCAGA%2CWAAA%2CoBAAA%2CAAAA%2CCAGA%2CWAAA%2CgFAAA%2CAAAA%2CCA2BA%2CMAAA%2CkCAAA%2CAAAA%2CCAKA%2CIAAA%2C%2BCAAA%2CAAAA%2CCAMA%2CWAAA%2CsCAAA%2CAAAA%2CCAKA%2CQAAA%2CyCAAA%2CAAAA%2CCAKA%2CiBAAA%2C2BAAA%2CAAAA%2CCAKA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CQAAA%2CqBAAA%2CAAAA%2CCAIA%2CyzCAAA%2CsIAAA%2CAAAA%2CCAMA%2C4mBAAA%2C6IAAA%2CAAAA%2CCAKA%2C0TAAA%2CsIAAA%2CAAAA%2CCAMA%2C4FAAA%2C6FAAA%2CAAAA%2CCAMA%2CKAAA%2CyZAAA%2CAAAA%2CCAgBC%2CaAAA%2CqFAAA%2CAAAA%2CCAKC%2CyBAAA%2CoBAAA%2CAAAA%2CCAIA%2CsBAAA%2CwBAAA%2CAAAA%2CCAQC%2CmCAAA%2CqEAAA%2CAAAA%2CCAIA%2CsCAAA%2CkCAAA%2CAAAA%2CCAKA%2CiCAAA%2CqBAAA%2CAAAA%2CCAKD%2C4BAAA%2CkBAAA%2CAAAA%2CCAGC%2C4CAAA%2CyBAAA%2CAAAA%2CCAKD%2C6BAAA%2CiEAAA%2CAAAA%2CCAGC%2CuCAAA%2CmEAAA%2CAAAA%2CCAMF%2CeAAA%2C2IAAA%2CAAAA%2CCASC%2CwBAAA%2CqJAAA%2CAAAA%2CCAYC%2C4BAAA%2C6BAAA%2CAAAA%2CCAKC%2CiCAAA%2CgBAAA%2CAAAA%2CCAMF%2CoBAAA%2CsYAAA%2CAAAA%2CCAYC%2CyBAAA%2CoBAAA%2CAAAA%2CCAGC%2CwCAAA%2C6XAAA%2CAAAA%2CCAiBC%2C8CAAA%2C8JAAA%2CAAAA%2CCAQC%2CmDAAA%2CwVAAA%2CAAAA%2CCAWC%2CwDAAA%2CmIAAA%2CAAAA%2CCAMC%2C4DAAA%2CqDAAA%2CAAAA%2CCAMA%2C2DAAA%2C0LAAA%2CAAAA%2CCAQE%2C2EAAA%2CsBAAA%2CAAAA%2CCAIA%2CgEAAA%2CiBAAA%2CAAAA%2CCAQJ%2CoDAAA%2CgCAAA%2CAAAA%2CCAIC%2CgEAAA%2CgBAAA%2CAAAA%2CCAOD%2CwEAAA%2CaAAA%2CAAAA%2CCAGC%2C6EAAA%2CkBAAA%2CAAAA%2CCAEC%2C%2BEAAA%2CmBAAA%2CAAAA%2CCAKF%2CyEAAA%2CgCAAA%2CAAAA%2CCAIC%2CiGAAA%2CwBAAA%2CAAAA%2CCAIA%2C0FAAA%2CiBAAA%2CAAAA%2CCAIA%2CqFAAA%2CoCAAA%2CAAAA%2CCASF%2CiCAAA%2CiBAAA%2CAAAA%2CCAIA%2C0CAAA%2CiBAAA%2CAAAA%2CCAIA%2CsCAAA%2CyOAAA%2CAAAA%2CCAUC%2C0CAAA%2CgNAAA%2CAAAA%2CCAaL%2CoBAAA%2C4XAAA%2CAAAA%2CCAaC%2C2BAAA%2C8bAAA%2CAAAA%2CCAeC%2CiCAAA%2CuCAAA%2CAAAA%2CCAIC%2CqCAAA%2C6BAAA%2CAAAA%2CCAMD%2CwCAAA%2CmBAAA%2CAAAA%2CCAKD%2C8BAAA%2CuFAAA%2CAAAA%2CCAWD%2CWAAA%2CkCAAA%2CAAAA%2CCAIC%2CeAAA%2CcAAA%2CAAAA%2CCAKD%2CoBAAA%2CkEAAA%2CAAAA%2CCAOC%2C8BAAA%2CkCAAA%2CAAAA%2CCAIC%2CgCAAA%2CkCAAA%2CAAAA%2CCAMD%2CgCAAA%2CoIAAA%2CAAAA%2CCAQC%2CmCAAA%2C4BAAA%2CAAAA%2CCAIC%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CgDAAA%2C4BAAA%2CAAAA%2CCAMF%2CwBAAA%2CwEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQF%2CoBAAA%2C%2BCAAA%2CAAAA%2CCAMC%2CgCAAA%2CgcAAA%2CAAAA%2CCAcC%2CqCAAA%2CqBAAA%2CAAAA%2CCAGC%2CwDAAA%2CmNAAA%2CAAAA%2CCAYC%2CmFAAA%2C8BAAA%2CAAAA%2CCAKA%2C8EAAA%2C8BAAA%2CAAAA%2CCAKA%2C%2BEAAA%2C8BAAA%2CAAAA%2CCAKA%2CqEAAA%2C8BAAA%2CAAAA%2CCAIA%2C8EAAA%2CiBAAA%2CAAAA%2CCAGA%2C%2BEAAA%2CiBAAA%2CAAAA%2CCAMD%2C0DAAA%2CyJAAA%2CAAAA%2CCAaC%2CoEAAA%2CiOAAA%2CAAAA%2CCAUF%2C4CAAA%2CoIAAA%2CAAAA%2CCAQC%2C%2BCAAA%2C4BAAA%2CAAAA%2CCAIC%2CsDAAA%2CgBAAA%2CAAAA%2CCAIA%2C4DAAA%2C4BAAA%2CAAAA%2CCAMF%2C8CAAA%2CoCAAA%2CAAAA%2CCAIC%2C2DAAA%2CuVAAA%2CAAAA%2CCAUC%2CwEAAA%2C0HAAA%2CAAAA%2CCASA%2CyEAAA%2CkCAAA%2CAAAA%2CCAKA%2C6EAAA%2CuFAAA%2CAAAA%2CCAOC%2CiFAAA%2CaAAA%2CAAAA%2CCAKD%2CyEAAA%2C2GAAA%2CAAAA%2CCAKC%2CuFAAA%2CwEAAA%2CAAAA%2CCAOA%2CgFAAA%2C0CAAA%2CAAAA%2CCAMD%2CyEAAA%2CiCAAA%2CAAAA%2CCAIC%2C2EAAA%2CyHAAA%2CAAAA%2CCAQC%2CkFAAA%2CuWAAA%2CAAAA%2CCAgBC%2CwFAAA%2CkEAAA%2CAAAA%2CCAQH%2C%2BDAAA%2CsCAAA%2CAAAA%2CCAOF%2C6CAAA%2CmNAAA%2CAAAA%2CCAWA%2C4CAAA%2C4GAAA%2CAAAA%2CCAQA%2C4CAAA%2CiBAAA%2CAAAA%2CCAKD%2C8BAAA%2CqIAAA%2CAAAA%2CCAWC%2CkCAAA%2C6BAAA%2CAAAA%2CCAKC%2CuCAAA%2CgBAAA%2CAAAA%2CCAMF%2CwBAAA%2C4HAAA%2CAAAA%2CCAKC%2CoCAAA%2CmEAAA%2CAAAA%2CCAIA%2CkCAAA%2CmEAAA%2CAAAA%2CCAIA%2CkCAAA%2CwOAAA%2CAAAA%2CCAUC%2CsCAAA%2C%2BMAAA%2CAAAA%2CCASD%2CoCAAA%2CeAAA%2CAAAA%2CCAGC%2CgDAAA%2C2GAAA%2CAAAA%2CCAWD%2C0GAAA%2CgBAAA%2CAAAA%2CCAMF%2CeAAA%2CgBAAA%2CAAAA%2CCAIA%2CmBAAA%2CiBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsDAAA%2CAAAA%2CCAKC%2C%2BBAAA%2C4WAAA%2CAAAA%2CCAaC%2CoCAAA%2C8cAAA%2CAAAA%2CCAkBA%2CiDAAA%2CSAAA%2CAAAA%2CCAGA%2CkGAAA%2CWAAA%2CAAAA%2CCAGA%2CiDAAA%2CYAAA%2CAAAA%2CCAMA%2CsDAAA%2CmCAAA%2CAAAA%2CCAKA%2CsDAAA%2C6JAAA%2CAAAA%2CCAKA%2CsDAAA%2CkKAAA%2CAAAA%2CCAKA%2CsDAAA%2CoCAAA%2CAAAA%2CCAQF%2CqBAAA%2C8KAAA%2CAAAA%2CCASC%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2CiCAAA%2CwTAAA%2CAAAA%2CCAeC%2CuCAAA%2CcAAA%2CAAAA%2CCAGC%2C6CAAA%2CgBAAA%2CAAAA%2CCAGC%2CqDAAA%2CiBAAA%2CAAAA%2CCAMF%2CqCAAA%2CiBAAA%2CAAAA%2CCAIA%2CwEAAA%2C0LAAA%2CAAAA%2CCASA%2CyCAAA%2C8CAAA%2CAAAA%2CCAMA%2CmCAAA%2CsIAAA%2CAAAA%2CCAOA%2CuCAAA%2CiBAAA%2CAAAA%2CCAIA%2CuCAAA%2C0RAAA%2CAAAA%2CCAYA%2CuCAAA%2CwTAAA%2CAAAA%2CCAYA%2C2CAAA%2C8EAAA%2CAAAA%2CCAMD%2CyBAAA%2CmBAAA%2CAAAA%2CCAMA%2CcAAA%2CaAAA%2CAAAA%2CCD5sCH%2CACqtCC%2CUAAA%2CoKAAA%2CAAAA%2CCAQC%2CmBAAA%2CaAAA%2CAAAA%2CCAGC%2CsBAAA%2C2GAAA%2CAAAA%2CCAKC%2C2BAAA%2CsHAAA%2CAAAA%2CCAQC%2C%2BBAAA%2CgfAAA%2CAAAA%2CCAeC%2CmCAAA%2CiBAAA%2CAAAA%2CCAGC%2CwCAAA%2CaAAA%2CAAAA%2CCASL%2CqDAAA%2C8aAAA%2CAAAA%2CCAYC%2CiEAAA%2C8CAAA%2CAAAA%2CCAKC%2CgFAAA%2CYAAA%2CAAAA%2CCAMF%2CqCAAA%2CgBAAA%2CAAAA%2CCAKD%2CyBAAA%2CqCAAA%2CAAAA%2CCAIC%2C6CAAA%2CmDAAA%2CAAAA%2CCAMC%2CyDAAA%2CgBAAA%2CAAAA%2CCAGA%2C6DAAA%2C2GAAA%2CAAAA%2CCDjzCH%2CAC0zCC%2CqBAAA%2C%2BDAAA%2CAAAA%2CCAKC%2C%2BBAAA%2C6DAAA%2CAAAA%2CCAMC%2CwCAAA%2C0IAAA%2CAAAA%2CCAQA%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2C4CAAA%2CmDAAA%2CAAAA%2CCAKC%2C0DAAA%2CkBAAA%2CAAAA%2CCAGC%2C8PAAA%2C8CAAA%2CAAAA%2CCAOD%2CwDAAA%2CgHAAA%2CAAAA%2CCASA%2CsDAAA%2CqIAAA%2CAAAA%2CCAQC%2CwDAAA%2C4DAAA%2CAAAA%2CCAKC%2C8DAAA%2C0CAAA%2CAAAA%2CCAQH%2C4CAAA%2CuGAAA%2CAAAA%2CCAWD%2CiCAAA%2CkNAAA%2CAAAA%2CCASC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQC%2C2CAAA%2CgBAAA%2CAAAA%2CCAGA%2C2CAAA%2CyQAAA%2CAAAA%2CCAcD%2CwDAAA%2CwKAAA%2CAAAA%2CCAMA%2CwDAAA%2C2BAAA%2CAAAA%2CCAGA%2CsDAAA%2C6GAAA%2CAAAA%2CCAWF%2CWAAA%2C2SAAA%2CAAAA%2CCAgBC%2CsBAAA%2CqBAAA%2CAAAA%2CCAGA%2CqBAAA%2C%2BQAAA%2CAAAA%2CCAWA%2CkBAAA%2CiBAAA%2CAAAA%2CCAIA%2CyBAAA%2CeAAA%2CAAAA%2CCAOD%2CuBAAA%2CmCAAA%2CAAAA%2CCAIC%2CqIAAA%2CsBAAA%2CAAAA%2CCAGC%2CmNAAA%2CmBAAA%2CAAAA%2CCAOF%2CYAAA%2CsBAAA%2CAAAA%2CCAIA%2CWAAA%2C6FAAA%2CAAAA%2CCAMC%2CuBAAA%2CgPAAA%2CAAAA%2CCAYC%2CwDAAA%2CiBAAA%2CAAAA%2CCAGA%2C0BAAA%2CkEAAA%2CAAAA%2CCAQD%2C2BAAA%2CqBAAA%2CAAAA%2CCAIA%2CoDAAA%2CiBAAA%2CAAAA%2CCAIA%2CwBAAA%2CoOAAA%2CAAAA%2CCASD%2CQAAA%2CsHAAA%2CAAAA%2CCAQC%2CUAAA%2CcAAA%2CAAAA%2CCAGC%2CgBAAA%2CiBAAA%2CAAAA%2CCAKD%2CmBAAA%2CiQAAA%2CAAAA%2CCAQC%2C0BAAA%2CwBAAA%2CAAAA%2CCAGC%2C4BAAA%2CiBAAA%2CAAAA%2CCAEC%2CgCAAA%2CcAAA%2CAAAA%2CCAMF%2C0BAAA%2C4GAAA%2CAAAA%2CCAOC%2CgCAAA%2CqVAAA%2CAAAA%2CCAeA%2CgCAAA%2CiBAAA%2CAAAA%2CCAEC%2CsCAAA%2CkEAAA%2CAAAA%2CCAQH%2CsBAAA%2CmBAAA%2CAAAA%2CCAIE%2C2GAAA%2CiDAAA%2CAAAA%2CCAKC%2C0HAAA%2C4GAAA%2CAAAA%2CCAOC%2CyIAAA%2C0EAAA%2CAAAA%2CCAMC%2CwJAAA%2C6CAAA%2CAAAA%2CCASJ%2CgGAAA%2C2CAAA%2CAAAA%2CCAKC%2CuCAAA%2CkBAAA%2CAAAA%2CCAGA%2CyCAAA%2C%2BCAAA%2CAAAA%2CCAKC%2C8CAAA%2CaAAA%2CAAAA%2CCAQF%2CyBAAA%2CiDAAA%2CAAAA%2CCAKC%2C4BAAA%2CiEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2CAAA%2CAAAA%2CCASJ%2CsFAAA%2CgBAAA%2CAAAA%2CCDlrDD%2CACwrDE%2CmEAAA%2C2FAAA%2CAAAA%2CCAGC%2CoMAAA%2C2WAAA%2CAAAA%2CCAiBE%2CoRAAA%2C%2BHAAA%2CAAAA%2CCASA%2C4MAAA%2CsGAAA%2CAAAA%2CCAMC%2CoOAAA%2C2XAAA%2CAAAA%2CCAoBH%2C6FAAA%2C2GAAA%2CAAAA%2CCAQA%2C2JAAA%2CyOAAA%2CAAAA%2CCAUA%2CiDAAA%2CwJAAA%2CAAAA%2CCAMC%2CgEAAA%2CqMAAA%2CAAAA%2CCAYC%2CqFAAA%2CsCAAA%2CAAAA%2CCASD%2CkEAAA%2CqBAAA%2CAAAA%2CCAGC%2CmFAAA%2CsCAAA%2CAAAA%2CCAIC%2C0FAAA%2C4TAAA%2CAAAA%2CCAmBJ%2C2CAAA%2C6HAAA%2CAAAA%2CCAOC%2C8CAAA%2CwFAAA%2CAAAA%2CCAMC%2C0DAAA%2CsDAAA%2CAAAA%2CCDn0DJ%2CAC40DC%2CYAAA%2CuHAAA%2CAAAA%2CCAWA%2CYAAA%2CsDAAA%2CAAAA%2CCAMA%2CUAAA%2CyDAAA%2CAAAA%2CCAOA%2CYAAA%2CmDAAA%2CAAAA%2CCAMA%2CSAAA%2CuEAAA%2CAAAA%2CCASA%2CkBAAA%2C6NAAA%2CAAAA%2CCAgBC%2C4BAAA%2C4FAAA%2CAAAA%2CCAOA%2C0BAAA%2CuGAAA%2CAAAA%2CCAOC%2CiCAAA%2CuWAAA%2CAAAA%2CCAgBD%2C2BAAA%2CuFAAA%2CAAAA%2CCAQC%2CkCAAA%2CwUAAA%2CAAAA%2CCAgBD%2CoBAAA%2CsCAAA%2CAAAA%2CCAIC%2C0BAAA%2C2CAAA%2CAAAA%2CCAMD%2CsBAAA%2C6EAAA%2CAAAA%2CCDn8DF%2CAC88DC%2CkCAAA%2C4BAAA%2CAAAA%2CCAGC%2C4DAAA%2CoJAAA%2CAAAA%2CCAUA%2CkFAAA%2CsBAAA%2CAAAA%2CCAGC%2C0GAAA%2CoKAAA%2CAAAA%2CCASC%2CgHAAA%2C2GAAA%2CAAAA%2CCAQC%2C8HAAA%2CgBAAA%2CAAAA%2CCAGA%2C8HAAA%2C2HAAA%2CAAAA%2CCAWD%2CwJAAA%2CcAAA%2CAAAA%2CCAGA%2CwJAAA%2C2BAAA%2CAAAA%2CCAGA%2CoJAAA%2C6GAAA%2CAAAA%2CCAYF%2CwDAAA%2CqBAAA%2CAAAA%2CCAOC%2CoKAAA%2C6HAAA%2CAAAA%2CCAUA%2CsFAAA%2CsJAAA%2CAAAA%2CCAYA%2C4FAAA%2CoIAAA%2CAAAA%2CCAWA%2C8EAAA%2CiDAAA%2CAAAA%2CCAOF%2C2BAAA%2CgBAAA%2CAAAA%2CCD9jED%2CACskEE%2CsBAAA%2C4EAAA%2CAAAA%2CCAMC%2CwCAAA%2C%2BLAAA%2CAAAA%2CCAMA%2C4BAAA%2C%2BDAAA%2CAAAA%2CCAQA%2CgCAAA%2C2EAAA%2CAAAA%2CCASA%2CkCAAA%2C%2BBAAA%2CAAAA%2CCAIC%2CoCAAA%2CgGAAA%2CAAAA%2CCASC%2CqhBAAA%2C0IAAA%2CAAAA%2CCAYA%2CmFAAA%2CkFAAA%2CAAAA%2CCAMA%2CkDAAA%2C8JAAA%2CAAAA%2CCAWA%2CgDAAA%2CuGAAA%2CAAAA%2CCAQA%2C8CAAA%2CiDAAA%2CAAAA%2CCAKC%2CgDAAA%2CwBAAA%2CAAAA%2CCAIA%2C0DAAA%2CiGAAA%2CAAAA%2CCAWH%2CgCAAA%2CoBAAA%2CAAAA%2CCAIA%2C%2BPAAA%2CoBAAA%2CAAAA%2CCAKC%2C8CAAA%2C4BAAA%2CAAAA%2CCDlrEJ%2CAC2rEE%2C%2BMAAA%2CiBAAA%2CAAAA%2CCAGA%2C6BAAA%2CgBAAA%2CAAAA%2CCAKD%2C6BAAA%2CuCAAA%2CAAAA%2CCAKA%2CYAAA%2CgBAAA%2CAAAA%2CCDxsED%2CAC%2BsEE%2CkBAAA%2CiBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsBAAA%2CAAAA%2CCAIC%2C8BAAA%2C%2BHAAA%2CAAAA%2CCAMC%2CyCAAA%2CwFAAA%2CAAAA%2CCAaA%2CkCAAA%2CoEAAA%2CAAAA%2CCASD%2CgCAAA%2CmLAAA%2CAAAA%2CCASC%2CmCAAA%2CwCAAA%2CAAAA%2CCAKC%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CgDAAA%2C4BAAA%2CAAAA%2CCAMF%2CwBAAA%2CwEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQF%2C%2BBAAA%2C6BAAA%2CAAAA%2CCAKD%2CkBAAA%2CgBAAA%2CAAAA%2CCAGC%2C6BAAA%2CqbAAA%2CAAAA%2CCAaC%2CmCAAA%2CqRAAA%2CAAAA%2CCASC%2CgMAAA%2CiaAAA%2CAAAA%2CCAaA%2CgDAAA%2CwBAAA%2CAAAA%2CCAGC%2C2DAAA%2CmBAAA%2CAAAA%2CCAKD%2C8CAAA%2CuCAAA%2CAAAA%2CCAIC%2C0DAAA%2CwFAAA%2CAAAA%2CCASA%2C8DAAA%2C6BAAA%2CAAAA%2CCAKD%2CmDAAA%2C8aAAA%2CAAAA%2CCAaC%2CyDAAA%2C6BAAA%2CAAAA%2CCAIA%2C%2BDAAA%2C0dAAA%2CAAAA%2CCAeC%2CsEAAA%2CeAAA%2CAAAA%2CCAGC%2C0EAAA%2C4BAAA%2CAAAA%2CCAKD%2CmEAAA%2C6BAAA%2CAAAA%2CCDr4EN%2CAC%2B4EC%2CeAAA%2CwiBAAA%2CAAAA%2CCAgBC%2C0SAAA%2CkCAAA%2CAAAA%2CCAMA%2C2CAAA%2CqGAAA%2CAAAA%2CCAOC%2CiGAAA%2C0KAAA%2CAAAA%2CCAQA%2CuFAAA%2CiIAAA%2CAAAA%2CCAOA%2CyFAAA%2CiIAAA%2CAAAA%2CCAOA%2CqEAAA%2C0KAAA%2CAAAA%2CCAQA%2CuFAAA%2CoHAAA%2CAAAA%2CCAMA%2CyFAAA%2CoHAAA%2CAAAA%2CCAMA%2C2EAAA%2CmBAAA%2CAAAA%2CCAKD%2CsBAAA%2CiBAAA%2CAAAA%2CCAIA%2CiCAAA%2CmBAAA%2CAAAA%2CCD%5C%2F9EF%2CACq%2BEC%2CcAAA%2CuCAAA%2CAAAA%2CCAIC%2CuBAAA%2CaAAA%2CAAAA%2CCAMA%2CuBAAA%2CoOAAA%2CAAAA%2CCAQA%2C2BAAA%2CuGAAA%2CAAAA%2CCDv%5C%2FEF%2CACkgFE%2CyBAAA%2CoEAAA%2CAAAA%2CCAMC%2C%2BBAAA%2C%2BJAAA%2CAAAA%2CCAMC%2CgDAAA%2C0BAAA%2CAAAA%2CCAKA%2CgDAAA%2CyBAAA%2CAAAA%2CCAKA%2C8CAAA%2C0BAAA%2CAAAA%2CCAKA%2CyCAAA%2C0BAAA%2CAAAA%2CCASA%2CoDAAA%2CUAAA%2CAAAA%2CCAIA%2CoDAAA%2CsBAAA%2CAAAA%2CCAKA%2CkDAAA%2CcAAA%2CAAAA%2CCAQH%2CQAAA%2CoBAAA%2CAAAA%2CCDvjFD%2CAC4jFC%2CgBAAA%2CyCAAA%2CAAAA%2CCAGC%2C%2BBAAA%2CcAAA%2CAAAA%2CCAIC%2CydAAA%2CcAAA%2CAAAA%2CCAIA%2CsCAAA%2C6BAAA%2CAAAA%2CCAOD%2C2CAAA%2CmBAAA%2CAAAA%2CCAIA%2C0BAAA%2CiaAAA%2CAAAA%2CCAYC%2CgCAAA%2CkBAAA%2CAAAA%2CCAID%2CyBAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2C6BAAA%2CAAAA%2CCAGA%2C2BAAA%2C4BAAA%2CAAAA%2CCAGC%2CiCAAA%2CmBAAA%2CAAAA%2CCD3mFH%2CACmnFE%2CsBAAA%2C%2BDAAA%2CAAAA%2CCAKC%2C4BAAA%2CcAAA%2CAAAA%2CCDxnFH%2CAC%2BnFC%2CYAAA%2CuEAAA%2CAAAA%2CCAOC%2CmCAAA%2C4BAAA%2CAAAA%2CCAIA%2C4BAAA%2CmBAAA%2CAAAA%2CCAIE%2C0FAAA%2CyGAAA%2CAAAA%2CCASA%2C4CAAA%2C4BAAA%2CAAAA%2CCAGA%2C8CAAA%2C4BAAA%2CAAAA%2CCAMF%2CiCAAA%2CiBAAA%2CAAAA%2CCDhqFF%2CACsqFC%2CgBAAA%2CuEAAA%2CAAAA%2CCAOC%2C2CAAA%2C4BAAA%2CAAAA%2CCAIA%2C0BAAA%2CiMAAA%2CAAAA%2CCAOC%2CgCAAA%2CmCAAA%2CAAAA%2CCAKE%2C4CAAA%2CgBAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAID%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAID%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAUF%2C2BAAA%2C2CAAA%2CAAAA%2CCAMD%2CyBAAA%2CuCAAA%2CAAAA%2CCAIC%2C8BAAA%2C0CAAA%2CAAAA%2CCDvuFH%2CAC%2BuFC%2CiBAAA%2CuEAAA%2CAAAA%2CCAOC%2CmBAAA%2CiBAAA%2CAAAA%2CCAIA%2C6CAAA%2C4BAAA%2CAAAA%2CCAIA%2C0BAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CoCAAA%2CoBAAA%2CAAAA%2CCAGC%2CwCAAA%2C%2BDAAA%2CAAAA%2CCAOC%2CgDAAA%2CgBAAA%2CAAAA%2CCD5wFL%2CACsxFE%2C4CAAA%2C8DAAA%2CAAAA%2CCAMC%2C43FAAA%2CmNAAA%2CAAAA%2CCASA%2CgDAAA%2C6GAAA%2CAAAA%2CCDryFH%2CACozFE%2C8DAAA%2CiBAAA%2CAAAA%2CCAGA%2CsBAAA%2CiBAAA%2CAAAA%2CCAIA%2CkBAAA%2C6HAAA%2CAAAA%2CCAIC%2CwBAAA%2CcAAA%2CAAAA%2CCAIA%2CqCAAA%2CwGAAA%2CAAAA%2CCAMA%2CoCAAA%2CwGAAA%2CAAAA%2CCAKC%2CwCAAA%2CoBAAA%2CAAAA%2CCAKD%2CsBAAA%2CaAAA%2CAAAA%2CCAIC%2C2BAAA%2CaAAA%2CAAAA%2CCAQF%2C0BAAA%2CgBAAA%2CAAAA%2CCAIC%2CyFAAA%2CwGAAA%2CAAAA%2CCAYA%2CmCAAA%2CmBAAA%2CAAAA%2CCD%5C%2F2FH%2CACw3FG%2CoCAAA%2CiIAAA%2CAAAA%2CCAOC%2C8CAAA%2CqEAAA%2CAAAA%2CCAMA%2CiDAAA%2CuDAAA%2CAAAA%2CCAKC%2CwDAAA%2CiBAAA%2CAAAA%2CCAKF%2CoCAAA%2CsBAAA%2CAAAA%2CCD%5C%2F4FH%2CACs5FC%2CUAAA%2CmBAAA%2CAAAA%2CCAEC%2CsBAAA%2CgBAAA%2CAAAA%2CCAIA%2CyBAAA%2CoCAAA%2CAAAA%2CCAIC%2CsCAAA%2CuBAAA%2CAAAA%2CCAIA%2CkCAAA%2CiBAAA%2CAAAA%2CCAIC%2C%2BEAAA%2C4BAAA%2CAAAA%2CCAKA%2CiDAAA%2C%2BDAAA%2CAAAA%2CCAUF%2CsBAAA%2CmLAAA%2CAAAA%2CCASC%2CyBAAA%2CwCAAA%2CAAAA%2CCAKC%2CgCAAA%2CgBAAA%2CAAAA%2CCAIA%2CsCAAA%2C4BAAA%2CAAAA%2CCAMF%2CuBAAA%2CgBAAA%2CAAAA%2CCD%5C%2F8FF%2CACq9FC%2CyBAAA%2C4GAAA%2CAAAA%2CCAKC%2C8CAAA%2CqJAAA%2CAAAA%2CCAUE%2CgEAAA%2CuIAAA%2CAAAA%2CCAQA%2C8EAAA%2CiDAAA%2CAAAA%2CCAMD%2CoHAAA%2CYAAA%2CAAAA%2CCAIA%2CiEAAA%2CiXAAA%2CAAAA%2CCAeA%2CiEAAA%2C6WAAA%2CAAAA%2CCAgBD%2C4DAAA%2CaAAA%2CAAAA%2CCAIA%2CqCAAA%2CiVAAA%2CAAAA%2CCAUC%2CuCAAA%2CcAAA%2CAAAA%2CCAIA%2CqFAAA%2C4DAAA%2CAAAA%2CCAMA%2CkDAAA%2CwBAAA%2CAAAA%2CCAGC%2CgEAAA%2CqDAAA%2CAAAA%2CCAKC%2CgKAAA%2CqCAAA%2CAAAA%2CCAIC%2CsVAAA%2CoBAAA%2CAAAA%2CCAKD%2CwEAAA%2CuDAAA%2CAAAA%2CCAMA%2C8EAAA%2CsJAAA%2CAAAA%2CCAIC%2CsFAAA%2CeAAA%2CAAAA%2CCAIC%2C6FAAA%2CkDAAA%2CAAAA%2CCAKA%2C%2BFAAA%2C0FAAA%2CAAAA%2CCAQD%2C0FAAA%2C%2BEAAA%2CAAAA%2CCAMD%2C0EAAA%2CkGAAA%2CAAAA%2CCAOG%2CiFAAA%2CuWAAA%2CAAAA%2CCAmBN%2CgDAAA%2CoEAAA%2CAAAA%2CCDznGF%2CACkoGC%2CYAAA%2C2CAAA%2CAAAA%2CCAIC%2CqBAAA%2C2FAAA%2CAAAA%2CCAMC%2CmCAAA%2CqCAAA%2CAAAA%2CCAIC%2C6CAAA%2C6HAAA%2CAAAA%2CCAUA%2CqMAAA%2CoKAAA%2CAAAA%2CCAUC%2C6MAAA%2CcAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CaAAA%2CAAAA%2CCAIC%2CiDAAA%2C%2BDAAA%2CAAAA%2CCASF%2CgCAAA%2C6FAAA%2CAAAA%2CCAMA%2C8BAAA%2CmCAAA%2CAAAA%2CCAIA%2CgCAAA%2C%2BDAAA%2CAAAA%2CCAMC%2CsCAAA%2CuCAAA%2CAAAA%2CCAKD%2CwEAAA%2CgBAAA%2CAAAA%2CCAMA%2CiDAAA%2CmGAAA%2CAAAA%2CCAQA%2CsFAAA%2CqBAAA%2CAAAA%2CCAGA%2C4CAAA%2CaAAA%2CAAAA%2CCAKD%2CwBAAA%2CiIAAA%2CAAAA%2CCAOC%2C2BAAA%2CqFAAA%2CAAAA%2CCAOC%2CkCAAA%2CgBAAA%2CAAAA%2CCAIA%2CwCAAA%2C4BAAA%2CAAAA%2CCAKF%2CsCAAA%2CuBAAA%2CAAAA%2CCDxvGF%2CAC8vGC%2CQAAA%2CgRAAA%2CAAAA%2CCASC%2CkBAAA%2CiBAAA%2CAAAA%2CCAGC%2C4BAAA%2CiBAAA%2CAAAA%2CCAGC%2CiCAAA%2C4JAAA%2CAAAA%2CCASC%2C%2BEAAA%2CqIAAA%2CAAAA%2CCAWA%2CwCAAA%2C2NAAA%2CAAAA%2CCAQA%2CuCAAA%2CkOAAA%2CAAAA%2CCAWH%2CgBAAA%2CqCAAA%2CAAAA%2CCAIC%2C0BAAA%2CqFAAA%2CAAAA%2CCAMC%2CgCAAA%2C6YAAA%2CAAAA%2CCAmBC%2CuCAAA%2CkPAAA%2CAAAA%2CCAYH%2CeAAA%2CiDAAA%2CAAAA%2CCAMC%2C0BAAA%2C0EAAA%2CAAAA%2CCAMC%2CgCAAA%2C8YAAA%2CAAAA%2CCAmBC%2CoCAAA%2CsOAAA%2CAAAA%2CCAUF%2C6BAAA%2CgBAAA%2CAAAA%2CCAEC%2C%2BCAAA%2CyBAAA%2CAAAA%2CCAKD%2C8BAAA%2CwHAAA%2CAAAA%2CCAOA%2C0BAAA%2C8FAAA%2CAAAA%2CCAOC%2C4CAAA%2CuQAAA%2CAAAA%2CCAYA%2C2CAAA%2C4BAAA%2CAAAA%2CCAKD%2C0BAAA%2CgBAAA%2CAAAA%2CCAGC%2CoCAAA%2C6CAAA%2CAAAA%2CCAKC%2C0CAAA%2C4GAAA%2CAAAA%2CCASA%2C0CAAA%2CgGAAA%2CAAAA%2CCASD%2CqCAAA%2CuMAAA%2CAAAA%2CCAOA%2CoDAAA%2CmFAAA%2CAAAA%2CCAIA%2CqCAAA%2CwCAAA%2CAAAA%2CCAIC%2C2CAAA%2CgLAAA%2CAAAA%2CCAUC%2CmDAAA%2CsBAAA%2CAAAA%2CCAIA%2CsDAAA%2CiBAAA%2CAAAA%2CCAIA%2CiDAAA%2C6CAAA%2CAAAA%2CCAMA%2CgDAAA%2CyHAAA%2CAAAA%2CCAYA%2CgEAAA%2CwDAAA%2CAAAA%2CCAIC%2CsEAAA%2CwTAAA%2CAAAA%2CCAmBF%2CwCAAA%2CgLAAA%2CAAAA%2CCAUC%2CgDAAA%2CsBAAA%2CAAAA%2CCAIA%2CmDAAA%2CiBAAA%2CAAAA%2CCAIA%2C8CAAA%2C6CAAA%2CAAAA%2CCAMA%2C6CAAA%2C%2BIAAA%2CAAAA%2CCAaA%2C6DAAA%2CwDAAA%2CAAAA%2CCAIC%2CmEAAA%2CmJAAA%2CAAAA%2CCAgBF%2CqIAAA%2CcAAA%2CAAAA%2CCAIA%2C2IAAA%2C4JAAA%2CAAAA%2CCASA%2CwLAAA%2CoMAAA%2CAAAA%2CCAMC%2CqOAAA%2C4BAAA%2CAAAA%2CCAOD%2CkDAAA%2CiMAAA%2CAAAA%2CCAUC%2CsDAAA%2CmCAAA%2CAAAA%2CCAOA%2CwDAAA%2CwHAAA%2CAAAA%2CCAYC%2C0DAAA%2CqDAAA%2CAAAA%2CCAKA%2C4DAAA%2CmCAAA%2CAAAA%2CCASF%2C4CAAA%2CkQAAA%2CAAAA%2CCAcD%2CkCAAA%2CmCAAA%2CAAAA%2CCAIC%2C0CAAA%2CiBAAA%2CAAAA%2CCAOJ%2CiBAAA%2CqEAAA%2CAAAA%2CCAMC%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCASC%2CwFAAA%2CoDAAA%2CAAAA%2CCAKA%2CwEAAA%2CqDAAA%2CAAAA%2CCAMA%2CoCAAA%2CuDAAA%2CAAAA%2CCAOA%2C6CAAA%2C4BAAA%2CAAAA%2CCAIA%2C4FAAA%2C6DAAA%2CAAAA%2CCAOD%2C6HAAA%2CiBAAA%2CAAAA%2CCAKD%2CmBAAA%2CqDAAA%2CAAAA%2CCAKC%2CiCAAA%2CyCAAA%2CAAAA%2CCAIC%2CqCAAA%2CqEAAA%2CAAAA%2CCAMA%2CuCAAA%2CiBAAA%2CAAAA%2CCAEC%2C2CAAA%2CiBAAA%2CAAAA%2CCAOH%2C6BAAA%2CkJAAA%2CAAAA%2CCAIC%2CqCAAA%2CqCAAA%2CAAAA%2CCAGC%2C2CAAA%2C0BAAA%2CAAAA%2CCD%5C%2FvHH%2CACuwHE%2CqBAAA%2CsBAAA%2CAAAA%2CCAIC%2CqDAAA%2C4CAAA%2CAAAA%2CCAKA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGC%2C0CAAA%2C8DAAA%2CAAAA%2CCAOC%2C6CAAA%2CgFAAA%2CAAAA%2CCAUD%2CyCAAA%2CkGAAA%2CAAAA%2CCAQA%2C8CAAA%2CiOAAA%2CAAAA%2CCAaD%2CoCAAA%2CyJAAA%2CAAAA%2CCAMC%2CkDAAA%2CwEAAA%2CAAAA%2CCAMC%2CsDAAA%2C0CAAA%2CAAAA%2CCAKC%2C8DAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAMH%2CqCAAA%2CwDAAA%2CAAAA%2CCAMC%2CyCAAA%2CsBAAA%2CAAAA%2CCAID%2C2CAAA%2CsEAAA%2CAAAA%2CCAMC%2C6DAAA%2CgBAAA%2CAAAA%2CCAKC%2CkEAAA%2CgBAAA%2CAAAA%2CCAGA%2CiEAAA%2CwBAAA%2CAAAA%2CCAKF%2C8BAAA%2C4BAAA%2CAAAA%2CCAGC%2CgCAAA%2CsCAAA%2CAAAA%2CCAIC%2CqCAAA%2CmCAAA%2CAAAA%2CCAOH%2CmCAAA%2C%2BBAAA%2CAAAA%2CCAMD%2CcAAA%2C8NAAA%2CAAAA%2CCAKC%2CqBAAA%2CoCAAA%2CAAAA%2CCAIC%2CqDAAA%2C4CAAA%2CAAAA%2CCAKA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGC%2C0CAAA%2CyFAAA%2CAAAA%2CCAUA%2CiCAAA%2CgFAAA%2CAAAA%2CCAcF%2CmCAAA%2C%2BBAAA%2CAAAA%2CCAOA%2CmCAAA%2CgBAAA%2CAAAA%2CCAGA%2C6BAAA%2CgBAAA%2CAAAA%2CCAME%2C6CAAA%2CqBAAA%2CAAAA%2CCAOC%2CwDAAA%2C8DAAA%2CAAAA%2CCAKA%2CwDAAA%2CkGAAA%2CAAAA%2CCASA%2C%2BCAAA%2CgFAAA%2CAAAA%2CCAUD%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2CmBAAA%2CAAAA%2CCAOH%2CiBAAA%2CyHAAA%2CAAAA%2CCAIC%2CyBAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CmCAAA%2CqEAAA%2CAAAA%2CCASC%2C2CAAA%2CcAAA%2CAAAA%2CCAQA%2CwCAAA%2C4OAAA%2CAAAA%2CCAMC%2C8CAAA%2CgBAAA%2CAAAA%2CCAIA%2C8CAAA%2C0DAAA%2CAAAA%2CCAQF%2CwGAAA%2CmBAAA%2CAAAA%2CCAIA%2CoEAAA%2CkCAAA%2CAAAA%2CCAIA%2CqGAAA%2C2QAAA%2CAAAA%2CCAOC%2CiHAAA%2CiBAAA%2CAAAA%2CCAIA%2C4IAAA%2CgBAAA%2CAAAA%2CCAOH%2CcAAA%2CiCAAA%2CAAAA%2CCAIC%2CiBAAA%2C6KAAA%2CAAAA%2CCAMC%2CoBAAA%2CoIAAA%2CAAAA%2CCASC%2CsBAAA%2CcAAA%2CAAAA%2CCAEC%2C4BAAA%2CiBAAA%2CAAAA%2CCAOD%2CwDAAA%2C0OAAA%2CAAAA%2CCAYA%2C4BAAA%2CgPAAA%2CAAAA%2CCASA%2C4BAAA%2C0OAAA%2CAAAA%2CCAYH%2CgBAAA%2CsBAAA%2CAAAA%2CCAGC%2CyBAAA%2CqBAAA%2CAAAA%2CCAGC%2CmCAAA%2C0IAAA%2CAAAA%2CCAWA%2CqCAAA%2CcAAA%2CAAAA%2CCAKD%2CiCAAA%2CyCAAA%2CAAAA%2CCAIA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAIC%2C8BAAA%2CuDAAA%2CAAAA%2CCAOC%2CwCAAA%2C6IAAA%2CAAAA%2CCAMC%2CqDAAA%2C0DAAA%2CAAAA%2CCAMA%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAKD%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAKD%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAID%2CkDAAA%2CcAAA%2CAAAA%2CCAGA%2CsGAAA%2C2DAAA%2CAAAA%2CCAKF%2CmCAAA%2CgEAAA%2CAAAA%2CCAKC%2CwFAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CsBAAA%2CAAAA%2CCAIA%2C8BAAA%2CqJAAA%2CAAAA%2CCASC%2CkCAAA%2CwEAAA%2CAAAA%2CCAQA%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAKD%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAKD%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAMF%2C2CAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CuBAAA%2CkDAAA%2CAAAA%2CCAKC%2C6BAAA%2C6EAAA%2CAAAA%2CCAWF%2CWAAA%2C6BAAA%2CAAAA%2CCAIA%2CwCAAA%2CkBAAA%2CAAAA%2CCAKC%2C2CAAA%2CqBAAA%2CAAAA%2CCAGC%2C%2BCAAA%2CqCAAA%2CAAAA%2CCAKA%2CkDAAA%2CsGAAA%2CAAAA%2CCAQC%2CsDAAA%2CsDAAA%2CAAAA%2CCAKC%2C2DAAA%2CYAAA%2CAAAA%2CCAKF%2C8DAAA%2CmIAAA%2CAAAA%2CCAYD%2CkCAAA%2CmEAAA%2CAAAA%2CCAKC%2CoCAAA%2CiBAAA%2CAAAA%2CCAID%2CgCAAA%2C4JAAA%2CAAAA%2CCAMC%2CmDAAA%2C0GAAA%2CAAAA%2CCAQD%2CsCAAA%2CmJAAA%2CAAAA%2CCAKC%2C4CAAA%2C4DAAA%2CAAAA%2CCAKC%2CoDAAA%2CmCAAA%2CAAAA%2CCAOA%2C0DAAA%2CgFAAA%2CAAAA%2CCAMC%2CsEAAA%2CyGAAA%2CAAAA%2CCAOA%2CuEAAA%2CsBAAA%2CAAAA%2CCAGC%2CyEAAA%2CiBAAA%2CAAAA%2CCAID%2CwEAAA%2CmBAAA%2CAAAA%2CCAMD%2CwDAAA%2CsBAAA%2CAAAA%2CCAOA%2CwDAAA%2CsBAAA%2CAAAA%2CCAKC%2CiEAAA%2CsCAAA%2CAAAA%2CCAQF%2C6CAAA%2CmOAAA%2CAAAA%2CCAMC%2C%2BCAAA%2CsGAAA%2CAAAA%2CCAQC%2CuDAAA%2CiBAAA%2CAAAA%2CCAIA%2C0HAAA%2C2KAAA%2CAAAA%2CCAYA%2C2DAAA%2C%2BNAAA%2CAAAA%2CCAQA%2C%2BDAAA%2CsOAAA%2CAAAA%2CCAYJ%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CmBAAA%2C0BAAA%2CAAAA%2CCAIC%2CyFAAA%2C6BAAA%2CAAAA%2CCAIA%2C8DAAA%2CyBAAA%2CAAAA%2CCAKD%2CYAAA%2CcAAA%2CAAAA%2CCAGA%2CoCAAA%2CgBAAA%2CAAAA%2CCAKC%2CwBAAA%2CyGAAA%2CAAAA%2CCAMC%2C0BAAA%2CgFAAA%2CAAAA%2CCAYD%2CmBAAA%2CsBAAA%2CAAAA%2CCAGC%2C4BAAA%2CqBAAA%2CAAAA%2CCAGC%2CsCAAA%2C8DAAA%2CAAAA%2CCAIC%2C2CAAA%2C0KAAA%2CAAAA%2CCAcD%2CsCAAA%2CqIAAA%2CAAAA%2CCAYD%2C6BAAA%2CqCAAA%2CAAAA%2CCAIC%2CqEAAA%2C4BAAA%2CAAAA%2CCAIA%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2C%2BOAAA%2CAAAA%2CCASC%2CiDAAA%2CqBAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAKC%2C4CAAA%2CsCAAA%2CAAAA%2CCAMD%2CuCAAA%2CsCAAA%2CAAAA%2CCAWF%2CwBAAA%2CyCAAA%2CAAAA%2CCAIC%2C8BAAA%2C4PAAA%2CAAAA%2CCAcD%2CwBAAA%2CyIAAA%2CAAAA%2CCAKC%2CoCAAA%2CoGAAA%2CAAAA%2CCAOC%2C8CAAA%2CiBAAA%2CAAAA%2CCAKA%2CgDAAA%2CiBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAGC%2CyGAAA%2CgDAAA%2CAAAA%2CCAKD%2CqDAAA%2C8DAAA%2CAAAA%2CCAKC%2CyDAAA%2CgBAAA%2CAAAA%2CCAOA%2CgDAAA%2CiBAAA%2CAAAA%2CCAGC%2CqDAAA%2CkWAAA%2CAAAA%2CCAkBJ%2C4BAAA%2CqBAAA%2CAAAA%2CCAGC%2CoCAAA%2CsQAAA%2CAAAA%2CCAeD%2CuBAAA%2CgBAAA%2CAAAA%2CCAIA%2C2BAAA%2CmCAAA%2CAAAA%2CCAIC%2CqCAAA%2CoBAAA%2CAAAA%2CCAGC%2C%2BCAAA%2CsLAAA%2CAAAA%2CCAUA%2CiDAAA%2CyIAAA%2CAAAA%2CCASD%2CsCAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CuFAAA%2CuBAAA%2CAAAA%2CCAQF%2CmBAAA%2CyCAAA%2CAAAA%2CCAIC%2CyBAAA%2C0QAAA%2CAAAA%2CCAeD%2CqBAAA%2CgNAAA%2CAAAA%2CCAMC%2C2BAAA%2CyDAAA%2CAAAA%2CCAMA%2CqCAAA%2CwXAAA%2CAAAA%2CCAgBA%2CqCAAA%2CmXAAA%2CAAAA%2CCAkBA%2CsCAAA%2C8CAAA%2CAAAA%2CCAKC%2CiDAAA%2CgFAAA%2CAAAA%2CCAIA%2CqQAAA%2CuBAAA%2CAAAA%2CCAGA%2C8YAAA%2CuBAAA%2CAAAA%2CCAGA%2C0HAAA%2CsBAAA%2CAAAA%2CCAIA%2C0HAAA%2CqBAAA%2CAAAA%2CCAGA%2CoPAAA%2CsCAAA%2CAAAA%2CCAIA%2CiEAAA%2CgUAAA%2CAAAA%2CCAWA%2CiEAAA%2C0TAAA%2CAAAA%2CCAWA%2C2DAAA%2C4BAAA%2CAAAA%2CCAIA%2C8DAAA%2CsCAAA%2CAAAA%2CCAIC%2CkIAAA%2CiDAAA%2CAAAA%2CCAKC%2CkRAAA%2CwMAAA%2CAAAA%2CCAYA%2CsKAAA%2CiBAAA%2CAAAA%2CCAKC%2CsJAAA%2CqBAAA%2CAAAA%2CCAGC%2CoKAAA%2CwHAAA%2CAAAA%2CCAaD%2CsJAAA%2CqBAAA%2CAAAA%2CCAGC%2CkKAAA%2CwHAAA%2CAAAA%2CCAcA%2CkLAAA%2CwBAAA%2CAAAA%2CCAIA%2CoLAAA%2CaAAA%2CAAAA%2CCAOH%2CiEAAA%2CiBAAA%2CAAAA%2CCAMF%2C8CAAA%2C4BAAA%2CAAAA%2CCAMA%2C6BAAA%2C%2BIAAA%2CAAAA%2CCASA%2C8BAAA%2CsBAAA%2CAAAA%2CCAIA%2C6BAAA%2CsBAAA%2CAAAA%2CCAGC%2C0CAAA%2CgBAAA%2CAAAA%2CCAGC%2CsDAAA%2C0KAAA%2CAAAA%2CCAUC%2C8DAAA%2CiBAAA%2CAAAA%2CCAKD%2C8DAAA%2CyCAAA%2CAAAA%2CCAMD%2CwCAAA%2C8DAAA%2CAAAA%2CCAIC%2CkDAAA%2C4GAAA%2CAAAA%2CCAYA%2CsDAAA%2CmBAAA%2CAAAA%2CCAGC%2CwDAAA%2C%2BCAAA%2CAAAA%2CCAOC%2CgEAAA%2CiBAAA%2CAAAA%2CCAUN%2COAAA%2CgDAAA%2CAAAA%2CCAKA%2CeAAA%2CiQAAA%2CAAAA%2CCAYC%2CwCAAA%2CcAAA%2CAAAA%2CCAaA%2CyBAAA%2CsBAAA%2CAAAA%2CCAEC%2C%2BBAAA%2CkDAAA%2CAAAA%2CCAKA%2CiCAAA%2CkFAAA%2CAAAA%2CCAOC%2CuCAAA%2C6BAAA%2CAAAA%2CCAOF%2C8BAAA%2CuLAAA%2CAAAA%2CCAWC%2CqCAAA%2CaAAA%2CAAAA%2CCAOF%2CoCACC%2CgEAAA%2C8JAAA%2CAAAA%2CCAIC%2CyEAAA%2C%2BDAAA%2CAAAA%2CCAGA%2C4EAAA%2CgCAAA%2CAAAA%2CCAIC%2CoFAAA%2CiBAAA%2CAAAA%2CCAKF%2C4CAAA%2CwCAAA%2CAAAA%2CCAIA%2C0CAAA%2CsBAAA%2CAAAA%2CCAGA%2C4CAAA%2CcAAA%2CAAAA%2CCAGA%2CiDAAA%2CgBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CmGAAA%2CAAAA%2CCASC%2CwDAAA%2C2DAAA%2CAAAA%2CCAKA%2C0DAAA%2CiCAAA%2CAAAA%2CCAKD%2C6BAAA%2CuCAAA%2CAAAA%2CCAAA%2CCAMD%2CoCACC%2CyBAAA%2CuVAAA%2CAAAA%2CCAUA%2C8FAAA%2CiFAAA%2CAAAA%2CCAGA%2C8JAAA%2CiFAAA%2CAAAA%2CCAKC%2CsBAAA%2CmBAAA%2CAAAA%2CCAOA%2C4BAAA%2CkBAAA%2CAAAA%2CCAGC%2CwCAAA%2CmNAAA%2CAAAA%2CCAUD%2CwDAAA%2CiBAAA%2CAAAA%2CCAKD%2CUAAA%2CgBAAA%2CAAAA%2CCAGA%2CkBAAA%2CiBAAA%2CAAAA%2CCAGA%2CcAAA%2C2KAAA%2CAAAA%2CCAMC%2CmBAAA%2CaAAA%2CAAAA%2CCAID%2CeAAA%2C2GAAA%2CAAAA%2CCAKC%2CwBAAA%2CoBAAA%2CAAAA%2CCAGA%2CuBAAA%2CoBAAA%2CAAAA%2CCAGC%2CsCAAA%2CiMAAA%2CAAAA%2CCAOC%2C2CAAA%2CaAAA%2CAAAA%2CCAOF%2CiBAAA%2CeAAA%2CAAAA%2CCAKD%2CgBAAA%2CsBAAA%2CAAAA%2CCACC%2CwEAAA%2CmBAAA%2CAAAA%2CCAIA%2CoCAAA%2CqIAAA%2CAAAA%2CCAQD%2CkBAAA%2CgJAAA%2CAAAA%2CCAIC%2C0BAAA%2CmNAAA%2CAAAA%2CCAOC%2CsCAAA%2CeAAA%2CAAAA%2CCAGA%2CyFAAA%2CsFAAA%2CAAAA%2CCAKA%2CkDAAA%2C2CAAA%2CAAAA%2CCAIC%2CsDAAA%2CoBAAA%2CAAAA%2CCAKD%2CmDAAA%2C4DAAA%2CAAAA%2CCAKC%2CuDAAA%2CmBAAA%2CAAAA%2CCAOH%2CkBAAA%2CiGAAA%2CAAAA%2CCAIE%2C%2BFAAA%2CgDAAA%2CAAAA%2CCAGA%2CyCAAA%2CgDAAA%2CAAAA%2CCAMA%2CiGAAA%2CgDAAA%2CAAAA%2CCAGA%2C0CAAA%2CgDAAA%2CAAAA%2CCAKD%2CuGAAA%2C2SAAA%2CAAAA%2CCAQD%2CcAAA%2C8JAAA%2CAAAA%2CCAIC%2CmFAAA%2CoOAAA%2CAAAA%2CCAMA%2C4BAAA%2CgDAAA%2CAAAA%2CCAIA%2C0BAAA%2CgDAAA%2CAAAA%2CCAIA%2C6BAAA%2CgDAAA%2CAAAA%2CCAKA%2C0BAAA%2CoBAAA%2CAAAA%2CCAKA%2CyEAAA%2C%2BDAAA%2CAAAA%2CCAGA%2CoFAAA%2CgCAAA%2CAAAA%2CCAIC%2C4FAAA%2CiBAAA%2CAAAA%2CCAKF%2CqBAAA%2C8JAAA%2CAAAA%2CCAIC%2C8BAAA%2CqCAAA%2CAAAA%2CCAKC%2CiFAAA%2C6GAAA%2CAAAA%2CCAUD%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAKA%2C2CAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCAAA%2CsBAAA%2CAAAA%2CCAGA%2C8BAAA%2CsEAAA%2CAAAA%2CCAMC%2CgCAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CgBAAA%2CAAAA%2CCAKC%2CsBAAA%2C6FAAA%2CAAAA%2CCAIC%2CgCAAA%2CmCAAA%2CAAAA%2CCAIC%2C2CAAA%2C%2BDAAA%2CAAAA%2CCASD%2CkCAAA%2C%2BDAAA%2CAAAA%2CCAOD%2CmBAAA%2C8JAAA%2CAAAA%2CCAIC%2C6BAAA%2C%2BBAAA%2CAAAA%2CCAGC%2CsCAAA%2CiDAAA%2CAAAA%2CCAMA%2CuCAAA%2CkDAAA%2CAAAA%2CCAMA%2CuCAAA%2CgEAAA%2CAAAA%2CCAOA%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2CqBAAA%2CAAAA%2CCAKD%2C4BAAA%2CoBAAA%2CAAAA%2CCAGC%2CsCAAA%2CgBAAA%2CAAAA%2CCAIA%2CsCAAA%2C%2BDAAA%2CAAAA%2CCAYD%2CuCAAA%2CuBAAA%2CAAAA%2CCAGC%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAGC%2C0EAAA%2CiBAAA%2CAAAA%2CCAIA%2C2EAAA%2CmJAAA%2CAAAA%2CCAMC%2C8EAAA%2CcAAA%2CAAAA%2CCASH%2C6EAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CiCAAA%2CAAAA%2CCAMF%2C6BAAA%2CuCAAA%2CAAAA%2CCAME%2C6BAAA%2CkLAAA%2CAAAA%2CCAKC%2CwCAAA%2CwBAAA%2CAAAA%2CCAIA%2C0CAAA%2CwCAAA%2CAAAA%2CCAAA%2CCASJ%2CqCACC%2CkDAAA%2CoBAAA%2CAAAA%2CCAGA%2C6BAAA%2CuCAAA%2CAAAA%2CCAIA%2CqHAAA%2C2GAAA%2CAAAA%2CCAGG%2CyCAAA%2CyGAAA%2CAAAA%2CCAGH%2CWAAA%2CwCAAA%2CAAAA%2CCAIA%2CWAAA%2C4DAAA%2CAAAA%2CCAMA%2CgCAAA%2C6BAAA%2CAAAA%2CCAIA%2C2BAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CWAAA%2CiBAAA%2CAAAA%2CCAIA%2CgBAAA%2CwQAAA%2CAAAA%2CCASC%2C4BAAA%2CgSAAA%2CAAAA%2CCAWC%2CsCAAA%2CmMAAA%2CAAAA%2CCAUD%2CyBAAA%2CoHAAA%2CAAAA%2CCAQC%2CgCAAA%2C%2BDAAA%2CAAAA%2CCAGC%2C0CAAA%2CYAAA%2CAAAA%2CCAQF%2CoCAAA%2CgLAAA%2CAAAA%2CCAKC%2CsDAAA%2CeAAA%2CAAAA%2CCAIA%2CiDAAA%2CoGAAA%2CAAAA%2CCAKA%2C8DAAA%2CgBAAA%2CAAAA%2CCAMF%2CiDAAA%2C6DAAA%2CAAAA%2CCAMC%2CwBAAA%2CkGAAA%2CAAAA%2CCAIC%2C2BAAA%2CiDAAA%2CAAAA%2CCAUD%2CeAAA%2CqBAAA%2CAAAA%2CCAGC%2CkDAAA%2CmGAAA%2CAAAA%2CCAMC%2C8DAAA%2CgBAAA%2CAAAA%2CCAMA%2C8DAAA%2C6CAAA%2CAAAA%2CCAMD%2C6BAAA%2C2GAAA%2CAAAA%2CCAUD%2CyBAAA%2C8NAAA%2CAAAA%2CCAKC%2CqEAAA%2C6EAAA%2CAAAA%2CCAGA%2CmCAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CgBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CwBAAA%2CAAAA%2CCAGA%2CYAAA%2C6HAAA%2CAAAA%2CCAOE%2CgCAAA%2CqBAAA%2CAAAA%2CCAGA%2CyBAAA%2CoBAAA%2CAAAA%2CCAOF%2CgBAAA%2CqBAAA%2CAAAA%2CCAGC%2C2BAAA%2CuOAAA%2CAAAA%2CCAKC%2C6CAAA%2CoKAAA%2CAAAA%2CCAIA%2C6CAAA%2CoKAAA%2CAAAA%2CCAIA%2CsCAAA%2CyCAAA%2CAAAA%2CCAMA%2C4CAAA%2CmBAAA%2CAAAA%2CCAMF%2C0FAAA%2CiBAAA%2CAAAA%2CCAIA%2COAAA%2CiDAAA%2CAAAA%2CCAIA%2CKAAA%2CgLAAA%2CAAAA%2CCAMC%2CoBAAA%2CmHAAA%2CAAAA%2CCAMC%2CwBAAA%2CoCAAA%2CAAAA%2CCAKA%2CgCAAA%2CqCAAA%2CAAAA%2CCAIC%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCAAA%2CmBAAA%2CAAAA%2CCAGC%2CwDAAA%2CgEAAA%2CAAAA%2CCAKA%2C0DAAA%2CoCAAA%2CAAAA%2CCAOF%2C%2BBAAA%2C0KAAA%2CAAAA%2CCAOC%2CyCAAA%2CaAAA%2CAAAA%2CCAMF%2CoBAAA%2CmGAAA%2CAAAA%2CCAKC%2C8BAAA%2CyCAAA%2CAAAA%2CCAIC%2C0CAAA%2CgBAAA%2CAAAA%2CCAMF%2CWAAA%2CuIAAA%2CAAAA%2CCAOC%2CeAAA%2C6BAAA%2CAAAA%2CCAMD%2CyCAAA%2CgBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsTAAA%2CAAAA%2CCAWC%2C8BAAA%2CoGAAA%2CAAAA%2CCAQC%2CsEAAA%2CqCAAA%2CAAAA%2CCAKD%2C2BAAA%2CwCAAA%2CAAAA%2CCAIC%2CiCAAA%2CmCAAA%2CAAAA%2CCAKE%2C4CAAA%2CgBAAA%2CAAAA%2CCAUJ%2CeAAA%2CoHAAA%2CAAAA%2CCAMC%2CiBAAA%2CiBAAA%2CAAAA%2CCAGC%2CuBAAA%2CiBAAA%2CAAAA%2CCAKD%2C6BAAA%2CkBAAA%2CAAAA%2CCAKD%2CaAAA%2CyBAAA%2CAAAA%2CCAGC%2CmCAAA%2CyBAAA%2CAAAA%2CCAIA%2CyBAAA%2CoBAAA%2CAAAA%2CCAKA%2CyBAAA%2CiBAAA%2CAAAA%2CCAGC%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAKD%2CsCAAA%2C8BAAA%2CAAAA%2CCAMF%2C6CAAA%2CuGAAA%2CAAAA%2CCAQC%2CsHAAA%2CgBAAA%2CAAAA%2CCAIA%2C%2BEAAA%2CcAAA%2CAAAA%2CCAGC%2C2FAAA%2CyDAAA%2CAAAA%2CCAKE%2C6GAAA%2CgBAAA%2CAAAA%2CCAOH%2C%2BDAAA%2C2IAAA%2CAAAA%2CCAOC%2CuEAAA%2C6BAAA%2CAAAA%2CCAIC%2CiFAAA%2CgBAAA%2CAAAA%2CCAKD%2C2EAAA%2CyDAAA%2CAAAA%2CCAKE%2C6FAAA%2CgBAAA%2CAAAA%2CCASH%2C%2BBAAA%2CiFAAA%2CAAAA%2CCAKC%2CwCAAA%2CiBAAA%2CAAAA%2CCAGC%2C4CAAA%2C8FAAA%2CAAAA%2CCAOA%2CsDAAA%2CuGAAA%2CAAAA%2CCAWD%2C4CAAA%2CgBAAA%2CAAAA%2CCAKC%2CkDAAA%2C4DAAA%2CAAAA%2CCAOF%2CiCAAA%2C%2BNAAA%2CAAAA%2CCAQC%2CsCAAA%2C%2BBAAA%2CAAAA%2CCAOF%2CcAAA%2C2GAAA%2CAAAA%2CCAIC%2CqBAAA%2C8IAAA%2CAAAA%2CCAQA%2CmBAAA%2CaAAA%2CAAAA%2CCAID%2CWAAA%2CqBAAA%2CAAAA%2CCAGC%2CwCAAA%2CwBAAA%2CAAAA%2CCAIA%2CmBAAA%2CwBAAA%2CAAAA%2CCAIE%2C0CAAA%2C6CAAA%2CAAAA%2CCAIC%2CwDAAA%2C6NAAA%2CAAAA%2CCAQC%2CmEAAA%2C2EAAA%2CAAAA%2CCAQJ%2CuBAAA%2C8NAAA%2CAAAA%2CCASC%2CsCAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAOH%2CeAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCACC%2CUAAA%2CiFAAA%2CAAAA%2CCAGA%2C0vBAAA%2CiBAAA%2CAAAA%2CCAGA%2CuBAAA%2CoBAAA%2CAAAA%2CCAIA%2CqBAAA%2CiCAAA%2CAAAA%2CCAIC%2C0BAAA%2CmBAAA%2CAAAA%2CCAKA%2C8BAAA%2C4BAAA%2CAAAA%2CCAGA%2CuBAAA%2CqCAAA%2CAAAA%2CCAKD%2CQAAA%2CgCAAA%2CAAAA%2CCAGC%2CsBAAA%2CmJAAA%2CAAAA%2CCAOC%2C%2BBAAA%2CaAAA%2CAAAA%2CCAGA%2CqCAAA%2C8BAAA%2CAAAA%2CCAIC%2C2FAAA%2CcAAA%2CAAAA%2CCAIE%2CyHAAA%2CgBAAA%2CAAAA%2CCAIA%2CyHAAA%2CmCAAA%2CAAAA%2CCAIC%2C%2BHAAA%2CcAAA%2CAAAA%2CCAMH%2C6EAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CiQAAA%2CAAAA%2CCASE%2C%2BDAAA%2CuIAAA%2CAAAA%2CCAQC%2CwEAAA%2CyEAAA%2CAAAA%2CCAGA%2CwEAAA%2C4EAAA%2CAAAA%2CCAGA%2CwEAAA%2C0EAAA%2CAAAA%2CCAGA%2CwEAAA%2CwEAAA%2CAAAA%2CCAGA%2CwEAAA%2CwEAAA%2CAAAA%2CCAGA%2CwEAAA%2C0EAAA%2CAAAA%2CCAGA%2C0EAAA%2CkGAAA%2CAAAA%2CCAWL%2CsBAAA%2CoBAAA%2CAAAA%2CCAGC%2CyBAAA%2CoBAAA%2CAAAA%2CCAQA%2CiDAAA%2C6DAAA%2CAAAA%2CCAGA%2C8DAAA%2CiBAAA%2CAAAA%2CCAKF%2CkBAAA%2CiGAAA%2CAAAA%2CCAGA%2CYAAA%2CmOAAA%2CAAAA%2CCAWA%2CUAAA%2CoBAAA%2CAAAA%2CCAEC%2CkCAAA%2C2EAAA%2CAAAA%2CCAIC%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAID%2CuBAAA%2CmCAAA%2CAAAA%2CCAIC%2CoCAAA%2CqCAAA%2CAAAA%2CCAIC%2CqhBAAA%2CaAAA%2CAAAA%2CCAKD%2CoCAAA%2CuBAAA%2CAAAA%2CCAIA%2CmCAAA%2C%2BHAAA%2CAAAA%2CCAMC%2CsCAAA%2C6CAAA%2CAAAA%2CCAIC%2CmDAAA%2C4BAAA%2CAAAA%2CCAMF%2CgCAAA%2C2EAAA%2CAAAA%2CCAOC%2C6CAAA%2C4CAAA%2CAAAA%2CCAKA%2C4CAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CmFAAA%2C8GAAA%2CAAAA%2CCAWH%2CyBAAA%2CwMAAA%2CAAAA%2CCAUC%2CgDAAA%2CgBAAA%2CAAAA%2CCAGA%2C8CAAA%2CiBAAA%2CAAAA%2CCAID%2CWAAA%2CyDAAA%2CAAAA%2CCAQE%2CqDAAA%2CoBAAA%2CAAAA%2CCAGA%2CkDAAA%2CaAAA%2CAAAA%2CCAMF%2CSAAA%2CmDAAA%2CAAAA%2CCAMA%2CkBAAA%2CqIAAA%2CAAAA%2CCAQC%2CyBAAA%2C8YAAA%2CAAAA%2CCAiBD%2CyBAAA%2CgBAAA%2CAAAA%2CCAIA%2CmCAAA%2CgBAAA%2CAAAA%2CCAGA%2CkEAAA%2CgBAAA%2CAAAA%2CCAGA%2CiBAAA%2CyBAAA%2CAAAA%2CCAIE%2CgCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAOH%2CaACC%2CMAAA%2CmDAAA%2CAAAA%2CCAKA%2C4HAAA%2C2BAAA%2CAAAA%2CCAGA%2C0BAAA%2CoDAAA%2CAAAA%2CCAKA%2CaAAA%2C6JAAA%2CAAAA%2CCAQC%2CiBAAA%2CeAAA%2CAAAA%2CCAID%2CaAAA%2CiSAAA%2CAAAA%2CCAQC%2CmBAAA%2CaAAA%2CAAAA%2CCAIA%2CiBAAA%2CeAAA%2CAAAA%2CCAID%2CuBAAA%2CYAAA%2CAAAA%2CCAGA%2CaAAA%2C2BAAA%2CAAAA%2CCAGA%2C8DAAA%2C4BAAA%2CAAAA%2CCAGA%2C2DAAA%2C2BAAA%2CAAAA%2CCAGA%2C0CAAA%2C6DAAA%2CAAAA%2CCAGC%2CgDAAA%2CaAAA%2CAAAA%2CCAGC%2C0DAAA%2CgBAAA%2CAAAA%2CCAKF%2CoDAAA%2C8BAAA%2CAAAA%2CCAAA%2CCCv6MD%2COAAA%2CibAAA%2CAAAA%2CCAkBA%2C0CAAA%2CkEAAA%2CAAAA%2CCAOA%2CYAAA%2C2OAAA%2CAAAA%2CCAKI%2CmBAAA%2CwIAAA%2CAAAA%2CCFjCL%2CAEuCC%2CmBAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CgBAAA%2CAAAA%2CCAGA%2CmCAAA%2CwBAAA%2CAAAA%2CCAGA%2CuCAAA%2CsHAAA%2CAAAA%2CCAOA%2C6EAAA%2C0HAAA%2CAAAA%2CCAQA%2CcAAA%2CqBAAA%2CAAAA%2CCAKI%2CqBAAA%2CgbAAA%2CAAAA%2CCAgBC%2CsBAAA%2C%2BIAAA%2CAAAA%2CCAOD%2C6BAAA%2CgFAAA%2CAAAA%2CCAMK%2CmCAAA%2CqMAAA%2CAAAA%2CCAOA%2CiCAAA%2CwOAAA%2CAAAA%2CCAKI%2C8CAAA%2C8OAAA%2CAAAA%2CCAcG%2CmDAAA%2CiBAAA%2CAAAA%2CCAGA%2CwDAAA%2CiBAAA%2CAAAA%2CCAIZ%2CuDAAA%2C2EAAA%2CAAAA%2CCASC%2CkCAAA%2CqBAAA%2CAAAA%2CCAEI%2C6CAAA%2CwOAAA%2CAAAA%2CCAKI%2C0DAAA%2CmQAAA%2CAAAA%2CCAQJ%2C4CAAA%2CuJAAA%2CAAAA%2CCAKI%2CwDAAA%2CkEAAA%2CAAAA%2CCAKI%2CmEAAA%2CgBAAA%2CAAAA%2CCAIJ%2CkDAAA%2CwBAAA%2CAAAA%2CCAGA%2CkDAAA%2CwBAAA%2CAAAA%2CCAQb%2CsBAAA%2C6BAAA%2CAAAA%2CCAIA%2CSAAA%2CgBAAA%2CAAAA%2CCAII%2CsBAAA%2CiBAAA%2CAAAA%2CCAIJ%2CgBAAA%2CkBAAA%2CAAAA%2CCAEI%2CsBAAA%2CkBAAA%2CAAAA%2CCAGA%2CwBAAA%2CgBAAA%2CAAAA%2CCAEI%2C6BAAA%2CwBAAA%2CAAAA%2CCAKJ%2CwBAAA%2CwBAAA%2CAAAA%2CCAEI%2C6BAAA%2CgBAAA%2CAAAA%2CCAOR%2CaAAA%2CqBAAA%2CAAAA%2CCAEI%2CuBAAA%2C0SAAA%2CAAAA%2CCAcI%2C2BAAA%2C%2BMAAA%2CAAAA%2CCAUD%2CcAAA%2CgBAAA%2CAAAA%2CCAGP%2CqBAAA%2CmBAAA%2CAAAA%2CCAIK%2C8DAAA%2C6xBAAA%2CAAAA%2CCAoBI%2C2EAAA%2CsIAAA%2CAAAA%2CCAMI%2CkKAAA%2CkEAAA%2CAAAA%2CCAKJ%2CyFAAA%2CcAAA%2CAAAA%2CCAIJ%2C0FAAA%2C8rBAAA%2CAAAA%2CCA6BI%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAIJ%2CmCAAA%2CmBAAA%2CAAAA%2CCAEI%2C8CAAA%2CsBAAA%2CAAAA%2CCAEI%2CgDAAA%2C4aAAA%2CAAAA%2CCAaA%2CiEAAA%2C6BAAA%2CAAAA%2CCAIA%2C6DAAA%2CmZAAA%2CAAAA%2CCF9Ud%2CAE%2BVE%2CgBAAA%2C2CAAA%2CAAAA%2CCAGI%2CqBAAA%2C8BAAA%2CAAAA%2CCFlWN%2CAEwWE%2CWAAA%2C2GAAA%2CAAAA%2CCAGI%2CyBAAA%2CicAAA%2CAAAA%2CCAeA%2CqBAAA%2C4IAAA%2CAAAA%2CCF1XN%2CAEsYM%2CiBAAA%2CqBAAA%2CAAAA%2CCAEI%2C2BAAA%2C8OAAA%2CAAAA%2CCAKI%2CkCAAA%2C0GAAA%2CAAAA%2CCAOI%2CoDAAA%2CgBAAA%2CAAAA%2CCAII%2CyDAAA%2C6TAAA%2CAAAA%2CCAOA%2C8CAAA%2CoDAAA%2CAAAA%2CCAKA%2CoDAAA%2CgBAAA%2CAAAA%2CCAEI%2C2DAAA%2CiBAAA%2CAAAA%2CCAIJ%2C4CAAA%2CijBAAA%2CAAAA%2CCAkBI%2CwDAAA%2CgRAAA%2CAAAA%2CCAYA%2CmKAAA%2CwVAAA%2CAAAA%2CCAeD%2CgDAAA%2CgBAAA%2CAAAA%2CCAIH%2CmEAAA%2C8QAAA%2CAAAA%2CCAgBA%2CmEAAA%2CqCAAA%2CAAAA%2CCAKA%2C0DAAA%2CqCAAA%2CAAAA%2CCAKA%2C8DAAA%2CqCAAA%2CAAAA%2CCAKA%2CyDAAA%2CqCAAA%2CAAAA%2CCF1ftB%2CAEqgBE%2CiBAAA%2C2CAAA%2CAAAA%2CCAGI%2C2BAAA%2CsWAAA%2CAAAA%2CCAUI%2CmCAAA%2CoBAAA%2CAAAA%2CCAEI%2CgDAAA%2CmBAAA%2CAAAA%2CCAEI%2CoDAAA%2CqBAAA%2CAAAA%2CCAEI%2C%2BDAAA%2C%2BDAAA%2CAAAA%2CCAWR%2CiDAAA%2CmBAAA%2CAAAA%2CCAMR%2C6BAAA%2CqaAAA%2CAAAA%2CCAYI%2CgCAAA%2C0GAAA%2CAAAA%2CCAOI%2CuCAAA%2CyQAAA%2CAAAA%2CCAaA%2CuCAAA%2CuBAAA%2CAAAA%2CCAGI%2C8CAAA%2CqBAAA%2CAAAA%2CCAMI%2C0DAAA%2CqBAAA%2CAAAA%2CCAIJ%2CoDAAA%2CwKAAA%2CAAAA%2CCFtlBlB%2CAEkmBM%2CmJAAA%2C2CAAA%2CAAAA%2CCAIA%2C2BAAA%2CqBAAA%2CAAAA%2CCAEI%2CmCAAA%2CgBAAA%2CAAAA%2CCAGA%2C%2BBAAA%2CkDAAA%2CAAAA%2CCAII%2CmCAAA%2C0EAAA%2CAAAA%2CCAOJ%2CsCAAA%2CoCAAA%2CAAAA%2CCAIN%2C0CAAA%2CgBAAA%2CAAAA%2CCAMa%2CwDAAA%2C8EAAA%2CAAAA%2CCAMI%2C8DAAA%2C0YAAA%2CAAAA%2CCAmBpB%2C6DAAA%2C2EAAA%2CAAAA%2CCAOiB%2CqEAAA%2CgBAAA%2CAAAA%2CCAII%2CyEAAA%2CgBAAA%2CAAAA%2CCAKT%2C8CAAA%2CeAAA%2CAAAA%2CCAGR%2CkDAAA%2CeAAA%2CAAAA%2CCAOC%2C4BAAA%2CiGAAA%2CAAAA%2CCAQI%2CgCAAA%2CsBAAA%2CAAAA%2CCAKA%2CqCAAA%2CqBAAA%2CAAAA%2CCAGI%2C8CAAA%2CsEAAA%2CAAAA%2CCAMA%2C6CAAA%2CuBAAA%2CAAAA%2CCAGA%2CiDAAA%2C4EAAA%2CAAAA%2CCAKI%2CmEAAA%2CqBAAA%2CAAAA%2CCAIJ%2C8CAAA%2CqEAAA%2CAAAA%2CCAMI%2CqDAAA%2C0UAAA%2CAAAA%2CCF3tBlB%2CAE8uBE%2CEAAA%2CsFAAA%2CAAAA%2CCAGA%2CYAAA%2C%2BOAAA%2CAAAA%2CCAKI%2CsBAAA%2CgGAAA%2CAAAA%2CCAOJ%2CmCAAA%2CsFAAA%2CAAAA%2CCAIA%2CmBAAA%2CoGAAA%2CAAAA%2CCAKA%2CmBAAA%2CoNAAA%2CAAAA%2CCAMG%2CwBAAA%2C2CAAA%2CAAAA%2CCAMH%2CcAAA%2C2CAAA%2CAAAA%2CCAII%2C0BAAA%2CqBAAA%2CAAAA%2CCAII%2C2BAAA%2CkBAAA%2CAAAA%2CCAEI%2CgCAAA%2CkKAAA%2CAAAA%2CCAQJ%2C2BAAA%2CkkBAAA%2CAAAA%2CCAoBI%2CgCAAA%2CqQAAA%2CAAAA%2CCAUA%2CgCAAA%2CgBAAA%2CAAAA%2CCAIJ%2CgCAAA%2CcAAA%2CAAAA%2CCAEI%2C2CAAA%2CgBAAA%2CAAAA%2CCAEI%2CiDAAA%2C%2BFAAA%2CAAAA%2CCAOA%2CqDAAA%2C2EAAA%2CAAAA%2CCAQR%2CsCAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CgBAAA%2CAAAA%2CCAII%2C4DAAA%2CuBAAA%2CAAAA%2CCAGA%2CkDAAA%2CiBAAA%2CAAAA%2CCAGA%2CoDAAA%2CyCAAA%2CAAAA%2CCAOZ%2CmBAAA%2C4BAAA%2CAAAA%2CCF72BF%2CAEi3BE%2CaAAA%2C2GAAA%2CAAAA%2CCAGI%2CsBAAA%2CqHAAA%2CAAAA%2CCASI%2CwCAAA%2CiGAAA%2CAAAA%2CCF73BV%2CAEw4BM%2C6BAAA%2CidAAA%2CAAAA%2CCAYI%2CqCAAA%2CyCAAA%2CAAAA%2CCAIQ%2CsDAAA%2CqBAAA%2CAAAA%2CCAEI%2CiEAAA%2C%2BDAAA%2CAAAA%2CCAUZ%2CyCAAA%2CcAAA%2CAAAA%2CCAEI%2CmDAAA%2CmBAAA%2CAAAA%2CCAMJ%2CsCAAA%2CoBAAA%2CAAAA%2CCF56BV%2CAEm7BM%2C%2BBAAA%2C0KAAA%2CAAAA%2CCAKY%2C%2BDAAA%2C6EAAA%2CAAAA%2CCAQd%2CuDAAA%2CcAAA%2CAAAA%2CCAGU%2CqDAAA%2CoBAAA%2CAAAA%2CCFn8Bd%2CAE08BE%2CUAAA%2CqBAAA%2CAAAA%2CCAGI%2CoBAAA%2CseAAA%2CAAAA%2CCAaI%2C4BAAA%2CoBAAA%2CAAAA%2CCAEI%2CyCAAA%2CwCAAA%2CAAAA%2CCAGI%2C6CAAA%2CqBAAA%2CAAAA%2CCAEI%2CwDAAA%2C%2BDAAA%2CAAAA%2CCAWR%2C0CAAA%2CoEAAA%2CAAAA%2CCAQR%2CsBAAA%2CqaAAA%2CAAAA%2CCAYI%2CyBAAA%2C0GAAA%2CAAAA%2CCAOI%2CgCAAA%2CyQAAA%2CAAAA%2CCAaA%2CgCAAA%2CuBAAA%2CAAAA%2CCAGI%2CuCAAA%2CqBAAA%2CAAAA%2CCAMI%2CmDAAA%2CqBAAA%2CAAAA%2CCAIJ%2C6CAAA%2CwKAAA%2CAAAA%2CCASZ%2CwBAAA%2CuJAAA%2CAAAA%2CCAQI%2CiCAAA%2CaAAA%2CAAAA%2CCAEI%2CwCAAA%2C%2BJAAA%2CAAAA%2CCAQR%2CcAAA%2CqBAAA%2CAAAA%2CCAEI%2CyBAAA%2CAAAA%2CAAAA%2CCAOI%2CyCAAA%2CkJAAA%2CAAAA%2CCFrkCd%2CAE8kCE%2CQAAA%2C%2BBAAA%2CAAAA%2CCAII%2CsBAAA%2CmDAAA%2CAAAA%2CCAIQ%2CmDAAA%2CcAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CsRAAA%2CAAAA%2CCASI%2C6DAAA%2C8CAAA%2CAAAA%2CCAQJ%2C8CAAA%2CsHAAA%2CAAAA%2CCAMI%2C2DAAA%2CiFAAA%2CAAAA%2CCAQA%2C2DAAA%2C8CAAA%2CAAAA%2CCAKA%2CqDAAA%2CwDAAA%2CAAAA%2CCAMJ%2C2CAAA%2CwFAAA%2CAAAA%2CCAKA%2CiEAAA%2CmBAAA%2CAAAA%2CCAGA%2C0CAAA%2CqBAAA%2CAAAA%2CCAEI%2CmDAAA%2CuFAAA%2CAAAA%2CCAOA%2CoDAAA%2C8BAAA%2CAAAA%2CCAGA%2CgGAAA%2CyDAAA%2CAAAA%2CCAKJ%2CmCAAA%2C8CAAA%2CAAAA%2CCAMI%2CwDAAA%2C0BAAA%2CAAAA%2CCAOR%2CkCAAA%2CqVAAA%2CAAAA%2CCAUI%2CqCAAA%2C0GAAA%2CAAAA%2CCAOI%2C4CAAA%2CyQAAA%2CAAAA%2CCAaA%2C4CAAA%2CuBAAA%2CAAAA%2CCAGI%2CmDAAA%2CqBAAA%2CAAAA%2CCAMI%2C%2BDAAA%2CqBAAA%2CAAAA%2CCAIJ%2CyDAAA%2CwKAAA%2CAAAA%2CCAUhB%2C%2BBAAA%2CcAAA%2CAAAA%2CCAGA%2C8BAAA%2CyIAAA%2CAAAA%2CCASQ%2CgDAAA%2CuIAAA%2CAAAA%2CCAQA%2C8DAAA%2CiDAAA%2CAAAA%2CCAKJ%2CoFAAA%2CYAAA%2CAAAA%2CCAGA%2CiDAAA%2CiXAAA%2CAAAA%2CCAcA%2CiDAAA%2C6WAAA%2CAAAA%2CCAoBQ%2CkMAAA%2CwDAAA%2CAAAA%2CCF5xClB%2CAEwyCM%2CaAAA%2C2kBAAA%2CAAAA%2CCAqBI%2CoBAAA%2C%2BDAAA%2CAAAA%2CCAMJ%2CoBAAA%2C2lBAAA%2CAAAA%2CCAoBI%2CqBAAA%2C8JAAA%2CAAAA%2CCAII%2C2BAAA%2CiBAAA%2CAAAA%2CCAMJ%2CkBAAA%2CwKAAA%2CAAAA%2CCAOA%2CqBAAA%2C6TAAA%2CAAAA%2CCAQI%2C2BAAA%2CkYAAA%2CAAAA%2CCAeA%2C2BAAA%2CyJAAA%2CAAAA%2CCAKI%2CiCAAA%2CcAAA%2CAAAA%2CCFp4ClB%2CAEg5Cc%2CoDAAA%2CgEAAA%2CAAAA%2CCAKR%2CwDAAA%2CsBAAA%2CAAAA%2CCAIQ%2CmDAAA%2CwCAAA%2CAAAA%2CCAII%2C6DAAA%2CoBAAA%2CAAAA%2CCAEI%2C2EAAA%2CsBAAA%2CAAAA%2CCAGA%2C6EAAA%2C%2BDAAA%2CAAAA%2CCAMhB%2CmFAAA%2CiOAAA%2CAAAA%2CCFx6CN%2CAAAA%2CAEw7CE%2CSAAA%2CsBAAA%2CAAAA%2CCAEI%2CmBAAA%2CmKAAA%2CAAAA%2CCAII%2C8BAAA%2C8EAAA%2CAAAA%2CCAKI%2CmCAAA%2CuMAAA%2CAAAA%2CCASJ%2C2BAAA%2CgdAAA%2CAAAA%2CCAcI%2CkCAAA%2CiSAAA%2CAAAA%2CCAkBI%2C2CAAA%2C2TAAA%2CAAAA%2CCAUJ%2CmMAAA%2CkGAAA%2CAAAA%2CCAKA%2CsCAAA%2C8dAAA%2CAAAA%2CCAkBI%2C%2BPAAA%2C%2BDAAA%2CAAAA%2CCAOjB%2C6CAAA%2CyEAAA%2CAAAA%2CCFphDD%2CAE2hDM%2C2BAAA%2CqBAAA%2CAAAA%2CCAGA%2CmBAAA%2C6KAAA%2CAAAA%2CCAMQ%2C0CAAA%2C2CAAA%2CAAAA%2CCAMJ%2C4CAAA%2CsJAAA%2CAAAA%2CCASA%2CsBAAA%2CmCAAA%2CAAAA%2CCAEI%2CiCAAA%2CmBAAA%2CAAAA%2CCAIJ%2CsBAAA%2CiGAAA%2CAAAA%2CCAMI%2CsCAAA%2C4BAAA%2CAAAA%2CCAKA%2CsCAAA%2C4BAAA%2CAAAA%2CCAMZ%2CYAAA%2CsIAAA%2CAAAA%2CCAKI%2CsBAAA%2C0oBAAA%2CAAAA%2CCF%5C%2FkDN%2CAEqmDE%2CsBAAA%2CmHAAA%2CAAAA%2CCASA%2C4BAAA%2CgBAAA%2CAAAA%2CCAGA%2C4BAAA%2CeAAA%2CAAAA%2CCAGA%2CwBAAA%2CgBAAA%2CAAAA%2CCAYA%2CwBAAA%2CgBAAA%2CAAAA%2CCAYA%2CcAAA%2C4LAAA%2CAAAA%2CCAOD%2C8CAAA%2CgBAAA%2CAAAA%2CCAIC%2CaAAA%2CoBAAA%2CAAAA%2CCAGA%2CoBAAA%2CcAAA%2CAAAA%2CCAKA%2C2BAAA%2C8NAAA%2CAAAA%2CCAUA%2C8DAAA%2CcAAA%2CAAAA%2CCAGA%2CcAAA%2CmBAAA%2CAAAA%2CCAGA%2CqBAAA%2CoJAAA%2CAAAA%2CCASA%2CyCAAA%2CsBAAA%2CAAAA%2CCAGA%2CWAAA%2C8FAAA%2CAAAA%2CCAMI%2CiBAAA%2CsBAAA%2CAAAA%2CCAIJ%2CiCAAA%2CoDAAA%2CAAAA%2CCAKA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAGA%2C6BAAA%2CyHAAA%2CAAAA%2CCASA%2CoCAAA%2CgBAAA%2CAAAA%2CCAGA%2C0CAAA%2C4BAAA%2CAAAA%2CCAGA%2C0BAAA%2CmIAAA%2CAAAA%2CCAUA%2C0BAAA%2C4IAAA%2CAAAA%2CCFtuDF%2CAE4uDE%2CcAAA%2CkLAAA%2CAAAA%2CCAQQ%2CoDAAA%2CkIAAA%2CAAAA%2CCASA%2CoCAAA%2CoBAAA%2CAAAA%2CCAEI%2C2CAAA%2C4CAAA%2CAAAA%2CCAKJ%2CoCAAA%2CqGAAA%2CAAAA%2CCAKA%2CqCAAA%2CuGAAA%2CAAAA%2CCFzwDV%2CAEkxDM%2C4BAAA%2C0GAAA%2CAAAA%2CCAOA%2C2BAAA%2CuBAAA%2CAAAA%2CCFzxDN%2CAE%2BxDM%2CqBAAA%2CqBAAA%2CAAAA%2CCAEI%2C%2BBAAA%2C2GAAA%2CAAAA%2CCAII%2C4CAAA%2C%2BDAAA%2CAAAA%2CCAII%2CkDAAA%2CkkBAAA%2CAAAA%2CCAiBA%2CkDAAA%2CqKAAA%2CAAAA%2CCF1zDlB%2CAE00DM%2C0BAAA%2C6hBAAA%2CAAAA%2CCAeI%2CqCAAA%2C8EAAA%2CAAAA%2CCAKI%2CiDAAA%2C6DAAA%2CAAAA%2CCAII%2CwDAAA%2CuGAAA%2CAAAA%2CCAOA%2CuDAAA%2C8GAAA%2CAAAA%2CCAYhB%2CoCACA%2CoCAAA%2C4GAAA%2CAAAA%2CCAAA%2CCAMA%2CoCAAA%2CAACE%2C%2BEAAA%2CwEAAA%2CAAAA%2CCAMH%2C8EAAA%2CsCAAA%2CAAAA%2CCAIA%2CuCAAA%2CwEAAA%2CAAAA%2CCAMM%2CqBAAA%2C6WAAA%2CAAAA%2CCAeL%2CsBAAA%2C8BAAA%2CAAAA%2CCAII%2CgDAAA%2CqDAAA%2CAAAA%2CCAIG%2CqDAAA%2CgBAAA%2CAAAA%2CCAKR%2C4CAAA%2CqBAAA%2CAAAA%2CCAGK%2CmBAAA%2CiDAAA%2CAAAA%2CCAIA%2CgCAAA%2CiBAAA%2CAAAA%2CCAGA%2CsCAAA%2CsJAAA%2CAAAA%2CCAKA%2C0DAAA%2CwFAAA%2CAAAA%2CCAMA%2CaAAA%2C6BAAA%2CAAAA%2CCAIA%2C2CAAA%2CgBAAA%2CAAAA%2CCAGA%2CmCAAA%2CqBAAA%2CAAAA%2CCAGA%2C2BAAA%2CmBAAA%2CAAAA%2CCAGA%2CMAAA%2CgGAAA%2CAAAA%2CCAKA%2CmBAAA%2CkBAAA%2CAAAA%2CCAGA%2CwBAAA%2C6DAAA%2CAAAA%2CCAGA%2CoCAAA%2C6DAAA%2CAAAA%2CCAGA%2CoCAAA%2CqBAAA%2CAAAA%2CCAGA%2CyDAAA%2C4EAAA%2CAAAA%2CCAGA%2CoCAAA%2CuPAAA%2CAAAA%2CCAMA%2CoDAAA%2CuCAAA%2CAAAA%2CCAIA%2C2BAAA%2CgBAAA%2CAAAA%2CCAGA%2COAAA%2C%2BLAAA%2CAAAA%2CCAQI%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CgBAAA%2CiBAAA%2CAAAA%2CCAGA%2CiBAAA%2CoCAAA%2CAAAA%2CCAKJ%2CoDAAA%2CmCAAA%2CAAAA%2CCAIA%2CmDAAA%2CmBAAA%2CAAAA%2CCAIA%2CeAAA%2CmTAAA%2CAAAA%2CCAUI%2CqBAAA%2C2GAAA%2CAAAA%2CCAII%2C4BAAA%2CmBAAA%2CAAAA%2CCAIJ%2CuBAAA%2CqIAAA%2CAAAA%2CCAKA%2CsBAAA%2CgIAAA%2CAAAA%2CCAKA%2C8BAAA%2CkBAAA%2CAAAA%2CCAGA%2CoBAAA%2CkHAAA%2CAAAA%2CCAWI%2C2BAAA%2CaAAA%2CAAAA%2CCAGA%2C0BAAA%2CcAAA%2CAAAA%2CCAMR%2CkCAAA%2C4BAAA%2CAAAA%2CCAIA%2CmCAAA%2CuVAAA%2CAAAA%2CCAUA%2C8CAAA%2CeAAA%2CAAAA%2CCAGA%2CwEAAA%2CiBAAA%2CAAAA%2CCAGA%2C6BAAA%2CqGAAA%2CAAAA%2CCAMA%2CsBAAA%2CkKAAA%2CAAAA%2CCAKA%2CkCAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CuFAAA%2C6TAAA%2CAAAA%2CCAQI%2CyGAAA%2CwMAAA%2CAAAA%2CCAMA%2CsGAAA%2CuKAAA%2CAAAA%2CCAQA%2CqCAAA%2CwMAAA%2CAAAA%2CCAMA%2CoCAAA%2CuKAAA%2CAAAA%2CCAMA%2C2CAAA%2CsTAAA%2CAAAA%2CCAOJ%2CeAAA%2CoBAAA%2CAAAA%2CCAGA%2CmHAAA%2CkEAAA%2CAAAA%2CCAKA%2CyCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAIJ%2CqCAAA%2CAAGI%2CMAAA%2C8GAAA%2CAAAA%2CCAKA%2CmBAAA%2CkBAAA%2CAAAA%2CCAMQ%2CqCAAA%2CyCAAA%2CAAAA%2CCAGI%2CkDAAA%2CeAAA%2CAAAA%2CCAEyB%2CsDAAA%2CqBAAA%2CAAAA%2CCAEjB%2CiEAAA%2C%2BDAAA%2CAAAA%2CCAWR%2CmDAAA%2CmBAAA%2CAAAA%2CCAKR%2C8BAAA%2CoBAAA%2CAAAA%2CCAEI%2CsCAAA%2CoBAAA%2CAAAA%2CCAKR%2CaAAA%2CgBAAA%2CAAAA%2CCAGA%2CuDAAA%2CiBAAA%2CAAAA%2CCAGA%2CqBAAA%2C2GAAA%2CAAAA%2CCAII%2CuDAAA%2CaAAA%2CAAAA%2CCAMI%2CqCAAA%2CeAAA%2CAAAA%2CCAEI%2CiDAAA%2CoBAAA%2CAAAA%2CCAMZ%2CiCAAA%2C0LAAA%2CAAAA%2CCAQA%2CeAAA%2CsFAAA%2CAAAA%2CCAIA%2CmEAAA%2CmBAAA%2CAAAA%2CCAGA%2CmCAAA%2CmBAAA%2CAAAA%2CCAGA%2C4BAAA%2CkBAAA%2CAAAA%2CCAGA%2C8BAAA%2C2CAAA%2CAAAA%2CCAIA%2CeAAA%2CsBAAA%2CAAAA%2CCAOA%2CwBAAA%2CmDAAA%2CAAAA%2CCAII%2C4BAAA%2CiBAAA%2CAAAA%2CCAIJ%2CsBAAA%2CwGAAA%2CAAAA%2CCAMA%2C2BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CoBAAA%2C6TAAA%2CAAAA%2CCASA%2CmBAAA%2CiBAAA%2CAAAA%2CCAGA%2CmJAAA%2CqCAAA%2CAAAA%2CCAIA%2CgBAAA%2CoCAAA%2CAAAA%2CCAIA%2C2EAAA%2CgBAAA%2CAAAA%2CCAGA%2CmCAAA%2CyDAAA%2CAAAA%2CCAII%2CuDAAA%2CmDAAA%2CAAAA%2CCAOI%2C2DAAA%2CgBAAA%2CAAAA%2CCAKR%2CSAAA%2CuLAAA%2CAAAA%2CCAUA%2C4DAAA%2C8FAAA%2CAAAA%2CCAKA%2C%2BBAAA%2CgBAAA%2CAAAA%2CCAGA%2CkCAAA%2CgBAAA%2CAAAA%2CCAGA%2CiDAAA%2CmBAAA%2CAAAA%2CCAGA%2CyFAAA%2CgBAAA%2CAAAA%2CCAGA%2CYAAA%2C2CAAA%2CAAAA%2CCAIA%2C6BAAA%2CeAAA%2CAAAA%2CCAAA%2CCAIJ%2CqCACI%2CmCAAA%2CgBAAA%2CAAAA%2CCAII%2C4BAAA%2CkBAAA%2CAAAA%2CCAIJ%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CgBAAA%2CmCAAA%2CAAAA%2CCAIA%2C2BAAA%2CmBAAA%2CAAAA%2CCAGA%2CsGAAA%2CmBAAA%2CAAAA%2CCAGA%2CqBAAA%2CqCAAA%2CAAAA%2CCAAA%2CCAKJ%2CqCACA%2CmDAAA%2CYAAA%2CAAAA%2CCAGI%2CuCAAA%2CqBAAA%2CAAAA%2CCAGF%2CmBAAA%2C4GAAA%2CAAAA%2CCAKE%2C2BAAA%2CqBAAA%2CAAAA%2CCAGA%2CWAAA%2CqCAAA%2CAAAA%2CCAMQ%2C4BAAA%2CkBAAA%2CAAAA%2CCAEI%2CqFAAA%2C8CAAA%2CAAAA%2CCAKI%2C69GAAA%2CgBAAA%2CAAAA%2CCAIL%2CwCAAA%2C0CAAA%2CAAAA%2CCAKJ%2CwCAAA%2C8CAAA%2CAAAA%2CCAIS%2C0rDAAA%2CgBAAA%2CAAAA%2CCAGD%2CoDAAA%2C0CAAA%2CAAAA%2CCAOf%2CoDAAA%2CmBAAA%2CAAAA%2CCAGA%2CiBAAA%2CsBAAA%2CAAAA%2CCAGA%2C6BAAA%2CcAAA%2CAAAA%2CCAGA%2CaAAA%2CiCAAA%2CAAAA%2CCAGA%2CmBAAA%2CmFAAA%2CAAAA%2CCAKI%2C8DAAA%2CujBAAA%2CAAAA%2CCAmBJ%2CyFAAA%2CgDAAA%2CAAAA%2CCAIA%2C8DAAA%2CqCAAA%2CAAAA%2CCASA%2C2BAAA%2CsBAAA%2CAAAA%2CCAGA%2CsBAAA%2CqCAAA%2CAAAA%2CCAID%2C6CAAA%2CiQAAA%2CAAAA%2CCAOK%2CoDAAA%2CsbAAA%2CAAAA%2CCAYA%2CmDAAA%2CwMAAA%2CAAAA%2CCAMA%2CoDAAA%2CiLAAA%2CAAAA%2CCAOL%2C6BAAA%2CgBAAA%2CAAAA%2CCAGA%2C8BAAA%2CiBAAA%2CAAAA%2CCAGA%2CMAAA%2C4HAAA%2CAAAA%2CCAMA%2CmBAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAIH%2CqCACI%2CcAAA%2CwPAAA%2CAAAA%2CCAAA%22%7D */
@font-face{ font-family: 'AltoProCon-Normal';  font-display: auto;  src: url(/fileadmin/templates/fonts/AltoProCon-Normal.woff2) format('woff2'),url(/fileadmin/templates/fonts/AltoProCon-Normal.woff) format('woff'),url(/fileadmin/templates/fonts/AltoProCon-Normal.ttf) format('truetype'); }@font-face{ font-family: 'AltoProCon-Bold';  font-display: auto;  src: url(/fileadmin/templates/fonts/AltoProCon-Bold.woff2) format('woff2'),url(/fileadmin/templates/fonts/AltoProCon-Bold.woff) format('woff'),url(/fileadmin/templates/fonts/AltoProCon-Bold.ttf) format('truetype'); }strong,b{ font-family: 'AltoProCon-Bold'; }.backgroundImage,.dceFullscreenSlider .dFSSlide,.dceGallery .dGImage2,.dceGallery .dGImage3,.lazyBackgroundImage{ background-size: cover;  background-repeat: no-repeat;  background-position: center center; }.defaultTrans,.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay,#top,#top.whiteBg svg path,#top.whiteBg #quickNaviWrap,#top #mainNavi .mNClose,#top #mainNavi .mNClose svg,#top #topLangTarget,#top #topTargetFull,#top #topTargetFull #tTFContent form input[type="submit"],#top #topTargetFull #tTFClose,#top #topTargetFull #tTFClose svg,#top #mobileNaviWrap,#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after,.TickerNews,.alertDescription,.dceCards .dCCard img,.dceCardsMultiple .dCCard .dCCImageLandscape img,.dceCardsMultiple .dCCard .dCCImagePortrait img,.filter .fWrap,.filter .fWrap .fWElement.fWCheckbox label span,.filter .fWrap .fWElement.fWRadio label span,.contwiseList .cLPoi .cLPDescription{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.defaultFastTrans,.generalButton,#top #mobileNaviWrap #mobileNavi,.filter .fTitle .fTToggle:after,.filter .fWrap .fWAccHead:after,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input,#top #quickNaviWrap #langNavi,#top #quickNaviWrap #quick > div:hover path{ -webkit-transition: all 250ms ease;  -o-transition: all 250ms ease;  -webkit-transition: all 250ms ease; transition: all 250ms ease; }.shadow,#top #topTargetFull #tTFContent form input[type="submit"],.dceFactbox,.dceFactboxTour,.dceFactboxEvent,.dceFactboxEvent .dFEDate .dFEDIcon svg,.dceCards .dCCLButton,.dceCardsMultiple .dCCard,.dceVideo .dVVideoSlider .dVVideo,.filter .fWrap .fWElement .fWEInput,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap,.filter .fWrap .fWElement.fWDaterange input,.contwiseList .cLPoi,.contwiseGrid .cLPoi,.contwiseMap .contwiseMapPoi,.contwiseResults .cRWrap .cRMode,.contwiseDetail .cDData > div,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginTips .pTTip .pTTRight,.dceVideo .dVVideoNavi .dVVideo{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.textShadow,#mobileNaviTeaser .dNTSSlide .dNTSSHeadline,.mainNaviTeaser .dNTSSlide .dNTSSHeadline,.dceTeasers .dTTeaser .dTTContent a h1,.dceTeasers .dTTeaser .dTTContent a .likeH1,.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2,.dceTeasers .dTTeaser .dTTContent a h3,.dceTeasers .dTTeaser .dTTContent a .likeH3,.dceTeasers .dTTeaser .dTTContent a h4,.dceTeasers .dTTeaser .dTTContent a .likeH4,.dceTeasers .dTTeaser .dTTContent a h5,.dceTeasers .dTTeaser .dTTContent a .likeH5,.dceTeasers .dTTeaser .dTTContent a .dceUnlimited .dULabel,.dceUnlimited .dceTeasers .dTTeaser .dTTContent a .dULabel,.dceHeaderSmall .dHSFullscreen{ text-shadow: 0 0 4px #1a171b; }.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-image: url(/fileadmin/templates/images/triangle-shadow.svg);  background-size: cover;  background-position: top left;  opacity: .5; }.generalMore{ padding: 0 7px; }.generalMore span{ display: inline-block;  width: 6px;  height: 6px;  margin-right: 4px;  background-color: #fff; }.generalArrow{ display: inline-block;  width: 11px;  height: 11px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.generalButton{ font-family: 'AltoProCon-Bold';  color: #707173;  background-color: #fff;  font-weight: bold;  text-transform: uppercase;  padding: 11px 20px 11px 20px;  min-height: 52px;  display: inline-block;  line-height: 30px;  cursor: pointer; }.generalButton:hover{ color: #e2001a; }.generalButton.red{ color: #fff;  background-color: #e2001a; }.generalButton.red:hover{ color: #fff; }.generalButton svg{ margin: -10px 32px -15px 32px; }.generalButton svg polygon{ fill: #e2001a; }.font20,.redFlag,h4,.likeH4,h5,.likeH5,.dceUnlimited .dULabel,.ti_news,#mobileNaviTeaser .dNTSSlide .dNTSSSubheadline,.mainNaviTeaser .dNTSSlide .dNTSSSubheadline,.dceFactbox .dFOpeningtimes .dFOStatus.open,.dceFactbox .dFOpeningtimes .dFOStatus.closed,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo,.filter,.daterangepicker .calendar-table th,.ui-widget-content .ui-menu-item div,.contwiseList .cLPoi .cLPHighlights,.contwiseList .cLPoi .cLPDescriptionToggle,.contwiseResults .cRWrap .cRResult,.cPagebrowser ul li,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginNewsroom .pNFind input,.pluginNewsroom .pNList .pNLArticle .pNLADate,.pluginNewsroom .pNList .pNLArticle .pNLALink,.pluginCal .pCFind input,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-title,.pluginCal .pCList .pCLEvent .pCLEImage .pCLEDate{ font-size: 20px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  line-height: 150%;  letter-spacing: 1px; }.redFlag{ margin-bottom: 16px;  display: inline-block;  padding: 2px 12px 0 12px;  background-color: #e2001a;  text-transform: uppercase;  color: #fff; }.rotateCCW10{ -moz-transform: rotate(-10deg);  -webkit-transform: rotate(-10deg);  -o-transform: rotate(-10deg);  -ms-transform: rotate(-10deg);  -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }.rotateCCW15{ -moz-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg);  -o-transform: rotate(-15deg);  -ms-transform: rotate(-15deg);  -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); transform: rotate(-15deg); }.okIcon{ position: relative;  margin-left: 8px; }.okIcon:before{ position: absolute;  content: '';  width: 10px;  height: 18px;  border-bottom: 3px solid #b0c82c;  border-right: 3px solid #b0c82c;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.noscroll{ position: fixed;  overflow: hidden; }.frame-space-before-extra-small{ margin-top: 30px; }.frame-space-before-small{ margin-top: 60px; }.frame-space-before-medium{ margin-top: 90px; }.frame-space-before-large{ margin-top: 120px; }.frame-space-before-extra-large{ margin-top: 150px; }.frame-space-after-extra-small{ margin-top: 30px; }.frame-space-after-small{ margin-top: 60px; }.frame-space-after-medium{ margin-top: 90px; }.frame-space-after-large{ margin-top: 120px; }.frame-space-after-extra-large{ margin-top: 150px; }*,*:before,*:after{ padding: 0;  margin: 0;  -webkit-box-sizing: border-box;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }html{ margin: 0;  padding: 0;  overflow-x: hidden;  font-size: 62.5%; }body,nav,a,p{ margin: 0;  padding: 0; }body{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-weight: normal;  line-height: 140%;  font-size: 20px;  line-height: 150%;  letter-spacing: .5px;  color: #707173; }h1,.likeH1,h2,.likeH2,h3,.likeH3,h4,.likeH4,h5,.likeH5,.dceUnlimited .dULabel{ margin: 0;  padding: 0 0 20px;  color: #1a171b;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif; }h1.textCenter,.likeH1.textCenter,h2.textCenter,.likeH2.textCenter,h3.textCenter,.likeH3.textCenter,h4.textCenter,.likeH4.textCenter,h5.textCenter,.likeH5.textCenter,.dceUnlimited .dULabel.textCenter{ text-align: center; }h1.textRight,.likeH1.textRight,h2.textRight,.likeH2.textRight,h3.textRight,.likeH3.textRight,h4.textRight,.likeH4.textRight,h5.textRight,.likeH5.textRight,.dceUnlimited .dULabel.textRight{ text-align: right; }h1,.likeH1,h2,.likeH2{ font-size: 30px;  font-weight: bold;  letter-spacing: .5px;  text-transform: uppercase; }h1,.likeH1{ line-height: 100%; }h2,.likeH2{ line-height: 125%; }h3,.likeH3{ font-size: 24px;  line-height: 150%;  letter-spacing: 1px;  font-weight: bold; }ol,ul{ margin: 0;  padding: 0 0 0 20px; }img{ max-width: 100%;  height: auto;  width: auto; }a,a:active{ text-decoration: none;  color: #000; }a:hover{ text-decoration: none;  color: #e2001a; }*:focus,*:active{ outline: none !important; }iframe{ max-width: 100%; }caption{ font-style: italic; }.defaultTrans,.generalOverlay,#mobileNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dNTSSOverlay,.dceTeasers .dTTeaser .dTTOverlay,.dceFacts .dFImages .dFIImage .dFIIOverlay,.blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseDetail .cDImage .cDIOverlay,.dceVideo .dVVideoNavi .dVVideo .dVVOverlay,#top,#top.whiteBg svg path,#top.whiteBg #quickNaviWrap,#top #mainNavi .mNClose,#top #mainNavi .mNClose svg,#top #topLangTarget,#top #topTargetFull,#top #topTargetFull #tTFContent form input[type="submit"],#top #topTargetFull #tTFClose,#top #topTargetFull #tTFClose svg,#top #mobileNaviWrap,#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after,.TickerNews,.alertDescription,.dceCards .dCCard img,.dceCardsMultiple .dCCard .dCCImageLandscape img,.dceCardsMultiple .dCCard .dCCImagePortrait img,.filter .fWrap,.filter .fWrap .fWElement.fWCheckbox label span,.filter .fWrap .fWElement.fWRadio label span,.contwiseList .cLPoi .cLPDescription{ -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.shadow,#top #topTargetFull #tTFContent form input[type="submit"],.dceFactbox,.dceFactboxTour,.dceFactboxEvent,.dceFactboxEvent .dFEDate .dFEDIcon svg,.dceCards .dCCLButton,.dceCardsMultiple .dCCard,.dceVideo .dVVideoSlider .dVVideo,.filter .fWrap .fWElement .fWEInput,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap,.filter .fWrap .fWElement.fWDaterange input,.contwiseList .cLPoi,.contwiseGrid .cLPoi,.contwiseMap .contwiseMapPoi,.contwiseResults .cRWrap .cRMode,.contwiseDetail .cDData > div,.tx-webx-bing-search .bing_search_bar_wrap input[type="text"],.pluginTips .pTTip .pTTRight,.dceVideo .dVVideoNavi .dVVideo{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.defaultFastTrans,.generalButton,#top #mobileNaviWrap #mobileNavi,.filter .fTitle .fTToggle:after,.filter .fWrap .fWAccHead:after,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div,.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input,#top #quickNaviWrap #langNavi,#top #quickNaviWrap #quick > div:hover path{ -webkit-transition: all 250ms ease;  -o-transition: all 250ms ease;  -webkit-transition: all 250ms ease; transition: all 250ms ease; }.backgroundImage,.dceFullscreenSlider .dFSSlide,.dceGallery .dGImage2,.dceGallery .dGImage3{ background-size: cover;  background-repeat: no-repeat;  background-position: center center; }#top{ position: fixed;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding: 25px 0;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  z-index: 1000; }#top.whiteBg{ background-color: #fff;  padding: 15px 0 15px 0;  border-bottom: 1px solid #d1d1d1; }#top.whiteBg .TickerNews{ margin-top: -15px; }#top.whiteBg svg path{ fill: #000 !important; }#top.whiteBg #quickNaviWrap #quick{ background-image: url(/fileadmin/templates/images/quickNaviBg.png); }#top.whiteBg #quickNaviWrap #langNavi{ color: #000;  font-weight: bold; }#top.whiteBg #quickNaviWrap.hide{ margin-top: -100px; }#top.whiteBg #mobileTrigger{ margin-top: 8px; }#top.whiteBg #mobileTrigger .nav-icon3 span{ background-color: #000; }#top.whiteBg #mobileNaviWrap{ height: -webkit-calc(100vh - 63px); height: calc(100vh - 63px); }#top.whiteBg #mobileNaviWrap.withAlert{ height: -webkit-calc(100vh - 105px); height: calc(100vh - 105px); }#top #mainNavi{ display: none;  font-size: 20px;  font-weight: bold;  text-transform: uppercase;  letter-spacing: 1px;  margin-right: 30px;  width: 100%; }#top #mainNavi .mNClose{ position: absolute;  top: -23px;  right: 0;  width: 0;  height: 0;  overflow: hidden;  background-color: #f2f2f2;  cursor: pointer;  display: none; }#top #mainNavi .mNClose svg{ width: 24px;  height: 24px; }#top #mainNavi .mNClose svg path{ fill: #8d8d8f; }#top #mainNavi > ul{ list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  padding: 0;  margin: 0;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }#top #mainNavi > ul > li{ margin-left: 30px; }#top #mainNavi > ul > li > .mainNaviLv2{ display: none;  position: absolute;  left: 0;  right: 0;  background-color: #fff;  background-image: url(/fileadmin/templates/images/mainNaviLv2Bg.png);  background-repeat: repeat-y;  background-attachment: fixed;  border-top: 1px solid rgba(26,23,27,.2);  margin-top: 0;  font-size: 16px;  letter-spacing: 1px;  text-transform: unset;  padding: 60px 0 40px 0;  overflow: hidden; }#top #mainNavi > ul > li > .mainNaviLv2 > div{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  max-width: 1300px;  width: 100%;  margin: 0 auto; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: start;  -ms-flex-pack: start;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  width: 75%; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li{ display: block;  width: 100%;  max-width: -webkit-calc(33.33333% - 20px); max-width: calc(33.33333% - 20px);  margin-right: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li > a{ display: block;  width: 100%;  margin-bottom: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul{ padding: 0;  list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  text-transform: none;  line-height: 26px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul li:last-of-type{ margin-bottom: 17px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > ul > li ul li a{ color: #707173; }#top #mainNavi > ul > li > .mainNaviLv2 > div > div{ width: 25%;  max-width: 310px; }#top #mainNavi > ul > li > .mainNaviLv2 > div > div .dNTSSImage{ height: 310px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul{ width: 25%; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul > li{ max-width: 100%; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > ul > li a{ margin-bottom: 0; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div{ width: 75%;  max-width: 970px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .dNTSSlide.slick-slider{ opacity: 1 !important; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .dNTSSlide > div{ margin: 0 10px; }#top #mainNavi > ul > li > .mainNaviLv2.mainNaviLv2SingleCol > div > div .slick-dots{ max-width: 314px;  margin: 0 auto; }#top #mainNavi > ul > li.act > a{ color: #e2001a; }#top #mainNavi > ul > li.act .mainNaviLv2{ display: block; }#top #mainNavi > ul > li.act .mNClose{ display: none;  height: 181px;  width: 181px;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: -114px;  right: -91px; }#top #mainNavi > ul > li.act .mNClose svg{ margin-left: 100px;  margin-top: 130px;  -webkit-transform: rotate(-315deg);  -ms-transform: rotate(-315deg);  -webkit-transform: rotate(-315deg); -ms-transform: rotate(-315deg); transform: rotate(-315deg); }#top #quickNaviWrap{ width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding-bottom: 20px; }#top #quickNaviWrap #quick{ width: 100%;  margin: 0 20px 0 15px;  height: 44px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  background-image: url(/fileadmin/templates/images/quickNaviBgWhite.png);  background-repeat: no-repeat;  background-position: 84% top; }#top #quickNaviWrap #quick > div{ text-align: center;  cursor: pointer; }#top #quickNaviWrap #quick > div svg{ width: 22px;  height: 22px; }#top #quickNaviWrap #quick #contact svg{ margin-top: -4px; }#top #quickNaviWrap #langNavi{ text-align: right;  color: #fff;  height: 20px;  line-height: 120%;  cursor: pointer; }#top #logo{ width: 50%;  padding-left: 15px; }#top #logo img{ width: 69px; }#top #topLangTarget{ width: 100%;  height: 0;  overflow: hidden;  position: relative; }#top #topLangTarget .langNavi{ height: 54px;  max-width: 720px; }#top #topLangTarget .langNavi a{ color: #000;  font-weight: bold; }#top #topLangTarget .slick-dots{ left: -20px;  right: -20px;  bottom: 0;  height: 4px;  width: -webkit-calc(100% + 40px); width: calc(100% + 40px);  display: none; }#top #topLangTarget .slick-dots li{ width: 100%;  height: 4px; }#top #topLangTarget .slick-dots li button{ display: none; }#top #topLangTarget .slick-dots li.slick-active{ background-color: #e2001a; }#top #topLangTarget.act{ height: 54px;  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }#top #topLangTarget.act .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#top #topTargetFull{ width: 100%;  height: 0;  position: relative; }#top #topTargetFull #tTFContent{ overflow: hidden;  height: 0;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#top #topTargetFull #tTFContent form{ text-align: center; }#top #topTargetFull #tTFContent form input[type="text"]{ width: 82.8877005348%;  max-width: 320px;  display: inline-block;  padding: 4px;  border: 0;  font-size: 24px;  line-height: 125%;  font-weight: bold;  letter-spacing: 1px;  height: 35px;  margin-bottom: 35px; }#top #topTargetFull #tTFContent form input[type="text"]::-webkit-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]:-ms-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]::-ms-input-placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]::placeholder{ color: #8d8d8f;  opacity: 1; }#top #topTargetFull #tTFContent form input[type="text"]:-ms-input-placeholder{ color: #8d8d8f; }#top #topTargetFull #tTFContent form input[type="text"]::-ms-input-placeholder{ color: #8d8d8f; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: 39.5721925134%;  height: 52px;  font-size: 20px;  font-weight: bold;  color: #f2f2f2;  background-color: #fff;  border: 0;  letter-spacing: 1px; }#top #topTargetFull #tTFContent form input[type="submit"].actButton{ background-color: #e2001a;  color: #fff;  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 0 0 rgba(26,23,27,.2); box-shadow: 0 0 0 0 rgba(26,23,27,.2); }#top #topTargetFull #tTFContent .slick-dots{ left: -20px;  right: -20px;  bottom: 0;  height: 4px;  width: -webkit-calc(100% + 40px); width: calc(100% + 40px);  display: none; }#top #topTargetFull #tTFContent .slick-dots li{ width: 100%;  height: 4px; }#top #topTargetFull #tTFContent .slick-dots li button{ display: none; }#top #topTargetFull #tTFContent .slick-dots li.slick-active{ background-color: #e2001a; }#top #topTargetFull #tTFContent .slick-slider{ padding: 0 20px;  position: unset; }#top #topTargetFull #tTFContent .slick-slider .forecastBox{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastDay{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  width: 100%;  margin-bottom: 40px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIcon{ margin-left: 10px;  width: 76px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext{ margin-right: 10px;  width: 76px;  text-align: right;  opacity: .2;  cursor: pointer; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext img{ opacity: 0; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo{ width: -webkit-calc(100% - 172px); width: calc(100% - 172px);  line-height: 150%;  letter-spacing: 1.5px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo .forecastTemp{ font-size: 60px;  font-weight: bold;  color: #000;  line-height: 125%; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastInfo strong{ color: #000;  text-transform: uppercase; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano{ width: 100%;  margin-top: 40px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a{ line-height: 150%;  letter-spacing: 1px;  padding-left: 18px;  position: relative;  display: block;  font-weight: bold; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastPano a:hover:before{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a; }#top #topTargetFull #tTFContent .slick-slider .forecastBox img{ width: 56px;  display: inline-block; }#top #topTargetFull #tTFContent .dHCHeadline{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  width: 100%;  margin-bottom: 40px;  padding: 0 20px;  max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px); }#top #topTargetFull #tTFContent .dHCSSTitle{ text-transform: uppercase;  font-weight: bold;  letter-spacing: 1.5px;  color: #000;  margin-bottom: 20px; }#top #topTargetFull #tTFContent .dHCSSCom a{ color: #e2001a; }#top #topTargetFull #tTFClose{ position: absolute;  top: -23px;  right: 0;  width: 0;  height: 0;  overflow: hidden;  background-color: #f2f2f2;  cursor: pointer; }#top #topTargetFull #tTFClose svg{ width: 24px;  height: 24px; }#top #topTargetFull #tTFClose svg path{ fill: #8d8d8f; }#top #topTargetFull.act{ height: -webkit-calc(100vh - 139px); height: calc(100vh - 139px);  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }@supports (-webkit-appearance:none){ height: -webkit-calc(100vh - 191px); height: calc(100vh - 191px); }#top #topTargetFull.act.withAlert{ height: -webkit-calc(100vh - 181px); height: calc(100vh - 181px); }#top #topTargetFull.act #tTFClose{ height: 181px;  width: 181px;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: -114px;  right: -91px;  z-index: 100; }#top #topTargetFull.act #tTFClose svg{ margin-left: 85px;  margin-top: 130px;  -webkit-transform: rotate(-315deg);  -ms-transform: rotate(-315deg);  -webkit-transform: rotate(-315deg); -ms-transform: rotate(-315deg); transform: rotate(-315deg); }#top #topTargetFull.act #tTFContent{ height: 100%; }#top #topTargetFull.act #tTFContent .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#top #find.act svg path,#top #weather.act svg path,#top #contact.act svg path,#top #bookmark.act svg path{ fill: #e2001a; }#top #bookmark{ display: none; }#top #langNavi.act{ color: #e2001a; }#top #mobileTrigger{ width: 50%;  padding-right: 20px;  margin-top: 10px; }#top #mobileTrigger .nav-icon3{ float: right;  width: 21px;  height: 18px;  margin: 0;  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;  cursor: pointer; }#top #mobileTrigger .nav-icon3 span{ display: block;  position: absolute;  height: 3px;  width: 100%;  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -ms-transform: rotate(0deg);  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out;  background-color: #fff;  border-radius: 1px 1px 1px 1px; }#top #mobileTrigger .nav-icon3 span:nth-child(1){ top: 0; }#top #mobileTrigger .nav-icon3 span:nth-child(2),#top #mobileTrigger .nav-icon3 span:nth-child(3){ top: 7px; }#top #mobileTrigger .nav-icon3 span:nth-child(4){ top: 14px; }#top #mobileTrigger .nav-icon3.open span:nth-child(1){ top: 8px;  width: 0%;  left: 50%; }#top #mobileTrigger .nav-icon3.open span:nth-child(2){ -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #mobileTrigger .nav-icon3.open span:nth-child(3){ -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }#top #mobileTrigger .nav-icon3.open span:nth-child(4){ top: 16px;  width: 0%;  left: 50%; }#top #mobileNaviWrap{ height: -webkit-calc(100vh - 63px); height: calc(100vh - 63px);  margin-top: -200vh;  width: 100%;  overflow-x: hidden;  overflow-y: scroll;  border-top: 1px solid #f2f2f2; }#top #mobileNaviWrap #mobileNaviTeaser{ padding: 20px; }#top #mobileNaviWrap #mobileNavi{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-size: 16px;  font-weight: bold;  line-height: 163%;  letter-spacing: 1px;  text-transform: uppercase;  position: relative;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 400%; }#top #mobileNaviWrap #mobileNavi > div{ width: 100%; }#top #mobileNaviWrap #mobileNavi > div > div{ display: none; }#top #mobileNaviWrap #mobileNavi > div > div.actTree{ display: block; }#top #mobileNaviWrap #mobileNavi > a{ color: #e2001a; }#top #mobileNaviWrap #mobileNavi ul,#top #mobileNaviWrap #mobileNavi li{ padding: 0;  margin: 0;  width: 100%;  list-style-type: none;  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");  display: block; }#top #mobileNaviWrap #mobileNavi > ul ul{ height: 0;  margin-left: 100%;  z-index: -1; }#top #mobileNaviWrap #mobileNavi a{ display: inline-block;  width: -webkit-calc(100% - 30px); width: calc(100% - 30px);  min-height: 48px;  padding: 8px 20px 14px 20px; }#top #mobileNaviWrap #mobileNavi .back{ color: #e2001a; }#top #mobileNaviWrap #mobileNavi .next{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#top #mobileNaviWrap #mobileNavi .prev{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  margin-left: 22px; }#top #mobileNaviWrap #mobileNavi .prev + a{ width: -webkit-calc(100% - 50px); width: calc(100% - 50px);  color: #e2001a; }#top #mobileNaviWrap.act{ margin-top: 15px; }#top svg path{ fill: #fff; }.dceShare{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  height: 46px;  background-color: #707173;  z-index: 20; }.dceShare .shariff{ width: 80%; }.dceShare .shariff ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceShare .shariff ul > li{ width: 25%;  height: 46px;  padding: 0;  margin: 0;  border: 0 !important;  border-right: 2px solid #fff !important; }.dceShare .shariff ul > li > a{ background-color: transparent !important;  height: 46px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-align: center; }.dceShare .shariff ul > li > a svg{ margin: 0 auto; }.dceShare .shariff ul > li > a svg path{ fill: #fff; }.dceShare .dSUp,.dceShare .dSDown,.dceShare .dSPrint{ width: 20%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceShare .dSUp svg,.dceShare .dSDown svg,.dceShare .dSPrint svg{ margin: 0 auto;  height: 26px;  width: 26px; }.dceShare .dSUp svg path,.dceShare .dSDown svg path,.dceShare .dSPrint svg path{ fill: red; }.dceShare .dSPrint,.dceShare .dSDown{ display: none; }#share,.emoDetailSocials{ max-width: 1300px;  margin: 0 auto; }#share .dceShare,.emoDetailSocials .dceShare{ position: fixed;  bottom: 0;  left: 0;  right: 0; }#share .dceShare .dSUp,.emoDetailSocials .dceShare .dSUp{ display: none; }#share .dceShare .dSDown,.emoDetailSocials .dceShare .dSDown{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFullscreenSlider{ position: relative;  margin-bottom: 20px;  max-height: 100vh; }.dceFullscreenSlider .dFSSlide{ overflow: hidden;  text-align: center;  position: relative; }.dceFullscreenSlider .dFSSlide .dFSSSvg{ position: absolute;  display: none;  height: 100vh;  width: -webkit-calc(100% + 300px); width: calc(100% + 300px);  margin-left: -150px; }.dceFullscreenSlider .dFSSlide .dFSSVideo{ height: 100vh; }.dceFullscreenSlider .dFSSlide .dFSSContent{ position: absolute;  display: none;  width: 100%; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline{ padding: 0 20px; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline h1,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline .likeH1,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline h2,.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSHeadline .likeH2{ color: #fff;  padding: 0 0 25px;  margin: 0; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSTeaser{ font-size: 24px;  font-weight: bold;  line-height: 125%;  letter-spacing: 1px;  padding: 0 20px;  color: #fff; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink{ display: inline-block;  margin-top: 50px;  text-transform: uppercase;  font-weight: bold;  line-height: 150%;  letter-spacing: 1px; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink a{ color: #fff;  padding: 14px 20px;  border: 2px solid #fff; }.dceFullscreenSlider .dFSSlide .dFSSContent .dFSSLink a:hover{ color: #e2001a;  background-color: #fff; }.dceFullscreenSlider .dFSSlide .dFSSOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-color: black;  opacity: .2; }.dceFullscreenSlider .slick-dots{ bottom: 80px;  left: 15px;  right: 15px;  width: -webkit-calc(100% - 30px); width: calc(100% - 30px);  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFullscreenSlider .slick-dots li{ margin: 0 5px;  background-color: #fff;  height: 5px;  display: block;  width: 100%;  position: relative; }.dceFullscreenSlider .slick-dots li button{ display: none; }.dceFullscreenSlider .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a;  -webkit-transition: width 0ms linear;  -o-transition: width 0ms linear;  -webkit-transition: width 0ms linear; transition: width 0ms linear; }.dceFullscreenSlider .slick-dots li.slick-active:before{ width: 100%;  -webkit-transition: width 5000ms linear;  -o-transition: width 5000ms linear;  -webkit-transition: width 5000ms linear; transition: width 5000ms linear; }.dceFullscreenSlider .slick-dots li.dFSSVideoDot:before{ display: none !important; }.dceFullscreenSlider .slick-dots li.slick-active span{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }.dFSScroll{ position: absolute;  left: -webkit-calc(50% - 50px); left: calc(50% - 50px);  width: 100px;  text-align: center;  color: #fff;  text-transform: uppercase;  margin-top: -111px;  font-size: 16px;  letter-spacing: 1px;  font-weight: bold;  height: 81px;  display: none;  cursor: pointer;  z-index: 1; }.dFSScroll .dFSSLabel{ color: transparent; }.dFSScroll .dFSSLine{ left: -webkit-calc(50% - 1px); left: calc(50% - 1px);  width: 2px;  height: 0;  background-color: white;  -webkit-transition: all 3000ms ease;  -o-transition: all 3000ms ease;  -webkit-transition: all 3000ms ease; transition: all 3000ms ease;  margin: 11px auto 0 auto; }.dFSScroll > span{ display: block; }.dFSScroll.act .dFSSLine{ height: 40px; }#content,#firstContent{ margin: 20px;  max-width: 1300px; }#content .frame,#firstContent .frame,#content .generalGrid,#content .dceTeasers,#firstContent .generalGrid,#firstContent .dceTeasers{ margin-bottom: 75px; }#content .frame:last-of-type,#firstContent .frame:last-of-type,#content .generalGrid:last-of-type,#content .dceTeasers:last-of-type,#firstContent .generalGrid:last-of-type,#firstContent .dceTeasers:last-of-type{ margin-bottom: 0; }#newsletter{ margin-bottom: 20px; }#unlimited{ margin-bottom: 10px;  margin-top: 40px;  padding-top: 40px;  border-top: 1px solid #d1d1d1; }#unlimited .dceTeasers{ max-height: 0;  overflow: hidden;  -webkit-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease;  background-color: #1a171b;  padding-left: 20px;  padding-right: 20px; }#unlimited:hover .dULabel,#unlimited:hover .dUUnlimited{ color: #e2001a; }#unlimited:hover .dUArrow{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a; }#unlimited.act .dceTeasers{ max-height: 5000px; }#unlimited.act .dULabel,#unlimited.act .dUUnlimited{ color: #e2001a; }#unlimited.act .dUArrow{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }#footer{ background-color: #000;  padding: 20px;  padding-bottom: 66px;  color: #fff;  letter-spacing: 1px;  font-size: 16px; }#footer a{ color: #fff; }#footer a:hover{ color: #e2001a; }#footer .footerTop{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#footer .footerTop #fLogo{ margin: -5px 0 0 -5px; }#footer .footerTop #fLogo a{ display: block; }#footer .footerTop #fLogo a img{ width: 68px; }#footer .footerTop #toTop{ text-align: right;  text-transform: uppercase;  position: relative;  margin-right: 60px;  cursor: pointer; }#footer .footerTop #toTop > div{ position: absolute;  top: 10px;  right: -40px;  display: block;  width: 17px;  height: 17px;  border-top: 6px solid #fff;  border-right: 6px solid #fff;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  margin: 0 0 -10px 20px; }#footer .footerTop #toTop:hover{ color: #e2001a; }#footer .footerTop #toTop:hover > div{ border-top: 6px solid #e2001a;  border-right: 6px solid #e2001a; }#footer .footerCenter{ margin-top: 38px; }#footer .footerCenter #sitemap > ul,#footer .footerCenter #contact > ul,#footer .footerCenter #social > ul{ list-style-type: none;  padding: 0;  margin: 0; }#footer .footerCenter #sitemap > ul > li,#footer .footerCenter #contact > ul > li,#footer .footerCenter #social > ul > li{ font-size: 16px;  font-weight: bold;  line-height: 163%;  letter-spacing: 1px;  text-transform: uppercase; }#footer .footerCenter #sitemap > ul > li > ul,#footer .footerCenter #contact > ul > li > ul,#footer .footerCenter #social > ul > li > ul{ list-style-type: none;  padding: 0;  margin: 0;  padding: 19px 0 40px 0; }#footer .footerCenter #sitemap > ul > li > ul > li,#footer .footerCenter #contact > ul > li > ul > li,#footer .footerCenter #social > ul > li > ul > li{ font-weight: normal;  text-transform: none; }#footer .footerCenter #sitemap > ul > li > a,#footer .footerCenter #sitemap > ul > li > a:hover{ cursor: default;  color: #fff !important; }#footer .footerCenter #contactSocial a{ cursor: pointer; }#footer .footerCenter #contactSocial svg{ margin-top: 5px;  width: 30px;  height: 30px; }#footer .footerCenter #contactSocial svg path{ fill: #fff; }#footer .footerBottom ul{ list-style-type: none;  padding: 0;  margin: 0; }#footer .footerBottom ul li{ display: inline-block;  font-weight: bold;  margin-right: 20px; }#footer .footerBottom ul li a:hover{ color: #fff;  text-decoration: underline; }#alert,#findContent,#weatherContent,#contactContent,#bookmarkContent,#langNaviContent{ display: none; }#content .chosen-container-single,#content .chosen-container-multi{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }#content .chosen-container-single .chosen-single,#content .chosen-container-multi .chosen-single,#content .chosen-container-single .chosen-choices,#content .chosen-container-multi .chosen-choices{ border: 0;  background: #fff;  background-clip: unset;  -webkit-box-shadow: unset; box-shadow: unset;  -webkit-box-shadow: unset;  border-radius: unset;  font-size: 20px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  line-height: 200%;  letter-spacing: 1px;  height: 54px;  padding: 8px 20px 8px 20px;  color: #e2001a;  text-transform: uppercase; }#content .chosen-container-single .chosen-single .search-field input,#content .chosen-container-multi .chosen-single .search-field input,#content .chosen-container-single .chosen-choices .search-field input,#content .chosen-container-multi .chosen-choices .search-field input{ text-transform: uppercase;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  color: #1a171b;  letter-spacing: 1px; }#content .chosen-container-single .chosen-single b,#content .chosen-container-multi .chosen-single b,#content .chosen-container-single .chosen-choices b,#content .chosen-container-multi .chosen-choices b{ background-image: unset !important;  background: unset;  display: inline-block;  position: relative; }#content .chosen-container-single .chosen-single b:after,#content .chosen-container-multi .chosen-single b:after,#content .chosen-container-single .chosen-choices b:after,#content .chosen-container-multi .chosen-choices b:after{ position: absolute;  display: block;  content: '';  width: 9px;  height: 9px;  border-bottom: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  top: 20px; }#content .chosen-container-single .chosen-drop,#content .chosen-container-multi .chosen-drop{ border-radius: unset;  background-clip: unset;  border: 0;  -webkit-box-shadow: unset; box-shadow: unset; }#content .chosen-container-single.chosen-with-drop .chosen-single div b:after,#content .chosen-container-multi.chosen-with-drop .chosen-single div b:after{ -moz-transform: rotate(-135deg);  -webkit-transform: rotate(-135deg);  -o-transform: rotate(-135deg);  -ms-transform: rotate(-135deg);  -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }#content .chosen-container-multi .chosen-choices{ padding-left: 66px;  background-image: url(/fileadmin/templates/images/magnify.svg);  background-repeat: no-repeat;  background-position: 20px center; }#content .chosen-container-multi .chosen-choices .search-choice{ position: relative;  display: inline-block;  background: #f2f2f2;  padding: 2px 44px 2px 12px;  height: 32px;  cursor: pointer;  border-radius: 0;  border: 0;  line-height: 32px;  color: #8d8d8f; }#content .chosen-container-multi .chosen-choices .search-choice .search-choice-close{ zoom: 150%;  top: 5px;  right: 10px; }#content .chosen-container-multi.chosen-container .chosen-results{ padding-left: 66px; }#content .chosen-container-multi.chosen-container .chosen-results .result-selected{ color: #e2001a;  position: relative; }#content .chosen-container-multi.chosen-container .chosen-results .result-selected:before{ position: absolute;  content: '';  display: block;  left: -30px;  top: 15px;  width: 10px;  height: 16px;  border: solid #e2001a;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .chosen-container .chosen-results{ margin: 0;  padding: 0;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  letter-spacing: 1px;  font-size: 20px; }#content .chosen-container .chosen-results li{ min-height: 54px;  line-height: 30px;  padding: 12px 20px;  text-transform: uppercase; }#content .chosen-container .chosen-results li.highlighted{ background-color: #e2001a;  background-image: unset; }.TickerNews{ width: 100%;  margin-top: -25px;  margin-bottom: 25px;  background-color: #e2001a;  padding-top: 2px;  z-index: 1000; }.ti_wrapper{ width: 100%;  position: relative;  overflow: hidden; }.ti_slide{ width: 30000px;  position: relative;  left: 0;  top: 0; }.ti_content{ width: 8000px;  position: relative;  float: left; }.ti_news{ float: left;  color: #fff;  text-transform: uppercase;  height: 30px; }.alertDescription{ position: fixed;  z-index: -10;  opacity: 0;  visibility: hidden;  top: -100px;  bottom: 0;  left: 0;  right: 0;  padding: 110px 20px 10px 20px;  color: #fff;  font-size: 20px;  line-height: 150%;  letter-spacing: .5px; }.alertDescription .aDTeaser{ font-weight: bold;  letter-spacing: 1px;  text-transform: uppercase;  margin-bottom: 12px; }.alertDescription .aDLink{ font-weight: bold;  letter-spacing: 1px;  position: relative;  padding-left: 17px;  margin-top: 12px; }.alertDescription .aDLink:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.alertDescription .aDClose{ position: absolute;  bottom: 0;  left: 0;  right: 0;  height: 30px;  cursor: pointer; }.alertDescription .aDClose:before{ position: absolute;  display: block;  left: 50%;  bottom: 10px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.alertDescription a{ color: #fff;  text-decoration: none; }.alertDescription a:hover{ color: #fff;  text-decoration: underline; }.alertDescription.act{ z-index: 10;  opacity: 1;  visibility: visible;  background-color: #e2001a; }#mobileNaviTeaser,.mainNaviTeaser{ background-color: #f8f8f8; }#mobileNaviTeaser .dNTHeadline,.mainNaviTeaser .dNTHeadline{ color: #e2001a;  font-weight: bold;  line-height: 163%;  font-size: 16px;  letter-spacing: 1px;  text-transform: uppercase;  padding-bottom: 20px; }#mobileNaviTeaser .dNTSlider.slick-slider,.mainNaviTeaser .dNTSlider.slick-slider{ margin-bottom: 24px; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots{ bottom: -24px;  left: -5px;  right: -5px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li{ margin: 0 5px;  background-color: #fff;  height: 5px;  display: block;  width: 100%;  position: relative; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li button,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li button{ display: none; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li:before{ content: '';  display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active:before{ width: 100%; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.dFSSVideoDot:before,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.dFSSVideoDot:before{ display: none !important; }#mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active span,.mainNaviTeaser .dNTSlider.slick-slider .slick-dots li.slick-active span{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 0%;  background-color: #e2001a; }#mobileNaviTeaser .dNTSSlide,.mainNaviTeaser .dNTSSlide{ position: relative; }#mobileNaviTeaser .dNTSSlide .dNTSSImage,.mainNaviTeaser .dNTSSlide .dNTSSImage,#mobileNaviTeaser .dNTSSlide .dNTSSContent,.mainNaviTeaser .dNTSSlide .dNTSSContent{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center; }#mobileNaviTeaser .dNTSSlide .dNTSSHeadline,.mainNaviTeaser .dNTSSlide .dNTSSHeadline{ color: #fff;  font-size: 24px;  font-weight: bold;  line-height: 125%;  letter-spacing: 1px;  text-transform: uppercase;  padding: 40px 40px 0 40px; }#mobileNaviTeaser .dNTSSlide .dNTSSSubheadline,.mainNaviTeaser .dNTSSlide .dNTSSSubheadline{ color: #fff;  text-transform: uppercase;  display: inline-block;  background-color: #e2001a;  margin: 12px 40px;  padding: 0 12px; }#mobileNaviTeaser .dNTSSlide .dNTSSLink,.mainNaviTeaser .dNTSSlide .dNTSSLink{ position: absolute;  left: 40px;  bottom: 37px; }.mainNaviTeaser .dNTSSlide{ height: 310px; }.dceTeasers .dTTeaser{ position: relative;  margin-bottom: 20px;  width: 100%;  overflow: hidden; }.dceTeasers .dTTeaser .generalMore span{ -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.dceTeasers .dTTeaser > div{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceTeasers .dTTeaser .dTTImage{ z-index: 0;  background-size: cover;  background-position: center center; }.dceTeasers .dTTeaser .dTTContent{ display: block;  z-index: 10; }.dceTeasers .dTTeaser .dTTContent a{ display: block;  padding: 40px;  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceTeasers .dTTeaser .dTTContent a h1,.dceTeasers .dTTeaser .dTTContent a .likeH1,.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2,.dceTeasers .dTTeaser .dTTContent a h3,.dceTeasers .dTTeaser .dTTContent a .likeH3,.dceTeasers .dTTeaser .dTTContent a h4,.dceTeasers .dTTeaser .dTTContent a .likeH4,.dceTeasers .dTTeaser .dTTContent a h5,.dceTeasers .dTTeaser .dTTContent a .likeH5,.dceTeasers .dTTeaser .dTTContent a .dceUnlimited .dULabel,.dceUnlimited .dceTeasers .dTTeaser .dTTContent a .dULabel{ color: #fff;  font-size: 24px;  font-weight: bold;  line-height: 30px;  letter-spacing: 1px;  text-transform: uppercase;  margin: 3px 0; }.dceTeasers .dTTeaser .dTTContent a h2,.dceTeasers .dTTeaser .dTTContent a .likeH2{ font-size: 40px !important;  line-height: 125% !important;  letter-spacing: 1px; }.dceTeasers .dTTeaser .dTTContent a .dTTCDateText{ display: inline-block;  font-weight: bold;  padding: 0 12px;  background-color: #e2001a;  font-size: 20px;  line-height: 34px;  color: #fff;  margin: 3px 0; }.dceTeasers .dTTeaser .dTTContent a .dTTCTeaser{ display: none;  margin-top: -10px;  margin-bottom: 10px;  color: #fff;  text-shadow: 0 0 4px #1a171b; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink{ position: absolute;  bottom: 40px;  left: 40px; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink a{ display: inline-block; }.dceTeasers .dTTeaser .dTTContent a .dTTCLink .dTTCLLabel{ padding-left: 10px;  color: #fff;  letter-spacing: 1px;  line-height: 30px;  font-weight: bold; }.dceTeasers .dTTeaser.col-12-12{ min-height: 465px; }.dceTeasers .dTTeaser.col-6-12,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser,.dceTeasers .cDDContent > div.dTTeaser,.dceTeasers .dTTeaser.col-3-12{ min-height: 310px; }.dceTeasers .dTTeaser:hover .generalMore span{ background-color: #e2001a; }.dceTextContent h3,.dceTextContent .likeH3,.dceTextContent h4,.dceTextContent .likeH4,.dceTextContent h5,.dceTextContent .likeH5,.dceTextContent .dceUnlimited .dULabel,.dceUnlimited .dceTextContent .dULabel{ max-width: 50%; }.dceTextContent .dTCPPolySvg{ display: none; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 300px; }.dTCPPSmall{ display: none; }.dceFacts .dFLink{ margin: 40px 0; }.dceFacts .dFImages{ margin-bottom: 74px; }.dceFacts .dFImages .dFIImage{ position: relative;  height: -webkit-calc(100vw - 40px); height: calc(100vw - 40px);  max-height: 480px;  text-align: center; }.dceFacts .dFImages .dFIImage .dFIIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover; }.dceFacts .dFImages .dFIImage svg{ height: 100%;  width: 100%;  max-width: 480px;  max-height: 480px; }.dceFacts .dFImages .slick-dots{ bottom: -20px;  height: 4px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  background-color: #f2f2f2; }.dceFacts .dFImages .slick-dots li{ width: 100%;  height: 4px;  margin: 0; }.dceFacts .dFImages .slick-dots li button{ display: none; }.dceFacts .dFImages .slick-dots li.slick-active{ background-color: #e2001a; }.dceFacts .dFImages.act{ height: 54px;  margin-bottom: 24px;  border-bottom: 1px solid #f2f2f2; }.dceFacts .dFImages.act .slick-dots{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.dceFacts .dFIInfo.slick-slide{ padding: 0 4px;  margin: 0; }.dceFactsParallax{ display: none; }.dceFactsParallax .dFPScreen{ min-height: 100vh;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  min-height: 456px; }.dceFactsParallax .dFPScreen > div .dFPSNavigation,.dceFactsParallax .dFPScreen > div .dFPSContent,.dceFactsParallax .dFPScreen > div .dFPSImage,.dceFactsParallax .dFPScreen > div .dFPSAnchor{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSContent{ width: 38.4615384615%; }.dceFactsParallax .dFPScreen > div .dFPSContent .dFPSCLink{ margin-top: 40px; }.dceFactsParallax .dFPScreen > div .dFPSImage{ width: 40.7692307692%;  height: auto; }.dceFactsParallax .dFPScreen > div .dFPSImage .dFPSIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover; }.dceFactsParallax .dFPScreen > div .dFPSImage .dFPSIFixed.act{ position: fixed !important; }.dceFactsParallax .dFPScreen > div .dFPSNavigation{ width: 4px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSNavigation > div{ height: 180px;  width: 4px; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed{ background-color: #f2f2f2;  height: 180px;  width: 4px;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed > span{ height: 100%; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed > span.act{ background-color: #e2001a; }.dceFactsParallax .dFPScreen > div .dFPSNavigation .dFPSNFixed.act{ position: fixed !important; }.dceNewsletter{ min-height: 800px;  background-image: url(/fileadmin/templates/images/newsletterBg.svg);  background-position: left center;  background-repeat: no-repeat;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding: 20px;  color: #fff; }.dceNewsletter h1,.dceNewsletter .likeH1,.dceNewsletter h2,.dceNewsletter .likeH2,.dceNewsletter h3,.dceNewsletter .likeH3,.dceNewsletter h4,.dceNewsletter .likeH4,.dceNewsletter h5,.dceNewsletter .likeH5,.dceNewsletter .dceUnlimited .dULabel,.dceUnlimited .dceNewsletter .dULabel,.dceNewsletter a{ color: #fff;  font-weight: bold; }.dceNewsletter input,.dceNewsletter select{ background: transparent;  border: 0;  line-height: 22px;  color: #fff;  text-decoration: underline; }.dceNewsletter input::-webkit-input-placeholder,.dceNewsletter select::-webkit-input-placeholder{ color: #707173;  text-decoration: underline;  -webkit-text-decoration-color: #707173;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input:-ms-input-placeholder,.dceNewsletter select:-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input::-ms-input-placeholder,.dceNewsletter select::-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input::placeholder,.dceNewsletter select::placeholder{ color: #707173;  text-decoration: underline;  -webkit-text-decoration-color: #707173;  -moz-text-decoration-color: #707173; text-decoration-color: #707173;  opacity: 1; }.dceNewsletter input:-ms-input-placeholder,.dceNewsletter select:-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173; }.dceNewsletter input::-ms-input-placeholder,.dceNewsletter select::-ms-input-placeholder{ color: #707173;  text-decoration: underline;  -moz-text-decoration-color: #707173; text-decoration-color: #707173; }.dceNewsletter input#newsletterEmail,.dceNewsletter select#newsletterEmail{ min-width: 175px; }.dceNewsletter select{ color: #707173; }.dceNewsletter #newsletterSubmit{ margin-top: 35px; }.dceUnlimited{ text-align: center;  cursor: pointer; }.dceUnlimited .dULabel{ padding: 0; }.dceUnlimited .dUArrow{ border-top: 4px solid #1a171b;  border-right: 4px solid #1a171b;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.dceUnlimited .dUUnlimited{ background-color: #1a171b;  color: #fff;  margin-top: 10px;  line-height: 40px;  letter-spacing: 4px; }.dcePolygonText .dPTPoly{ display: none;  width: 640px;  height: 323px;  position: relative; }.dcePolygonText .dPTPoly > svg{ position: absolute;  -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }.dcePolygonText .dPTPoly > svg#dPTPolyLowerLeft{ top: 181px;  left: 63px; }.dcePolygonText .dPTPoly > svg#dPTPolyUpperLeft{ top: 77px;  left: 95px; }.dcePolygonText .dPTPoly > svg#dPTCenterRight{ left: 285px;  top: 77px; }.dcePolygonText .dPTPoly > svg#dPTCenter{ left: 223px;  top: 77px; }.dcePolygonText.act .dPTPoly > svg#dPTPolyLowerLeft{ left: 0; }.dcePolygonText.act .dPTPoly > svg#dPTPolyUpperLeft{ top: 0;  left: 32px; }.dcePolygonText.act .dPTPoly > svg#dPTCenterRight{ left: 498px; }#header{ min-height: 150px; }.dceHeaderSmall{ overflow: hidden;  margin-bottom: 30px; }.dceHeaderSmall .dHSFullscreen{ color: #fff; }.dceHeaderSmall .dHSFullscreen h1,.dceHeaderSmall .dHSFullscreen .likeH1,.dceHeaderSmall .dHSFullscreen h2,.dceHeaderSmall .dHSFullscreen .likeH2,.dceHeaderSmall .dHSFullscreen h3,.dceHeaderSmall .dHSFullscreen .likeH3,.dceHeaderSmall .dHSFullscreen h4,.dceHeaderSmall .dHSFullscreen .likeH4,.dceHeaderSmall .dHSFullscreen h5,.dceHeaderSmall .dHSFullscreen .likeH5,.dceHeaderSmall .dHSFullscreen .dceUnlimited .dULabel,.dceUnlimited .dceHeaderSmall .dHSFullscreen .dULabel{ color: #fff; }.dceHeaderSmall .dHSFullscreen iframe{ max-width: none !important; }.dceHeaderSmall h1,.dceHeaderSmall .likeH1{ margin-top: 30px; }.dceHeaderSmall .dHSImage{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-orient: vertical;  -webkit-box-direction: normal;  -ms-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceHeaderSmall .dHSImage > div{ padding: 0 20px; }.dceHeaderSmall .dHSLink{ margin-top: 20px; }.dceHeaderSmall .dHSSmall{ margin: 0 -20px 20px -20px; }.dceHeaderSmall .dHSMargin{ padding: 10px 20px 0 20px; }.dceHeaderSmall .dHSMargin > div{ max-width: 650px; }.dceBackOverview span{ background-color: #e2001a;  color: #fff;  margin-right: 20px; }.dceBackOverview span:hover{ color: #fff; }.dceFactbox{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactbox h3,.dceFactbox .likeH3{ text-transform: uppercase; }.dceFactbox .dFOpeningtimes{ margin-top: 20px; }.dceFactbox .dFOpeningtimes .dFOStatus.open,.dceFactbox .dFOpeningtimes .dFOStatus.closed{ margin-top: 14px;  display: inline-block;  padding: 2px 12px;  color: #fff;  text-transform: uppercase; }.dceFactbox .dFOpeningtimes .dFOStatus.open{ background-color: #b0c82c; }.dceFactbox .dFOpeningtimes .dFOStatus.closed{ background-color: #e2001a; }.dceFactbox a,.dceFactbox .dFFax{ color: #e2001a; }.dceFactboxTour{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactboxTour h3,.dceFactboxTour .likeH3{ text-transform: uppercase; }.dceFactboxTour .dFTStats{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.dceFactboxTour .dFTStats > div{ width: 50%;  margin-bottom: 20px; }.dceFactboxTour .dFTStats > div svg polygon{ fill: #8d8d8f; }.dceFactboxTour .dFTStats > div.dFTDifficulty1{ color: #b0c82c; }.dceFactboxTour .dFTStats > div.dFTDifficulty1 svg polygon{ fill: #b0c82c; }.dceFactboxTour .dFTStats > div.dFTDifficulty2{ color: #e2a000; }.dceFactboxTour .dFTStats > div.dFTDifficulty2 svg polygon{ fill: #e2a000; }.dceFactboxTour .dFTStats > div.dFTDifficulty3{ color: #e2001a; }.dceFactboxTour .dFTStats > div.dFTDifficulty3 svg polygon{ fill: #e2001a; }.dceFactboxTour > div span{ display: inline-block;  min-width: 140px; }.dceFactboxTour .dFTLink{ text-align: right;  margin-top: 33px; }.dceFactboxTour .dFTLink span{ background-color: #e2001a;  color: #fff; }.dceFactboxEvent{ padding: 20px;  max-width: 420px;  width: 100%;  margin-bottom: 20px; }.dceFactboxEvent a{ color: #e2001a; }.dceFactboxEvent h3,.dceFactboxEvent .likeH3{ text-transform: uppercase; }.dceFactboxEvent .dFEDate{ margin-top: 20px;  text-transform: uppercase; }.dceFactboxEvent .dFEDate .dFEDIcon{ text-align: right; }.dceFactboxEvent .dFEDate .dFEDIcon svg{ margin-top: 20px;  padding: 6px;  height: 52px;  width: 52px; }.dceFactboxEvent .dFEDate .dFEDIcon svg polygon{ fill: #e2001a; }.dceGallery .dGImage2,.dceGallery .dGImage3{ overflow: hidden;  margin-bottom: 20px;  position: relative; }.dceGallery .dGImage2:hover .generalOverlay,.dceGallery .dGImage2:hover #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .dceGallery .dGImage2:hover .dNTSSOverlay,.dceGallery .dGImage2:hover .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dceGallery .dGImage2:hover .dNTSSOverlay,.dceGallery .dGImage2:hover .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .dceGallery .dGImage2:hover .dTTOverlay,.dceGallery .dGImage2:hover .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .dceGallery .dGImage2:hover .dFIIOverlay,.dceGallery .dGImage2:hover .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .dceGallery .dGImage2:hover .bSEOverlay,.dceGallery .dGImage2:hover .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .dceGallery .dGImage2:hover .clPOverlay,.dceGallery .dGImage2:hover .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .dceGallery .dGImage2:hover .clPOverlay,.dceGallery .dGImage2:hover .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .dceGallery .dGImage2:hover .cMPIOverlay,.dceGallery .dGImage2:hover .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .dceGallery .dGImage2:hover .cDIOverlay,.dceGallery .dGImage2:hover .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .dceGallery .dGImage2:hover .dVVOverlay,.dceGallery .dGImage3:hover .generalOverlay,.dceGallery .dGImage3:hover #mobileNaviTeaser .dNTSSlide .dNTSSOverlay,#mobileNaviTeaser .dNTSSlide .dceGallery .dGImage3:hover .dNTSSOverlay,.dceGallery .dGImage3:hover .mainNaviTeaser .dNTSSlide .dNTSSOverlay,.mainNaviTeaser .dNTSSlide .dceGallery .dGImage3:hover .dNTSSOverlay,.dceGallery .dGImage3:hover .dceTeasers .dTTeaser .dTTOverlay,.dceTeasers .dTTeaser .dceGallery .dGImage3:hover .dTTOverlay,.dceGallery .dGImage3:hover .dceFacts .dFImages .dFIImage .dFIIOverlay,.dceFacts .dFImages .dFIImage .dceGallery .dGImage3:hover .dFIIOverlay,.dceGallery .dGImage3:hover .blogSlider .bsEntry .bSEImageWrap .bSEOverlay,.blogSlider .bsEntry .bSEImageWrap .dceGallery .dGImage3:hover .bSEOverlay,.dceGallery .dGImage3:hover .contwiseList .cLPoi .cLPImage .clPOverlay,.contwiseList .cLPoi .cLPImage .dceGallery .dGImage3:hover .clPOverlay,.dceGallery .dGImage3:hover .contwiseGrid .cLPoi .cLPImage .clPOverlay,.contwiseGrid .cLPoi .cLPImage .dceGallery .dGImage3:hover .clPOverlay,.dceGallery .dGImage3:hover .contwiseMap .contwiseMapPoi > div .cMPImage .cMPIOverlay,.contwiseMap .contwiseMapPoi > div .cMPImage .dceGallery .dGImage3:hover .cMPIOverlay,.dceGallery .dGImage3:hover .contwiseDetail .cDImage .cDIOverlay,.contwiseDetail .cDImage .dceGallery .dGImage3:hover .cDIOverlay,.dceGallery .dGImage3:hover .dceVideo .dVVideoNavi .dVVideo .dVVOverlay,.dceVideo .dVVideoNavi .dVVideo .dceGallery .dGImage3:hover .dVVOverlay{ opacity: 0;  -moz-transform: scale(1.2);  -webkit-transform: scale(1.2);  -o-transform: scale(1.2);  -ms-transform: scale(1.2);  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }.dceGallery .dGImage2 a,.dceGallery .dGImage3 a{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  display: block;  width: 100%;  height: 100%; }.dceCards h2,.dceCards .likeH2,.dceCards h3,.dceCards .likeH3{ max-width: 60%; }.dceCards .dCCLButton{ margin: 20px 0; }.dceCards .dCCard{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.dceCards .dCCard > div{ width: 100%; }.dceCards .dCCard .dCCImageLandscape{ margin: 0 20px;  max-height: 480px;  max-width: 480px;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard .dCCImagePortrait{ margin: 0 40px;  max-height: 480px;  max-width: 480px;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard .dCCImagePortrait img{ max-height: 480px; }.dceCards .dCCard img{ opacity: 0; }.dceCards .dCCard img.show{ opacity: 1; }.dceCardsMultiple .dCCard{ padding: 20px; }.dceCardsMultiple .dCCard .dCCImageLandscape,.dceCardsMultiple .dCCard .dCCImagePortrait{ margin-left: -10px;  margin-right: -10px;  margin-bottom: 20px;  max-height: 480px;  max-width: 480px; }.dceCardsMultiple .dCCard .dCCLink{ margin-top: 20px; }.dceInfoBites .dIBContent .dIBCText{ margin-bottom: 16px;  font-family: 'AltoProCon-Bold';  text-transform: uppercase;  display: inline-block;  letter-spacing: 1px; }.dceInfoBites .dIBContent .dIBCText.dIBCRedBg{ padding: 2px 12px 0 12px;  color: #fff;  background-color: #e2001a; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack{ font-size: 24px;  line-height: 125%;  color: #1a171b; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack strong{ color: #e2001a; }.dceInfoBites .dIBContent .dIBCLink{ margin-bottom: 20px; }.dceVideo{ overflow: hidden; }.dceVideo .dceVideoBg{ display: none; }.dceVideo .dVVideoSlider{ margin: 0 -20px;  padding: 0 20px; }.dceVideo .dVVideoSlider .slick-track{ padding-bottom: 10px; }.dceVideo .dVVideoSlider .dVVideo{ margin: 0 10px; }.dceVideo .dVVideoSlider .dVVideo h3,.dceVideo .dVVideoSlider .dVVideo .likeH3{ padding: 20px;  margin: 0; }.dceVideo .dVVideoSlider .dVVideo .dVVOverlayNew{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.dceVideo .slick-dots{ bottom: -20px;  height: 4px;  width: 100%;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  background-color: #f2f2f2; }.dceVideo .slick-dots li{ width: 100%;  height: 4px;  margin: 0; }.dceVideo .slick-dots li button{ display: none; }.dceVideo .slick-dots li.slick-active{ background-color: #e2001a; }.dceVideo .dVVideoNavi{ display: none; }#content .tx-wc-forecast{ margin: 0 -20px;  min-width: -webkit-calc(100% + 40px); min-width: calc(100% + 40px);  position: relative; }#content .tx-wc-forecast .forecastContentNavi{ display: none;  padding: 40px 20px 0 20px;  max-width: 1300px;  margin: 0 auto;  font-size: 20px;  letter-spacing: 1px;  text-transform: uppercase; }#content .tx-wc-forecast .forecastContentNavi .slick-slide span{ display: block;  margin: 0 10px;  padding: 20px 0;  border-top: 4px solid #8d8d8f;  font-family: 'AltoProCon-Bold';  cursor: pointer; }#content .tx-wc-forecast .forecastContentNavi .slick-slide.slick-current span{ border-top: 4px solid #e2001a;  color: #e2001a; }#content .tx-wc-forecast .forecastContentNavi .slick-prev,#content .tx-wc-forecast .forecastContentNavi .slick-next{ top: 78px; }#content .tx-wc-forecast .forecastContentNavi .slick-prev:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-left: 4px solid #8d8d8f;  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }#content .tx-wc-forecast .forecastContentNavi .slick-next:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #8d8d8f;  border-right: 4px solid #8d8d8f;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .tx-wc-forecast .forecastContentSlider .forecastBg{ padding: 0; }#content .tx-wc-forecast .forecastBg{ padding: 0 20px;  min-height: 472px;  background-size: cover;  background-position: left top;  color: #fff;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#content .tx-wc-forecast .forecastBg a{ color: #fff; }#content .tx-wc-forecast .forecastBg h3,#content .tx-wc-forecast .forecastBg .likeH3{ text-transform: uppercase;  color: #fff;  font-size: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2{ padding-bottom: 100px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity{ padding: 20px;  max-width: 1300px;  margin: 0 auto; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow{ display: none;  text-align: center; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow h3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow .likeH3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow h3,#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow .likeH3{ padding-bottom: 0; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCIcon{ width: 56px;  margin-left: 11px;  margin-right: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo{ width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo strong{ font-weight: normal;  text-transform: uppercase; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCInfo .fCITemp{ font-family: 'AltoProCon-Bold';  font-size: 60px;  line-height: 60px;  margin-top: 20px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCForecast{ display: none;  width: -webkit-calc(100% - 300px); width: calc(100% - 300px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCWebcam{ font-weight: bold;  padding-left: 18px;  position: relative;  display: block;  margin-top: 40px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCWebcam:before{ position: absolute;  display: block;  left: 0;  top: -webkit-calc(50% - 6px); top: calc(50% - 6px);  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #fff;  border-right: 4px solid #fff;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#content .tx-wc-forecast #forecastSelect_chosen{ position: absolute;  bottom: 64px;  left: 20px;  min-width: 334px; }.blogSlider{ margin-left: -10px;  margin-right: -10px; }.blogSlider .bsEntry{ min-height: 552px;  padding-bottom: 50px;  position: relative;  margin: 0 10px 24px 10px; }.blogSlider .bsEntry .bSEImageWrap{ position: relative;  height: 310px; }.blogSlider .bsEntry .bSEImageWrap .bSEImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center; }.blogSlider .bsEntry .bSEImageWrap h5,.blogSlider .bsEntry .bSEImageWrap .likeH5,.blogSlider .bsEntry .bSEImageWrap .dceUnlimited .dULabel,.dceUnlimited .blogSlider .bsEntry .bSEImageWrap .dULabel{ position: absolute;  z-index: 10;  display: inline-block;  margin: 40px;  background-color: #e2001a;  padding: 3px 12px;  text-transform: uppercase;  color: #fff; }.blogSlider .bsEntry .bSEImageWrap h5 a,.blogSlider .bsEntry .bSEImageWrap .likeH5 a,.blogSlider .bsEntry .bSEImageWrap .dceUnlimited .dULabel a,.dceUnlimited .blogSlider .bsEntry .bSEImageWrap .dULabel a{ color: #fff; }.blogSlider .bsEntry .bSEImageWrap .bSEOverlay{ z-index: 5; }.blogSlider .bsEntry .bSEImageWrap .bSEOverlay a{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.blogSlider .bsEntry .bSETeaser{ padding: 20px 20px 0 20px;  font-weight: bold;  text-transform: uppercase;  color: #1a171b; }.blogSlider .bsEntry .bSEDate{ padding: 0 20px;  color: #8d8d8f; }.blogSlider .bsEntry .bSERating{ position: absolute;  bottom: 23px;  left: 20px;  right: 20px; }.blogSlider .bsEntry .bSERating > img{ margin-left: -12px;  display: inline; }.blogSlider .bsEntry .bSEAuthorSmall,.blogSlider .bsEntry .bSEAuthorBig{ display: none; }.blogSlider.blogSliderWithAvatar .bSEAuthorSmall{ display: block;  position: absolute;  left: 20px;  margin-top: 20px;  width: 40px;  height: 40px; }.blogSlider.blogSliderWithAvatar .bSETeaser,.blogSlider.blogSliderWithAvatar .bSEDate{ padding-left: 80px; }.blogSlider.blogSliderWithAvatar .bSERating{ left: 80px; }.blogSlider .slick-dots{ width: 100%;  bottom: -4px;  height: 4px;  background-color: #fff;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.blogSlider .slick-dots li{ background-color: #f2f2f2;  margin: 0 10px;  height: 4px;  width: 100%;  margin: 0; }.blogSlider .slick-dots li button{ display: none; }.blogSlider .slick-dots li.slick-active{ background-color: #e2001a; }.blogSlider.slick-dotted.slick-slider{ margin-bottom: 150px; }.filter{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  text-transform: uppercase;  margin-bottom: 20px; }.filter .fCurrent{ color: #1a171b; }.filter .fCurrent .fCTarget{ color: #8d8d8f; }.filter .fCurrent .fCTarget span{ position: relative;  display: inline-block;  background-color: #f2f2f2;  padding: 2px 44px 2px 12px;  height: 32px;  cursor: pointer;  margin-bottom: 5px; }.filter .fCurrent .fCTarget span:after,.filter .fCurrent .fCTarget span:before{ position: absolute;  right: 21px;  top: 8px;  display: block;  content: '';  height: 15px;  width: 3px;  background-color: #8d8d8f; }.filter .fCurrent .fCTarget span:before{ -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.filter .fCurrent .fCTarget span:after{ -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.filter .fTitle{ text-align: right;  color: #e2001a; }.filter .fTitle .fTToggle{ position: relative;  display: inline-block;  padding-right: 18px;  cursor: pointer; }.filter .fTitle .fTToggle:after{ position: absolute;  display: block;  right: 0;  top: 7px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.filter .fTitle .fTToggle.tFHide:after{ top: 10px;  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }.filter .fWrap{ width: 100%;  display: none;  margin-top: 20px; }.filter .fWrap .fWAccHead{ color: #1a171b;  position: relative;  cursor: pointer;  padding: 10px 0; }.filter .fWrap .fWAccHead:after{ position: absolute;  display: block;  right: 0;  top: 15px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #1a171b;  border-right: 4px solid #1a171b;  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg);  -ms-transform: rotate(135deg);  -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }.filter .fWrap .fWAccHead.act:after{ -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg);  -ms-transform: rotate(315deg);  -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }.filter .fWrap .fWAccContent{ display: none; }.filter .fWrap .fWAccContent .chosen-container{ width: 100% !important; }.filter .fWrap .ui-corner-all{ border-bottom-right-radius: 0;  border-bottom-left-radius: 0;  border-top-right-radius: 0;  border-top-left-radius: 0; }.filter .fWrap .ui-slider{ border: 0;  background: #f8f8f8;  height: 8px;  margin-bottom: 22px;  padding: 0 !important; }.filter .fWrap .ui-slider .ui-slider-handle{ width: 52px;  height: 52px;  border-radius: 26px;  top: -22px;  margin-left: -26px;  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 8px 0 rgba(26,23,27,.2); box-shadow: 0 0 8px 0 rgba(26,23,27,.2);  border: 0;  background-color: #fff; }.filter .fWrap .ui-slider .ui-slider-range{ background-color: #e2001a; }.filter .fWrap .fWElement{ padding: 20px; }.filter .fWrap .fWElement .fWEInput{ padding: 8px 20px 14px 20px;  height: 52px; }.filter .fWrap .fWElement .fWEInput label{ display: block;  font-size: 10px;  line-height: 10px;  letter-spacing: .63px;  color: #8d8d8f;  margin: 0; }.filter .fWrap .fWElement .fWEInput input{ height: 20px;  background-color: transparent;  border: 0;  line-height: 20px;  color: #e2001a; }.filter .fWrap .fWElement .fWSValues{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  color: #f2f2f2;  margin: 20px 0 32px 0; }.filter .fWrap .fWElement.fWSliderSingle .fWSValues{ -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.filter .fWrap .fWElement.fWCheckbox{ max-height: 330px;  overflow: visible; }.filter .fWrap .fWElement.fWCheckbox label{ position: relative;  cursor: pointer;  color: #1a171b;  padding-left: 60px;  padding-top: 7px;  margin-top: 22px;  background-repeat: no-repeat;  background-position: 60px 0; }.filter .fWrap .fWElement.fWCheckbox label.fWCIcon{ padding-left: 110px; }.filter .fWrap .fWElement.fWCheckbox label.fWCQuality{ padding-top: 0; }.filter .fWrap .fWElement.fWCheckbox label input{ position: absolute;  right: 0;  opacity: 0; }.filter .fWrap .fWElement.fWCheckbox label span{ position: absolute;  left: 0;  top: 0;  display: inline-block;  width: 40px;  height: 40px;  border: 2px solid #f8f8f8; }.filter .fWrap .fWElement.fWCheckbox label input:checked ~ span{ background-color: #e2001a;  border: 2px solid #e2001a; }.filter .fWrap .fWElement.fWCheckbox label input:checked ~ span:after{ position: absolute;  content: '';  display: block;  left: 13px;  top: 7px;  width: 10px;  height: 16px;  border: solid white;  border-width: 0 3px 3px 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.filter .fWrap .fWElement.fWRadio label{ position: relative;  cursor: pointer;  color: #1a171b;  padding-left: 60px;  padding-top: 7px;  margin-top: 22px;  background-repeat: no-repeat;  background-position: 60px 0; }.filter .fWrap .fWElement.fWRadio label.fWCIcon{ padding-left: 110px; }.filter .fWrap .fWElement.fWRadio label.fWCQuality{ padding-top: 0; }.filter .fWrap .fWElement.fWRadio label input{ position: absolute;  right: 0;  opacity: 0; }.filter .fWrap .fWElement.fWRadio label span{ position: absolute;  left: 0;  top: 0;  display: inline-block;  width: 40px;  height: 40px;  border: 2px solid #f8f8f8;  border-radius: 20px; }.filter .fWrap .fWElement.fWRadio label input:checked ~ span{ background-color: #e2001a;  border: 2px solid #e2001a; }.filter .fWrap .fWElement.fWRadio label input:checked ~ span:after{ position: absolute;  content: '';  display: block;  left: 0;  top: 0;  width: 36px;  height: 36px;  border: 2px solid #fff;  border-radius: 18px; }.filter .fWrap .fWElement.fWMultiselect select,.filter .fWrap .fWElement.fWLocation select,.filter .fWrap .fWElement.fWSelect select{ width: 100%; }.filter .fWrap .fWElement.fWMultiselect .fWLInfo,.filter .fWrap .fWElement.fWLocation .fWLInfo,.filter .fWrap .fWElement.fWSelect .fWLInfo{ font-size: 10px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  line-height: 10px;  letter-spacing: .63px;  margin: 20px 0;  color: #8d8d8f; }.filter .fWrap .fWElement.fWMultiselect .fWLCity .chosen-single,.filter .fWrap .fWElement.fWLocation .fWLCity .chosen-single,.filter .fWrap .fWElement.fWSelect .fWLCity .chosen-single{ padding-left: 66px !important;  background-image: url(/fileadmin/templates/images/magnify.svg) !important;  background-repeat: no-repeat !important;  background-position: 20px center !important; }.filter .fWrap .fWElement.fWMultiselect .fWLCity .chosen-single.chosen-default,.filter .fWrap .fWElement.fWLocation .fWLCity .chosen-single.chosen-default,.filter .fWrap .fWElement.fWSelect .fWLCity .chosen-single.chosen-default{ color: #1a171b !important; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap{ height: 52px;  color: #8d8d8f;  padding-left: 20px;  background-image: url(/fileadmin/templates/images/magnifyRed.svg);  background-repeat: no-repeat;  background-position: right 20px center; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap div{ padding-top: 12px;  height: 30px; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap input{ border: 0;  background-color: transparent;  height: 14px;  padding: 0 0 4px;  width: 100%;  text-transform: uppercase; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap.act div{ font-size: 10px;  line-height: 10px;  height: 18px; }.filter .fWrap .fWElement.fWAutocomplete .fWAWrap.act input{ height: 30px;  padding: 0 0 14px; }.filter .fWrap .fWElement.fWDaterange input{ width: 100%;  padding: 12px 10px 8px 66px;  background-image: url(/fileadmin/templates/images/calendar.svg) !important;  background-repeat: no-repeat !important;  background-position: 12px center !important;  border: 0;  line-height: 32px;  color: #e2001a; }.filter .fWrap .fWElement.fWReset{ color: #f2f2f2;  padding: 10px 0; }.filter .fWrap .fWElement.fWReset div.act{ color: #e2001a; }.daterangepicker{ border: 0;  border-radius: 0;  font-size: 16px;  line-height: 26px; }.daterangepicker:after,.daterangepicker:before{ display: none; }.daterangepicker.show-calendar .drp-buttons{ display: none; }.daterangepicker .drp-calendar{ max-width: 320px; }.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{ border: solid #e2001a;  border-width: 0 3px 3px 0; }.daterangepicker .calendar-table th,.daterangepicker .calendar-table td{ min-width: 44px;  height: 44px;  line-height: 44px; }.daterangepicker .calendar-table td{ font-size: 16px;  color: #1a171b;  font-weight: bold; }.daterangepicker .calendar-table td.in-range{ background-color: #f8f8f8; }.daterangepicker .calendar-table td.active,.daterangepicker .calendar-table td.active:hover{ background-color: #e2001a;  border-radius: 0;  color: #fff; }.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date{ color: #f8f8f8; }.ui-widget-content{ border: 0;  background-color: #fff;  padding: 20px; }.ui-widget-content .ui-menu-item{ border: 0 !important;  cursor: pointer; }.ui-widget-content .ui-menu-item div{ border: 0 !important;  text-transform: uppercase;  padding: 10px 0; }.ui-widget-content .ui-menu-item:hover{ color: #e2001a; }.ui-widget-content .ui-menu-item:hover div{ color: #e2001a; }.dceHeaderSmall .banner-wide{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.dceHeaderSmall .banner-wide .gthumb{ -webkit-flex-grow: 1; flex-grow: 1; }.dceHeaderSmall .banner-wide .gthumb > img{ height: 100% !important; }.contwiseList .cLPoi{ margin-bottom: 20px; }.contwiseList .cLPoi h3,.contwiseList .cLPoi .likeH3{ padding: 20px;  text-transform: uppercase; }.contwiseList .cLPoi .cLPImage{ position: relative; }.contwiseList .cLPoi .cLPImage .cLPIImage{ background-size: cover;  background-position: center center; }.contwiseList .cLPoi .cLPImage .clPOverlay a{ display: block;  position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseList .cLPoi .cLPImage .cIPShare{ position: absolute;  right: 20px;  top: 0;  width: 40px;  height: 40px;  background-color: #fff; }.contwiseList .cLPoi .cLPImage .cLPIHighlight{ position: absolute;  bottom: 0;  left: 0;  right: 0;  background-color: magenta;  color: #fff;  text-align: center;  line-height: 40px;  text-transform: uppercase;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif; }.contwiseList .cLPoi .cLPHighlights{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding: 0 20px 20px 20px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight{ width: 50%;  position: relative;  padding-left: 30px;  color: #8d8d8f; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight svg{ position: absolute;  left: 0;  top: 3px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight svg polygon{ fill: #8d8d8f; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty0{ color: #b0c82c; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty1{ color: #f7b234; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty1 svg polygon{ fill: #f7b234; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty2{ color: #e2001a; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight.cLPHDifficulty2 svg polygon{ fill: #e2001a; }.contwiseList .cLPoi .cLPDescription{ max-height: 60px;  padding: 0 20px;  overflow: hidden; }.contwiseList .cLPoi .cLPDescription.act{ max-height: 10000px; }.contwiseList .cLPoi .cLPDescriptionToggle{ text-transform: lowercase;  padding: 0 20px 20px 20px;  color: #000; }.contwiseList .cLPoi .cLPDescriptionToggle span:last-of-type{ display: none; }.contwiseList .cLPoi .cLPDescriptionToggle.act span:first-of-type{ display: none; }.contwiseList .cLPoi .cLPDescriptionToggle.act span:last-of-type{ display: inline-block; }.contwiseList .cLPoi .cLPMore{ padding: 0 20px 20px 20px; }.contwiseList .cLPoi .cLPMore a{ display: inline-block;  width: 100%; }.contwiseList .cLPoi .cLPMore a span{ width: 100%;  text-align: center; }.contwiseList .f3-widget-paginator{ display: block;  width: 100%; }.contwiseGrid{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.contwiseGrid .cLPoi{ margin-bottom: 20px;  width: 100%; }.contwiseGrid .cLPoi h3,.contwiseGrid .cLPoi .likeH3{ padding: 20px;  text-transform: uppercase; }.contwiseGrid .cLPoi .cLPImage{ position: relative; }.contwiseGrid .cLPoi .cLPImage .cLPIImage{ background-size: cover;  background-position: center center;  height: 334px !important; }.contwiseGrid .cLPoi .cLPImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseGrid .f3-widget-paginator{ display: block;  width: 100%; }.contwiseMap .contwiseMapContainer{ height: 552px; }.contwiseMap .contwiseMapPoi{ display: none; }.contwiseMap .contwiseMapPoi > div .cMPImage{ position: relative; }.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIImage{ background-size: cover;  background-position: center center; }.contwiseMap .contwiseMapPoi > div .cMPImage .cMPIShare{ position: absolute;  right: 20px;  top: 0;  width: 40px;  height: 40px;  background-color: #fff; }.contwiseMap .contwiseMapPoi > div .cMPImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseMap .contwiseMapPoi > div .cMPContent{ padding: 20px; }.contwiseMap .contwiseMapPoi > div .cMPCMore{ margin-top: 20px; }.contwiseResults{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x; }.contwiseResults .cRWrap{ max-width: 1300px;  margin: 0 auto 20px auto; }.contwiseResults .cRWrap .cRResult{ text-align: center;  text-transform: uppercase;  padding-top: 20px; }.contwiseResults .cRWrap .cRSorting select{ width: 100%; }.contwiseResults .cRWrap .cRMode > form{ width: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseResults .cRWrap .cRMode > form input{ display: none; }.contwiseResults .cRWrap .cRMode > form > div{ width: 33.33333333%;  height: 52px;  text-align: center; }.contwiseResults .cRWrap .cRResult,.contwiseResults .cRWrap .cRSorting,.contwiseResults .cRWrap .cRMode{ margin-top: 20px; }.contwiseResults .cRWrap .cRMGrid,.contwiseResults .cRWrap .cRMList{ border-right: 2px solid #f2f2f2; }.contwiseResults .cRWrap .cRMGrid,.contwiseResults .cRWrap .cRMList,.contwiseResults .cRWrap .cRMMap{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  text-align: center;  cursor: pointer; }.contwiseResults .cRWrap .cRMGrid svg,.contwiseResults .cRWrap .cRMList svg,.contwiseResults .cRWrap .cRMMap svg{ margin: 0 auto; }.contwiseResults .cRWrap .cRMGrid.act svg path,.contwiseResults .cRWrap .cRMList.act svg path,.contwiseResults .cRWrap .cRMMap.act svg path{ fill: #e2001a; }.cPagebrowser{ width: 100%;  margin-top: 20px; }.cPagebrowser ul{ margin: 0 auto;  display: -ms-flexbox; display: -webkit-flex; display: flex;  padding: 0;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.cPagebrowser ul li{ list-style-type: none;  width: 52px;  height: 52px;  text-align: center;  line-height: 52px;  position: relative;  color: #e2001a; }.cPagebrowser ul li a{ color: #000; }.cPagebrowser ul li a:hover{ color: #e2001a; }.cPagebrowser ul li .cPPrev,.cPagebrowser ul li .cPNext{ position: absolute;  display: block;  top: -webkit-calc(50% - 10px);  top: -webkit-calc(50% - 10px); top: calc(50% - 10px);  content: '';  width: 19px;  height: 19px;  border-top: 7px solid #e2001a;  border-right: 7px solid #e2001a; }.cPagebrowser ul li .cPPrev{ left: 0;  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }.cPagebrowser ul li .cPNext{ right: 0;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.contwiseDetail{ margin-bottom: 40px; }.contwiseDetail .cDImage{ position: relative; }.contwiseDetail .cDImage .cDIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-size: cover;  background-position: center center;  z-index: 5; }.contwiseDetail .cDImage .cDIOverlay{ z-index: 10; }.contwiseDetail .dceBackOverview{ margin-top: 40px;  margin-bottom: 40px; }.contwiseDetail .cDDescription{ margin-top: 20px; }.contwiseDetail .cDData > div{ margin-top: 20px;  padding: 40px;  font-weight: bold; }.contwiseDetail .cDData > div .cDDEntry{ margin-bottom: 10px;  padding-bottom: 10px;  border-bottom: 2px solid #f2f2f2;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.contwiseDetail .cDData > div .cDDEntry:last-of-type{ border-bottom: 0;  margin-bottom: 0;  padding-bottom: 0; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty0{ color: #b0c82c; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty1{ color: #f7b234; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty1 svg polygon{ fill: #f7b234; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty2{ color: #e2001a; }.contwiseDetail .cDData > div .cDDEntry.cDDDifficulty2 svg polygon{ fill: #e2001a; }.contwiseDetail .cDData > div .cDDEntry .cDDEIcon{ width: 60px; }.contwiseDetail .cDData > div .cDDEntry .cDDELabel,.contwiseDetail .cDData > div .cDDEntry .cDDEValue{ width: -webkit-calc(50% - 30px); width: calc(50% - 30px); }.contwiseDetail .cDData .cDDButton{ display: inline-block;  margin-top: 40px;  margin-right: 40px; }.contwiseDetail .cDData .cDDButton.red a,.contwiseDetail .cDData .cDDButton.red a:hover{ color: #fff; }.contwiseDetail .cDShare{ margin-bottom: 20px; }.contwiseDetail .cDDifficulty{ font-size: 24px;  font-family: 'AltoProCon-Bold';  padding-left: 70px;  line-height: 57px;  position: relative;  position: relative;  float: right; }.contwiseDetail .cDDifficulty svg{ height: 57px;  width: 57px;  left: 0;  top: -3px;  position: absolute; }.contwiseDetail .cDDifficulty.cDDDifficulty0{ color: #b0c82c; }.contwiseDetail .cDDifficulty.cDDDifficulty0 svg polygon{ fill: #b0c82c; }.contwiseDetail .cDDifficulty.cDDDifficulty1{ color: #f7b234; }.contwiseDetail .cDDifficulty.cDDDifficulty1 svg polygon{ fill: #f7b234; }.contwiseDetail .cDDifficulty.cDDDifficulty2{ color: #e2001a; }.contwiseDetail .cDDifficulty.cDDDifficulty2 svg polygon{ fill: #e2001a; }.contwiseDetail h1,.contwiseDetail .likeH1{ max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px);  display: inline-block; }.contwiseDetail #cDMap{ position: relative;  border: 0;  margin: 80px 0; }.contwiseDetail #cDMap > div{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 10; }.dSContent{ font-size: 20px !important; }.microLang #top #mainNavi > ul > li > a{ cursor: pointer; }.tx-webx-bing-search .bing_search_bar_wrap{ position: relative; }.tx-webx-bing-search .bing_search_bar_wrap img{ margin-right: 72px;  display: none; }.tx-webx-bing-search .bing_search_bar_wrap button{ position: absolute;  background: none;  border: 0;  width: 40px;  height: 40px;  margin-left: -50px; }.tx-webx-bing-search .bing_search_bar_wrap button svg{ position: absolute;  margin-right: 10px;  top: 16px; }.tx-webx-bing-search .bing_search_bar_wrap button svg path{ fill: red; }.tx-webx-bing-search .bing_search_bar_wrap input[type="text"]{ width: 100%;  max-width: 640px;  height: 52px;  border: 0;  padding-left: 20px;  padding-right: 20px;  text-transform: uppercase; }.tx-webx-bing-search .bsImagetool{ margin-top: 58px;  font-weight: bold;  text-transform: uppercase; }.tx-webx-bing-search .bsImagetool a{ color: #e2001a; }.tx-webx-bing-search .bsResults{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x;  padding: 20px;  margin-top: 20px; }.tx-webx-bing-search .bsResults .estimated_results{ max-width: 1300px;  margin: 0 auto;  text-align: center;  font-weight: bold;  text-transform: uppercase; }.tx-webx-bing-search .bing_navigation{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-bottom: 40px; }.tx-webx-bing-search .bing_navigation > div{ padding: 10px 20px;  cursor: pointer;  position: relative; }.tx-webx-bing-search .bing_navigation > div.current{ border-bottom: 4px solid #e2001a; }.tx-webx-bing-search .bing_results .websites .bing_result{ border-bottom: 1px solid #f2f2f2;  margin-bottom: 40px;  padding-bottom: 40px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_title{ font-weight: bold;  text-transform: uppercase;  color: #1a171b;  margin-bottom: 20px;  font-size: 24px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_domain{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_domain a{ color: #e2001a; }.tx-webx-bing-search .bing_results .websites .bing_result .bing_snippet{ max-width: 640px; }.tx-webx-bing-search .bing_results .images .bing_result{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .videos .bing_result{ margin-bottom: 20px; }.tx-webx-bing-search .bing_results .videos .bing_result .preview{ height: 338px;  margin-bottom: 20px; }.tx-webx-bing-search .bing_pagination .pages{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  font-weight: bold; }.tx-webx-bing-search .bing_pagination .pages a{ display: block;  width: 52px;  height: 52px;  text-align: center;  color: #000;  position: relative; }.tx-webx-bing-search .bing_pagination .pages a.current{ color: #e2001a; }.tx-webx-bing-search .bing_pagination .pages a.previous:before,.tx-webx-bing-search .bing_pagination .pages a.next:before{ position: absolute;  display: block;  top: 10px;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #000;  border-right: 4px solid #000;  margin-left: 20px; }.tx-webx-bing-search .bing_pagination .pages a.next:before{ -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.tx-webx-bing-search .bing_pagination .pages a.previous:before{ -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg);  -ms-transform: rotate(225deg);  -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }.dceTopographicMap .dTMMap .dTMMPWPin.act{ z-index: 1000; }.cc_banner-wrapper{ bottom: 0;  opacity: .8; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open a.cc_btn.cc_btn_accept_all{ padding: 0 20px !important; }.cc_banner-wrapper .cc_banner.cc_container.cc_container--open{ opacity: .9 !important; }.printTable{ width: 100%; }.printHeaderSpace,.printFooterSpace{ display: none; }.instagramGrid .iGImage{ margin-bottom: 20px;  background-size: cover;  background-position: center center;  position: relative; }.instagramGrid .iGImage a{ position: absolute;  display: block;  top: 0;  bottom: 0;  left: 0;  right: 0; }.pluginTips .pTTip{ margin-bottom: 40px; }.pluginTips .pTTip .pTTLeft{ position: relative; }.pluginTips .pTTip .pTTLeft .pTTImage{ background-size: cover;  background-position: center center; }.pluginTips .pTTip .pTTLeft .pTTImage span{ display: block;  position: absolute;  top: 40px;  left: 40px;  right: 40px;  font-size: 24px;  color: #fff;  font-weight: bold;  text-transform: uppercase;  z-index: 1; }.pluginTips .pTTip .pTTLeft .pTTShare{ position: absolute;  top: 0;  right: 20px;  width: 40px;  height: 40px;  display: block;  background-color: #fff;  cursor: pointer; }.pluginTips .pTTip .pTTRight{ position: relative;  padding: 20px; }.pluginTips .pTTip .pTTRight h3,.pluginTips .pTTip .pTTRight .likeH3{ text-transform: uppercase; }.pluginTips .pTTip .pTTRight .pTTShare{ display: none; }.pluginTips .pTTip .pTTRight .pTTDescription{ max-height: 64px;  overflow: hidden;  -webkit-transition: all 500ms ease;  -moz-transition: all 500ms ease;  -ms-transition: all 500ms ease;  -o-transition: all 500ms ease;  -webkit-transition: all 500ms ease; transition: all 500ms ease; }.pluginTips .pTTip .pTTRight .pTTDescription.act{ max-height: 2000px; }.pluginTips .pTTip .pTTRight .pTTButtons > div{ margin-top: 20px; }.pluginTips .pTTip .pTTRight .pTTBMore span{ display: block;  text-align: center; }.pluginTips .pTTip .pTTRight .pTTDMore{ font-weight: bold;  cursor: pointer; }.pluginNewsroom .pNFind{ max-width: 640px;  margin-bottom: 20px; }.pluginNewsroom .pNFind input{ border: 0;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 52px 0 20px;  background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/searchIcon.png);  background-repeat: no-repeat;  background-position: right; }.pluginNewsroom .pNList{ background-image: url(/typo3conf/ext/webx_contwise/Resources/Public/Icons/resultsBg.png);  background-repeat: repeat-x;  padding: 20px; }.pluginNewsroom .pNList .pNLArticle{ max-width: 1300px;  margin: 0 auto;  padding: 20px;  margin-bottom: 20px;  background-color: #fff; }.pluginNewsroom .pNList .pNLArticle .pNLADate{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLAAuthor{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLATitle{ margin-top: 10px; }.pluginNewsroom .pNList .pNLArticle .pNLATitle h3,.pluginNewsroom .pNList .pNLArticle .pNLATitle .likeH3{ text-transform: uppercase;  line-height: 30px; }.pluginNewsroom .pNList .pNLArticle .pNLADescription{ font-size: 18px;  letter-spacing: .45px;  line-height: 24px; }.pluginNewsroom .pNList .pNLArticle .pNLADescription img{ display: none; }.pluginNewsroom .pNList .pNLArticle .pNLALink a{ color: #e2001a; }.pluginNewsroom .pNList .pNLArticle .pNLALink a span{ display: inline-block;  content: '';  width: 9px;  height: 9px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.pluginNewsroom .pNMoreWrap{ text-align: center; }.pluginNewsroom .pNMoreWrap .pNMore{ display: inline-block;  margin: 0 auto;  background-color: #e2001a;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 20px;  color: #fff;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  cursor: pointer; }.pluginNewsroom .pN404{ display: none; }.pluginNewsroom .pNTTeaser{ margin-top: 20px;  padding: 20px; }.pluginNewsroom .pNTTeaser .pNTTDate{ padding-top: 10px; }.pluginNewsroom .pNTTeaser .pNTTDate .pNTTDDay{ color: #e2001a;  font-size: 60px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  letter-spacing: 1px;  margin-right: 15px;  display: inline-block; }.pluginNewsroom .pNTTeaser .pNTTDate .pNTTDMonth{ color: #e2001a;  font-size: 24px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-weight: bold;  letter-spacing: 1px; }.pluginNewsroom .pNTTeaser .pNTTTitle{ padding-top: 5px;  text-transform: uppercase; }.pluginNewsroom .pNTTeaser .pNTTTitle h3,.pluginNewsroom .pNTTeaser .pNTTTitle .likeH3{ padding-bottom: 10px; }.pluginCal .pCFind{ max-width: 860px;  margin-bottom: 20px; }.pluginCal .pCFind input{ border: 0;  text-transform: uppercase;  line-height: 52px;  height: 52px;  padding: 0 52px 0 20px;  background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/searchIcon.png);  background-repeat: no-repeat;  background-position: right;  width: 100%; }.pluginCal .pCMonths{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  margin: 40px 0;  font-family: 'AltoProCon-Bold'; }.pluginCal .pCMonths > div{ position: relative;  padding: 0 30px;  cursor: pointer; }.pluginCal .pCMonths .pCMPrev:before{ position: absolute;  content: '';  width: 10px;  height: 10px;  border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  left: 0;  top: 9px;  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.pluginCal .pCMonths .pCMNext:before{ position: absolute;  content: '';  width: 10px;  height: 10px;  border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  right: 0;  top: 9px;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.pluginCal .pCCalendar .ui-datepicker{ width: 100%;  max-width: 350px;  padding: 0; }.pluginCal .pCCalendar .ui-datepicker .ui-widget{ font-family: 'AltoProCon-Normal',Arial,Helvetica,sans-serif;  font-size: 16px; }.pluginCal .pCCalendar .ui-datepicker .ui-widget-header,.pluginCal .pCCalendar .ui-datepicker .ui-state-default,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-default,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-default{ border: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-hover,.pluginCal .pCCalendar .ui-datepicker .ui-state-focus,.pluginCal .pCCalendar .ui-datepicker .ui-widget-content .ui-state-focus,.pluginCal .pCCalendar .ui-datepicker .ui-widget-header .ui-state-focus{ border: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next-hover{ right: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev-hover{ left: 0 !important; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-prev-hover,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-next-hover{ top: 0 !important;  cursor: pointer; }.pluginCal .pCCalendar .ui-datepicker .ui-icon-circle-triangle-w{ border-top: 4px solid #e2001a;  border-left: 4px solid #e2001a;  -moz-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  width: 10px;  height: 10px; }.pluginCal .pCCalendar .ui-datepicker .ui-icon-circle-triangle-e{ border-top: 4px solid #e2001a;  border-right: 4px solid #e2001a;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  width: 10px;  height: 10px; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-title{ text-transform: uppercase; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar{ font-size: 16px;  line-height: 26px; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th{ padding: 0;  height: 50px;  text-align: center; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td span,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th span{ padding: 0;  height: 40px;  line-height: 40px;  margin: 0 5px;  text-align: center;  font-weight: bold;  font-size: 16px;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  color: #1a171b; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.ui-state-disabled{ color: #f2f2f2; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1 a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1 a{ position: relative; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1 a:before,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1 a:before{ position: absolute;  bottom: 0;  content: '';  display: block;  height: 3px;  width: 100%;  background-color: #1a171b; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat2 a,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat2 a{ position: relative; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat2 a:after,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat2 a:after{ position: absolute;  content: '';  bottom: 0;  display: block;  height: 3px;  width: 100%;  background-color: #e2001a; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1.calCat2 a:after,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1.calCat2 a:after{ right: 0;  width: 50%; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar td.calCat1.calCat2 a:before,.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th.calCat1.calCat2 a:before{ width: 50%; }.pluginCal .pCCalendar .ui-datepicker .ui-datepicker-calendar th{ color: #707173; }.pluginCal .pCCalendar.pCAct .ui-state-active{ background-color: #f2f2f2; }.pluginCal .pCList .pCLError{ font-family: 'AltoProCon-Bold';  font-size: 24px;  text-transform: uppercase;  line-height: 30px;  letter-spacing: 1px;  margin-bottom: 20px; }.pluginCal .pCList .pCLOthers{ margin-bottom: 40px; }.pluginCal .pCList .pCLEvent{ margin-bottom: 20px; }.pluginCal .pCList .pCLEvent .pCLEContent{ padding: 20px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECTitle{ font-weight: bold;  font-family: 'AltoProCon-Bold',Arial,Helvetica,sans-serif;  font-size: 24px;  letter-spacing: 1px;  text-transform: uppercase;  margin-bottom: 50px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECDescription a{ color: #e2001a; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECStartTimeText{ margin-top: 20px;  margin-bottom: 20px; }.pluginCal .pCList .pCLEvent .pCLEImage{ background-size: cover;  background-position: center center; }.pluginCal .pCList .pCLEvent .pCLEImage .pCLEDate{ display: inline-block;  margin: 40px;  background-color: #1a171b;  color: #fff;  padding: 2px 12px 0 12px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton{ margin-top: 20px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton a{ color: #fff;  width: 100%;  max-width: 300px; }.pluginCal .pCList .pCLEvent .pCLECButtons .dceButton.default a{ color: #e2001a; }.zopim{ bottom: 46px !important;  right: 0 !important; }.iframeOverlay{ position: fixed;  width: -webkit-calc(100% - 70px); width: calc(100% - 70px);  background-color: #e2001a;  padding: 5px 0;  color: #fff;  z-index: 100000;  text-align: center;  margin-left: 70px;  font-size: 16px !important;  line-height: 20px !important; }.iframeOverlay a,.iframeOverlay a:hover{ color: #fff; }.dceTopographicMapV2 svg{ background: #35343a; }.dceTopographicMapV2 svg .land{ fill: #9f9e99;  stroke: #fff;  stroke-width: .1; }.dceTopographicMapV2 svg .strike{ fill: #0c090a;  opacity: .4;  stroke: #000;  stroke-width: .3;  pointer: cursor; }.dceTopographicMapV2 svg .strike:hover{ fill: #e2001a;  opacity: 1; }.dceTopographicMapV2 .tooltip{ position: absolute;  border: 1px solid #3a3f4f;  border-radius: 7px;  padding: 7px 10px;  color: #0c090a;  font-size: .8em;  background: #f5f5f5;  pointer-events: none;  opacity: 1; }.dceTopographicMapV2 .tooltip.hidden{ opacity: 0; }@media screen and (min-width:480px){#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCToday{ width: -webkit-calc(100% - 200px); width: calc(100% - 200px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow{ display: block;  width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCTomorrow .fCIcon{ margin: 0 auto; }.blogSlider.blogSliderWithAvatar .bSETeaser{ padding-left: 120px;  font-size: 24px; }.blogSlider.blogSliderWithAvatar .bSEDate{ padding-left: 120px; }.blogSlider.blogSliderWithAvatar .bSERating{ left: 120px; }.blogSlider.blogSliderWithAvatar .bSEAuthorSmall{ display: none; }.blogSlider.blogSliderWithAvatar .bSEAuthorBig{ display: block;  position: absolute;  left: 20px;  margin-top: 20px;  width: 80px;  height: 80px; }#top #topTargetFull #tTFContent form input[type="text"]{ display: block;  margin: 0 auto 35px auto;  width: 320px; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: unset;  padding: 0 30px; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 400px; }}@media screen and (min-width:768px){.generalGrid,.dceTeasers{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.col-3-12,.col-6-12,.tx-webx-bing-search .bing_results .videos .bing_result,.cDDContent > div{ width: -webkit-calc(50% - 10px) !important; width: calc(50% - 10px) !important; }.col-4-12,.contwiseGrid .cLPoi,.tx-webx-bing-search .bing_results .images .bing_result,.contwiseList .cLPoi .cLPLeft,.col-8-12,.contwiseList .cLPoi .cLPRight{ width: -webkit-calc(50% - 10px) !important; width: calc(50% - 10px) !important; }.dceTeasers .dTTeaser{ overflow: hidden; }.dceTeasers .dTTeaser:hover{ cursor: pointer; }.dceTeasers .dTTeaser:hover .dTTOverlay{ opacity: 0;  -moz-transform: scale(1.2);  -webkit-transform: scale(1.2);  -o-transform: scale(1.2);  -ms-transform: scale(1.2);  -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }.dceTeasers .dTTeaser.col-12-12 .dTTContent .dTTCTeaser{ display: block; }.dceFacts{ display: none; }.dceFactsParallax{ display: block; }#sitemap > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }#sitemap > ul > li{ width: 24%; }#contactSocial{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#contactSocial #contact{ width: 33.333333%; }#contactSocial #social{ width: 66.666666%; }#contactSocial #social > ul > li > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }#contactSocial #social > ul > li > ul > li{ width: 50%; }.footerBottom ul{ float: right; }.dceTextContent{ margin-bottom: 50px; }.dceTextContent .dTCDescription1Col,.dceTextContent .dTCDescriptionPoly{ max-width: 640px; }.dceTextContent .dTCDescription2Col{ -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;  -webkit-column-gap: 20px; -moz-column-gap: 20px; column-gap: 20px; }.dceCardsMultiple{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.dceCardsMultiple .dCCard{ width: 640px;  margin-bottom: 20px;  padding: 40px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceCardsMultiple .dCCard .dCCContent{ width: 294px; }.dceCardsMultiple .dCCard .dCCImageLandscape,.dceCardsMultiple .dCCard .dCCImagePortrait{ width: -webkit-calc(100% - 314px); width: calc(100% - 314px);  margin: 0 !important; }.dceCardsMultiple .dCCard .dCCImagePortrait > div{ margin-top: -10px;  margin-bottom: -10px; }.dceCardsMultiple .dCCard .dCCImagePortrait > div img{ max-height: 320px; }.dceCardsMultiple .dCCard .dCCImageLandscape > div{ margin-left: -100px;  margin-top: 56px;  max-width: 340px; }.dceCardsMultiple .dCCard .dCCImageLandscape > div img{ max-width: 320px; }.dceCards .dCCard{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceCards .dCCard.dCCardLeft .dCCImageLandscape,.dceCards .dCCard.dCCardLeft .dCCImagePortrait{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceCards .dCCard.dCCardLeft .dCCContent{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard.dCCardRight .dCCImageLandscape,.dceCards .dCCard.dCCardRight .dCCImagePortrait{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceCards .dCCard.dCCardRight .dCCContent{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceCards .dCCard .dCCImageLandscape,.dceCards .dCCard .dCCImagePortrait,.dceCards .dCCard .dCCContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: -webkit-calc(50% - 10px); width: calc(50% - 10px);  margin: 0; }.dceInfoBites{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceInfoBites .dIBImageLeft,.dceInfoBites .dIBContent,.dceInfoBites .dIBImageRight{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.dceInfoBites .dIBImageLeft{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.dceInfoBites .dIBContent{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.dceInfoBites .dIBImageRight{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.dceHeaderSmall .dHSSmall{ min-height: 640px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCToday{ width: -webkit-calc(100% - 400px); width: calc(100% - 400px); }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow{ display: block;  width: 200px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .fCDayAfterTomorrow .fCIcon{ margin: 0 auto; }.contwiseList .cLPoi{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseList .cLPoi .cLPLeft{ height: 465px;  position: relative; }.contwiseList .cLPoi .cLPLeft .cLPImage,.contwiseList .cLPoi .cLPLeft .cLPIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  overflow: hidden;  height: 465px !important; }.contwiseList .cLPoi .cLPRight{ position: relative; }.contwiseList .cLPoi .cLPDescriptionToggle{ display: none; }.contwiseList .cLPoi .cLPDescription{ margin-bottom: 20px; }.contwiseList .cLPoi .cLPMore{ text-align: right;  position: absolute;  bottom: 20px;  right: 20px; }.contwiseList .cLPoi .cLPMore a{ width: auto; }.contwiseDetail .cDImage{ height: 400px; }.contwiseMapPoi > div{ display: -ms-flexbox; display: -webkit-flex; display: flex;  justify-conten: space-between; }.contwiseMapPoi > div .cMPImage{ width: 420px;  min-height: 420px; }.contwiseMapPoi > div .cMPImage .cMPIImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }.contwiseMapPoi > div .cMPContent{ width: -webkit-calc(100% - 440px); width: calc(100% - 440px); }.pluginTips .pTTip{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.pluginTips .pTTip .pTTRight{ padding: 40px 40px 40px 20px; }.pluginTips .pTTip .pTTRight .pTTBAll{ position: absolute;  left: 20px;  bottom: 40px; }.pluginTips .pTTip .pTTRight .pTTBMore{ position: absolute;  right: 40px;  bottom: 40px; }.pluginTips .pTTip .pTTRight .pTTShare{ position: absolute;  top: 40px;  right: 40px;  display: block; }.pluginTips .pTTip .pTTRight .pTTDMore{ display: none; }.pluginTips .pTTip .pTTRight .pTTDescription{ max-height: 2000px; }.pluginTips .pTTip .pTTLeft{ min-height: 465px; }.pluginTips .pTTip .pTTLeft .pTTShare{ display: none; }.pluginTips .pTTip .pTTLeft .pTTImage{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0; }#top #mobileNaviWrap #mobileNaviTeaser{ padding-bottom: 44px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider{ margin: 0 -10px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .dNTSSlide{ margin: 0 10px; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .slick-dots{ width: auto;  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }#top #mobileNaviWrap #mobileNaviTeaser .dNTSlider.slick-slider .slick-dots li{ width: 90px; }#top #topTargetFull #tTFContent .slick-slider .forecastBox .forecastIconNext{ display: none; }#top #topTargetFull #tTFContent form input[type="submit"]{ width: unset;  padding: 0 30px; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: hidden;  max-height: 600px; }.pluginCal .pCList .pCLEvent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  min-height: 465px; }.pluginCal .pCList .pCLEvent .pCLEImage{ width: 36.0465116279%; }.pluginCal .pCList .pCLEvent .pCLEContent{ width: 63.9534883721%;  padding: 40px; }}@media screen and (min-width:1024px){#content .tx-wc-forecast .forecastBg .forecastBg2{ padding-bottom: 0; }.dTCPPolySvg,dTCPPolySvg svg{ overflow: visible;  max-height: none; }.col-4-12,.contwiseGrid .cLPoi,.tx-webx-bing-search .bing_results .images .bing_result,.contwiseList .cLPoi .cLPLeft{ width: -webkit-calc(33.33333% - 13.333333px) !important; width: calc(33.33333% - 13.333333px) !important; }.col-8-12,.contwiseList .cLPoi .cLPRight{ width: -webkit-calc(66.66666% - 6.666665px) !important; width: calc(66.66666% - 6.666665px) !important; }h1,.likeH1{ font-size: 60px;  letter-spacing: 1px; }h2,.likeH2{ font-size: 40px;  line-height: 125%;  letter-spacing: 1px; }#footer .footerTop #fLogo a img{ width: auto;  height: 66px; }.dceUnlimited .dUUnlimited{ font-size: 34px;  line-height: 44px;  letter-spacing: 8px;  padding-top: 7px; }.dFSScroll{ display: block; }.dcePolygonText{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: start;  -ms-flex-pack: start;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  overflow: hidden; }.dcePolygonText .dPTContent{ -webkit-box-ordinal-group: 2;  -ms-flex-order: 1;  -webkit-order: 1; -ms-flex-order: 1; order: 1;  width: 0;  overflow: hidden;  position: relative;  -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }.dcePolygonText .dPTContent .dPTCWrap{ -webkit-transition: all 1000ms ease;  -o-transition: all 1000ms ease;  -webkit-transition: all 1000ms ease; transition: all 1000ms ease;  position: absolute;  bottom: -100vh;  min-width: 400px; }.dcePolygonText .dPTPoly{ -webkit-box-ordinal-group: 3;  -ms-flex-order: 2;  -webkit-order: 2; -ms-flex-order: 2; order: 2;  display: block; }.dcePolygonText.act .dPTContent{ width: -webkit-calc(100% - 660px); width: calc(100% - 660px); }.dcePolygonText.act .dPTContent .dPTCWrap{ bottom: 0; }.dceTextContent .dTCDescriptionPoly{ max-width: 100%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceTextContent .dTCDescriptionPoly .dTCDPDescription{ width: 640px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg{ display: block;  width: -webkit-calc(100% - 660px); width: calc(100% - 660px);  min-height: 300px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg:last-of-type{ display: none; }.dceInfoBites .dIBContent .dIBCText.dIBCBigBlack{ font-size: 40px;  line-height: 125%;  margin: 5px 0 40px 0; }.blogSlider .slick-dots{ -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  bottom: -24px; }.blogSlider .slick-dots li{ width: 90px;  max-width: 90px;  margin: 0 10px; }.filter .fWrap{ position: relative; }.filter .fWrap .fWAccHead,.filter .fWrap .fWReset{ cursor: pointer;  width: 420px;  border-right: 2px solid #f2f2f2;  padding: 10px 20px !important; }.filter .fWrap .fWAccHead:after,.filter .fWrap .fWReset:after{ display: none; }.filter .fWrap .fWAccHead:hover,.filter .fWrap .fWAccHead.act{ background-color: #e2001a;  color: #f5f5f5; }.filter .fWrap .fWAccContent{ position: absolute;  width: -webkit-calc(100% - 500px); width: calc(100% - 500px);  left: 500px;  top: 0; }.contwiseResults .cRWrap{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.contwiseResults .cRWrap .cRSorting,.contwiseResults .cRWrap .cRMode{ width: -webkit-calc(33.33333333% - 13px); width: calc(33.33333333% - 13px); }.contwiseResults .cRWrap .cRResult{ width: 100%; }.contwiseDetail .cDImage{ height: 500px; }.tx-webx-bing-search .bing_search_bar_wrap img{ display: inline-block; }.cDDContent{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.cDDContent > div.cDDescription{ margin-right: 10px; }.cDDContent > div.cDData{ margin-left: 10px; }.pluginNewsroom{ position: relative; }.pluginNewsroom .pNTTeaser{ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-01.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-02.png);  background-position: right,center;  background-repeat: no-repeat; }.pluginNewsroom .pNTTeaser:nth-of-type(3n+1){ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-03.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-04.png); }.pluginNewsroom .pNTTeaser:nth-of-type(3n+2){ background-image: url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-05.png),url(/typo3conf/ext/webx_newsroom/Resources/Public/Icons/polygon-06.png); }.pluginNewsroom .pNTTeaser .dceButton{ position: absolute;  top: 0;  right: 0; }.pluginNewsroom .pNTTeaser .pNTTDescription{ max-width: 700px; }#content .tx-wc-forecast .forecastBg .forecastBg2 .forecastCity .forecastWrap .fCForecast{ display: block; }.zopim{ bottom: 5px !important;  right: 5px !important; }#top{ -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  border-bottom: 1px solid rgba(255,255,255,.2); }#top #topTargetFull{ -webkit-box-ordinal-group: 2;  -ms-flex-order: 1;  -webkit-order: 1; -ms-flex-order: 1; order: 1;  height: unset; }#top #topTargetFull.act{ min-height: 150px;  height: unset; }#top #topTargetFull #tTFContent{ max-width: 1300px;  margin: 0 auto; }#top #topTargetFull #tTFContent .slick-dots{ display: none; }#top #topTargetFull #tTFContent form{ text-align: left; }#top #topTargetFull #tTFContent form input[type="text"]{ display: inline-block;  padding-left: 5px;  margin: 14px 30px; }#top #topTargetFull #tTFContent form input[type="submit"]{ float: right;  margin-right: 80px; }#top #topTargetFull.forecastBg{ background-image: url(/fileadmin/templates/images/forecastBg.png);  background-repeat: no-repeat;  background-position: 50% 35%;  margin-top: -25px;  padding-top: 25px; }#top #topTargetFull.forecastBg #tTFClose{ top: -89px; }#top #topLangTarget{ -webkit-box-ordinal-group: 3;  -ms-flex-order: 2;  -webkit-order: 2; -ms-flex-order: 2; order: 2; }#top #topLangTarget .langNavi{ margin-left: auto;  text-align: center; }#top #topLangTarget .langNavi .slick-dots{ display: none; }#top #logo{ padding-left: 30px;  width: 200px;  -webkit-box-ordinal-group: 4;  -ms-flex-order: 3;  -webkit-order: 3; -ms-flex-order: 3; order: 3; }#top #logo img{ height: 66px;  width: auto; }#top #mobileTrigger,#top #mobileNaviWrap{ display: none; }#top #quickNaviWrap{ -webkit-box-ordinal-group: 5;  -ms-flex-order: 4;  -webkit-order: 4; -ms-flex-order: 4; order: 4;  width: -webkit-calc(100% - 200px); width: calc(100% - 200px);  -webkit-box-pack: end;  -ms-flex-pack: end;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  padding-bottom: 0; }#top #quickNaviWrap #langNavi{ width: 54px;  margin-right: 22px !important;  padding-left: 30px;  border-left: 2px solid #f5f5f5; }#top #quickNaviWrap #langNavi:hover,#top #quickNaviWrap #langNavi.act{ color: #e2001a;  font-weight: bold; }#top #quickNaviWrap #quick{ width: 275px;  background-image: none; }#top #quickNaviWrap #quick > div{ width: 40px;  margin-right: 30px; }#top #quickNaviWrap #quick > div:hover path{ fill: #e2001a; }#top #mainNavi{ -webkit-box-ordinal-group: 6;  -ms-flex-order: 5;  -webkit-order: 5; -ms-flex-order: 5; order: 5;  display: block; }#top #mainNavi a{ color: #f5f5f5; }#top #mainNavi a:hover{ color: #e2001a; }#top #mainNavi > ul > li > a{ cursor: default; }#top.whiteBg{ padding: 25px 0 20px 0; }#top.whiteBg #quickNaviWrap #quick{ background-image: none; }#top.whiteBg .TickerNews{ margin-top: -25px; }#top.whiteBg #mainNavi a{ color: #1a171b; }#top.whiteBg #mainNavi a:hover{ color: #e2001a; }#top.whiteBg #quickNaviWrap #langNavi{ border-left: 2px solid #000; }#share .dceShare,.emoDetailSocials .dceShare{ position: unset;  bottom: unset;  left: unset;  right: unset;  margin: -30px 0 0 auto;  width: 240px; }#share .dceShare .dSDown,.emoDetailSocials .dceShare .dSDown,#share .dceShare .dSUp,.emoDetailSocials .dceShare .dSUp{ display: none; }#share .dceShare .shariff ul > li,.emoDetailSocials .dceShare .shariff ul > li{ width: 48px; }#share .dceShare .shariff ul > li:hover,.emoDetailSocials .dceShare .shariff ul > li:hover{ background-color: #f5f5f5;  outline: 1px solid #707173; }#share .dceShare .shariff ul > li:hover svg path,.emoDetailSocials .dceShare .shariff ul > li:hover svg path{ fill: #e2001a; }#share .dceShare .dSPrint,.emoDetailSocials .dceShare .dSPrint{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 47px;  cursor: pointer; }#share .dceShare .dSPrint svg,.emoDetailSocials .dceShare .dSPrint svg{ width: 22px;  height: 22px; }#share .dceShare .dSPrint svg path,.emoDetailSocials .dceShare .dSPrint svg path{ fill: #f5f5f5; }#share .dceShare .dSPrint:hover,.emoDetailSocials .dceShare .dSPrint:hover{ background-color: #f5f5f5;  outline: 1px solid #707173; }#share .dceShare .dSPrint:hover svg path,.emoDetailSocials .dceShare .dSPrint:hover svg path{ fill: #e2001a; }.dceFullscreenSlider .dFSSlide{ background-image: unset !important;  overflow: visible !important;  z-index: 1; }.dceFullscreenSlider .dFSSlide .dFSSSvg{ display: block; }.dceFullscreenSlider .dFSSlide .dFSSSvg div{ width: 100%;  height: 100%;  background-size: cover;  background-position: unset !important; }.dceFullscreenSlider .dFSSlide .dFSSSvg .dFSSSOverlay{ position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  background-color: black;  opacity: .2; }.dceFullscreenSlider .dFSSlide .dFSSOverlay{ display: none; }.dceFullscreenSlider .dFSSlide .dFSSContent > div{ max-width: 860px;  margin-left: auto;  margin-right: auto; }.dceFullscreenSlider .slick-dots{ bottom: 100px;  width: 860px;  left: -webkit-calc(50% - 430px); left: calc(50% - 430px);  -webkit-box-pack: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.dceFullscreenSlider .slick-dots > li{ width: 90px;  margin: 0 10px; }.contwiseGrid{ margin: 0 -10px;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.contwiseGrid .cLPoi{ width: -webkit-calc(33.333333333% - 20px) !important; width: calc(33.333333333% - 20px) !important;  margin-left: 10px;  margin-right: 10px; }#sitemap > ul > li{ width: 24%; }.pluginCal{ position: relative; }.pluginCal .pCFind,.pluginCal .pCMonths{ width: 66.1538461538%; }.pluginCal .pCList{ width: 66.1538461538%; }.pluginCal .pCList .pCLEvent .pCLEContent{ position: relative;  padding-bottom: 132px; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECButtons{ position: absolute;  left: 40px;  right: 40px;  bottom: 40px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.pluginCal .pCList .pCLEvent .pCLEContent .pCLECButtons .dceButton{ margin-top: 0;  width: -webkit-calc(50% - 40px); width: calc(50% - 40px); }.pluginCal .pCCalendar{ position: absolute;  top: 0;  right: 0;  width: 32.3076923077%;  padding: 20px;  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2);  -webkit-box-shadow: 0 0 4px 0 rgba(26,23,27,.2); box-shadow: 0 0 4px 0 rgba(26,23,27,.2); }.pluginCal .pCCalendar .ui-datepicker{ max-width: none; }}.topicsOverlay{ display: none; }@media screen and (min-width:1300px){.col-3-12{ width: -webkit-calc(25% - 10px) !important; width: calc(25% - 10px) !important; }.dceTeasers .dTTeaser.col-6-12 .dTTContent .dTTCTeaser,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser .dTTContent .dTTCTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser .dTTContent .dTTCTeaser,.dceTeasers .cDDContent > div.dTTeaser .dTTContent .dTTCTeaser,.dceTeasers .dTTeaser.col-6-12 .dTTContent a .dTTCTeaser,.dceTeasers .tx-webx-bing-search .bing_results .videos .bing_result.dTTeaser .dTTContent a .dTTCTeaser,.tx-webx-bing-search .bing_results .videos .dceTeasers .bing_result.dTTeaser .dTTContent a .dTTCTeaser,.dceTeasers .cDDContent > div.dTTeaser .dTTContent a .dTTCTeaser,.dceTeasers .dTTeaser.col-12-12 .dTTContent .dTTCTeaser,.dceTeasers .dTTeaser.col-12-12 .dTTContent a .dTTCTeaser{ display: block; }#content,#firstContent{ margin: 20px auto; }.dceNewsletter > div{ width: 1300px;  margin: 0 auto; }.dceNewsletter > div form{ max-width: 620px; }#unlimited > div:last-of-type{ background-color: #1a171b; }#unlimited .dceTeasers{ max-width: 1300px;  margin: 0 auto; }#footer{ padding: 30px 30px 120px 30px; }#footer .footerCenter{ max-width: 1600px;  margin: 40px auto;  display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex; }#footer .footerCenter #sitemap{ width: 75%; }#footer .footerCenter #contactSocial{ width: 25%;  display: block; }#footer .footerCenter #contactSocial #contact,#footer .footerCenter #contactSocial #social{ width: 100%; }#footer .footerCenter #contactSocial #contact > ul > li span,#footer .footerCenter #contactSocial #social > ul > li span{ display: none; }#footer .footerCenter #contactSocial #contact > ul > li > ul,#footer .footerCenter #contactSocial #social > ul > li > ul{ padding: 19px 0;  display: block; }#footer .footerCenter #contactSocial #contact > ul > li > ul li,#footer .footerCenter #contactSocial #social > ul > li > ul li{ width: auto; }#footer .footerCenter #contactSocial #contact ul > li > ul > li:last-of-type{ display: none; }#footer .footerCenter #contactSocial #social ul > li > ul{ display: -webkit-box;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-pack: justify;  -ms-flex-pack: justify;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }#footer .footerCenter #contactSocial #social ul > li > ul li a{ color: transparent;  width: 40px;  height: 40px;  display: block;  background-repeat: no-repeat;  background-position: center center; }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialFb{ background-image: url(/fileadmin/templates/images/social/facebook.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialGp{ background-image: url(/fileadmin/templates/images/social/google-plus.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialIg{ background-image: url(/fileadmin/templates/images/social/instagram.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialTw{ background-image: url(/fileadmin/templates/images/social/twitter.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialYt{ background-image: url(/fileadmin/templates/images/social/youtube.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialPi{ background-image: url(/fileadmin/templates/images/social/pinterest.svg); }#footer .footerCenter #contactSocial #social ul > li > ul li a.socialBlog{ background-image: url(/fileadmin/templates/images/social/blog.svg);  width: 35px;  height: 35px; }#footer .footerBottom{ text-align: right; }#footer .footerBottom ul{ margin-left: 30px; }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg{ width: -webkit-calc(75% - 660px); width: calc(75% - 660px); }.dceTextContent .dTCDescriptionPoly .dTCPPolySvg:last-of-type{ display: block; }.dceCardsMultiple{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.dceVideoBg{ background-image: url(/fileadmin/templates/images/rectangle-bg.svg);  background-size: 100% auto;  background-repeat: no-repeat;  position: absolute;  margin-top: -30px;  left: 0;  right: 0;  min-height: 1000px;  z-index: -1; }.dceVideo{ overflow: visible; }.dceVideo .dVVideoSlider .dVVideo{ -webkit-box-shadow: unset;  -webkit-box-shadow: unset; box-shadow: unset; }.dceVideo .dVVideoSlider .dVVideo .dVVHeadline{ display: none; }.dceVideo .dVVideoNavi{ display: block;  margin: 0 -10px; }.dceVideo .dVVideoNavi .dVVHeadline{ display: block;  min-height: 112px; }.dceVideo .dVVideoNavi .dVVHeadline h1,.dceVideo .dVVideoNavi .dVVHeadline .likeH1,.dceVideo .dVVideoNavi .dVVHeadline h2,.dceVideo .dVVideoNavi .dVVHeadline .likeH2,.dceVideo .dVVideoNavi .dVVHeadline h3,.dceVideo .dVVideoNavi .dVVHeadline .likeH3,.dceVideo .dVVideoNavi .dVVHeadline h4,.dceVideo .dVVideoNavi .dVVHeadline .likeH4,.dceVideo .dVVideoNavi .dVVHeadline h5,.dceVideo .dVVideoNavi .dVVHeadline .likeH5,.dceVideo .dVVideoNavi .dVVHeadline .dceUnlimited .dULabel,.dceUnlimited .dceVideo .dVVideoNavi .dVVHeadline .dULabel{ padding: 0; }.dceVideo .dVVideoNavi .slick-track{ padding-bottom: 10px; }.dceVideo .dVVideoNavi .slick-dots{ max-width: 420px;  position: absolute;  left: -webkit-calc(50% - 210px); left: calc(50% - 210px);  background-color: #f5f5f5; }.dceVideo .dVVideoNavi .slick-dots li{ background-color: #f2f2f2;  margin: 0 10px; }.dceVideo .dVVideoNavi .slick-dots li.slick-active{ background-color: #e2001a; }.dceVideo .dVVideoNavi .dVVideo{ margin: 0 10px;  overflow: hidden;  position: relative;  cursor: pointer; }.dceVideo .dVVideoNavi .dVVideo .dVVHeadline{ padding: 20px;  background-color: #f5f5f5; }.dceVideo .dVVideoNavi .dVVideo .dVVOverlay{ width: 420px;  height: 236px; }.dceVideo .dVVideoNavi .dVVideo .dVVPreview,.dceVideo .dVVideoNavi .dVVideo iframe{ width: 420px;  height: 236px;  display: block;  background-size: cover;  background-position: center center; }#content .tx-wc-forecast{ background-image: url(/fileadmin/templates/images/forecastBgFooter.png);  background-position: bottom left;  background-repeat: no-repeat;  background-position: bottom right;  padding-bottom: 120px; }#content .tx-wc-forecast #forecastSelect_chosen{ display: none; }#content .tx-wc-forecast .forecastContentNavi{ display: block; }.dHSMargin{ margin: 0 auto;  max-width: 1300px;  padding: 10px 0 0; }.contwiseList .cLPoi h3,.contwiseList .cLPoi .likeH3{ padding-top: 40px; }.contwiseList .cLPoi .cLPHighlights .cLPHighlight{ width: 25%; }.ti_news{ height: 52px;  padding: 11px 0;  cursor: pointer; }.alertDescription{ bottom: unset;  top: 77px;  left: -webkit-calc(50% - 340px); left: calc(50% - 340px);  right: unset;  width: 680px;  padding: 20px; }.alertDescription:before{ display: block;  content: '';  position: absolute;  background-color: #e2001a;  width: 20px;  height: 20px;  left: -webkit-calc(50% - 10px); left: calc(50% - 10px);  top: -10px;  -moz-transform: rotate(45deg);  -webkit-transform: rotate(45deg);  -o-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.contwiseDetail .cDImage{ height: 640px; }.contwiseMap .contwiseMapContainer{ height: 800px; }#top #topTargetFull.act #tTFContent .dceHeaderContact .slick-dots{ display: none; }#share .dceShare{ margin: -30px 0 0 auto; }#share .dceShare svg:hover path{ fill: #e2001a; }}@media print{@page{ size: A4;  margin: 8mm;  counter-increment: page; }#top,#header,#share,#newsletter,#footer,#alert,.dceFacts,.dTSImg,.dTCPPolySvg,.blogSlider,#unlimited,.topfilter,.filterView{ display: none !important; }#printHeader,#printFooter{ width: 100%;  font-weight: bold;  font-size: 16px; }#printHeader{ display: block !important;  background-color: white;  z-index: 99999999;  height: 80px !important;  border-bottom: 1px solid #e0e0e1;  margin-bottom: 10px; }#printHeader img{ width: 100px; }#printFooter{ -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding-top: 20px;  display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  height: 100px !important;  border-top: 1px solid #e0e0e1;  margin-top: 10px; }#printFooter > div{ width: 23%; }#printFooter img{ width: 150px; }#content,#firstContent{ margin: 0; }.emoListItem{ page-break-inside: avoid; }.tx-webx-bookingemo .emoList .emoListItem .emoListDescription{ display: block !important; }.tx-webx-bookingemo .emoList .emoListItem .emoDetailButton{ display: none !important; }.tx-webx-bookingemo .emoList .emoListItem{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.tx-webx-bookingemo .emoList .emoListItem > div{ width: 50%; }.tx-webx-bookingemo .emoList .emoListItem > div.innerWrap{ display: none; }.tx-webx-bookingemo .emoList .emoListItem .dTTeaser{ min-height: auto !important; }}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Ffileadmin%5C%2Ftemplates%5C%2Fscss%5C%2Fmain.scss%22%2C%22%5C%2F(stdin)%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%2CWAAA%2CsRAAA%2CAAAA%2CCAQC%2CWAAA%2C8QAAA%2CAAAA%2CCAqBA%2CSAAA%2CiCAAA%2CAAAA%2CCAIA%2CiHAAA%2C6FAAA%2CAAAA%2CCAMA%2C2vCAAA%2CsIAAA%2CAAAA%2CCAMA%2C0TAAA%2CsIAAA%2CAAAA%2CCAMA%2C4mBAAA%2C6IAAA%2CAAAA%2CCAKA%2CspBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CicAAA%2C%2BMAAA%2CAAAA%2CCAaA%2CaAAA%2CiBAAA%2CAAAA%2CCAGC%2CkBAAA%2CgGAAA%2CAAAA%2CCASD%2CcAAA%2CoZAAA%2CAAAA%2CCAcA%2CeAAA%2C2OAAA%2CAAAA%2CCAcC%2CqBAAA%2CiBAAA%2CAAAA%2CCAKA%2CmBAAA%2C0CAAA%2CAAAA%2CCAIC%2CyBAAA%2CcAAA%2CAAAA%2CCAKD%2CmBAAA%2CgCAAA%2CAAAA%2CCAGC%2C2BAAA%2CgBAAA%2CAAAA%2CCAMF%2Cw2BAAA%2C4IAAA%2CAAAA%2CCAQA%2CSAAA%2C%2BIAAA%2CAAAA%2CCAWA%2CaAAA%2CkOAAA%2CAAAA%2CCAQA%2CaAAA%2CkOAAA%2CAAAA%2CCAQA%2CQAAA%2CwCAAA%2CAAAA%2CCAIC%2CeAAA%2CgWAAA%2CAAAA%2CCAeD%2CUAAA%2CqCAAA%2CAAAA%2CCAKA%2CgCAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2C2BAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CoBAAA%2CAAAA%2CCAGA%2CgCAAA%2CoBAAA%2CAAAA%2CCAGA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAGA%2CyBAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2CyBAAA%2CoBAAA%2CAAAA%2CCAGA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCC9ND%2CADqOC%2CmBAAA%2CgJAAA%2CAAAA%2CCAOA%2CKAAA%2CiEAAA%2CAAAA%2CCAOA%2CaAAA%2CyBAAA%2CAAAA%2CCAKA%2CKAAA%2CsLAAA%2CAAAA%2CCAUA%2C8EAAA%2C6GAAA%2CAAAA%2CCAOA%2CuMAAA%2CqBAAA%2CAAAA%2CCAIA%2C4LAAA%2CoBAAA%2CAAAA%2CCAIA%2CsBAAA%2CyFAAA%2CAAAA%2CCAMA%2CWAAA%2CoBAAA%2CAAAA%2CCAGA%2CWAAA%2CoBAAA%2CAAAA%2CCAGA%2CWAAA%2CgFAAA%2CAAAA%2CCA2BA%2CMAAA%2CkCAAA%2CAAAA%2CCAKA%2CIAAA%2C%2BCAAA%2CAAAA%2CCAMA%2CWAAA%2CsCAAA%2CAAAA%2CCAKA%2CQAAA%2CyCAAA%2CAAAA%2CCAKA%2CiBAAA%2C2BAAA%2CAAAA%2CCAKA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CQAAA%2CqBAAA%2CAAAA%2CCAIA%2C2vCAAA%2CsIAAA%2CAAAA%2CCAMA%2C4mBAAA%2C6IAAA%2CAAAA%2CCAKA%2C0TAAA%2CsIAAA%2CAAAA%2CCAMA%2C4FAAA%2C6FAAA%2CAAAA%2CCAMA%2CKAAA%2CyZAAA%2CAAAA%2CCAgBC%2CaAAA%2CqFAAA%2CAAAA%2CCAKC%2CyBAAA%2CoBAAA%2CAAAA%2CCAIA%2CsBAAA%2CwBAAA%2CAAAA%2CCAQC%2CmCAAA%2CqEAAA%2CAAAA%2CCAIA%2CsCAAA%2CkCAAA%2CAAAA%2CCAKA%2CiCAAA%2CqBAAA%2CAAAA%2CCAKD%2C4BAAA%2CkBAAA%2CAAAA%2CCAGC%2C4CAAA%2CyBAAA%2CAAAA%2CCAKD%2C6BAAA%2CiEAAA%2CAAAA%2CCAGC%2CuCAAA%2CmEAAA%2CAAAA%2CCAMF%2CeAAA%2C2IAAA%2CAAAA%2CCASC%2CwBAAA%2CqJAAA%2CAAAA%2CCAYC%2C4BAAA%2C6BAAA%2CAAAA%2CCAKC%2CiCAAA%2CgBAAA%2CAAAA%2CCAMF%2CoBAAA%2CsYAAA%2CAAAA%2CCAYC%2CyBAAA%2CoBAAA%2CAAAA%2CCAGC%2CwCAAA%2C6XAAA%2CAAAA%2CCAiBC%2C8CAAA%2C8JAAA%2CAAAA%2CCAQC%2CmDAAA%2CwVAAA%2CAAAA%2CCAWC%2CwDAAA%2CmIAAA%2CAAAA%2CCAMC%2C4DAAA%2CqDAAA%2CAAAA%2CCAMA%2C2DAAA%2C0LAAA%2CAAAA%2CCAQE%2C2EAAA%2CsBAAA%2CAAAA%2CCAIA%2CgEAAA%2CiBAAA%2CAAAA%2CCAQJ%2CoDAAA%2CgCAAA%2CAAAA%2CCAIC%2CgEAAA%2CgBAAA%2CAAAA%2CCAOD%2CwEAAA%2CaAAA%2CAAAA%2CCAGC%2C6EAAA%2CkBAAA%2CAAAA%2CCAEC%2C%2BEAAA%2CmBAAA%2CAAAA%2CCAKF%2CyEAAA%2CgCAAA%2CAAAA%2CCAIC%2CiGAAA%2CwBAAA%2CAAAA%2CCAIA%2C0FAAA%2CiBAAA%2CAAAA%2CCAIA%2CqFAAA%2CoCAAA%2CAAAA%2CCASF%2CiCAAA%2CiBAAA%2CAAAA%2CCAIA%2C0CAAA%2CiBAAA%2CAAAA%2CCAIA%2CsCAAA%2CyOAAA%2CAAAA%2CCAUC%2C0CAAA%2CgNAAA%2CAAAA%2CCAaL%2CoBAAA%2C4XAAA%2CAAAA%2CCAaC%2C2BAAA%2C8bAAA%2CAAAA%2CCAeC%2CiCAAA%2CuCAAA%2CAAAA%2CCAIC%2CqCAAA%2C6BAAA%2CAAAA%2CCAMD%2CwCAAA%2CmBAAA%2CAAAA%2CCAKD%2C8BAAA%2CuFAAA%2CAAAA%2CCAWD%2CWAAA%2CkCAAA%2CAAAA%2CCAIC%2CeAAA%2CcAAA%2CAAAA%2CCAKD%2CoBAAA%2CkEAAA%2CAAAA%2CCAOC%2C8BAAA%2CkCAAA%2CAAAA%2CCAIC%2CgCAAA%2CkCAAA%2CAAAA%2CCAMD%2CgCAAA%2CoIAAA%2CAAAA%2CCAQC%2CmCAAA%2C4BAAA%2CAAAA%2CCAIC%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CgDAAA%2C4BAAA%2CAAAA%2CCAMF%2CwBAAA%2CwEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQF%2CoBAAA%2C%2BCAAA%2CAAAA%2CCAMC%2CgCAAA%2CgcAAA%2CAAAA%2CCAcC%2CqCAAA%2CqBAAA%2CAAAA%2CCAGC%2CwDAAA%2CmNAAA%2CAAAA%2CCAYC%2CmFAAA%2C8BAAA%2CAAAA%2CCAKA%2C8EAAA%2C8BAAA%2CAAAA%2CCAKA%2C%2BEAAA%2C8BAAA%2CAAAA%2CCAKA%2CqEAAA%2C8BAAA%2CAAAA%2CCAIA%2C8EAAA%2CiBAAA%2CAAAA%2CCAGA%2C%2BEAAA%2CiBAAA%2CAAAA%2CCAMD%2C0DAAA%2CyJAAA%2CAAAA%2CCAaC%2CoEAAA%2CiOAAA%2CAAAA%2CCAUF%2C4CAAA%2CoIAAA%2CAAAA%2CCAQC%2C%2BCAAA%2C4BAAA%2CAAAA%2CCAIC%2CsDAAA%2CgBAAA%2CAAAA%2CCAIA%2C4DAAA%2C4BAAA%2CAAAA%2CCAMF%2C8CAAA%2CoCAAA%2CAAAA%2CCAIC%2C2DAAA%2CuVAAA%2CAAAA%2CCAUC%2CwEAAA%2C0HAAA%2CAAAA%2CCASA%2CyEAAA%2CkCAAA%2CAAAA%2CCAKA%2C6EAAA%2CuFAAA%2CAAAA%2CCAOC%2CiFAAA%2CaAAA%2CAAAA%2CCAKD%2CyEAAA%2C2GAAA%2CAAAA%2CCAKC%2CuFAAA%2CwEAAA%2CAAAA%2CCAOA%2CgFAAA%2C0CAAA%2CAAAA%2CCAMD%2CyEAAA%2CiCAAA%2CAAAA%2CCAIC%2C2EAAA%2CyHAAA%2CAAAA%2CCAQC%2CkFAAA%2CuWAAA%2CAAAA%2CCAgBC%2CwFAAA%2CkEAAA%2CAAAA%2CCAQH%2C%2BDAAA%2CsCAAA%2CAAAA%2CCAOF%2C6CAAA%2CmNAAA%2CAAAA%2CCAWA%2C4CAAA%2C4GAAA%2CAAAA%2CCAQA%2C4CAAA%2CiBAAA%2CAAAA%2CCAKD%2C8BAAA%2CqIAAA%2CAAAA%2CCAWC%2CkCAAA%2C6BAAA%2CAAAA%2CCAKC%2CuCAAA%2CgBAAA%2CAAAA%2CCAMF%2CwBAAA%2C4HAAA%2CAAAA%2CCAKC%2CoCAAA%2CmEAAA%2CAAAA%2CCAIA%2CkCAAA%2CmEAAA%2CAAAA%2CCAIA%2CkCAAA%2CwOAAA%2CAAAA%2CCAUC%2CsCAAA%2C%2BMAAA%2CAAAA%2CCASD%2CoCAAA%2CeAAA%2CAAAA%2CCAGC%2CgDAAA%2C2GAAA%2CAAAA%2CCAWD%2C0GAAA%2CgBAAA%2CAAAA%2CCAMF%2CeAAA%2CgBAAA%2CAAAA%2CCAIA%2CmBAAA%2CiBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsDAAA%2CAAAA%2CCAKC%2C%2BBAAA%2C4WAAA%2CAAAA%2CCAaC%2CoCAAA%2C8cAAA%2CAAAA%2CCAkBA%2CiDAAA%2CSAAA%2CAAAA%2CCAGA%2CkGAAA%2CWAAA%2CAAAA%2CCAGA%2CiDAAA%2CYAAA%2CAAAA%2CCAMA%2CsDAAA%2CmCAAA%2CAAAA%2CCAKA%2CsDAAA%2C6JAAA%2CAAAA%2CCAKA%2CsDAAA%2CkKAAA%2CAAAA%2CCAKA%2CsDAAA%2CoCAAA%2CAAAA%2CCAQF%2CqBAAA%2C8KAAA%2CAAAA%2CCASC%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2CiCAAA%2CwTAAA%2CAAAA%2CCAeC%2CuCAAA%2CcAAA%2CAAAA%2CCAGC%2C6CAAA%2CgBAAA%2CAAAA%2CCAGC%2CqDAAA%2CiBAAA%2CAAAA%2CCAMF%2CqCAAA%2CiBAAA%2CAAAA%2CCAIA%2CwEAAA%2C0LAAA%2CAAAA%2CCASA%2CyCAAA%2C8CAAA%2CAAAA%2CCAMA%2CmCAAA%2CsIAAA%2CAAAA%2CCAOA%2CuCAAA%2CiBAAA%2CAAAA%2CCAIA%2CuCAAA%2C0RAAA%2CAAAA%2CCAYA%2CuCAAA%2CwTAAA%2CAAAA%2CCAYA%2C2CAAA%2C8EAAA%2CAAAA%2CCAMD%2CyBAAA%2CmBAAA%2CAAAA%2CCAMA%2CcAAA%2CaAAA%2CAAAA%2CCC5sCH%2CADqtCC%2CUAAA%2CoKAAA%2CAAAA%2CCAQC%2CmBAAA%2CaAAA%2CAAAA%2CCAGC%2CsBAAA%2C2GAAA%2CAAAA%2CCAKC%2C2BAAA%2CsHAAA%2CAAAA%2CCAQC%2C%2BBAAA%2CgfAAA%2CAAAA%2CCAeC%2CmCAAA%2CiBAAA%2CAAAA%2CCAGC%2CwCAAA%2CaAAA%2CAAAA%2CCASL%2CqDAAA%2C8aAAA%2CAAAA%2CCAYC%2CiEAAA%2C8CAAA%2CAAAA%2CCAKC%2CgFAAA%2CYAAA%2CAAAA%2CCAMF%2CqCAAA%2CgBAAA%2CAAAA%2CCAKD%2CyBAAA%2CqCAAA%2CAAAA%2CCAIC%2C6CAAA%2CmDAAA%2CAAAA%2CCAMC%2CyDAAA%2CgBAAA%2CAAAA%2CCAGA%2C6DAAA%2C2GAAA%2CAAAA%2CCCjzCH%2CAD0zCC%2CqBAAA%2C%2BDAAA%2CAAAA%2CCAKC%2C%2BBAAA%2C6DAAA%2CAAAA%2CCAMC%2CwCAAA%2C0IAAA%2CAAAA%2CCAQA%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2C4CAAA%2CmDAAA%2CAAAA%2CCAKC%2C0DAAA%2CkBAAA%2CAAAA%2CCAGC%2C8PAAA%2C8CAAA%2CAAAA%2CCAOD%2CwDAAA%2CgHAAA%2CAAAA%2CCASA%2CsDAAA%2CqIAAA%2CAAAA%2CCAQC%2CwDAAA%2C4DAAA%2CAAAA%2CCAKC%2C8DAAA%2C0CAAA%2CAAAA%2CCAQH%2C4CAAA%2CuGAAA%2CAAAA%2CCAWD%2CiCAAA%2CkNAAA%2CAAAA%2CCASC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQC%2C2CAAA%2CgBAAA%2CAAAA%2CCAGA%2C2CAAA%2CyQAAA%2CAAAA%2CCAcD%2CwDAAA%2CwKAAA%2CAAAA%2CCAMA%2CwDAAA%2C2BAAA%2CAAAA%2CCAGA%2CsDAAA%2C6GAAA%2CAAAA%2CCAWF%2CWAAA%2C2SAAA%2CAAAA%2CCAgBC%2CsBAAA%2CqBAAA%2CAAAA%2CCAGA%2CqBAAA%2C%2BQAAA%2CAAAA%2CCAWA%2CkBAAA%2CiBAAA%2CAAAA%2CCAIA%2CyBAAA%2CeAAA%2CAAAA%2CCAOD%2CuBAAA%2CmCAAA%2CAAAA%2CCAIC%2CqIAAA%2CsBAAA%2CAAAA%2CCAGC%2CmNAAA%2CmBAAA%2CAAAA%2CCAOF%2CYAAA%2CsBAAA%2CAAAA%2CCAIA%2CWAAA%2C6FAAA%2CAAAA%2CCAMC%2CuBAAA%2CgPAAA%2CAAAA%2CCAYC%2CwDAAA%2CiBAAA%2CAAAA%2CCAGA%2C0BAAA%2CkEAAA%2CAAAA%2CCAQD%2C2BAAA%2CqBAAA%2CAAAA%2CCAIA%2CoDAAA%2CiBAAA%2CAAAA%2CCAIA%2CwBAAA%2CoOAAA%2CAAAA%2CCASD%2CQAAA%2CsHAAA%2CAAAA%2CCAQC%2CUAAA%2CcAAA%2CAAAA%2CCAGC%2CgBAAA%2CiBAAA%2CAAAA%2CCAKD%2CmBAAA%2CiQAAA%2CAAAA%2CCAQC%2C0BAAA%2CwBAAA%2CAAAA%2CCAGC%2C4BAAA%2CiBAAA%2CAAAA%2CCAEC%2CgCAAA%2CcAAA%2CAAAA%2CCAMF%2C0BAAA%2C4GAAA%2CAAAA%2CCAOC%2CgCAAA%2CqVAAA%2CAAAA%2CCAeA%2CgCAAA%2CiBAAA%2CAAAA%2CCAEC%2CsCAAA%2CkEAAA%2CAAAA%2CCAQH%2CsBAAA%2CmBAAA%2CAAAA%2CCAIE%2C2GAAA%2CiDAAA%2CAAAA%2CCAKC%2C0HAAA%2C4GAAA%2CAAAA%2CCAOC%2CyIAAA%2C0EAAA%2CAAAA%2CCAMC%2CwJAAA%2C6CAAA%2CAAAA%2CCASJ%2CgGAAA%2C2CAAA%2CAAAA%2CCAKC%2CuCAAA%2CkBAAA%2CAAAA%2CCAGA%2CyCAAA%2C%2BCAAA%2CAAAA%2CCAKC%2C8CAAA%2CaAAA%2CAAAA%2CCAQF%2CyBAAA%2CiDAAA%2CAAAA%2CCAKC%2C4BAAA%2CiEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2CAAA%2CAAAA%2CCASJ%2CsFAAA%2CgBAAA%2CAAAA%2CCClrDD%2CADwrDE%2CmEAAA%2C2FAAA%2CAAAA%2CCAGC%2CoMAAA%2C2WAAA%2CAAAA%2CCAiBE%2CoRAAA%2C%2BHAAA%2CAAAA%2CCASA%2C4MAAA%2CsGAAA%2CAAAA%2CCAMC%2CoOAAA%2C2XAAA%2CAAAA%2CCAoBH%2C6FAAA%2C2GAAA%2CAAAA%2CCAQA%2C2JAAA%2CyOAAA%2CAAAA%2CCAUA%2CiDAAA%2CwJAAA%2CAAAA%2CCAMC%2CgEAAA%2CqMAAA%2CAAAA%2CCAYC%2CqFAAA%2CsCAAA%2CAAAA%2CCASD%2CkEAAA%2CqBAAA%2CAAAA%2CCAGC%2CmFAAA%2CsCAAA%2CAAAA%2CCAIC%2C0FAAA%2C4TAAA%2CAAAA%2CCAmBJ%2C2CAAA%2C6HAAA%2CAAAA%2CCAOC%2C8CAAA%2CwFAAA%2CAAAA%2CCAMC%2C0DAAA%2CsDAAA%2CAAAA%2CCCn0DJ%2CAD40DC%2CYAAA%2CuHAAA%2CAAAA%2CCAWA%2CYAAA%2CsDAAA%2CAAAA%2CCAMA%2CUAAA%2CyDAAA%2CAAAA%2CCAOA%2CYAAA%2CmDAAA%2CAAAA%2CCAMA%2CSAAA%2CuEAAA%2CAAAA%2CCASA%2CkBAAA%2C6NAAA%2CAAAA%2CCAgBC%2C4BAAA%2C4FAAA%2CAAAA%2CCAOA%2C0BAAA%2CuGAAA%2CAAAA%2CCAOC%2CiCAAA%2CuWAAA%2CAAAA%2CCAgBD%2C2BAAA%2CuFAAA%2CAAAA%2CCAQC%2CkCAAA%2CwUAAA%2CAAAA%2CCAgBD%2CoBAAA%2CsCAAA%2CAAAA%2CCAIC%2C0BAAA%2C2CAAA%2CAAAA%2CCAMD%2CsBAAA%2C6EAAA%2CAAAA%2CCCn8DF%2CAD88DC%2CkCAAA%2C4BAAA%2CAAAA%2CCAGC%2C4DAAA%2CoJAAA%2CAAAA%2CCAUA%2CkFAAA%2CsBAAA%2CAAAA%2CCAGC%2C0GAAA%2CoKAAA%2CAAAA%2CCASC%2CgHAAA%2C2GAAA%2CAAAA%2CCAQC%2C8HAAA%2CgBAAA%2CAAAA%2CCAGA%2C8HAAA%2C2HAAA%2CAAAA%2CCAWD%2CwJAAA%2CcAAA%2CAAAA%2CCAGA%2CwJAAA%2C2BAAA%2CAAAA%2CCAGA%2CoJAAA%2C6GAAA%2CAAAA%2CCAYF%2CwDAAA%2CqBAAA%2CAAAA%2CCAOC%2CoKAAA%2C6HAAA%2CAAAA%2CCAUA%2CsFAAA%2CsJAAA%2CAAAA%2CCAYA%2C4FAAA%2CoIAAA%2CAAAA%2CCAWA%2C8EAAA%2CiDAAA%2CAAAA%2CCAOF%2C2BAAA%2CgBAAA%2CAAAA%2CCC9jED%2CADskEE%2CsBAAA%2C4EAAA%2CAAAA%2CCAMC%2CwCAAA%2C%2BLAAA%2CAAAA%2CCAMA%2C4BAAA%2C%2BDAAA%2CAAAA%2CCAQA%2CgCAAA%2C2EAAA%2CAAAA%2CCASA%2CkCAAA%2C%2BBAAA%2CAAAA%2CCAIC%2CoCAAA%2CgGAAA%2CAAAA%2CCASC%2CqhBAAA%2C0IAAA%2CAAAA%2CCAYA%2CmFAAA%2CkFAAA%2CAAAA%2CCAMA%2CkDAAA%2C8JAAA%2CAAAA%2CCAWA%2CgDAAA%2CuGAAA%2CAAAA%2CCAQA%2C8CAAA%2CiDAAA%2CAAAA%2CCAKC%2CgDAAA%2CwBAAA%2CAAAA%2CCAIA%2C0DAAA%2CiGAAA%2CAAAA%2CCAWH%2CgCAAA%2CoBAAA%2CAAAA%2CCAIA%2C%2BPAAA%2CoBAAA%2CAAAA%2CCAKC%2C8CAAA%2C4BAAA%2CAAAA%2CCClrEJ%2CAD2rEE%2C%2BMAAA%2CiBAAA%2CAAAA%2CCAGA%2C6BAAA%2CgBAAA%2CAAAA%2CCAKD%2C6BAAA%2CuCAAA%2CAAAA%2CCAKA%2CYAAA%2CgBAAA%2CAAAA%2CCCxsED%2CAD%2BsEE%2CkBAAA%2CiBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsBAAA%2CAAAA%2CCAIC%2C8BAAA%2C%2BHAAA%2CAAAA%2CCAMC%2CyCAAA%2CwFAAA%2CAAAA%2CCAaA%2CkCAAA%2CoEAAA%2CAAAA%2CCASD%2CgCAAA%2CmLAAA%2CAAAA%2CCASC%2CmCAAA%2CwCAAA%2CAAAA%2CCAKC%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CgDAAA%2C4BAAA%2CAAAA%2CCAMF%2CwBAAA%2CwEAAA%2CAAAA%2CCAKC%2CoCAAA%2C2GAAA%2CAAAA%2CCAQF%2C%2BBAAA%2C6BAAA%2CAAAA%2CCAKD%2CkBAAA%2CgBAAA%2CAAAA%2CCAGC%2C6BAAA%2CqbAAA%2CAAAA%2CCAaC%2CmCAAA%2CqRAAA%2CAAAA%2CCASC%2CgMAAA%2CiaAAA%2CAAAA%2CCAaA%2CgDAAA%2CwBAAA%2CAAAA%2CCAGC%2C2DAAA%2CmBAAA%2CAAAA%2CCAKD%2C8CAAA%2CuCAAA%2CAAAA%2CCAIC%2C0DAAA%2CwFAAA%2CAAAA%2CCASA%2C8DAAA%2C6BAAA%2CAAAA%2CCAKD%2CmDAAA%2C8aAAA%2CAAAA%2CCAaC%2CyDAAA%2C6BAAA%2CAAAA%2CCAIA%2C%2BDAAA%2C0dAAA%2CAAAA%2CCAeC%2CsEAAA%2CeAAA%2CAAAA%2CCAGC%2C0EAAA%2C4BAAA%2CAAAA%2CCAKD%2CmEAAA%2C6BAAA%2CAAAA%2CCCr4EN%2CAD%2B4EC%2CeAAA%2CwiBAAA%2CAAAA%2CCAgBC%2C0SAAA%2CkCAAA%2CAAAA%2CCAMA%2C2CAAA%2CqGAAA%2CAAAA%2CCAOC%2CiGAAA%2C0KAAA%2CAAAA%2CCAQA%2CuFAAA%2CiIAAA%2CAAAA%2CCAOA%2CyFAAA%2CiIAAA%2CAAAA%2CCAOA%2CqEAAA%2C0KAAA%2CAAAA%2CCAQA%2CuFAAA%2CoHAAA%2CAAAA%2CCAMA%2CyFAAA%2CoHAAA%2CAAAA%2CCAMA%2C2EAAA%2CmBAAA%2CAAAA%2CCAKD%2CsBAAA%2CiBAAA%2CAAAA%2CCAIA%2CiCAAA%2CmBAAA%2CAAAA%2CCC%5C%2F9EF%2CADq%2BEC%2CcAAA%2CuCAAA%2CAAAA%2CCAIC%2CuBAAA%2CaAAA%2CAAAA%2CCAMA%2CuBAAA%2CoOAAA%2CAAAA%2CCAQA%2C2BAAA%2CuGAAA%2CAAAA%2CCCv%5C%2FEF%2CADkgFE%2CyBAAA%2CoEAAA%2CAAAA%2CCAMC%2C%2BBAAA%2C%2BJAAA%2CAAAA%2CCAMC%2CgDAAA%2C0BAAA%2CAAAA%2CCAKA%2CgDAAA%2CyBAAA%2CAAAA%2CCAKA%2C8CAAA%2C0BAAA%2CAAAA%2CCAKA%2CyCAAA%2C0BAAA%2CAAAA%2CCASA%2CoDAAA%2CUAAA%2CAAAA%2CCAIA%2CoDAAA%2CsBAAA%2CAAAA%2CCAKA%2CkDAAA%2CcAAA%2CAAAA%2CCAQH%2CQAAA%2CoBAAA%2CAAAA%2CCCvjFD%2CAD4jFC%2CgBAAA%2CyCAAA%2CAAAA%2CCAGC%2C%2BBAAA%2CcAAA%2CAAAA%2CCAIC%2CydAAA%2CcAAA%2CAAAA%2CCAIA%2CsCAAA%2C6BAAA%2CAAAA%2CCAOD%2C2CAAA%2CmBAAA%2CAAAA%2CCAIA%2C0BAAA%2CiaAAA%2CAAAA%2CCAYC%2CgCAAA%2CkBAAA%2CAAAA%2CCAID%2CyBAAA%2CmBAAA%2CAAAA%2CCAGA%2C0BAAA%2C6BAAA%2CAAAA%2CCAGA%2C2BAAA%2C4BAAA%2CAAAA%2CCAGC%2CiCAAA%2CmBAAA%2CAAAA%2CCC3mFH%2CADmnFE%2CsBAAA%2C%2BDAAA%2CAAAA%2CCAKC%2C4BAAA%2CcAAA%2CAAAA%2CCCxnFH%2CAD%2BnFC%2CYAAA%2CuEAAA%2CAAAA%2CCAOC%2CmCAAA%2C4BAAA%2CAAAA%2CCAIA%2C4BAAA%2CmBAAA%2CAAAA%2CCAIE%2C0FAAA%2CyGAAA%2CAAAA%2CCASA%2C4CAAA%2C4BAAA%2CAAAA%2CCAGA%2C8CAAA%2C4BAAA%2CAAAA%2CCAMF%2CiCAAA%2CiBAAA%2CAAAA%2CCChqFF%2CADsqFC%2CgBAAA%2CuEAAA%2CAAAA%2CCAOC%2C2CAAA%2C4BAAA%2CAAAA%2CCAIA%2C0BAAA%2CiMAAA%2CAAAA%2CCAOC%2CgCAAA%2CmCAAA%2CAAAA%2CCAKE%2C4CAAA%2CgBAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAID%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAID%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAGC%2C2DAAA%2CgBAAA%2CAAAA%2CCAUF%2C2BAAA%2C2CAAA%2CAAAA%2CCAMD%2CyBAAA%2CuCAAA%2CAAAA%2CCAIC%2C8BAAA%2C0CAAA%2CAAAA%2CCCvuFH%2CAD%2BuFC%2CiBAAA%2CuEAAA%2CAAAA%2CCAOC%2CmBAAA%2CiBAAA%2CAAAA%2CCAIA%2C6CAAA%2C4BAAA%2CAAAA%2CCAIA%2C0BAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CoCAAA%2CoBAAA%2CAAAA%2CCAGC%2CwCAAA%2C%2BDAAA%2CAAAA%2CCAOC%2CgDAAA%2CgBAAA%2CAAAA%2CCC5wFL%2CADsxFE%2C4CAAA%2C8DAAA%2CAAAA%2CCAMC%2C43FAAA%2CmNAAA%2CAAAA%2CCASA%2CgDAAA%2C6GAAA%2CAAAA%2CCCryFH%2CADozFE%2C8DAAA%2CiBAAA%2CAAAA%2CCAGA%2CsBAAA%2CiBAAA%2CAAAA%2CCAIA%2CkBAAA%2C6HAAA%2CAAAA%2CCAIC%2CwBAAA%2CcAAA%2CAAAA%2CCAIA%2CqCAAA%2CwGAAA%2CAAAA%2CCAMA%2CoCAAA%2CwGAAA%2CAAAA%2CCAKC%2CwCAAA%2CoBAAA%2CAAAA%2CCAKD%2CsBAAA%2CaAAA%2CAAAA%2CCAIC%2C2BAAA%2CaAAA%2CAAAA%2CCAQF%2C0BAAA%2CgBAAA%2CAAAA%2CCAIC%2CyFAAA%2CwGAAA%2CAAAA%2CCAYA%2CmCAAA%2CmBAAA%2CAAAA%2CCC%5C%2F2FH%2CADw3FG%2CoCAAA%2CiIAAA%2CAAAA%2CCAOC%2C8CAAA%2CqEAAA%2CAAAA%2CCAMA%2CiDAAA%2CuDAAA%2CAAAA%2CCAKC%2CwDAAA%2CiBAAA%2CAAAA%2CCAKF%2CoCAAA%2CsBAAA%2CAAAA%2CCC%5C%2F4FH%2CADs5FC%2CUAAA%2CmBAAA%2CAAAA%2CCAEC%2CsBAAA%2CgBAAA%2CAAAA%2CCAIA%2CyBAAA%2CoCAAA%2CAAAA%2CCAIC%2CsCAAA%2CuBAAA%2CAAAA%2CCAIA%2CkCAAA%2CiBAAA%2CAAAA%2CCAIC%2C%2BEAAA%2C4BAAA%2CAAAA%2CCAKA%2CiDAAA%2C%2BDAAA%2CAAAA%2CCAUF%2CsBAAA%2CmLAAA%2CAAAA%2CCASC%2CyBAAA%2CwCAAA%2CAAAA%2CCAKC%2CgCAAA%2CgBAAA%2CAAAA%2CCAIA%2CsCAAA%2C4BAAA%2CAAAA%2CCAMF%2CuBAAA%2CgBAAA%2CAAAA%2CCC%5C%2F8FF%2CADq9FC%2CyBAAA%2C4GAAA%2CAAAA%2CCAKC%2C8CAAA%2CqJAAA%2CAAAA%2CCAUE%2CgEAAA%2CuIAAA%2CAAAA%2CCAQA%2C8EAAA%2CiDAAA%2CAAAA%2CCAMD%2CoHAAA%2CYAAA%2CAAAA%2CCAIA%2CiEAAA%2CiXAAA%2CAAAA%2CCAeA%2CiEAAA%2C6WAAA%2CAAAA%2CCAgBD%2C4DAAA%2CaAAA%2CAAAA%2CCAIA%2CqCAAA%2CiVAAA%2CAAAA%2CCAUC%2CuCAAA%2CcAAA%2CAAAA%2CCAIA%2CqFAAA%2C4DAAA%2CAAAA%2CCAMA%2CkDAAA%2CwBAAA%2CAAAA%2CCAGC%2CgEAAA%2CqDAAA%2CAAAA%2CCAKC%2CgKAAA%2CqCAAA%2CAAAA%2CCAIC%2CsVAAA%2CoBAAA%2CAAAA%2CCAKD%2CwEAAA%2CuDAAA%2CAAAA%2CCAMA%2C8EAAA%2CsJAAA%2CAAAA%2CCAIC%2CsFAAA%2CeAAA%2CAAAA%2CCAIC%2C6FAAA%2CkDAAA%2CAAAA%2CCAKA%2C%2BFAAA%2C0FAAA%2CAAAA%2CCAQD%2C0FAAA%2C%2BEAAA%2CAAAA%2CCAMD%2C0EAAA%2CkGAAA%2CAAAA%2CCAOG%2CiFAAA%2CuWAAA%2CAAAA%2CCAmBN%2CgDAAA%2CoEAAA%2CAAAA%2CCCznGF%2CADkoGC%2CYAAA%2C2CAAA%2CAAAA%2CCAIC%2CqBAAA%2C2FAAA%2CAAAA%2CCAMC%2CmCAAA%2CqCAAA%2CAAAA%2CCAIC%2C6CAAA%2C6HAAA%2CAAAA%2CCAUA%2CqMAAA%2CoKAAA%2CAAAA%2CCAUC%2C6MAAA%2CcAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CaAAA%2CAAAA%2CCAIC%2CiDAAA%2C%2BDAAA%2CAAAA%2CCASF%2CgCAAA%2C6FAAA%2CAAAA%2CCAMA%2C8BAAA%2CmCAAA%2CAAAA%2CCAIA%2CgCAAA%2C%2BDAAA%2CAAAA%2CCAMC%2CsCAAA%2CuCAAA%2CAAAA%2CCAKD%2CwEAAA%2CgBAAA%2CAAAA%2CCAMA%2CiDAAA%2CmGAAA%2CAAAA%2CCAQA%2CsFAAA%2CqBAAA%2CAAAA%2CCAGA%2C4CAAA%2CaAAA%2CAAAA%2CCAKD%2CwBAAA%2CiIAAA%2CAAAA%2CCAOC%2C2BAAA%2CqFAAA%2CAAAA%2CCAOC%2CkCAAA%2CgBAAA%2CAAAA%2CCAIA%2CwCAAA%2C4BAAA%2CAAAA%2CCAKF%2CsCAAA%2CuBAAA%2CAAAA%2CCCxvGF%2CAD8vGC%2CQAAA%2CgRAAA%2CAAAA%2CCASC%2CkBAAA%2CiBAAA%2CAAAA%2CCAGC%2C4BAAA%2CiBAAA%2CAAAA%2CCAGC%2CiCAAA%2C4JAAA%2CAAAA%2CCASC%2C%2BEAAA%2CqIAAA%2CAAAA%2CCAWA%2CwCAAA%2C2NAAA%2CAAAA%2CCAQA%2CuCAAA%2CkOAAA%2CAAAA%2CCAWH%2CgBAAA%2CqCAAA%2CAAAA%2CCAIC%2C0BAAA%2CqFAAA%2CAAAA%2CCAMC%2CgCAAA%2C6YAAA%2CAAAA%2CCAmBC%2CuCAAA%2CkPAAA%2CAAAA%2CCAYH%2CeAAA%2CiDAAA%2CAAAA%2CCAMC%2C0BAAA%2C0EAAA%2CAAAA%2CCAMC%2CgCAAA%2C8YAAA%2CAAAA%2CCAmBC%2CoCAAA%2CsOAAA%2CAAAA%2CCAUF%2C6BAAA%2CgBAAA%2CAAAA%2CCAEC%2C%2BCAAA%2CyBAAA%2CAAAA%2CCAKD%2C8BAAA%2CwHAAA%2CAAAA%2CCAOA%2C0BAAA%2C8FAAA%2CAAAA%2CCAOC%2C4CAAA%2CuQAAA%2CAAAA%2CCAYA%2C2CAAA%2C4BAAA%2CAAAA%2CCAKD%2C0BAAA%2CgBAAA%2CAAAA%2CCAGC%2CoCAAA%2C6CAAA%2CAAAA%2CCAKC%2C0CAAA%2C4GAAA%2CAAAA%2CCASA%2C0CAAA%2CgGAAA%2CAAAA%2CCASD%2CqCAAA%2CuMAAA%2CAAAA%2CCAOA%2CoDAAA%2CmFAAA%2CAAAA%2CCAIA%2CqCAAA%2CwCAAA%2CAAAA%2CCAIC%2C2CAAA%2CgLAAA%2CAAAA%2CCAUC%2CmDAAA%2CsBAAA%2CAAAA%2CCAIA%2CsDAAA%2CiBAAA%2CAAAA%2CCAIA%2CiDAAA%2C6CAAA%2CAAAA%2CCAMA%2CgDAAA%2CyHAAA%2CAAAA%2CCAYA%2CgEAAA%2CwDAAA%2CAAAA%2CCAIC%2CsEAAA%2CwTAAA%2CAAAA%2CCAmBF%2CwCAAA%2CgLAAA%2CAAAA%2CCAUC%2CgDAAA%2CsBAAA%2CAAAA%2CCAIA%2CmDAAA%2CiBAAA%2CAAAA%2CCAIA%2C8CAAA%2C6CAAA%2CAAAA%2CCAMA%2C6CAAA%2C%2BIAAA%2CAAAA%2CCAaA%2C6DAAA%2CwDAAA%2CAAAA%2CCAIC%2CmEAAA%2CmJAAA%2CAAAA%2CCAgBF%2CqIAAA%2CcAAA%2CAAAA%2CCAIA%2C2IAAA%2C4JAAA%2CAAAA%2CCASA%2CwLAAA%2CoMAAA%2CAAAA%2CCAMC%2CqOAAA%2C4BAAA%2CAAAA%2CCAOD%2CkDAAA%2CiMAAA%2CAAAA%2CCAUC%2CsDAAA%2CmCAAA%2CAAAA%2CCAOA%2CwDAAA%2CwHAAA%2CAAAA%2CCAYC%2C0DAAA%2CqDAAA%2CAAAA%2CCAKA%2C4DAAA%2CmCAAA%2CAAAA%2CCASF%2C4CAAA%2CkQAAA%2CAAAA%2CCAcD%2CkCAAA%2CmCAAA%2CAAAA%2CCAIC%2C0CAAA%2CiBAAA%2CAAAA%2CCAOJ%2CiBAAA%2CqEAAA%2CAAAA%2CCAMC%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCASC%2CwFAAA%2CoDAAA%2CAAAA%2CCAKA%2CwEAAA%2CqDAAA%2CAAAA%2CCAMA%2CoCAAA%2CuDAAA%2CAAAA%2CCAOA%2C6CAAA%2C4BAAA%2CAAAA%2CCAIA%2C4FAAA%2C6DAAA%2CAAAA%2CCAOD%2C6HAAA%2CiBAAA%2CAAAA%2CCAKD%2CmBAAA%2CqDAAA%2CAAAA%2CCAKC%2CiCAAA%2CyCAAA%2CAAAA%2CCAIC%2CqCAAA%2CqEAAA%2CAAAA%2CCAMA%2CuCAAA%2CiBAAA%2CAAAA%2CCAEC%2C2CAAA%2CiBAAA%2CAAAA%2CCAOH%2C6BAAA%2CkJAAA%2CAAAA%2CCAIC%2CqCAAA%2CqCAAA%2CAAAA%2CCAGC%2C2CAAA%2C0BAAA%2CAAAA%2CCC%5C%2FvHH%2CADuwHE%2CqBAAA%2CsBAAA%2CAAAA%2CCAIC%2CqDAAA%2C4CAAA%2CAAAA%2CCAKA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGC%2C0CAAA%2C8DAAA%2CAAAA%2CCAOC%2C6CAAA%2CgFAAA%2CAAAA%2CCAUD%2CyCAAA%2CkGAAA%2CAAAA%2CCAQA%2C8CAAA%2CiOAAA%2CAAAA%2CCAaD%2CoCAAA%2CyJAAA%2CAAAA%2CCAMC%2CkDAAA%2CwEAAA%2CAAAA%2CCAMC%2CsDAAA%2C0CAAA%2CAAAA%2CCAKC%2C8DAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAKD%2CkEAAA%2CiBAAA%2CAAAA%2CCAGC%2C8EAAA%2CgBAAA%2CAAAA%2CCAMH%2CqCAAA%2CwDAAA%2CAAAA%2CCAMC%2CyCAAA%2CsBAAA%2CAAAA%2CCAID%2C2CAAA%2CsEAAA%2CAAAA%2CCAMC%2C6DAAA%2CgBAAA%2CAAAA%2CCAKC%2CkEAAA%2CgBAAA%2CAAAA%2CCAGA%2CiEAAA%2CwBAAA%2CAAAA%2CCAKF%2C8BAAA%2C4BAAA%2CAAAA%2CCAGC%2CgCAAA%2CsCAAA%2CAAAA%2CCAIC%2CqCAAA%2CmCAAA%2CAAAA%2CCAOH%2CmCAAA%2C%2BBAAA%2CAAAA%2CCAMD%2CcAAA%2C8NAAA%2CAAAA%2CCAKC%2CqBAAA%2CoCAAA%2CAAAA%2CCAIC%2CqDAAA%2C4CAAA%2CAAAA%2CCAKA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGC%2C0CAAA%2CyFAAA%2CAAAA%2CCAUA%2CiCAAA%2CgFAAA%2CAAAA%2CCAcF%2CmCAAA%2C%2BBAAA%2CAAAA%2CCAOA%2CmCAAA%2CgBAAA%2CAAAA%2CCAGA%2C6BAAA%2CgBAAA%2CAAAA%2CCAME%2C6CAAA%2CqBAAA%2CAAAA%2CCAOC%2CwDAAA%2C8DAAA%2CAAAA%2CCAKA%2CwDAAA%2CkGAAA%2CAAAA%2CCASA%2C%2BCAAA%2CgFAAA%2CAAAA%2CCAUD%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2CmBAAA%2CAAAA%2CCAOH%2CiBAAA%2CyHAAA%2CAAAA%2CCAIC%2CyBAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CmCAAA%2CqEAAA%2CAAAA%2CCASC%2C2CAAA%2CcAAA%2CAAAA%2CCAQA%2CwCAAA%2C4OAAA%2CAAAA%2CCAMC%2C8CAAA%2CgBAAA%2CAAAA%2CCAIA%2C8CAAA%2C0DAAA%2CAAAA%2CCAQF%2CwGAAA%2CmBAAA%2CAAAA%2CCAIA%2CoEAAA%2CkCAAA%2CAAAA%2CCAIA%2CqGAAA%2C2QAAA%2CAAAA%2CCAOC%2CiHAAA%2CiBAAA%2CAAAA%2CCAIA%2C4IAAA%2CgBAAA%2CAAAA%2CCAOH%2CcAAA%2CiCAAA%2CAAAA%2CCAIC%2CiBAAA%2C6KAAA%2CAAAA%2CCAMC%2CoBAAA%2CoIAAA%2CAAAA%2CCASC%2CsBAAA%2CcAAA%2CAAAA%2CCAEC%2C4BAAA%2CiBAAA%2CAAAA%2CCAOD%2CwDAAA%2C0OAAA%2CAAAA%2CCAYA%2C4BAAA%2CgPAAA%2CAAAA%2CCASA%2C4BAAA%2C0OAAA%2CAAAA%2CCAYH%2CgBAAA%2CsBAAA%2CAAAA%2CCAGC%2CyBAAA%2CqBAAA%2CAAAA%2CCAGC%2CmCAAA%2C0IAAA%2CAAAA%2CCAWA%2CqCAAA%2CcAAA%2CAAAA%2CCAKD%2CiCAAA%2CyCAAA%2CAAAA%2CCAIA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAIC%2C8BAAA%2CuDAAA%2CAAAA%2CCAOC%2CwCAAA%2C6IAAA%2CAAAA%2CCAMC%2CqDAAA%2C0DAAA%2CAAAA%2CCAMA%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAKD%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAKD%2CuDAAA%2CiBAAA%2CAAAA%2CCAGC%2CmEAAA%2CgBAAA%2CAAAA%2CCAID%2CkDAAA%2CcAAA%2CAAAA%2CCAGA%2CsGAAA%2C2DAAA%2CAAAA%2CCAKF%2CmCAAA%2CgEAAA%2CAAAA%2CCAKC%2CwFAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CsBAAA%2CAAAA%2CCAIA%2C8BAAA%2CqJAAA%2CAAAA%2CCASC%2CkCAAA%2CwEAAA%2CAAAA%2CCAQA%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAKD%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAKD%2C6CAAA%2CiBAAA%2CAAAA%2CCAGC%2CyDAAA%2CgBAAA%2CAAAA%2CCAMF%2C2CAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CuBAAA%2CkDAAA%2CAAAA%2CCAKC%2C6BAAA%2C6EAAA%2CAAAA%2CCAWF%2CWAAA%2C6BAAA%2CAAAA%2CCAIA%2CwCAAA%2CkBAAA%2CAAAA%2CCAKC%2C2CAAA%2CqBAAA%2CAAAA%2CCAGC%2C%2BCAAA%2CqCAAA%2CAAAA%2CCAKA%2CkDAAA%2CsGAAA%2CAAAA%2CCAQC%2CsDAAA%2CsDAAA%2CAAAA%2CCAKC%2C2DAAA%2CYAAA%2CAAAA%2CCAKF%2C8DAAA%2CmIAAA%2CAAAA%2CCAYD%2CkCAAA%2CmEAAA%2CAAAA%2CCAKC%2CoCAAA%2CiBAAA%2CAAAA%2CCAID%2CgCAAA%2C4JAAA%2CAAAA%2CCAMC%2CmDAAA%2C0GAAA%2CAAAA%2CCAQD%2CsCAAA%2CmJAAA%2CAAAA%2CCAKC%2C4CAAA%2C4DAAA%2CAAAA%2CCAKC%2CoDAAA%2CmCAAA%2CAAAA%2CCAOA%2C0DAAA%2CgFAAA%2CAAAA%2CCAMC%2CsEAAA%2CyGAAA%2CAAAA%2CCAOA%2CuEAAA%2CsBAAA%2CAAAA%2CCAGC%2CyEAAA%2CiBAAA%2CAAAA%2CCAID%2CwEAAA%2CmBAAA%2CAAAA%2CCAMD%2CwDAAA%2CsBAAA%2CAAAA%2CCAOA%2CwDAAA%2CsBAAA%2CAAAA%2CCAKC%2CiEAAA%2CsCAAA%2CAAAA%2CCAQF%2C6CAAA%2CmOAAA%2CAAAA%2CCAMC%2C%2BCAAA%2CsGAAA%2CAAAA%2CCAQC%2CuDAAA%2CiBAAA%2CAAAA%2CCAIA%2C0HAAA%2C2KAAA%2CAAAA%2CCAYA%2C2DAAA%2C%2BNAAA%2CAAAA%2CCAQA%2C%2BDAAA%2CsOAAA%2CAAAA%2CCAYJ%2C0CAAA%2CgBAAA%2CAAAA%2CCAIA%2CmBAAA%2C0BAAA%2CAAAA%2CCAIC%2CyFAAA%2C6BAAA%2CAAAA%2CCAIA%2C8DAAA%2CyBAAA%2CAAAA%2CCAKD%2CYAAA%2CcAAA%2CAAAA%2CCAGA%2CoCAAA%2CgBAAA%2CAAAA%2CCAKC%2CwBAAA%2CyGAAA%2CAAAA%2CCAMC%2C0BAAA%2CgFAAA%2CAAAA%2CCAYD%2CmBAAA%2CsBAAA%2CAAAA%2CCAGC%2C4BAAA%2CqBAAA%2CAAAA%2CCAGC%2CsCAAA%2C8DAAA%2CAAAA%2CCAIC%2C2CAAA%2C0KAAA%2CAAAA%2CCAcD%2CsCAAA%2CqIAAA%2CAAAA%2CCAYD%2C6BAAA%2CqCAAA%2CAAAA%2CCAIC%2CqEAAA%2C4BAAA%2CAAAA%2CCAIA%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2C%2BOAAA%2CAAAA%2CCASC%2CiDAAA%2CqBAAA%2CAAAA%2CCAKD%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAKC%2C4CAAA%2CsCAAA%2CAAAA%2CCAMD%2CuCAAA%2CsCAAA%2CAAAA%2CCAWF%2CwBAAA%2CyCAAA%2CAAAA%2CCAIC%2C8BAAA%2C4PAAA%2CAAAA%2CCAcD%2CwBAAA%2CyIAAA%2CAAAA%2CCAKC%2CoCAAA%2CoGAAA%2CAAAA%2CCAOC%2C8CAAA%2CiBAAA%2CAAAA%2CCAKA%2CgDAAA%2CiBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAGC%2CyGAAA%2CgDAAA%2CAAAA%2CCAKD%2CqDAAA%2C8DAAA%2CAAAA%2CCAKC%2CyDAAA%2CgBAAA%2CAAAA%2CCAOA%2CgDAAA%2CiBAAA%2CAAAA%2CCAGC%2CqDAAA%2CkWAAA%2CAAAA%2CCAkBJ%2C4BAAA%2CqBAAA%2CAAAA%2CCAGC%2CoCAAA%2CsQAAA%2CAAAA%2CCAeD%2CuBAAA%2CgBAAA%2CAAAA%2CCAIA%2C2BAAA%2CmCAAA%2CAAAA%2CCAIC%2CqCAAA%2CoBAAA%2CAAAA%2CCAGC%2C%2BCAAA%2CsLAAA%2CAAAA%2CCAUA%2CiDAAA%2CyIAAA%2CAAAA%2CCASD%2CsCAAA%2C%2BCAAA%2CAAAA%2CCAIC%2CuFAAA%2CuBAAA%2CAAAA%2CCAQF%2CmBAAA%2CyCAAA%2CAAAA%2CCAIC%2CyBAAA%2C0QAAA%2CAAAA%2CCAeD%2CqBAAA%2CgNAAA%2CAAAA%2CCAMC%2C2BAAA%2CyDAAA%2CAAAA%2CCAMA%2CqCAAA%2CwXAAA%2CAAAA%2CCAgBA%2CqCAAA%2CmXAAA%2CAAAA%2CCAkBA%2CsCAAA%2C8CAAA%2CAAAA%2CCAKC%2CiDAAA%2CgFAAA%2CAAAA%2CCAIA%2CqQAAA%2CuBAAA%2CAAAA%2CCAGA%2C8YAAA%2CuBAAA%2CAAAA%2CCAGA%2C0HAAA%2CsBAAA%2CAAAA%2CCAIA%2C0HAAA%2CqBAAA%2CAAAA%2CCAGA%2CoPAAA%2CsCAAA%2CAAAA%2CCAIA%2CiEAAA%2CgUAAA%2CAAAA%2CCAWA%2CiEAAA%2C0TAAA%2CAAAA%2CCAWA%2C2DAAA%2C4BAAA%2CAAAA%2CCAIA%2C8DAAA%2CsCAAA%2CAAAA%2CCAIC%2CkIAAA%2CiDAAA%2CAAAA%2CCAKC%2CkRAAA%2CwMAAA%2CAAAA%2CCAYA%2CsKAAA%2CiBAAA%2CAAAA%2CCAKC%2CsJAAA%2CqBAAA%2CAAAA%2CCAGC%2CoKAAA%2CwHAAA%2CAAAA%2CCAaD%2CsJAAA%2CqBAAA%2CAAAA%2CCAGC%2CkKAAA%2CwHAAA%2CAAAA%2CCAcA%2CkLAAA%2CwBAAA%2CAAAA%2CCAIA%2CoLAAA%2CaAAA%2CAAAA%2CCAOH%2CiEAAA%2CiBAAA%2CAAAA%2CCAMF%2C8CAAA%2C4BAAA%2CAAAA%2CCAMA%2C6BAAA%2C%2BIAAA%2CAAAA%2CCASA%2C8BAAA%2CsBAAA%2CAAAA%2CCAIA%2C6BAAA%2CsBAAA%2CAAAA%2CCAGC%2C0CAAA%2CgBAAA%2CAAAA%2CCAGC%2CsDAAA%2C0KAAA%2CAAAA%2CCAUC%2C8DAAA%2CiBAAA%2CAAAA%2CCAKD%2C8DAAA%2CyCAAA%2CAAAA%2CCAMD%2CwCAAA%2C8DAAA%2CAAAA%2CCAIC%2CkDAAA%2C4GAAA%2CAAAA%2CCAYA%2CsDAAA%2CmBAAA%2CAAAA%2CCAGC%2CwDAAA%2C%2BCAAA%2CAAAA%2CCAOC%2CgEAAA%2CiBAAA%2CAAAA%2CCAUN%2COAAA%2CgDAAA%2CAAAA%2CCAKA%2CeAAA%2CiQAAA%2CAAAA%2CCAYC%2CwCAAA%2CcAAA%2CAAAA%2CCAaA%2CyBAAA%2CsBAAA%2CAAAA%2CCAEC%2C%2BBAAA%2CkDAAA%2CAAAA%2CCAKA%2CiCAAA%2CkFAAA%2CAAAA%2CCAOC%2CuCAAA%2C6BAAA%2CAAAA%2CCAOF%2C8BAAA%2CuLAAA%2CAAAA%2CCAWC%2CqCAAA%2CaAAA%2CAAAA%2CCAOF%2CoCACC%2CgEAAA%2C8JAAA%2CAAAA%2CCAIC%2CyEAAA%2C%2BDAAA%2CAAAA%2CCAGA%2C4EAAA%2CgCAAA%2CAAAA%2CCAIC%2CoFAAA%2CiBAAA%2CAAAA%2CCAKF%2C4CAAA%2CwCAAA%2CAAAA%2CCAIA%2C0CAAA%2CsBAAA%2CAAAA%2CCAGA%2C4CAAA%2CcAAA%2CAAAA%2CCAGA%2CiDAAA%2CgBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CmGAAA%2CAAAA%2CCASC%2CwDAAA%2C2DAAA%2CAAAA%2CCAKA%2C0DAAA%2CiCAAA%2CAAAA%2CCAKD%2C6BAAA%2CuCAAA%2CAAAA%2CCAAA%2CCAMD%2CoCACC%2CyBAAA%2CuVAAA%2CAAAA%2CCAUA%2C8FAAA%2CiFAAA%2CAAAA%2CCAGA%2C8JAAA%2CiFAAA%2CAAAA%2CCAKC%2CsBAAA%2CmBAAA%2CAAAA%2CCAOA%2C4BAAA%2CkBAAA%2CAAAA%2CCAGC%2CwCAAA%2CmNAAA%2CAAAA%2CCAUD%2CwDAAA%2CiBAAA%2CAAAA%2CCAKD%2CUAAA%2CgBAAA%2CAAAA%2CCAGA%2CkBAAA%2CiBAAA%2CAAAA%2CCAGA%2CcAAA%2C2KAAA%2CAAAA%2CCAMC%2CmBAAA%2CaAAA%2CAAAA%2CCAID%2CeAAA%2C2GAAA%2CAAAA%2CCAKC%2CwBAAA%2CoBAAA%2CAAAA%2CCAGA%2CuBAAA%2CoBAAA%2CAAAA%2CCAGC%2CsCAAA%2CiMAAA%2CAAAA%2CCAOC%2C2CAAA%2CaAAA%2CAAAA%2CCAOF%2CiBAAA%2CeAAA%2CAAAA%2CCAKD%2CgBAAA%2CsBAAA%2CAAAA%2CCACC%2CwEAAA%2CmBAAA%2CAAAA%2CCAIA%2CoCAAA%2CqIAAA%2CAAAA%2CCAQD%2CkBAAA%2CgJAAA%2CAAAA%2CCAIC%2C0BAAA%2CmNAAA%2CAAAA%2CCAOC%2CsCAAA%2CeAAA%2CAAAA%2CCAGA%2CyFAAA%2CsFAAA%2CAAAA%2CCAKA%2CkDAAA%2C2CAAA%2CAAAA%2CCAIC%2CsDAAA%2CoBAAA%2CAAAA%2CCAKD%2CmDAAA%2C4DAAA%2CAAAA%2CCAKC%2CuDAAA%2CmBAAA%2CAAAA%2CCAOH%2CkBAAA%2CiGAAA%2CAAAA%2CCAIE%2C%2BFAAA%2CgDAAA%2CAAAA%2CCAGA%2CyCAAA%2CgDAAA%2CAAAA%2CCAMA%2CiGAAA%2CgDAAA%2CAAAA%2CCAGA%2C0CAAA%2CgDAAA%2CAAAA%2CCAKD%2CuGAAA%2C2SAAA%2CAAAA%2CCAQD%2CcAAA%2C8JAAA%2CAAAA%2CCAIC%2CmFAAA%2CoOAAA%2CAAAA%2CCAMA%2C4BAAA%2CgDAAA%2CAAAA%2CCAIA%2C0BAAA%2CgDAAA%2CAAAA%2CCAIA%2C6BAAA%2CgDAAA%2CAAAA%2CCAKA%2C0BAAA%2CoBAAA%2CAAAA%2CCAKA%2CyEAAA%2C%2BDAAA%2CAAAA%2CCAGA%2CoFAAA%2CgCAAA%2CAAAA%2CCAIC%2C4FAAA%2CiBAAA%2CAAAA%2CCAKF%2CqBAAA%2C8JAAA%2CAAAA%2CCAIC%2C8BAAA%2CqCAAA%2CAAAA%2CCAKC%2CiFAAA%2C6GAAA%2CAAAA%2CCAUD%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAKA%2C2CAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCAAA%2CsBAAA%2CAAAA%2CCAGA%2C8BAAA%2CsEAAA%2CAAAA%2CCAMC%2CgCAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CgBAAA%2CAAAA%2CCAKC%2CsBAAA%2C6FAAA%2CAAAA%2CCAIC%2CgCAAA%2CmCAAA%2CAAAA%2CCAIC%2C2CAAA%2C%2BDAAA%2CAAAA%2CCASD%2CkCAAA%2C%2BDAAA%2CAAAA%2CCAOD%2CmBAAA%2C8JAAA%2CAAAA%2CCAIC%2C6BAAA%2C%2BBAAA%2CAAAA%2CCAGC%2CsCAAA%2CiDAAA%2CAAAA%2CCAMA%2CuCAAA%2CkDAAA%2CAAAA%2CCAMA%2CuCAAA%2CgEAAA%2CAAAA%2CCAOA%2CuCAAA%2CgBAAA%2CAAAA%2CCAIA%2C6CAAA%2CqBAAA%2CAAAA%2CCAKD%2C4BAAA%2CoBAAA%2CAAAA%2CCAGC%2CsCAAA%2CgBAAA%2CAAAA%2CCAIA%2CsCAAA%2C%2BDAAA%2CAAAA%2CCAYD%2CuCAAA%2CuBAAA%2CAAAA%2CCAGC%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAGC%2C0EAAA%2CiBAAA%2CAAAA%2CCAIA%2C2EAAA%2CmJAAA%2CAAAA%2CCAMC%2C8EAAA%2CcAAA%2CAAAA%2CCASH%2C6EAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CiCAAA%2CAAAA%2CCAMF%2C6BAAA%2CuCAAA%2CAAAA%2CCAME%2C6BAAA%2CkLAAA%2CAAAA%2CCAKC%2CwCAAA%2CwBAAA%2CAAAA%2CCAIA%2C0CAAA%2CwCAAA%2CAAAA%2CCAAA%2CCASJ%2CqCACC%2CkDAAA%2CoBAAA%2CAAAA%2CCAGA%2C6BAAA%2CuCAAA%2CAAAA%2CCAIA%2CqHAAA%2C2GAAA%2CAAAA%2CCAGG%2CyCAAA%2CyGAAA%2CAAAA%2CCAGH%2CWAAA%2CwCAAA%2CAAAA%2CCAIA%2CWAAA%2C4DAAA%2CAAAA%2CCAMA%2CgCAAA%2C6BAAA%2CAAAA%2CCAIA%2C2BAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CWAAA%2CiBAAA%2CAAAA%2CCAIA%2CgBAAA%2CwQAAA%2CAAAA%2CCASC%2C4BAAA%2CgSAAA%2CAAAA%2CCAWC%2CsCAAA%2CmMAAA%2CAAAA%2CCAUD%2CyBAAA%2CoHAAA%2CAAAA%2CCAQC%2CgCAAA%2C%2BDAAA%2CAAAA%2CCAGC%2C0CAAA%2CYAAA%2CAAAA%2CCAQF%2CoCAAA%2CgLAAA%2CAAAA%2CCAKC%2CsDAAA%2CeAAA%2CAAAA%2CCAIA%2CiDAAA%2CoGAAA%2CAAAA%2CCAKA%2C8DAAA%2CgBAAA%2CAAAA%2CCAMF%2CiDAAA%2C6DAAA%2CAAAA%2CCAMC%2CwBAAA%2CkGAAA%2CAAAA%2CCAIC%2C2BAAA%2CiDAAA%2CAAAA%2CCAUD%2CeAAA%2CqBAAA%2CAAAA%2CCAGC%2CkDAAA%2CmGAAA%2CAAAA%2CCAMC%2C8DAAA%2CgBAAA%2CAAAA%2CCAMA%2C8DAAA%2C6CAAA%2CAAAA%2CCAMD%2C6BAAA%2C2GAAA%2CAAAA%2CCAUD%2CyBAAA%2C8NAAA%2CAAAA%2CCAKC%2CqEAAA%2C6EAAA%2CAAAA%2CCAGA%2CmCAAA%2CcAAA%2CAAAA%2CCAKF%2CyBAAA%2CgBAAA%2CAAAA%2CCAGA%2C%2BCAAA%2CwBAAA%2CAAAA%2CCAGA%2CYAAA%2C6HAAA%2CAAAA%2CCAOE%2CgCAAA%2CqBAAA%2CAAAA%2CCAGA%2CyBAAA%2CoBAAA%2CAAAA%2CCAOF%2CgBAAA%2CqBAAA%2CAAAA%2CCAGC%2C2BAAA%2CuOAAA%2CAAAA%2CCAKC%2C6CAAA%2CoKAAA%2CAAAA%2CCAIA%2C6CAAA%2CoKAAA%2CAAAA%2CCAIA%2CsCAAA%2CyCAAA%2CAAAA%2CCAMA%2C4CAAA%2CmBAAA%2CAAAA%2CCAMF%2C0FAAA%2CiBAAA%2CAAAA%2CCAIA%2COAAA%2CiDAAA%2CAAAA%2CCAIA%2CKAAA%2CgLAAA%2CAAAA%2CCAMC%2CoBAAA%2CmHAAA%2CAAAA%2CCAMC%2CwBAAA%2CoCAAA%2CAAAA%2CCAKA%2CgCAAA%2CqCAAA%2CAAAA%2CCAIC%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCAAA%2CmBAAA%2CAAAA%2CCAGC%2CwDAAA%2CgEAAA%2CAAAA%2CCAKA%2C0DAAA%2CoCAAA%2CAAAA%2CCAOF%2C%2BBAAA%2C0KAAA%2CAAAA%2CCAOC%2CyCAAA%2CaAAA%2CAAAA%2CCAMF%2CoBAAA%2CmGAAA%2CAAAA%2CCAKC%2C8BAAA%2CyCAAA%2CAAAA%2CCAIC%2C0CAAA%2CgBAAA%2CAAAA%2CCAMF%2CWAAA%2CuIAAA%2CAAAA%2CCAOC%2CeAAA%2C6BAAA%2CAAAA%2CCAMD%2CyCAAA%2CgBAAA%2CAAAA%2CCAIA%2CoBAAA%2CsTAAA%2CAAAA%2CCAWC%2C8BAAA%2CoGAAA%2CAAAA%2CCAQC%2CsEAAA%2CqCAAA%2CAAAA%2CCAKD%2C2BAAA%2CwCAAA%2CAAAA%2CCAIC%2CiCAAA%2CmCAAA%2CAAAA%2CCAKE%2C4CAAA%2CgBAAA%2CAAAA%2CCAUJ%2CeAAA%2CoHAAA%2CAAAA%2CCAMC%2CiBAAA%2CiBAAA%2CAAAA%2CCAGC%2CuBAAA%2CiBAAA%2CAAAA%2CCAKD%2C6BAAA%2CkBAAA%2CAAAA%2CCAKD%2CaAAA%2CyBAAA%2CAAAA%2CCAGC%2CmCAAA%2CyBAAA%2CAAAA%2CCAIA%2CyBAAA%2CoBAAA%2CAAAA%2CCAKA%2CyBAAA%2CiBAAA%2CAAAA%2CCAGC%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAKD%2CsCAAA%2C8BAAA%2CAAAA%2CCAMF%2C6CAAA%2CuGAAA%2CAAAA%2CCAQC%2CsHAAA%2CgBAAA%2CAAAA%2CCAIA%2C%2BEAAA%2CcAAA%2CAAAA%2CCAGC%2C2FAAA%2CyDAAA%2CAAAA%2CCAKE%2C6GAAA%2CgBAAA%2CAAAA%2CCAOH%2C%2BDAAA%2C2IAAA%2CAAAA%2CCAOC%2CuEAAA%2C6BAAA%2CAAAA%2CCAIC%2CiFAAA%2CgBAAA%2CAAAA%2CCAKD%2C2EAAA%2CyDAAA%2CAAAA%2CCAKE%2C6FAAA%2CgBAAA%2CAAAA%2CCASH%2C%2BBAAA%2CiFAAA%2CAAAA%2CCAKC%2CwCAAA%2CiBAAA%2CAAAA%2CCAGC%2C4CAAA%2C8FAAA%2CAAAA%2CCAOA%2CsDAAA%2CuGAAA%2CAAAA%2CCAWD%2C4CAAA%2CgBAAA%2CAAAA%2CCAKC%2CkDAAA%2C4DAAA%2CAAAA%2CCAOF%2CiCAAA%2C%2BNAAA%2CAAAA%2CCAQC%2CsCAAA%2C%2BBAAA%2CAAAA%2CCAOF%2CcAAA%2C2GAAA%2CAAAA%2CCAIC%2CqBAAA%2C8IAAA%2CAAAA%2CCAQA%2CmBAAA%2CaAAA%2CAAAA%2CCAID%2CWAAA%2CqBAAA%2CAAAA%2CCAGC%2CwCAAA%2CwBAAA%2CAAAA%2CCAIA%2CmBAAA%2CwBAAA%2CAAAA%2CCAIE%2C0CAAA%2C6CAAA%2CAAAA%2CCAIC%2CwDAAA%2C6NAAA%2CAAAA%2CCAQC%2CmEAAA%2C2EAAA%2CAAAA%2CCAQJ%2CuBAAA%2C8NAAA%2CAAAA%2CCASC%2CsCAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAOH%2CeAAA%2CgBAAA%2CAAAA%2CCAIA%2CqCACC%2CUAAA%2CiFAAA%2CAAAA%2CCAGA%2C0vBAAA%2CiBAAA%2CAAAA%2CCAGA%2CuBAAA%2CoBAAA%2CAAAA%2CCAIA%2CqBAAA%2CiCAAA%2CAAAA%2CCAIC%2C0BAAA%2CmBAAA%2CAAAA%2CCAKA%2C8BAAA%2C4BAAA%2CAAAA%2CCAGA%2CuBAAA%2CqCAAA%2CAAAA%2CCAKD%2CQAAA%2CgCAAA%2CAAAA%2CCAGC%2CsBAAA%2CmJAAA%2CAAAA%2CCAOC%2C%2BBAAA%2CaAAA%2CAAAA%2CCAGA%2CqCAAA%2C8BAAA%2CAAAA%2CCAIC%2C2FAAA%2CcAAA%2CAAAA%2CCAIE%2CyHAAA%2CgBAAA%2CAAAA%2CCAIA%2CyHAAA%2CmCAAA%2CAAAA%2CCAIC%2C%2BHAAA%2CcAAA%2CAAAA%2CCAMH%2C6EAAA%2CgBAAA%2CAAAA%2CCAGA%2C0DAAA%2CiQAAA%2CAAAA%2CCASE%2C%2BDAAA%2CuIAAA%2CAAAA%2CCAQC%2CwEAAA%2CyEAAA%2CAAAA%2CCAGA%2CwEAAA%2C4EAAA%2CAAAA%2CCAGA%2CwEAAA%2C0EAAA%2CAAAA%2CCAGA%2CwEAAA%2CwEAAA%2CAAAA%2CCAGA%2CwEAAA%2CwEAAA%2CAAAA%2CCAGA%2CwEAAA%2C0EAAA%2CAAAA%2CCAGA%2C0EAAA%2CkGAAA%2CAAAA%2CCAWL%2CsBAAA%2CoBAAA%2CAAAA%2CCAGC%2CyBAAA%2CoBAAA%2CAAAA%2CCAQA%2CiDAAA%2C6DAAA%2CAAAA%2CCAGA%2C8DAAA%2CiBAAA%2CAAAA%2CCAKF%2CkBAAA%2CiGAAA%2CAAAA%2CCAGA%2CYAAA%2CmOAAA%2CAAAA%2CCAWA%2CUAAA%2CoBAAA%2CAAAA%2CCAEC%2CkCAAA%2C2EAAA%2CAAAA%2CCAIC%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAID%2CuBAAA%2CmCAAA%2CAAAA%2CCAIC%2CoCAAA%2CqCAAA%2CAAAA%2CCAIC%2CqhBAAA%2CaAAA%2CAAAA%2CCAKD%2CoCAAA%2CuBAAA%2CAAAA%2CCAIA%2CmCAAA%2C%2BHAAA%2CAAAA%2CCAMC%2CsCAAA%2C6CAAA%2CAAAA%2CCAIC%2CmDAAA%2C4BAAA%2CAAAA%2CCAMF%2CgCAAA%2C2EAAA%2CAAAA%2CCAOC%2C6CAAA%2C4CAAA%2CAAAA%2CCAKA%2C4CAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CmFAAA%2C8GAAA%2CAAAA%2CCAWH%2CyBAAA%2CwMAAA%2CAAAA%2CCAUC%2CgDAAA%2CgBAAA%2CAAAA%2CCAGA%2C8CAAA%2CiBAAA%2CAAAA%2CCAID%2CWAAA%2CyDAAA%2CAAAA%2CCAQE%2CqDAAA%2CoBAAA%2CAAAA%2CCAGA%2CkDAAA%2CaAAA%2CAAAA%2CCAMF%2CSAAA%2CmDAAA%2CAAAA%2CCAMA%2CkBAAA%2CqIAAA%2CAAAA%2CCAQC%2CyBAAA%2C8YAAA%2CAAAA%2CCAiBD%2CyBAAA%2CgBAAA%2CAAAA%2CCAIA%2CmCAAA%2CgBAAA%2CAAAA%2CCAGA%2CkEAAA%2CgBAAA%2CAAAA%2CCAGA%2CiBAAA%2CyBAAA%2CAAAA%2CCAIE%2CgCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAOH%2CaACC%2CMAAA%2CmDAAA%2CAAAA%2CCAKA%2C4HAAA%2C2BAAA%2CAAAA%2CCAGA%2C0BAAA%2CoDAAA%2CAAAA%2CCAKA%2CaAAA%2C6JAAA%2CAAAA%2CCAQC%2CiBAAA%2CeAAA%2CAAAA%2CCAID%2CaAAA%2CiSAAA%2CAAAA%2CCAQC%2CmBAAA%2CaAAA%2CAAAA%2CCAIA%2CiBAAA%2CeAAA%2CAAAA%2CCAID%2CuBAAA%2CYAAA%2CAAAA%2CCAGA%2CaAAA%2C2BAAA%2CAAAA%2CCAGA%2C8DAAA%2C4BAAA%2CAAAA%2CCAGA%2C2DAAA%2C2BAAA%2CAAAA%2CCAGA%2C0CAAA%2C6DAAA%2CAAAA%2CCAGC%2CgDAAA%2CaAAA%2CAAAA%2CCAGC%2C0DAAA%2CgBAAA%2CAAAA%2CCAKF%2CoDAAA%2C8BAAA%2CAAAA%2CCAAA%22%7D */
/* scss examples  */
/* tooltip */
.tooltipster-wc {
  border-radius: 5px;
  border: 2px solid #8d8d8f;
  background: #fff;
  padding: 5px;
  color: #8d8d8f;
  font-size: 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700; }
  .tooltipster-wc .tooltipster-arrow:after, .tooltipster-wc .tooltipster-arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .tooltipster-wc .tooltipster-arrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px; }
  .tooltipster-wc .tooltipster-arrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #8d8d8f;
    border-width: 11px;
    margin-left: -11px; }

.tx-webx-bookingemo {
  /*TOPFILTER - SORTING SWITCH GRID*/
  /*FILTERS*/
  /*RESTAURANT FILTER**/
  /*EVENTLIST*/
  /*SINGLE VIEW */
  /* SHOW HOTEL*/
  /* SHOW HOTEL ENDE */
  /*BROCHURES SHOP ITEMS*/
  /*TRUST YOU*/
  /* FORMULAR */ }
  .tx-webx-bookingemo .dceButton.normal a {
    background-color: #e2001a;
    text-decoration: none;
    font-size: 20px;
    color: #fff; }
  .tx-webx-bookingemo .dceButton a {
    min-width: 148px;
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 1px; }
  .tx-webx-bookingemo .eventFilterView .criteria .fWAccContent {
    overflow: auto; }
  .tx-webx-bookingemo .searchViewFilterView .categories .fWAccContent, .tx-webx-bookingemo .searchViewFilterView .classification .fWAccContent {
    overflow: auto; }
  .tx-webx-bookingemo .filter.emofilter {
    display: block; }
    .tx-webx-bookingemo .filter .InfrastructureTopics .fWAccContent {
      overflow: auto; }
  .tx-webx-bookingemo .topfilter {
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 20px;
    box-shadow: inset 0 40px 40px -13px rgba(0, 0, 0, 0.1);
    color: #8d8d8f; }
    .tx-webx-bookingemo .topfilter .fAvailProviders {
      text-align: center;
      width: 100%; }
    .tx-webx-bookingemo .topfilter .formsorting {
      margin: 20px 0;
      width: 100%;
      max-width: 100%; }
      .tx-webx-bookingemo .topfilter .formsorting .chosen-container {
        width: 100% !important; }
        .tx-webx-bookingemo .topfilter .formsorting .chosen-container .chosen-single {
          color: #8d8d8f !important; }
    .tx-webx-bookingemo .topfilter .fListView {
      display: flex;
      justify-content: space-between; }
      .tx-webx-bookingemo .topfilter .fListView > div {
        flex: 1;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .tx-webx-bookingemo .topfilter .fListView > div + div {
          border-left: 2px solid #f2f2f2; }
        .tx-webx-bookingemo .topfilter .fListView > div.active svg use, .tx-webx-bookingemo .topfilter .fListView > div:hover svg use {
          fill: #e2001a;
          transition: all 250ms ease; }
  .tx-webx-bookingemo .emofilters {
    margin-bottom: 30px; }
    .tx-webx-bookingemo .emofilters .fCurrent {
      margin-left: -5px;
      width: calc(100% + 5px);
      margin-bottom: 10px; }
      .tx-webx-bookingemo .emofilters .fCurrent .filterPreTitle {
        margin: 0 5px; }
      .tx-webx-bookingemo .emofilters .fCurrent .fCTarget:not(:empty) {
        margin: 5px;
        display: inline-block; }
    .tx-webx-bookingemo .emofilters .fWrap form {
      position: Relative; }
      .tx-webx-bookingemo .emofilters .fWrap .fWAccHead.resetFilter.filterSet {
        color: #e2001a; }
        .tx-webx-bookingemo .emofilters .fWrap .fWAccHead.resetFilter.filterSet:hover {
          color: #fff; }
        .tx-webx-bookingemo .emofilters .fWrap .fWAccHead.resetFilter:after {
          display: none; }
      .tx-webx-bookingemo .emofilters .fWrap .fWElement {
        padding: 0 10px; }
        .tx-webx-bookingemo .emofilters .fWrap .fWElement.fWCheckbox label {
          margin-top: 12px; }
    .tx-webx-bookingemo .emofilters .classificationSuperior {
      display: inline-block; }
  .tx-webx-bookingemo .emoDateFilter .filterDateHidden {
    display: none; }
  .tx-webx-bookingemo .emoDateFilter input, .tx-webx-bookingemo .emoTextFilter input {
    width: 100%;
    padding: 12px 10px 8px 66px;
    background-image: url(/fileadmin/templates/images/calendarRed.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    border: 0;
    line-height: 32px;
    color: #e2001a; }
  .tx-webx-bookingemo .emoTextFilter input {
    background-image: url(/fileadmin/templates/images/magnify.svg) !important; }
  .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider {
    margin-bottom: 80px;
    margin-left: -10px; }
    .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .slick-list {
      overflow: visible; }
    .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .slick-dots {
      bottom: -40px;
      margin-left: 6px; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .slick-dots li {
        width: 90px;
        height: 4px;
        margin: 0 10px;
        background: #f2f2f2; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .slick-dots li button:before {
        display: none; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .slick-dots li.slick-active {
        background: #e2001a; }
    .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory {
      width: 200px;
      height: 200px;
      margin: 10px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      align-items: center;
      flex-direction: column;
      padding: 30px 12px 30px 12px;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 1px;
      text-transform: none;
      text-align: center; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory .rsicon {
        margin-bottom: auto; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory .rsicon svg {
        width: 45px;
        height: 45px; }
        .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory .rsicon svg path {
          fill: #8d8d8f; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory.rsactive, .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory:hover {
        background: #e2001a;
        color: #fff;
        cursor: pointer; }
      .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory.rsactive .rsicon svg path, .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider .rscategory:hover .rsicon svg path {
        fill: white; }
  .tx-webx-bookingemo .emoList {
    /*EMOGRID*/ }
    .tx-webx-bookingemo .emoList .dceTeasers {
      margin-bottom: 0 !Important; }
    .tx-webx-bookingemo .emoList .emoListItem {
      margin-bottom: 20px;
      width: 100%;
      position: relative; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo {
      padding: 20px; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaser {
      margin-bottom: 0;
      min-height: 465px; }
      .tx-webx-bookingemo .emoList .emoListItem .dTTeaser .welcomCardBanner {
        background: #b0c82c;
        color: #fff;
        height: 35px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        bottom: 0;
        top: auto;
        left: 0;
        line-height: 39px;
        font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
      .tx-webx-bookingemo .emoList .emoListItem .dTTeaser .currentViews {
        background: #e2001a;
        color: #fff;
        min-height: 35px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        z-index: 2;
        width: 100%;
        line-height: 24px;
        padding: 8px; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTContent h3 {
      padding-bottom: 5px; }
    .tx-webx-bookingemo .emoList .emoListItem .emoListItemHeader {
      line-height: 30px;
      text-transform: uppercase;
      padding-bottom: 0; }
    .tx-webx-bookingemo .emoList .emoListItem .classification .classificationIcon img {
      height: 20px; }
    .tx-webx-bookingemo .emoList .emoListItem .emoListDescription {
      display: none; }
    .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper {
      position: absolute;
      top: 0;
      right: 0;
      display: flex; }
      .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper > div {
        margin-right: 20px;
        cursor: pointer; }
      .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper > div:hover svg use {
        fill: #fff;
        transition: all 250ms ease; }
    .tx-webx-bookingemo .emoList .emoListItem .timewrap {
      margin: 10px 0; }
      .tx-webx-bookingemo .emoList .emoListItem .timewrap .preTime {
        text-transform: uppercase;
        min-width: 100px;
        display: inline-block; }
    .tx-webx-bookingemo .emoList .emoListItem .emoLinkText a {
      color: #e2001a; }
    .tx-webx-bookingemo .emoList .emoListItem .saveics {
      margin-top: 20px;
      padding: 5px;
      display: inline-block; }
      .tx-webx-bookingemo .emoList .emoListItem .saveics svg {
        display: block; }
      .tx-webx-bookingemo .emoList .emoListItem .saveics:hover {
        background: #e2001a; }
      .tx-webx-bookingemo .emoList .emoListItem .saveics:hover svg g {
        fill: #fff;
        transition: all 250ms ease; }
    .tx-webx-bookingemo .emoList .emoListItem .emodivider {
      border-top: 2px solid #f2f2f2;
      margin: 20px 0; }
    .tx-webx-bookingemo .emoList .emoListItem .emoDetailButton {
      width: 100%;
      text-align: center;
      border: 2px solid #e2001a; }
      .tx-webx-bookingemo .emoList .emoListItem .emoDetailButton a {
        width: 100%; }
      .tx-webx-bookingemo .emoList .emoListItem .emoDetailButton a:hover {
        background: #fff;
        color: #e2001a; }
    .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .dTTCDateText {
      background: none;
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      text-shadow: 0 0 8px #1a171b;
      letter-spacing: 1px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid > div:not(.shareBookmarkWrapper), .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid > h3 {
        padding: 5px 20px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid h3 {
        margin-top: 20px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid .additionalPackageService {
        padding: 10px 20px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid .buttons {
        padding-bottom: 20px !Important; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .shareBookmarkWrapper {
        right: 15px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .data {
        padding: 10px 0px; }
    .tx-webx-bookingemo .emoList .paginator {
      text-align: center; }
    .tx-webx-bookingemo .emoList .paginator .emoLoadMore {
      cursor: pointer;
      margin-top: 15px; }
      .tx-webx-bookingemo .emoList .paginator .emoLoadMore a {
        border: 2px solid #e2001a;
        transition: all 250ms ease; }
      .tx-webx-bookingemo .emoList .paginator .emoLoadMore a:hover {
        color: #e2001a;
        background: #fff; }
    .tx-webx-bookingemo .emoList.emoListGrid {
      display: block;
      grid-template-areas: none;
      grid-template-columns: none; }
    .tx-webx-bookingemo .emoList.emoListGrid .emoListItem {
      display: block; }
      .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .dTTeaser .currentViews {
        bottom: 35px;
        top: auto;
        position: absolute; }
      .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .dTTeaserBottomInfoGrid {
        padding: 20px; }
      .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .shareBookmarkWrapper {
        position: absolute;
        z-index: 15;
        right: 20px; }
      .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .shareBookmarkWrapper > div:hover svg > g > path {
        fill: #e2001a;
        transition: all 250ms ease; }
        .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .shareBookmarkWrapper > div:hover svg g {
          fill: #fff;
          transition: all 250ms ease; }
  .tx-webx-bookingemo .singleView .shadow {
    padding: 20px; }
    .tx-webx-bookingemo .singleView .backToList {
      margin: 30px 0 0 0; }
    .tx-webx-bookingemo .singleView .eventsSingleBigImg {
      position: relative;
      margin-top: -42px; }
    .tx-webx-bookingemo .singleView .eventsSingleBigImg .detailsViewHeaderHeadlines {
      position: absolute;
      left: 0;
      right: 0;
      max-width: 1300px;
      padding: 0 20px;
      margin: 0 auto;
      bottom: 80px;
      color: #fff;
      text-shadow: 0 0 8px #1a171b; }
      .tx-webx-bookingemo .singleView .eventsSingleBigImg .detailsViewHeaderHeadlines .detailDate, .tx-webx-bookingemo .singleView .eventsSingleBigImg .detailsViewHeaderHeadlines .detailLocation {
        font-size: 24px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
      .tx-webx-bookingemo .singleView .eventsSingleBigImg .detailsViewHeaderHeadlines h1 {
        color: #fff; }
      .tx-webx-bookingemo .singleView .eventsSingleBigImg .detailsViewHeaderHeadlines .detailLocation {
        text-transform: uppercase; }
    .tx-webx-bookingemo .singleView .emoHeaderImage {
      margin-left: -20px;
      width: calc(100% + 40px); }
    .tx-webx-bookingemo .singleView .singleViewContent {
      max-width: 1300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; }
    .tx-webx-bookingemo .singleView .singleViewContent .singleViewContentText a {
      color: #e2001a; }
    .tx-webx-bookingemo .singleView .emoHeaderCard {
      margin-top: 40px;
      display: flex;
      flex-direction: column; }
    .tx-webx-bookingemo .singleView .emoHeaderCard .emoListOpenings:not(:empty) {
      margin-top: 20px; }
    .tx-webx-bookingemo .singleView .emoHeaderCard .trustyou {
      margin-top: auto;
      margin-bottom: 0; }
    .tx-webx-bookingemo .singleView .eventSingleInfo {
      padding: 15px 20px;
      margin: 60px 0; }
    .tx-webx-bookingemo .singleView .dcePolygonText .dPTPoly {
      margin-left: 30px; }
    .tx-webx-bookingemo .singleView .dcePolygonText .dPTContent .dPTCWrap {
      position: relative !important; }
    .tx-webx-bookingemo .singleView #EmoLinks a, .tx-webx-bookingemo .singleView .emoHeaderCard a, .tx-webx-bookingemo .singleView .emoLinkText a {
      color: #e2001a; }
    .tx-webx-bookingemo .singleView .singleViewContentInfobox h3 {
      padding-bottom: 10px; }
    .tx-webx-bookingemo .singleView .timeLine .preTime {
      text-transform: uppercase;
      min-width: 120px;
      display: inline-block; }
    .tx-webx-bookingemo .singleView .emoShowOpenings {
      margin-top: 30px; }
    .tx-webx-bookingemo .singleView .eventShowDates {
      margin-top: 20px;
      position: relative; }
    .tx-webx-bookingemo .singleView .eventShowDates .saveics {
      text-align: right;
      margin-top: 20px; }
      .tx-webx-bookingemo .singleView .eventShowDates .saveics a {
        display: inline-block; }
      .tx-webx-bookingemo .singleView .eventShowDates .saveics svg {
        display: block; }
    .tx-webx-bookingemo .singleView .moreEvents {
      margin-bottom: 30px; }
    .tx-webx-bookingemo .singleView .moreEvents .headerh1 {
      text-align: center;
      color: #8d8d8f;
      margin-top: 30px;
      text-transform: uppercase; }
    .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap {
      padding: 20px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap + .moreEventsWrap {
        margin-top: 20px; }
      .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap .timeLine .preTime {
        min-width: inherit; }
      .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap .saveics a {
        display: block;
        padding: 0; }
        .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap .saveics a svg {
          display: block; }
    .tx-webx-bookingemo .singleView .ImageGallery {
      margin-top: 40px; }
    .tx-webx-bookingemo .singleView .ImageGallery .galleryImages .galleryImage {
      position: relative;
      padding: 10px 0; }
      .tx-webx-bookingemo .singleView .ImageGallery .galleryImages .galleryImage img {
        width: 100%; }
      .tx-webx-bookingemo .singleView .ImageGallery .galleryImages .galleryImage .imgwrapperoverlay {
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100%;
        height: calc(100% - 20px);
        background: rgba(0, 0, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 40px;
        font-weight: 600; }
    .tx-webx-bookingemo .singleView .emoback {
      margin-top: 30px; }
    .tx-webx-bookingemo .singleView .emoSocials #share .dceShare {
      margin: 20px 0 0 auto; }
    .tx-webx-bookingemo .singleView #mapWEBX, .tx-webx-bookingemo .singleView .eventsSingleBigImg {
      width: 100vw !important;
      margin-left: -20px;
      margin-right: -20px; }
  .tx-webx-bookingemo .webx_zoom {
    position: absolute;
    top: 0;
    right: 0;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 1000; }
    .tx-webx-bookingemo .webx_zoom > div {
      background: white;
      width: 25px;
      height: 25px;
      font-size: 18px;
      text-align: center;
      border: 1px solid #f8f8f8;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .tx-webx-bookingemo .singleView .detailTitle {
      margin-bottom: 20px;
      margin-top: -18px; }
    .tx-webx-bookingemo .singleView .detailTitle h1 {
      padding-bottom: 0; }
    .tx-webx-bookingemo .singleView .detailTitle.detailTitleHotels .classification .classificationIcon + .classificationIcon {
      margin-left: 2px; }
    .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard h3 {
      text-transform: uppercase; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emolistCat {
        margin: 10px 0; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emolistCat img + img {
        margin-left: 5px; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emoSocials {
        margin-top: auto; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emoSocials svg path {
        fill: #8c8c8e; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emoSocials a + a {
        margin-left: 4px; }
    .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage {
      position: relative; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage .trustyou {
        display: none; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage .welcomCardBanner {
        background: #b0c82c;
        color: #fff;
        height: 35px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        bottom: 0;
        top: auto;
        left: 0;
        width: 100%;
        line-height: 39px;
        font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
    .tx-webx-bookingemo .singleView #facilities {
      margin: 12vh 0;
      padding: 30px 0; }
    .tx-webx-bookingemo .singleView #facilities h3 {
      text-transform: uppercase;
      font-size: 40px;
      line-height: 50px; }
    .tx-webx-bookingemo .singleView #facilities .serviceFacilities .facilityWrap .groupedfacilities {
      margin-top: 30px; }
      .tx-webx-bookingemo .singleView #facilities .serviceFacilities .facilityWrap h4 {
        cursor: pointer;
        text-transform: uppercase; }
      .tx-webx-bookingemo .singleView #facilities .serviceFacilities .facilityWrap h4 .generalArrow {
        border-color: #1a171b;
        transform: rotate(135deg);
        margin-left: 15px;
        margin-bottom: 2px; }
      .tx-webx-bookingemo .singleView #facilities .serviceFacilities .facilityWrap h4.active .generalArrow {
        margin-bottom: 0;
        transform: rotate(315deg); }
      .tx-webx-bookingemo .singleView #facilities .serviceFacilities .facilityWrap ul {
        display: none; }
    .tx-webx-bookingemo .singleView .tabs .tab {
      margin: 10px 0; }
      .tx-webx-bookingemo .singleView .tabs .tab a {
        width: 100%;
        background: none;
        color: #e2001a;
        border: 2px solid #e2001a; }
      .tx-webx-bookingemo .singleView .tabs .tab.current a, .tx-webx-bookingemo .singleView .tabs .tab:hover a {
        background: #e2001a;
        color: #fff; }
    .tx-webx-bookingemo .singleView .emotabContents .emotabContent {
      padding: 20px; }
      .tx-webx-bookingemo .singleView .emotabContents .emotabContent:not(.current) {
        display: none; }
    .tx-webx-bookingemo .singleView .tabcontents {
      margin-top: 30px; }
    .tx-webx-bookingemo .singleView .tabcontents .tabcontent {
      max-height: 0;
      overflow: hidden;
      transition: all 250ms ease; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent.current {
        max-height: 5000px;
        transition: all 250ms ease;
        overflow: visible; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        margin-left: -1%;
        width: 102%; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room {
        margin: 1%;
        width: 100%; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .roomTitle {
          text-align: center;
          padding: 10px 0;
          min-height: 92px; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .roomTitle h3 {
          padding: 0; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery:not(.slick-slider) .roomgalleryItem:not(:first-child) {
          display: none; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery .generalArrow {
          width: 15px;
          height: 15px; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery .slick-next {
          right: 10px;
          margin-top: 15px; }
          .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery .slick-next:before {
            display: none; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery .slick-prev {
          left: 10px;
          z-index: 1;
          transform: scaleX(-1); }
          .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery .slick-prev:before {
            display: none; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .slickRoomGallery img {
          width: 100%; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .roomToggleWrap {
          display: flex;
          justify-content: space-between; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .roomToggleWrap .roomtoggle {
          text-transform: uppercase;
          color: #e2001a;
          padding-right: 18px;
          cursor: pointer;
          position: relative;
          padding-right: 18px;
          font-weight: bold; }
          .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader .roomToggleWrap .roomtoggle:after {
            position: absolute;
            display: block;
            right: 0;
            top: 7px;
            content: '';
            width: 9px;
            height: 9px;
            border-top: 4px solid #e2001a;
            border-right: 4px solid #e2001a;
            transform: rotate(135deg);
            transition: all 250ms ease; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .roomHeader:after {
          content: '';
          width: calc(100% + 40px);
          bottom: -47px;
          height: 7px;
          background: #fff;
          left: -20px;
          position: absolute;
          z-index: 5;
          opacity: 0;
          transition: opacity 200ms ease 200ms; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .accordion-section-content {
          display: none; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .accordion-section-content .roomInfos .roomInfo .anfragenibk {
          margin-top: 15px; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room .accordion-section-content .serviceproviderFacilitiesWrap {
          margin-top: 20px; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen {
          box-shadow: 0 0 4px 0 rgba(26, 23, 27, .5); }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content {
          background: #fff;
          max-width: 1286px;
          position: relative;
          top: 2px;
          margin: 0;
          margin-top: 15px;
          transform: none; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .roomHeader {
          position: relative; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .roomHeader:after {
          opacity: 1;
          transition: opacity 200ms ease 200ms; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .roomHeader .roomToggleWrap .roomtoggle:after {
          transform: rotate(315deg);
          top: 10px;
          transition: all 250ms ease; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities h4, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review h4, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities .h4, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review .h4 {
        padding-right: 18px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        font-size: 20px; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities h4:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review h4:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities .h4:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review .h4:after {
          position: absolute;
          display: block;
          right: 0;
          top: 7px;
          content: '';
          width: 9px;
          height: 9px;
          border-top: 4px solid #1a171b;
          border-right: 4px solid #1a171b;
          transform: rotate(135deg);
          transition: all 250ms ease; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities h4.active:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review h4.active:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities .h4.active:after, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review .h4.active:after {
          transform: rotate(315deg);
          top: 10px;
          transition: all 250ms ease; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent .groupedfacilities ul, .tx-webx-bookingemo .singleView .tabcontents .tabcontent .review ul {
        display: none; }
  .tx-webx-bookingemo .reviewwrapper .reviews .reviewWrap + .reviewWrap {
    margin-top: 15px; }
    .tx-webx-bookingemo .reviewwrapper .reviews .reviewWrap .head {
      font-weight: 800; }
    .tx-webx-bookingemo .reviewwrapper .ratingTable {
      margin-top: 15px; }
    .tx-webx-bookingemo .reviewwrapper .ratingTable .ratingBar {
      border: 1px solid #707173;
      line-height: 33px; }
    .tx-webx-bookingemo .reviewwrapper .ratingTable .ratingBar div {
      background: #707173;
      padding-left: 10px;
      height: 30px;
      color: #fff; }
  .tx-webx-bookingemo .shopItemButtons {
    display: flex; }
    .tx-webx-bookingemo .shopItemButtons .shoppincardIcon {
      margin-left: 2px;
      max-width: 60px; }
    .tx-webx-bookingemo .shopItemButtons .shoppincardIcon a {
      max-width: 60px;
      min-width: 60px;
      padding: 0; }
    .tx-webx-bookingemo .shopItemButtons a:hover {
      color: #fff !important; }
  .tx-webx-bookingemo .shopItemsVarList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    .tx-webx-bookingemo .shopItemsVarList .shopitemVariant {
      width: 52px;
      height: 52px;
      border: 2px solid rgba(26, 23, 27, 0.2);
      margin-right: 10px;
      margin-bottom: 10px;
      color: #fff;
      line-height: 52px;
      text-align: center;
      text-transform: uppercase;
      color: #8d8d8f; }
    .tx-webx-bookingemo .shopItemsVarList .shopitemVariant a {
      color: #8d8d8f; }
    .tx-webx-bookingemo .shopItemsVarList .shopitemVariant.active {
      background: #e2001a;
      color: #fff;
      border-color: #e2001a; }
    .tx-webx-bookingemo .shopItemsVarList .shopitemVariant.active a {
      color: #fff; }
  .tx-webx-bookingemo .trustyou {
    color: #e2001a;
    font-weight: 800;
    margin-bottom: 30px; }
    .tx-webx-bookingemo .trustyou .score {
      font-size: 60px;
      line-height: 60px; }
    .tx-webx-bookingemo .trustyou .trustCount {
      text-transform: uppercase;
      font-size: 20px;
      line-height: 30px;
      font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: 1px; }
  .tx-webx-bookingemo .form-item {
    font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
    .tx-webx-bookingemo .form-item.special {
      display: none; }
    .tx-webx-bookingemo .form-item.inputField {
      height: 52px;
      color: #8d8d8f;
      padding-left: 20px;
      box-shadow: 0 0 4px 0 rgba(26, 23, 27, .2); }
    .tx-webx-bookingemo .form-item.inputField > div {
      padding-top: 12px;
      height: 30px;
      transition: all 250ms ease; }
    .tx-webx-bookingemo .form-item.inputField > input, .tx-webx-bookingemo .form-item.inputField textarea {
      border: 0;
      background-color: transparent;
      height: 14px;
      padding: 0 0 4px;
      width: 100%;
      text-transform: uppercase;
      transition: all 250ms ease; }
    .tx-webx-bookingemo .form-item.inputField.act > div {
      font-size: 15px;
      line-height: 10px;
      padding-top: 7px;
      height: 18px; }
    .tx-webx-bookingemo .form-item.inputField.act > input, .tx-webx-bookingemo .form-item.inputField.act textarea {
      height: 30px;
      padding: 0 0; }
    .tx-webx-bookingemo .form-item.inputField.act > input:-webkit-autofill, .tx-webx-bookingemo .form-item.inputField.act textarea:-webkit-autofill, .tx-webx-bookingemo .form-item.inputField.act > input:-webkit-autofill:hover, .tx-webx-bookingemo .form-item.inputField.act textarea:-webkit-autofill:hover, .tx-webx-bookingemo .form-item.inputField.act > input:-webkit-autofill:focus, .tx-webx-bookingemo .form-item.inputField.act textarea:-webkit-autofill:focus, .tx-webx-bookingemo .form-item.inputField.act > input:-webkit-autofill:active, .tx-webx-bookingemo .form-item.inputField.act textarea:-webkit-autofill:active {
      transition: background-color 5000s ease-in-out 0s;
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
    .tx-webx-bookingemo .form-item.textareaField {
      height: auto; }
    .tx-webx-bookingemo .form-item.textareaField textarea {
      min-height: 150px;
      height: auto; }
    .tx-webx-bookingemo .form-item.selectField .chosen-container {
      width: 100% !important; }
    .tx-webx-bookingemo .form-item.selectField .chosen-container .chosen-single {
      color: #8d8d8f !important; }
    .tx-webx-bookingemo .form-item + .form-item {
      margin-top: 20px; }
  .tx-webx-bookingemo .enquiryWrap .filterPart {
    padding: 0;
    margin-bottom: 15px;
    font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
  .tx-webx-bookingemo .dceButtonOnly {
    min-width: 148px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 1px;
    background-color: #e2001a;
    font-size: 20px;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer; }
  .tx-webx-bookingemo .paginator ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tx-webx-bookingemo .paginator ul li {
      padding: 2%;
      font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif;
      font-size: 20px; }
    .tx-webx-bookingemo .paginator ul li a {
      color: #1a171b; }
    .tx-webx-bookingemo .paginator ul li.current {
      color: #e2001a; }
    .tx-webx-bookingemo .paginator ul li.previous, .tx-webx-bookingemo .paginator ul li.next {
      display: flex;
      align-items: center; }
    .tx-webx-bookingemo .paginator ul li.previous a, .tx-webx-bookingemo .paginator ul li.next a {
      font-size: 0;
      color: transparent;
      display: inline-block;
      width: 16px;
      height: 16px;
      border-top: 6px solid #e2001a;
      border-right: 6px solid #e2001a;
      transform: rotate(45deg);
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .tx-webx-bookingemo .paginator ul li.previous.previous, .tx-webx-bookingemo .paginator ul li.next.previous {
      transform: rotate(180deg); }
    .tx-webx-bookingemo .paginator ul li.first {
      display: none; }

.emoHeaderSerialEvents .emoHeaderSerialEventsH1Wrap {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  bottom: 120px;
  color: #fff;
  text-shadow: 0 0 8px #1a171b;
  font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
  .emoHeaderSerialEvents .emoHeaderSerialEventsH1Wrap .dTTCDateText {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase; }

.EmoCtaWrap .dceButton {
  margin: 20px 0; }
/****** RESPONSIVE ***/
@media screen and (min-width: 768px) {
  .tx-webx-bookingemo .emoList .emoListItem {
    width: 100%;
    display: flex; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaser {
      width: 40%; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo {
      width: 60%; }
    .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper {
      position: relative; }
      .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper .share {
        margin-left: auto; }
      .tx-webx-bookingemo .emoList .emoListItem .shareBookmarkWrapper .bookmark {
        margin-right: 0; }
    .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem h3 {
      padding-bottom: 20px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .dTTeaserBottomInfo {
        flex-direction: column;
        justify-content: flex-start; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid {
        display: flex;
        flex-direction: column; }
        .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid h3 {
          margin-top: 40px; }
        .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid .additionalPackageService {
          margin: 20px 0px 40px 0px; }
        .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid > div, .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid > h3 {
          padding: 0 40px !important; }
        .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selCid .buttons {
          margin-top: auto;
          margin-bottom: 30px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem.selNoCid .shareBookmarkWrapper {
        position: absolute;
        right: 30px;
        top: 30px; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .data {
        padding: 0; }
      .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .packageGridButtons {
        text-align: right;
        margin-top: auto; }
        .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .packageGridButtons .dceButton {
          display: inline-block;
          width: auto; }
          .tx-webx-bookingemo .emoList .emoListItem.emoPackageListItem .packageGridButtons .dceButton a {
            padding: 0 60px; }
    .tx-webx-bookingemo .emoList.emoListGrid .showresults {
      width: 100%; }
    .tx-webx-bookingemo .emoList.emoListGrid .emoListItem {
      width: 49%; }
      .tx-webx-bookingemo .emoList.emoListGrid .emoListItem .dTTeaser {
        width: 100%; }
    .tx-webx-bookingemo .emoList .singleItemWrap .emoPackageListItem {
      flex-direction: row !Important; }
    .tx-webx-bookingemo .singleView .ImageGallery {
      margin-left: -10px;
      width: calc(100% + 20px); }
    .tx-webx-bookingemo .singleView .ImageGallery .galleryImages {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .tx-webx-bookingemo .singleView .ImageGallery .galleryImages .galleryImage {
        padding: 10px; }
        .tx-webx-bookingemo .singleView .ImageGallery .galleryImages .galleryImage .imgwrapperoverlay {
          top: 10px;
          left: 10px;
          width: calc(100% - 20px);
          height: calc(100% - 20px); }
      .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesGreater5 .galleryImage1, .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesGreater5 .galleryImage2 {
        width: 50%; }
        .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesGreater5 .galleryImage3, .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesGreater5 .galleryImage4, .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesGreater5 .galleryImage5 {
          width: 33.33%; }
      .tx-webx-bookingemo .singleView .ImageGallery .galleryImages.galleryImagesSmaller5 .galleryImage {
        flex: 1; }
    .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room {
      width: 48%; }
    .tx-webx-bookingemo .enquiryPackage {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .tx-webx-bookingemo .enquiryPackage .enquiryPackageImage {
      width: 230px; }
    .tx-webx-bookingemo .enquiryPackage .enquiryPackageRight {
      width: calc(100% - 250px); }
    .tx-webx-bookingemo .EmoCtaWrap {
      display: flex; }
    .tx-webx-bookingemo .EmoCtaWrap .dceButton + .dceButton {
      margin-left: 10px; } }

@media screen and (min-width: 1024px) {
  .emoDetailPage #header:empty {
    padding-top: 0 !Important;
    min-height: 120px !important; }

  .tx-webx-bookingemo .filter.emofilter.topfilter {
    display: flex;
    align-items: center; }
    .tx-webx-bookingemo .filter.emofilter.topfilter .topfilterInner {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center;
      justify-content: space-between; }
    .tx-webx-bookingemo .filter.emofilter.topfilter .fListView > div {
      min-width: 145px; }
    .tx-webx-bookingemo .filter.emofilter.topfilter .formsorting {
      max-width: 419px; }
    .tx-webx-bookingemo .emoList .emoListItem {
      width: 100%;
      display: flex; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaser {
      width: 420px; }
    .tx-webx-bookingemo .emoList .emoListItem .emoListDescription {
      display: block;
      margin: 10px 0; }
      .tx-webx-bookingemo .emoList .emoListItem .emoListDescription .emolistCat {
        margin: 10px 0; }
        .tx-webx-bookingemo .emoList .emoListItem .emoListDescription .emolistCat img + img {
          margin-left: 12px; }
    .tx-webx-bookingemo .emoList .emoListItem .singleItemNew {
      display: block !important; }
      .tx-webx-bookingemo .emoList .emoListItem .singleItemNew .emoListItemHeader {
        width: 100%; }
      .tx-webx-bookingemo .emoList .emoListItem .singleItemNew .emoDetailButton {
        width: auto;
        max-width: 200px;
        margin-left: auto; }
      .tx-webx-bookingemo .emoList .emoListItem .singleItemNew .shareBookmarkWrapper {
        position: absolute !important;
        top: 0; }
    .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew {
      width: calc(100% - 420px); }
      .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo.noflex .shareBookmarkWrapper, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew.noflex .shareBookmarkWrapper {
        position: absolute;
        top: 40px;
        right: 40px;
        display: flex;
        width: 100px; }
        .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo.noflex .emoListItemHeader, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew.noflex .emoListItemHeader, .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo.noflex .shopItemsVarList, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew.noflex .shopItemsVarList {
          width: calc(100% - 110px); }
      .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex), .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) {
        display: flex;
        justify-content: space-between; }
        .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex) .dTTeaserEmoLeft, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) .dTTeaserEmoLeft {
          width: 60.66%;
          padding-right: 20px;
          border-right: 2px solid #f2f2f2;
          display: inline-flex;
          flex-direction: column;
          align-items: flex-start; }
          .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex) .dTTeaserEmoLeft .emodivider, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) .dTTeaserEmoLeft .emodivider {
            display: none; }
          .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex) .dTTeaserEmoLeft .saveics, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) .dTTeaserEmoLeft .saveics {
            margin-top: auto; }
        .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex) .dTTeaserEmoRight, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) .dTTeaserEmoRight {
          width: 33.33%;
          display: flex;
          flex-direction: column; }
          .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo:not(.noflex) .dTTeaserEmoRight .buttons, .tx-webx-bookingemo .emoList .emoListItem .singleItemNew:not(.noflex) .dTTeaserEmoRight .buttons {
            margin-top: auto; }
    .tx-webx-bookingemo .emoList.emoListGrid .dceTeasers {
      justify-content: flex-start;
      margin-left: -1%;
      width: 102%; }
    .tx-webx-bookingemo .emoList.emoListGrid .emoListItem {
      width: 31.3333333333%;
      margin: 1%; }
    .tx-webx-bookingemo .shopitem .dTTeaserBottomInfo {
      display: flex;
      flex-direction: column; }
    .tx-webx-bookingemo .shopitem .dTTeaserBottomInfo .shopItemButtons {
      display: flex;
      margin-top: auto; }
    .tx-webx-bookingemo .shopitem .dTTeaserBottomInfo .shoppreview {
      margin-left: auto; }
    .tx-webx-bookingemo .singleView .detailTitle {
      margin-top: 38px; }
    .tx-webx-bookingemo .singleView .detailTitle h1 {
      padding-bottom: 12px;
      line-height: 57px; }
    .tx-webx-bookingemo .singleView .detailTitle.detailTitleHotels {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .tx-webx-bookingemo .singleView .detailTitle.detailTitleHotels .classification .classificationIcon svg {
        height: 30px;
        width: 30px; }
        .tx-webx-bookingemo .singleView .detailTitle.detailTitleHotels .classification .classificationIcon img {
          height: 30px; }
        .tx-webx-bookingemo .singleView .detailTitle.detailTitleHotels .classification .classificationIcon + .classificationIcon {
          margin-left: 8px; }
    .tx-webx-bookingemo .singleView .backToList {
      margin: 60px 0 50px 0; }
    .tx-webx-bookingemo .singleView .eventsSingleBigImg {
      width: auto;
      margin-top: -20px;
      max-height: 720px;
      overflow: hidden; }
    .tx-webx-bookingemo .singleView .eventsSingleBigImg img {
      width: 100%; }
    .tx-webx-bookingemo .singleView .eventSingleInfo {
      padding: 35px 40px; }
    .tx-webx-bookingemo .singleView .eventShowDates .saveics {
      position: absolute;
      right: 0px;
      bottom: 0px; }
    .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap {
      padding: 7px 40px;
      font-family: 'AltoProCon-Bold', Arial, Helvetica, sans-serif; }
      .tx-webx-bookingemo .singleView .moreEventsWrapper .moreEventsWrap .timeLineWrap {
        display: flex;
        width: 58%;
        justify-content: space-between; }
    .tx-webx-bookingemo .singleView .detailViewTop {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage {
      position: relative;
      width: 65.66%;
      margin-left: 0; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage img {
        width: 100%; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage .welcomCardBanner + .trustyou {
        margin-bottom: 30px; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage .trustyou {
        position: absolute;
        right: 45px;
        bottom: 35px;
        letter-spacing: 1.5px;
        text-shadow: 0 0 8px #1a171b;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0; }
        .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderImage .trustyou a {
          color: #fff; }
    .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard {
      width: 32.33%;
      margin-top: 0;
      padding: 40px; }
      .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emolistCat {
        margin: 20px 0; }
        .tx-webx-bookingemo .singleView .detailViewTop .emoHeaderCard .emolistCat img + img {
          margin-left: 12px; }
    .tx-webx-bookingemo .emoDateFilter {
      display: flex;
      justify-content: space-between; }
    .tx-webx-bookingemo .emoDateFilter .filterPart {
      width: 100%; }
    .tx-webx-bookingemo .singleViewContentSplitHalf {
      display: flex;
      justify-content: space-between; }
    .tx-webx-bookingemo .singleViewContentSplitHalf .singleViewContentText {
      width: 48%; }
    .tx-webx-bookingemo .singleViewContentSplitHalf .singleViewContentInfobox {
      width: 48%; }
    .tx-webx-bookingemo .singleView .serviceFacilities {
      display: flex;
      flex-wrap: wrap; }
    .tx-webx-bookingemo .singleView .serviceFacilities h3 {
      width: 100%; }
    .tx-webx-bookingemo .singleView .serviceFacilities .facilityWrap {
      width: 33.33%; }
    .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room {
      width: 31%; }
      .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen {
        padding-bottom: 0; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content {
          width: calc(100vw - 40px - 3%);
          margin-left: -20px;
          padding: 20px;
          margin-top: 44px;
          box-shadow: 0 0 4px 0 rgba(26, 23, 27, .5); }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content .roomInfos {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content .roomInfos .roomdescription {
            width: 64%; }
          .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content .roomInfos .roomInfo {
            width: 30%;
            text-align: right; }
            .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content .roomInfos .roomInfo .anfragenibk {
              margin: 12px 0; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen .accordion-section-content .serviceproviderFacilitiesWrap .serviceproviderFacilities {
          display: flex;
          justify-content: space-between; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen.secondRoomItem .accordion-section-content {
          transform: translateX(-50%);
          margin-left: 50%; }
        .tx-webx-bookingemo .singleView .tabcontents .tabcontent .roomList .room.roomopen.thirdRoomItem .accordion-section-content {
          transform: translateX(-97.55%);
          margin-left: 97.1%; }
    .tx-webx-bookingemo .singleView .tabs {
      display: flex;
      justify-content: space-between; }
    .tx-webx-bookingemo .singleView .tabs .tab a {
      width: auto; }
    .tx-webx-bookingemo .singleView .reviewwrapper {
      display: flex;
      justify-content: space-between; }
    .tx-webx-bookingemo .singleView .reviewwrapper .reviews {
      width: 33%; }
    .tx-webx-bookingemo .singleView .reviewwrapper .ratingTable {
      width: 65%;
      margin-top: 0px; } }

@media screen and (min-width: 1200px) {
  .tx-webx-bookingemo .emoList .emoListItem .dTTeaserBottomInfo {
    padding: 40px; } }

@media screen and (min-width: 1300px) {
  .tx-webx-bookingemo .filter.emofilter.topfilter {
    width: calc(100vw) !important;
    margin-left: calc(-100vw / 2 + 1300px / 2);
    margin-right: calc(-100vw / 2 + 1300px / 2); }
    .tx-webx-bookingemo .filter.emofilter.topfilter .topfilterInner {
      max-width: 1300px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
    .tx-webx-bookingemo .singleView #mapWEBX, .tx-webx-bookingemo .singleView .eventsSingleBigImg {
      width: calc(100vw - 15px) !important;
      margin-left: calc(-100vw / 2 + 1316px / 2);
      margin-right: calc(-100vw / 2 + 1316px / 2); }

  .accInner .tx-webx-bookingemo .filter.emofilter.topfilter {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .tx-webx-bookingemo .serialeventDetail .dceTextContent h3 {
    max-width: 100%; }
    .tx-webx-bookingemo .serviceProviderSingle {
      margin-top: -25px; }
    .tx-webx-bookingemo .rscategoryWrapper .rscategorySlider {
      margin-bottom: 30px;
      max-width: 100%;
      overflow: hidden; } }

@media print {
  .tx-webx-bookingemo .paginator {
    display: none !important; }
    .tx-webx-bookingemo .dTTeaser .dTTImage {
      -webkit-print-color-adjust: exact; }
      .tx-webx-bookingemo .dTTeaser .dTTOverlay {
        display: none; }
      .tx-webx-bookingemo .dTTeaser .welcomCardBanner {
        -webkit-print-color-adjust: exact; }
    .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoRight, .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoLeft {
      border: none; }
      .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoRight .emodivider, .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoLeft .emodivider {
        display: none; }
      .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoRight .shareBookmarkWrapper, .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoLeft .shareBookmarkWrapper {
        display: none; }
      .tx-webx-bookingemo .dTTeaserBottomInfo .dTTeaserEmoRight {
        margin-top: 25px; }
    .tx-webx-bookingemo .hotelListItem {
      height: 466px;
      border: 2px solid #f2f2f2; } }

