/* @override http://parkettachse.live/docs/67/layout/user.css */
/*html {
	background-color: #f0d6b0;
}*/

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


html {
	background-color: #faf2e0;
	-webkit-text-size-adjust:100%
}
body {
	text-align: center;
  	color: #43331E;
  	font: normal 13px/1.5em  Verdana, Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
  	padding-bottom: 40px;
  	min-width: 320px;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#header #title{
	height: 98px;
	width: 250px;
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 100;
	background: #ffffff url(logo.png) no-repeat center center;
	background-size: 90%;
}
#title, #subtitle {
	display: block;
    height: 94px;
    left: 8px;
    overflow: hidden;
    position: absolute;
    text-indent: 500px;
    top: 8px;
    white-space: nowrap;
    width: 293px;
}
#title {
	z-index: 1;
}
#content_wrapper {
	background-color: #7b0000;
}

#social_plugins{
	position: absolute;
	left: 21px;
	bottom: 70px;
}
#social_plugins > iframe{
	display: block !important;
	margin: 0 0 5px 0;
}

/* @group Navi */
#navi {
	float: left;
	width: 240px;
	margin-top: 375px;
}

#navi ul {
	margin: 0;
}
#navi li {
	list-style-type: none;
}
#navi a {
	text-decoration: none;
	color: #fff;
	font: bold 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 4px 30px;
	display: block;
	position: relative;
	transition: 0.2s;
}
#navi a::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -3.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
	transition: 0.2s;
}
#navi a:hover,
#navi li.active > a {
	color: #f5e4c6;
	/*background-color: #ffffff;*/

}
#navi a:hover::before,
#navi li.active > a::before {
	border-color: transparent transparent transparent #f5e4c6;
}
#navi ul ul {
	left: auto;
}
#navi li li {
	float: none;
}
#navi li.active li a {
	margin: 0;
	padding: 4px 0 4px 50px;
	font-weight: normal;
	font-size: 13px;
	zoom: 1;
}
#navi li.active li a::before {
	left: 35px;
}


#navi li.active li.active li a {
	padding: 6px 0 6px 70px;
}
#navi li.active li.active li a::before{
	left: 55px;
}

/*Home*/
#mi2120 a {
	display: none;
}
#mi2120 li a {
	display: block;
}


#main {
	float: right;
	width: 720px;
	background-color: #ffffff;
	margin-bottom: -4px;
	min-height: 900px;
	height: auto !important;
	height: 900px; /*For IE*/
}
.content {
	position: relative;
}
.content.grosses_bild .post,
.content.grosses_bild .post img,
.content.grosses_bild .pic_left{
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 0 none;
}

.post {
	padding: 1px 25px;
	border-top: 4px solid #fff;
	margin-top: -4px;
	zoom: 1;
}

.user_form{
	padding: 10px 25px;
}

.post .body {

}
.post .pic_left {
	float: left;
	margin: 0;
}
.post .pic_left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.post .pic_right {
	float: left;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post img {
	padding: 0;
	border: 0;
}
.post p, #sidebar p {
	margin: 0 1em 17px 0;
	padding: 0;
}
.post ul, .post ol {
	margin-left: 0.5em;
}
.post ul li {
	list-style-type: none;
	background: url(bullet3.gif) no-repeat 0 0.6em;
	padding-left: 1em;
}
.post ol li {
	list-style-type: none;
	background: url(bullet1.gif) no-repeat 0 0.6em;
	padding-left: 1.2em;
	line-height: 1.70em;
	font-size: 1.1em;
}
*+html .post ol li {
	background-position: 0 0.65em;
}
.post .left {
	margin-top: 15px;
	clear: both;
	width: 49.9%;
	float: left;
}
.post .right {
	margin-top: 15px;
	width: 49.9%;
	float: right;
}
a { color: #a81318; }
a:visited { color: #a81318; }
a:hover { color: #000; }

h1, h2, h3, h4 {
	color: #a81318;
	margin: 15px 0 10px 0;
	font: normal 17px/1.2em Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1{
	font-size: 17px;
}
h2{
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
}
body#tinymce h2 {
	float: none;
	width: 100%;
	color: #0C89C5;
}
hr {
	border: 1px solid #f5e4c8;
}
#footer {
	clear: both;
	height: 30px;
	padding-top: 20px;
	margin-bottom: -50px;
	position: relative; /*IE6*/
	width: 100%;
	font-size: 11px;
	text-align: center;
	font-family: verdana;
}
#footer a {
	color: #7b0000;
}
#footer span {
	color: #7b0000 !important;
}
#footer p {
	margin: 0;
}
#sidebar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 50px;
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
#add_detail_page {
	z-index: 1;
}
.edit_highlight:hover {
	background-color: #f0d6b0 !important;
}
#back_link_p {
	position: absolute;
	right: 172px;
	top: 120px;
	margin: 0;

	z-index: 1;
}
* html #back_link_p {
	top: 118px;
}
*+html #back_link_p {
	top: 118px;
}
#back_link {
	display: none;
	text-decoration: none;
	color: #fff;
	background: #a81318;
	padding: 3px 5px;
	border: 2px solid #fff;
}
#print {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 23px;
	height: 18px;
	text-indent: 25px;
	overflow: hidden;
	white-space: nowrap;
}
.Orange {
	color: #a81318;
}

