/* Fonts und Symbole */
@import url('fonts/genericons.css');

@font-face {
    font-family: 'muliextralight';
    src: url('fonts/muli-extralight-webfont.eot');
    src: url('fonts/muli-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli-extralight-webfont.woff2') format('woff2'),
         url('fonts/muli-extralight-webfont.woff') format('woff'),
         url('fonts/muli-extralight-webfont.ttf') format('truetype'),
         url('fonts/muli-extralight-webfont.svg#muliextralight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mulilight';
    src: url('fonts/muli-light-webfont.eot');
    src: url('fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli-light-webfont.woff2') format('woff2'),
         url('fonts/muli-light-webfont.woff') format('woff'),
         url('fonts/muli-light-webfont.ttf') format('truetype'),
         url('fonts/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'muli';
    src: url('fonts/muli-webfont.eot');
    src: url('fonts/muli-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli-webfont.woff2') format('woff2'),
         url('fonts/muli-webfont.woff') format('woff'),
         url('fonts/muli-webfont.ttf') format('truetype'),
         url('fonts/muli-webfont.svg#muli') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mulibold';
    src: url('fonts/muli-bold-webfont.eot');
    src: url('fonts/muli-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/muli-bold-webfont.woff2') format('woff2'),
         url('fonts/muli-bold-webfont.woff') format('woff'),
         url('fonts/muli-bold-webfont.ttf') format('truetype'),
         url('fonts/muli-bold-webfont.svg#mulibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Allgemeine Angaben */
html {
	font-size: 16px;
	font-size: 100%;
}
body {
	font-family: 'mulilight', sans-serif;
	color: rgba(255,255,255,0.66);
	background-color: #37393f;
	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% 5% 4% 0%;
	width: auto;
	height: auto;
}
.bild-links-rund {
	float:left;
	margin:0% 5% 4% 0%;
	width: auto;
	height: auto;
	border-radius: 1000px; 
	-webkit-border-radius: 1000px; 
	-moz-border-radius: 1000px; 
	-o-border-radius: 1000px;
}
.bild-rechts {
	float:right;
	margin:0% 0% 3% 5%;
	width: auto;
	height: auto;
}
embed, object, video, iframe {
	max-width:100%
}
/* Textformatierung */
h1 {
	font-size: 32px; font-size: 2em;
	color:#fff;
	font-family: 'muliextralight', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-transform: uppercase;
	border-bottom: 1px solid #37393f;
	float: left;
	width: 100%;
	height: auto;
	margin: 0em 0px 1.5em 0px;
	padding: 1em 0px 1em 0px;
}
h2 {
	font-size: 16px;
	font-size: 1em;
	color:#fff;
	font-family: 'muliextralight', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 16px;
	font-size: 1em;
	color:#fff;
	font-family: 'muliextralight', sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}
strong {
	font-family: 'muli', sans-serif;
}
.klein {
	font-size: 12px; font-size: 0.75em;
	font-family: 'muli', sans-serif;
}
hr {
	clear: both;
	display: inline-block;
	border-top: 1px solid #37393f;
	border-bottom: 1px solid rgba(255,255,255,0);
	border-left: 0px;
	border-right: 0px;
	height: 0px;
	width: 100%;
	margin: 2em 0px 2em 0px;
}
table {
	font-size: 100%;
	margin-bottom: 30px;
}
th {
	text-align: left;
	padding: 0.25em 0px 0.5em 0px;
	border-top: 1px solid #37393f;
}
td {
	padding: 0.25em 0px 0.5em 0px;
	border-top: 1px solid #37393f;
}
tr:nth-child(odd) {
}
article ul {
	margin: 0px 0% 0px 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.25em;
	padding-bottom: 0.5em;
	margin-left: 0.3em;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 1px solid #37393f;
}
article li li {
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
	list-style-type: none;
	line-height: 1.2;
	border-bottom: 0;
	font-size: 14px; font-size: 0.875rem;
}
article li li:first-child {
	margin-top: 0.6em;
}
article li:last-child {
	border-bottom: 0;
}
article li li:last-child {
	margin-bottom: 0em;
}
article li:before {
	content: '\f418';
	font-family: "Genericons";
	font-size: 16px; font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	margin: 0px 0.3em 0px -1.3em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
article li li:before {
	content: '\f501';
	font-family: "Genericons";
	font-size: 8px; font-size: 0.5rem;
	font-weight: normal;
	line-height: 1;
	margin: 0px 0.3em 0px -1.3em;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
/* Navigation Buttons und Links */
nav ul {
	margin: 0%;
	padding: 0%;
}
nav li ul {
	margin: 0%;
	padding: 0%;
	list-style: none;
}
nav li {
	list-style: none;
}
main a {
	display:inline-block;
	width: auto;
	height: auto;
	color: rgba(255,255,255,0.66);
	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: #fff;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
}
main a[href$=".pdf"] {
	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;
}
nav a[href$=".pdf"] {
	background-image:url(grafiken/pdf.png);
	background-repeat:no-repeat;
	background-position: center 10px;
	background-size: auto 30px;
	padding-top: 50px;
}
a[target*="blank"]:after {
	content: '\f442';
	font-family: "Genericons";
	vertical-align: middle;
}
#mobil-schnellwahl a[target*="blank"]:after {
	content: '';
	display: none;
}
.button a {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 12px 8px 12px;
	margin: 0px 5px 10px 0px;
	font-family: 'muliextralight', sans-serif;
	font-size: 14px; font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
	text-decoration: none;
	color: #fff !important;
	font-weight: normal;
	background: #37393f;
	border: 1px solid rgba(255,255,255,0);
	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: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	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);
	-webkit-transition: scale(1);
	-moz-transition: scale(1);
	-o-transition: scale(1);
}
.button-float a {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 12px 8px 12px;
	margin: 0px 5px 10px 0px;
	font-family: 'muliextralight', sans-serif;
	font-size: 14px; font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
	text-decoration: none;
	color: #fff !important;
	font-weight: normal;
	background: #37393f;
	border: 1px solid rgba(255,255,255,0);
	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-float a:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	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);
	-webkit-transition: scale(1);
	-moz-transition: scale(1);
	-o-transition: scale(1);
}
#button-auswahl a {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 10px 12px 8px 12px;
	margin: 0px 5px 10px 0px;
	font-family: 'muliextralight', sans-serif;
	font-size: 14px; font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
	text-decoration: none;
	color: #fff !important;
	font-weight: normal;
	background: #37393f;
	border: 1px solid rgba(255,255,255,0.5);
	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-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(255,255,255,0.3);
	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: 7777;
	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: #ff345f;
	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);
}
/* Formulare */
input,textarea,select,option, submit {
	font-family: 'mulilight', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1em;
	background-color: #e8e8e8;
	border: 2px solid #e8e8e8;
	color: #000;
	text-shadow: 1px 1px 0px #fff;
	text-align: left;
	margin: 0px 0px 0.5em 0px;
	padding: 4px 9px 4px 9px;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}
input:hover, input:focus, 
select:hover, select:focus,
textarea:hover, textarea:focus,
option:hover, option:focus {
	background-color: #fff;
	border: 2px solid #e8e8e8;
	color: #000;
	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"] {
	width: auto;
	height: auto;
	padding: 10px 12px 8px 12px;
	margin: 0px 5px 10px 0px;
	font-family: 'muliextralight', sans-serif;
	font-size: 14px; font-size: 0.875em;
	text-transform: uppercase;
	letter-spacing: 0.05em;	
	text-decoration: none;
	color: #fff !important;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.00) !important;
	font-weight: normal;
	background: #37393f;
	border: 1px solid rgba(255,255,255,0);
	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[type="submit"]:focus , input[type="submit"]:hover {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	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);
	-webkit-transition: scale(1);
	-moz-transition: scale(1);
	-o-transition: scale(1);
}
/* Spalten */
.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;
}
.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%;
}
#hinweis {
	float:left;
	width: 90%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 20px 5% 20px 5%;
	background-color:#D7001A;
	font-size:16px;
	font-size:1em;
	color: #fff;
	text-align:center;
	font-weight:700;
}
#hinweis a {
	color: #fff;
}
#hinweis:before {
	float: left;
	margin: 0px 15px 0px 0px;
	content: '\f455';
	font-family: "Genericons";
	font-size: 60px; font-size: 3.75em;
	line-height: 0.7;
}
.bewertung {
	display: inline-table;
	width:100%;
	height:auto;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 0.5em 0.75em 1em 0.75em;
	margin: 0% 0% 1em 0%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.025);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bild-bewertung {
	float:left;
	width:25%;
	height:auto;
	margin: 0px 0% 15px 0%;
	border-radius: 80px; 
	-webkit-border-radius: 80px; 
	-moz-border-radius: 80px; 
	-o-border-radius: 80px;
}
.datum {
	float:left;
	width:75%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 25px 0% 5px 0%;
	text-align:right;
	font-size: 11px; font-size: 0.6825em;
	font-weight: 400;
	color: rgba(255,255,255,0.6);
}
.sterne {
	float:left;
	width:75%;
	height:auto;
	text-align:right;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 5px 0%;
}
.bewertung-text {
	float:left;
	width:100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	font-size: 14px; font-size: 0.875em;
}
@media only screen and (min-width: 900px) { /* Dektop */	
html {
	font-size: 100%;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	background-image:url(grafiken/hg-body-desktop.gif);
	background-size: 16px 16px;
}
#site {
	max-width: 1280px;
	margin: 0px auto 0;
	padding: 0% 0% 0% 0%;
}
header {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
.nav-0-oeffnen a, #mobil-schnellwahl, .genericon-menu, .genericon-close, #nav-mobil {
	display: none;			
}
nav {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0% 0% 0px 0%;
	padding: 0px 0% 0px 0%;
	z-index: 888;
}
nav a {
	display:block;
	float:left;
	height:auto;
	width: 12.5%;
	margin: 0px 0px 0px 0%;
	padding: 3.7% 0px 3.3% 0px;
	color: #fff;
	font-family: 'muliextralight', sans-serif;
	text-align: center;
	font-size: 18px; font-size: 1.125em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	background-color: rgba(0,0,0,0.25);
	border-right: 1px solid #37393f;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
nav a:hover {
	background-color: #292b2f;
	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;
}
nav:last-child a {
	border-right: 0px;
}
.nav0 a {
	color: rgba(0,0,0,0.00);
	height: 0px;
	padding: 7% 0px 1em 0px;
	background-image:url(grafiken/logo-beauty-shooter.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: 75% auto;
}
.nav5 a {
	width: 17.5%;
}
.nav7 a {
	width: 7.5%;
	font-family: "Genericons";
}
.unternav1, .unternav2, .unternav3, .unternav4, .unternav5, .unternav6, .unternav7 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	height:auto;
	width: 100%;
	margin: 0px 0px 0px 0%;
	padding: 4em 3em 4em 3em;
	background-color: rgba(0,0,0,0.90);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.unternav1 .spalte33a,
.unternav3 .spalte33a,
.unternav4 .spalte33a,
.unternav5 .spalte33a,
.unternav6 .spalte33a {
	padding-top: 2em;	
}
.unternav1 .spalte33a a,
.unternav2 .spalte50a a, .unternav2 .spalte50b a,
.unternav3 .spalte33a a,
.unternav4 .spalte33a a,
.unternav5 .spalte33a a,
.unternav6 .spalte33a a {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0%;
	padding: 0.4em 0.66em 0.6em 0.33em;
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0.00);
	text-align: left;
	text-transform: none;
	font-size: 1em;
	font-family: 'muli', sans-serif;
	border: 0px;	
}
.unternav1 .spalte33a a:before,
.unternav2 .spalte50a a:before, .unternav2 .spalte50b a:before,
.unternav3 .spalte33a a:before,
.unternav4 .spalte33a a:before,
.unternav5 .spalte33a a:before,
.unternav6 .spalte33a a:before  {
	content: '\f429';
	font-family: "Genericons";
	vertical-align: top;
	margin-right: 0.25em;	
}
.unternav1 .spalte33a a:hover,
.unternav2 .spalte50a a:hover, .unternav2 .spalte50b a:hover,
.unternav3 .spalte33a a:hover,
.unternav4 .spalte33a a:hover,
.unternav5 .spalte33a a:hover,
.unternav6 .spalte33a a:hover {
	color: rgba(255,255,255,1);
	background-color: #292b2f;
}
.unternav4 .spalte33a a[href$=".pdf"] {
	background-image: none;
	background-repeat:no-repeat;
	background-position: left center;
	background-size: auto 90%;
	padding: 0.4em 0.66em 0.6em 0.33em;
}
.bildlink a, .bildlink2 a {
	float: left;
	width: 33.3333333333%;
	height: auto;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: left;
	color: rgba(255,255,255,0.8);
	background-color: rgba(0,0,0,0);
 	font-size: 1em;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	line-height: 1.3;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.bildlink2 a {
	width: 20%;
}
.bildlink img, .bildlink2 img {
	border: 0px;
	margin-bottom: 0.5em
}
.bildlink a:hover, .bildlink2 a:hover {
	color: rgba(255,255,255,1);
	background-color: #292b2f;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
main {
	float:left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 1% 5% 3% 5%;
	background-color:rgba(0,0,0,0.60);
}
#sliderbild {
	float:left;
	width: 100%;
	height:0px;
	margin: 0% 0% 0% 0%;
	padding: 37.5% 0% 0% 0%;
}
.slider {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte-bewertungen {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 0% 0%;	
	column-count: 3; /* Spalten*/	
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 3% 5% 5% 5%;
	background-color:rgba(0,0,0,0.25);
}
.copyright {
	float:right;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align: center;
	text-transform: uppercase;
}
}


@media only screen and (max-width: 900px) { /* Tablet */
html {
	font-size: 100%;	
}
.spalte50a, .spalte50b {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
#mobil-schnellwahl {
	display: none;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 55px 0% 0% 0%;
}
#site {
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
header {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
#mobil-schnellwahl {
	display: none;			
}
.nav-0-oeffnen a {
	display:block;
	position: absolute;
	z-index: 8888;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	margin: 0px 0% 0px 0%;
	padding: 0px 5% 0px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
	background-color:rgba(0,0,0,0.25);
	background-image:url(grafiken/logo-beauty-shooter.png);
	background-repeat:no-repeat;
	background-position: 5% center;
	background-size: contain;
}
.genericon-menu {
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	line-height: 2;
}
.genericon-close, .genericon-home, .genericon-lock {
	font-size: 2.2em;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
nav {
	display: none;
}
#nav-mobil {
	display: none;
	position: absolute;
	z-index: 8889;
	top: 0px;
	left:0%;
	width: 95%;
	height: 200%;
	margin: 0% 0% 0% 0%;
	padding: 20px 0% 30px 5%;
	background-color: rgba(0,0,0,0.9);
}
.nav-mobil-0a a, .nav-mobil-0b a, .nav-mobil-0c a {
	display:block;
	float: left;
	height: auto;
	width: 20%;
	margin: 0px 0% 10px 0%;
	padding: 0px 0% 0px 0%;
	color: #fff;
	font-family: 'muliextralight';
	text-align: left;
	font-size: 18px; font-size: 1.125em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2.6;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-0a a {
	margin-left: 5%;
	width: 45%;
}
.nav-mobil-0c a {
	text-align: right;
}
.nav-mobil-01 a, .nav-mobil-02 a, .nav-mobil-03 a, .nav-mobil-04 a, .nav-mobil-05 a, .nav-mobil-06 a, .nav-mobil-07 a, .nav-mobil-08 a, .nav-mobil-09 a, .nav-mobil-10 a, .nav-mobil-11 a, .nav-mobil-12 a, .nav-mobil-13 a, .nav-mobil-14 a {
	display:block;
	float: left;
	height: auto;
	width: 40%;
	margin: 0px 0% 0px 5%;
	padding: 0px 0% 0px 0%;
	color: #fff;
	font-family: 'muliextralight';
	text-align: left;
	font-size: 18px; font-size: 1.125em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2.6;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-galerie-0 {
	display:block;
	float: left;
	height: auto;
	width: 85%;
	margin: 20px 0% 10px 5%;
	padding: 0px 0% 10px 0%;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 16px; font-size: 1em;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nav-mobil-galerie-01 a, .nav-mobil-galerie-02 a, .nav-mobil-galerie-03 a, .nav-mobil-galerie-04 a, .nav-mobil-galerie-05 a, .nav-mobil-galerie-06 a, .nav-mobil-galerie-07 a, .nav-mobil-galerie-08 a, .nav-mobil-galerie-09 a {
	display:block;
	float: left;
	height: auto;
	width: 25%;
	margin: 0px 0% 0px 5%;
	padding: 0px 0% 0px 0%;
	color: #fff;
	font-family: 'muliextralight';
	text-align: left;
	font-size: 18px; font-size: 1.125em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2.6;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-galerie-07 a, .nav-mobil-galerie-08 a, .nav-mobil-galerie-09 a {
	border-bottom: 0;
}
main {
	float:left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2% 5% 3% 5%;
	background-color:rgba(0,0,0,0.60);
}
#sliderbild {
	float:left;
	width: 100%;
	height:0px;
	margin: 0% 0% 0% 0%;
	padding: 37.5% 0% 0% 0%;
}
.slider {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte-bewertungen {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 0% 0%;	
	column-count: 2; /* Spalten*/	
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
footer {
	clear: both;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 3% 5% 5% 5%;
	background-color:rgba(0,0,0,0.25);
}
.copyright {
	float:right;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px; font-size: 0.75em;
}
}



@media only screen and (max-width: 640px) { /* Smartphone */

html {
	font-size: 100%;
}
.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%;
}
hr {
	margin: 0px 0px 0px 0px !important;
}
h1 {
	font-size: 18px; font-size: 1.125em;
	
}
#mobil-schnellwahl {
	display:block;
	float:left;
	width:100%;
	height:auto;
	margin: 45px 0% 0px 0%;
	padding: 10px 0% 10px 0%;
	text-align:center;
	background-color:rgba(0,0,0,0.60);
}
#mobil-schnellwahl a {
	display: inline-block;
	width:42px;
	height:auto;
	margin: 0px 1% 0px 1%;
	padding: 1px;
	color: #ccc;
	text-decoration: none;
}
#mobil-schnellwahl .genericon {
	margin: 0px 0px 0px 0px;
	padding: 7px;
	color: #fff;
	font-size: 32px;
	background-color: #292b2f;
	border-radius: 30px; 
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px; 
	-o-border-radius: 30px;
}
body {
	margin: 0% 0% 0% 0%;
	padding: 0px 0% 0% 0%;
}
#site {
	float: left;
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
header {
	float:left;
	width: 100%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 0px 0% 0px 0%;
}
.nav-0-oeffnen a {
	display:block;
	position: fixed;
	z-index: 8888;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 45px;
	margin: 0px 0% 0px 0%;
	padding: 0px 5% 0px 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
	background-color: #292b2f;
	background-image:url(grafiken/logo-beauty-shooter.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}
.genericon-menu {
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	line-height: 1.6;
}
.genericon-close, .genericon-home, .genericon-lock {
	font-size: 2.2em;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
nav {
	display: none;
}
#nav-mobil {
	display: none;
	position: fixed;
	z-index: 8889;
	top: 0px;
	left:0%;
	width: 100%;
	height: 130%;
	margin: 0% 0% 0% 0%;
	padding: 20px 3% 30px 3%;
	background-color: rgba(0,0,0,0.9);
}
.nav-mobil-0a a, .nav-mobil-0b a, .nav-mobil-0c a {
	display:block;
	float: left;
	height: auto;
	width: 20%;
	margin: 0px 0% 0px 0%;
	padding: 0em 0% 0em 0%;
	color: #fff;
	font-family: 'muliextralight';
	text-align: left;
	font-size: 13px; font-size: 0.8125em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-0a a {
	margin-left: 3%;
	width: 45%;
}
.nav-mobil-0c a {
	text-align: right;
	width: 22%;
}
.nav-mobil-01 a, .nav-mobil-02 a, .nav-mobil-03 a, .nav-mobil-04 a, .nav-mobil-05 a, .nav-mobil-06 a, .nav-mobil-07 a, .nav-mobil-08 a, .nav-mobil-09 a, .nav-mobil-10 a, .nav-mobil-11 a, .nav-mobil-12 a, .nav-mobil-13 a, .nav-mobil-14 a  {
	display:block;
	float: left;
	height: auto;
	width: 42%;
	margin: 0px 0% 0px 3%;
	padding: 0em 0% 0em 0%;
	color: #fff;
	font-family: 'muliextralight';
	text-align: left;
	font-size: 13px; font-size: 0.8125em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-galerie-0 {
	display:block;
	float: left;
	height: auto;
	width: 87%;
	margin: 15px 0% 8px 3%;
	padding: 0px 0% 5px 0%;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 13px; font-size: 0.8125em;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nav-mobil-galerie-01 a, .nav-mobil-galerie-02 a, .nav-mobil-galerie-03 a, .nav-mobil-galerie-04 a, .nav-mobil-galerie-05 a, .nav-mobil-galerie-06 a, .nav-mobil-galerie-07 a, .nav-mobil-galerie-08 a, .nav-mobil-galerie-09 a {
	display:block;
	float: left;
	height: auto;
	width: 27%;
	margin: 0px 0% 0px 3%;
	padding: 0px 0% 0px 0%;
	color: #fff;
	font-weight: 300;
	text-align: left;
	font-size: 11px; font-size: 0.6875em;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	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;
}
.nav-mobil-galerie-07 a, .nav-mobil-galerie-08 a, .nav-mobil-galerie-09 a {
	border-bottom: 0;
}
main {
	float:left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 2% 5% 3% 5%;
	background-color:rgba(0,0,0,0.60);
}
#sliderbild {
	float:left;
	width: 100%;
	height:0px;
	margin: 0% 0% 0% 0%;
	padding: 37.5% 0% 0% 0%;
}
.slider {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}
.spalte-bewertungen {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;	
	column-count: 1; /* Spalten*/	
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-ms-column-count: 1;
	column-gap: 2em; /* Spalten-Abstand*/
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	-ms-column-gap: 2em;
}
footer {
	float: left;
	width: 90%;
	height:auto;
	margin: 0px 0% 0px 0%;
	padding: 7% 5% 7% 5%;
	background-color:rgba(0,0,0,0.25);
}
.copyright {
	float:left;
	width: 100%;
	height:auto;
	margin: 0% 0% 0% 0%;
	padding: 5% 0% 5% 0%;
	text-align: center;
	font-size: 12px; font-size: 0.75em;
}
}