/*
Theme Name: H-D Fischers
Description: Umsetzung von Jakob Schweighofer
Author: Designavo
Author URI: http://www.designavo.at
Version: 1.0
*/

/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
   font-weight: bold;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic;
}

* {
	-webkit-font-smoothing: antialiased;
}

/* Custom */

@font-face {
    font-family: 'hd_letterpress';
    src: url('css/fonts/hdletterpress/hdletterpress-webfont.eot');
    src: url('css/fonts/hdletterpress/hdletterpress-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.woff') format('woff'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.ttf') format('truetype'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.svg#h-d_letterpressregular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'hd_letterpress';
    src: url('css/fonts/hdletterpress/hdletterpress-webfont.eot');
    src: url('css/fonts/hdletterpress/hdletterpress-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.woff') format('woff'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.ttf') format('truetype'),
         url('css/fonts/hdletterpress/hdletterpress-webfont.svg#h-d_letterpressregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alignleft {
	 display: inline;
	 float: left;
	 margin: 0 25px 10px 0;
}
.alignright {
	 display: inline;
	 float: right;
	 margin-left: 0.7em;
}
.aligncenter {
	 clear: both;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;

	text-shadow: #131313 0 0 0;

}

a:hover, .news_box a h4: hover {
	opacity: 0.7;
}

p {
	margin-bottom: 12px;
	line-height: 18px;
	text-shadow: #131313 0 0 0;

}

body {
	background: #000 url(images/bg-pattern.png) repeat;
	font-weight: 400;
}

blockquote {
	padding-left: 30px;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	margin: 30px 0;
	color: #EE7F01;
}

blockquote:before {
	content: '"';
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	top: -30px;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	color: white;
}

#content_block ol {
	list-style: upper-roman
}

#content_block ul {
	list-style-image: url(images/f-icon.png);
}

#content_block ol, #content_block ul {
	padding: 10px 0 10px 40px;
}

#content_block ol li, #content_block ul li {
	line-height: 18px;
	padding-bottom: 5px;
}

#wrapper{
	background: #000 url(images/bg-pattern.png) repeat;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

#header_top_wrap {
	background: #000 url(images/header_top_wrap_bg.jpg) no-repeat center top;
}

#header_wrap{
	margin-top: 0px;
	position: relative;
	z-index: 100;
}

#header_top{
	width: 1000px;
	margin: 0 auto;
}

#header_logo{
	width: 333px;
	height: 82px;
	float: left;
	margin: 15px 0 -27px 0;
}

#header_logo a {
	cursor: pointer;
}

#header_logo img{
	width: 333px;
	height: 82px;
}

#header_bottom{
	height: 22px;
	border-top: 3px solid #FFF;
	background: #ee7f01;
	background: rgba(238,127,1,0.9);
	text-align: right;
}

#menu_box{
	width: 1000px;
	margin: 0 auto;
}

#menu{
	float: right;
	position: relative;
	margin-right: 20px;
}

#menu ul{
	list-style-type: none;
}

#menu li{
	float: left;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: 700;
	padding: 4px 10px;
	position: relative;
	font-size: 16px;
	list-style-type: none;
}

#menu li.current ul{
}

#menu li:hover .sub-menu{
	/*display: block;*/
}

#menu li a{
	text-decoration: none;
	color: #000;
}

#menu li.current>a, #menu li.current ul.sub-menu li.current-child a, #menu li a:hover, .sub-menu a:hover {
	color: #FFF;
}

#menu_bot_bg{
	background: url(images/menu_bg.png) 0 0 no-repeat;
	width: 614px;
	height: 25px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}

#menu .sub-menu{
	position: absolute;
	top: 18px;
	left: -80px;
	background: url(images/sub_menu_bg.png) 0 0 no-repeat;
	width: 434px;
	text-align: left;
	margin-top: 4px;
	display: none;
	padding: 12px 8px 8px 34px;
	z-index: 9999;
	padding-top: 4px;
}