html#group2133 .content .pic_left{
	width: 35%;
}

html#group2133 .content.grosses_bild{
	width: 100%;
	height: auto;
	margin-top: -150px;
}
html#group2133 .content.grosses_bild .pic_left{
	width: 100% !important;
	max-width: 100% !important;
}

html#group2133 .content .pic_left img{
	width: 100%;
}

html#group2133 .content table{
	width: 425px;
}

html#group2133 .content table th,
html#group2133 .content table td{
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Foto / Anfrage */
#c5187 .pic_left {
	position: absolute;
	top: 0;
}

/* @group gallery */
.gallery {
	padding: 15px 50px;
}
.gallery ul {
	margin: 0;
}
.gallery li {
	padding: 0;
	float: left;
	list-style: none;
	height: 92px;
	width: 92px;
	_margin: -3px -3px -3px 0;
}
.gallery img {
	border: 3px solid #fff;
	padding: 0;
}
/* @end */

/* @group gallery2 */
.gallery2 {
	padding: 15px 50px;
	z-index: 1;
}
.gallery2 #big_pic {
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	margin: 0;
}
.gallery2 li {
	padding: 0;
	margin: 0;
	line-height: 0;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
* html .gallery2 img {
	margin-bottom: -3px;
}
*+html .gallery2 img {
	margin-bottom: -3px;
}
#edit_gallery {
	z-index: 1;
}

/* @end */

/* @group Detailseite */

.Detailseite .post {
	border-top: 0;
	margin-top: 0;
}
/* @end */

/* @group Ueberblick */
.Ueberblick #main {
	padding-left: 0;
	padding-top: 150px;
}
.Ueberblick .content {
	width: 355px;
	float: left;
	height: 150px;
	overflow: hidden;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.Ueberblick .content.grosses_bild{
	width: 100%;
	height: auto;
	margin-top: -150px;
}
.Ueberblick .content.grosses_bild .pic_left{
	width: 100% !important;
}
.Ueberblick .content:hover {
	background-color: #f5e4c8;
}
.Ueberblick .post {
	margin: 0;
	padding: 5px;
	border: 0;
}
.Ueberblick .post .body {
	float: right;
	width: 230px;
}
.Ueberblick .post .body p{
	margin-bottom: 2px;
}
.Ueberblick .post .pic_left {
	width: 105px;
}
.Ueberblick .post .pic_left img{
	width: 100%;
}
.Ueberblick h1, .Ueberblick h2, .Ueberblick h3, .Ueberblick h4 {
	width: 232px;
	margin-top: 0;
}
/* @end */

/* @group Detailbox-Tabelle */
table {
	background: #fff;
	border: 1px solid #fff;
	width: 465px;
}
td, th {
	border: 0;
	text-align: left;
	vertical-align: baseline;
	padding: 10px 10px 10px 15px;
}
th {
	background: #f5e4c8;
	border-bottom: 1px solid #fff;
}
td {
	border-bottom: 1px dotted #f0d6b0;
}

/* @end */

/* @group Form */
.user_form {
	margin-bottom: 1em;
}
.user_form table {
	background: none;
	border: 0;
}
.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	border: 1px solid #c0a995;
	padding: 2px 2px 2px 5px;
	background-color: #fff;
	width: 300px;
	color: #43331E;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #a81318;
	color: #a81318;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 450px;
}

#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */

/* @group Aktionen */
.Aktionen #main {
	padding-left: 0;
	padding-top: 150px;
}
.Aktionen .content {
	width: 355px;
	float: left;
	height: 150px;
	overflow: hidden;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
}
.Aktionen .content:hover {
	background-color: #f5e4c8;
}
.Aktionen .post {
	margin: 0;
	padding: 5px;
	border: 0;
}
.Aktionen h1, .Aktionen h2, .Aktionen h3, .Aktionen h4 {
	width: auto;
	padding: 0.5em 0;
	text-indent: 15px;
	margin-top: 0;
	background: #9F3535;
	color: #fff;
}

