﻿/*---------------------------------------------------
/*  site-general
/*---------------------------------------------------*/
html,
body {
    font-family: Hind, Arial;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 20px 0 10px 0;
    font-size: 30px;
    font-weight: 100;
    line-height: 34px;
    font-family: CaviarDreams;
}

h2 {
    margin: 0px 0 0 0;
    font-weight: bold;
    font-size: 25px !important;
    line-height: 28px;
    font-family: CaviarDreams;
}

.titlemodule,
.titlemodule a {
    padding: 0px 0 5px 0;
    font-size: 25px;
    display: block;
    line-height: 28px;
    text-decoration: none !important;
    font-weight: normal !important;
}

.title-big {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: normal;
    display: block;
    text-decoration: none !important;
}

.title-small {
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: normal;
    display: block;
    text-decoration: none !important;
}

a {
    text-decoration: none;
}

a img {
    border: 0px;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
    height: 0;
}

.right {
    float: right;
}

.hidden {
    overflow: hidden;
}

.no-padding {
    padding: 0px;
}

.nowrap {
    white-space: nowrap;
}

.fancybox,
.fancybox-gallery {
    cursor: url(/media/lupe.cur),pointer;
    border: 1px solid #FFFFFF;
}

.small {
    font-size: 13px;
}

.mobile {
    display: none;
}

/* hind-regular - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/media/fonts/hind-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('/media/fonts/hind-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/media/fonts/hind-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/media/fonts/hind-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/media/fonts/hind-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/media/fonts/hind-v11-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
}
/* hind-700 - latin */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/media/fonts/hind-v11-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('/media/fonts/hind-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/media/fonts/hind-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/media/fonts/hind-v11-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/media/fonts/hind-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/media/fonts/hind-v11-latin-700.svg#Hind') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'CaviarDreams';
    font-display: swap;
    src: url('/media/fonts/CaviarDreams-webfont.woff') format('woff'), url('/media/fonts/CaviarDreams-webfont.eot') format('eot'), url('/media/fonts/CaviarDreams-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------------------------
/* expanding
/*---------------------------------------------------*/
.expand {
    display: inline-block;
    padding: 0px 0px 0px 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #004c26;
    background-image: url(../media/pfeil_1.png);
    background-position: left 8px;
    background-repeat: no-repeat;
}

.expand.expand-active {
    background-image: url(../media/pfeil_2.png);
}

.expand-container {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.expand-container-active {
    display: block;
}

/*---------------------------------------------------
/*  container
/*---------------------------------------------------*/
.container {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

/*---------------------------------------------------
/* fluid_container
/*---------------------------------------------------*/
.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    background: white;
    display: none;
}

.camera_overlayer {
    opacity: .1;
    filter: alpha(opacity=10);
}

section.gallery-banner {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}

a.close-fullscreen {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 62px;
    height: 59px;
    color: #000;
    display: block;
    z-index: 10000;
    padding: 5px;
}

/*---------------------------------------------------
/*  top
/*---------------------------------------------------*/
#top {
    position: fixed;
    width: 100%;
    height: 45px;
    left: 0px;
    top: 0px;
    z-index: 110;
    line-height: 45px;
    font-family: CaviarDreams;
}

/*---------------------------------------------------
/*  logo
/*---------------------------------------------------*/
#logo {
    position: absolute;
    width: 229px;
    height: 61px;
    left: 25px;
    top: 55px;
    z-index: 10;
}

/*---------------------------------------------------
/*  languages
/*---------------------------------------------------*/
#languages {
    float: left;
    width: 80px;
    height: 25px;
    margin: 11px 0 0 25px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
}

#languages a {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
}

/*---------------------------------------------------
/*  quickrequest
/*---------------------------------------------------*/
#quickrequest {
    float: right;
}

@media(max-width: 1220px){
    #quickrequest {
        padding-right: 20px;
    }
}

#quickrequest .title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 25px;
    color: #fff;
}

#quickrequest .title.secondary {
    background: #4A4137;
}

