
h1 {
	font-size: 1.3em;
	font-family: 'Major Mono Display';
	font-weight: bold;
	letter-spacing: 0.01em;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #000000;
	line-height: 1.5em;
}


h2 {
	font-size: 1.2em;
	text-align: center;
	font-family: 'Major Mono Display';
	color: #000000;
	letter-spacing: 0.01em;
	padding: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 1em;
	font-family: 'Major Mono Display';
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.08em;
	padding: 20px 0px 4px 0px;
	margin: 0px;
	font-weight: 600;
}

h4 {
	font-weight: 300;
	font-family: 'Major Mono Display';
	letter-spacing: 0.08em;
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
	font-weight: 200;
	font-family: 'Major Mono Display';
	color: #000000;
	padding: 0;
	margin: 0;
}
hr {
	height: 1px;
	background-color: rgb(123, 0, 134);
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
p {
	letter-spacing: 0.04em;
	line-height: 1.4em;
	margin: 10px 0px 10px 0px;
	font-weight: 500;
	font-size: 1.05em;
	color: #414141;
}

p a {
	font-size: 0.92em;
}
strong{
	font-size: 1em;
	padding: 10px 0px;
	color: #F7A611;;
}

ul li {
	list-style: none;
}

li {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin: 1px 0px 1px 0px;
	font-weight: 500;
	font-size: 1.1em;
}
.list li:before{
	content: "- ";
	color: #F7A611;;
}

/*-------------------------------------------base*/

body {
	box-sizing: border-box;
	font-family: 'Major Mono Display';
	font-weight: 100;
	margin: 0px;
	background-color: whitesmoke;
	display: block;
	height: 100%;
}
header {
	display: flex;
	position: fixed;
	top: 0px;
	height: 70px;
	font-size: 0.9em;
	background-color: whitesmoke;
	width: 100%;
	z-index: 900;
	border-bottom: 2px rgb(60, 60, 60);

}

main 
{
	display: block;
	position: relative;
	margin:0 auto;
	font-family: 'Major Mono Display';
	color: #414141;
	width: 100%;
	background-color: whitesmoke;
	height: 93vh;
}

main a {
	color: #300041;
	text-decoration: none;
}
main a:hover {
	color: rgb(123, 0, 134);
}


main section {
	width: auto;
	padding-top: 0px;

	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#content{
	position: relative;
	top: 100px;
	display: block;
	max-height: 100%;

	padding:2.5% 4% 2.5% 4%;
}

#flexbox
{
	max-width: 1100px;
	height: auto;
 	display: flex;
 	gap: 5px;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 50px;
	padding-bottom: 100px;
}

.textbox{
	font-family:'Courier New', Courier, monospace;
	word-spacing: 0px;;
	color: #414141;
	max-width: 800px;
	height: auto;
	border-color: #000000;
	border-radius: 3px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 30px 10px 30px 10px;
	line-height: 1.5em;
	font-size: 0.95em;
}
.textbox p{
	padding: 10px 0px;
}
a.tooltip {
	position: relative;
	text-decoration: none;

  }
  a.tooltip::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	background-image: url(../img/css/hp-kuntz-signet.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(255, 255, 255, 0.825);
	-webkit-transition: all 0.4s ease;
	-moz-transition : all 0.4s ease;
	transition : all 0.4s ease;
	opacity: 0;
	left: 10%;
	bottom: 90%; 
	text-align: center;
  }
  a.tooltip::after {
	content: attr(data-tooltip);
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 10%;
	width: 100%;
	background: #7a7a7a;
	padding: 3px 0px 5px 0px;
	color: rgb(255, 255, 255);
	-webkit-border-radius: 3px;
	-moz-border-radius : 3px;
	border-radius : 3px;
	white-space: nowrap;
	opacity: 0;
	z-index: 4;
	-webkit-transition: all 0.4s ease;
	-moz-transition : all 0.4s ease;
	transition : all 0.4s ease;
  }

  a.tooltip:hover::after {
	bottom: 20%;
  }
  a.tooltip:hover::before {
	bottom: 50%;
  }
  a.tooltip:hover::after, a:hover:before {
	opacity: 1;
  }

#signet{
	position:fixed;
	right: 20px;
	bottom: 20px;
	background-image: url(../img/css/hp-kuntz-signet.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	z-index: 9;

}


a.workdetails{
	position: relative;
	text-decoration: none;
	display:flex;
	
}

a.workdetails::after {
	content: attr(data-artwork);
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	position: absolute;
	text-align: center;
	bottom: 50%;
	justify-content: center;
	left: 0%;
	width: 100%;
	background: #d9d9d9;
	padding: 8px 0px;
	color: rgb(91, 91, 91);
	-webkit-border-radius: 3px;
	-moz-border-radius : 3px;
	border-radius : 3px;
	white-space: nowrap;
	opacity: 0;
	z-index: 4;
	-webkit-transition: all 0.4s ease;
	-moz-transition : all 0.4s ease;
	transition : all 0.4s ease;
  }

  a.workdetails:hover::after {
	bottom: 0%;
  }

  a.workdetails:hover::after, a:hover:before {
	opacity: 1;
  }
#pano img{
	width: 100%;
}

