<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'SRG';
    src: url('/projects/rubi-reisen/css/fonts/SRG.eot?2onkfg');
    src: url('/projects/rubi-reisen/css/fonts/SRG.eot?2onkfg#iefix') format('embedded-opentype'),
    url('/projects/rubi-reisen/css/fonts/SRG.ttf?2onkfg') format('truetype'),
    url('/projects/rubi-reisen/css/fonts/SRG.woff?2onkfg') format('woff'),
    url('/projects/rubi-reisen/css/fonts/SRG.svg?2onkfg#SRG') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'SRG' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #008357;
    margin-left: 3px;
    margin-right: 3px;
}

.icon-Farrad_SRG:before {
    content: "\e900";
}

.icon-Wanderer_SRG:before {
    content: "\e901";
}

.icon-Bergab_SRG:before {
    content: "\e902";
}

.icon-Bergauf_SRG:before {
    content: "\e903";
}

.icon-Uhr_SRG:before {
    content: "\e904";
}


body, html {
    margin: 0;
    font: 300 18px/140% 'Source Sans Pro', serif;
    min-height: 100%;
    color: #333;
    background-color: white;
    -webkit-text-size-adjust: none;
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcf9+0,fffef7+100 */
    background: #fcfcf9; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcf9 0%, #fffef7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcf9), color-stop(100%, #fffef7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcf9 0%, #fffef7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcf9 0%, #fffef7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcf9 0%, #fffef7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcf9 0%, #fffef7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcf9', endColorstr='#fffef7', GradientType=0);
}

body.advice {
    padding: 20px;
    background: none;
    background-color: white;
}

.advice input {
    width: 100%;
}

.advice table, .advice img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* @group Allgemein */
.formSpecial {
    display: none;
}

p {
    padding: 0;
    margin: 10px 0 0;
}

b, strong {
    font-weight: 400;
}

a {
    color: #008357;
    text-decoration: none;
}

a img {
    border: none;
}

a:hover &gt; img {
    opacity: 0.9;
}

a:hover {
    color: #9BC300;
    text-shadow: none;
}

ul {
    padding: 0 0 10px 25px;
    margin: 10px 0 0;
}

li_ALT {
    list-style-type: none;
    list-style-image: url(../images/li.png);
}

.clearAll {
    clear: both;
}

h1 {
    font-size: 24px;
    color: #008357;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    font-style: normal;
    line-height: 120%;
}


h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    font-style: normal;
    color: #666;
    line-height: 120%;
}

.nowrap {
    white-space: nowrap;
}

/* @end */
.debugInfoBox {
    border: 2px solid #E10019;
    background-color: rgba(254, 255, 255, 0.79);
    position: fixed;
    left: 5px;
    top: 205px;
    z-index: 300;
    overflow: hidden;
    transition: all 0.2s;
    font-size: 10px;
    padding: 5px;
}

.debugInfoBox:hover {
    opacity: 0;
}

.spruch {
    position: absolute;
    left: 0;
    z-index: 10;
    top: -150px;
    color: white;
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 0 6px #000, 0 0 6px #000;
    line-height: 120%;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    text-align: center;
}

.spruch b {

    font-weight: 700;
    font-size: 40px;
}

.footerSpruch {
    color: white;
    font-size: 26px;
    font-weight: 400;
    /*text-shadow: 0 0 6px #000, 0 0 6px #000;*/
    line-height: 120%;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    text-align: center;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
}

.footerSpruch b {

    font-weight: 700;
    font-size: 30px;
}

.kopfInfo {
    float: right;
    text-align: center;
}

.telefon {
    font-weight: bold;
    font-size: 30px;
    color: #008357;
    margin-bottom: 5px;
}

.emailTop a {
    font-weight: normal;
    font-size: 24px;
    color: #999;
    font-style: normal;
}

.email:before {
    content: '@';
}

.direktBuchen {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #e10019;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.offline {
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #e10019 !important;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.infoText {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 100;
    width: 100%;
}

.infoText span {
    padding: 5px 10px;
    border-radius: 20px 20px 0 0;
    background-color: #e10019;
    color: white;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
    display: inline-block;
}

