@font-face {
  font-family: "URWRegular";
  src: url("_fonts/urw_semi_cond_regular.woff") format("woff");
}
@font-face {
  font-family: "URWHeavy";
  src: url("_fonts/urw_semi_cond_heavy.woff") format("woff");
}
@font-face {
  font-family: "URWThin";
  src: url("_fonts/urw_semi_cond_thin.woff") format("woff");
}
@font-face {
  font-family: "URWThin Italic";
  src: url("_fonts/9395a5c3-b2f5-47ec-9386-b3fc29aa0740.woff") format("woff");
}
@font-face {
  font-family: "URWSemiCond Bold";
  src: url("_fonts/f1b7777e-a144-4ef4-bb2e-5be38e984a7c.woff") format("woff");
}
body {
  font-size: 15px;
  line-height: 1.5;
  color: #662282;
  overflow-x: hidden;
  font-family: "URWRegular";
}

.green {
  color: #007571;
}

.lightGreen {
  color: #D9ECF1;
}

.pink {
  color: #662282;
}

.white {
  color: #FFFFFF;
}

.gray {
  color: #717C7D;
}

.lightGray {
  color: #85979E;
}

.orange {
  color: #F39100;
}

b {
  font-weight: bold;
}

.thin {
  font-family: "URWThin";
}

.regular {
  font-family: "URWRegular";
}

.heavy {
  font-family: "URWHeavy";
}

.thin-it {
  font-family: "URWThin Italic";
}

.bold {
  font-family: "URWSemiCond Bold";
}

b {
  font-weight: normal;
  font-family: "URWSemiCond Bold";
}

.f-large {
  font-size: 35px;
}

.f-larger {
  font-size: 20px;
}

.f-normal {
  font-size: 15px;
}

.form-check-input {
  margin-top: 0;
}

.item-count {
  color: #333;
  display: table-cell;
  height: 60px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 60px;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.t-btn {
  display: inline-block;
  min-width: 150px;
  padding: 7px 20px 5px;
  color: #FFFFFF;
  cursor: pointer;
}
.t-btn.btn-org {
  background-color: #F39100;
  font-size: 20px;
  padding: 14px 40px 12px;
  border: 2px solid #F39100;
  transition: all 0.3s ease;
}
.t-btn.btn-org:hover {
  text-decoration: none;
  background-color: transparent;
  color: #F39100;
}
.t-btn.pink {
  background-color: #662282;
  border: 2px solid #662282;
}
.t-btn.pink:hover {
  background-color: white;
  color: #662282;
}
.t-btn.green {
  background-color: #007571;
  border: 2px solid #007571;
}
.t-btn.green:hover {
  background-color: white;
  color: #007571;
}

#header {
  position: relative;
}
#header #bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #007571;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
}
#header #bar #logo {
  float: right;
  margin-top: -6px;
  margin-right: 15px;
  width: 181px;
}
@media (max-width: 575.98px) {
  #header #bar {
    height: 50px;
  }
  #header #bar #logo {
    width: 110px;
  }
}
#header #arrowDown {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.497' height='49.497' viewBox='0 0 49.497 49.497'%3E%3Cpath id='Pfad_16' data-name='Pfad 16' d='M937.944,986.784v30h30' transform='translate(-1357.453 -9.786) rotate(-45)' fill='none' stroke='%23f39100' stroke-linecap='square' stroke-width='5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#header #arrowDown.animate {
  animation: arrowDown 1.5s infinite;
}
@keyframes arrowDown {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 15px);
  }
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.square-content {
  position: absolute;
  width: 205px;
  height: 205px;
  background-color: transparent;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 1px));
}
.square-content .white {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 35px;
  z-index: 1;
}
.square-content i {
  font-family: "URWThin Italic";
}
.square-content:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #662282;
  top: 0;
  right: 0;
  transform: translateY(0) rotate(-45deg);
}

#teaser {
  padding-top: 100px;
  background-color: #E9E6F2;
  border-bottom: 2px solid #662282;
}
#teaser .square-top {
  position: absolute;
  width: 17.3vw;
  height: 17.3vw;
  background-color: #007571;
  top: 0;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  max-width: 212px;
  max-height: 212px;
  transform: translate(20%, -50%) rotate(-45deg);
}
#teaser .signatureContainer {
  display: flex;
  flex-wrap: wrap;
}

