@charset "utf-8";
/**
* Haupt CSS
*
* @project		Renate Kubentz
* @author		Boris Bojic <bojic@devshack.biz>
* @copyright	Copyright (c) 2009, Boris Bojic (DevShack)
* @version		Tue, 01 Dec 2009 13:57:13 +0100
*
*/

/*
--- CSS Reset -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

html,body,div,span,button,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,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;}
ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
body{line-height:1;font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;color:#58585A;background:#F7F4EF;font-size:100.01%;}
input,
select,
textarea{font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-family:Arial,Verdana,Helvetica,sans-serif;}
a{color:#504F4F;text-decoration:underline;}
a:hover{color:#99154C;}
label{cursor:pointer;}

* {
	color: #604C3F;
}

/*
--- Grundlayout -----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#outer{
	position: relative;
	width: 835px;
	margin: 0 auto;
	padding-top: 50px;
}

#content-wrap{
	position: absolute;
	right: 30px;
	top: 44px;
	width: 494px;
	z-index: 10000; /* Hoher Index gegen Innerfade Slideshow */
}

#logo{
	padding-bottom: 21px;
	background: url('./img/logo/logo_back.png') 0 100% no-repeat;
}

#nav{
	border: 1px solid #fff;
	border-top-width: 0;
	background-color: #E3D8C5;
	padding-top: 50px;
}

#footer{
	height: 20px;
	background: url('./img/footer/footer_back.png') 0 100% no-repeat;
}

/*
--- Inhalt ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#content-start{
	height: 20px;
	background: url('./img/content/content-start_back.png') no-repeat;
}

#content{
	padding: 0 38px 0 35px;
	min-height: 780px;
	background: url('./img/content/content_back.png') repeat-y;
}

#content-end{
	padding-bottom: 20px;
	background: url('./img/content/content-end_back.png') 0 100% no-repeat;
}

#content-end #lastbox{
	border-top: 2px solid #99154C;
	margin: 0 23px 0 20px;
}

#content-end #lastbox p{
	font-size: .7em;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	border-top: 2px solid #fff;
	background-color: #D4EDFA;
}

#content-end #lastbox p a{
	color: #58585A;
	text-decoration: none;
}

#content-end #lastbox a:hover{
	color: #99154C;
}

/* Inhaltsdefinitionen */
#content h1{
	color: #604C3F;
}
#content h2{
	font-size: .8em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #604C3F;
	padding: 30px 0 1em 0;
}

#content > h2:first-child{
	height:50px;
	padding: 30px 0 0 0;
}

#content > h1:first-child{
	font-size: 1em;
	height: 50px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 30px 0 0;
}


#content > .imglogo:first-child + h1{
	height:50px;
	padding: 30px 0 0 0;
	font-size:0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

#content > .imglogo:first-child + h2{
	height:50px;
	padding: 30px 0 0 0;
}



#content h3{
	font-size: 1em;
	line-height: 1.5;
	color: #604C3F;
	padding: 20px 0 1em 0;
}

#content hr + h3 {
	padding-top:0;
}

#content p,
#content address{
	color: #604C3F;
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 1em 0;
}

#content address{
	font-style: normal;
}

#content em{
	font-style: normal;
	color: #900;
}

#content ul,
#content ol {
	font-size: 1rem;
	line-height: 1.5;
	padding: 0 0 1em 5px;
	color: #604C3F;
}


#content ol {
	font-size: 1rem;
	line-height: 1.5;
	padding: 0 0 1em 5px;
}

#content ul li{
	padding: 0 0 .8em 15px;
	background: url('./img/icons/li_back.png') 0 .4em no-repeat;
}

#content ol > li {
	padding: 0 0 .8em 0;
	margin-left:15px;
}

#content ol > li > ul {
	margin-top:8px;
}

#content ol > li > ul li {
	padding-bottom:5px;
}

#content hr{
	font-size: 1em;
	clear: both;
	color: #99154C;
	background-color: #99154C;
	height: 1px;
	border: 1px solid #99154C;
	border-width: 1px 0 0 0;
	margin-bottom: 1em;
}

#content img.imgright{
	float: right;
	margin: 0 0 5px 10px;
}

#content img.imglogo{
	float: right;
}

#content img.imgleft{
	float: left;
	margin: 0 10px 5px 0;
}

#content img.imgcenter{
	display: block;
	margin: 0 auto 5px auto;
}

/* Rahmen und CSS3 Shadows */

#content img.imgright,
#content img.imgleft,
#content img.imgcenter{
	border: 1px solid #B5A589;
	padding: 2px;
	-moz-box-shadow: #ccc 2px 2px 2px 0;
	-webkit-box-shadow: 2px 2px 2px #ccc;
}

#content hr + img.imgleft, #content hr + img.imgcenter, #content hr + img.imgright {
    transform: translate(0, 8px);
    margin-bottom: 13px;
}

/*
--- Formulare -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

/* Fehlermeldungen */
#content p.errormessage{
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
	color: #900;
	border: 1px solid #900;
}

#content ol.formlist{
	font-size: .79em;
	line-height: 1.5;
	padding-bottom: 1em;
	list-style: none;
}

#content ol.formlist li{
	float: left;
	width: 50%;
	padding-bottom: 1em;
	margin-left: 0;
}

#content ol.formlist li.fullsize{
	width: auto;
	float: none;
}

#content ol.formlist li.submit{
	float: right;
}

#content ol.formlist li label{
	display: block;
}

input,
select,
textarea{
	color: #333;
	display: block;
	width: 176px;
	font-size: 1em;
	border: 1px solid #B0A69F;
	padding: 2px;
}

