/* Thank you for looking at this stylesheet */
/* Dominique Heiniger 2016                  */


/* ======================= ALLGEMEINE DEFINITIONEN ======================= */


html {
	background:#fff;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height:1.2em;
	margin:0px;
}

div {
	box-sizing:border-box; /* Damit der Border nicht zur Grösse dazu zählt */
}


/* ======================= DIV-LAYOUT ======================= */

#container {
}
.hide-on-print,
.lnk-login {
	display: none;
}

.ne-error { color: #f4afb2; }
.ne-success { color: #abf2ab; }

.right { text-align: right; }

.no-margin, .no-margin-top { margin-top: 0; }
.no-margin, .no-margin-right { margin-right: 0; }
.no-margin, .no-margin-bottom { margin-bottom: 0; }
.no-margin, .no-margin-left { margin-left: 0; }

ul.list-style-none {
	list-style-type: none;
}
#inhalt .tiles ul {
	margin-left: 0;
}

#titelbalken {
	clear:both;
	height:50px;
	margin:20px auto 10px auto;
	max-width:1000px;
	position:relative;
}

#logo {
	display:none;
}

#logo img {
	width:100%;
}

#inhalt {
	margin:0px 0px 50px 0px;
	max-width:1000px;
	overflow:visible;
	padding:0px;
	position:absolute;
	top:0px;
	color: #000000;
}

#inhalt li{
	font-size:0.9em;
}

#inhalt ul{
	margin:0px 0px 30px 0px;
}

#inhalt a:link {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration:none;
}

#inhalt a:visited {
	color:#000;
}

#einfuehrung {
	margin-bottom:10px;
}
		
#ref1 { 
	float:left;
	margin:0px;
	padding:0px;
	width:33.3333%;
}	

#ref2 {
	float:left;
	padding:0px;
	width:33.3333%;
}	

#ref3 { 
	float:left;
	padding:0px;
	width:33.3333%;
}
		
#downloadboxen {
	color:#000;
	clear:both;
	float:left;
	margin-bottom:0px;
	width:100%
}

#downloadboxen li {
	font-family: 'Open Sans', Arial, sans-serif;
	list-style-type:none;
	margin-left:-40px;
}

#downloadboxen a:link {
	color:#000;
	display:block; /* dass es sich wie ein DIV verhält */
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#download1 { 
	float:left;
	padding:0px;
	width:33.3333%;
}	

#download2 {
	float:left;
	padding:0px;
	width:33.3333%;
}	

#download3 { 
	float:left;
	padding:0px;
	width:33.3333%;
}		

#refboxen {
	clear:both;
	float:left;
	margin-bottom:60px;
	width:100%
}

#kontakt {
	display:none;
}

#kontakt_klein {
	display:none;
}

#adresse {
	float:left;
	margin:0px;
	weight:100%;
}

#adresse800 {
	display:none;
}

form {
  position: relative;
}

#bemerkung {
	margin-top:20px;
}

button {
	border-radius:2px;
	font-size:0.8em; 
	margin-top:15px;
  	height:25px;
  	width:120px;
}

#fusszeile {
	border-top:1px solid #000;
	clear:both;
	color:#000;
	float:left;
	font-size:10px;
	height:5px;
	padding:5px 0px 0px 0px;
	text-align: left;
	width:100%;
	margin-bottom:20px;
}

#fusszeile_klein {
	display:none;
}

#fusszeile a:link {
	color:#000;
	text-decoration:none;
}

#fusszeile a:visited {
	color:#000;
	text-decoration:none;
}


/* ======================= HAUPTNAVIGATION ======================= */
#navigation ul {
	
	float:left;
	margin:0px;
	padding:0px;
}

#navigation li {
	float:left;
	list-style-type:none;
}

#navigation a:link {
	color:#000;
	display:block; /* dass es sich wie ein DIV verhält */
	padding:2px;
	text-decoration:none;
}

#navigation a.aktiv {
	/* color:#000; */
	color:#000;
}

