@font-face {
	font-display: swap; 
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/Quicksand-Light.ttf') format('truetype')
}

@font-face {
	font-display: swap; 
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/Quicksand-Medium.ttf') format('truetype')
}

@font-face {
	font-display: swap; 
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/Quicksand-Bold.ttf') format('truetype')
}

html::before {
    content: '';
    display: block;
	background-image: url(/images/ag-stones-grabsteine_banner1.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh; width: 100vw;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -100;
}

body {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-size: 1.185rem;
	font-weight: 300;
}

body, html {
  height: 100%;
}

ul {
	list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	padding-top: 0px;
}

.prozent100 {
	width: 100%;
	background-color: #fff;
}

#header {
	display: flex;
	flex-flow: row wrap;
	cursor: default;	
	position: relative;
	top: 0;	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.bggreen {
	background: #002f1d;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#grabsteine {
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	text-align: center;
}


.bgdienstleistung {
	background-image: url(/images/grabsteine.jpg);
	width: 100%;
	background-repeat: no-repeat;                        
    background-position: center center
}

#dienstleistung {	
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	flex-flow: row wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}

.impressum {	
	padding-top: 80px;
	padding-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
}



.galerie {
	margin: auto;
	align-items: center;
	text-align: center;
}

.pure-form {
	max-width: 400px;
	text-align: left;
  }

.pure-form label {
	margin: .5em 0 .2em;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: #000;
	border-radius: 4px;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 3.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
  }

label {
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 0 1em 0;
}

::placeholder {
	color: #bbb !important;
	opacity: 1.0;
}

.pure-form input[type="namex"], .pure-form input[type="email"], .pure-form input[type="tel"] {
	height: 3.5em;
	line-height: 0;
}

.pure-form input[type="namex"], .pure-form input[type="email"], .pure-form input[type="tel"], .pure-form textarea {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100% !important;
}

#footer .icons img {
	width: 18px;
	padding-right: 20px;
	color: #fff;
}

#footer {
	padding: 6em 0 4em 0;
	background: #002f1d;
	text-align: center;
	color: #fff;
  }

/* -----------------  DESKTOP ----------------- */

@media screen and (min-width: 920px) {
	
	#header {		
		background: #FFFFFF;		
		max-width: 1000px;
		height: 165px;
	}
	
	#header nav.left, #menu {
		display: none;
	}

	nav #desknavi {
		text-align: left;
		font-size: 1rem;
		width: 33%;	
		padding-top: 100px;	
		padding-left: 20px;
	}

	nav #desknavi a {
		text-decoration: none;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 1.185rem;
		font-weight: 400;
		color: #002f1d;
	}

	nav #desknavi a:hover {
		color: #CC0000;
	}

	nav #desknavi ul {
		list-style: none;
		display: flex;
	}

	nav #desknavi ul li {
		list-style-type: none;
		list-style: none;
		white-space: nowrap;
		display:inline-block;
		width: 130px;		
		text-decoration: none;
		position: relative;
		padding-right: 15px;
	}

	header .icons {
		display: flex;
	}

	header .icons img {
		width: 18px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 10px;
	}

	header .right {
		width: 33%;
		padding-top: 75px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.logo {
		width: 296px;
		height: 216px;
		background-color: #002f1d;
		box-shadow: 0px 0px 10px #333;
		margin-right: auto;
		margin-left: auto;
	}
	
	.klein {
		font-size: 0.955rem;
	}

	.height40px {
		height: 40px;
	}
	
	.dropdown {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: hsla(0,0%,100%,0.7);
		min-width: 150px;
		padding: 10px;
	}

	nav ul li:hover .dropdown {
		display: block;
	}

	.dropdown a {
		display: block;
		margin-bottom: 10px;
	}



	#banner1, #banner2, #banner3 {
		padding: 14em 0 12em 0;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
		background-attachment: fixed;
	}

	#banner1 .content h1 {
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 2.185rem;
		font-weight: 400;
		color: #002f1d;
		text-align: right;
		padding: 20px;
		background: hsla(0, 0%, 100%, 0.6);
	}

	#banner1 .content {
		max-width: 500px;
		margin-left: auto;
	}

	#ueberuns h1, #kontakt h1 {
		display: box;
		flex-flow: row wrap;
		width: 260px;
		height: 180px;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 2.185rem;
		color: #928353;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
	}

	#grabsteine h1, #grabsteine h2 {
		display: box;
		flex-flow: row wrap;
		width: 100%;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 2.185rem;
		color: #002f1d;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
		margin-bottom: 20px;
	}



	#dienstleistung h1 {
		width: 100%;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 2.185rem;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
		margin-bottom: 20px;
	}

	#ueberuns {
		background: #002f1d;
		display: flex;
		flex-flow: row wrap;
		margin-right: auto;
		margin-left: auto;
		max-width: 900px;
	}

	.ueberuns {
		display: flex;
		flex-flow: row wrap;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 0.885rem;
		color: #928353;
		max-width: 600px;
		text-align: left;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 400;
	}

	.ueberuns p {
		margin-bottom: 10px;
	}

	.kontakt, .impressum {
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 0.885rem;
		color: #928353;
		max-width: 600px;
		text-align: left;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 400;
	}

	#kontakt {
		background: #002f1d;
		display: flex;
		margin-right: auto;
		margin-left: auto;
		max-width: 900px;
	  }

	.kontakt p {
		margin-bottom: 10px;
	}

	.wrapper {
		padding: 3em 0 1em 0;
	}

	#footer {
		padding: 3em 0 1em 0;
	  }

	.inner {
	max-width: 70%;
	}
}


