/* bungee-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: 'Bungee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bungee-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/bungee-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bungee-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bungee-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bungee-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bungee-v11-latin-regular.svg#Bungee') format('svg'); /* Legacy iOS */
}

/* heebo-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: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/heebo-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/heebo-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v21-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}

/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-500 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lora-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-500.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-600 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lora-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-600.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-700.svg#Lora') format('svg'); /* Legacy iOS */
}
/* lora-500italic - latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/lora-v26-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v26-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v26-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v26-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v26-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v26-latin-500italic.svg#Lora') format('svg'); /* Legacy iOS */
}

h1{
	font-family: 'Lora';
	font-size: 70px;
    font-weight: 700;
    color: #ffffff;
	margin: 20px 0px 0px 0px;
}

h1 span{
	color: #af9563;
}
	
h2{
	font-family: 'Lora', sans-serif;
    font-size: 80px;
	font-weight: 500;
	color: #ffffff;
	margin: 100px 0px 0px 0px;
}

h2 span{
	color: #af9563;
}
	
h3{
    font-family: 'Heebo', arial, helvetica;
	font-size: 70px;
    font-weight: 700;
    margin:20px 20px 0px 10px;
    color: #af9563;  
}

h4{
	font-family: arial;
	font-size: 1.8em;
    font-weight: 400;
    color: #cc0000;
	margin: 0px 0px 30px 0px;
}	 

h5{
	font-family: 'Oswald', sans-serif;
    font-size: 5em;
    font-weight: 700;
    color: #ffffff;
	margin: 30px 0px 0px 0px;	
}
	
h5 span {
	font-weight: 800;
	letter-spacing: 0.1em;
}

h6{
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	float: left;
	font-family: Arial;
	margin: 0px 0px 0px 0px;
	color: #666666;
	font-size: 0.7em;
	text-align: left;
	font-weight: 100;
	bottom: 0;
}


p{
	font-family: 'Heebo', arial, helvetica;
    font-size: 25px;
	font-weight: 100;
    line-height: 35px;
	color: #ffffff;
    margin:20px 20px 0px 30px;
}

p span {
	color: #af9563;
    font-size: 1.2em;
    font-weight: 700;
}

li {
	font-family: arial;
    font-size: 1.6em;
	font-weight: 100;
    line-height: 1.3em;
	color: #ffffff;
    margin:20px 80px 0px 80px;
}	

tr, td { 
    font-family: arial;
    font-size: 1.6em;
	font-weight: 100;
    line-height: 1.3em;
	color: #ffffff;
}

td span {
	color: #cc0000;
}

strong {
    font-size: 1.1em;
	font-weight:bold;
	color:#cd0032;
}

small {
    font-size: 0.8em;
}

em {
    font-size:2em;
    font-style: normal;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

a:link {
	color: #af9563;
	text-decoration: none;
			 
}

a:active {
	color: #af9563;
	text-decoration: none;
	font-weight:bold; 
}

a:visited {
	color: #af9563;
	text-decoration: none;
		
}
a:hover {
	text-decoration: none;
	color: #fff;
}



/* =============================================================================================================
   ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE ANPASSUNG SCREEN SIZE
   ========================================================================================================== */
@media screen and (max-width: 1380px) {

}
   
@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
 
}

@media screen and (max-width: 800px) {

h1{
	font-family: 'Lora';
	font-size: 40px;
    font-weight: 700;
	margin: 20px 0px 0px 0px;
}
    
h2{
    font-size: 60px;
}
    
h3{
	font-size: 55px;
    font-weight: 700;
    margin:20px 20px 0px 10px; 
}

em {
    font-size:1.7em;
}
 
}

@media screen and (max-width: 680px) {

 
}
