@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("/media/fonts/roboto/Roboto-Thin.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  src: local(""), url("/media/fonts/roboto/Roboto-ThinItalic.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/media/fonts/roboto/Roboto-Light.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/media/fonts/roboto/Roboto-LightItalic.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/roboto/Roboto-Regular.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/media/fonts/Roboto-Italic.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/media/fonts/roboto/Roboto-Medium.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("/media/fonts/roboto/Roboto-MediumItalic.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/media/fonts/roboto/Roboto-Bold.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("/media/fonts/roboto/Roboto-BoldItalic.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/roboto/Roboto-Black.ttf ") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/media/fonts/roboto/Roboto-BlackItalic.ttf ") format("truetype");
}
/*-------------------------------------------------------------------------------------*/
/*farbcodes:*/
/*-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  font-family: Franklin Gothic, sans-serif;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 1rem;
}
body, button, input, select, textarea {
  color: #333;
  font-family: Franklin Gothic, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
}
select {
  padding: 0;
}
#Footer #powered-by {
  font-size: 0.875rem;
}
/*-------------------------------------------------------------------------------------*/
a img {
  border: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
ul, ol {
  padding-left: 15px;
}
#TopMenu ul, #HauptMenu ul, #LocaleSwitch ul, #Veranstaltungsliste ul, #LogIO ul {
  list-style: none;
  padding-left: 0;
}
.GroupFieldset > p > .LabelRadiogroupInput {
  display: block;
}
a {
  color: #16191f;
}
a:hover {
  color: #14006E;
  text-decoration: underline;
}
h1 {
  font-size: 1.7rem;
  line-height: 1.05;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px !important;
  color: #14006E;
}
/*-------------------------------------------------------------------------------------*/
.footer .Frage:not(:last-child), #LogInUser, #LogInPassword {
  margin-bottom: 40px;
}
.GroupFieldsetInvoiceAddress {
  background-color: #efefef;
  border-top: 0 none;
  padding-top: 2px;
  padding: 10px 36px;
}
.FrageSeparateinvoiceAddress, .FrageSeparatedeliveryAddress {
  margin-bottom: 0;
}
/* Hauptnavigation */
/* Topnavigation */
/* Buttons */
.submit, .IsButton, .prevPane, .firstPane, .FieldseparateInvoiceDelivery .LabelCheckboxInput, .FieldPListPermit .LabelCheckboxInput {
  font-size: 1rem;
  color: #FFF;
  min-width: 10rem;
  background-color: #14006E;
  cursor: pointer;
  display: inline-block;
  padding: 0.75rem;
  text-transform: capitalize;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  font-weight: 500;
}
.submit:hover, .IsButton:hover, .prevPane:hover, .firstPane:hover, .FieldseparateInvoiceDelivery .LabelCheckboxInput:hover, .FieldPListPermit .LabelCheckboxInput:hover {
  background: #14006E;
  color: white;
}
.FieldseparateInvoiceDelivery .LabelCheckboxInput {
  padding-left: 36px;
}
.EL_HeadFHTML {
  display: none;
}
#Confirmation h3.EventName {
  margin: 30px 0;
}
.ConfEventDates, .FormEventDates {
  font-weight: bold;
}
#EventStartFormular .EventName {
  margin: 30px 0;
}
#Printbutton {
  text-align: left;
}
#Printbutton a {
  font-size: 1rem;
  color: #16191f;
  background-color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid #16191f;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  font-weight: 500;
}
#Printbutton a:hover {
  background: #14006E;
  color: white;
  border-color: #14006E;
  text-decoration: none;
}
/* Input und Textfelder */
/* Anmeldeformular - Steps */
#FormTabs {
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#FormTabs #FormSteps::after {
  content: "";
  clear: both;
  display: block;
}
#FormTabs #FormSteps .FormStep {
  height: auto;
  position: relative;
}
#FormTabs #FormSteps .FormStep a {
  top: 0;
  padding-left: 0px;
  padding-right: 30px;
  font-size: 18px;
  color: #515760;
}
#FormTabs #FormSteps .FormStep a:hover {
  color: #14006E;
  text-decoration: underline;
}
#FormTabs #FormSteps .FormStep a.active {
  border-bottom: 0;
  color: #14006E;
}
#FormTabs #FormSteps .FormStep::after {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #515760;
  margin-left: 11px;
  position: absolute;
  right: 11px;
  top: 0px;
}
#FormTabs #FormSteps .FormStep:last-child::after {
  display: none;
}
.SeListEventDaten h3, .SeListEventDaten h2 {
  margin-top: 0;
  font-size: 16px;
}
.PBDNotificationObligationRevocation {
  margin-top: 0;
  background: #eef2ee;
  padding: 20px;
}
#LocaleSwitch {
  float: none;
  margin-bottom: 23px;
  max-height: 90px;
}
#lpPageFormElementPermit.PBDprofile.checkboxElement.GeneralPermissions {
  padding-top: 0;
  margin-bottom: 0px;
}
/* Anmeldeformular - PaneButtons */
.PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  display: inline-block;
  padding-top: 20px;
}
.PaneButtons::after {
  content: "";
  clear: both;
  display: block;
}
.PaneButtons .PaneButtonLeft, .PaneButtons .PaneButtonRight {
  float: left;
  width: calc(100% / 2);
  min-height: 1px;
  z-index: 2;
  position: relative;
}
.PaneButtons .PaneButtonLeft {
  text-align: left;
}
.PaneButtons .PaneButtonCenter {
  text-align: left;
  position: absolute;
  left: 0;
  top: 70px;
  font-size: 20px;
  width: 100%;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
  width: 100%;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent .p {
  font-size: 1rem;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent .PflichtfeldHinweisPanebutton {
  margin-bottom: 0;
  margin-top: 10px;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent .PflichtfeldHinweisPanebutton + noscript + .ErrorHint {
  margin-top: 20px;
}
.PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
#Header #Navigation #HauptMenu ul, #Gesamt > #Navigation #HauptMenu ul {
  margin-bottom: 0;
}
#Header #Navigation #HauptMenu ul::after, #Gesamt > #Navigation #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
#Header #Navigation #HauptMenu ul .mainMenue, #Gesamt > #Navigation #HauptMenu ul .mainMenue {
  float: left;
}
#Header #Navigation #HauptMenu ul li, #Gesamt > #Navigation #HauptMenu ul li {
  position: relative;
}
#Header #Navigation #HauptMenu ul li ul, #Gesamt > #Navigation #HauptMenu ul li ul {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
}
#Header #Navigation #HauptMenu ul li:hover ul, #Gesamt > #Navigation #HauptMenu ul li:hover ul {
  display: inline-block;
  opacity: 1;
}
#Header #Navigation #HauptMenu .MenueLevel2, #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
  z-index: 9999;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
