html, body {
  overflow-x: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  color: #fff;
}


.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
}

.left, .right {
  width: 50%;
}

/* Container für Teambild-Verwaltung */
#admin_teambild {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 550px;
}

/* Teambild-Überschrift */
#admin_teambild_oben {
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#admin_teambild_oben div {
  width: 50%;
}

/* Teambild-Container */
#admin_teambild_unten {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

/* Teambild-Box */
#admin_teambild_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
  width: 200px;
  height: 200px;
  position: relative;
}

/* Teambild-Löschsymbol */
#admin_teambild_box a {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: red;
}

/* Teambild-Bild */
#admin_teambild_box img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.image-radio input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 0;
      height: 0;
    }

    .image-radio input:checked+img {
      border: 5px solid green;
    }

    .image-radio {
      width: 200px;
      display: inline-block;
      position: relative;
    }

    .image-radio img {
      width: 300px;
      height: auto;
    }

 /* unvisited link */
    a:link {
      color: white;
    }

    /* visited link */
    a:visited {
      color: white;
    }

    /* mouse over link */
    a:hover {
      color: white;
    }

    /* selected link */
    a:active {
      color: white;
    }
	
	::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

body {
  background: url(../img/bg1.png) no-repeat left top fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

#news ul {
      margin: 5px;
    }

    #news ul li {
      font-family: Arial;
      font-size: 14px;
      list-style-type: none;
      margin-left: -30px;
    }

    #news ul li small {
      color: grey;
      font-style: italic;
    }

    #news ul li a {
      color: #fff;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }

    #news ul li a:Hover {
      color: #fff;
      text-decoration: none;
      letter-spacing: 1px;
      font-style: italic;
    }

	.pone {
      background-color: rgb(193, 3, 3);
    }

    .ptwo {
      background-color: rgb(3, 101, 193);
    }

    .pthree {
      background-color: rgb(3, 193, 44);
    }

    .pfour {
      background-color: rgb(191, 184, 1);
    }
	
	.pone, .ptwo, .pthree, .pfour, .pfive {
      text-align: left;
      color: #fff;
      padding: 1px;
      animation: poll 4s;
      min-height: 6px;
    }

    .voter, .voted {
      font-family: Arial;
      margin-right: 4px;
    }
	
	.percent {
      float: right;
    }

    .voter .fa-check-square,
    .voter:hover .fa-square {
      display: none;
    }

    .voted .fa-square {
      display: none;
    }

    .voter:hover .fa-check-square {
      display: inline;
      cursor: pointer;
    }

    .voted .fa-check-square {
      opacity: 0.6;
    }

    .voter small, .voted small {
      color: darkgrey;
    }

    .vote~button .fa-check-square {
      display: none;
      border: none;
    }

    .vote :checked~button .fa-check-square {
      display: inline-block;
      border: none;
    }

    .vote :checked~button .fa-square {
      display: none;
      border: none;
    }

    .vote {
      position: absolute;
      top: -9999px;
      border: none;
    }

    .votebutton {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 15px;
      font-family: Arial;
    }

    .votebutton.outline {
      outline-color: transparent;
    }
	
	.vote {
      position: absolute;
      top: -9999px;
      border: none;
    }

    .votebutton {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 15px;
      font-family: Arial;
    }

    .votebutton.outline {
      outline-color: transparent;
    }

.bewerben {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
	  width: 120px;
    }

    .bewerben:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .bewerben:active {
      position: relative;
      top: 1px;
      color: #000;
    }
	
	.sendungadd {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
	  width: 120px;
    }

    .sendungadd:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .sendungadd:active {
      position: relative;
      top: 1px;
      color: #000;
    }
	
	
	
	.register {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
    }

    .register:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .register:active {
      position: relative;
      top: 1px;
      color: #000;
    }
	
	
	.newsadd {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
    }

    .newsadd:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .newsadd:active {
      position: relative;
      top: 1px;
      color: #000;
    }
  .editprofil {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: green;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
    }

    .editprofil:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: green;
    }

    .editprofil:active {
      position: relative;
      top: 1px;
      color: green;
    }

    .delprofil {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: red;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
    }

    .delprofil:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: red;
    }

    .delprofil:active {
      position: relative;
      top: 1px;
      color: red;
    }
	
	  .spendenadd {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 15px;
      padding: 5px 15px;
      text-decoration: none;
    }

    .spendenadd:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .spendenadd:active {
      position: relative;
      top: 1px;
      color: #000;
    }

	::placeholder {
  color: white;
  opacity: 1; /* Firefox */
	}
#input-wobu {
      width: 250px;
      height: 25px;
      padding: 1px;
      margin: 0px;
      border: 0px;
      color: white;
      border: 1px solid black;
      border-bottom: 1px solid grey;
      font-family: Arial;
      border-radius: 4px 4px 0 0;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }
	
#input-wobu-closed {
      width: 250px;
      height: 20px;
      padding: 1px;
      margin: 0px;
      border: 0px;
	  font-size: 15px;
      font-family: Arial;
      color: white;
      font-weight: bold;
      border: 1px solid black;
      border-top: 0px;
      border-radius: 0 0 4px 4px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      text-align: center;
    }
	
	#input-wobu-closed:Hover {
      width: 250px;
      height: 20px;
      padding: 1px;
      margin: 0px;
      border: 0px;
      font-family: Arial;
      border: 1px solid black;
      border-top: 0px;
      background: #ff0000;
      color: rgb(23, 91, 25);
    }


#input-wobu-submit {
      width: 250px;
      height: 20px;
      padding: 1px;
      margin: 0px;
      border: 0px;
	  font-size: 15px;
      font-family: Arial;
      color: white;
      font-weight: bold;
      border: 1px solid black;
      border-top: 0px;
      border-radius: 0 0 4px 4px;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      text-align: center;
    }
	
	#input-login {
      width: 120px;
      height: 30px;
      padding: 1px;
      margin: 2px;
      border: 0px;
      color: #000;
      border-radius: 3px;
      #border: 1px solid #fff;
      display: inline-block;
      #background-color: rgba(255, 255, 255, 0.2);
      box-shadow: 1px 1px rgba(255, 255, 255, 0.8);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.3) 50%);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }

    #input-login-submit {
      width: 30px;
      height: 30px;
      padding: 1px;
      margin: 5px;
      border: 0px;
      border-radius: 3px;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      text-align: center;
    }

    #input-login-submit:Hover {
      width: 30px;
      height: 30px;
      padding: 1px;
      margin: 5px;
      border: 0px;
      border-radius: 3px;
      background: rgb(82, 196, 95);
      color: rgb(23, 91, 25);
      cursor: pointer;
    }
	
	
	 #input-wobu:focus {
      background-color: rgba(255, 255, 255, 0.5);
      border: 0px;
      color: black;
    }
	
	#input-wobu-submit:Hover {
      width: 250px;
      height: 20px;
      padding: 1px;
      margin: 0px;
      border: 0px;
      font-family: Arial;
      border: 1px solid black;
      border-top: 0px;
      background: rgb(82, 196, 95);
      color: rgb(23, 91, 25);
      cursor: pointer;
    }
	
	#textarea-wobu {
      width: 250px;
      height: 60px;
      padding: 1px;
      margin: 0px;
      border: 0px;
      resize: none;
      border: 1px solid black;
      border-top: 0px;
      border-bottom: 0px;
      color: white;
      overflow: hidden;
      font-family: Arial;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }
	
	#textarea-wobu-closed {
      width: 250px;
      height: 90px;
      padding: 1px;
      margin: 0px;
      border: 0px;
      resize: none;
      border: 1px solid black;
      border-top: 0px;
      border-bottom: 0px;
      color: grey;
      overflow: hidden;
      font-family: Arial;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }
	
	#textarea-wobu:focus {
      background-color: #fff;
      color: black;
      background-color: rgba(255, 255, 255, 0.5);
    }
	
	
	 #input-logout {
      width: 120px;
      height: 30px;
      padding: 1px;
      margin: 2px;
      border: 0px;
      color: #000;
      border-radius: 3px;
      #border: 1px solid #fff;
      display: inline-block;
      #background-color: rgba(255, 255, 255, 0.2);
      box-shadow: 1px 1px rgba(255, 255, 255, 0.8);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.3) 50%);
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
    }

    #input-logout-submit {
      width: 30px;
      height: 30px;
      padding: 1px;
      margin: 5px;
      border: 0px;
      border-radius: 3px;
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out;
      text-align: center;
    }

    #input-logout-submit:Hover {
      width: 30px;
      height: 30px;
      padding: 1px;
      margin: 5px;
      border: 0px;
      border-radius: 3px;
      background: rgb(82, 196, 95);
      color: rgb(23, 91, 25);
      cursor: pointer;
    }
	
	.addteam {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
      background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
      background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0);
      background-color: #ffec64;
      -moz-border-radius: 28px;
      -webkit-border-radius: 28px;
      border-radius: 28px;
      border: 1px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 16px;
      font-weight: bold;
      padding: 5px 17px;
      padding: 5px 17px;
      text-decoration: none;
    }

    .addteam:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
      background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0);
      background-color: #ffab23;
      text-decoration: none;
      color: #000;
    }

    .addteam:active {
      position: relative;
      top: 1px;
      color: #000;
    }


