/**
 * 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 navi
 * @author     degener
 * @since      06.10.2015
 * @version    $Id: navi.css 1355 2016-10-14 13:58:43Z oswald $
 **/
/*  =========================================================

1. top navi
2. languages
3. destination links header
4. breadcrumb
5. socialmedia links
6. pagination

========================================================== */
/*  =========================================================
    1. top navi
========================================================== */
@media screen {
  #topNavi {
    position: absolute;
    display: inline-block;
    top: 24px;
    left: 24px;
    z-index: 100;
  }
  #topNavi ul {
    width: 168px;
    height: 168px;
    position: absolute;
    top: 0;
    left: 0;
  }
  #topNavi ul li {
    width: 58px;
    height: 58px;
    position: absolute;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* align navigation links */
  #topNavi ul li.navi {
    top: 0;
    left: 42px;
  }
  #topNavi ul li.search {
    top: 43px;
    left: 84px;
  }
  #topNavi ul li.accommodations,
  #topNavi ul li.voucher,
  #topNavi ul li.info {
    top: 86px;
    left: 42px;
  }
  #topNavi ul li.weather,
  #topNavi ul li.tickets {
    top: 43px;
    left: 0;
  }
  /* icons */
  #topNavi ul li a.icon::before {
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  #topNavi ul li.navi a.icon::before {
    content: '\e604';
  }
  #topNavi ul li.search a.icon::before {
    content: '\e603';
  }
  #topNavi ul li.accommodations a.icon::before {
    content: '\e605';
  }
  #topNavi ul li.info a.icon::before {
    content: '\e607';
  }
  #topNavi ul li.voucher a.icon::before,
  #topNavi ul li.tickets a.icon::before {
    content: '\e97b';
  }
  #topNavi ul li.weather a.icon::before {
    content: '\e60a';
  }
  #topNavi ul li a,
  #topNavi ul li a:visited {
    width: 58px;
    height: 58px;
    float: left;
    color: #787878;
    background-color: #ffffff;
  }
  #topNavi ul li a:hover,
  #topNavi ul li a:active,
  #topNavi ul li a:focus {
    color: #fff;
    background-color: #787878;
  }
  #topNavi ul li a.active {
    color: #fff;
    background-color: #f01414;
  }
  #topNavi ul li a.icon.active::before {
    content: '\e800';
  }
}
@media screen {
  /* changes for sticky header */
  .header.sticky #topNavi {
    top: 11px;
    left: 24px;
  }
  .header.sticky #topNavi ul {
    width: auto;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header.sticky #topNavi ul li {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header.sticky #topNavi ul li.navi {
    top: 0;
    left: 0;
  }
  .header.sticky #topNavi ul li.search {
    top: 0;
    left: 180px;
  }
  .header.sticky #topNavi ul li.accommodations,
  .header.sticky #topNavi ul li.voucher,
  .header.sticky #topNavi ul li.info {
    top: 0;
    left: 120px;
  }
  .header.sticky #topNavi ul li.weather,
  .header.sticky #topNavi ul li.tickets {
    top: 0;
    left: 60px;
  }
  .header.sticky #topNavi ul li a.icon:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
}
@media only screen and (max-width: 760px) {
  .header #topNavi {
    top: 11px;
    left: 24px;
  }
  .header #topNavi ul {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header #topNavi ul li {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header #topNavi ul li.navi {
    top: 0;
    left: 0;
  }
  .header #topNavi ul li.search {
    top: 0;
    left: 180px;
  }
  .header #topNavi ul li.accommodations,
  .header #topNavi ul li.voucher,
  .header #topNavi ul li.info {
    top: 0;
    left: 120px;
  }
  .header #topNavi ul li.weather,
  .header #topNavi ul li.tickets {
    top: 0;
    left: 60px;
  }
  .header #topNavi ul li a.icon:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
}
@media only screen and (max-width: 500px) {
  .header #topNavi,
  .header.sticky #topNavi {
    top: 0;
    left: 0;
  }
  .header #topNavi ul li {
    border-right: 1px solid #c9c9c9;
  }
  .header #topNavi ul li.search,
  .header.sticky #topNavi ul li.search {
    left: 180px;
  }
  .header #topNavi ul li.accommodations,
  .header.sticky #topNavi ul li.accommodations,
  .header #topNavi ul li.voucher,
  .header.sticky #topNavi ul li.voucher,
  .header #topNavi ul li.info,
  .header.sticky #topNavi ul li.info {
    top: 0;
    left: 120px;
  }
  .header #topNavi ul li.tickets,
  .header.sticky #topNavi ul li.tickets {
    top: 0;
    left: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .header #topNavi ul li.weather,
  .header #topNavi ul li.tickets,
  .header.sticky #topNavi ul li.tickets {
    display: none;
  }
  .header #topNavi ul li.search,
  .header.sticky #topNavi ul li.search {
    left: 120px;
  }
  .header #topNavi ul li.accommodations,
  .header.sticky #topNavi ul li.accommodations,
  .header #topNavi ul li.voucher,
  .header.sticky #topNavi ul li.voucher,
  .header #topNavi ul li.info,
  .header.sticky #topNavi ul li.info {
    top: 0;
    left: 60px;
  }
}
/*  =========================================================
    3. languages
========================================================== */
@media screen {
  .header .headercontentWrapper #languages {
    width: 80px;
    position: absolute;
    top: 0;
    right: 244px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .headercontentWrapper #languages .selected {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.063rem;
    color: #fff;
    padding: 15px 40px 15px 24px;
    cursor: pointer;
  }
  .header .headercontentWrapper #languages .selected::after {
    font-family: 'iconset';
    content: '\e901';
    display: inline-block;
    position: absolute;
    top: 49%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.75rem;
  }
  .header .headercontentWrapper #languages .selected.active {
    color: #787878;
    background-color: #fff;
  }
  .header .headercontentWrapper #languages .selected.active::after {
    content: '\e900';
  }
  .header .headercontentWrapper #languages:hover {
    width: 310px;
    height: 140px;
  }
  .header .headercontentWrapper #languages:hover .selected {
    color: #787878;
    background-color: #fff;
  }
  .header .headercontentWrapper #languages #langSelect {
    height: 0;
    position: absolute;
    top: 47px;
    right: 0;
    display: inline-block;
    background-color: #fff;
    padding: 0 12px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .headercontentWrapper #languages #langSelect li {
    display: table-cell;
    text-align: center;
  }
  .header .headercontentWrapper #languages #langSelect li a,
  .header .headercontentWrapper #languages #langSelect li a:visited {
    width: 36px;
    height: 36px;
    float: left;
    font-size: 1.063rem;
    color: #787878;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    margin: 0 10px;
  }
  .header .headercontentWrapper #languages #langSelect li a:hover,
  .header .headercontentWrapper #languages #langSelect li a:active,
  .header .headercontentWrapper #languages #langSelect li a:focus,
  .header .headercontentWrapper #languages #langSelect li a.active {
    color: #fff;
    background-color: #787878;
  }
  .header .headercontentWrapper #languages:hover #langSelect {
    height: auto;
    opacity: 1;
    padding: 24px 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .headercontentWrapper #languages {
    right: 268px;
  }
}
@media only screen and (max-width: 1040px) {
  .header .headercontentWrapper #languages {
    right: 203px;
  }
  .header .headercontentWrapper #languages .selected {
    font-size: 0.938rem;
    padding: 16px 40px 25px 24px;
  }
  .header .headercontentWrapper #languages .selected::after {
    top: 42%;
  }
  .header .headercontentWrapper #languages #langSelect.active {
    top: 56px;
  }
  .header .headercontentWrapper #languages #langSelect.active li > a:visited {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 970px) {
  .header .headercontentWrapper #languages .selected {
    font-size: 0.75rem;
    padding: 18px 40px 26px 24px;
  }
}
@media only screen and (max-width: 760px) {
  .header .headercontentWrapper #languages {
    display: none;
  }
}
/*  =========================================================
    3. destination links header
========================================================== */
@media screen {
  #destinationLinks {
    width: auto;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 21000;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
  }
  #destinationLinks a,
  #destinationLinks a:visited {
    font-family: 'Crimson-Italic';
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
  }
  #destinationLinks a:hover,
  #destinationLinks a:active,
  #destinationLinks a:focus {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1440px) {
  #destinationLinks {
    width: 45%;
  }
}
@media only screen and (max-width: 1240px) {
  #destinationLinks {
    width: 40%;
  }
}
@media only screen and (max-width: 1040px) {
  #destinationLinks {
    width: 50%;
    left: 20%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    font-size: 0.875rem;
  }
  #destinationLinks a {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 970px) {
  #destinationLinks {
    width: 40%;
    left: 25%;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 930px) {
  #destinationLinks {
    width: 40%;
  }
}
@media only screen and (max-width: 760px) {
  #destinationLinks {
    width: 100%;
    position: absolute;
    top: 90px;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 50;
  }
}
@media only screen and (max-width: 590px) {
  #destinationLinks {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #destinationLinks {
    top: 68px;
    font-size: 0.625rem;
    line-height: 0.9rem;
  }
}
/*  =========================================================
    4. breadcrumb
========================================================== */
@media screen {
  #breadcrumb {
    z-index: 10;
    width: 100%;
    float: left;
    background-color: #e4e4e4;
  }
  #breadcrumb .grid-row {
    margin-bottom: 0;
  }
  #breadcrumb ul {
    float: left;
  }
  #breadcrumb ul > li {
    float: left;
    position: relative;
    z-index: 20;
    margin-right: 5px;
    padding: 14px 10px;
    border: 1px solid #e4e4e4;
    border-bottom: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #breadcrumb ul > li a {
    float: left;
    position: relative;
    font-size: 1.125rem;
    color: #5e5e5e;
    text-align: left;
    text-decoration: underline;
    padding-right: 15px;
  }
  #breadcrumb ul > li a.icon::after {
    content: '\e601';
    font-size: 0.625rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #breadcrumb ul > li.active {
    font-size: 1.125rem;
    color: #f01414;
    margin-right: 0;
    background-color: transparent !important;
    border-style: none !important;
  }
  #breadcrumb ul > li.active > span {
    color: #f01414;
  }
  #breadcrumb ul > li:hover {
    background-color: #fff;
    border-color: #d6d6d6;
  }
  #breadcrumb ul > li:hover a {
    color: #f01414;
    text-decoration: none;
  }
  #breadcrumb ul > li > ul {
    position: absolute;
    top: 45px;
    left: -1px;
    z-index: 30;
    display: inline-block;
    background-color: #fff;
    padding: 0 !important;
    border: 1px solid #d6d6d6;
    border-top: hidden;
    display: none;
    -webkit-box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 0 1px rgba(0, 0, 0, 0.1);
  }
  #breadcrumb ul > li > ul > li {
    width: 100%;
    float: left;
    padding: 10px 30px;
    margin: 0;
    border-style: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #breadcrumb ul > li > ul > li > a {
    font-size: 1.125rem;
    color: #787878 !important;
    text-decoration: none;
  }
  #breadcrumb ul > li > ul > li > a:hover,
  #breadcrumb ul > li > ul > li > a:active,
  #breadcrumb ul > li > ul > li > a:focus {
    color: #f01414 !important;
  }
  #breadcrumb ul > li > ul > li:hover {
    background-color: #e4e4e4 !important;
  }
  #breadcrumb ul > li > ul > li:hover a {
    color: #f01414 !important;
  }
  #breadcrumb ul > li > ul > li.active {
    background-color: #f01414 !important;
  }
  #breadcrumb ul > li > ul > li.active a {
    color: #fff !important;
  }
  #breadcrumb ul > li:hover > ul {
    display: inline-block;
  }
}
@media only screen and (max-width: 1400px) {
  #breadcrumb ul {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 800px) {
  #breadcrumb ul {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #breadcrumb .grid-row {
    float: left;
  }
  #breadcrumb [class*='col-'] {
    margin: 0;
    float: left;
  }
}
@media only screen and (max-width: 590px) {
  #breadcrumb {
    display: none;
  }
}
/*  =========================================================
    5. socialmedia links
========================================================== */
/*  =========================================================
    6. pagination
========================================================== */
@media screen {
  #pagination {
    width: 100%;
    float: left;
  }
  #pagination li {
    width: 50%;
    float: left;
  }
  #pagination li a {
    display: inline-block;
    font-family: 'Neutra Demi';
    font-style: normal;
    font-size: 0.875rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    padding: 12px 10px 8px 10px;
    background-color: rgba(240, 20, 20, 0);
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #pagination li a:hover,
  #pagination li a:active,
  #pagination li a:focus {
    color: #fff;
    background-color: #f01414;
  }
  #pagination li a::before,
  #pagination li a::after {
    font-size: 0.688rem;
  }
  #pagination li a.back {
    float: left;
    margin-left: -10px;
  }
  #pagination li a.back::before {
    content: '\e600';
    margin-right: 5px;
  }
  #pagination li a.top {
    float: right;
    margin-right: -10px;
  }
  #pagination li a.top::after {
    content: '\e900';
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1040px) {
  #pagination li a.back {
    margin-left: 0;
  }
  #pagination li a.top {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  #pagination li a {
    font-size: 0.688rem;
  }
}
@media screen {
  .NaviTitle {
    text-decoration: none !important;
    background-color: #787878 !important;
    color: #fff !important;
  }
  ul.levelScroll {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 72vh;
  }
}
@media only screen and (max-width: 800px) {
  ul.levelScroll {
    overflow: scroll;
    overflow-x: hidden;
  }
}
