
/* Preloader */
h1 {
font-family: roboto, sans-serif; 
color: #000000;
font-style: light;
font-size: 80px;
line-height: 120%;
text-transform: uppercase;
 }


p{
font-family: roboto, sans-serif; 
color: #000000;
font-style: light;
font-size: 16px;
line-height: 120%;
}
h2 {
font-family: roboto, sans-serif; 
color: #000000;
font-style: bold;
font-size: 16px;
line-height: 120%;
 margin-top: 50px;
 font-weight: 700;
}
p, .aufgaben li {

    line-height: 1.5;
    margin: 0 auto;
    width: 501px;
}
h2 {

    line-height: 1;
    margin: 10px auto 5px;
    width: 610px;
    
}
a:link, a:hover, a:visited {
    text-decoration: none;
    color: #000 !important;
}
.aufgaben li {list-style: none;font-family: roboto, sans-serif; line-height: 1.5;
color: #000000;
font-style: light;
font-size: 16px;
}

#simple-menu {
    width: 30px;
    height: 30px;

}
#sidr li a, .sidr ul li a, .sidr ul li span{
    color: #fff!important;
}
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#F0F0F0; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
body
{
    background-color: #2d2d2d;
    font-family: droid serif, serif; 
}
a, a:hover, a:visited
{
    color: #3F5666;
    text-decoration: underline;
}
.clear
{
    width: 100%;
    clear: both;
}
.spacer
{
    width: 100%;
    height: 20px;
    clear: both;
}
.smallspacer
{
    width: 100%;
    height: 10px;
    clear: both;
}
.container
{
    width: 830px;
    margin: 20px auto;
    color: #999;
}
.container .title
{
    text-align: center;
    font-size: 30px;
}
.container .subtitle
{
    color: #fff;
    font-size: 20px;
    margin: 50px 0px 30px 0px;
}
.card-container
{
    width: 200px;
    height: 200px;
    float:left;
    margin: 0 10px 10px 0;
}
.group1 .card-container
{
    margin-left: 200px;
}
.dual
{
    width: 400px;
    height: 200px;
}


.card img
{
    width: 100%;
    height: 100%;
}

.front h3, .back h3
{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 30px 20px;
    text-align: center;
    font-weight: bold;
}
.orange 
{
    background-color: #EA6045 !important;
}
.yellow 
{
    background-color: #F8CA4D !important;
}
.gray 
{
    background-color: #91AA9D !important;
}
.green 
{
    background-color: #3F5666 !important;
}
.grey 
{
    background-color: #F0F0F0 !important;
}






* {
    margin: 0;
    padding: 0;
      border-radius: 0 !important;

}
body {
    background-color: #F0F0F0;
    overflow-x:hidden;


}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../img/logo.png') 50% 50% no-repeat rgb(249,249,249);*/

}
#status, #preloader {
  background-color: #F0F0F0;   
}
#wrapper-load{
position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
   width: 200px;
   height: 200px;
}
.login {
    display: none;
    position: fixed;
  top: 50%;
  left: 50%;
margin-top: -10px;
margin-left: -90px;
  width: 200px;
   height: 200px;
}
.wrapper {
    margin:10px;
    margin-top: 20px;
}
header .left {
    float: left;
    margin-top: 10px;

}
header .right {
    float: right;

}
.main {
        text-align: center;
}
#grid {
    display: block;


}
.grid {
  /*  list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1500px;*/
    list-style: none;
padding: 20px 0;
margin: 0 auto;
text-align: center;
width: 100%;
max-width: 1800px;

}
.grid .box {
    display: inline-block;
    /*margin: 10px 5px 0 5px;*/
    vertical-align: top;
    height: 200px;
    /*width: 300px;*/
    margin-left: -4px;

}

.grid li > a,
.grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
/*
.grid li > a,
.grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}

.grid li.expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}
*/
.expander {
     position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    z-index: 101;
}

.expander-inner {
    padding: 50px 30px;
    height: 100%;
}

.close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close::before,
.close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close:hover::before,
.close:hover::after {
    background: #333;
}

.fullimg,
.details {
   /* width: 50%;*/
    /*float: left;
    
    overflow: hidden;*/
    position: relative;
	height: 2500px;
}

.details {
    padding: 0 40px 0 20px;
}

.fullimg {
    text-align: center;
}

.fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.details h3 {
    font-family:arial bold
	font-weight: 300;
    font-size: 120px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}
.grid h3 {
	font-family:arial bold
	font-weight: 300;
    font-size: 80px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}
.details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}

.details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}

.details a:hover {
    border-color: #999;
    color: #999;
}

.loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

    .expander h3 { font-size: 32px; }
    .expander p { font-size: 13px; }
    .expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

    .fullimg { display: none; }
    .details { float: none; width: 100%; }
    
}

.line {
width: 24px;
height: 4px;
border-radius: 1px;
margin-bottom: 3px;
background-color: #000;
}

.my-button {



cursor: pointer;
}



header:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.modal-open {
    position: fixed;
}

.modal {
    overflow-y: auto;
}
#headerimage img {
    max-width: 100%;
}