* {
	border:0;
	outline:0;
	padding:0;
	margin:0;
	box-sizing:content-box;
}

@viewport {
   width: device-width;
   zoom:1;
}

html {
  height:100.01%;
    overflow-y:scroll;
}

body {
/*	font-family: 'Roboto', sans-serif; */
	font-family: sans-serif;
	background-color:rgb(245,242,238);
	color:rgb(87,85,77);
	color:rgb(138,130,108);
	font-size: 100%;
	font-weight:300;
}

ul,ol {
	list-style:none;
}
li {
	margin-left:0px;
	padding-left:0px;

	margin-bottom:0.5em;
}
a:link {
	text-decoration:none;
	color:rgb(0,0,0);
}
a:hover {
	color:rgb(87,85,77);
}
a:visited {
	color:rgb(87,85,77);
}

table {
	border-collapse:collapse;
}

p {
	font-size:0.9em;
	line-height:1.6em;
	margin-bottom:0.5em;
	font-weight:300;
}
p:last-child {
	margin-bottom:0px;	
}

div > img {
	display:block;	
}

select {
	cursor:pointer;
}
option {
	padding-left:6px;
}

label {
	float: left;
	width: 100px;;
	margin-right: 12px;
}
input, textarea,select{
	background-color:rgb(245,242,238);
	padding:3px;
	color:rgb(138,130,108);
	border:1px solid rgb(227,220,201);
}
table{
	border-collapse:collapse;
	margin-bottom:12px;
}

.sp1-3{
	position:relative;
	width:32%;
	margin-left:2%;
	float:left;
}
.sp1-3:first-child{
	margin-left:0;
}
.sp2-3{
	position:relative;
	width:66%;
	margin-left:2%;
	float:left;
}
.sp2-3:first-child{
	margin-left:0px;
}
.sp1-4{
	position:relative;
	width:210px;
	margin-left:24px;
	float:left;
}
.sp1-4:first-child{
	margin-left:0px;
}
.sp2-4{
	position:relative;
	width:444px;
	margin-left:24px;
	float:left;
}
.sp2-4:first-child{
	margin-left:0px;
}
.sp3-4{
	position:relative;
	width:678px;
	margin-left:24px;
	float:left;
}
.sp3-4:first-child{
	margin-left:0px;
}


h1 {font-weight:100; font-size:2em; color:rgb(138,130,108); margin-bottom:0.5em;}
h2 {font-weight:100; font-size:1.5em; margin-bottom:0.5em;}
h3 {font-weight:300}

/* SELEKTOREN */
#welcome {
	opacity: 1;
	position:absolute;
	background-color:rgb(227,220,201);
	background-color:rgb(245,242,238);
	background-color:rgb(138,130,108);
	background-color:rgb(161,155,137);
	color:rgb(255,255,255);
	width:416px;
	width:198px;
	width:215px;	
	top:27px;
	right:24px;
	z-index:10;
	padding:12px;
}
#welcome p{
	font-size:0.9em;
}

#container {
	position:relative;
	width:960px;
	width:100%;	
	margin-left:auto;
	margin-right:auto;
/*	background-color:rgb(255,255,255); */
	margin-bottom:24px;
}

#header {
	position:relative;

	height:180px;
	height:165px;
/*	background-image:url(../images/bg_banner_1.png); */
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
}
#banner {
	position:relative;
	height:240px;
	overflow:hidden;
	cursor:crosshair;
}

#logo {
	position:relative;
	display:inline-block;
	padding-top:12px;	
}

#nav {
	position:relative;
	display:table;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}

#main {
	position:relative;
}

#footer {
	position:relative;
/*	height:150px; */
	background-color:rgb(227,220,201);
	padding:24px;
}

#gostart {
	position:fixed;
	display:none;
	text-align:center;
	line-height:48px;
	width:60px;
	height:48px;
	bottom:12px;
	right:12px;
	background-color:rgb(227,220,201);
}

/* KLASSEN */
.roundicon {
	width:1rem;height:1rem;display:block;color:#ffffff; background-color:#A19B89;padding:0.7rem; border-radius:50%;	
	margin:0.3rem 0 0.3rem 0;
}
.badge {
	position:absolute;
	box-sizing:border-box;
	display:block;
	top:200px;
	right:24px;
	font-size:1.7rem;
	line-height:1.8rem;
	background-color:rgba(138,130,108,1);
	color:rgba(255,255,255,1);
	border-radius:50%;
	padding:2rem 2rem 2rem 2rem;
	width:150px;height:150px;
	z-index:999;
	text-align:center;
	transform: rotate(6deg);
	overflow:hidden;
	cursor:pointer;
}

