/* Allgemeines */

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v48-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v48-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v48-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v48-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v48-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v48-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v48-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-v48-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html {
    font-size: 16px; 
}

body {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.8em;
    background: #F6F5F4;
    position: relative;
    height: 100%;
}

h1, .h1, h2 {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h1, .h1 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.8em;
}

h2 {
    font-weight: 400;
    margin-top: 0;
}

h3 {
	font-weight: 200;
    margin-top: 0;
}

h4 {
	font-weight: bolder;
    margin-top: 1.2em;
    font-size: 1.1em;
    margin-bottom: 0;
}

a {
	text-decoration: none;
    color:#000;
}

.header_black {
    font-size: 3.8em;
    font-weight: 800;
}

.header_black small {
    font-weight: 300;
    font-size: 0.8em;
}

.link_black {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
}

.ms-5vw {
    margin-left: 5vw;
}  

.text {
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.6em;
}  

.white-line {
     border-bottom: 3px solid white;
     margin-bottom: 1rem; /* Beispiel für Abstand */
}
  
.footer {
    background-color:#ffffff;
    color: #000;
    font-size: 0.9em;
}

.footer a {
    color: #000;
    font-size: 0.9em;
}

.upper {
    color: #000;
    font-size: 0.9em;
    text-transform: uppercase;
}

.upper-bold {
    color: #000;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

#footer_start {
    color: #000;
    font-size: 0.9em;
}

/*breakpoint */

@media (min-width: 1220px) {
    html {
        font-size: 0.885vw; 
    }
    
}
@media (max-width: 576px) {
    .header_black {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0;
    }
    .header_black small {
        font-weight: 500;
        font-size: 0.8em;
    }
   .link_black {
    font-size: 0.8em;
    }
    .text {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.2em;
    }  
}