* {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
   color:red;
}

ul {
  margin-left: 20px;

}

red {
  color: red;
  font-weight: bold;

}

blue {
  color: #36F;
  font-weight: bold;

}

.tbl_anmeldung {
  border-collapse: collapse;
  margin-left: 20px;
  margin-top:10px;
}

.tbl_anmeldung td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.col1 {
  width: 200px;
}

.col2 {
  width: 200px;
}

.col3 {
  width: 200px;
  text-align: center;
}

li {
  margin-bottom: 5px;
}

#wrapper {
   width:700px;
   margin:0px auto 10px;

}

#wrapper_confirm {
   width:800px;
   margin:10px auto;

}

#wrapper_login {
   padding: 20px;
   margin:5% auto;
   background: #fff;
   border: 1px solid #ddd;
   border-radius: 10px;
   box-shadow: 2px 2px #bbb;
   width: 600px;


}

#wrapper_backend {
  padding:10px 20px;
}

#footer{


    width:600px;
    margin:0px auto;
    height:50px;
    background-color: yellow;

}



/* Klassen */
.hidden {
   display:none;
}


/* Formularfelder Anmeldeseite: */
.input_anmeldung_text {
   width:250px;
   height:30px;
   padding:0px 10px;
   font-size:16px;
   border: 1px solid #ccc;
   border-radius: 4px;
   outline: none;
}

.input_anmeldung_text_long {
    width:350px;
    height:30px;
    padding:0px 10px;
    font-size:16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.input_anmeldung_sel {
   width:350px;
   height:30px;
   padding:0px 10px;
   font-size:16px;
   border: 1px solid #ccc;
   border-radius: 4px;
   outline: none;
}

.input_anmeldung_sel_short {
   width:250px;
   height:30px;
   padding:0px 10px;
   font-size:16px;
   border: 1px solid #ccc;
   border-radius: 4px;
   outline: none;
}

.btn_anmeldung {
   display:block;
   width:250px;
   height:30px;
   padding:4px 10px;
   background:grey;
   font-size:16px;
   border: 0px solid #ccc;
   border-radius: 4px;
   outline: none;
   text-align:center;
   text-decoration:none;
   color:white;
}

.btn_anmeldung:hover {
    cursor:pointer;
}


.btn_anmeldung_start {
   display:block;
   margin:0px auto;
   padding:10px 20px;
   background:#fff;
   font-size:18px;
   border: 1px solid #157efb;
   border-radius: 4px;
   outline: none;
   text-align:center;
   text-decoration:none;
   color:#157efb;
   box-shadow: 2px 2px 5px #888888;
}

.btn_anmeldung_start:hover {
    cursor:pointer;
   background:#157efb;
   color:#fff;

}

.input_anmeldung_cb {
   width:25px;
   height:25px;
   background: white;
   border: 1px solid #ccc;
   border-radius: 4px;
   outline: none;
}



.input_anmeldung_text:focus,.input_anmeldung_text_long:focus {
    background-color: #eee;
    border: 1px solid #aaa;
}

.txt_fehler{
   border:1px solid #ccc;
   border-radius:5px;
   padding:5px 20px;
   margin:10px 0px;
   background: #EA9673;

}

.headline_team {
   border:1px solid #ccc;
   border-radius:5px;
   padding:5px 20px;
   margin:10px 0px;
   background: #eee;
   display:inline-block;
   font-size:1.5em;
}

#div_kontaktperson {
   border:1px dotted #ccc;
   border-radius:10px;
   padding:10px;
}

.anmeldemaske {
   border:1px dotted #ccc;
   border-radius:10px;
   padding:10px;
   margin-top:10px;
}

#div_agb {
   display: inline-block;
   padding:10px 20px;
   width:500px;
   background:#e1e1e1;
   border-radius:10px;

}

#div_ds{
   display: inline-block;
   padding:10px 20px;
   width:500px;
   background:#e1e1e1;
   border-radius:10px;
   font-size: 12px;
}

.info_fruehstueck {
   margin-top:10px;
   width:350px;
   padding:10px;
   border-radius:5px;
   border:1px solid #ccc;
   background:#eee;
   display:inline-block;
}

.btn_ready {
   background: #157efb;
}

#infotext {
   /* background: url("bg2.png") no-repeat fixed center;  */
   box-shadow: 2px 2px 5px #ccc;
}

