body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  overflow: visible;
}

.header_container {
  width: 100vw !important;
  margin-left: 0 !important;
  position: relative;
  overflow: hidden;
}

.form-column {
  width: 100%;
  max-width: 800px;
  padding: 0 2rem;
}

.hide-default {
  display: none;
}

.message-box {
  width: 100%;
  margin: 0 2rem;
  padding: 0.25em 1em 0 1em;
  color: white;
  line-height: 42px;
  border: 1px solid transparent;
  display: block;
}

.error-message {
  background-color: #c91919;
  margin: 2rem 0;
  padding: 0.25em 1em 0 1em;
  color: white;
  line-height: 42px;
  border: 1px solid transparent;
  display: block;
}

section {
  margin-bottom: 4rem;
}

.budget-container {
  padding-left: 1rem !important;
  background: #005b9d;
  padding: 2rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 2rem;
  z-index: 100;
  font-weight: 400;
  font-size: 1.2rem;
}

label[for=compensation-option-button] {
  font-size: 2.8rem;
}

.ui-selectmenu-button {
  margin: 0.5em 0 1em 0;
  background-color: white;
  letter-spacing: normal;
  font-family: "GillSans", sans-serif;
  padding-top: 12px;
  font-size: .8rem;
  width: 100% !important;
  border-radius: 0;
  height: 42px;
  margin-bottom: 2rem;
}

.ui-menu-item {
  letter-spacing: normal;
  font-family: "GillSans", sans-serif;
  font-size: .8rem;
  width: 100% !important;
  border-radius: 0;
}

.ui-selectmenu-optgroup {
  letter-spacing: normal;
  font-family: "GillSans", sans-serif;
  font-size: 1.2rem;
  margin: 0 !important;
}

.ui-state-active {
  background: #005b9d !important;
  border: 1px solid #005b9d !important;
}

form {
  position: relative;
}

form select {
  opacity: 0;
  position: absolute;
  display: block !important;
  height: 0px;
  padding: 0;
  margin: 0;
  width: 100%;
}

form .flex-section-1-4-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .flex-section-1-4-margin .section-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

form .flex-section-1-4-margin .section-4 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

form .flex-section-2-2-margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
	
	form .flex-section-2-2-margin {
	
		display: block;
		
	}
	
}

form .flex-section-2-2-margin .section-left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 1em;
	margin-bottom: 20px;
}

form .flex-section-2-2-margin .section-right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
margin-bottom: 20px;
}

form .trikot-groesse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .trikot-groesse > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.5em 0 1em 0;
}

form .trikot-groesse > div:hover label {
  background-color: #e0e0e0;
}

form .trikot-groesse > div input:checked ~ label {
  background-color: #005b9d;
  color: white;
}

form .trikot-groesse > div input:disabled ~ label {
  background-color: #616161;
  color: white;
}

form .trikot-groesse > div input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

form .trikot-groesse > div input::after, form .trikot-groesse > div input::before {
  content: none;
}

form .trikot-groesse > div label {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 0.4em 0;
  width: 100%;
	height: 100%;
  background-color: white;
}

form input[type=checkbox] {
  margin-top: 7px;
  margin-bottom: 2rem;
}

form input[type=checkbox]:disabled {
  background-color: #454545;
}

form input,
form select {
  margin-bottom: 2rem;
}

form label {
  line-height: 0.8em;
}

#footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#footer::before {
  content: none;
}

#footer > .frame {
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */

.ui-widget-header,
.ui-dialog-buttonset .ui-button{
	
	background: #005b9d;
	color: #ffffff;
	
}

.wappen{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	
}

.wappen > div{
	
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	height: 10vh;
	min-height: 100px;
	max-height: 200px;
	width: calc(50% - 15px);
	
}

.wappen .gast{
	
	background-position: left center;
	
}