@charset "UTF-8";
/* CSS Document */

/*      ––––––      Generell      ––––––      */
body {
	background-color: #fefefe;
	color: #333;
	font: normal 1.0em/1.4em Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a.select {
	text-decoration: underline;
}
a img {
	border: none;
}
.clearfix {
	clear: both;
}

/*      ––––––      Kopf Mobile Grundgerüst      ––––––      */
header {
	width: 100%;
	height: 180px;
	background-color: #88a8f5;
	background-image: url(../images/hg-header.png);
	background-repeat: repeat-y;
	background-position: center;
}
.header-wrapper {
	margin: 0 auto;
	width: 100%;
	height: 180px;
	background: url(../images/logo-stb-0.png) no-repeat transparent;
	background-position: center;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
}

/*      ––––––      Allgemeines Kopf      ––––––      */
.header-wrapper a {
	color: #fff;
}
.header-wrapper a:hover,
.header-wrapper a:active,
.header-wrapper a:focus {
	color: #ccc;
}

/*      ––––––      Kopf Mobile Elemente       ––––––      */
nav.top-menue {
	display: none;
}
.schrift {
	margin: 1.0em 0 0 0.6em;
	width: 66%;
	max-width: 360px;
}
.tel-mail {
	clear: both;
	width: 240px;
}
.tel-mail p {
	font-size: 78%;
	line-height: 1.2em;
	padding: 0 0 0 1.0em;
}
.anschrift {
	display: none;
}
.thema {
	float: right;
	width: 180px;
	margin: -84px 12px -15px 0;
	z-index: 99;
}
.hoch {
	margin-top: -102px;
}
.tief {
	margin-top: 21px;
}
.icon {
	width: 100%;
}

/*      ––––––      Mobilemenue       ––––––      */
nav.h-menue {
	display: none;
}
nav.m-menue {
	background: #fff;
	color: #010101;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
nav.m-menue a {
	color: #010101;
}
nav.m-menue ul {
	margin: 0;
	padding: 0;
	height: 60px;
	list-style-type: none;
}
#menuicon {
	display: block;
}
nav.m-menue ul li.line {
	display: block;
	border-bottom: 1px solid #010101;
}
nav.m-menue ul li ul.dropoff {
	display: none;
}
nav.m-menue ul li.line ul.dropon {
	display: block;
	font-size: 1.5em;
	position: relative;
	animation-duration: 1.8s;
	animation-name: slidein;
}

/*      ––––––      Menue-Effekt       ––––––      */
@keyframes slidein {
from {
    margin-top: 100%;
}

to {
    margin-top: 0%;
}
}
/*      ––––––      Ende       ––––––      */

nav.m-menue ul li ul.dropon li {
	line-height: 60px;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
	padding-left: 30%;
	border-top: 1px solid #010101;
}
nav.m-menue ul li ul.dropon li:last-child {
	border-bottom: 1px solid #010101;
}

/*      ––––––      Main-Content Mobile       ––––––      */
.main-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	background: transparent;
	color: #333;
	font-size: 1.1em;
	line-height: 1.5em;
}
.main-wrapper a {
	color: #999;
}
.main-wrapper a:hover,
.main-wrapper a:active,
.main-wrapper a:focus {
	color: #022068;
}
.main-wrapper h1 {
	margin: 1.2em 1.0em 1.8em 1.0em;
	font-size: 1.5em;
	line-height: 1.5em;
}
.main-wrapper h2 {
	margin: 1.0em 1.0em 1.0em 1.25em;
	font-size: 1.2em;
}
.main-wrapper h3 {
	margin: 2.0em 1.0em 1.0em 1.5em;
	font-size: 1.0em;
}
.main-wrapper p {
	margin: 0 1.0em 1.5em 1.5em;
}
.main-wrapper p.letztes {
	margin-bottom: 6.0em;
}
.main-wrapper hr {
	margin: 3.0em auto;
	width: 90%;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.main-wrapper ul.k-leist {
	width: 84%;
	margin: -1.0em 1.0em 3.0em 1.0em;
	line-height: 1.5em;
}
ul.k-leist li {
	margin: 15px;
}
.main-wrapper ul.k-news {
	width: 84%;
	margin: 0 0 2.0em 2.0em;
	line-height: 1.5em;
	list-style-type: none;
}
ul.k-news li {
	margin: 15px 0 30px 0;
}
.pdf {
	font-size: smaller;
	margin-left: 1.2em;
}
.team {
	width: 90%;
	margin: -1.0em 18px 2.0em 18px;
	float: left;
}
.button {
	margin: 1.0em auto;
	width: 300px;
	font-size: 1.2em;
	text-align: center;
}
.blubb {
	display: none;
	margin: 1.0em 0 1.0em 16%;
	float: left;
	width: 1px;
	font-size: 1.2em;
	text-align: center;
}
.button img {
	width: 84%
}
.button p {
	margin-top: 0;
}
div.main-wrapper div.video {
	display: block;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	overflow: scroll;
}
.extvideo {
	width: 721px;	
}
.kontaktdat {
	margin-bottom: -2.0em;
	min-width: 320px;
	width: 42%;
	float: left;
	padding: 0 30px;
}
.kontaktdat p {
	padding-left: 30px;
}

.halb {
	width: 45%;
	float: left;
	margin-top: 0;
	margin-right: 48px;
}
summary {
	margin: 1.0em 1.0em 1.0em 1.25em;
	font-size: 1.2em;
	font-weight: 700;
	margin-left: 0;
	cursor: pointer;
}

/*      ––––––      Footer       ––––––      */
footer {
	background-color: #022068;
	color: #fff;
	height: 100%;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
	color: #ccc;
}
.footer-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	font-size: 1.1em;
	line-height: 1.5em;
}
.address {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.sitemap {
	max-width: 90%;
	margin: 0 auto;
	padding: 2.0em;
}
.sitemap h1 {
	font-weight: normal;
}
.list-site {
	width: 100%;
}
.list-site ul {
	list-style-type: none;
}
.list-site ul li {
	padding: 0.3em 0 0.3em 0;
	width: 100%;
	text-align: center;
}

/* -------- Sticker ----------- */
#sticker {
	position: absolute;
	left: 0;
	top: 210px;
	width: 18%;
	z-index: 99;
}
#sticker-job {
	position: absolute;
	right: 0;
	top: 288px;
	width: 18%;
	z-index: 99;
}
#sticker-nbw {
	position: absolute;
	left: 0;
	top: 192px;
	width: 18%;
	z-index: 99;
}
#sticker-nbw1 {
	position: absolute;
	left: 0;
	top: 468px;
	width: 18%;
	z-index: 99;
}
#sticker-bsi {
	position: absolute;
	right: 0;
	top: 498px;
	width: 18%;
	z-index: 99;
}
#sticker-1 {
	position: absolute;
	right: 0;
	top: 246px;
	width: 18%;
	hight: auto;
	z-index: 99;
}
#sticker-2 {
	position: absolute;
	right: 0;
	top: 426px;
	width: 18%;
	hight: auto;
	z-index: 99;
}
#sticker-3 {
	position: absolute;
	right: 0;
	top: 606px;
	width: 18%;
	hight: auto;
	z-index: 99;
}
#sticker-3a {
	position: absolute;
	right: 0;
	top: 708px;
	width: 18%;
	hight: auto;
	z-index: 99;
}
#sticker-4 {
	position: absolute;
	left: 0;
	top: 366px;
	width: 18%;
	z-index: 99;
}