#quickrequest .title.primary {
    background: #AF0917;
}

#quickrequest .input-row {
    float: left;
    width: 125px;
    margin: 0px;
}

#quickrequest .input-row .desc {
    float: left;
    width: 95px;
    padding: 0px;
}

#quickrequest .input-row .value {
    float: left;
    width: 110px;
    margin: 0 0 0 5px;
}

#quickrequest .input-row .value input {
    width: 100px;
    padding: 5px;
    border: 0px;
    font-size: 14px;
    font-family: CaviarDreams;
}

#quickrequest .form .ui-datepicker-trigger {
    top: 13px;
    left: 81px;
    cursor: pointer;
}

#quickrequest .more {
    float: left;
    width: 17px;
    font-size: 20px;
}

/*---------------------------------------------------
/*  nav.top
/*---------------------------------------------------*/
nav.top {
    float: right;
    width: 150px;
}

.top-button__section-icons {
    height: 44px;
    padding-left: 22px;
    position: absolute;
    display: flex;
    gap: 21px;
    align-items: center;
}

.top-icons-item {
    display: none;
}

.bottom-bar__button {
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: bold;
    font-family: CaviarDreams;
    line-height: 16px;
    letter-spacing: 0.54px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    /* border: 2px solid; */
    padding: 0 44px 0 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-bar__section-buttons {
    width: 100%;
    max-width: fit-content;
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 106;
}

.bottom-button__request {
    background: #4A4137;
}

.bottom-button__book {
    background: #AF0917;
}

nav.top ul {
    margin: 0px;
    padding: 0px;
}

nav.top li {
    list-style: none;
}

nav.top .menu-0 {
    padding: 0 20px 0 20px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

nav.top .level-0 {
    position: relative;
    float: left;
}

nav.top .level-0:hover a.menu-0,
nav.top .level-0 a.menu-0.active {
}

nav.top .level-1,
nav.top .level-2 {
    height: 31px;
    padding: 0 20px 0 20px;
    line-height: 31px;
    font-size: 17px;
    display: block !important;
    visibility: visible;
}

nav.top .flyout-0 .level-1 .menu-1,
nav.top .flyout-0 .item {
    white-space: nowrap;
    text-transform: uppercase;
}

nav.top .arrow {
    position: absolute;
    width: 100%;
    height: 42px;
    top: -15px;
    z-index: 20;
}

nav.top .flyout-0 {
    position: absolute;
    top: 45px !important;
    left: -30px;
    display: none;
    padding: 35px 0 0 0;
    text-align: center;
    z-index: 100;
}

/*---------------------------------------------------
/*  buger menu
/*---------------------------------------------------*/
.button-flyout {
    text-decoration: none;
    color: #ffff;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: absolute;
    right: 21px;
    z-index: 120;
}

.menuBar {
    width: 33px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.bar {
    width: 33px;
    height: 2px;
    background-color: black;
    transform: rotate(0deg);
    opacity: 1;
    transition: 500ms transform ease-in-out, 500ms opacity ease-in-out, 300ms background-color ease-in-out;
}

.open .barfirst {
    transform: rotate(-45deg) translate(-8px, 6px);
    transition: 300ms transform ease-in-out;
}

.open .barmiddle {
    width: 0;
    opacity: 0;
    transform: translateX(16px);
    transition: 250ms opacity ease-in-out, 500ms transform ease-in-out;
}

.open .barlast {
    transform: rotate(45deg) translate(-8px, -6px);
    transform-origin: center;
    transition: 300ms transform ease-in-out;
}

nav.top .flyout-0 .separator {
    height: 10px;
}

nav.top .flyout .level-1 .menu-1 {
    padding: 4px 0 4px 0px;
    line-height: normal;
    display: block;
}


/*---------------------------------------------------
/*  menu
/*---------------------------------------------------*/
#menu {
    position: fixed;
    height: 90px;
    top: 45px;
    z-index: 100;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*-moz-box-shadow:0 2px 7px 0 #F4F1ED;
    -webkit-box-shadow:0 2px 7px 0 #F4F1ED;
    box-shadow:0 2px 7px 0 #F4F1ED;*/
}

#menu .outer-container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/*---------------------------------------------------
/*  nav.main
/*---------------------------------------------------*/
nav.main {
    float: right;
    width: 800px;
    height: 58px;
    margin: 28px 0 0 0;
}

nav.main .menu-0 {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: CaviarDreams;
    letter-spacing: .5px;
    font-weight: bold;
}

nav.main ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

nav.main li {
    list-style: none;
}

nav.main .level-0 {
    position: relative;
    float: left;
    display: inline-block;
    padding: 0 25px;
}

nav.main .level-0:not(.has-children) .flyout-0 {
    display: none !important;
}

nav.main .level-0:last-child {
    padding-right: 0;
}

nav.main .level-1,
nav.main .level-2 {
    position: relative;
    padding: 6px 20px;
    line-height: 19px;
    font-size: 17px;
    display: block !important;
    visibility: visible;
}

nav.main .menu-2 {
    padding-left: 10px;
}

nav.main .flyout-0 .level-1 .menu-1 {
    text-transform: uppercase;
    font-family: CaviarDreams;
}

nav.main .arrow {
    position: absolute;
    width: 100%;
    height: 42px;
    top: -18px;
    z-index: 20;
}

nav.main .flyout-0 {
    position: absolute;
    top: 62px !important;
    /*left:-70px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px !important;
    width: 250px !important;
    display: none;
    padding: 35px 0 10px 0;
    text-align: center;
    z-index: 100;
}

nav.main .flyout .level-1 .menu-1 {
    padding: 4px 0 4px 0px;
    line-height: normal;
    display: block;
}

nav.main .flyout-1 .level-2 .menu-2 {
    padding: 4px 0 4px 0;
    line-height: normal;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
}

nav.main .flyout-1 {
    position: absolute;
    display: none;
    top: 0px;
    left: 100%;
    padding: 10px 0 10px 0;
    z-index: 100;
}



/*---------------------------------------------------
/*  banner
/*---------------------------------------------------*/
#width {
    min-width: 980px;
    height: 495px;
    margin-top: 135px !important;
    overflow: hidden;
}

#temp {
    position: relative;
    width: 1200px;
    margin: 0 auto !important;
}

#banner {
    position: relative;
    width: 1200px !important;
    margin: 0 auto !important;
    height: 495px;
    overflow: visible !important;
}