#socialmedia {
	
	float:right;
	font-size:1em;
	height:50%;
	padding:8px 0px 20px 0px;
	text-align:right;
	
}

ul#social {
	
	float:right;
    margin:0px auto;
    position:relative;
}

ul#social li {
	
    display:inline;
	float:left;
    font-size:1em;
    margin:0;
    padding:0;
    position:relative;
}

ul#social li a {
    padding:0px 5px 0px 5px;
    color:#000;
    text-decoration:none;
    display:inline-block;
}


/* ======================= HAUPTNAVIGATION dropdown ======================= */
ul#nav {
	float:right;
    margin:0px auto;
    position:relative;
}

ul#nav li {
    display:inline;
	float:left;
    font-size:0.9em;
    margin:0;
    padding:0;
    position:relative;
}

ul#nav li a {
    padding:10px 25px;
    color:#000;
    text-decoration:none;
    display:inline-block;
}



ul#nav ul {
    top: 20px;
    left: -2px;
}

ul#nav ul li {
	border-bottom:1px solid #8e8e8d;
    clear:both;
	padding:3px;
	text-align:left;
    width:100%;
	background:#7e7e7d;
}

ul#nav ul li a {
    background:none;
    color:#616161;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:80px;
}




/* ======================= CLASS ======================= */
h1 {
	color:#000;
	font-size:14px;
	text-shadow: 0 0 0.15em #1B1B1B;
	text-align:left;
}

h2 {
	color:#000;
	font-size:12px;
	font-weight:600;
	margin-bottom:-2px;
}

h2 i{
	color:#000;
	margin-right:5px;
}

h3 {
	color:#000;
	font-size:10px;
	margin:0px;
}

p {
	color:#000;
	font-size:10px;
	line-height:11px;
	margin:0px 0px 5px 0px;
}

.kleinerabstand {
	margin-bottom:15px;
}


li {
	color: #000;
	font-size: 0.8em;
	margin-left: -25px
}

#inhalt i {
	margin-right:4px;
}

#inhalt li {
	color: #000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:10px;
	line-height:11px;
}


hr {
	border:1px solid #000;
	margin:30px 0px 0px 0px;
	width:590px;;
}

galerie_giesserei{
	float:left;
	max-width:1000px;
	margin-bottom:60px;
}


iframe {
	height:500px;
	margin-bottom:60px;
	margin-top:30px;
	width:100%;
}

.formularradio {
	font-size:0.9em;
}

a.aktiv {
  color: #000;
  }
  
.semibold {
	font-weight:600;
}

.middle {
	font-size:0.8em;
}

.small {
	font-size:0.7em;
	margin-left:20%;
}

.normal {
	color:#000;
	font-size:0.9em;
}

.blockformerei {
	border-spacing:0;
	clear:both;
	display:block;
	margin-bottom:35px;
}

.blockformerei tr td {
	border-bottom:1px solid #000;
	color:#000;
	font-size:0.9em;
	margin:0px;
	width:100px;
}

.fa {
	font-family: 'Open Sans', Arial, sans-serif;
}

.fa-chevron-up {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
}



#respnavigation {
	display:none;
}
#respnavigation ul li ul{
	display:none;
}

#socialmedia {
	display:none;
}

#navigation {
	display:none;
}

#header {
	display:none;
}

#inhalt div.tiles,
div.tiles {
	display: block;
	width: 100%;
}
div.tiles table {
	float: none;
	max-width: none;
	margin: 0;
}
div.tiles > .item {
	display: inline-block;
}
div.tiles:not(.no-padding) {
	margin: -1%;
}
div.tiles:not(.no-padding) > .item:not(.no-padding) {
	padding: 1%;
}

div.tiles.align-top .item,
div.tiles .item.align-top {
	vertical-align: top;
}

div.tiles ul li {
	margin-left: -40px;
}

