@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/ubuntu-regular-webfont.woff2') format('woff2'),
        url('fonts/ubuntu-regular-webfont.woff') format('woff');
	-webkit-text-stroke: 0.45px;
}


body {
	background-color: #f3f3f3;
	color: #29313C;
	line-height: 1.8;
	font-size: 15px;
	font-weight: 300;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

summary {
        padding: 10px 6px;
        font-weight: big;
        color: #fff;
        background-color: #126B16;
}

label {
    color: #126B16;
}

.label-input {
  color: white;
  background-color: #126B16;
  padding: 10px 26px;
}

fieldset {
    border: 1px solid #126B16;
}

.browsetext {
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    color: #126B16;
    padding-left: 10px;
}

.memberpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
}

.spartenlogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 65px;
}

.memberpic-upload {
  text-align: center;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.outer-grid-container {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 50% 50%;
  padding: 10px;
}

@media only screen and (max-width: 1000px) {
    .outer-grid-container {
      display: grid;
      /*gap: 2% 2%;*/
      grid-template-columns: 100%;
      padding: 10px;
    }
}

.inner-grid-container {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 50% 50%;
  background-color: #ffff;
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32);
}

.inner-grid-container-login {
  background-color: #ffff;
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32);
padding: 20px;
}

.inner-grid-container-transparent-login {
  /*display: grid;
  gap: 2% 2%;*/
  grid-template-columns: 50% 50%;
  /*background-color: #ffff;
  border-radius: 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32);*/
}

.inner-grid-container-100 {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 100%;
  background-color: #ffff;
  #border-radius: 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32);
}

.inner-grid-container-mid {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 100%;
  background-color: #ffff;
  #border-radius: 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.32);
width: 1000px;
margin: auto;
}

.inner-grid-container-transparent {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: auto auto;
  border-radius: 10px;
}

.inner-grid-container-contact-1 {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 30% 70%;
  border-radius: 10px;
}

.grid-item-contact-1 {
  padding: 10px;
}

.inner-grid-container-contact-2 {
  display: grid;
  /*gap: 2% 2%;*/
  grid-template-columns: 70% 30%;
  border-radius: 10px;
}

.grid-item-contact-2 {
  margin: 10px;
}

.grid-item-contact-2 img {
    height: 180px;
}

.grid-item-article {
  padding: 10px;
}

.grid-item {
  padding: 20px;
  text-align: center;
}

.grid-item-login {
  padding: 20px;
}

.grid-item-100 {
  padding: 35px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #126B16;
}

img {
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}

li {
	list-style: none;
}

h5 {
	margin-top: -15px;
	font-weight: 500;
}

h3, h4 {
	color: #126B16;
	font-weight: 500;
}

h1, h2 {
        font-weight: 500;
	text-align: unset;
}

hr {
	color: rgba(218, 223, 225, 0.7);
	margin-top: -15px;
	padding-right: 3%;
}

textarea {
  max-width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}

.broadcast {
    height: 480px;
}

input[type=text], textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=password], textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.input-hide {
  padding: 5px;
  border: none;
  caret-color: transparent;
}

.input-small {
  max-width: 70px;
}

#filter1 {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 20%;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    margin-right: 20px;
}

#filter3 {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 20%;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    margin-right: 20px;
}

.filtertext {
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    color: #126B16;
    padding-top: 2px;
    padding-left: 8px;
}

#search {
    background-image: url('../images/searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 20%;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    margin-right: 20px;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #126B16;
}

