@import url(https://fonts.googleapis.com/css?family=Titillium+Web);

body {
	background-color: #2c2e3c;
	font-family: 'Titillium Web', sans-serif;
	color: #777;
}

.header {
	height: 220px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
}

.header .usersonline {
	border-radius: 3px;
	width: 190px;
	background-color: rgba(0,0,0,0.4);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
	color: #fff;
	margin: 0px auto 10px;
	text-align: center;
}

.header center.logo {
	margin: 25px 0 0 0;
}

.header .machdenscheissverlaufjetzt {
	position: absolute;
	z-index: -999;
	top: 0;
	height: 220px;
	background: radial-gradient(ellipse at top, #ffdd14 0, #ff9400 70%);
	width: 100%
}


.header .nav a {
	margin: 10px 5px;
	color: #fff !important;
	text-transform: uppercase;
	border: 1px rgba(0,0,0,0) solid;
	transition: border .3s, box-shadow .3s;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.header .nav a img {
	vertical-align: -9px;
	border-style: none;
	margin-right: 1px;
}

.header .nav a.active, .header .nav a:hover {
	border: 1px #fff solid;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04),0 3px 1px -2px rgba(0,0,0,0.02),0 1px 5px 0 rgba(0,0,0,0.1);
}

.header .nav .nav-link {
	padding: 6px 20px 6px 10px
}

#content {
	margin-top: 20px;
}

#content .row > div > h5 {
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	margin: 0;
}

#content .row > div > h3 {
	color: #fff;
	letter-spacing: -1px;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
}

h5 a {
	color: #777 !important;
	text-decoration: underline;
}

h3 a {
	color: #fff !important;
	text-decoration: none !important;
}

#content .dasbinich {
	font-family: 'Arial';
	height: 140px;
	background: url(img/teppich.gif) -120px 0 no-repeat,
				url(img/merechts.png) right bottom no-repeat, 
				linear-gradient(to left, #ffdd22, #ff9400);
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 0px 0px 10px;
	color: #fff;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}

#content .dasbinich .avatar {
	height: 110px;
	width: 64px;
	margin: 0 0px 0px 60px;
	position: absolute;
}

#content .dasbinich a {
	float: right;
	margin-right: 18%;
	margin-top: 10px
}

#content .paarstats {
	background-color: #222;
	-webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.15);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
	font-family: Arial;
}

#content .paarstats .bar {
	background: #24231E;
	border: 1px solid black;
	border-bottom: 2px solid black;
	box-shadow: inset 0px 0px 0px 2px #54524D;
	border-radius: 4px;
	padding: 1px 3px 1px 7px;
	font-size: 0.7em;
	line-height: 25px;
}

#content .paarstats .clubBar {
	color: #7CBAC2;
	font-weight: bold;
	text-align: left;
}


#content .paarstats .bar > .icon {
	height: 30px;
	width: 30px;
	float: right;
	border-radius: 4px;
	border: 1px solid black;
	margin-top: -2px;
	margin-right: -5px;
	border-bottom: 2px solid black;
}

#content .paarstats .bar > .credits {
	box-shadow: inset 0px 0px 0px 2px #E2AE1D;
	margin-left: 3px;
	background: url(img/icons/credits.png) no-repeat center center #A47D15;
}

#content .paarstats .creditsBar {
	color: #E2AE1D;
	font-weight: bold;
	text-align: left;
}

#content .paarstats .bar > .duckets {	 
	box-shadow: inset 0px 0px 0px 2px #BA7CC2;
	margin-left: 3px;
	background: url(img/icons/duckets.png) no-repeat center center #875989;
}

#content .paarstats .ducketsBar {
	color: #BA7CC2;
	font-weight: bold;
	text-align: left;
}

#content .paarstats .bar > .diamonds {
	box-shadow: inset 0px 0px 0px 2px #45aaf2;
	margin-left: 3px;
	background: url(img/icons/diamonds.png) no-repeat center center #2d98da;
}

#content .paarstats .diamondsBar {
	color: #45aaf2;
	font-weight: bold;
	text-align: left;
}


#content .paarstats .bar .Amount {
	float: right;
	color: white;
	font-weight: normal;
}

#content .box .licon {
	margin: 5px;
	margin-right: 5px;
	margin-right: 10px;
	float: left;
}

#content .box.freundeonline {
	font-size: 14px;
	color: #fff;
	padding: 5px;
}

#content .box.freundeonline hr {
	margin: 5px;
}

#content .box.freundeonline b {
	color: #fff;
}

#content .box {
	color: #eee;
	background-color: #3e3e56;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

#content .box.newsartikel {
	color: #fff;
}

#content .box h5 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: 500;
	color: #1e9af2;
	text-align: center;
}

#content .box h3 {
	margin: 0;
	color: #fff;
	font-weight: bolder;
	text-align: center;
}

#content .box.userdesmonats .useravatar {
	text-align: center;
	height: 88px;
	margin-top: -10px;
}

#content .box.userdesmonats a {
	color: #fff;
	text-decoration: none;
}