#Header #Navigation #HauptMenu .MenueLevel2 a, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a {
  background-color: #fcfcfc;
  padding: 5px 20px;
  display: block;
  color: #1a1a1a;
  font-weight: 400;
}
#Header #Navigation #HauptMenu .MenueLevel2 a:hover, #Header #Navigation #HauptMenu .MenueLevel2 a.Self, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a:hover, #Gesamt > #Navigation #HauptMenu .MenueLevel2 a.Self {
  color: #14006E;
  background: rgba(0, 0, 0, 0.05);
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul::after, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue {
  float: none;
}
.Sidebar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue a, .Leftbar #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue a {
  display: block;
}
#Buchungsnummer::after, #SearchForm::after {
  content: "";
  clear: both;
  display: block;
}
#Buchungsnummer #EingabeBN, #Buchungsnummer #WeiterBN, #Buchungsnummer #EingabeSearch, #Buchungsnummer #SearchBN, #SearchForm #EingabeBN, #SearchForm #WeiterBN, #SearchForm #EingabeSearch, #SearchForm #SearchBN {
  float: left;
}
.error {
  background-color: #ed6767;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3), 0 0 0 1px #fff inset;
  color: #fff;
  font-size: 0.9em;
  padding: 0 9px;
  padding-left: 30px;
  line-height: 23px;
  width: 23px;
  overflow: hidden;
  height: 23px;
  padding-left: 16px;
  box-sizing: border-box;
}
.error p {
  margin: 0;
  display: inline;
}
.error em {
  border-color: #fff transparent transparent !important;
  border-width: 9px;
  bottom: -18px;
}
.error em::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ed6767 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 9px;
  bottom: -7px;
  content: "";
  display: block;
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
}
.error::before {
  background-color: #d74141;
  border-color: #fff currentcolor #fff #fff;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  height: 23px;
  left: 0px;
  line-height: 21px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
.error:hover {
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  width: auto;
  padding-left: 30px;
  height: auto;
  overflow: visible;
  z-index: 99999;
}
#Inhalte {
  margin-top: 100px;
}
#SidebarLeft #SecondLevelMenu {
  margin-bottom: 0px;
}
#SidebarLeft #SecondLevelMenu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
#SidebarLeft #SecondLevelMenu a {
  display: block;
  text-decoration: none;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li > a {
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 20px;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li > a.Self {
  color: #333;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li {
  border-bottom: 1px solid #acacac;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0 0 0 18px;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a {
  color: #333;
  text-decoration: none;
  font-weight: normal;
  padding-bottom: 0;
  line-height: 30px;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav .InfoStep a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav li a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul .InfoStep a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI ul li a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav .InfoStep a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav li a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul .InfoStep a:hover, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a.Self, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li ul li a:hover {
  text-decoration: underline;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li {
  position: relative;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li:last-child, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li:last-child {
  margin-bottom: 0;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI #EventNav > li::before, #SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul li #EventNav > li::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  top: 50%;
}
#SidebarLeft #SecondLevelMenu #SecondLevelMenuRahmen ul #NavEventLI > a.Self {
  text-decoration: none;
}
.MeFormListEvent {
  padding-left: 20px;
}
.MeFormListEvent .AttendanceCheckbox {
  float: left;
  margin-left: -20px;
}
.MeFormListEventLi .AttendanceCheckbox {
  display: inline-block;
  margin-left: -19px;
  position: relative;
  top: 5px;
}
.MeFormListEventLi .AttendanceCheckbox input[type="radio"], .MeFormListEventLi .AttendanceCheckbox input[type="checkbox"] {
  margin-right: 0px;
}
.MeFormListEventLi .MeFormListEventDatenWithCheckbox {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#EventStartFormular .EventName, #EventStartFormular .EventAddText1, #EventStartFormular .EventDates, #EventStartFormular .EventAddText2, #EventStartFormular .EventLocation, .EventConfirmationStart .EventName, .EventConfirmationStart .EventAddText1, .EventConfirmationStart .EventDates, .EventConfirmationStart .EventAddText2, .EventConfirmationStart .EventLocation {
  padding-left: 0px;
}
#EventStartFormular .EventAddText2, .EventConfirmationStart .EventAddText2 {
  margin-left: 20px;
}
#EventStartFormular .EventAddText1, .EventConfirmationStart .EventAddText1 {
  margin-top: 1rem;
}
#HTMLAbAnswers {
  margin-bottom: 25px;
}
.Slideshow {
  margin-bottom: 15px;
}
.Slideshow img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
#ZusatztextUnterDatenschutz, #FormHTMLTextAboveCancallationStatement, #FormHTMLTextBelowCancallationStatement, #FormHTMLTextAbovePrivacyStatement, #ZusatztextUeberDatenschutz, #FormHTMLTextBelowPrivacyStatement, #FormHTMLTextAboveObeyRules, #FormHTMLTextBelowObeyRules, #FormHTMLTextBelowPermit, #FormHTMLTextAbovePermit {
  font-size: 13px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: #efefef;
  padding-bottom: 18px;
  padding-top: 18px;
}
#ZusatztextUnterDatenschutz *, #FormHTMLTextAboveCancallationStatement *, #FormHTMLTextBelowCancallationStatement *, #FormHTMLTextAbovePrivacyStatement *, #ZusatztextUeberDatenschutz *, #FormHTMLTextBelowPrivacyStatement *, #FormHTMLTextAboveObeyRules *, #FormHTMLTextBelowObeyRules *, #FormHTMLTextBelowPermit *, #FormHTMLTextAbovePermit * {
  font-size: 13px !important;
  line-height: 16px;
}
#GMap {
  width: 100%;
}
.Frage::after {
  content: "";
  clear: both;
  display: block;
}
/*.RadioGroupFieldsetStandard {
float: none;
clear: both;
margin-bottom: 0px;
display: inline-block;
width: 100%;
.LabelRadiogroupInputStandard {
display: block;
margin-bottom: 15px;
padding-right: 0;
&:last-child {
margin-bottom: 0;
}
}
}*/
#Attendance, #MeFormEventForm1817, #MeFormEventForm1815, #MeFormEventForm1816 {
  background: #eef2ee;
  padding: 20px;
}
#Attendance span, #Attendance p, #MeFormEventForm1817 span, #MeFormEventForm1817 p, #MeFormEventForm1815 span, #MeFormEventForm1815 p, #MeFormEventForm1816 span, #MeFormEventForm1816 p {
  font-size: 20px;
  font-weight: 400;
}
#Attendance #AttendencyTop, #MeFormEventForm1817 #AttendencyTop, #MeFormEventForm1815 #AttendencyTop, #MeFormEventForm1816 #AttendencyTop {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}
.teilnehmerabfrage > label:first-of-type, .teilnehmerabfrage > label[for*="Escort"] {
  display: inline-block;
  margin-right: 5px;
}
.teilnehmerabfrage > label {
  margin-bottom: 10px;
}
.teilnehmerabfrage > select {
  display: block;
  margin-left: 25px;
}
.teilnehmerabfrage select + .LabelRadiogroupInput {
  margin-top: 10px;
}
.GroupFieldsetQuestions .Frage .LabelRadioGroup {
  font-weight: bold;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard {
  display: inline-block;
  margin-right: 23px;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft:last-child, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard:last-child {
  margin-right: 0;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldset {
  margin-bottom: 23px;
  padding-top: 10px;
}
.GroupFieldsetQuestions .Frage .LabelRadioGroupMultirowalignleft, .GroupFieldsetQuestions .Frage .LabelRadioGroupAlignleft {
  display: block;
  width: 100%;
  clear: both;
  margin-right: 0;
  margin-bottom: 8px;
}
.GroupFieldsetQuestions .Frage .RadioGroupFieldsetStandard .LabelRadiogroupInputStandard {
  padding-right: 0;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft {
  padding-left: 20px;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard::after, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft::after {
  content: "";
  clear: both;
  display: block;
}
.GroupFieldsetQuestions .Frage .LabelRadiogroupInputStandard .RadiogroupInput, .GroupFieldsetQuestions .Frage .LabelRadiogroupInputAlignleft .RadiogroupInput {
  float: left;
  margin-left: -21px;
}
.LongDesFolded {
  margin-bottom: 25px;
  margin-top: 10px;
  margin-left: 20px;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 9px;
}
#ZusatztextUnterDatenschutz:empty {
  display: none !important;
}
.LongDesHlFolded, .DisplayEventGroupHlFolded {
  border-bottom: 1px solid #EFEFEF;
  color: #333;
  cursor: pointer;
  font-weight: normal;
  margin: 15px 0;
  padding: 4px 12px 13px 0;
  position: relative;
  min-height: 34px;
}
.LongDesHlFolded[title="Text verbergen"], .DisplayEventGroupHlFolded[title="Text verbergen"] {
  color: #333;
}
.LongDesHlFolded .ToggleLongDesIcon, .LongDesHlFolded .ToggleEventDisplayGroupIcon, .DisplayEventGroupHlFolded .ToggleLongDesIcon, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon {
  background-color: #FFF;
  color: #bdbf00;
  height: 26px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 3px;
  width: 14px;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 8px;
  right: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::before, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::before {
  transform: rotate(45deg);
  bottom: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .LongDesHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleLongDesIcon.fa-toggle-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-chevron-right::after, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.fa-toggle-right::after {
  transform: rotate(135deg);
  top: 0;
}
.LongDesHlFolded .ToggleLongDesIcon.down, .LongDesHlFolded .ToggleEventDisplayGroupIcon.down, .DisplayEventGroupHlFolded .ToggleLongDesIcon.down, .DisplayEventGroupHlFolded .ToggleEventDisplayGroupIcon.down {
  margin-top: -4px;
  transform: rotate(90deg);
}
#calroot {
  width: 251px;
  height: 227px;
  padding: 12px 11px;
  border: 0;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.41), 0px 0px 0px 1px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#calroot #calhead {
  margin-bottom: 13px;
}
#calroot #calhead #calprev, #calroot #calhead #calnext {
  width: 20px;
  height: 20px;
  background: unset;
}
#calroot #calhead #calprev::after, #calroot #calhead #calnext::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  text-align: center;
  display: block;
  padding-top: 3px;
  box-sizing: border-box;
}
#calroot #calhead #calnext::after {
  content: "";
}
#calroot #calhead #caltitle {
  width: calc(100% - 40px);
}
#calroot #calhead #caltitle select {
  font-size: 13px;
  border: 0;
  padding-right: 6px;
}
#calroot #calhead #caltitle select#calmonth {
  margin-right: 5px;
}
#calroot .calweek a {
  width: 29px;
  height: 23px;
  line-height: 24px;
  margin-left: 0px;
  margin-right: 4px;
  margin-bottom: 2px;
}
#calroot .calweek a:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
#calroot #caldays {
  border-bottom: 0px;
  height: auto;
}
#calroot #caldays span {
  width: 29px;
  margin-right: 4px;
  margin-bottom: 2px;
  height: 23px;
  line-height: 24px;
}
#calroot #caldays span:last-child {
  margin-right: 0px;
}
#calroot #caldays span:nth-child(7), #calroot #caldays span:nth-child(6), #calroot .calweek a:nth-child(7), #calroot .calweek a:nth-child(6) {
  color: #d5473d;
}
#calroot #caldays span:nth-child(7)#calcurrent, #calroot #caldays span:nth-child(6)#calcurrent, #calroot .calweek a:nth-child(7)#calcurrent, #calroot .calweek a:nth-child(6)#calcurrent {
  color: #FFF;
}
#calroot #caldays span.caloff:nth-child(7), #calroot #caldays span.caloff:nth-child(6), #calroot .calweek a.caloff:nth-child(7), #calroot .calweek a.caloff:nth-child(6) {
  color: #f3968e;
}
#CalendarSmallCage .info, .calendar_cage .info {
  padding: 10px 20px;
}
#CalendarSmallCage div#nav, .calendar_cage div#nav {
  background-color: #FFF;
  color: #FFF;
}
#CalendarSmallCage div#nav #prev_month, #CalendarSmallCage div#nav #next_month, .calendar_cage div#nav #prev_month, .calendar_cage div#nav #next_month {
  background: none;
  border: none;
  height: auto;
  border-radius: unset;
  position: relative;
}
#CalendarSmallCage div#nav #prev_month > form, #CalendarSmallCage div#nav #next_month > form, .calendar_cage div#nav #prev_month > form, .calendar_cage div#nav #next_month > form {
  position: relative;
  z-index: 100;
}
#CalendarSmallCage div#nav #prev_month::after, #CalendarSmallCage div#nav #next_month::after, .calendar_cage div#nav #prev_month::after, .calendar_cage div#nav #next_month::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  height: 25px;
  top: 3px;
  left: 11px;
  position: absolute;
  z-index: 99;
  color: #333;
}
#CalendarSmallCage div#nav #prev_month::after, .calendar_cage div#nav #prev_month::after {
  content: "";
}
#CalendarSmallCage div#nav #next_month::after, .calendar_cage div#nav #next_month::after {
  content: "";
}
#CalendarSmallCage div#nav #CalendarSmallPrevMonth, #CalendarSmallCage div#nav #CalendarSmallNextMonth, #CalendarSmallCage div#nav #CalendarLargePrevMonth, #CalendarSmallCage div#nav #CalendarLargeNextMonth, .calendar_cage div#nav #CalendarSmallPrevMonth, .calendar_cage div#nav #CalendarSmallNextMonth, .calendar_cage div#nav #CalendarLargePrevMonth, .calendar_cage div#nav #CalendarLargeNextMonth {
  height: 25px;
  width: 20px;
}
#CalendarSmallCage div#nav #week_days_header, .calendar_cage div#nav #week_days_header {
  width: 100%;
}
#CalendarSmallCage div#nav #week_days_header tr td, .calendar_cage div#nav #week_days_header tr td {
  color: #333;
  height: 40px;
  font-weight: bold;
}
#CalendarSmallCage #timetravel, .calendar_cage #timetravel {
  font-size: 18px;
  color: #333;
}
#CalendarSmallCage table td, .calendar_cage table td {
  width: 40px;
  height: 31px;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#CalendarSmallCage table td.events, .calendar_cage table td.events {
  background-color: #14006E !important;
  color: #FFF !important;
}
.InputfieldAlignleft {
  width: 100%;
}
#Gesamt .TextInput, #Gesamt .EmailInput, #Gesamt .UrlInput, #Gesamt .NumberInput, #Gesamt .CurrencyInput, #Gesamt .TextareaInput, #Gesamt .SelectInput, #Gesamt .FileInput, #Gesamt #SucheEingabe, #Gesamt .customfile {
  width: 65%;
  font-size: 20px;
  margin-bottom: 20px;
}
#Gesamt hr {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.CaptchaSpam {
  border: 1px solid #efefef;
  padding: 20px 30px 25px;
}
.CaptchaSpam::after {
  content: "";
  clear: both;
  display: block;
}
.CaptchaSpam #CaptchaImage {
  margin-left: 45%;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam {
  width: 90%;
  margin-right: 0px;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam::after {
  content: "";
  clear: both;
  display: block;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam #CaptchaQuestion {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 40px;
}
.CaptchaSpam .LabelTextInput.LabelTextCaptchaSpam #CaptchaSpamResult {
  width: 50%;
  box-sizing: border-box;
  margin: 0px;
  float: left;
}
.CaptchaSpam .CaptchaSpamInfo {
  width: 10%;
  float: left;
  font-size: 13px;
  padding: 0 10px;
}
#RegHLSummery, #DataSummeryParticipation, #DataSummeryParticipant, #DataSummeryRegistrator, #DsEscorts, #DataSummeryRegistratorQuestions, .PBDNotificationObligationRevocation {
  margin-bottom: 40px;
}
#DataSummeryParticipation h3, #DataSummeryParticipant h3, #DataSummeryParticipantQuestions h3 {
  margin-bottom: 20px;
}
#DataSummeryParticipationYes, #DataSummeryParticipationNo, #DataSummeryParticipationYesAddP {
  font-weight: normal;
}
.GroupFieldsetQuestions h3 {
  margin-bottom: 15px;
}
div > .GroupFieldset h3, form > .GroupFieldset h3 {
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 9px;
}
.PanesInfo {
  margin-bottom: 20px;
}
#Footer {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#Header, #Footer {
  width: 100%;
  max-width: 900px;
}
#Header, #FooterContent, #Inhalte, #Navigation, #TopMenuRahmen, #ClickpathNaviRahmen {
  max-width: 1396px;
  width: 100%;
}
#ClickpathNaviRahmen {
  display: flex;
}
#Inhalte {
  width: 100%;
  margin-bottom: 10px;
  min-height: 650px;
}
#Inhalte #FormTabs {
  max-width: 900px;
  width: calc(100% - 400px);
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: unset;
  padding: 0 15px;
}
#Inhalte #InhaltFormular #FormTabs {
  max-width: 900px;
  width: calc(100% - 400px);
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.Inhalt {
  max-width: 896px;
  width: 100%;
  padding: 0 15px;
  margin-top: 15px;
  float: right;
}
.Sidebar {
  width: 100%;
  max-width: 300px;
}
.SidebarHtmlText .VListSe li {
  max-height: 50px;
  height: auto;
}
.SidebarHtmlText ul {
  padding-left: 0;
}
.Leftbar {
  max-width: 28.25rem;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
}
.Leftbar #logo {
  padding-left: 0;
  margin-top: 2.4rem;
  margin-bottom: 5rem;
}
.Leftbar #logo img {
  height: 60px;
  width: auto;
}
.Sidebar {
  padding-right: 0;
  padding-left: 40px;
}
.ListEventName a {
  text-decoration: none;
  color: #333;
}
.GroupFieldset {
  margin-bottom: 0px;
  margin-top: 0;
}
Fieldset[class*="GroupFieldset"], #EventStartFormular, .FormTopHintDoubleOptIn, #TextTopFormular, #Clickpath, .LongDes {
  margin-bottom: 40px;
  width: 100%;
}
.LinkShowAdditionalParticipant {
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  width: 200px;
}
.GroupFieldsetInvoiceAddress {
  display: none;
}
.GroupFieldsetInvoiceAddress, .GroupFieldsetDeliveryAddress {
  margin-top: 0px !important;
}
.DateSeperator, .TimeSeperator {
  margin-right: 4px;
}
.Dateinput::after {
  content: "";
  clear: both;
  display: block;
}
.DateInput, .DateSelectInput {
  margin-bottom: 4px;
}
.DateInput.DateinputCalender {
  float: left;
  margin-right: 5px;
}
#Navigation #HauptMenu ul li.mainMenue > a {
  display: block;
  margin-right: 3px;
  text-decoration: none;
  color: #333;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  letter-spacing: 2px;
}
#Navigation #HauptMenu ul li.mainMenue > a:first-child {
  padding-left: 0;
}
#Navigation #HauptMenu ul li.mainMenue > a:hover {
  color: #888;
}
.login-failed {
  display: block;
  padding: 8px 14px;
  background-color: #ec7f7f;
  border: 1px solid #dd5e5e;
  border-radius: 3px;
  color: #FFF;
  font-size: 14px;
  padding-left: 36px;
  position: relative;
}
.login-failed::before {
  content: "!";
  display: block;
  position: absolute;
  left: 0;
  padding: 0 14px;
  font-size: 32px;
  top: 5px;
}
input[type="text"], .SelectInput, .DateSelectInput, .TextInput, input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="url"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 34px;
  height: 2.125rem;
  padding-right: 60px;
  padding-right: 3.75rem;
  border-radius: 0;
  border: 1px solid #bababa;
  border: 0.0625rem solid #bababa;
  box-shadow: none;
  color: #666;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding: 0.375rem 0.75rem;
}
input[type="text"].invalid, .invalid.SelectInput, .invalid.DateSelectInput, .invalid.TextInput, input[type="email"].invalid, input[type="password"].invalid, input[type="date"].invalid, input[type="number"].invalid, input[type="url"].invalid {
  box-shadow: 0px 0px 1px 1px #FFF inset, 0px 0px 7px -2px #ff7474 inset, 0px 0px 2px 0px #ff6868 !important;
  border-color: #FF5B5B;
  border-radius: 3px;
}
input[type="number"] {
  padding-right: 3px;
}
textarea {
  height: auto !important;
  color: #666;
}
.SelectInput {
  padding-top: 5px;
  padding-bottom: 5px;
}
.TextareaInput {
  border: 0.0625rem solid #bababa;
  border-radius: 0;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 2px;
}
#PrintForm {
  position: relative;
  z-index: 10;
}
.SidebarHtml, #PrintForm, #LogInOut, #CalendarSmallHome {
  margin-top: 0px;
  margin-bottom: 40px;
}
.EventKontakt .KontaktHTMLText > p:first-child {
  margin-bottom: 23px;
  padding-bottom: 13px;
}
.EventKontakt .KontaktHTMLText > p:last-child {
  margin-top: 23px;
  padding-top: 13px;
}
.EventKontakt .KontaktHTMLText > .contactImage {
  margin-bottom: 12px;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-organisation {
  font-size: 16px;
  font-weight: normal;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-position {
  font-style: italic;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofname, .EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofdata {
  margin-top: 12px;
  margin-bottom: 12px;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofname .figure, .EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofdata .figure {
  margin: 0;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofname .figure > img, .EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-imagetopofdata .figure > img {
  margin: 0;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-phonenumber::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-emailtext::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}
.EventKontakt .KontaktHTMLText .sidebar-contact-area .sb-c-urltext::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
}
.FieldPriceCategory {
  margin-top: 10px;
}
.HTMLtextBelow {
  margin-top: 25px;
  padding-top: 8px;
  border-top: 2px solid #FFF;
  margin-left: 0;
}
.Frage.FieldPListPermit input {
  position: relative;
  z-index: 999;
  left: 15px;
}
.Frage.FieldPListPermit .LabelCheckboxInput {
  padding-left: 40px;
  margin-left: -22px;
}
.ParticipantListHQ {
  background-color: #14006E;
  color: #FFF;
  padding: 3px 34px;
}
.PListDesHTMLtop {
  margin-bottom: 16px;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  line-height: 20px;
  min-height: 30px;
  padding-top: 0;
  color: #16191f;
}
#TextTop > h1 {
  margin-bottom: 18px;
}
#TextTop {
  margin-bottom: 16px;
}
.QGroupHtmlTop, .QGroupHtmlBot {
  clear: both;
  margin-bottom: 8px;
  margin-top: 8px;
}
.Formular h3, #Answers h3, .Sidebar h2, .AnmeldungTagesordnung > h2, #GoogleMapsConf h2, div[id*="FktAddresses"] h2, #Confirmation h3.EventName, #PanesFormInformation h2.LongDesHl, #PanesFormInformation h2.LongDesHlFolded {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: normal;
  font-weight: 500;
}
.Formular h3, #Answers h3, .AnmeldungTagesordnung > h2, #GoogleMapsConf h2, div[id*="FktAddresses"] h2, #PanesFormInformation h2.LongDesHl, #PanesFormInformation h2.LongDesHlFolded {
  padding-bottom: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
#PanesFormSummery h2 {
  margin-bottom: 20px;
}
#DsEscorts div[id*="DsEscort"] > h3 {
  font-size: 12px;
  border: 0;
  margin-bottom: 0;
}
#Answers {
  margin-bottom: 23px;
}
#Answers h3 {
  margin-top: 12px;
}
#Answers .AnswerPerson {
  margin-bottom: 14px;
}
#Answers .AnswerAntwortValue {
  font-weight: 400;
}
#Answers .AnswerAntwortLabel {
  display: inline-block;
  width: 35%;
  margin-bottom: 4px;
}
#Answers .AnswerAntwortHL {
  font-weight: 600;
}
#Confirmation #CalendarHint {
  margin: 12px 0px;
}
#Confirmation > h2 {
  margin-bottom: 23px;
}
#Confirmation h3.EventName {
  margin-bottom: 0;
}
#Confirmation p.EventDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #666;
}
#Confirmation .EventNameSubheadline {
  font-size: 14px;
}
.Sidebar, .Leftbar {
  color: #22272a;
}
.Sidebar .SidebarHtml, .Sidebar #LogInOut, .Sidebar .CalendarSmall, .Leftbar .SidebarHtml, .Leftbar #LogInOut, .Leftbar .CalendarSmall {
  padding-top: 10px;
  position: relative;
}
.Sidebar .SidebarHtml h2, .Sidebar #LogInOut h2, .Sidebar .CalendarSmall h2, .Leftbar .SidebarHtml h2, .Leftbar #LogInOut h2, .Leftbar .CalendarSmall h2 {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  font-size: 1.75rem;
  font-weight: 400;
  color: #14006E;
}
#NavEventUL {
  margin-top: 23px;
  border-top: 4px solid #E3E3E3;
  padding-top: 10px;
  position: relative;
}
#NavEventLI {
  padding-top: 10px;
  position: relative;
}
#NavEventLI > a {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-top: 10px;
  margin-top: -14px;
  color: #22272a;
  font-size: 12px;
  font-weight: 400;
}
.SidebarHtml #SidebarBuchungsnr {
  width: 100%;
}
#ObeyRulesFrage, .Frage.FieldDatenschutz, #PermitFrage, .Formular > .PflichtfeldHinweis {
  margin-bottom: 20px;
}
.Formular .PflichtfeldHinweis {
  margin: 10px 0px 26px;
}
.VList {
  list-style: none;
}
#Header {
  display: flex;
}
#Header .header-area {
  margin: auto;
}
#Header #LocaleSwitch {
  float: left;
  background-color: #3c506e;
  height: 40px;
  width: 120px;
  position: relative;
  margin-left: -14px;
  margin-top: -8px;
}
#Header #LocaleSwitch::before {
  content: "Sprache:";
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 16px 20px 13px;
}
#Header #LocaleSwitch ul {
  position: absolute;
  top: 12px;
  right: 0;
}
#Header #LocaleSwitch ul li, #Header #LocaleSwitch ul li a {
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
#Header #LocaleSwitch ul li {
  height: 24px;
  display: inline-block;
  width: 40px;
  background-color: #3c506e;
  padding: 0 11px;
  margin-left: 76px;
}
#Header #LocaleSwitch ul li {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  padding-top: 5px;
}
#Header #LocaleSwitch ul:hover li {
  opacity: 1;
  visibility: visible;
  height: 24px;
}
:lang(de) #LocaleSwitch ul li[title="Deutsch"], :lang(en) #LocaleSwitch ul li[title="English"], :lang(fr) #LocaleSwitch ul li[title="français"] {
  padding-left: 2px;
  position: relative;
  top: -1px;
  opacity: 1;
  visibility: visible;
  height: 24px;
}
:lang(de) #LocaleSwitch ul li[title="Deutsch"]::after, :lang(en) #LocaleSwitch ul li[title="English"]::after, :lang(fr) #LocaleSwitch ul li[title="français"]::after {
  content: "";
  display: inline-block;
  background: url(/media/images/language-block.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 10px;
  height: 7px;
}
.MeFormListEventDaten.ListDatenDiv {
  padding-left: 24px;
}
.AttendanceCheckbox {
  left: 0px;
  position: relative;
  top: 25px;
}
.MeFormListEventDaten h2 {
  padding-left: 0px;
}
.OVList.OVListIconSet li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #8c8c8c;
}
.OVList.OVListIconSet li .OVListEventIcon, .OVList.OVListIconSet li .OVListEventDaten, .OVList.OVListIconSet li .OVListEventPicture {
  float: left;
}
.OVList.OVListIconSet li .OVListEventIcon {
  width: 5%;
}
.OVList.OVListIconSet li .OVListEventDaten {
  width: 70%;
}
.OVList.OVListIconSet li .OVListEventDaten .OVListEventname {
  color: #00589c;
  font-size: 22px;
  margin-bottom: 1rem;
}
.OVList.OVListIconSet li .OVListEventPicture {
  width: 25%;
}
#Zahlungspflicht {
  margin-top: 20px;
  margin-bottom: 20px;
}
div#EventStartFormular {
  margin-bottom: 0px;
}
.EventPictureDiv {
  margin-bottom: 0px;
}
.EventPictureDiv img {
  width: 100%;
  max-width: 200px;
}
.LongDes span, .LongDes p {
  font-family: Franklin Gothic, sans-serif !important;
}
#LogIn input[type="text"], #LogIn .SelectInput, #LogIn .DateSelectInput, #LogIn .TextInput, #LogIn input[type="password"] {
  width: 100%;
}
#EventStartFormular p, #EventStartFormular span, #EventStartFormular h3 {
  margin-bottom: 10px;
}
#EventStartFormular .EventName {
  border-bottom: 0px;
  font-weight: normal;
  padding-bottom: 0;
}
#EventStartFormular .EventName > .EventNameSubheadline {
  font-size: 1rem;
  font-weight: normal;
}
#EventStartFormular .FormEventAddText1 {
  margin-top: 1rem;
}
#EventStartFormular .FormEventAddText1::before {
  /*@include fontawesome("\f05a", 16px, #666);*/
  margin-right: 5px;
}
#EventStartFormular .EventDates::before {
  /*@include fontawesome("\f133", 16px, #666);*/
}
.FormSalutation2.Salutation2 {
  margin-top: 12px;
}
.FormSalutation.Salutation {
  margin-bottom: 12px;
}
#SidebarEventList li {
  text-decoration: none;
  position: relative;
}
#SidebarEventList li .OVListShortD {
  display: none;
}
#SidebarEventList li:hover .OVListShortD {
  display: block;
  position: fixed;
}
#EMailFrage, #EMailFrageDecline {
  margin-bottom: 35px;
}
.left-logo {
  display: flex;
  max-width: 500px;
  width: 100%;
}
h4 {
  height: 50px;
}
#slogan, #logo {
  padding-top: 50px;
  padding-left: 60px;
}
#slogan {
  padding-left: 60px;
  width: 290px;
}
.footer-logo {
  max-height: 100px;
}
#Footer {
  background-color: #fff;
  color: #656565;
  border-top: 1px solid lightgrey;
  padding-top: 50px;
}
#Footer #FooterContent {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#Footer #FooterContent #FooterContentText {
  display: block;
}
#Footer #FooterContent #FooterContentText p {
  display: flex;
  justify-content: space-between;
}
#Footer #FooterContent #FooterContentText p a {
  display: flex;
  justify-content: space-between;
  max-height: 100px;
  max-width: 100px;
  text-decoration: none;
}
#Footer #FooterContent #FooterContentText .rowCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Footer #FooterContent #FooterContentText .rowCon img {
  height: 80px;
}
#Footer #FooterContent #FooterContentText .rowCon img, #Footer #FooterContent #FooterContentText .rowCon a {
  margin-right: 50px;
}
#Footer #FooterContent #FooterContentText .rowCon a {
  margin-top: 50px;
}
#Footer #FooterContent #FooterContentText .footer_logo {
  display: flex;
  margin-top: 4.504rem;
  padding-left: 40px;
  width: 400px;
}
#Footer #FooterContent #FooterContentText .footer_logo .logo {
  width: 90px;
  height: auto;
}
#Footer #FooterContent #FooterContentText .footer_logo .company {
  color: #16191f;
  font-size: 24px;
  display: flex;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
}
#Footer #FooterContent #FooterContentText .links {
  margin-top: 4.504rem;
  display: flex;
  align-items: center;
  width: calc(100% - 540px);
}
#Footer #FooterContent #FooterContentText .links a {
  display: block;
  font-size: 24px;
  margin-right: 40px;
}
#Footer #FooterContent #FooterContentText #menu--footer {
  text-align: left;
}
#Footer #FooterContent #FooterContentText #powered-by {
  text-align: right;
  width: 100%;
  margin-top: 40px;
  font-family: Roboto;
}
#Footer #FooterContent #FooterContentText #powered-by a {
  font-family: Roboto;
}
#Footer #FooterContent #FooterContentText #powered-by img {
  max-width: 80px;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.OVList > li {
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 12px;
  position: relative;
}
.OVList > li .OVListEventDaten .OVListEventname {
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  font-size: 20px;
  margin-bottom: 0;
  display: inline-block;
}
.OVList > li .OVListEventDaten .OVListEventname a {
  color: #333;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.OVList > li .OVListEventDaten .OVListEventname:hover a {
  color: #14006E !important;
}
.OVList > li .OVListEventDaten .EventNameSubheadline {
  margin-bottom: 0;
}
.OVList > li .OVListEventDaten .OVListDate {
  margin-top: 10px;
}
.OVList > li .OVListEventDaten .OVListDate::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #666;
}
#FormularBuchungsnummer {
  padding: 20px 30px;
  background-color: #f9f9f9;
  margin-bottom: 23px;
  display: inline-block;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-top: 40px;
}
#FormularBuchungsnummer #BNtop {
  margin-bottom: 6px;
}
#FormularBuchungsnummer #BNtop .bn-title {
  font-weight: normal;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr {
  height: 40px;
  line-height: 27px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#FormularBuchungsnummer #Buchungsnummer #WeiterBN .submitBuchungsnummer {
  height: 40px;
  margin-left: 3px;
  line-height: 0;
  font-weight: normal;
  padding-left: 34px;
  padding-right: 34px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-transform: lowercase;
}
#OffeneVeranstaltungen {
  margin-top: 40px;
}
#HeaderContent {
  /*	
width:100%;
	position:relative;
	z-index:101;
	background: transparent;
	*/
  max-width: 896px;
  width: 100%;
  padding: 0 15px;
  margin-top: 125px;
  margin-bottom: 50px;
  float: right;
}
#HeaderContent .logo {
  padding-left: 20px;
}
#HeaderContent .logo a {
  margin-top: 5px;
  display: inline-block;
}
#HeaderContent > p {
  display: none;
}
#NavigationTop {
  position: relative;
  background: transparent;
  z-index: 110;
  width: 100%;
  top: 50px;
}
#NavigationTop #TopMenu {
  text-align: right;
  max-width: 1380px;
  width: 100%;
}
#NavigationTop #TopMenu ul {
  display: inline-block;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