#banner .holidaypass {
    position: absolute;
    display: block;
    width: 176px;
    height: 176px;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

#banner .holidaypass:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.news-patch {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 0;
}

.news-patch img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.news-patch a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/*---------------------------------------------------
/*  middle
/*---------------------------------------------------*/
#middle {
    width: 1120px;
    padding: 30px 30px 30px 50px;
    background-color: #F1F0F0;
}

#middle .gallery {
    position: absolute;
    width: 75px;
    height: 27px;
    left: 451px;
    top: -39px;
    font-size: 15px;
    z-index: 50;
    text-transform: uppercase;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#middle .arrow-left {
    position: absolute;
    width: 17px;
    height: 27px;
    left: 420px;
    top: -43px;
    z-index: 50;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#middle .arrow-right {
    position: absolute;
    width: 17px;
    height: 27px;
    left: 535px;
    top: -43px;
    z-index: 50;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#middle .arrow-left:hover,
#middle .arrow-right:hover,
#middle .gallery:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

/*---------------------------------------------------
/*  left
/*---------------------------------------------------*/
#left {
    float: left;
    width: 250px;
}

#left .logo-borgo {
    margin: 0 auto;
    margin-top: 25px;
    display: block;
}

#left .logo-kronplatz {
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;
    display: block;
    width: 150px;
    height: auto;
}

#left .transfer {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #887969;
}

#left .transfer .title {
    margin-bottom: 10px;
    font-size: 25px;
    display: block;
    color: #887969;
    text-transform: uppercase;
    background: url(../media/icon-transfer.png) no-repeat 17px 50%;
}

