/* CSS Document Christina Niemann */


html {
	height: 100%; }

body {
	margin: 0;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #383838;
	background: #FFFFFF; }

body * {
	-webkit-text-size-adjust: none; 
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

a, a:link, a:active, a:visited {
	color: inherit;
	text-decoration: underline; }

a:hover {
	color: inherit;
	text-decoration: none; }

p {
	margin: 1em 0 0 0; }

h1, h2 {
	margin: 0 0 1em 0;
	padding: 0;
	letter-spacing: 0.1em;
	direction: rtl;
	text-indent: -0.1em;
	text-align: center;
	font-weight: normal; }

h1 {
	line-height: 1.25em;
	text-transform: uppercase;
	font-size: 4em;
	font-family: 'Times New Roman', Times, serif; }

h2 {
	line-height: 1.5em;
	font-size: 2em; }

h3 {
	margin: 0 0 1em 0;
	padding: 0;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	font-family: 'Times New Roman', Times, serif; }

@media screen and (max-width: 1019px) { h3 {
	font-size: 1.2em; } }

.clear {
	clear: both;
	float: none !important; }

.center {
	text-align: center; }

.right {
	text-align: right; }

.bold {
	font-weight: bold; }


/* # # # # # # # # # # HEAD # # # # # # # # # # */


#head {
	position: fixed;
	top: 0;
	padding:1em 0;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: rgb(56,56,56);
	background-color: rgba(56,56,56,0.9);
	z-index: 2000; }

#head div {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px; }

@media screen and (max-width: 1019px) { #head div {
	padding: 0 1em; } }

#head ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 55px;
	line-height: 55px;	
	list-style-type: none;
	color: #FFFFFF;
	text-align: justify;
	text-transform: uppercase; }

#head li {
	display: inline-block;
	text-align: justify; }

#head li:first-child {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.2em;
	letter-spacing: 0.1em; }

@media screen and (max-width: 1019px) { .fade {
	display: none !important; } }

#head li:last-child {
	padding-left: 100%; }

#head li a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out; }

#head li a:hover, a.active {
	color: #949494; }

#mobile a:hover, a.active {
	color: inherit; }

@media screen and (min-width: 1020px) { #mobile {
	display: none !important; } }

#head nav {
	display: none !important; }

.mm-spn.mm-spn--navbar:after {
	opacity: 1 !important;
	font-family: 'Times New Roman', Times, serif !important; }

.mm-ocd--open {
	background: rgb(0,0,0) !important;
	background: rgba(0,0,0,0.5) !important; }


/* # # # # # # # # # # START # # # # # # # # # # */


#start {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #FFFFFF;
	background: url(gfx/start2.png) bottom -200px left 110% no-repeat, url(gfx/start.jpg) bottom left no-repeat;
	background-size: auto, contain; }

@media screen and (max-aspect-ratio: 4/3) { #start {
	background: url(gfx/start.jpg) bottom left no-repeat;
	background-size: cover; } }

@media screen and (max-width: 1299px) { #start {
	background: url(gfx/start.jpg) bottom left no-repeat;
	background-size: cover; } }

#willkommen {
	margin: 5em auto 0 auto;
	padding: 3em;
	max-width: 100%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.85);
	border: 1px solid #383838;
	-webkit-animation: einblenden 3s ease-in;
	animation: einblenden 3s ease-in; }

@-webkit-keyframes einblenden {
	0%		{ opacity: 0; }
	100%	{ opacity: 1; } }

@keyframes einblenden {
	0%		{ opacity: 0; }
	100%	{ opacity: 1; } }

@media screen and (max-height: 799px) { #willkommen {
	font-size: 0.7em; } }

@media screen and (max-height: 599px) { #willkommen {
	font-size: 0.4em !important; } }

@media screen and (max-height: 449px) { #willkommen {
	font-size: 0.3em !important; } }

@media screen and (max-width: 599px) { #willkommen {
	font-size: 0.6em; } }

@media screen and (max-width: 399px) { #willkommen {
	font-size: 0.5em; } }

