:root {
  --white-smoke: #f6f6f6;
  --light-grey: #ccc7c7;
  --dark-slate-blue: rgba(126, 145, 184, .13);
  --alice-blue: #f5faff;
  --black: black;
  --dark-slate-blue2: #063b70;
  --light-steel-blue: #caddf0;
  --light-steel-blue-40p: rgba(202, 221, 240, .4);
  --orange-red: #ff5026;
  --darkgrey: #a0a0a0;
  --bluelight: #7fbaf5;
  --white: white;
  --dark-sea-green: #7eb371;
  --black-2: #9c1212;
  --gelb: rgba(220, 243, 11, .85);
  --midnight-blue-hover: var(--dark-slate-blue2);
  --dim-grey: #5d5c5c;
  --forest-green: #08912f;
  --rot-dunkel: #af0928;
  --light-blue: #2652bb;
  --corner_7: 7px;
  --big12: 12em;
  --text-header: Exo, sans-serif;
  --font-text: Montserrat, sans-serif;
  --hellblau: #15f2fa;
}

.w-layout-blockcontainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 15px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.container_menuheadermobile {
    width: 160px;
    max-height: 33px;
    max-width: 160px;
    background-color: #063b70;
    border-radius: 7px;
    margin-top: 0;
    display: inline-block;
  }

 .div_rightmenu_headermobile {
    text-align: left;
    text-decoration: none;
    margin-top: -18px;
  }  

.profiledropdowncontainmenu_mobile.w--open {
    z-index: 400;
    width: 274px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 33px;
    box-shadow: 0 4px 6px -3px rgba(160, 160, 160, .79);
  }  
  



body {mainheader
  color: #333;
  font-family: Avenir;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: underline;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
}

.body {
  margin-left: 0;
  margin-right: 0;
  font-family: Avenir;
  font-size: 14px;
}

.header {
  height: 8%;
  background-color: #fff;
  margin-left: 1%;
  margin-right: 1%;
  padding: 5px 5px 0;
  font-size: 20px;
  display: block;
  box-shadow: 1px 1px 17px -1px rgba(160, 160, 160, .69);
}

