/* @override http://www.vornkahl-kuechen.de/dev/css/style.css */

/* font-face ersetzt externe Google Webfonts  - Januar 2022 */
@font-face {
  font-family:'Open Sans';
  font-style:  normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'),
       url('/fonts/OpenSans-Regular-webfont.eot')  format('eot'),
       url('/fonts/OpenSans-Regular-webfont.ttf')  format('truetype'),  
       url('/fonts/OpenSans-Regular-webfont.woff') format('woff');
}

* {
	margin: 0px;
	padding: 0px;
}

html {
 	height: 101%;
}

body {
	text-align: center;
	font-size: 62.5%;
	line-height: 140%;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 50px;
	background: gray url(../images/wood_bg.jpg) fixed;
	color: #000;
}
.accessible {
	position: absolute;
    top: -999em;
    left: -999em;
}
.clear {
	clear: both;
}

table, tbody, td, tr {
	border-style: none;
}
table, table p {
	font-size: 13px;
	line-height: 18px;
}

table {
	margin-bottom: 20px;
}
td {
	padding-right: 15px;
}

p, #content_right ul {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 10px;
}

#content_left p {
	width: 500px;
}
.fullwide #content_left p {
	width: 100%;
}
#content_left #anfrage_zusammenfassung p {
	margin-bottom: 10px;
}
table p {
	margin-bottom: 0px;

}

li {
  padding-left: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #e3000b;
}
a img {
	border: 0;
}
a:hover {
	text-decoration: underline;
	color: #e3000b;
}

h1 {
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
	font-style: italic;
	border-bottom: 1px solid #392c2d;
	line-height: 35px;
	font-weight: normal;
}

h1 span {
	color: #e3000b
}

h2 {
	font-size: 17px;
	line-height: 15px;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: normal;
	margin-top: 20px;
}
h2.wie-h1 {
	color: #e3000b
	font-size: 22px;
	margin-bottom: 10px;
	font-style: italic;
	border-bottom: 1px solid #392c2d;
	line-height: 35px;
	font-weight: normal;
}


h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #671b21;
	margin-bottom: 10px;
}

h4 {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

h2.news_title {
	margin-bottom: 2px;
}

#wrapper {
	text-align: center;
	width: 960px;
	background-color: #fff;
	margin-right: auto;
	margin-top: auto;
	margin-left: auto;
}
#header {
	width: 818px;
	height: 200px;
	background-color: white;
	margin: auto;
	margin-top: 30px;
}

div#copyright {
	float: right;
	font-size: 13px;
	margin-top: 25px;
}
#logo {
	width: 291px;
	height: 105px;
	float: left;
	display: inline;
	background-image: url(../images/logo.png);
	margin-top: 60px;
}
#logo a {
	width: 291px;
	height: 105px;
	display: block;
}

#navi {
	float: right;
	margin-top: 10px;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	float: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 13px;
	font-weight: bold;
	margin-left: 3px;
}

#navi ul li a {
	color: #fff;
	text-decoration: none;
	width: 92px;
	height: 28px;
	display: block;
	background-color: #3d3c3f;
	/* alte Farbe background-color: #372c2c;*/
}

#navi ul li.active a {
	background-color: #e3000b;
}

#navi ul li a:hover {
	background-color: #e3000b;
}

#slider-wrapper.home {
	width: 960px;
	height: 450px;
}

#slider-wrapper.betten {
	width: 960px;
	height: 280px;
}

#slider-wrapper.infos {
	width: 960px;
	height: 280px;
}

#slider-wrapper.kontakt {
	width: 960px;
	height: 408px;
}

#slider-wrapper.moebel {
	width: 960px;
	height: 450px;
}

#main {
	width: 960px;
	text-align: center;
	background-color: #fff;
}
#content {
	width: 808px;
	margin: auto;
	padding-top: 45px;
	padding-bottom: 30px;
	display: flex;
}
#content_left {
	width: 553px;
	float: left;
	text-align: left;
}
.fullwide #content_left {
    width: 100%;
}


#content_full {
	width: 808px;
	text-align: left;
	margin-top: 20px;
}

div.content_block {
	margin-bottom: 30px;
}

.cubus {
    float: left;
    width: 131px;
    height: 131px;
		margin-right: 3.6px;
		margin-bottom: 3.6px;
    overflow: hidden;
}
.cubus img {
    object-fit: cover;
    height: 131px;
    width: 131px;
}
.cubus img:hover {
    opacity: 0.5;
}

a.button {
	font-size: 21px;
	text-transform: uppercase;
	background-color: #ea0216;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	line-height: 36px;
	border: 2px solid #ea0216;
}
a.button:hover {
	color: #ea0216;
	text-decoration: none;
	border: 2px solid #ea0216;
	background-color: #fff;

}



#content_right {
	width: 255px;
	background-color: gray;
	float: right;
	text-align: left;
	background-color: #392c2d;
	padding-bottom: 20px;
}
.fullwide #content_right {
    display: none;
}

#content_right.infos {
	height: 600px;
}

#content_right.impressum {
	height: 750px;
}

#content_right p, #content_right ul {
    color: #fff;
}
#content_right ul {
    padding-left: 10px;
}

div.sidebar_textblock {
	margin: 20px;

}
#footer {
	width: 960px;
	height: 90px;
	background-color: #fff;
}
#footer_logo {
	width: 96px;
	height: 22px;
	background-image: url(../images/logo_klein.png);
	float: left;
	margin-top: 18px;
}
#footer_logo a {
	width: 96px;
	height: 22px;
	display: block;
}

#hersteller {
    float: left;
    margin-top: 18px;
}
#hersteller img {
    height: 22px;
    width: auto;
    margin-left: 5px;
		padding-left: 10px;
}

#footer_text {
	width: 808px;
	margin: auto;
	text-align: center;
	border-top: 1px solid #392c2d;
}
#footer_text a, #footer_text a:hover {
	color: #000;
	text-decoration: none;
}
div#phone_number {
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	background: url(../images/phone.png) no-repeat;
	text-align: left;
	float: right;
	margin-top: 93px;
	height: 34px;
	padding-left: 40px;
	color: #000;
}

/*iPhone*/

div#phone_number a {
	color: #000;
}

#content_right.zusammenfassung  {
	height: 1450px;
}


input#vorname.vorname-element, input#name.name-element, input#strasse.strasse-element, input#plz.plz-element, input#ort.ort-element, input#email.email-element, input#phone.phone-element, input#matratzengroesse.matratzengroesse-element, input#matratzenhoehe.matratzenhoehe-element, input#rahmen.rahmen-element, input#lattenrost.lattenrost-element {
	width: 200px;
}

#anfrage_form .sonderwuensche-input-wrapper label {
	display: block;
}

/*diverse Lightboxen*/

/*Küchenmeile . wird durch Button ausgelöst nicht durch Bild*/
#kuechenmeile, #gallerykochen {
    display: none;
}
