/* ========== ALLGEMEIN ==========*/
body {
	position: relative;
	background: #2e3842;
}

section {
	padding: 80px 0 20px 0;
}

section.longbottom {
	padding: 80px 0;
}

body, p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 15pt;
	line-height: 1.5em;
	color: gray;
}

p strong {
	font-weight: 900;
	color: #75af27;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 1.35em;
	line-height: 1.75em;
	font-weight: 800;
	letter-spacing: 0.225em;
	margin-bottom: 1em;
	color: #75af27;
}

h2 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: 600;
	letter-spacing: 0.225em;
	color: #75af27;
	margin: 2em 0 0.8em 0;
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 0.225em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

h5 {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 800;
	margin-bottom: 0.9em;
}

ul {
   list-style: none;
}

a {
	color: lightgray;
}

a:hover {
	text-decoration: none;
	color: #75af27;
}

a:focus,
a:active {
	outline: none;
}


/* ========== SIDEBAR ========== */
.sidebar-open {
	position: fixed;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index:1000;
}

.hamburger,
.hamburger-green {
	width: 50px;
	height: 50px;
	opacity: 0.8;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.hamburger {
	background-color: #75af27;
	background-image: url('../img/allg/hamburger.png');
}
.hamburger:hover,
.hamburger:focus {
	opacity: 1.0;
}

.hamburger-green {
	background-image: url('../img/allg/hamburger_green.png');
}
.hamburger-green:hover,
.hamburger-green:focus {
	background-color: #75af27;
	opacity: 1.0;
	background-image: url('../img/allg/hamburger.png');
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3000;
	top: 0;
	right: 0;
	background: #75af27;
	overflow-x: hidden;
	-webkit-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	padding-top: 100px;
}

.sidenav .sidebar-close {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 48px;
	font-weight: bold;
}

.sidenav a {
	padding: 0px 8px 0px 32px;
	display: block;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: 0.225em;
	margin-bottom: 0em;
	margin-top: 0em;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .trenner {
	border-top: solid 1px rgba(256, 256, 256, 0.225);
	margin: 0 3em 0 1em;
}

.dimmed {
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0.3;
}

.dimmed-out {
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1.0;
}




/* ========== PAGE 1 KOLLEKTIONEN ============================== */
#header {
	height: 100%;
}

.logo-maier {
	max-width:400px;
	height: auto;
	margin-bottom: 60px;
}

/* Titel statt Logo - auf den Seiten SERVICE und ÜBER UNS*/
#header h1.titel {
	color: #75af27;
	font-size: 400%;
	margin: 50px 0 10px 0;
	letter-spacing: 0.3em;
}

#header .home-buttons {
	width: 400px;
	margin: 30px auto;
}

#header a h1 {
	padding: 10px 20px;
	margin-bottom: 10px;
	border: 2px solid #75af27;
	border-radius: 5px;
}

#header a h1 {
	background:transparent;
	color: #75af27;
}

#header a:hover h1 {
	background: #75af27;
	color: white;
	cursor: pointer;
}


/* ========== AKTUELLES ========== */
#aktuelles {
	background: #75af27;
}

#aktuelles h1,
#aktuelles p {
	color: white;
}


/* ========== KOLLEKTIONEN ========== */
.section#kollektionen {
	margin-bottom: 80px;
}

/*#kollektionen h1.mobile {
	display: none;
}*/

#kollektionen h3 {
	color: #75af27;
	text-transform: uppercase;
}

#kollektionen p {
	color: gray;
	font-size:0.8em;
	line-height: 1.4em;
}

#kollektionen a h3 {
	margin: 30px 50px;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 2px solid #75af27;
	border-radius: 5px;
}

#kollektionen a:hover h3 {
	background: #75af27;
	color: white;
}


/* ========== GALERIEN ========== */
.section.galerie {
	margin-top: -30px;
}

.galerie h1 {
	color: #75af27;
}

.galerie .thumb {
	max-width: 260px;
	height: auto;
	margin: 10px 0;
	/* ###-webkit-filter: grayscale(100%); 
	###filter: grayscale(100%);*/
	border: 2px solid #2e3842;
	border-radius: 5px;
}

.galerie .thumb:hover {
	border: 2px solid #75af27;
	border-radius: 5px;
}

.galerie .row.firmenlogos {
	padding-top: 20px;
}

.galerie .firmenlogo {
	width: 150px;
	height: auto;
	padding: 10px;
	/* ###-webkit-filter: grayscale(100%); 
	###filter: grayscale(100%); */
}

.galerie#galerie-damen,
.galerie#galerie-herren,
.galerie#galerie-palmers {
	display: none;
}

