/* @override http://apfeltasche.local/garagen-dachbegruenung.de/css/styles.css */





/*
 * Client requests that fonts are stored and retrieved from web server, not CDN or googleapis.com .
 * Reason: privace issues.
 * Used https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin to extract and dl font files.
 *
 * mprobst, may 2022
 */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v29-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v29-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}


/* @group Font Typography */

body { font-size: 62.5%; font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif; color: black;}
h1   { font-size: 1.9em; font-style: normal; font-weight: bold; color: #a8a7ac; }
h2   { font-size: 1.4em; font-style: normal; font-weight: bold; color: #565656;}
h3   { font-size: 1.2em; font-style: normal; font-weight: bold;color: #565656;}
a    { color: #6B2A2E; }
a:hover {color: #CB8C83;}
a:active {border: 0px solid red;} /* to prevent firefox from drawing dotted borders */

p, ul, td, th, address, ol, dt, dd, label { font-size: 1.4em; color: #3c3c3d; line-height: 19px;}



dt { font-style: italic; }
#text-content ul { list-style-image: url(../images/bullet.gif); }
address { white-space: pre; font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Margins and Paddings */

h1, h2, h3 {margin-left: 0.5em;
	margin-top: 0.8em;
}



p {margin: 1.2em 0.5em; padding: 0px;}

address {margin: 1.2em 2em; padding: 0px;}

dt {
	margin: 0em 0.5em 0em 1em;
	padding: 0em;
}

dt a {text-decoration: none;}

dd {
	margin: 0.8em 0.5em 1em 3em;
	padding: 0em;
}

img {border: 0px; margin: 0px; padding: 0px;}

li { margin: 0.7em 0.5em 0.5em 0.5em; }

/* @end */



/* @group General Layout */

body { padding: 0px; margin: 0px; background-color: #eff1f4;}

#container {
	width: 1050px;
	border-right: 10px solid white;
	position: absolute;
	height: 100%;
}

#header {
	height: 135px;
	margin: 0;
	padding: 0 0 0 50px;
	position: absolute;
	width: 1000px;
	background: #badc26 url(../images/header_background.jpg) repeat-y 0 0;
}

#header h1#logo {

	background-image: url(../images/zinco_dachbegruenung_logo.png);
	position: absolute;
	top: 6px;
	margin: 0;padding: 0;
	left: 182px;
}
#header h1#logo a {display:block;}
#header h1#logo strong {display: none;}

#claim {
	position: absolute;
	top: 71px;
	width: 132px;
	height: 14px;
	right: 870px;
	background: url(../images/claim_de.png) no-repeat;
}

#claim span {
	display: none;
}

div#navigation {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;

}

div#text_content {
	margin-left: 0;
	padding: 0 0 0 50px;
	margin-bottom: 10px;
	background-color: #eff1f4;
	position: absolute;
	top: 135px;
	width: 850px;

}

p#footer { margin: 0px; height: 30px;  	border-top: thin solid #A1AEAB; }


/* @end */

/* @group My Group */


div#overview {
	position: absolute;
	width: 900px;
}

img#floatImage {
	position: absolute;
	right: -90px;
	top: 111px;
	z-index: 99;
}

div#mainIllustration {
	position: absolute;
	margin-bottom: 0;
	border-bottom: 10px solid #82808d;
}

div#abstract {
	position: absolute;
	left: 510px;
	width: 390px;
	background-color: #82808d;
	padding-bottom: 11px;
	color: white;
}

div#abstract p,
div#abstract h2 {
	color: white;
}
div#abstract p.short {
	margin-right: 140px;
}


div#text {
	position: absolute;
	z-index: 50;
	width: 900px;
	margin-top: 310px;
	background: white url(../images/upper_frame_textcontent.png) no-repeat;
	padding-top: 42px;
	padding-bottom: 21px;
}

/* @end */

/* @group Navigation */

div#navigation {
	/* width is found in general layout! */
}

div#navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	list-style-type: none;
}

div#navigation ul li a {
	color: #5c5d5e;
	text-decoration: none;
	display: block;
}

div#navigation ul.depth0 li {
	float: left;
	margin-bottom: 0;
	margin-right: 4px;
	background: url(../images/navi_shadow_right.png) no-repeat right 0;
	padding-right: 19px;
}


div#navigation ul.depth0 li a,
div#navigation ul.depth0 li span{
	display: block;
	margin: 0;
	background: url(../images/navi_shadow_top.png) 0 0;
	padding: 16px 0 0.3em 8px;
}

div#navigation ul.depth1 {
	position: absolute;
	top: 221px;
	left: 392px;
	/*border: 1px solid red;*/

	list-style-image: url(../images/bullet_triangle.png);
	background: url(../images/subnavi_postit_background.png) no-repeat;
	width: 176px;
	height: 128px;
	padding-top: 50px;
	padding-left: 53px;
}

div#navigation ul.depth1 li {
	float: none;
	/*background-color: #eff1f4;*/
	margin: 0.1em 0em 0.2em;
}


div#navigation ul.depth1 li a,
div#navigation ul.depth1 li span{
	padding: 0em;
	font-size: 12px;
	font-weight: bold;
	width: 125px;
}


div#navigation ul li a:hover,
div#navigation ul li#true a:hover {
	color: #000;
}


div#navigation ul.depth0 li#true span,
div#navigation ul.depth0 li.open a{
	color: #698007;
	font-weight: bold;
	background: url(../images/navi_shadow_top_active.png) no-repeat 0 0px;
}

div#navigation ul.depth0 li#true,
div#navigation ul.depth0 li.open  {
	border:0px solid red;
	padding-right: 19px;
	background: url(../images/navi_shadow_right_active.png) no-repeat right 0px;
}

