@CHARSET "UTF-8";

html, body, * {
	
}

body {
	background-color: #5e5e5e;	
}

.container-h {
	min-height: 800px !important;
	height: auto;
}

.inputbox {
	width: 98%;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:20px;
	border: solid 1px;
	border-radius: 10px;
	box-shadow: 5px 5px #000000;
	padding: 15px;
	background-color: #e6e6e6;
	color: #000;	
}

.l3d {
	border: solid 0px;
	border-radius: 10px;
	box-shadow: 0px 5px #cacaca;
	height: 5px;
	width: 100%;
}

a * {
	text-decoration: none;
}

.gamebox {
	height:575px;
	margin: 0 auto;
	border: solid 1px;
	border-radius: 10px;
	box-shadow: 5px 5px #000;
	background-color: #3f3f3f;
	color: #fff;
	background: #3f3f3f;	
	padding: 15px;
	margin-bottom: 15px;
}

.gamebox_title {
	text-align: center;
	font-size:20px;
}

.gamebox_release {
	text-align: center;
	font-size:16px;
}

.gamebox_platforms {
	text-align: center;	
}

.gamebox_themes1 {
	text-align: center;	
}

.gamebox_image {
	text-align: center;

}

.navbar-light {
	background-color: #b2b2b2 !important;
}

/* Schriftgröße der Links in der Navbar ändern */
.navbar-nav .nav-link  {
    font-size: 18px; /* Oder rem, em */
    color: #000;
}

/* Schriftgröße des Brand-Logos/Textes ändern */
.navbar-brand {
    font-size: 18px;
    color: #000;
}

.dropdown-menu {
	font-size: 18px;
	color: #000;
}

.dropdown-item {
	font-size: 16px;
	color: #000;
}

footer {
	background-color:#d0d0d0;
	margin-top:300px;
	padding-top:10px;
	padding-bottom:10px;
}

.testform11 {
	width:75%;
	margin: 0 auto;
}

.centerbox {
	margin: 0 auto;
	text-align: center;
}

