body,div,span,td,input,a,li
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Opxima, Arial, sans-serif;
	/*letter-spacing:1px;*/
	font-size:16pt;
	box-sizing: border-box;
	background:transparent;
	margin:0;
	padding:0;
	color:#000;
	line-height: 19pt;
}
body {
/* 	background-image: url(images/stern.png); */
	background-repeat: no-repeat;
	background-size:600px 600px;
	background-position: bottom;
	background-position-x: 70vw;

}
table {
	border:0;
}
table td {
	border:0;
	padding:2px;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color:inherit;
	font-size:inherit;
}
.blau {
	color:#004ba0;
}
h1,h2,h3 {
	margin:0;
	padding:0;
	font-weight: normal;
}
h1 {
	text-transform: uppercase;
	margin-bottom:30px;
	font-size: 36px;
	font-weight: bold;
}
h1.kreuz {
	padding-bottom:35px;
	background-image: url(images/kreuz.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100px 21px;
	
}
h2 {
	text-transform: uppercase;
	margin-bottom:35px;
	font-size: 26px;
	font-weight: bold;
}
h3 {
	margin-bottom:35px;
	font-size: 20px;
	font-weight: bold;
}
h4 {
	text-transform: uppercase;
	margin-bottom:35px;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	margin-bottom:35px;
	font-size: 16px;
	font-weight: bold;
}
ul {
	margin:0;
	padding:0;
	list-style: none;
}
.link a {
	color:#004ba0;
}

.rot_bg {
	background-color: #ffaf00;
}
.gruen_bg {
	background-color: #b4ffb9;
}
.hamburger {
	display:none;
}
#header {
	height:135px;
}
#header .logo {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size: 380px 78px;
	width:380px;
	height:78px;
	position: absolute;
	left:20px;
	top:20px;
}
#header .logo a {
	display:block;
	width:100%;
	height:100%;
}
.center_content {
	margin: 0 auto;
	max-width:1162px;
	position: relative;
	padding:0 20px;
	z-index: 10;
}
.top_abstand {
	margin-top:40px;
}
#header ul.menu {
	position: absolute;
	right:20px;
	top:79px;
}
#header ul.menu li {
	display: inline-block;
	margin-left:45px;
	font-weight:bold;
	text-transform: uppercase;
}
#header ul.menu li:hover,
#header ul.menu li.aktiv {
	color:#004ba0;
}
ul.scrollmenu {
	display:flex;
	justify-content: space-between;
	margin: 90px 0;
}
ul.scrollmenu li {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:5px;
	border-bottom:1px solid transparent;
	cursor:pointer;
	color: #929291;
}
ul.scrollmenu li:hover {
	border-bottom:1px solid #004ba0;
	color:#004ba0;
}
.hg-bild {
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	height:45vw;
}
.hg-bild img {
	width:100%;
	height:auto;
}
.hg-bild-small {
	z-index: 1;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
	height:75px;
}
.hg-bild-small .top_abstand {
	margin-top:10px;
}
.hg-bild-small .top_abstand h1 {
	color:#fff;
}
	 
.textrechts .textbox {
	position: absolute;
	left:52%;
	top:2vw;
}

.center div,
.center h2,
.center h3,
.center h4,
.center h5 {
	text-align:left;
}
.center h1
 {
	text-align:center;
	line-height: 110%;
}
.abschnitt {
	padding: 20px 0;
}
.abschnitt h2 {
	padding-top:30px;
	margin:0 auto 35px;
	margin-bottom:35px;
	text-align: center;
}
.abschnitt.invertiert h2,
.abschnitt.invertiert div,
.abschnitt.invertiert a {
	color:#fff;
}
.abschnitt.news {
	padding-bottom:90px;
}
.abschnitt.titel {
	padding-bottom:0px;
}
.abschnitt.invertiert div.button {
	display: inline-block;
	background-color: #fff;
	padding: 28px 90px;
	color:#004ba0;
	font-size:20px;
	text-transform: uppercase;
	margin-top:50px;
	cursor: pointer;
}
.bg_stern {
}
.abschnitt.invertiert div.button:hover {
	color:#fff;
	background-color:#004ba0;
}
.abschnitt.hg-bild h1.weiss {
	color:#fff;
	text-align: center;
	padding-top:18vw;
}
.abschnitt.hg-bild.training h1.weiss {
	padding-top:0px;
}
.abschnitt.lesson .center_content>.text {
	margin-bottom:50px;
}
.text ul {
	list-style-type: square;
	padding-left:20px;
	margin:5px 0 5px;
}
.text ul li {
	
}
.abschnitt.lesson table {
	width:100%;
	margin-bottom:50px;
}
.abschnitt.lesson table tr td {
	background-color:#dff1fd;
	padding:5px 10px;
}
.abschnitt.lesson table tr td.name {
	width:350px;
}
.abschnitt .fliesstext {
	padding:0 80px 30px;
}
.abschnitt .fliesstext img.ausstehend {
	width:40%;
	height:auto;
	margin: 0 20px 20px -80px;
}
.abschnitt .center_content .bild {
	width:100%;
	margin-bottom:50px;
}
.abschnitt .center_content .bild img {
	width:100%;
	height:auto;
}
.abschnitt .bild_liste li {
	display:flex;
}
.abschnitt .center_content .bild_liste .bild {
	width:40%;
	min-width:40%;
	margin-right:20px;
}
.abschnitt.grau {
	background-color: #ececec;
}
/* Boxstile */
ul.boxes {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;	
}
ul.boxes li {
	width:32%;
	min-height:80px;
	padding:15px 30px;
	margin-bottom:15px;
	background-color:#fff;
	border:1px solid #d1d1d1;
	-webkit-box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
	-moz-box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
	box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
	cursor:pointer;
}
ul.boxes .spalten {
	display:flex;
}

