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


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


html {
	
	/* background-image:radial-gradient(#8e8e8d 0%, #4e4e4d 70%) */
	/* background: #868585; */
	background:#4e4e4d;
}

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

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

#mobilelink {
	display: none;	
}


/* ======================= PSEUDOKLASSEN/LINKS ======================= */
a:link,a[ma] {
	color:#fff;
	text-decoration:none;
}

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

a:hover {
	color:#7d7d7d;
	text-decoration:none;
}

a:active {
	color:#fff;
}


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


#container {
	
}

.einzug {
	margin-left: -25px;
}

.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; }

.nobr { white-space: nowrap; }

/* SEO */
.seo-hidden { display: none; }

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

#logo {
	float:left;
	height:70px;
	padding:20px 0px 20px 0px;
	min-width:50px;
	min-height:50px;
	line-height:50px;
	text-align:right;
	width:40%;
}

#logo img {
	width:100%;
}

#navigation {
	float:right;
	font-size:0.9em;
	height:50%;
	text-align:right;
	width:60%;
}

#bild_header {
	border-top:2px solid #B3353B;
	border-bottom:2px solid #B3353B;
	background-size:cover;
}


.bild_header1 {
	background-image:url(../bilder/nottaris_header_03.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header2 {
	background-image:url(../bilder/nottaris_header_02.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header3 {
	background-image:url(../bilder/nottaris_header_17.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header4 {
	background-image:url(../bilder/nottaris_header_04.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header5 {
	background-image:url(../bilder/nottaris_header_05.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header6 {
	background-image:url(../bilder/nottaris_header_06.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header7 {
	background-image:url(../bilder/nottaris_header_07.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header8 {
	background-image:url(../bilder/nottaris_header_08.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header9 {
	background-image:url(../bilder/nottaris_header_09.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header10 {
	background-image:url(../bilder/nottaris_header_10.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header11 {
	background-image:url(../bilder/nottaris_header_11.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header12 {
	background-image:url(../bilder/nottaris_header_12.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

.bild_header13 {
	background-image:url(../bilder/nottaris_header_18.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:200px;
}

#inhalt {
	margin:0px auto 50px auto;
	max-width:1000px;
	overflow:visible;
	padding:10px 20px 50px 20px;
}

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

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

#inhalt a:link, #inhalt a[ma] {
	color:#fff;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration:underline;
	cursor: pointer;
}

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

#inhalt a:hover {
	color:#7d7d7d;
	text-decoration:underline;
}

#inhalt a:active {
	color:#7d7d7d;
	text-decoration:underline;
}

#einfuehrung {
	margin-bottom:40px;
}
		
#ref1 { 
	/* border:1px solid #fff; */
	float:left;
	margin:0px;
	padding:0px;
	width:33.3333%;
}	

#ref2 {
	/* border:1px solid #fff; */
	float:left;
	padding:0px;
	width:33.3333%;
}	

#ref3 { 
	/* border:1px solid #fff; */
	float:left;
	padding:0px;
	width:33.3333%;
}
		
 
 
#downloadboxen {
	color:#fff;
	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:#fff;
	display:block; /* dass es sich wie ein DIV verhält */
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:normal;
	text-decoration:none;
}

#downloadboxen a:hover {
	color:#7d7d7d;
}

#download1 { 
	/* border:1px solid #fff; */
	float:left;
	padding:0px;
	width:33.3333%;
}	

#download2 {
	/* border:1px solid #fff; */
	float:left;
	padding:0px;
	width:33.3333%;
}	

#download3 { 
	/* border:1px solid #fff; */
	float:left;
	padding:0px;
	width:33.3333%;
}		

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

#refbox1 {
	/* border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox2 {
	/*border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox3 {
	/*border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox4 {
	/*border:1px solid #fff; */
	float:left;
	width:24.2%; /* 242 / 1000 */
}

#refbox5 {
	/*border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox6 {
	/*border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox7 {
	/*border:1px solid #fff; */
	float:left;
	margin-right:10px;
	width:24.2%; /* 242 / 1000 */
}

#refbox8 {
	/*border:1px solid #fff; */
	float:left;
	width:24.2%; /* 242 / 1000 */
}

#kontakt {
	float:left;
	margin-right:10px;
	margin-bottom:60px;
	padding:0px;
	width:66%;
}

#kontakt_klein {
	display:none;
}

#adresse {
	float:right;
	margin:0px;
	weight:30%;
}

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

#adresse a:visited {
	color:#fff;
}

#adresse a:hover {
	color:#7d7d7d;
	text-decoration:none;
}

#adresse a:active {
	color:#7d7d7d;
	text-decoration:none;
}

#adresse800 {
	display:none;
}

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

#adresse800 a:visited {
	color:#fff;
}

#adresse800 a:hover {
	color:#7d7d7d;
	text-decoration:none;
}

