/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v20-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-serif-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-v20-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}


/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{ font-family: Verdana, Geneva, sans-serif; font-size: 100%; line-height: 1.15; margin: 0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: rgb(35,35,35);
	height: 100%;
	font: 1rem/1.375em 'Noto Serif', serif;
}
table, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: top;
}
strong {
	font-weight: 700;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
	color: rgb(247,73,36);
}
[href^="tel"] {
text-decoration:none; padding-right:24px; position:relative;
}
[href^="tel"]:after {
	content: ""; position:absolute; right:0px; bottom:2px;
	height: 18px; width: 18px; 
	background: url(../images/tel.png) no-repeat center center; 
	background-size: contain;
}
[href^="tel"]:hover:after {
	content: ""; position:absolute; right:0px; bottom:2px;
	height: 18px; width: 18px; 
	background: url(../images/tel-hover.png) no-repeat center center; 
	background-size: contain;
}
/*---------------------------------------------------*/
header, nav, .bild, .center, .content, .content-left, .content-right, footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
header {
	z-index: 2;
	padding: 1em;
}
.logo {
	margin: 0 1em 0 0;
	padding: 0;
	position: relative;
}
.logo-text {
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 1em 0 0 0;
}
nav {
	background: rgb(93,117,189);
	padding: 0.25rem;
}
/*---------------------------------------------------*/
.bild {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}
.bild img {
	height: auto;
	width: 100%;
	margin: 0 auto;
}
/*----------------------------------------------------------------*/
.content-left, .content-right {
	padding: 0;
	margin: 0 0 1em 0;
}
.content {
	padding: 2em;
	background: url(../images/bg-content.png) no-repeat right bottom;
}
.content-right {
	padding: 1em 0em 1em 1.5em;
	border-top: 6px solid rgb(247,73,36);
	border-bottom: 6px solid rgb(247,73,36);
	/*background: rgb(254,241,239);*/ background-color: rgba(247,73,36,0.075);
	width: 290px;
}
.content-right td {
	padding: 0.25em;
}
.content-right tr td:first-child {
	text-align: left;
	font-weight: bold;
}
.content-right tr td:last-child {
	text-align: right;
}
.adresse {
	padding: 0.75em 2em;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.clear:after {
	content: " ";
	display: block;
	clear: both;
}
footer {
	font-size: 0.75em;
	text-align: right;
	border-top: 5px solid rgb(93,117,189);
	padding: 0.5em;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #000;
}
/*----------------------------------------------------------------*/
.galerie {
	margin: 0 0 1.5em 0;
}
.galerie ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.galerie ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 1%;
	width: 48%;
	display: block;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	display: block;
	width: 100%;
	height: auto;
}
.galerie ul li img {
	border: 2px solid rgb(200,200,200);
}
.galerie ul li a:hover img {
	border: 2px solid rgb(247,73,36);
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	line-height: 1.375rem;
}
h1, .h1 {
	font-size: 2em;
	line-height: 1.25em;
}
h2 {
	font-size: 1.375em;
	margin: 0 0 0.25em 0;
}
.content-right h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.125em;
}
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5D75BD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0 0 8px 0;
	width: 66%;
}
/*----------------------------------------------------------------*/
#formular, form {
	position: relative;
	alignment-adjust: 0;
	margin: 0;
	padding: 0;
	max-width: 650px;
}
input, textarea, select {
	position: relative;
	border: 1px solid rgb(93,115,190);
	width: 100%;
	padding: 0.25em;
	color: rgb(93,115,190);
	height: 2rem;
	font: 1em/1.75em 'Noto Serif', serif;
	border-radius: 0.25em;
	margin: 0 0 0.75em 0;
	line-height: 2rem;
	background-color: rgba(93,115,190,0.025);
}
input::placeholder, textarea::placeholder {
 color: rgb(93,115,190);
}
textarea {
	height: 8em;
	line-height: 1.125em;
}
input:focus, textarea:focus {
	border: 1px solid rgb(247,73,36);
	color: #333;
}
.send {
	margin: 0 auto;
	width: 100%;
	max-width: 290px;
	cursor: pointer;
	padding: 0.25rem 2rem;
	background-color: rgba(93,117,189,0.1);
	border-top: 4px solid rgb(93,117,189);
	border-bottom: 4px solid rgb(93,117,189);
	border-left: 0;
	border-right: 0;
	font-family: 'Noto Serif', serif;
	font-size: 1.25em;
}
.send:hover, .send:focus {
	background-color: rgb(247,73,36);
	border-color: rgb(247,73,36);
	color: #fff;
}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/
/*---------------------------------------------------------------*/  
@media only screen and (max-width: 360px) {
	.content-right tr td { display: block;}
}
@media only screen and (min-width: 400px) {
	.logo, .logo-text { float: left;}
	.logo { position: relative;	}
}
@media only screen and (max-width: 559px) {
	header { padding: 0.5em;}
	.logo-text {
		font-size: 1em;
		padding: 0.5em 0 0 0;	}
	.logo img {
		height: 80px !important;
		width: auto;	}
}
@media only screen and (max-width: 759px) {
	.logo img {
		width: auto;
		height: 120px;
	}
	.adresse {
		color: #fff;
		background-color: rgb(93,117,189);
	}
	[href^="tel"]:after {
		content: ""; position:absolute; right:0px; bottom:2px;
		height: 18px; width: 18px; 
		background: url(../images/tel-weiss.png) no-repeat center center; 
		background-size: contain;
	}
	.content-right [href^="tel"]:after { display:none;}
	.content, .adresse {
		padding: 1em;
	}
	h1 {
		font-size: 1.5em;
	}
	.content-left td {
		display: block;
		width: 100%;
	}
	.content-right {
		border-top: 0px solid rgb(247,73,36);
		border-bottom: 0px solid rgb(247,73,36);
		border-left: 6px solid rgb(247,73,36);
		border-right: 6px solid rgb(247,73,36);
		width: auto;
		padding-left: 2vw;
	}
	/*---------------------*/
	nav {
		z-index: 100;
	}
	nav, nav ul, nav ul li {
		padding: 0;
		margin: 0;
		list-style: none;
		postition: relative;
	}
	nav ul li a {
		text-decoration: none;
		padding: 0.5em 0;
		margin: 2px 0;
		display: block;
		text-align: center;
		color: rgb(255,255,255);
		letter-spacing: 1px;
	}
	nav a:hover, nav a:focus, nav .aktiv {
		background-color: rgb(255,255,255);
		color: rgb(93,117,189);
	}
	nav .aktiv:focus {
		color: #000;
	}
	#menuToggle {
		display: block;
		position: fixed;
		top: 1em;
		right: 1em !important;
		width: 48px;
		z-index: 10;
		padding: 7px 0 3px 5px;
		-webkit-user-select: none;
		user-select: none;
		background-color: rgb(93,117,189);
		box-shadow: 0 0 2px rgba(0,0,0,0.5);
		border: 3px solid rgb(93,117,189);
	}
	#menuToggle input {
		display: block;
		width: 48px;
		height: 48px;
		position: absolute;
		top: -6px;
		left: -3px;
		cursor: pointer;
		opacity: 0; /* hide this */
		z-index: 200 !important; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}
	/* Just a quick hamburger */
	#menuToggle span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;
		background-color: rgb(255,255,255);
		z-index: 3;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
	}
	#menuToggle span:first-child {
		transform-origin: 0% 0%;
	}
	#menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}
	/* Transform all the slices of hamburger into a crossmark */
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #fff;
	}
	/*hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}
	/* the last one go the other direction */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(0, -1px);
	}
	/*	 * Make this absolute positioned at the top right of the screen	 */
	#menu {
		position: absolute;
		width: 250px;
		margin: -100px 0 0 -197px;
		padding: 20px;
		padding-top: 125px;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */	  
		transform-origin: 0% 0%;
		transform: translate(0, -300%);
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
		background-color: rgb(93,117,189);
		background-size: 500%;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 760px) {
	#menuToggle input {
		display: none;
	}
	#menuToggle {
		margin: 0 auto;
		position: relative;
	}
	nav {
		margin: 0 auto 1em;
		padding: 0;
		position: relative;
		background-color: rgb(93,117,189);
		text-align: center;
	}
	nav ul {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
	}
	nav ul li {
		padding: 0;
		margin: 0 1vw;
		text-align: center;
		display: inline-block;
	}
	nav a {
		text-decoration: none;
		display: block;
		padding: 0 1vw;
		margin: -4px 0;
		font-size: 1.25em;
		line-height: 2.5em;
		color: rgb(255,255,255);
		position: relative;
		border-top: 4px solid rgb(255,255,255);
		border-bottom: 4px solid rgb(255,255,255);
		background: #5C74BE;
	}
	nav a:hover {
		color: rgb(255,255,255);
		background-color: rgba(255,255,255,0.5);
	}
	nav a.aktiv {
		background: rgb(255,255,255);
		color: rgb(93,117,189);
		border-top: 4px solid rgb(93,117,189);
		border-bottom: 4px solid rgb(93,117,189);
	}
	/*--------------------------------------------------------------*/	
	.left {
		float: left;
		margin: 0 1em 1em 0;
	}
	.right {
		float: right;
		margin: 0 0 1em 1em;
	}
	/*--------------------------------------------------------------*/
	
	.galerie ul li {
		width: 31%;
	}
	.container {
		position: relative;
		max-width: 1200px;
		margin: auto;
	}
	.adresse {
		position: absolute;
		top: 2.25em;
		right: 0em;
		z-index: 50;
		line-height: 1.25rem;
		text-align: right;
	}
}
@media only screen and (min-width: 980px) {
	.logo-text {
		font-size: 2em;
	}
	.adresse {
		top: 3em;
	}
	.anchorlink {
		display: none;
	}
	.content {
		padding: 2em 3em;
		min-height: 480px;
		position: relative;
	}
	.content-right {
		float: right;
	}
	.content-left {
		float: left;
		width: 70%;
		width: calc(100% - 320px);
		max-width: 740px;
		padding-top: 1em;
	}
	.galerie ul li {
		width: 31%;
		margin: 1%;
		min-width: 150px;
	}
}
/*---------------------------------------------------------------------------------------*/
::-moz-selection { background: #ccc;}
::selection { background: #ccc;}
/* { background-color:rgba(50,50,50,0.1);}