.block {
      width: 90%;
      padding-left: 100px;
      text-align: justify;
    }

.flex-box {
  display: flex;
}

.box-layout {
      background: rgba(0, 0, 0, 0.5);
	  color: white;
    }
	
	.box-border {
		border: 2px solid #000000;
		border-radius: 10px;
	}

.border-red {
  border: 5px solid red;
}

.border-green {
  border: 5px solid green;
}

.border-blue {
  border: 5px solid blue;
}

.border-yellow {
  border: 5px solid yellow;
}

.border-white {
  border: 5px solid white;
}

.border-purple {
  border: 5px solid purple;
}

.border-black {
  border: 5px solid black;
}

.border-pink {
  border: 5px solid pink;
}

.border-brown {
  border: 5px solid brown;
}

.border-lila {
  border: 5px solid lila;
}

.border-orange {
  border: 5px solid orange;
}
.border-transparent {
  border: 5px solid transparent;
}

.button-bg {
      background: transparent;
      border: none;
    }

.w-max {
  width: 2560px;
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

.spacer{
	height: 5%;
}

.spacer-top{
	height: 20px;
}

.center-x
{
	text-align: center;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
	
}


#menu {
	color: #FFF;
	height: auto;
	padding-left: 18px;
	border-radius: 0px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	width: 100%;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu a {
	display: block;
	line-height: 45px;
	padding: 0 14px;
	text-decoration: none;
	font-family: 'Verdana';
    text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
      -webkit-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
      -moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
	color: rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 90px;
	font-weight: bold;
}
#menu a.dropdown-arrow:after {
	content: "\2B9F";
	margin-left: 5px;
}
#menu li a:hover {
      background: rgba(0, 0, 0, 0.5);
	  color: white;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer;
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px;
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 630px;
	position: absolute;
	z-index: 99;
	display: none;
}
#menu ul.sub-menus li {
	display: block;
	width: auto:
}
#menu ul.sub-menus a {
	font-family: 'Verdana';
    text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
      -webkit-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
      -moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 0px 2px 0 rgb(0, 0, 0), 0px -2px 0 rgb(0, 0, 0), 2px 0px 0 rgb(0, 0, 0), -2px 0px 0 rgb(0, 0, 0), 2px 2px 0 rgb(0, 0, 0), 2px -2px 0 rgb(0, 0, 0), -2px 2px 0 rgb(0, 0, 0), -2px -2px 0 rgb(0, 0, 0);
	color: rgb(255, 255, 255);
    font-size: 15px;
    border-radius: 90px;
	font-weight: bold;
	 line-height: 1.5;
	 white-space: nowrap;
}
#menu li:hover ul.sub-menus {
	display: flex;
}
#menu ul.sub-menus a:hover{
	color: #0099CC;
}

button.menuitem {
      -moz-box-shadow: inset 3px 2px 16px -2px #fff6af;
      -webkit-box-shadow: inset 3px 2px 16px -2px #fff6af;
      box-shadow: inset 3px 2px 16px -2px #fff6af;
      background-color: #ffaa22;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      border: 2px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 19px;
      font-weight: bold;
      padding: 7px 20px;
      margin: 5px;
      text-decoration: none;
      text-shadow: 0px 0px 0px #ffee66;
    }

    .menuitem:hover {
      background-color: #FFEE00;
    }

    .menuitem.active {
      background: #00E500;
    }

    .menuitem.outline {
      outline: none;
      outline-color: transparent;
    }
	
	.sendeplan-tag {
      display: none;
    }
	
	#avatar{
		width:auto;	
	}
  
/* Mobil */
@media only screen and (max-width: 1200px) {

	#ttp_oben {
        display: flex;
        flex-direction: column;
		height: 50px;
		width: 100%;
		
      }
	 	#ttp_unten {
        display: flex;
        flex-direction: column;
		height: 50px;
		width: 100%;
		
      }
	  
	  	  #ttp_box {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	  
	  	  #ttp_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	  
	  
	  