#menu .sub-menu li{
	float: none;
	width: 173px;
	padding: 3px 16px;
	font-size: 14px;
}

#content_wrap{
	width: 1000px;
	margin: 0 auto;
}

a {
	color: #EE7F01;
	text-decoration: none;
}

#sidebar img {
	margin: 30px 0;
}

#sidebar img:first-of-type {
	margin-top: 0;
}

#content_wrap a img {
	cursor: pointer;
}

#content_wrap .article-image {
	float: right;
}

#content_wrap a:hover {
	color: #FFF;
}

#content-wrap .nivo-caption a, .caption_title a, .caption_text a {
	color: #FFF;
	text-decoration: none;
}
.caption_title{
	font-size: 70px;
	font-family: 'hd_letterpress', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #131313 0 0 0;
}

.caption_text{
	font-weight: bold;
	width: 230px;
	padding-left: 100px;
	padding-top: 18px;
	line-height: 18px;
}

#footer_wrap{
	padding-bottom: 50px;
	height: 370px;
	margin-top: -50px;
}

#footer_wrap_bottom {
	/* height: 32px; */
	/*border-bottom: 3px solid #FFF;*/
	/*background: #ee7f01 url(images/footer-o-bg2.jpg) no-repeat;*/
	/*background-position: top center;*/
	background: transparent url(images/bg.jpg) center top no-repeat;
/*	text-transform: uppercase;
*/	font-family: Arial, sans-serif;
	padding: 50px 0 20px 0;
	margin-top: 20px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;

	color: #000;
}

#footer_wrap_bottom .opening {
	margin-left: 60px;
}

#footer_wrap_bottom .information, .opening, .opening a {
	color: #FFF;
	text-shadow: #131313 0 0 0;
}

#footer_wrap_bottom .powered {
	color: #888;
	font-size: 12px;
	margin-top: 25px;
}

/*#footer_wrap_bottom .information a {
	color: #FFF;
	text-decoration: none;
}*/

.orange {
	color: #EE7F01;
}

.facebook{
	margin: -10px 0 0 60px;
  	width:332px;
  	height: 230px;
  	overflow: hidden;
  	position:relative;
}
.facebook iframe{
  	overflow:hidden;
  	position:relative;
  	left:-5px;
  	top:-3px;
}

/*#footer_top_bg {
	background: transparent url(images/footer_bg.png) no-repeat top right;
	width: 614px;
	height: 25px;
	float: right;
	margin-top: -25px;
}*/

.footer{
	width: 1000px;
	margin: 0 auto;
	height: 260px;

}

#footer_left{
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: #131313 0 0 0;
}

h1{
	font-family: 'hd_letterpress', Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 40px;
	padding: 17px 0px;
	line-height: 48px;
	z-index: 15;
	position: relative;
	text-transform: uppercase;
}

h2{
	font-size: 32px;
	line-height: 38px;
}

h3{
	font-size: 26px;
	line-height: 32px;
}

h4{
	font-size: 20px;
	line-height: 25px;
}

h5{
	font-size: 16px;
	line-height: 20px;
}

h6{
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

#news_wrap{
	display: inline-block;
}

.news_box{
	float: left;
	padding-right: 15px;
}

.news_box{
	width: 213px;
	height: 141px;
}

.news_box img{
	width: 213px;
	height: 141px;
}

.news_box a{
	text-decoration: none;
	color: #EE7F01;
}

.news_img{
	display: block;
	height: 141px;
}

.news_text{
	padding-top: 10px;
}

.news_text a{
	text-decoration: none;
	color: #FFF;
}

.news_box h4, #footer_right h4{
	color: #ee7f01;
	font-weight: bold;
	padding: 10px 0px !important;
	font-size: 14px;
	line-height: 18px;
}

#footer_right{
	float: left;
	width: 215px;
	padding-left: 25px;
}

#widget a{
	color: #ee7f01;
	font-weight: bold;
	text-decoration: none;
}

#widget h4{
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}