/* ========== PAGE 2 ÜBER UNS ============================== */

/* ========== GESCHÄFT ========== */
#geschaeft #impressionen {
	margin: 50px 50px 0 50px;
}

#geschaeft .card {
	margin: 0;
	padding: 0;
	border: 0px solid #2e3842;;
}

#geschaeft .card-columns {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

#geschaeft .card-columns .card {
	margin-bottom: -1px;
	border: 0;
}

/* ========== TEAM ========== */
#team h1 {
	margin-bottom: 0;
}

#team p#maiers-text {
	/*margin-top: 130px;*/
}

#team p span {
	color: #75af27;
	font-weight: bold;
}

#team p span.mitarbeiter {	
	width:200px;
}


/* ========== GESCHICHTE ========== */
#geschichte p.jahr {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.8em;
	color: #75af27;
	font-style: italic;
}	

#geschichte .col-8 p {
	padding-top: 0.4em;
	margin-bottom: 2em;
}



/* ========== PAGE 3 SERVICE ============================== */

/* ========== KUNDENSERVICE ========== */
#kundenservice ul {
	/*list-style: none;*/
	margin-bottom: 2em;
	list-style-image: url(../img/allg/listenzeichen.png);
}

#kundenservice ul li {
	/*list-style: none;*/
	margin-bottom: 1em;
}

/*
#kundenservice ul li::before {
	content: url(../img/allg/listenzeichen.png);
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}
*/


/* ========== MODEGUTSCHEINE ========== */
#modegutscheine h1 {
	margin-bottom: 0;
}

#modegutscheine p span {
	color: #75af27;
	font-weight: bold;
}

#modegutscheine span.abstand {
	margin-bottom: 3em;
	display: block;
}


/* ========== SONSTIGE PAGES  ============================== */

/* ========== DATENSCHUTZ ========== */
#datenschutz ul {
	/*list-style: none;*/
	list-style-image: url(../img/allg/listenzeichen.png);
	margin-bottom: 2em;
}

#datenschutz ul li {
	/*list-style: none;*/
	margin-bottom: 1em;
}
/*
#datenschutz ul li::before {
	content: url(../img/allg/listenzeichen.png);
	content: "\25FC";
	color: #75af27;
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}
*/


/* ========== FOOTER ============================== */
#footer {
	position: relative;
	background-color: #222;
	color: lightgray;
	padding: 50px;
	line-height: 1.8em;
}

#footer h1 {
	font-size:0.8em;
	color: gray;
}

#footer p {
	font-size:0.7em;
	line-height: 1.4em;
}

#footer a {
	color: gray;
}

#footer a:hover {
	color: #75af27;;
}

#footer img {
	max-width:60px;
	height: auto;
	margin: 10px 20px 50px 0;
}

#footer div.time p {
	margin-bottom: 0;
}

#footer .tag {
	width:5em;
	display: inline-block;
}
#footer .link {
	padding: 20px;
}

#footer .label {
	padding: 20px;
}

/*
#footer #back-to-top-button {
	position: absolute;
	right: 20px;
	bottom: 52px;
	background: #75af27;
	border-radius: 50%;
	opacity: 0.8;
	width: 50px;
	height: 50px;
	color: white;
	font-weight: bold;
	font-size:200%;
	text-align: center;
	padding-top: 6px;
}

#footer #back-to-top-button:hover {
	opacity: 1.0;
	color: white;
}

#footer #back-to-top-button img {
	width: 28px;
	margin: 0 auto;
	padding-bottom: 5px;
}
*/

#footer #back-to-top-button {
	position: absolute;
	right: 20px;
	bottom: 52px;
	width: 50px;
	height: 50px;
}

.uparrow,
.uparrow-green {
	width: 50px;
	height: 50px;
	opacity: 0.8;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
}

.uparrow {
	background-color: #75af27;
	background-image: url('../img/allg/uparrow.png');
}
.uparrow:hover,
.uparrow:focus {
	opacity: 1.0;
}

.uparrow-green {
	background-image: url('../img/allg/uparrow_green.png');
}
.uparrow-green:hover,
.uparrow-green:focus {
	background-color: #75af27;
	opacity: 1.0;
	background-image: url('../img/allg/uparrow.png');
}





/* ========== MEDIA QUERIES MEDIUM ==============================*/

@media (max-width: 767.98px) { 

	
/* ========== ALLGEMEIN ==========*/
	body, p {
		font-size: 12pt;
	}

	.logo-maier {
		max-width: 400px;
	}

	#header a h1 {
		font-size: 1rem;
	}
