

/* Palatino Linotype Italic für Text in Polaroids */


* {
  box-sizing: border-box;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}


body {
	background-color: #ffffff;    /*  #292f33     */
	margin: 0;
	padding: 0;
	border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
	
	text-decoration: none;
}

#Header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
	background-color: #292f33;
	width: 100%;
	height: 67px;
	margin: 0;
	padding: 10px 10px 10px 0px;
	/* padding etc.: top right bottom left */
}

#Navigation {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index:2;
	width: 100%;
	
	border-radius: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: white;
	background-color: #66757f;
	margin: auto;
	
}




#Content {
	
	max-width: 1400px;
	margin: auto;
	
	
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: white;
	border-radius: 0px 0px 0px 0px;
	
}

#Impressum {
	
	margin: 30px;
	color: black;
	
	
}


#Footer {
	
	max-width: 100%;
	margin: auto;
	
	
}

#Footer a {
	
	color: #000000;
	font-size: 0.9em;
	padding: 2px 10px 2px 2px;
	
}

/* Images für Beautyslides 350px x 350 px !!!!!    #B8B8B8          */
ul.beautyslides {
	
	max-width: 100%;
	margin: 2em 5% 2em 5%;
	overflow: auto;
	
	
}

ul.beautyslides li {
	
	list-style: none;
    max-width: 255px;
	display: inline-block;
    background-color: white;
	
    /*  */
	
    box-shadow: 3px 3px 15px #000000;
    vertical-align: top;
    margin: 20px;
	
	
}



ul.beautyslides img {
    max-width: 90%;
    height: auto;
    margin: 5% 5% 0% 5%;
	
}

ul.beautyslides div {
	
	display: inline-block;
    width: 90%;
    height: 40px;
    margin: 0% 5% 5% 5%;
    text-align: center;
	
	
}


ul.beautyslides li:nth-child(1) {transform: rotate(4deg);}
ul.beautyslides li:nth-child(2) {transform: rotate(-4deg);}
ul.beautyslides li:nth-child(3) {transform: rotate(3deg);}
ul.beautyslides li:nth-child(4) {transform: rotate(-3deg);}
ul.beautyslides li:nth-child(5) {transform: rotate(1deg);}
ul.beautyslides li:nth-child(6) {transform: rotate(-1deg);}
ul.beautyslides li:nth-child(7) {transform: rotate(3deg);}
ul.beautyslides li:nth-child(8) {transform: rotate(-3deg);}

.navibar{
	
   list-style-type: none;
   /*border: 0px solid #e7e7e7;*/
   margin: 0px;
   border-radius: 0px 0px 0px 0px;
   padding-left: 0px;
   overflow: hidden;
	
}




.navilink {
	
	float: left;
	width: 19%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
	
	
}

.navilink a {
	
	display: block;
	padding: 8px 8px 8px 8px;
	border: 0px solid red;
	text-align: center;
}

.aktiv a {
	
	background-color: #f2f2f2;
	color: #000000;
	
	
}

.inaktiv a {
	
	background-color: #66757f;
	color: #ffffff;
	
	
}

ul.shops {
	
	max-width: 100%;
	margin: 2em 5% 2em 5%;
	overflow: auto;
	
	
}

ul.shops li {
	
	list-style: none;
    max-width: 255px;
	display: inline-block;
    background-color: white;
	
    /*  */
    box-shadow: 3px 3px 15px #000000;
    vertical-align: top;
    margin: 20px;
	
	
}



ul.shops img {
    max-width: 90%;
    height: auto;
    margin: 5% 5% 0% 5%;
	
}

ul.shops div {
	
	display: inline-block;
    width: 90%;
    height: 40px;
    margin: 0% 5% 5% 5%;
    text-align: center;
	
	
}

ul.shops li.kontakt {
	
	background-color: #ffffff;
	color: #292f33;
	box-shadow: 0 0 0;
}

ul.shops li:nth-child(1) {transform: rotate(-1deg);}
ul.shops li:nth-child(3) {transform: rotate(1deg);}


ul.jobs {
	
	max-width: 100%;
	margin: 2em 5% 2em 5%;
	overflow: auto;
	
	
}

ul.jobs li {
	
	list-style: none;
    max-width: 255px;
	display: inline-block;
    background-color: white;
	
    /*  */
    box-shadow: 3px 3px 15px #000000;
    vertical-align: top;
    margin: 20px;
	
	
}



ul.jobs img {
    max-width: 90%;
    height: auto;
    margin: 5% 5% 0% 5%;
	
}

ul.jobs div {
	
	display: inline-block;
    width: 90%;
    height: 40px;
    margin: 0% 5% 5% 5%;
    text-align: center;
	
	
}

ul.jobs li.bewerb {
	
	max-width: 500px;
	background-color: #ffffff;
	color: #292f33;
	box-shadow: 0 0 0;
}

ul.jobs li:nth-child(1) {transform: rotate(-1deg);}