#widget .widget_sp_image-description{
	line-height: 18px;
	/*height: 160px;*/
	overflow: hidden;
}

.widget_details{
	font-weight: bold;
	text-align: right;
	padding-top: 15px;
}

.widget_details a{
	color: #ee7f01;
	text-decoration: none;
}

#social{
	position: fixed;
	top: 160px;
	left: 0;
	z-index: 110;
}

.soc{
	background: url(images/leiste.png) top right no-repeat;
	width: 66px;
	height: 28px;
	margin: 5px 0 5px 0;
	text-align: center;
	position: relative;
	left: -10px;
	padding-left: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.soc:hover {
	left: 0px;
}

.soc:hover .desc-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.soc span{
	padding: 0 5px 0 1px;
}

.soc .desc-text {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	white-space: pre;
	overflow: visible;
	position: absolute;
	top: 3px;
	left: 83px;
	background: black;
	padding: 5px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.facebook-button {
	float: right;
	margin: 32px 0 0 0;
}

#contact-header {
	float: right;
	margin: 0 0px 0 0;
}

#contact-header a img {
	cursor: pointer;
}

#sidebar{
	background: url(images/sidebar-bg.jpg) repeat-y 0 0;
	width: 303px;
	min-height: 660px;
	padding: 15px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5{
	color: #EE7F01;
	font-weight: bold;
	padding: 12px 0px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#content{
	float: left;
	width: 627px;
	padding-left: 40px;
	padding-bottom: 40px;
}

.fullwidth {
	width: 960px;
	padding: 20px;
}

.content_title{
	color: #ee7f01;
	font-weight: bold;
	padding: 12px 0px;
}

.content_text {
	padding-bottom: 20px;
}

.content_text p{
	line-height: 20px;
}

.content_text h1,.content_text h2, .content_text h3, .content_text h4, .content_text h5, .content_text h6 {
	color: #EE7F01;
	font-weight: bold;
	padding: 12px 0px;
	font-family: 'Arial Narrow', Arial, sans-serif;
}

.content_text h5 {
	padding: 0 0 12px 0;
}

#form .form_box{
	padding: 7px 0px;
}

#form label{
	color: #ee7f01;
	font-weight: bold;
	padding: 5px 0px;
}

.select_time_box{
	padding-bottom: 10px;
	padding-top: 12px;
}

.select_box{
	padding-top: 5px;
}

.select_box select{}
.select_box2{
	float: left;
	padding-right: 6px;
}

#datepicker{
	padding-top: 10px;
	position: relative;
}

#datepicker a{
	color: #666;
}

#datepicker a.ui-state-active{
	color: #212121;
}

.label_box2{
	padding-bottom: 5px;
	float: left;
	padding-top: 4px;
	padding: 4px 6px 6px 0px;
}

#form .label_box2 label{
	color: #FFF;
	font-weight: normal;
}

#form select{
	height: 22px;
	margin-top: 2px;
}

.input_date div {
	padding-left: 5px;
	float: left;
}

.input_date input{
}

.form_box2{
	display: inline-block;
	padding: 5px 0px;
}

.form_box3{
	padding-top: 12px;
}

.form_box4{
	height: 35px;
}

.form_box5{
	display: inline-block;
	padding: 5px 0px;
	width: 100%;
}

.label_box3{
	float: left;
	width: 115px;
	padding-top: 6px;
	padding-right: 5px;
}

.input_box{
	float: left;
}

.input_box input{
	width: 350px;
}

.box{
	display: inline-block;
}

.check{
	float: left;
	width: 150px;
}

.checkbox{
	padding: 5px 0px;
	height: 20px;
}

.checkbox .input_checkbox{
	float: left;
}

.checkbox .label_box{
	float: left;
	padding-top: 3px;
}

.input_checkbox{
}

.input_box2{
	float: left;
}

.input_box2 input{
	width: 75px;
}

.input_box3{
	float: left;
}

.input_box3 input{
	width: 200px;
}

