@charset "UTF-8";

/* Theme Name: spacepgae Theme 2025
   Theme URI: https://spacepage.at
   Description: Spacepage Theme 
   Version: 25.2.0
   Date: 2024.02.11
   Author: Paul Baumgartner
   Author URI: https://webgartner.at	
*/


	h1 { font: 52px 'Courier New', Courier, serif;letter-spacing: 0.15em;text-transform: uppercase;}
	h2 { font: 25px 'Courier New', Courier, serif;letter-spacing: 0.15em;text-transform: uppercase;}
	h3 { font: 20px 'Courier New', Courier, serif;letter-spacing: 0.15em;text-transform: uppercase;}
	h4 { font: 18px 'Courier New', Courier, serif;}
	h5 { font: 17px 'Courier New', Courier, serif;}
	h6 { font: 16px 'Courier New', Courier, serif;}

	a {font-size:16px; text-decoration: none; letter-spacing: 0.15em; color: #ffffff;}


html, body{
	background-color:#000000;
	font: 16px 'Courier New', Courier, serif;
	letter-spacing: 0.15em;
	line-height:150%;
	color:#fff;
    
}

#wrapper{
	
	margin: auto;
	max-width: 1200px;
	padding:1% 0 3% 0;
	
}

#header{
	
	margin: auto;
	max-width: 1200px;
	padding:3% 0 0 0;
}

#logo{
	display: flex; 
    justify-content: center; 
    align-items: center;
}


#titel a{
	color:#fff;
	font-size:35px;
	letter-spacing:10px;

}


#content{padding-bottom:3%;}

#picture-row{
background-color:#222222;
}




// * --------------- Hauptmenü ------------------ * // 

#mainmenue{
	padding: 0 0 3% 0;
}

#mainmenue ul{
}

#mainmenue ul li{
	list-style-type:none;
}

#mainmenue ul li a{
	color:#fff;
	font: 16px 'Courier New', Courier, serif;
	letter-spacing:0.15em;
}

// * --------------- Hauptmenü ENDE ------------------ * // 





// * --------------- Footermenü ------------------ * // 


.footermenue {}

.footermenue ul {
	padding:0px;
	
}

.footermenue ul li{
	list-style-type:none;
	padding-bottom:3%;
	
}

.footermenue ul li a{
	color:#fff;
	font: 16px 'Courier New', Courier, serif;
	letter-spacing:0.15em;
	
}

.footermenue {}

#footermenue1{
	padding:0;
	width:25%;
	display: inline-block;
	vertical-align: top;
}

#footermenue2 {
	width:25%;
	display: inline-block;
	vertical-align: top;
}


#footermenue3{
	width:22%;
	display: inline-block;
	vertical-align: top;
}

#footermenue4{
	width:22%;
	display: inline-block;
	vertical-align: top;
}


// * --------------- Footermenü ENDE ------------------ * // 


// * --------------- legalmenue  ------------------ * // 

#menu-legalmenue{padding:0;}

#legalmenue ul {
 list-style-type: none;
	padding:0px;
}


#legalmenue ul li {

	  text-decoration:none;
}



#legalmenue li a{
	color:#ffffff;
	
}

// * --------------- legalmenue ENDE ------------------ * // 






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

}

@media screen and (max-width: 850px) {
	
#titel {
	padding-top:3%;
	display: flex; 
    justify-content: center; 
    align-items: center;
}
	
#footermenue1{
	width:100%;
	padding:0;
	}

#footermenue2{
	width:100%;
	padding:0;
	}

#footermenue3{
	width:100%;
	padding:0;
	}	
	
#footermenue4{
	width:100%;
	padding:0;
	}		
	
.footermenue{
	position:relative;
	margin: 0 0 1% 0;
	/*background-color:#262626;*/
	}		
.footermenue ul {
	background-color:#222222;
	width: 100%;
	padding:0px;
}
	
.footermenue ul li {  
	display:block;
	letter-spacing:0.125em; 
	border-bottom:0.063em solid #BFBFBF;
	padding:0.500em 0 0.500em 0;
	}	
	
	
.footermenue ul li a{
	margin: 0.938em 0.625em;
	color:#fff;
	text-decoration:none;
	list-style-type:none;
	}		

.footermenue ul li a:hover{
	color:#E7E7E7;
	left:0;
	}

.footermenue ul li a:active{
	color:#267FB1;
	
	}	
	
.footermenue ul li a:after { 
	background: #267FB1;
	}
	
  
}