#left .transfer .description {
    line-height: 22px;
    font-size: 17px;
    color: #887969;
}

#left .transfer .link {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    color: #887969;
    text-transform: uppercase;
}


/*---------------------------------------------------
/*  menu-sidebar
/*---------------------------------------------------*/
#menu-sidebar {
    text-align: center;
    margin: 0 0 40px 0;
}

#menu-sidebar .img-container {
    padding: 0 5px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    position: relative;
    top: 55px;
}

#menu-sidebar .img-container img {
    position: relative;
    top: 6px;
}

#menu-sidebar a {
    text-decoration: none;
    display: block;
}

#menu-sidebar ul,
#menu-sidebar li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu-sidebar .menu-0 {
    margin: 0 0 45px 0;
    font-size: 17px;
    text-transform: uppercase;
}

#menu-sidebar .menu-1 {
    line-height: 33px;
    font-size: 17px;
    text-transform: uppercase;
}

#menu-sidebar .level-2 {
    text-transform: none !important;
}

#menu-sidebar .menu-2 {
    padding: 3px 0 3px 0;
    font-size: 15px;
}

#menu-sidebar .menu-3 {
    padding: 4px 0 4px 0;
    font-size: 13px;
}

/*---------------------------------------------------
/*  box-offers
/*---------------------------------------------------*/
.box-offers {
    position: relative;
    height: 570px;
    margin-bottom: 30px;
    text-align: center;
}

.box-offers .image {
    height: 250px;
    display: block;
}

.box-offers .title {
    font-size: 22px;
    margin: 12px 5px 3px 5px;
    display: block;
    text-transform: uppercase;
    font-family: CaviarDreams;
    line-height: 32px;
}

.box-offers .content {
    position: relative;
    width: 280px;
    height: 250px;
    display: none;
}

.box-offers.active .content {
    display: block;
    overflow: hidden;
}

* + html .box-offers {
    overflow: hidden;
}

.box-offers ul,
.box-offers li {
    position: relative;
    float: left;
    width: 250px;
    height: 570px;
    overflow: hidden;
}

.box-offers .date {
    font-size: 16px;
}

.box-offers .price {
    margin-top: 10px;
    font-size: 24px;
    display: block;
    font-weight: bold;
}

.box-offers .links {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0px;
    bottom: 0px;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
}

.box-offers .links a {
    display: block;
}

/********* slider-box-offers  *********/
.slider-box-offers {
    overflow: hidden;
    height: 500px;
}

.slider-box-offers ul,
.slider-box-offers li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-offers .slider-box-offers li {
    overflow: hidden;
}

.box-offers #prevBtnBoxOffers,
.box-offers #nextBtnBoxOffers {
    position: absolute;
    top: 15px;
    left: 68px;
    width: 49px;
    height: 49px;
    z-index: 20;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.box-offers #prevBtnBoxOffers:hover,
.box-offers #nextBtnBoxOffers:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.box-offers #nextBtnBoxOffers {
    left: 130px;
}

* + html .box-offers #prevBtnBoxOffers {
    left: 70px;
}

* + html .box-offers #nextBtnBoxOffers {
    left: 130px;
}

.box-fotogalleries #prevBtnBoxOffers a,
.box-fotogalleries #nextBtnBoxOffers a {
    display: block;
    height: 49px;
}

/*---------------------------------------------------
/*  box-weather
/*---------------------------------------------------*/
.box-weather {
    text-align: center;
    text-transform: uppercase;
}

.box-weather .title {
    font-size: 24px;
}

.box-weather .item {
    width: 250px;
    margin: 8px 0 8px 0;
    overflow: hidden;
    border-top: 1px solid #887969;
    border-bottom: 1px solid #887969;
}

.box-weather .item .image {
    float: left;
    width: 100px;
}

.box-weather .item .image img {
    width: 80px;
}

.box-weather .item .temperatures {
    float: left;
    width: 130px;
    margin: 10px 0 5px 0;
    line-height: 19px;
    text-align: center;
}