/* --------------------------------------------------------------------------------------------- */

@media (min-width: 30em) {

.thema {
	float: right;
	width: 180px;
	margin: -120px 12px -15px 0;
	z-index: 99;
}
.hoch {
	margin-top: -144px;
}
.tief {
	margin-top: 12px;
}
.list-site {
	width: auto;
	float: left;
}
.list-site ul {
	list-style-type: none;
}
.list-site ul li {
	padding: 0.3em 0 0.3em 0;
	width: auto;
	max-width: 96px;
}

/* --------------------------------------------------------------------------------------------- */

@media (min-width: 35em) {

.thema {
	width: 270px;
	margin: -188px 12px -15px 0;
}
.hoch {
	margin-top: -210px;
}
.tief {
	margin-top: 30px;
}

/*      ––––––      Main-Content       ––––––      */
.button {
	float: left;
	margin: 1.0em 0;
	width: 48%;
}
}


/* --------------------------------------------------------------------------------------------- */

@media (min-width: 48em) {
	
header {
	height: 360px;
	margin: 0;
}
.header-wrapper {
	max-width: 960px;
	height: 360px;
	background: url(../images/logo-stb.png) no-repeat transparent;
	background-position: center;
}
	
/*      ––––––      Topmenue       ––––––      */
nav.top-menue {
	display: block;
	margin: 6px;
	padding: 0;
	width: auto;
	float: right;
	font-size: 0.9em;
}
nav.top-menue ul {
	margin: 0 auto;
	padding: 0;
	width: auto;
	list-style-type: none;
}
nav.top-menue ul li {
	display: inline;
	padding: 0 0.6em;
	border-left: 1px solid #fff;
}
nav.top-menue ul li:first-child {
	border-left: none;
}
nav.top-menue ul li:last-child {
	padding-right: 0;
}

/*      ––––––      Kopf Desktop Elemente       ––––––      */
.schrift {
	margin: 36px 0 0 0;
	width: 360px;
	float: left;
}
.tel-mail {
	width: 360px;
}
.tel-mail p {
	font-size: 100%;
	line-height: 1.5em;
	padding: 6px 0 0 9px;
}
.anschrift {
	display: block;
	width: 300px;
	float: right;
	margin: -150px 6px 0 0;
	text-align: right;
}
.thema {
	float: right;
	width: auto;
	margin: -180px 162px -21px 0;
}
.hoch {
	margin-top: -222px;
}
.tief {
	margin-top: 0;
}
.blubb {
	display: block;
}

/*      ––––––      Hauptmenue Desktop       ––––––      */
nav.m-menue {
	display: none;
}
nav.h-menue {
	display: block;
	width: 100%;
	height: 60px;
	background: #fff;
	color: #010101;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	-webkit-box-shadow: 0 0 30px #2f4f4f;
	-moz-box-shadow: 0 0 30px #2f4f4f;
	box-shadow: 0 0 30px #2f4f4f;
}
nav.h-menue a {
	color: #010101;
}
nav.h-menue a:hover,
nav.h-menue a:active,
nav.h-menue a:focus {
	color: #ccc;
}
nav.h-menue ul {
	margin: 0 auto;
	padding: 0;
	line-height: 60px;
	width: 100%;
	list-style-type: none;
}
nav.h-menue ul li {
	display: inline;
	padding: 0 1.2em;
}

/*      ––––––      Main-Content Desktop       ––––––      */
.main-wrapper p {
	margin: 0 0 0 1.5em;
}
.main-wrapper hr {
	margin: 6.0em auto;
}
.main-wrapper ul.k-leist {
	margin: -1.0em 2.0em 3.0em 2.0em;
}
.main-wrapper ul.k-news {
	margin: 0 0 3.0em 2.0em;
}
.team {
	width: 400px;
}
.button {
	width: 33%;
}

/*      ––––––      Footer Desktop       ––––––      */
.footer-wrapper {
	max-width: 960px;
}
.address {
	width: 300px;
	height: auto;
	margin-right: 1.0em;
	float: right;
	text-align: right;
}
.sitemap {
	with: auto;
	padding-top: 109px;
}
}

/* --------------------------------------------------------------------------------------------- */

@media (min-width: 61em) {
	
/*      ––––––      Hauptmenue Desktop groß       ––––––      */
nav.h-menue ul li {
	padding: 0 2.4em;
}

/*      ––––––      Main Content Desktop groß       ––––––      */
.main-wrapper h1 {
	margin: 3.0em 0;
	font-size: 1.5em;
}
.main-wrapper h2 {
	margin: 3.0em 0 1.0em 0;
	font-size: 1.2em;
}
.main-wrapper h3 {
	margin: 2.0em 0 1.0em 0;
	font-size: 1.0em;
}
.main-wrapper p {
	margin: 0 0 1.5em 0;
}
ul.k-news li {
	margin: 15px 0 30px 0;
}
.pdf {
	font-size: smaller;
	margin-left: 1.2em;
}
.team {
	width: 450px;
	margin: -1.0em 10px 3.0em 10px;
}
div.main-wrapper div.video {
	display: block;
	width: 720px;
	height: 100%;
	overflow: hidden;
	overflow: scroll;
}
.kontaktdat {
	margin-bottom: 0;
	width: 360px;
}

/*      ––––––      Footer Desktop groß       ––––––      */
.sitemap {
	padding-top: 132px;
}
}