.label_box4{
	width: 48px;
	float: left;
	padding: 5px 0px;
	padding-left: 19px;
}

.textarea_box textarea{
	width: 350px;
	resize: none;
	height: 65px;
	overflow: auto;
}

.button{
	margin-top: 25px;
	float: right;
	position: relative;
}

.button_box{
	background: url(images/btn_bg.png) no-repeat bottom center;
	width: 280px;
	height: 44px;
	padding-top: 3px;
	text-align: center;

	cursor: pointer;

	position: relative;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button_box:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

.button_box input {
	background: transparent;
	border: 0;
	font-family: 'hd_letterpress', Arial, sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	outline: none;
	text-shadow: #131313 0 0 0;
	text-transform: uppercase;
	padding: 4px 0 0 16px;
}

.button_box_chimp {
	background: url(images/btn_bg.png) no-repeat bottom center;
	width: 280px;
	height: 44px;
	padding-top: 3px;
	text-align: center;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;

	cursor: pointer;

	float: right;
}

.button_box_chimp:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}

.button_box_chimp input{
	background: transparent;
	border: 0;
	font-family: 'hd_letterpress', Arial, sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
	cursor: pointer;
	outline: none;
	text-shadow: #131313 0 0 0;
	border: none!important;
	text-transform: uppercase;
	width: 280px;
	height: 44px;
}

#success_message {
	color: #FFF;
	position: absolute;
	top: -20px;
	left: -345px;
	line-height: 20px;
	display: none;
	font-weight: bold;
	width: 320px;
}

#error_message {
	color: #FFF;
	position: absolute;
	top: 16px;
	left: -320px;
	line-height: 20px;
	display: none;
	font-weight: bold;
}

#werkstatt_form .form_box{
	padding: 7px 0px;
}

#werkstatt_form label{
	color: #ee7f01;
	font-weight: bold;
	padding: 5px 0px;
}

#werkstatt_form select{
	height: 22px;
	margin-top: 2px;
}

.error{
	background: #cf9c62;
	border: 2px solid #cf9c62;
}

.datepicker_error{
	display: none;
	position: absolute;
	bottom: -15px;
	left: 67px;
	color: #EE7F01;
	font-size: 12px;
}

.not_found{
	padding-top: 40px;
	font-size: 20px;
}

#sitemap {
	padding-bottom: 40px;
}

#sitemap ul li {
	float: left;
	width: 130px;
}

#sitemap ul li a{
	color: #FFF;
	font-weight: bold;
}

#sitemap ul li ul {
	padding-left: 10px;
}

#sitemap ul li ul li {
	width: 100px;
}

#sitemap ul li ul li a {
	color: #EE7F01;
	font-weight: 400;
}

.wp-pagenavi {
	clear: both;
	height: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.content_img {
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 160px;
}
.content_img img {
	 width:160px;
	 height:220px;
}
.content_img img, .article-image img {
	 border: 4px solid #CFCFCF;
}
.post_box {
	display: inline-block;
	padding: 10px 0 10px 0;
}
.content_btn {
	float: right;
	padding-top:20px;
}
.content_btn .button_box {
	padding-top: 6px;
}
#content_block .content_btn a {
	background: transparent;
	border: 0;
	font-family: 'hd_letterpress', Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	cursor: pointer;
	outline: none;
	display: block;
	padding-top: 13px;
	height: 40px;
}

.newsbereich {
	width: 800px;
}

.newseintrag {
	padding: 30px 0 30px 0;
	min-height: 220px;
}

#cboxCurrent {
	color: white!important;
}

.clearchimp {
	clear: both;
}

table tr, table tr th, table tr td {
	/*border: 1px solid #888;*/
	padding: 10px;
	vertical-align: top;
	line-height: 18px;
	text-shadow: #131313 0 0 0;
}

table tr > td > h5 {
	padding-top: 0px;
}

.klinks tr, .klinks tr th, .klinks tr td {
	vertical-align: middle;
}

