:root {
  --accordionbackground: dimgray;
  --accordioncolor: orange;
  --accordionactivebackground: orange;
  --accordionactivecolor: #505050;
  --accordioninsideboxshadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  --hrcolor: orange;
  --labelcolor: orange;
  --accordionplaceholder: dimgray;
}

html, body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

.list-group-container {
   width: 100%;
   margin-left: 0px;
   margin-top: 20px;
}

.list-group a{
  text-decoration: none !important;
  color: black;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
  text-decoration: underline;
}

.list-group-item-text {
  margin-bottom: 0;
  color: black;
  font-size: 14px;
}

.dropdown .menuicon {font-size: 300px; }

.form-control[disabled], fieldset[disabled] .form-control {
        background-color: white;
        opacity: 1;
}

.form-control[readonly] {
    background-color: #F5F5F5;
}

.form-floating > label::after {
    background-color: transparent !important;
}

.form-floating.form-floating>.form-select[disabled] {
        background-color: #F5F5F5;
        opacity: 1;
}

.form-floating.form-floating-sm>.form-select[disabled] {
        background-color: white;
        opacity: 1;
}
.form-floating > :disabled ~ label::after {
  background-color: transparent !important;
  overflow: visible;
}

*:disabled {
  cursor: not-allowed! important;
}

.form-control:focus {
        border-color: orange;
        box-shadow: 0 0 0 0.1rem rgba(255, 165, 0, 0.25);
}

.form-control {
        border-color: #C0C0C0;
}

.form-select {
        border-color: #C0C0C0;
}

.form-select:focus{
      outline: none !important;
      box-shadow: 0 0 0 0.1rem rgba(255, 165, 0, 0.25) !important;
      border: 1px solid orange;
}

.form-floating>label {
  opacity: .65;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.mtfloatingsm {
   margin-top: 0.7em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.datepicker td,th{
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
}



*.icon-info {color: rgb(30,48,80); margin-right: 3px; font-size: 1.5rem;}

*.icon-select {color: orange; margin-right: 4px; font-size: 1rem; }

.form-floating.form-floating-sm>.form-control,
.form-floating.form-floating-sm>.form-control-plaintext {
  padding: inherit;
}

.form-floating.form-floating-sm>.form-control,
.form-floating.form-floating-sm>.form-control-plaintext,
.form-floating.form-floating-sm>.form-select {
  padding: 0.37rem .75rem;
  background-color: white;
  min-height: auto;
  height: inherit;
  /* min-height: inherit; */
  line-height: inherit;
}

.form-floating.form-floating-sm>.form-control-plaintext~label,
.form-floating.form-floating-sm>.form-control:focus~label,
.form-floating.form-floating-sm>.form-control:not(:placeholder-shown)~label,
.form-floating.form-floating-sm>.form-select~label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.9) translateY(-1rem) translateX(0.1rem);
  background-color: white;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  line-height: 1.5;
}

.form-floating.form-floating-sm>label {
  position: absolute;
  top: 0;
  left: 0.60rem;
  margin-bottom: 0;
  z-index: 2;
  padding: 0 0;
  height: auto;
  font-size: 14px;
  padding-top: 0.37rem;
  color: gray;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

.footable-wrap {
  word-break: break-word;
  overflow: hidden;
  textOverflow: ellipsis;
  data-type: text;
}
.footable-group-row {
  color: #505050;
  font-weight: bold;
  background: #eee;
  border: none;
}
.fooicon {
   font-family: 'Bootstrap-icons' !important;
   -webkit-text-stroke: 1px;
   font-size: 1.1em;
}
.fooicon-plus:before {
        content: "\2b";
}
.fooicon-minus:before {
        content: "\2212";
}
.fooicon-sort:before {
        content: "\F283";
}
.fooicon-sort-asc:before {
        content: "\F575";
}
.fooicon-sort-desc:before {
        content: "\F57B";
}

td.footable-sortable > span.fooicon, th.footable-sortable > span.fooicon { right: auto !important; padding-left: 6px;}

input[type="checkbox"]:not(:checked),
input[type="radio"]:not(:checked) {
border: 1px solid gray;
}

.cntcalendar {
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.buttonical {
  width: 160px;
  height: 31px;
  margin-top: 1px;
  border-radius: 0.5rem!important;
  border: 1px #666666 solid;
}

.buttonlogin {
  width: 160px;
  height: 31px;
  margin-top: 3px;
  border-radius: 0.5rem!important;
  border: 1px #666666 solid;
}


.cnttextgroup {
   margin-top: 5px;
   margin-bottom: 30px;
   padding: 1em 1em 0 0.5em;
}

.textgroupcontainer {
   box-shadow: 0px 0px 4px 2px #ffd7b2;
   border-radius: .375rem;
   margin-top: 10px;
   margin-bottom: 30px;
   padding: 1em 1em 0 1em;
}

.textgroupheader {
   display: block;
   font-weight: bold;
   color: #505050;
   font-size: 1.17em;
   margin-top: 1em;
}

.textgroupheader2 {
   display: block;
   margin-top: 0.8em;
   margin-left: 0.15em;
}

.add-to-calendar::part(atcb-button) {
    height: 12px;
    font-weight: normal;
    width: 215px;
    font-size: 16px;
    background: #E8E8E8;
    border-radius: 0.5rem!important;
    border: 0.1px #666666 solid;
  }

.add-to-calendar::part(atcb-button):hover {
     box-shadow: none!important;
     transform: none!important;
}



.map-link { text-decoration: underline; text-decoration-style: dotted;cursor: pointer ;}
.map-link:hover { text-decoration-style:solid;}

.maps-link {
  margin: 0 auto;
  width: 150px;
  padding: 20px 0;
  img { width: 150px; }
}


.litinput input[readonly] {
   border: 1px solid #95999e;
   height: 30px;
}

.litinput input:focus{
      outline: none !important;
      box-shadow: 0 0 0 0.1rem rgba(255, 165, 0, 0.25) !important;
      border: 1px solid orange;
      height: 30px;
}

.litinput select:focus{
      outline: none !important;
      box-shadow: 0 0 0 0.1rem rgba(255, 165, 0, 0.25) !important;
      border: 1px solid orange;
      height: 30px;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid var(--hrcolor);
}

hr.style2 {
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  border: 0;
  border-top: 5px solid var(--hrcolor);
  opacity: 1;
}

hr.style3 {
  margin-top: 1rem;
  margin-bottom: -1.2rem;
  margin-left: -0.01rem;
  border: 0;
  border-top: 5px solid var(--hrcolor);
  opacity: 1;
  width: 98%;
}

hr.style4 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.01rem;
  border: 0;
  border-top: 4px solid grey;
  width: 98%;
}

hr.style5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -0.01rem;
  border: 0;
  border-top: 5px solid var(--hrcolor);
  opacity: 1;
  width: 98%;
}