#NavigationTop #TopMenu ul::after {
  content: "";
  clear: both;
  display: block;
}
#NavigationTop #TopMenu ul li {
  margin-left: 30px;
}
#NavigationTop #TopMenu ul li a {
  color: #666;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
}
#NavigationTop #TopMenu ul li a:hover {
  color: #14006E;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 25px;
}
.customfile {
  background: #fff;
  width: 65%;
  border: 1px solid #bababa;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.customfile .customfile-feedback {
  color: #666666;
}
.customfile .customfile-feedback-populated {
  color: #666666;
  padding-left: 23px;
  font-size: 14px;
  font-weight: normal;
}
.customfile .customfile-feedbacksize {
  color: #666666;
  padding: 12px 28px;
  padding-right: 80px;
}
.customfile .customfile-feedbacksize:empty {
  padding: 0px;
}
.customfile .customfile-button {
  width: auto;
  font-size: 1rem;
  color: #fff;
  background-color: #14006E;
  cursor: pointer;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 3px;
  border: 0;
  -webkit-transition: all 0.2s ease !important;
  -moz-appearance: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  font-weight: 500;
}
.customfile .customfile-button:hover {
  opacity: 0.8;
}
.InputfieldAlignleft {
  width: 100%;
  margin-bottom: 3px;
}
#InhaltCalendar {
  float: none;
  width: 100%;
}
#InhaltCalendar #CalendarLarge {
  width: 100%;
}
.PflichtfeldStern {
  color: #14006E;
}
.range {
  width: 12%;
}
.slider, .slideralignleft {
  margin-top: 16px;
}
.GroupFieldset.escortData > h3 {
  border: none;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.GroupFieldset.escortData > .escortDataPerson {
  margin-top: 0px;
}
.Frage .HTMLtextBelow.HTMLtextBelowAlignleft {
  margin-top: 0px;
  padding-left: 25px;
  padding-top: 0px !important;
  line-height: 16px;
}
.LogInButton::after {
  content: "";
  clear: both;
  display: block;
}
.LogInButton #LogInAuto {
  font-size: 14px;
  margin-top: 6px;
}
.LogInButton #LogInAuto #AutoLogin {
  position: relative;
  top: 2px;
}
.LogInButton #LogInSubmit {
  margin-top: 8px;
}
.LogInHint {
  font-size: 12px;
  position: relative;
  line-height: 18px;
  margin-top: 10px;
}
.LogInHint > a {
  color: #333;
}
.LogInHint > a:hover {
  color: #14006E;
}
#LocaleSwitch {
  float: none;
  margin-bottom: 23px;
}
.shariff {
  margin-top: 32px;
}
.AlternativeEvents li {
  margin-bottom: 8px;
}
.Sidebar .KontaktHTMLText img {
  width: 30%;
}
.Sidebar #GMapRahmen {
  margin-top: 18px;
}
#DataSummeryEvents {
  border: 1px solid #efefef;
  padding: 20px 30px 30px;
}
#DataSummeryEvents ul li {
  border-bottom: 0px;
  margin-bottom: 12px;
}
#DataSummeryEvents ul li h3 {
  border-bottom: 0px;
  padding: 0;
  margin: 0px !important;
  display: block;
}
.ConfEventData {
  margin-top: 12px;
}
#Clickpath {
  display: inline-block;
  margin-top: 0px;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}
