@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/raleway-400.woff') format('woff'), url('../fonts/raleway-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/raleway-500.woff') format('woff'), url('../fonts/raleway-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/raleway-600.woff') format('woff'), url('../fonts/raleway-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/raleway-700.woff') format('woff'), url('../fonts/raleway-700.woff2') format('woff2');
}


html, body {
        scroll-behavior: smooth;
        	margin: 0;
	height: 100%;
	font: 400 16px "Raleway";
	line-height: 1.7;
	color: #740000;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/*
#start::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        z-index: 0;
}
*/

#start {
        position: relative;
        background-image: url('../images/background.jpg');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        min-height: 100vh;
}

#start .text-container {
        background: rgba(255, 255, 255, .7);
        max-height: 500px;
        max-width: 740px;
        width: 90%;
        margin: 200px;
        padding: 60px 0;
    }

#start .text-container h1 {
    font-size: 80px;
    font-weight: 400;
}

#start .text-container p {
    font-size: 18px;
    font-weight: 500;
}

#scrolldown {
      position: absolute;
      bottom: 40px;            
      width: 50px;
      height: 50px;
      z-index: 1;
      background-color: rgba(255,255, 255, .7); 
      border-radius: 18px;     
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.3s;
    }
 #scrolldown:hover {
    background-color: rgba(255,255, 255, .8); 
}

 #scrolldown img {
      width: 100%;
      height: 100%;
 }

 #info {
        position: relative;
        background-image: url('../images/background_grey.jpg');
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
}

 #info .text-container {
        max-width: 1320px;
        width: 90%;
        margin: 80px;
}

 #info .text-container h1 {
    margin-top: 0 !important;
}

#info p {
    margin-bottom: 20px !important;
}

#info .footer-copyright {
    margin-top: 80px !important;
}

#legal {
    color: inherit;
}

#impressum {
	color: #696969;
}

#impressum h2 {
	font-size: 28px;
    margin-top: 30px;
	margin-bottom: 15px;
}

#impressum h3 {
	font-size: 20px;
    margin-top: 30px;
	margin-bottom: 15px;
}

#impressum h4 {
	font-size: 16px;
    margin-top: 20px;
	margin-bottom: 10px;
}