/* Fonts und Symbole */
@import url('fonts/genericons.css');

/* source-code-pro-200 - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/source-code-pro-v7-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Source Code Pro ExtraLight'), local('SourceCodePro-ExtraLight'),
       url('fonts/source-code-pro-v7-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-code-pro-v7-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-code-pro-v7-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-code-pro-v7-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-code-pro-v7-latin-200.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}
/* source-code-pro-300 - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/source-code-pro-v7-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Code Pro Light'), local('SourceCodePro-Light'),
       url('fonts/source-code-pro-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-code-pro-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-code-pro-v7-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-code-pro-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-code-pro-v7-latin-300.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}
/* source-code-pro-600 - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/source-code-pro-v7-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Code Pro Semibold'), local('SourceCodePro-Semibold'),
       url('fonts/source-code-pro-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-code-pro-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-code-pro-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-code-pro-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-code-pro-v7-latin-600.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}
/* source-code-pro-regular - latin */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-code-pro-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Code Pro'), local('SourceCodePro-Regular'),
       url('fonts/source-code-pro-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-code-pro-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-code-pro-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-code-pro-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-code-pro-v7-latin-regular.svg#SourceCodePro') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* Allgemeine Angaben */
html {
	font-size: 16px;
	font-size: 100%;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400; 
	color:#666;
	background-color: #ff585d;
	line-height:1.3;
	word-wrap:break-word;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;	
}
img {
	border: 0;
}
figure {
	float: left;
	margin: 0px 15px 5px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
figcaption {
	text-align: center;
	color: #999;
	font-size: 12px;
	font-size: 0.75em;
	padding: 5px 0px 5px 0px;
}
.bild-breit {
	width: 100%;
	height:auto;
	line-height:1;
}
.bild-links {
	float:left;
	margin:0% 1% 0.5% 0%;
}
.abstand1 {
	float: left;
	width: 60px;
}
embed, object, video, iframe {
	max-width:100%
}
/* Textformatierung */
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 40px; font-size: 2.5em;
	color:#999;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 1.5em 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-size: 1.5em;
	color:#999;
	font-weight: 400;
	font-style: normal;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 1.125em;
	color:#666;
	font-weight: 400;
	font-style: normal;
}
.farbe {color:#ff585d;}
strong {
	font-weight: 600;
}
.font100 {font-weight: 100!important;}
.font200 {font-weight: 200!important;}
.font300 {font-weight: 300!important;}
.font400 {font-weight: 400!important;}
.font500 {font-weight: 500!important;}
.font600 {font-weight: 600!important;}
.font700 {font-weight: 700!important;}
.font800 {font-weight: 800!important;}
.font900 {font-weight: 900!important;}

.kleiner1 {font-size: 87.5%;}
.kleiner2 {font-size: 75%;}
.kleiner3 {font-size: 68.75%;}
.kleiner4 {font-size: 62.5%;}
.groesser1 {font-size: 112.5%;}
.groesser2 {font-size: 125%;}
.groesser3 {font-size: 137.5%;}
.groesser4 {font-size: 150%;}
.groesser5 {font-size: 175%;}
.groesser6 {font-size: 200%;}

.center {text-align: center;}
.text-rechts {float: right; margin-left: 1em;}

.abstand1 {float: left;	width: 4em;}
.abstand2 {float: left;	width: 5.5em;}

/* Cookie Banner */
#cookiedingsbums a {color:#fff;}
#cookiedingsbums a:hover {color: #000;}
#cookiedingsbums div {padding:10px; padding-right:40px;}
#cookiedingsbums { 
   text-align:right; 
   background: #ff585d; 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;
   color: #fff;
}
#cookiedingsbumsCloser {
   color: #ff585d;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   top: 5px;
   cursor:pointer;
   padding:4px;
   background: #fff;
}
hr {
	display: inline-block;
	height: 0px;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid rgba(255,255,255,0.00);
	border-left: 0px;
	border-right: 0px;
	background-color: rgba(255,255,255,0.00);
	margin: 0.5em 0em 0.25em 0em;
}
table {
	background-color: #fff;
	font-size: 100%;
}
th {
	color: #fff;
	font-weight: 400;
	text-align: left;
	background-color: #333;
	padding: 5px 8px 5px 8px;
}
td {
	color: #000;
	font-weight: 400;
	text-align: left;
	padding: 3px 8px 3px 8px;
}
tr:nth-child(odd) {
	background-color: #f3f3f3;
}
article ul {
	margin: 2em 0% 2em 0%;
	padding: 0px 0% 0px 1.3em;
	text-align: left;
}
article ul ul {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0.5em;
}
article li {
	margin-bottom: 0.3em;
	padding-bottom: 0.6em;
	margin-left: 0.3em;
	list-style-type: none;
	list-style-image:url(grafiken/liste.gif);
	line-height: 1.2;
}
article li li:first-child {
	margin-top: 0.6em;
}
article li:last-child {
	border-bottom: 0;
}
article li li:last-child {
	margin-bottom: 0em;
}
/* Navigation Buttons und Links */
nav ul {
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
nav li {
	list-style: none;
}
main a {
	display:inline-block;
	width: auto;
	height: auto;
	color: #666;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
main a:hover {
	color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
article a[href$=".pdf"] {
	color: #000;
	font-size: 0.875em;
	background-image:url(grafiken/pdf.png);
	background-repeat:no-repeat;
	background-position: 0.1em center;
	background-size: auto 90%;
	padding: 0px 0.4em 0px 1.7em;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
article a[href$=".pdf"]:hover {
	text-decoration:none;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
article a[target*="blank"]:after {
	content: '\f442';
	font-family: "Genericons";
	vertical-align: middle;
}
#schnellwahl a[target*="blank"]:after {
	content: '';
	display: none;
}
.button a {
	display:inline-block;
	width: auto;
	height: auto;
	padding: 5px 12px 5px 12px;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #ff585d;
	color: #fff !important;
	background-color: #ff585d;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
.button a:hover {
	color: #ff585d !important;
	background-color: #fff;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
.button-scroll a {
	float: left;
	display:block;
	width: 30%;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 5% 35% 0px 35%;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;	
}
.genericon-expand {
	padding:4px;
	font-family: "Genericons";
	font-size: 28px; font-size: 1.75rem;
	color: #999;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px;
}
.button-scroll a:hover {
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transform: scale(1.15);
	-webkit-transition: scale(1.15);
	-moz-transition: scale(1.15);
	-o-transition: scale(1.15);
}
.button-top a {
	position: fixed;
	right: 1%;
	bottom: 4%;
	display:block;
	width: auto;
	height: auto;
	padding: 2px 2px 4px 4px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.15);
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	z-index: 9997;
	font-family: "Genericons";
	text-align:center;
	border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px;
}
.genericon-collapse {
	font-size: 28px; font-size: 1.75rem;
	color: #fff;
	text-decoration: none;
}
.button-top a:hover {
	background-color: rgba(0,0,0,0.3);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transform: scale(1.15);
	-webkit-transition: scale(1.15);
	-moz-transition: scale(1.15);
	-o-transition: scale(1.15);
}
#ankerpunkt2 {
	float: left;
	width: 100%;
	height: auto;
	border-top: 6em solid #fff;
}
/* Formulare */
input,textarea,select,option {
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	font-weight: 400;
	color:#000;
	font-size: 16px;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	padding: 3px 2px 3px 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
input:hover, input:focus, 
select:hover, select:focus,
textarea:hover, textarea:focus,
option:hover, option:focus {
	color: #fff;
	background-color: #666;
	border: 1px solid #666;
	text-shadow: 1px 1px 0px #333;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
input[type="submit"] {
	float:right;
	width:auto;	
	background-color: #444;
	border: 1px solid #000;
	color: #f3f3f3;
	text-shadow: 1px 1px 0px #000;
	font-size: 100%;
	text-transform:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 22px 5px 22px;
	border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-o-border-radius: 3px;
}
input[type="submit"]:focus , input[type="submit"]:hover {
	color: #fff;
	background-color:#000;
	border: 1px solid #000;
	text-shadow: 1px 1px 0px #000;
}
/* Spalten */
.spalte16a, .spalte16b, .spalte16c, .spalte16d, .spalte16e, .spalte16f,
.spalte25a, .spalte25b, .spalte25c, .spalte25d,
.spalte33a, .spalte33b, .spalte33c,
.spalte50a, .spalte50b, 
.spalte66a, .spalte66b,
.spalte75a, .spalte75b,
.spalte100 {
	float:left;
	height:auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.spalte16a, .spalte16b, .spalte16c, .spalte16d, .spalte16e, .spalte16f {
	width: 12.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte16f {
	margin: 0% 0% 0% 0%;
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d {
	width: 21.25%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte25d {
	margin: 0% 0% 0% 0%;
}
.spalte33a, .spalte33b, .spalte33c {
	width: 30%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte33c  {
	margin: 0% 0% 0% 0%;
}
.spalte50a, .spalte50b {
	width: 47.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte50b {
	margin: 0% 0% 0% 0%;	
}
.spalte66a, .spalte66b {
	width: 65%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte66b {
	margin: 0% 0% 0% 0%;	
}
.spalte75a, .spalte75b {
	width: 73.75%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte75b {
	margin: 0% 0% 0% 0%;	
}
.spalte100 {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

@media only screen and (min-width: 1150px) { /* Dektop */	
html {
	font-size: 100%;
}
#schnellwahl a:nth-child(1), #schnellwahl a:nth-child(2) {
	display: none;
}
#schnellwahl {
	position: fixed;
	z-index: 9996;
	top: 130px;
	right: 0px;
	display:block;
	width: 50px;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 10px 0% 10px 0%;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
#schnellwahl a {
	display: inline-block;
	width:40px;
	height:auto;
	margin: 0px 0% 5px 0%;
	padding: 0px 0% 0px 0%;
	text-decoration: none;
	color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
#schnellwahl a:hover {
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transform: scale(1.3);
	-webkit-transition: scale(1.3);
	-moz-transition: scale(1.3);
	-o-transition: scale(1.3);
}
#schnellwahl .genericon {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-size: 24px;
}
.xing {
	width: 20px;
	height: 20px;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: #fff;
}
header {
	position: fixed;
	z-index: 9998;
	top: 0%;
	left: 0%;
	width: 82%;
	height: auto;
	margin: 0px auto 0;
	padding: 0% 9% 0% 9%;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
#logo a {
	display:block;
	position: absolute;
	top: 0px;
	right: 15%;
	height: 107px;
	width: 160px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-image:url(grafiken/logo-rebecca-heyer.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.nav-0-oeffnen a, .genericon-menu, .genericon-close {
	display: none;			
}
nav {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: auto;
	margin: 0px 0px 0px 0%;
	padding: 0px 1% 0px 1%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; font-size: 0.875em;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	line-height: 5;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li a:hover {
	color: #fff !important;
	background-color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
.bild-startseite {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 4em solid #fff;
}
.bild1, .bild2, .bild3, .bild4 {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 30% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 4em solid #fff;
	background-image:url(grafiken/bild.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;
}
.galerie {
	float: left;
	width: 82%;
	background-color: #ebe7df;
	padding: 0% 9% 0% 9%;
	margin: 0% 0% 0% 0%;
	border-top: 4em solid #fff;
}
.galerie2 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
}
.content {
	float:left;
	width: 82%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 9% 0% 9%;
}
/* Reiter */
ul.tabs  {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0% 0% 1.5em 0px;
	padding: 0% 0% 1.5em 0px;
	background-image:url(grafiken/hg-tabs.gif);
	background-repeat:repeat-x;
	background-position: left 121px;
	background-size: auto 4px;
}
.tabs li {
	list-style:none;
	display:inline;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.tabs a {
	display:inline-block;
	width: 100px;
	height: 138px;
	margin: 0% 5% 0% 0px;
	padding: 0% 0% 0% 0px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	background:#c6c6c6;
	background-image:url(grafiken/box1a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100px 138px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.tabs a:hover {
	color:#ff585d;
	background:#fff;
	background-image:url(grafiken/box3a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100px 138px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0);
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
}
.tabs a.active {
	color:#fff;
	background:#ff585d;
	background-image:url(grafiken/box2a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 100px 138px;
}
.schrift1 {
	font-family: 'Lato', sans-serif;
	font-size: 13px; font-size: 0.8125em;
	font-weight: 400;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 3.2em;
}
.schrift2 {
	font-family: 'Lato', sans-serif;
	font-size: 13px; font-size: 0.8125em;
	font-weight: 400;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2.5em;
}
/* Ende Reiter */
.nav2 {
	float:left;
	width: 70%;
	height:auto;
	margin: 5% 0% 0px 0%;
	padding: 3% 15% 3% 15%;
	background-color: #ebe7df;
	text-align: center;
	color: #ff585d;
	text-transform: uppercase;
}
.nav2  a {
	color: #ff585d;
	text-decoration: none;
}
.nav2  a:hover {
	text-decoration: underline;
}
footer {
	clear: both;
	width: 82%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 9% 5% 9%;
	background-color: #ff585d;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.875em;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
}


@media only screen and (max-width: 1150px) and (min-width: 520px) { /* Tablet */
html {
	font-size: 100%;	
}
.spalte16a, .spalte16b, .spalte16c, .spalte16d, .spalte16e, .spalte16f {
	width: 30%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte16c, .spalte16f {
	margin: 0% 0% 0% 0%;
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d {
	width: 47.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte25b, .spalte25d {
	margin: 0% 0% 0% 0%;	
}
#schnellwahl a:nth-child(1), #schnellwahl a:nth-child(2) {
	display: none;
}
#schnellwahl {
	position: fixed;
	z-index: 9996;
	top: 100px;
	right: 0px;
	display:block;
	width: 40px;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 10px 0% 10px 0%;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
#schnellwahl a {
	display: inline-block;
	width: 40px;
	height:auto;
	margin: 0px 0% 5px 0%;
	padding: 0px 0% 0px 0%;
	text-decoration: none;
	color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
#schnellwahl .genericon {
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-size: 30px;
}
.xing {
	width: 20px;
	height: 20px;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: #fff;
}
header {
	position: fixed;
	z-index: 9998;
	top: 0%;
	left: 0%;
	width: 85%;
	height: auto;
	margin: 0px auto 0;
	padding: 0% 7.5% 0% 7.5%;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
#logo a {
	display:block;
	position: absolute;
	top: 0px;
	right: 7.5%;
	height: 81px;
	width: 120px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-image:url(grafiken/logo-rebecca-heyer.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.nav-0-oeffnen a {
	display:block;
	position: fixed;
	z-index: 8888;
	left: 0%;
	top: 0px;
	width: 85%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 10px 7.5% 10px 7.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
.genericon-menu {
	font-size: 1.8em;
	color: #ff585d;
	text-decoration: none;
}
.nav-0-schliessen a {
	display:block;
	float:right;
	width: 100%;
	height:auto;
	margin: 10px 3% 10px 0%;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
.genericon-close {
	font-size: 1.8em;
	color: #999;
	text-decoration: none;
}
nav {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 49px;
	left: 7.5%;
	width: 320px;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 20px 0%;
	background-color: #fff;
	box-shadow: 0px 5px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 6px rgba(0,0,0,0.15);
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: 50%;
	margin: 0px 0px 0px 0%;
	padding: 15px 5% 15px 5%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; font-size: 0.875em;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	line-height: 1;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li a:hover {
	color: #fff !important;
	background-color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
.bild-startseite {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 3em solid #fff;
}
.bild1, .bild2, .bild3, .bild4 {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 30% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 3em solid #fff;
	background-image:url(grafiken/bild.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;
}
.galerie {
	position: relative;
	z-index: 111;
	float: left;
	width: 80%;
	background-color: #ebe7df;
	padding: 0% 10% 0% 10%;
	margin: 0% 0% 0% 0%;
	border-top: 3em solid #fff;
}
.galerie2 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
}
.content {
	float:left;
	width: 85%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 7.5% 0% 7.5%;
}
/* Reiter */
ul.tabs  {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0% 0% 1em 0px;
	padding: 0% 0% 1em 0px;
	background-image:url(grafiken/hg-tabs.gif);
	background-repeat:repeat-x;
	background-position: left 96px;
	background-size: auto 4px;
}
.tabs li {
	list-style:none;
	display:inline;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.tabs a {
	display:inline-block;
	width: 80px;
	height: 110px;
	margin: 0% 0% 0% 0px;
	padding: 0% 0% 0% 0px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	background:#c6c6c6;
	background-image:url(grafiken/box1a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 80px 110px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.tabs a:hover {
	color:#ff585d;
	background:#fff;
	background-image:url(grafiken/box3a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 80px 110px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0);
	transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
}
.tabs a.active {
	color:#fff;
	background:#ff585d;
	background-image:url(grafiken/box2a.gif);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 80px 110px;
}
.schrift1 {
	font-family: 'Lato', sans-serif;
	font-size: 11px; font-size: 0.6875em;
	font-weight: 600;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 3.2em;
}
.schrift2 {
	font-family: 'Lato', sans-serif;
	font-size: 11px; font-size: 0.6875em;
	font-weight: 600;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2.5em;
}
/* Ende Reiter */
.nav2 {
	float:left;
	width: 85%;
	height:auto;
	margin: 5% 0% 0px 0%;
	padding: 3% 7.5% 3% 7.5%;
	background-color: #ebe7df;
	text-align: center;
	color: #ff585d;
	text-transform: uppercase;
}
.nav2  a {
	color: #ff585d;
	text-decoration: none;
}
.nav2  a:hover {
	text-decoration: underline;
}
footer {
	clear: both;
	width: 85%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 7.5% 5% 7.5%;
	background-color: #ff585d;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
}



@media only screen and (max-width: 520px) { /* Smartphone */

html {
	font-size: 100%;
}
.spalte16a, .spalte16b, .spalte16c, .spalte16d, .spalte16e, .spalte16f {
	width: 47.5%;
	margin: 0% 5% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte16b, .spalte16d, .spalte16f {
	margin: 0% 0% 0% 0%;
}
.spalte25a, .spalte25b, .spalte25c, .spalte25d,
.spalte33a, .spalte33b, .spalte33c,
.spalte50a, .spalte50b, 
.spalte66a, .spalte66b,
.spalte75a, .spalte75b,
.spalte100 {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
h1 {
	font-size: 30px; font-size: 1.875em;
	margin: 0px 0px 1em 0px;

}
#schnellwahl {
	float: left;
	display:block;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 12px 0% 7px 0%;
	text-align:center;
	background-color:#fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
#schnellwahl a {
	display: inline-block;
	width: 35px;
	height:auto;
	margin: 0px 0% 5px 0%;
	padding: 0px 0% 0px 0%;
	text-decoration: none;
	color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
#schnellwahl .genericon {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 30px;
}
.xing {
	width: 25px;
	height: 25px;
	margin-bottom: -10px;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-color: #fff;
}
header {
	position: fixed;
	z-index: 9998;
	top: 0%;
	left: 0%;
	width: 90%;
	height: auto;
	margin: 0px auto 0;
	padding: 0% 5% 0% 5%;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
}
#logo a {
	display:block;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 5%;
	height: 67px;
	width: 100px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-image:url(grafiken/logo-rebecca-heyer.png);
	background-repeat:no-repeat;
	background-size:contain;
}
.nav-0-oeffnen a {
	display:block;
	position: fixed;
	z-index: 8888;
	left: 0%;
	top: 0px;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 8px 7.5% 8px 7.5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	text-align: right;
}
.genericon-menu {
	font-size: 1.8em;
	color: #ff585d;
	text-decoration: none;
}
.nav-0-schliessen a {
	display:block;
	float:right;
	width: 100%;
	height:auto;
	margin: 10px 0% 10px 0%;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
}
.genericon-close {
	font-size: 1.8em;
	color: #999;
	text-decoration: none;
}
nav {
	display: none;
	position: absolute;
	z-index: 9997;
	top: 45px;
	left: 0%;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 5% 20px 5%;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
}
nav li a {
	display:block;
	float:left;
	height:auto;
	width: 50%;
	margin: 0px 0px 0px 0%;
	padding: 20px 5% 20px 5%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px; font-size: 0.875em;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	line-height: 1;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
}
nav li a:hover {
	color: #fff !important;
	background-color: #ff585d;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
main {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
.bild-startseite {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 2.8em solid #fff;
}
.bild1, .bild2, .bild3, .bild4 {
	float: left;
	width: 100%;
	background-color: #ebe7df;
	padding: 50% 0% 0% 0%;
	margin: 0% 0% 0% 0%;
	border-top: 2.8em solid #fff;
	background-image:url(grafiken/bild.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: contain;
}
.galerie {
	position: relative;
	z-index: 111;
	float: left;
	width: 90%;
	background-color: #ebe7df;
	padding: 0% 5% 0% 5%;
	margin: 0% 0% 0% 0%;
	border-top: 2.8em solid #fff;
}
.galerie2 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0% 0% 0% 0%;
	margin: 0% 0% 5% 0%;
}
.content {
	float:left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 5% 0% 5%;
}
/* Reiter */
ul.tabs  {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0% 0% 1em 0px;
	padding: 0% 0% 1em 0px;
	border-bottom: 1px solid #c6c6c6;
}
.tabs li {
	list-style:none;
	display:inline;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.tabs a {
	display:inline-block;
	width: 80px;
	height: 85px;
	margin: 0% 0% 0% 0px;
	padding: 0% 0% 0% 0px;
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;
	background:#c6c6c6;
	background-image:url(grafiken/box1a.gif);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 80px 110px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}
.tabs a:hover {
	color:#ff585d;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
}
.tabs a.active {
	color:#fff;
	background:#ff585d;
	background-image:url(grafiken/box2a.gif);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 80px 110px;
}
.schrift1 {
	font-family: 'Lato', sans-serif;
	font-size: 11px; font-size: 0.6875em;
	font-weight: 600;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 3.2em;
}
.schrift2 {
	font-family: 'Lato', sans-serif;
	font-size: 11px; font-size: 0.6875em;
	font-weight: 600;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2.5em;
}
/* Ende Reiter */
.nav2 {
	float:left;
	width: 90%;
	height:auto;
	margin: 5% 0% 0px 0%;
	padding: 3% 5% 3% 5%;
	background-color: #ebe7df;
	text-align: center;
	color: #ff585d;
	text-transform: uppercase;
	font-size: 14px; font-size: 0.875em;
}
.nav2  a {
	color: #ff585d;
	text-decoration: none;
}
.nav2  a:hover {
	text-decoration: underline;
}
footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 5% 5% 5% 5%;
	background-color: #ff585d;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px; font-size: 0.75em;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
}

@media only screen and (min-width: 1400px) { /* Dektop gross */	
header, .content, .nav2, footer, .galerie {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
}
#logo a {
	right: 15%;
}
}

@media only screen and (min-width: 1600px) { /* Dektop gross 2 */	
header, .content, .nav2, footer, .galerie {
	width: 50%;
	padding-left: 25%;
	padding-right: 25%;
}
#logo a {
	right: 20%;
}
}