@charset "UTF-8";

body {
    background-color:#D7D6D6;
}
.faq-image {
    text-align: center;

}

.inner {
    width:800px;
    margin:0 auto;
}
* {

}
h1{
    text-indent: -10000px;
    height:40px;
    width:237px;
    background-image:url(../images/logo.gif);
    
}
h1 * {
    display:none;
}

.h2 {
    padding-top:30px;
    padding-bottom:20px;
}
.h2 h2 {
    line-height: 52px;
}

h2 {
    clear:both;
}


.content .inner {
    padding-top:20px;
    padding-bottom:40px;
}








ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
ul li ul {
    margin-top:10px;
}
ul li ul li {
    list-style-type: circle;
    margin-bottom: 5px;
    margin-left:40px;
}





.faq-box {
    width:400px;
    padding:10px;
    background-color:#EBEBEB;
    color: #5E5D5C;

}
.faq-box table tr td {
    border-bottom:solid 1px grey;
}
.faq-box table tr:last-child td {
    border:none;
}

.quote {
    color:#F86615
}


.table.cols5 tr td {
    width:20%;
}




.arrow { 
    font-size:12px !important;
    color: #F86615 !important;
    margin-top:-1px;
    margin-right:8px;

    display:block;
    float:right;
}



.h2.Startseite, .h2.Home {
    display:none;
}

#gotoToTop {
    display:none;
    color:#fff;
    position:fixed;
    right:0px;
    width:20px;
    height:75px;
    top:350px;
    cursor: pointer;
}

#destinations {
    text-align: right;

    margin:0px auto;
    font-size:12px;
    text-align: right;
    color:#E32E1E;
}

#destinations  select {
    width:190px;
}


table.tariff {
    width: 100%;
    margin-bottom:30px;
/*    margin-top:-8px;*/
}
table.tariff:last-of-type {
    border-bottom:none;
}

.tariff td {
    padding:4px;
}
.tariff tbody tr td{
    background-color:#D7D6D6;
    color:#E32E1E;
    border-bottom: solid 1px #5E5D5C;
}

.tariff tbody tr td.first-of-type{
    background-color:#EBEBEB;
    color:#5E5D5C;
    width:250px;
}
.tariff thead tr td{
    background-color:#5E5D5C;
    color:#fff;
}
.tariff thead tr td.first-of-type {
    background-color:#848382;
    color:#fff;

}
.tariffContent {
    margin-right: 20px;
}
.tariffLinkList {
    padding:0px;
    margin-top:10px;
    margin-top:20px;
    margin-bottom:20px;

    height:30px;
}
.tariffLinkList.scroll{
}

.tariffLinkList div {

    margin-bottom:10px;
    line-height: 20px;
}
.tariffLinkList a {
    display:inline-block;
    width:25px;
    height:25px;
    line-height: 25px;
    margin-right:7px;
    font-weight: 300;
    font-size:16px;
    font-family:"TeXGyreAdventorRegular", Arial, Helvetica, sans-serif;
    background-color:#E32E1E;
    color:#fff;
    text-align: center;
    border:solid 0px #f00;
    float:left;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;

}


.tariffLinkList a:hover {
    background-image: none !important;
    background-color:#FBB28A;
    color:#fff;
}


a.tariffLink {
    margin-top: -50px;
    display:inline-block;
    position: absolute;
}

#SearchResults ul li {
    border-bottom: solid 1px #FF7217;
    margin-bottom:15px;
}

.search-bar {
    position:absolute;
    top:30px;
    margin-left:680px;
    width:200px;

}

.search-dropdown-icon {
    display: none
}
.search-bar form fieldset {
    position: relative;
    padding: 0;
    margin: 0;
}
.search-bar form input.text {
    width: 155px;
    padding:6px 35px 6px 10px;
    color: #888;
    margin: 0;
    border: none;
    border-radius: 20px;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border:solid 1px #DA5912
}
.search-bar form input.active {
    color: #000
}
.search-bar form input.action {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: -2px;
    cursor: pointer;
    border: none;
    padding: 5px;
    background: none;
    font-family:"TeXGyreAdventorRegular", Arial, Helvetica, sans-serif;
    color: #848484;
    border-radius:0;
    margin-top:0px;
    display:none;
}
.search-bar form input.action:hover {
    color: #000
}

#Search {
    padding:0;
}

