/* tabs */

#tabs-container {
	margin-top: 20px;
}

.tabs-menu {
	clear: both;
	float: left;
    height: 30px;
}

ul.tabs-menu {
	margin: 0;
}

.tabs-menu li {
	background-color: #ededed;
	float: left;
    height: 30px;
	line-height: 30px;
	list-style: none;
}

.tabs-menu li.current {
	background-color: #3a3a3a;
     border-bottom: 1px solid #d4d4d1;
	color: #fff;
	position: relative; 
}

.tabs-menu li a {
	color: #000;
    padding: 10px 20px;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #fff;
}

.tab {
	background-color: #fff;
    border-top: 1px solid #d4d4d1;    
    float: left;
    width: 100%;
}

.tab-content {
	display: none;
	padding: 0;
    width: 100%;   
}

#routenplaner {
	display: block;   
}


/* pageslide */
#pageslide {
	/* These styles MUST be included. Do not change. */
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	
	/* Specify the width of your pageslide here */
	width: 242px;
	
	/* These styles are optional, and describe how the pageslide will look */
	background-color: #554136;
	box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.4) inset;
	-moz-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.4) inset;
	color: #fff;
	overflow: hidden;
	overflow-y: scroll;
}

#pageslide > #mobilemenu {
	padding: 55px 18px 55px 36px;
	text-align: left;
}

/* Scroll Bar */
#scrollbar {
	display: none;
}

#scrollbar > div {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url('../images/icons/sprite.png');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 64px;
	margin-bottom: 2px;
	right: 50px;
	width: 64px;
	z-index: 30;
}
#scrollbar > div:hover, #scrollbar > div.hover {
	background-color: rgba(255, 255, 255, 1);
	opacity: 0.9;
}
#scrollbar > div.invisible, #scrollbar > div.hover.invisible {
	cursor: default;
}

#scrollbar #scrolltop {
	background-position: 16px -1078px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	height: 58px;
	padding-top: 6px;	
	text-align: center;
	text-transform: uppercase;
}
#scrollbar #scrolltop:hover, #scrollbar #scrolltop.hover {
	background-position: 16px -978px;
	color: #000;
}

#scrollbar #scrollup {
	background-position: 16px -1082px;
}
#scrollbar #scrollup:hover, #scrollbar #scrollup.hover {
	background-position: 16px -982px;
}

#scrollbar #scrolldown {
	background-position: 16px -1282px;
}
#scrollbar #scrolldown:hover, #scrollbar #scrolldown.hover  {
	background-position: 16px -1182px;
}

#scrollbar #scrollbottom {
	background-position: 16px -1682px;
}
#scrollbar #scrollbottom:hover, #scrollbar #scrollbottom.hover {
	background-position: 16px -1582px;
}

/* spezifische Anpassungen für die Scroll Bar */
#scrollbar #scrollbottom {
	display: none;
}

/* PageSize Debug-Box */
#pagesize {
	background: rgba(255, 255, 255, 0.5);
	bottom: 0;
	color: rgba(0, 0, 0, 0.5);
	font-size: 120%;
	line-height: 100%;
	min-width: 100px;
	padding: 8px 10px 9px 10px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 500;
}

/* Fullscreen Iframe */
#fullscreeniframe {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1024;
}


/* meteo */
div[id^=meteo-forecast-short-] article {
	margin-bottom: 0;
}

div[id^=meteo-forecast-short-] .meteocontainer {
	color: #fff;
	display: inline;
	height: 75px;
	width: 100%;
}

div[id^=meteo-forecast-short-] .meteocontainer img{
	text-align: right;
}

.meteocontainer .col-12, {
	float: left;
	vertical-align: middle;
}

div[id^=meteo-forecast-short-] .meteocontainer .col-12:first-child {
	text-align: right;
}

div[id^=meteo-forecast-short-] .meteocontainer .col-12:last-child {
	text-align: left;
	vertical-align: middle;
}