ul li:not( .tree ul li, .menu ul li) { margin-left: 5px; padding-top: 1px; }

.tree a, .tree label {
  display: block;
  width: 100%;
  padding: .60rem;
  padding-left: 0.2rem;
  color: #fff;
  font-weight: bold;
  color: #505050;
  box-shadow: inset 0 -1px #C5C5C5;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.tree ul {
  list-style: none;
}

.tree ul li {
  margin-left: -30px;
}

.tree label {
  cursor: pointer;
}

.group-angle-right:before {
  font-family: 'Bootstrap-icons';
  content: "\F285";
  font-size: 0.8em;
  float: right;
  margin-right: 4px;
  position: relative;
  transition: transform .65s ease;
  transform: rotate(90deg);
}

.group-list a{
  padding-left: 2rem;
  margin-left: 2px;
  box-shadow: inset 0 -1px #C5C5C5;
}
.group-list label {
  padding-left: 2rem;
  margin-left: 2px;
  box-shadow: inset 0 -1px #C5C5C5;
}

.sub-group-list a {
  padding-left: 4rem;
  margin-left: 2px;
  box-shadow: inset 0 -1px #C5C5C5;
}

.sub-group-list label {
  padding-left: 4rem;
  margin-left: 2px;
  box-shadow: inset 0 -1px #C5C5C5;
}

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  box-shadow: inset 0 -1px #C5C5C5;
}

.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .1s ease-in-out;
  transition: max-height .1s ease-in-out;
}
.tree__list input[type=checkbox]:checked + label + ul {
max-height: 2000px; }

