/* BODY ALLGEMEIN */
* {
	font-family: arial;
}

a {
	cursor: pointer;
}


/* HEADER */
header {
	height: 100px;
	background-color: white;
	box-shadow: 0px -1px 7px lightgrey;
}

header a {
    display: block;
}



header img {
	max-height: 90px;
	margin: 0.3em;
}
/* NAVIGATION */

#navMenuButton {
	font-size: 30px;
	color: gray;
	margin: 0.2em;
	padding: 1em;
	position: absolute;
	top: -0.1em;
	right: 0em;
	cursor: pointer;
}

#sideUpBtn {
	display: none;
	position: fixed;
	right: 0.5em;
	bottom: 0.5em;
	color: gray;
	background-color: rgba(220, 220, 220, 0.6);
	transition: background-color .3s, opacity .5s, visibility .5s;
	border: 2px solid gray;
	border-radius: 0.6em;
    box-shadow: 1px 1px 2px -1px grey;
	padding: 0.3em;
	z-index: 2;
}

#sideUpBtn:hover {
	background-color: rgba(150, 150, 150, 0.6);
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	background-color: rgba(10, 10, 10, 0.8);
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	box-shadow: 1px 1px 1px black;
}

.sidenavLink {
	padding: 8px 8px 8px 32px;
	margin: 0 0.8em 0 0.8em;
	text-decoration: none;
	font-size: 22px;
	color: lavender;
	display: block;
	transition: 0.3s;
	border-bottom: 1px solid dimgray;
	white-space: nowrap;
}

.sidenavLink:first-child {
	margin: 0;
	border: none;
}

.sidenavLink:hover {
	color: purple;
}


/*
.sidenav a {
  padding: 8px 8px 8px 32px;
  margin: 0 0.8em 0 0.8em;
  text-decoration: none;
  font-size: 22px;
  color: lavender;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid dimgray;
}

.sidenav a:first-child {
	margin: 0;
	border: none;
}

.sidenav a:hover {
  color: #f1f1f1;
}
*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
}

.closebtn {
	color: lavender;
}

.sidenavBtn {
	width: 33.33%;
	display: inline-block;
	text-decoration: none;
	font-size: 22px;
	color: lavender;
	text-align: center;
}

.navSocialMedia {
	width: 100%;
	position: absolute;
	bottom: 1.5em;
}

.navSocialMedia svg:hover {
	color: purple;
	transition: .3s;
}

/* BUCHUNGSLINK */

.booking {
	padding: 0.1em 0.3em;
}
#bookingLink {
	text-decoration: none;
	color: gray;
	font-weight: bold;
	padding: 0.4em 1em 0.4em 1em;
	background-color: lavender;
	border-radius: 0.5em;
	display: block;
}

#bookingLink:hover {
	background-color: rgb(225, 225, 255);
}

/* Das Team */
.team {
	padding: 0em 1em;
	/*background-color: rgb(245, 245, 245);*/
}

.team div {
	padding: 0.3em 0em;
}

.teamExtend {
	padding: 0em 1em;
}

.profile {
	width: 160px;
	margin: auto;
	margin-bottom: 2em;
}

.profilePic {
	width: 100%;
	height: auto;
	border-radius: 20px;
	box-shadow: 1px 1px 2px 0px lightgrey;
}

.profileBrand {
	height: 0;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px dimgrey;
	position: relative;
    top: -2em;
}

.profileText {
	color: dimgray;
}

/* Karriere*/

.karriere {
	color: dimgray;
	padding: 0.1em 1em;
	font-size: 1.2em;
}

.karriere .twelve {
	padding: 0.6em 0em;
	background-color: lavender;
	box-shadow: 0px -1px 7px lightgrey;
}

.karriere_content {
	padding: 0em 1em;
}

.karriere h3 {
	padding-bottom: 0.3em;
}

/* Frisuren */

.frisuren {
	padding: 0em 1em;
}

.frisuren div {
	padding: 0.3em 0em;
}

.frisurenExtend {
	padding: 1em 1em;
}


