h1, h2, h3, h4 {
	font-family: 'Roboto', helvetica, arial, sans-serif;
}

.gradientY {
    background: #797979;
}

.navbar {
    background: #3b5999;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #f2f2f2;
    background-color: #3b5999;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #f2f2f2;
    background-color: #3a3a3a;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #f2f2f2;
    background-color: #3a3a3a;
    padding-bottom: 3px;
    border-bottom: 3px solid #fff;
}

.form-selected {
    background-color: yellow;
}

.menue-schrift {
	text-shadow: 1px 1px 1px #000;
}

.menu-panel {
	color: #f2f2f2;
    border-radius: 4px 4px 0px 0px;
	text-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
    box-shadow: 0 0 0 rgba(0,0,0,.05);
    border: 0px;
    font-weight: bold;
    font-size: 115%;
    font-family: 'Roboto', helvetica, arial, sans-serif;
    height: 42px;
}

.menu-col {
	padding-right: 0px;
	padding-left: 0px;
	height: 42px;
	border-left: 2px solid #797979;
	border-right: 2px solid #797979;
}

.menu-body {
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}

.menu-selected {
	height: 50px;
}

.menu-non-selected {
	border-top: 8px solid #797979;
}

.menu-typ-img {
	background: #797979; 
	color: #797979; 
	font-size: 1%; 
	margin-bottom: 0px;
}

.menu-typ-sat {
	background: #797979; 
	font-family: 'Comic Sans MS', arial, sans-serif;
}

.menu-typ-news {
	background: #3b5999;
}

.menu-typ-shop {
	background: #000000;
}

.menu-typ-sip {
	background: #008800;
}

.menu-typ-sis {
	background: #971b1b;
}

.news-fluid {
	margin: 0px;
	padding: 0px; 
}

.news-col {
	margin: 0px; 
	padding-left: 10px; 
	padding-right: 10px; 
}

.news-content {
	margin-bottom: 25px; 
	border: 0px; 
	border-radius: 6px; 
	background-color: #fff;
}

.news-ul {
	margin-top: 8px;
	margin-bottom: 5px;
}

.news-shop-content {
	margin-bottom: 25px;
	padding: 0px;
	border: 0px; 
	border-radius: 6px; 
	background-color: #000;

}

.news-shop-bild {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.news-bild {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.news-auswahl-content {
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 0px; 
	border-radius: 6px; 
	background-color: #fff;
}

.news-sponsor-content {
	margin-bottom: 25px;
	padding: 0px;
	border: 0px; 
	border-radius: 4px; 
	background-color: #fff;
}

.news-sponsor-bild {
	border-radius: 4px;
	border: 0px solid #fff;
	width: 100%;
}

.news-sis-content {
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	border: 0px; 
	border-radius: 6px; 
	background-color: #ccc;
}

.news-sis-bild {
	border-radius: 6px;
	border: 5px solid #ccc;
	width: 30%;
}

.news-sis-content-flog {
	background-color: #ccc;
}

.news-sis-bild-flog {
	width: 30%;
}

.news-datum {
	font-size: 110%;
	margin: 0px;
	padding: 5px 15px 0px 15px;	/* top r bot lef */
}
.news-datum-rund {
	border-radius: 6px;
}

.news-ueb {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

.news-text {
	font-size: 110%;
	text-align: justify;
	margin: 0px;
	padding: 5px 15px 0px 15px;
}

.news-quelle {
	font-size: 90%;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

.news-video-iframe {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.page-load-status {
	display: none; /* hidden by default */
	padding-top: 20px;
	border-top: 1px solid #DDD;
	text-align: center;
	color: #777;
}

.sis-tabelle {
	margin-bottom: 2px;
}

.select2-container .select2-selection--single {
    height: 34px;
}

#ein_img_sel + .select2-container .select2-selection--single {
	height: 180px;
}
.Select2Height150{
	height: 180px!important;
}

.loader-wheel {
	font-size: 64px; /* change size here */
	position: relative;
	height: 1em;
	width: 1em;
	padding-left: 0.45em;
	overflow: hidden;
	margin: 0 auto;
	animation: loader-wheel-rotate 0.5s steps(12) infinite;
}

.loader-wheel i {
	display: block;
	position: absolute;
	height: 0.3em;
	width: 0.1em;
	border-radius: 0.05em;
	background: #333; /* change color here */
	opacity: 0.8;
	transform: rotate(-30deg);
	transform-origin: center 0.5em;
}

@keyframes loader-wheel-rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
