/* Zurücksetzen der Auto-Schriftskalierung */
html { 
 -webkit-text-size-adjust: none; 
 box-sizing: border-box;
}

*, *::before, *::after {
 box-sizing: inherit;
}

@font-face {
 font-family: 'symbole';
           src: url('../Fonts/fa-solid-900.woff2')  format('woff2'),
                url('../Fonts/fa-solid-900.woff')  format('woff'),
                url('../Fonts/fa-solid-900.eot')  format('eot'); 
}

/* crete-round-regular - latin */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/crete-round-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crete Round'), local('CreteRound-Regular'),
       url('../Fonts/crete-round-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/crete-round-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/crete-round-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/crete-round-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/crete-round-v8-latin-regular.svg#CreteRound') format('svg'); /* Legacy iOS */
}

/* crete-round-italic - latin */
@font-face {
  font-family: 'Crete Round';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/crete-round-v8-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Crete Round Italic'), local('CreteRound-Italic'),
       url('../Fonts/crete-round-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/crete-round-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/crete-round-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/crete-round-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/crete-round-v8-latin-italic.svg#CreteRound') format('svg'); /* Legacy iOS */
}


/* roboto-regular - latin */
 @font-face { 
   font-family: 'Roboto';
   font-style: normal;
   font-weight: 400;
   src: url('../Fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
   src: local('Roboto'), local('Roboto-Regular'),
        url('../Fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ 
        url('../Fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ 
        url('../Fonts/roboto-v18-latin-regular.woff') format('woff'),  /* Modern Browsers */
        url('../Fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../Fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
 font-family: Roboto, Arial, Helvetica, sans-serif;
 text-align: center;  
 line-height: 1.10;
 padding: 0;
 margin: 0;
}



/* ---------------------------------- Fuss ----------------------- */

#fuss {
 background-color: #3C1406;
 background-size: cover;
 color: #fff;
 /*min-width: 100%;*/
 max-width: 1600px;
 min-height: 50px;
 padding: 20px 0 20px 0;
 margin: 20px auto 0 auto;
 text-align: center;
 line-height: 1.5;
 background-image: linear-gradient(to bottom, #240A02 70%, #5F2617 100%);
}

#fuss2 {
 margin-top: 15px;
}

#fuss a:link {
 color: #fff;
 text-decoration: none;
}

#fuss a:visited {
 color: #fff;
}

#fuss a:hover {
 color: #fff;
 text-decoration: underline;
}

#fuss a:active {
 color: #fff;
}