.frisurV {
	width: 49%;
	height: auto;
	margin: 0.5%;
}

.frisurN {
	width: 49%;
	height: auto;
	margin: 0.5%;
}

/* Salon/Galerie */
.galerie {
	padding: 0em 1em;
	/*background-color: rgb(250, 250, 250);*/
}


.galerie div {
	padding: 0.3em 0em;
}

.galerieExtend {
	padding: 1em 1em;
}

.galeriePic {
	width: 100%;
	height: auto;
}

/* Produkte */

.produkte {
	padding: 0em 1em;
}

.produkte div {
	padding: 0.3em 0em;
}

.produkteExtend {
	padding: 1em 1em;
}


/* Preise */
.preise {
	padding: 0em 1em;
	margin-bottom: 1em;
}

.preiseExtend {
	padding: 0em 1em;
}

.preiseExtend p {
	padding: 0.5em 0em 1em 0em;
}

.preiseExtend table {
	width: 100%;
	color: dimgray;
	font-size: 0.95em;
	border-collapse: collapse;
}

.preiseExtend td {
	border-bottom: 1px solid lavender;
}

.preiseExtend table tr td:first-child {
	width: 90%;
	text-align: left;
}

.preiseExtend table tr td:nth-child(2) {
	text-align: right;
}

.PreiseHead1 {
	font-size: 1.2em;
    padding: 1em 0em 0.2em 0em;
	text-decoration: underline;
	text-align: left;
}

.PreiseHead2 {
	text-align: left;
	padding: 0.5em 0em 0.1em 0em;
}

#PreiseSpecial {
	width: 70%;
}



/* Kontakt */
.kontakt {
	color: dimgray;
	padding: 1em;
	font-size: 0.95em;
	background-color: lavender;
	box-shadow: 0px -1px 7px lightgrey;
}

.kontakt .four {
	padding: 0.6em;
}

.kontakt .four div {
	padding: 0.6em;
}

.kontakt h4 {
	padding: 1em 0em 0.5em 0em;
}

.kontakt h4:first-child {
	padding: 0em 0em 0.5em 0em;
}


/* Social Media */
.socialMedia {
	padding: 0em 0.6em;
}

.socialMedia a {
	color: dimgray;
	text-decoration: none;
	padding: 0.5em;
}

.socialMedia a:first-child {
	padding-left: 0;
}

.socialMedia svg {
	font-size: 2em;
}


/* Gesamt Klassen */

.scrollbar {
	top: 0;
	position: sticky;
	z-index: 3;
/* 	background-color: white; */
}

.brand {
	height: 1.9em;
}

.headPic {
	width: 100%;
	height: auto;
	border-radius: 3px;
}

.headPicBrand, .textBrand {
	width: 100%;
	height: 2.4em;
	color: white;
	font-weight: bold;
	background-color: rgba(80, 80, 80, 0.6);
	box-shadow: 0px 1px 2px black;
	position: absolute;
	bottom: 2em;
	z-index: 2;
}

.headPicBrand img, .textBrand img {
	height: 1.7em;
	padding: 0em 0.3em;
	margin-left: 1em;
}

.headPicBrand svg, .textBrand svg {
	margin: 0.2em;
    font-size: 1.3em;
}

.textBrand {
	padding: 0.3em 0em;
	margin: 0.2em 0em;
	bottom: 0em;
	position: relative;
	box-shadow: 0px 1px 2px black;
}

.textBrand:hover, .headPicBrand:hover {
	background-color: rgba(200, 200, 200, 0.95);
}

.textBrand:active, .headPicBrand:active {
	background-color: rgba(80, 80, 80, 0.6);
}

.linkExtender {
	position: absolute;
	right: 1em;
}

.extLink {
	color: purple;
	text-decoration: underline;
}

.iconBox {

}

/* Impressum & Datenschutz */

.daSchu, .impressum {
	padding: 1em;
}



/* FOOTER */
.footer {
	margin: 0.8em 0em 0.4em 0em;
}

footer a {
	margin: 0.5em 1em 0.5em 1em;
	color: gray;
	text-decoration: none;
}