#adresse800 a:active {
	color:#7d7d7d;
	text-decoration:none;
}

form {
  position: relative;
}

input {
	background-color:#ccc; 
	border:0px;
	border-radius:2px; 
	font-size:14px;
	margin: 2px 0px 5px 130px;
	padding:5px;
	width:450px;
}

input:hover {
	background-color:#8e8e8d; 
}

input[type="radio"] {
	font-size:0.9em;
	margin-left:130px;
	margin-bottom:15px;
	width:25px;
}

input[type="radio"].mann {
	margin-left:30px;
}

.plz {
	margin-right:3px;
	width:63px;
}

.ort {
	margin:0px;
	width:370px;
}

.senden {
	margin: 10px 0px 0px 0px;
	width:auto;
}

label { 
	color:#fff;
	display:block;
	font-size:0.9em;
	font-weight:600;
	line-height:2;
	width:auto;
	position:absolute;
	left:0;
}

select { 
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	margin:4px 0px 5px 130px;
	height:30px;
	width: 460px
}

textarea {
	background-color:#ccc;
	border:0px; 
	border-radius:2px;
	font-family: 'Open Sans', Arial, sans-serif; 
	font-size:14px;
	margin-top:5px;
	margin-left:0px;
	height:150px;
	padding:5px;
	width:93%;
}

textarea:hover {
	background-color:#8e8e8d; 
}

#bemerkung {
	margin-top:20px;
}

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

#fusszeile {
	background:#4e4e4d;
	/* background:#868585; */
	border-top:2px solid #B3353B;
	clear:both;
	color:#fff;
	float:left;
	font-size:0.8em;
	height:50px;
	line-height:5px;
	margin-top:20px;
	padding:20px 20px 25px 20px;
	text-align: center;
	width:100%;
	
	/* POSITION */
	position:fixed; /* verschiebt sich nicht */
	bottom:0px;
	right:0px;
}

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

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

#fusszeile a:hover {
	color:#7d7d7d;
}

#fusszeile a:active {
	color:#fff;
	text-decoration:none;
}

#ipad {
	 margin: 10px;
}

#fusszeile_klein {
	display:none;
}


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

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

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

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

#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:#fff;
    text-decoration:none;
    display:inline-block;
}

ul#social li a:hover {
    color:#7d7d7d;
}


/* ======================= 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 {
    color:#fff;
    text-decoration:none;
    display:inline-block;
}

ul#nav li a:hover {
    color:#7d7d7d;
}


/* Drop-Down Navigation */
ul#nav li:hover > ul{
	
/*these 2 styles are very important, being the ones which make the drop-down to appear on hover */
	visibility:visible;
    opacity:1;
}

ul#nav li ul li:hover{
	color:#fff;
}

ul#nav ul, ul ul li ul {
    list-style: none;
    margin:0px;
    padding:0px;    

/*the next 2 styles are very important, being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
    width:auto;
	
/* css3 transitions for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
    -o-transition:opacity 0.2s linear, visibility 0.2s linear; 
    transition:opacity 0.2s linear, visibility 0.2s linear;     
}

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;
}

.nowrap {
	white-space: nowrap;
}




/* ======================= CLASS ======================= */
.kleinerabsatz {
	font-size: 0.5em;
	
}

h1 {
	color:#fff;
	font-size:1.8em;
	line-height: 1.1em;
	text-shadow: 0 0 0.2em #000;
}

h2 {
	color:#fff;
	font-size:1.1em;
	font-weight:600;
	margin-bottom:5px;
}

h2.wenigerabstand {
	margin-top: 0px;
}

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

h3 {
	color:#fff;
	font-size:0.9em;
	margin:0px 0px 5px 0px;
}