ul.boxes li:hover {
	background-color:#004ba0;
	color:#fff;
}
ul.boxes.over li:hover {
	background-color:#004ba0;
	color:#fff;
}
ul.boxes li .newslayer:hover {
	background-color:#fff;
	color:#000;
}
ul.boxes li:hover div,
ul.boxes li:hover h3 {
	color:#fff;
}
ul.boxes li:hover div.antworten,
ul.boxes li:hover div.antwort {
	color:#000;
}
ul.boxes li .thumbnail,
.newslayer .thumbnail {
	width:50px;
}
ul.boxes li .thumbnail img,
.newslayer .thumbnail img {
	width:50px;
	height:50px;
	object-fit:cover;
	border-radius:50%;
}
ul.boxes li div.rechte_spalte {
	margin-left:10px;
}
ul.boxes li .rechte_spalte .author {
	font-size:12px;
}
ul.boxes.lessons li a h3 {
	text-align: center;
	width:100%;
	margin: auto;
}
ul.boxes.lessons li a {
	display: block;
	width: 100%;
}
ul.boxes.questions li {
	min-height:200px;
}
ul.boxes.questions li .antwort {
	text-align:left;
}
ul.boxes li .flipcard {
	position: relative;
	width:100%;
	height:100%;
}
ul.boxes.questions li .front,
ul.boxes.questions li .back {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:15px;
	font-size:18pt;
	line-height: 125%;

  backface-visibility: hidden;
  transition: transform .5s linear 0s;
}
ul.boxes.questions li .backx {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:15px;
	font-size:18pt;
	line-height: 125%;
	display:none;
	
}
ul.boxes.questions li .thumbnail {
	color:#004ba0;
	font-size:64px;
	margin-top:20px
}
ul.boxes.questions li:hover {
	background-color: #fff;
	color:#000;
}
ul.boxes.questions li div.rechte_spalte .text {
	text-align:left;
}
ul.boxes.questions li:hover div.rechte_spalte .text,
ul.boxes.questions li:hover div {
	color:#000;
}




ul.boxes.questions li .front {
  transform: perspective(600px) rotateY(0deg);
  position: relative;
}
ul.boxes.questions li .back {
  transform: perspective(600px) rotateY(180deg);
}





/* VIDEO */
.video {
	display:flex;
	background-color:#ececec;
	margin-bottom:50px;
}
.video .embed {
	width:60%;
	height:40vw;
	max-height:450px;
}
.video .embed iframe {
	width:100%;
	height:100%;
}
.video .description {
	width:calc(40%);
	padding: 15px 15px;
	text-align:left;
}
.video .description div,
.video .description h1,
.video .description h2,
.video .description h3,
.video .description h4 {
	text-align:left;
	margin-bottom:0px;
	margin-top:30px;
}
.video .description h1 {
	color: #004ba0;
	margin-top:0px;
}
.video .description div {
	margin-top:0px;
}
.video .description div.link {
	margin-top:30px;
}




#footer {
	height:170px;
	background-color: #000;
	color:#fff;
	position: relative;
}
#footer svg {
	position: absolute;
	top:-3vw;
}
#footer .links {
	position:absolute;
	left:20px;
	top:50px;
	color: #fff;
}
#footer .rechts {
	position: absolute;
	right:20px;
	top:50px;
}
#footer .rechts li {
	color:#fff;
}
#cookie {
	display: 
	none;
	position: fixed;
	bottom:0px;
	width:100%;
	background-color: #f00;	
}