div[id^=meteo-forecast-short-] .meteocontainer .meteo-day-temperature {
	display: inline-block;
	position: relative;
	text-align: center;
	top: 13px;
	width: auto;
}

div[id^=meteo-forecast-short-] .meteocontainer .meteo-day {
	font-size: 20px;
	text-transform: uppercase;
}

div[id^=meteo-forecast-short-] .meteocontainer .meteo-temperature {
	margin-top: 0.25em;
}

div[id^=meteo-forecast-short-] .meteocontainer span.meteo-temperature-max {
	font-size: 16px;
	font-weight: 600;
	margin-right: 0.25em;
	text-align: center;
}

div[id^=meteo-forecast-short-] .meteocontainer span.meteo-temperature-min {
	font-size: 14px;
	font-weight: 300;
	margin-right: 0.25em;
	text-align: center;
}

div[id^=meteo-forecast-short-] .meteocontainer span.meteo-copyright {
	display: block;
	margin-top: 0.5em;
	opacity: 0.5;
}

table.prices td {
	border: 1px solid #ececec;
}

/* Tabs */
.ui-tabs {
	border: 0;
}

.ui-tabs > ul.ui-widget-header {
	background-color: #fff;
	background-image: none;
	border-bottom: 1px solid #ccc;
}

.ui-tabs > ul.ui-widget-header .ui-tabs-anchor {
	font-size: 16px;
    padding: 0.1em 1em;
}

.ui-tabs .ui-tabs-panel {
	padding: 0.5em;
}

#menutop.scrolling {
	height: 30px;
}

#menutop.scrolling #quickcontact {
	padding-top: 6px;
}

.scrolling #language {
	margin-top: 0;
}

#menubottom.scrolling {
    height: 50px;
}

#menubottom.scrolling nav.menuhorizontal > ul > li > a:link, #menubottom.scrolling nav.menuhorizontal > ul > li > a:visited {
	height: 50px;
    line-height: 50px;
}

#headerlogo.scrolling {
	margin-top: -50px;
}

#headerlogo.scrolling img {
    margin: 47px 20% 0;
    width: 45%;
}

/* Cookies */
.hasCookieBar #cookiebar {
    display: block;
}

#cookiebar {
    background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
    font-size: 12px;
    left: 0;
    line-height: 180%;
	padding: 15px 0;
    position: fixed;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

#cookiebar span, #cookiebar a {
    color: #333;
}

#cookiebar #cookielink {
	background-color: #666;
	border-radius: 2px;
	color: #fff;
    display: inline-block;
	margin-left: 10px;
	padding: 8px 15px;
	text-decoration: none;
	white-space: nowrap;
}

#cookiebar #cookielink:hover, #cookiebar #cookielink:focus {
	background-color: #333;
}

/* Smartphone */
@media screen and (max-width: 720px) {
	#menutop.scrolling #quickcontact {
		padding-top: 10px;
	}
}

/* Tablet */
@media screen and (min-width: 720px) {
	
	/* scrolling header effects */
	.noscrolling, #menutop, #menutop #quickcontact, #menutop #quickcontact, #showMenu, #menubottom, #language, nav.menuhorizontal > ul > li > a, #headerlogo, #headerlogo img {
		-webkit-transition: all linear 0.25s;
		-moz-transition: all linear 0.25s;
		-o-transition: all linear 0.25s;
		transition: all linear 0.25s;
	}
	
	#scrollbar {
		display: block;
		position: fixed;
		right: 0;
		top: 50%;
		width: 64px;
		z-index: 20;
	}
	
	#headerlogo.scrolling {
		margin-top: 0;
	}
	
	#headerlogo.scrolling img {
		margin: 10px 20% 0;
		width: 80%;
	}
}

/* Desktop */
@media screen and (min-width: 960px) {
	#headerlogo.scrolling {
		margin-top: -30px;
	}
	
	#headerlogo.scrolling img {
		margin: 35px 10% 0;
	}
	
	table.prices td {
		padding: 5px 0;
	}
}