@charset "UTF-8";
/* grau #777 */
/* orange #E6782E */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);


/* ----- ----- ----- ----- ----- Allgemeines ----- ----- ----- ----- ----- ----- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, strong, b, u, i, center, ol, ul, li, dl, dt, dd, fieldset, form, label, legend, table, header, output, hr, button, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

input, textarea {
	outline: none
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

html {
	-webkit-text-size-adjust: none
}

.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

*: first-child+html .clearfix {
	min-height: 0
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

p, ul, ol, li, dl, table, label, input, textarea, select, div {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #555;
}

p {
	line-height: 1.3em;
	margin-bottom: 10px
}

strong {
	font-weight:bold
}

#box-content p {
	text-align:justify;
}

p a, li a, label a, dd a {
	color:#888;
	text-decoration:underline
}
p a:hover, li a:hover, r, label a:hover, dd a:hover {
	text-decoration:none
}

html, body {
	background-color: #FFF;
	height: 100%
}

#box-content h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 20px 0 5px 0;
}

#box-halfright h3 {
	margin: 0 0 5px 0;
}

.vorteile {
	margin: 25px 0
}
.vorteile li {
	line-height: 25px;
	margin: 10px 0;
	padding-left: 15px;
	background: url(../images/sprite-icon.png) no-repeat 0 -740px
}


/* ----- ----- ----- ----- ----- Navi ----- ----- ----- ----- ----- ----- */
ul#nav {
	float:right
}
ul#nav li {
	float:left
}
ul#nav li a {
	margin:40px 0 0 25px;
	display:block;
	text-decoration:underline
}
ul#nav li a:hover {
	text-decoration:none
}

/* ----- ----- ----- ----- ----- Basics ----- ----- ----- ----- ----- ----- */
#push {
	height: 190px
}

#box-wrapper {
	width: 100%;
	min-width: 1024px;
	text-align: left;
	margin: 0 auto -190px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%
}

#box-content, #box-regionen, #box-headline, #box-sitelink, #box-suche, #box-expose {
	width: 1000px;
	margin: 20px auto;
	overflow:hidden;
}

#box-wrapper-footer {
	width: 100%;
	min-width: 1024px;
	background-color: #ECECEC;
}

#box-footer {
	width: 1000px;
	height: 190px;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 0 0
}


/* ----- ----- ----- ----- ----- Head ----- ----- ----- ----- ----- ----- */
#box-head {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 25px 0;
}

#logo {
	width: 230px;
	height: 75px;
	margin: 10px 0 0 20px;
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat 0 0
}


/* ----- ----- ----- ----- ----- Suche ----- ----- ----- ----- ----- ----- */
#box-search-start {
	width: 100%;
	height:450px;
	background: url(../images/key.jpg) no-repeat center center;
	overflow: hidden;
}

#form-search-start {
	width: 610px;
	height:170px;
	margin: 210px auto -10px auto;
	padding: 40px;
	background-color: #E3E7EA;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;  
	-webkit-border-radius: 0.2em;
}

#form-search-start h1 {
	font-size: 3.2em;
	color: #333;
	margin-bottom: 10px
}

#form-search-start h2 {
	font-size: 1.4em;
	color: #555;
	margin-bottom: 20px
}

#box-search {
	width: 100%;
	margin: 0 0 20px 0;
	background-color: #E3E7EA;
	overflow: hidden;
}

#form-search {
	width: 610px;
	margin: 0 auto;
	padding: 40px;
}

#input-search {
	width: 420px;
	height: 30px;
	padding: 10px;
	font-size: 1.2em;
	color: #999;
	border: none;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;  
	-webkit-border-radius: 0.2em;
	float: left;
	outline:0 none;
}

button {
	width: 160px;
	height: 50px;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	color:#FFF;
	cursor:pointer;
	background-color:#9FBF3A;
	border: none;
	border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
}

button:hover {
	background-color:#AED23E;
}

