/* fonts*/
@font-face {
    font-family: 'Ashyhouse';
    src:url('fonts/Ashyhouse.ttf.woff') format('woff'),
        url('fonts/Ashyhouse.ttf.svg#Ashyhouse') format('svg'),
        url('fonts/Ashyhouse.ttf.eot'),
        url('fonts/Ashyhouse.ttf.eot?#iefix') format('embedded-opentype');
	}

@font-face {
	font-family: 'AlexBrushRegular';
	src: url('fonts/AlexBrushRegular.eot');
	src: local('AlexBrushRegular'), url('fonts/AlexBrushRegular.woff') format('woff'), url('fonts/AlexBrushRegular.ttf') format('truetype');
}
@font-face {
	font-family: 'texgyreadventorregular';
	src: url('fonts/texgyreadventorregular.eot');
	src: local('texgyreadventorregular'), url('fonts/texgyreadventorregular.woff') format('woff'), url('fonts/texgyreadventorregular.ttf') format('truetype');
}

@font-face {
	font-family: 'SWINSBRG';
	src: url('fonts/SWINSBRG.eot');
	src: local('SWINSBRG'), url('fonts/SWINSBRG.woff') format('woff'), url('fonts/SWINSBRG.ttf') format('truetype');
}
@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue.eot');
	src: local('VIPER'), url('fonts/BebasNeue.woff') format('woff'), url('fonts/BebasNeue.ttf') format('truetype');
}
/* basic style */
html {
 	background-color: #000000; 
 	cursor: Default;
	background-size: 100%;
 	background-repeat: No-Repeat;
 	background-attachment: Scroll;
	scroll-behavior: smooth;

}

body {	
	background-color: #000000;
 	background-size: cover;
	background-image: url(img/papier.jpg);
 	background-repeat: No-Repeat;
 	background-attachment: fixed;
	max-width: 100%;
	margin: 0;
	font-weight: normal;
 	font-size: 1.0em;
 	font-family: 'texgyreadventorregular';
	color: #000000;
	padding: 0em;
	border: 0px solid #000000;
	}

.globus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1em;		
	background-color: transparent;
	width: auto;
	min-height: 100%;
	height: auto !important;
	padding: 1.2em;
	} 
.globus2 {
	display: flex;
	flex-direction: row;
	align-items: left;
	justify-content: flex-start;
	margin-top: 1em;		
	background-color: transparent;
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	padding: 1.0em;
	} 
.main {
	flex: auto;
	background-color: rgba(255, 255, 255, .2);
	width: 80%;
	height: auto;
	text-decoration: none;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal; 
  	font-size: 1.2em; 
  	font-family: 'texgyreadventorregular';
	text-align: left;
  	color: #000000;
	padding: 1.5em;
	border: 0px solid #000000;
	
	} 
.main2 {
	flex: auto;
	background: transparent;
	background: hsla(255, 40%, 40%, 0.0);
 	margin-top: 1.0em;
	margin-bottom: 5.0em;
	width: 80%;
	max-height: 1.2em;
	text-decoration: none;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal; 
  	font-size: 1.2em; 
  	font-family: 'texgyreadventorregular';
	text-align: left;
  	color: #000000;
	padding: 1.0em;
	border: 0px solid #000000;	
	} 
.kont1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: auto;
	background: transparent;
	background-color: rgba(255, 255, 255, .2);
	margin: 0em;
	text-decoration: none;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal; 
  	font-size: 1.2em; 
  	font-family: 'texgyreadventorregular';
	text-align: left;
  	color: #000000;
	padding: 1.0em;		
	}
.kont2 {
	flex: auto;	
	} 
h1 {	
  	font-family: 'texgyreadventorregular';
	font-size: 1.0em; 
	text-decoration: none;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: bold;
	color: #000000;
	line-height: 1.3em;
	}
h2 {
	width: auto;	
  	font-family: 'SWINSBRG';
	font-size: 3.0em; 
	text-decoration: none;
	text-align: center;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal;
	padding: 0.5em 0.2em;
	color: #000000;
	}
p {	
	width: auto;
	font-family: 'texgyreadventorregular';
	font-size: 1.0em; 
	text-decoration: none;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal;
	
	color: #000000;
	}	
.headertxt {
	background-color: transparent;	
	position: absolute;
	display: flex;
	width: 100%;
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-family: 'SWINSBRG';
	font-size: 6em; 
	text-decoration: none;
	text-shadow: 2px 2px 3px #000000;
	-moz-text-shadow: 2px 2px 3px #000000;
	-webkit-text-shadow: 2px 2px 3px #000000;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal;	
	text-align: center;
	padding: 1em 2em;
  	color: #ffcc66;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	}

a:link, a:visited {
	cursor: pointer;
	font-size: 1.0em;
  	font-weight: normal;
 	color: #000000;
 	text-decoration: underline;
	}

a:hover {
	cursor: pointer;
	font-size: 1.0em;
 	font-weight: normal;
 	color: #993300;
 	text-decoration: None;
	}


/* mobile angaben anfang */

@media screen and (max-width: 759px) {
.globus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	background-color: transparent;
	} 
.main {
	flex: auto;	
	background-color: rgba(255, 255, 255, .2);
	margin-top: 0.5em;
	width: 80%;
  	font-size: 0.8em; 
	text-align: left;
	} 
.main2 {
	flex: auto;
	background: transparent;
	background: hsla(255, 40%, 40%, 0.0);
 	margin-top: 0.1em;
	margin-bottom: 3.0em;
	width: 80%;
	max-height: 0.2em;	
  	font-size: 0.8em; 
	} 
.kont1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: transparent;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0em;
	width: 80%;	
  	font-size: 0.8em; 
	padding: 1.5em;		
	} 

h2 {
	font-size: 3.0em;
	}
p {	
	font-size: 1.2em; 
	}

a:link, a:visited {
	font-size: 0.9em;
	}

a:hover {
	font-size: 0.9em;
 	}

	
.headertxt {	
  	background-color: transparent;
	position: absolute;
	margin-top: 0.2em;	
	width: 100%;
	font-family: 'SWINSBRG';
	font-size: 4.0em; 
	line-height: auto;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 3px #000000;
	font-style: normal; 
  	font-variant: normal; 
  	font-weight: normal;	
  	color: #ffcc66;
	z-index: 3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}
img {
 	width: auto;
	}
	
			
}
/* mobile angaben ende */



img {
 	max-width: 100%;
}
hr {
	background-color: rgba(0,0,0, 0.8);
	height: 0.1em;
	border: none;
	
}

	
	