.bitte {
	padding:0.7rem 3rem 0.7rem 3rem;
	display:inline-block;color:#ffffff; background-color:#A19B89;
	font-size:1.5rem;
	font-weight:600;
	margin:1rem 0 1rem 0;
	transform: skewY(-6deg);;
	letter-spacing:2px;
	border-radius:50%;	
}

.clearfix {
	clear:both; display:block; overflow:hidden; width:0; height:0; line-height:0; font-size:0; float:none;
}
.corner{
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
.cornertopleft{
	border-top-left-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
}
.cornertopright{
	border-top-right-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
.cornerbottomright{
	border-bottom-right-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
.cornerbottomleft{
	border-bottom-left-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;</div>
	-moz-border-radius-bottomleft: 9px;
}

.footertext {
	display:inline-block;
	font-size:0.9em;
	line-height:1.5em;

	border-right:1px solid rgb(138,130,108);

	border-right:1px solid rgb(245,242,238);

	padding-right:18px;
	padding-right:2em;
	color:rgb(138,130,108);

}
.footertext:last-child {
	border:0px;
	padding-right:0px;
}

.footertext a{
	color:rgb(138,130,108);
}
.footertext a:hover{
	color:rgb(255,255,255);
}
.floatleft {
	float:left;
	margin-right:30px;
}
.floatleft:last-child{
	margin-right:0px;
}
.floatright {
	float:right;
	margin-left:30px;
}
.logopic {
	float:left;
	margin-left:27px;
	margin-right:27px;
}
.logopic:last-child {
	float:left;
	margin-right:0px;
}

.contentbox {
	padding-left:24px;
	padding-right:24px;
	padding-top:24px;
}

.insp_header {
	margin-bottom:6px;
	cursor:pointer;
	background-color:rgb(227,220,201);
	padding:6px;
}
.insp_header h2{
	margin-bottom:0px;
}

.insp_header h2::after {
	content: " »";
}
.insp_header_over {
	background-image:none;
	color:rgb(87,85,77);
}
.insp_header_active {
	background-image:none;
	color:rgb(87,85,77);
}

.insp_content{
	position:relative;
	background-color:rgb(245,242,238);
	color:rgb(87,85,77);
	font-weight:300;
	padding:12px;
	margin-bottom:6px;
}
.insp_content ul{
	font-size:0.9em;
	list-style-type:circle;
	margin-left:24px;
}

#btnpf {
	position:absolute;
	cursor:pointer;
	background-color:rgb(227,220,201);
	background-color:rgb(245,242,238);
	width:120px;
	left:24px;
	bottom:-1px;
	height:42px;
	line-height:42px;
	font-size:0.8em;
	text-align:center;
}
#btnpf:hover {
	background-color:rgb(215,208,189);
	background-color:rgb(227,220,201);
	color:rgb(189,183,167);
	color:rgb(255,255,255);
 	color:rgb(151,146,133);
	color:rgb(87,85,77);
	color:rgb(138,130,108);
}
.teasertext {
	background-color:rgb(245,242,238);
	padding:12px;
	cursor:pointer;
	height:100px;
}
.teasertext:hover {
/*	background-color:rgb(227,220,201); */
}
.teaserbild {
	cursor:pointer;
}
.btn {
	height:2.5em;
	line-height:2.5em;
	display:inline-block;
	padding:0 1em 0 1em;
	border:1px solid rgb(227,220,201);
	text-align:center;
	cursor:pointer;
	background-color:rgb(245,242,238);
	font-size:0.8em;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn:hover {
	background:none;
	background-color:rgb(227,220,201);
	padding-top:0.1em;
	height:2.4em;
}
.zeit {
	position:relative;
	position:absolute;
	right:0;
	display:none;
	text-align:center;
	font-size:0.8em;
	width:60px;
	height:60px;
	line-height:60px;
	background-image:url(../images/bg_zeit.png);
	font-weight:700;
}

.behandlung {
	position:relative;
	background-color:rgb(227,220,201);
	font-size:0.9em;
	width:182px;
	padding:12px	
}

.fb-like {
    top:-12px;
}

.borderbottom {
	border-bottom:1px solid rgb(255,255,255);
	padding-bottom:0.5em;
}