/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v18-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}



/*! normalize.css v6.0.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{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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}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{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}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(50,40,40);
	height: 100%;
	font: 400 1em/1.25em 'Source Sans Pro', sans-serif;
	background-color: rgb(255,255,255);
	position: relative;
}
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;
}
a {	color: inherit;	outline: none;}
a:hover {
	color: rgb(239,125,0);
	text-decoration: underline;
}
strong { font-weight:700;}
.clear { 	clear: both;	line-height: 0px;	height: 0px;}
.clear:after {     content:"";    display:block;    clear:both;}
/*-------------------------------------------------------------------------------------*/
* {
	-webkit-transition: all 0.15s;
	transition: all 0.15s;}
header {
	margin: 0 auto;
	text-align: center;
	position: relative;
	text-align: left;
	background-color: rgb(255,238,213);
	height:4.5em;
	position:relative; z-index:250;
} 
header:after { content:''; position:absolute; bottom:-3vw; height:6vw; width:100%; left:0; right:0; background-color:rgb(255,238,213); 
	border-bottom: 10px solid rgb(239,125,0);
transform:skew(0,-3deg);
-ms-transform:skew(0,-3deg);
-webkit-transform:skew(0,-3deg);  z-index:-1;}
.logo {
	z-index: 100;
	position: absolute;
	padding: 1em;
}
.logo img { height:50px; width:auto;}
/*----------------------------------------------------------------*/
.bild {
	/* [disabled]z-index: -2; */
	position: relative;
	padding: 0;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat center center;
	width: 100%;
}
.bild img {
	width: 100%;
	margin: 0 auto;
	height: auto;}

.slide-progress {
	width: 0;
	max-width: 100%;
	height: 6px;
	background: rgba(87,87,86,0.5);
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	transition: width 5000ms linear;
}
/*----------------------------------------------------------------*/
main {
	position: relative;
	padding: 0;
	margin: auto;
	z-index:1;
}
main:before { content:''; position:absolute; top:-3vw; height:6vw; width:100%; left:0; right:0; background-color:rgb(255,255,255); 
	border-top: 10px solid rgb(239,125,0);
transform:skew(0,-3deg);
-ms-transform:skew(0,-3deg);
-webkit-transform:skew(0,-3deg);  z-index:-1;}
.content {
	margin: 0 auto;
	padding: calc(0.5em + 0.5vw + 0.5vh) 0;
	max-width: 1250px;
}
.content .flex > div { padding: 1.5em;}
.content-13 { background: rgb(255,238,213) url(../images/blume.png) no-repeat right bottom; }
/*----------------------------------------------------------------*/
.button {
	padding: 0.5em;
	display: inline-block;
	text-decoration: none;
	margin: 0.25em 0;
	border-radius: 0.5em;
	background-color: rgb(255,255,255);
	color: rgb(239,125,0);
	border:1px solid rgb(239,125,0);
}
.button:hover {
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: rgb(239,125,0);
}
/*----------------------------------------------------------------*/
.galerie {
	position: relative;
	padding: 2em 0;
	text-align: center;
}
.galerie ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1250px;
}
.galerie ul li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	min-width: 150px;
	flex: 0 0 33%;
}
.galerie ul li img, .galerie ul li a {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.galerie ul li a {
	display: block;
	position: relative;
	overflow:hidden;
}
.galerie ul li img {
	height: auto;
	width: 100%;
	border: 2px solid rgba(239,125,0,0.5);
	border-radius: 0.5em;
}
.galerie ul li a img:hover { border: 2px solid rgb(239,125,0); 
}
/*----------------------------------------------------------------*/
footer{
	padding: 2em 1em;
	margin: 0 auto;
	background-color: rgb(255,238,213);
	text-align: center;
	color: #000;
	position: relative;
	font-size: 0.75em;
	transform: skew(0,-3deg);
	-ms-transform: skew(0,-3deg);
	-webkit-transform: skew(0,-3deg);
}
footer p {
	 transform:skew(0,3deg);
-ms-transform:skew(0,3deg);
-webkit-transform:skew(0,3deg);}
footer a { text-decoration-color: rgba(255,255,255,0.5);}
footer a:hover, footer a:focus {
	text-decoration-color: rgba(192,13,13,0.5);
	color: rgb(239,125,0);
	background-color: rgb(255,255,255);
	border-radius:2px;
}
footer ul {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
} 
footer ul li { flex:1 1 auto; padding:0 2em 2em 0;}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
}
h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: rgb(239,125,0);
}
h2 {
	font-size: 1.25em;font-weight: 700;
	color: rgb(239,125,0);
}
h3 { font-size: 1.125em;  font-weight: 700;}

.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(239,125,0);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 20px auto;
	width: 34%;
}
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0 -1em 0 0;
	display: flex;
	flex-flow: wrap;
}
.half {
	text-align: left;
	flex: 1 0 48%;
	padding: 0 2em 1em 0;
}
form {
	margin: 0;
	padding: 0;
	display: block;}
