@charset "UTF-8";
/*Struktur START - Flughafen Zürich*/
@font-face {
  font-family: "NoiGrotesk";
  src: url("/media/fonts/NoiGrotesk-Regular.woff2") format("woff2"), url("/media/fonts/NoiGrotesk-Regular.woff") format("woff"), url("/media/fonts/NoiGrotesk-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "NoiGrotesk";
  src: url("/media/fonts/NoiGrotesk-Medium.woff2") format("woff2"), url("/media/fonts/NoiGrotesk-Medium.woff") format("woff"), url("/media/fonts/NoiGrotesk-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NoiGrotesk";
  src: url("/media/fonts/NoiGrotesk-Semibold.woff2") format("woff2"), url("/media/fonts/NoiGrotesk-Semibold.woff") format("woff"), url("/media/fonts/NoiGrotesk-Semibold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  src: url("/media/fonts/SimplonNorm.eot");
  /* IE9 Compat Modes */
  src: url("/media/fonts/SimplonNorm.woff2") format("woff2"), url("/media/fonts/SimplonNorm.woff") format("woff"), url("/media/fonts/SimplonNorm.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  src: url("/media/fonts/SimplonNorm-Medium.eot");
  /* IE9 Compat Modes */
  src: url("/media/fonts/SimplonNorm-Medium.woff2") format("woff2"), url("/media/fonts/SimplonNorm-Medium.woff") format("woff"), url("/media/fonts/SimplonNorm-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  src: url("/media/fonts/SimplonNorm-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/media/fonts/SimplonNorm-Bold.woff2") format("woff2"), url("/media/fonts/SimplonNorm-Bold.woff") format("woff"), url("/media/fonts/SimplonNorm-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*word-wrap: break-word;*/
}
html {
  font-size: 14px;
  width: 100%;
}
body {
  width: 100%;
  line-height: 150%;
  font-size: 20px;
  color: #1B1B1B;
  font-weight: 400;
  font-family: "NoiGrotesk", Verdana, Helvetica, Geneva, sans-serif;
}
input, select, textarea, button {
  font-family: inherit;
  font-size: inherit;
}
a, a:link, a:visited {
  color: #009dff;
}
a, a:link {
  text-decoration: none;
}
a:focus, a:hover, a:active {
  /*color: #004e80;*/
}
h1, h2, h3, h4, h5, h6, .titel, .untertitel {
  color: #009dff;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
h1 {
  font-size: 2.25rem;
  margin-bottom: 0.8em;
  font-weight: bold;
}
h2 {
  font-size: 2rem;
  margin-top: 10px;
}
h3 {
  margin-bottom: 0px;
}
input {
  font: Verdana, Helvetica, Geneva, sans-serif;
}
input[type="submit"] {
  cursor: pointer;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
.VListSe, .VList {
  padding-left: 0rem;
}
div[class*="LongDes"] {
  margin-bottom: 20px;
}
div[class*="LongDes"] span, .ProfileHTMLTextBot span {
  font-family: "NoiGrotesk", Verdana, Helvetica, Geneva, sans-serif !important;
  color: #1B1B1B !important;
  font-size: 20px !important;
}
.LongDes ul {
  list-style: disc;
  padding: 0 0 0 15px;
}
.LongDes ul ul {
  list-style: circle;
}
p {
  color: #1B1B1B;
  font-size: 20px;
}
#Header {
  background-color: #FFF;
}
#FooterContent {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
}
#HeaderContent {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
#Inhalte {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  margin-top: 50px !important;
}
.Leftbar, .Inhalt, .Sidebar {
  display: inline-block;
  vertical-align: top;
}
.Inhalt {
  padding: 0px 100px 45px 100px;
  width: calc(100% - 35.9%);
  float: left;
}
.Leftbar {
  margin-top: 5px;
  width: 100%;
  max-width: 260px;
  float: left;
}
.ListMessage span {
  color: #ff0000;
}
.Sidebar {
  position: relative;
  width: 100%;
  max-width: 240px;
  float: right;
}
/*Struktur END - Flughafen Zürich*/
/*---------------Header START---------------*/
#HeaderContent {
  position: relative;
  padding: 25px 20px 0 20px;
}
#Header:after, #Buchungsnummer:after {
  clear: both;
  content: "";
  display: block;
}
.logo {
  margin-right: 0;
  margin-bottom: 10px;
  width: 240px;
  color: #009dff;
}
.logo img {
  color: #009dff;
}
/*---------------Header END---------------*/
/*---------------Navigation START---------------*/
#HauptMenu ul {
  padding-left: 0;
}
#HauptMenu li {
  list-style: none;
}
#HauptMenu li a {
  background-color: #ffffff;
  display: block;
  padding: 8px 0;
  padding-top: 0px;
  position: relative;
  text-decoration: none;
  z-index: 10;
}
#HauptMenu ul li a:hover, #HauptMenu ul li a:focus, #HauptMenu ul li.selected a {
  color: #000000;
}
#HauptMenu li li {
  padding-left: 10px;
  position: relative;
}
#HauptMenu li li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: 8px;
}
#EventNav {
  padding: 10px 0;
  border: 1px solid #009dff;
  margin: 10px 0;
}
#EventNav li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
#EventNav li a:link, #EventNav li a:visited {
  text-decoration: none;
}
#EventNav li a:hover, #EventNav li a:focus, #EventNav li a:active, #EventNav li a.Self, #NavEventLI > a.Self {
  color: #000;
}
/*---------------Navigation END---------------*/
/*---------------Sidebar END---------------*/
.Sidebar h2 {
  font-size: 1.33rem;
  margin: 0 0 4px;
}
.Sidebar .SidebarHtml {
  margin-bottom: 15px;
}
.SidebarHtml #GMap {
  width: 240px;
  height: 240px;
}
/*---------------Sidebar END---------------*/
/*---------------Inhaltsseiten START---------------*/
#FormularBuchungsnummer, #TextTop {
  margin-bottom: 15px;
}
#EingabeBN, #WeiterBN {
  display: inline-block;
  vertical-align: top;
}
label.BuchungsnrLabel {
  font-weight: bold;
  font-size: 16px;
  display: none;
}
.submitBuchungsnummer.submit {
  line-height: 21px;
  margin-left: 30px;
  padding: 14px 33px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  background-color: #009dff;
  color: #FFF;
}
#submitAnmeldung {
  float: right;
}
.LinkShowAdditionalParticipant {
  text-align: center;
}
.LinkHideAdditionalParticipant a {
  display: block;
  padding-bottom: 10px;
}
.Buchungsnr {
  background-color: #FFF;
  border: 1px solid #009dff;
  border-top-color: #FFF;
  border-left-color: #FFF;
  color: #009dff;
  font-size: 16px;
  padding: 9px 0px;
  padding-right: 0px;
  padding-right: 20px;
  width: 100%;
}
#EingabeBN {
  width: 50%;
}
#OffeneVeranstaltungen {
  margin-top: 40px;
}
.OVList {
  padding-left: 0;
}
.OVList li {
  border-bottom: 1px solid #d8d8da;
  padding: 40px 0 40px;
}
.OVList li:last-child {
  border-bottom: none;
}
.OVListEventIconEmpty {
  display: none;
}
.OVListEventPicture {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
}
.OVListEventDaten {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
.OVListEventDaten .VAMessageBlock {
  line-height: 16px;
}
.OVListEventDaten .VAMessageBlock span, .OVListEventDaten .VAMessageBlock strong {
  font-size: 14px !important;
  font-weight: normal !important;
}
.OVListEventDaten h2 {
  margin-top: 0;
  font-size: 26px;
}
.SeListDateFloat {
  padding-top: 3px;
  width: 160px;
}
.SeListEventDaten {
  width: 100%;
}
.AnmeldungTagesordnung .VListSe {
  margin-bottom: 30px;
}
/*---------------Inhaltsseiten END---------------*/
/*---------------Formulare/Event-Bestätigungsseite START---------------*/
.LongDes p {
  color: #000;
}
fieldset.GroupFieldset {
  margin-bottom: 15px;
  padding: 10px 15px 10px 0;
}
fieldset.GroupFieldset legend {
  padding: 0 10px;
}
.Frage {
  margin-bottom: 5px;
}
.Frage .LabelTextInput, .Frage .LabelRadioGroup, .Frage .LabelCalendaralignleft {
  padding-top: 2px;
  padding-bottom: 7px;
}
.LabelRadioGroup, .LabelTextInput {
  width: 30%;
}
.LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  width: 38%;
}
.TextInput, .EmailInput {
  width: 66%;
}
.TextInput, .EmailInput {
  padding: 3px 6px;
  cursor: default;
  background-color: transparent;
  opacity: 1;
  border: 1px solid grey;
  border-radius: 3px;
}
.TextInput.invalid, .EmailInput.invalid {
  border-color: red;
}
.Frage fieldset.RadioGroupFieldset {
  border: 0 none;
}
fieldset.RadioGroupFieldset label.LabelRadiogroupInput {
  margin-right: 20px;
}
.MeFormEventForm .GroupFieldsetAttendance p label {
  display: block;
}
#FormHTMLTextAboveForm {
  margin-bottom: 15px;
  margin-top: 35px;
}
#FormTabs {
  margin-bottom: 15px;
}
.PaneButtons {
  display: flex;
}
.PaneButtons .PaneButtonCenterContent {
  padding: 0;
}
li.PaneButtonRight, li.PaneButtonLeft {
  line-height: 50px;
  color: #FFF;
}
.FormStep, #InfoTabs .InfoStep {
  float: none;
  display: inline-block;
}
#InfoTabs .InfoStep a.Self, .FormStep a.active {
  color: #000000;
  border: 0;
}
.handle {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a4a4a4;
  border-radius: 11px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
.Frage .date {
  padding: 3px 6px;
}
.Frage .NumberInput {
  padding: 3px 6px;
  padding-right: 0;
}
.range {
  border-radius: 2px;
  margin-left: 22px;
}
.DataSummeryQuestion, .DataSummeryPerson {
  line-height: 30px;
  margin-bottom: 6px;
}
.DataSummeryPerson {
  margin-top: 15px;
}
#EMailFrage {
  margin-bottom: 20px;
}
.error {
  background-color: #ff0000;
  padding: 5px 15px;
  top: 20px;
}
.error p {
  color: #FFF;
}
.error em {
  border-color: #F00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
#GMap {
  width: 600px;
  height: 600px;
}
.EventConfirmationStart {
  margin-top: 12px;
  margin-bottom: 20px;
}
#Answers {
  margin-top: 20px;
}
#Answers h3 {
  margin-top: 12px;
}
#Answers .AnswerAntwortHL {
  margin-top: 6px;
  font-weight: bold;
}
h3.BuchungsnummerText {
  margin-top: 12px;
}
.MasterDataLinkHTMLTop {
  clear: both;
}
.LabelRadiogroupInputMultirow, .LabelRadiogroupInputMultirowPriceCategory, .LabelRadiogroupInputMultirowalignleft {
  line-height: 1.4em;
  margin-bottom: 5px;
  margin-top: 10px;
}
#Attendance .LabelRadiogroupInput {
  display: block;
}
.EventName {
  font-weight: bold;
  font-size: 1.3em;
}
.FormEventName, .FormSalutation2 {
  margin-top: 10px;
}
.FormEventName {
  color: #009dff;
}
#EventStartFormular {
  margin-bottom: 20px;
}
#lpPageFormElementObeyRules {
  margin-top: 50px;
}
.PBDprofile {
  margin-bottom: 20px;
}
/*---------------Formulare/Event-Bestätigungsseite END---------------*/
/*---------------Footer START---------------*/
#Footer {
  border-top: 1px solid #d9d9d9;
  clear: both;
  padding: 15px;
  width: 100%;
}
#Footer #FooterContent {
  border-bottom: 1px solid #d9d9d9;
}
#Footer #emHtmlFooter {
  display: none;
}
#FooterContentText {
  display: flex;
  justify-content: space-between;
}
#FooterContentText > div, .col2-left, .col2-center, .col2-right {
  display: inline-block;
  vertical-align: top;
}
#Footer .col1 .row1, #Footer .col1 .row2 {
  width: auto;
  vertical-align: top;
  width: 100%;
}
#Footer .col1 .row1 {
  padding-right: 20px;
}
#Footer .col1 .row2 {
  padding-top: 20px;
}
#Footer .row1-title {
  color: #000;
}
#Footer .col1 h2, #Footer .col2 h2, #Footer .col3 h2 {
  margin-bottom: 8px;
}
#Footer .col3 ul {
  color: #757679;
}
#Footer .col3 ul li:before {
  content: "- ";
}
/*---------------Footer END---------------*/
#OffeneVeranstaltungen > h2 {
  margin-bottom: 18px;
}
.AdditionalPriceCategoryText {
  float: none;
  clear: both;
}
a.nextPane, a.prevPane {
  color: #FFF;
  line-height: 10px;
}
.submit, .IsButton {
  background-color: #009dff;
  color: #FFF;
  padding: 15px 20px;
  border: 0;
}
.placeholder {
  background-color: white;
  cursor: auto;
  opacity: 1;
}