.box-weather .item .temperatures strong {
    margin-top: 3px;
    font-size: 20px;
    display: block;
}

.box-weather .item .temperatures .today {
    display: block;
}

.box-weather .links {
    line-height: 25px;
    font-size: 16px;
}

.box-weather .links a {
    display: block;
}

/*---------------------------------------------------
/*  right
/*---------------------------------------------------*/
#right {
    float: left;
    width: 605px;
    margin: 0 0 0 45px;
}

@media only screen and (min-width: 1221px) {
    #right.large {
        width: 805px;
    }
}


/*---------------------------------------------------
/*  mytextarea
/*---------------------------------------------------*/
.mytextarea {
    margin: 40px 0 40px 0;
    line-height: 30px;
    font-size: 17px;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}

.mytextarea.small-height {
    margin-top: 0px;
    padding-top: 0px;
}

.mytextarea a {
    text-decoration: underline;
}

.mytextarea a:hover {
    text-decoration: none;
}

.mytextarea .fancybox img {
    cursor: url(../../media/lupe.cur),pointer;
}

/*---------------------------------------------------
/*  sitepath
/*---------------------------------------------------*/
#sitepath {
    margin-bottom: 40px;
    font-size: 12px;
    font-family: Tahoma;
}

#sitepath a {
    margin-right: 15px;
}

/*---------------------------------------------------
/*  teaser
/*---------------------------------------------------*/

.teaser-outer-container {
    background: #f8f6f6;
}

#teaser {
    padding: 40px 0;
    overflow: hidden;
    font-size: 19px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

#teaser .item {
    position: relative;
    float: left;
    width: 270px;
    height: 165px;
    padding: 125px 10px 0 10px;
    display: block;
    margin-left: 25px;
    line-height: 27px;
}

#teaser .item .image {
    position: absolute;
    width: 290px;
    height: 290px;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#teaser .item:hover .image {
    display: none;
}

#teaser .title {
    position: absolute;
    width: 265px;
    height: 60px;
    top: 30px;
    left: 12px;
    z-index: 10;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
    font-family: CaviarDreams;
}

/*---------------------------------------------------
/*  holidaycheck
/*---------------------------------------------------*/
#holidaycheck {
    overflow: hidden;
    font-size: 17px;
}

#holidaycheck .container {
    position: relative;
    width: 920px;
    height: 175px;
    padding: 65px 0 0 0;
}

#holidaycheck .title {
    float: left;
    width: 440px;
    margin-left: 10px;
    padding-left: 150px;
    font-size: 35px;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-family: CaviarDreams;
}

#holidaycheck .description {
    float: left;
    width: 420px;
    padding: 15px 0 0 180px;
    line-height: 22px;
}

#holidaycheck .links {
    position: absolute;
    width: 285px;
    height: 80px;
    right: 0px;
    top: 73px;
    z-index: 10;
    overflow: hidden;
}

#holidaycheck .links a {
    width: 270px;
    height: 32px;
    margin-bottom: 5px;
    padding-left: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}

div.XLbitWidgetV1 {
    width: 100% !important;
}

div.XLbitWidgetOverV1 div.XLbitWidgetInnerV1_1 {
    width: 285px !important;
    height: 32px !important;
    border-radius: 0px !important;
    border: 0px !important;
    overflow: hidden !important;
}

div.XLbitWidgetOverV1 div.XLbitWidgetInnerV1_1 p {
    margin: 0px !important;
    text-align: left !important;
    white-space: nowrap;
}

div.XLbitWidgetRiquadro,
div.XLbitWidgetOverV1 div.XLbitWidgetUp {
    display: none !important;
}

/*---------------------------------------------------
/*  infos
/*---------------------------------------------------*/
#infos .container {
    width: 975px;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

#infos .item {
    position: relative;
    float: left;
    width: 462px;
    height: 310px;
    display: block;
    margin-left: 25px;
}

#infos .title {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    display: block;
    font-family: CaviarDreams;
}