#suggest {
	position:absolute;
	visibility:hidden;
	border-top:none;
	border-right:1px solid #CFCAC7;
	border-bottom:1px solid #CFCAC7;
	border-left:1px solid #CFCAC7;
	width:440px;
	display:block;
	margin:50px 0 0 -1px;
	padding:10px 0;
	background-color:#FFF;
	z-index:99
}
#suggest b {
	font-weight:600;
	font-style:italic;
	color:#FFF;
	background-color:#9FBF3A;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:8px 0 8px 10px
}
#suggest a, #suggest a:visited {
	color:#777;
	text-decoration:none;
	display:block;
	text-align:left;
	padding:8px 0 8px 10px
}
#suggest a:hover {
	color:#FFF;
	background-color:#9FBF3A
}


/* ----- ----- ----- ----- ----- Boxen Startseite ----- ----- ----- ----- ----- ----- */
#box-thema {
	width: 1000px;
	margin: 30px auto;
	padding: 15px 0;
	overflow: hidden;
}

#box-thema h3 {
	font-size: 1.2em;
	color: #9FBF3A;
	margin-bottom: 10px
}

#thema1, #thema3 {
	width: 302px;
	padding: 0 15px;
	text-align: center;
	float: left;
	border: none;
}

#thema2 {
	width: 302px;
	padding: 0 15px;
	text-align: center;
	float: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* ----- ----- ----- ----- ----- Regionen ----- ----- ----- ----- ----- ----- */
#box-regionen h4 {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 8px 15px;
	color: #F5F5F5;
	background-color:#333;
}

#box-regionen div {
	margin-bottom: 20px;
	cursor:pointer;
	float:left;
}

#box-region-1, #box-region-2, #box-region-7, #box-region-8, #box-region-13, #box-region-14, #box-region-15, #box-region-16 {
	width:490px;
	height:200px;
}

#box-region-3, #box-region-4, #box-region-5, #box-region-6, #box-region-9, #box-region-10, #box-region-11, #box-region-12 {
	width:235px;
	height:170px;
}

#box-region-1, #box-region-3, #box-region-4, #box-region-5, #box-region-7, #box-region-13, #box-region-15, #box-region-9, #box-region-10, #box-region-11 {
	margin: 0 20px 0 0;
}

#box-region-1 {
	background: url(../images/bw.jpg) no-repeat center center;
}
#box-region-2 {
	background: url(../images/by.jpg) no-repeat center center;
}
#box-region-3 {
	background: url(../images/be.jpg) no-repeat center center;
}
#box-region-4 {
	background: url(../images/bb.jpg) no-repeat center center;
}
#box-region-5 {
	background: url(../images/hb.jpg) no-repeat center center;
}
#box-region-6 {
	background: url(../images/hh.jpg) no-repeat center center;
}
#box-region-7 {
	background: url(../images/he.jpg) no-repeat center center;
}
#box-region-8 {
	background: url(../images/mv.jpg) no-repeat center center;
}
#box-region-9 {
	background: url(../images/ni.jpg) no-repeat center center;
}
#box-region-10 {
	background: url(../images/nw.jpg) no-repeat center center;
}
#box-region-11 {
	background: url(../images/rp.jpg) no-repeat center center;
}
#box-region-12 {
	background: url(../images/sl.jpg) no-repeat center center;
}
#box-region-13 {
	background: url(../images/sn.jpg) no-repeat center center;
}
#box-region-14 {
	background: url(../images/st.jpg) no-repeat center center;
}
#box-region-15 {
	background: url(../images/sh.jpg) no-repeat center center;
}
#box-region-16 {
	background: url(../images/th.jpg) no-repeat center center;
}


/* ----- ----- ----- ----- ----- Störer ----- ----- ----- ----- ----- ----- */
.seperator {
	width: 1000px;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 50px auto;
	text-align: center;
}

.seperator h5 {
	top: -18px;
	padding: 0 5px;
	font-size: 30px;
	font-weight: 400;
	color:#333;
	background-color: #FFF;
	display: inline;
	position: relative;
}


/* ----- ----- ----- ----- ----- Teaser Startseite ----- ----- ----- ----- ----- ----- */
#box-teaser {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

#box-teaser a {
	color: #555;
	text-decoration: none
}

#box-teaser h4 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
}