.direktBuchen:hover {
    background-color: #9BC300;
    color: white;
}

/* @group navigation */

.navigationBox {
    background-color: #008357;
    border-bottom: 4px solid #fff;
}

.navigation {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.navigation a {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    display: block;
    padding: 30px 30px 27px;
    transition: all 0.2s;
    max-height: 100px;
}

.navigation a.active, .navigation &gt; span:hover &gt; a {
    background-color: #9BC300;
}

.navigation &gt; span {
    position: relative;
    display: block;
    float: left;
}

.sub {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #9BC300;
    z-index: 200;
    max-height: 0;
    transition: all 0.2s;
    overflow: hidden;
    padding: 0;
}

.sub a.active, .sub a:hover {
    background-color: #008357;
}

span:hover &gt; .sub {
    border-top: 4px solid white;
    max-height: 800px;
    padding: 10px 0;
    overflow: visible;
}

span:hover .sub aÂ&nbsp; {
}

.sub a {
    margin-left: 0;
    font-size: 20px;
    line-height: 22px;
    width: auto;
    height: auto;
    padding: 3px 20px;
}

.sub span {
    position: relative;
    display: block;
    white-space: nowrap;
    transition: all 0.2s;
}

.sub .sub {
    left: 100%;
    top: 0;
    border-top: 0;
    background-color: #008357;
    padding: 0;
    overflow: hidden;
    max-height: 0;
}

.sub span:hover .sub {
    padding: 5px;
    border-top: 0;
    max-height: 1000px;
}

/* @end */

/* @group gescrollt */

.logo img {
    max-height: 500px;
}

.scroll1 .logo img {
    max-height: 30px;
}

.kopfInfo &gt; * {
    transition: all 0.2s;
}

.scroll1 .kopfInfo &gt; * {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.scroll1 .kopf {
    max-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.scroll .navigation a {
    padding-top: 10px;
    padding-bottom: 7px;
    max-height: auto;
}

.scroll .sub a {
    padding-top: 3px;
    padding-bottom: 3px;
}

.scroll .direktBuchen {
    margin-top: 0;
}

/* @end */
a.lightbox, .imageBox {
    display: block;
    position: relative;
}

.kopf {
    transition: all 0.2s;
    max-width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-height: 500px;
    padding: 20px 15px;
}

.kopfBox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
}

/* @group breadCrumb */
.breadCrumb {
    padding: 10px 15px;
}

.breadCrumb a {
    color: #666;
}


/* @end */
.kopfWrapper {
    position: relative;
    margin-top: 184px;
}

.kopfButtons {
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

.kopfButtons a {
    /*padding-top: 6px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kopfButtons div {
    color: white;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;

    width: 120px;
    height: 120px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 60px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    transition: all 0.2s;
    border: 1px solid white;
    background: #e10019 no-repeat center 150px;
    position: relative;
}

.kopfButtons .facebook {
    padding-top: 20px;
    background-color: #4267b2;
}

.kopfButtons .Herbstaktion {
    /*padding-top: 30px;*/
}

.kopfButtons .reka {
    font-size: 17px;
    line-height: 120%;
    /*padding: 5px;*/
}

.kopfButtons .buttonGruen {
    background-color: #9BC300;
}

.kopfButtons .buttonGruen:hover {
    background-color: #008357;
}

.kopfButtons div:hover {
    text-shadow: 2px 2px 8px #000, 2px 2px 8px #000;
    background-position: center center;
}

.kopfButtons .cleansafe {
    background-position: center center;
}

.kopfBild {
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-bottom: 10px solid #9BC300;
    position: relative;
}

.kopfBild img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kopfBild .headerTitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;

}
.kopfBild .headerTitle h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 6px #000, 0 0 6px #000;
    text-align: center;
}
.wrapper {
    background-color: #fef6e6;
    position: relative;
}

.wrapperInner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.webpageplainHTML {
    padding-top: 20px;
}

.textBlock {
    background-color: white;
    margin-bottom: 30px;
    border-right: 15px solid #fef6e6;
    border-left: 15px solid #fef6e6;
    position: relative;
    width: 100%;
}

.textBlockInner {
    border-bottom: 4px solid #999;
    padding: 20px;
    transition: all 0.2s;
    position: relative;
}

.textBlock &gt; a {
    display: block;
    transition: all 0.2s;
}

/* @group download */


.downloadButton {
    background-color: #9bc300;
    padding: 6px 6px 3px;
    color: white;
    transition: all 0.2s;
    font-size: 14px;
    font-weight: bold;
    clear: both;
    display: block;
    vertical-align: middle;
    float: right;
}

.downloadButton img {
    margin-right: 5px;
    width: 22px;
    vertical-align: text-bottom;
}

.downloadButton:hover {
    background-color: #C01313;
    color: white;
    box-shadow: 0 0 2px #666;
    cursor: pointer;
    text-decoration: none;
}

.downloadSize {
    font-size: 12px;
}


/* @end */

.textBlock &gt; a:hover {
    background-color: #9BC300;
    box-shadow: 0 0 8px #999;
    color: #fff;
}

.textBlock &gt; a:hover * {

    color: #fff;
}

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

.team img {
    max-width: 170px;
    height: auto;
}

.textBlock iframe {
    max-width: 100%;
    max-height: auto;
}

/* @group Aktuelles */

.textBlockAktuell {
    background-color: rgba(155, 195, 0, 0.9);
    color: white;
}

.textBlockAktuell * {
    color: white;
}


/* @end */
.flexslider img {
    margin-right: 5px;
}

.footerImprint {
    padding: 10px 15px;
}

.footer2 {
    margin-bottom: 50px;
}

.footer {
    background-color: #008357;
    color: white;
    line-height: 120%;
}

.footerImprint .titel {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 120%;
}

.footerNavi {
    float: right;
    text-align: right;
}

.footer h1, .footer a {
    color: #fff;
}

.footerNavi a {
    display: block;
}

/* @group blockGroesse */
.groesse-1 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-1-nur-Bild {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-1-nur-Bild .image {
    max-width: 100%;
    margin: 0;
}

.groesse-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-2 .image {
    max-width: 47%;
}

.groesse-3 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    clear: none;
}

.groesse-3 .image {
    max-width: 47%;
}

.groesse-4 {
    width: 100%;
    float: none;
    clear: both;
}

.grosseHeadline {
    text-align: center;
}

.grosseHeadline h1 {
    font-size: 30px;
    font-weight: bold;
}

.spacer {
    margin-bottom: 0;
}

.infoBox {
    background-color: #e10019;
    color: white;
}

.infoBoxGruen {
    background-color: #9BC300;
    color: white;
}

.infoBox .textBlockInner, .infoBoxGruen .textBlockInner {
    border: none;
}

.infoBox *, .infoBoxGruen * {
    color: white;
}

/* @end */

.head {
    background-color: #008357;
    color: white;
    text-align: center;
    padding: 5px 10px 3px;
}

.image, .imageBox {
    position: relative;
    margin-bottom: 20px;
}

.tripPrev .imageBox {
    margin-bottom: 0;
}

.image {
    float: right;
    margin-left: 20px;
    max-width: 60%;
}

.copyright {
    bottom: 0;
    right: 0;
    color: white;
    font-size: 10px;
    line-height: 100%;
    position: absolute;
    z-index: 1;
    padding: 5px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

a.lightbox:hover .copyright, .imageBox:hover .copyright, .topTripPrevImg:hover .copyright {
    display: block;
}

.copyright a {
    color: white;
}

/* @group Newsletter */

.newsletter div.title {
    display: none;
}

.newsletter * {
    box-sizing: border-box;
}

.row {
    display: table;
    width: 100%;
    padding-bottom: 5px;
}

.desc {
    display: table-cell;
    width: 75%;
}

.desc input {
    width: 100%;
}

.desc:first-child {
    width: 20%;
}

body.newsletter {
    padding: 5px;
}

.error {
    color: #DF0019;
}

.nlAktion {
    color: white;
    text-align: center;
    background: #00d0ff url(../images/nlAktion.png) repeat-x left bottom;
    font-size: 26px;
    line-height: 28px;
    background-size: contain;
    padding: 40px 40px 40px 250px;
    position: relative;
    font-weight: bold;
}

.nlAktion .textBlockInner {
    padding: 0;
    border: 0;
}

.nlAktion:before {
    content: '';
    display: block;
    border: 2px dashed #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: url(../images/nlAktion2.png) no-repeat left center;
    background-size: contain;

}

.nlAsktion * {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
}

.nlAktion h1 {
    color: #4267b2;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    text-shadow: 3px 3px 2px rgba(225, 255, 255, 1);

}

.nlAktion u {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 22px;
}

.nlAktion a {
    display: inline-block;
    background-color: #e10019;
    padding: 10px;
    font-weight: bold;
    color: white;
    box-shadow: 10px 10px 0 #00a9ff;
    text-transform: uppercase;
    margin: 10px auto;
    text-shadow: none;
    transition: all 0.2s;
}

.nlAktion a:hover {
    background-color: #a92d55;
}

/* @end */
/* @group Search */
.searchBox .textBlockInner {
    padding-bottom: 10px;
    background-color: #9BC300;
    color: #fff;
}

.styleSelect {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    font-size: 11px;
    margin-top: 3px;
    background: white url(../images/select.png) no-repeat right center;
    transition: all 0.2s;
}

.styleSelect:hover {
    border: 1px solid #ccc;
    background-color: #F4F4F4;
}

.styleSelect select {
    width: 110%;
    border: none;
    margin-top: 0;
    background-color: transparent;
}

.searchfield {
    width: 100%;
}

.submitButton {
    font-size: 20px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.2s;
}

.submitButton:hover {
    color: #008357;
}

/* @end */

/* @group tripTeaser */

.tripPrev {
}

.premiumPlus {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 1;
    opacity: 1;
}

.tripPrevPrice {
    color: #008357;
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 33px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.tripPrevImg {
    max-width: 100%;
    width: 100%;
}

.tripPrev .textBlockInner {
    border-bottom: 4px solid #008357;
    padding-bottom: 45px;
}

.tripPrevTermHide {
    display: none;
}

.tripPrev .titel {
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    font-style: normal;
    color: #008357;
    line-height: 110%;
}

.tripPrev .untertitel {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    font-style: normal;
    color: #666;
    line-height: 120%;
}

.tripPrevTerm {
    color: #008357;
    line-height: 110%;
}

.tripPrevIntro {
    color: #666;
}

/* @end */

/* @group topTrip */

.topTrip .topTextBlockInner {
    border-bottom: 4px solid #E10019;
    padding: 0;
}

.topTrip.tripPrev h1, .topTrip .tripPrevTerm {
    color: #E10019;
}

.topTrip .head, .topTrip .tripPrevPrice, .topTrip .tripPrevIcon {
    background-color: #E10019;
}

.topTrip .tripPrevIcon {
    background-color: #E10019;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7px 10px;
}

.topTripPrevImg {
    width: 50%;
    float: left;
    border-right: 15px solid #fff;
    transition: border 0.2s;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.topTripText {
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
    border-left: 15px solid #fff;
    transition: all 0.2s;
    position: relative;
}

.topTrip:hover .topTripPrevImg {
    border-right: 15px solid #F4F4F4;
}

.topTrip:hover .topTripText {
    border-left: 15px solid #F4F4F4;
}

/* @end */

/* @group trip */
.addValues {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}

.tripPrices {
    padding-top: 0;
    margin-top: 0;
    width: 100%;
}

.tripDestinationList, .tripCategorieList {
    display: none;
}

.intro {
    margin-top: 10px;
}

.intro td.durchgestrichen {
    font-style: italic;

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWP4JST0HwAFRgIefzRCKwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

.dayTitle {
    margin-top: 10px;
    font-weight: bold;
}

div.scrollWrapper {
    overflow: hidden;
    height: 140px;
}

.bigImage {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 50%;
}

.teaser-vak {
    background-color: white;
    border: 4px solid #e2001a;
    color: #e2001a;
    display: inline-block;
    font: 900 18px/18px "Source Sans Pro", sans-serif;
    margin-bottom: 5px;
    max-width: 250px;
    text-transform: uppercase;
}

.teaser {
    background-color: #9bc300;
    color: white;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 250px;
    padding: 8px;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 900;
    font-size: 18px;
}

.teaserInnen {
    display: inline-block;
    text-align: center;
}

.teaser p {
    margin-bottom: 0;
    margin-top: 0;
}

.prevImage {
    border: 2px solid white;
}

.prevImage:hover {
    opacity: 0.8;
}

table.terms {
    width: 100%;
    margin-bottom: 10px;
}

table.terms tr {
    transition: all 0.2s
}

table.terms td {
    padding: 2px 3px;
}

tr.term, .terms tr:hover {
}

tr.term td {
    padding: 3px;
}

td.preis {
    font-weight: bold;
}

.terminInfo {
    color: #E10019;
    font-weight: bold;
}

.button {
    display: block;
    float: left;
    padding: 5px 10px;
    background-color: #9bc300;
    color: white;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.button:hover {
    background-color: #9bc300;
    color: white;
    background-color: #E10019;
}

.toolTips {
    position: absolute;
    left: 20px;
    bottom: -4px;
}

.toolTipsSpacer {
    height: 35px;
    width: 100%;
}

.tripIconBike {
    background: #9bc300 url(../images/rad.png) no-repeat center center;
    width: 33px;
    height: 33px;
    float: left;
    margin-right: 20px;
}

.tripIcon {
    color: white;
    padding: 7px 10px;


    height: 33px;
    float: left;
    margin-right: 20px;
    background: #9bc300 no-repeat 5px center;
}

.tripIconImage {
    padding-left: 35px;
}

.leistungsKasten-test {
    background-color: #9BC300;
}

.leistungsKasten h2 {
    background-color: #336699;
    color: white;
    padding: 3px 20px;
    font-size: 18px;
}

.leistungsKasten .tripTerms {
    color: #336699;
    font-size: 20px;
    line-height: 130%;
}

.leistungsTextBlock {
    padding: 0 10px 10px;
    transition: all 0.2s;
    position: relative;
}

.leistungsTextBlock ul {
    padding-left: 15px;
}

.leistungsTextBlock td {
    vertical-align: bottom;
}

/* @end */

/* @group Merkliste */

.noteButtonDel {
    width: 33px;
    height: 32px;
    background: url(../images/herz.png) no-repeat 0 -32px;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.2s;
    z-index: 10;
}

.noteButtonDel:hover {
    background: url(../images/herz.png) no-repeat 0 0;
}

.noteButtonAdd {
    width: 33px;
    height: 32px;
    background: url(../images/herz.png) no-repeat 0 0;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0;
    transition: all 0.2s;
    z-index: 10;
}

.topTrip .noteButtonDel, .topTrip .noteButtonAdd {
    top: 35px;
}

.topTrip .noteButtonAdd {
    top: 35px;
}

.noteButtonAdd:hover {
    background: url(../images/herz.png) no-repeat 0 -32px;
}

.tripPrev:hover .noteButtonAdd, .topTrip:hover .noteButtonAdd {
    opacity: 1;
}

#noteList {
    float: right;
    position: relative;
}

#noteList:before {
    content: '';
    position: absolute;
    left: -36px;
    top: -6px;
    background: url(../images/herz.png) no-repeat 0 -32px;
    width: 33px;
    height: 32px;
}

.noteDelete {
    color: #E10019;
    font-size: 16px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    width: 15px;
}

.noteListDelete {
    color: #E10019;
    cursor: pointer;
    margin-top: 3px;
}

.noteListDelete:hover {
    text-decoration: underline;
}

/* @end */

/* @group formulare */
.formular {
    width: 100%;
}

.fullwidth {
    width: 100%;
}

.reload {
    background: url(/projects/rubi-reisen/images/reload.png) no-repeat left center;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

form[name=contact] input {
    border: 1px solid #dfdee0;
    padding: 4px;
}

form[name=contact] input:focus, form[name=contact] input:hover, textarea:hover, textarea:focus {
    background-color: #F8FDFE;
    box-shadow: 0 0 3px #9bc300;
}

select, input, textarea {
    font: 300 18px/140% 'Source Sans Pro', serif;
    border: 1px solid #E5E5E5;
    padding: 3px;
    margin-top: 3px;
    color: #666;
}

input:hover, textarea:hover {
    border: 1px solid #ccc;
}

option {
    padding: 0 2px;
}

.captchaInput {
    height: 25px;
}

.captcha {
    float: left;
}

form[name="contact"] input.code {
    background-color: #F8FDFE;
    height: 33px;
    padding-top: 4px;
    display: block;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
    border-color: #999;
    color: #333;
    border-width: 2px;
}

form[name=contact] input[type=button] {
    background-color: #E10019;
    /*box-shadow: 0 0 4px #666;*/
    padding: 10px;
    color: white;
    margin: 5px 0 10px 10px;
    border: 0;
    float: right;
    transition: all 0.2s;
}

form[name=contact] input[type=button]:hover {
    color: white;
    cursor: pointer;
    background-color: rgba(155, 195, 0, 0.9);
    box-shadow: none;
}

.katalogBox {
    width: 210px;
    float: left;
}

.katalogBox img {
    margin-bottom: 5px;
}

/* @end */

/* @group Buchungsformular */
.clickInfo {
    cursor: pointer;
}

.personDetail {
    width: 49%;
    display: inline-table;
    border-left: 5px solid #E5F7FC;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.3s ease-out;
}

select.versicherung {
    width: 300px;
}

.personDetail input {

}

.inputInfo {
    width: 140px;
    display: inline-block;
}

.preisInfo {
    font-weight: 400;
    color: #e10019;
}

.preisInfoRabatt {
    font-weight: 300;
    color: #e10019;
}

.personDetail:hover {
    background-color: #fbfddc;
}

.versicherungHidden {
    display: none;
}

/* @group Sitzplatzreservierung */
.sitzplatz {
    width: 438px;
    height: 94px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sitzplatz div {
    cursor: pointer;
    height: 47px;
    float: left;
    background-image: url(/projects/rubi-reisen/images/sitzplan.jpg);
}

.auswahl:hover {
    background-image: url(/projects/rubi-reisen/images/sitzplanH.jpg);
}

.sitzplatz div.auswahlAktiv, .sitzplatz div.auswahlAktiv:hover {
    background-image: url(/projects/rubi-reisen/images/sitzplanA.jpg);
}

.hl {
    width: 131px;
    background-position: 0 0;
}

.ml {
    width: 124px;
    background-position: -131px 0;
}

.vl {
    width: 124px;
    background-position: -255px 0;
}

.fl {
    width: 59px;
    background-position: -379px 0;
}

.hr {
    width: 131px;
    background-position: 0 -47px;
}

.mr {
    width: 124px;
    background-position: -131px -47px;
}

.vr {
    width: 124px;
    background-position: -255px -47px;
}

.fr {
    width: 59px;
    background-position: -379px -47px;
}

/* @end */

/* @group Sitzplatzreservierung.sitzplatzHoch  */
.sitzplatzHoch {
    width: 94px;
    height: 438px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.sitzplatzHoch div {
    cursor: pointer;
    width: 47px;
    float: left;
    background-image: url(/projects/rubi-reisen/images/sitzplanHoch.jpg);
}

.sitzplatzHoch .auswahl:hover {
    background-image: url(/projects/rubi-reisen/images/sitzplanHochH.jpg);
}

.sitzplatzHoch div.auswahlAktiv, .sitzplatzHoch div.auswahlAktiv:hover {
    background-image: url(/projects/rubi-reisen/images/sitzplanHochA.jpg);
}

.sitzplatzHoch .fl {
    height: 59px;
    background-position: 0 0;
}

.sitzplatzHoch .fr {
    height: 59px;
    background-position: -47px 0;
}

.sitzplatzHoch .vl {
    height: 124px;
    background-position: 0 -59px;
}

.sitzplatzHoch .vr {
    height: 124px;
    background-position: -47px -59px;
}

.sitzplatzHoch .ml {
    height: 124px;
    background-position: 0 -183px;
}

.sitzplatzHoch .mr {
    height: 124px;
    background-position: -47px -183px;
}

.sitzplatzHoch .hl {
    height: 131px;
    background-position: 0 -307px;
}

.sitzplatzHoch .hr {
    height: 131px;
    background-position: -47px -307px;
}

/* @end */
.sitzplatzNeu {
    max-width: 100%;
    height: 94px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0;
}

.sitzplatzNeu &gt; * {
    display: block;
    float: left;
}

.auswahlNeu {
    transition: all 0.2s;
}

.auswahlNeu:hover {
    background-color: rgba(146, 146, 146, 0.2980677);
    cursor: pointer;
}

/* @end */
@media (max-width: 1160px) {

    /* @group blockGroesse */
    .groesse-1, .groesse-1-nur-Bild {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
        clear: none;
    }

    .groesse-2 {
        width: 66.6%;
        display: inline-block;
        vertical-align: top;
        clear: none;
    }

    .groesse-3 {
        width: 100%;
        float: none;
        clear: both;
    }


    /* @end */
    .navigation a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {

    .navigation a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 870px) {

    /* @group blockGroesse */
    .groesse-1, .groesse-1-nur-Bild {
        width: 50%;
    }

    .groesse-2 {
        width: 100%;
        float: none;
        clear: both;
    }

    .personDetail {
        width: 100%;

    }

    /* @end */
    .navigation a {
        padding: 10px 10px 7px;
    }

    .kopfWrapper {
        margin-top: 154px;
    }

    .sub {
        top: 37px;
    }

    .spruch {
        top: -220px;
    }

    .sub a {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .nlAktion {
        padding: 40px;
    }

    .nlAktion:before {
        display: none;
    }
}

@media (max-width: 580px) {
    .groesse-1, .groesse-1-nur-Bild {
        width: 100%;
        float: none;
        clear: both;
    }

    .kopfButtons div:first-child {
        display: none;
    }

    .groesse-2 .image {
        max-width: 100%;
    }

    .groesse-3 .image {
        max-width: 100%;
    }

    .noteListMobile {
        width: 33px;
        height: 32px;
        background: url(../images/herz.png) no-repeat 0 -32px;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 200;
    }

    .personDetail {
        border: none;
        border-top: 5px solid #E5F7FC;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .sitzplatzHoch {
        display: block;
    }

    .formular td {
        display: block;
    }

    .sitzplatz {
        display: none;
    }

    .image {
        float: none;
        max-width: 100%;
        margin-left: 0;
    }

    .kopfInfo {
        display: block;
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .kopfInfo &gt; * {
        display: inline-block;
        margin-left: 10px;
        position: relative;
    }

    .navigationBox, .transport, .werkstatt, .scroll1 .kopfInfo .werkstatt, .scroll1 .kopfInfo .transport, .reiseerlebnis {
        display: none;
    }

    .logo, .scroll .logo {
        display: block;
        text-align: center;
    }

    .logo img, .scroll1 .logo img {
        max-height: 200px;
        max-width: 70%;
    }

    .kopfBox {
        position: relative;
    }

    #noteList {
        display: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        float: none;
    }

    .kopfWrapper {
        margin-top: 0;
    }

    .kopfBild {
        height: 350px;
    }

    .topTripText {
        width: 100%;
        border: none;
        padding-left: 20px;
    }

    .breadCrumb {
        text-align: center;
    }

    .topTripPrevImg {
        width: 100%;
        border: none;
    }

    .bigImage {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .bigImage img {
        width: 100%;
        max-width: 100%;
    }

    .topTrip:hover .topTripPrevImg, .topTrip:hover .topTripText {
        border: none;
    }
}</pre></body></html>