/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                      Container                              
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
body 
{
  color: #0F0F0F;
  background-color: white; /* Neutral */
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  width: 100%;
  margin: 0px;
  line-height: 1.5;
  text-align: center;
  font-size: small;
  letter-spacing: -0.010em;
}
header{
  width: 95%;
  text-align: left;
  display: block;
  padding-left: 5%;
}
main{
  width: 100%;
  text-align: center;
  font-size: small;
  background-image: url("../img/bg/butterfly_pixabay_marcelkessler.jpg");
}
.content_bright_80{
  width: 70%;
  font-size: small;
  margin-left: 10%;
  background-color: white;
  opacity: 80%;
  padding: 5%;
  border-radius: 5px;
  box-shadow: 5px 5px 30px 5px #0F0F0F;
  overflow: auto;
}
.content_bright_50{
  width: 50%;
  margin-left: 23%;
  background-color: white;
  opacity: 80%;
  padding: 2%;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 5px #85cadf;
  overflow: auto;
  font-size: small;
  margin-top: 5%;
}
.content_dark_90{
  width: 90%;
  font-size: small;
  background-color: #0F0F0F;
  color: white;
  padding: 1%;
  margin-left: 4%;
  border-radius: 5px;
  box-shadow: 5px 5px 30px 5px #0F0F0F;
  opacity: 0.7;
}
.content_dark_80{
  width: 80%;
  font-size: small;
  background-color: #0F0F0F;
  color: white;
  padding: 1%;
  margin-left: 9%;
  border-radius: 5px;
  box-shadow: 5px 5px 30px 5px #0F0F0F;
}
.content_dark_40{
  width: 40%;
  font-size: small;
  margin-left: 25%;
  background-color: #0F0F0F;
  color: white;
  padding: 5%;
  border-radius: 5px;
  box-shadow: 5px 5px 30px 5px #0F0F0F;
}
.box_dark{
  width: 100%;
  display: flex;
  background-color: #0F0F0F;
  font-size: small;  
}
.box_dark_shadow{
  width: 100%;
  background-color: #0F0F0F;
  opacity: 80%;
  box-shadow: 5px 5px 30px 10px #0F0F0F;
  min-height: 1px;
}
.box_dark_inner_bright{
  width: 26%;
  background-color: white;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 4%;
  border-radius: 10px;
  padding: 1%;
  text-align: center;
  overflow: auto;
}
.box_transparent{
  width: 100%;
  display: flex;
  color: #0F0F0F;
  background-color: transparent;
  font-size: small;
}
.box_transparent_inner_dark{
  width: 26%;
  background-color: #0F0F0F;
  color: white;
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 4%;
  border-radius: 10px;
  padding: 1%;
  text-align: center;
  overflow: auto;
  opacity: 0.8;
}
.box_dark_bright{
  width: 100%;
  display: flex;
  font-size: large;
}
.box_dark_bright_left{
  width: 90%;
  background-color: #0F0F0F;
  box-shadow: 0px 0px 40px #85cadf;
  text-align: left;
  padding-left: 2%;
  margin-left: 10%;
  color: white;
  border-radius: 10px;
  padding-bottom: 1%;
  border: solid 2px;
  border-color: white;
  opacity: 0.8;
}
.box_dark_bright_left_header{
  width: 98;
  padding-right: 2%;
}
.box_dark_bright_left_text{
  width: 78%;
}
.box_dark_bright_right{
  background-color: #85cadf;
  box-shadow: 0px 0px 70px #85cadf;
  width: 60%;
  top: 50px;
  left: -10%;
  position: relative;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 10px;
  font-size: smaller;
  max-height: 360px;
}
.box_dark_bright_right_event{
  background-color: #85cadf;
  box-shadow: 0px 0px 70px #85cadf;
  width: 60%;
  top: 50px;
  left: -10%;
  position: relative;
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 10px;
  max-height: 360px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.box_transparent_dark{
  width: 100%;
  display: flex;
}
.box_transparent_dark_right{
  width: 50%;
  text-align: center;
  background-color: #0F0F0F;
  opacity: 80%;
  text-align: left;
  padding-left: 2%;
  left: 38%;
  position: relative;
  border-radius: 10px;
  color: white;
  display: block;
}
.box_transparent_dark_right_left
{
  width: 15%;
  height: 100%;
  float: left;
}
.box_transparent_dark_right_right
{
  width: 98%;
  padding-right: 2%;
}
.box_transparent_dark_left{
  background-color: white;
  box-shadow: 0px 0px 70px #0F0F0F;
  width: 35%;
  top: 100px;
  left: -43%;
  position: relative;
  text-align: left;
  padding-left: 2%;
  opacity: 85%;
  border-radius: 10px;
}
.box_transparent_dark_left:hover, .box_transparent_dark_right:hover, .box_dark_bright_left:hover, .box_dark_bright_right:hover,.box_dark_bright_right_event:hover, .box_dark_inner_bright:hover, .box_transparent_inner_dark:hover, .content_bright_80:hover,.content_bright_50:hover,.content_dark_80:hover,.content_dark_40:hover{
  box-shadow: 5px 5px 30px 5px #638866;
}
.box_placeholder_50{
  width:100%;
  min-height: 50px;
}
.box_placeholder_100{
  width:100%;
  min-height: 100px;
}
.box_placeholder_200{
  width:100%;
  min-height: 200px;
}
.box_placeholder_400{
  width:100%;
  min-height: 400px;
}
.content_popup{
  width: 80%;
  font-size: small;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 5%;
  text-align: center;
  background-color: white;
  opacity: 80%;
  border-radius: 5px;
  padding: 5%
}
.lang{
  right: 0;
  top: 0;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
  height: 5%;
  width: 7%;
  background-color: #0F0F0F;
  border-bottom-left-radius: 10px;
  word-spacing: 10px;
  padding-top: 10px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                      Bilder / Videos                             
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                      Überschriften + HR                             
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
.box_dark_bright_left hr, .box_transparent_dark_right hr{
  width: 80%;
  color: white;
  box-shadow: 0px 0px 90px white;
}
.box_dark_bright_right hr, .box_transparent_dark_left hr ,.box_dark_bright_right_event hr{
  width: 100%;
  color: #0F0F0F;
  border: 1px solid;
}
.box_dark_inner_bright hr, .box_dark_inner_bright hr{
  color: #0F0F0F;
}
.box_transparent_inner_dark hr{
  color: white;
}
h1{
  font-size: 30px;
}
h2{
  font-size: 24px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 14px;
}
.content_popup h1{
    text-align: center;
    padding-bottom: 2%;
 }
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                                      Links                           
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
a{
  color: #0F0F0F;
  background: 
    linear-gradient(to right, rgb(255, 255, 255), rgb(238, 236, 235)),
    linear-gradient(to right, rgb(241, 223, 206), rgb(5, 99, 146), rgb(1, 12, 22));
  background-size: 100% 0.1em, 0 0.1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1500ms;
  text-decoration: none;
}
a:hover {
  color:#0F0F0F;
  background-size: 0 0.1em, 100% 0.1em;
}
a.standard{
  color:#0F0F0F;
  text-decoration:none;
  background: 0vmax;  
}
.content_popup a{
  font-size: small;
}
.panel a,.panel_justify a{
  font-size: small;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                              Navigation                         
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                            Mobile Navigation                     
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
 .sidebar {
  width: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0F0F0F;
  padding-top: 5%;
  color: white;
  text-align: center;
  display: block;
}
.sidebar a {
  font-size: 14px;
  color: white;
  display: block;
  padding: 20px 20px 20px 20px;
}
.sidebar a:hover {
  color: #BBBFD7;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #0F0F0F;
  color: white;

  margin-left: 0;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  width: 20%;
  height: 120px;
}
.openbtn:hover {
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1500ms;
  text-decoration: none;
}
.closebtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #0F0F0F;
  color: white;
  padding: 15px 20px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  width: 20%;
  height: 10%;
}
.closebtn:hover {
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 1500ms;
  text-decoration: none;
}
.login_open{
  display: none;
  padding-top: 7%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                            Tabellen                    
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
table{
  width:100%;
  font-size: small;
}
th{
  background-color: #0F0F0F;
  color: white;
  opacity: 0.9;
}
th a{
  color: white;
  background: none;
}

th.box{
  box-shadow: 0px 1px 16px 0px #778b60;
}
input[type=checkbox],input[type=radio]{
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
}
tr{
  font-size: small;
}
tr.best{
  color: #5ebcc9;
  box-shadow: 0 0 10px#5ebcc9;
}
tr.kadernorm_check{
  color: #9be095;
  box-shadow: 0 0 10px#9af038;
}
tr.kadernorm_check th{
  color: #9be095;
  box-shadow: 0 0 10px#bcc4b4;
}
tr.kadernorm_fail th{
  color: #da8361;
  box-shadow: 0 0 10px#e0764d;
}
tr.kadernorm_fail{
  color: rgb(204, 149, 149);
  box-shadow: 0 0 10px#e28a68;
}
tr.effect:nth-child(even) {background-color: none;}
tr.effect:hover,tr.best:hover,tr.kadernorm_check:hover,tr.kadernorm_fail:hover{
  box-shadow: 10px 0px 15px#719ed8;
}
td.event{
  font-size: xx-small;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
  padding: 1%;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------
                                                            Formulare / Buttons                     
 --------------------------------------------------------------------------------------------------------------------------------------------------------*/
 input{
  box-shadow: 0 0 10px#0F0F0F;
  padding-left: 1%;
  width: 100%;
  border-radius: 5px;
  border-color: transparent;
  font-size: small;
}
input:hover, textarea:hover, select:hover{
  background: white;
  box-shadow: 0 0 10px#638866;
  border-color:#638866;
}
input[type=submit]{
  width: 100%;
  height: 30px;
  cursor: pointer;
  background-color: #85cadf;
  color: #2c2e80;
}
input[type=submit]:hover{
  background-color: #b6b1b1;
  color: #0F0F0F;
  transition: 1500ms;
  border-color: transparent;
  cursor: pointer;
}
select{
  /* ... */
  position: center;
  width: 100%;
  background-color: white;
  border-radius: 5px;
}
button,input[type=reset]{
  height: 40px;
  cursor: pointer;
}
input[type=submit].submit_ees{
  height: 40px;
  background-color: #638866;
}
input[type=submit].submit_ees:hover{
  background-color: #961017;
  transition: 2500ms;
}
input:hover{
  transition: background-color 2s;
  box-shadow: 2px 7px 50px white;
}

/*------------------------------------
                Display
------------------------------------*/
@media screen and (max-width: 1259px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_1259.jpg");
  }

  .lang{
    width:35%;
    height: 6%;
  }
td.event{
  padding: 4%;
}
  .box_dark{
  width: 100%;
  display: block;
  background-color: #0F0F0F;
  padding-top: 5%;
  padding-bottom: 5%;
  }
  .box_dark_inner_bright{
    width: 80%;
    margin-left: 8%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2%;
  }
  .box_transparent{
  width: 100%;
  display: block;
  }
  .box_transparent_inner_dark{
    width: 80%;
    margin-left: 8%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2%;
  }  
  .box_dark_bright, .box_transparent_dark, .box_transparent{
    font-size: smaller;
  }  
  .footer_left{
    width: 100%;
  }
  .footer_left_img{
    padding-left: 0;
  }
  .footer_left_txt{
    padding-left: 4%;
  }
  h1{
    font-size: 15px;
  }
  h2{
    font-size: 11px;
  }
  h3, h4{
    font-size: 10px;
  }
  button{
    font-size: 9px;
    height: 20px;
  }
.box_dark_bright_left{
  width: 90%;
  margin-left: 7%;
  padding-bottom: 1%;
}
.box_placeholder_100{
  width:100%;
  min-height: 50px;
}
td,th.box{
  font-size: smaller;
}
.content_bright_50{
  font-size: x-small;
}
}

@media screen and (max-width: 1200px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_1200.jpg");
  }
}
@media screen and (max-width: 1100px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_1100.jpg");
  }
}
@media screen and (max-width: 1000px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_1000.jpg");
  }
}
@media screen and (max-width: 900px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_900.jpg");
  }
}
@media screen and (max-width: 800px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_800.jpg");
  }
    .box_dark_bright_right{
  width: 60%;
  top: 30px;
  left: -7%;
  position: relative;

}
  .box_dark_bright_right_event{
  width: 60%;
  top: 30px;
  left: -7%;
  position: relative;
  max-height: 230px;
}
}
@media screen and (max-width: 700px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_700.jpg");
  }
}
@media screen and (max-width: 600px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_600.jpg");
  }
  th,select,td{
  font-size: xx-small;
}
}
@media screen and (max-width: 500px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_500.jpg");
  }
    td.event{
    font-size: 8px;
  }
}
@media screen and (max-width: 450px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_450.jpg");
  }
}
@media screen and (max-width: 400px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_400.jpg");
  }
}
@media screen and (max-width: 350px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_350.jpg");
  }
}
@media screen and (max-width: 300px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_300.jpg");
  }
}
@media screen and (max-width: 250px) 
{
  main{
    background-image: url("../img/bg/butterfly_pixabay_marcelkessler_250.jpg");
  }
}