.teaser0, .teaser1, .teaser2, .teaser3 {
	width:225px;
	height:210px;
	padding:5px;
	overflow:hidden;
	background-color:#F2F4F8;
	text-align:center;
	float:left;
	overflow:hidden
}

.teaser0 img, .teaser1 img, .teaser2 img, .teaser3 img {
    width: 225px;
    height: 169px;
}

.teaser0 h5, .teaser1 h5, .teaser2 h5, .teaser3 h5 {
    margin: 5px 0;
    font-size: 0.9em
}

.teaser0 {
	margin: 0 0 20px 0
}
.teaser1, .teaser2, .teaser3 {
	margin: 0 0 20px 20px
}


/* ----- ----- ----- ----- ----- Breadcrumb ----- ----- ----- ----- ----- ----- */
#breadcrumb {
	width: 950px;
	margin: 0 auto;
	padding: 20px 20px 20px 30px;
	background: url(../images/sprite-icon.png) no-repeat -5px -602px;
}

#breadcrumb li {
	display: inline;
	line-height: 20px;
}

.divider {
	margin: 0 5px;
}


/* ----- ----- ----- ----- ----- Überschriften ----- ----- ----- ----- ----- ----- */
#box-headline h1 {
	font-size: 2.5em;
	color: #333;
	margin-bottom: 10px
}

#box-headline h2 {
	font-size: 1.4em;
	color: #555;
	margin-bottom: 20px
}


/* ----- ----- ----- ----- ----- Pagination ----- ----- ----- ----- ----- ----- */
.pagination {
	width: 750px;
	padding: 0 0 20px 0;
}
.pagination ul {
	float: right;
}
.pagination li {
	margin: 0 0 0 10px;
	line-height: 30px;
	float: left;
}
.pagination li a {
	width: 140px;
	display:block;
	text-align: center;
	text-decoration:none;
	color: #FFF;
	background:#76BB1D;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pagination li a:hover, .pagination li .aktiv {
	background:#9DCB00
}


/* ----- ----- ----- ----- ----- Filter Suchergebnis ----- ----- ----- ----- ----- ----- */
#box-filter {
	width: 250px;
	float: left
}

dl#filter {
	width:225px;
	margin:0 0 10px 0;
	overflow:hidden
}

dl#filter dt {
	
	background:url(../images/sprite-icon.png) no-repeat 10px -663px
}

dl#filter dt, dl#filter dd a {
	padding:15px 0 15px 35px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	background-color:#F5F5F5
}

dl#filter dd a:hover {
	background-color:#E6E6E6
}

.space {
	line-height:10px;
	background-color:#FFF
}
.filter-an {
	background:url(../images/sprite-icon.png) no-repeat 0 -530px
}
.filter-aus {
	background:url(../images/sprite-icon.png) no-repeat 0 -495px
}

.an1 {
	background:url(../images/sprite-icon.png) no-repeat 0 -315px
}
.aus1 {
	background:url(../images/sprite-icon.png) no-repeat 0 -140px
}

.an2 {
	background:url(../images/sprite-icon.png) no-repeat 0 -350px
}
.aus2 {
	background:url(../images/sprite-icon.png) no-repeat 0 -175px
}

.an3 {
	background:url(../images/sprite-icon.png) no-repeat 0 -385px
}
.aus3 {
	background:url(../images/sprite-icon.png) no-repeat 0 -210px
}

.an4 {
	background:url(../images/sprite-icon.png) no-repeat 0 -420px
}
.aus4 {
	background:url(../images/sprite-icon.png) no-repeat 0 -245px
}

.an5 {
	background:url(../images/sprite-icon.png) no-repeat 0 -455px
}
.aus5 {
	background:url(../images/sprite-icon.png) no-repeat 0 -280px
}


/* ----- ----- ----- ----- ----- Teaser Suchergebnis ----- ----- ----- ----- ----- ----- */
#box-view {
	width: 750px;
	float: right
}

.view {
	width: 738px;
	height: 150px;
	margin:20px 0;
	padding:5px;
	display: inline-block;
	background-color:#F7FAFC;
	border: 1px solid #E8E8E8;
}

.view:hover {
	background-color:#F2F4F8;
	border: 1px solid #E1E1E1;
}