.Aktionen .post .body {
	float: left;
	width: 230px;
}
.Aktionen .post .pic_left {
	width: 29% !important;
}
.Aktionen .post .pic_left img{
	width: 100%;
}
table.Aktionen {
	background: none;
	border: 0;
	width: 100% !important;
	margin: 0.5em 0;
	font-size: 11px;
}
.Aktionen td, .Aktionen th {
	border: 0;
	text-align: left;
	vertical-align: baseline;
	padding: 0 !important;
}
.Aktionen th {
	background: none;
	border: 0;
	font-weight: normal;
}
.Aktionen td {
	border: 0;
	font-weight: bold;
	color: #a81318;
	width: 85px;
}
.Preis {
	color: #a81318;
	font-size: 15px;
}
/* @end */

#responsive-menu-button,
.sidr{
	display: none;
}


@media screen and (max-width: 768px){

	html {
		background-color: #faf2e0;
	}
	#content_wrapper{
		background-color: #faf2e0;
	}

	#header {
		box-shadow: 0 4px 13px rgba(0,0,0,0.3);
		transition: 0.3s;
	}



	#social_plugins,
	#navi{
		display: none;
	}

	#main{
		float: left;
		width: 100%;
	}

	table,
	.post .pic_left img,
	#wrapper,
	.content{
		width: 100%;
	}

	.post .pic_left{
		width: 40%;
	}

	.post{
		padding: 10px;
	}

	#header{
		background-color: #7b0000;
		position: fixed;
		width: 100%;
		height: 78px;
		z-index: 500;
	}

	#header #title{
		top: 10px;
		height: 75px;
		left: 10px;
		width: 60%;
		max-width: 39%;
		transition: 0.3s;
	}
	body.header-fixed #header #title{
		top: 0;
		height: 67px;
	}

	.Ueberblick #main,
	.Aktionen #main{
		padding-top: 30px;
	}
	.Ueberblick .content.grosses_bild,
	.Aktionen #main{
		padding-top: 150px;
	}
	.Aktionen #main .content .pic_left{
		max-width: 150px;
	}

	#content_wrapper{
		padding-top: 78px;
	}

	#responsive-menu-button {
		background-image: none;
		background-color: transparent;
		color: #fff;
		display: inline-block;
		height: 78px;
		line-height: 4.8em;
		padding: 0;
		text-decoration: none!important;
		width: 5.5em;
		text-align: right;
		position: absolute;
		right: 0;
		padding-right: 20px;
		padding-left: 20px;
		top: 0;
		text-indent: 0;
		font-size: 17px;
		cursor: pointer;
		transition: 0.3s;
	}
	#responsive-menu-button:before {
		border-top: .4em double #fff;
		font-size: 31px;
		height: .12em;
		margin-right: -.4em;
		position: absolute;
		left: 12px;
		top: 30px;
		width: 1.0em;
		background-color: transparent;
		border-bottom: .14em solid #fff;
 		content: "";
	}

	body.sidr-open #responsive-menu-button {
		background-color: #9b0000;
	}

	html#group2133 .content table{
		width: 100%;
	}

	.gallery2,
	.user_form,
	.gallery{
		padding: 15px 7px;
	}

	.user_form .text_field, .user_form .text_area{
		width: 95% !important;
	}






	/* line 3, ../../src/scss/sidr/_base.scss */
	.sidr {
	  /* Default Settings */
	  display: none;
	  position: absolute;
	  position: fixed;
	  top: 0;
	  height: 100%;
	  z-index: 999999;
	  width: 260px;
	  overflow-x: none;
	  overflow-y: auto;
	  /* Theme Settings */
	  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	  font-size: 18px;
	  text-align: left;
	  background: #7b0000;
	  color: #333333;
	  overflow-x: hidden;
	}
	/* line 15, ../../src/scss/sidr/_base.scss */
	.sidr .sidr-inner {
	  padding: 0 0 15px;
	}
	/* line 18, ../../src/scss/sidr/_base.scss */
	.sidr .sidr-inner > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.sidr .sidr-inner > iframe{
		height: 30px;
	}
	.sidr .sidr-inner > #___plusone_1,
	.sidr .sidr-inner > iframe{
		padding-left: 20px !important;
	}


	/* line 24, ../../src/scss/sidr/_base.scss */
	.sidr.right {
	  left: auto;
	  right: -260px;
	}
	/* line 29, ../../src/scss/sidr/_base.scss */
	.sidr.left {
	  left: -260px;
	  right: auto;
	}
	/* line 41, ../../src/scss/sidr/_base.scss */
	.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
	  font-size: 11px;
	  font-weight: normal;
	  padding: 0 15px;
	  margin: 0 0 5px;
	  color: #333333;
	  line-height: 24px;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
	  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
	  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
	  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
	  background-image: linear-gradient(#ffffff, #dfdfdf);
	  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
	}
	/* line 52, ../../src/scss/sidr/_base.scss */
	.sidr p {
	  font-size: 13px;
	  margin: 0 0 12px;
	}
	/* line 55, ../../src/scss/sidr/_base.scss */
	.sidr p a {
	  color: rgba(51, 51, 51, 0.9);
	}
	/* line 60, ../../src/scss/sidr/_base.scss */
	.sidr > p {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	/* line 65, ../../src/scss/sidr/_base.scss */
	.sidr ul {
	  display: block;
	  margin: 0 0 15px;
	  padding: 0;
	  border-bottom: 1px solid #9b0000;
	}
	/* line 72, ../../src/scss/sidr/_base.scss */
	.sidr ul li {
	  display: block;
	  margin: 0;
	  line-height: 42px;
	  border-bottom: 1px solid #9b0000;
	}
	.sidr .sidr-inner > ul > li > a {
		background-color: #7b0000;
		color: #ffffff;
		font-family: 31px/20px 'Bauhaus W01 Light', sans-serif;
	}
	.sidr ul li.sidr-class-active > a{
		background-color: #9b0000;
	}
	/* line 81, ../../src/scss/sidr/_base.scss
	.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
	  border-top: none;
	  line-height: 49px;
	} */
	/* line 85, ../../src/scss/sidr/_base.scss
	.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
	  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
	  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
	  box-shadow: inset 0 0 15px 3px #ebebeb;
	}
	*/
	/* line 90, ../../src/scss/sidr/_base.scss */
	.sidr ul li a, .sidr ul li span {
	  padding: 0 20px;
	  display: block;
	  text-decoration: none;
	  color: #333333;
	}
	/* line 97, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul {
	  border-bottom: none;
	  margin: 0;
	}
	.sidr ul li.sidr-class-current ul{
		display: block;
	}
	/* line 100, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li {
	  line-height: 30px;
	  font-size: 13px;
	}
	/* line 104, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li:last-child {
	  border-bottom: none;
	}
	/* line 110, ../../src/scss/sidr/_base.scss 	.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
	  border-top: none;
	  line-height: 41px;
	}*/

	/* line 114, ../../src/scss/sidr/_base.scss
	.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
	  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
	  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
	  box-shadow: inset 0 0 15px 3px #ebebeb;
	}
	 */
	/* line 119, ../../src/scss/sidr/_base.scss */
	.sidr ul li ul li a, .sidr ul li ul li span {
	  color: #ffffff;
	  padding-left: 30px;
	}
	.sidr ul li ul li ul li a, .sidr ul li ul li ul li span {
	  color: #ffffff;
	  padding-left: 60px;
	}
	/* line 128, ../../src/scss/sidr/_base.scss */
	.sidr form {
	  margin: 0 15px;
	}
	/* line 132, ../../src/scss/sidr/_base.scss */
	.sidr label {
	  font-size: 13px;
	}
	/* line 146, ../../src/scss/sidr/_base.scss */
	.sidr input[type="text"],
	.sidr input[type="password"],
	.sidr input[type="date"],
	.sidr input[type="datetime"],
	.sidr input[type="email"],
	.sidr input[type="number"],
	.sidr input[type="search"],
	.sidr input[type="tel"],
	.sidr input[type="time"],
	.sidr input[type="url"],
	.sidr textarea, .sidr select {
	  width: 100%;
	  font-size: 13px;
	  padding: 5px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0 0 10px;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  -ms-border-radius: 2px;
	  -o-border-radius: 2px;
	  border-radius: 2px;
	  border: none;
	  background: rgba(0, 0, 0, 0.1);
	  color: rgba(51, 51, 51, 0.6);
	  display: block;
	  clear: both;
	}
	/* line 160, ../../src/scss/sidr/_base.scss */
	.sidr input[type=checkbox] {
	  width: auto;
	  display: inline;
	  clear: none;
	}
	/* line 167, ../../src/scss/sidr/_base.scss */
	.sidr input[type=button],
	.sidr input[type=submit] {
	  color: #f8f8f8;
	  background: #333333;
	}
	/* line 171, ../../src/scss/sidr/_base.scss */
	.sidr input[type=button]:hover,
	.sidr input[type=submit]:hover {
	  background: rgba(51, 51, 51, 0.9);
	}

}
@media screen and (max-width: 720px){
	.Ueberblick #main,
	.Aktionen .content{
		width: 100%;
		height: auto;
	}


}

@media screen and (max-width: 500px){
	html .content table th, html .content table td{
		padding-left: 2px;
		padding-right: 2px;
		font-size: 11px;
	}
}
@media screen and (max-width: 420px){
	#header #title{
		max-width: 100%;
	}
}
@media screen and (max-width: 350px){
	.Aktionen .post .pic_left{
		width: 22% !important;
	}

	#responsive-menu-button{
		width: 4.9em;
		padding-right: 12px;
	}



}