#content .box.userdesmonats a .button, #content .box.settings input.button {
	background-color: #1e9af2;
	width: 130px;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}

#content .box.offifanseiten li, #content .box.newsarchiv li {
	color: #fff;
	padding: 10px;
	width: 100%;
	float: left;
	border-bottom: 1px #4D4D6B solid;
	background-color: #3e3e56;
	transition: background-color .5s;
}

#content .box.newsarchiv {
	height: 700px;
	overflow-y: scroll;
}

#content .box.newsarchiv li span.titel {
	overflow: hidden;
	letter-spacing: -0.5px;
text-overflow: ellipsis;
white-space: nowrap;
padding-right: 10px;
}
#content .box.newsarchiv li span.stats {
	font-size: 12px;
	margin-top: -5px;
}

#content .box.offifanseiten ul a:last-child  li, #content .box.newsarchiv ul a:last-child  li{
	border: none;
}

#content .box.offifanseiten a:hover, #content .box.newsarchiv a:hover {
	background-color: #1e9af2;
}

#content .offifanseiten li:hover, #content .newsarchiv li:hover {
	background-color: #1e9af2;
	cursor: pointer;
}

#content .offifanseiten, #content .newsarchiv{
	padding: 0 !important;
}

#content .newsbox {
	background-color: #232530;
	padding: 0;
	transition: opacity .5s ease;
}

#content a {
	text-decoration: none;
	color: none;
}

#content a:hover .newsbox {
	opacity: 0.8;
}

#content .newsbox .image, #content .newsartikel .image {
	height: 130px;
	width: 100%;
	padding: 10px;
	transition: background-position .5s ease;
	background-position: top center;
}

#content #news .carousel-indicators {
	margin-right: 5%;
	left: unset;
	bottom: 23px;
}

#content #news .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: rgba(0,0,0,0);
	border: 2px #444 solid;
	cursor: pointer;
}

#content #news .carousel-indicators .active {
    border: 2px #1e9af2 solid;
	background-color:  #1e9af2
}


#content a:hover .newsbox .image {
	background-position: top right;
}

#content .newsbox .image .datum, #content .newsartikel .image .datum {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	border-radius: 2px;
	padding: 5px 10px;
	float: left;
}

#content .newsbox .info {
	color: #777;
	padding: 20px 20px 15px 20px;
	font-size: 14px;
}

#content .newsbox .info h3 {
	font-size: 20px;
	text-align: left;
}

#content .newsbox hr {
	margin: -10px;
	background-color: #2c2e3c;
}

#content .box.staff .avatar {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
}

#content .box.staff .info h2 {
	color: #fff;
	margin: 0;
}

#content .box.staff .info h5 {
	color: #bbb;
	text-align: left;
	margin-top: 3px;
}

#content .box.staff.offline {
	background-color: #232530;
	opacity: 0.7;
}

#content .box.staff.online .info h5 span {
	color: #00cec9;
}

#content .box.staff.offline .info h5 span {
	color: #ff7675;
}

#content .box.staff .badges {
	margin-top: -5px;
}

#content .box.settings {
	color: #eee;
	padding: 0;
}

#content .box.settings ul {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

#content .box.settings ul li {
	width: 100%;
	padding: 10px;
}

#content .box.settings ul li:nth-child(2n) {
	background-color: #232530;
}

#content .box.settings input.feld {
	width: 100%;
	margin: 5px 0;
	border: 1px #555 solid;
	border-radius: 3px;
	color: #eee;
	padding: 5px;
	background-color: #1c1e26;
}

#content .box.settings input.button {
	color: #fff;
	text-decoration: none;
	border: none;
	float: right;
	margin: 10px;
	margin-bottom: 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}



#footer {
	background-color: #232530;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	margin-top: 10px;
	padding: 20px;
}

#footer .footermenu ul {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

#footer .footermenu ul li {
	border-right: 1px #3e3e56 solid;
	margin-right: 10px;
	padding-right: 10px;
}

#footer .footermenu ul li:last-child {
	border-right: 0px;
}

#footer .footermenu ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: color .3s;
}

#footer .footermenu ul li a:hover {
	color: #1e9af2;
}

#footer .rechts {
	opacity: 0.5;
	float: right;
	margin-top: -10px;
	transition: opacity 0.3s;
}

#footer .rechts:hover {
	opacity: 1;
}

#subfooter {
	background-color: #1c1e26;
	padding: 10px;
	font-size: 14px;
}

.nav-link {
	position: relative;
	padding: 1em 1.5em;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	font-size: 18px;
	margin: 1em 0.8em;
}
.nav-link::after, .nav-link::before {
	content: "";
	color: #fff;
	display: block;
	position: absolute;
	width: 0%;
	height: 0%;
	border: 2px solid;
	transition: all 1s ease;
	border-radius: 2px;
	border-width: 0px;
}
.nav-link::after {
	bottom: 0;
	right: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
}
.nav-link::before {
	top: 0;
	left: 0;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-top-color: #fff;
	border-left-color: #fff;
}
.nav-link:hover:after, .nav-link:hover:before {
	width: 100%;
	height: 100%;
	border-width: 1px;
}