.tree__list input[type=checkbox]:checked ~ .group-angle-right:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tree label:hover, .group-list label:hover, .sub-sub-group-list label:hover { background: #fdfdfd; }
.tree a:hover, .group-list a:hover, .sub-sub-group-list a:hover { background: #fdfdfd; }


#multcol-container {
width: 100%;
max-width: 920px;
margin-left: 3px;
}

.col-single-container-mt10 {
margin-top: 10px;
float: left;
width: 100%;
line-height: 1.5;
}

.col-single-container {
margin-top: 20px;
float: left;
width: 100%;
line-height: 1.5;
}

.col-single-container p{
   margin-top: 2px;
   margin-bottom: 15px;
   line-height: 1.2;
}

.col-one-container, .col-two-container {
width: 50%;
}
.col-one-container {
float: left;
}
.col-two-container {
float: right;
}

.multcol-container-content {
  display: block;
  width: 98%;
  margin: 15px 0 0 2px;
}


.image-container img {
  float: left;
  margin-right: 15px;
  border: 3px solid white;
  border-radius: 10px;
}

.image-text-container {
  margin-left: 2px;
  line-height: 1.5;
}

.contact-container{
   line-height: 2;
}



.accjs {
  font-size: 1rem;
  width: 95%;
  margin: 0 0 0 0;
}

.accjs-header,
.accjs-body {
  background: var(--accordionbackground);
}

.accjs-header {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  color: var(--accordioncolor);
  padding: 1px 5px 5px 5px;
  vertical-align: middle;
  border-radius: .375rem;
  transition: all .3s;
}

.accjs__item {
    border-bottom: 1px solid white;
}

.accjs__item .accjs__item {
  border-bottom: 1px solid white;
}

.accjs-header:hover {
  position: relative;
  z-index: 5;
}

.accjs-body {
  background: transparent;
  color: #353535;
  display: none;
}

.accjs-body__contents {
  padding: 1.5em 0.2em 1.5em 0.2em;
  font-size: 16px;
}

.accjs__item.active:last-child .accjs-header {
  border-radius: none;
}

.accjs:first-child > .accjs__item > .accjs-header {
  border-bottom: 1px solid transparent;
}

.accjs__item {
  margin-bottom: 10px;
}


.accjs__item > .accjs-header:before {
  font-family: 'Bootstrap-icons';
  content: "\F285";
  -webkit-text-stroke: 0.8px;
  font-size: 1em;
  float: right;
  margin-right: 10px;
  position: relative;
  top: 9px;
  transition: .1s all;
  transform: rotate(90deg);
}

.accjs__item.active > .accjs-header:before {
  transform: rotate(-90deg);
}

.accjs__item.active .accjs-header {
  background: var(--accordionactivebackground);
  color: var(--accordionactivecolor);
}

.accjs__item .accjs__item .accjs-header {
  background: #f1f1f1;
  color: #353535;
}

.accjscontent {
  line-height: 1.5em;
  padding-left: 13px;
}

@media screen and (max-width: 920px) {

.col-one-container, .col-two-container {
width: 100%;
min-width: 280px;
}

.accjs {
  width: 95vw;
}
}

.desktop {display:block;}
.mobile {display:none;}

@media (max-width:1025px){
    .mobile {display:block;}
    .desktop {display:none;}
}


.th41-3 {
    max-width: 230px;
    width: 230px;
}

.th44 {
    max-width: 536px;
    width: 536px;
}


.cntedit {
    max-width: 960px;
}


.cntdetail-th21 {
    max-width: 325px;
    width: 325px;
}
.cntdetail-th22 {
    max-width: 801px;
    width: 801px;
}

.bn-th21 {
    max-width: 250px;
    width: 250px;
}
.bn-th22 {
    max-width: 876px;
    width: 876px;
}


h1, h2, h3, h4, h5, h6 {
   display: block;
   font-weight: bold;
   color: #505050;
   margin-left: 0;
   margin-right: 0;
}

h1 {
    font-size: 1.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

h2 {
    font-size: 1.28em;
    margin-top: 0.53em;
    margin-bottom: 0.53em;
    color: #616161;
}
h3 {
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
}
h4 {
    font-size: 1.10em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
h5 {
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}
h6 {
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}

b {
   color: #555555;
}


.inputd { color: #000000; text-decoration: none; background-color: #EEEEEE;}


.tabgrp {
   display: block;
   font-weight: bold;
   font-size: 1.10em;
   color: #505050;
   margin-top: 1.67em;
   margin-bottom: 0.5em;
   margin-left: 0em;
}

.tabgrptop {
   display: block;
   font-weight: bold;
   color: #505050;
   margin-bottom: 0em;
   margin-left: 0em;
}


.error{
   color: red;
}

.errorml1{
   color: red;
   margin-left: 0.10em;
   margin-top: 1.6em;
}

.errorml2{
   color: red;
   margin-left: 0.35em;
   margin-top: 1em;
}


.italictext{
   color: #646464;
   font-style: italic;
}

.redtext{
   color: red;
   font-weight: bold;
}


.editnote{ margin-left: 1px; color: #505050; font-size: 15px; margin-bottom: 10px; }

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container{
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}

.float .input {
  width: 98.5%;
  height: 40px;
  font-size: 16px;
  border-radius: .375rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
  padding: 1rem .75rem 0 0.70rem;
}

.float .inputplz {
  width: 100px;
  height: 40px;
  font-size: 16px;
  border-radius: .375rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
  padding: 1rem .75rem 0 0.70rem;
}

.float .inputort {
  width: 100px;
  width: calc(98.5% - 104px);
  height: 40px;
  font-size: 16px;
  border-radius: .375rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
  padding: 1rem .75rem 0 0.70rem;
}

.float label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.00rem .75rem;
    line-height: normal;
    pointer-events: none;
    color: rgb(94, 94, 94);
    transition: all 0.15s ease 0s;
}

.float .labplz {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem .75rem;
    line-height: normal;
    pointer-events: none;
    color: rgb(94, 94, 94);
    transition: all 0.15s ease 0s;
}

.float .labort {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 7.25rem;
    line-height: normal;
    pointer-events: none;
    color: rgb(94, 94, 94);
    transition: all 0.15s ease 0s;
}

.float > .inputplz::placeholder,
.float > .inputort::placeholder,
.float > .input::placeholder {
    color: transparent;
}

.float > .inputerror:focus ~ label,
.float > .inputerror:not(:placeholder-shown) ~ label,
.float > .inputplz:focus ~ .labplz,
.float > .inputplz:not(:placeholder-shown) ~ .labplz,
.float > .input:focus ~ label,
.float > .input:not(:placeholder-shown) ~ label {
    width: 100%;
    color: rgb(94, 94, 94);
    transform: scale(.85) translateY(-0.75rem) translateX(-8.5%);
}

.float > .inputort:focus ~ .labort,
.float > .inputort:not(:placeholder-shown) ~ .labort {
    width: 100%;
    color: rgb(94, 94, 94);
    transform: scale(.85) translateY(-0.75rem) translateX(-3.9%);
}


.accordion > input[type="radio"],
.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .acccontent {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="radio"]:checked ~ .acccontent,
.accordion > input[type="checkbox"]:checked ~ .acccontent {
  height: auto;
  overflow: visible;
}

.accordion {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

.accordion > input[type="radio"]:checked ~ .acccontent,
.accordion > input[type="checkbox"]:checked ~ .acccontent {
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}

.accordion .handle {
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 0 0px;
  text-align: left;
}

.accordion > input[type="radio"]:checked ~ .handle .acclabel,
.accordion > input[type="checkbox"]:checked ~ .handle .acclabel {
  background: var(--accordionactivebackground);
  color: var(--accordionactivecolor);
}

.acclabel {
  display: block;
  width: 98%;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  margin-left: 0px;
  vertical-align: middle;
  color: var(--accordioncolor);
  background: var(--accordionbackground);
  border-radius: .375rem;
  transition: all .3s;
}

.acclabelinner {
  display: block;
  width: 98%;
  cursor: pointer;
  font-weight: bold;
  padding: 3px;
  margin-left: 0px;
  vertical-align: middle;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
  transition: all .3s;
}

.accinnertext { margin-left: 3px; }

.accordion .handle .acclabel:before {
  font-family: 'Bootstrap-icons';
  content: "\F285";
  -webkit-text-stroke: 1px;
  font-size: 1em;
  float: right;
  margin-right: 10px;
  position: relative;
  transition: .1s all;
  transform: rotate(90deg);
}

.accordion .handle .acclabelinner:before {
  font-family: 'Bootstrap-icons';
  content: "\F285";
  -webkit-text-stroke: 1px;
  font-size: 0.8em;
  float: right;
  margin-right: 14px;
  position: relative;
  transition: .1s all;
  transform: rotate(90deg);
}

.accordion > input[type="radio"]:checked ~ .handle label:before,
.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  transform: rotate(-90deg);
}


.accordion > input[type="checkbox"]:checked ~ .handle .acclabelinner {
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15);
}





.accordion p:last-child {
  margin-bottom: 0;
}

.link-wrap{
  word-break: break-all;
}

.button-text-break{
  margin-top: 15px;
}

.text-input-break{
  margin-bottom: 4px;
}


.cntedetail{
   width: 100%;
   max-width: 1226px;
   padding: 1px;
   margin: 0 0px;
}

.cntedetail-break{
  margin-top: 20px;
}

.cntedetail-sbreak{
  margin-top: 8px;
}

.cntedetail-mbreak{
  margin-top: 15px;
}

.cntedetail-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1em 1.2em 0 0.1em;
}

.cntedetail-cell {
  flex: 0 0 calc(50% - 30px);
  margin-bottom: 10px;
}

.cntedetail-row {
  display: block;
  width: 98%;
  margin-bottom: 10px;
  margin-left: 1px;
}

.cntebuch{
   width: 100%;
   max-width: 1226px;
   padding: 1px;
   margin: 45px 0 0 0;
}
.cntebuch-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 0;
}
.cntebuch-cell {
  flex: 0 0 100%;
  margin: 0 0 20px 0;
}
.cntebuch-tabcell {
  flex: 0 0 98%;
  margin: 0 0 20px 0;
}
.cntebuch-tabcell-ml {
  flex: 0 0 98%;
  margin: 0 0 15px 2px;
}

.cntebuch-content-border {
  display: block;
  width: 100%;
  border-top: 2px #93989c;
  border-bottom: 2px #93989c;
}

.cntebuch-cell-content {
  display: block;
  width: 100%;
  margin: 15px 0 0 2px;
}

.cntebuch-cell-content-l1 {
  display: block;
  width: 98%;
  margin: 5px 0 0 3px;
}

.cntebuch-cell-content-l2 {
  display: block;
  width: 100%;
  margin: 15px 0 0 10px;
}

.cntebuch-cell-content-l3 {
  display: block;
  width: 100%;
  margin: 8px 0 0 10px;
}

.cntebuch-cell-content-l4 {
  display: block;
  width: 98%;
  margin: 10px 0px -25px 0px;
}

.cntebuch-cell-content-l5 {
  display: block;
  width: 98%;
  margin: 25px 0px 2px 1px;
}

.cntebuch-cell-tabcontent {
  display: block;
  width: 97%;
  margin: 15px 0 0px 3px;
}

.cntebuch-cell-acccontent {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}

.cntebuch-cell-text {
  display: block;
  width: 98%;
  margin: 5px 0 5px 0;
}

.brlarge {
  display: block;
  margin-bottom: 1em;
}

.brmedium {
  display: block;
  margin-bottom: 0.5em;
}

.brsmall {
  display: block;
  margin-bottom: 0.1em;
}

.contentlist {
   line-height: 1.5em;
}

.cntradio {
  margin: 10px 0 10px 0;
}

.cntradioevent {
  margin: 8px 0 10px 13px;
}


.wrapperradio {
  width: 100%;
  float: left;
  margin: 8px 0 2px 0;
}
.wrapperradio input[type="radio"] {
  float:left;
  display: inline-block;
  width: 20px;
  margin: 1px 0 0 0;
  cursor: pointer;
}
.wrapperradio input[type="checkbox"] {
  float:left;
  display: inline-block;
  width: 20px;
  margin: 1.5px 0 0 0px;
  cursor: pointer;
}

.wrapperradio > input[type="radio"] ~ label {
  float:right;
  display:inline-block;
  width: calc(100% - 30px);
  cursor: pointer;
}

.wrapperradio > input[type="checkbox"] ~ label {
  float:right;
  display:inline-block;
  width: calc(100% - 28px);
  cursor: pointer;
}


.wrapperradio-describ {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: calc(98% - 30px);
}

.wrapperradio-describ .labinput{
  margin-top: 2px;
  margin-bottom: 8px;
}

.radiooptioninput {
  margin-left: 25px;
  margin-bottom: 5px;
}

.backbutton {
  background: none!important;
  border: none;
  padding: 0!important;
  color: #505050;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 12px;
}

.linkbutton {
  background: none!important;
  border: 0px none;
  padding: 0!important;
  color: darkorange;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
}



.fabuttonright {
  float: right;
  background: none!important;
  border: none;
  color: #505050;
  cursor: pointer;
  font-size: 1.8em;
  font-family: 'Bootstrap-icons';
  margin: 5px 8px 0 0;
}

.fabuttonleft {
  background: none!important;
  border: none;
  color: #505050;
  cursor: pointer;
  font-size: 1.5em;
  font-family: 'Bootstrap-icons';
  margin: 8px 0 2px 7px;
}

.fabuttonleftlabel {
  background: none!important;
  border: none;
  color: #505050;
  cursor: pointer;
  font-size: 1.5em;
  font-family: 'Bootstrap-icons', sans-serif;
  margin-left: 10px;
}


.backbutton:before {
    content: '\F129';
    padding-right: 0.5em;
}

.buchstatus {
  font-size: 15px;
  color: #505050;
  margin-bottom: 10px;
  padding: 3px;
}

.cntlogreg{
   width: 100%;
   max-width: 920px;
   margin-left: 0.1rem;
}

.cntsinglecol{
   width: 100%;
   max-width: 500px;
   padding: 2px;
   margin: 0 0 0 0px;
   border-radius: 10px;
   box-shadow: inset -2px 2px 2px white;
}

.cntregister{
   width: 100%;
   max-width: 920px;
   padding: 2px;
   margin: 0 0 0 0px;
   border-radius: 10px;
   box-shadow: inset -2px 2px 2px white;
}

.main-user-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 0;
}

