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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
*, *:before, *:after { box-sizing: inherit;
}

/* Allgemein */

#wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1000%;
	height: 100%;
}

body {
	margin: 0;
	color: #000000;
	font-family: "Helvetica Neue";
	font-weight: 400;
	padding: 0;
	font-size: 1.1em;
	line-height: 2em;
	letter-spacing: 0.06em;
}

a {
	color: #000000;
	text-decoration: none;
}

.gesetzlink:hover {
	text-decoration:underline;
	user-select: none;
	cursor: pointer;
}



/* Header */

header {
	height: 65px;
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 1;
	top: 0px;
}

#logo {
	width: 150px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}
#logo:hover {
	opacity: 0.5;
}

#logo img   {
	width: 80%;
}


section {
	min-height: 100%;
	height: 800px;
}

/* Allgemein Ende */

/* Navigation Mobile */

input[type="checkbox"]{

    display: none;

}


.toggle_button {

    width: 30px;

    height: 23px;



    position: absolute;

    top: 25px;

    right: 25px;



    display: none;

    flex-direction: column;

    justify-content: space-between;

}

.bar{

    height: 2px;

    width: 100%;

    background:#000000;

    border-radius: 100px;

}



/* Navigation Computer */


#menulink {
	display: none;
}

	header nav {
		float: right;
			margin: 10px 50px 0 0;
	}
	
header nav ul li {
	float: left;
	color: #000000;
	margin-right: 15px;
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 7px;
}
header nav ul li a {
	font-size: 16,5px;
}
header nav ul li:hover {
	opacity: 1;
	text-decoration: underline;
}

/* Navigation Computer Ende */

#startseite {
	max-width: 350px;
}

#pfeilrunter {
	position: absolute;
	margin-top: 70%;
	font-weight: 350;
	text-transform: uppercase;
}

#logoanimiert {
	margin-top: 20%;
	user-select: none;
	cursor: pointer;
}

#textlanding {
	margin-left: 17%;
	margin-right: 10%;
	max-width: 40px;
	font-weight: 300;
	font-size: 2em;
	margin-top: 0;
	user-select: none;
	cursor: pointer;
}

#scroll {
	margin-top: 150px;
	color: #CE0C5F;
	text-transform: uppercase;
	text-align: center;
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	opacity: 10%;
}

#scrolllink {
	color:#2C2C2C;
}

#scroll:hover {
	cursor: pointer;
	color: #CE0C5F;
	user-select: none;
	opacity: 100%;
	transition: 0.5s;
}





#logoanimiert {
	width: 335px;

}





#instragramlogo {
	min-width: 29px;
	max-width: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	opacity: 80%;
}

#instragramlogo:hover {
	opacity: 0.5;
}

#linkedinlogo {
	min-width: 29px;
	min-height: 29px;
	max-height: 30px;
	margin-top: 30px;
	opacity: 80%;
}

#linkedinlogo:hover {
	opacity: 0.5;
}

#emaillogo:hover {
	opacity: 0.5;
}

/* Farben */

#gruen-1 {
	background-color:#8F9C8F;
}

#gruen-2 {
	background-color:#C0C7C0;
}

#gruen-3 {
	background-color: #9A9E83;
}

#gruen-5 {
	background-color:#BABDAB;
}



#rot-1 {
	background-color:#DAC9C8;
}

#rot-2 {
	background-color:#916461;
}

#rot-3 {
	background-color:#C9B0AE;
}

#grau-1 {
	background-color:#C2C4C7;
}

#grau-2 {
	background-color:#A6A9AE;
}

#grau-3 {
	background-color:#868A91;
}

#gruen-4 {
	background-color: #7F9970;
}

#graugruen-1 {
	background-color: #a4b3a5;
}

#graugruen-2 {
	background-color: #7e8987;
}

#graugruen-3 {
	background-color:#CDD1D0;
}

#graugruen-4 {
	background-color:#BDC2C1;
}

#graugruen-5 {
	background-color:#A6ADAC;
}

#graugruen-6 {
	background-color:#606968;
}

#graugruen-7 {
	background-color:#8C9594;
}

#graugruen-8 {
	background-color:#B7BCBC;
}

#rotbraun-1 {
	background-color: #af654c;
}

#flieder-1 {
	background-color: #c5bec5;
}

#flieder-2 {
	background-color:#A79DA7;
}

#flieder-3 {
	background-color:#897C89;
}