.ttp {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ttp .ttpt {
  visibility: hidden;
  width: 550px;
  height: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp:hover .ttpt {
  visibility: hidden;
}



.ttp1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ttp1 .ttpt1 {
  visibility: hidden;
  width: 1330px;
  height: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp2:hover .ttpt1 {
  visibility: hidden;
}

.ttp2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.ttp2 .ttpt2 {
  visibility: hidden;
  width: 1330px;
  height: 170px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp2:hover .ttpt2 {
  visibility: hidden;
}


#myButton {
display: none;
        }	
#myButton2 {
display: none;
        }		
	
 html, body {
  font-size: 15;
  color: white;
}

select {
    background: -webkit-linear-gradient(white, #666);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    -webkit-appearance: none;
}

input[type=text] {
  background-color: white;
  color: black;
 }
button.menuitem {
      -moz-box-shadow: inset 3px 2px 16px -2px #fff6af;
      -webkit-box-shadow: inset 3px 2px 16px -2px #fff6af;
      box-shadow: inset 3px 2px 16px -2px #fff6af;
      background-color: #ffaa22;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      border: 2px solid #ffaa22;
      display: inline-block;
      cursor: pointer;
      color: #333333;
      font-family: Arial;
      font-size: 10px;
      font-weight: bold;
      padding: 7px 20px;
      margin: 5px;
      text-decoration: none;
}

.space-between {
  flex-direction: column;
  height: 5%;
  background: transparent;
}

 #content {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		color: white;
 }

	#kopf {
        display: flex;
        flex-direction: column;
		height: 450px;
		width: 100%;
    }

	#stream {
        display: flex;
        flex-direction: column;
		height: 705px;
		width: 100%;
      }
	  
	#navi {
        display: flex;
        flex-direction: column;
		height: 90px;
		width: 90%;
		justify-content: center;
      }
	  
	#inhalt {
        display: flex;
        flex-direction: column;
		height: 1000px;
		width: 100%;
      }
	  
	  #oben {
        display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
      }
	  
	  #mitte {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
      }
	  
	  #unten {
        display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
      }
	  
	#footer {
		display: flex;
		flex-direction: row;
		height: 100%;
		width: 90%;
	}
	
	.footer_left{
		text-align: left;
		font-size: 10px;
		width: 55%;
	}
	
	.footer_right{
		text-align: right;
		font-size: 8px;
		width: 45%;
	}
	  
	#logo{
	display: flex;
    flex-direction: column;
	height: 150px;
	width: 90%;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-size: 75% 100%;
	}
	
	#shoutbox{
	display: flex;
    flex-direction: column;
	height: 200px;
	width: 90%;
	}
	
	#login{
	display: flex;
    flex-direction: column;
	height: 100px;
	width: 90%;
	}
	
	#act{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#wubo{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 300px;
	}
	
	#wunschbox{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#next{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#adminnews {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#adminnewsinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
		overflow: auto;
	}
	
	#adminnews_box_oben {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	#adminnewsedit_box_oben {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	#adminnews_box_unten {
        display: flex;
        flex-direction: column;
		height: 40%;
		width: 100%;
		overflow: auto;
      }
	  
	  #adminnews_box_textarea {
        display: flex;
        flex-direction: row;
		height: 60%;
		width: 100%;
      }
	  
	  #adminnews_box {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	  
	  #adminnews_box_textfeld {
        display: flex;
        flex-direction: row;
		height: 90%;
		width: 100%;
		overflow: auto;
      }
	  
	  #adminnews_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_datenfelder {
        display: flex;
        flex-direction: row;
		height: 80%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_felderdaten {
        display: flex;
        flex-direction: row;
		height: 30%;
		width: 100%;
		text-align: left;		
      }

	#sendeplan_delete {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#sendeplan_deleteinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#sendeplan_delete_oben {
        display: flex;
        flex-direction: column;
		height: 380px;
		width: 100%;
      }
	  
	 #sendeplan_delete_unten {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  #sendeplan_delete_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
      }
	  
	  #sendeplan_delete_box2 {
        display: flex;
        flex-direction: column;
		height: 55%;
		width: 100%;
		overflow: auto;
      }
	  
	  #sendeplan_delete_box3 {
        display: flex;
        flex-direction: column;
		height: 25%;
		width: 100%;
      }
	  
	  #sendeplan_delete_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #sendeplan_delete_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  
	#admin_aktionen {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#admin_aktioneninhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#admin_aktionen_oben {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
      }
	  
	 #admin_aktionen_unten {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
		overflow: auto;
      }
	  #admin_aktionen_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
		overflow: auto;
      }
	  
	  
	  #admin_aktionen_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_felder1 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_daten1 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	
	
	
	
	#adminhome {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#adminhomeinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
		overflow: auto;
	}
	
	#adminhome_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 90%;		
      }
	  
	#adminhome_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
		text-align: left;		
      }
	  
	#adminhome_box_oben {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	#adminhome_box_unten {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	#teamnewsinhalt{
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #fff;
	margin: 4px;
	text-decoration: none;
	justify-content: space-between;
	}
	
	#adminbewerbung {
		display: flex;
        flex-direction: column;
		height: 950px;
		width: 90%;
	}
	
	#adminbewerbunginhalt {
		display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		overflow: auto;
	}
	
	 #adminbewerbung_box {
        display: flex;
        flex-direction: column;
		height: 950px;
		width: 100%;		
      }
	  
	  
	  #adminbewerbung_catbox {
        display: flex;
        flex-direction: column;
		height: 25%;
		width: 100%;
		overflow: auto;		
      }
	  
	#adminbewerbung_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminbewerbung_box_mitte {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminbewerbung_box_unten {
        display: flex;
        flex-direction: column;
		height: 220px;
		width: 100%;
		text-align: center;
      }
	  
	#adminbewerbung_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  
	  	#adminbewerbung_felder1 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	  	#adminbewerbung_felder2 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 15%;
		text-align: left;		
      }
	  
	  	#adminbewerbung_felder3 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 40%;
		text-align: left;		
      }
	  
	  #adminbewerbung_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  #adminbewerbung_daten1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  #adminbewerbung_daten2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 15%;
		text-align: left;		
      }
	  #adminbewerbung_daten3 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		text-align: left;		
      }
	  
	  
	  #bewerbungstext {
		display: flex;
        flex-direction: column;
		height: 700px;
		width: 90%;
	}
	
	#bewerbungstext_inhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
	} 
	
	
	 #bewerbungstext_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  
	  
	  #bewerbungstext_box2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	  #bewerbungstext_links {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 35%;
		text-align: center;
      }
	  
	#bewerbungstext_rechts {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 65%;
		text-align: center;
      }
	  
	 #bewerbungstext_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 35%;
		text-align: left;		
      }
	  
	   #bewerbungstext_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 65%;
		text-align: left;		
      }
	
	
	
	#adminteamverwaltung {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#adminteamverwaltunginhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 90%;
		overflow: auto;
	}
	
	 #adminteamverwaltung_box {
        display: flex;
        flex-direction: column;
		height: 95%;
		width: 75%;		
      }
	  
	  
	  #adminteamverwaltung_catbox {
        display: flex;
        flex-direction: column;
		height: auto;
		width: 100%;		
      }
	  
	#adminteamverwaltung_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminteamverwaltung_box_mitte {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
		text-align: center;
      }
	  
	#adminteamverwaltung_box_unten {
        display: flex;
        flex-direction: column;
		height: 220px;
		width: 100%;
		text-align: center;
      }
	  
	  
	#adminteamverwaltung_box_aussen {
        display: flex;
        flex-direction: column;
		height: 1500px;
		width: 100%;
      }
	  #adminteamverwaltung_box_aussen2 {
        display: flex;
        flex-direction: column;
		height: 1500px;
		width: 100%;
      }
	  
	#adminteamverwaltung_box_user {
        display: flex;
        flex-direction: column;
		height: 70%;
		width: 100%;
		text-align: center;
		overflow: auto;
      }
	  
	  #adminteamverwaltung_box_aufgabe {
        display: flex;
        flex-direction: column;
		height: 70%;
		width: 80%;
		text-align: center;
		overflow: auto;
      }

	#adminteamverwaltung_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	  
	  #adminteamverwaltung_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	  
	  
	#admin_sendeplan {
		display: flex;
        flex-direction: column;
		height: 950px;
		width: 90%;
	}
	
	#admin_sendeplaninhalt {
		display: flex;
        flex-direction: column;
		height: 940px;
		width: 100%;
	}
	
	#admin_sendeplan_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#admin_sendeplan_box_unten {
        display: flex;
        flex-direction: column;
		height: 900px;
		width: 100%;
		
      }
	
	#admin_sendeplan_box_unten_oben {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	
	#admin_sendeplan_box_unten_unten {
        display: flex;
        flex-direction: column;
		height: 900px;
		width: 100%;
      }
	
	#admin_sendeplan_mainbox {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  
	  
	#admin_sendeplan_boxen {
        display: flex;
        flex-direction: column;
		height: 50%;
		width: 100%;
		margin-left: 5px;
      }
	  
	#admin_sendeplan_boxen_innen {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		left: 50px; 
      }
	  
	  
	  #admin_sendeplan_boxen_fehler {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  
	  #admin_sendeplan_boxen_fehler2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	
	#admin_sendeplan_box {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	#admin_sendeplan_box_aussen {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  	
	#wunschboxadmin {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#wunschboxadmininhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 90%;
	}
	
	#wunschboxadmin_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #wunschboxadmin_mitte {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #wunschboxadmin_mitte_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		overflow: auto;
		border-bottom-style: dotted;
      }
	  
	  #wunschboxadmin_mitte_unten {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #wunschboxadmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	  #wunschboxadmin_box {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	  #wunschboxadmin_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	  #wunschboxadmin_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  #hoereradmin {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#hoereradmininhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#hoereradmin_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #hoereradmin_mitte {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #hoereradmin_mitte_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		overflow: auto;
		border-bottom-style: dotted;
      }
	  
	  #hoereradmin_mitte_unten {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #hoereradmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	  #hoereradmin_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
		border-bottom-style: dotted;
		border-bottom-color: coral;			
      }
	  
	  #hoereradmin_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
		text-align: left;		
      }
	  
	  #hoereradmin_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
		text-align: left;		
      }
	
	
	#archiv {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#archivinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
		overflow: auto;
	}
	  
	#archiv_oben {
        display: flex;
        flex-direction: row;
		height: 20px;
		width: 100%;
      }
	
	#archiv_mitte {
        display: flex;
        flex-direction: row;
		height: 20px;
		width: 100%;
    }
	
	#archiv_unten {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
      } 
	
	#news{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#newsbox{
	display: flex;
	flex-direction: column;
	height: 85%;
	width: 100%;
	position: relative;
    top: -10px;
    left: -7px;
	text-decoration: none;
	}
	
	#newsinhalt{
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #fff;
	margin: 4px;
	text-decoration: none;
	justify-content: space-between;
	}

	
	#sendung{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#umfrage{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#stats{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
	#statsbox{
	display: flex;
	flex-direction: column;
	height: 90%;
	width: 100%;
	position: relative;
	text-decoration: none;
	}
	
	#statsinhalt{
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #fff;
	margin: 4px;
	text-decoration: none;
	justify-content: space-between;
	font-size: 15px;
	}
	
	#partner{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 90%;
	}
	
		
