@charset "utf-8";
/* CSS Document */

/*
Theme Name: Schornsteinfeger Vornwald
Theme URI: http://www.ollischulze.com/
Author: Olli Schulze - www.ollischulze.com
Author URI: http://www.ollischulze.com/
Description: Dieses Theme wurde speziell für die Seite schornsteinfeger-vornwald.de entwickelt und darf auch nur dafür verwendet werden.
Version: 1.0
Schornsteinfeger Vornwald Theme, (C) 2022 www.ollischulze.com
*/

html, body {
	margin: 0;
	background-color: #FFFFFF;
	height: 100%;
}
.wrapper {
	position: relative;
	min-width: 100%;
	min-height: 100%;
}
.header {
	margin-top: 0px;
	height: 120px;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Trebuchet MS;
	font-size: 60px;
	text-shadow: 1px 1px 1px #000000;
	text-align: center;
	line-height: 0.7;
}
#sfm {
	font-size: 30px;
}
.nav {
	margin-top: 0px;
	height: 50px;
	background-color: #F2F2F2;
    box-shadow: inset 4px 4px 31px 12px rgba(0,0,0,0.37);
	display: flex;
	justify-content: center;
	align-items : center;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 1;
}
.nav a {
	padding: 25px;
	font-family: Trebuchet MS;
	font-size: 19px;
	text-decoration: none;
	color: #77460D;
}
.nav a:hover {
	color: #000000;
	transition: 2s;
}
.inhalt {
	padding: 25px;
	padding-bottom: 275px;
	height: auto;
	background-color: #FFFFFF;
	justify-content: center;
	align-items: justify;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #000000;
	text-align: justify;
	animation: einblenden 1.5s;
	z-index: 2;
}
@keyframes einblenden {
	from {opacity: 0;}
	to {opacity: 1;}
}
.inhalt a {
	text-decoration: none;
	color: #61210B;
}
.inhalt a:hover {
	text-decoration: underline;
	color: #000000;
	transition: 2s;
}
.inhalt form {
	border: 1px solid black;
	border-radius: 10px;
	width: 50%;
	background-color: #F2F2F2;
	margin: 0 auto;
	padding: 0 1em;
	text-align: left;
}
.inhalt input {
	width: 100%;
	font-size: 1.1em;
	padding: 4px;
	font-family: Trebuchet MS;
	border: 1px solid #000000;
	border-radius: 5px;
}
.inhalt textarea {
	width: 100%;
	font-size: 1.1em;
	padding: 4px;
	font-family: Trebuchet MS;
	border: 1px solid #000000;
	border-radius: 5px;
	resize: none;
}
.inhalt input[type=submit] {
	width: 20%;
	height: 50px;
	background-color: #77460D;
	font-family: Trebuchet MS;
	color: #FFFFFF;
	box-shadow: 2px 2px 2px #000000;
	cursor: pointer;
	border-radius: 5px;
}
.inhalt input[type=submit]:hover {
	background-color: #000000;
	color: #FFFFFF;
	transition: 2s;
	border-radius: 5px;
}
#titel {
	text-align: center;
}
#img-startseite {
	border-radius: 50px;
}
.infos {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: justify;
	position: absolute;
	bottom: 0;
}
.infos a {
	text-decoration: none;
	color: #C7C7C7;
}
.infos a:hover {
	color: #FFFFFF;
	transition: 2s;
}