p {
	color:#fff;
	font-size:0.9em;
	margin:0px 0px 30px 0px;
}

.kleinerabstand {
	margin-bottom:15px;
}


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

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

#inhalt li {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 0.9em;
}


hr {
	border:1px solid #5e5e5d;
	margin:30px 0px 0px 0px;
}

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


iframe {
	height:510px;
	margin-bottom:100px;
}
iframe.blocked-loading {
	background: #000000;
}
iframe.blocked-loading.map-nottaris {
	background-repeat: no-repeat;
	background-size: cover;
}
iframe.blocked-loading.map-nottaris.map-h {
	background-image: url('../bilder/karte-h.jpg');
}
iframe.blocked-loading.map-nottaris.map-v {
	background-image: url('../bilder/karte-v.jpg');
}

.formularradio {
	font-size:0.9em;
}

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

.middle {
	font-size:0.8em;
}

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

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

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

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

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

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

#respnavigation {
	display:none;
}
#respnavigation ul li ul{
	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;
}

div.cookie-banner.hidden {
	display: none;
}
div.cookie-banner {
	position: fixed;
	display: inline-block;
	right: 0;
	bottom: 50px;
	left: 0;
	border-top: 2px solid #B3353B;
	box-shadow: 0 -5px 10px #333333;
	background-color: #e3e3e3;
	color: #000000;
}
div.cookie-banner .content {
	position: relative;
	margin: 0 auto;
	padding: 15px 20px 15px 20px;
	max-width: 1000px;
	line-height: 1.3em;
	font-size: 1.1em;
	text-align: left;
}
#inhalt .cookie-banner .content a,
div.cookie-banner .content a {
	text-decoration: underline;
	color: #000000;
}
#inhalt .cookie-banner .content a:hover,
div.cookie-banner .content a:hover {
	color: #7d7d7d;
}
div.cookie-banner .content .accept-cookies {
	float: right;
	display: inline-block;
	margin: 3px;
	margin-right: 0;
	padding: 4px;
	border: 1px solid #B3353B;
	cursor: pointer;
}
div.cookie-banner .content .accept-cookies:hover,
div.cookie-banner .content .accept-cookies:focus {
	box-shadow: 0 0 2px #333333;
	background-color: #B3353B33;
}