#readnews {
    display: flex;
    flex-direction: column;
    height: 780px;
    width: 90%;
}

#readnewsinhalt {
    display: flex;
    flex-direction: column;
    height: 770px;
    width: 100%;
}

#readnews_oben {
    display: flex;
    flex-direction: row;
    height: 100px;
    width: 100%;
}

#readnews_unten {
    display: flex;
    flex-direction: row;
    height: 600px; /* Adjusted height to be larger */
    width: 100%;
}

#readnews_text {
    display: flex;
    flex-direction: row;
    height: 500px;
    width: 100%;
    text-align: right;
}

#readnewsinfo_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 33%;
    justify-content: flex-end;
    text-align: right;
}

#readnews_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 65%;
    font-family: Comic Sans MS, Verdana, Helvetica;
    text-shadow: 0px 0 #F67723, 0 1px #F67723, 1px 0 #F67723, 0 0px #F67723;
    color: black;
    font-size: 15px;
    text-align: left;
}

#readnewsbody_box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
    overflow: auto;
}



	  
	  
	  
	 #readevent {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	
	#readeventinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	
	 #readevent_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	#readevent_unten {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
    }
	
	#readevent_text {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
		text-align: right;
    }
	
	#readeventno_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 2%;
		justify-content: right;
		text-align: right;
      }
	
	#readeventinfo_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
		justify-content: right;
		text-align: right;
      }
	

	#readevent_box {
    display: flex;
        flex-direction: column;
		height: 100%;
		width: 48%;
		font-family: Comic Sans MS, Verdana, Helvetica;
      text-shadow: 0px 0 #F67723, 0 1px #F67723, 1px 0 #F67723, 0 0px #F67723;
      color: black;
      font-size: 36px;
      text-align: left;
      }
	  
	#readeventbody_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: left;
		text-align: left;
      }
	
	#profil {
		display: flex;
        flex-direction: column;
		height: 1550px;
		width: 90%;
	}
	
	#profilinhalt {
		display: flex;
        flex-direction: column;
		height: 1540px;
		width: 100%;
	}
	
	
	 #profil_oben {
        display: flex;
        flex-direction: column;
		height: 70px;
		width: 100%;
      }
	  
	 #profil_titel {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 90%;
      }
	  
	  #profil_mitte {
        display: flex;
        flex-direction: column;
		height: 900px;
		width: 100%;
      }
	  
	  #profil_edit_mitte {
        display: flex;
        flex-direction: column;
		height: 1100px;
		width: 100%;
      }
	  
	  #profil_edit_unten {
        display: flex;
        flex-direction: column;
		height: 320px;
		width: 100%;
      }
	  
	  #profil_unten {
        display: flex;
        flex-direction: column;
		height: 450px;
		width: 100%;
      }
	  
	  #profil_box {
        display: flex;
        flex-direction: row;
		height: 70%;
		width: 90%;		
      }
	  
	  #profil_box_avatar {
        display: flex;
        flex-direction: column;
		height: 80%;
		width: 90%;		
      }
	  
	  #profil_avatar{
		object-fit: contain;
		max-height:251px; 
		max-width:300px; 
		height: 80%;
		width: 80%;		 
	  }
	  
	  #profil_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 35%;
		text-align: left;		
      }
	  
	  #profil_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 65%;
		text-align: left;		
      }
	  
	  
	 #profil_text {
        display: flex;
        flex-direction: row;
		height: 30px;
		width: 100%;
    }
	
	
		#spenden {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#spendeninhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#spenden_head {
        display: flex;
        flex-direction: column;
		height: 400px;
		width: 100%;
      }
	
	#spenden_oben {
        display: flex;
        flex-direction: row;
		height: 400px;
		width: 100%;
      }
	  
	 #spenden_unten {
        display: flex;
        flex-direction: row;
		height: 400px;
		width: 100%;
		overflow: auto;
      }
	  #spenden_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	  
	  #spenden_box_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		text-align: left;
	
      }
	  
	  #spenden_box_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	
	
	#datenschutz {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#datenschutzinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#datenschutz_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
      }
	  
	 #datenschutz_unten {
        display: flex;
        flex-direction: row;
		height: 770px;
		width: 100%;
		overflow: auto;
      }
	  
	  #datenschutz_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 90%;
		text-align: justify;
    }	
	
	
	  #upload {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#uploadinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#uploadmledung {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#upload_oben {
        display: flex;
        flex-direction: column;
		height: 770;
		width: 100%;
		justify-content: justify;
      }
	  
	  #upload_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		overflow: auto;
      }
	  
	  
	  #upload_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	
	#regeln {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#regelninhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#regeln_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
      }
	  
	 #regeln_unten {
        display: flex;
        flex-direction: row;
		height: 770px;
		width: 100%;
		overflow: auto;
      }
	  
	  #regeln_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 90%;
		text-align: justify;
    }
	
