/*-------------------------------------------------------------------------------------

  CSS definition for text

-------------------------------------------------------------------------------------*/


/* Start CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
select,
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
    line-height: 1;
}
body ol,body ul {
    list-style: none;
    margin-bottom: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
fieldset {
    float: left;
    width: 100%;
}
ul,
ol {
    padding: 10px 0;
    margin-left: 25px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 8px;
}
/* End CSS Reset */



body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	line-height: 1rem;
	font-size: 1.1rem;
	font-weight: 400;
	color:rgb(55,55,55);
}
h1, h2, h3, h4, h5 {
	margin: 22px 0 11px 0;
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.2em;
	color:rgb(55,55,55);
}
h1 {
	font-family: 'Born Ready Slanted W00 Regular',Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: rgb(0,159,227);
	margin-bottom: 22px;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.3rem;
}
h4 {
	font-size: 1.20rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.1rem;
	font-weight: 400;
}
.first {
	margin-top: 0;
}

p {
	line-height: 1.3em;
	margin-bottom: 8px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

a {
	color: rgb(0,159,227);
    text-decoration: none;
    outline: 0 none;
	transition: all 0.2s ease;
}
a:hover {
	color: rgb(0,121,173);
}


p.button {
	display: inline-block;
}
p.button a {
	float: left;
	margin: 11px 0;
	padding: 14px 44px;
	cursor: pointer;
	color: rgb(255,255,255);
	background-color: rgb(0,159,227);
	border: none;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	line-height: 1rem;
	font-size: 1.2rem;
	font-weight: 400;
	transition: all 0.2s ease;
}
p.button a:hover {
	background-color: rgb(0,121,173);
}
table p.button {
	margin: 4px 0;
}

ul,
ol {
	margin-bottom: 8px;
	margin-top: 0;
	padding-top: 0;
}
ul li,
ol li {
	line-height: 1.3rem;
	list-style-type: disc;
}
ol li {
	list-style: decimal;
	margin-left: 10px;
}
strong, b {
	font-weight: 500;
}
em {
	font-style: italic;

}
hr {
	padding:0 0 22px 0;
	margin: 22px 0 0 0;
    height: 0;
    border: 0;
	border-top: 1px solid rgb(183,183,183);
}

table {
	border-collapse: collapse;
	padding: 0;
	margin-bottom: 8px;
}
table th {
	text-align: left;
	padding: 0 22px 6px 0;
	border-bottom: 1px solid rgb(183,183,183);
	font-weight: 500;
}
table td {
	text-align: left;
	padding: 6px 22px 6px 0;
	line-height: 1.3rem;
	vertical-align: top;
}
table .blue {
	color: rgb(255,255,255);
}
table .blue td,
table td.blue {
	padding-left: 8px;
}
table.middle td {
	vertical-align: middle;
}

button {
	background-color: rgb(0,159,227);
	border: none;
	padding: 12px 44px;
	margin-top: 8px;
	width: auto;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
	color: rgb(255,255,255);
}
button:hover {
	background-color: rgb(0,121,173);
}

footer h4 {
	font-size: 1.05rem;
	font-weight: 400;
	color: rgb(255,255,255);
}
footer p {
	font-size: 1rem;
	font-weight: 300;
	color: rgb(255,255,255);
}
footer a {
	color: rgb(255,255,255);
}
footer a:hover {
	color: rgb(204,204,204);
}





/* home */
.home h1 {
	color: rgb(255,255,255);
}
.home h2,
.destination h2 {
	margin: 0 0 11px 0;
	font-size: 3.1rem;
	font-weight: 500;
	color: rgb(0,159,227);
}
p.teaser {
	margin: 0 0 22px 0;
	color: rgb(55,55,55);
	font-size: 1.55rem;
	font-weight: 400;
}
p.small {
	font-size: 0.8em;

}

.home #slide-show,
.home #slide-show p.teaser {
	color: rgb(255,255,255);
}