.roundimg {
	position: relative;
	border-radius: 100px;
	width: 110px;
	display: table;
	margin: 20px auto 20px auto;
	border: 2px solid #F7A611;;
}
.box {
	border-radius: 6px;
	background-color: rgb(238, 238, 238);
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	
}

/*---------------- Nav small devices */

#nav-smd {
	display: none;
	background: transparent;
	height: 50px;
}

#nav-smd ul {
	display: block;
	width: 2em;
	padding: 0.9em;

}

#nav-smd ul li {
	display: inline;
}

#nav-smd ul li a.menubutton {
	display: none;
}

/*----------------------------------------------Navigation*/

nav {
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	font-size: 0.82em;
	font-family: 'Major Mono Display';
	letter-spacing: 0.2em;
	position: relative;
	padding-top: 12px;
}

nav ul{
	margin: 10px auto;
	padding: 0px;
}
nav li{
	line-height: normal;
	position: relative;
	display: inline;
	padding:0px 4px 0px 4px;

}

nav ul li {
	display: inline;
	line-height: normal;
}

nav ul li a {
	color: rgb(0, 0, 0);
	font-size: 1.125em;
	text-decoration: none;
	padding-right: 5px;
}

nav ul li a:hover {
	color: #700058;
}

.active {
	color: #700058;
}

nav ul ul {
	display: none;
	position: absolute;
	background-color: #2b2b2b;
	padding-left: 0px;
	padding-top: 10px;
	text-align: left;
	font-size: 0.9em;
}

nav ul li:hover > ul {
	display: block;
	text-align: left;
	top: -3px;
	left: -4px;
	z-index: 1;
	position: absolute;
	top: 20px;
	box-shadow: 0px 1px 1px rgba(68, 68, 68, 0.466);
}
nav ul ul li{
	text-align: left;
	padding: 3px 4px 3px 8px;
	display: block;
}

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

/*-----------------------------------------------maincontent*/

main section ul {
	margin: 0px;
	padding: 10px 0px 10px 5px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.map {
	margin: 20px 0px;
	border-radius: 5px;
	height: 300px;

	border: 1px solid #334118;
	padding: 10px 12px 12px 10px;
}

form div {
	margin-top: 8px;
}
#kontakt{
	background-color: rgb(232, 222, 205);
	border: 15px solid rgb(232, 222, 205);
	border-radius: 4px;
}

#kontaktim{
	height: 400px;
	text-align: center;
	background-image: url(../img/kontakt/HP-Kuntz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 4px;
	margin-top: 30px;
	margin-bottom: 30px;
}
input {
	border-radius: 4px;
	opacity: 0.7;
	height: 20px;
}