input, textarea {
	position: relative;
	border: 1px solid rgb(239,125,0);
	width: 100%;
	padding: 0px 0.25em;
	color: #000;
	height: 2em;
	font: normal 1em/1.25em 'Source Sans Pro', sans-serif;
	border-radius: 0.25em;
	background-color: rgba(255,238,213,0.25);
}
.short { width:50px;}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;}
textarea {
	height: 170px;
}
input:focus, textarea:focus {	border: 1px solid rgb(179,72,26);}
.send {
	margin: 0 auto;
	cursor: pointer;
	height: 2.5em;
	text-decoration: none;
	font: 1.5em/1.25em 'Source Sans Pro', sans-serif;
	border: 1px solid #fff;
	color: rgb(239,125,0);
	background-color: rgb(255,238,213);
	border-radius: 0.5em;
	width:150px;
	border:1px solid rgb(239,125,0);
}
.send:hover, .send:focus {
	background-color: rgb(239,125,0);
	color: rgb(255,255,255);

}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 8px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;}
.pflicht {
	line-height: 15px;
	color: #B41412;
	font-weight: 500;}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
.galerie ul li {
	flex: 0 0 50%;
}
}
@media only screen and (max-width: 759px) {	
	header, .bild { position:relative;}
	nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
	text-align: right;
	}
	nav ul li a {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 4px auto;
	display: inline-block;
	font-size: 1.125em;
	line-height: 44px;
	height: 44px;
	text-align: center;
	color: rgb(255,255,255);
}
	nav a:hover, nav a:focus, nav a.aktiv {
	background-color: rgb(255,255,255);
	color: rgb(239,125,0);
	text-decoration: none;
	border-radius: 0.5em;
}
	#menuToggle {
	display: block;
	position: fixed;
	top: 1em;
	right: 1em !important;
	width: 44px;
	z-index: 150;
	padding: 8px 0 4px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(239,125,0);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	border-radius: 4px;
	}
	#menuToggle input {
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		top: -7px;
		left: -5px;
		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: 34px;
	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;
	border-radius: 2px;
}
	#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: fixed;
	width: 240px;
	margin: 0;
	padding: 20px;
	padding-top: 80px;
	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(239,125,0);
	background-size: 500%;
	right: 0;
	top: 0;
	border-radius: 0em 0em 0em 1em;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 760px){
 .logo { top:3em; left:3vw;}
 .logo img { height:70px;}
header {
	text-align: right;
	height: 8em;
}
.sticky nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	border-bottom: 5px solid rgb(239,125,0);
	background-color: rgb(255,238,213);
}
.flex {  width:100%; display:flex; flex-flow:row wrap;}
.flex > div { padding: 2em; }
.content-13 {
	width: 33%;
	background-color: rgb(255,238,213);
	border-radius: 1em;
}
.content-23 { width: 66%; }
/*--------------------------*/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
nav {
	text-align: center;
	margin: 0 auto;
	padding-top:0.25em;
	line-height: 2.5em;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
nav ul li {
	margin: 0;
	padding: 0;
	position:relative;
	flex: 0 0 auto;
}
nav a {
	font-size-adjust: none;
	font-size: 1.125em;
	line-height: 2.5em;
	display: block;
	margin: 0 0.25em;
	padding: 0 0.75em;
	text-decoration: none;
	color: rgb(87,87,86);
	font-weight: 600;
	border-radius: 0.5em;
}
nav a:hover, nav a.aktiv {
	position: relative;
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: rgb(239,125,0);
}
}
@media only screen and (min-width: 920px){
	header { height: 4.5em; }
	.logo { top:0em; left:0;}
	.sticky .logo { position:fixed; top:-0.5em; z-index:250; } 
	.sticky .logo img { height:35px;}

	nav {padding-top:0.75em;} 
	nav ul { margin:0; text-align:right; justify-content:flex-end; }
	}
@media only screen and (min-width: 1200px){	
	.logo { margin-left:5%;}
	nav ul { margin-left:23%;  justify-content:flex-start; }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
.owl-dots { transform:skew(0, -3deg) !important; bottom: 3vw !important; z-index:150;}
/*-----------------------------------------------------------------------*/
#totop {
	position: fixed;
	z-index: 150;
	right: 0;
	bottom: calc(5vw + 5vh);
	text-decoration: none;
	opacity: 0;
	padding: 6px 8px;
	margin: 0;
	color: rgb(255,255,255);
	background-color: rgb(239,125,0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius:0.5em 0 0 0.5em;
}
#totop:hover {
	color: rgb(239,125,0);
	background-color: rgb(255,255,255);
	box-shadow: 0 0 10px rgb(50,40,40);
}
#totop.show { cursor: pointer;	opacity: 1.0;}
/*---------------------------------------------------------------------------------------*/
::-moz-selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
	 ::selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
/* { background-color:rgba(0,0,0,0.05);}*/