#content ol.formlist li.fullsize textarea,
#content ol.formlist li.fullsize select	{
	width: 387px;
}

#content ol.formlist li.submit input{
	color: #B5A589;
	background-color: #F0EBE1;
	width: 150px;
	margin-left: 32px;
	padding: 3px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

input:hover,
select:hover,
textarea:hover{
	border-color: #99154C;
}

#content ol.formlist li.submit input:hover,
#content ol.formlist li.submit input:focus{
	color: #333;
	background-color: #D5C6AD;
	border-color: #B0A69F;
}

input:focus,
select:focus,
textarea:focus{
	border-color: #99154C;
	background-color: #F7F4EF;
}

/*
--- Obereres Logo ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#logo h1{
	padding-left: 15px;
}

#logo h1 a{
	display: block;
	width: 278px;
	height: 84px;
	background: url('./img/logo/logo.png?dacanifhhck') no-repeat;
	text-indent: -9999em;
}

/*
--- Navigation ------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/

#nav ul{
	font-size: 1em;
	width: 200px;
	padding: 0 0 40px 50px;
	/*text-transform: uppercase;*/
	line-height: 30px;
}

#nav li{
	background: url('./img/nav/li_back.png') 0 100% repeat-x;
}

#nav ul a {
	display: block;
	color: #604C3F;
	text-decoration: none;
	background: none;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav ul a:hover{
	color: #A4977E;
	background: url('./img/nav/nav_box.png') 100% 50% no-repeat;
}

#nav ul a.marked{
	color: #99154C;
	background: url('./img/nav/nav_box.png') 100% 50% no-repeat;
}

/* Zweite und dritte Ebene */
#nav ul ul{
	background: url('./img/nav/li_back.png') repeat-x;
	font-size: .8em;
	width: auto;
	padding: 0;
}

#nav ul ul ul{
	font-size: .9em;
}

#nav ul ul a{
	padding-left: 10px;
}

#nav ul ul ul a{
	padding-left: 20px;
}

/* Unteres, wechselndes Bild */
#nav #slideshow{
	border-top: 1px solid #fff;
	height: 178px;
	overflow: hidden;
}

#nav #slideshow img{
	display: block;
}


/*
--- CSS Autoclear ---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
*/
#content:after{
	content: ".";display: block;height: 0;clear: both;visibility: hidden;
}

/* Debugbox */
pre#debug{
	padding: 10px;
	margin: 20px 10px;
	border: 1px solid #777;
	background: #ACD6FF;
	font-size: 12px;
	color: #444;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-moz-box-shadow: #999 2px 2px 2px 0;
	-webkit-box-shadow: 2px 2px 2px #999;
}

.angebot, .teaser, .teaser1 {
	padding:15px 15px 10px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background-color:#d6edf9;
	box-shadow: #999 1px 1px 1px 0;
	-moz-box-shadow: #999 1px 1px 1px 0;
	-webkit-box-shadow: 1px 1px 1px #999;
}

.angebot {
	margin-bottom:15px;
}

.teaser1 {
	margin-bottom:30px;
}


.angebot p{
	padding-bottom:5px !important;
}

.teaser {
	float:right;
	width:110px;
	font-weight:bold;
	background-color: #f0ebe1;
	color:#99154c;
	
}

.teaser1 {
	background-color: #f0ebe1;
}

.left-of-teaser {
	float:left;
	width:250px;
}

.teaser + h2 {
	clear:both;
}


button, .button {
	cursor: pointer;
	font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
	line-height: normal;
	margin: 0px 0px 1.11111rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 0.94444rem 1.77778rem 0.88889rem;
	font-size: 0.88889rem;
	background-color: rgb(0, 140, 186);
	color: white;
	transition: background-color 300ms ease-out 0s;
	border: medium none;
	font-weight: normal !important;
}

button.large, .button.large {
	padding: 1rem 2rem 1.05556rem;
	font-size: 1.11111rem;
}
button:hover, button:focus, .button:hover, .button:focus {
	color: white;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color: rgb(0, 114, 149);
}

a.link-blue, a.link-mint, a.link-beige {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	        align-items: center;
	padding: 15px;
	height: 30px;
	margin: 0 0 10px 0;
	border-radius: 60px;
	box-shadow: #999 1px 1px 1px 0;
	-moz-box-shadow: #999 1px 1px 1px 0;
	-webkit-box-shadow: 1px 1px 1px #999;
	font-weight: bold;
	text-decoration: none;
}

a.link-blue img, a.link-mint img, a.link-beige img {
	margin-right: 15px;
}

a.link-blue {
	background-color: #c6eafa; /* d6edf9; */
}

a.link-mint {
	background-color: #cfbfa7; /* 3EB489; */
}

a.link-beige {
	background-color: #ebe5d9; /* E3D8C5; */
}

#content .ui-widget {
	font-size: inherit !important;
	font-family: inherit !important;
}
#content .ui-state-default,
#content .ui-widget-content .ui-state-default,
#content .ui-widget-header .ui-state-default {
    border: none !important;
    background: none !important;
    font-weight: inherit !important;
    color: inherit !important;
}
#content .ui-accordion {
    margin: 30px 0;
}
#content .ui-accordion .ui-accordion-header {
	font-size: 1em !important;
    font-weight: bold !important;
    padding: 5px 0 5px 24px !important;
    background-color:  #fff !important;
	border: none;
}

#content .ui-accordion .ui-accordion-content {
    padding: 0;
    border: none;
    margin-top: -2px;
}

#content .ui-accordion .ui-accordion-header .ui-icon {
    left: 0;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: 110px;
}