html, body {
	overflow-x: hidden;
}

a {
	color: var(--teckids-blue-dark);
}

.navbar {
	border-bottom: var(--teckids-orange-dark) 3px solid;
}

.navbar-brand {
	padding: 0;
}

img#logo {
	height: 100%;
}

.navbar {
	margin-bottom: 0;
}

.navbar-nav li:hover .dropdown-menu {
	display: block;
	margin-top: 0px;
}

#navbar-main > ul.nav > li.active > a, #navbar-main > ul.nav > li.ancestor > a {
	background: var(--teckids-orange-light);
	background: linear-gradient(var(--teckids-orange-dark), var(--teckids-orange-light), var(--teckids-orange-dark));
	color: #f8f8f8;
}

#navbar-main ul.dropdown-menu > li.active > a {
	background: var(--teckids-orange-dark);
	color: #f8f8f8;
}

footer#main-footer {
	background: var(--teckids-blue-light);
	color: #ffffff;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
}

footer#sponsoren-footer {
        background: #ffffff;
        border-top: var(--teckids-blue-light) 3px solid;
        margin-top: 50px;
        padding-top: 3px;
        padding-bottom: 20px;
}

ul.footer-link-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.footer-link-list li:first-child {
	font-weight: bold;
	margin-bottom: 5px;
}

footer#main-footer a {
	color: #ffffff;
	text-decoration: none;
}

img.filer_image {
	max-width: 100%;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h2, h3, h4 {
	clear: both;
}

h3#sponsorheading {
	text-align: center;
	font-weight: bold;
}

#ldaplist-aktive img.media-object {
	width: 150px;
}

div.row video {
	max-width: 100%;
}

img.sponsorslogo {
	width: 250px;
	padding-left: 20px;
}

p#sponsortext {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

time.icon {
	font-size: 1em; /* change icon size */
	display: block;
	position: relative;
	width: 7em;
	height: 7em;
	background-color: #fff;
	border-radius: 0.6em;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
}

time.icon * {
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

time.icon strong {
	position: absolute;
	top: 0;
	padding: 0.4em 0;
	color: #fff;
	background-color: var(--teckids-orange-dark);
	border-bottom: 1px dashed var(--teckids-orange-light);
	box-shadow: 0 2px 0 var(--teckids-orange-light);
}

time.icon em {
	position: absolute;
	bottom: 0.3em;
	color: var(--teckids-blue-light);
}

time.icon span {
	font-size: 2.8em;
	letter-spacing: -0.05em;
	padding-top: 0.8em;
	color: var(--teckids-blue-dark);
}