.main-user-header{
  margin-bottom: 15px;
  display: block;
  margin-left: 0px;
  margin-bottom: 20px;
  width: 98%;
}

.main-user-border {
  display: block;
  margin-left: 0px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #505050;
  width: 98%;
  background: orange;
  border-radius: .375rem;
  padding: 5px;
  margin-left: 0px;
  vertical-align: middle;
  line-height: 1.5em;
}

.main-user-line {
  border-top: 2px solid #ced4da;
  display: block;
  width: 98%;
}

.save-note {
  display: block;
  width: 92%;
  margin-left: 0px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 2px;
  color: green;
  font-size: 14px;
}

.edit-note {
  display: block;
  width: 92%;
  margin-left: 0px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0px;
  color: green;
}


.main-user-error {
  display: block;
  width: 92%;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 0px;
  color: red;
  font-size: 14px;
}

.main-user-row-error {
  display: block;
  width: 92%;
  margin-left: 2px;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 0px;
  color: red;
  font-size: 14px;
}


.acccontent-error {
  display: block;
  width: 80%;
  margin-left: 29px;
  margin-top: 20px;
  color: red;
  font-size: 14px;
}

.cntm4 {
  margin-left: 4px;
}


.main-user-cell{
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  padding: 0 0 8px 0px;
  top: 0px;
}
.main-user-cell:nth-child(2n){
  justify-content: start;
}

.main-user-cell-content {
  display: block;
  width: 100%;
  margin: 15px 0 0px 0;
}

.user-input-box:nth-child(2n){
  justify-content: start;
}

.user-input-box-bs:nth-child(2n){
  justify-content: start;
}

.user-input-box{
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  padding: 0 0 8px 0px;
  top: 0px;
}

.user-input-box-bs{
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  padding: 0 0 8px 0px;
  top: 0px;
}