#impressum {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#impressuminhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	 #impressum_oben {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		border-bottom: 10px dotted rgba(255, 255, 255, 0.7);
	}
	  
	  #impressum_mitte {
        display: flex;
        flex-direction: column;
		height: 350px;
		width: 100%;
		justify-content: left;
		overflow: auto;
		text-align: justify;
		border-bottom: 10px dotted rgba(255, 255, 255, 0.7);
      }
	  
	  #impressum_unten {
        display: flex;
        flex-direction: column;
		height: 350px;
		width: 100%;
		justify-content: left;
		overflow: auto;
		text-align: justify;
      }
	  
	  #impressum_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	  
	  #impressum_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 100%;
    }
	
	#team {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#teaminhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#team_oben {
        display: flex;
        flex-direction: column;
		height: 300px;
		width: 100%;
      }
	  
	  #team_unten {
        flex-direction: column;
        display: flex;
		height: 670px;
		width: 100%;
		overflow: auto;
      }
	  
	  #team_box {
        display: flex;
        flex-direction: row;
		height: 225px;
		width: 100%;
      }
	  
	  #team_avatar{
		object-fit: contain;
		height: 97%;
		width: 97%;		 
	  }
	  
	  #team_bild {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		justify-content: center;
      }
	  
	  
	  
	   #team_text {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
		text-align: left;
		text-decoration: none;
		list-style: none;
		justify-content: center;
      }
	  
	  #benutzeradmin {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#benutzeradmininhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#benutzeradmin_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #benutzeradmin_mitte {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #benutzeradmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	  
	  
	   #benutzeradmin_box_oben {
        display: flex;
        flex-direction: row;
		height: 6%;
		width: 100%;
      }
	  
	  #benutzeradmin_box_unten {
        display: flex;
        flex-direction: column ;
		width: 100%;	
		height: 50%;
      }
	  #benutzeradmin_box_unten_unten {
        display: flex;
        flex-direction: row ;
		width: 100%;
		height: 50%;
      }
	  
	  #benutzeradmin_box_felder {
        display: flex;
        flex-direction: column;
		height: 30%;
		width: 33%;
		text-align: left;		
      }
	  
	  #benutzeradmin_box_daten {
        display: flex;
        flex-direction: row;
		height: 30%;
		width: 33%;
		text-align: left;
		border-bottom-style: double;
      }
	
		#benutzer {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#benutzerinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	#benutzer_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #benutzer_mitte {
        display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
      }
	  
	  #benutzer_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	   #benutzer_box_oben {
        display: flex;
        flex-direction: row;
		height: 6%;
		width: 100%;
      }
	  
	  #benutzer_box_unten {
        display: flex;
        flex-direction: row ;
		width: 100%;		
      }
	  
	  #benutzer_box_felder {
        display: flex;
        flex-direction: column;
		height: 30%;
		width: 33%;
		text-align: left;		
      }
	  
	  #benutzer_box_daten {
        display: flex;
        flex-direction: row;
		height: 30%;
		width: 33%;
		text-align: left;		
      }
	    .ausblenden{
		position: absolute;
		top: -9999px;
		left: -9999px;
		}
	
	
	#bewerbung {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#bewerbunginhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	 #bewerbung_oben {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
      }
	  
	  #bewerbung_mitte {
        display: flex;
        flex-direction: column;
		height: 350px;
		width: 100%;
      }
	  
	  #bewerbung_unten {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 100%;
      }
	  
	 #bewerbungs_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	  
	  #register {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#registerinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
	}
	
	 #register_oben {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 100%;
      }
	  
	  #register_mitte {
        display: flex;
        flex-direction: column;
		height: 400px;
		width: 100%;
      }
	  
	  #register_unten {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
      }
	  
	 #register_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	  
	#sendeplan {
		display: flex;
        flex-direction: column;
		height: 1500px;
		width: 90%;
	}
	  
	
	#sendeplaninhalt {
		display: flex;
        flex-direction: column;
		height: 1490px;
		width: 100%;
		overflow: auto;
	}
	
	
	#sendeplan_mehreintrag {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	  	
	#sendeplan_testbox {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	
	
	#sendeplan_voll {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content:center;
      }
	  
	  
	  #sendeplan_voller {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content:center;
      }
	  
	#sendeplan_halb {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content:center;
      }
	
	
	 #sendeplan_ganzoben {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
      }
	  
	  #sendeplan_ganzunten {
        display: flex;
        flex-direction: column;
		height: 950px;
		width: 100%;
      }

	 #sendeplan_oben {
        display: flex;
        flex-direction: row;
		height: 30px;
		width: 100%;
      }
	  
	  #sendeplan_mitte {
        display: flex;
        flex-direction: row;
		height: 250px;
		width: 100%;
      }
	  
	  #sendeplan_unten {
        display: flex;
        flex-direction: row;
		height: 70px;
		width: 100%;
      }
	  
	  #sendeplan_zeit {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 45%;
      }
	  
	  #sendeplan_desc {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	  
	  #sendeplan_aktion {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	  
	  #sendeplan_titel {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
		justify-content: right;
      }
	  
	  #sendeplan_box1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 57%;
      }
	  
	  #sendeplan_box2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 30%;
      }
	  
	  
	  #sendeplan_wubo {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	  
	  #sendeplan_img {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
      }
	  
	  #sendeplan_bild{
		object-fit: contain;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		max-height:240px; 
		max-width:446px;
		height: 97%;
		width: 97%;		 
	  }
	  
	  #sendeplan_ava {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 30%;
      }
	  
	   #sendeplan_avatar{
		object-fit: contain;
		height: 97%;
		width: 97%;		 
	  }
	
	#tage {
		display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
	}
	
	#tage_1 {
		display: flex;
        flex-direction: row;
		height: 30%;
		width: 100%;
		justify-content:center;
		text-align:center;
		align-items: center;
	}
	
	#tage_2 {
		display: flex;
        flex-direction: row;
		height: 30%;
		width: 100%;
		justify-content:center;
		text-align:center;
		align-items: center;
	}
	#votelist {
		display: flex;
        flex-direction: column;
		height: 780px;
		width: 90%;
	}
	
	#votelistinhalt {
		display: flex;
        flex-direction: column;
		height: 770px;
		width: 100%;
		overflow: auto;
	}
	
	#votebutton {
		display: flex;
        flex-direction: column;
		height: 540px;
		width: 100%;
		justify-content: center;
	}
	
	.space-between {
  flex-direction: row;
  width: 5%;
  background: transparent;
}
}


/* PC */
@media only screen and (min-width: 1200px) {
	
	#ttp_oben {
        display: flex;
        flex-direction: column;
		height: 50px;
		width: 100%;
		
      }
	 	#ttp_unten_oben {
        display: flex;
        flex-direction: column;
		height: 420px;
		width: 100%;
		    overflow-y: auto; /* vertikaler Scrollbalken */
    overflow-x: hidden; /* horizontalen Scrollbalken verbergen */
		
      }
	  
	  	#ttp_unten_unten {
        display: flex;
        flex-direction: column;
		height: 50px;
		width: 100%;
		
      }
	  
	  	  #ttp_box {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	  
	  	  #ttp_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	  
	  
	  



.ttp {
  position: relative;
  display: inline-block;
}

.ttp .ttpt {
  visibility: hidden;
  width: 1000px;
  height: 500px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp:hover .ttpt {
  visibility: visible;
}



.ttp1 {
  position: relative;
  display: inline-block;
}

.ttp1 .ttpt1 {
  visibility: hidden;
  width: 1750px;
  height: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp1:hover .ttpt1 {
  visibility: visible;
}

#myButton {
            position: relative;
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
			width: 180px;
        }
		
.ttp2 {
  position: relative;
  display: inline-block;
}

.ttp2 .ttpt2 {
  visibility: hidden;
  width: 1500px;
  height: autopx;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed; /* Change from absolute to fixed */
  top: 50%;       /* Center vertically */
  left: 50%;      /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the tooltip precisely */
  z-index: 1;
}

.ttp2:hover .ttpt2 {
  visibility: visible;
}

#myButton {
            position: relative;
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
			width: 180px;
        }
		
#myButton2 {
            position: relative;
            padding: 10px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
			width: 220px;
        }
	
input[type=text] {
  background-color: white;
  color: black;
 }
 
 html, body {
  font-size: 18;
  color: white;
  }


