/* fonts */
@font-face {
	font-family: AlegreyaSans-Regular;
	src: url(../webfonts/AlegreyaSans-Regular.ttf);
}
@font-face {
	font-family: AlegreyaSans-MediumItalic;
	src: url(../webfonts/AlegreyaSans-MediumItalic.ttf);
}
@font-face {
	font-family: AlegreyaSansSC-Medium;
	src: url(../webfonts/AlegreyaSansSC-Medium.ttf);
}
@font-face {
	font-family: AlegreyaSansSC-Bold;
	src: url(../webfonts/AlegreyaSansSC-Bold.ttf);
}

body {
	font-family: AlegreyaSans-Regular;
	color: black;
}

/* navbar stuff */
.icons-square {
	display: flex;
	list-style: none;

	margin-top: 3.7rem;
	margin-bottom: -0.5em;
}

#navbar {
	overflow: hidden;
	/* background-color: #333; */
	background-color: #f2f2f2;
	color: black !important;
	left: 0px;

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: AlegreyaSansSC-Medium;
	font-weight: bolder;
	font-size: 1.2rem;
	line-height: 1.3rem;
	height: 2.2rem;
}

#navbar a {
	float: left;
	display: block;
	/* color: #f2f2f2; */
	color: black !important;
	padding: 6px;

	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.navbar-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	font-size: 1.75rem;
}

#navbar-desktop {
	width: 100vw;
	display: flex;
	justify-content: center;
}
#navbar-desktop a {
	margin-right: 3.2rem;
}
#navbar-desktop a:last-child {
	margin-right: 0rem;
}

#navbar-mobile {
	display: none;
}
@media only screen and (max-width: 1600px) {
	#navbar {
		display: flex;
		height: 32px;

		justify-items: flex-start;
		justify-content: flex-start;
		padding-left: 5px;
	}
	.icons-square {
		margin-top: 32px;
	}
	.icons-square {
		margin-top: 32px;
	}

	#navbar-mobile {
		display: block;
	}
	#navbar-desktop {
		display: none;
	}

	#navbar a {
		text-align: left;
		float: left;
		border: none;
	}

	#navbar-unfolded {
		display: none;
	}
	#navbar-mobile-list {
		display: none;
	}
	#navbar-unfolded:checked ~ #navbar-mobile-list {
		display: block;
		position: fixed;
		top: 32px;
		left: 5px;
		background-color: white;
		padding: 10px;
	}
}



/* other sutff */
#header,
section:not(#header) header {
	padding-top: 50vh;
}
#header header,
section:not(#header) header div {
	transform: translateY(-50%);
	font-weight: bold;
}
section:not(#header) header div {
	color: white;
	font-size: 2.25em;
	line-height: 1.25em;
}

#header {
	min-height: 100vh;
}
section:not(#header) header {
	min-height: 100vh;
}
.content {
	min-height: 100vh;
}
/*@media only screen and (min-width: 1180px) {
}*/

.scroll-icon {
	border: none;
}

.icons-square li {
	padding: 0px;
	margin-left: 16px;
}
.icons-square a {
	font-size: 54px;
	line-height: 54px;
	border: none;
}

#header h1 {
	font-family: AlegreyaSansSC-Medium;
	font-weight: normal;
	font-size: 2.4em !important;
}
#header > header > p {
	font-family: AlegreyaSans-MediumItalic;
	margin-top: -0.8rem;
}
#header > .icons-square {
	position: absolute;
	top: 1em;
	right: 1em;
}
#header > .icons-square a {
	color: white;
	border: none;
}

#header > .logo {
	position: absolute;
	top: 70vh;
	left: 10vw;
	transform: translateY(-50%);

	width: 20vw;
	max-width: 300px;
}
@media only screen and (max-width: 800px) {
	#header h1, #header p {
		display: none;
	}
	#header .logo {
		top: 50vh;
		left: 50vw;
		transform: translate(-50%, -50%);
		width: 80vw;
	}
}

.content h3 {
	color: #FF8900;

	font-family: AlegreyaSansSC-Bold;
	font-size: 3rem !important;
	line-height: 3.7rem;

	text-transform: uppercase;
	text-align: right;
}

.content .title-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.content p {
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: left;
}

#header > .icons-square .contact-button {
	display: unset;
	box-shadow: unset;
	border-radius: 5px;
	border: 0px;
	font-size: 1.2em;
	padding: 0.67rem 1.2rem 0.67rem 1.2rem;
}
.contact-button {
	color: white;
	background-color: #dbe83e;
	border-radius: 5px;
	border: 0px;
	padding: 0.8rem 1.8rem 0.8rem 1.8rem;

	text-transform: uppercase;
	font-family: AlegreyaSansSC-Bold;
}

.main > header, #header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.main > header h3 {
	color: #999999;
	font-weight: bold;
}

@media only screen and (max-width: 1000px) {
	.content .title-col {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.content h3 {
		text-align: left;
		font-size: 2rem !important;
		line-height: 2.5rem;
	}

	.content p {
		font-size: 1.5rem;
		line-height: 1.7rem;
	}
}



#footer {
	background-color: #454637;
}
.footer-text {
	color: white;
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-align: right;
}
.footer-title {
	color: white;
	font-family: AlegreyaSansSC-Bold;
	font-size: 1.9rem;
	line-height: 2.3rem;
	text-align: left;
}
#imprint-link {
	color: #dbe83e;
	font-size: 1.5rem;
	line-height: 1.7rem;
}

#footer form {
	margin-right: 7.5rem;
}
@media only screen and (max-width: 1400px) {
	#footer form {
		margin-right: 3rem;
	}
}

#footer input[type="text"], #footer input[type="submit"], #footer textarea {
	color: #999999;
	font-family: AlegreyaSans-Regular;
	font-size: 0.97rem;
	line-height: 0.97rem;
	width: 98%;
	margin-top: 1rem;
	border-radius: 0px;
}
#footer input[type="submit"] {
	float: left;
	width: unset;
	font-family: AlegreyaSansSC-Bold;
	background-color: #dbe83e;
	color: white;
	border-radius: 8px;
	margin-top: 53px;
}
#footer input[type="checkbox"] {
	height: 1.21rem;
	width: 1.21rem;
	background-color: white;
	border: none;
	margin-top: 1rem;
	margin-left: 0px;

	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
#footer input[type="checkbox"]:checked {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;
}
form label {
	display: unset;
}
#contact-submit:disabled {
	background-color: lightgray !important;
	cursor: not-allowed;
}

.dsgvo-text {
	display: block;
	text-align: left;
	color: white;
}
.dsgvo-text div {
	margin-top: -40px;
	margin-left: 40px;
	font-size: 1rem;
	line-height: 1.1rem;
	font-family: AlegreyaSans-Regular;
}
.dsgvo-text div a {
	font-weight: bold;
}

#impressum p {
	font-family: AlegreyaSans-Regular;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

@media only screen and (max-width: 1000px) {
	#footer .row {
		margin-left: 5vw;
		margin-right: 5vw;
	}
}
