/* CSS Document */

/* color definition 
blau #0062A9
*/
* {
	font-family:'Hind', sans-serif !important;
}

body {
	/*height: 100vh; *//* set viewport constraint */
	min-height: 100%; /* enforce height */
	padding:0;
	margin:0;
	font-family:'Hind', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	background: #fff;
	line-height:1.4;
}
h1, .h1 {
	font-size:1.4em;
	font-weight:500;
	color:#0056a4;
	/*padding-top:1em;*/
	/*padding-bottom:0.8em;*/
	line-height:1.2;
}
#startseite .h1 {
		margin-top:50px;
	}
#startseite .ansprache .box1 p, #startseite .ansprache .box1 ul, #startseite .ansprache .box1 li {
	font-size:21px;
}
@media only screen and (min-width: 768px) {
	#startseite .h1 {
		margin-top:0;
	}
}
@media only screen and (min-width: 992px) {
	h1, .h1 {
		font-size:1.7em;
	}
	/*#startseite h1, #startseite .h1 {
		padding-bottom:2em;
	}*/
}
h2, .h2 {
	font-size:24px;
	font-weight:600;
	color:#0056a4;
	margin-top:3em;
	margin-bottom:0.5em;
}
h3, .h3 {
	font-size:20px;
	font-weight: 600;
	color:#0056a4;
	margin:0.5em 0 0.5em;
}
h4, .h4 {
	font-size:1em;
	font-weight:600;
	color:#000;
	margin-bottom:0.5em;
}
h5 {
	font-size:1em;
	font-weight:700;
	color:#000;
}
em {
	font-style:oblique;
}
img {
	max-width:100%;
	height:auto;
}
p, table {
	margin-bottom: 1em;
}
strong {
	font-weight:600;
}
main a:link, main a:visited {
	color: #0062A9;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-style: solid;
	text-underline-offset: 3px;
}
main a:hover, main a:focus {
	text-decoration: none;
}
a.pfeil:link::before {
	content: '>';
	text-align:left;
	margin-right: 8px;
}
a.pfeil:link, a.pfeil:visited {
	color: #0062A9;
	margin-top:5px;
	margin-bottom:5px;
	display:block;
	font-weight: 500;
	text-decoration: none;
}
a.pfeil:hover, a.pfeil:focus {
	color: #009DC5;
}
a.flaeche:link, a.flaeche:visited {
	color: #fff;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #0062A9;
	padding: 1.2em 0em;
	display:inline-block;
	/*min-width: 373px;*/
	width:100%;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	border-radius: 15px;
	-webkit-box-shadow: 5px 20px 20px 0px rgba(0,0,0,0.20);
	box-shadow: 5px 20px 20px 0px rgba(0,0,0,0.20);
}
.banner a.flaeche:link, .banner a.flaeche:visited {
	margin-bottom:30px;
}
a.flaeche:hover, a.flaeche:focus {
	background-color: #009DC5;
}
.submenu {
	justify-content: space-between;
	display: flex;
	flex-wrap:wrap;
}
 @media only screen and (min-width: 768px) {
.submenu a.flaeche:link, .submenu a.flaeche:visited {
	width:30%;
}
}
.submenu a.flaeche.active {
	background-color: #009DC5;
}
main ul {
	margin-top:2em;
	margin-bottom:2em;
	padding-left: 25px;
}
main ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 0.5em;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 5px;
}
ul.navigation-pdf {
	margin-top:0em;
	padding:0px 0 20px 40px;
	list-style-image: url(../_gfx/navigation-pdf.png);
	list-style-position:inside;
	line-height:35px;
}

ul.navigation-pdf li {
    margin-right: 0px;
}


/*------------------------------------------------------ links --------------------------------------------------------*/

	/*.banner {
	background-image: url(../../img/AdobeStock_3169472-%C2%A9GraphicCompressor-k.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}*/



/*------------------------------------------------------ main --------------------------------------------------------*/

