@charset "UTF-8";

@import url("fonts/glyphicons.css");
@import url("grid.css");

body, html { height: 100% !important; padding: 0; font-size: 100%;font-size: 0.95rem;}
body {
	margin: 0px; 
	padding:0px; 
	background-color:#f0f0f0;
	font-family: Trebuchet, Arial, Helvetica;
	color: #666666;
	overflow-y: scroll;
}
table {border: none; table-layout:fixed;}
td {vertical-align:top;}
form,select {margin:0px;padding:0px;}

#adminbody {
	background-color:#fff;
}

.clearer {
	clear:both;
	height:0px;
	font-size:0;
	border:none;
	margin:0; padding:0;
	background:transparent;
	content:".";
	display:block;
	visibility:hidden;
}
/* ### Navieinträge ------------------------------------------ ### */
.breadcrumb {
	display:block;
	width: auto;
	height: auto;
	text-align:left;
	margin-top: 14px;
	margin-left:40px;
	color:#888888;
	border: #444444 0px solid;
}

.breadcrumb ul {padding:0; margin:0;}
.breadcrumb ul li {position:relative; list-style-type: none; display: inline-block; padding: 0 8px 0 2px; margin: 0; }


.breadcrumb ul li:first-child, .breadcrumb ul li:first-child a {text-transform: uppercase; color:#1f6998;font-weight:bold;}
.breadcrumb ul li:first-child a:link {color: #1f6998;}
.breadcrumb ul li:first-child a:visited {color: #1f6998;}
.breadcrumb ul li:first-child a:hover {color: #fea700;}
.breadcrumb ul li:first-child a:active { color: #1f6998;}

.breadcrumb ul li::before {
		color: #666;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 10px;
		content:">";}

/* die ersten beiden modifizieren */
.breadcrumb ul li:first-child, .breadcrumb ul li:nth-child(2) {
		margin-left: 18px;
}
 
.breadcrumb ul li:nth-child(2)::before {
		margin: 0;
		content:"";
		
}
		
.breadcrumb ul li:first-child::before {
		position: absolute;
		top:0px;
		left: -18px;
		margin-left: 0px;
		margin-right: 10px;
		display: inline-block;
		font-family: 'Glyphicons Regular';
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
    		vertical-align: top;
    		color: #1f6998;
		content: "\E174";}

/* weitere Brotkrumen sehen anders aus */
.breadcrumb ul li a {font-family: Trebuchet, Arial, Helvetica; font-size:15px; color:#666; text-decoration:none;font-weight:bold;}
.breadcrumb ul li a:link {color: #666;}
.breadcrumb ul li a:visited {color: #666;}
.breadcrumb ul li a:hover {color: #888;}
.breadcrumb ul li a:active { color: #666;}

#leftnavi {
	position:absolute;
	top:20px;
	left:0px;
	width:200px;
	height:100%;
	border: #0000ff 0px solid;
	padding-left:30px;
}
.leftnavitop {
	background: url("../images/pfeil.jpg") no-repeat;
	background-position: 0px 3px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-transform:uppercase;
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 0px 14px;
	color: #466393;
}
.leftnavi a {
	width: auto;
	display: block;
	text-indent: 14px;
	padding-top: 4px;
	text-decoration: none;
	font-family: Trebuchet, Arial, Helvetica;
	font-size:12px;
	font-weight: normal;
	text-transform:uppercase;
	color: #888888;
}
.leftnavi a:link {color: #888888;}
.leftnavi a:visited {color: #888888;}
.leftnavi a:hover {color: #666666;}
.leftnavi a:active { color: #888888;}


.pagenavi { box-sizing:border-box; padding: 0px 0 10px 0; width: 100%; text-align:left; clear:both; }
.pagenavi a { 
	display: inline-block;
	width: auto;
	height: 23px; 
	background-color: #a7a7a7; text-decoration:none; 
	color: #fff; 
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	line-height: 24px;
	padding: 0 14px 0px 14px;
	border-radius: 5px;
	vertical-align:top;
	}
/* Beschriftung in den jeweiligen Sprache-CSS */

.pagenaviprevious 	{text-align:left; padding: 0px 14px 0 4px;margin-right:8px; }
.pagenavinext		{text-align:right; padding: 0 4px 0 14px; }

.pagenavi a:link, .pagenavi a:active, .pagenavi a:visited { color:#fff; }
.pagenavi a:hover {background-color: #88898b; }




/* ### HOME/Leitseitengestaltung ----------------------------------- ### */
.home #contentarea  {  }

.bodytext { margin: 0px 54px 60px 54px; text-align: left; }
.bodytext h1 { text-align: center; font-family: 'Oswald', Arial, Verdana, sans-serif; font-weight: bold; font-size: 1.8rem; line-height: 1.85rem; color: #000000; }
.bodytext h2 { }
.cols2 { 
	columns: 2; 
	column-gap: 54px; 
	column-rule-style: solid; 
	column-rule-width: 1px; 
	column-rule-color: #cccccc; 
	margin-bottom: 27px;
}

/* Homeboxen auf der Leitseite und Kachelseiten ---------------------*/
.homeblock-container, .homeproducts-container, .kachel-container {margin:auto;width:100%;overflow:hidden; }
.homeproducts-container { margin-top: 30px; }
.homeblock-inner, .homeproducts-inner, .kachel-inner {position:relative; left: -50%; float:right;width:100%; }

.homeblock-inner > div, .homeproducts-inner > div, .kachel-inner div {
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	left: 50%;
	width: 343px;
	height: 234px;
	vertical-align:top;
	margin: 0px 27px 60px 27px;
	text-align:left;
}
.kachel-inner div { margin-left: 0px; margin-right: 12px;}
.homeproducts-inner > div { height: auto; overflow: hidden; text-align:center;	margin: 0px 14px 22px 14px; }
.homeblock-inner > div { margin: 0px 14px 60px 14px }

.homeblock-inner div img, .kachel-inner div img { box-sizing:border-box;width: 100%; height: auto; border: #1f6998 2px solid; }
.homeproducts-inner div a img { width: 100%; height: auto;}
.homeproducts-inner div a + br { font-size: 1px; line-height: 1px;padding:0; margin: 0;}

.homeproducts-inner div a:first-child { box-sizing: border-box; display:block; text-align:center;border: #1f6998 1px solid; width: 100%; height: auto; overflow:hidden;} 
.homeproducts-inner div a img { width: 343px; margin: auto; border: 0; text-align:center; 
	-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
	-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}

.homeproducts-inner div a img:hover { 
	-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);
 }
 
/* Fullsize Banner auf der Leitseite ------------------- */
.homeproducts-inner > div.fullsize { width: 1096px; }
.homeproducts-inner div.fullsize > a > img { 
	display:block; width: 1096px; height: 229px;
	text-decoration:none;
	}


.homeblock-inner div h1, .homeproducts-inner div h1, .kachel-inner div h1 {margin:20px 0px 0px 0px;font-size: 1rem; font-weight:bold;color: #666;}
.homeblock-inner div h2, .homeproducts-inner div h2, .kachel-inner div h2 {margin:10px 0 5px 0px;font-size: 1rem; font-weight:bold;color: #666;}
.homeblock-inner div p, .homeproducts-inner div p, .kachel-inner div p {margin:0px 0 0px 0px;font-size: 0.94rem; font-weight:normal;color: #666;}

.hometable_mehr, .mehrlink {position:relative; display:block;float:right; margin: 3px 8px 20px 0; padding:0px 13px 0 0; font-size: 1rem; font-weight:bold; text-decoration:none;}
.hometable_mehr:after, .mehrlink:after {
	position: absolute;
	top:1px;
	right: 0px;
	width: 10px;
	display: inline-block;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
  	vertical-align: top;
  	color: #1f6998;
	content: "\E174";
}
.hometable_mehr:hover, .mehrlink:hover, .hometable_mehr:hover:after, .mehrlink:hover:after { color: #fea700;}

.homeproducts-inner div .hometable_mehr { margin: 12px 8px 8px 0; }



/* ### allgemeine Formatierungen ------------------------------------------ ### */
h1 {font-family: Trebuchet, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; margin-top: 25px; margin-left:0px; margin-right:0px; margin-bottom: 30px; color: #466393; line-height:16pt;}
h2 {font-family: Trebuchet, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; margin-top: 20px; margin-left:0px; margin-right:0px; margin-bottom: 10px; color: #000000;line-height:1.6rem;}
h3 {font-family: Trebuchet, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin-top: 20px; margin-left:0px; margin-right:0px; margin-bottom: 10px; color: #000000;}
h4 {font-family: Trebuchet, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; margin-top: 0px; margin-left:0px; margin-right:0px; margin-bottom: 2px; color: #000000;}

a {font-family: Trebuchet, Arial, Helvetica; }
a:link {color: #1f6998;}
a:visited {color: #1f6998;}
a:hover {color: #333333;}
a:active { color: #1f6998;}

p {font-family: Trebuchet, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; margin-top: 0px; margin-left:0px; margin-right:0px; margin-bottom: 10px; color: #666666; line-height:1.4rem;}
img {border: none; display:block;}
ul {
	list-style-type: circle;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #666666;
	margin-left:15px;
	margin-bottom:15px;
	padding:0px;}
li {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	padding:0px;
	margin-top:5px;
	margin-left: 0px;
	margin-bottom: 0px; 
	color: #666666; 
	line-height:16px;}

/* ### jQuery Accordion ------------------------------------------ ### */
.accordion .ui-accordion .ui-accordion-content {
    padding: 10px;
}
.accordion .ui-widget-content a { color:#1f6998; }
.accordion .ui-widget-content a:hover { color:#fea700; }

.accordion { clear:both; display:block; width: 100%;}
/* geschlossen */
.accordion .ui-accordion .ui-accordion-header {
    padding: 20px 10px 20px 10px;
    background-color: #1f6998;
    color: #ffffff;
    font-size: 106%; 
}
.accordion .ui-icon, .accordion .ui-widget-content .ui-icon {
    background-image: url(jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png);
    color: #ffffff;
}
/* hover */
.accordion .ui-accordion .ui-accordion-header.ui-state-hover {
    background-color: #fea700;
}
#content .accordion .ui-state-hover .ui-icon, 
#contentarea .accordion .ui-state-hover .ui-icon,
#producttext .accordion .ui-state-hover .ui-icon,  
#content .accordion .ui-state-hover .ui-widget-content .ui-icon,
#contentarea .accordion .ui-state-hover .ui-widget-content .ui-icon,
#producttext .accordion .ui-state-hover .ui-widget-content .ui-icon
{
    background-image: url(jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png);
}
/* focus */
#content .accordion .ui-state-focus .ui-icon, 
#contentarea .accordion .ui-state-focus .ui-icon,
#producttext .accordion .ui-state-focus .ui-icon,  
#content .accordion .ui-state-focus .ui-widget-content .ui-icon,
#contentarea .accordion .ui-state-focus .ui-widget-content .ui-icon,
#producttext .accordion .ui-state-focus .ui-widget-content .ui-icon
{
    background-image: url(jquery-ui-1.13.2.custom/images/ui-icons_ffffff_256x240.png);
}
/* offen */
.accordion .ui-accordion .ui-accordion-header.ui-state-active {  
    background-color: #cccccc;
    color: #666666;
}
#content .accordion .ui-state-active .ui-icon, 
#contentarea .accordion .ui-state-active .ui-icon,
#producttext .accordion .ui-state-active .ui-icon,  
#content .accordion .ui-state-active .ui-widget-content .ui-icon,
#contentarea .accordion .ui-state-active .ui-widget-content .ui-icon,
#producttext .accordion .ui-state-active .ui-widget-content .ui-icon
{
    background-image: url(jquery-ui-1.13.2.custom/images/ui-icons_777777_256x240.png);
}


.fixedsize { height: auto !important; width: auto !important; }

.accordion ul.farben { margin: 0;clear:both; }
.accordion ul.farben li  {
    margin: 0 0 20px 0;
    list-style-type: none;
    width: 109px;
    display: block;
    float: left;
    text-align:center;
}
.accordion .farben img {
    display:block;
    width: 100%;
    height: auto;
}
.accordion ul.farben.width210px li  {
    width: 210px;
}

.orderform .accordion { box-sizing:border-box; padding-right: 40px;}


	
/* ### Newsseiten ----------------------------------------------- ### */
.news {
	font-family: Trebuchet, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding-right: 140px;
	color: #666666; 
	line-height:13px;
}
.news:link {color: #666666;}
.news:visited {color: #666666;}
.news:hover {color: #333333;}
.news:active { color: #666666;}
.newsblock {
	display:block;
	overflow:hidden;
	float:left;
	width:500px;
	height:100px;
	border: #000000 0px solid;
	padding-left: 38px;
	padding-top: 27px;
}



/* ### Formulare ------------------------------------------ ### */
input::-webkit-input-placeholder { color: #999 !important;}
input::-moz-placeholder {  color: #999 !important; } /* Firefox 19+ */
input::placeholder {  color: #999 !important; } /* Firefox 53+ */
input:-ms-input-placeholder {  color: #999 !important; } /* IE <=11 */
input::-ms-input-placeholder {  color: #999 !important; } /* Edge */

.orderform, .catalogform {
	box-sizing:border-box;
	display:block;
	clear:both;
	font-family: Trebuchet, Arial, Helvetica; font-size:14px; line-height:16px;
	width:65%;
	min-width: 290px;
	height: auto;min-height: 260px;
}
.contactform {
	box-sizing:border-box;
	display:block;
	float:left;
	font-family: Trebuchet, Arial, Helvetica; font-size:14px; line-height:16px;
	width:65%;
	min-width: 290px;
	height: auto;min-height: 260px;
}

.orderform label.labelcheckbox, .orderform label.catalogcheckbox, .contactform label.labelcheckbox, .frmrequest label.labelcheckbox {
	box-sizing:border-box;
	position:relative; 
	padding: 3px 26px 3px 26px;
	float:left;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	clear:right;
}
.orderform label.catalogcheckbox {
	clear:left;margin-top: 0px;font-size: 1rem; font-weight:bold; text-decoration:none;color:#1f6998; padding-right: 5px;
}
.orderform label.catalogcheckbox:hover {color: #fea700;}

.orderform label.labelradio, .contactform label.labelradio {
	box-sizing:border-box;
	position:relative; padding: 3px 0 3px 26px;
	float:left;
	width: 30px;
	padding: 3px 26px 3px 20px;
	text-align:left;
	line-height:15px;
	margin-top: 0px;
	margin-right: 14px;
	margin-left:0px;
	clear:none;
}


.orderform .error, .contactform .error, .frmrequest .error, .emailsend.error
		 { color: #fea700 !important; }
		 
.orderform input[type=text].error, .contactform  input[type=text].error, .frmrequest  input[type=text].error, 
.orderform input[type=email].error, .contactform  input[type=email].error, .frmrequest  input[type=email].error
	 { border: #fea700 1px solid; }

p.error { font-weight: bold; font-size: 14px; }

.orderform .noerror, .contactform .noerror, .frmrequest .noerror, .emailsend.noerror { color: #fea700;font-weight:bold;margin-top:20px;}

input.error::-webkit-input-placeholder { color: #fea700 !important;}
input.error::-moz-placeholder {  color: #fea700 !important; } /* Firefox 19+ */
input.error::placeholder {  color: #fea700 !important; } /* Firefox 53+ */
input.error:-ms-input-placeholder {  color: #fea700 !important; } /* IE <=11 */
input.error::-ms-input-placeholder {  color: #fea700 !important; } /* Edge */


.orderform input[type=text], .orderform input[type=email], .contactform input[type=text], .contactform input[type=email], .frmrequest input[type=text], .frmrequest input[type=email] {
	box-sizing:border-box;
	width: 100%;
	clear:both;
	height: 32px;
	margin-top:12px;
	padding: 3px 9px 3px 9px;
	background-color: #fff;
	color:#666;
	border: #ccc 1px solid;
}
.orderform input[type=email], .contactform input[type=email] {
	margin-bottom: 10px;
}
.orderform .frmanrede, .contactform .frmanrede {margin-top: 12px; }
.orderform #frmname, .contactform #frmname { margin-top:4px; }

.blub {
	 font-family:arial;font-size:11px;width:70px;height:25px;
	 margin-top: 10px;
}
.orderform input[type=submit], .contactform input[type=submit], #rememberform input[type=submit],  .frmrequest input[type=submit] {
    background-color: #1f6998;
    border: 1px;
    border-radius: 6px; 
    height: 30px;
    width: auto;
    margin: 5px 0 0px 0;
    padding: 5px 15px 6px 15px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    text-align:center;
    color: #ffffff;
}

.contactform #savebutton,
.orderform #savebutton,
.frmrequest #savebutton {
    background-color: #1f6998;
    border: 1px;
    border-radius: 6px; 
    height: 30px;
    width: auto;
    margin: 14px 0 60px 0;
    padding: 5px 15px 6px 15px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    text-align:center;
    color: #ffffff;
}

.orderform textarea, .contactform textarea, .frmrequest textarea {
	box-sizing:border-box;
	width: 100%;
	clear:both;
	background-color: #fff;
	color:#666;
	height: 70px;
	padding: 6px;
	border: #ccc 1px solid;
}

.orderform select, .contactform select {
	box-sizing:border-box;
	width: 100%;
	clear:both;
	background-color: #fff;
	color:#999;
	height: 32px;
	margin-top:12px;
	padding: 3px 9px 3px 4px;
	border: #ccc 1px solid;
}
.contactform select option { color: #666; }

#rememberform .charcount, .orderform .charcount, .contactform .charcount, .frmrequest .charcount { display:inline-block; width: auto; background-color: #ccc;border-radius: 4px; padding-right: 6px; padding-left: 6px; margin-top: 10px;vertical-align:middle;}
#rememberform .charcount input[type=text], .orderform .charcount input[type=text], .contactform .charcount input[type=text], .frmrequest .charcount input[type=text] { width:28px;  clear:none; margin-top: 4px; margin-bottom: 4px; background-color: transparent; color:#666; text-align:right;padding: 0 }

.frmrequest .charcount { margin-top: 5px; float:left; }

.orderform .fieldgroup, .contactform .fieldgroup {
	clear:both;
}
.orderform .fieldgroup .fieldset, .contactform .fieldgroup .fieldset {
	box-sizing:border-box;
	display:inline-block;
	float:left;
}
.orderform .fieldgroup .fieldset:first-child, .contactform .fieldgroup .fieldset:first-child {width: 20%; margin-right: 3%; }
.orderform .fieldgroup .fieldset:last-child, .contactform .fieldgroup .fieldset:last-child {width: 77%; }

	
/* Individuelle Radiobuttons --------------------------------------------------------------------------------------- */	
#frmadvancedsearch input[type="radio"], #frmadvancedsearch input[type="checkbox"],
.orderform input[type=radio], .orderform input[type=checkbox],
.contactform input[type=radio], .contactform input[type=checkbox],
.frmrequest input[type=radio], .frmrequest input[type=checkbox]
{
	display:none;
}



/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
#frmadvancedsearch label, .frmrequest label { position:relative; padding: 3px 0 3px 26px; }

#frmadvancedsearch label span,
.orderform label span,
.contactform label span,
.frmrequest label span
{
    background: #fff;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #1f6998;
    border-radius: 0px;
    /*     Die Positionierung kann je nach Einsatzgebiet abweichen.     */
    position: absolute;
    top: 4px;
    left: 0px;
ÿ   
    /* Ein Transition Effekt für den Hover - Checked Status. Dadurch wirkt es etwas animiert. */
    transition: all .2s linear;
}
/* Den Radiobutton runden wir komplett ab */
#frmadvancedsearch input[type="radio"] + span,
.orderform input[type="radio"] + span,
.contactform input[type="radio"] + span,
.frmrequest input[type="radio"] + span 
{ border-radius: 50%;}

/* Hover-Effekt */
#frmadvancedsearch label:hover span,
.orderform label:hover span,
.contactform label:hover span,
.frmrequest label:hover span
{ border: 1px solid #fea700;}

/* 
Mit dem "+" Selektor können wir das direkt nachfolgende Element
ansprechen, indem Fall unser Label mit darin enthalten span.
*/
#frmadvancedsearch input[type="checkbox"]:checked + span,
#frmadvancedsearch input[type="radio"]:checked + span,
.orderform input[type="checkbox"]:checked + span,
.orderform input[type="radio"]:checked + span,
.contactform input[type="checkbox"]:checked + span,
.contactform input[type="radio"]:checked + span,
.frmrequest input[type="checkbox"]:checked + span,
.frmrequest input[type="radio"]:checked + span
{
    border: 1px solid #1f6998;
    background-color: #fea700;
}

/* Individuelle Radiobuttons --------------------------------------------------------------------------------------- */




/* ### Kontaktsuche ------------------------------------------ ### */
.contactsearch {
	box-sizing:border-box;
	display:block;
	clear:both;
	width: 100%;
	height: auto;
}

.contactsearch .submit {
	position:relative;
	display: inline-block;
	left: 0; top: 0;
	border: 0; outline: 0;
	
}
.contactsearch .submit {
	display: inline-block; box-sizing:border-box;
	width: 28px; height: 26px; padding-right: 10px; 	
    background-color: #fff;
    color: #666;
    font-size: 12px;
	line-height: 22px;
	vertical-align: top;
	border: #999 1px solid;
	border-left: 0; outline: 0;
}
.contactsearch .glyphicons:hover:before { color: #333;  }
.contactsearch .glyphicons { position: relative; display: inline-block; top: -2px; left: -6px; }
.contactsearch .glyphicons:before { color:#999; font-size: 110%; }

.contactsearch .frmzipcoderegion {
	width:100px;height:22px;
	text-align:left;
	padding-left: 6px; padding-right: 6px;
	font-size: 105%;
	color: #666;
	background-color: #fff;
	border: #999 1px solid;
	border-right: 0; outline: 0;
}

.contactsearch input::-webkit-input-placeholder { color: #999 !important;}
.contactsearch input:-moz-placeholder { color: #999 !important; } /* Firefox 18 */
.contactsearch input::-moz-placeholder {  color: #999 !important; } /* Firefox 19+ */
.contactsearch input:-ms-input-placeholder {  color: #999 !important; }


		
.contactsearch .frmcountry {
	width:250px;height:26px;
	font-size: 115%;
}
.contactsearch .frmcountry option:first-child { display:none; }
 
#contactsresult {
	margin:10px 0 20px 0;
}

.contactsresult-inner {
	position:relative;
	box-sizing: border-box;
	padding:40px;
	margin-right: 40px;
	margin-bottom: 40px;
	width: 100%;
	border: #1e6999 2px solid;
	border-radius: 10px;
}
.contactsresult-inner .contactlogo {width: 100%; max-width:300px;}
.contactsresult-inner .contactpic {
	position:absolute;
	right: 0px; top: calc(50% - 108px);
	margin-right: -98px;
	border: #1e6999 2px solid;
	border-radius: 98px;
	
	width: 198px;
	height: 198px;
}

.contactsresult-inner .address {margin-right: 5%;}

.contactsresult-inner .aphead { font-size: 0.95rem; margin: 16px 0 0 0; }
.contactsresult-inner .apname { margin: 0; font-weight: bold; line-height: 1.0rem; }
.contactsresult-inner .aptitel { margin: 0; font-size: 0.8rem; line-height: 1.1rem; }

.contactsresult-inner .table {
	display: table;
	width: calc(95% - 10px);
	padding-right: 10px;
}

.contactsresult-inner .column {
	display: table-cell;
	width: 45%;
	padding-right: 10px;
}


/* ### Struktur ------------------------------------------ ### */
	.page_margins {
	  position:relative !important;
	  min-height:100%; /* real browsers */
	  height: auto !important;
	  padding: 0;
	  max-width: 100%; margin: 0px auto; overflow: hidden; width: 100%;height: 100%; 
	  
	  }
	  * html .page_margins { height:100% !important; }

	.page_container { min-width: 290px; padding-top: 190px; /* Höhe des fixed headers */}
	.page, .page_container { 
		position:relative;
		margin: auto;
		width:100%;
		
		height: auto !important;
	}
  	.page > main { text-align: center; }
  	main {
	    box-sizing: border-box;
	    clear: both;
	    padding: 0px;
	    margin: 0px auto 0 auto;
	    
	}
  		
	header[role="banner"] {
		position:fixed; z-index:2;
		display:block;
		top: 0px;
		left: 0px;
		width: 100%;height:190px;
		margin: 0 auto 0px auto;
		clear:both;
		background-color: #fff;
	}
	#logo {
			position: absolute;
			top: 40px;
			left: 50%;
			
			/* margin-left: -472px; */
			margin-left: -580px;
			z-index: 90;
			border: 0px;
	}
	#logo img {width: 350px;height: auto;}

/* --- navi und Suche fuer Bildschirme über 899px ---*/
		
	nav {
		position: fixed; 
		top: 128px;
		left:0px;
		right:0px;
		margin: auto;
		z-index: 98; /*logo has 99 */
		display:block;
		width: 100%;
		
		height: 62px;
		padding: 0;
		text-align:left;
		vertical-align:middle;
		background-color: #1f6998;

		font-size: 16px; font-size: 0.9rem;
		font-weight: 600;
	}
	nav .menu { position: relative; top: 30px; width: 100%; max-width: 1200px; height: auto; margin:auto;}
	
	nav .menu ul, .navright ul { list-style-type:none; margin: 0px; }
	nav .menu ul li, .navright ul li { margin: 0px; }
	nav .menu > ul, .navright > ul {
		padding:0 0 0 0px; 
		width: auto;
		margin: auto;
		}
	.navright > ul { display: inline-block; }
	
	
	
	/*1st level menus including the right top box navright */
	nav .menu > ul > li, .navright > ul > li {
		display: block;
		float:left;
		width: auto;
		height: auto;
		text-align:center;
		padding:0;
		border-top: #548caf 2px solid;
		border-right: #548caf 1px solid;
	}
	.navright > ul > li#remembermenu { background-color: #fea700; }
	nav .menu > ul > li:first-child, .navright > ul > li:first-child  { border-left: #548caf 1px solid; }
	nav .menu > ul > li > a, .navright > ul > li > a {
		display: block; text-decoration: none; white-space: nowrap;
		color: #ffffff;
		padding: 4px 13px;
		display: inline-block;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 1rem;
		line-height: 22px;
	}
	nav .menu > ul > li:hover	{ border-top: #fea700 2px solid; }
	nav .menu > ul > li:hover > a 	{ color: #9ebdde;}
	.navright > ul > li:hover 	{ border-top: #fea700 2px solid; }
	.navright > ul > li:hover > a 	{ color: #9ebdde; }
	
	nav .menu > ul > li > a:link  {text-decoration: none; color: #ffffff;}
	nav .menu > ul > li > a:visited{text-decoration: none; color: #ffffff;}
	nav .menu > ul > li > a:hover, nav .menu > ul > li > a:focus  {text-decoration: none; color: #fea700;}
	nav .menu > ul > li > a:active  {text-decoration: none; color: #ffffff;}
	
	
	
	/*2nd level menus */
	nav .menu > ul > li > ul {  
			display: none; 
			width: 170px; 
			position: absolute; 
			box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); 
			background-color: #ffffff;
			border-bottom: #1f6998 3px solid;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;
			border-right: #1f6998 3px solid;border-left: #1f6998 3px solid;						
			}
	/* open the menu - hover for non-mobile or click for mobile - see xylomigglobal for nav-script */
	nav .menu > ul > li:hover > ul { display: block; }
	@media only screen and (min-width: 0px) and (max-width: 960px) {
		nav .menu > ul > li:hover > ul { display: none ; }
		nav .menu > ul > li:focus { color: #fff; }
		nav .menu > ul > li > ul.active {	  display: block;	  }
		nav .menu > ul > li > a.current_page_item { border-top: 1px solid #fea700; }	
	}
	
	nav .menu > ul > li > ul > li {	  position: relative; text-align:left; background-color: #fff; }
	nav .menu > ul > li > ul > li:last-child {border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
	nav .menu > ul > li > ul > li:hover { }
	nav .menu > ul > li > ul > li > a {
		display: inline-block;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		font-weight:normal;
		line-height: 100%;
		 display: block;
		padding: 8px 10px 8px 10px;
		color: #000;
		text-decoration: none; 
	}
	nav .menu > ul > li > ul > li > a:visited{text-decoration: none; color: #000000;}
	nav .menu > ul > li > ul > li > a:hover {text-decoration: none; color: #1f6998;} 
	nav .menu > ul > li > ul > li > a:focus  {}
	nav .menu > ul > li > ul > li > a:active  {text-decoration: none; color: #000000;}
	nav .menu > ul > li > ul > li:hover > a {  color: #1f6998; }
	
	
	/*3rd level menus */
	nav .menu > ul > li > ul > li > ul {  display: none;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25); background-color: #253f59;	}
	nav .menu > ul > li > ul > li:hover > ul 	{	  display: block; position: absolute; left: 100%;top: 0;}
	nav .menu > ul > li > ul > li > ul > li 	{	  position: relative; text-align:left;border-bottom: 0px solid #3E3E3E; border-top: 1px solid #456687; }
	nav .menu > ul > li > ul > li > ul > li:hover {background-color: #324e6b; }
	
	/*rememberlist marker */
	nav .menu > ul > li.remactive a:link, nav .menu > ul > li.remactive a:visited { background-color: #fe9327; color: #fff; }
	
/* end navigation -------------------------------------------*/

/* ### dock ------------------------------------------ ### */
	
	.dockmenu {box-sizing:border-box; clear:both; margin:auto; width: 100%; max-width: 1200px; height: 140px;padding:20px 20px 10px 20px; display:table; table-layout: fixed; background-color: #fff;}
	.dockmenu > div {display:table-cell;width: auto;vertical-align:top;padding: 5px}
	.docklabel {
		text-align:center;
		font-size: 0.8rem;
		}
	.dockmenu > div:hover .docklabel { 
		
		}
	.dockmenu > div a {text-decoration:none;}
	.dockmenu > div a:hover {color: #fea700;}
	.dockmenu > div > a > img {display:block; width: 100%; height: auto; }
	
	
/* ### dock ------------------------------------------ ### */	
	
	
/* ### Content ------------------------------------------ ### */
#contentarea {
	position:relative;
	display:block;
	margin: 0px auto 0px auto;
	padding: 20px 0 20px 0;
	max-width:1200px;
	vertical-align:top;
	background-color: #fff;
	border: #00ee00 0px solid;
}

#contentarea.produkteuebersichtgruppe, #contentarea.produkteuebersichtgruppe #content {
	padding-bottom:0;padding-left:0;padding-right:0;
}

#content {
	box-sizing:border-box;
	padding: 20px 0 0 40px;
	width:100%;
	text-align:left;
	border: #004400 0px solid;
	clear:both;min-height:460px;
}



.content-left-block {
	box-sizing:border-box;
	display:block;
	float:left;
	width: 65%;
	padding-right: 3%;
	height: auto;
}
.sidebar { 
	box-sizing:border-box;
	display:block;
	float:left;
	width: 35%;
	
	height: 100%;
}

.blickfang-rechts {
	display:block;
	float:right;
	width: 100%;
	max-width: 300px;
}
.blickfang-footer6 {
	width: 50%;
	height: auto;
	float: left;
}

.blickfang-footer12 {
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.blickfang60 {	width: 60%; height: auto; }
.blickfang65 {	width: 65%; height: auto; }
.blickfang70 {	width: 70%; height: auto; }
.blickfang75 {	width: 75%; height: auto; }
.blickfang80 {	width: 80%; height: auto; }
.blickfang85 {	width: 85%; height: auto; }

.leitbild {
	border: 0;
	margin: auto;
	width: 100%;
	height: auto;
}
.catalog {
	display:flex;align-items:center;height:140px;padding: 10px 0 10px 0;
}
.catalog p {
	clear:both;
}

.contentimage {
	margin-bottom: 16px;
	margin-top: 16px;
}

.bluebutton {
	display:inline-block;
	float:right;clear:right;
	margin-top:10px;
	padding: 4px 12px 4px 12px;
	background-color: #1f6998;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 0.95rem;
}
.bluebutton:link {color: #fff;}
.bluebutton:visited {color: #fff;}
.bluebutton:hover {color: #ccc;}
.bluebutton:active { color: #fff;}

.center { text-align:center; }
.center .bluebutton {
	float: none;
	clear:both;
	margin: auto;
}

/* ### footer ------------------------------------------ ### */
footer {
	width: 100%;
	height: auto;
	background-color: #fff;
	border-top: 3px solid #1f6998;
}
#footarea {
	display:block;
	margin:auto;
	width:100%; max-width:1200px;
	min-height: 277px;
	padding: 30px 0 10px 0;
	clear:both;
}

#footcontent {
	box-sizing: border-box;
	display:block;
	margin:auto;
	width:100%;
	padding: 0 40px 0 40px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#1f6998;
}
#footcontent .imprint {
	display:block;
	width: 100%;
	clear:both;
	text-decoration:none;
	color: #7e7e7e;
	font-size:12px;
	margin:30px 0 10px 0;
	text-align:center;
}

   	
   	div.topfoot {width:100%; clear:both;display:table;box-sizing:border-box;}
   	
	/* -- Spalten --------------------------*/
	div.topfoot > div { display:inline-block;font-size: 12px; box-sizing: border-box; vertical-align:top; }  
	
	div.topfoot > div:nth-child(1) {width:33%;padding: 0 30px 0 0px;}
	div.topfoot > div:nth-child(2) {width:33%;padding: 0 10px 0 10px;}
	div.topfoot > div:nth-child(3) {width:33%;padding: 0 20px 0 30px;}
		
	div.topfoot h1, div.topfoot h5 {color: #1f6998; font-weight:bold; font-size: 12px;margin: 0 0 16px 0; line-height:12px;}
	
	div.footersocial { float:right; }
	
	div.bottomfoot {width:100%;clear:both;display:table;box-sizing:border-box;}
	
	/* -- Spalten --------------------------*/
	div.bottomfoot > div {display:table-cell;box-sizing: border-box;}
		
	div.bottomfoot h2 { color:#ffffff; font-size: 12px; text-align:left;padding:10px 0 5px 0;margin: 0; }
	
	div.bottomfoot a {
		text-decoration: none;
		color: #b9dbf7;
		display:block;
		clear:both;
		padding: 1px 0 1px 0;
		font-size: 12px;
	}
	div.bottomfoot a:hover {
		color:#ffffff;
	}
	
	
.footerform {
	display:block;
	width: 260px;
	height: auto;
	line-height: 14px;
}

.footerform input[type="text"], .footerform input[type="email"] {
	box-sizing:border-box;
	float: left;
	border: 0px;
	border-radius: 4px;
	width: 100%;
	height: 22px;
	margin: 0 8px 6px 0;
	padding: 2px 8px 2px 8px;
	background-color: #90b1d1;
	color: #ffffff;
	
}
.footerform input[type="radio"] {
	display:none;
}
/* 
Dem Label gebe ich ein Display Block, 
damit dieser über die komplette Breite klickbar ist.
*/
.footerform label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    
}

/* Der span ist unsere neue Checkbox und den stylen wir wie folgt */
.footerform label span {
    background: #fff;
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #1f6998;
    
    /*     Die Positionierung kann je nach Einsatzgebiet abweichen.     */
    position: absolute;
    top: 0px;
    left: 0;
ÿ   
    /* Ein Transition Effekt für den Hover - Checked Status. Dadurch wirkt es etwas animiert. */
    transition: all .2s linear;
}
/* Den Radiobutton runden wir komplett ab */
.footerform input[type="radio"] + span {    border-radius: 50%;}

/* Hover-Effekt */
.footerform label:hover span {    border: 1px solid #bbb;}

/* 
Mit dem "+" Selektor können wir das direkt nachfolgende Element
ansprechen, indem Fall unser Label mit darin enthalten span.
*/
.footerform input[type="checkbox"]:checked + span,
.footerform input[type="radio"]:checked + span{
    border: 1px solid #1f6998;
    background-color: #1f6998;
}




.footerform input[type=submit] {
    background-color: #1f6998;
    border: 1px;
    border-radius: 6px; 
    display: block;
    float:right;
    height: 26px;
    width: 90px;
    margin: 5px 0 0px 0;
    padding: 5px 15px 5px 15px;
    font-family: Trebuchet,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 3px;
    font-weight: bold;
    text-align:center;
    color: #ffffff;
}

/* ### Aktionslogos-------------------------------------- ### */
#logohonig { display:inline-block; margin-top: 28px;width: 60px; height: auto;padding: 0px 20px 0px 10px;  }
#logoco2 { display:inline-block; margin-top: 28px;width: auto; height: 60px; padding: 0px 10px 0px 10px;}
#logoplanettree { display:inline-block; margin-top: 28px;width: 60px; height: auto;padding: 0px 0px 0px 10px;  }


/* ### Buttons------------------------------------------- ### */
.smb-button {
	display: inline-flex;align-items:center;
	box-sizing: border-box;
	color: #fff;
	background-color: #1f6998;
	padding: 8px 10px 8px 70px;
	width: 220px;
	height: 64px;
	margin-right: 8px;margin-bottom: 16px;
	background-repeat: no-repeat;
	background-size: 44px 44px;
	background-position: 10px center;
	font-size: 1rem;
	line-height: 1.15rem;
	vertical-align:middle;
}
.smb-button:link {text-decoration:none;color:#fff; }
.smb-button:visited {text-decoration:none;color:#fff;}
.smb-button:hover {text-decoration:none;color:#fff;background-color: #fea700;}
.smb-button:focus {text-decoration:none;color:#fff;}

.smb-button.info 		{ background-image: url("../imgmanaged/Allgemein/Button_Icon_Info.png"); }
.smb-button.download 	{ background-image: url("../imgmanaged/Allgemein/Button_Icon_Download.png"); }

/* ### Socialicons -------------------------------------- ### */

.leftsocial { 
	position:fixed;
	z-index:1;
	left: 0;
	top: 50%;
	display:flex;align-items:center;
	height: 300px;
	margin-top: -150px;
}

.home .leftsocial {
	position: relative;
	margin-top: 0px;
	height: 0px;
}
.home .leftsocial div {
	position: absolute;
	top: 60px; left: 0;
}

.leftsocial a {
	display:block;
	margin: 0 0 6px 0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.socialfb, .socialyt, .socialin, .socialml, .socialst, .newslettericon {
	display:inline-block;
	margin: 0 12px 0 0;
	width: 60px;
	height: 60px;
	cursor:pointer;	
	border-radius: 10px;
	background-size: auto 100%;
	background-repeat:no-repeat;
	background-color: #1f6998;
	background-image:url("../images/socialicons.png");
}
.socialfb {	background-position: 0 0; }
.socialyt {	background-position: -180px 0; }
.socialin {	background-position: -60px 0; }
.socialml {	background-position: -120px 0; }
.socialst {	background-position: -240px 0; background-color: #fea700; }
.newslettericon { background-position: -300px 0; }

.socialfb:hover,
.socialyt:hover,
.socialin:hover,
.socialml:hover,
.newslettericon:hover { background-color: #fea700; }

.socialst:hover { background-color: #1f6998; }


/* ### Galerie ------------------------------------------ ### */
.galerieimagearea {
	position:relative;
	width:110px;
	height:110px;
	text-align:center;
	vertical-align:middle;
	float:left;
	border: #eeeeee 1px solid;
	margin:2px;
	background-color: #fafafa;
}
.galerieimage {
	vertical-align:middle;
	border: 0px;
}


/* ### Schnellsuche -------- ### */
.quicksearch {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 30px auto;
	min-height: 260px;
	padding-right: 50px;  /* Dieser Wert muss gleich dem von #content padding-left sein, damit es in der Mitte steht */
}

/* ### Suchenergebnis Erweiterte Suche ------ ### */

#advancedsearchresult {
	clear:both;
	width:100%;
	max-width:780px;
	margin: 0 auto 30px auto;
	padding-right: 50px; /* Dieser Wert muss gleich dem von #content padding-left sein, damit es in der Mitte steht */
	padding-bottom:30px;
}
	
.searchheader {
	width: 100%; height: auto;margin-top:20px;margin-bottom: 12px;
	border-bottom: #1f6998 2px solid;
	clear:both;
}
.searchheader p {
	font-size: 12px;color: #888;	
}

.searchheader .searchfounditems { 	width:24%; padding: 0;	font-weight:normal;font-size: 12px;color: #888;text-transform:none; }
.searchheader .searchlinkname {		width:32%; padding: 0;	font-weight:normal;font-size: 12px;color: #888;text-transform:none; }

.searchproduct, .searchpage {
	box-sizing:border-box;
	width:100%;
	overflow:auto;
	padding: 3px;
	margin-bottom:8px;
	background-color:#fff;
	text-decoration:none;
	border-bottom: #999 1px solid;
}
.searchproduct::last-child { border-bottom: 0; }
.searchproduct a {text-decoration:none;}


.searchfounditems, .searchlinkname, .searchsubname, .searchcategory {
	float:left;
	margin:0px;
	overflow:hidden;
	text-decoration:none;
}


.searchproduct .searchlinkname, .searchpage .searchlinkname {
	width:32%;
	padding: 0px;
	font-size: 14px;
	overflow:hidden;
	color:#1f6998;
	font-weight:bold;
}
.searchpage .searchlinkname { width: 94%; }


.searchsubname {
	width:20%;
	padding: 0 0 0 8px;
	font-size: 12px;
	color:#888888;
}
.searchcategory {
	width:20%;
	padding: 0 0 0 8px;
	font-size: 12px;
	color:#888888;clear:right;
}


.searchmetadescription {
	clear:both;
	padding: 0;
	font-size: 11px;
	line-height:12px;
	text-decoration:none;
	color:#888888;
}
.searchimage {
	float:left;
	width:24%;
	
}
.searchpath {
	display:block;
	clear:both;
	padding: 2px 0 2px 0px;
	font-family: Trebuchet, Arial, Helvetica;
	border: 0px solid;
}
.searchpath a {text-decoration:none;font-size:11px;}
.searchpath a:link {text-decoration:none;color:#888888;}
.searchpath a:visited {text-decoration:none;color:#888888;}
.searchpath a:hover {text-decoration:none;color:#666666;}
.searchpath a:focus {text-decoration:none;color:#888888;}


.linkbutton {
	color: #fff;
	background-color: #fea700;
	padding: 6px 10px 6px 10px;
	border-radius: 8px;
}
.linkbutton:link {text-decoration:none;color:#fff; }
.linkbutton:visited {text-decoration:none;color:#fff;}
.linkbutton:hover {text-decoration:none;color:#fff;background-color: #1f6998;}
.linkbutton:focus {text-decoration:none;color:#fff;}

/* ### Suchsteuerung ------ ### */
#searchnavi {
	box-sizing: border-box;
	clear:both;
	display:block;
	padding:3px;
	width: 100%;
	max-width:780px;
	height:auto;
	margin:0 0 5px 0;
	background-color: #fff;
	border-top: #1f6998 2px solid;
	vertical-align:top;
	font-size:12px;
	line-height:10px;
	
}
.searchnavi strong, .searchnavi a {	font-size:13px;	line-height:10px; padding: 0 1px 0 1px; margin:0px;}

#frmsearchnavi {display:inline;float:right;padding-top:3px;font-size:11px;}

.searchnavibutton {
	border: 0px;
	width:22px;
	height:22px;
	padding-bottom:2px;
	vertical-align:middle;
	display: inline-block;
}

.searchnavi .navbutton, .navpage {
    background: transparent;
    padding:0;
    border: 0;
    outline: 0;
    display:inline-block;
    
}
.navpage { font-size: 0.98rem;margin: 2px 2px; }
.navpage.navselected { font-weight:bold; }

#frmoffsetrangeselect {font-size:11px; width:43px;height:19px;}

/* ### erweiterte Suche Listen ------ ### */
.criterialistproducts {
	box-sizing:border-box;
	width: 18%;
	min-width: 160px;
	min-height: 320px;
	padding: 0px 2px 3px 0px;
	margin:0 1% 10px 0;
	border-left: #1f6998 1px solid;
	background-color:#fff;
	display:inline-block;
	vertical-align:top;
}
.criterialistproducts h3 {box-sizing:border-box;width:100%;display:block;color:#fff; background-color:#1f6998;font-weight:bold;margin:0px;padding:6px 6px 6px 10px;}
.criterialistproducts ul { 
      list-style-type:none;
      margin:0;
      padding-left:4px;
      padding-top:0px;
    }
    
.criterialistproducts ul li {font:12px Arial; line-height:11px; padding:0px; margin: 3px 0 0 0;list-style-type:none;}
.criterialistproducts ul li:first-child { margin-top: 6px; }
.criterialistproducts ul li input {background:transparent;vertical-align:top;}
.criterialistproducts ul li label {line-height:13px;width:100%;display:inline-block;padding-top:1px;padding-left: 3px;}




/* ### Ende Suchstyles -------------------------------------------------------------------------------------------------- ### */


/* ### reCaptcha V3 Mods ----------------------------------------- ### */
.grecaptcha-badge, .grecaptcha-badge iframe {
	width: 256px !important;
}
.grecaptcha-badge, .grecaptcha-badge iframe .rc-anchor-error-message { font-size: 12px; }


/* ### Counter Leitseite------------------------------------------ ### */
#counter {
	display:none;
	padding-left:111px;
	padding-top:72px
}
#linkeZiffer {
	float:left;
	border:0px;
	width:31px;
	height:31px;
}

#rechteZiffer {
	border:0px;
	width:31px;
	height:31px;
}
#linkcounter {
	display:block;
	position:absolute;
	border: #ff0000 0px solid;
	top:145px;
	left:20px;
	width:150px;
	height:25px;
}