@charset "utf-8";
/* CSS Document */
body {
	margin :0;
}

#site {
	width: 100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content {
	width:891px;
	margin: 0 auto;
}
#content h1 {
	color: #ff4444;
	font-size:24px;
	margin-left:75px;
}
#content h2 {
	color: #C54343;
	font-size:18px;
	margin-left:75px;
	margin-bottom:0px;
	}
#content th h2 {
	color: #C54343;
	font-size:18px;
	margin-left:auto;
	margin-bottom:auto;
	}

#content .pimg {
	float:right;
	padding-left:15px;
	position:static;

}
#content p {
	font-family:Roboto,"Droid Sans","Helvetica Neue",Arial,sans-serif;
	font-size:100%;
	color:#333;
	font-weight: 400;
	line-height:1.46em;
	width:700px;
	margin-left:85px;
	margin-bottom:20px;
	margin-top:0px;
}
#content ul {
	margin-left:85px;
	list-style:none;
	padding:0;

}
#header{
	position:relative;
	left:-210px;
	width:891px;
	margin: 0 auto;
}

.Orte {
	margin-left:85px;
}

#nav {
	position: absolute;
	left: 144px;
	top: 378px;
	width: 1000px;
}

#nav ul {
    padding: 0px;
    margin: 0px;

}

    #nav ul li {
    list-style: none;
    float:left;
	font-size:30px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.4);
	margin-right:3px;
}



#nav ul li a {
    text-decoration: none;
    display: block;
	font-weight:bold;
	color: #000;
    padding: 14px 34px 14px 34px;
}
#nav ul li:first-child {
	padding-left:55px;
	margin-left:65px;
}
#nav ul li:last-child {
	padding-right:168px;
}

#nav ul li a:hover {
	color:#575757;
}

#teasertext {
	overflow:auto;
}

#angebote {
	margin: 0 auto;
	width: fit-content;
}
#angebote a{
	color:white;
}
#angebote a:hover {
	color:#DCDCDC;
}
.angebot {
	margin-right:4px;
	margin-bottom:2px;

}

.angebot td {
	height:
}
.angebot .title {

	text-align:center;
	line-height:70px;
	width:290px;
	height:70px;
	margin-bottom:5px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.angebot .title h3 {
margin-top:0;
}

#angebote a{
	text-decoration:none;
}

#fwarp {
	clear:both;
	margin-top:50px;
	position:relative;
}


#footblack {
	background-color:black;
	height:100%;

}

#footer {
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	width:891px;
	height:275px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
#img {
	opacity:0.2;
	width:1920;
	height:275px;
	background-image: url('https://maps.googleapis.com/maps/api/staticmap?size=1900x250&maptype=roadmap\&markers=7CZoologischer Garten,Koeln%7CRheinpark,K%C3%B6ln%7CNippes%20Koeln&zoom=13&sensor=false&scale=2');
}

#icons {
	width:100%;
}

.icon {
	display:inline-block;
	margin:50px;
	margin-top:25px;
	margin-bottom:15px;
}

#footer a {
	text-decoration:none;
	color:#fff;
	margin:auto;
}
#footer a:hover {
	color:#ff4444;
}
#footer ul {
	padding-left:0;
	margin:0;
}

#footer ul li {
	list-style:none;
}

.angebot .title  {
	font-size:1.3em;
	color:white;
}

.arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
	position:relative;
	bottom:44px;
	margin: 0 auto;
}

.blue{background:#0099cc}
.grey{background:#a7a7a7}
.orange{background:#ffbb33}
.red{background:#ff4444}
.green{background:#99cc00}
.purple{background:#aa66cc}

.yes {
	color:#99cc00;
	font-weight:bold;

}
.no {
	color:#ff4444;
	font-weight:bold;
}

.preise th {
	text-align:left;
}
.preise td {
	padding:3px;
}
.preise table {
	margin: 45px auto;
}

.preise tr.price {
	font-weight:bold;
}

.kurzinfo {
	float:right;
	width:50%;

}

.kurzinfo ul li {
	list-style:none;
}




/*Formular*/
form {
	margin-left:85px;
}

form input {
	font-size: 14px;
	display: block;
	font-weight: 700;
	height: 36px;
	border: 3px solid #A3A3A3;
	background-color: #f2f2f2;
	padding-left: 8px;
	margin-bottom: 15px;
	width:300px;
}
form textarea {
		width: 300px;
		resize: none;
		display: block;
		background-color: #f2f2f2;
		padding-left: 8px;
		margin-bottom: 15px;
		border: 3px solid #A3A3A3;
}

form select {
	font-size: 14px;
	font-weight: 700;
	display: block;
	width: 310px;
	height: 40px;
	border: 3px solid #A3A3A3;
	background-color: #f2f2f2;
	padding-left: 8px;
	margin-bottom: 15px;
}

form td:first-child {
	text-align:right;

}

fieldset {
    margin: 0;
    padding: 1em;
	padding-left:0;
    width: 23em;
	border:0;
    border-top: 0.1em solid #000;
}


form label {
    width: 5em;
    padding-top: 0.3em;
    text-align: right;
    margin-right: 1.5em;
}
form input#formAgb {
	height:20px;
	display:inline;
	width:20px;
	}


#angebot {
	position:absolute;
	float:left;
	z-index:2;
	top:0;
	margin-left:500px;
	width:320px;
	height:300px;
	padding:20px;
	padding-top:50px;
	padding-left:50px;

}

.angebotrechnertext {
	width:250px;
	padding:20px;
	background:#E9E9E9;
	margin-right:25px;
}
.anmeldung {
	float:left;

}
a {
	font-weight: bold;
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

#wrapinfobox h2 {
	margin-left:20px;
}
#wrapinfobox  {
width:auto;
}
#bodyContent p {
	width:auto;
	margin:10px;
}
