* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fcfaf7;
  color: #000;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  min-width: 280px;
}
a {
  color: #000;
  text-decoration: none;
}
.center {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
.center img {
  height: auto;
  max-width: 100%;
}
footer {
  background-color: #e5cbaf;
  font-family: Arial, sans-serif;
  padding: 1.5em;
}
footer > div {
  text-align: left !important;
}
footer > div > div:first-child {
  display: flex;
  font-size: 0.8em;
  justify-content: space-between;
  margin-bottom: 2.5em;
}
footer > div > div:last-child img {
  height: 66px;
  width: auto;
}
header {
  background-color: #fff;
  /*border-bottom: 5px solid #a17959;*/
  /*box-shadow: 0 2px 7px 4px #9E6D3F;*/
}
header > div {
  background: url(/assets/img/wirtschaftsreport/header.jpg) no-repeat;
  height: 250px;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  background-position: center;
}
header img {
  height: auto;
  left: 50%;
  max-width: 680px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
p {
  margin-bottom: 1em;
}
#content {
  background-color: #fff;
  margin: 0 auto;
  padding: 3em 5em;
}
#formRegistration h2 {
  border-bottom: 2px solid #e5cbaf;
  font-size: 2em;
  line-height: 1.666;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.formFlex {
  display: flex;
  flex-wrap: wrap;
}
#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 {
  width: 100%;
  height: 35px;
  background: rgba(218, 221, 236, 0.2);
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.3em 0.4em;
}
#formRegistration button {
  background-color: #a17959;
  border: none;
  margin-top: 40px;
  padding: 16px;
  height: 100% !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: normal normal bold 14px Source Sans Pro;
  padding-bottom: 5px;
}
#formRegistration select {
  width: 76px;
}
#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;
}
.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: 1.1em;
  font-weight: bold;
}
.left {
  text-align: left;
}
h1 {
  padding-bottom: 1em;
}
.left > ul {
  padding-left: 1em;
  padding-bottom: 1em;
  line-height: 2em;
  list-style: none;
  font-weight: bold;
  font-size: 20px;
}
#sm_icons {
  display: flex;
}
#sm_icons > a {
  margin-right: 0.5em;
}
#sm_icons > a:last-child {
  margin-right: 0;
}
#sm_icons > a > img {
  height: 22px;
  width: 22px;
}
/* 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%;
}
/*****************/
/* MEDIA QUERIES */
/*****************/
@media only screen and (max-width: 700px) {
  #content {
    padding: 2em;
  }
  footer > div > div:first-child {
    display: block;
  }
  footer > div > div:first-child > div:first-child {
    margin-bottom: 1.5em;
  }
  #formRegistration > img {
    display: none;
  }
  #formRegistration {
    padding: 2em;
    position: static;
    width: auto;
  }
  #formRegistration button {
    margin-top: 1.5em;
  }
  #formRegistration p.first {
    width: 100% !important;
  }
  #formRegistration p.two {
    float: none;
    padding-right: 0 !important;
    width: 100% !important;
  }
  #formRegistration select {
    width: 120px;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 14px;
  }
  .center {
    margin: 1em auto;
  }
  .center.padding {
    padding: 0 1em;
  }
  #content {
    padding: 2em 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;
  }
}