input:focus + .slider {
  box-shadow: 0 0 1px #126B16;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input[type=file]{
    width:90px;
    color:transparent;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input::file-selector-button {
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

input::file-selector-button a {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

input::file-selector-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

select {
  min-width: 50%;
  max-width: 80%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

table {
        font-size: 12px;
        color: #000;
        background: #fff;
        border-collapse: collapse;
        /*overflow: auto;*/
        overflow-x: auto;
        width: 100%;
}

table th {
        padding: 10px 6px;
        font-weight: big;
        color: #fff;
        background-color: #126B16;
}

table tr td {
        border-bottom: 1px solid #fafafa;
        padding: 10px 6px;
        text-align: left;
}

table tr.alt td {
        background-color: #E2E2E2;
}

.pagination {
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pagination a {
    border: 1px solid #D5D5D5;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
  margin:2px;
}

.pagination a:hover, .pagination a:active {
    background: rgba(18, 107, 22, 0.4);
    color: white;
}

.pagination span.current {
    background-color: #126B16;
    border: 1px solid #D5D5D5;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
        margin:2px;
}

.pagination span.disabled {
    border: 1px solid #EEEEEE;
    color: #DDDDDD;
    margin: 2px;
    padding: 2px 5px;
}

.error-page {
    flex-wrap: wrap;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.error-box {
    min-height: 100vh;
        position: relative;
        display: block;
        margin-top: 10%;
}

.error-inside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    max-height: 100vh;
    border-radius: 5px;
}

.error-inside form {
    padding-left: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.error-inside form input {
    width: 100%;
}

.error-box .error-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
}

.error-footer {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.error-footer img {
    vertical-align: middle;
}

.login-page {
	flex-wrap: wrap;
	max-width: 60%;
	margin: 0 auto;
}

.login-box {
	min-height: 100vh;
      	position: relative;
      	display: block;
     	margin-top: 10%;
}

.login-inside {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	max-height: 100vh;
	#background: #F7F7F7;
  background-color: #ffff;
  border-radius: 10px;
}

.login-inside form {
	padding-left: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-top: 10px;
}

.login-inside form input {
	width: 100%;
}

.login-box .login-logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
    max-height: 150px;
}

.login-footer {
	font-size: 12px;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.login-footer img {
    vertical-align: middle;
}

.error {
        padding: 0.75em;
        /*margin: 0.75em;*/
        border: 1px solid #990000;
        max-width: 100%;
        color: #990000;
        background-color: #FDF0EB;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
}

.success {
        padding: 0.75em;
        /*margin: 0.75em;*/
        border: 1px solid #38761D;
        max-width: 100%;
        color: #38761D;
        background-color: #D9EAD3;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
}

.warning {
        padding: 0.75em;
        /*margin: 0.75em;*/
        border: 1px solid #e6ad00;
        max-width: 100%;
        color: black;
        background-color: #ff0;
        -moz-border-radius: 0.5em;
        -webkit-border-radius: 0.5em;
}

.export {
    vertical-align: middle;
}

.midimg {
    vertical-align: middle;
}

.midtext {
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #126B16;
    padding-top: 13px;
    padding-left: 10px;
}

.btn {
  	display: inline-block;
  	border-radius: 4px;
  	#background-color: #eaecf0;
  	background-color: #126B16;
  	color: #ffffff;
  	border: none;
  	text-align: center;
  	font-size: 15px;
  	padding: 10px;
  	min-width: 80px;
  	cursor: pointer;
  	margin: 3px;
	vertical-align: middle;
}

.btn a {
  	color: #ffffff;
  	padding: 8px;
}

.btn span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}

.btn span:after {
  	content: '����';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
}

.btn:hover span {
  	padding-right: 25px;
}

.btn:hover span:after {
  	opacity: 1;
  	right: 0;
}

.attachment {
    background-image: url('../images/attachment.png');
    background-position: 6px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.attachment a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.attachment span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-add {
    background-image: url('../images/add.png');
    background-position: 6px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-add a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-add span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-export {
    background-image: url('../images/download.png');
    background-position: 6px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-export a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-export span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-confirm {
    background-image: url('../images/confirm.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-confirm a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-confirm span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-edit {
    background-image: url('../images/bearbeiten.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-edit a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-edit span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-filter{
    background-image: url('../images/filter.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-filter a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-filter span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-welcome {
    background-image: url('../images/mail.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #1E90FF;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-welcome a {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-welcome span {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-goodbye {
    background-image: url('../images/mail.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #b30000;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-goodbye a {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-wgoodbye span {
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-red {
    background-position: 6px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #b30000;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-red a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-red span {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-delete {
    background-image: url('../images/müll.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #b30000;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btn-delete a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btn-delete span {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.btnisDisabled {
    display: inline-block;
    border-radius: 4px;
    #background-color: #eaecf0;
    background-color: #126B16;
    color: currentColor;
    cursor: not-allowed;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 8px;
    min-width: 80px;
    cursor: pointer;
    margin: 3px;
    margin-top: 10px;
    vertical-align: middle;
}

.btnisDisabled a {
    color: #ffffff;
    padding: 8px;
        color: currentColor;
    cursor: not-allowed;
}

.btnisDisabled span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: currentColor;
    cursor: not-allowed;
}

.btnisDisabledWelcome {
    background-image: url('../images/mail.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #1E90FF;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: not-allowed;
    margin: 3px;
    vertical-align: middle;
}

.btnisDisabledWelcome a {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btnisDisabledWelcome span {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btnisDisabledGoodbye {
    background-image: url('../images/mail.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: #b30000;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: not-allowed;
    margin: 3px;
    vertical-align: middle;
}

.btnisDisabledGoodbye a {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btnisDisabledGoodbye span {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 27px;
}

.btnisDisabledAdd {
    background-image: url('../images/add.png');
    background-position: 6px 10px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(18,107,22,0.5);
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: 3px;
    vertical-align: middle;
}

.btnisDisabledAdd a {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btnisDisabledAdd span {
    color: #ffffff;
    cursor: not-allowed;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 22px;
}

.btn-small-edit {
    display: inline-block;
    border-radius: 4px;
    #background-color: #eaecf0;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 4px;
    cursor: pointer;
  vertical-align: middle;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-editisDisabled a {
    color: #ffffff;
    padding: 8px;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-editisDisabled span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-editisDisabled span:after {
    content: '����';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-editisDisabled:hover span {
    padding-right: 25px;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-editisDisabled:hover span:after {
    opacity: 1;
    right: 0;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-show {
    display: inline-block;
    border-radius: 4px;
    #background-color: #eaecf0;
    background-color: gray;
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 8px;
    cursor: pointer;
  vertical-align: middle;
}

.btn-small-show a {
    color: #ffffff;
    padding: 8px;
}

.btn-small-show span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-small-show span:after {
    content: '����';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-small-show:hover span {
    padding-right: 25px;
}

.btn-small-show:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-small-delete {
    display: inline-block;
    border-radius: 4px;
    #background-color: #eaecf0;
    background-color: #b30000;
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 4px;
    cursor: pointer;
  vertical-align: middle;
}

.btn-small-delete a {
    color: #ffffff;
    padding: 8px;
}

.btn-small-delete span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-small-delete span:after {
    content: '����';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-small-delete:hover span {
    padding-right: 25px;
}

.btn-small-delete:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-small-welcome {
    display: inline-block;
    border-radius: 4px;
    background-color: #1E90FF;
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 4px;
    cursor: pointer;
  vertical-align: middle;
        color: currentColor;
    cursor: not-allowed;
}

.btn-small-edit {
    display: inline-block;
    border-radius: 4px;
    #background-color: #eaecf0;
    background-color: #126B16;
    color: #ffffff;
    border: none;
    text-align: center;
    padding: 4px;
    cursor: pointer;
  vertical-align: middle;
}

.btn-small-edit a {
    color: #ffffff;
    padding: 8px;
}

.btn-small-edit span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-small-edit span:after {
    content: '����';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-small-edit:hover span {
    padding-right: 25px;
}

.btn-small-edit:hover span:after {
    opacity: 1;
    right: 0;
}

.container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
    min-height: 100vh;
}

.box-1 {
	flex: 0 0 100%;
	color: rgba(218, 223, 225, 0.7);
      	background-color: #F7F7F7;
	overflow: auto;
	margin: 0;
	padding: 0;
}


.box-2 {
	flex: 1;
	margin-bottom: 100px;
}

.article-header {
	overflow: auto;
	margin-bottom: 50px; 
}

.article-header-left {
	float: left;
}

.article-header-right {
	float: right;
    #background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.legend {
	max-width: 300px;
    background-color: #f3f3f3;
}

.article {
	text-align: justify;
	text-justify: inter-word;
	#padding-left: 30px;
	#padding-right: 30px;
}

.green_h {
        color: #126B16;
	font-weight: 500;
}

.red_h {
        color: rgba(139, 0, 0, 0.8);
	font-weight: 500;
}

.purple_h {
    color: rgba(106, 90, 205, 1);
    font-weight: 500;
}

.orange_h {
    color: rgb(255,140,0);
    font-weight: 500;
}

.g {
  color:#126B16;
}

.w {
  color:white;
}

.green_b {
	font-weight: 500;
	color:  white;
	background-color: #126B16;
    border-bottom: 1px solid #126B16;
}

.r {
  color: #b10000;
}

.red_b {
	font-weight: 500;
	color:  white;
	background-color: #b10000;
    border-bottom: 1px solid #b10000;
}

.purple_b {
    font-weight: 500;
    color:  white;
    background-color: rgba(106, 90, 205, 1);;
    border-bottom: 1px solid rgba(106, 90, 205, 1);;
}

.logged-in {
        float: right;
    	font-size: 13px;
    	color: #126B16;
    	padding-right: 40px;
}

/* Add a black background color to the top navigation */
.topnav {
  #background-color: #F7F7F7;
  background-color: #ffff;
  overflow: hidden;
  border-bottom: 2px solid #E5E5E5;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 29px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.topnav .active {
  background-color: #126B16;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.topnav img {
  float: left;
  padding: 10px;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  padding: 33px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #E5E5E5;
  color: #126B16;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #E5E5E5;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 29px;
  margin-right: 16px;
  font-size: 17px;
  max-width: 20%;
}

/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1300px) {
  .topnav a:not(:first-child), .dropdown .dropbtn, #search {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1300px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.fehlend {
    background-color: #b10000;
    padding: 5px;
    color: white;
    font-weight: bold;
}

footer {
    background-color: #ffff;
    overflow: hidden;
    border-top: 2px solid #E5E5E5;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

footer img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: sub;
}

footer a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
}

footer span {
    display: inline-block;
    margin-right: 20px;
}

.copy {
    display: flex;
    cursor: pointer;
    position: relative;
}

.copymessage {
    position: absolute;
    right: 10%;
}

.beforetoggle::after {
    cursor: pointer;
    content: " ▶";
}

.aftertoggle::after {
    cursor: pointer;
    content: " ▼";
}

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

.infoicon {
    width: 20px; /* Adjust icon size if necessary */
    cursor: pointer;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-left: 3px;
}

.tooltiptext {
    visibility: hidden;
    width: 300px; /* Set a fixed width for the tooltip */
    background-color: #87cefa;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%; /* Position above by default */
    left: 50%; /* Centered horizontally */
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.newstable {
    height: 395px;
    overflow: scroll;
    display: block;
    width: 100%;
}

.newstable tbody {
    display: table;
    width: 97%;
}

.newstable th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.newsdiv {
    display: flex;
    align-items: center;
}

.newsimg {
    height: 50px;
}

.newstext {
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    color: #126B16;
    padding-left: 20px;
}

.memberticket {
    background-color: lightgray;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    width: 65%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid black;
    box-shadow: 0px 10px 15px -3px gray;
}

.agentticket {
    background-color: lightgoldenrodyellow;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    width: 65%;
    float: right;
    margin-bottom: 30px;
    text-align: right;
    border: 1px solid black;
    box-shadow: 0px 10px 15px -3px gray;
}

.registration_li li {
    list-style: decimal;
}

.honeyfields {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

#overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#overlay-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#progress-container {
    width: 100%;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 15px;
}

#progress {
    width: 0%;
    height: 25px;
    background: #126B16;
    transition: width 0.3s;
}

#info {
    margin-top: 10px;
    font-family: monospace;
}

#logBox {
    margin-top:15px;
    height:200px;
    overflow-y:auto;
    overflow-x:auto;
    background:#222;
    color:white;
    padding:10px;
    border:1px solid #555;
    font-family: monospace;
    font-size: 13px;
    white-space: nowrap;
    text-align: left;
}

#doneBtn {
    margin-top: 15px;
    padding: 8px 18px;
    font-size: 14px;
    background: #126B16;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

#doneBtn:hover {
    background: #0e5312;
}