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

@font-face {
	font-family: 'open_sanssemibold';
    src: url('../font/opensans_semibold/OpenSans-Semibold-webfont.eot');
    src: url('../font/opensans_semibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans_semibold/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/opensans_semibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/opensans_semibold/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
	font-family: 'diaria_medium';
    src: url('../font/diaria-medium-pro/dd8b20d0-9958-48ec-bb6b-7d5da65f55d1.eot');
    src: url('../font/diaria-medium-pro/526937a7-14b9-409c-99e7-6e9c9dfe03f3.woff') format('woff'),
	     url('../font/diaria-medium-pro/3c5fbfee-7d71-4192-bc61-d6d53e8befc9.ttf') format('truetype');
	
         
    font-weight: normal;
    font-style: normal;}	
	
@font-face {
	font-family: 'diaria_medium_italic';
    src: url('../font/diaria-medium-italic/DiariaPro-MediumItalicWeb.eot');
    src: url('../font/diaria-medium-italic/DiariaPro-MediumItalicWeb.woff') format('woff');
         
    font-weight: normal;
    font-style: normal;}
	
/*****   A C C E S S I B I L I T Y   ******/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/*****   G L O B A L   S T Y L E S   ******/

body {
	background-size: 100%;
	background-color: #faf9f8;
	margin: 0;
	padding: 0;
	border: 0;
	background-attachment: fixed;
	font-family: 'open_sanssemibold', serif;
	font-size: 16px;
}

#Hintergrundbild {
	width: auto;
	height: auto;
}


a {
	text-decoration: none;
	color:#42445c;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #42445c;
	color: #42445c;
}

p{
	margin: 0; 
}

/*****   S A R T S E I T E   ******/

#name {
	position: static;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 2em;
	letter-spacing: 0.2em;
	color: #42445c;
	padding: 0 0 0 15px;
	flex: 1;
	z-index: auto;
}


#name_index {
	position: static;
	font-family: 'open_sanssemibold', sans-serif;
	color: #ffffff;
	font-size: 2em;
	letter-spacing: 0.2em;
	padding: 0 0 0 15px;
	flex: 1;
}

.index{
	color: #ffffff;
}

.index:hover{
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.link_index {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	font-family: 'open_sanssemibold', serif;
	font-size: 1em;
	letter-spacing: 0.25em;
	line-height: 2.2em;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

/*****   N A V I G A T I O N   ******/

nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #faf9f8;
	z-index: 250;
	font-family: 'open_sanssemibold';
}

nav.nav-index {
	background: transparent;
}

/* Burger-Button */
#nav-toggle {
	display: block;
	position: static;
	margin: 0 15px 0 auto;
	background: none;
	border: none;
	cursor: pointer;
	padding: 6px;
	flex-shrink: 0;
}

#nav-toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: #42445c;
	margin: 6px 0;
	transition: transform 0.25s, opacity 0.25s;
}

#nav-toggle.nav-open span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}
#nav-toggle.nav-open span:nth-child(2) {
	opacity: 0;
}
#nav-toggle.nav-open span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

/* Vollbild-Menü */
.navigation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #faf9f8;
	z-index: 200;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-family: 'open_sanssemibold', serif;
	font-size: 1.15em;
	letter-spacing: 0.3em;
}

.navigation.nav-open {
	display: flex;
}

.navigation a {
	white-space: nowrap;
	color: #42445c;
}

.link_index a {
	display: block;
	white-space: nowrap;
	color: #ffffff;
}

	

li {
	line-height: 2em;
}

/*****   E I N D R Ü C K E   ******/

img {
	width: 100%;
	height: auto;
	}
	
#wrapper {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 25%;
}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

}

.container:hover .overlay {
  display: none;
  opacity: 0.9;
}

#projekt {
	width: 90%;
	height: auto;
	padding: 5%;
}

.projektinfo {
	font-family: 'diaria_medium_italic';
	font-size: 1em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	width: 100%;
	color: #42445c;
	padding-top: 10px;
	
}

.projektdaten {
	font-size: 0.8em;
	color: #42445c;
	letter-spacing: 0.1em;
	margin-bottom: 10%;
	margin-top: 5%;

}

.projektbilder {
	width: 100%;
	margin-bottom: 30px;
}

h3 {
	font-family: 'open_sanssemibold';
	color: #42445c;
	font-size: 1em;
	letter-spacing: 0.2em;
	margin: 0;
}

.zurück{
	font-family: 'diaria_medium_italic';
	font-size: 0.9em;
	color: #42445c;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	margin-top: 20px;
}

/*****   V I T A   ******/

#wrapper_vita {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 20%;
}

#lebenslauf{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 40px;
	color: #42445c;
}

.datum_lebenslauf {
	position: relative;
	float: left;
	width: 20px;
	font-size: 0.7em;
	letter-spacing: 0.3em;
	margin: 0;
	list-style: none;
}

.info_lebenslauf {
	position: relative;
	padding-left: 30%;
	width: 68%;
	font-family: 'diaria_medium_italic';
	font-size: 0.8em;
	letter-spacing: 0.05em;
	text-align: left;
	margin: 0;
	list-style: none;
}

.text_lebenslauf{
	width: 88%;
	padding-left: 30px;
	font-family: 'diaria_medium_italic';
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	margin-bottom: 30%;
	color: #42445c;
}

/*****   K O N T A K T   ******/

h4 {
	font-family: 'open_sanssemibold';
	color: #42445c;
	font-weight: normal;
	font-size: 0.85em;
	letter-spacing: 0.25em;
	margin: 0 0 10px 0;
}

.kontakt-grid {
	display: flex;
	flex-direction: column;
	padding: 30% 30px 30% 30px;
	gap: 40px;
	color: #42445c;
}

.kontakt-name {
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 1.3em;
	letter-spacing: 0.2em;
	color: #42445c;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.kontakt-titel {
	font-family: 'diaria_medium_italic', serif;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
}

.kontakt-adresse {
	font-family: 'diaria_medium_italic', serif;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
}

.kontakt-tel {
	display: block;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 1.05em;
	letter-spacing: 0.15em;
	color: #42445c;
	margin-bottom: 6px;
}

.kontakt-mail {
	display: block;
	font-family: 'open_sanssemibold', sans-serif;
	font-size: 0.95em;
	letter-spacing: 0.1em;
	color: #42445c;
}

.kontakt-credits p {
	font-family: 'diaria_medium_italic', serif;
	font-size: 0.95em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
}

/*****   I M P R E S S U M   ******/

.impressum-wrap {
	padding: 30% 30px 30% 30px;
	width: auto;
	color: #42445c;
}

.impressum-wrap p {
	font-family: 'diaria_medium_italic', serif;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
}
	
	



