


.container {
  /*width: 1200px;*/
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treaded as min-height*/

  padding: 40px 5px 100px 5px;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 40px;
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;

  min-height: calc(10vh - 1.5em); /* this leaves space for the sticky footer */
}

.container3 {
  width: 100%;
  /*height: 100% !important; !* real browsers *!*/
  /*height:100% !important; !* IE6: treaded as min-height*!*/
  height: calc(84vh - 1.5em); /* this leaves space for the sticky footer */
}


.container3 object {
  width: 100%;
  position: fixed;
  top: 80px;
  left: 0px;
  height: calc(84vh - 1.5em); /* this leaves space for the sticky footer */
}

.content h2 {
  text-decoration: underline;
}

.content p {
  font-size: 13px;
}



.submenu {
  border: 1px solid black;
  width: 200px;
  padding: 6px;
  border-radius: 10px;

}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.submenu span {
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: -17px;
  left: 10px;
  height: 0px;
}

.submenu ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

.submenu li {
  list-style-type: none;
  margin-left: -25px;
  display: list-item;
  text-align: -webkit-match-parent;
}

.menu {
  position: relative;
  top: -40px;
}

.menuhaed {
  margin-top: 15px;
  text-decoration: underline;
}

input {
  padding: 5px;
  font-size: 15px;
  color: black !important;
}

select {
  padding: 5px;
  font-size: 15px;
}

.errorMsg {
  background-color: red;
  border-radius: 5px;
  color: white;
  padding: 10px;
  font-size: 9px;
  border-bottom: 1px solid grey;
  border-left: 1px solid grey;
}

.options {
  float: left;
  width: 160px;
  height: 100px;
}

#ichbims {
}

#votesubmit {
}

/* MSG label *************************************************************/
.msg_label {
  position: relative;
  border: 0;
  height: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  border-radius: 5px 5px 5px 5px;
  /* text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3); */
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.msg_label.success{
  color: #000000;
  background-color: #dff0d8;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.msg_label.info{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #31708f;
  border-style: solid;
  border-width: 1px;
}

.msg_label.error{
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
  border-style: solid;
  border-width: 1px;
}

.register {
  padding: 15px;
  //width: 700px;
}

.inputError {
  border: 1px solid #a94442;
  background-color: #f2dede;
}

.zweierfenster div {
}

.zweierfenster .status {
  width: 400px;
}

.menu-content {
  width: 100%;
  padding-right: 5px;
  border-right: 0px;
  color: white;
}

.menu-account {
  float: right;
}

.menu a {
  color: white;
}
.menu-account a {

}

#member {
 /* font-family: Arial;*/
}

.landate {
  color: white;

  position: relative;
  font-size: 18px;
  top: -160px;
  left: 460px;
  width: 500px;
}

.dateort {
  color: white;

  position: relative;
  font-size: 18px;
  top: -160px;
  left: 460px;
  width: 500px;
}

.ortname {
  color: white;

  position: relative;
  font-size: 18px;
  top: -150px;
  left: 460px;
  width: 500px;
}

#playerData {
}

.teilnehmerinfo {
}

@media (max-width: 775px) {
  .footer {
    font-size: 8px;
  }

  .footer a {
    font-size: 12px;
  }

  .footer i {
    font-size: 12px;
  }
}

@media (max-width: 775px) {
  .footer {
    font-size: 8px;
  }

  .footer a {
    font-size: 12px;
  }

  .footer i {
    font-size: 12px;
  }
}

.admin_user_data {
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid black;

}

.newsbeitrag {
  border-top: 0px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  background-color: grey;
  color: white;
  //text-shadow: 2px 2px black;
  padding: 10px;
}

.headerNews {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}

#anzahlpayed input {
  border: 0px;
  background-color: transparent;
  color: black !important;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  width: 35px;
}

.footer {

  color: white;
  position: fixed;
  background-color: grey;

  padding: 10px;
  bottom: 0px;
  width: 100%;

}

input[type="checkbox"] {
  width: 25px;
  height: 25px;
  float: left;
  margin-bottom: 5px;
}

label {
  margin-top: 0px;
  margin-bottom: 0px;
}

#takeAshot {
  position: fixed;
  right: 15px;
  bottom: 45px;
  cursor: pointer;
  font-size: 22px;
  opacity: 0.7;
  z-index: 10000000;
}

#takeAshotwait {
  position: fixed;
  right: 15px;
  bottom: 45px;
  cursor: pointer;
  font-size: 22px;
  opacity: 0.7;
  z-index: 10000000;
}

#takeAshot:hover {
  opacity: 1;
}

*.html2canvasreset{
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  max-height: auto !important;
}


a {
  cursor: pointer !important;
}

.padoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  padding-left: 45%;
  color: red;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 9000;
}

.padoverlaytext {
  position: fixed;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  z-index: 10000;
}