/* -----------------  MOBILE ----------------- */

@media screen and (max-width: 920px) {
	#header {		
		background: #002f1d;		
	}
	
	#desknavi {
		display: none;
	}

	#header {
		min-width: 320px;
	}

	body {
		padding-top: 0px;
	}

	#header {
		height: 140px;
		line-height: 35px;
	}

	#header .logo {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #002f1d;
	}

	#header .logo img {
		text-align: center;
		height: 123px;
		background-color: #002f1d;
	}

	#header nav a[href="#menu"] {
		font-size: 2.5em;
		color: #FFFFFF;
		padding: 10px;
	}

	#header nav.left {
		left: 1em;
	}

	#header nav.right {	
		width: 100%;
		background-color: #fff;
		list-style: none;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 0.985rem;
		font-weight: 400;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#header nav.right ul {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 20px;
	}

	header .icons img {
		width: 14px;
		padding-left: 50px;
		padding-right: 10px;
	}

	.logo {
		margin-right: auto;
		margin-left: auto;
	}

	#banner1, #banner2, #banner3 {
		padding: 14em 0 12em 0;
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
		text-align: center;
		background-attachment: fixed;
	}

	#banner1 .content h1 {
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 1.185rem;
		font-weight: 400;
		color: #002f1d;
		text-align: center;
		padding: 20px;
		background: hsla(0, 0%, 100%, 0.6);
	}

	#ueberuns h1, #kontakt h1 {
		width: 100%px;
		height: 180px;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 1.985rem;
		color: #928353;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
		margin-top: 20px;
	}

	.ueberuns {
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 0.885rem;
		color: #928353;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
	}

	#grabsteine h1, #grabsteine h2 {
		width: 100%;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 1.985rem;
		color: #002f1d;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
		margin-bottom: 20px;
		padding-top: 20px;
	}

	#dienstleistung {	
		padding: 20px;
		text-align: center;
	}

	#dienstleistung h1 {
		width: 100%;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 1.985rem;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		margin-right: auto;
		margin-left: auto;
		font-weight: 200;
		margin-bottom: 20px;
		margin-bottom: 20px;
	}

	#kontakt, .impressum {
		background: #002f1d;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
		font-family: "Quicksand", Arial, Helvetica, sans-serif;
		font-size: 0.885rem;
		color: #928353;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
	  }

	nav .button {
		padding: 0 2em;
		height: 3.25em;
		line-height: 3.25em;
	}
	
	nav a {
		text-decoration: none;
		display: inline-block;
	}
	
	nav a[href="#menu"] {
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
		font-size: 2em;
		color: #002f1d;
		z-index: 10005;
	}
	
	nav a[href="#menu"]:before {
		content: "☰";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
		position:absolute;
	}
	
	nav a[href="#menu"] span {
		display: none;
	}
	nav a[href="#menu"]:before {
		margin: 0 0.5em 0 0;
	}

	#menu ul.actions {
		display: block;
	}

	#menu {
		padding: 2.5em 1.75em;
	}

	#menu {
		-moz-transform: translateX(-20em);
		-webkit-transform: translateX(-20em);
		-ms-transform: translateX(-20em);
		transform: translateX(-20em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		background: #333;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		left: 0;
		top: 0;
		visibility: hidden;
		width: 20em;
		z-index: 10002;
	}
	
	#menu > ul {
		margin: 0 0 1em 0;
	}
	
	#menu > ul.links {
		list-style: none;
		padding: 0;
	}
	
	#menu > ul.links > li {
		padding: 0;
	}
	
	#menu > ul.links > li > a:not(.button) {
		border: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.25);
		color: inherit;
		display: block;
		line-height: 3.5em;
		text-decoration: none;
	}
	
	#menu > ul.links > li > .button {
		display: block;
		margin: 0.5em 0 0 0;
	}
	
	#menu > ul.links > li:first-child > a:not(.button) {
		border-top: 0 !important;
	}																		
	
	#menu > ul.actions {
		display: none;
	}
	
	#menu .close {
		text-decoration: none;
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		-webkit-tap-highlight-color: transparent;
		border: 0;
		color: #a7d9e7;
		cursor: pointer;
		display: block;
		height: 3.25em;
		line-height: 3.25em;
		padding-right: 1.25em;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 7em;
	}
	
	#menu .close:before {
		content: "X";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}
	
	#menu .close:before {
		font-size: 0.55em;
	}
	
	#menu .close:hover {
		color: #ffffff;
	}
	
	
	#menu .close {
		height: 4em;
		line-height: 4em;
	}
	
	#menu.visible {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		visibility: visible;
	}
}

.inner {
	margin: 0 auto;
	max-width: 65em;
}

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #000; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
  }