#gelb-1 {
	background-color: #e8c559;
}

#gelb-2 {
	background-color:#B9A068;
}

#rosa-1 {
	background-color: #C2A6A4;
}

#rosa-2 {
	background-color: #BA7971;
}

/* Farben */


.main-65-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
	max-width: 65%;
	min-height: 100%;
	position: relative;
	float: left;
	height: 750px;
	background-color: #95383A;
}

.main-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65%;
	max-width: 65%;
	min-height: 100%;
	position: relative;
	float: left;
	height: 750px;
	background-color: #95383A;
}

.main-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 50%;
	min-height: 80%;
	position: relative;
	float: left;
	height: 600px;
	background-color: #95383A;
}

.main-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 50%;
	min-height: 100%;
	position: relative;
	float: left;
	height: 750px;
	background-color: #363983;
}

.aside-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 50%;
	min-height: 80%;
	position: relative;
	float: right;
	height: 600px;
	background-color: #7F9970;
}

.aside-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 50%;
	min-height: 100%;
	position: relative;
	float: right;
	height: 750px;
	background-color: #823683;
}

.aside-35 {
	width: 35%;
	max-width: 35%;
	min-height: 100%;
	float: right;
	position: relative;
	height: 750px;
	background-color: #CE9A9B;
}

.aside-35-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	max-width: 35%;
	min-height: 50%;
	float: right;
	position: relative;
	height: 375px;
	background-color: #CE9A9B;
}


.main-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	float: left;
	position: relative;
	height: 900px;
	background-color: #9BABB3;
}

.main-impressum {
	display:block;
	justify-content: left;
	align-items: left;
	width: 100%;
	max-width: 100%;
	min-height: 150%;
	float: left;
	position: relative;
	background-color:#C2A6A4;
	padding-bottom: 50px;
}

.impr-h1 {
	margin-top: 200px;
	margin-left: 10%;
	font-weight: 300;
}

.impr-h2 {
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.2em;
	font-weight: 200;
	text-align: justify;
	max-width: 500px;
}

.impr-h3 {
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 1.2em;
	font-weight: 300;
	text-align: justify;
	max-width: 500px;
}

.bilderbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.bilderbox-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: 800px;
	position: relative;
}

.bilderbox-vertikal {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
	width: 450px;
	position: relative;
}

.bilderbox-horizontal {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	width: 600px;
	position: relative;
}

.bilderbox-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 750px;
	width: 1000px;
	position: relative;
}

.bild {
	width: 100%;
	object-fit: cover;
}


.bild-hochkant {
	height: 100%;
	max-width: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	user-select: none;
	cursor: pointer;
	object-fit: cover;
}

.bild-quer {
	height: 100%;
	max-width: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	user-select: none;
	cursor: pointer;
	object-fit: cover;
}


.bild-100 {
	height: 100%;
	max-width: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	user-select: none;
	cursor: pointer;
	object-fit: cover;
}



.portrait {
	height: 100%;
	object-fit: cover;
	max-width: 100%;
}

.overlay-hochkant {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 600px;
	width: 450px;
	background-color: rgba(0,0,0,0.35);
	bottom: 0;
	transition: .5s ease;
	color: #f1f1f1;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
		user-select: none;
	cursor: pointer;
}



.bilderbox-vertikal:hover .overlay-hochkant {
	opacity: 1;
}

.overlay-quer {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	color: #f1f1f1;
	width: 600px;
	height: 450px;
	background-color: rgba(0,0,0,0.35);
	transition: .5s ease;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.bilderbox-horizontal:hover .overlay-quer {
	opacity: 1;
}

.overlay-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	color: #f1f1f1;
	width: 1000px;
	height: 750px;
	background-color: rgba(0,0,0,0.35);
	transition: .5s ease;
	opacity: 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.bilderbox-100:hover .overlay-100 {
	opacity: 1;
}

#Home {
	margin-top: 80px;
}

.vertikal-flex {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: inherit;
}

.vertikal-flex-2 {
	width: 100%;
	height: 8vH;
	display: flex;
	align-items: center;
	justify-content: center;
}

h1 {
	width: 100%;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	text-transform: capitalize;
	max-width: 1000%;
	font-size: 1.5em;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.textrand-h {
	margin-left: 10%;
	margin-right: 25%;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.5em;
}


#rot3 {
	background-color:#847547
}

