html,
body {
	overflow-x: hidden;
}

body {
	font-family: 'Quattrocento Sans', 'Arial';
	font-size: 100%;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/quattrocento-sans-v12-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Quattrocento Sans'), local('QuattrocentoSans'), url('../fonts/quattrocento-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/quattrocento-sans-v12-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/quattrocento-sans-v12-latin-regular.svg#QuattrocentoSans') format('svg');
	/* Legacy iOS */
}

/* quattrocento-sans-700 - latin */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/quattrocento-sans-v12-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url('../fonts/quattrocento-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/quattrocento-sans-v12-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/quattrocento-sans-v12-latin-700.svg#QuattrocentoSans') format('svg');
	/* Legacy iOS */
}

/* quattrocento-sans-italic - latin */
@font-face {
	font-family: 'Quattrocento Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/quattrocento-sans-v12-latin-italic.eot');
	/* IE9 Compat Modes */
	src: local('Quattrocento Sans Italic'), local('QuattrocentoSans-Italic'), url('../fonts/quattrocento-sans-v12-latin-italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/quattrocento-sans-v12-latin-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-italic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/quattrocento-sans-v12-latin-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/quattrocento-sans-v12-latin-italic.svg#QuattrocentoSans') format('svg');
	/* Legacy iOS */
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #d4af37;
}

p {
	font-size: 1rem;
}

h1 {
	font-family: 'Quattrocento Sans';
	font-size: 3.5rem;
	color: #d4af37;
	margin-bottom: 0;
}

h2 {
	color: #d4af37;
	font-size: 2rem;
	margin-top: 2%;
}

h3 {
	color: #d4af37;
	font-size: 1.25rem;
}

.bottomnav {
	overflow: hidden;
	background-color: #d4af37;
	color: black;
	display: flex;
	align-items: center;
	width: 100%;
}

.bottomnav a {
	display: inline;
	color: white;
	text-align: center;
	text-decoration: none;
}


.topnav {
	overflow: hidden;
	background-color: #d4af37;
	display: flex;
	align-items: center;
}

.topnav a {
	display: inline;
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1rem;
}

.topnav a:hover {
	background-color: #d4af37;
	color: #eeeeee;
}

.bottomnav a:hover {
	color: #eeeeee;
}

.topnav a.active {
	background-color: #d4af37;
	color: white;
	width: auto;
	display: flex;
	align-items: center;
}

.navright {
	text-align: right;
	float: right;
	width: 100%;
}

.topnav .icon {
	display: none;
}

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

	/* Navigation allgemein */
	.topnav a:not(:first-child) {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.bottomnav {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 3% !important;
		font-size: 0.75rem;
		padding: 1%;
	}

	.bottomnavleft,
	.bottomnavcenter,
	.bottomnavright {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.bottomnavcenter {
		width: 100%;
		text-align: center;
		font-size: 0.75rem;
		padding-bottom: 2%
	}

	.bottomnavright {
		display: flex;
		justify-content: center;
		gap: 6px;
		flex-wrap: wrap;
	}

	.bottomnavright a:not(:last-child)::after {
		content: "|";
		margin-left: 6px;
	}

	/* Typografie */
	h1 {
		margin-top: 3%;
		font-size: 2.75rem;
	}

	h2 {
		margin-top: 2%;
		font-size: 1.5em;
	}

	/* Layout */
	.c2a {
		margin-bottom: 30px;
		padding: 20px 17px;
		font-size: 1em;
	}

	.referenzenbild {
		height: 200px;
	}

	.references {
		padding-left: 5%;
	}

	.reihe {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.spalte {
		width: 100% !important;
	}
}


@media only screen and (min-width: 601px) {

.bottomnavright a:not(:last-child)::after {
  content: "|";
  margin-left: 6px;
}

.mobile {
display: none !important;
}

	.topnav .bottomnav {
		padding: 3% !important;
	}

	.bottomnavleft {
		float: left;
		width: 33%;
		padding-left: 1%;
	}

	.bottomnavcenter {
		width: 33%;
		text-align: center;
	}

	.bottomnavright {
		float: right;
		width: 33%;
		text-align: right !important;
		padding-right: 1%
	}

	.references {
		padding: 2% 5% 4% 5%;
	}

	.referenzenbild {
		height: 300px;
		margin-right: 2%;
		border: #efefef solid 1px;
	}

	.reihe {
		display: flex;
		width: 100%;
	}

	.spalte {
		flex: auto;
	}

	.spalte:nth-child(2) {
		max-width: fit-content;
	}

	.spalte:nth-child(1) {
		max-width: fit-content;
	}

	.c2a {
		padding: 20px 37px;
	}


}

/*Start*/
.start {
	width: auto;
	margin-top: 4%;
	margin-bottom: 4%;
	margin-left: 5%;
	text-align: left;
	color: #fff
}

.header {
	background-image: url('../img/header-start.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	color: rgb(255, 255, 255);
	width: 100%;
	height: 40%;
	display: flex;
	align-items: center;
}

.c2a {
	background-color: #d4af37;
	border: none;
	color: white;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.15rem;
	margin-top: 2%;
	margin-bottom: 7%;
}

/*Aboutme*/
.aboutme {
	background-color: #eeeeee;
	padding: 2% 5% 4% 5%;
	color: black;
}

.bild {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-right: 50px;
}

/*Referenzen*/
.references {
	background-color: white;
}

.content {
	padding: 2% 5% 4% 5%;
}