div#navigation ul.depth1 li#true {
	list-style-image: url(../images/bullet_checkmark.png);

}

div#navigation ul.depth1 li#true span,
div#navigation ul.depth1 li#true,
div#navigation ul.depth1 li,
div#navigation ul.depth1 li a,
div#navigation ul.depth1 li span,
div#navigation ul.depth1 li.open,
div#navigation ul.depth0 li.open ul.depth1 li a {
	background-image: none;
	color: #3c3c40;
}
/* @end */




/* @group Tables */

table, td, th {
	border: 0px double teal; /* wird unten überschrieben */
}

table {
	margin: 1.5em 1em 1.5em 1em;
	padding: 0px;
	border-collapse: collapse;
}

td, th {
	border: 0px dashed olive;
	padding: 3px 3px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: normal;
	font-style: normal;
}

caption {
	font-size:1.2em;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.5em; /* works */
	margin-top: 0; /* wont work, set margin-top for table!*/
}

/* @end */


/* @group Miscellaneous */

#text img {
	margin: 0.5em;
}

#text p {
	width: 40em;
	margin-left: 2em;
}

#text table p,
#text li p,
#text div p {
	width: auto;
}

p#footer {
	font-size: 0.7em;
}

p#breadcrumbs {
	font-size: 0.9em;
}

p#accesskeysSwitcher {
	float: right;
	font-size: 0.9em;
	padding: 0em;
	margin: 0.4em;
}

#magnify {
	display: block;
	position: absolute;
	top: 30%;
	width: 880px;
	font-size: 4.8em;
	background-color: #616161;
	color: white;
	opacity: 0.8;
	z-index: 12;
	text-align: center;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	margin-left: 50px;
}


.error {
	color: red;
	padding: 1em;
	border: 3px solid red;
	margin: 1em;
}


/* @end */

/* @group Single Pages */

table.purchaseTypes td {
	border-left:  1px dotted silver;
	width: 300px;
}

table.purchaseTypes {
	margin: 0 auto;
}

#text table.purchaseTypes td img {
	float: left;
	margin-left: 9px;
	margin-top: 9px;
}
table.purchaseTypes td h3,
#text_content table.purchaseTypes td p {
	margin-left: 67px;
}
#text_content table.purchaseTypes td p {
	color: #606060;
	font-size: 15px;
}

table.verlegeAnleitung {
	border-collapse: separate;
}
table.verlegeAnleitung td {
	width: 300px;
	border: 1px dashed silver;
}
table.verlegeAnleitung td img {
	margin: 0.3em 0.6em;
	border: 3px solid silver;
}

table.verlegeAnleitung td p {

	font-size: 13px;
}

div.funktionsAnimation img {
	float: left;
}
div.funktionsAnimation {
	overflow: hidden;
}

#text div.funktionsAnimation p {
	width: 42em;
}

div.inhaltSection {
	border: 1px dashed silver;
	width: 290px;
	margin: 1em;
	position: absolute;
}


div.inhaltSection img {
	position: absolute;
	left: -121px;
	top: 5px;
}

table.dg_liste th {font-size: 11px; text-align: left; background-color: #c6dc6b;
	font-weight: bold;
	font-style: italic;
}
table.dg_liste td,th {vertical-align: top; align: left; font-size: 11px; padding: 6px;}
table.dg_liste td.firma {width: 280px; }
table.dg_liste td.firma a {text-decoration: none; }
table.dg_liste td.data  {width: 210px; }
table.dg_liste td.links {width: 210px; }
table.dg_liste tr.zebraTable_dark td { background-color: #e1e1e1; }
table.dg_liste td p {margin:0px 0px 6px 0px; padding: 0px; font-size: 11px;}

img.border {
	border: 6px solid #94939e;
	float: left;

}


/** Cookie Banner **/

.cookiebanner {
	border-top: 1px solid white;
}

.cookiebanner span {
	line-height: 13px;
	font-size: 12px;
	max-width: 890px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

.cookiebanner a {
	color: white !important;
	text-decoration: underline !important;
}

.cookiebanner-close,
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-reject-all-button {
	background-color: #9ec15c;
	margin: 3px;
	float: right;
	border: 1px solid white;
	border-radius: 3px;
	padding: 1px 10px;
	padding-left: 12px !important;
	color: white;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
}
.eu-cookie-compliance-save-preferences-button,
.eu-cookie-compliance-reject-all-button {
	border-width: 2px;
	font-weight: bold;
	font-size: 1.5em;
	/* width: 16em;*/
}

.cookiebanner-close {
	margin-top: 4px;
}

.cookiebanner-close:hover,
.eu-cookie-compliance-save-preferences-button:hover,
.eu-cookie-compliance-reject-all-button:hover {
	background-color: #c1e684;
}

.cookiebanner .eu-cookie-compliance-categories label {
	float: none;
	clear: none;
	display: inline;
	color: white;
	font-weight: bold;
}

.eu-cookie-compliance-category {
	margin-top: 0.4em;
}
.eu-cookie-compliance-category-description {
	margin-top: 0.2em;
}


/* @end */

/* Depot Tabelle */

.depot-liste table td,
.fachbetriebe-liste table td {
	vertical-align: middle;
}


/* striped tables: */
table.table-striped tr:nth-child(odd) {
    background-color: #f9f9f9;
}
table.table-striped tr:nth-child(even) {
    background-color: #eaeaea;
}

.views-field-field-certification {
	display: none;
}
.views-field-field-street-n-number {
	min-width: 15em;
}
td.views-field-field-depot-address-postal-code {
	padding-right: 3em;
}

img.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}

.views-field-field-logo-url img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100px;
}
.views-field-field-logo-url {
	padding-right: 2em;
}
