html{font-size:100%;}


/* source-sans-pro-200 - 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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/source-sans-pro-v21-latin-200.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/source-sans-pro-v21-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../fonts/source-sans-pro-v21-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-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: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/source-sans-pro-v21-latin-900.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/source-sans-pro-v21-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../../fonts/source-sans-pro-v21-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../../fonts/source-sans-pro-v21-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../../fonts/source-sans-pro-v21-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


h1, h2, h3, h4, h5, h6, h7, p, a, figcaption {font-family: 'Source Sans Pro';}


h1{
	font-weight:900;
	text-transform: uppercase;
    text-align: center;
    

}

 h2{ 
	font-weight:400;
	text-transform:none;
	text-align: center;
   }


h3{
	font-weight:600;
	text-transform: uppercase;
    text-align: left;
    

}

 h4{ 
	font-weight:300;
	text-transform:none;
	text-align: left;
   }

h5{
	font-weight:600;
	text-transform: uppercase;
    text-align: right;
    

}

h6{ 
	font-weight:300;
	text-transform:none;
	text-align: right;
   }

h7{ 
	font-weight:400;
    text-transform: uppercase;
	text-align: left;
   }

p	{
	font-weight:100;
	text-transform:none;

	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


span	{text-align: right;}


.orange-font{color: rgb(236,143,38);}
.black-font{color: rgb(43,46,51);}
.white-font{color: rgb(252,252,252);}

a {text-decoration: none; color:rgb(252,252,252); }
a:hover {text-decoration: none; color:rgb(236,143,38); }

/* -----------------------------------------------------------------Mobil & Tablet */
@media only screen and (min-width: 0em) and (max-width: 40em) and (orientation: portrait){
h1 h2, h3, h4, h5, h6 {text-align: left;} 
    
h1, h3, h5{font-size:1.6em;} 
h2, h4, h6{font-size:1em;}  

h4, h6{font-weight:300;}

p{font-size:0.9em;} 

}

@media only screen and (min-width: 0em) and (max-width: 40em) and (orientation: landscape){
h1 h2, h3, h4, h5, h6 {text-align: left;} 
    
h1, h3, h5{font-size:1.6em;} 
h2, h4, h6{font-size:1em;}  

h4, h6{font-weight:300;}

p{font-size:1em; font-weight:400;} 

}


/* -----------------------------------------------------------------Tablet Querformat */
@media only screen and (min-width: 40em) and (max-width: 80em){
h1, h3, h5{font-size:1.6em;} 
h2, h4, h6{font-size:1.2em;}  

p{font-size:1em;}      
}

    
/* -----------------------------------------------------------------Tablet Desktop */
@media only screen and (min-width: 80em){
h1, h3, h5{font-size:2.6em;} 
h2, h4, h6{font-size:1.4em;}
    
h7{font-size:1.6em;} 

p{font-size:1.2em;}  
}


