/** basic default styles **/
html {
  margin: 0;
  padding: 0;
}

body {
  height: 101%;
  margin: 0 auto;
  font-size: 100%;
  font-family: Arial;
  color: #333;
  padding: 0px;
  line-height: 26px;
}

div {
  text-align: center;
}

.registrationSuccess {
  text-align: unset;
}

a {
  color: #20399d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

span {
  font-size: 1em;
  line-height: 1.4em;
}

label {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  border-bottom: 1px;
  border-top: 1px;
  color: #363636;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.textareaField {
  width: 456px;
  margin-bottom: 10px;
  text-align: initial;
}

span.textareaField label {
  width: 452px;
  margin-bottom: 5px;
}

span.textareaField textarea {
  width: 446px;
}

span[type=text] {
  padding-top: 0px;
  margin-top: 0px;
}

.escortHeader {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
  margin: 0 auto;
  width: 460px;
}

.registration h1,
.form-header,
.from-header {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  overflow: hidden;
  max-width: 456px;
}

.note,
.description {
  margin-top: 25px;
  margin-left: auto;
  padding-bottom: 15px;
}

.partingLine {
  display: block;
  width: auto;
  height: 1px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-image: url(line.png);
}

.form-text {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 460px;
  text-align: left;
}

span.booleanField label,
span.gdpr-margin label {
  max-width: 430px;
  width: fit-content;
  vertical-align: top;
  border-bottom: 1px;
  border-top: 1px;
  color: #363636;
  font-size: 1em;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  word-break: break-word;
}

.photoFileField {
  display: block;
}

.fileField {
  display:flex;
  justify-content:center;
  align-items:center;
}

.fileField>input {
  width: 240px;
}

.fileField>div {
  display: inline-block;
}

.fileField>div>input {
  width: 240px;
}

.fileField>label {
  padding-right: 5px;
}

.feedbackPanel {
  clear:both;
  width: 300px;
  padding-left: 370px;
  font-size: 12px;
  font-weight:bold;
  display: block;
  text-align: left;
  list-style-type: none;
}

.custFeedbackPanel > .feedbackPanel {
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

.invitationReplySelectionRadio > input {
  vertical-align: middle;
  margin: 0px;
  display: inline-block;
  margin-right: 5px;
}

.invitationReplySelectionRadio > label {
  width:fit-content
}

.invitationReplySelectionRadio {
  width:fit-content
}

div[id*="rdgReply"] {
  width: fit-content;
  margin: 0 auto;
}

/*
.required label:before{
        font-size: 0.7em;

        margin-left: 200px;
        padding: 3px;
        padding-left: 3px;
        padding-right: 3px;
        content: "required field";
    display:none;
    position: absolute;
    text-align: center;
    border: 1px solid red;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
   }

.required label:hover:before{
    display: block;
}


*/
.required label:after {
  content: "*";
  color: red;
}

input:required:invalid {
  border-color: red;
}

/** main blocks **/
.registration {
  margin: 0 auto;
  max-width: 800px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/** the form elements **/
form {
  box-sizing: border-box;
}

/*input {
  display: inline-block;
  font-size: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  margin: 5px;
  padding: 5px;
  color: #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}*/

input {
  display: inline-block;
  font-size: 0.9em;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(119, 119, 119);
  border-radius: 0px;
  margin: 5px;
  padding: 5px;
  color: #777;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.booleanField,
.gdpr-margin {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 18px;
  display: inline-block;
}

.innerDiv {
  width: fit-content;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;*/
}

input[type=checkbox] {
  margin-top: 9px;
  height: 14px;
  width: 14px;
  margin-left: 2px;
}

input[type=submit] {
  width: auto;
  height: auto;
  display: inline;
  border: none;
  margin-left: 0 auto;
  margin-right: 0 auto;
  text-align: center;
  background-color: rgb(219, 219, 219);
  padding: 11px 22px 11px 22px;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}

input[type=submit]:hover {
  color: #20399d;
}

input[type=submit]:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0s linear 0s, box-shadow 0s linear 0s, color 0s linear 0s;
  -webkit-transition: border 0s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0s linear 0s, box-shadow 0s linear 0s, color 0s linear 0s;
  -o-transition: border 0s linear 0s, box-shadow 0s linear 0s, color 0s linear 0s;
}

input[type="text"] {
  width: 240px;
}

input[type="password"] {
  width: 240px;
}

form input:focus {
  color: #333;
  border-color: rgba(255, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  outline: 0 none;
}

.textareaField {
  display: inline-block;
}

form textarea {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #dedede;
  font-size: 1em;
  height: 180px;
  color: #777;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

form textarea:focus {
  color: #333;
  border-color: rgba(255, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 0, 0, 0.6);
  outline: 0 none;
}

form textarea.txtblock {
  background: #fff url('images/speech.png') 5px 4px no-repeat;
}

form #aside {
  float: left;
  width: 250px;
  padding: 0;
  box-sizing: border-box;
}

#wrapping {
  width: 100%;
  box-sizing: border-box;
}

span.radiobadge {
  display: block;
  margin-bottom: 8px;
}

span.radiobadge label {
  font-size: 1.2em;
  padding-bottom: 4px;
}

select {
  font-size: 0.93em;
  color: #676767;
  margin: 5px;
  padding: 5px;
  width: 252px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(119, 119, 119);
  border-radius: 0px;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.dateField {
  margin-left: 24px;
}

.accomp-persons {
  margin-bottom: 48px;
}

.accomp-persons:nth-of-type(1) {
  margin-top: 48px;
}

.accomp-person > .booleanField {
  margin-bottom: 0px;
}

/** rangeslider **/

.rangefield {
  margin-left: auto;
  margin-right: auto;
}

.rangeSlider {
  -webkit-appearance: none;
  height: 10px;
  padding: 1px;
  border-radius: 5px;
  background: rgb(219, 219, 219);;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(127, 127, 127);
  cursor: pointer;
}

.rangeSlider::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(127, 127, 127);
  cursor: pointer;
}

.minValueLabel,
.maxValueLabel {
  margin-left: 0px;
  margin-right: 0px;
  width: 205px;
  word-break: break-word;
}

.minValueLabel {
  text-align: left;
}

.maxValueLabel {
  text-align: right;
}

.sliderValue {
  min-width: 50px;
}

.rangeSliderWrapper {
  display: inline-block;
  min-width: 225px;
  margin-bottom: 10px;
}

.rangeSliderWrapper>input {
  max-width: 454px;
}

.rangeField>label {
  width: 460px;
  margin-top: 10px;
}

.rangeSlider:disabled {
  background-color: #c5c5c5;
}

.rangeSlider:disabled::-webkit-slider-thumb {
  background-color: black;
}

.rangeSlider:disabled::-moz-range-thumb {
  background-color: black;
}

.rangeSliderLabelsWrapperList {
  display: flex;
  justify-content: space-between;
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
}

/** custom buttons **/
.buttons {
  display: block;
  min-width: 330px;
  border-color: #000000;
  text-align: center;
  color: black;
  background: transparent;
  padding-top: 35px;
  padding-bottom: 35px;
}

.buttons > input {
  margin-bottom: 10px;
}

option {
  padding-left: 5px;
  padding-right: 5px;
}

.infobox {
  position: fixed;
  top: 33%;
  right: 2em;
  background: white;
  border: 1px dashed;
  padding: 1em;
}

/** @group clearfix **/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

div.g-recaptcha {
  max-width: 304px;
  margin: 50px auto auto auto;
}

.showImageContainer {
  display: inline-grid;
  text-align: left;
}

.photographImageContainer {
  width: 460px;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.spacer {
  width: 201px;
  height: 1px;
}

@media only screen and (max-width: 537px) {

  div {
    max-width: 260px;
    margin: 0px auto auto auto;
  }

  label,
  .textareaField,
  .rangeField>label,
  .rangeSliderLabelsWrapperList {
    width: 252px;
  }

  .booleanField,
  .gdpr-margin {
  	max-width: 260px;
  }

  .rangeSliderWrapper>input {
    max-width: 248px;
  }

  .minValueLabel,
  .maxValueLabel {
    width: 101px;
  }

  span.booleanField label,
  span.gdpr-margin label {
    max-width: 230px;
  }

  .form-text, .escortHeader {
  	width: 252px;
  }

  span.textareaField label {
  	width: 252px;
  }

  span.textareaField textarea {
	width: 246px;
  }

  .buttons {
    min-width: unset;
  }

  .dateField {
    margin: 0px;
  }

  .dateField>span:first-of-type {
    margin-left: unset;
  }

  .dateField>label {
    width: 252px;
  }

  @-moz-document url-prefix() {
    .dateField>span {
      margin-right: -32px;
      margin-left: unset;
    }
  }

  .fileField {
    display:unset;
  }

  .fileField>label {
    padding-right: 0px;
  }

  .feedbackPanel {
    width: 240px;
  }

  .showImageContainer {
    text-align: center;
  }

  .spacer {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
	.infobox {
      	position: relative;
      	width: 217px;
        margin: 0 auto;
        right: unset;
        left: 2px;
    }
}

/*@see org.apache.wicket.markup.html.panel.FeedbackPanel; */
.feedbackPanelINFO{color:green;}
.feedbackPanelWARNING{color:#333333;}
.feedbackPanelERROR{color:#ff0000;}

/*Tirol Custom Styles*/

body {
  font-family: Source Sans Pro, Calibri, Arial, Sans-Serif;
  background-image: url("hint_css_tirol.png");
  background-color: transparent;
  background-size: 500px;
  background-repeat: repeat;
}

.registration {
  width: 750px;
  background: transparent;
}