.space-between {
  flex-direction: row;
  width: 5%;
  background: transparent;
}

 #kopf {
        display: flex;
        flex-direction: row;
		height: 230px;
		width: 100%;
		position: absolute;
		top: 30px;
      }
	  
	 #content {
        display: flex;
        flex-direction: column;
		height: 1440px;
		width: 90%;
		color: white;
		position: relative;
      }
	  
	#stream {
        display: flex;
        flex-direction: row;
		height: 220px;
		width: 100%;
		position: absolute;
		top: 285px;
      }
	  
	#navi {
        display: flex;
        flex-direction: row;
		height: 25px;
		width: 100%;
		justify-content: center;
		position: absolute;
		top: 520px;
      }
	  
	#inhalt {
        display: flex;
        flex-direction: column;
		height: 650px;
		width: 100%;
		position: absolute;
		top: 650px;
      }
	  
	#sendeplan {
		display: flex;
        flex-direction: column;
		height: 650px;
		width: 100%;
		position: absolute;
		top: 550px;
	}
	
	
	#readnews {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	
	#readnewsinhalt {
    display: flex;
    flex-direction: column;
    height: auto; /* Höhe auf auto setzen */
    width: 100%;
    position: absolute;
    top: 700px;
}

	
	
	 #readnews_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	#readnews_unten {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
    }
	
	#readnews_text {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
		text-align: right;
    }
	
	#readnewsinfo_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		justify-content: right;
		text-align: right;
      }
	

	#readnews_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		font-family: Comic Sans MS, Verdana, Helvetica;
      text-shadow: 0px 0 #F67723, 0 1px #F67723, 1px 0 #F67723, 0 0px #F67723;
      color: black;
      font-size: 30px;
      text-align: left;
      }
	  
	#readnewsbody_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    text-align: left;
    overflow: auto; /* Diese Zeile hinzufügen */
}
	  
	  
	  #readevent {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	
	#readeventinhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top:  700px;
	}
	
	
	 #readevent_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	#readevent_unten {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
    }
	
	#readevent_text {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
		text-align: right;
    }
	
	#readeventno_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 2%;
		justify-content: right;
		text-align: right;
      }
	
	#readeventinfo_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		justify-content: right;
		text-align: right;
      }
	

	#readevent_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 65%;
		font-family: Comic Sans MS, Verdana, Helvetica;
      text-shadow: 0px 0 #F67723, 0 1px #F67723, 1px 0 #F67723, 0 0px #F67723;
      color: black;
      font-size: 36px;
      text-align: left;
      }
	  
	#readeventbody_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content: left;
		text-align: left;
      }
	  
	  
	#adminnews {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#adminnewsinhalt {
		display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 600px;
	}
	
	#adminnews_box_oben {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  
	  
	#adminnews_box_unten {
        display: flex;
        flex-direction: column;
		height: 650px;
		width: 100%;
		overflow: auto;
      }
	  
	  #adminnews_box_textarea {
        display: flex;
        flex-direction: row;
		height: 60%;
		width: 100%;
      }
	  
	  #adminnews_box {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	  
	  #adminnews_box_textfeld {
        display: flex;
        flex-direction: row;
		height: 90%;
		width: 100%;
		overflow: auto;
      }
	  
	  #adminnews_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_datenfelder {
        display: flex;
        flex-direction: row;
		height: 80%;
		width: 100%;
		text-align: left;		
      }
	  
	  #adminnews_box_felderdaten {
        display: flex;
        flex-direction: row;
		height: 30%;
		width: 100%;
		text-align: left;		
      }
	  
	#adminhome {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#adminhomeinhalt {
		display: flex;
        flex-direction: column;
		height: 540px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	#adminhome_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;		
      }
	  
	#adminhome_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	#adminhome_box_oben {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	#adminhome_box_unten {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	 
	  
	#teamnewsinhalt{
	
		
		display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
		overflow: auto;
	}
	
	
	
	#admin_sendeplan {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
	}
	
	#admin_sendeplaninhalt {
		display: flex;
        flex-direction: column;
		height: 825px;
		width: 100%;
		position: absolute;
		top: 560px;
	}
	
	
	#admin_sendeplan_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		flex-wrap: wrap;
      }
	  
	#admin_sendeplan_box_unten {
        display: flex;
        flex-direction: column;
		height: 725px;
		width: 100%;
		text-align: center;
      }
	
	#admin_sendeplan_box_unten_oben {
        display: flex;
        flex-direction: row;
		height: 600px;
		width: 100%;
		text-align: center;
		overflow: auto;
      }
	
	#admin_sendeplan_box_unten_unten {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
		text-align: center;
      }
	
	#admin_sendeplan_mainbox {
        width: 100%;
		height: 600px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;	
      }
	  
	  #admin_sendeplan_bildbox {
        width: 300px;
		height: 300px;	
      }
	  	  
	  
	#admin_sendeplan_boxen {
        display: flex;
        flex-direction: row;
		height: 50%;
		width: 100%;		
      }
	  
	#admin_sendeplan_boxen_innen {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 25%;		
      }
	  
	  
	  #admin_sendeplan_boxen_fehler {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  
	  #admin_sendeplan_boxen_fehler2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	
	#admin_sendeplan_box {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 25%;		
      }
	  
	#admin_sendeplan_box_aussen {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	#admin_sendeplan_box_innen {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	  
	#logging {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
		#logginginhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 550px;
	} 
	
	
	 #logging_box {
        display: flex;
        flex-direction: column;
		height: 80%;
		width: 60%;		
      }
	  
	  
	#logging_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#logging_unten {
        display: flex;
        flex-direction: column;
		height: 750px;
		width: 100%;
		text-align: center;
		overflow: auto;
      }
	  
	  
	  #logging_datenbox {
        display: flex;
        flex-direction: row;
		height: 750px;
		width: 100%;
		text-align: center;
      }
	  
	  
	#logging_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 10%;
		text-align: left;
		font-weight: bold;
      border-bottom-style: dotted;		
      }
	  
	  
	   #logging_felder1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 15%;
		text-align: left;
font-weight: bold;
      border-bottom-style: dotted;		
      }
	  
	   #logging_felder2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 65%;
		text-align: left;	
font-weight: bold;
      border-bottom-style: dotted;		
      }
	  
	   #logging_felder3 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 15%;
		text-align: left;	