@media screen and (max-width: 1024px) { 
	hr {
		width:100%;
	}
	
	#navigation {
		display:none;
	}
	
	#respnavigation {
		clear:both;
		display:block;
		height:auto;
		margin-left: 40px;
		margin-right: 40px;
		
	}
	/* NOCH DESIGNEN */
	
	#respnavigation ul li{
		background-color:#5e5e5d;
		margin:0px;
		padding:0px 5px 0px 5px;
	}
	
	#respnavigation ul li ul{
		display:none;
		margin:0px;
	}
	
	#respnavigation ul li ul li{
		border-bottom:1px solid #4e4e4d;
		background-color:#6e6e6d;
		font-size:1em;
		height:30px;
		line-height:30px;
	}
	
	#respnavigation ul li ul li:hover{
		color:#fff;
	}
	
	#respnavigation ul{
		background:none;
		border:0 none;
		line-height:30px;
		list-style: none;
		margin-left:0px;
		margin-right:0px;
		text-decoration:none;
		padding:0px;
	}
		
	#inhalt {
		margin-left:40px;
		margin-right:40px;
		margin-bottom: 60px;
		padding-left:0px;
		padding-right:0px;
	}
	
	#titelbalken {
		margin:20px 40px 20px 40px;
		height:30px;
	}
	
	#logo {
		width:50%;
		padding:0px;
	}
	
	#socialmedia {
		font-size:1.2em;
	}
	
	#kontakt {
		display:none;
	}
	
	#kontakt_klein {
		display:block;
	}
	
	input {
		margin: 5px 0px 5px 0px;
		width: 100%;
	}
	
	input[type="radio"] {
		margin-left: 100px;
	}
	
	.plz {
		margin: 5px 0px 5px 0px;
		width: 100%;
	}
	
	.ort {
		margin: 5px 0px 5px 0px;
		width: 100%;
	}
	
	select { 
		margin: 5px 0px 5px 0px;
		width:100%;
	}
	
	textarea {
		width:100%;
	}
	
	#adresse {
		display:none;
	}
	
	#adresse800 {
		display:block;
		margin-top:50px;
	}
	
	iframe {
		width:100%;
	}
	
	.maps {
		float:right;
		width:100%;
	}
	
	#fusszeile_klein {
		display:none;
	}
	
	div.cookie-banner .content {
		margin: 0 40px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 850px) {
	div.cookie-banner {
		bottom: 70px;
	}
	#fusszeile {
		display:none;
	}
	#fusszeile_klein {
		background:#4e4e4d;
		border-top:2px solid #B3353B;
		clear:both;
		color:#fff;
		display:block;
		font-size:0.8em;
		height:70px;
		line-height:1.5em;
		margin-top:20px;
		padding: 5px 8px 60px 8px;
		text-align: center;
		width:100%;

		/* POSITION */
		position:fixed; /* verschiebt sich nicht */
		bottom:0px;
		right:0px;
	}
	#fusszeile_klein .ln-address {
		display: none;
	}
	#fusszeile_klein .link-icons {
		display: none;
	}
}
@media screen and (max-width: 800px) {
		#respnavigation ul li {
			font-size:14px;
		}
		
		#respnavigation ul li ul li {
			font-size:14px;
		}
		
		#fusszeile {
			font-size:0.8em;
			line-height:1.2em;
			height:70px;
		}
		
		#download1 {
			width:100%
		}
			
		#download2 {
			width:100%
		}
			
		#download3 {
			width:100%
		}
		
		#logo {
			width:65%;
			padding:0px;
		}
		
		#kontakt {
			display:none;
		}
	
		#kontakt_klein {
			display:block;
		}
		
		input {
				margin: 5px 0px 5px 0px;
		}
}
@media screen and (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%;
	}
	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%;*/
		width: 33%;
	}
	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 screen and (min-width: 682px) and (max-width: 850px) { 
	
	div.tiles > .item h2 {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 680px) { 
	div.tiles > .item {
		width: 100%;
	}
	div.tiles > .item h2 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 640px) {
			#respnavigation ul li {
				font-size:14px;
			}
		
			#respnavigation ul li ul li {
				font-size:14px;
			}
					
			#socialmedia {
				font-size: 1.2em;
			}
			
			#kontakt {
				display:none;
			}
	
			#kontakt_klein {
				display:block;
			}
			
			input {
				margin: 5px 0px 5px 0px;
			}
			
			label {
				font-size: 14px;
			}
			
			select {
				font-size:14px;
				margin:9px 0px 5px 0px;
				width: 100%;
			}
			
			.normal {
				font-size: 14px;
			}
			
			input[type="radio"] {
				margin-left: 100px;
				margin-right:0px;
			}
			
			input[type="radio"].mann {
				margin-right: 0px;
			}
			
			p {
				font-size: 14px;
				line-height: 17px;
			}
			
			h1 {
				font-size: 1.6em;
			}
			
			h2 {
				font-size: 1.4em;
			}
			
			h3 {
				font-size: 1.2em;
				margin: 15px 0px 5px 0px;
			}
			
			#inhalt li {
				font-size: 1.2em;
				line-height: 1.4em;
			}
			
			#download1 {
				width:100%
			}
			
			#download2 {
				width:100%
			}
			
			#download3 {
				width:100%
			}
			
}
@media screen and (max-width: 580px) {
	#socialmedia {
		font-size: 1.0em;
	}
}
@media screen and (max-width: 570px) {
	#fusszeile_klein {
		font-size:0.7em;
	}
}
@media screen and (max-width: 540px) {
	#socialmedia {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 500px) {
	#socialmedia {
		display: none;
	}
	#fusszeile_klein .link-icons {
		display: initial;
	}
}
@media screen and (max-width: 480px) { 
				#titelbalken {
					margin:20px 40px 20px 40px;
					height:30px;
				}
				
				#logo {
					width:100%;
				}
				
				#socialmedia {
					font-size:2.2em;
					line-height:2.2em;
				}
				
				h1 {
					font-size: 2em;
				}
				
				h2 {
					font-size: 1.5em;
					margin-top: 60px;	
				}
				
				h3 {
					font-size: 12px;
					margin: 20px 0px 15px 0px;
				}
				
				p {
					font-size: 12px;
				}
				
				#ref1 {
					width:100%;
				}
				
				#ref2 {
					margin-top:-25px;
					width:100%;
				}
				
				#ref3 {
					margin-top:-25px;
					width:100%;
				}
				
				#inhalt ul {
					font-size: 1em;
				}
				
				#kontakt {
					display:none;
				}
				
				#kontakt_klein {
					display:block;
				}
				
				iframe {
					width:100%;
				}
}
@media screen and (max-width: 470px) {
	
	#fusszeile_klein {
		/*height: 80px;*/
	}
	#fusszeile_klein .page-links {
		display: inline-block;
	/*	width: 100%;*/
	}
	
	div.cookie-banner {
		/*bottom: 80px;*/
	}
}		
@media screen and (max-width: 375px) {
					#titelbalken {
						margin:10px 40px 30px 40px;
						height:10px;
					}
					
					#logo {
						width:100%;
					}
										
					#bild_header {
						border-top:2px solid #B3353B;
						border-bottom:2px solid #B3353B;
						background-size:cover;
					}

					.bild_header1 {
						background-image:url(../bilder/nottaris_header_01.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header2 {
						background-image:url(../bilder/nottaris_header_02.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header3 {
						background-image:url(../bilder/nottaris_header_03.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header4 {
						background-image:url(../bilder/nottaris_header_04.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header5 {
						background-image:url(../bilder/nottaris_header_05.jpg);
						background-repeat:no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header6 {
						background-image:url(../bilder/nottaris_header_06.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header7 {
						background-image:url(../bilder/nottaris_header_07.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header8 {
						background-image:url(../bilder/nottaris_header_08.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header9 {
						background-image:url(../bilder/nottaris_header_09.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header10 {
						background-image:url(../bilder/nottaris_header_10.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header11 {
						background-image:url(../bilder/nottaris_header_11.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header12 {
						background-image:url(../bilder/nottaris_header_12.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					.bild_header13 {
						background-image:url(../bilder/nottaris_header_13.jpg);
						background-repeat: no-repeat;
						background-size:cover;
						height:100px;
					}
					
					
					#respnavigation ul li {
						font-size:15px;
					}
					
					h1 {
						font-size: 24px;
					}
					
					h2 {
						font-size: 17px;
						margin-top:20px;
					}
					
					h3 {
						font-size: 14px;
						margin-top:5px;
						margin-bottom:3px;
					}
					
					p {
						font-size: 14px;
						margin-bottom:10px;
					}
					
					#inhalt ul {
   						font-size: 14px;
					}
					
					#inhalt li {
						font-size: 14px;
					}
					
					#ref1 {
						width:100%;
					}
				
					#ref2 {
						margin-top:-28px;
						width:100%;
					}
				
					#ref3 {
						margin-top:-28px;
						width:100%;
					}
					
					#kontakt {
						display:none;
					}
					
					#kontakt_klein {
						display:block;
					}
					
					.kontakt_zeile {
						width:100%;
						clear:both;
						display:block;
					}
					
					label {
						font-size: 14px;
					}
					
					input {
						font-size: 14px;
						margin:5px 0px 5px 0px;
						width:100%;
					}
					
					#ort_plz {
						margin:5px 0px 0px 0px;
						width:100%;
					}
					
					.plz {
						font-size: 14px;
						margin:5px 0px 5px 0px;
						width:100%;
					}
					
					.ort {
						font-size: 14px;
						margin:5px 0px 5px 0px;
						width:100%;
					}
					
					select {
						margin:5px 0px 0px 0px;
						width:100%;
					}
					
					input[type="radio"] {
   						margin: 8px 0px 5px 90px;
					}
					
					.normal {
    					font-size: 14px;
					}
					
					.senden {
						margin-bottom:40px;
					}
					
					
					}
@media screen and (max-width: 355px) {
	
	#fusszeile_klein {
		height: 80px;
	}
	#fusszeile_klein .first-separator {
		display: none;
	}
	#fusszeile_klein .ln-address {
		display: inline;
	}
	div.cookie-banner {
		bottom: 80px;
	}
}
@media screen and (max-width: 345px) {
	
	#fusszeile_klein .link-icons {
		display: none;
	}
}
@media screen and (max-width: 240px) {
	#fusszeile_klein {
		height: 100px;
	}
	div.cookie-banner {
		bottom: 100px;
	}
}