.view p {
	font-size: 1em;
	margin: 0 0 0 230px;
}

.view h3 {
	font-size: 1.3em;
	color: #555;
	font-weight:400;
	display: inline-block;
	margin: 10px 0 0 230px;
}

.view h4 {
	font-size: 1em;
	color: #555;
	margin: 3px 0 15px 230px;
}

.view img {
	position: absolute;
	display: block;
	margin: 0 30px 0 0;
	float: left;
}


/* Sterne im Teaser */
.s1 {
	display:inline;
	padding-right:20px;
	background: url(../images/sprite-icon.png) no-repeat right 0;
}
.s2 {
	display:inline;
	padding-right:35px;
	background: url(../images/sprite-icon.png) no-repeat right -25px;
}
.s3 {
	display:inline;
	padding-right:50px;
	background: url(../images/sprite-icon.png) no-repeat right -50px;
}
.s4 {
	display:inline;
	padding-right:65px;
	background: url(../images/sprite-icon.png) no-repeat right -75px;
}
.s5 {
	display:inline;
	padding-right:80px;
	background: url(../images/sprite-icon.png) no-repeat right -100px;
}

.s1s {
	display:inline;
	padding-right:30px;
	background: url(../images/sprite-icon.png) no-repeat right -900;
}
.s2s {
	display:inline;
	padding-right:45px;
	background: url(../images/sprite-icon.png) no-repeat right -925px;
}
.s3s {
	display:inline;
	padding-right:60px;
	background: url(../images/sprite-icon.png) no-repeat right -950px;
}
.s4s {
	display:inline;
	padding-right:75px;
	background: url(../images/sprite-icon.png) no-repeat right -975px;
}
.s5s {
	display:inline;
	padding-right:90px;
	background: url(../images/sprite-icon.png) no-repeat right -1000px;
}



#break {
	margin: 20px 0;
	padding: 10px 10px 2px 10px;
	border: 1px #ccc solid;
	background: #FFEC8B
}


/* ----- ----- ----- ----- ----- Sitelinks ----- ----- ----- ----- ----- ----- */
#box-sitelink {
	padding: 20px 0;
	overflow: hidden;
	background-color: #F5F5F5;
}

#box-sitelink ul {
	width: 235px;
	margin: 0 0 0 15px;
	float: left;
}

#box-sitelink h3 {
	font-size: 1.2em;
	color: #555;
	margin: 0 0 10px 15px;
}

#box-sitelink li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	line-height: 20px;
	background: url(../images/sprite-icon.png) no-repeat 0 -742px
}


/* ----- ----- ----- ----- ----- Expose ----- ----- ----- ----- ----- ----- */
#box-largeleft {
	width: 740px;
	float: left
}

#box-smallright {
	width: 240px;
	float: right
}

#box-largeleft h3 {
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 0 10px 0;
}

#box-smallright dl {
	margin:0 0 10px 0;
	padding:10px;
	background-color:#F7FAFC
}

#box-smallright dt {
	font-weight: 400;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	line-height:20px;
	background:url(../images/sprite-icon.png) no-repeat 0 -742px
}

#box-smallright dd {
	padding:0 0 0 15px;
	line-height:20px;
	background:url(../images/sprite-icon.png) no-repeat 0 -772px
}


/* ----- ----- ----- ----- ----- Expose ----- ----- ----- ----- ----- ----- */
#kontakt, #daten {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px #ccc solid;
	background: #F7FAFC
}

#kontakt label {
	margin: 10px 0 2px 0;
	display: block
}

#kontakt input, #kontakt textarea {
	width: 96%;
	padding: 2%;
	border: 1px #ccc solid;
}

#kontakt button, #daten button {
	margin: 5px 0 0 0;
	width: 100%;
}

#captcha {
	display: none;
}


#zip {
	position: absolute;
	margin-left: -9999px;
}

#kontakt h5, #daten h5 {
	font-size: 1.6em;
	font-weight: 400
}

#kontakt h6, #daten h6 {
	font-size: 1.05em;
	font-weight: 400;
	margin: 2px 0;
}