#Clickpath .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
#Clickpath .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "➤";
}
#Clickpath .clickpath_link {
  margin-right: 12px;
  color: #808080;
}
#Clickpath .clickpath_link:last-child {
  margin-right: 0px;
}
#Clickpath .clickpath_link:last-child::after {
  display: none;
}
#Clickpath .clickpath_link::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  margin-left: 12px;
}
#Clickpath a, #Clickpath li {
  font-size: 12px;
  font-family: Franklin Gothic, sans-serif;
  font-weight: 500;
  color: #333;
  display: inline-block;
}
#Clickpath li {
  padding-top: 2px;
  padding-bottom: 2px;
}
#Clickpath li > a:hover {
  color: #14006E;
}
#barcode, #grcode, #qrcode {
  margin-bottom: 23px;
}
#GMapRahmen {
  margin-top: 18px;
}
#GoogleMapsConf h2 {
  margin-bottom: 12px;
}
.AnmeldungTagesordnung h2, div[id*="FktAddresses"] h2 {
  font-weight: normal;
  margin-bottom: 16px;
  padding-bottom: 9px;
}
.FieldSalutation .RadioGroupFieldset {
  padding-top: 4px;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay5, #CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #efefef;
  color: #868686;
}
#CalendarSmallHome #CalendarSmallCage table .WeekDay6 {
  background-color: #dedede;
}
.FieldSubTypeAlignleft .customfile {
  width: 100% !important;
}
.css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: #585858;
}
.FreePlaces {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}
.FreePlaces > span {
  margin-left: 10px;
}
.FreePlaces .css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  align-self: center;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.FreePlaces .css-trafficlight span {
  content: "";
  color: white;
  position: absolute;
  border-radius: 14px;
  width: 16px;
  height: 16px;
  left: 2px;
}
.FreePlaces .trafficlightrot span {
  top: 2px;
  left: 42px;
  background-color: #F61616;
  box-shadow: 0 0 14px #F61616;
}
.FreePlaces .trafficlightgelb span {
  top: 2px;
  left: 22px;
  background-color: #FCD424;
  box-shadow: 0 0 14px yellow;
}
.FreePlaces .trafficlightgruen span {
  top: 2px;
  left: 2px;
  background-color: #0FE80F;
  box-shadow: 0 0 14px #0FE80F;
}
/* Termine Kalender */
.EventAppointmentMonth {
  margin-top: 30px;
}
.EventAppointmentMonth::after {
  content: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] {
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #AAA;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader {
  padding: 7px 0;
  padding-top: 0px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader::after {
  clear: "";
  clear: both;
  display: block;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthPrev .UpdateEventAppointmentsMonth, .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthNext .UpdateEventAppointmentsMonth {
  border: 4px solid #FFF;
  background-color: #CD1536;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-weight: bold;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthHeader .EventAppointmentMonthCenter {
  line-height: 40px;
  color: #333;
  font-weight: bold;
  font-size: 23px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay {
  background-color: rgba(205, 21, 54, 0.1);
  color: #cd1536;
  padding: 0.25rem;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease !important;
  -moz-appearance: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  border: 0;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable button.ActiveAppointmentsByDay.SelectedEventAppointmentDay {
  background-color: #cd1536;
  color: #FFF;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable thead tr th {
  color: #555555;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable thead tr th.EventAppointmentKW {
  color: #cd1536;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr th.EventAppointmentKW {
  color: rgba(205, 21, 54, 0.5);
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td {
  color: #a6a6a6;
  height: 40px;
  width: 40px;
  padding: 1px;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td span {
  padding: 0.25rem;
  height: 40px;
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth] .EventAppointmentMonthTable tbody tr td button {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] {
  text-align: left;
  border-left: 1px solid #AAA;
  position: relative;
  left: -1px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] .EventAppointmentsByDayHeader {
  border-bottom: 1px solid #AAA;
  color: #333;
  font-weight: bold;
  font-size: 23px;
  padding: 0px 23px 14px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul {
  padding-left: 0px;
  list-style: none;
  border-top: 0px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li {
  padding-left: 23px;
  padding-top: 5px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li p.EventappointementDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  margin-right: 7px;
  margin-left: -1px;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li .EventappointementLabel {
  font-weight: bold;
}
.EventAppointmentMonth div[id^=EventAppointmentMonthData] ul li .EventappointementDates {
  color: #777;
}
.SelectedEventAppointment {
  border-bottom: 2px solid #AAA;
  padding: 10px 0;
}
.SelectedEventAppointments {
  list-style: none;
}
.SelectedEventAppointments .SelectedEventAppointment .EventappointementDates::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #333;
  margin-right: 7px;
  margin-left: -1px;
}
.EventAppointmentMonth .EventAppointmentMonthTable td.Appointments span {
  border-radius: 100px;
}
.PBDNotificationObligationRevocation {
  margin-top: 0;
}
.PBDNotificationObligationRevocation .PBDNotificationObligation {
  margin-top: 0;
}
.PBDNotificationObligationRevocation span {
  font-size: 16px !important;
}
#HideInfos {
  max-width: 600px;
  width: 100%;
  left: calc(50% - (600px / 2));
}
#HideInfos #preconfirmation, #HideInfos #Buchungsnr {
  margin-right: 3px;
  height: 34px;
}
#exposeMask {
  background-color: #000;
}
#anmelden + #NewsletterAbmeldung {
  background-color: #ececec;
  padding: 23px 23px 20px;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
}
#NewsletterAbmeldung {
  margin-top: 12px;
}
#NewsletterAbmeldung #abmelden .newsletterTitle {
  font-size: 23px;
  margin-bottom: 12px !important;
  line-height: 28px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 12px;
  color: #333;
}
#NewsletterAbmeldung #abmelden .newsletterDescription {
  margin-bottom: 12px;
}
#NewsletterAbmeldung #abmelden #EMailFrageAbsage {
  background-color: #ddd;
  border: 1px solid #efefef;
  padding: 6px 6px 6px 18px;
  border-radius: 7px;
}
#NewsletterAbmeldung #abmelden #EMailFrageAbsage .LabelTextInput {
  font-weight: bold;
  line-height: 20px;
  min-height: 30px;
  padding-top: 5px;
}
#NewsletterAbmeldung #abmelden .PflichtfeldHinweis {
  margin-top: 8px;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