.cookie-banner {
	display: none;
}
@media (max-width: 680px) { 
	
	div.tiles > .item {
		width: 100%;
	}
	div.tiles > .item h2 {
		font-size: 1.1em;
	}
}
@media (min-width: 682px) {
	
	div.tiles.items-1 > .item,
	div.tiles.items-2 > .item.size-2,
	div.tiles.items-3 > .item.size-3,
	div.tiles.items-4 > .item.size-4,
	div.tiles.items-5 > .item.size-5,
	div.tiles.items-6 > .item.size-6,
	div.tiles.items-7 > .item.size-7,
	div.tiles.items-8 > .item.size-8,
	div.tiles.items-9 > .item.size-9,
	div.tiles.items-10 > .item.size-10 {
		width: 100%;
	}
	div.tiles.items-9 > .item.size-8 {
		width: 88.888%;
	}
	div.tiles.items-10 > .item.size-9 {
		width: 90%;
	}
	div.tiles.items-7 > .item.size-6 {
		width: 85.614%;
	}
	div.tiles.items-8 > .item.size-7 {
		width: 87.5%;
	}
	div.tiles.items-6 > .item.size-5 {
		width: 83.333%;
	}
	div.tiles.items-5 > .item.size-4,
	div.tiles.items-10 > .item.size-8 {
		width: 80%;
	}
	div.tiles.items-9 > .item.size-7 {
		width: 77.777%;
	}
	div.tiles.items-4 > .item.size-3,
	div.tiles.items-8 > .item.size-6 {
		width: 75%;
	}
	div.tiles.items-7 > .item.size-5 {
		width: 71.428%;
	}
	div.tiles.items-10 > .item.size-7 {
		width: 70%;
	}
	div.tiles.items-3 > .item.size-2,
	div.tiles.items-6 > .item.size-4,
	div.tiles.items-9 > .item.size-6 {
		width: 66.666%;
	}
	div.tiles.items-8 > .item.size-5 {
		width: 62.5%;
	}
	div.tiles.items-5 > .item.size-3,
	div.tiles.items-10 > .item.size-6 {
		width: 60%;
	}
	div.tiles.items-7 > .item.size-4 {
		width: 57.142%;
	}
	div.tiles.items-9 > .item.size-5 {
		width: 55.555%;
	}
	div.tiles.items-2 > .item,
	div.tiles.items-4 > .item.size-2,
	div.tiles.items-6 > .item.size-3,
	div.tiles.items-8 > .item.size-4,
	div.tiles.items-10 > .item.size-5 {
		width: 50%;
	}
	div.tiles.items-7 > .item.size-3 {
		width: 42.857%;
	}
	div.tiles.items-5 > .item.size-2,
	div.tiles.items-10 > .item.size-4 {
		width: 40%;
	}
	div.tiles.items-9 > .item.size-4 {
		width: 44.444%;
	}
	div.tiles.items-8 > .item.size-3 {
		width: 37.5%;
	}
	div.tiles.items-10 > .item.size-3 {
		width: 30%;
	}
	div.tiles.items-3 > .item,
	div.tiles.items-6 > .item.size-2,
	div.tiles.items-9 > .item.size-3 {
		width: 33.333%;
	}
	div.tiles.items-7 > .item.size-2 {
		width: 28.571%;
	}
	div.tiles.items-4 > .item,
	div.tiles.items-8 > .item.size-2 {
		width: 25%;
	}
	div.tiles.items-9 > .item.size-2 {
		width: 22.222%;
	}
	div.tiles.items-5 > .item,
	div.tiles.items-10 > .item.size-2 {
		width: 20%;
	}
	div.tiles.items-6 > .item {
		width: 16.666%;
	}
	div.tiles.items-7 > .item {
		width: 14.285%;
	}
	div.tiles.items-8 > .item {
		width: 12.5%;
	}
	div.tiles.items-9 > .item {
		width: 11.111%;
	}
	div.tiles.items-10 > .item {
		width: 10%;
	}
}
@media (min-width: 682px) and (max-width: 850px) { 
	
	div.tiles > .item h2 {
		font-size: 0.9em;
	}
}