#content_block table ol, #content_block table ul {
	padding: 10px 0 10px 20px;
}

/* Mailchimp */

.asterisk, .indicates-required {
	display: none!important;
}

/* End */

.newsinfo {
	color: #888;
	font-size: 12px;
	margin-bottom: 20px;
}

.youtube_gallery_item img {
	padding: 1px!important;
}

/* Overwrite Colapso Matic */

.collapseomatic_content {
	text-shadow: #131313 0 0 0;
	line-height: 18px;
}

.collapseomatic_excerpt, .collapseomatic_content {
	margin-top: 16px!important;
	margin-left: 26px!important;
}
.collapseall:hover, .expandall:hover, .colomat-hover {
	text-decoration: none!important;
	color: #EE7F01;
}

.collapseomatic {
	padding: 0 0 10px 26px!important;
}

.vip-card {
	width: 180px;
	float: left;
	padding: 10px;
	word-break: keep-all;
}

.vip-card p:first-of-type {
	height: 100px;
}

#content_block .vip-card ol, #content_block .vip-card ul {
	padding: 10px 0 10px 20px;
	text-shadow: #131313 0 0 0;
}

/* CF7 */

input[type=text] {
	padding: 5px;
	margin: 5px 0 0 0;
}

#rentals {
	margin-bottom: 20px;
}

#rentals input[type=text], #probefahrt input[type=text], #werkstatt-anfrage input[type=text] {
	width: 280px;
}

label, .collapseomatic {
	color: #EE7F01;
}

.wpcf7-response-output {
	width: 280px;
	line-height: 20px
}

/*  table Rentals */

.rentals-table {
	margin-bottom: 35px;
}

.rentals-table, .rentals-table tr, .rentals-table td {
	border: 1px solid #888;
	text-align: center;
	vertical-align: middle;
}

span.nobr {
	white-space: nowrap;
}

#slider img, #slider {
	background: none !important;
	border: none !important;
	border-color: transparent;
}

/* Bikes 2013 */

.bikes_cat_box {
	width: 100%;
	background: #222;
	margin: 15px 0px;
}

.bikes_cat_top .image {
	float: right;
	margin: 15px;
	border: 4px solid #CFCFCF;
	height: 170px;
}

.bikes_cat_top .description {
	float: left;
	width: 274px;
	padding-left: 15px;
}

.bikes_cat_bottom {
	width: 100%;
	padding: 15px;
}

.bikes_cat_post {
	float: left;
	width: 289px;
	border: 1px solid #CFCFCF;
	margin: 5px 15px 5px 0;
	background-color: #141414;
	position: relative;
}

.bikes_cat_post:hover, .back-to-bikes:hover {
	border: 1px solid #EE7F01;
}

#content_wrap a.back-to-bikes:hover {
	color: #EE7F01;
}

.bikes_cat_post a img {
	float:left;
	margin-right: 8px;
}

.bikes_cat_post a h5 {
	padding: 12px 5px 0 0;
}

.clear {
	clear:both;
}

.back-to-bikes {
	border: 1px solid #CFCFCF;
	padding: 10px;
	background-color: #222;
	display: inline-block;
}

@media screen and (max-width: 1000px) {

	.theme-fischers .nivo-directionNav > a {
		display: none !important;
	}

	#footer_left {
		padding-left: 20px;
	}

	#footer_right {
		width: 255px;
	}

	#footer_wrap_bottom .footer, #content_wrap {
		width: 960px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#footer_wrap_bottom .footer .facebook {
		margin: -10px 0 0 40px;
	}

	.newsbereich {
		width: 760px;
	}

	#content {
		width: 567px;
	}

	#header_logo {
		margin-left: 20px;
	}

	#contact-header {
		margin-right: 20px;
	}

	.fullwidth {
		width: 940px;
	}
}

.price {
	background: black;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 110px;
	padding-left: 10px;
	bottom: 0;
	left: 0;
	margin-bottom: 3px;
	color: white;
}