#infos .image {
    display: block;
}

#infos .button {
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-top: 7px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
}

/*---------------------------------------------------
/*  box-newsletter
/*---------------------------------------------------*/
#box-newsletter .text {
    height: 83px;
    padding: 0 25px 0 25px;
    font-size: 15px;
    font-family: Arial;
    text-align: center;
}

#box-newsletter input {
    width: 91%;
    height: 34px;
    line-height: 34px;
    margin-top: 7px;
    padding: 0 4% 0 4%;
    border: 1px solid #D8D8D8;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

/*---------------------------------------------------
/*  footer
/*---------------------------------------------------*/
#footer {
    padding: 40px 0 45px 0;
    overflow: hidden;
    text-align: center;
}

#footer .item {
    height: 48px;
    line-height: 48px;
    margin-bottom: 30px;
    font-size: 25px;
    display: block;
    text-align: left;
}

#footer .tel {
    float: left;
    width: 220px;
    padding-left: 55px
}

#footer .mail {
    float: left;
    width: 300px;
    padding-left: 65px
}

#footer .map {
    float: left;
    width: 240px;
    padding-left: 65px
}
/*---------------------------------------------------
/*  address
/*---------------------------------------------------*/
#address {
    padding-top: 35px;
    font-family: Arial;
    font-size: 17px;
    line-height: 30px;
}

/*---------------------------------------------------
/*  menu-bottom
/*---------------------------------------------------*/

#menu-bottom a {
    cursor: pointer;
}

/*---------------------------------------------------
/*  logos
/*---------------------------------------------------*/
#logos {
    padding: 20px 0 20px 0;
    text-align: center;
    overflow: hidden;
}

#logos a {
    padding: 0 11px 0 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*---------------------------------------------------
/*  :: block grid
/*---------------------------------------------------*/
.block-grid {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.block-grid > li {
    display: block;
    height: auto;
    float: left;
}

.block-grid.two-up {
    margin-left: -4%
}

.block-grid.two-up > li {
    margin-left: 4%;
    width: 46%;
}

.block-grid.three-up {
    margin-left: -2%
}

.block-grid.three-up > li {
    margin-left: 2%;
    width: 31.3%;
}

.block-grid.four-up {
    margin-left: -2%
}

.block-grid.four-up > li {
    margin-left: 2%;
    width: 23%;
}

.block-grid.five-up {
    margin-left: -1.5%
}

.block-grid.five-up > li {
    margin-left: 1.5%;
    width: 18.5%;
}
/*---------------------------------------------------
/*  :: clearfix
/*---------------------------------------------------*/
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
/*---------------------------------------------------
/*  :: button
/*---------------------------------------------------*/
.button {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    color: #FFFFFF !important;
    background: #4A4137;
    padding: 0 15px;
    background-clip: padding-box;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.button:hover {
    background-color: #887969;
    color: #FFFFFF;
}

.button.gray {
    background: #bababa;
    color: #fff;
}

.button.gray:hover {
    background: #9e9e9e;
    color: #fff;
}
/*---------------------------------------------------
/* :: site-general
/*---------------------------------------------------*/

/*---------------------------------------------------
/*  :: modules > weather
/*---------------------------------------------------*/
#weather .ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

#weather .ui-tabs {
    padding: 0px;
    font-size: inherit;
}

#weather .ui-widget-content {
    color: inherit;
}

#weather .ui-widget {
    font-family: inherit;
}

#weather .ui-widget-content {
    border: 0px;
    background: transparent;
}

#weather .ui-widget-header {
    color: inherit;
    background: transparent;
}

#weather .ui-state-active a, #weather .ui-state-active a:link, #weather .ui-state-active a:visited {
    color: inherit;
}

#weather .ui-tabs .ui-tabs-nav li {
    margin: 0px;
    list-style-type: none;
}

#weather .ui-tabs .ui-tabs-nav li a {
    padding: 0px;
}

#weather .ui-state-active, #weather .ui-widget-content .ui-state-active {
    border: 0px;
    color: inherit;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background: transparent;
}

