@charset "UTF-8";
/*Fonts START*/
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/media/fonts/open-sans-v34-latin-300.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/media/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/media/fonts/open-sans-v34-latin-300italic.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/media/fonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/media/fonts/open-sans-v34-latin-700italic.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local(""), url("/media/fonts/open-sans-v34-latin-800italic.woff2") format("woff2"), url("/media/fonts/open-sans-v34-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-regular - latin-ext_latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/oswald-v49-latin-ext_latin-regular.woff2") format("woff2"), url("/media/fonts/oswald-v49-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* oswald-700 - latin-ext_latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/oswald-v49-latin-ext_latin-700.woff2") format("woff2"), url("/media/fonts/oswald-v49-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*Struktur START*/
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  color: #626262;
  font-weight: 300;
  font-size: 16px;
}
body {
  background-color: #E3F4FE;
}
body, select, input, textarea, button {
  font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
  color: #86b221;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #becb01;
  text-decoration: underline;
}
ul {
  list-style: none;
}
h1 {
  color: #0089bf;
  font-size: 33px;
  line-height: 62px;
}
h2 {
  color: #999999;
  font-size: 18px;
  line-height: 40px;
}
h3, .h3 {
  color: #4f89aa;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
input {
  /*-webkit-appearance: none;*/
}
#Rahmen {
  width: 100%;
  position: relative;
}
#Gesamt {
  background-color: #f7fcff;
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.AdditionalParticipantData {
  border: 1px solid #D2D2D2;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
  padding-top: 60px;
  padding-bottom: 110px;
}
#LinkStartseite, #Printbutton a, .nextPane, .prevPane, .submitAnmeldungPaneButton, .LinkShowAdditionalParticipant a, .LinkHideAdditionalParticipant a, .submitSidebarBuchungsnummer.submit {
  background-color: #4f89aa;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  border: 0;
  font-size: 16px;
  padding: 10px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 100ms ease 100ms;
  width: 200px;
  font-weight: lighter;
  cursor: pointer;
}
#LinkStartseite:hover, #Printbutton a:hover, .PaneButtons .nextPane:hover, .PaneButtons .prevPane:hover, .PaneButtons .submitAnmeldungPaneButton:hover, .LinkShowAdditionalParticipant a:hover, .LinkHideAdditionalParticipant a:hover, .submitSidebarBuchungsnummer.submit:hover {
  background-color: #216a95;
  text-decoration: none;
}
.submit, .IsButton {
  background-color: #4f89aa;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  border: 0;
  font-size: 16px;
  padding: 10px 22px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 100ms ease 100ms;
  font-weight: lighter;
  cursor: pointer;
}
.submit:hover, .IsButton:hover {
  background-color: #216a95;
}
#Printbutton a {
  display: none;
}
.LinkShowAdditionalParticipant a {
  width: 400px;
  margin-bottom: 20px;
}
.AdditionalParticipantData .LinkHideAdditionalParticipant {
  margin-bottom: -170px;
  top: 30px;
  position: relative;
}
.LinkHideAdditionalParticipant a {
  width: 280px;
  margin-top: 40px;
}
.GroupFieldsetAdditionalParticipants > .LinkHideAdditionalParticipant {
  margin-bottom: -60px;
  left: 20px;
  position: relative;
}
.AdditionalParticipantData .LinkShowAdditionalParticipant {
  margin-bottom: -110px;
}
.LinkShowAdditionalParticipant a::after, .LinkHideAdditionalParticipant a::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 30px;
  font-weight: bold;
}
.LinkHideAdditionalParticipant a::after {
  content: "–";
  top: -4px;
  font-size: 32px;
}
/*Struktur END*/
/*Header START*/
#Header {
  margin: 0 auto;
  width: auto;
}
#HeaderContent {
  position: relative;
}
#HeaderContent p {
  text-align: center;
}
#Header .header-bg img {
  width: 100%;
  display: block;
}
/*Header END*/
/*Navigation START*/
#Navigation {
  border-top: 1px solid #e3f4fe;
}
#Navigation #HauptMenu ul:after {
  content: " ";
  clear: both;
}
#Navigation #HauptMenu {
  background-color: #0089bf;
  padding: 0 40px;
}
#Navigation #HauptMenu li {
  float: left;
}
#Navigation #HauptMenu li a:link, #Navigation #HauptMenu li a:visited {
  color: #fff;
  display: block;
  font-family: Oswald;
  font-size: 18px;
  line-height: 50px;
  padding: 0 20px;
  text-decoration: none !important;
}
#Navigation #HauptMenu li a:hover, #Navigation #HauptMenu li a:focus, #Navigation #HauptMenu li a:active {
  color: #b5e1fa;
}
/* Navigation | SecondLevelMenu START */
#SidebarLeft #SecondLevelMenu {
  left: -20px;
  position: relative;
  width: inherit;
}
#SidebarLeft #SecondLevelMenu > ul > li > a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen > ul > li > a {
  background-color: #b5e1fa;
  display: none;
  padding: 10px 10px 10px 20px;
  color: #2683b7;
}
#SidebarLeft #SecondLevelMenu > ul > li.selectedLevel1 > a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen > ul > li.selectedLevel1 > a {
  font-weight: bold;
}
#SidebarLeft #SecondLevelMenu > ul > li > a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen > ul > li > a:hover {
  text-decoration: none;
  color: #2683b7;
}
#EventNav {
  left: 0;
  position: relative;
  top: 4px;
}
#EventNav li {
  line-height: 42px;
  margin-bottom: 1px;
}
#EventNav li a {
  color: #FFF;
  background-color: #0089bf;
  padding: 1px 20px;
  width: 200px;
  display: block;
  transition: background 200ms ease 10ms;
}
#EventNav li:hover a, #EventNav li a.Self {
  text-decoration: none;
  background-color: #319fcb;
}
#EventNav #InfoStep4 a {
  background-color: #ff0000;
}
/* Navigation | SecondLevelMenu END */
/*Navigation END*/
/*Footer START*/
#Footer {
  color: #333;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  border-top: 5px solid #e3f4fe;
}
#Footer a:link, #Footer a:visited {
  color: #000;
  text-decoration: none;
}
#Footer a:hover, #Footer a:focus, #Footer a:active {
  text-decoration: underline;
}
/*Footer END*/
/*Sidebars START*/
.Leftbar, .Sidebar {
  width: 240px;
  max-width: 240px;
  padding: 20px;
  box-sizing: border-box;
}
.Leftbar {
  display: inline-block;
  vertical-align: top;
  float: right;
  float: left;
}
.Sidebar {
  display: inline-block;
  vertical-align: top;
}
.submitSidebarBuchungsnummer.submit {
  margin-top: 10px;
  width: 114px;
}
#SidebarBuchungsnr {
  width: 164px;
  font-size: 14px;
  height: 30px;
  margin-top: 10px;
}
.Sidebar .SidebarHtml h2 {
  background-color: #0089bf;
  position: relative;
  right: 30px;
  padding: 0 20px;
  width: 200px;
  color: #FFF;
  margin-top: -20px;
  margin-bottom: 20px;
}
.Sidebar .SidebarHtml {
  margin-bottom: 20px;
  padding: 11px 20px;
  width: 240px;
  background-color: white;
  left: -20px;
  position: relative;
  padding-left: 30px;
}
.SidebarHtml #GMap {
  width: 200px;
  height: 200px;
}
/*Sidebars END*/
/*Inhaltsseiten Allgemein START*/
#Inhalte {
  margin: 0 auto 0 0;
  position: relative;
  min-height: 500px;
  word-break: break-word;
}
.Inhalt {
  display: inline-block;
  float: left;
  max-width: 650px;
  padding: 10px 20px 30px;
  vertical-align: top;
  width: 650px;
}
div#TextTop {
  margin-left: 0;
}
#TextTop p {
  padding: 20px 0 0 0px;
}
#TextTop p:first-of-type {
  border-top: 1px solid #b5e1fa;
}
#FormularBuchungsnummer {
  margin-bottom: 20px;
}
#FormularBuchungsnummer #EingabeBN {
  float: left;
  margin: 10px 0;
}
#FormularBuchungsnummer #WeiterBN {
  float: left;
  margin: 10px 0;
}
#FormularBuchungsnummer #WeiterBN input {
  font-size: 14px;
  height: 34px;
  line-height: 26px;
  padding: 0 9px;
}
#FormularBuchungsnummer #Buchungsnr {
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #9a9a9a;
  font-size: 16px;
  padding: 3px 10px 6px;
}
#FormularBuchungsnummer .BuchungsnrLabel {
  margin-right: 10px;
  font-weight: 400;
}
#OffeneVeranstaltungen {
  margin-left: 20px;
}
#Rahmen #Gesamt #Inhalte .Inhalt #FormularBuchungsnummer #Buchungsnummer:after {
  clear: both;
  content: "";
  display: block;
}
#Rahmen #Gesamt #Inhalte .Inhalt #OffeneVeranstaltungen .ListIconDiv {
  float: left;
  margin-right: 16px;
  position: relative;
  top: 5px;
}
#Rahmen #Gesamt #Inhalte .Inhalt #OffeneVeranstaltungen .ListDatenDiv {
  float: left;
  margin-right: 20px;
}
#Rahmen #Gesamt #Inhalte .Inhalt #OffeneVeranstaltungen .OVListVr.VList li {
  margin-bottom: 12px;
}
/*Inhaltsseiten Allgemein END*/
/*Formulare START*/
.Inhalt legend {
  font-weight: 400;
  padding: 10px;
}
.Inhalt fieldset.GroupFieldset {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.Frage {
  line-height: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.Frage::after {
  content: "";
  clear: both;
  display: block;
}
.TextInput, .EmailInput, .DateInput, .NumberInput, .range, .SelectInput, .DateSelectInput {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #888888;
  line-height: 23px;
  padding: 3px 12px;
}
.NumberInput {
  padding-right: 0;
}
.DateInput:valid {
  background-color: #e0fee1;
}
.DateInput:invalid {
  background-color: #fee1e0;
}
.range {
  padding: 3px 5px;
}
.error {
  background-color: #ff0000;
  border-radius: 4px;
  color: #ffffff;
  padding: 3px 10px;
  margin-left: 10px;
}
fieldset.RadioGroupFieldset {
  border: none;
}
fieldset.RadioGroupFieldset .LabelRadiogroupInput {
  margin-right: 15px;
}
p.PflichtfeldHinweis {
  margin-bottom: 15px;
}
input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.customfile {
  margin-top: 20px;
  width: 70%;
}
.customfile .customfile-button {
  width: 36%;
}
.EventName {
  font-weight: 400;
}
.PaneButtons {
  margin: 30px 0 40px;
  position: relative;
  display: flex;
}
.PaneButtons li.PaneButtonLeft, .PaneButtons li.PaneButtonRight {
  width: unset;
}
.PaneButtons .PaneButtonCenter {
  position: absolute;
  width: 100%;
  top: 60px;
  float: none;
  text-align: left;
}
.PaneButtons .PaneButtonCenterContent {
  padding: 0;
}
.nextPane:hover, .prevPane:hover {
  text-decoration: none;
}
.PaneButtons .PaneButtonCenter {
  margin: 0;
  display: inline-block;
}
.DataSummeryPerson, .DataSummeryQuestion {
  line-height: 30px;
}
.LongDescription {
  margin-top: 24px;
}
body .error em {
  border-color: #F00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.slider {
  background-color: #ffa639;
  border-color: #e8900e;
  margin-top: 14px;
}
.handle {
  border-radius: 11px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-color: #FFF;
}
ul li li a:before {
  content: "»";
  display: inline-block;
  margin-right: 7px;
  top: -1px;
  position: relative;
}
ul li li li a:before {
  content: "»»";
}
ul li li li li a:before {
  content: "»»»";
}
ul li li li li li a:before {
  content: "»»»»";
}
.DisplayEventGroupHlFolded {
  color: #86b221;
}
/*Formulare END*/
/*Bestätigungsseite START*/
#GMap {
  width: 600px;
  height: 600px;
}
/*Bestätigungsseite END*/
.unselectedLevel1 {
  display: none !important;
}
/* ########################### FormTabs START */
#FormTabs:after, #FormSteps:after, #InfoTabs:after, #InfoSteps:after, .clearAfterHauptMenuUL {
  clear: both;
}
#FormTabs {
  margin-bottom: 20px;
  border-bottom: 3px solid #0089bf;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  background-color: #b5e1fa;
  height: 40px;
}
#FormTabs, #InfoTabs {
  width: auto;
}
.FormStep, #InfoTabs .InfoStep {
  height: auto;
  float: none;
}
#InfoTabs .InfoStep a, .FormStep a {
  display: inline-block;
  padding: 0px 16px;
  border-top-left-radius: 3px;
  line-height: 40px;
  background-color: #b5e1fa;
  color: #FFF;
  height: 40px;
  border-top-right-radius: 3px;
  top: 0px;
  margin-right: 1px;
}
#InfoTabs .InfoStep a.Self, .FormStep a.active {
  border-bottom: 0;
  text-decoration: none;
  background-color: #0089bf;
}
.LabelRadiogroupInputMultirowPriceCategory .PriceCategory {
  top: 6px;
}
label.LabelRadiogroupInput {
  display: list-item;
  list-style: none;
}
/* *************************** FormTabs END */
span.PflichtfeldStern {
  color: #ff3333;
  margin-right: 4px;
  font-weight: bold;
  position: relative;
  left: 2px;
}
span.DateSeperator {
  position: relative;
  left: -2px;
  bottom: -3px;
}
#EventStartFormular, #AboveFormTabs, #DataSummeryParticipation, #DataSummeryParticipant, .ConfSalutation {
  margin-bottom: 20px;
}
div#Answers {
  margin: 20px 0 30px;
  border-left: 1px solid #e5edb4;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 30px;
}
.sideLink {
  margin-bottom: 20px;
}
label.LabelRadiogroupInput.LabelRadiogroupInputMultirowPriceCategory {
  line-height: 24px;
  top: 8px;
  position: relative;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  width: 43%;
  margin-right: 2%;
  display: block;
  float: left;
}
.GroupFieldsetQuestions .LabelStandard {
  font-weight: 700;
}
.TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe {
  max-width: 50%;
}
.SelectInput {
  width: auto;
}
.HTMLtextBelow {
  /* margin-left: 40%; */
  margin-left: 0px;
  margin-top: 5px;
}
.HTMLtextBelow span {
  font-weight: revert !important;
}
.Frage .HTMLtext {
  margin-bottom: 20px;
}
.Frage .HTMLtext span {
  font-weight: revert !important;
}
.LighboxImage {
  float: left;
  margin-right: 10px;
}
#EventNav li:nth-child(5) a {
  background-color: #ff0000;
  font-weight: bold;
}
.clearAfterEventNav, .clearAfterSecondLevelMenuUL {
  clear: both;
}
.socialLink {
  left: -20px;
  position: relative;
}
.socialLink {
  top: 5px;
  left: -20px;
  position: relative;
}
.socialLink a {
  display: block;
}
.socialLink a img {
  display: block;
  transition: opacity 0.2s ease 0s;
}
.socialLink a img:hover {
  opacity: 0.9;
}
.RahmenForm_1E193 .socialLink {
  display: none;
}
.RahmenForm_1E192 .socialLink {
  display: none;
}
.AttendanceCheckbox {
  margin: 4px;
}
.MeFormListEventDaten.ListDatenDiv {
  margin-left: 25px;
  display: flex;
}
.RahmenForm_1E270 .DisplayEventGroupHlFolded {
  color: #4f89aa;
}
.RahmenForm_1E270 a:hover, .RahmenForm_1E270 a:focus, .RahmenForm_1E270 a:active {
  color: #4f89aa;
}
.RahmenForm_1E270 a:link, .RahmenForm_1E270 a:visited {
  color: #4f89aa;
}
.RahmenForm_1E270 #FormSteps li.FormStep .active {
  color: #FFF;
}
#FormSteps {
  display: flex;
  flex-wrap: wrap;
}
#FormSteps::after {
  content: "";
  clear: both;
  display: block;
}
#FormTabs {
  height: auto !important;
  width: 100%;
}
.MeListEventIconEmpty {
  display: none;
}
.VListMeList li {
  padding-bottom: 2rem;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
.DsLabel {
  font-weight: inherit;
}
.DsPersonenData {
  display: inline-block;
}