/*
	#header h1.titel {
		font-size: 2.5rem;
	}
*/
	#header .home-buttons {
		width: 300px;
	}

	section {
		padding: 40px 0 20px 0;
	}
	
	section.longbottom {
		padding: 40px 0;
	}



/* ========== KOLLEKTIONEN ========== */
	#kollektionen p {
		font-size:1.0em;
	}

	.koll-img {
		max-width: 60%;
		margin-top:10px;
	}
	
	
	#kollektionen a h3 {
		max-width: 200px;
		margin: 30px auto 20px;
	}

	
/* ========== TEAM ========== */
	#team h1 {
		margin-bottom: 20px;
	}
	
	.row.mitarbeiter-block p {
		margin-bottom: 0;
	}

	/* Funktion */
	#team .row .col-8 {
		margin-bottom: 2em;
	}
	
	#team div.row.mitarbeiter-block > div.col-lg-10 > div > div:nth-child(odd) > p {
		margin-bottom: 20px;
	}
	
/* ========== KUNDENSERVICE ========== */
	#kundenservice h1 {
		margin-bottom: 0;
	}
	
/* ========== MODEGUTSCHEINE ========== */
	#modegutscheine img {
		margin-top: 1em;
	}
	
	#modegutscheine span.abstand {
		margin-bottom: 1em;
	}
	
/* ========== FOOTER ============================== */
	#footer {
		padding: 50px 0px;
	}
	
	#footer h1 {
		font-size:1em;
		margin-bottom: 0;
	}
	
	#footer p {
		font-size:0.9em;
	}

	.uparrow,
	.uparrow-green {
		width: 40px;
		height: 40px;
	}
	
	#footer #back-to-top-button {
		right: 10px;
		bottom: 20px;
		width: 40px;
		height: 40px;
	}
	
	#footer .label {
		padding: 0 5px 0 0;
		font-size: 80%;
	}
	
}




/* ========== MEDIA QUERIES SMALL ==============================*/

@media (max-width: 575.98px) { 

/* ========== ALLGEMEIN ==========*/
	section {
		padding: 40px 0 20px 0;
	}
	
	section.longbottom {
		padding: 40px 0;
	}
	
	#header h1.titel {
		font-size: 3.5rem;
	}


/* ========== SIDEBAR ==========*/
	.hamburger,
	.hamburger-green {
		width: 40px;
		height: 40px;
	}
	

/* ========== KOLLEKTIONEN ========== */
	[data-aos="fade-left"],
	[data-aos="fade-up"],
	[data-aos="fade-right"] {
    transition: none !important;
  }

	.koll-img {
		max-width: 60%;
		margin-top:10px;
	}
	
	/*#kollektionen h1 {
		display: none;
	}		
	#kollektionen h1.mobile {
		display: inline;
	}*/
	
	
/* ========== TEAM ========== */
	#team h1 {
		margin-bottom: 20px;
	}
	
	.row.mitarbeiter-block p {
		margin-bottom: 0;
	}

	/* Funktion */
	#team .row .col-8 {
		margin-bottom: 2em;
	}
	
	#team div.row.mitarbeiter-block > div.col-lg-10 > div > div:nth-child(even) > p {
		margin-bottom: 20px;
	}
	
	#team > div > div.row.mitarbeiter-block > div.col-lg-10 > div > div:nth-child(even) > p {
		margin-bottom: 0;
	}
	
/* ========== KUNDENSERVICE ========== */
	#kundenservice h1 {
		margin-bottom: 0;
	}
	
	
/* ========== MODEGUTSCHEINE ========== */
	#modegutscheine img {
		margin-top: 1em;
	}
	
	#modegutscheine span.abstand {
		margin-bottom: 1em;
	}
	
/* ========== FOOTER ============================== */
	#footer {
		padding: 50px 0px;
	}
	
	#footer h1 {
		margin-bottom: 0;
	}

	.uparrow,
	.uparrow-green {
		width: 40px;
		height: 40px;
	}
	
	#footer #back-to-top-button {
		right: 20px;
		bottom: 20px;
		width: 40px;
		height: 40px;
	}
	
	#footer .label {
		padding: 0 5px 0 0;
		font-size: 80%;
	}

}



/* ========== MEDIA QUERIES X-SMALL ==============================*/

@media (max-width: 440px) { 

/* ========== ALLGEMEIN ==========*/
	
	.logo-maier {
		max-width:280px;
		height: auto;
		margin-bottom: 60px;
	}

	
	#header h1.titel {
		font-size: 2.5rem;
	}
	
	.pl-4, .px-4 {
			padding-left: 0 !important;
	}	
	
}