#weather .ui-state-default a, #weather .ui-state-default a:link, #weather .ui-state-default a:visited {
    color: inherit;
}

#weather .ui-state-default, #weather .ui-widget-content .ui-state-default {
    background: transparent;
    color: inherit;
    border: 0px;
}

#weather .ui-tabs .ui-tabs-panel {
    padding: 0px;
}

#weather .description {
    padding: 0px 30px 20px;
    background-color: transparent !important;
    font-size: inherit;
}

#weather .description .item-title {
    margin-top: 10px;
}

#weather .temperature {
    background: transparent;
    padding: 5px;
    background: #F2F2F2;
    margin: 5px 0;
}

#weather .temperature .item-title {
    padding: 0 0 0 30px;
}

#weather .table-temperature {
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-left: -0.5%;
    font-size: 13px;
}

#weather .table-temperature > .row {
    display: block;
    height: auto;
    float: left;
    margin-left: 0.5%;
    width: 13.7%;
}

#weather .table-temperature .row.names {
    padding-top: 27px;
}

#weather .table-temperature .row.names div {
    line-height: 16px;
}

#weather .table-temperature .row .title {
    font-size: 0.85em;
    text-align: center;
    font-weight: bold;
}

#weather .table-temperature .row .min, #weather .table-temperature .row .max, #weather .table-temperature .row .current {
    height: auto;
    width: auto;
    border: 0px;
    margin-bottom: 2px;
}

#weather .table-temperature .row .title {
    height: auto;
}

#weather .forecast-title {
    font-size: inherit;
    padding: 0px 0 0 30px;
    background: transparent;
    margin-top: 10px;
    margin-bottom: 5px;
}

#weather .forecast-wrapper {
    background: #f2f2f2;
    padding: 10px 5px;
}

#weather .forecast {
    background: transparent;
    padding: 0px;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    margin-left: -0.3%;
    font-size: 13px;
}

#weather .forecast > .day {
    margin: 0px;
    display: block;
    height: auto;
    float: left;
    margin-left: 1.6%;
    width: 15%;
}

#weather .forecast .day .image {
    width: 100%;
    height: auto;
}

#weather .forecast img {
    display: block;
    width: 82px;
    height: auto;
    margin: 0 auto;
}

#weather .forecast .day .weekday {
    font-weight: bold;
}

#weather .forecast .day .datetime {
    font-size: 0.8em;
}

#weather .forecast .day .image {
    margin: 5px 0px;
}

#weather .forecast .day .degree .min {
    margin: 0px;
    width: 48%;
}

#weather .forecast .day .degree .max {
    margin: 0px;
    width: 48%;
    margin-left: 4%;
}

.table-temperature .row-names {
    width: 70px;
}

.table-temperature .rows {
    margin-left: 85px;
}

.table-temperature .rows .row {
    width: 15%;
    background-image: none;
}

#weather .copyright {
    padding: 12px 0 12px 30px;
    display: block;
}

section.content-main #weather h2 {
    padding-top: 20px;
}
/* tabs */
#weather .ui-tabs .ui-tabs-nav {
    padding: 0px;
    list-style-type: none;
    background: blue;
}

#weather .ui-tabs .ui-tabs-nav li {
    width: 25%;
}

#weather .ui-tabs .ui-tabs-nav li a {
    border-bottom: 1px solid #cfcfcf;
    padding: 12px 0px;
    display: inline-block;
    width: 100%;
    color: red;
    text-align: center;
    margin-right: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#weather .ui-tabs .ui-tabs-nav li a:hover {
    background: lightblue;
}

#weather .ui-tabs .ui-tabs-nav li.ui-state-active a {
    background: #453C35;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
}
/*---------------------------------------------------
/* :: pager
/*---------------------------------------------------*/
.pager {
    text-align: center;
}

.pager a {
    width: 25px;
    display: inline-block;
    padding: 5px 0px;
    text-align: center;
    background: red;
    color: blue;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: yellow;
    line-height: normal;
}