hr {
	margin: -2em 0 1.5em 0;
	height: 18px;
	background: url(gfx/hr.png) center no-repeat;
	border: 0; }

#willkommen h2:last-child {
	margin-bottom: 0 !important; }

.weiter {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 3em;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
	-webkit-animation: hochschieben 2s linear;
	animation: hochschieben 2s linear; }

@-webkit-keyframes hochschieben {
	0%		{ opacity: 0; bottom: -5em; }
	67%		{ opacity: 0; bottom: -5em; }
	100%	{ opacity: 1; bottom: 0; } }

@keyframes hochschieben {
	0%		{ opacity: 0; bottom: -5em; }
	67%		{ opacity: 0; bottom: -5em; }
	100%	{ opacity: 1; bottom: 0; } }

.weiter a {
	text-decoration: none;
	text-shadow: 0 0 8px #FFFFFF;
	font-weight: bold;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out; }

.weiter a:hover, a.active {
	color: #949494; }


/* # # # # # # # # # # ÜBER MICH # # # # # # # # # # */


#uebermich {
	width: 100%;
	background: url(gfx/background.jpg);
	z-index: 300; }

#uebermich div {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%;
	color: #FFFFFF; }

@media screen and (max-width: 1019px) { #uebermich div {
	padding: 6em 1em; } }

#uebermich img {
	float: right;
	padding-left: 1em;
	width: 60%; }

@media screen and (max-width: 1019px) { #uebermich img {
	float: none;
	padding: 0;
	width: 100%; } }


/* # # # # # # # # # # NAILDESIGN UND WIMPERNVERLÄNGERUNG # # # # # # # # # # */


#naildesign, #wimpernverlaengerung {
	width: 100%; }

#naildesign div, #wimpernverlaengerung div {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%; }

@media screen and (max-width: 1019px) { #naildesign div, #wimpernverlaengerung div {
	padding: 6em 1em; } }

.bildlauf {
	position: relative;
	max-width: 100%;
	text-align: center; }

@media screen and (max-width: 1599px) { .bildlauf img {
	width: 50%; } }

@media screen and (max-width: 1019px) { .bildlauf img {
	width: 90%; } }

#scroller1, #scroller2 {
	white-space: nowrap;
	overflow-x: auto; }

#scroller2 {
	margin-bottom: 6em; }

.scroll {
	position: absolute;
	top: 50%;
	width: 100%; }

@media screen and (min-width: 1020px) { .scroll {
	display: none; } }

.prev {
	display: inline-block;
	position: absolute;
	left: 0;
	margin-top: -2em;
	padding: 1em 1em 1em 1.5em;
	line-height: 2em;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; }

.next {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-top: -2em;
	padding: 1em 1.5em 1em 1em;
	line-height: 2em;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out; }

.prev:hover, .next:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,1);
	color: #949494; }


/* # # # # # # # # # # PREISE # # # # # # # # # # */


#preise {
	width: 100%;
	background: url(gfx/background.jpg); }

#preise div {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%;
	color: #FFFFFF; }

@media screen and (max-width: 1019px) { #preise div {
	padding: 6em 1em; } }

table {
	width: 100%;
	border: 0;
	border-spacing: 0; }

#preise table:first-of-type {
	padding-bottom: 6em; }

tr:first-child th {
	padding-top: 0; }

th {
	padding-top: 1em;
	text-align: left;
	font-weight: bold; }

td {
	width: 100%;
	border-bottom: 1px dotted #FFFFFF; }

td:last-child {
	text-align: right;
	white-space: nowrap;
	vertical-align: bottom; }

#download {
	margin-top: 6em; }

#download i {
	color: #FF0000; }


/* # # # # # # # # # # ANFAHRT # # # # # # # # # # */


#anfahrt {
	width: 100%; }

#anfahrt2 {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%; }

@media screen and (max-width: 1019px) { #anfahrt2 {
	padding: 6em 1em; } }