.search-bar form input:focus {
    outline: none
}




h3.tariff::before {
    padding-top:0px;
}
.faq-question {
    cursor: pointer;
    font-size: 14px;

}
.faq-question, h3.tariff  {
    padding-left:25px;
    background-image:url(../images/pfeil.png);
    background-repeat:no-repeat;
    background-position: left middle;
}

.faq-answer {
    margin-left:20px;
    margin-bottom:20px;
    display:none;
    padding:10px;
    margin-top: 10px;
    background-color:#EBEBEB
}


/*******************************************************************************
 *
 *  Header
 *
 ******************************************************************************/

header {
    width:100%;
    z-index:11;
    position:relative;
}

header .inner {
    padding-top:0px;
    padding-bottom:10px;
}
header .inner .brand {
    width:400px !important;
    display:inline-block;
    margin-top: 20px;
}
header .inner .brand  h1 {
    width:400px !important;
}
header .inner .brand p {

    margin-top: -10px;
    font-family:"TeXGyreAdventorRegular", Arial, Helvetica, sans-serif;
    color:#f86615;
    width:450px;
    display:none;
}


/*******************************************************************************
 *
 *  Navigation
 *
 ******************************************************************************/
body .white_bg > nav {
    z-index:10;
    position: absolute;
    padding:0px;
    margin:0px;
    width:100%;

}
body .white_bg > nav .inner {
    background-color:#E32E1E;
    height:25px;
}


body .white_bg > nav ul li  {
    float:left;
    list-style-type: none;
    margin:0px;
    line-height:25px;
    color:#fff;
}

body .white_bg > nav ul li a {
    color:#fff;
    display:block;
    line-height:25px;
    padding-left:8px;
    padding-right:8px;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
body .white_bg > nav ul li.additional
{
    float:right;
    padding-right:10px;
}

body .white_bg > nav ul li a:hover {
    background-color:#FBB28A;
    color:#FFFFFF !important;
}

body .white_bg > nav ul li.current a  {
    background-color:#FBB28A;
    color:#E32E1E !important;
}


.white_bg {
        background-color:#fff;
        width:100%;
        margin:0px;
        padding:0px;
}
/*******************************************************************************
 *
 *  Footer
 *
 ******************************************************************************/
footer {
    padding-top:10px;
    padding-bottom:120px;
    width:100%;
    color: #fff;
    height:100%;
    /*background-color:#D7D6D6;*/
    box-shadow:0px -5px 5px #ccc;
    -webkit-box-shadow:0px -5px 5px #ccc;
    -moz-box-shadow:0px -5px 5px #ccc;
    /*-webkit-box-shadow:0px 0px 10px #333333;*/
    /*-moz-box-shadow:0px 0px 10px #333333;*/
/*    margin-bottom:50px;*/
}

footer * {
    font-size: 12px;
    color: #999;
}

footer .inner {
    padding-top:10px;
}

footer p {
    padding-bottom:10px;
}
footer * {
    border:solid 0px #f00;
}
footer a {

    color:#5e5d5c;
    text-decoration:none;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    margin:0px;
    top:-3px;
    position:relative;
}
footer nav ul li:last-of-type {
    border-right: none;
}
footer div {
    line-height: 20px;
}

footer .copyright {
    width:100%;
/*    height:100px;*/
}

footer a:hover {
    color:#E32E1E;
}
footer nav {
    width:100%;
    margin:0px;
    padding:0px;
/*    padding-left:8px;*/

}
footer nav ul {
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}


footer nav ul li {
    margin:0px;
    padding:0px;
    margin-right:5px;
    padding-right: 5px;
    height:14px;
     border-right:solid 1px #848382;
    float:left;
   
}


footer nav ul li img {
    top:3px;
    position:relative;
}

.col-left {
    width:379px;
    padding-right:20px;
    float:left;
    border-right:solid 1px #F86615;
}
.col-right {
    border-left:solid 1px #F86615;
    padding-left:20px;
    margin-left:-1px;
    width:379px;
    float:left;
}
.col-top {
    margin-bottom:20px;
}


/*
 COOKIE

*/
#cookiehinweis a {color:#000; text-decoration:none;}

#cookiehinweis a:hover {text-decoration:underline;}

#cookiehinweis div {padding:10px; padding-right:40px;}

#cookiehinweis { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #cccccc; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiehinweisCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiehinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
