html {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0;
    background-image: url(brandpi-visual.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    line-height: 1.5;
    text-align: left;
    color: #555;
    font-size: 0.9rem;
}
h1,h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
h1 {
	font-size: 1.3rem;
	color: #009ee1;
}
a {
	color: #009ee1;
	text-decoration: underline;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: color 0.2s ease-in-out;
}
a:hover {
	color: #555;
}
.container {
	margin-top: 15px;
	margin-bottom: 15px;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.logo {
	margin: 1.5rem auto 0;
	width: 140px;
}
.umbau {
	display: inline-block;
    background: #fff;
    color: #4a4a4a;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    margin: 50px;
    }
.box {
	padding: 2rem;
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 0.1rem;
	}

@media (min-width: 576px) {
	.box {
		padding: 5rem;
	}
	.container {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}