/* reset styles */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* styling */
body {
	color: #555555;
	font-family: 'Verdana',sans-serif;
	line-height: 1.3;
	
    /* font: 13px/1.4 'Verdana',sans-serif; */
}    
ul {
	list-style: disc outside;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}

a {
	text-decoration: none;
	color: #555555
}

#main-site-choice {  

width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    min-width: unset !important;
    width: 100%;
    max-width: 1430px;
    padding-top: 50px;
    padding-bottom: 30px;
	
	/* position: absolute; bottom: 50px; margin: 0 auto; */

}

#main-site-choice-item { text-align: center; }
#main-site-choice-item a { font-size: 11px; color: rgba(255, 255, 255, 0.7); text-align: center; font-weight: 600; }

#facebookheader a { font-size: 11px; color: rgba(255, 255, 255, 0.7); text-align: center; font-weight: 300; }

.subline { font-size: 11px; color: rgba(255, 255, 255, 0.7); text-align: center; }



/* .accordionhead { width: 518px; } */

.faq-accordionhead { width: 46%; text-align: center; }

#accordion2 h3 { margin: 0; padding: 0; }

.faq-show-hide-more { position: absolute; right: 0px; top: 0px; width: 16px; height: 25px; display: block; cursor: pointer; }

.faq-show-hide-more:before { content: 'Ferienhäuser anzeigen'; white-space: pre; margin-left: 22px; font-size: 16px; font-weight: 400; color: #fff; width: 300px; }
.faq-accordionhead.active .faq-show-hide-more:before { content: 'Ferienhäuser ausblenden'; white-space: pre; margin-left: 22px; font-size: 16px; font-weight: 400; color: #fff; width: 300px; }

.faq-accordionhead { position: relative; padding-right: 0px; z-index: 300; }

.faq-accordionhead .faq-show-hide-more { background: transparent url('../images/more2.png') no-repeat 0px 4px; }
.faq-accordionhead.active .faq-show-hide-more { background: transparent url('../images/less2.png') no-repeat 0px 4px; }

.accordioncontent2 { width: 100%; max-width: 1430px; margin-top: 0px; padding: 0px; margin-bottom: 0px; background-color: rgba(255, 255, 255, 0.0); margin: 0 auto; }

.faq-question { background: transparent; /* padding: 0px 20px 20px 20px; */ padding-bottom: 10px; color: #3f3a66;  margin-bottom: 0px;}

.faq-spacer { width: 100%; background: #fff; height: 5px; }


.faq-name {
	width: 55%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    font-weight: 500;
}

.faq-link {
	width: 44%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
	font-weight: 400;	
}

.faq-link a { font-weight: 400 !important; color: #3f3a66; }
.faq-link a:hover { font-weight: 400 !important; color: #000; }












#container {
	margin: 0 auto;
	width: 1014px;
	background-image: url('../images/bg_page.png');
	background-repeat: no-repeat
}
#content {
	margin: 0 15px
}
#header {
	height: auto;
	position: relative
}
#header h1 {
	color: #005091;
	font-size: 19px;
	font-weight: bold;
	padding-top: 50px;	
	padding-left: 0px; 
	margin-bottom: 10px
}
#header p {
	padding-left: 0px;	
	text-align: center;
}
/* #header img {
	position: absolute;
	top: -30px;
	right: 10px;
} */
#content_left {
	float: left;
	width: 800px;
	margin-left: 10px
}
#content_right {
	float: right;
	width: 140px;
	padding: 10px; 
	position: relative
}

.impr {
	position: absolute;
	/* top: 63px; 
	right: 90px; */
	bottom: 25px; right: 20px; 
}

.impr a { font-size: 11px; color: rgba(255, 255, 255, 0.7); }

#footer {
	clear:both;
	height: 25px;
}
.fb {
text-align: left
}


