html {
font-family: 'Raleway', sans-serif;
margin: 0;
padding: 0;
background-color: rgb(255, 255, 255);
}

body {
margin: 0;
padding: 0;
overflow-x: hidden;
}

header {
padding: 20px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
text-align: center;
margin-bottom: -70px;
}

nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}

nav ul li {
margin-right: 20px;
}

nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
}

h2{
background-color: #fcdfa6;
width: 100%;
margin-top: 0; 

}

.usHeader {
color: rgb(255, 255, 255);
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
display: flex;
flex-direction: column;
align-items: center;
margin-top: 60px;
font-size: 75px;
font-family: 'Raleway', sans-serif;
width: 100%;
margin-bottom: -50px;
}

.bild {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 20px;
margin-top: -20px;
}

.left-bild{
max-width: 400px;
height: 300px;
margin: 20px;
}

.text-header,
.HeaderI,
.HeaderII{
font-size: 30px;
color: rgb(0, 0, 0);
text-align: center;
font-family: 'Great Vibes', cursive;
font-weight: bold;
width: 100%;
margin: 20px 0;
display: flex;
flex-direction: column;
align-items: center;
}

.text-I,
.HeaderTextI,
.HeaderTextII {
font-size: 20px;
color: rgb(0, 0, 0);
text-align: center;
font-family: 'Raleway', sans-serif;
width: 100%;
margin: 0 20px 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
}

.contact-bar {
background-color: #000000;
color: rgb(255, 255, 255);
padding: 20px 0;
font-family: 'Raleway', sans-serif;
}

.container {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
}

.row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}

.col {
flex: 1;
text-align: center;
margin: 10px;
}

.col h4 {
margin-bottom: 5px;
}

.col p {
margin: 0;
line-height: 1.6;
font-size: 17px;
}

.footer-bar {
background-color: #000000;
color: white;
padding: 20px 0;
}

.footer-links {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
}

.footer-links li {
margin: 0 10px;
}

.footer-links a {
color: white;
text-decoration: none;
}

.impress {
background-color: transparent;
color: white;
font-size: 16px;
border: 0px;
cursor: pointer;
}

@media only screen and (max-width: 768px) {
.usHeader {
font-size: 100px;
margin-top: 12%;
}

.row {
flex-direction: column;
align-items: center;
}
}

@media only screen and (max-width: 480px) {
.usHeader {
font-size: 40px;
margin-top: 15%;
}
}