.textrand {
	margin-left: 10%;
	margin-right: 35%;
	text-align: left;
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3em;
}

h2 {
	margin-left: 10%;
	margin-right: 35%;
	text-align: left;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3em;	
}

#vita {
	margin-right: 8%;
	margin-left: 37%;
	margin-bottom: 5%;
	max-width: 250px;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3em;
	text-align: left;
}

#siteplan  {
	z-index: 0;
	background-position: center center;
	max-width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/Siteplan.png);
	margin-top: 0px;
}

footer {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	font-size: 0.8em;
	text-align: center;
}

.impressum {
	float: left;
	text-transform: none;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.impressum:hover {
	text-decoration: underline;
}

.kontakt-footer {
	padding-bottom: 20px;
}





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

{
	
		#logoanimiert {
	margin-top: 0;
}
	
	#scroll {
		display: none;
	}

	
	
	/* Navigation */
	
	.toggle_button {
		display: flex;
		cursor: pointer;
	}
	
	header nav {
		float: none;
	}
	

	
	 nav ul{
	height: 1080px;
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #CE8283;
	display: none;
	position: fixed;
	top: 65px;
    }
	
	header nav ul li {
	float: none;
	height: 50px;
	width: 100%;
	padding-right: 25px;
	text-align: end;
	position: relative;
	}
	
	nav ul a{

    height: 100%;

    width: 100%;



    display: flex;

    justify-content:flex-end;

    align-items: center;

	}
	
	 #toggle_button:checked ~ ul{

        display: block;

    }

	
/* Navigation Ende */

	.main-65-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 70%;
		float: left;
	position: relative;
	height: 525px;
	background-color: #95383A;
}
	
	
	.main-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 70%;
		float: left;
	position: relative;
	height: 525px;
	background-color: #95383A;
}
	
	
	.aside-35 {
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #CE9A9B;
}
	
	.aside-35-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	max-width: 50%;
	min-height: 50%;
		float:left;
	position: relative;
	height: 375px;
	background-color: #CE9A9B;
}
	
	.main-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 80%;
		float: left;
	position: relative;
	height: 600px;
	background-color: #95383A;
}

.main-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	float: left;
	position: relative;
	height: 750px;
	background-color: #363983;
}

	.aside-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 80%;
		float: left;
	position: relative;
	height: 600px;
	background-color: #7F9970;
}

.aside-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	float: left;
	position: relative;
	height: 750px;
	background-color: #823683;
}
	
	.main-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 80%;
		float: left;
	position: relative;
	height: 600px;
	background-color: #9BABB3;
}
	
	.bilderbox-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	width: 600px;
		max-height: 80%;
	position: relative;
}
	
	.bilderbox-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 450px;
	width: 600px;
		max-height: 80%;
	position: relative;
}
	
	.bilderbox-vertikal {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 800px;
	width: 600px;
		max-height: 80%;
	position: relative;
}
	
	.overlay-hochkant {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	height: 0px;
	width: 600px;
	bottom: -40px;
	color: #f1f1f1;
	opacity: 1;
	font-size: 20px;
		line-height: 1.5em;
	font-weight: normal;
	text-align:end;
		user-select: none;
	cursor: pointer;
}
	
	.overlay-quer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	left: 0;
		bottom: -30px;
	color: #f1f1f1;
	width: 600px;
	height: -0px;
	opacity: 1;
	font-size: 20px;
	font-weight: normal;
		line-height: 1.5em;
	text-align: end;
	user-select: none;
	cursor: pointer;
}
	
	.overlay-100 {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	position:absolute;
	left: 0;
		bottom: -40px;
	color: #f1f1f1;
	width: 600px;
	height: 0px;
	opacity: 1;
	font-size: 20px;
		line-height: 1.5em;
	font-weight: normal;
	text-align: end;
	user-select: none;
	cursor: pointer;
}
	
	#siteplan  {
	z-index: 0;
		position: relative;
	background-position: center center;
	max-width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/Siteplan.png);
	margin-top: 350px;
}

	.bild-quer{
	object-fit: scale-down;		
	}
	
	.bild-hochkant {
	object-fit: scale-down;		
	}
	
	.bild-100 {
	object-fit: scale-down;		
	}
	
	.bild {
	object-fit: scale-down;		
	}
	
	h2 {
	margin-left: 8%;
	margin-right: 20%;
	text-align: left;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3em;	
}
	
	
.textrand {
	margin-left: 8%;
	margin-right: 8%;
	text-align: left;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3em;
}
	
	

	

	
	#vita {
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	max-width: 250px;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3em;
	text-align: left;
}
	
	
	.portrait {
	height: 100%;
	object-fit: scale-down;
	max-width: 85%;
}
	

	
}