.txt_achtung {
   background: #eee url("achtung.png") no-repeat 1% 50%;
   padding:10px 10px 10px 65px;
   border-radius:5px;
   box-shadow: 2px 2px 5px #ccc;
   margin:10px 0px;

}

.txt_achtung_rot {
   background: #eee url("achtung.png") no-repeat 1% 50%;
   padding:10px 10px 10px 65px;
   border-radius:5px;
   box-shadow: 2px 2px 5px #ccc;
   margin:10px 0px;
   border:2px solid red;
}

.txt_info {
   background: #eee url("info.png") no-repeat 1% 50%;
   padding:10px 10px 10px 65px;
   border-radius:5px;
   box-shadow: 2px 2px 5px #ccc;
   margin:10px 0px;

}

.fehler_infobox {
   background: #EA9673;

   border:1px solid #ccc;
   border-radius:5px;
   padding:5px 20px;
   margin:10px 10px;
   background: #EA9673;

}

.t_overview {
  border-collapse:collapse;
  border-spacing:0px;
}

.t_overview td {
   padding: 2px 10px;
   background: #ddd;
   border-right:1px solid #ccc;
}

.t_overview tr:nth-child(even) td {
   background: #F5F5F5;
}

.t_overview tr td:last-child {
   border-right: 0px;;
}

.t_overview tr:last-child td {
   border-bottom: 1px solid #ccc;
}

.t_overview th{
   font-weight:bold;
   padding: 5px 10px;
   background: #ddd;
   border:0px solid #ccc;
   text-align:left;
   vertical-align:top;
}

.t_overview th:first-child{
   border-radius: 10px 0px 0px 0px
}

.t_overview th:last-child{
   border-radius: 0px 10px 0px 0px
}

#td_legende {
   background: #fff;
   border: 0px;
   text-align:right;
   vertical-align:top;
}

.txt_erfolgreich {
   background: url("erfolgreich.png") no-repeat 0% 50%;
   padding:25px 10px 10px 115px;
   margin:10px 0px;
   height: 90px;
   font-size: 40px;
   color: green;

}

.txt_ergaenzung {
   padding-left:115px;
   color: green;

}
.fake_td {
    width: 40px;
    text-align: center;
    display: inline-block;

}

.login_label {
    width: 100px;
    display: inline-block;
    font-size: 18px;
    margin-left: 40px;
}

.login_input_text {
    width: 300px;
    margin-bottom: 5px;
    font-size: 18px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px 20px;
    color: #157efb;
    outline: none;
}






.login_h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login_btn_submit {
    width: 300px;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #157efb;
    border-radius: 5px;
    outline: none;
    text-align:center;
    text-decoration:none;
    color:#157efb;
    background: #fff;
}

.login_btn_submit:hover {
    cursor:pointer;
    background: #157efb;
    color:#fff;

}

.login_fehler {
    color: orange;
    margin-left: 150px;
    display: block;
}

.set_pw_green {
    display: block;
    margin-top: 10px;
    color:  green;

}

#wrapper_navi {
    background: #eee;
    width: 100%;

    margin-bottom: 20px;

    box-shadow: 0px 2px 10px #444;
}

a.navi_mydamp  {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    color: #555;
    margin-right: -5px;
}

.voting_box {
    background: #157efb;
    padding: 10px 20px;
    display: inline-block;
    background: #ebebeb;
    color:#000000;
    border: #444 1px solid;
    border-radius: 10px;
    text-decoration: none;
    margin:10px;
    box-shadow: 2px 2px 5px #888888;
    transition: 0.4s ease;

}

.voting_box_free:hover {
   
   padding:15px 25px;
   margin: 5px;
   
}

.voting_box_full:hover {
   background: #f15454;
   
}

.stars {
   display: inline-block;
 }
 
 .star img {
   transition: filter 0.2s ease;
   filter: grayscale(100%);
 }
 
 .star.yellow img {
   filter: none;
 }

 .star.yellowfix img {
   filter: none;
 }






a.navi_mydamp:hover  {
    background: #a7a7a7;
    color:#fff;
}

#wip {

   width:250px;
   height:30px;
   padding:4px 10px;
   background:#ccc;
   font-size:16px;
   border: 0px solid #ccc;
   border-radius: 4px;
   outline: none;
   text-align:center;
   text-decoration:none;
   color:black;
}