#error, #done {
	width: 100%;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	margin: 0 0 2px 0;
	padding: 10px 0;
	display: inline-block;
}

#error {
	background: #F00;
}

#done {
	background: #9FBF3A;
}


/* ----- ----- ----- ----- ----- Bildergalerie ----- ----- ----- ----- ----- ----- */
#gallery {
	width:730px;
	height:310px;
	margin: 0 0 20px 0;
	position:relative;
	overflow:hidden
}
#gallery .default {
	position:absolute;
	border:5px solid #CCC;
	z-index:1
}
#gallery ul {
	width:308px;
	float:right
}
#gallery ul li {
	display:inline;
	width:72px;
	height:54px;
	float:left;
	margin:0 0 10px 5px
}
#gallery ul li a {
	display:block;
	width:66px;
	height:48px;
	text-decoration:none;
	padding:2px;
	border:1px solid #CCC
}
#gallery ul li a img {
	width:66px;
	height:48px
}
#gallery ul li a b {
	position:absolute;
	left:-9999px;
	display:block;
	width:410px;
	height:310px;
	background:#fff
}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#999;
	outline:0
}
#gallery ul li a:hover b {
	position:absolute;
	left:0;
	top:0;
	z-index:100
}
#gallery ul li a b i {
	display:block;
	width:410px;
	height:310px;
	text-align:center;
	display:table-cell;
	vertical-align:middle
}
#gallery ul li a b i img {
	width:400px;
	height:300px;
	border:5px solid #CCC
}
*+html #gallery ul li a b {
	z-index:-1
}
*+html #gallery ul li a b span {
	display:block;
	height:100%;
	display:inline-block
}
*+html #gallery ul li a b img {
	display:inline-block
}

#map {
	width:730px;
	height:300px;
	margin:20px 0;
	border:5px solid #ccc
}

hr {
	margin: 20px 0 20px 0;
	border-top: 1px #ccc solid
}


/* ----- ----- ----- ----- ----- Anmeldung ----- ----- ----- ----- ----- ----- */
#box-halfleft {
	width: 480px;
	float: left
}

#box-halfright {
	width: 480px;
	float: right
}

#inserat, #login {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px #ccc solid;
	background: #F7FAFC
}

#inserat img, #kontakt img, #login img {
	margin: 0 5px -2px 0;
}

#inserat label, #login label {
	margin: 10px 0 2px 0;
	display:inline-block
}

#inserat input, #login input {
	width: 96%;
	padding: 2%;
	border: 1px #ccc solid;
}

#inserat select {
	width: 100%;
	height: 35px;
	border: 1px #ccc solid;
}

#inserat .checkbox {
	width: 20px;
	display: inline-block;
	margin: 10px 0;
}

#inserat .code {
	width: 75%;
	font-weight: 600;
	padding: 2% 0 2% 25%;
	background-repeat: no-repeat
}

#inserat button, #login button {
	margin: 20px 0 0 0;
	width: 100%;
}

#save {
	width:880px;
	height:520px;
	margin:25px 0;
	padding:20px 50px;
	border:10px solid #76BB1D;
	background:url(../images/checkmark-large.png) no-repeat center 350px
}

#save-pwd {
	width:880px;
	height:350px;
	margin:25px 0;
	padding:20px 50px;
	border:10px solid #76BB1D;
	background:url(../images/checkmark-large.png) no-repeat center 180px
}

#box-login {
	width:475px;
	margin:0 0 0 262px;
	overflow:hidden
}

#box-content-404 {
	width:100%;
	background-color: #F5F5F5;
	overflow: hidden;
}

#box-404 {
	width: 750px;
	margin: 0 auto;
	padding: 60px 250px 100px 0;
	overflow: hidden;
	
}
#box-404 h3 {
	margin: 10px 0 0 0;
}

#box-404 ul {
	width:230px;
	margin: 20px 50px 0 0;
	float:left
}

#box-404 li {
	font-size:16px;
	font-weight:400;
	padding:0 0 0 15px;
	line-height:28px;
	background:url(http://cdn.meinefewo.de/images/sprite-icon.png) no-repeat 0 12px
}

#box-404 li a {
	color: #333
}