#anmeldung {
  color: #717C7D;
  border-bottom: 2px solid #662282;
}
#anmeldung .square-top, #anmeldung .square-bottom {
  position: absolute;
  right: 0;
  transform: translateX(52%);
  top: -3%;
  width: 40.09vw;
  max-width: 480px;
  max-height: 480px;
  z-index: -1;
}
#anmeldung .square-top img, #anmeldung .square-bottom img {
  width: 100%;
}
#anmeldung .square-bottom {
  bottom: 6%;
  top: auto;
}
#anmeldung .square-center {
  position: absolute;
  width: 17.3vw;
  height: 17.3vw;
  background-color: #F39100;
  top: 0;
  right: 0;
  transform: translateY(0) rotate(-45deg);
  left: 0;
  top: 50%;
  max-width: 212px;
  max-height: 212px;
  transform: translateX(-85%) rotate(-45deg);
}
#anmeldung .form-group {
  margin-bottom: 30px;
}
#anmeldung .form-group .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#anmeldung .form-control {
  font-size: 15px;
  border: 2px solid #662282;
  border-radius: 0;
  color: #717C7D;
}
#anmeldung .form-horizontal {
  display: flex;
}
#anmeldung .form-horizontal .form-check {
  margin-right: 35px;
}
#anmeldung .subform {
  padding-left: 45px;
}
#anmeldung .subform .subform {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #anmeldung .subform #anreise2details1details > div:first-child {
    width: 100%;
    flex-shrink: 0;
  }
}
#anmeldung .subform-control {
  width: auto;
  border: none;
  border-bottom: 2px solid #007571;
  background: rgba(133, 151, 158, 0.1);
}
#anmeldung input[type=radio], #anmeldung input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  appearance: none;
}
#anmeldung input[type=radio]:before, #anmeldung input[type=checkbox]:before {
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  position: relative;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #662282;
}
#anmeldung input[type=radio]:before {
  border-radius: 50%;
}
#anmeldung input[type=radio]:checked:after {
  position: absolute;
  content: "";
  background-color: #F39100;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
}
#anmeldung input[type=checkbox]:checked:after {
  position: absolute;
  content: "";
  z-index: 1;
  width: 23px;
  height: 17.5px;
  top: 6px;
  left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.225' height='17.688' viewBox='0 0 23.225 17.688'%3E%3Cpath id='Pfad_23' data-name='Pfad 23' d='M4252.044,3123.519l6.6,6.6,14.506-14.507' transform='translate(-4250.984 -3114.549)' fill='none' stroke='%23f39100' stroke-width='3'/%3E%3C/svg%3E%0A");
}
#anmeldung button[type=submit] {
  appearance: none;
  background-color: #F39100;
  color: white;
  width: 232px;
  text-align: center;
  padding: 14px 0px;
  font-size: 20px;
  border: 2px solid #F39100;
}
#anmeldung button[type=submit]:hover {
  background-color: white;
  color: #F39100;
}
#anmeldung .noun {
  float: left;
  margin-right: 15px;
}
#anmeldung #anreise1wrapper:not(.active) ~ #anreise1details {
  display: none;
}
#anmeldung #anreise2wrapper:not(.active) ~ #anreise2detailswrapper {
  display: none;
}
#anmeldung #anreise2details1wrapper:not(.active) ~ #anreise2details1details,
#anmeldung #anreise2details1wrapper:not(.active) input[type=text] {
  display: none;
}
#anmeldung #anreise2details2wrapper:not(.active) ~ #anreise2details2details,
#anmeldung #anreise2details2wrapper:not(.active) input[type=text] {
  display: none;
}
#anmeldung #verpflegung3:not(:checked) ~ input {
  display: none;
}

#informationen {
  background-color: #E9E6F2;
}

#footer {
  color: white;
  background-color: #313131;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
#footer .footer-content {
  display: flex;
  justify-content: space-between;
}
#footer .footer-content .info-pages a {
  padding-right: 15px;
}
#footer .footer-content .info-pages a:last-child {
  padding-right: 0;
}
#footer .fg-code {
  position: absolute;
  right: 0;
  transform: rotate(-90deg);
  top: 0;
  transform-origin: 95% 150%;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  #footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #footer .footer-content {
    display: block;
  }
  #footer .footer-content > div {
    margin-bottom: 15px;
  }
  #footer .footer-content > div:last-child {
    margin-bottom: 0;
  }
  #footer .footer-content .info-pages a {
    display: block;
    padding-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
