Skip to content
Snippets Groups Projects
style.css 3.10 KiB
html, body {
	overflow-x: hidden;
}

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

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

.navbar-brand {
	padding: 0;
        height: 100%
}

img#logo {
	height: 100%;
}

.navbar {
	margin-bottom: 0;
}

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

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

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

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

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

li.li-column, div.ul-columns li {
	display: table-cell;
}

li.li-column, div.ul-columns ul {
	list-style: none;
	padding-left: 0;
}


li.li-column, div.ul-columns li:not(:first-child) {
	padding-left: 1em;
}

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: 300px;
	padding-left: 20px;
	float: left;
}

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-primary-dark);
	border-bottom: 1px dashed var(--teckids-primary-light);
	box-shadow: 0 2px 0 var(--teckids-primary-light);
}

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

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

.carousel .carousel-image {
	max-height: 500px;
}

.carousel-text-dark {
	color: #000;
	text-shadow: 1px 1px 3px #fff;
}

.carousel-text-light {
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.button-wrapper {
	text-align: center;
}

.product-button {
	background: var(--teckids-primary-dark);
}