textarea {
	max-width: 500px;
	min-width: 350px;
	height: 300px;
	font-size: 0.9em;
	border-radius: 4px;
	margin: 20px;
	font-weight: 600;
	border: 1px solid #b9b9b9;
	opacity: 0.7;
}
.impressum, .impressum h1, .impressum h2, .impressum h3, .impressum h4{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;

}

/*----------------Kontakform------------------------*/
fieldset{
	color: #008eba;

}
label{
	padding: 20px;
	display: block;
}

/*-------------------------------------------------footer*/
footer {
	display:block;
	position:fixed;
	bottom: 0px;
	width: 100%;
	height: auto;
	
	padding-bottom: 10px;
	background-color: rgb(245, 245, 245);
	font-size: 1em;
	z-index: 8;
}

footer ul{
	display: flex;
	margin: 6px 0px;
}

footer li {
	font-size: 1em;
}
footer a{
	text-decoration: none;
	color: black;
	margin-left: 20px;
	letter-spacing: 0.01em;
}
footer a:hover{
	color: #8800d6;
}
/*---------------@MEDIA---------------------------------media max 550px*/

@media screen and (max-width:640px) {

	nav {
		display: none;
		height: auto;
		text-align: center;
	}

	nav ul {
		margin: 0px;
		padding: 0px;
		height: auto;
		background-color: #d9d9d9;
	}



	nav ul li a {
		display: block;
		border: 0;
		margin: 0px;
		padding: 0px;

	}

	nav ul li {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	nav ul li a.active {
		border-top: 0em;
		border-radius: 0px;
		border: 0px;

	}

	#left{
		margin-bottom: 20px;
	}
	section .map {
		margin-top: 20px;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;
		max-width: 95%;
	}


	iframe {
		width: 99.5%;
		height: 100%;
		overflow: hidden;
	}


	#nav-smd {
		display: block;
	}
	#nav-smd ul li a.menubutton {
		display: block;
	}



	#left section {
		max-width: 100%;

		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;

	}

	#branding h4 {
		font-size: 0.9em;
	}
	#left section h2,
	h3 {
		font-size: 1em;
		letter-spacing: 0.003em;
	}

	#left section p {
		font-size: 0.8em;
		letter-spacing: 0.06em;

	}
	section .map {
		width: 100%;
		margin-top: 20px;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;
	}

}

/*------------------------------------------------------iphone*/

@media only screen and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	#grid{
		grid-template-columns: 1fr;
	}

	#left section {
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	#left section h2 {
		font-size: 1em;
	}
	#left section p {
		font-size: 0.8em;
	}

	#left section ul li {
		font-size: 0.6em;
		letter-spacing: 0.06em;
		line-height: 2em;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	section .map {
		width: 80%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 5px;
		height: 300px;
		border: 1px solid #707070;
		padding: 10px 12px 12px 10px;
	}


}




/*---------------------------------------------------------------media */

@media screen and (max-width:720px) {
	#branding h4 {
		font-size: 0.6em;
		text-align: center;
		margin: 8px;
		padding: 10px 0px 10px 0px;
	}
	nav {
		font-size: 0.6em;
	}
	.homeimg{
		background-position: right;
	}
	.mediacontent img, .mediacontent video{
		width: 80%;
	}
	.workdetails{
		width: auto;
	}
}

/*---------------------------------------------------------------media 900px*/

@media (max-width: 870px) {
	nav {
		font-size: 0.6em;

	}

	nav ul li a {
		padding: 3px;
		margin: 5px auto;
	}

	nav li{
		line-height: normal;
		position: relative;
		display: inline;
		padding:0px 1px 0px 1px;
	}
	
.optpic{
	display:inline;
}


}
@media (min-width: 882px) {
	.optpic{
		display: none;
	}

}


/*---------------------------------------------------------------media 1366px*/

@media (max-width:1266px) {

}