font-weight: bold;
      border-bottom-style: dotted;		
      }
	  
	  
	  #logging_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 10%;
		text-align: left;		
      }
	  
	   #logging_daten1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 15%;
		text-align: left;		
      }
	  
	   #logging_daten2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 65%;
		text-align: left;		
      }
	  
	   #logging_daten3 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 15%;
		text-align: left;		
      }  
   
   
   
	#bewerbungstext {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#bewerbungstext_inhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 550px;
	} 
	
	
	 #bewerbungstext_box {
        display: flex;
        flex-direction: column;
		height: 60%;
		width: 60%;		
      }
	  
	  
	  #bewerbungstext_box2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;		
      }
	  
	  #bewerbungstext_links {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 35%;
		text-align: center;
      }
	  
	#bewerbungstext_rechts {
        display: flex;
        flex-direction: column;
		height: 100px;
		width: 65%;
		text-align: center;
      }
	  
	 #bewerbungstext_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 35%;
		text-align: left;		
      }
	  
	   #bewerbungstext_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 65%;
		text-align: left;		
      }
   
	  
	  
	#adminbewerbung {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#adminbewerbunginhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 550px;
	} 
	
	
	 #adminbewerbung_box {
        display: flex;
        flex-direction: row;
		height: 700px;
		width: 100%;		
      }
	  
	 #adminbewerbung_box_aussen {
        display: flex;
        flex-direction: row;
		height: 700px;
		width: 100%;		
      }
	  
	  
	  #adminbewerbung_catbox {
        display: flex;
        flex-direction: column;
		height: 60%;
		width: 100%;
      }
	  
	  
	  	#adminbewerbung_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminbewerbung_box_mitte {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminbewerbung_box_unten {
        display: flex;
        flex-direction: column;
		height: 370px;
		width: 100%;
		text-align: center;
      }
	  
	  
	  #adminbewerbung_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  
	  
	   #adminbewerbung_felder1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 35%;
		text-align: left;		
      }
	  
	   #adminbewerbung_felder2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 20%;
		text-align: left;
      }
	  
	   #adminbewerbung_felder3 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		text-align: left;		
      }
	  
	  #adminbewerbung_datenbox {
        display: flex;
        flex-direction: row;
		height: 25px;
		width: 100%;
		text-align: center;
      }
	  
	  
	  #adminbewerbung_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  
	   #adminbewerbung_daten1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		text-align: left;	
      }
	  
	   #adminbewerbung_daten3 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
      }
	  
	
	#adminteamverwaltung {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#adminteamverwaltunginhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 550px;
	}
	
	 #adminteamverwaltung_box {
        display: flex;
        flex-direction: column;
		height: 95%;
		width: 75%;		
      }
	  
	  
	  #adminteamverwaltung_catbox {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;		
      }
	  
	#adminteamverwaltung_box_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
      }
	  
	#adminteamverwaltung_box_mitte {
        display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
		text-align: center;
      }
	  
	#adminteamverwaltung_box_unten {
        display: flex;
        flex-direction: column;
		height: 220px;
		width: 100%;
		text-align: center;
      }
	  
	  
	#adminteamverwaltung_box_aussen {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  #adminteamverwaltung_box_aussen2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	  
	#adminteamverwaltung_box_user {
        display: flex;
        flex-direction: column;
		height: 70%;
		width: 100%;
		text-align: center;
		overflow: auto;
      }
	  
	  #adminteamverwaltung_box_aufgabe {
        display: flex;
        flex-direction: column;
		height: 70%;
		width: 80%;
		text-align: center;
		overflow: auto;
      }

	#adminteamverwaltung_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	  
	  #adminteamverwaltung_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 33%;
		text-align: left;		
      }
	
	#wunschboxadmin {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#wunschboxadmininhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	#wunschboxadmin_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #wunschboxadmin_mitte {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  
	  #wunschboxadmin_mitte_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		overflow: auto;
		border-bottom-style: dotted;
      }
	  
	  #wunschboxadmin_mitte_unten {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  
	  #wunschboxadmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	  #wunschboxadmin_box {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;		
      }
	  
	  #wunschboxadmin_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	  #wunschboxadmin_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  
	  #hoereradmin {
		display: flex;
        flex-direction: column;
		height: 520px;
		width: 100%;
		position: absolute;
		top: 600px;
	}
	
	#hoereradmininhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		
	}
	
	#hoereradmin_oben {
        display: flex;
        flex-direction: row;
		height: 25px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #hoereradmin_mitte {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  
	  #hoereradmin_mitte_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		overflow: auto;
		border-bottom-style: dotted;
      }
	  
	  #hoereradmin_mitte_unten {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  
	  #hoereradmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	  #hoereradmin_box {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
		border-bottom-style: dotted;
		border-bottom-color: coral;		
      }
	  
	  #hoereradmin_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  #hoereradmin_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  
	#archiv {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#archivinhalt {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 600px;
	}
	  
	#archiv_oben {
        display: flex;
        flex-direction: row;
		height: 20px;
		width: 100%;
      }
	
	#archiv_mitte {
        display: flex;
        flex-direction: row;
		height: 20px;
		width: 100%;
    }
	
	#archiv_unten {
        display: flex;
        flex-direction: row;
		height: 500px;
		width: 100%;
      }  
	  
	#votelist {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
	}
	
	#votelistinhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 560px;
	}
	
	#votebuttontext {
		display: flex;
        flex-direction: column;
		height: 40px;
		width: 100%;
		justify-content: center;
		border-bottom: 1px dashed #fff;
		border-top: 1px dashed #fff;
		font-size: 35px;
	}
		
	#profil {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#profilinhalt {
		display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		position: absolute;
		top: 550px;
	}
	
	
	 #profil_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	 #profil_titel {
        display: flex;
        flex-direction: row;
		height: 45px;
		width: 40%;
      }
	  
	  #profil_mitte {
        display: flex;
        flex-direction: row;
		height: 300px;
		width: 100%;
      }


	#profil_edit_mitte {
        display: flex;
        flex-direction: row;
		height: 300px;
		width: 100%;
      }
	  
	  #profil_edit_unten {
        display: flex;
        flex-direction: row;
		height: 225px;
		width: 100%;
      }
	  
	  #profil_unten {
        display: flex;
        flex-direction: row;
		height: 225px;
		width: 100%;
      }
	  
	  #profil_box {
        display: flex;
        flex-direction: row;
		height: 110%;
		width: 40%;		
      }
	  
	  #profil_box_avatar {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
		justify-content: center;
      }
	  
	   #profil_avatar{
		object-fit: contain;
		max-height:251px; 
		max-width:300px; 
		height: 80%;
		width: 80%;		 
	  }
	  
	  #profil_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	  #profil_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  
	 #profil_text {
        display: flex;
        flex-direction: row;
		height: 30px;
		width: 100%;
    }
	
	
	#benutzer {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#benutzerinhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	#benutzer_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #benutzer_mitte {
        display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		overflow: auto;
      }
	  
	  #benutzer_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	   #benutzer_box_oben {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	  #benutzer_box_unten {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;		
      }
	  
	  #benutzer_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 45%;
		text-align: left;		
      }
	  
	  #benutzer_box_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 55%;
		text-align: left;		
      }
	  
	  #benutzeradmin {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#benutzeradmininhalt {
		display: flex;
        flex-direction: column;
		height: 700px;
		width: 100%;
		position: absolute;
		top: 600px;	}
	
	#benutzeradmin_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	 #benutzeradmin_mitte {
        display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
		overflow: auto;	
      }
	  
	  #benutzeradmin_unten {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
		text-align: center;
		justify-content: center;
      }
	  
	   #benutzeradmin_box_oben {
        display: flex;
        flex-direction: row;
		height: 10%;
		width: 100%;
      }
	  
	  #benutzeradmin_box_unten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;	
      }
	  
	   #benutzeradmin_box_unten_unten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	  
	  #benutzeradmin_box_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 25%;
		text-align: left;		
      }
	  
	  #benutzeradmin_box_daten {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 25%;
		overflow: auto;
		border-bottom-style: double;
      }
	
	#datenschutz {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#datenschutzinhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		position: absolute;
		top: 550px;
	}
	
	#datenschutz_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
      }
	  
	 #datenschutz_unten {
        display: flex;
        flex-direction: row;
		height: 750px;
		width: 100%;
		overflow: auto;
      }
	  
	  #datenschutz_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 90%;
		text-align: justify;
    }
	
	
	#sendeplan_delete {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#sendeplan_deleteinhalt {
		display: flex;
        flex-direction: column;
		height: 775px;
		width: 100%;
		position: absolute;
		top: 600px;
	}
	
	
	#sendeplan_delete_oben {
        display: flex;
        flex-direction: column;
		height: 50%;
		width: 100%;
		
      }
	  
	 #sendeplan_delete_unten {
        display: flex;
        flex-direction: column;
		height: 50%;
		width: 100%;
		overflow: auto;
      }
	  #sendeplan_delete_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
      }
	  
	  #sendeplan_delete_box2 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		overflow: auto;
      }
	  
	  #sendeplan_delete_box3 {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
      }
	  
	  #sendeplan_delete_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #sendeplan_delete_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	
	
	
	
	
	
	#spenden {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#spendeninhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	#spenden_oben {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
      }
	  
	 #spenden_unten {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
		overflow: auto;
      }
	  #spenden_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
      }
	  
	  
	  #spenden_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #spenden_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	
	#admin_aktionen {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#admin_aktioneninhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	#admin_aktionen_oben {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
      }
	  
	 #admin_aktionen_unten {
        display: flex;
        flex-direction: column;
		height: 250px;
		width: 100%;
		overflow: auto;
      }
	  #admin_aktionen_box {
        display: flex;
        flex-direction: row;
		height: 40%;
		width: 100%;
		overflow: auto;
      }
	  
	  
	  #admin_aktionen_box_felder {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_felder1 {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 20%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_daten {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 17%;
		text-align: left;		
      }
	  
	  #admin_aktionen_box_daten1 {
        display: flex;
        flex-direction: column;
		height: 150px;
		width: 20%;
		text-align: left;		
      }
	  
	  
	  #upload {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#uploadinhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 600px;
	}
	
	#uploadmeldung {
		display: flex;
        flex-direction: column;
		height: 200px;
		width: 100%;
		position: absolute;
		top: 100px;
	}
	
	
	#upload_oben {
        display: flex;
        flex-direction: row;
		height: 250px;
		width: 100%;
		justify-content: justify;
      }
	  
	  #upload_box {
        display: flex;
        flex-direction: row;
		height: 25%;
		width: 100%;
		overflow: auto;
      }
	  
	  
	  #upload_box_felder {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		text-align: left;		
      }
	  
	
	
	
	#regeln {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#regelninhalt {
		display: flex;
        flex-direction: column;
		height: 750px;
		width: 100%;
		position: absolute;
		top: 600px;
	}
	
	#regeln_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
      }
	  
	 #regeln_unten {
        display: flex;
        flex-direction: row;
		height: 725px;
		width: 100%;
		overflow: auto;
      }
	  
	  #regeln_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 90%;
		text-align: justify;
    }
	
	#impressum {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#impressuminhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		position: absolute;
		top: 550px;
	}
	
	 #impressum_oben {
        display: flex;
        flex-direction: row;
		height: 200px;
		width: 100%;
		justify-content: left;
		text-align: left;
		border-bottom: 10px dotted rgba(255, 255, 255, 0.7);
      }
	  
	  #impressum_mitte {
        display: flex;
        flex-direction: column;
		height:  500px;
		width: 100%;
		justify-content: left;
		overflow: auto;
		text-align: justify;
		border-bottom: 10px dotted rgba(255, 255, 255, 0.7);
      }
	  
	  #impressum_unten {
        display: flex;
        flex-direction: column;
		height:  500px;
		width: 100%;
		justify-content: left;
		overflow: auto;
		text-align: justify;
      }
	  
	  #impressum_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
      }
	  
	  
	  #impressum_text {
        display: flex;
        flex-direction: column;
		height: 30px;
		width: 100%;
    }
	
	#team {
		display: flex;
        flex-direction: column;
		height: 520px;
		width: 100%;
	}
	
	#teaminhalt {
		display: flex;
        flex-direction: column;
		height: 800px;
		width: 100%;
		position: absolute;
		top: 550px;
	}
	
	#team_oben {
        display: flex;
        flex-direction: row;
		height: 50px;
		width: 100%;
      }
	  
	  #team_unten {
        flex-direction: column;
        display: flex;
		height: 775px;
		width: 100%;
		overflow: auto;
      }
	  
	  #team_box {
        display: flex;
        flex-direction: row;
		height: 225px;
		width: 33%;
      }
	  
	  #team_avatar{
		object-fit: contain;
		height: 97%;
		width: 97%;		 
	  }
	  
	  #team_bild {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		justify-content: center;
      }
	  
	  
	  
	   #team_text {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
		text-align: left;
		text-decoration: none;
		list-style: none;
		justify-content: center;
      }
	 
	#bewerbung {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#bewerbunginhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	 #bewerbung_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	  #bewerbung_mitte {
        display: flex;
        flex-direction: row;
		height: 180px;
		width: 100%;
      }
	  
	  #bewerbung_unten {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	 #bewerbungs_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
      }
	   
	  #register {
		display: flex;
        flex-direction: column;
		height: 600px;
		width: 100%;
	}
	
	#registerinhalt {
		display: flex;
        flex-direction: column;
		height: 500px;
		width: 100%;
		position: absolute;
		top: 700px;
	}
	
	 #register_oben {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	  #register_mitte {
        display: flex;
        flex-direction: row;
		height: 180px;
		width: 100%;
      }
	  
	  #register_unten {
        display: flex;
        flex-direction: row;
		height: 100px;
		width: 100%;
      }
	  
	 #register_box {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 33%;
      }
	  
	#sendeplan {
		display: flex;
        flex-direction: column;
		height: 520px;
		width: 100%;
	}
	
	#sendeplaninhalt {
		display: flex;
        flex-direction: column;
		height: 675px;
		width: 100%;
		overflow: auto;
		position: absolute;
		top: 150px;
	}
	
