/*
Farben:
Rot #603
Gelb #eab818
Dunkelgrau #333

Pixabay:
Bild von <a href="https://pixabay.com/de/users/webandi-1460261/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1429589">Andreas Lischka</a> auf <a href="https://pixabay.com/de//?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=1429589">Pixabay</a>
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot');
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v30-latin-regular.eot');
  src: local(''),
       url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'),
       url('../fonts/merriweather-v30-latin-regular.woff') format('woff'),
       url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'),
       url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg');
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans',Arial,sans-serif;
}
body {
	font-size: 1.7em;
	background-image: url(../circuit-board-1429589.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather',Georgia,"Times New Roman",serif;
	color: #603;
}
h5 {
	font-size: 21px;	
}
i {
	margin-right: 10px;
}
img {
	width: 100%;
	height: auto;
	max-width: 236px;
	margin: 20px 0;
}
header {
	width: 100%;
	background-color: #fff;
	height: 180px;
	position: fixed;
	padding-bottom: 20px;
	border-bottom: 55px solid #603;
	
}
.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.flex-items {
  justify-content: center;
    align-items: center;
    display: flex;
}
.flex-items h5 {
margin-bottom: 0;
font-weight: 600;	
}
.flex-items p {
margin-bottom: 0;
}
main {
	width: 100%;
	min-height: 85vh;
	position: relative;
	top: 125px;
	display: flex;
	
}
 main:after {
	content: "Foto: Pixabay, Andreas Lischka";
	font-size: 12px;
	color: #efefef;
	position: fixed;
	bottom: 120px;
	left: 20px;
} 
.bg-red {
	background-color: #603;
}
.container-fluid {	
width: 80%;
max-width: 1140px;
margin: auto;
}
.blocktext {	
	color: #333;
	padding: 5%;
	text-align: center;
	background-color: #fff;
}
a {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #603;
}
footer, footer p, footer a, footer a:link {
	color: #fff;
	text-align: center;
	font-size: 13px;
}
footer {
	padding: 20px 20px;
	width: 100%;
	position: fixed;
	bottom: 0;
}
@media (max-width: 640px) {
	.container-fluid {
    width: 90%;
}
header {
	height: auto;
	position: relative;
	border-bottom: 5px solid #603;
}
main {
    min-height: 52vh;
    top: 20px;

}
.flex-wrap {
	display: block;
    width: 100%;
    padding: 0;
    margin: 0;		
	}
	pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 1rem;
}
}