/* Extra kleine Displays */
@media (max-width: 375px) {	
	footer {
		display: none;
	}
}




/* Ipad, Desktop & größer*/
@media (min-width: 768px) {		
	header {
		height: 120px;
	}
	
	header img {
		max-height: 110px;
	}
	
	#navMenuButton {
		top: 0.3em;
	}
	
	footer a {
	margin: 0em 4em 0em 4em;
	}

	.profile {
		margin-bottom: 0.1em;
	}
	
	.pTSingle {
		height: 36px;
	}
	
	.team, .teamExtend, .karriere, .frisuren, .frisurenExtend, .galerie, .galerieExtend, .produkte, .produkteExtend, .preise, .preiseExtend, .kontakt {
		padding: 0.2% 16%;
	}
	
	.kontakt h4 {
		padding: 0em 0em 0.5em 0em;
	}

	.kontakt h4:first-child {
		padding: 0em 0em 0.5em 0em;
	}
	
	.kontakt .four {
		min-height: 230px;
		padding: 0.6em 0.6em 0em 0.6em;
	}
	
	.kontakt .four:nth-child(3) {
		padding: 0.6em 5%;
	}
	
	#corona {
		margin: 0% 13%;
	}
	
	.headPicBrand {
		height: 2.9em;
		bottom: 3.3em;
	}
	
	.textBrand {
		height: 2.9em;
	}
	
	.headPicBrand img, .textBrand img {
		height: 2.2em;
		padding: 0em 0.3em;
	}
	
	.headPicBrand svg, .textBrand svg {
		font-size: 1.6em;
	}
	
	
}

/* Ipad, Desktop & größer*/
@media (min-width: 1400px) {	
	.team, .teamExtend, .karriere, .frisuren, .frisurenExtend, .galerie, .galerieExtend, .produkte, .produkteExtend, .preise, .preiseExtend, .kontakt {
		padding: 0.2% 25%;
	}
	
	#corona {
		margin: 0% 24%;
	}
	
	.headPicBrand {
		height: 3.4em;
		bottom: 4em;
	}
	
	.textBrand {
		height: 3.4em;
	}
	
	.headPicBrand img, .textBrand img {
		height: 2.7em;
		padding: 0em 0.3em;
	}
	
	.headPicBrand svg, .textBrand svg {
		margin: 0.4em;
	}
}


/* Slider */
/*
#slideUpTeam, #slideDownTeam {
    display: block;
    width: 100%;
    text-align: center;
    background-color: rgb(245, 245, 245);
    padding: 6px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
*/
#slideDownTeam {
	cursor: pointer;
}


#sliderTeam, #sliderPreise, #sliderFrisuren, #sliderProdukte, #sliderGalerie {
    display: none;
}

/* Gutscheinkarte */

#giftBrand {
	text-align: center;
    display: block;
    margin-bottom: 0.5em;
    font-weight: bolder;
    font-size: larger;
}

.giftImg {
	border: 1px solid gray;
    border-radius: 5px;
    box-shadow: 0px 0px 9px -5px black;
	position: relative;
	width: 50%;
	left: 25%;
}

/* Corona Hinweis */

#corona {
	color: dimgray;
	font-weight: normal;
	font-size: 1.2em;
	padding: 0.6em 0.8em;
	position: fixed;
	top: 9em;
	left: 2em;
	right: 2em;
	min-height: 120px;
	z-index: 10;
	background-color: lavender;
	border: 2px solid purple;
	border-radius: 5px;
	opacity: 0.95;
	line-height: 1.1em;
    box-shadow: 2px 2px 11px -6px black;
}

#corona p:first-of-type {
	margin-top: 0.5em;
}

#coronaBrand {
	font-weight: bold;
}

#coronaCloseBtn {
	color: purple;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	padding: 0.3em 0.5em;
	background-color: lightgrey;
	/* border: 2px solid purple; */
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 4px -2px black;
}

#coronaCloseBtn:hover {
	background-color: gray;
}

.coronaImg {
	position: relative;
	width: 50%;
	left: 25%;
}