#NewsletterAbmeldung #abmelden .NewsletterAbsageBottom {
  margin-bottom: 0px;
}
#iconbar, #FormularSearch {
  display: none;
}
.css-trafficlight {
  display: inline-block;
  width: 60px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  background-color: #585858;
}
.css-trafficlight span {
  content: "";
  color: white;
  position: absolute;
  border-radius: 14px;
  width: 16px;
  height: 16px;
  left: 2px;
}
.trafficlightrot span {
  top: 2px;
  left: 42px;
  background-color: #F61616;
  box-shadow: 0 0 14px #F61616;
}
.trafficlightgelb span {
  top: 2px;
  left: 22px;
  background-color: #FCD424;
  box-shadow: 0 0 14px yellow;
}
.trafficlightgruen span {
  top: 2px;
  left: 2px;
  background-color: #0FE80F;
  box-shadow: 0 0 14px #0FE80F;
}
div[class*="_popover"] .btn, div[class*="_modal"] .btn {
  font-size: 9px;
  padding: 6px;
  width: 23px;
  height: 23px;
  line-height: 0;
  background-color: #21a6ce;
}
div[class*="endOfQuestion"] {
  display: inline-block;
  margin-left: 10px;
}
div[class*="afterLabel"] {
  display: inline-block;
  margin-right: 10px;
}
div[class*="beforeLabel"] {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
div[class*="beforeQuestion"] {
  display: inline-block;
  float: left;
}
.LabelTextInput, .LabelRadioGroup, .LabelTextarea, .LabelDateInput, .LabelDatetimeInput, .LabelTimeInput, .LabelSelect, .LabelFileUpload {
  width: 100%;
  margin-right: 0;
  display: block;
  font-size: 20px;
}
.endOfQuestion_popover_right, .endOfQuestion_modal {
  margin-right: -30px;
  position: relative;
  left: -36px;
}
.endOfQuestion_popover_right .icon, .endOfQuestion_modal .icon {
  display: block;
}
#ParticipantListPane #ParticipantsList li.PListFirstInColumn {
  float: none;
  width: 100%;
  padding: 10px;
  background-color: #f2efed;
  -webkit-transition: background-color 0.2s ease !important;
  -moz-appearance: background-color 0.2s ease !important;
  transition: background-color 0.2s ease !important;
}
#ParticipantListPane #ParticipantsList li.PListFirstInColumn:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#ParticipantListPane #ParticipantsList .PlistItem0 {
  position: relative;
}
#ParticipantListPane #ParticipantsList div.PListPersonData {
  color: grey;
}
#ParticipantListPane #ParticipantsList div.PListPersonData .PListName {
  color: #333;
}
#ParticipantListPane #ParticipantsList div.PListPersonData a {
  color: grey;
}
#HideInfos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#EingabePWrecover #WeiterBN {
  margin-top: 10px;
}
#btn--backToTop {
  background: transparent;
  order: 4;
  display: block;
  position: relative;
  z-index: 999999999;
  right: 20px;
  width: 100%;
  margin-top: 90px;
  text-align: right;
}
#btn--backToTop:hover {
  color: #14006E;
  text-decoration: underline;
}
#btn--backToTop:hover::before {
  color: #14006E;
  text-decoration: underline;
}
#btn--backToTop::before {
  text-transform: uppercase;
  font-family: Franklin Gothic, sans-serif;
}
#btn--backToTop.visible {
  opacity: 1;
}
.overflowHidden {
  overflow: hidden;
}
.ErrorHint {
  background: #fad6d8;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: Franklin Gothic, sans-serif;
  color: #16191f;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.invalid-feedback {
  font-size: 16px;
}
.invalid-feedback::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #14006E;
  margin-right: 10px;
}
#lpPageFormElementPrivacy, #lpPageFormElementPermit, #lpPageFormElementPStThird {
  background: #eef2ee;
  padding: 20px;
  margin-bottom: 0px;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
