/* **********************
	Content
*********************** */


/* **********************
	Content-Reiseplanung
*********************** */

section#alltaeglich_1 {
	padding: 120px 0 200px 0;
	background-color: #f0f0f0;
}

section#alltaeglich_2 {
	padding: 100px 0 200px 0;
	background-color: #fff;
}

section#alltaeglich_3 {
	padding: 120px 0 150px;
	background-color: #f0f0f0;
}

section#alltaeglich_4 {
	padding: 70px 0 25px;
	background-color: #fff;
}

section#alltaeglich_5 {
	padding: 25px 0 0 0;
	background-color: #f0f0f0;
}

section#alltaeglich_6 {
	padding: 120px 0 150px;
	background-color: #fff;
}

section#alltaeglich_7 {
	padding: 120px 0 100px;
	background-color: #f0f0f0;
}

section#alltaeglich_8 {
	padding: 120px 0 150px;
	background-color: #fff;
}

#alltaeglich_typo {
	position: relative;
	float: right;
	bottom: -150px;
	right: 50px;
}

#insider_typo {
	position: relative;
	float: left;
	margin-top: 0px;
	bottom: 0px;
	left: 20px;
}

section#insider_1, section#insider_2, section#insider_3, section#insider_4, section#insider_5, section#insider_6, section#insider_7{
color: #fff;
padding: 100px 0 100px;
background-color: #333;
}

section#insider_7{
	padding-bottom: 750px;	
}


h1 {
	margin-top: 0;
	line-height: 1.2em;
}



p {
	
}

.bold {
	font-family: FrutigerBold;
}

.textbox {
	margin: 16px 0;
	padding: 16px;
	color: white;
	background-color: #e0aa3c;
}

ul {
	
}

li {
	padding-bottom: 10px;
}

.textspalten {

}

.spalte1 {
	width: 48%;
	float: left;
}

.spalte2 {
	width: 48%;
	float: right;
}

.video_player1 {
	margin: 40px 0px;
}

#slider2{
	height: 1200px;	
}

.slides2{
	height: 1200px;	
}

#slider3{
	height: 900px;
}

.slides3{
	height: 1000px;	
}

#slider4{
	height: 1000px;
}

.slides4{
	height: 1000px;	
}	



/* **********************
	Modal
*********************** */

#overlay {
	top: 0;
	width: 1080px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	position: fixed;
	display: none;
}
#modal * {
	padding: 0;
	margin: 0;
}
#modal {
	top: 0;
	width: 1080px;
	height: 100%;
	z-index: 200;
	position: absolute;
	display: none;
}
#modal .buttons {
	padding: 40px 0 0;
}
.button_exit { background: url(../img/nav_sprite.png) -640px 0 no-repeat; }

#modal .hide {
	display: none;
}

/* **********************
	Modal Tags
*********************** */

.tag {
	cursor: pointer;
}
.tag:hover {
	color: #7a0027;
	text-decoration: underline;
}
#modal_tag1,
#modal_tag2,
#modal_tag3,
#modal_tag4,
#modal_tag5,
#modal_tag6,
#modal_tag7 {
	width: 750px;
	max-height:1400px;
	margin: 40px auto 40px auto;
	padding: 25px 25px 40px;
	background-color: #fff;
	overflow: auto;
}

#modal_tag6 {
	width: 920px;
	max-height:1900px;
	margin: 40px auto 40px auto;
	padding: 25px 25px 40px;
	background-color: #fff;
	overflow: auto;
}

#altContent{
	width: 200px;
	height: 920px;
	display: table;
}

/* **********************
	Balloon
*********************** */

#balloon * {
	padding: 0;
	margin: 0;
}
#balloon {
	width: auto;
	margin: 50px 300px 50px 200px;
}
.balloon_background {
	background-color: #1b2c4d;
}
#balloon .balloon_head {
	padding: 45px 45px 40px;
	
}

#balloon .balloon_head cite {
	color: #fff;
	
}
#balloon .balloon_head h1 {
	font-family: "FrutigerLight";
	font-size: 25pt;
	color: #fff;
}
#balloon .balloon_content {
	padding: 0 45px;
	display: none;
	font-family: "FrutigerLight";
	font-size: 20pt;
	line-height: 26pt;
	color: #fff;
}

.balloon_footer {
}
#corner {
	background: url(../img/balloon_corner.png) -115px no-repeat;
	height: 115px;
	width: 115px;
	position: relative;
}

img.content-width{
	width: 100%;
}



