/**
 * SFD 2015
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2015 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage lists
 * @author     degener
 * @since      01.12.2015
 * @version    $Id: lists.css 1343 2016-10-11 12:31:50Z oswald $
 **/
/*  =========================================================
  0. global settings
  1. list styles
  2. search result
  3. trigger list
  4. popup copyright press
========================================================== */
/*  =========================================================
    0. global settings
========================================================== */
@media screen {
  .col-6.default {
    width: 824px;
  }
  .col-6.splitScreen {
    width: 100%;
  }
  .col-6.default .buttonstyle::after,
  .col-6.splitScreen .buttonstyle::after {
    content: '\e901';
    left: 5px;
  }
  .leaflet-bottom.leaflet-right {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 950px) {
  .col-6.splitScreen {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .col-6.default {
    width: 100%;
  }
}
/*  =========================================================
    1. list styles
========================================================== */
@media screen {
  .listItem {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    border-top: 1px solid #e4e4e4;
    margin-bottom: 18px;
  }
  .listItem.press {
    padding: 12px;
  }
  .listItem:not(.accommodation) a {
    width: 100%;
    float: left;
    position: relative;
    padding: 12px;
  }
  .listItem:not(.accommodation) a:hover,
  .listItem:not(.accommodation) a:active,
  .listItem:not(.accommodation) a:focus {
    background-color: #f2f2f2;
  }
  .listItem:not(.accommodation) a:hover figure img,
  .listItem:not(.accommodation) a:active figure img,
  .listItem:not(.accommodation) a:focus figure img {
    -webkit-box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.1) translateX(-10px) translateY(-10px);
    -ms-transform: scale(1.1) translateX(-10px) translateY(-10px);
    transform: scale(1.1) translateX(-10px) translateY(-10px);
  }
  .listItem a:hover h2,
  .listItem a:active h2,
  .listItem a:focus h2,
  .listItem a:hover h3,
  .listItem a:active h3,
  .listItem a:focus h3,
  .listItem a:hover h2 span,
  .listItem a:active h2 span,
  .listItem a:focus h2 span,
  .listItem a:hover h3 span,
  .listItem a:active h3 span,
  .listItem a:focus h3 span {
    color: #f01414;
  }
  .listItem a:hover .details.bgColorBright,
  .listItem a:active .details.bgColorBright,
  .listItem a:focus .details.bgColorBright {
    background-color: #fff;
  }
  .listItem a:hover .details.bgColorBright .detailItem,
  .listItem a:active .details.bgColorBright .detailItem,
  .listItem a:focus .details.bgColorBright .detailItem {
    border-color: #f2f2f2;
  }
  .listItem a:hover .price strong,
  .listItem a:active .price strong,
  .listItem a:focus .price strong {
    color: #f01414;
  }
  .listItem a.press {
    width: auto;
  }
  .listItem a.press::after {
    content: "\e90f" !important;
    font-size: 16px;
    top: 2px;
    background-color: transparent !important;
  }
  .listItem a.previewPressImg {
    float: left;
    padding: 0;
  }
  .listItem a.previewPressImg::after {
    content: '\e603';
    width: 48px;
    height: 48px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(120, 120, 120, 0.7);
    padding-top: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .listItem:not(.accommodation) a:hover::after,
  .listItem:not(.accommodation) a:active::after,
  .listItem:not(.accommodation) a:focus::after {
    background-color: #787878;
  }
  /* label topevent */
  .listItem a.topEvent::after {
    content: '';
    width: 87px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 11px;
    background: rgba(0, 0, 0, 0) url("/portal/assets/images/environment/label_event.png") no-repeat scroll 0 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .listItem a.topEvent:hover::after,
  .listItem a.topEvent:active::after,
  .listItem a.topEvent:focus::after {
    top: -11px;
    left: -11px;
  }
  /* label topevent */
  .listItem a.onlineBookable::after {
    content: '';
    width: 95px;
    height: 96px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 11px;
    background: rgba(0, 0, 0, 0) url("/portal/assets/images/environment/label_booking.png") no-repeat scroll 0 0 !important;
  }
  /* label topevent */
  .listItem a.blog::after {
    content: '';
    width: 87px;
    height: 88px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 11px;
    background: rgba(0, 0, 0, 0) url("/portal/assets/images/environment/label_blog.png") no-repeat scroll 0 0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .listItem a.blog:hover::after,
  .listItem a.blog:active::after,
  .listItem a.blog:focus::after {
    top: -11px;
    left: -11px;
  }
  /* image */
  .listItem figure {
    width: 31.10571%;
    /* 256/823 */
    height: auto;
    float: left;
    margin-right: 2.91262%;
    /* 24/824 */
    min-height: 90.4255%;
  }
  .listItem figure picture {
    float: left;
  }
  .listItem a.listplayButtonVideo > figure {
    position: relative;
  }
  .listItem a.listplayButtonVideo > figure::before {
    font-family: iconset;
    content: '\e923';
    font-size: 88px;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -44px;
    margin-top: -44px;
    z-index: 10;
  }
  .listItem figure picture img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  /* headline */
  .listItem .hgroup {
    width: 63.10679%;
    /* 520/823 */
    float: left;
  }
  .listItem .hgroup .theme {
    display: block;
    font-family: 'Crimson-Italic';
    font-size: 0.875rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
  }
  .listItem .hgroup h2,
  .listItem .hgroup h3 {
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
    margin: 14px 0;
  }
  .listItem .hgroup h2 .icon::after,
  .listItem .hgroup h3 .icon::after {
    content: '\e601';
    font-size: 1rem;
    position: relative;
    top: -1px;
  }
  /* paragraph */
  .listItem p {
    width: 63.10679%;
    /* 520/823 */
    float: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .listItem p span.press {
    float: left;
    padding: 10px 20px 10px 0;
  }
  /* category / event-date / location */
  .listItem .facts {
    width: 63.10679%;
    /* 520/823 */
    float: left;
    margin-bottom: 14px;
  }
  /*press images*/
  .facts.pressImages.pressDownloadArea {
    width: 100%;
  }
  .listItem .facts .category,
  .listItem .facts .date,
  .listItem .facts .location {
    display: block;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.6rem;
  }
  .listItem .facts .date::before {
    content: '\e910';
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  .listItem .facts .location::before {
    content: '\e608';
    position: relative;
    top: 1px;
    margin-right: 5px;
  }
  .listItem__location {
    margin-bottom: 10px;
  }
  .listItem .facts .category {
    font-style: normal;
  }
  .listItem .facts .category .stars {
    position: relative;
    top: 3px;
    margin-left: 5px;
  }
  .listItem .facts .factItem {
    display: block;
    font-size: 1.125rem;
    line-height: 1.6rem;
  }
  .listItem .facts .factItem .title {
    width: 145px;
    float: left;
    font-weight: bold;
  }
  .listItem .facts .factItem .status::before {
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-right: 5px;
  }
  .listItem .facts .factItem .status.open::before {
    content: '\e921';
    background-color: #95c11f;
  }
  .listItem .facts .factItem .status.closed::before {
    content: '\e800';
    background-color: #f01414;
  }
  /* detail-block tours */
  .listItem .details {
    width: 63.10679%;
    /* 520/823 */
    float: left;
    margin-top: 10px;
  }
  .listItem .details .detailItem {
    width: 25%;
    float: left;
    padding: 10px 0;
    border-right: 1px solid #fff;
  }
  .listItem .details .detailItem.medium {
    width: 50%;
  }
  .listItem .details .detailItem.liftType {
    width: 31.10571%;
  }
  .listItem .details .detailItem:last-of-type {
    border-style: none;
  }
  .listItem .details .detailItem span {
    width: 100%;
    float: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0 0 0 10px;
  }
  .listItem .details .detailItem span.title {
    font-weight: bold;
    display: block;
  }
  .listItem .details .detailItem span.icon {
    padding-left: 10px;
  }
  .listItem .details .detailItem span.icon::before {
    position: relative;
    top: 2px;
    margin-right: 10px;
  }
  .listItem .details .detailItem span.icon.duration::before {
    content: '\e919';
  }
  .listItem .details .detailItem span.icon.distance::before {
    top: 4px;
    content: '\e916';
  }
  .listItem .details .detailItem span.icon.uphill::before {
    content: '\e917';
  }
  .listItem .details .detailItem span.icon.type::before {
    content: '\e92b';
  }
  .listItem .details .detailItem span.icon.persons::before {
    content: '\e92a';
  }
  .listItem .details .detailItem span.demand {
    width: auto;
    color: #fff;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 10px;
  }
  .listItem .details .detailItem span.demand.easy {
    background-color: #488ccb;
  }
  .listItem .details .detailItem span.demand.moderate {
    background-color: #f01414;
  }
  .listItem .details .detailItem span.demand.hard {
    background-color: #000;
  }
  /* price block */
  .listItem .price {
    float: right;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .listItem .price strong {
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.875rem;
    letter-spacing: 0.12rem;
    margin-left: 10px;
  }
  .listItem .classifications {
    float: left;
    width: 67.9817%;
  }
  /* pagination */
  ul.listPaginate {
    float: left;
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    list-style: outside none none;
  }
  ul.listPaginate > li {
    display: inline-block;
    vertical-align: middle;
  }
  ul.listPaginate > li > span {
    font-size: 1rem;
    text-transform: uppercase;
    margin: 0 10px;
  }
  ul.listPaginate .buttonstyle.back::before {
    content: '\e600';
  }
  ul.listPaginate .buttonstyle.back::after {
    content: '';
  }
  ul.listPaginate .buttonstyle.next::before {
    content: '';
  }
  ul.listPaginate .buttonstyle.next::after {
    content: '\e601';
  }
}
@media only screen and (max-width: 1400px) {
  .listItem .details {
    width: 100%;
  }
}
@media only screen and (max-width: 950px) {
  .listItem .details {
    width: 63.10679%;
  }
}
@media only screen and (max-width: 850px) {
  .listItem a:hover,
  .listItem a:focus,
  .listItem a:active {
    background-color: #f2f2f2;
  }
  .listItem a:hover figure img,
  .listItem a:focus figure img,
  .listItem a:active figure img {
    -webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.07) translateX(-7px) translateY(-7px);
    -ms-transform: scale(1.07) translateX(-7px) translateY(-7px);
    transform: scale(1.07) translateX(-7px) translateY(-7px);
  }
  .listItem a.topEvent:hover::after,
  .listItem a.topEvent:active::after,
  .listItem a.topEvent:focus::after {
    top: -7px;
    left: -7px;
  }
  .listItem .hgroup .theme {
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
  }
  .listItem .hgroup h2,
  .listItem .hgroup h3 {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    margin: 7px 0;
  }
  .listItem p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .listItem .facts {
    margin-bottom: 7px;
  }
  .listItem .facts .category,
  .listItem .facts .date,
  .listItem .facts .location,
  .listItem .facts .factItem {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .listItem .price {
    font-size: 1rem;
    margin-top: 8px;
  }
  .listItem .price strong {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-left: 5px;
  }
  .listItem .details {
    margin-top: 10px;
  }
  .listItem .details .detailItem span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 800px) {
  .listItem a:hover figure img,
  .listItem a:active figure img,
  .listItem a:focus figure img {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(1) translateX(0) translateY(0);
    -ms-transform: scale(1) translateX(0) translateY(0);
    transform: scale(1) translateX(0) translateY(0);
  }
  .listItem a.topEvent:hover::after,
  .listItem a.topEvent:active::after,
  .listItem a.topEvent:focus::after {
    top: 11px;
    left: 11px;
  }
}
@media only screen and (max-width: 770px) {
  .listItem .details {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  .listItem .details .detailItem {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .listItem .details .detailItem.liftType {
    width: 50%;
  }
  .listItem .details .detailItem:nth-of-type(2),
  .listItem .details .detailItem:last-of-type {
    border-top: 1px solid #fff;
    border-right-style: none;
  }
}
@media only screen and (max-width: 480px) {
  .listItem .hgroup h2,
  .listItem .hgroup h3 {
    font-size: 1.125rem;
    letter-spacing: 0.08rem;
    margin: 5px 0;
  }
  .listItem .details .detailItem {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .listItem .details .detailItem:nth-of-type(2),
  .listItem .details .detailItem:last-of-type {
    border-top: 1px solid #fff;
    border-right-style: none;
  }
  .listItem .facts,
  .listItem p {
    width: 100%;
    margin: 5px 0;
  }
  .listItem a.listplayButtonVideo > figure::before {
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
/*  =========================================================
    2. search result
========================================================== */
@media screen {
  .searchResult h2 {
    font-family: 'Neutra Book';
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
  }
  .searchResult .filterItems {
    width: 100%;
    float: left;
    margin: 10px 0;
  }
  .searchResult .filterItems a {
    float: left;
    font-size: 1.125rem;
    color: #787878;
    margin: 5px 15px 5px 0;
  }
  .searchResult .filterItems a::before {
    content: '\e915';
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  .searchResult .filterItems a:hover,
  .searchResult .filterItems a:active,
  .searchResult .filterItems a:focus {
    color: #f01414;
    text-decoration: line-through;
  }
  .amountResultsList {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }
  .searchSuggestions {
    width: 100%;
    float: left;
    font-size: 1.5rem;
    text-align: center;
  }
  #searchResult a.print {
    margin: 0 0 10px 0;
  }
  #searchResult a.print::before {
    content: "\e936";
    margin-right: 5px;
  }
}
/*  =========================================================
    3. trigger list
========================================================== */
@media screen {
  .listTrigger#memoryIdent {
    float: right;
    text-align: right;
    margin-bottom: 12px;
    display: inline-block;
  }
  .listTrigger {
    display: none;
  }
  a.triggerFilter {
    width: 145px;
    height: 82px;
    display: inline-block;
    position: absolute;
    top: -92px;
    left: 0;
    color: #fff;
    background-color: #f01414;
    padding: 25px 10px 0 60px;
  }
  a.triggerFilter.accommodationbasicsFilter {
    top: -142px;
    width: 175px;
  }
  a.triggerFilter span {
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  a.triggerFilter::before {
    content: '\e91a';
    display: inline-block;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  a.triggerFilter::after {
    content: '';
    position: absolute;
    top: 0;
    right: -41px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 41px solid transparent;
    border-left: 41px solid #f01414;
    border-bottom: 41px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.triggerFilter:hover,
  a.triggerFilter:active,
  a.triggerFilter:focus {
    background-color: #787878;
  }
  a.triggerFilter:hover::after,
  a.triggerFilter:active::after,
  a.triggerFilter:focus::after {
    border-left-color: #787878;
  }
  .listTrigger a.buttonstyle.triggerClipboard.inactive:hover {
    animation: shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .listTrigger a.buttonstyle.triggerClipboard,
  .listTrigger a.buttonstyle.triggerImg,
  .listTrigger a.buttonstyle.triggerList,
  .listTrigger a.buttonstyle.triggerMap {
    margin: 10px 10px 0 0;
  }
  .listTrigger a.buttonstyle {
    padding-top: 10px;
  }
  .floatingButton {
    position: absolute;
    z-index: 20;
    right: 0;
  }
  .floatingButton .triggerClipboard {
    margin-right: 0 !important;
    margin-top: 0 !important;
  }
  .floatingButton .triggerClipboard .txt {
    display: none;
  }
  .listTrigger.fulltextsearch#memoryIdent {
    float: left;
    margin-left: 20px;
  }
  .listTrigger.fulltextsearch a.buttonstyle {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 800px) {
  a.triggerFilter {
    top: -60px;
  }
}
@media only screen and (max-width: 490px) {
  a.triggerFilter.accommodationbasicsFilter {
    top: -60px;
  }
}
@media only screen and (max-width: 1450px) {
  a.triggerFilter {
    height: 50px;
    width: auto;
    top: -70px;
    padding-top: 10px;
  }
  a.triggerFilter::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 25px solid #f01414;
    border-bottom: 25px solid transparent;
  }
  .listTrigger#memoryIdent {
    text-align: right;
  }
  .listTrigger .buttonstyle.active {
    background-color: #f01414;
  }
  .listTrigger .buttonstyle.triggerList,
  .listTrigger .buttonstyle.triggerMap,
  .listTrigger .buttonstyle.triggerImg {
    margin: 10px 10px 10px 0;
  }
  .listTrigger .buttonstyle.triggerMap {
    margin-right: 10px;
  }
  .listTrigger .buttonstyle::after {
    content: '';
  }
  .listTrigger .buttonstyle::before {
    position: relative;
    top: 2px;
    margin-right: 5px;
  }
  .listTrigger .buttonstyle.triggerList::before {
    content: '\e604';
  }
  .listTrigger .buttonstyle.triggerMap::before {
    content: '\e608';
  }
  .listTrigger .buttonstyle.triggerImg::before {
    content: '\e91b';
  }
  .listTrigger.splitlist {
    display: none;
  }
  .listTrigger.splitgallery {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .listTrigger.splitlist {
    display: inline-block;
  }
}
@media only screen and (max-width: 800px) {
  .listTrigger.splitgallery {
    display: inline-block;
  }
}
@media only screen and (max-width: 760px) {
  a.triggerFilter {
    top: -60px;
  }
}
@media only screen and (max-width: 550px) {
  a.triggerFilter {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  a.triggerFilter span {
    width: 1px;
    height: 1px;
    position: absolute;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  a.triggerFilter::after {
    display: none;
  }
}
/*  =========================================================
    4. popup copyright press
========================================================== */
@media screen {
  .pressCopyright {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .pressCopyright.hidden {
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scale 0;
    -ms-transform: scale 0;
    transform: scale 0;
  }
  .pressCopyright.active {
    width: 400px;
    height: 350px;
    padding: 40px;
    opacity: 1;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
  }
  .pressCopyright a.closeCopyright {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f01414;
    padding: 4px 0 0 0;
    text-align: center;
  }
  .pressCopyright a.closeCopyright::before {
    content: "\e800";
    font-size: 16px;
    color: #fff;
  }
  .pressCopyright a.closeCopyright:hover,
  .pressCopyright a.closeCopyright:active,
  .pressCopyright a.closeCopyright:focus {
    background-color: #787878;
  }
  .pressCopyright h3 {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.25rem !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08rem !important;
  }
  .pressCopyright p {
    width: 100%;
    margin: 20px 0;
  }
  .pressCopyright p a.extern {
    width: auto;
    text-decoration: underline;
    padding: 0;
    float: none;
  }
  .pressCopyright p a.extern:hover,
  .pressCopyright p a.extern:active,
  .pressCopyright p a.extern:focus {
    text-decoration: none;
    background-color: transparent;
  }
}
@media screen {
  a.hidden,
  .hidden {
    display: none;
  }
  .loaderIcon {
    margin-left: 50%;
    height: 80px;
  }
  #loaderIconHeader {
    margin-left: auto;
    display: inline-block;
    position: fixed;
    left: 50%;
    top: 475px;
    z-index: 30;
  }
  .listItem figure picture img.listImg {
    /*    width:256px;
        height:232px;*/
  }
  .hikingLists {
    border-spacing: 0px 0px!important;
  }
  label {
    float: left;
    font-size: 1.375rem;
    line-height: 1.5rem;
    text-align: left;
  }
  #detailSearch label {
    font-size: 1.2rem;
    background-color: #787878;
  }
  #detailSearch label::after {
    display: none;
  }
  #detailSearch label > span {
    color: #fff;
  }
}
@media screen {
  .hgroup a.downloadButton {
    float: right;
    padding: 3% 4% 3% 3%;
  }
  .hgroup div.downloadLine {
    width: 65%;
    padding-top: 5%;
    overflow: hidden;
  }
  .listTrigger .buttonstyle .txt {
    font-family: 'Neutra Demi';
    font-style: normal;
    color: #fff;
  }
  a.icon.buttonstyle.default.transition.triggerMap,
  a.icon.buttonstyle.default.transition.triggerImg {
    text-decoration: none;
    padding: 10px 10px 10px;
    letter-spacing: .08rem;
  }
  .listTrigger .buttonstyle::before {
    font-size: 24px;
  }
}
/*  =========================================================
    5. popup copyright press
========================================================== */
@media screen {
  .pressCopyright {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .pressCopyright.hidden {
    width: 0;
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform: scale 0;
    -ms-transform: scale 0;
    transform: scale 0;
  }
  .pressCopyright.active {
    width: 400px;
    height: auto;
    padding: 40px;
    opacity: 1;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
  }
  .pressCopyright a.closeCopyright {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f01414;
    padding: 4px 0 0 0;
    text-align: center;
  }
  .pressCopyright a.closeCopyright::before {
    content: "\e800";
    font-size: 16px;
    color: #fff;
  }
  .pressCopyright a.closeCopyright:hover,
  .pressCopyright a.closeCopyright:active,
  .pressCopyright a.closeCopyright:focus {
    background-color: #787878;
  }
  .pressCopyright h3 {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
  }
  .pressCopyright p {
    width: 100%;
    margin: 20px 0;
  }
  .pressCopyright p a.extern {
    width: auto;
    text-decoration: underline;
    padding: 0;
    float: none;
  }
  .pressCopyright p a.extern:hover,
  .pressCopyright p a.extern:active,
  .pressCopyright p a.extern:focus {
    text-decoration: none;
    background-color: transparent;
  }
}
/*  =========================================================
    6. accommodations
========================================================== */
@media screen {
  #accommodationErrorTooltip {
    width: 80%;
    margin: 0 0 0 35px;
    padding: 30px;
    position: absolute;
    z-index: 20;
    top: 150px;
    border: 1px solid #787878;
    background-color: #fff;
  }
  #accommodationErrorTooltip p {
    width: 80%;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
  }
  .listItem.accommodation {
    padding: 12px;
  }
  .listItem.accommodation a.preview {
    float: left;
    padding-right: 2.91262%;
    width: 31.1057%;
  }
  .listItem.accommodation figure {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  /* headline / title */
  .listItem.accommodation .hgroup {
    width: 56.98168%;
  }
  .listItem.accommodation .hgroup h2 .rating {
    margin: 0 0 0 5px;
  }
  .listItem.accommodation .hgroup h3 .rating {
    margin: 0 10px 0 5px;
  }
  .listItem.accommodation .hgroup a:hover h2,
  .listItem.accommodation .hgroup a:active h2,
  .listItem.accommodation .hgroup a:focus h2,
  .listItem.accommodation .hgroup a:hover h3,
  .listItem.accommodation .hgroup a:active h3,
  .listItem.accommodation .hgroup a:focus h3,
  .listItem.accommodation .hgroup a:hover h2 span,
  .listItem.accommodation .hgroup a:active h2 span,
  .listItem.accommodation .hgroup a:focus h2 span,
  .listItem.accommodation .hgroup a:hover h3 span,
  .listItem.accommodation .hgroup a:active h3 span,
  .listItem.accommodation .hgroup a:focus h3 span {
    color: #f01414;
  }
  /* category / address */
  .listItem.accommodation .facts {
    width: 56.98168%;
  }
  .listItem.accommodation .facts .category {
    font-style: italic;
  }
  .listItem.accommodation .facts .address {
    font-style: normal;
  }
  /* trustyou widget */
  .listItem.accommodation .tyWidget {
    width: 125px;
    height: 101px;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .listItem.accommodation .tyWidget .desktop {
    display: inline-block;
  }
  .listItem.accommodation .tyWidget .mobile {
    display: none;
  }
  .listItem.accommodation .tyWidget > a {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(82%);
    height: 100%;
  }
  .listItem.accommodation .tyWidget > a:hover,
  .listItem.accommodation .tyWidget > a:focus,
  .listItem.accommodation .tyWidget > a:active {
    background-color: transparent;
  }
  .listItem.accommodation .price_collect {
    width: 67.98168%;
    float: left;
  }
  /* price block */
  .listItem.accommodation .priceBlock {
    width: auto;
    float: right;
  }
  .listItem.accommodation .priceBlock .comment {
    width: 100%;
    float: right;
    font-size: 0.875rem;
    text-align: right;
    margin-top: 8px;
  }
  /* button clipboard */
  .listItem.accommodation .buttonstyle.collect {
    float: left;
    font-size: 1.25rem;
    padding-left: 45px;
    margin-top: 10px;
    color: #fff;
    background-color: #787878;
    width: auto;
  }
  .listItem.accommodation .buttonstyle.collect:visited {
    color: #fff;
    background-color: #787878;
  }
  .listItem.accommodation .buttonstyle.collect:hover,
  .listItem.accommodation .buttonstyle.collect:active,
  .listItem.accommodation .buttonstyle.collect:focus {
    color: #fff;
    background-color: #f01414;
  }
  .listItem.accommodation .buttonstyle.collect::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    color: #787878;
    padding-top: 3px;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .listItem.accommodation .buttonstyle.collect::after {
    content: '';
  }
  .listItem.accommodation .buttonstyle.collect.status {
    color: #787878;
    background-color: #eaeaea;
  }
  .listItem.accommodation .buttonstyle.collect.status:hover,
  .listItem.accommodation .buttonstyle.collect.status:active,
  .listItem.accommodation .buttonstyle.collect.status:focus {
    color: #787878;
    background-color: #eaeaea;
  }
  .listItem.accommodation .buttonstyle.collect.status::before {
    content: '\e921';
    border: 1px solid #787878;
    background-color: #fff;
  }
  .listItem.accommodation .cta {
    width: auto;
    float: right;
    padding: 0 0 0 20px;
  }
  .listItem.accommodation .cta.noVacancy {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    text-align: right;
  }
  .innerContentWrapper .cta {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 10px;
  }
  .listItem.accommodation .cta a:last-of-type,
  .innerContentWrapper .cta a:last-of-type {
    margin-right: 0;
  }
  /* button request */
  .cta .requestForm,
  .cta .booking,
  .cta a.changeDates {
    font-size: 1.25rem;
    background-color: #007eb5;
    padding-left: 45px;
    margin: 0 20px 0 0;
    width: auto;
    float: none;
  }
  .cta .requestForm::before,
  .cta .booking::before {
    content: '\e904';
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cta a.changeDates::before {
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cta .requestForm::after,
  .cta .booking::after {
    content: '';
    display: none;
  }
  .cta .requestForm:hover,
  .cta .booking:hover,
  .cta .requestForm:active,
  .cta .booking:active,
  .cta .requestForm:focus,
  .cta .booking:focus {
    background-color: #f01414;
  }
  .accommodation_roomItem .cta .requestForm:hover,
  .accommodation_roomItem .cta .booking:hover,
  .accommodation_roomItem .cta .requestForm:active,
  .accommodation_roomItem .cta .booking:active,
  .accommodation_roomItem .cta .requestForm:focus,
  .accommodation_roomItem .cta .booking:focus {
    background-color: #787878;
    color: #fff;
  }
  .cta a.changeDates {
    background-color: #787878;
  }
  /* button booking */
  .cta .booking {
    background-color: #f01414;
  }
  .cta .booking::before {
    content: '\e938';
  }
  .cta .booking:hover,
  .cta .booking:active,
  .cta .booking:focus {
    background-color: #787878;
  }
  /* button further content */
  .listItem.accommodation a.triggerFurtherContent {
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 0.875rem;
    color: #fff;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background-color: #787878;
    padding: 15px 15px 15px 48px;
    margin-top: 1px;
  }
  .listItem.accommodation a.triggerFurtherContent:visited {
    background-color: #787878;
  }
  .listItem.accommodation a.triggerFurtherContent:active,
  .listItem.accommodation a.triggerFurtherContent:hover,
  .listItem.accommodation a.triggerFurtherContent:active {
    background-color: #f01414;
  }
  .listItem.accommodation a.triggerFurtherContent::before {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .listItem.accommodation a.triggerFurtherContent.plus::before {
    content: '\e913';
  }
  .listItem.accommodation a.triggerFurtherContent.minus::before {
    content: '\e912';
  }
  .listItem.accommodation .furtherListContent {
    width: 100%;
    float: left;
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .listItem.accommodation .hgroup,
  .listItem.accommodation .facts {
    width: 49.98168%;
  }
  .cta .buttonstyle {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 810px) {
  .listItem.accommodation .hgroup,
  .listItem.accommodation .facts {
    width: 67.98168%;
  }
  .listItem.accommodation .tyWidget {
    width: 215px;
    height: 24px;
    position: relative;
    top: 0;
    right: inherit;
    float: left;
    margin: 10px 0;
  }
  .listItem.accommodation .tyWidget .desktop {
    display: none;
  }
  .listItem.accommodation .tyWidget .mobile {
    display: inline-block;
  }
  .listItem.accommodation .tyWidget > a {
    width: 100%;
  }
  .cta .buttonstyle {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 550px) {
  .listItem.accommodation .price_collect {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .listItem.accommodation .facts {
    width: 100%;
  }
  .cta .buttonstyle {
    padding-top: 17px;
  }
}
@media only screen and (max-width: 400px) {
  #accommodationErrorTooltip {
    height: 45%;
  }
  .listItem.accommodation .buttonstyle.collect {
    float: right;
  }
  .cta .requestForm,
  .cta .booking {
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0 10px 5px 0;
  }
}
/*  =========================================================
    7. room facts
========================================================== */
@media screen {
  .list_accommodationRooms {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .list_accommodationRooms .accommodation_roomItem {
    width: 100%;
    float: left;
    margin: 1px 0;
  }
  .list_accommodationRooms .accommodation_roomItem .roomFacts {
    width: 100%;
    float: left;
    padding: 10px;
  }
  .list_accommodationRooms > .unit > span {
    font-size: 1.25rem;
  }
  /* divergent presentation on detail page accommodation */
  .innerContentWrapper > .list_accommodationRooms .accommodation_roomItem.bgColorBright {
    background-color: #fff;
  }
  /* add/remove item to/from clipboard */
  .roomFacts > .collect {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
  }
  .roomFacts > .collect::before {
    content: '\e921';
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding-top: 3px;
    color: #787878;
    background-color: #fff;
    border: 1px solid #787878;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .roomFacts > .collect.status::before {
    content: '';
  }
  /* item title */
  .roomFacts a.detailTrigger {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-size: 1.125rem;
    color: #787878;
    line-height: 1.7rem;
    padding: 0 20px 5px 20px;
  }
  .roomFacts a.detailTrigger:visited {
    color: #787878;
  }
  .roomFacts a.detailTrigger:hover,
  .roomFacts a.detailTrigger:active,
  .roomFacts a.detailTrigger:focus {
    color: #f01414;
    background-color: transparent;
  }
  .roomFacts a.detailTrigger::after {
    font-size: 1rem;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
  .roomFacts a.detailTrigger::after {
    content: '\e900';
  }
  .roomFacts a.detailTrigger.status::after {
    content: '\e901';
  }
  /*preselected items*/
  .roomFacts > .selected,
  .roomFacts > .selected::after,
  .roomFacts > .selected::before {
    color: #f01414 !important;
  }
  /* catering */
  .roomFacts > .catering {
    float: left;
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 0 20px;
  }
  /* catering */
  .roomFacts > .availability {
    float: left;
    font-size: 1rem;
    line-height: 1.7rem;
    padding: 0 20px;
  }
  .roomFacts > .availability.green {
    color: #119a11;
  }
  .roomFacts > .availability.red {
    color: #f01414;
  }
  /* price */
  .roomFacts > .price {
    float: left;
    font-family: 'Neutra Demi';
    font-size: 1.375rem;
    line-height: 1.7rem;
    text-align: right;
    margin-top: 0;
    padding: 0 20px;
  }
  #accommodationUnits .roomFacts > a.detailTrigger {
    width: 35%;
    padding-right: 0;
  }
  #accommodationUnits .roomFacts > .price {
    width: 18%;
  }
  #accommodationUnits .roomFacts > .catering {
    width: 14%;
  }
  #accommodationUnits .roomFacts > .cta {
    width: 16%;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1300px) {
  .listItem.accommodation .roomFacts > .catering,
  .listItem.accommodation .roomFacts > .availability {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .listItem.accommodation .roomFacts {
    position: relative;
  }
  .listItem.accommodation .roomFacts > .catering {
    position: absolute;
    top: 70px;
    left: 10px;
    line-height: 1rem;
  }
  .listItem.accommodation .roomFacts > .price {
    line-height: 1.125rem;
  }
  .listItem.accommodation .roomFacts > .cta {
    text-align: right;
  }
}
@media only screen and (max-width: 1100px) {
  .listItem.accommodation .roomFacts > .catering,
  .listItem.accommodation .roomFacts > .price,
  .listItem.accommodation .roomFacts > .cta {
    padding: 0 20px;
  }
  #accommodationUnits .roomFacts > a.detailTrigger {
    width: 100%;
  }
  #accommodationUnits .roomFacts > .price {
    width: 31%;
    padding: 0 20px;
    text-align: left;
  }
  #accommodationUnits .roomFacts > .catering {
    width: 31%;
    padding: 0 20px;
    text-align: left;
  }
  #accommodationUnits .roomFacts > .cta {
    width: 19%;
    margin: 0;
  }
}
@media only screen and (max-width: 950px) {
  #accommodationUnits .roomFacts > .catering {
    width: 20%;
  }
  #accommodationUnits .roomFacts > .cta {
    width: 24%;
  }
}
@media only screen and (max-width: 810px) {
  .listItem.accommodation .roomFacts > .catering {
    position: absolute;
    top: 70px;
    left: 10px;
  }
  #accommodationUnits .roomFacts {
    position: relative;
  }
  #accommodationUnits .roomFacts > .price {
    width: 50%;
  }
  #accommodationUnits .roomFacts > .catering {
    position: absolute;
    top: 70px;
    left: 10px;
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .listItem.accommodation .roomFacts > .cta {
    width: auto;
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
  }
  #accommodationUnits .roomFacts > .catering {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    line-height: 1.125rem;
  }
  #accommodationUnits .roomFacts > a.detailTrigger {
    width: 100%;
  }
  #accommodationUnits .roomFacts > .price,
  #accommodationUnits .roomFacts > .catering {
    width: 100%;
    padding: 0 20px;
  }
  #accommodationUnits .roomFacts > .cta {
    width: auto;
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 540px) {
  .listItem.accommodation .roomFacts > a.detailTrigger {
    padding-left: 0;
  }
  .listItem.accommodation .roomFacts > .catering {
    position: static;
    top: auto;
    left: auto;
    padding: 0;
    line-height: 1.125rem;
  }
  .listItem.accommodation .roomFacts > .price {
    width: auto;
    padding: 0 20px 0 0;
    text-align: left;
  }
  .listItem.accommodation .roomFacts > .catering {
    width: auto;
    min-width: 50%;
    padding: 0;
    text-align: left;
  }
  .listItem.accommodation .roomFacts > .cta {
    padding: 0 10px 0 0;
  }
  #accommodationUnits .roomFacts > a.detailTrigger {
    padding-left: 0px;
  }
  #accommodationUnits .roomFacts > .price,
  #accommodationUnits .roomFacts > .catering {
    width: 100%;
    padding: 0;
  }
  #accommodationUnits .roomFacts > .cta {
    padding: 0 10px 0 0;
  }
}
/*  =========================================================
    7. room details
========================================================== */
@media screen {
  .list_accommodationRooms .roomDetails {
    width: 100%;
    float: left;
    padding: 20px 10px 10px 10px;
    display: none;
  }
  .list_accommodationRooms .roomDescription {
    width: 65%;
    float: right;
    text-align: left;
  }
  .list_accommodationRooms .roomDescription h3 {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  .list_accommodationRooms .roomDescription p {
    width: 100%;
    float: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 10px 0;
  }
  .list_accommodationRooms .roomDescription p .title {
    font-family: 'Neutra Demi';
    font-style: normal;
  }
  /* divergent presentation on detail page accommodation */
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 78%;
  }
  /* ausstattung */
  .list_accommodationRooms .roomFurnishing {
    width: 100%;
    float: left;
    text-align: left;
    margin: 10px 0;
    padding: 20px 0;
    border-top: 1px solid #d3d3d3;
  }
  .list_accommodationRooms .roomFurnishing h4 {
    width: 100%;
    float: left;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  .list_accommodationRooms .roomFurnishing p {
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  .list_accommodationRooms .roomFurnishing p .furnishingItem {
    width: 25%;
    float: left;
    position: relative;
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 5px 5px 5px 20px;
    margin: 2px 0;
  }
  .list_accommodationRooms .roomFurnishing p .furnishingItem::before {
    content: '\e939';
    font-size: 15px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
  }
  /* divergent presentation on detail page accommodation */
  .innerContentWrapper > .list_accommodationRooms .roomFurnishing h4 {
    border-style: none;
  }
}
@media only screen and (max-width: 1420px) {
  .list_accommodationRooms .roomDescription {
    width: 55%;
  }
}
@media only screen and (max-width: 1280px) {
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 70%;
  }
}
@media only screen and (max-width: 1240px) {
  .list_accommodationRooms .roomFurnishing p .furnishingItem {
    width: 33.333333% !important;
  }
}
@media only screen and (max-width: 1120px) {
  .list_accommodationRooms .roomDescription {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .list_accommodationRooms .roomDescription {
    width: 45%;
  }
}
@media only screen and (max-width: 970px) {
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 65%;
  }
}
@media only screen and (max-width: 950px) {
  .list_accommodationRooms .roomDescription {
    width: 65%;
  }
}
@media only screen and (max-width: 850px) {
  .list_accommodationRooms .roomDescription {
    width: 55%;
  }
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 60%;
  }
}
@media only screen and (max-width: 760px) {
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 55%;
  }
}
@media only screen and (max-width: 690px) {
  .list_accommodationRooms .roomDetails {
    width: 100%;
    text-align: center;
  }
  .list_accommodationRooms .roomDescription,
  .innerContentWrapper > .list_accommodationRooms .roomDescription {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .list_accommodationRooms .roomFurnishing p .furnishingItem {
    width: 50% !important;
  }
}
@media only screen and (max-width: 500px) {
  .roomFacts a.detailTrigger {
    float: right;
    padding-left: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .list_accommodationRooms .roomFurnishing p .furnishingItem {
    width: 100% !important;
  }
}
@media screen {
  h1.filterTouren {
    margin-bottom: 4%;
  }
  .bodycopy > .marginbottomtext {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 950px) {
  a.triggerFilter.accommodationbasicsFilter {
    width: 210px;
    font-size: 16px !important;
  }
  a.icon.buttonstyle.default.transition.triggerMap.passive,
  a.icon.buttonstyle.default.transition.triggerList.active {
    font-size: 16px;
    padding: 10px 10px 0px 10px;
    height: 51px;
  }
  .buttonstyle,
  .buttonstyle:visited .listItem.offers .cta a {
    padding: 10px 10px 15px 10px;
  }
}
@media screen and (max-width: 670px) {
  a.triggerFilter.accommodationbasicsFilter {
    width: 70px;
    font-size: 0px !important;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  a.icon.buttonstyle.default.transition.triggerClipboard.passive {
    height: 51px;
    padding: 15px 0px 10px 10px;
    font-size: 0px;
  }
  a.triggerFilter::after {
    display: none !important;
  }
  a.icon.buttonstyle.default.transition.triggerMap.passive,
  a.icon.buttonstyle.default.transition.triggerList.active {
    font-size: 0px;
    padding: 15px 17px 10px 10px;
    height: 51px;
    width: 45.2813px;
  }
  a.triggerFilter span {
    font-size: 0px;
  }
  .listTrigger .buttonstyle::before {
    top: 0px;
    margin-right: -7px;
  }
  .listTrigger .buttonstyle .amount {
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    top: -5px !important;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .listTrigger .buttonstyle::before {
    margin-right: -5px;
  }
  .listTrigger .buttonstyle::before {
    font-size: 24px;
    position: relative;
    top: 3px !important;
    margin-right: -7px !important;
  }
}
@media screen {
  a.icon.detailTrigger.status.accommodationBox {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen {
  .listTrigger .buttonstyle.triggerClipboard::before {
    content: '\e937';
  }
  .listTrigger .buttonstyle::before {
    margin-right: -5px;
  }
  .listTrigger .buttonstyle::before {
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 5px;
  }
  .icon::after,
  .icon::before {
    font-family: iconset;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
  }
  .listTrigger .buttonstyle .amount {
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    top: -1px;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 670px) {
  a.triggerFilter {
    padding: 0px 32px 0px 0px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  a.triggerFilter.accommodationbasicsFilter {
    width: 60px;
  }
}
@media screen and (max-width: 550px) {
  a.triggerFilter {
    padding: 0px 55px 0px 0px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width: 671px) and (max-width: 697px) {
  a.triggerFilter.accommodationbasicsFilter {
    width: 185px;
  }
}
@media screen {
  .offerBox {
    float: right;
  }
  .offerTrustYouBox {
    position: absolute;
    right: -21%;
    top: 15px;
  }
  .trustYouSmall {
    display: none;
  }
  .offerTitle {
    width: 70%;
  }
  .offerPrice {
    position: relative;
    left: -80%;
    font-size: 1.375rem;
  }
  .offerDescription {
    font-weight: normal;
    color: #787878;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    background-color: #eaeaea;
    left: 0%;
    width: 100%;
    float: left;
    padding: 12px;
    height: auto;
  }
  .offerDescriptionText {
    padding-left: 10px;
  }
}
@media screen and (max-width: 890px) {
  .trustYouSmall {
    display: block;
    right: -185px;
    position: absolute;
  }
  .trustYouNormal {
    display: none;
  }
  .offerTrustYouBox {
    right: 0%;
  }
}
/*  =========================================================
  8. sorting list
========================================================== */
@media screen {
  .listSorting {
    float: left;
    margin-top: 30px;
  }
  .listSorting h2 {
    float: left;
    font-family: "Neutra Book";
    font-size: 0.875rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    margin: 2px 0 0 12px;
  }
  .listSorting > .sortItem {
    float: left;
  }
  .listSorting > .sortItem span {
    float: left;
    margin: 0 5px 0 15px;
  }
  .listSorting > .sortItem a {
    width: 32px;
    height: 32px;
    float: left;
    position: relative;
    top: -10px;
    background-color: #787878;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
  }
  .listSorting > .sortItem a:hover,
  .listSorting > .sortItem a:active,
  .listSorting > .sortItem a.preselected,
  .listSorting > .sortItem a:focus {
    background-color: #f01414;
  }
  .listSorting > .sortItem a::before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .listSorting > .sortItem a.up::before {
    content: '\e900';
  }
  .listSorting > .sortItem a.down::before {
    content: '\e901';
  }
}
@media only screen and (max-width: 490px) {
  .listSorting {
    display: none;
  }
}
/*  =========================================================
    8. offers
========================================================== */
@media screen {
  .listItem.offers {
    padding: 12px;
  }
  .listItem.offers a.preview {
    float: left;
    padding-right: 2.91262%;
    width: 31.1057%;
  }
  .listItem.offers figure {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  /* headline / title */
  .listItem.offers .hgroup {
    width: 56.98168%;
  }
  .listItem.offers .hgroup h2 .rating,
  .listItem.offers .hgroup h3 .rating {
    margin: 0 10px 0 5px;
  }
  .listItem.offers .hgroup a:hover h2,
  .listItem.offers .hgroup a:active h2,
  .listItem.offers .hgroup a:focus h2,
  .listItem.offers .hgroup a:hover h3,
  .listItem.offers .hgroup a:active h3,
  .listItem.offers .hgroup a:focus h3,
  .listItem.offers .hgroup a:hover h2 span,
  .listItem.offers .hgroup a:active h2 span,
  .listItem.offers .hgroup a:focus h2 span,
  .listItem.offers .hgroup a:hover h3 span,
  .listItem.offers .hgroup a:active h3 span,
  .listItem.offers .hgroup a:focus h3 span {
    color: #f01414;
  }
  .listItem.offers .facts {
    width: 56.98168%;
  }
  .listItem.offers .facts .category {
    font-style: italic;
  }
  .listItem.offers .facts .address {
    font-style: normal;
  }
  .listItem.offers .tyWidget {
    width: 125px;
    height: 101px;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .listItem.offers .tyWidget .desktop {
    display: inline-block;
  }
  .listItem.offers .tyWidget .mobile {
    display: none;
  }
  .listItem.offers .tyWidget > a {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(82%);
    height: 100%;
  }
  .listItem.offers .tyWidget > a:hover,
  .listItem.offers .tyWidget > a:focus,
  .listItem.offers .tyWidget > a:active {
    background-color: transparent;
  }
  .offerDescription {
    width: 100%;
    float: left;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #787878;
    background-color: #eaeaea;
    padding: 12px;
    margin: 10px 0;
  }
  /* price block */
  .listItem.offers .offerPriceBox {
    width: 100%;
    float: right;
  }
  .listItem.offers .offerPriceBox .comment {
    width: 100%;
    float: right;
    font-size: 0.875rem;
    text-align: right;
    margin-top: 8px;
  }
  .listItem.offers .offerPriceBox p {
    float: right;
    font-size: 1.125rem;
    text-align: right;
    margin-bottom: 10px;
  }
  .listItem.offers .offerPriceBox p strong {
    font-family: "Neutra Demi";
    font-style: normal;
    font-size: 1.875rem;
    letter-spacing: 0.12rem;
    margin-left: 10px;
  }
  /* button clipboard */
  .listItem.offers .buttonstyle.collect {
    float: left;
    font-size: 1.25rem;
    padding-left: 45px;
    margin-top: 10px;
    color: #fff;
    background-color: #787878;
  }
  .listItem.offers .buttonstyle.collect:visited {
    color: #fff;
    background-color: #787878;
  }
  .listItem.offers .buttonstyle.collect:hover,
  .listItem.offers .buttonstyle.collect:active,
  .listItem.offers .buttonstyle.collect:focus {
    color: #fff;
    background-color: #f01414;
  }
  .listItem.offers .buttonstyle.collect::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    color: #787878;
    padding-top: 3px;
    border: 1px solid #fff;
    background-color: #fff;
  }
  .listItem.offers .buttonstyle.collect::after {
    content: '';
  }
  .listItem.offers .buttonstyle.collect.status {
    color: #787878;
    background-color: #eaeaea;
  }
  .listItem.offers .buttonstyle.collect.status:hover,
  .listItem.offers .buttonstyle.collect.status:active,
  .listItem.offers .buttonstyle.collect.status:focus {
    color: #787878;
    background-color: #eaeaea;
  }
  .listItem.offers .buttonstyle.collect.status::before {
    content: '\e921';
    border: 1px solid #787878;
    background-color: #fff;
  }
  .listItem.offers .cta {
    width: auto;
    float: right;
    text-align: right;
    margin-top: 10px;
  }
  .listItem.offers .cta a {
    width: auto;
    padding: 17px 10px 15px 45px;
  }
  .listItem.offers .cta a:active,
  .listItem.offers .cta a:focus,
  .listItem.offers .cta a:hover {
    background-color: #787878;
  }
  .listItem.offers .cta a:last-of-type {
    margin-right: 0;
  }
  img#loaderIconHeader.PreloaderForTravelData {
    left: 18%;
    top: 40%;
    position: absolute;
  }
}
@media only screen and (max-width: 500px) {
  .listItem.offers .tyWidget {
    width: 215px;
    height: 24px;
    position: relative;
    top: 0;
    right: inherit;
    float: left;
    margin: 10px 0;
  }
  .listItem.offers .tyWidget .desktop {
    display: none;
  }
  .listItem.offers .tyWidget .mobile {
    display: inline-block;
  }
  .listItem.offers .tyWidget > a {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .listItem a.onlineBookable::after {
    background: rgba(0, 0, 0, 0) url("/portal/assets/images/environment/label_booking_mobile.png") no-repeat scroll 0 0 !important;
    width: 88px;
    height: 88px;
    position: absolute;
    top: 11px;
    left: 11px;
  }
}
/*  =========================================================
    9. shake
========================================================== */
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
