* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

/* Fonts */

@font-face{ 
	font-family: 'orbitron'; 
	src: url('../../fonts/orbitron.eot'); 
	src: url('../../fonts/orbitron.eot?iefix') format('eot'), url('../../fonts/orbitron.woff') format('woff'), url('../../fonts/orbitron.ttf') format('truetype'), url('../../fonts/orbitron.svg#webfont') format('svg'); 
}



body,html {
    /*background-color: #E4E4E4;*/
	background-color: #ededed !important;
    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    
    background-attachment: fixed;
    font-family: 'orbitron';
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #222222;
    overflow: auto;
    position: relative;
    /*background: none !important;
    background-color: rgba(0,0,0,0.0) !important;*/
    background: rgb(0, 0, 0) transparent;
    background: rgba(0, 0, 0, 0);
    
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none !important;
	background-color: #f0f2ee;
}

a {
	color: #000000;
	text-decoration: none;
}	

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}	

.mainFrame {
	width: 980px; 
	height: 100%; 
	border: 0px solid red; 
	margin-left: auto; 
	margin-right: auto;
}

.header {
	width: 100%; 
	height: auto; 
	/*border: 1px solid green;*/
	padding-top: 0%;
	text-align: center;
	font-size: 200%;
	/*background: transparent url('../../layout/backgrounds/logo.png') 0% 0% no-repeat;
	background-size: 100% auto;*/
}

.headerText {
	margin-left: 3%; 
	width: 50%; 
	height: auto;
}

.logo {
	margin-right: auto; 
	margin-left: auto; 
	width: auto; 
	height: 18rem;
	padding: 2rem;
}

.mainContent {
	position: relative; 
	width: 100%; 
	height: auto; 
	border: 0px solid blue;
}

.storeContainer {
	width: 50%;
	height: 15%; 
	/*border: 1px solid orange; */
	float: left;
}

.shopContainer {
	width: 70%; 
	height: 15%; 
	border: 1px solid orange; 
	clear: both;
	margin-left: auto;
	margin-right: auto;
	background: #70738D  url('../../layout/icons/shop.png') 2% 0% no-repeat;
	background-size: contain;
	border:1px solid #b7b7b7; 
	border-radius: 15px;
	margin-top: 10%;
	font-size: 150%;
	padding-top: 3%;
	padding-left: 10%;
	color: #e1e0e1;
	font-family: 'comic_1';
}

.social {
	float: left;
	width: 10%;
	height: 15%;
	margin-left: 2.3%;
	/*border: 1px solid blue;*/
}

.appleStoreButton {
	margin-left: 2.5%; 
	float: left; 
	display: block; 
	width: 30%; 
	height: auto;
	opacity: 0.3;
}

.googleStoreButton {
	margin-left: 18.8%; 
	float: left; 
	display: block; 
	width: 30%; 
	height: auto;
	opacity: 0.3;
}

.toTheShopButton {
	margin-right: auto; 
	margin-left: auto; 
	display: block; 
	width: 40%; 
	height: auto;
}

.contactSupportButton {
	margin-right: auto; 
	margin-left: auto; 
	display: block; 
	width: 40%; 
	height: auto;
}

.facebookButton {
	margin-left: 32%; 
	float: left; 
	display: block; 
	width: 7%; 
	height: auto;
}

.googlePlusButton {
	margin-left: 7%; 
	float: left; 
	display: block; 
	width: 7%; 
	height: auto;
}

.twitterButton {
	margin-left: 7%; 
	float: left; 
	display: block; 
	width: 7%; 
	height: auto;
}

.clear {
	clear: both;
	text-align: center; 
}

.borderBottomBlack2 {
	border-bottom: 2px solid black;
}

.inputFieldTextBefore {
	width: 350px;
	height: 30px;
	float: left;
}

.contactInput {
	display: block;
	float: left;
	background-color: #887f7b; 
	color: #ffffff; 
	text-align: center; 
	border: 2px solid #683403; 
	height: 25px;
	width: 300px;
}

.contactSendButton {
	margin-top: 15px;
	border-radius: 4px;
	height: 27px;
	min-width: 100px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #b7b7b7;
	box-shadow: 0px 0px 1px #b7b7b7;
	cursor: pointer;
	background-color: #E8E8E8;
	font-family: 'comic_1';
}

#formErrorContainer{
	margin-left: 15px; 
	margin-top: 15px;
}

.reloadImage {
	margin-right: 45px; 
	margin-top: 40px;
	cursor: pointer;
}

.contactFormTextarea {
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	width: 648px; 
	height: 150px; 
	border: 2px solid gray;
}

.contactFormContainer{
	width: 700px; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto;
}

.captchaImageContainer {
	margin-top: 10px;
}

.impressumContainer {
	width: 700px; 
	margin-left: 160px;
}

.colorRed {
	color: red;
}

.floatLeft {
	float: left;
}

.bottomText {
	margin-left: 15px;
	margin-top: 6vh;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh; /* Optional: Höhe des Containers anpassen */
}

.header a {
    margin: 0 5px; /* Reduzierter Abstand zwischen den Bildern */
}

.header img {
    vertical-align: middle; /* Sicherstellen, dass die Bilder vertikal mittig ausgerichtet sind */
}

.title-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	padding-top: 8vh; /* Beibehaltung des Abstandes */
}

.title-container h1 {
	display: flex;
	align-items: center;
	text-decoration: underline;
	font-size: 300%;
}

.title-container img {
	margin-right: 10px; /* Abstand zwischen Bild und Text */
	height: 120px;
	width: auto;
}