main {
	margin-top:100px;
}
#startseite main {
	margin-top:30px;
}
#startseite .content.banner {
	margin-bottom:30px;
}
#startseite .content.philosophie {
	display:none;
}
@media only screen and (min-width: 768px) {
main {
	margin-top:150px;
}
#startseite main {
	margin-top:100px;
}
#startseite .content.banner {
	margin-bottom:0;
}
#startseite .content.banner .outer-container {
	padding: 0;
}
#startseite .content .outer-container {
	padding: 100px 0 50px 0;
}
main .content .outer-container {
	/*padding: 0 0 100px;*/
	padding: 0;
}
main .content.first .outer-container {
    padding: 0 0 30px !important;
	}

#startseite .anfrage .outer-container {
	background-color: #EEEFF1;
}
#startseite .content.philosophie {
	display:block;
}
#startseite .content.philosophie img {
	border-radius:50%;
}
a.flaeche:link, a.flaeche:visited {
	width:60%;
}
}
.bottom .outer-container {
	background-color: #0062A9;
	padding-top:1.3em !important;
	padding-bottom:1.1em !important;
	text-align:center;
	color:#FFF;
	font-size: 1.2em;
}
.bottom p {
	margin-bottom: 0em;
}
.bottom img {
	vertical-align: middle;
	margin-right: 10px;
}
.bottom {
	color:#fff;
	vertical-align:middle;
	padding-top:0.6em;
	padding-bottom:0.6em;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	text-wrap:none;
}
.bottom a:link {
	color:#fff;
	vertical-align:middle;
	padding-top:0.6em;
	padding-bottom:0.6em;
	text-align:center;
	text-decoration:none;
	text-transform:none;
}
.bottom a:hover {
	text-decoration: underline;
}
#materialien .box-1 {
}
/*------------------------------------------------------ footer --------------------------------------------------------*/

footer a {
	text-decoration: none;
	margin-left: 20px;
	margin-top: 15px;
	color: #000;
	display:block;
}
#starticon {
	display: block;
}
#starticon a {
	margin-right:5px;
	width: 40px;
	display: inline-block;
}
header .box2 {
	display: flex;
	justify-content: end;
	align-content: unset;
	margin-top: 14px;
}
 @media only screen and (min-width: 768px) {
footer a {
	display:inline-block;
	margin-left: 40px;
}
#starticon a {
	display: block; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	cursor: pointer; /* Add a mouse pointer on hover */
	opacity:1;
	text-decoration: none;
	margin-right:0px;
	width: 53px;
}
#starticon a.eins {
	top: 103px; /* Place the button at the bottom of the page */
	right: 0px; /* Place the button 30px from the right */
}
#starticon a.zwei {
	top: 153px; /* Place the button at the bottom of the page */
	right: 0px; /* Place the button 30px from the right */
}
}

.table {
	width:100%;
	background: #ADCDE3;
	border-spacing:3px 3px;
	border-collapse:separate;
	padding:0px;
	margin:0px 0 40px 0px;
	white-space: nowrap;
	vertical-align: middle;
}
.anwendung .table_td {
	text-align:left !important;
}
.table_head_td {
	background:#ADCDE3;
	padding:6px 10px;
	color: #000;
	font-weight:600;
	display: table-cell;
	text-align:left;
	vertical-align: middle;
}
.table_td {
	width:12%;
	background:#fff;
	padding:6px 10px;
	line-height:15px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
#materialien .table .table_td:nth-child(odd) {
	background:#eee;
}

.table_td_color {
	width:40%;
	background:#e6eef5;
	text-align:left;
	padding:6px 10px;
	vertical-align: middle;
}
.table_td_color2 {
	background:#f3f6f9;
	text-align:center;
	padding:6px;
	vertical-align: middle;
	white-space: nowrap;
}
.table_klein {
	text-align:center !important;
	border-collapse:separate;
	vertical-align: middle;
	width:100%;
}
.table_klein td {
	width:50%;
}
.polierkugeln-mahlkugeln img {
	float: right;
	border-radius: 50%;
}
.produktuebersicht img, .rollen-nadeln img {
	border-radius: 50%;
}
.margin-top {
	margin-top:50px !important;
}