.home-info {
	/*min-height: calc(100vh - 160px);*/
	/*min-height: 300px;*/
	
}
.home-info ul.tabs {
	margin-top: -50px;
}
.home-info ul.tabs li {
	width: calc(50% - 22px);	
	background-color: rgb(0,159,227);
	color: rgb(255,255,255);
	transition: all 0.2s ease;
}
.home-info ul.tabs li .icon {
	margin-right: 8px;
	width: 25px;
	height: 25px;
}
.home-info ul.tabs li .abflug {
	background: transparent url(../images/icon_abflug_neg.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li .ankunft {
	background: transparent url(../images/icon_ankunft_neg.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li .parkplatz {
	background: transparent url(../images/icon_parkplatz_neg.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li .newsletter {
	background: transparent url(../images/icon_newsletter_neg.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li:hover {
	background-color: rgb(0,121,173);
}
.home-info ul.tabs li.current {
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
}
.home-info ul.tabs li.current .abflug {
	background: transparent url(../images/icon_abflug_pos.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li.current .ankunft {
	background: transparent url(../images/icon_ankunft_pos.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li.current .parkplatz {
	background: transparent url(../images/icon_parkplatz_pos.png) center no-repeat;
	background-size: 25px 25px;
}
.home-info ul.tabs li.current .newsletter {
	background: transparent url(../images/icon_newsletter_pos.png) center no-repeat;
	background-size: 25px 25px;
}




.home-info .tab-content {
	min-height: 250px;
}
.home-info .tab-content h2 {
	margin-top: 30px;
}
/* Newsletter */
.home-info #tab-4 iframe {
	padding-top: 30px;
	height: 810px;
}


/* Flugplan und Destinationen */
.flightplan {
	padding-bottom: 130px;
}
.flightplan ul.tabs {
}
.flightplan ul.tabs li {
	background-color: rgb(255,255,255);
	transition: all 0.2s ease;
}
.flightplan ul.tabs li:hover,
.destination-info ul.tabs li:hover {
	background-color: rgb(230,230,230);
}
.flightplan ul.tabs li.current{
	background-color: rgb(230,230,230);
	color: rgb(51,51,51);
}
.flightplan .tab-content {
	padding-bottom: 0;
	margin-bottom: 8px;
	background-color: rgb(230,230,230);
}




/* Destinationen Vorschau */
.raster .box .boxContent {
	padding: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(0,159,227,0.35);
	font-family: 'Born Ready Slanted W00 Regular','Roboto', Arial, Helvetica, sans-serif;
	text-shadow: 0px 0px 8px rgb(0,159,227);
	font-size: 2.4rem;
	color:rgb(255,255,255);
	transition: all 0.3s ease;
	line-height: 3rem;
	overflow: hidden;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.raster .box:hover .boxContent {
	opacity: 0;
}





/* Destinationen */
#destination-map {
	height: 50vh;
}
.from-bern {
	margin-bottom: 12px;
	padding: 10px 0 10px 48px;
	color: rgb(0,159,227);
	background: transparent url(../images/icon_abflug_cyan.png) left center no-repeat;
	background-size: 40px auto;
}
.home #slide-show .from-bern {
	margin-top: 60px;
	color: rgb(255,255,255);
	background: transparent url(../images/icon_abflug_neg.png) left center no-repeat;
	background-size: 40px auto;
}

.destination-info ul.tabs {
	margin-top: -50px;
}
.destination-info ul.tabs li {
	background-color: rgb(230,230,230);
	transition: all 0.2s ease;
}
.destination-info ul.tabs li:hover,
.destination-info ul.tabs li.current{
	background-color: rgb(255,255,255);
}


/* An- und Abflugtabelle */
table.departuretable,
table.arrivaltable {
	width: 100%;
}
table.departuretable tr,
table.arrivaltable tr {
	padding: 0;
	margin: 0;
}
table.departuretable tr:nth-child(odd) td,
table.arrivaltable tr:nth-child(odd) td {
	background-color: rgb(242,242,242);
}
table.departuretable tr th,
table.arrivaltable tr th {
	padding: 10px 0 8px 0;
	margin: 0;
	text-align: left;
	font-size: 0.9rem;
}
table.departuretable tr td,
table.arrivaltable tr td {
	padding: 0;
	margin: 0;
	height: 42px;
	vertical-align: middle;
	line-height: 1rem;
}
table.departuretable .icon ,
table.arrivaltable .icon {
	padding-left: 10px;
	width: 140px;
}
table.departuretable .flightNo ,
table.arrivaltable .flightNo {
	width: 102px;
}


/* flugplan */
.fp_header,
.fp_body,
.fp_row {
	float:left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.fp_header .fp_row {
	font-size: 0.9rem;
	font-weight: 500;
}
.fp_body .fp_row {
	border-top: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(240,240,240);
}
.fp_flnr {
	display: table-cell;
	padding: 0 0 0 22px;
	margin: 0;
	width: 124px;
	height: 44px;
	vertical-align: middle;
}
.fp_dep,
.fp_arr {
	display: table-cell;
	padding: 0;
	margin: 0;
	width: 86px;
	height: 44px;
	vertical-align: middle;
}
.fp_day {
	display: table-cell;
	padding: 0;
	margin: 0;
	width: 51px;
	height: 44px;
	text-align: center;
	vertical-align: middle;
}
.fp_day img {
	width: 18px;
	height: 18px;
}
.fp_range {
	display: table-cell;
	padding: 0 0 0 22px;
	margin: 0;
	width: auto;
	height: 44px;
	vertical-align: middle;
}
.fp_header .fp_flnr,
.fp_header .fp_dep,
.fp_header .fp_arr,
.fp_header .fp_day,
.fp_header .fp_range {
	height: 34px;
}


/*-------------------------------------------------------------------------------------
  CSS DEFINITIONS FOR Parking
-------------------------------------------------------------------------------------*/
table.parkingOverview td {
	padding: 16px 0 10px 0;
}
table.parkingOverview p.button a {
	margin: 0;
}

.blockDate {
	float: left;
	margin: 0 11px;
	width: calc(33.3333% - 22px);
}
.blockTime {
	float: left;
	margin: 0 11px;
	width: calc(33.3333% - 22px);

}
.blockFlnr {
	float: left;
	margin: 0 11px;
	width: calc(33.3333% - 22px);
}
.blockQty {
	float: left;
	margin: 0 11px;
	width: calc(33.3333% - 22px);
}



/*-------------------------------------------------------------------------------------
  CSS DEFINITIONS FOR jcarousel
-------------------------------------------------------------------------------------*/
/* SLIDER */
ul.slides-container {
	display: none;
    position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
ul.slides-container li {
    position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	z-index: 0;
	background-color: rgb(240,240,240);
	background-position: center;
	background-size: cover;
}
.slides-pagination {
  	position: absolute;
	margin: 0;
	padding: 0;
	bottom:88px;
	width: 100%;
	height: 33px;
	text-align: center;
	z-index: 3;
}
.winter .slides-pagination {
	bottom:38px;
}
.slides-pagination a {
	margin: 10px 4px 20px 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
  	background-color: rgb(200,255,255);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -100px;
}
.slides-pagination a.current {
	background-color: rgb(0,159,227);

}


