/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body {
  height: 100%;
}

.carousel {
  height: 50%;
	min-height: 20em;
	background: #444;
}

.item, .active, .carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


/* Individualisierung: */


.nav>li>a {
  padding-left: 1ex;
	padding-right: 1ex;
}
.navbar h1 {
	display: none;
}
.navbar-brand img {
	-webkit-filter: grayscale(20%);
	filter: grayscale(20%);
}
.navbar-brand:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.carousel-caption {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 1ex;
}
.carousel-caption:hover {
	background: rgba(0, 0, 0, 0.4);
}
.carousel-caption h2 {
	text-shadow: 0.2em 0.2em 0.4em black;
	margin: 0;
}
.carousel-caption a {
	text-decoration: none;
	color: #fff;
}
.carousel-control {
	background: rgba(0, 0, 0, 0.4);
}
.icon-prev, .icon-next {
	font-size: 4em !important;
	margin-top: -0.5em !important;
	color: white !important;
}

.container h1 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.container h3 {
	margin: -2ex 0 0 0;
	text-align: right;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.container h5 {
	font-weight: bold;
	margin-bottom: 0;
}


footer {
	border-top: 1px solid #888;
	text-align: center;
}
footer p {
	padding: 0;
	margin: 0;
}


/* Ergänzungen: */

.smitlogos {
	padding: 1ex 0;
	background: #111;
	color: #aaa;
	height: 8em;
	white-space: nowrap;
}
.smitpic {
	width: calc(100% - 4ex);
	float: right;
	margin: 0 2ex 1ex;
	border-radius: 1ex;
	box-shadow: 0.5ex 0.5ex 0.5ex grey;
}
.smitsmallpic {
	width: 50%;
	float: right;
	margin: 2ex;
	margin-top: 0;
	border-radius: 1ex;
	box-shadow: 0.5ex 0.5ex 0.5ex grey;
}
.smitlogo {
	width: 20%;
	float: right;
	margin: 2ex;
	border-radius: 1ex;
	box-shadow: 0.5ex 0.5ex 0.5ex grey;
}

.smitbox {
	display: inline-block;
	margin: 0;
	margin-top: 1em;
	margin-right: 1em;
	padding: 1ex;
	border: 1px solid #ddd;
	border-radius: 1ex;
	background: #eee;
	width: calc(50% - 1ex - 2px);
	box-shadow: 0.5ex 0.5ex 0.5ex grey;
	overflow: auto;
	vertical-align: top;
}
.smitbox:nth-child(even) {
   margin-right: 0;
	 margin-left: calc(-1ex + 6px);
}
.smitbox1, .smitbox2 {
	margin-top: 1em;
	padding: 1ex;
	border: 1px solid #ddd;
	border-radius: 1ex;
	background: #eee;
	width: calc(50% - 1ex);
	box-shadow: 0.5ex 0.5ex 0.5ex grey;
	overflow: auto;
}
.smitbox1 {
	float: left;
}
.smitbox2 {
	margin-left: calc(50% + 1ex);
}

.smitbox1 ul li, .smitbox2 ul li {
	padding-top: 1ex;
	margin-left: -2ex;
}

ol.doppelpunkt {
	list-style-type: none;
}
ol.doppelpunkt li {
	text-indent: -5ex;
	padding-top: 1ex;
}
ol.doppelpunkt li::before { 
	content: attr(value) ": ";
}

a.wikipedia {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.smitreset {
	clear: both;
	font-size: 1px;
}
.smitresetr {
	clear: right;
}

.smit-0ex {
	margin-top: 0ex;
}
.smit-1ex {
	margin-top: -1ex;
}
.smit-2ex {
	margin-top: -2ex;
}
.smit-3ex {
	margin-top: -3ex;
}
.smit-4ex {
	margin-top: -4ex;
}
.smit-5ex {
	margin-top: -5ex;
}
.smit-6ex {
	margin-top: -6ex;
}
.smit-7ex {
	margin-top: -7ex;
}
.smit-8ex {
	margin-top: -8ex;
}


/* Mobile Darstellung: */


@media (max-width: 50em) {

.carousel-caption {
	background: rgba(0, 0, 0, 0.4);
}

.container h3 {
	margin: 0 0 0 0;
}

.smitlogos {
	height: 5em;
}

.smitbox {
	width: 100%;
}
.smitbox1, .smitbox2 {
	margin-left: 0;
	width: 100%;
	float: none;
	clear: both;
}

.smitsmallpic, .smitlogo {
	margin: 1ex;
}
.smitsmallpic {
	float: none;
	width: calc(100% - 2ex);
}
.smitpic {
	margin: 0 1ex 1ex;
	width: calc(100% - 2ex);
}

.smit-0ex, .smit-1ex, .smit-2ex, .smit-3ex, .smit-4ex, .smit-5ex, .smit-6ex, .smit-7ex, .smit-8ex {
	margin-top: 2ex;
}

}