.admin_user_top {
	background-color: #ff0;
	font-size:18px;
	padding:10px;
	position: relative;
}
.admin_user_top .rechts {
	display: inline-block;
	position: absolute;
	right:10px;
	font-size:18px;
	color:#00f;
}
ul.tabs {
/* 	display:flex; */
	text-align:center;	
}
ul.tabs>li {
	display:inline-block;
	width:250px;
	padding:10px;
	color:#fff;
	background-color:#b2b2b1;
	border:1px solid #fff;
	cursor:pointer;
	font-size: 18pt;
	text-transform: uppercase;
}
ul.tabs>li.aktiv,
ul.tabs>li:hover {
	background-color:#004ba0;
}
.tab_content ul {
	display:none;
}
.tab_content ul.aktiv {
	display:block;
}
.tab_content ul li {
	margin:30px 0;
}
.tab_content ul li a {
	display:block;
}
.tab_content ul li a:hover {
	color:#004ba0;
}
.states_section {
	display:flex;
	justify-content:space-between;
	margin-top:40px;
	text-align: left;
}
.states_section>ul {
	width:45vw;
	height:45vw;
	max-width:520px;
	max-height:520px;
	overflow:hidden;
}
.states_section>ul.map {
	background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.states_section>ul.states>li {
	display:none;
	text-align: left;
	padding: 15px 15px;
    text-align: left;
	
}
.states_section>ul.map li {
	background-image: url(images/stern_orange.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	height:30px;
	width:30px;
	cursor:pointer;
}
.states_section>ul.map li.aktiv {
	background-image: url(images/stern_blau.png);
}
.states_section .states {
	background-color: #fff;
	-webkit-box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
	-moz-box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
	box-shadow: 10px 10px 25px -5px rgba(209,209,209,1);
}
.states_section>ul.states li.aktiv {
	display:block;
	overflow-y: auto;
	max-height:100%;	
	
}
.states_section ul.states li div,
.states_section ul.states li h1,
.states_section ul.states li h2,
.states_section ul.states li h3 {
	text-align: left;
}
.states_section ul.states li div.text {
	margin-bottom:20px;
}
.states .mensch {
	display:flex;
}
.states .mensch>div.text {
	width:59%;
	max-width:59%;
	min-width:59%;
}
.states .mensch>div.bild {
	width:39%;
	max-width:39%;
	min-width:39%;
}
.footerarea {
	width:100vw;
	height:230px;
}
.filter_container {
	margin:0 auto;
	width:90vw;
	
}
.filter_container select {
	margin-right:20px;
	
}
ul.doc_liste {
	padding: 10px 0 100px 0;
	margin:0 auto;
	width:90vw;
	margin-left:80px;
}
ul.doc_liste li {
	display:flex;
	margin-bottom:20px;
	flex-wrap:wrap;
}
ul.doc_liste li .name {

	width:100%;
	min-width:100%;
	max-width:100%;
}
ul.doc_liste li .date_doc {
	width:125px;
	min-width:125px;
	max-width:125px;
}
ul.doc_liste li .date_publ {
	width:125px;
	min-width:125px;
	max-width:125px;
}
ul.doc_liste li .doc {
	width:100%;
	min-width:100%;
	max-width:100%;
}
ul.doc_liste li .link {
	width:350px;
	min-width:350px;
	max-width:350px;
}
.download_icon {
	width:30px;
	height:auto;
	vertical-align: bottom;
}
.layer {
	position:fixed;
	width:60vw;
	max-width:600px;
	top:50px;
	left:0;
	right:0;
	height: calc(100vh - 100px);
	background: white;
	padding:20px;
	display:none;
	z-index:1000000;
	margin:0 auto;
}
.layer .text {
	margin-bottom:10px;
}
.layer .author {
	margin-top:30px;
}
.layer .content {
	overflow-y: auto;
	height:100%;
}
.newslayer {
	display: none;
}
.layer .close {
	position: absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	background-image: url(images/close.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	cursor:pointer;
}
.layer .content .thumbnail {
	width:100px;
	margin-bottom:30px;
}
.layer .content .thumbnail img {
	border-radius:50%;
	object-fit: cover;
	width:100px;
	height:100px;
}
.noscroll {
	overflow: hidden;
}
.dimmer {
	position: fixed;
	background-color: #999;
	opacity: 0.7;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	z-index:100000;
	display: none;
}
.filter_container select {
	padding:10px 20px;
	border-radius: 0!important;
	border: 1px solid #d1d1d1;
	background-color:#004ba0;
	color:#fff;
	font-size:24px;
}
.text table tr:nth-child(odd) td {
	background-color:#e0e0e0;
}
.text table tr:first-child td {
	background-color:#004ba0;
	color:#fff;
}