#tage {
		display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
	}
	
	#tage_1 {
		display: flex;
        flex-direction: row;
		height: 85%;
		width: 47%;
		justify-content:right;
	}
	
	#tage_2 {
		display: flex;
        flex-direction: row;
		height: 85%;
		width: 33%;
	}							
	
	#sendeplan_mehreintrag {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
      }
	  	
	#sendeplan_testbox {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
      }
	
	
	#sendeplan_voll {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 100%;
		justify-content:center;
      }
	  
	  
	  #sendeplan_voller {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
		justify-content:center;
		padding: 150px 0;
      }
	  
	#sendeplan_halb {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 50%;
      }
	  
	  
	  #sendeplan_ganzoben {
        display: flex;
        flex-direction: column;
		height: 150px;
		width: 100%;
      }
	  
	  #sendeplan_ganzunten {
        display: flex;
        flex-direction: row;
		height: 870px;
		width: 100%;
      }
	

	 #sendeplan_oben {
        display: flex;
        flex-direction: row;
		height: 30px;
		width: 100%;
      }
	  
	  #sendeplan_mitte {
        display: flex;
        flex-direction: row;
		height: 250px;
		width: 100%;
      }
	  
	  #sendeplan_unten {
        display: flex;
        flex-direction: row;
		height: 70px;
		width: 100%;
      }
	  
	  #sendeplan_zeit {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 40%;
		#font-size: 20px;
      }
	  
	  #sendeplan_desc {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		font-size: 20px;
      }
	  
	  #sendeplan_aktion {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	  
	  #sendeplan_titel {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
		justify-content: right;
		font-size: 20px;
      }
	  
	  #sendeplan_box1 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 57%;
      }
	  
	  #sendeplan_box2 {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 30%;
      }
	  
	  
	  #sendeplan_wubo {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 100%;
		justify-content: center;
      }
	  
	  #sendeplan_img {
        display: flex;
        flex-direction: row;
		height: 100%;
		width: 60%;
      }
	  
	   #sendeplan_bild{
		object-fit: contain;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		max-height:240px; 
		max-width:446px;
		height: 97%;
		width: 97%;		 
	  }
	  
	  #sendeplan_ava {
        display: flex;
        flex-direction: column;
		height: 100%;
		width: 30%;
      }
	  
	   #sendeplan_avatar{
		object-fit: contain;
		height: 97%;
		width: 97%;		 
	  }
	
	  #oben {
        display: flex;
        flex-direction: row;
		height: 190px;
		width: 100%;
      }
	  
	  #mitte {
        display: flex;
        flex-direction: row;
		height: 195px;
		width: 100%;
      }
	  
	  #unten {
        display: flex;
        flex-direction: row;
		height: 165px;
		width: 100%;
      }
	  
	#footer {
        display: flex;
        flex-direction: row;
		height: 45px;
		width: 90%;
		position: fixed;
		bottom: 0px;
      }
	  
	.footer_left{
	text-align: left;
	width: 85%;
	}
	
	.footer_right{
	text-align: right;
	font-size: 15px;
	width: 15%;
	}
	  
	#logo{
	display: flex;
    flex-direction: row;
	height: 100%;  
	width: 40%;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-size: 100% 100%;
	margin-left: -65px;
	}
	
	#shoutbox{
	display: flex;
    flex-direction: column;
	height: 175px;
	#width: 50%;
	width: 40%;
	}
	
	#login{
	display: flex;
    flex-direction: column;
	height: 175px;
	#width: 30%;
	width: 20%;
	}
	
	#act{
	display: flex;
    flex-direction: row;
	height: 100%;
	width: 33%;
	}
	
	#wubo{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 30%;
	}
	
	#wunschbox{
	display: flex;
    flex-direction: column;
	height: 100%;
	width: 30%;
	}
	
	#next{
	display: flex;
    flex-direction: row;
	height: 100%;
	width: 30%;
	}
	
	#news{
	display: flex;
    flex-direction: column;
	height: 95%;
	width: 30%;
	}
	
	#newsbox{
	display: flex;
	flex-direction: column;
	height: 85%;
	width: 100%;
	position: relative;
    top: -10px;
    left: -7px;
	text-decoration: none;
	}
	
	#newsinhalt{
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #fff;
	margin: 4px;
	text-decoration: none;
	justify-content: space-between;
	}

	
	#sendung{
	display: flex;
    flex-direction: row;
	height: 95%;
	width: 30%;
	}
		
	#umfrage{
	display: flex;
    flex-direction: column;
	height: 95%;
	width: 30%;
	}
	
	#stats{
	display: flex;
    flex-direction: row;
	height: 95%;
	width: 30%;
	}
	
	#statsbox{
	display: flex;
	flex-direction: column;
	height: 90%;
	width: 100%;
	position: relative;
	text-decoration: none;
	}
	
	#statsinhalt{
	display: flex;
	flex-direction: row;
	border-bottom: 1px dashed #fff;
	margin: 4px;
	text-decoration: none;
	justify-content: space-between;
	font-size: 15px;
	}
	
	#partner{
	display: flex;
    flex-direction: column;
	height: 95%;
	width: 30%;
	}
	
	#votes{
	display: flex;
    flex-direction: column;
	height: 85%;
	width: 30%;
	justify-content: left;
	}
	
	
}







