.tablet {
  display: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 0;
}
body {
  background-color: rgba(244, 244, 244, 0.3);
  color: #2c3235;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a {
  color: #000;
  text-decoration: none;
}
.center {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.center img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
header > div {
  max-width: 100%;
  height: 100%;
  padding: 0;
}
header img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 410px;
  padding: 0;
  border-bottom: 5px solid rgba(220, 24, 36, 0.9);
}
.imgFlexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 0 15px 0;
  justify-content: flex-start;
}
.imgFlexbox img {
  height: 100%;
  max-height: 21px;
  width: auto;
  margin: 10px 15px 10px 0;
}
p {
  margin-bottom: 1em;
}
#content {
  flex: 1;
  background-color: #fff;
  margin: 0 auto;
}
#content h1 {
  margin: 3em 0;
}
#formRegistration h1 {
  border-bottom: 2px solid rgba(220, 24, 36, 0.9);
  font: normal normal bold 27px/54px Source Sans Pro;
  letter-spacing: 0px;
  line-height: 1.666;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: left;
}
#formRegistration h3 {
  font-size: 1.8em;
}
#formRegistration h3.anmeldung {
  border-top: 2px dotted #666;
  margin-top: 1em;
  padding-top: 0.9em;
}
#formRegistration button,
#formRegistration input[type="email"],
#formRegistration input[type="text"],
#formRegistration select {
  height: 35px;
  background: rgba(244, 244, 244, 0.2);
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.3em 0.4em;
  width: 100%;
}
#formRegistration button {
  border: none;
  margin-top: 40px;
  padding: 16px;
  height: 100% !important;
  background: #dc1824 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 10px #0000004d;
  text-align: center;
  font: normal normal bold 20px/25px Source Sans Pro;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
#formRegistration label {
  display: inline-block;
  font-size: 0.9em;
  font: normal normal bold 14px Source Sans Pro;
  padding-bottom: 5px;
}
#formRegistration select {
  width: 240px;
}
#formRegistration p {
  text-align: left;
}
#formRegistration p.two {
  float: left;
}
#formRegistration p.two.first {
  padding-right: 4%;
}
#formRegistration #escortFields {
  display: none;
  margin: -1em 0 1.5em;
}
#formRegistration .checkboxText {
  font: normal normal normal 12px/20px Source Sans Pro;
  letter-spacing: 0px;
  margin: 1.5em 0;
}
#formRegistration .checkboxText label {
  text-align: left;
  font: normal normal normal 12px/20px Source Sans Pro;
  letter-spacing: 0px;
}
.infos {
  font-family: Arial, sans-serif;
  margin: 1em 0 1.5em;
  text-align: left;
}
.infos div {
  font-size: 0.7em;
  margin-bottom: 0.2em;
}
.infos p {
  font-size: 16px;
  font-weight: bold;
}
#sm_icons {
  display: flex;
  width: 200px;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
#sm_icons > a > img {
  height: 20px;
  width: auto;
}
/* MISC */
.clear,
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.displayNone {
  display: none;
}
.fontSize08em {
  font-size: 0.8em;
}
.width100 {
  height: auto;
  width: 100%;
}
footer {
  font-family: Arial, sans-serif;
}
footer > div {
  text-align: center !important;
}
.footerRed {
  background: #dc1824;
  height: 4em;
}
footer .footerMain {
  width: 100%;
  background: #2b2b2e 0% 0% no-repeat padding-box;
}
footer .footerMain .center {
  padding: 1em 0 2em 0;
  text-align: center;
  margin: 0 auto;
}
.footerCompany {
  padding-bottom: 2em;
  font: normal normal normal 12px/20px Arial;
  letter-spacing: 0px;
  color: #fff;
}
.footerCompany a {
  color: #fff;
}
footer > div > div:first-child {
  font-size: 0.8em;
  margin-bottom: 2.5em;
}
.footerLogoFlex {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.footerLogoFlex a {
  margin-right: 10px;
}
.footerLogoFlex a img {
  margin-left: 10px;
  width: 49px;
  height: auto;
}
.footerLogoFlex p {
  margin-bottom: 0;
  text-align: left;
  font: normal normal normal 13px/15px Arial;
  letter-spacing: 0px;
  color: #1a1a18;
  flex-wrap: wrap;
}
.copyright {
  text-align: left;
  font: normal normal normal 14px/24px Arial;
  letter-spacing: 0px;
  color: #2c3235;
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 0 1em;
}
.copyright div img {
  width: auto;
  height: 11px;
}

/*****************/
/* MEDIA QUERIES */
/*****************/
@media only screen and (max-width: 700px) {
  .desktop {
    display: none;
  }
  .tablet {
    display: block !important;
  }
  /*header > div { height: 200px; }*/
  #content {
    background-color: #fff;
    margin: 0 auto;
  }
  footer > div > div:first-child {
    display: block;
  }
  footer > div > div:first-child > div:first-child {
    margin-bottom: 1.5em;
  }
  #formRegistration > img {
    display: none;
  }
  #formRegistration {
    position: static;
    width: auto;
  }
  #formRegistration button {
    margin-top: 1.5em;
  }
  #formRegistration p.two {
    float: none;
    padding-right: 0 !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 576px) {
  #formRegistration select {
    width: 100%;
    text-overflow: ellipsis;
  }
  footer .footerMain .center .footerCompanyFlex {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    flex-wrap: wrap;
    text-align: center;
  }
  #sm_icons {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: space-evenly;
    margin: 15px 0;
  }
  footer > div > div:first-child {
    text-align: center;
  }
  .footerLogoFlex {
    justify-content: center;
  }
  .copyright {
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    text-align: center;
  }
  .copyright > div {
    margin-bottom: 0 !important;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 14px;
  }
  .center {
    margin: 1em auto;
  }
  .center.padding {
    padding: 0 1em;
  }
  #content > h1#title {
    font-size: 1.2em;
  }
  #content > h1#title > div {
    margin-bottom: 0.1em;
  }
  #content > h3 {
    font-size: 1.6em;
  }
  #formRegistration {
    border: none;
    padding: 0;
  }
  #formRegistration h2 {
    font-size: 1.6em;
  }
  #formRegistration h3 {
    font-size: 1.333em;
  }
}