.user-input-box p{
  margin-top: 5px;
  margin-bottom: 2px;
}
.user-input-rowcenter{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.user-input-inputrowind{
  display: block;
  width: 100%;
  padding: 5px 0 30px 13px;
}

.user-input-rowinput{
  display: block;
  width: 100%;
  padding: 5px 0 15px 30px;
}

.user-input-rowind{
  display: block;
  width: 100%;
  padding: 5px 0 15px 33px;
}
.user-input-rowind > input[type="radio"] ~ label {
  margin-right: 10px;
}

.user-input-row-chk{
  display: block;
  width: 98%;
  padding: 0 0 15px 2px;
}

.user-input-row{
  display: block;
  width: 98%;
  padding: 0 0 15px 0px;
}

.user-input-row p{
  margin-top: 5px;
  margin-bottom: 2px;
}

.user-input-row-lab{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  font-weight: bold;
  color: #505050;
}

.user-input-row-lab .error{
  font-weight: normal;
  color: red;
}

.user-input-box label{
    position: absolute;
    padding: 0.65rem .75rem;
    width: 100%;
    line-height: normal;
    pointer-events: none;
    color: rgb(94, 94, 94);
    transition: all 0.15s ease 0s;
}

.select-moption {
    border: 1px solid #93989c;
    height: auto;
    margin-top: 0;
}


input[type="submit"]:not( .buttonical, .buttonlogin, .buttontabmin1, .buttontabmin2, .buttontabmin3, .fabuttonright, .fabuttonleft, .fabuttonleftlabel), input[type="button"]:not( .buttexpand, .buttcollapse) {
    display: inline-block;
    margin: 0.25rem 0;
    height: 36px;
    border: 0;
    outline: 0;
    padding: 0.2rem;
    font-size: 16px;
    background: #E8E8E8;
    border-radius: 0.5rem!important;
    border: 1px #666666 solid;
    cursor: pointer;
    transition: padding-right .3s ease-out;
}

.button1 {width: 100px;color: #000000;}
.button2 {width: 150px;color: #000000;}
.button3 {width: 200px;color: #000000;}
.button4 {width: 250px; color: #000000;}
.button5 {width: 300px; color: #000000;}
.button6 {width: 350px; color: #000000;}
.button7 {width: 400px; color: #000000;}
.buttonselect { width:50px; height:10px;font-weight:bold;color: #000000; }
.buttontabmin1 { width:100px; height:24px; font-size: 12px;color: #000000;}
.buttontabmin2 { width:110px; height:24px; font-size: 12px;color: #000000;}
.buttontabmin3 { width:150px; height:24px; font-size: 12px;color: #000000;}

.buttexpand, .buttcollapse {
  width:150px;
  display: inline-block;
  height: 30px;
  border: 2px solid var(--labelcolor);
  outline: 0;
  padding: 0.2rem;
  font-size: 14px;
  font-weight: bold;
  color: var(--labelcolor);
  background: white;
  border-radius: 0.5rem!important;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: padding-right .3s ease-out;
}

.buttexpand:hover{
   color: #FF8C00;
   border: 2px #FF8C00 solid;
}

.buttcollapse:hover{
   color: #FF8C00;
   border: 2px #FF8C00 solid;
}

.col-butt-0 {margin-top: 3px;}

.tabcolmin1 {
   width: 105px;
   max-width: 105px;
}

.tabcolmin2 {
   width: 300px;
   max-width: 300px;
}

.tabcolmin3 {
   width: 700px;
   max-width: 700px;
}


.user-input-box input{
  width: 95%;
  height: 40px;
  font-size: 16px;
  border-radius: .375rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
  padding: 1rem .75rem 0 0.85rem;
}

.user-input-box-bs input{
  width: 95%;
  height: 40px;
  font-size: 16px;
  border-radius: .375rem;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 400;
  padding: 1rem .75rem 0 0.85rem;
}


.tbl {
 margin-top: 10px;
}

.user-input-box input{
  border: 1px solid #ced4da;
}
.user-input-box .inputerror{
  border: 1px solid red;
}
.user-input-box .tbl{
  width: 100%;
  padding: 0 0 0 0.1rem;
  margin-bottom: 0.8em;
}

.user-input-box .tblheader{
    margin-top: 1em;
    margin-bottom: 0.8em;
    font-weight: bold;
    color: #505050;
}

.user-input-row .tblheader{
    margin-top: 1em;
    margin-bottom: 0.8em;
    font-weight: bold;
    color: #505050;
}

.user-input-box > .inputerror::placeholder,
.user-input-box > .input::placeholder {
    color: transparent;
}

.user-input-box > .inputerror:focus ~ label,
.user-input-box > .inputerror:not(:placeholder-shown) ~ label,
.user-input-box > .input:focus ~ label,
.user-input-box > .input:not(:placeholder-shown) ~ label {
    color: rgb(94, 94, 94);
    transform: scale(.85) translateY(-0.7rem) translateX(-2.25rem);
}

.user-input-box-country{
  width: 95%;
}

.passwordHelpBlock {
  display: block;
  width: 98%;
  margin-top: 2px;
  margin-left: 12px;
  margin-bottom: 6px;
  font-size: small;
}

.reg-submit-btn{
   margin-top: 15px;
}

.reg-submit-btn100{
   margin-top: 15px;
}


.reg-submit-btn input{
   display: inline-block;
   width: 98%;
   margin-top: 10px;
   padding: 10px;
   font-size: 16px;
   background: linear-gradient(#E8E8E8,#d0d0d0);
   border-radius: 0.5rem!important;
   border: 0.1px #666666 solid;
   cursor: pointer;
   transition: padding-right .3s ease-out;
}

.reg-submit-btn100 input{
   display: inline-block;
   width: 100%;
   margin-top: 10px;
   padding: 10px;
   font-size: 16px;
   background: linear-gradient(#E8E8E8,#d0d0d0);
   border-radius: 0.5rem!important;
   border: 0.1px #666666 solid;
   cursor: pointer;
   transition: padding-right .3s ease-out;
}


.reg-submit-btn input:hover{
   background: linear-gradient(#E8E8E8,#d0d0d0);
}

.reg-submit-btn100 input:hover{
   background: linear-gradient(#E8E8E8,#d0d0d0);
}


.reg-submit-chk {
  display: flex;
  width: 92%;
  margin: 15px 0 0 2px;
}
.reg-submit-chk checkbox{
  cursor: pointer;
}
.reg-submit-chk label{
  padding-left:5px;
}

.user-input-inf{
  display: block;
  width: 50%;
  font-size: 14px;
  margin-top: -12px;
  margin-bottom: 10px;
}

.editgrp-title-1 {
   display: block;
   font-weight: bold;
   font-size: 1.05em;
   color: #505050;
   margin-bottom: 0.8em;
}

.editgrp-title {
   display: block;
   font-weight: bold;
   font-size: 1.05em;
   color: #505050;
   margin-top: 1.70em;
   margin-bottom: 0.8em;
}


.gender-title{
   display: block;
   margin: 2px 0 5px 12px;
   font-size: 16px;
}

.gender-category{
   margin: 0 0 -10px 2px;
}

.gender-category label{
   padding: 0 0 0 0;
}

.gender-category p {
  margin-top: 5px;
  margin-bottom: 0%;
}

.genderinput {
  display: inline-block;
  width: 50%;
  padding-bottom: 10px;
  top: 0px;
}

.genderinput-pdetail {
  display: inline-block;
  width: 100%;
  margin-left: -5px;
}

.genderinput-reg {
  display: inline-block;
  width: 100%;
  margin-left: 5px;
  margin-bottom: 14px;
  min-width: 200px;
}

.gender-lab { margin-left: 7px; }

.rowinput-lab {
   margin-left: 0.20em;
   margin-bottom: 0.4em;
}


.gender-category input[type="text"] {
  height: 30px;
  width: 95px;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  outline: none;
  margin-left: 3px;
  padding: 0 0 0 0.7rem;
}

.gender-category label,
.gender-category input,
.form-submit-btn input {
  cursor: pointer;
}


.table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1500px;
    width: 100%;
 }

.table th, td {
    text-align: left;
}

.table th {
   color: #505050;
   font-size: 16px;
}


.ftable {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1500px;
    width: 100%;
 }

.ftable th, td {
    text-align: left;
    padding: 2px;
}

.ftable th {
    color: dimgray;
    padding-left: 8px;
}

.atable {
  border-collapse: collapse;
  margin-left: 0px;
  padding:0px;
  border-spacing:0px;
}
.atable th, td {
    text-align: left;
    padding-left: 4px;
}



.htable {
  border-collapse: collapse;
  margin-left: 2px;
}
.htable tr {
  border: solid #dcddde;
  border-width: 0.5px 0;
  height: 30px;
}

.htable tr:not(:first-child):hover{
  background: #f5f6f7;
}
.htable tr:first-child {
  border-top: none;
}
.htable tr:last-child {
  border-bottom: none;
}


.select-wrap {
  border: none;
  border-radius: .375rem;
  padding: 0 5px;
  width: 100%;
  background-color:#fff;
}

.select-wrap label{
  font-size:12px;
  text-transform: uppercase;
  color: #777;
  padding: 0 8px;
  position: absolute;
  top:5px;
}

.select-wrap select{
  height:40px;
  width: 97.5%;
  border-radius: 0.5rem!important;
  border: 1px solid #ced4da;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 16px 0 0 8px;
  margin-left: -5px;
  cursor: pointer;
}

.select-wrap select:focus {
  border: 1px solid orange;
  outline:none;
}


.select-flex {
  border: none;
  border-radius: .375rem;
  padding: 0 0 0 6px;
  width: 100%;
  background-color:#fff;
}

.select-flex label{
  font-size:12px;
  text-transform: uppercase;
  color: #777;
  padding: 0 12px;
  position: absolute;
  top:5px;
}

.select-flex select{
  height:40px;
  width: 100%;
  border-radius: 0.5rem!important;
  border: 1px solid #93989c;
  background-color: #FFFFFF;
  font-size: 16px;
  padding: 16px 0 0 8px;
  margin-left: -6px;
  margin-bottom: 0px;
  cursor: pointer;
}

.select-flex select:focus {
  border: 1px solid orange;
  outline:none;
}


.inputerror:not([type="submit"]):focus {
  border: 1px solid red;
  outline:none;
}


@media(max-width: 760px){
   .cntregister{
     min-width: 280px;
     margin: 0 0 0 2px;
   }

   .cntsinglecol{
     min-width: 280px;
     margin: 0 0 0 2px;
   }

   .cntedetail{
     min-width: 280px;
   }

   .user-input-box > .input:focus ~ label,
   .user-input-box > .input:not(:placeholder-shown) ~ label {
        color: rgb(94, 94, 94);
        transform: scale(.85) translateY(-0.7rem) translateX(-2.25rem);
   }

   .float > .input:focus ~ label,
   .float > .input:not(:placeholder-shown) ~ label {
        color: rgb(94, 94, 94);
        transform: scale(.85) translateY(-0.7rem) translateX(-8.5%);
   }


   .genderinput,
   .reg-submit-chk,
   .user-input-box,
   .user-input-box-bs,
   .main-user-cell {
     width: 100%;
   }

   .cntedetail-cell:nth-child(2n),
   .user-input-box:nth-child(2n),
   .user-input-box-bs:nth-child(2n),
   .main-user-cell:nth-child(2n){
     justify-content: space-between;
   }

   .cntedetail-cell {
      flex: 0 0 100%;
   }
}


.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  background-color: white;
  border-bottom: 2px solid orange;
  padding: 10px 0px 10px 0px;
  z-index: 10;
}

.header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo img{
  width: 200px;
  vertical-align: middle;
}
.header .menu .head{
  display: none;
}
.header .menu ul{
  list-style: none;
}
.header .menu a:hover{
  color: orange;
}
.header .menu > ul > li{
  display: inline-block;
}
.header .menu > ul > li:not(:last-child){
  margin-right: 40px;
}
.header .menu .dropdown{
  position: relative;
}
.header .menu a{
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  color: hsl(0, 0%, 0%);
  line-height: 1.5;
  display: block;
}
.header .menu > ul > li > a{
  padding: 24px 0;
}
.header .menu > ul > .dropdown > a{
  padding-right: 15px;
}
.active {
   color: orange !important;
}
.header .menu i{
  font-size: 10px;
  pointer-events: none;
  user-select: none;
  position: absolute;
  color: hsl(0, 0%, 0%);
  top: calc(50% - 5px);
}
.header .menu > ul > li > i{
  right: 0;
}
.header .menu .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 230px;
  padding: 15px 0;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0 5px orange;
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
}

.header .menu .sub-menu a:hover{
  color: orange;
}
.header .menu .sub-menu-right{
  left: 100%;
  top: 0;
}
.header .menu .sub-menu-left{
  top: 0;
  left: auto;
  right: 100%;
}
.header .menu li:hover > .sub-menu{
  opacity: 1;
  transform: none;
  visibility: visible;
  transition: all 0.5s ease;
}
.header .menu .sub-menu a{
  padding: 6px 24px;
}
.header .menu .sub-menu .dropdown > a{
  padding-right: 34px;
}

.header .menu .sub-menu span{
  background-image: linear-gradient(hsl(28, 80%, 52%), hsl(28, 80%, 52%));
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.5s ease;
}
.header .menu .sub-menu li:hover > a > span{
  background-size: 100% 1px;
}

.header .menu .sub-menu i{
  transform: rotate(-90deg);
  right: 24px;
}
.header-right{
  display: flex;
}
.header-right > *{
  margin-left: 25px;
}
.header-right .icon-btn{
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: hsl(0, 0%, 0%);
  font-size: 16px;
}
.header-right .open-menu-btn{
  display: none;
}

@media(max-width:1020px){

  .header{
    padding: 6px 0;
  }

  .header .logo img{
    width: 130px;
    vertical-align: middle;
  }

  .header .menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: hsl(0, 0%, 100%);
    padding: 15px 30px 30px;
    overflow-y: auto;
    z-index: 1;
    transform: translateX(100%);
  }
  .header .menu.open{
    transform: none;
  }
  .header .menu .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .header .menu .close-menu-btn{
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
  }
  .header .menu .close-menu-btn::before,
  .header .menu .close-menu-btn::after{
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: hsl(0, 0%, 0%);
  }
  .header .menu .close-menu-btn::before{
    transform: rotate(45deg);
  }
  .header .menu .close-menu-btn::after{
    transform: rotate(-45deg);
  }
  .header .menu > ul > li{
    display: block;
  }
  .header .menu > ul > li:not(:last-child){
    margin-right: 0;
  }
  .header .menu li{
    border-bottom: 1px solid hsla(28, 80%, 52%, 0.25);
  }
  .header .menu li:first-child{
    border-top: 1px solid hsla(28, 80%, 52%, 0.25);
  }
  .header .menu > ul > li > a{
    padding: 12px 0;
  }
  .header .menu > ul > .dropdown > a{
    padding-right: 34px;
  }
  .header .menu i{
    height: 34px;
    width: 34px;
    border: 1px solid hsla(28, 80%, 52%, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    top: 7px;
  }
  .header .menu .dropdown.active > i{
    background-color: hsla(28, 80%, 52%, 0.25);
    transform: rotate(180deg);
  }
  .header .menu .sub-menu{
    position: static;
    opacity: 1;
    transform: none;
    visibility: visible;
    padding: 0;
    transition: none;
    box-shadow: none;
    width: 100%;
    display: none;
  }
  .header .menu .dropdown.active > .sub-menu{
    display: block;
  }
  .header .menu .sub-menu li:last-child{
    border: none;
  }
  .header .menu .sub-menu a{
    padding: 12px 0 12px 15px;
  }
  .header .menu .sub-menu .sub-menu a{
    padding-left: 30px;
  }
  .header .menu .sub-menu .sub-menu .sub-menu a{
    padding-left: 45px;
  }
  .header .menu .sub-menu span{
    background-image: none;
  }
  .header .menu .sub-menu i{
    transform: none;
    right: 0;
  }

  .DeskLangDiv {
     display: none
  }

  .header-right .open-menu-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 44px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
  }
  .header-right .open-menu-btn .line{
    height: 2px;
    width: 30px;
    background-color: hsl(0, 0%, 0%);
    position: absolute;
  }
  .header-right .open-menu-btn .line-1{
    transform: translateY(-8px);
  }
  .header-right .open-menu-btn .line-3{
    transform: translateY(8px);
  }
}

.langlistfont, .rwdlanglistfont { font-size: 16px; font-weight: bold;}
.langfont, .rwdlangfont { font-size: 16px; font-weight: bold;}

.langselbox, .rwdlangselbox { font-size: 16px;}

/*Select box Language*/

.selectdiv {
  position: relative;
  float: left;
  min-width: 110px;
  margin: 0px 0%;
}

select::-ms-expand {
display: none;
}

.selectdiv:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 5px;
  padding: 0 0 0px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 105px;
  height: 28px;
  float: right;
  margin: 0px 0px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.selectdiv .selectlanguage:hover {
    border: 2px solid #999;
}

/*Ende select box*/



p {
  margin-top: 2%;
  margin-bottom: 2%;
}

p:last-child {
  margin-bottom: 0;
}


/*Select box*/

.contentseldiv {
  position: relative;
  float: left;
  margin: 0px 0%;
}

select::-ms-expand {
display: none;
}

.contentseldiv:after {
  content: '<>';
  font: 16px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 5px;
  padding: 0 0 0px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

.contentseldiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 28px;
  float: right;
  margin: 0px 0px;
  padding: 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

.contentseldiv .selectlanguage:hover {
    border: 1px solid #999;
}

/*Ende select box*/


.content, .footer {
  padding: 1%;
}

.content {
  flex: 1 0 auto;
  background-color: white;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}


.content a {
        color: darkorange;
        text-decoration: underline;
        border: 0px none;
}
.content a:hover {
        color: darkorange;
        text-decoration: underline;
}

.content a:visited {
        color: darkorange;
        text-decoration: underline;
        border: 0px none;
}


.content a.lintern {
        color: #FF0000;
        text-decoration: underline;
        border: 0px none;
}
.content a.lintern:hover {
        color: #FF0000;
        text-decoration: underline;
        border-bottom: 1px solid #8B4726;
}

.content a.lintern:visited {
        color: #FF0000;
        text-decoration: underline;
        border: 0px none;
}


select{
    max-width: 1500px;
}

.btn {
  padding: 0.5%;
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 1em;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    /*background-color: #ccc;*/
}

/* Style the tab content */
.tabcontent {
    padding: 6px 5px;
}


table caption {
        padding: .5em 0;
}

.p {
  text-align: center;
  padding-top: 140px;
  font-size: 14px;
}


.pwcnt {
    width: 100rem;
    margin: 1rem;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: left;
    flex-direction: column;
    justify-content: left;
    background-color: #fff;
}

.pwcnt form {
    display: flex;
    flex-direction: column;
}

.pwcnt form input {
    width: 16rem;
    outline: none;
    padding: 5px 10px;
    margin-bottom: 1rem;
    border: 1px solid rgb(133, 129, 129);
}

.pwcnt form p {
  margin-top: 0.5%;
  margin-bottom: 0%;
}

.pwcnt button {
    display: inline-block;
    margin: 1rem 0;
    border: 0;
    outline: 0;
    padding: 0.5rem;
    width: 16rem;
    line-height: 1;
    background: linear-gradient(#E8E8E8,#d0d0d0);
    border-radius: 1rem;
    border: 1px #666666 solid;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: padding-right .3s ease-out;
}

.pwcnt form label {
    width: 100%;
    margin-bottom: 2px;
}


.logincnt {
    width: 20rem;
    margin: 6px 0 0 0px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
}

.logincnt form {
    display: flex;
    flex-direction: column;
}

.logincnt form p {
  margin-top: 0.5%;
  margin-bottom: 0%;
}

.logincnt form label {
    margin-bottom: 2px;
}

.logincnt form input {
    width: 16rem;
    outline: none;
    padding: 5px 10px;
    margin-bottom: 1rem;
    border: 1px solid rgb(133, 129, 129);
}

.logincnt wbutton {
    display: inline-block;
    margin: 1rem 0;
    border: 0;
    outline: 0;
    padding: 0.5rem;
    line-height: 1;
    background: linear-gradient(#E8E8E8,#d0d0d0);
    border-radius: 1rem;
    border: 1px #666666 solid;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    transition: padding-right .3s ease-out;
}


/* -- Submitbutton ------------------------------------ */
.logincnt button {
    display: inline-block;
    margin: 1rem 0;
    border: 0;
    outline: 0;
    padding: 0.5rem;
    line-height: 1;
    background: linear-gradient(#E8E8E8,#d0d0d0);
    border-radius: 1rem;
    border: 1px #666666 solid;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    transition: padding-right .3s ease-out;
}
.logincnt button.loading {
    background-color: #CCC;
    padding-right: 40px;
}
.logincnt button.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 6px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.5);
    border-left-color: orange;
    border-top-color: orange;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}
@keyframes spin {
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow {
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}


/* container eventfilter*/
.event-filter1 {
    display:flex;
    max-width:475px;
    flex-wrap:wrap;
    justify-content: top;
}

.event-filter1 p {
  margin-top: 0.6em;
}

.event-filter1 input {
  height: 2.2em;
}


/* columns */
.event-filter1 > * {
    width:100%;
    padding:0rem;
}

/* tablet breakpoint */
@media (min-width:1100px) {
    .event-filter1 > * {
        width:calc(100% / 2);
    }
}

.event-filter1a {
    display:flex;
    max-width:440px;
    flex-wrap:wrap;
    justify-content: top;
}

.event-filter1a p {
  margin-top: 0.6em;
}

.event-filter1a input {
  height: 2.2em;
}

/* columns */
.event-filter1a > * {
    width:100%;
    padding:0rem;
}

/* tablet breakpoint */
@media (min-width:1100px) {
    .event-filter1a > * {
        width:calc(100% / 2);
    }
}

.event-filter1b {
    display:flex;
    max-width:540px;
    flex-wrap:wrap;
    justify-content: top;
}

.event-filter1b p {
  margin-top: 0.6em;
}

.event-filter1b input {
  height: 2.2em;
}

/* columns */
.event-filter1b > * {
    width:100%;
    padding:0rem;
}

/* tablet breakpoint */
@media (min-width:1100px) {
    .event-filter1b > * {
        width:calc(100% / 2);
    }
}


.event-filter2 {
    display:flex;
    max-width:650px;
    flex-wrap:wrap;
}

/* columns */
.event-filter2 > * {
    width:100%;
    padding:0rem;
}


/* tablet breakpoint */
@media (min-width:700px) {
    .event-filter2 > * {
        width:calc(100% / 2);
    }
}


.event-filter3 {
    display:flex;
    max-width:1000px;
    flex-wrap:wrap;
}

/* columns */
.event-filter3 > * {
    width:100%;
    padding:0rem;
}

/* tablet breakpoint */
@media (min-width:1100px) {
    .event-filter3 > * {
        width:calc(100% / 3);
    }
}

/* tablet breakpoint */
@media (min-width:1100px) {
    .test-filter > * {
        width:calc(100% / 3);
    }
}


.plz-filter {
    display:flex;
    max-width:600px;
    flex-wrap:wrap;
    justify-content: top;
}
.plz-filter .colleft { width: 250px;}
.plz-filter .colright { width: 350px;}
.plz-filter p { margin-top: 0.55em;}

.plz-filter input {
  height: 2.2em;
}

.footer {
  background-color: dimgray;
  color: #fff;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;
    border-radius: 50%;
}
.socials a i{
    font-family: 'fontawesome';
    font-size: 1.1rem;
    width: 20px;
    transition: color .4s ease;
}
.socials a:hover i{
    color: orange;
}

.footer-bottom{
    text-align: left;
    display: flex;
    justify-content: space-around;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: none;
}
.footer-bottom p a{
    color:orange;
    font-size: 14px;
    text-decoration: none;
}
.footer-bottom span{
    opacity: .4;
    font-weight: 200;
}
.footer-menu{

}
.footer-menu ul{
    display: flex;
}
.footer-menu ul li{
    padding-right: 10px;
    display: block;
}
.footer-menu ul li a{
    color: #cfd2d6;
    text-decoration: none;
}
.footer-menu ul li a:hover{
    color: orange;
}

fieldset{
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

legend {
   color: #505050;
   font-size: 18px;
   font-weight: bold;
}




.flexbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contentoption { font-size: 15px; height: 26px;}

q{quotes:"\201E" "\201D";}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}


@media only screen and (max-width: 1025px) {
    #hidden-sm {
        display: none;
    }

   .th200 {
   }

}

@media (max-width:500px) {
    .socials li{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .footer-menu ul{
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    .header a.logo img {
        width: 150px;
    }
}

@media screen and (max-width: 1026px) {

    #hidden-lg {
        display: none;
    }

    .footer-bottom {
        flex-wrap: wrap;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .socials {
        margin-left: -40px;
    }
    .footer-menu {
        margin-left: -40px;
    }

   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid orange;
      display:block;
   }

   .table-responsive-stack td {
      float: left;
      width:100%;
   }


}