@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900';


@charset "UTF-8";

/*! 1 ALLGEMEIN */







* {
	margin: 0;
}

html {
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	clear: both;
}


img {
	position: relative;
	outline: none;
	border: none !important;
	}




p {
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.grey {
	opacity: 0.2;
}



strong {
	font-size: 1.2em;
	font-weight: 700;
	}



.center {
	width: 100%;
	position: relative;
	padding: 0px 10px;
	box-sizing: border-box;
	}

.clear {
	clear: both;
	}

.trennlinie {
	background-color: #FFF;
	height: 1px;
	width: 100%;
	margin: 2em 0;
	}

.trennlinie_grau {
	background-color: #CCC;
	height: 1px;
	width: 100%;
}



.bggrey {
	background-color: #F3F3F3;
}


.bgblue {
	background-color: #2972b6;
	color: #fff;
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 2em;
	}


h2 {
	font-size: 1.8em;
	}

h3 {
	font-size: 1.6em;

	}

h4 {
	font-size: 0.8em;
	margin: 10px 0px;
	}

h5 {
	font-size: 0.6em;
	}

h6 {
	font-size: 2em;
	line-height: 1.2;
	}



/*! 2 Header */

#header {
	height: 30px;
	width: 100%;
	border-bottom: 2px solid #ccc;
}


#logo {
	width: 40%;
	float: left;
	margin-left: 80px;
	height: 40px;
	font-size: 2em;
}

#sprachwahl {
	float: right;
	text-align: right;
	display: inline;
}



/*! 3 Nav */









/*! 4 Reihen und Spalten */


.reihe {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	padding: 1em 0;
}

.spalte_100 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_90 {
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_80 {
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_75 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_75_fix {
	width: 75%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_66 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_50 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_33 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_25 {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_25_fix {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

.spalte_20 {
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
}


.spalte_16 {
	width: 33.3333%;
	padding: 10px;
	box-sizing: border-box;
}



.spalte_10 {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}












/*! 5 Sektions und Inhalte */


section {
	width: 100%;
	padding: 1em 0em;
	position: relative;
	}


.section_bottom_4em {
	margin-bottom: 4em;
}








#page_bild {
	height: 315px;
	width: 100%;
	box-sizing: border-box;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

.home_bild {
	 background-image: url(images/header_Dichtungsspender-S.jpg);
}

.klebebaender_bild {
	 background-image: url(images/header_klebebaender.jpg);
}

.isolierbandagen_bild {
	 background-image: url(images/header_isolierbandagen.jpg);
}

.isoliermaterial_bild {
	 background-image: url(images/header_PVC.jpg);
}

.verbindungselemente_bild {
	 background-image: url(images/header_Dichtungsspender-S.jpg);
}

.roomair_bild {
	 background-image: url(images/header_roomair.jpg);
}

.temati_bild {
	 background-image: url(images/header_temati.jpg);
}

.gysko_bild {
	 background-image: url(images/header_Gysko.jpg);
}

.jako_bild {
	 background-image: url(images/header_jako.jpg);
}

.ubbink_bild {
	 background-image: url(images/header_ubbink.jpg);
}










.produkt_container {
	border: 1px solid #c2c2c2;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
}

.subkat_container {
	border: 3px solid #2972b6;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
}

.produkttitel {
	padding: 6px;
	padding-left: 10px;
	bottom: 0;
	position: absolute;
	z-index: 5;
	background-color: #2972b6;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.4em;
}

.produkttitel:hover {
	background-color: #000;
	color: #fff;
}

.subkattitel {
	padding: 6px;
	padding-left: 10px;
	bottom: 0;
	position: absolute;
	z-index: 5;
	background-color: #2972b6;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 1.4em;
}

.subkattitel:hover {
	background-color: #000;
	color: #fff;
}




#preislisten {
	background-color: #2972b6;
	color: #fff;
}



.preislisten_links a {
	padding: 4px;
	background-color: #FFF;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.8em;
	line-height: 2;
}


.preislisten_links a:hover {
	padding: 4px;
	background-color: #000;
	color: #fff;
}




.tel_fax {
	width: 80px;
	float: left;
}


.datasheet td {
	border-bottom: 1px solid #ccc;
	font-size: 0.7em;
}