/*Change bootstrap default Variables here*/
/*
$carousel-control-color:#000;
$carousel-control-prev-icon-bg:      str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"), "#", "%23") ;
$carousel-control-next-icon-bg:      str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"), "#", "%23") ;

$fs-1: 1rem;
$ff-1: Arial, sans-serif;
$fw-1: normal;
$lh-1: 22px;
$mc-1: #cd1536;
$mw: 1396px;
$ff: 'Font Awesome 5 Free';

// Mixins
@mixin border-radius($radius) {
	-webkit-border-radius: $radius;
	-moz-border-radius: $radius;
	-ms-border-radius: $radius;
	border-radius: $radius;
}

// .box { @include border-radius(10px); }

@mixin box-sizing($sizing) {
	-webkit-box-sizing: $sizing;
	-moz-box-sizing: $sizing;
	box-sizing: $sizing;
}
// .box { @include box-sizing(border-box); }

@mixin transition($transition...) {
	-webkit-transition: 	$transition;
	-moz-appearance: 			$transition;
	transition: 					$transition;
}
// .box { @include transition(all 0.3s ease-out); }

@mixin appearance($appearance...) {
	-webkit-appearance: $appearance;
	-moz-appearance:    $appearance;
	appearance:         $appearance;
}
// .box { @include appearance($appearance); }

@mixin box-shadow($shadow...) {
	-moz-box-shadow:    $shadow;
	-webkit-box-shadow: $shadow;
	box-shadow:         $shadow;
}
// .box { @include box-shadow($shadow); }

@mixin transform($value...) {
	-webkit-transform:  $value;
	-ms-transform:      $value;
	transform:          $value;
}
// .box { @include transform($value);}


@mixin fontawesome($content, $size, $color){
	content: $content;
	font-family:$ff;
	font-weight:900;
	font-size: $size;
	color:$color;
}

// .element { @include fontawesome($icon, $size, $color); }
*/
/*
$carousel-control-color:#000;
$carousel-control-prev-icon-bg:      str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"), "#", "%23") ;
$carousel-control-next-icon-bg:      str-replace(url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"), "#", "%23") ;
*/
.IsResponsive #FooterContent, .IsResponsive #Inhalte, .IsResponsive #Navigation {
  max-width: 1396px;
  width: 100%;
}
.IsResponsive #Footer, .IsResponsive #TopMenuRahmen, .IsResponsive #HauptMenuRahmen, .IsResponsive #Inhalte, .IsResponsive #ClickpathNaviRahmen {
  padding-left: 20px;
  padding-right: 20px;
}
.IsResponsive .Inhalt {
  padding: 0 15px;
}
@media only screen and (max-width: 1400px) {
  .IsResponsive #Header {
    display: block;
  }
  .IsResponsive #HeaderContent {
    max-width: 1400px;
    width: 100%;
    padding: 0 167px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive .Inhalt {
    width: 900px;
  }
  .IsResponsive #Inhalte {
    width: 100%;
    margin-bottom: 10px;
    min-height: 650px;
  }
  .IsResponsive #Inhalte #FormTabs {
    max-width: 896px;
    width: calc(100% - 400px);
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: unset;
    padding: 0 15px;
  }
  .IsResponsive #Inhalte #InhaltFormular #FormTabs {
    max-width: 900px;
    width: calc(100% - 400px);
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .IsResponsive #Header {
    display: block;
  }
  .IsResponsive #SidebarFormular {
    padding-left: 20px;
  }
  .IsResponsive #HeaderContent {
    max-width: 1280px;
    width: 100%;
    padding: 0 107px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive .Inhalt {
    width: calc(100% - 26rem);
  }
  .IsResponsive #Inhalte {
    width: 100%;
    margin-bottom: 10px;
    min-height: 650px;
  }
  .IsResponsive #Inhalte #FormTabs {
    max-width: 896px;
    width: calc(100% - 415px);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: unset;
    padding: 0 15px;
  }
  .IsResponsive #Inhalte #InhaltFormular #FormTabs {
    max-width: 900px;
    width: calc(100% - 400px);
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .IsResponsive .Leftbar {
    max-width: 25rem;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .footer_logo {
    padding: 0;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .rowCon {
    justify-content: unset;
    padding-bottom: 2rem;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .links {
    width: calc(100% - 26rem);
  }
}
@media only screen and (max-width: 1049px) {
  .IsResponsive #Header {
    display: block;
  }
  .IsResponsive #HeaderContent {
    max-width: 1400px;
    width: 100%;
    padding: 0 67px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive #Inhalte, .IsResponsive #Footer, .IsResponsive #TopMenuRahmen {
    padding-right: 20px;
    padding-left: 20px;
  }
  .IsResponsive #Inhalte {
    width: 100%;
    margin-bottom: 10px;
    min-height: 650px;
  }
  .IsResponsive #Inhalte #FormTabs {
    max-width: 821px;
    width: calc(100% - 400px);
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: unset;
    padding: 0;
  }
  .IsResponsive #Inhalte #InhaltFormular #FormTabs {
    max-width: 900px;
    width: calc(100% - 400px);
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .IsResponsive #Inhalte, .IsResponsive #FooterContent {
    max-width: 668px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
  }
  .IsResponsive #Footer #FooterContent {
    padding: 0;
  }
  .IsResponsive #logo {
    max-width: 200px;
  }
  .IsResponsive .Inhalt {
    margin: 40px 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .IsResponsive .Leftbar, .IsResponsive .Sidebar {
    float: none;
    max-width: unset;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .IsResponsive .Leftbar {
    /*border-top:1px solid black;
			padding-top:40px;*/
  }
  .IsResponsive .Sidebar {
    clear: left;
    border-top: 1px solid lightgrey;
    margin-top: 40px;
    padding-top: 40px;
  }
  .IsResponsive .Sidebar .KontaktHTMLText img {
    width: 15%;
  }
  .IsResponsive .Sidebar #Printbutton a {
    width: 100%;
    text-align: center;
  }
  .IsResponsive .Sidebar #PrintForm {
    max-width: 240px;
  }
  .IsResponsive #Inhalte {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .IsResponsive .EventAppointmentMonth > div:first-child[id^=EventAppointmentMonth], .IsResponsive .EventAppointmentMonth .EventAppointmentMonthDataAside {
    width: 100%;
    margin-bottom: 12px;
  }
  .IsResponsive .EventAppointmentMonth #EventAppointmentMonth .EventAppointmentMonthTable tbody tr td {
    width: auto;
    height: auto;
  }
  .IsResponsive .EventAppointmentMonth #EventAppointmentMonth .EventAppointmentMonthTable tbody tr td span, .IsResponsive .EventAppointmentMonth #EventAppointmentMonth .EventAppointmentMonthTable tbody tr td button {
    display: inline-block;
    height: 32px;
    width: 32px;
  }
  .IsResponsive .EventAppointmentMonth div[id^=EventAppointmentMonthData] {
    border-left: 0px;
  }
  .IsResponsive #Gesamt .TextInput, .IsResponsive #Gesamt .EmailInput, .IsResponsive #Gesamt .UrlInput, .IsResponsive #Gesamt .NumberInput, .IsResponsive #Gesamt .CurrencyInput, .IsResponsive #Gesamt .TextareaInput, .IsResponsive #Gesamt .SelectInput, .IsResponsive #Gesamt .FileInput, .IsResponsive #Gesamt #SucheEingabe, .IsResponsive #Gesamt .customfile {
    width: 100%;
  }
  .IsResponsive #btn--backToTop {
    right: unset;
    bottom: 20px;
  }
  .IsResponsive .PaneButtons {
    margin-top: 0;
  }
  .IsResponsive .PaneButtons .PaneButtonRight > input, .IsResponsive .PaneButtons .PaneButtonRight > a {
    background: #cd1536;
    color: white;
    border-color: white;
  }
  .IsResponsive .PaneButtons .PaneButtonRight > input:hover, .IsResponsive .PaneButtons .PaneButtonRight > a:hover {
    background: white;
    color: #333;
    border-color: #737373;
  }
  .IsResponsive #DataSummeryRegistratorQuestions .DataSummeryQuestion .Dsheadline {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .IsResponsive #DataSummeryRegistratorQuestions span.DsLabel {
    width: 100%;
  }
  .IsResponsive #Answers .AdditionalQuestionGroup .AnswerAntwortLabel {
    width: 100%;
  }
  .IsResponsive .BuchungsnummerText .Buchungsnummer {
    display: block;
  }
}
@media only screen and (max-width: 969px) {
  .IsResponsive #Header, .IsResponsive #Footer {
    width: 100%;
    max-width: 970px;
  }
  .IsResponsive #HeaderContent {
    max-width: 1000px;
    width: 100%;
    padding: 0 100px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive #Inhalte, .IsResponsive #Footer {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    z-index: 10;
  }
  .IsResponsive .rowCon {
    flex-direction: column;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .footer_logo {
    width: 100%;
    max-width: unset;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .links {
    width: 100%;
    flex-direction: column;
    align-items: unset;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText .links > a {
    padding-bottom: 1rem;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 799px) {
  .IsResponsive .Leftbar, .IsResponsive .Sidebar {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    margin: auto;
  }
  .IsResponsive #Gesamt.ResponsiveButtonOpenUp #TopMenuRahmen {
    position: fixed;
  }
  .IsResponsive #Gesamt.ResponsiveButtonOpenUp #NavigationResponsiveSwitch {
    position: fixed;
    top: 32px;
    right: 20px;
  }
  .IsResponsive #Gesamt.ResponsiveButtonOpenUp #HeaderContent .logo {
    position: fixed;
    top: 23px;
    transition: all 0.2s ease-in-out;
  }
  .IsResponsive #Gesamt.ResponsiveButtonOpenUp #Inhalte {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
  }
  .IsResponsive #HeaderContent {
    max-width: 800px;
    width: 100%;
    padding: 0 60px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive #HeaderContent .logo img {
    max-width: 575px;
    width: 100%;
  }
  .IsResponsive #NavigationResponsiveSwitch {
    display: inline-block;
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 101;
  }
  .IsResponsive #Navigation {
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: unset;
    height: unset;
  }
  .IsResponsive #Navigation #HauptMenu ul li:first-child.mainMenue > a::before {
    display: none;
  }
  .IsResponsive #Navigation #HauptMenu {
    height: auto;
    border-bottom: 0px;
    margin-top: 0px;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu ul .mainMenue {
    float: none;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu .MenueLevel2 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-left: 0;
    border: none;
    opacity: 1;
    box-shadow: none;
  }
  .IsResponsive #Gesamt > #Navigation #HauptMenu .MenueLevel2 > li > a {
    padding-left: 15px;
  }
  .IsResponsive .ResponsiveSwitch {
    text-indent: -99999px;
    height: 29px;
    width: 33px;
    cursor: pointer;
    background-color: #aaa;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown {
    position: absolute;
    left: 6px;
    top: 13px;
    height: 3px;
    width: 20px;
    background: #fff;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 20px;
    background: #fff;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::after {
    top: 7px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown::before {
    top: -7px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp {
    background-color: transparent;
    transform: rotate(45deg);
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::before, .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
    top: 0px;
  }
  .IsResponsive .ResponsiveSwitch .ResponsiveButtonDown.ResponsiveButtonOpenUp::after {
    transform: rotate(-90deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  }
  .IsResponsive #HauptMenuRahmen {
    display: none;
    margin-bottom: 0px;
    margin-bottom: 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: white;
  }
  .IsResponsive #CalendarSmallCage table td, .IsResponsive .calendar_cage table td {
    width: 110px;
  }
  .IsResponsive .Inhalt {
    margin-bottom: 35px;
  }
  .IsResponsive .logo {
    z-index: 10;
    position: relative;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText {
    flex-direction: column;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText #menu--footer, .IsResponsive #Footer #FooterContent #FooterContentText #powered-by {
    text-align: center;
    margin: auto;
    max-width: 100%;
  }
  .IsResponsive #Footer #FooterContent #FooterContentText #powered-by {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .IsResponsive #TopMenuRahmen {
    padding-right: 0px;
    padding-left: 0px;
  }
  .IsResponsive #slogan {
    padding-left: 20px;
    width: 350px;
  }
  .IsResponsive #HeaderContent {
    max-width: 480px;
    width: 100%;
    padding: 0 20px;
    margin-top: 125px;
    float: right;
  }
  .IsResponsive #Gesamt .TextInput, .IsResponsive #Gesamt .EmailInput, .IsResponsive #Gesamt .UrlInput, .IsResponsive #Gesamt .NumberInput, .IsResponsive #Gesamt .CurrencyInput, .IsResponsive #Gesamt .TextareaInput, .IsResponsive #Gesamt .SelectInput, .IsResponsive #Gesamt .FileInput, .IsResponsive #Gesamt #SucheEingabe, .IsResponsive #Gesamt .customfile, .IsResponsive #Gesamt .LabelTextInput, .IsResponsive #Gesamt .LabelRadioGroup, .IsResponsive #Gesamt .LabelTextarea, .IsResponsive #Gesamt .LabelDateInput, .IsResponsive #Gesamt .LabelDatetimeInput, .IsResponsive #Gesamt .LabelTimeInput, .IsResponsive #Gesamt .LabelSelect, .IsResponsive #Gesamt .LabelFileUpload {
    width: 100%;
  }
  .IsResponsive #Gesamt .teilnehmerabfrage > select {
    max-width: 95%;
  }
  .IsResponsive #NavigationTop #TopMenu {
    margin-right: 20px;
  }
  .IsResponsive #NavigationTop #TopMenu ul li {
    margin-left: 5px;
  }
  .IsResponsive .f-col-wrapper .f-col-3 {
    width: 100%;
  }
  .IsResponsive .Sidebar, .IsResponsive .Leftbar {
    width: 100%;
  }
  .IsResponsive #FormularBuchungsnummer {
    padding-left: 18px;
    padding-right: 18px;
  }
  .IsResponsive #Buchungsnummer #EingabeBN {
    width: 100% !important;
    float: none;
    margin-right: 0px;
  }
  .IsResponsive #Buchungsnummer #EingabeBN #Buchungsnr {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .IsResponsive #Buchungsnummer #WeiterBN {
    float: none;
  }
  .IsResponsive #Buchungsnummer #WeiterBN .submitBuchungsnummer {
    width: 100%;
    margin-left: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
  }
  .IsResponsive #Printbutton {
    margin-top: 23px;
  }
  .IsResponsive #Printbutton a {
    display: block;
    text-align: center;
  }
  .IsResponsive #NewsletterAbmeldung #abmelden #EMailFrageAbsage {
    padding: 8px 13px 13px;
  }
}
.form-check-input[type="radio"] {
  border: 0.0625rem solid #bababa;
}
a.IsButton:focus {
  outline: 3px solid #cd1536;
  outline-offset: 2px;
}