.pager a.first {
    border-left-width: 1px;
}

.pager a.active {
    background-color: lightblue;
}

.pager a:hover {
    background-color: lightblue;
}

.pager a.inactive {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.pager a.inactive:hover, .pager a.active.inactive:hover {
    background-color: #f0f0f0;
}

.pager .info {
    display: block;
    font-size: 0.85em;
    color: red;
}
/*---------------------------------------------------
/* :: sitemap
/*---------------------------------------------------*/
.sitemap a {
    display: block;
    padding: 2px 0;
}

.sitemap ul {
    padding-left: 30px;
}

.sitemap ul a {
    font-weight: bold;
}

.sitemap ul ul a {
    font-weight: normal;
}

.sitemap ul ul ul ul a {
    font-style: italic;
}
/*---------------------------------------------------
/* :: routeplanner
/*---------------------------------------------------*/
#route-planner .container {
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
}

#route-planner .title {
    font-weight: bold;
    padding: 20px 0px 10px 0px;
}

#route-planner .row {
    clear: both;
    padding: 2px 0px 2px 0px;
}

#route-planner .row .label {
    float: left;
    width: 120px;
}

#route-planner .row .value {
    margin-left: 120px;
}

#route-planner .address {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#route-planner .button {
    padding: 5px 20px 5px 20px;
    margin: 20px 0px 20px 0px;
}

#google-map {
    width: 640px;
    height: 330px;
}
/*---------------------------------------------------
/* :: ajax
/*---------------------------------------------------*/
.ajax-container {
    position: relative;
}

.ajax-container .loading-continuous {
    text-align: center;
}

.ajax-loading {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.ajax-loading .loading {
    position: absolute;
    top: 21%;
    left: 50%;
    margin-left: -36px;
    margin-top: -16px;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    width: 32px;
    height: 32px;
    padding: 10px;
    background-color: white;
    border: 1px solid black;
    z-index: 1000;
}
/*---------------------------------------------------
/* :: logo consisto
/*---------------------------------------------------*/
.logo-consisto {
    width: 52px;
    height: 20px;
    display: inline-block;
    background: transparent url(/media/logo_consisto.png) no-repeat 0% 0%;
    background-size: 52px 20px;
    text-indent: -9999px;
}

.logo-consisto:hover {
    background: transparent url(/media/logo_consisto_weiss.png) no-repeat 0% 0%;
}

#downloads .item {
    padding-top: 40px;
    padding-bottom: 1000px;
}
/*---------------------------------------------------
/* :: retina
/*---------------------------------------------------*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    /*---------------------------------------------------
    /* :: logo consisto
    /*---------------------------------------------------*/
    .logo-consisto {
        background-image: url(/media/logo-consisto@2.png);
    }

    .logo-consisto:hover {
        background-image: url(/media/logo-consisto-active@2.png);
    }
}
/*---------------------------------------------------
/* :: mobile
/*---------------------------------------------------*/
@media only screen and (max-width: 760px) {
    /*---------------------------------------------------
    /*  :: block grid mobile
    /*---------------------------------------------------*/
    .block-grid.mobile {
        display: block;
        overflow: hidden;
    }

    .block-grid.mobile > li {
        display: block;
        height: auto;
        float: left;
        width: 100%;
    }

    .block-grid.mobile-two {
        margin-left: -4%;
    }

    .block-grid.mobile-two > li {
        margin-left: 4%;
        width: 46%;
    }

    .block-grid.mobile-three {
        margin-left: -2%;
    }

    .block-grid.mobile-three > li {
        margin-left: 2%;
        width: 31.3%;
    }

    .block-grid.mobile-four {
        margin-left: -2%;
    }

    .block-grid.mobile-four > li {
        margin-left: 2.1%;
        width: 23%;
    }

    .block-grid.mobile-five {
        margin-left: -1.5%;
    }

    .block-grid.mobile-five > li {
        margin-left: 1.5%;
        width: 18.5%;
    }
}
