/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=91dc87c57bb48a8bd362)
 * Config saved to config.json and https://gist.github.com/91dc87c57bb48a8bd362
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/* lädt font von google*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&display=swap');

/*
@font-face {
	font-family: misolight;
	src: url('../fonts/miso-light-webfont.woff2'), url('../fonts/miso-light-webfont.woff'), url('../fonts/miso-light-webfont.ttf');
	font-weight: normal;
	font-style: normal;
}
*/

html, body {/* beide elemente werden angesprochen*/
	height: 100%;
	font-size: 16px;
}

body {/* eigene schriften hier definieren*/

	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	text-align: left;
	color:#405F4D;
}
@media (max-width: 400px) {
	h1 {
		font-size: 26px;
		text-align: center;

	}
	.navbar-items li {
		font-size: 10px;
	}
}

hr.solid {
	border-top: 3px solid #bbb;
	width: 40px;
	float: left;
	border-color: #405F4D;
	margin-top: 10px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	text-align: center;
	color: #F3F3F3;
	padding-top: 40px;
	margin:0 0 0 0;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	color: #00;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	text-align: center;
	color: #405F4D;
	margin-top: 10px;

}


.project-info {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	margin: 0 0 0 0;
	color: #898989;
}

.project-info-ba {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	text-align: center;
	margin: 0 0 0 0;
	color:#D74652;

}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	margin-top: 50px;
}

@media (max-width: 400px) {
	p {
		margin-top: 10px;
	}
}


.quote {
	font-size: 3rem;
	line-height: 4.5rem;
	text-align: center;
	margin-bottom: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	color: #898989
}

@media (max-width: 400px) {
	.quote {
		font-size: 2rem;
		line-height: 3.5rem;

	}
}


.quote-source {
	font-size: 1rem;
	line-height: 1rem;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color:#000;
	margin: 0rem;
}

.section-header{
	margin-bottom: 0px;
}

/*------------------- Navbar---------------*/

nav {
	background: rgba(64, 95, 77, 0.9); /* a=alpha 0-1*/
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000000;
}

.navbar-items {
	float: right;
	padding: 5px; /* innenabstand*/
	margin: 0px 10px 0 0;	/*aussenabstand*/
}
.navbar-items .active a {/* JS sagt, dass navbar items aktiv sind; css sagt, dass sie wenn active andere Farben haben*/
	color: #D74652;
}

.navbar-items li {/* alle listenelemente in classe navbar-items*/
	display: inline;
	padding: 0 0 0 20px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
		/*letter-spacing: 5px;*/
}

.navbar-items a {
	color: #ffffff;
	text-decoration: none;
}

.navbar-items a:hover {
	color: #D74652;
	text-decoration: none;
}
.menue {
	display: none;
	color: none;
}
.btn-menue {
	border: 0px;
}

.material-icons {
	color: #fff;
	width: 24px;
	margin-top:5px;
}

/*----- back-button -----*/

.navbar-items-back {
	float: left;
	padding: 5px; /* innenabstand*/
	margin: 0px 10px 0 0;	/*aussenabstand*/
}
.navbar-items-back .active a {/* JS sagt, dass navbar items aktiv sind; css sagt, dass sie wenn active andere Farben haben*/
	color: #D74652;
}

.navbar-items-back li {/* alle listenelemente in classe navbar-items*/
	display: inline;
	padding: 0 0 0 20px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.navbar-items-back a {
	color: #ffffff;
	text-decoration: none;
}

.navbar-items-back a:hover {
	color: #D74652;
	text-decoration: none;
}


/** Responsive menue**/

@media (max-width: 840px) {/*(bis zu dieser größe button weg)*/
	.navbar-items {/* navi wird ausgeblendet */
		display: none;
	}
	.menue {
		display: block;	/* menue-Button wird nun angezeigt*/
		float: left;
		
	}
	.navbar-items.responsive-menue {
		float: none; /* navipunkte stehen nicht mehr nebeneinander*/
		margin-top: 50px;
		padding-left: 10px;
		display: block;

	}
	.navbar-items.responsive-menue li {
		display: block;
		margin: 10px 0;
		font-size: 2rem;
	}
}

/* ---------------- HEADER BEREICH --------*/

.teaser-img {
	/*--background: url(../img/20181103_203300.jpg) no-repeat;--*/
	background: url(../img/bg-img-foto.jpg) no-repeat;
	height:80%;
	/*width:100%;*/
	background-size: cover;
	background-position: right, top;
}

.portfolio{
	font-family: 'Roboto', sans-serif;
	font-weight:200;
	letter-spacing: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 80px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.8); /* x-versatz, y-versatz, blur, (größe)*/
	margin: 250px 0 0 0;
	line-height:1;
}

@media (max-width: 400px) {
	.portfolio {
		font-size: 50px;
	}

}



.name {
	font-family: 'Open Sans', sans-serif;
	font: weight 300;;
	letter-spacing: 30px;
	line-height:2;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	margin:0;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.6); /* x-versatz, y-versatz, blur, (größe)*/
}
@media (max-width: 400px) {
	.name {
		font-size: 20px;
	}

}


/*----------- content----------*/
.lead {
	font-size: 16px;
	text-align: left;
	font-weight: 300;
}

/*--------------- ABOUT --------*/

/*--------- PROJECTS---------*/

.grid-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.grid-projects li {
	display: inline-block;
	padding: 20px;
	width:30%;
	margin-top: 10px;
	text-align: center;
}



@media (max-width: 960px) {
	.grid-projects li {
		width: 30%;
	}
}

@media (max-width: 480px) {/*smartphone*/
	.grid-projects li {
		width: 100%;
	}
}

.grid-projects img {
	width: 100%;
}

.grid-projects-item {
	position: relative;
}

.grid-projects-item figcaption {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 1s;
	text-align: center;
	letter-spacing: 1px;
}

.grid-projects-item a {
	color: #fff;
	position: relative;
	top: 40%;
	padding: 15px 20px;
	border: 1px solid #fff;
	/*text-decoration:none;*/
}

.grid-projects-item a:hover {
	text-decoration: none;
	border-width: 2px;
}

.grid-projects-item:hover figcaption {
	opacity: 1;
}

/*----------- FOOTER ---------*/
footer {
	background: #405F4D;
	padding: 50px, 0;
	margin-top: 150px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 1rem;
	color: #fff;
	height: 200px;
	text-align: center;
}

footer a:hover{
	color: #D74652;
	text-decoration: none;
}

footer a {
	color: #fff;
	text-decoration: none;
}

.container-last {
	float: left;
	width: 100%;
}



.footer-copyright {
	margin-top: 50px;
	text-align: center;
	font-size: 1rem;
}


.footer-copyright li{
	padding: 0;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-right:20px;

}

.footer-copyright li a{
	text-decoration: none;
}