@media only screen and (max-width: 667px)
	
	{
	
	
	
	#logoanimiert {
	margin-top: 0;
}
	
		#scroll {
		display: none;
	}

		
		/* Navigation */
	
	.toggle_button {
		display: flex;
		cursor: pointer;
	}
	
	header nav {
		float: none;
	}
	

	
	 nav ul{
	height: 700px;
	width: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #CE8283;
	display: none;
	position: fixed;
	top: 65px;
    }
	
	header nav ul li {
	float: none;
	height: 50px;
	width: 100%;
	padding-right: 25px;
	text-align: end;
	position: relative;
	}
	
	nav ul a{

    height: 100%;

    width: 100%;



    display: flex;

    justify-content:flex-end;

    align-items: center;

	}
	
	 #toggle_button:checked ~ ul{

        display: block;

    }

	
/* Navigation Ende */

		
		.aside-35 {
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #CE9A9B;
}

	
	
	.aside-35-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float:left;
	position: relative;
	height: 375px;
	background-color: #CE9A9B;
}

	
		.main-65-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #95383A;
}
	
	
	.main-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
		float: left;
	position: relative;
	height: 750px;
	background-color: #95383A;
}
	
	.main-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #95383A;
}
	
	.aside-50-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #7F9970;
}
	
	.main-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 80%;
	float: left;
	position: relative;
	height: 600px;
	background-color: #363983;
}
	
	.aside-50-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 80%;
	float: left;
	position: relative;
	height: 600px;
	background-color: #823683;
}

		.main-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-height: 50%;
		float: left;
	position: relative;
	height: 375px;
	background-color: #9BABB3;
}
	
	
		.bilderbox-65 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 85%;
	width: 85%;
	position: relative;
}
	
	.bilderbox-horizontal {
	display: flex;
	justify-content: center;
	align-items: center;
		max-height: 85%;
	width: 85%;
	position: relative;
}
	
	.bilderbox-vertikal {
	display: flex;
	justify-content: center;
	align-items: center;
		max-height: 85%;
	width: 85%;
	position: relative;
}

	.bilderbox-100 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 85%;
	width: 85%;
	position: relative;
}
	
	.overlay-hochkant {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	height: 0px;
	width: 100%;
	bottom: 5%;
	color: #f1f1f1;
	opacity: 1;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: normal;
	text-align: end;
	user-select: none;
	cursor: pointer;
	letter-spacing: normal;
}
	.overlay-quer,.overlay-100{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	left: 0;
		bottom: 5%;
	color: #f1f1f1;
	width: 100%;
	height: -0px;
	opacity: 1;
	font-size: 0.7em;
	font-weight: normal;
		line-height: 1em;
	text-align: end;
	user-select: none;
	cursor: pointer;
		letter-spacing: normal;
}
		
		
		#siteplan  {
	z-index: 0;
	background-position: center center;
	max-width: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/Siteplan.png);
	margin-top: 350px;
}
	
		/* Bilddefinitionen kopiert */
		
		
		.bild-quer{
	object-fit: scale-down;		
	}
	
	.bild-hochkant {
	object-fit: scale-down;		
	}
	
	.bild-100 {
	object-fit: scale-down;		
	}
	
	.bild {
	object-fit: scale-down;		
	}
		
		
		.portrait {
	height: 100%;
	object-fit: scale-down;
	max-width: 85%;
}
		
		
		
		/* Bilddefinitionen kopiert Ende */
		
		
		/* Schriftdefinition */
		
		
		h2 {
	margin-left: 8%;
	margin-right: 1%;
	text-align: left;
	font-size: 1.8em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.1em;	
}
	
	
.textrand {
	margin-left: 8%;
	margin-right: 8%;
	text-align: left;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.3em;
}
	
	

	

	
	#vita {
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 5%;
	max-width: 250px;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.3em;
	text-align: left;
}
	
		
		
		/* Schriftdefinition Ende */
		
		
		
	.impressum {
	float: left;
	text-transform: none;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
}
		
		footer {
	position: relative;
			margin-top: 2000px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: white;
	font-size: 0.8em;
	text-align: center;
}
	
}