#map {
	margin: 0 auto 96px auto;
	width: 100%;
	max-width: 1600px;
	height: 600px; }

@media screen and (max-width: 1599px) { #map {
	height: 500px; } }

@media screen and (max-width: 1019px) { #map {
	height: 400px; } }

@media screen and (max-width: 599px) { #map {
	height: 300px; } }

#map span {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Times New Roman', Times, serif;
	color: #000000; }

.leaflet-tile-pane {
	-webkit-filter: grayscale(0);
	filter: grayscale(0); }

.leaflet-marker-pane {
	filter: grayscale(1); }


/* # # # # # # # # # # KONTAKT # # # # # # # # # # */


#kontakt {
	width: 100%;
	background: url(gfx/background.jpg); }

#kontakt div:first-child {
	margin: 0 auto;
	padding: 6em 0;
	width: 1000px;
	max-width: 100%;
	color: #FFFFFF; }

@media screen and (max-width: 1019px) { #kontakt div:first-child {
	padding: 6em 1em; } }

.kontakt {
	float: left;
	margin-top: 0em;
	width: 47.5%; }

.kontakt:first-of-type {
	margin-right: 5%; }

@media screen and (max-width: 1019px) { .kontakt {
	float: none;
	margin-right: 0 !important;
	width: 100%; } }

@media screen and (max-width: 1019px) { #kontakt div:nth-child(2) {
	padding-bottom: 6em; } }

.kontakt p:first-of-type {
		margin-top: 0; }

.contact {
	margin: 0;
	padding: 0.5em;
	width: 100%;
	border: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 1em;
	color: #000000; }

.contacthonig {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: -1; }

form p:last-of-type {
	margin-bottom: 1em; }

button {
	padding: 1em;
	border: 0;
	background-color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
	-webkit-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out; }

button:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.75); }


/* # # # # # # # # # # FOOTER # # # # # # # # # # */


#footer {
	padding: 6em 1em;
	width: 100%;
	text-align: center; }

#footer p:first-of-type {
	margin: 0; }

#legal {
	margin: 6em auto 6em auto;
	padding: 0 0 6em 0;
	width: 1000px;
	max-width: 100%;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000; }

#legal div {
	float: left;
	width: 47.5%; }

@media screen and (max-width: 1019px) { #legal div {
	float: none;
	width: 100%; } }

#legal div:first-of-type {
	margin-right: 5%; }

@media screen and (max-width: 1019px) { #legal div:first-of-type {
	margin-right: 0; } }

#legal h3 {
	padding-top: 6em;
	font-size: 1em; }

#legal div p {
	font-size: 0.8em; }


/* # # # # # # # # # # VISUALINVENTS # # # # # # # # # # */


#visualinvents  {
	width: 100%;
	background: #141414;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	color: #767676; }

#visualinvents p {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0.75em 0;
	font-size: 0.9em; }

@media screen and (max-width: 1019px) { #visualinvents p {
	padding: 0.5em 1em;
	text-align: center;
	font-size: 0.8em; } }

#visualinvents a, #visualinvents span:last-of-type {
	font-weight: bold;
	text-decoration: none; }

#visualinvents a:hover {
	color: #BCBCBC; }

#visualinvents span:nth-of-type(2) {
	display: none; }

@media screen and (max-width: 619px) { #visualinvents span:first-of-type {
	display: none; } }

@media screen and (max-width: 619px) { #visualinvents span:nth-of-type(2) {
	display: inline; } }


/* # # # # # # # # # # POPUP # # # # # # # # # # */


#popup_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 3000; }

#popup {
	position: fixed;
	top: 40%;
	left: 25%;
	padding: 1em 3em 1em 1em;
	width: 50%;
	background: #FFFFFF;
	border: 1px solid #000000;
	color: #383838; }

@media screen and (max-width: 1019px) { #popup {
	left: 15%;
	width: 70%; } }

#popup a {
	cursor: pointer; }

#close a {
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 0.25em 0.3em 0.2em 0.35em;
	color: #FF0000; }