@font-face {
  font-family: "Permanent Marker";
  src: url("../fonts/PermanentMarker-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url("../fonts/Montserrat-Bold.ttf");
}

#datenschutz-overlay {
  display: none;
  height: 90%;
  width: 90%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}

#linkdatenschutz-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

h1, h2, h3, h4, h5 {
  font-family: 'Permanent Marker', cursive;
  color: #ba7300;
}

li, p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a, strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* FIXED NAV */

.fixednav {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #fff;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
z-index: 990;
}

.fixednav .container {
  text-align: center;
  position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

#monitornav {
  position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
  list-style-type: none;
  margin-left: auto;
margin-right: auto;
left: 0;
right: 0;

}

#monitornav li {
  display: inline;
  margin-right: 50px;
}

.fixednav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;

}

/* MOBILE NAVIGATION */


.togglecenter{
  display:none;
  height: 100%;
  height: 100%;

}

#togglenav{
  height: 35px;
  width: 35px;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    list-style-type: none;
    margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transition: ease-in-out;


}
#toggleout{
  height: 35px;
  width: 35px;
  background-image: url(../images/menuout.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    list-style-type: none;
    margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: none;
  transition: ease-in-out;

}

.navsmall{
  background-color: #fff;
  display: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}

.navsmall ul{
  text-align: center;
  list-style-type: none;

}
.navsmall ul li{
    margin-bottom: 10px;
    display: block;
}

@media (max-width: 900px) {
  .togglecenter{
    display: block;
  }

  #monitornav {
    display: none;
  }
}

/* -- */

/* SECTION START */

#start {
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;

}

#logobox {
  position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
text-align: center;
}

#logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;
}

#einstieg {
  width: auto;
  height: 100%;
  position: absolute;
  display: block;
}
@media (min-width: 850px) {
  #einstieg {
    display: none;

   }
 }


@media (min-width: 550px) {
  #logobox {
    width: 500px;

   }
 }

#logobox a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
}
/* -- */

/* SECTION SALON */

#salon {
  padding-top: 25px;
  padding-bottom: 25px;
}

#con-salon {
  text-align: center;
}

#jobs {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	background-color: #f5ead9;
}

.aktuelles-container {
	width: 100%;
	position: relative;
	display: flex;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px dotted #ba7300;
}

.aktuelles-img {
	width: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.aktuelles-img-div {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
}


.aktuelles-info {
	width: 50%;
	position: relative;
	text-align: center;
	padding-left: 25px;
	display: flex;
	flex-wrap: wrap;
}

.aktuelles-info p {
	width: 100%;
	text-align: center !important;
}
.aktuelles-info h4 {
	width: 100%;
	text-align: center !important;
}

@media (max-width: 950px) {
	.aktuelles-container {
			flex-wrap: wrap;
	}
.aktuelles-img {
	width: 100%;
}
	
.aktuelles-info {
	width: 100%;
	padding-left: 0px;
}

}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  justify-content: center;
  padding: 10px;
  max-width: 900px;
  margin: auto;
}

.gallery-item {
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery img:hover {
  transform: scale(1.1);
}

@media (min-width: 850px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}



/* Remove unnecessary <br> clear fix */
br[style="clear: both"] {
  display: none;
}


/* -- */

/* SECTION TEAM */

#team {
  background-color: #f5ead9;
  height: 100% auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.portrait {
  width: 100%;
  height: 550px;
  float: left;
  box-sizing: border-box;
}

.portrait ul {
  margin-top: 10px;
}

#zeitsalon-strng {
  color: #ba7300;
}

.team-img {
  width: 200px;
  margin: 0 auto;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  border: 5px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.team-info {
  width: 90%;
  margin: 0 auto;
}


@media (min-width: 950px) {
.portrait {
  width: calc(100%/5);
  height: 620px;
position: relative;
}

.team-img {
width: 175px;
height: 175px;
position: relative; /* If you want text inside of it */
}
	
	.team-info h4 {
		font-size: 2.5rem;
	}

}

/* -- */

/* ÖFFNUNGSZEITEN UND TERMINE */

#con-termine {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;

}

#termine h5 {
  color: #000;
}

#termine a {
  color: #000;
  text-decoration: none;
}

/* -- */


/* FOOTER */

#footer {
  background-color: #ba7300;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

#footer strong {
  color: #fff;
  font-weight: 600;
}

#footerimg {
  height: 200px;
  width: auto;
  margin-bottom: 25px;
}


/* -- */
