html, html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background-image:url(img/back-blau.jpg);
	font : 12px Arial, Helvetica, sans-serif;
	color : #000000;
	margin-left: auto;
	margin-right: auto;
}

.gross {
    max-width: 100%;
}

p {
	margin-bottom: 10px;
}

.klein li {
	margin-left: 20px;
}

.normal li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.normal2 li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.normal2 A:HOVER {
	background-color:#F0FFFF;
    color : #1B005F;
    text-decoration: none;
}

.normalphp li {
	margin-left: 30px;
	margin-bottom: 10px;
}

.normalphp A:HOVER {
	background-color:#F0FFFF;
    color : #1B005F;
    text-decoration: none;
}

.col {
	width: 100%;
	padding: 7px 7px 7px;
}

.col2 {
	width: 100%;
    padding-top: 10px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.tabelle {
	display: table;
}

.ftable {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.reihe {
	display: table-row;
}

.zelle {
	display: table-cell;
	vertical-align: middle; 
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fzelle1 {
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}

.fzelle2 {
	display: table-cell;
	vertical-align: top; 
	padding-left: 10px;
	padding-top: 15px;
}

.zellemedia {
	display: table-cell;
	vertical-align: top; 
	padding-top: 5px;
}

.fzelle3 {
	display: table-cell;
	vertical-align: top;
    padding-top: 12px;
}

.fzelle4 {
	display: table-cell;
	vertical-align: top;
    width: 100%;
}

.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 222px;
}

.bild {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 250px;
	vertical-align: middle;
}

.menu ul li {
	display:inline-block;
}	

.menu ul {
	list-style-type: none;
	text-align: center;
}

.menu ul li a {
	text-decoration: none;
	padding: 8px;
}

.klickslinks ul li {
	display:inline-block;
	padding-right: 20px;
}	

.klickslinks ul li a {
	text-decoration: none;
}

.klickslinks A:HOVER {
	color : #1B005F;
	text-decoration: none;
	background-color:#F0FFFF;
}

.fmenu ul li {
	display:inline-block;
	padding-top: 20px;
}	

.fmenu ul {
	list-style-type: none;
	text-align: center;
}

.fmenu ul li a {
	text-decoration: none;
	padding: 20px;
}

.fmenu ul li a img {
	vertical-align: middle;
}

b {
	font-weight: bold;
	color : #1B005F;
}

.subtitel {
	font-weight: bold;
	font-size: 14px;
}

code {
 	font-family: Arial, Helvetica, sans-serif;
	color : #660000;
	font-weight : 600;
}

A {
	color : #4169E1;
	text-decoration: none;
}

A:HOVER {
	color : #9AD9EC;
	text-decoration: underline;
}

a.code {
	color : #660000;
	font-weight : 600;
	text-decoration: none;
}

a.code:hover {
	color : #660000;
	text-decoration: underline;
}

.titel {
	font-size: 40px;
	color : #1B005F;
}

#inhalt {
	-webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
	-moz-border-radius:20px;
	border-radius: 20px;
	padding:15px;
	background : #FFFFFF;
	scrollbar-3dlight-color: #9AD9EC;
	scrollbar-arrow-color: #1B005F;
	scrollbar-base-color: #9AD9EC;
	scrollbar-darkshadow-color: #9AB8D3;
	scrollbar-face-color: #9AD9EC;
	scrollbar-shadow-color: #9AB8D3;
	scrollbar-track-color: #BFE6F3;
}

.klicks {
	font-size: 16px;
	font-weight : 600;
	color : #1B005F;
	text-decoration: none;
}

.klicks2 {
	font-size: 12px;
	font-weight : 600;
	color : #1B005F;
	text-decoration: none;
}

.klickslinks ul { 
	list-style-type: none;
	text-align: center;
}

.da {
	font-size: 16px;
	font-weight : 600;
	color : #1B005F;
	background-color:#F0FFFF;
}

.da2 {
	font-size: 12px;
	font-weight : 600;
	color : #BFE6F3;
	background-color:#1B005F;
}

.untertitel {
	font-weight: bold;
	font-size: 16px;
	color : #1B005F;
	text-align:center;
}

.notes {
	color : #1B005F;
	text-align: center;
	padding: 8px;
}

.markieren {
	background-color : yellow;
}

.sbutton {
	color: #1B005F;
	font-size: 12px;
	font-weight: bold;
	background-color: #BFE6F3;
	border: 1px solid #576675;
    margin-top: 5px;
    padding: 5px;
}

.pongbutton {
	color: #1B005F;
	font-size: 18px;
	font-weight: bold;
	background-color: #BFE6F3;
	border: 1px solid #576675;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.pongsteuer {
	color: #1B005F;
	font-size: 28px;
	font-weight: bold;
	background-color: #BFE6F3;
	border: 1px solid #576675;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.sform {
	color: #000000;
	width: 160px;
	height: 17px;
	border: 1px solid #999999;
}

.sbutton-kl {
	width: 60px;
	color: #1B005F;
	font-size: 12px;
	font-weight: bold;
	background-color: #BFE6F3;
	border: 1px solid #576675;
}

.sform-kl {
	width: 80px;
	height: 17px;
	border: 1px solid #999999;
}

.textfeld {
	border : 1px solid #999999;
    margin-top: 5px;
    padding: 5px;
}

.kode {
	width: auto;
	border : solid #999999 1px;
	padding : 5px;
	font-family: "Courier New", Geneva, Courier, Clean, serif;
	background-color : #FFFFE0;
}

.hitword { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: bold}

a.page_link:active { color: #9AD9EC; text-decoration: none; font-weight: bold}
a.page_link:link {  color: #669999; text-decoration: none; font-weight: bold}
a.page_link:visited {  color: #669999; text-decoration: none; font-weight: bold}
a.page_link:hover {  color: #9AD9EC; text-decoration: none; font-weight: bold}

a.copy:active { font-size: 10px; color: #C0C0C0; text-decoration: underline;}
a.copy:link {  font-size: 10px; color: #C0C0C0; text-decoration: none;}
a.copy:visited {  font-size: 10px; color: #C0C0C0; text-decoration: none;}
a.copy:hover {  font-size: 10px; color: #C0C0C0; text-decoration: underline;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 100px;
  width: 100%; /* Full width */
  max-width: 100%;
  height: 100%; /* Full height */
  /* overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content Box */
.modal-content {
  position: relative;
  margin: auto;
  border-radius: 0 .5em .5em;
  border: thin solid #e7c157;
  padding : 20px;
  font-family: "Courier New", Geneva, Courier, Clean, serif;
  background-color : #FFFFE0;
  width: 80%;
  max-height: 90%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width: 600px;
  overflow: auto;
  word-wrap: break-word;
  hyphens: auto;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#menubox { position:fixed; top:10px; right:0px; z-index:1; visibility:hidden; }
nav.topmenu { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
}
label.hamburg { 
   display: block;
   background: #1B005F; width: 50px; height: 50px; 
   position: relative; 
   margin-left: auto; margin-right: 10px;
   border-radius: 30px; 
}
input#hamburg {display:none}
.line { 
   position: absolute; 
   left:12px;
   height: 3px; width: 26px; 
   background: #fff; border-radius: 4px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 14px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 34px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(10px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-10px) rotate(45deg);
}
#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 600px;
    background-color:#BFE6F3; 
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
#sdomm, #mapbsp, #laufuhr, #plansys {
    width: 100%;
    height: 100%;
}

/*Tablet-View*/
@media (min-width: 768px){
	body {
		max-width: 778px;
	}
	.col {
		float: left;
	}
	.col2 {
		float: left;
	}
	.col-halb-tab {
		width: 50%;
        padding-right: 10px;
	}
	.col-media {
		width: 15%;
		padding-right: 15px;
	}
	.col-media2 {
		width: 85%;
        margin-top: 15px;
	}
    .zellemedia {
	    padding-top: 0px;	
	}
    #sdomm {
        width: 350px;
        height: 300px;
    }
    #mapbsp {
        width: 367px;
        height: 230px;
    }
    #laufuhr {
        width: 367px;
        height: 205px;
    }
	#plansys {
		width: 367px;
		height: 280px;
	}
}

/*Desktop-View*/
@media (min-width: 1024px){
	body {
		max-width: 1200px;
	}
	.logo {
		float:left;
	}
	.menu {
		float:right;
		padding-top: 20px;
	}
	.col-halb {
		width: 50%;
		padding-right: 15px;
	}
	.col-halb2 {
		width: 50%;
		margin-top: 20px;
		padding-left: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 8px;
        /*border-left: 1px solid #1B005F;*/
	}
	.col-lg-one-fourth {
		width: 25%;
	}
}