.paral {
min-height: 600px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}

@supports ( -webkit-touch-callout : none) {
.paral {
background-attachment:scroll;
}
}


.paral p {
font-size: 14px;
text-align: center;
line-height: 30px;
letter-spacing: 2px;
}

.paral h1 {
font-size: 35px;
text-align: center;
padding-top: 40px;
line-height: 45px;
margin-bottom: 30px;
font-weight: bold;
}

h2 {
font-size: 18px;
padding-top: 40px;
line-height: 20px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
}

a {
font-size: 14px;
text-align: center;
line-height: 30px;
letter-spacing: 2px;
color: black;
}

a:hover {
text-decoration: none;
color: gray;
}

a:hover img {
opacity: 0.5;
}

.paralsec {
background-image: url("../daniel_haase_fussboden.jpg");
}

.paralsec1 {
background-color: white;}

.paralsec2 {
background-image: url("../schluessel.jpg");
}

.jumbotron{
margin-bottom: 0;border-radius: 0;
}

.btn-outline-dark {
border-radius:0; 
border: 2px solid black;
padding: 20px;
font-weight: bold;
margin-top: 25px;
}

ul {
text-align: left;
font-size: 14px;
line-height: 30px;
letter-spacing: 2px;
}

.spacertop {
margin-top: 30px;
}