.topbarcontain {
  max-width: 1200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.searchbar {
  width: 70%;
  float: right;
  clear: none;
  background-color: var(--white-smoke);
  text-align: left;
  background-image: url('../images/search.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: Avenir;
  font-style: italic;
  line-height: 15px;
  display: inline-block;
  position: relative;
}

.topavatar {
  width: 40px;
  height: 40px;
  background-image: url('../images/Balk.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: inline-block;
}

.topavatar.leftavatar {
  background-image: url('../images/Balk.png');
  border-radius: 10%;
}

.searchdrop {
  height: 40px;
  clear: left;
  color: #fff;
  text-align: right;
  background-color: rgba(156, 151, 151, .8);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-family: Avenir;
  font-weight: 400;
  line-height: 10px;
  display: flex;
  position: relative;
}

.nametext {
  color: var(--light-grey);
  margin-top: 9px;
  margin-left: 10px;
  font-family: Avenir;
  display: inline-block;
}

.nametext.leftnametext {
  margin-top: 0;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
}

.nametext.leftnametext.detailtext {
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 300;
  display: block;
}

.form_wf {
  height: 40px;
  margin-bottom: -10px;
}

.topbarrightcolumn {
  text-align: right;
  justify-content: flex-end;
  padding-left: 10px;
  display: flex;
}

.div-block {
  object-fit: fill;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ddcatlink {
  background-color: var(--dark-slate-blue);
  color: #fff;
  font-family: Avenir;
  transition: opacity .2s;
  position: absolute;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.ddcatlink:hover {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
}

.ddcatlink.w--open {
  width: 200px;
  background-color: var(--alice-blue);
  transition: opacity .2s, opacity .2s;
}

.topbarleftcol {
  text-align: left;
  display: flex;
}

.pagecontain {
  width: 75%;
  height: 100%;
  max-width: 100%;
  text-align: center;
  border: 0 #000;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 10px;
  display: block;
  position: static;
}

.menuright {
  background-color: #fff;
  background-image: url('../images/bookmark-tag.png');
  background-position: 91% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 3px;
  padding-top: 25px;
  box-shadow: 0 0 17px -5px rgba(160, 160, 160, .95);
}

.menuright.flextright {
  width: auto;
  height: auto;
  max-width: 300px;
  min-width: 200px;
  box-shadow: 1px 1px 5px 2px var(--light-grey);
  background-image: none;
  flex: none;
  order: 1;
  align-self: stretch;
  margin: 10px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}

.row_wf {
  padding-left: 19px;
  padding-right: 19px;
}

.leftmenulink {
  width: 100%;
  height: 35px;
  color: var(--light-grey);
  border-left: 5px solid #fff;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 5px 0 0;
  display: block;
}

.leftmenulink:hover {
  clear: both;
  border-left: 0px none var(--dark-slate-blue);
  color: var(--dark-slate-blue2);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-left: 5px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
}

.leftmenulink.currentlinkleft {
  border-left-color: var(--dark-slate-blue);
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
}

.leftmenulink.leftlogout {
  border-top: 1px #000;
  margin-top: 10px;
}

.leftmenulink.leftlogout:hover {
  align-self: stretch;
}

.leftmenulink.leftlogout.toplogout {
  margin-top: 0;
  padding-left: 10px;
}

.icontectleft {
  color: var(--dark-slate-blue2);
  text-align: center;
  margin-left: 0;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.icontectleft:hover {
  color: var(--dark-slate-blue2);
  transform: scale(1.5);
}

.icontectleft.iconbell {
  font-family: Social media icons Second Round, sans-serif;
}

.icontectleft.rechtsicon:hover {
  color: var(--dark-slate-blue2);
}

.menulefttext {
  color: var(--dark-slate-blue2);
  text-align: left;
  margin-left: 10px;
  padding-left: 5px;
  font-family: Avenir;
  font-size: 16px;
  display: inline;
  position: static;
  overflow: visible;
}

.menulefttext:hover {
  color: var(--dark-slate-blue2);
  font-weight: 700;
}

.leftmenucontain {
  width: 100%;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 5px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.intext {
  color: rgba(160, 160, 160, 0);
  text-align: left;
}

.topplusbutton {
  width: 24px;
  height: 24px;
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin-left: 10px;
  padding: 0;
}

.topplusbutton:hover {
  background-color: var(--white-smoke);
}

.goingtext {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-left: 9px;
  font-family: Avenir;
  font-size: 11px;
}

.blockmainall {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  border: 1px #000;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.mainblocuuk {
  flex: 1;
  padding-bottom: 0;
  padding-left: 15px;
  overflow: visible;
}

.main {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 100%;
  clear: both;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: static;
}

.inboxcontain {
  z-index: 700;
  width: 250px;
  box-shadow: 0 0 6px 0 var(--light-grey);
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.toglebutton {
  width: 14px;
  height: 14px;
  background-color: var(--alice-blue);
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 2px;
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, .53);
}

.goingtextinbox {
  opacity: 0;
  color: var(--dark-slate-blue);
  margin-left: 5px;
  font-size: 12px;
  display: block;
  transform: translate(0, -5px);
}

.profiledropdowncontain.w--open {
  z-index: 400;
  width: 160px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: -96px;
  padding: 10px 0;
  box-shadow: 0 4px 6px -3px rgba(160, 160, 160, .79);
}

.dropdown-2 {
  z-index: 400;
}

.successsearch {
  background-color: rgba(0, 0, 0, 0);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.leftmenulink-separat {
  width: 100%;
  color: var(--dark-slate-blue2);
  text-align: center;
  border-left: 5px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
}

.leftmenulink-separat:hover {
  border-left: 5px solid var(--dark-slate-blue);
  background-color: var(--light-steel-blue);
  color: var(--dark-slate-blue);
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
}

.leftmenulink-separat.leftlogout {
  opacity: .23;
  border-top: 2px solid #000;
  margin-top: 15px;
  padding: 5px 10px;
}

.leftmenulink-separat.leftlogout:hover {
  background-color: #6ae;
}

.column1menuleft {
  cursor: pointer;
  object-fit: fill;
  flex: 0 auto;
  align-self: stretch;
  padding-left: 5px;
  display: block;
}

.columns {
  float: none;
  clear: none;
  display: inline;
}

.columns.colleftmenu {
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-left: 0;
  margin-right: 5px;
  font-size: 14px;
  display: block;
}

.columns.colleftmenu:hover {
  border-left: 5px solid var(--dark-slate-blue2);
  background-color: #caddf0;
}

.text-block {
  color: #a0a0a0;
  position: relative;
  left: 35px;
}

.footer {
  height: 12%;
  background-color: #fff;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 0;
  font-size: 20px;
  display: block;
  box-shadow: 1px 1px 17px -1px rgba(160, 160, 160, .69);
}

.columns-postmainplus {
  width: 100.001%;
  height: 100%;
  background-color: var(--light-steel-blue-40p);
  text-align: center;
  margin-top: 0;
  text-decoration: underline;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.menuleft {
  background-color: #fff;
  background-image: url('../images/bookmark-tag.png');
  background-position: 91% 0;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 3px;
  padding-top: 25px;
  box-shadow: 0 0 17px -5px rgba(160, 160, 160, .95);
}

.menuleft.flexleft {
  width: 200px;
  min-width: 200px;
  box-shadow: 1px 1px 5px 3px var(--light-grey);
  background-image: none;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: block;
}

.text-block-3 {
  float: none;
  color: #a0a0a0;
  text-align: right;
  margin-top: 0;
  margin-bottom: 12px;
  margin-right: 5px;
  font-style: italic;
  font-weight: 400;
}

.menurightheadtext {
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-left: 5px;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 700;
}

.actvities-list-element {
  min-height: 20px;
  margin-top: 0;
  line-height: 15px;
}

.searchdroptext {
  font-size: 12px;
  line-height: 5px;
}

.search-column {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  display: block;
  overflow: visible;
}

.image {
  float: left;
  clear: none;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
}

.image.round {
  border-radius: 100px;
  margin-bottom: 2px;
  margin-left: 10px;
}

.image.round.small {
  width: 25px;
  height: 25px;
  float: right;
  clear: right;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  transform: translate(0);
}

.image.round.small:hover {
  transform: scale(4);
}

.image.round.large {
  max-height: 50px;
  max-width: 100px;
  min-height: 50px;
  min-width: 50px;
  float: none;
  object-fit: contain;
  flex: 1;
  order: -1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  display: inline-block;
  overflow: auto;
}

.image.round.large.windows {
  max-width: 130px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  display: inline-block;
}

.image.round.large.windows.event {
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  margin-top: 5px;
  margin-left: 10px;
}

.dropdown-3 {
  float: right;
  line-height: 10px;
  position: relative;
}

.html-embed-2 {
  height: auto;
  text-align: center;
  margin: 0 2px 0 5px;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 0;
  position: static;
  bottom: 10px;
}

.divloggedinusers {
  height: 100%;
  margin-top: 0;
  margin-right: 0;
}

.div-block-12 {
  height: 100%;
  color: var(--light-grey);
  margin-top: auto;
  margin-bottom: 5px;
  line-height: 10px;
}

.text-block-5 {
  text-align: right;
  margin-top: -10px;
  padding-right: 35px;
  font-style: italic;
  line-height: 15px;
}

.clock-embedded {
  height: 20px;
  text-align: right;
  text-transform: uppercase;
  margin: 5px 10px 2px;
  padding-top: 0;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
}

.footerdivdown {
  height: 25px;
}

.footerdivupper {
  height: 25px;
  color: var(--orange-red);
  text-decoration: none;
}

.footertext {
  color: var(--orange-red);
  text-align: center;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .2s;
}

.iconfooter {
  color: var(--light-grey);
  text-align: left;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 400;
}

.link {
  color: var(--light-grey);
  text-align: center;
}

.link.menulefttext {
  font-style: italic;
}

.div-block-13 {
  text-align: center;
}

.footerdowntext {
  color: #a0a0a0;
  text-align: right;
  font-family: Avenir;
  font-size: 15px;
}

.footercolumndown {
  display: flex;
}

.column2menuleft {
  flex: 0 auto;
  align-self: center;
  font-family: Social media icons, sans-serif;
  display: inline;
}

.column2menuleft:hover {
  padding-left: 10px;
  display: inline;
}

.mainheauuder {
  color: #a0a0a0;
  border-bottom: 1px solid #8d7d7d;
  border-top-left-radius: 5px;
  margin-top: -15px;
  margin-bottom: 10px;
  font-family: Avenir;
  font-size: 14px;
  font-weight: 400;
}

.divblgesellsch {
  height: 60%;
  max-height: 40%;
  min-width: 80%;
  object-fit: none;
  border: 1px #000;
  margin-top: 10px;
  margin-left: 3px;
  padding-right: 0;
  display: inline-block;
  overflow: hidden;
}

.tab_standard {
  background-color: var(--white);
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-radius: 10px 10px 0 0;
  flex: 1;

  width: 245px;
  height: 38px;
  perspective: none;
  border: 1px solid #063b70;
  border-bottom-style: none;
  transform: perspective(477px);
  float: left;
  color: #063b70;
  text-align: center; 
  padding-right: 35px; 
  margin-top: 20px;
  margin-right: 2px;
}

.tab_standard.w--current {
  height: 58px;
  border-right: 2px solid var(--dark-slate-blue);
  background-color: #063b70;
  color: var(--white);
  text-align: center;
  display: inline-block;
  overflow: visible;
  flex: 1;
  border-radius: 10px 10px 0 0;
  width: 245px;
  box-shadow: 0 2px 5px 0 var(--dark-slate-blue);
  perspective: none;
  transform: perspective(477px);
  font-weight: 700;
  float: left;
  padding-right: 35px; 
  margin-top: 2px;
  margin-right: 2px;
}

.tab-link-tab-2 {
  height: 30px;
  border-right: 1px solid var(--light-grey);
  background-color: var(--light-steel-blue);
  border-radius: 10px 10px 0 0;
}

.tab-link-tab-2.w--current {
  background-color: #7edd67;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.textcolcontent {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: auto;
  font-size: 12px;
  display: block;
}

.textcolcontent.center {
  text-align: center;
  margin-left: 0;
}

.container-2 {
  height: 85%;
  min-height: 650px;
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
  overflow: auto;
  box-shadow: 1px 1px 3px #000;
}

.column-45 {
  height: 29px;
  background-color: rgba(0, 0, 0, .07);
  border: .1px #7d7878;
  border-right-style: solid;
  padding-left: 0;
  padding-right: 10px;
}

.column-46 {
  height: 30px;
  background-color: rgba(0, 0, 0, .07);
  border: .1px #7d7878;
  border-right-style: solid;
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.column-47 {
  height: 30px;
  background-color: rgba(0, 0, 0, .07);
  border: .1px #7d7878;
  padding-left: 0;
  padding-right: 0;
}

.geselline {
  width: 100%;
  height: 28px;
  border: .1px solid var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-top: -1px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.geselline.blue {
  background-color: var(--light-steel-blue-40p);
}

.tabs-menu-main {
  background-color: #f9fcfd;
  border-bottom: 0 #756b6b;
  border-radius: 3px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.tabs-content-description {
  overflow: hidden;
}

.tabs-content-description.gesell {
  position: static;
  overflow: hidden;
}

.tab-pane-tab-1 {
  width: 100%;
  max-height: 80%;
  object-fit: contain;
  overflow: hidden;
}

.tab-pane-tab-1.gesell {
  min-height: 500px;
  object-fit: fill;
  position: static;
  overflow: hidden;
}

.text-block-37 {
  color: var(--orange-red);
  text-align: center;
  font-weight: 700;
}

.link-11 {
  color: #ff5026;
  text-decoration: none;
}

.link-12, .link-13 {
  color: var(--orange-red);
  text-decoration: none;
}

.container-4 {
  height: 300px;
  margin-top: 89px;
}

.columns-24 {
  margin-top: 40px;
}

.column-148, .column-149 {
  text-align: center;
}

.section {
  width: 380px;
  height: 380px;
}

.igbv-logo {
  clear: left;
  text-align: center;
  flex: none;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  position: static;
}

.heading-4 {
  text-align: center;
}

.html-embed-6 {
  color: #ff5026;
  text-align: center;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.tab-link-tab-3-3 {
  height: 30px;
  border-right: 1px solid var(--light-grey);
  background-color: #e4edf7;
  border-radius: 10px 10px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  overflow: visible;
}

.tab-link-tab-3-3.w--current {
  background-color: #f0fa7f;
}

.divtaballgemein {
  margin-left: 0;
  display: none;
}

.tabs-2 {
  margin-top: 16px;
}

.bold-text-16 {
  margin-left: 0;
  font-weight: 700;
}

.divtable {
  width: 100%;
  border: 1px #000;
  margin-left: 0;
  overflow: auto;
}

.col_gesgdvr {
  height: 30px;
  border: 1px #000;
  border-right: .1px solid #7d7878;
  flex: 0 auto;
  align-self: center;
  padding-left: 0;
  display: block;
}

.col_gesellname {
  height: 30px;
  border: 1px #000;
  border-right: .1px solid #7d7878;
  flex: 1;
  order: -1;
  align-self: center;
  padding-left: 10px;
}

.col_geselldetail {
  height: 0;
  max-height: 100%;
  object-fit: fill;
  border: 1px #000;
  order: 1;
  align-self: flex-start;
  padding-left: 10px;
  display: block;
  overflow: visible;
}

.text-block-65 {
  font-family: Avenir;
  font-size: 12px;
  overflow: hidden;
}

.text-block-66, .text-block-67, .text-block-68 {
  font-family: Avenir;
  font-size: 12px;
}

.text-block-69 {
  font-family: Avenir;
  font-size: 12px;
  position: static;
}

.tab-link-tab-4-2 {
  height: 30px;
  border-right: 1px solid var(--light-grey);
  background-color: #c7e7aa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Avenir;
  font-size: 12px;
}

.tab-link-tab-5 {
  height: 30px;
  border-right: 1px solid var(--light-grey);
  background-color: #e8fccb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-tab-5.w--current {
  background-color: #fbf076;
}

.tab-link-tab-6 {
  height: 30px;
  border-right: 1px solid var(--light-grey);
  background-color: #faeeee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-70 {
  margin-left: 16px;
  font-family: Avenir;
  font-size: 12px;
}

.column-197 {
  height: 30px;
  border-right: .1px solid var(--light-grey);
  background-color: #e0d7d7;
}

.column-198 {
  height: 30px;
  border-right: .1px solid var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.column-199 {
  height: 30px;
}

.text-block-71 {
  width: 96px;
  height: 20px;
  background-color: var(--orange-red);
  margin-top: 5px;
  margin-left: 5px;
}

.text-block-72 {
  margin-top: 5px;
  font-size: 12px;
}

.div-block-33 {
  width: 96px;
  height: 20px;
  background-color: #2de639;
  margin-top: 5px;
  margin-left: 5px;
}

.colgauge1, .column-200 {
  text-align: center;
}

.text-block-73 {
  width: 750px;
  border-bottom: 1px solid var(--light-grey);
}

.button-9 {
  height: 30px;
  text-align: left;
  background-color: #cacaca;
  border-bottom: 1px solid #9e9e9e;
  border-right: 1px solid #9e9e9e;
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 14px;
  position: static;
}

.column-202 {
  height: 35px;
  text-align: right;
  padding-right: 0;
  right: 0;
}

.italic-text-5 {
  color: #403f3f;
}

.column-203 {
  height: 35px;
}

.columns-39 {
  width: 760px;
  height: 28px;
  background-color: #cacaca;
  margin-top: 10px;
}

.column-204 {
  height: 28px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--light-grey) black black;
  padding-left: 0;
}

.column-205 {
  height: 28px;
}

.columns-40 {
  width: 760px;
  height: 28px;
  border: 1px solid var(--light-grey);
}

.column-206 {
  height: 28px;
  border-right: 1px solid var(--light-grey);
  padding-left: 0;
}

.column-207 {
  height: 28px;
  padding-left: 0;
}

.columns-41 {
  width: 760px;
}

.columns-42 {
  width: 760px;
  height: 28px;
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
}

.column-208 {
  height: 28px;
  border-right: 1px solid var(--light-grey);
}

.column-209 {
  height: 28px;
}

.text-block-74 {
  margin-top: 5px;
  margin-left: 5px;
  font-size: 12px;
}

.columns-43 {
  width: 760px;
  height: 30px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-grey);
  background-color: #cacaca;
}

.column-210, .column-211 {
  height: 30px;
}

.columns-44 {
  width: 760px;
  height: 80px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-grey);
}

.column-212 {
  height: 80px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--light-grey) black black;
}

.column-213 {
  height: 80px;
}

.paragraph-5 {
  color: var(--light-grey);
  font-size: 12px;
}

.text-block-75 {
  font-size: 12px;
}

.columns-45 {
  width: 760px;
  height: 28px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-grey);
  background-color: #cacaca;
}

.column-214 {
  height: 28px;
  margin-top: 2px;
}

.column-215 {
  height: 28px;
}

.button-10 {
  height: 23px;
  background-color: var(--light-grey);
  color: #333;
  border-top: 1px #000;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
}

.columns-46 {
  width: 760px;
  height: 28px;
  border: 1px solid var(--light-grey);
  background-color: #cacaca;
  margin-top: 20px;
  margin-left: 10px;
}

.column-216, .column-217, .column-218 {
  height: 28px;
}

.text-block-76 {
  margin-top: 5px;
  font-size: 12px;
}

.columns-47 {
  width: 760px;
  height: 28px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--light-grey);
}

.column-219, .column-220 {
  height: 28px;
  border-right: 1px solid var(--light-grey);
}

.column-221 {
  height: 28px;
}

.div-block-35 {
  margin-top: 7px;
}

.columns-48 {
  width: 760px;
  height: 29px;
  border: 1px solid var(--light-grey);
  background-color: #cacaca;
}

.column-222, .column-223, .column-224 {
  height: 28px;
  border-right: 1px solid var(--light-grey);
}

.column-225 {
  height: 28px;
}

.text-block-78 {
  margin-top: 3px;
  font-size: 12px;
}

.columns-49 {
  width: 760px;
  height: 29px;
  border-right: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
}

.column-226, .column-227, .column-228 {
  height: 28px;
  border-right: 1px solid var(--light-grey);
}

.column-229 {
  height: 28px;
}

.sign-up-wrap {
  width: 432px;
  min-height: 400px;
  background-color: #4191c4;
  border-radius: 15px;
  padding-top: 52px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 3px 3px 7px 2px #000;
}

.form-5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.text_field {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 22px;
}

.submit-button-2 {
  z-index: auto;
  min-width: 234px;
  float: none;
  clear: none;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 22px;
  line-height: 22px;
  transition: all .325s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  left: 60px;
}

.submit-button-2:hover {
  background-color: rgba(255, 255, 255, .7);
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 23px;
}

.link-31 {
  color: rgba(255, 255, 255, .69);
}

.body-2 {
  background-image: url('../images/loginback.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3 {
  background-image: url('../images/loginback.png');
  background-position: 0 0;
  background-size: auto;
}

.column-230 {
  height: 80px;
}

.subposttitle {
  width: 90%;
  float: left;
  border: 1px #000;
  border-bottom-style: solid;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.sublistitem {
  direction: ltr;
  text-transform: none;
  white-space: pre-line;
  border-bottom: 1px #000;
  margin-top: 0;
  list-style-type: none;
}

.sublistitem.sub {
  margin-top: 3px;
  margin-left: 0;
}

.sublistitem.l1 {
  display: block;
}

.postarrowdown {
  z-index: 0;
  width: 30px;
  max-width: 30px;
  float: left;
  margin-left: 0;
  padding-top: 2px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.subpost_add {
  width: 15px;
  float: right;
  clear: none;
  object-fit: fill;
  margin-top: 0;
  margin-left: auto;
  margin-right: 5px;
  display: block;
  overflow: hidden;
}

.subpost_edit {
  width: 15px;
  height: 15px;
  float: right;
  clear: left;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 0;
  display: block;
  position: static;
  left: 15px;
}

.column-subp-empty {
  height: 1px;
}

.titel-text {
  font-size: 12px;
  line-height: 16px;
}

.column-subp-edit {
  padding-right: 0;
}

.link2subpostedit, .link2subpostadd {
  float: right;
  position: relative;
}

.attentionicon {
  display: none;
}

.paragraph-7 {
  color: #c20a0a;
  text-align: center;
  font-weight: 700;
}

.bold-text-18 {
  display: none;
}

.icon {
  margin-top: 10px;
  padding-left: 10px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon.event {
  margin-top: 5px;
  padding-left: 0;
}

.form-block {
  float: none;
  clear: none;
}

.italic-text-7 {
  color: #063b70;
  font-size: 12px;
  line-height: 16px;
}

.div-block-38 {
  display: inline-block;
}

.nametext-2 {
  color: #a0a0a0;
  margin-top: 9px;
  margin-left: 10px;
  font-family: Avenir;
  display: inline-block;
}

.nametext-2.leftnametext {
  margin-top: 0;
  margin-left: 20px;
  font-style: normal;
  font-weight: 400;
}

.leftmenulink-2 {
  width: 100%;
  height: 35px;
  color: #a0a0a0;
  border-left: 5px solid #fff;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
}

.leftmenulink-2:hover {
  color: #2290ff;
  background-color: #f5faff;
  border-left: 5px solid #2290ff;
}

.leftmenulink-2.currentlinkleft {
  color: #2290ff;
  background-color: #f5faff;
  border-left-color: #2290ff;
}

.leftmenulink-2.leftlogout {
  border-top: 1px #000;
  margin-top: 0;
}

.leftmenulink-2.leftlogout.toplogout {
  margin-top: 0;
  padding-left: 10px;
}

.topplusbutton-2 {
  width: 24px;
  height: 24px;
  color: #a0a0a0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  margin-left: 10px;
  padding: 0;
}

.topplusbutton-2:hover {
  background-color: #f6f6f6;
}

.icontectleft-2 {
  color: #a0a0a0;
  text-align: center;
  margin-left: -13px;
  font-family: Social media icons, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.icontectleft-2.iconbell {
  font-family: Social media icons Second Round, sans-serif;
}

.searchdrop-2 {
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: rgba(156, 151, 151, .8);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Avenir;
  font-weight: 400;
  line-height: 10px;
  display: block;
  position: static;
}

.ddcatlink-2 {
  color: #fff;
  background-color: #2290ff;
  font-family: Avenir;
  transition: opacity .2s;
  position: absolute;
  transform: translate(0);
  box-shadow: 1px 1px 3px #000;
}

.ddcatlink-2:hover {
  color: #2290ff;
  background-color: #f5faff;
}

.ddcatlink-2.w--open {
  width: 200px;
  background-color: #f5faff;
  transition: opacity .2s, opacity .2s;
}

.dropdown-5 {
  line-height: 10px;
}

.searchbar-2 {
  width: 70%;
  text-align: left;
  background-color: #f6f6f6;
  background-image: url('../images/search.png');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-family: Avenir;
  font-style: italic;
  line-height: 15px;
  display: inline-block;
}

.form-6 {
  height: 30px;
  margin-bottom: 0;
}

.blockmainposts {
  width: 100%;
  float: none;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--dark-slate-blue2);
  margin-top: 0;
  transition: border-width .2s;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 3px 1px #000;
}

.columnspostmaintitle {
  width: 100%;
  border: 1px solid var(--dark-slate-blue2);
  box-shadow: 1px 1px 3px 0 var(--black);
  opacity: 1;
  background-color: #abc4f4;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .2s;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.text-block-post-titel {
  z-index: 0;
  width: 100%;
  height: 100%;
  float: right;
  clear: none;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: 20px;
}

.text-block-post {
  color: #063b70;
  text-align: center;
  margin-top: 3px;
  font-family: Avenir;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
}

.text-block-post.left {
  z-index: auto;
  float: right;
  text-align: justify;
  object-fit: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 65%;
  padding-left: 0;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: static;
  left: 0;
  right: 50px;
}

.text-block-post.rechts {
  float: left;
  clear: none;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-left: 10%;
  font-size: 10px;
  display: flex;
  position: absolute;
}

.mainheader {
  width: 100%;
  color: var(--dim-grey);
  text-align: center;
/*  border-bottom: 1px solid #8d7d7d;*/
  border-top-left-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-left: 5px;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.tabpanelpost {
  width: 100%;
  max-width: 850px;
  min-width: 700px;
  border: 1px #000;
  overflow: hidden;
}

.div-block-358 {
  height: 30px;
  float: none;
  clear: none;
  object-fit: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 50px;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.subpostlist {
  margin-top: 0;
  padding-left: 10px;
  list-style-type: square;
}

.link-post-title {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.divblbutton {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0;
  display: flex;
}

.divblbutton.down {
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 25px;
  overflow: visible;
}

.divblbutton.up {
  margin-top: 5px;
  padding-right: 25px;
}

.divblbutton.oben {
  margin-top: 2px;
  margin-bottom: 2px;
}

.divblbutton.unten {
  color: var(--white);
  margin-bottom: 0;
}

.divblbutton.unten.einzeln {
  align-items: flex-end;
}

.divblbutton.geaell {
  text-align: center;
  justify-content: center;
  margin-bottom: 8px;
}

.textforumgreyheader {
  height: 25px;
  text-align: left;
  text-transform: none;
  margin-left: 20px;
  margin-right: auto;
  padding-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
  overflow: visible;
}

.div-block-post-c1 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 5px;
  padding-top: 0;
  line-height: 25px;
  display: flex;
  position: relative;
  top: 0;
}

.button-post {
  width: 40px;
  height: 20px;
  text-align: center;
  background-color: #4278af;
  border-radius: 9px;
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-top: 2px;
  margin-bottom: auto;
  margin-left: 0;
  padding: 0 0 2px;
  font-family: Social media icons, sans-serif;
  text-decoration: none;
  box-shadow: 1px 1px 3px #000;
}

.button-post:hover {
  background-color: var(--dark-slate-blue2);
}

.button-post.w--current {
  width: 50px;
  height: 20px;
  direction: rtl;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  cursor: pointer;
  background-color: #4278af;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: auto 0 auto auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: static;
  left: 10px;
  box-shadow: 1px 1px 3px 1px #000;
}

.button-post.w--current:hover {
  width: 45px;
  background-color: #7eb371;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
}

.button-post.orange {
  background-color: #ee7716;
}

.button-post.orange:hover {
  background-color: var(--dark-slate-blue2);
}

.button-post.gruen {
  background-color: var(--forest-green);
  font-family: Avenir;
  font-size: 30px;
  font-weight: 700;
}

.button-post.gruen:hover {
  background-color: var(--dark-slate-blue2);
}

.button-post.open {
  background-color: #d7e911;
}

.button-post.open:hover {
  background-color: var(--dark-slate-blue2);
}

.button-post.klein {
  width: 25px;
  height: 25px;
  color: var(--white);
  margin-left: 5px;
  padding-top: 3px;
  font-size: 18px;
}

.button-post.klein.green {
  background-color: var(--forest-green);
}

.button-post.klein.green.einzeln {
  flex: 1;
  margin-left: 5px;
}

.button-post.klein.rot {
  width: 25px;
  height: 25px;
  background-color: var(--rot-dunkel);
  margin-right: 5px;
}

.button-post.klein.gesell {
  width: 40px;
  height: 20px;
  max-height: 20px;
  min-width: 40px;
  background-color: var(--dark-slate-blue2);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.image-postowner {
  width: 40px;
  float: left;
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  order: 1;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 2px;
  padding-left: 0;
  display: block;
}

.postcontentrichtext {
  width: 95%;
  margin-left: 5px;
}

.tabs {
  width: 100%;
  height: 35px;
  display: inline-block;
}

.postsubpostblock {
  border-bottom: 1px solid #000;
}

.postcontent-2 {
  background-color: var(--light-steel-blue-40p);
  border-bottom: 1px solid #000;
}

.bold-text-20 {
  width: 100%;
  height: auto;
  float: right;
  clear: none;
  color: #000;
  text-align: justify;
  order: -1;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
}

.tab-header-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.columnpostheadermaincol {
  height: 25px;
  color: #fcfcfc;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  position: static;
  overflow: visible;
}

.tabscontentforum {
  width: 100%;
  clear: both;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
  overflow: auto;
}

.text-block-52 {
  float: left;
  clear: none;
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  align-self: center;
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 10px;
  font-family: Avenir;
  font-size: 20px;
  font-weight: 700;
  display: inline;
  overflow: visible;
}

.tablinkpost {
  height: 30px;
  background-color: #abc4f4;
  border-right: 1px #000;
  border-radius: 10px 10px 0 0;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 1px 1px 3px 1px #000;
}

.tablinkpost:hover {
  background-color: rgba(6, 59, 112, .6);
}

.tablinkpost.w--current {
  height: 30px;
  background-color: var(--dark-slate-blue2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-right: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.main1stblock {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 600px;
  min-width: 750px;
  text-align: left;
  object-fit: none;
  object-position: 50% 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-right-width: 0;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  overflow: visible;
}

.columnspostcol {
  height: 100%;
  clear: none;
  text-align: left;
  cursor: pointer;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #a0a0a0;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2px 0;
  transition: opacity .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.columnspostcol.col1 {
  object-fit: fill;
  flex-direction: row;
  display: inline-block;
}

.columnspostcol.collast {
  justify-content: center;
  align-items: flex-end;
}

.div-block-post-heading-desc {
  clear: none;
  object-fit: none;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.mainblock {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 1;
  align-self: flex-start;
  margin-top: 5px;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 5px;
  display: block;
  overflow: hidden;
}

.tabsmenuforum {
  width: 100%;
  height: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.columnspostheader {
  width: 100%;
  height: 25px;
  background-color: var(--dark-slate-blue2);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
  overflow: auto;
}

.containerpost {
  height: auto;
  border: 1px #000;
  display: block;
  position: relative;
  overflow: hidden;
}

.columns-51 {
  max-width: 120px;
  object-fit: contain;
  flex: none;
  align-self: flex-end;
  display: block;
}

.image-30 {
  width: 26px;
  height: 16px;
  margin-top: -13px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.columnsmenusmain {
  flex-direction: row;
  flex: 1;
  order: -1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

.columnmenuleft {
  clear: left;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  display: block;
  position: static;
  overflow: auto;
}

.columnmenuright {
  clear: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  display: block;
  position: static;
}

.columnmain {
  flex: 1;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
  margin-top: 5px;
}

.column3menuleft {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  display: inline;
}

.column3menuleft:hover {
  display: inline-block;
}

.headingareas {
  width: 100%;
  color: var(--dark-slate-blue2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: center;
  margin: 0 0%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.headingareas.right {
  margin-top: 0;
  padding-top: 0;
  font-family: Avenir;
  font-size: 20px;
  display: block;
}

.columnsloggedin {
  width: 92%;
  height: 35px;
  max-height: 40px;
  min-height: 35px;
  justify-content: space-around;
  margin: 4px 2% 0 6%;
  display: flex;
}

.coluserimage {
  text-align: center;
  flex: none;
  order: -1;
  align-self: center;
  padding-left: 10px;
  padding-right: 5px;
  display: block;
  position: static;
}

.coluserimage.center {
  min-height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: block;
  position: static;
}

.colusername {
  min-height: 40px;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.colusername.last {
  order: 0;
}

.contloggedin {
  height: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  display: block;
}

.pararighttext {
  text-align: left;
  margin: 5px 5px 0 10px;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
}

.paragraph-9 {
  margin-top: 5px;
  margin-bottom: 0;
}

.line_wf {
  width: 96%;
  height: 5px;
  max-width: 100%;
  border-top: 2px solid var(--light-grey);
  margin-top: 4px;
  margin-left: 2%;
  margin-right: 2%;
}

.line_wf.long {
  max-width: 780px;
}

.line_wf.rechtmenue {
  width: 0%;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.line_wf.abstand {
  margin-top: 20px;
}

.coluserbuttons {
  flex: none;
  order: 1;
  justify-content: space-around;
  align-self: center;
  font-family: Avenir;
  display: flex;
}

.flex-body {
  min-height: 100vh;
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item {
  max-width: 450px;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.accordion__plus-wrapper {
  width: 14px;
  height: 14px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  width: 2px;
  height: 100%;
  background-color: #ababab;
  position: absolute;
}

.accordion__bar-hor {
  width: 100%;
  height: 2px;
  background-color: #ababab;
}

.accordion__content-wrap {
  height: 0%;
  color: var(--black);
  overflow: hidden;
}

.accordion__content {
  margin: 15px 20px 20px;
}

.text-block-83 {
  color: #1a1818;
}

.heading-10 {
  color: var(--black);
}

.linie_wf {
  width: 100%;
  border-top: 3px solid var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  flex: none;
  margin-top: 20px;
}

.linie_wf.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.chatheader {
  max-width: 800px;
  margin-top: 5px;
  display: block;
}

.windowheading {
  color: var(--dark-slate-blue2);
  text-align: center;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin-left: 50px;
}

.windowcomplete {
  max-width: 450px;
}

.windowcomplete.event {
  max-width: 800px;
  min-width: 800px;
  flex-direction: column;
  display: flex;
}

.windowcomplete.event.ressource {
  max-width: 500px;
  min-width: 500px;
}

.columnsheadchat {
  max-height: 50px;
  max-width: 100%;
  min-height: 50px;
  flex: 1;
  align-self: flex-start;
}

.chatdivhead {
  background-color: var(--light-steel-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chatdivhead.new {
  max-width: 800px;
  min-height: 50px;
  background-color: var(--light-steel-blue);
}

.chatdivuser {
  min-width: 200px;
  float: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.chatusercenter {
  min-height: 55px;
  min-width: 100px;
  color: #FFF;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: 10px;
  font-size: 18px;
  display: flex;
}

.chatusercenter.textchat {
  max-width: 400px;
  min-height: 30px;
  min-width: 300px;
  color: #FFF;
  text-align: center;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.chatdivtext {
  min-height: 200px;
  background-color: var(--light-steel-blue);
  margin-left: 5px;
  margin-right: 10px;
  display: block;
}

.chatdivtext.new {
  height: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  margin-left: 0;
  margin-right: 0;
}

.chattexteintrag.user1 {
  max-width: 760px;
  color: var(--dark-slate-blue2);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
}

.chattexteintrag.user2 {
  text-align: left;
  margin-left: 40px;
  font-style: italic;
}

.chattexteintrag.user2.new {
  color: var(--dark-slate-blue2);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-left: 10px;
}

.chatformenter {
  max-width: 780px;
  margin-left: 10px;
  margin-right: 10px;
}

.formsendnachricht {
  max-width: 780px;
  flex-direction: column;
  display: flex;
}

.chatstatusicon {
  color: var(--light-grey);
  order: -1;
  margin-left: 20px;
  padding-left: 10px;
  font-family: Social media icons, sans-serif;
}

.chatstatusicon.green {
  color: var(--light-grey);
  color: #7eb371;
  padding-left: 10px;
}

.chatdivtextown {
  background-color: var(--light-steel-blue-40p);
  display: flex;
}

.divheading {
  width: 96%;
  max-height: 35px;
  min-height: 30px;
  background-color: var(--light-steel-blue);
  margin-top: 10px;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.divheading.right {
  width: 96%;
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
}

.divheading.links {
  width: 100%;
  min-width: 200px;
  text-align: center;
  justify-content: flex-start;
  margin-left: 1%;
  margin-right: -1%;
  display: flex;
}

.headingareaimage {
  width: 40px;
  height: 40px;
  order: 1;
  margin-top: 0;
  margin-left: 10px;
}

.headingareaimage.links {
  order: -1;
  margin-left: 5px;
}

.headingareaimage.rechts {
  width: 40px;
  height: 40px;
  max-width: 100%;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.div-hrrizontal, .divblocktextlink {
  display: flex;
}

.divwindowdetail {
  order: 1;
  align-self: stretch;
  margin-left: 25px;
  margin-right: 10px;
}

.windowdetailscontent {
  min-height: 200px;
  background-color: #caddf0;
  margin-left: 5px;
  margin-right: 10px;
  display: block;
}

.windowdetailscontent.new {
  height: 100%;
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.divadresstexte {
  margin-left: 5px;
}

.divblockinlink.link {
  margin-left: 20px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.divrechtsform {
  flex-direction: row;
  display: flex;
}

.textwindowsdetails {
  width: 100%;
  text-align: left;
  margin-left: 15px;
  display: inline;
}

.textwindowsdetails.rechtsausgerichtet {
  width: 120px;
  text-align: right;
  margin-left: 0;
  font-weight: 700;
  display: block;
}

.textwindowsdetails.blocklinks {
  margin-left: 2px;
}

.textwindowsdetails.emailwebsite {
  margin-left: 30px;
}

.divadresse {
  margin-top: 10px;
}

.link-32 {
  color: var(--dark-slate-blue2);
  text-align: right;
  font-family: Avenir;
  display: inline-block;
}

.windowtopheader {
  max-width: 100%;
  margin-top: 5px;
  display: block;
}

.windowtopheader.event {
  width: 100%;
  max-height: 40px;
  min-height: 40px;
  order: -1;
  align-self: stretch;
  margin-top: 0;
}

.windowtopheacontent {
  width: 100%;
  max-height: 50px;
  max-width: 100%;
  background-color: var(--light-steel-blue);
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.userdivhead {
  background-color: var(--light-steel-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.userdivhead.new {
  max-width: 350px;
  min-height: 50px;
  background-color: var(--light-steel-blue);
}

.columnsheaduser {
  max-height: 50px;
  max-width: 350px;
  min-height: 50px;
  flex: 1;
  justify-content: space-around;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.text-field-9 {
  max-width: 790px;
  display: block;
}

.userformenter {
  max-width: 330px;
  margin-left: 10px;
  margin-right: 10px;
}

.textblockicons {
  flex: none;
  order: 1;
}

.divblorgbuttons {
  float: left;
  margin-bottom: 0;
  margin-left: 10px;
  display: inline;
}

.colsrightmenucontent {
  flex: 1;
  order: -1;
  align-self: stretch;
  display: block;
  box-shadow: 1px 1px 3px #000;
}

.colrightmcolleft {
  clear: none;
  margin-top: 10px;
  display: inline-block;
  position: static;
}

.colrightmcolright {
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
}

.windowdivcommuni {
  flex-direction: column;
  display: flex;
}

.contrechtsm {
  height: 80%;
  margin-top: -5px;
  padding-left: 0;
  display: block;
}

.columnsrechtscont {
  width: 92%;
  height: 35px;
  max-height: 40px;
  min-height: 35px;
  margin: 0 2% 1px 6%;
  display: flex;
}

.columnspostheadermain {
  height: 25px;
  max-height: 25px;
  background-color: #063b70;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.subposttitle-2 {
  width: 90%;
  float: left;
  border: 1px #000;
  border-bottom-style: solid;
  font-style: normal;
}

.paragraph-maininfo {
  width: 788px;
  background-color: var(--dark-slate-blue2);
  color: #FFF;
  text-align: justify;
  margin: 0 6px 10px;
  padding: 3px 20px;
  font-size: 12px;
  display: inline-block;
  overflow: visible;
}

.tabsmain {
  max-height: 80%;
  max-width: 100%;
  min-height: 600px;
  object-fit: fill;
  position: static;
  overflow: hidden;
}

.containermaingesellschaften {
  height: 85%;
  max-height: 70%;
  min-height: 500px;
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
  box-shadow: 1px 1px 3px #000;
}

.divtablegesell {
  width: 100%;
  min-height: 500px;
  min-width: 500px;
  border: 1px #000;
  margin-left: 0;
  display: block;
  overflow: hidden;
}

.textspanhervorh {
  margin-right: 3px;
  padding-left: 3px;
  font-size: 14px;
  overflow: visible;
}

.eventheadercont {
  min-height: 55px;
  min-width: 100px;
  color: #063b70;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: 10px;
  font-size: 18px;
  display: flex;
}

.eventheadercont.textchat {
  min-height: 60px;
  min-width: 150px;
  color: #063b70;
  text-align: center;
  max-width: 300px;
  min-height: 30px;
  min-width: 200px;
  color: #063b70;
  text-align: center;
  flex: none;
  order: 1;
  align-self: flex-start;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Avenir;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.eventheadercont.textheadgesell {
  max-height: 40px;
  min-height: 40px;
  min-width: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  margin: 0 10px 0 0;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.eventheadercont.textheadgesell.name {
  max-width: 100%;
  min-width: 200px;
  color: var(--midnight-blue-hover);
  font-family: Avenir;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.eventheadercont.textheadgesell.name.ressource {
  min-width: 100%;
  text-align: center;
}

.windowheading-2 {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  color: #063b70;
  text-align: center;
  flex: none;
  order: -1;
  align-self: center;
  margin-top: 10px;
  margin-left: 0%;
  margin-right: 0%;
}

.userdivhead-2 {
  -webkit-text-fill-color: inherit;
  background-color: #caddf0;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.userdivhead-2.new {
  width: 100%;
  max-height: 60px;
  max-width: 100%;
  min-height: 50px;
  min-width: 100%;
  background-color: #caddf0;
  flex-direction: row;
  align-items: center;
  display: inline-block;
}

.userdivhead-2.new.event {
  max-height: 40px;
  min-height: 40px;
}

.userdivhead-2.new {
  max-width: 350px;
  min-height: 50px;
  background-color: #caddf0;
  align-self: center;
}

.colimagewindow {
  max-height: 40px;
  min-height: 40px;
  order: -1;
  padding-left: 0;
  display: block;
}

.colimagewindow.center {
  min-height: 60px;
  clear: none;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: inline;
  position: static;
}

.colimagewindow.center.winhist {
  padding-left: 0;
  padding-right: 0;
}

.chatdivuser-2 {
  max-height: 60px;
  min-width: 100%;
  float: left;
  text-align: right;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.coleventname {
  max-height: 40px;
  min-height: 40px;
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.coleventname.winhist {
  min-height: 50px;
}

.columnsheadwindow {
  width: 100%;
  max-height: 40px;
  max-width: 100%;
  min-height: 40px;
  flex: 1;
  align-self: flex-start;
}

.columnsheadwindow.winhist {
  min-width: 450px;
}

.windowheading4 {
  margin-top: 5px;
  margin-bottom: 0;
}

.windowheading5 {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  display: flex;
}

.windowheading5.email {
  margin-top: 0;
  margin-left: 30px;
}

.windowtextblock {
  max-height: 20px;
  display: flex;
}

.windowtextblock.vertical {
  max-height: 60px;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 2px;
  display: flex;
}

.windowblock150 {
  width: 160px;
  margin-left: 10px;
}

.downloadcontainer {
  order: -1;
  align-self: stretch;
}

.downloadselectdiv {
  flex-direction: column;
  margin-top: 10px;
  display: block;
}

.searchtextinsert {
  max-height: 25px;
  max-width: 100%;
  background-color: var(--light-steel-blue-40p);
  box-shadow: inset 1px 1px 3px 0 var(--light-grey);
}

.searchtextinsert.datum {
  height: 25px;
  max-width: 100px;
}

.search-block-links {
  flex: 1;
  order: -1;
  align-self: flex-end;
}

.search-block-links.datum {
  flex: 0 auto;
  align-self: center;
  margin-left: 12px;
}

.search-block-links.checkbox {
  color: var(--dim-grey);
  align-self: auto;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 0;
  font-family: Avenir;
  font-weight: 700;
  display: flex;
}

.search-block-links.search {
  max-width: 25%;
  min-width: 250px;
  align-self: center;
  margin-right: 10px;
}

.searchform {
  flex-direction: column;
  display: flex;
}

.searchlineform {
  height: 30px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  display: flex;
}

.buttonfilter {
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  background-color: var(--dark-slate-blue2);
  text-align: center;
  order: 1;
  align-self: flex-end;
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 12px;
  padding: 0 12px 0 0;
  line-height: 14px;
  box-shadow: 1px 1px 3px #000;
}

.buttonfilter:hover {
  background-color: var(--dark-slate-blue);
}

.buttonfilter.l-schen {
  border-radius: 4px;
  align-self: flex-end;
  padding-left: 10px;
}

.buttonfilter.setzen {
  border-radius: 4px;
  padding-left: 10px;
}

.searchlabel {
  max-height: 18px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.searchresult {
  min-height: 100px;
  margin-top: 5px;
}

.formsearch {
  width: 100%;
  align-self: stretch;
}

.line-2 {
  height: 5px;
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.downloadresult {
  flex-direction: column;
  display: flex;
}

.remarkblock {
  background-color: var(--white);
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.adminemail:hover {
  transform: scale(2);
}

.windowheading-3 {
  color: #FFF;
  text-align: center;
  flex: 1;
  order: 1;
  align-self: center;
  margin: 5px 10px;
  font-family: Avenir;
  font-size: 26px;
}

.image-igbv {
  max-width: 140%;
  float: right;
  object-fit: fill;
  margin: 17% 5px 50px 20px;
  display: block;
  position: static;
}

.headinguserimage {
  order: 1;
  margin-top: -10px;
  margin-left: 10px;
}

.headinguserimage.left {
  text-align: center;
  border-radius: 30px;
  display: block;
}

.divblockinoutfields {
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cols_form {
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.form_selection {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.col_of4 {
  clear: right;
  border-left: 1px solid var(--dark-slate-blue2);
  position: static;
}

.col_of4._2-teil {
  border-left-style: none;
}

.submit-button-4 {
  text-align: center;
  order: 1;
  align-self: center;
  margin-top: 20px;
  margin-left: 40%;
  margin-right: 40%;
}

.inputfield {
  max-width: 250px;
  min-height: 40px;
  min-width: 150px;
  background-color: var(--light-steel-blue-40p);
  object-fit: fill;
  order: 1;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
  font-style: italic;
  line-height: 18px;
  display: inline-block;
  overflow: hidden;
}

.labelinput {
  flex: 1;
  order: -1;
}

.container_select {
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.checkbox-main-list {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.heading-13 {
  order: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.checkbox {
  margin-left: -25px;
}

.checkboxes_downl {
  margin-left: 15px;
  margin-right: 10px;
  padding-left: 5px;
  font-family: Avenir;
  font-weight: 700;
  text-decoration: underline;
}

.cb_download {
  text-align: left;
  margin-left: -15px;
}

.cb_download.label {
  color: var(--dim-grey);
  text-transform: uppercase;
  white-space: normal;
  margin-left: 0;
  font-family: Avenir;
  font-style: normal;
  line-height: 18px;
  text-decoration: none;
}

.bold-text-22 {
  overflow: visible;
}

.divdetailtextblock.windows {
  flex-direction: column;
  display: flex;
}

.div-block-367 {
  border-top: 1px #000;
}

.window {
  margin-left: 0;
}

.div-block-368 {
  max-width: 800px;
  margin-left: 25px;
}

.columnswindow.linehistorie {
  max-width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.text-block-86 {
  text-align: center;
  font-weight: 700;
}

.text-block-86.aktiv {
  color: var(--forest-green);
}

.text-block-86.inaktiv {
  color: var(--rot-dunkel);
}

.text-block-87 {
  max-width: 250px;
  padding-left: 0;
  padding-right: 5px;
  overflow: hidden;
}

.winhist1 {
  padding-left: 0;
  padding-right: 5px;
}

.winhist3 {
  padding-left: 5px;
  padding-right: 5px;
}

.aktiv {
  color: #0e8630;
  font-weight: 700;
}

.windowbutton {
  max-width: 130px;
  min-width: 130px;
  background-color: var(--dark-slate-blue2);
  box-shadow: 2px 2px 2px 2px var(--dim-grey);
  flex: 1;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
}

.windowbutton:hover {
  background-color: #1159a1;
  transform: scale(1.2);
}

.divbuttonblock {
  min-height: 60px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.edittext {
  max-height: 30px;
  max-width: 100%;
  min-height: 30px;
  min-width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 2%;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  right: 0;
  box-shadow: inset 1px 1px 3px #000;
}

.edittext.event {
  max-width: 60%;
  min-width: 60%;
  border: 1px solid var(--light-grey);
  background-color: var(--alice-blue);
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.formlineedit {
  min-width: 100%;
  align-items: center;
  margin-left: 7px;
  margin-right: 0;
  display: flex;
}

.formlineedit.memo {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  display: flex;
}

.formlineedit.horizontal {
  max-width: 100%;
  min-width: 100%;
  flex-flow: row;
  justify-content: space-around;
  margin-left: 10px;
}

.editlabelfield {
  width: 180px;
  flex-direction: column;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 10px;
  display: flex;
}

.editlabelfield.breit {
  width: 100%;
  margin-left: 0;
  margin-right: 5px;
}

.editlabelfield.horiz {
  width: 400px;
  max-width: 700px;
  min-width: 400px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 10px;
}

.fieldlabel {
  order: -1;
  margin-bottom: 0;
}

.memofield {
  width: 100%;
  min-height: 250px;
  min-width: 300px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  box-shadow: inset 1px 1px 3px #000;
}

.formevent {
  max-width: 800px;
  min-width: 800px;
  margin-bottom: 0;
}

.columneventcb {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.windowselectform {
  max-height: 32px;
  min-height: 32px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-right: 0;
  font-size: 12px;
}

.windowselectform.event {
  border: 1px solid var(--light-grey);
  background-color: var(--alice-blue);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.coliumnsbuttons {
  max-width: 13%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.coliumnsbuttons.ressource {
  max-width: 450px;
  min-width: 450px;
}

.listitemdocument {
  margin-top: 0;
  display: flex;
}

.imagedoc {
  max-height: 32px;
  max-width: 32%;
  order: -1;
  align-self: center;
  margin-right: 10px;
}

.columnstitelundlistbox {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.columndocslist {
  padding-left: 0;
  padding-right: 5px;
}

.headingeventlabels {
  max-width: 300px;
  flex: 1;
  align-self: flex-start;
  margin: 10px 20px 0 0;
  font-size: 16px;
}

.headingeventlabels.alone {
  margin-top: 5px;
}

.headingeventlabels.top {
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
}

.columndocsupload {
  padding-left: 0;
}

.linkdocument {
  line-height: 32px;
}

.windowdivleft {
  max-width: 100%;
  min-width: 100%;
  flex-direction: column;
  align-self: stretch;
  margin-left: 0;
  display: flex;
}

.windowdivleft.abstand {
  max-width: 200px;
  min-width: 200px;
  margin-left: 20px;
}

.windowdivdivide {
  justify-content: flex-start;
  display: flex;
}

.windowdivright {
  max-height: 260px;
  min-height: 260px;
  min-width: 250px;
  text-align: right;
  margin-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}

.windowressource {
  padding-right: 20px;
}

.column-233 {
  padding-left: 0;
}

.checkbox-field-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.divtriplecheck {
  margin-left: 20px;
}

.windowheadertext {
  max-height: 60px;
  min-width: 100%;
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.windowlist {
  max-height: 230px;
  min-height: 230px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: auto;
}

.windowlist.mitte {
  max-height: 100px;
  min-height: 120px;
  margin-top: 10px;
  padding-left: 10px;
}

.div-block-370 {
  padding-left: 15px;
}

.section_upload {
  margin-top: -5px;
}

.divfullbackground {
  background-color: var(--light-steel-blue-40p);
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

.datetimepickinput {
  margin-top: 10px;
  display: block;
}

.text-field-11 {
  margin-top: 10px;
}

.columnsdatepicker {
  max-height: 60px;
  min-height: 60px;
}

.col_empty_1 {
  max-height: 50px;
}

.section_datepicker {
  min-height: 50px;
  background-color: var(--light-steel-blue-40p);
}

.text_vonbis {
  height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 10px;
}

.col_datepicker {
  max-height: 40px;
  font-size: 12px;
}

.textarea {
  max-width: 100%;
  min-height: 200px;
  min-width: 450px;
}

.textarea.event {
  background-color: var(--alice-blue);
  margin-left: 2%;
}

.column-234 {
  text-align: right;
  display: block;
}

.heading-14 {
  margin-bottom: 0;
  font-size: 16px;
}

.select-field {
  font-size: 10px;
}

.select-field.lessheight {
  min-width: 130px;
  font-size: 14px;
  line-height: 15px;
}

.container_uploadfile {
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  margin-top: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-template-columns: .5fr 1fr;
}

.column_filename {
  height: 30px;
}

.column_filename.einzug {
  padding-left: 20px;
}

.columns_upload {
  height: 30px;
  background-color: #fff;
  margin-top: 5px;
}

.columns_upload.bluelight {
  height: 30px;
  background-color: #e6eff6;
  margin-top: 0;
}

.columns_upload.bluelight.step1 {
  background-color: #fff;
}

.columns_upload.bluelight.step2 {
  padding-left: 10px;
}

.columns_upload.blue {
  background-color: #e7ecf8;
}

.column_filedesc {
  height: 30px;
}

.column_filedesc.white {
  color: #fff;
}

.text-block-89 {
  text-align: left;
  margin-top: 5px;
}

.text-block-files {
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
}

.text-block-files.white {
  color: #fff;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.column_fileversion {
  display: inline-block;
}

.button-download {
  max-height: 20px;
  background-color: var(--dark-slate-blue2);
  border-radius: 4px;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
  display: inline-block;
}

.column_edit {
  max-height: 30px;
}

.column_delete {
  padding-right: 0;
}

.button-files {
  max-height: 30px;
}

.button {
  max-height: 20px;
  background-color: var(--dark-slate-blue2);
  border-radius: 5px;
  margin-top: 5px;
  padding: 0 5px;
  display: inline-block;
}

.button:hover {
  background-color: var(--light-steel-blue);
  color: #464141;
  font-weight: 700;
}

.button.header {
  height: 20%;
  max-height: 25px;
  max-width: 75px;
  min-height: 20px;
  background-color: var(--white);
  color: #282323;
  border-radius: 5px;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 5px;
  font-size: 14px;
}

.columns_upload-header {
  height: 40px;
  margin-top: 5px;
}

.columns_upload-header.bluelight {
  height: 30px;
  background-color: #e6eff6;
  margin-top: 0;
}

.container_uploadheader {
  max-width: 100%;
  min-width: 100%;
  background-color: var(--dark-slate-blue2);
  margin-top: 0;
  margin-bottom: 1px;
}

.container_uploadheader.level2 {
  background-color: var(--light-steel-blue);
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 0;
}

.image-arrow {
  max-height: 20px;
  max-width: 60%;
  text-align: left;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  position: static;
}

.image-arrow.down {
  transition: opacity .2s;
}

.container_uploadheader-_directory {
  max-width: 100%;
  min-width: 100%;
  background-color: var(--bluelight);
  margin-top: 0;
}

.text-block-directory {
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
}

.text-block-directory.white {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.body-modal {
  max-height: 400px;
  max-width: 600px;
  min-height: 400px;
  min-width: 600px;
  aspect-ratio: auto;
  text-align: center;
  border: 1px solid #262968;
}

.udesly-code-snippet {
  display: none;
}

.udesly-text-field {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-text-field::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-input-wrapper-2 {
  max-width: 300px;
  float: right;
  margin-left: auto;
  margin-right: auto;
}

.modal-form {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.section-2 {
  max-height: 300px;
  max-width: 400px;
  position: relative;
}

.section-3 {
  position: relative;
}

.heading-modal {
  width: 600px;
  max-width: 600px;
  border-bottom: 1px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
}

.field-label-8, .field-label-9 {
  float: left;
}

.form-modal {
  width: 600px;
  height: 300px;
  float: none;
  aspect-ratio: auto;
  text-align: left;
  -webkit-text-stroke-color: var(--dark-slate-blue);
  white-space: normal;
  object-fit: contain;
  object-position: 50% 50%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.label_text {
  color: #0a4690;
  text-align: left;
  -webkit-text-stroke-color: #0a4690;
  line-height: 16px;
}

.submit-button-5 {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.submit-button-6 {
  margin-top: 40px;
}

.column_sparte_1 {
  height: 30px;
}

.column_sparte_1.einzug {
  height: 20px;
  padding-left: 30px;
}

.column_sparte_2 {
  height: 25px;
  border-right: 1px none var(--light-grey);
  text-align: center;
  border-left: 1px solid #000;
}

.column_sparte_2.white {
  color: #fff;
}

.image_spalte_2 {
  text-align: left;
  margin-top: 3px;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

.image_icons {
  width: 18px;
  height: 18px;
  text-align: left;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.column_sparte_3 {
  display: inline-block;
}

.container_sparte_innen {
  min-height: 20px;
  float: none;
  text-align: center;
  object-fit: fill;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: block;
}

.containersparte_header {
  order: -1;
  align-self: stretch;
}

.text-block-90 {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
}

.container_sparte_line {
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  margin-top: 0;
}

.columns_sparte_line {
  height: 25px;
  background-color: #fff;
  margin-top: 0;
}

.columns_sparte_line.bluelight {
  height: 20px;
  background-color: #e6eff6;
  margin-top: 0;
  line-height: 18px;
}

.columns_sparte_line.bluelight.step1 {
  background-color: #fff;
}

.columns_sparte_line.bluelight.step2 {
  padding-left: 10px;
}

.columns_sparte_line.blue {
  background-color: #e7ecf8;
  border-top: 1px solid #bebbbb;
  border-bottom: 1px solid #bebbbb;
}

.columns_sparte_header {
  height: 30px;
  border-top: 1px solid #fffdfd;
  margin-top: 0;
}

.columns_sparte_header.bluelight {
  height: 30px;
  background-color: #e6eff6;
  margin-top: 0;
}

.sparte_subresult {
  background-color: #063b70;
  flex-direction: column;
  display: flex;
}

.container_sparte_group {
  max-width: 100%;
  min-width: 100%;
  background-color: var(--dark-slate-blue2);
  margin-top: 0;
  margin-bottom: 0;
}

.container_sparte_group.level2 {
  background-color: var(--light-steel-blue);
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 0;
}

.paragraph-maininfo-copy {
  width: 100%;
  background-color: var(--light-steel-blue-40p);
  color: #FFF;
  text-align: justify;
  margin: 0 6px 10px;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.column_punkteliste {
  width: 800px;
}

.columnheader {
  max-height: 40px;
  color: var(--white);
  text-align: center;
  background-color: #063b70;
}

.columnheader.light {
  background-color: #205e9c;
}

.columnheader.gray {
  max-height: 30px;
  color: var(--dark-slate-blue2);
  background-color: #c3daf1;
  margin-top: 10px;
}

.column_punkteliste_linie {
  width: 800px;
}

.column_punkteliste_linie.bluelight {
  background-color: rgba(0, 0, 0, 0);
}

.columncontent {
  color: var(--white);
  text-align: left;
  background-color: #fff;
  font-style: italic;
}

.columncontent.light {
  background-color: #205e9c;
}

.columncontent.grey {
  -webkit-text-stroke-color: var(--light-grey);
  background-color: #eee9e9;
}

.columncontent.grey.light {
  -webkit-text-stroke-color: var(--alice-blue);
}

.columncontent.bluelight {
  background-color: #e0e8f7;
}

.columncontent.graylight {
  background-color: #dad9d9;
}

.textblockcontent {
  color: var(--dark-slate-blue2);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.textblockcontent.alignr {
  text-align: right;
  margin-right: 10px;
}

.textblockcontent.alignr.bluelight {
  background-color: #e0e8f7;
}

.textblockcontent.alignm {
  text-align: center;
}

.textblockcontent.bbluelight {
  background-color: #e0e8f7;
}

.borderr {
  outline-offset: 0px;
  border-right: 1px solid #000;
  outline: 1px #506cd2;
}

.borderl {
  border-left: 1px solid #000;
  border-right: 1px #000;
}

.paragraph-maininfo-pkt {
  width: 788px;
  background-color: var(--light-steel-blue-40p);
  color: var(--dark-slate-blue2);
  text-align: justify;
  margin: 0 6px 10px;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  overflow: visible;
}

.column_punktelbuchung {
  width: 800px;
}

.containerrightmenu {
  width: 200px;
  height: auto;
  max-width: 200px;
  float: right;
  border-radius: 7px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container_menuheader {
  width: 290px;
  max-height: 40px;
  max-width: 290px;
  background-color: var(--midnight-blue-hover);
  border-radius: 7px;
  margin-top: 0;
  display: inline-block;
}

.columns_rightmenusubject {
  width: 290px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.columns_rightmenusubject:hover {
  background-color: #ddeff8;
  border-left: 5px solid #063b70;
}

.header_rightmenu {
  color: #fafafa;
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 16px;
}

.column_rightmenu_1 {
  padding-left: 5px;
  padding-right: 0;
}

.div_rightmenu_header {
  text-align: left;
  text-decoration: none;
}

.column-235 {
  padding-left: 0;
  padding-right: 0;
}

.image_rightmenu {
  text-align: center;
  margin-bottom: 2px;
  margin-left: 10px;
  font-weight: 700;
}

.link_rightmenu_item {
  color: #063b70;
  text-align: left;
}

.link_rightmenu_item.links {
  text-align: left;
  font-style: normal;
  text-decoration: none;
}

.container_rightmenu_subject {
  margin-bottom: 15px;
}

.text_rm_col1 {
  margin-left: 7px;
}

.text_rm_col1.rotbold {
  color: #e90b0b;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.text_rm_col1.gelb {
  color: #919a2c;
  text-align: center;
}

.text_rm_col1.center {
  text-align: center;
}

.containerleftmenu {
  float: left;
  border-radius: 7px;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.columnsdesktop {
  min-height: 780px;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  /*display: flex;*/
}

.columndesktop_left {
  padding-left: 0px;
  padding-right: 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.columndesktop_center {
  padding-left: 0;
  padding-right: 0;
}

.columnsdesktop_right {
  float: right;
  padding-left: 0;
  padding-right: 10px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.columns_leftmenu_content {
  text-align: left;
}

.container_main_frame {
  margin: 5px 5px 10px;
}

.normal {
  text-align: left;
}

.column-236 {
  height: 25px;
}

.column-237, .center {
  text-align: center;
}

.container_buttons {
  width: auto;
  height: 25px;
  text-align: right;
  object-fit: fill;
  padding-right: 10px;
  overflow: visible;
}

.button-standard {
  max-height: 20px;
  background-color: var(--dark-slate-blue2);
  text-align: right;
  border-radius: 7px;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  transform: translate(0);
}

.button-standard:hover {
  background-color: var(--light-blue);
  text-align: left;
  transform: scale(1.1)translate(0);
}

.button-standard.header {
  height: 20%;
  max-height: 25px;
  max-width: 75px;
  min-height: 20px;
  background-color: var(--white);
  color: #282323;
  border-radius: 5px;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 5px;
  font-size: 16px;
}

.button-standard.header.blue {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  font-weight: 400;
}

.button-standard.white {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
}

.button-standard.up_2px {
  max-height: 18px;
  margin-top: 3px;
  font-size: 12px;
}

.column-238 {
  display: block;
}

.columns-52 {
  text-align: center;
  display: inline-block;
  overflow: auto;
}

.column-center {
  font-size: 12px;
}

.text-field-12 {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
  border: 1px solid #8c8a8a;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.container-5 {
  max-height: 40px;
  max-width: 300px;
  margin-left: 0;
}

.italic-text-8 {
  font-weight: 400;
}

.container_head_summary {
  background-color: var(--dark-slate-blue);
  margin-bottom: 0;
}

.container_head_summary.filter {
  margin-bottom: 10px;
}

.columns_sub_titel {
  height: 60px;
}

.heading {
  color: var(--dim-grey);
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 14px;
}

.heading.darkgrey {
  color: var(--dim-grey);
}

.text-block-91 {
  margin-top: 5px;
  margin-left: 3px;
  padding-left: 5px;
  font-style: italic;
  line-height: 14px;
  display: flex;
}

.heading-2 {
  text-align: center;
  background-color: #d9d6d6;
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading_subtitle {
  color: var(--dim-grey);
  margin-top: 5px;
  margin-bottom: 0;
}

.link_documents {
  padding-left: 5px;
  padding-right: 5px;
}

.tabs-menu {
  border-top-left-radius: var(--corner_7);
  border-top-right-radius: var(--corner_7);
}

.columnsfilter {
  margin-bottom: 10px;
}

.container_tabs {
  border-top-left-radius: var(--corner_7);
  border-top-right-radius: var(--corner_7);
}

.tab_result {
  border-top: 1px solid var(--light-grey);
  border-right: 2px solid var(--dim-grey);
  border-left: 1px solid var(--light-grey);
  background-color: var(--light-steel-blue);
  opacity: .57;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.tab_result.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  font-weight: 700;
}

.text-block-header {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
}

.text-block-header.white {
  color: #fff;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-line {
  text-align: center;
  margin-top: 0;
  margin-left: 5px;
  font-size: 14px;
}

.text-block-line.white {
  color: #fff;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.column-239, .column-linie {
  height: 20px;
}

.event_form {
  width: 800px;
  max-width: 800px;
  min-width: 800px;
}

.header_event {
  height: 60px;
  background-color: var(--dark-slate-blue);
  text-align: left;
}

.white {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-style: normal;
  text-decoration: none;
}

.checkbox-_zusage {
  margin-top: 15px;
}

.checkbox-label-_event {
  color: var(--white);
}

.columns-54 {
  margin-top: 20px;
}

html.w-mod-js [data-ix="page-load-top-bar"] {
  opacity: 0;
  transform: translate(0, 70px);
}

html.w-mod-js [data-ix="meetingdetail1"], html.w-mod-js [data-ix="meetingdetail-2"], html.w-mod-js [data-ix="meetingdetail-3"], html.w-mod-js [data-ix="meetingdetail-4"], html.w-mod-js [data-ix="meetingdetail-5"], html.w-mod-js [data-ix="meetingdetail-6"] {
  opacity: 0;
  transform: translate(0, 56px);
}

.icontectleft {
        font-family: Social media icons, sans-serif;
}

.container {  
    display: grid;  
    grid-template-rows: 50px 50px;  
	background : #caddf0;
    align-self: center;	
	font-size: 20px;
	font : Arial;
}

.tableheader {
    align-self: center;	
	background : #caddf0;	
	display	   : grid;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left:10px;
}

.filemanager{
	width:54%;
	height:500px;
	margin-top:10px;
	border:#ccc7c7 solid 1px;
	position:relative;
	display : center;
	align-items:right;
	float:left;
}

.formmanager{
	margin-top:10px;
	display : inline-block;
	position:relative;
	align-items:left;
	position:relative;
	float:left;
	margin-left: 0;
}

.tablerecoil {
	Left: 200px;
}

.titleheader {
	padding: 10px;
}
.titlefont{
	font-size: 20px;
	font-weight: bold;
}

.fontstatusgreen{
	color : green;
}
.fontstatusred{
	color : red;
}

.box {

    height: 300px;
}
.box.is-dragover {
    background-color: grey;
}
.box {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box label strong {
    text-decoration: underline;
    color: var(--button-surface);
    cursor: pointer;
}

.box label strong:hover {
    color: blueviolet
}

.box input {
	margin-top:0;
	height:200px;
	width:400px;
}

.boxdownload {
    height: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-top:10px;
}
.boxdownload.is-dragover {
    background-color: grey;
}
.boxdownload {
    display:flex;
    flex-direction: column;
}

.boxdownload label strong {
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.boxdownload label strong:hover {
    color: var(--button-surface);
}

.boxdownload input {
	margin-top:0px;
	height:300px;
	width:500px;
}

.buttofooter{
	display:inline-block;
	position:center;
	border:none;
	
}

.fileexplorer{
	width:100%;
	height:660px;
}

#files {
	display:none;
}

@font-face {
  font-family: 'Social media icons';
  src: url('../fonts/social-media-icons.ttf') format('truetype'), url('../fonts/social-media-icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Social media icons Second Round';
  src: url('../fonts/social-media-icons.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}