@font-face { font-family: 'Open Sans';
             src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); font-weight: 300; font-display: swap; }
@font-face { font-family: 'Open Sans';
             src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Open Sans';
             src: url('fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'); font-weight: bold; font-display: swap; }

body { margin: 0; background-color: white; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #333; }

/* 
img { border: 0; outline: 0 none; }
a { color: #666666; text-decoration: none; outline: 0 none; }
*/
img { border: 0; }
a { color: #666666; }
a:hover { color: #000; }
article a:hover { color: #ff1b00; } /* alt */
a.bluelink { color: #0000ff; }
#main a:hover { color: #ff1b00; }
a.arrowlink,
ul.produktauswahl a
{
	background-image: url(images/css/arrowlink.png);
	background-position: 0 3px;
	padding-left: 16px;
	background-repeat: no-repeat;
}
a.arrowlink:hover,
ul.produktauswahl a:hover { background-image: url(images/css/arrowlink-red.png); }
ul.produktauswahl a { font-weight: normal; }
p, h1, h2, h3, h4, h5 { margin-top: 0; }
h1 { font-size: 26px; font-weight: 300; clear: left; }
h2 { font-size: 18px; font-weight: normal; margin-bottom: 0; }
h5 { font-size: 18px; font-weight: 300; clear: left; }
p.hinweis {color: #D72E01; font-weight: bold;}
.nowrap {white-space: nowrap;}
div.div-warning { border: 1px solid red; padding: 4px; }
.text-red { color: red; }
.display-none { display: none; }
.display-block { display: block; }
.hr { clear:left;color:#ccc;border-style:inset;border-width:1px; }
.h-anfahrt { font-size: 1.4em;font-weight: 300; margin-bottom: 20px; }
.clear-left { clear: left; }

#wrapper { margin: 0 auto; padding: 0 10px 40px; }

.search {
	position: absolute;
	top: 0.5rem;
	margin: 0.5rem auto;
	text-align: right;
	right: 0.5rem;
}
.searchresults-container { border: 1px solid green; padding: 1rem; }

header.header-logo {min-height: 126px; float: left; width: 220px;}
header.header-logo img {margin: 16px 20px;}
header.intro { padding: 2rem 1rem; }
header.intro h1,
header.intro p { font-size: 18px; margin: 0 0 1rem 0; }
header.intro h1 { font-weight: bold; }
header.produktuebersichten { padding-bottom: 1rem; }



div#breadcrumbs {background-color: #ccc; padding: 4px;}
@media (max-width: 540px) {
	div#breadcrumbs {margin-top: 24px;}
}
div#breadcrumbs a { text-decoration: none; }
div#breadcrumbs nav { display: inline; }

/* nav s. styles-nav.css */

article {clear: left; width: 100%;} /* alt */
#main {clear: left; width: 100%;}

.phone-header
{
	clear: left;
  float: right;
	box-sizing: border-box;
	margin-top: -24px;
	margin-bottom: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
}

.phone-slogan {
	font-weight: bold;
	color: #ff1b00;
	padding: 4px 10px;
}

.phone-number {
	background-color: #cccccc;
	padding: 4px 10px;
	border-radius: 5px 5px 0 0;
}
.phone-header a { color: #000; }

section.coloured,
div.coloured,
section.below
{
	height: auto;
	overflow: auto;
	padding-top: 40px;
}
section.coloured,
div.coloured
{
	background-color: #eee;
	min-height: 340px;
	margin-bottom: 1rem;
}
.no-min-height { min-height: auto !important; }

.content
{
	max-width: 1024px;
	padding: 0 20px 12px 20px;
	margin: 0 auto;
	overflow: auto;
}
.content-wide
{
	max-width: 1366px !important;
}
.with-padding-top { padding-top: 40px; }

.threecols-col1 {
	float:left;width:300px;padding-right:20px;
}
.threecols-col2 {
	float:left;width:340px;padding-right:20px;
}
.threecols-col3 {
	float:left;width:340px;
}
.news-img-col { width: 270px !important; padding-right: 20px !important; padding-bottom: 10px; text-align: center; }
.register-infomail.threecols-col1 { width:450px; }
.register-infomail.threecols-col2 { width:340px; }
.register-infomail.threecols-col3 { width:190px; }
#infomail-alert-close-button { fill: rgb(102, 102, 102); }
#website {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

.dspl-none {display: none;}
.dspl-inline {display: inline;}
.text-centered {text-align: center;}
.text-left {float: left; width: 50%;}
.text-right {float: left; width: 50%;}
.text-left p,
.text-right p {margin-right: 17px;}

.flexbox-produkte h2 { font-weight: normal; }
.flexbox-produkte a { text-decoration: none; }

/* detail-buttons */
.toggledetails,
.toggledetails2
{
	display: block;
	min-width: 180px;
	text-align: center;
	font-size: 1rem;
	background-color: #999;
	color: white;
	padding: 6px 12px;
	margin: 10px auto;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.toggledetails:hover,
.toggledetails2:hover {background-color: #ff1b00;color:white !important;}
.togglelinktext, .togglelinktext2 {font-weight: bold; white-space: nowrap;}

a.button-red
{
	display: inline-block;
	text-align: center;
	background-color: #ff1b00;
	color: white !important;
	text-decoration: none !important;
	padding: 3px 6px;
	margin: 10px 10px 10px 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
a.button-red:hover
{
	background-color: #D72E01;
	color: white !important;
}

/* Bilder im Inhalt */
img.imgleft
{
	float: left;
	margin: 0 17px 20px 0;
}

img.imgright
{
	float: right;
	margin: 0 0 20px 17px;
}

figure.produktauswahl-img {
	margin: 10px 0;
	height: 180px;
	overflow: hidden;
}
figure.produktauswahl-img img {
	width: 220px;
}

footer
{
	max-width: 1024px;
	padding: 13px 20px;
	height: auto;
	overflow: auto;
	margin: 0 auto 0 auto;
	border-top: 1px solid #ccc;
}
footer p,
footer li,
footer a {font-size: 11px;}

address {font-style: normal;}

ul.addresslist {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.addresslist li {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
}

div.fb-like {padding-top: 8px;}


.addresses-flex-container {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	max-width: 600px;
	margin: auto;
}

.addresses-flex-container div {
	flex: 0 1 auto;
}


/* LiveZilla Overrides */
#lz_chat_text_sc,
#lz_chat_text_file {display: none !important;}

#lz_overlay_eyecatcher * {
	font-family: 'Open Sans', sans-serif !important;
}

#lz_overlay_eyecatcher_close {
    opacity: .5;
    z-index: 10003;
    top: 10px;
    right: 13px;
    width: 18px;
    padding: 2px;
    text-align: center;
}

#lz_ec_sub_header_text {
	margin-top: 1.2em !important;
	line-height: auto !important;
}

/* Ende LiveZilla Overrides */

@media (max-width: 1200px) {
	.header-left {width: 25%;}
}

@media (max-width: 980px) {
	.text-left, .text-right {width: 100%; float: none; margin: 0;}
	img {max-width: 400px;}
	.threecols-col1,
	.register-infomail.threecols-col1 { box-sizing: border-box; width:50%; }
	.threecols-col2,
	.register-infomail.threecols-col2 { box-sizing: border-box; width:50%; }
	.threecols-col3,
	.register-infomail.threecols-col3 { box-sizing: border-box; width:auto; padding-top: 20px; }
}

@media (max-width: 870px) {
	article {top: 0;} /* alt */
	#main {top: 0;}
	header {height: 145px; padding-right: 0;}
	.content, header, footer {box-sizing: border-box;}
}

@media (max-width: 620px) {
	img {max-width: 300px;}
	.threecols-col1,
	.register-infomail.threecols-col1 { box-sizing: border-box; width:100%; }
	.threecols-col2,
	.register-infomail.threecols-col2 { box-sizing: border-box; width:100%; }
	.threecols-col3,
	.register-infomail.threecols-col3 { box-sizing: border-box; width:auto; padding-top: 20px; }
	footer .text-left,
	footer .text-right { width: 100%; }
	footer .addresslist li { margin-bottom: 1rem; }
}
