
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #2b2b2b;
	font-family: 'Montserrat', sans-serif;
}

.navigation {
	background-color: #2b2b2b;
	color: white;
	height: 50px;
	animation-name: navegacao;
	animation-duration: 2s;
}

.navigation ul {
	margin-top: 0;
	list-style: none;
	padding-left: 0;
	text-align: right;
	height: 50px;
}

.navigation li {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 100;
}

.navigation a {
	color: white;
	text-decoration: none;
}

.navigation a:hover {
	color: #f27609;
}

.navigation li.threeline-icon {
	display: none;
}

.navigation li.threeline-icon:hover {
	color: #f27609;
	cursor: pointer;
}

.capa {
	color: white;
	vertical-align: middle;
	text-align: center;
}

.capa span {
	color: #f27609;
	display: block;
}

.capa div {
	display: inline-block;
	height: 650px;
}

.profile-title {
	vertical-align: top;
	width: 59%;
	text-align: center;
	animation-name: titulo-capa;
	animation-duration: 2s;
}

.profile-title h1 {
	text-transform: uppercase;
	font-size: 58px;
	margin-top: 200px;
	font-weight: 400px;
	line-height: 50px;
}

.profile-title h2 {
	font-size: 16px;
	font-weight: 100;
	margin-top: -26px;
}

.profile-title p{

}

.main {
	padding: 80px 180px 80px 100px;
	animation-name: conteudo;
	animation-duration: 2s;
}

.main h1 {
	color: white;
	font-weight: normal;
}

.main h2 {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 40px;
}

.main h3 { 
	color: #f27609;
	font-size: 12px;
	text-transform: uppercase;
}

.main p {
	color: white;
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	text-align: justify;
}

.caminho {
	list-style: none;
	padding-left: 0;
	color: grey;
}

.caminho li {
	display: inline-block;
}

.caminho a {
	color: grey;
}

.social-img {
	width: 50px;
	margin-right: 10px;
}

.wundd{
	width: 50%;
	margin-top: 10px
}

.main > h4{
	color: #fff;
	margin-top: -10px;
}

.bild2 > h4{
	color: #fff;
	margin-top: -10px;
}

.miniatura {
	width: 520px;
	height: 520px;
	/*
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	*/
	margin: 10vh 30% 250vh 30%;
	/*margin-bottom: 300vh;*/
	background-size: contain;
	overflow: hidden;
}

.miniatura a {
	text-decoration: none;
}

.blackbox {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	padding-top: 220px;
	transition: 1s;
}

.blackbox:hover {
	opacity: 0.8;
	transition: 1s;
}

.blackbox-text {
	text-align: center;
}

.blackbox-text h1 {
	font-size: 24px;
	color: #f27609;
	text-transform: uppercase;
	margin-top: 10px;
}

.blackbox-text h2 {
	text-transform: none;
	font-weight: 100;
	margin-top: 0;
}

.miniatura-back-link{
	margin-bottom: 10vh;
}

.fotos-freiburg {
	width: 50%;
	margin: 10px 0 10px 0;
}

.familien {
	width: 50%;
	margin: 10px 10px 10px 0;
}

.bild3 > h4{
	color: #fff;
	text-align: center;
	margin: -100px 0 0 120px;
}

.orten {
	width: 47%;
	margin: 30px 10px 10px 0;
}

.distancing{
	margin-bottom: 80px;
}

.fotos-erfahrung{
	max-width: 50%;
}

.dug{
	max-width: 50%;
	width: 600px;
}

.fotos-einleitung{
	color: white;
	margin-top: 0px;
}

.fotos-zukunft{
	max-width: 50%;
}

.picture > figcaption{
	color: white;
	margin: -10px 0 40px 0;
}

.main > picture > figcaption{
	color: white;
	margin-top: 0px;
}

.quelle{
				/*background-color: orange;*/
}

.quelle p{
				/*background-color: blue;*/
				word-break: break-all;
}

.back-link {
	color: #f27609;
}

.front-link {
	color: #f27609;
	text-decoration: none;
}

/*

iframe{
	width: 1280px;
	height: 1080px;
}

*/

.script{
	background-color: white;
	margin: 30px auto;
}

@keyframes profile-capa {
	0% {opacity: 0; transform: translate(0px,20px)}
	100% {opacity: 1; transform: translate(0px,0px)}
}

@keyframes titulo-capa {
	0% {opacity: 0; transform: translate(0px,-20px)}
	100% {opacity: 1; transform: translate(0px,0px)}
}

@keyframes conteudo {
	0% {opacity: 0; transform: translate(-20px,0px)}
	100% {opacity: 1; transform: translate(0px,0px)}
}

@keyframes navegacao {
	0% {opacity: 0}
	50% {opacity: 0}
	100% {opacity: 1}
}




@media (max-width: 1000px) {

.navigation li {
	display: none;
}

.navigation li.threeline-icon {
	display: inline-block;
}

.capa div {
	display: block;
	height: auto;
}

.profile-pic {
	width: 100%;
}

.profile-pic img {
	margin-top: 0;
	max-width: 80%;
}

.profile-title {
	text-align: center;
	width: 100%;
}

.profile-title h1 {
	margin-top: 30px;
	font-size: 36px;
	margin-left: 20px;
	margin-right: 20px;
}

.profile-title h2 {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.main {
	padding: 10px 5% 40px 5%;
}

.main a {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.main p {
	text-align: left;
	line-height: 30px;
}

.caminho li {
	font-size: 12px;
}

.cv-pic {
	float: none;
	max-width: 100%;
	margin-right: 0px;
}

.miniatura {
	max-width: 100%;
	background-size: auto 100%;
}

.blackbox {
	opacity: 0.8;
}

.menujs {
	height: auto;
}

.menujs ul {
	height: auto;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
}

.menujs li {
	display: block;
	border-bottom: solid grey 1px;
	width: 100%;
	padding: 0;
}
