@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body, html {
  height: 100%;
}
html {
  font-size: 100%;
}
body {
  font-family: Arial, Tahoma, sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  background-color: #0076b9;
  color: #535353;
}
img {
  border: 0;
  display: block;
}
h2 {
  line-height: 1.3;
}
a {
  color: #0078a0;
  transition: all 0.1s linear 0s;
  text-decoration: none;
}
a:hover {
  color: #535353;
}
p {
  line-height: 1.5;
}
ul {
  list-style: none;
}
fieldset {
  border: 0;
}
table.events {
  table-layout: fixed;
}
.error {
  box-sizing: border-box;
}
.error em {
  border-color: #FFFFFF transparent transparent;
}
a[href="#FormTabs"], #Printbutton a, input.submit, .nextPane, .prevPane, .prelastPane, .firstPane, .IsButton {
  background-color: #0076b9;
  border-color: #0076b9;
  border-style: solid;
  border-width: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0.5rem 2rem 0.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out 0s;
}
a[href="#FormTabs"]:hover, #Printbutton a:hover, input.submit:hover, .nextPane:hover, .prevPane:hover, .prelastPane:hover, .firstPane:hover, .IsButton:hover {
  background-color: #8ba236;
}
/* Anmeldeformular - PaneButtons */
.PaneButtons {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 35px;
  display: inline-block;
  border-top: 1px solid #efefef;
  padding-top: 23px;
}
.PaneButtons::after {
  content: "";
  clear: both;
  display: block;
}
.PaneButtons .PaneButtonLeft, .PaneButtons .PaneButtonCenter, .PaneButtons .PaneButtonRight {
  float: left;
  width: calc(100% / 3);
  min-height: 1px;
}
.PaneButtons .PaneButtonLeft {
  text-align: left;
}
.PaneButtons .PaneButtonCenter {
  text-align: center;
}
.PaneButtons .PaneButtonCenter .PaneButtonCenterContent {
  padding-top: 0;
}
.PaneButtons .PaneButtonRight {
  text-align: right;
  float: right;
}
#SucheBN .submit {
  float: left;
  width: auto;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-top: 0.4rem;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.SelectInput {
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 0.5rem;
  padding-bottom: 0px;
  height: 37px;
}
#LogIn input[type="text"], #LogIn input[type="password"] {
  width: 100%;
}
#LogIn .LogInHint {
  font-size: 0.75rem;
}
.clear, .clearAfterHauptMenuUL {
  clear: both;
}
.RahmenT16 #Clickpath {
  display: none;
}
.AttendanceCheckbox {
  margin-right: 10px;
  margin-top: 3px;
  position: absolute;
}
.tag_cloud_cage {
  width: 100%;
  padding: 10px;
}
#LogInOut {
  margin-bottom: 25px;
}
.ResponsiveSwitch {
  color: #fff;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 28px;
  line-height: 2.5rem;
  margin-left: 20px;
}
#SearchForm::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#SearchBN {
  float: left;
}
#SearchBN .submit {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: 0;
}
#Suche #EingabeSuche #SucheEingabe {
  margin-right: 20px;
}
#Suche #SucheBN {
  margin-left: 0;
}
#Rahmen {
  background-color: #FFF;
}
#Rahmen #Gesamt #Header {
  min-height: 96px;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 100%;
  background: #ffffff;
  z-index: 99989;
  -webkit-box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
}
#Rahmen #Gesamt #Header #NavigationTop {
  padding-left: 0.9375rem;
  position: absolute;
  top: -30px;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul li {
  float: left;
  position: relative;
  margin-right: 1.3125rem;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul li::after {
  color: #0076b9;
  content: "|";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.86rem;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul li:last-child {
  margin: 0;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul li:last-child::after {
  display: none;
}
#Rahmen #Gesamt #Header #NavigationTop #TopMenuRahmen #TopMenu ul li a {
  font-size: 0.75rem;
}
#Rahmen #Gesamt #Header #Navigation {
  width: 80.744%;
  float: left;
}
#Rahmen #Gesamt #Header #Navigation::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#Rahmen #Gesamt #Header #Navigation #SearchbarBtn {
  visibility: hidden;
  color: #58585A;
  line-height: 6rem;
  font-size: 1.25rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
#Rahmen #Gesamt #Header #Navigation #SearchbarBtn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
#Rahmen #Gesamt #Header #Navigation #SearchbarBtn:hover {
  color: white;
  background-color: #0076b9;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen {
  position: relative;
  width: 100%;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu {
  float: left;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu > ul {
  margin-bottom: 0;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu > ul > li {
  float: left;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul {
  list-style: none;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul li a {
  color: #58585A;
  text-decoration: none;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
  background-color: #FFF;
  position: absolute;
  box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, height 0.3s ease 0s;
  z-index: 1;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul ul li a {
  display: block;
  padding: 0.9rem 1.2rem 0.7rem;
  min-width: 14rem;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul ul li a:hover, #Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul ul li a.Self {
  background-color: #0076b9;
  color: #FFF;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue > a {
  line-height: 2.8125rem;
  padding: 1.7rem 1.2rem 1.5rem 1.2rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  font-weight: bold;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue > a:hover, #Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue > a.Self {
  background-color: #0076b9;
  color: #FFF;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue.selected > a {
  background-color: #0076b9;
  color: #FFF;
}
#Rahmen #Gesamt #Header #Navigation #HauptMenuRahmen #HauptMenu ul .mainMenue:hover > ul.MenueLevel2 {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
}
#Rahmen #Gesamt #Header #headerWrapper {
  position: relative;
}
#Rahmen #Gesamt #Header #headerWrapper #HeaderContent {
  width: 19.256%;
  float: right;
  padding-right: 0.9375rem;
}
#Rahmen #Gesamt #Header #headerWrapper #HeaderContent .suche {
  float: left;
  width: 41.66667%;
  border-right: 1px solid #999999;
  padding-right: 40px;
  min-height: 93px;
}
#Rahmen #Gesamt #Header #headerWrapper #HeaderContent .logo {
  float: right;
}
#Rahmen #Gesamt #Header #headerWrapper #HeaderContent .logo a {
  padding-left: 35px;
  padding-top: 10px;
  display: block;
}
#Rahmen #Gesamt #Header #headerWrapper #HeaderContent .logo a img {
  width: auto;
  height: 80px;
}
#Rahmen #Gesamt #HeroeSection {
  position: relative;
  margin-bottom: 20px;
}
#Rahmen #Gesamt #HeroeSection .row {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadBG {
  margin: 0;
  display: flex;
  height: 275px;
  width: 75%;
  margin-bottom: 15px;
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadBG figure {
  max-width: 275px;
  max-height: 275px;
  height: 100%;
  width: 100%;
  margin: 0;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  justify-content: center;
  background: white;
  padding: 10px;
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadBG figure img {
  width: 100%;
  height: auto;
  display: inline-block;
  align-self: center;
  margin: 0;
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadFHTML, #Rahmen #Gesamt #HeroeSection .row .EL_HeadCHTML {
  margin-left: 20px;
  align-self: flex-end;
  margin-bottom: 20px;
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadFHTML h1, #Rahmen #Gesamt #HeroeSection .row .EL_HeadCHTML h1 {
  color: white;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
#Rahmen #Gesamt #HeroeSection .row .EL_HeadFHTML span, #Rahmen #Gesamt #HeroeSection .row .EL_HeadCHTML span {
  color: white !important;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-family: arial !important;
}
#Rahmen #Gesamt #HeroeSection .EL_HeadFLogo, #Rahmen #Gesamt #HeroeSection .EL_HeadCLogo, #Rahmen #Gesamt #HeroeSection .HeaderPicture {
  width: 100%;
}
#Rahmen #Gesamt #HeroeSection .EL_HeadFLogo figure, #Rahmen #Gesamt #HeroeSection .EL_HeadCLogo figure, #Rahmen #Gesamt #HeroeSection .HeaderPicture figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  height: 400px;
  display: flex;
}
#Rahmen #Gesamt #HeroeSection .EL_HeadFLogo figure img, #Rahmen #Gesamt #HeroeSection .EL_HeadCLogo figure img, #Rahmen #Gesamt #HeroeSection .HeaderPicture figure img {
  width: 100%;
  height: auto;
  align-self: center;
  margin: 0;
  filter: blur(20px);
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  margin-bottom: 100px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #EingabeBN {
  margin-top: 20px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #Buchungsnr {
  width: 300px;
  margin-top: 5px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Sidebar {
  width: 25%;
  float: left;
  min-height: 1px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar h2, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Sidebar h2 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #Clickpath {
  font-size: 16px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 1.25rem;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #Clickpath .clickpath_link {
  display: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #Clickpath .clickpath_link#NavEventClickPath {
  display: inline-block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar {
  padding-left: 0.9375rem;
  padding-right: 46px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar .tag_cloud_cage, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #LogInOut, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #SecondLevelMenu, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar .SidebarHtml {
  padding: 10px;
  width: 100%;
  background-color: #F3F3F3;
  margin-bottom: 25px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar .AlternativeEvents {
  list-style: circle;
  font-size: 0.85rem;
  padding-left: 15px;
  margin-top: 10px;
  line-height: 1.15rem;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar .AlternativeEvents li {
  margin-bottom: 5px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #SecondLevelMenu #SecondLevelMenuRahmen ul ul a {
  background: none !important;
  color: #535353 !important;
  padding: 0.3rem 1rem !important;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #SecondLevelMenu #SecondLevelMenuRahmen ul ul a.Self {
  color: #0076b9 !important;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #SecondLevelMenu #SecondLevelMenuRahmen ul li a {
  background: #0076b9 url("/media/images/arrow_right_white.png") no-repeat scroll 94% 14px;
  color: #ffffff;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 1rem;
  padding-right: 30px;
  margin-bottom: 5px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Leftbar #SecondLevelMenu #SecondLevelMenuRahmen ul li.selected > a {
  background: #0076b9 url("/media/images/arrow_right_white_oben.png") no-repeat scroll 95% 18px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Sidebar {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Sidebar .SidebarHtml {
  margin-bottom: 25px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter {
  display: none;
  padding: 0 15px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row {
  max-width: 1430px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter label {
  display: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul {
  height: 100%;
  display: flex;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul li {
  align-self: center;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul input {
  margin: 0 0 0 40px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul select {
  background: white;
  border: 1px solid #ccc;
  padding: 0.5rem;
  color: #58585A;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul input, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #EventListFilter ul select {
  max-width: 150px;
  width: 100%;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #ViewChange {
  align-self: center;
  text-align: right;
  height: 28px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #listview, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #blockview {
  cursor: pointer;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.015);
  display: inline-block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #listview img, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #blockview img {
  width: 28px;
  height: 28px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #listview:hover, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #listview.active, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #blockview:hover, #Rahmen #Gesamt #RahmenInhalte #Inhalte #InhaltFilter .row #blockview.active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05);
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt {
  width: 50%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  min-height: 60vh;
  float: left;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #FormTabs {
  margin-bottom: 15px;
  width: 50%;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #FormTabs .FormStep {
  height: auto;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #FormTabs .FormStep a {
  display: block;
  padding: 10px 10px;
  background-color: #F3F3F3;
  color: #AAAAAA;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #FormTabs .FormStep a.active {
  border-bottom: 0;
  background-color: #0076b9;
  color: #FFF;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList {
  display: flex;
  flex-wrap: wrap;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li {
  margin: 1.25rem 0 1.1875rem;
  display: inline-block;
  width: calc(100% / 3.0 - 20px);
  margin-right: 20px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li:hover .OVListEventPicture {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5) inset;
  transition: box-shadow 0.2s;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li .OVListEventIconEmpty {
  display: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li .OVListEventPicture {
  display: inline-block;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  z-index: 2;
  height: 325px;
  display: flex;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li .OVListEventPicture a {
  position: relative;
  display: flex;
  overflow: hidden;
  align-self: center;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList li .OVListEventPicture img:first-child {
  display: block;
  align-self: center;
  width: 90%;
  z-index: 1;
  margin: auto;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 15px;
  align-self: center;
  position: relative;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten p {
  color: #424242;
  display: block;
  margin: 0;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .EventDate {
  display: block;
  padding-left: 20px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .OVListLocation {
  display: block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .EventDatesDateStart {
  display: block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .OVListLocation, #Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .OVListDate {
  margin-left: 20px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .OVListDate::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 15px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList .OVListEventDaten .OVListLocation::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 15px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList h2.OVListEventname {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  min-height: 50px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList h2.OVListEventname a.eventLink {
  color: #0078a0;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste .OVList h2.OVListEventname a.eventLink:hover {
  color: #535353;
  text-decoration: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList {
  display: block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li {
  margin: 1.25rem 0 1.1875rem;
  display: flex;
  max-width: unset;
  width: 100%;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li:hover .OVListEventPicture {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5) inset;
  transition: box-shadow 0.2s;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li .OVListEventIconEmpty {
  display: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li .OVListEventPicture {
  display: flex;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  height: 180px;
  width: 200px;
  z-index: 2;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li .OVListEventPicture a {
  position: relative;
  align-self: center;
  overflow: hidden;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList li .OVListEventPicture img:first-child {
  display: block;
  width: 90%;
  z-index: 1;
  margin: auto;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList .OVListEventDaten {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 15px;
  align-self: center;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList .OVListEventDaten p {
  color: #424242;
  display: block;
  margin: 0;
  display: flex;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList .OVListEventDaten .OVListDate::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-right: 5px;
  position: relative;
  left: 0;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList .OVListEventDaten .OVListLocation::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding-right: 7px;
  position: relative;
  left: 0;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList h2.OVListEventname {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  word-break: break-word;
  hyphens: auto;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList h2.OVListEventname a.eventLink {
  color: #0078a0;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #OffeneVeranstaltungen #Veranstaltungsliste.listviewActive .OVList h2.OVListEventname a.eventLink:hover {
  color: #535353;
  text-decoration: none;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm #EventStartFormular {
  margin-bottom: 30px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm #Attendance {
  margin-bottom: 30px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm #Attendance > p {
  margin-top: 10px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm #Attendance > p label {
  display: block;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm fieldset legend {
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.17rem;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm fieldset .RadioGroupFieldset {
  margin-bottom: 25px;
}
#Rahmen #Gesamt #RahmenInhalte #Inhalte .Inhalt #EventAnmeldung .PanesForm #RegistrarPriceCat {
  margin-top: 15px;
}
#Rahmen #Gesamt #headerWrapper, #Rahmen #Gesamt #Inhalte, #Rahmen #Gesamt #FooterContent, #Rahmen #Gesamt #HauptMenuRahmen {
  max-width: 1430px;
  margin: 0 auto;
}
#Rahmen #Gesamt #Footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent url("/media/images/bg_footer.png") no-repeat center top;
  background-size: 100% auto;
  bottom: 0;
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-top: 170px;
  color: #FFF;
  font-size: 0.75rem;
}
#Rahmen #Gesamt #Footer a {
  color: #FFF;
}
#Rahmen #Gesamt #Footer a:hover {
  text-decoration: underline;
}
#Rahmen #Gesamt #Footer #FooterContent {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#Searchbar {
  box-shadow: -1px 17px 58px -22px rgba(0, 0, 0, 0.25);
  color: #58585A;
  background-color: #f3f3f3;
  height: 0;
  transition: all 0.4s;
  overflow: hidden;
  box-sizing: border-box;
}
#Searchbar .row {
  max-width: 1430px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  justify-content: center;
  height: 100%;
}
#EventListFilterSearch {
  width: 360px;
  margin: 0;
  align-self: center;
}
#FormularSearch {
  border-right: 1px solid #999;
  float: right;
  min-height: 93px;
  padding-right: 20px;
  padding-top: 28px;
}
#FormularSearch #SearchForm::after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
#FormularSearch #EingabeSearch {
  float: left;
  margin-right: -1px;
}
#FormularSearch #EingabeSearch #Search {
  margin: 0;
}
#FormularSearch #SearchBN {
  float: left;
}
#FormularSearch #SearchBN .submit {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin: 0;
}
.Inhalt img {
  height: auto;
  max-width: 100%;
}
.Inhalt .SlideshowWrapper.SlideshowWrapperInhaltTop {
  margin-bottom: 10px;
}
.Inhalt .Slideshow > img {
  display: none;
}
.Inhalt .SlideshowElement {
  position: relative;
}
#CalendarSmallCage .info, .calendar_cage .info {
  padding: 10px 20px;
}
#CalendarSmallCage div#nav, .calendar_cage div#nav {
  background-color: #0076b9;
  color: #FFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#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;
}
#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 tr td, .calendar_cage div#nav #week_days_header tr td {
  color: #FFF;
  height: 40px;
  font-weight: bold;
}
#CalendarSmallCage table td, .calendar_cage table td {
  width: 40px;
  height: 31px;
}
.calendar_cage table td {
  width: 170px;
  height: auto;
}
.calendar_cage_grande .event {
  margin: 0;
  width: 80%;
  display: inline-block;
}
.GoogleMapRahmen img {
  height: auto;
  width: 100%;
}
.MeFormListEvent::after {
  content: "";
  clear: both;
  display: block;
}
.GroupFieldsetAttendance .LabelRadiogroupInput {
  clear: both;
  display: block;
}
/*
.MeFormListEventDaten.ListDatenDiv {
    margin-bottom: 15px;
    margin-top: 10px;
}*/
.MeFormListEvent {
  padding-left: 20px;
}
.MeFormListEvent .AttendanceCheckbox {
  float: left;
  margin-left: -20px;
  margin-top: -4px;
}
.MeFormListEventLi {
  margin-top: 0;
  padding: 0;
}
.MeFormListEventLi .MeFormListEvent .SubEventDatablock h2 {
  margin: 16px 0 0 0 !important;
  font-size: 16px !important;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer {
  margin-top: 25px;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthHeader, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthHeader {
  background: #0076b9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthHeader > div[class*="EventAppointmentMonth"], .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthHeader > div[class*="EventAppointmentMonth"] {
  float: none;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthHeader button, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthHeader button {
  background: white;
  border: 0;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthHeader .EventAppointmentMonthCenter, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthHeader .EventAppointmentMonthCenter {
  color: white;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable > thead > tr, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable > thead > tr {
  background: #0076b9;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable > thead > tr > th, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable > thead > tr > th {
  color: white;
  font-size: 12px;
  text-align: center;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > th, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > th, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td {
  border: 1px solid #c0bfbf;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > td.ActiveAppointments button, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td.Appointments button, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td.Appointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > td.ActiveAppointments button, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td.Appointments button, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td.Appointments span {
  background-color: #dadada;
  color: #535353;
  padding: 0;
  border-radius: 0;
  width: 100%;
  border: none;
  display: block;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > td.ActiveAppointments button.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td.Appointments button.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td.Appointments span.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > td.ActiveAppointments button.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td.Appointments button.ActiveAppointmentsByDay, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td.Appointments span.ActiveAppointmentsByDay {
  background: #c7eba4;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthContainerAside .EventAppointmentMonthTable tbody td.Appointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody tr > td.ActiveAppointments span, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthContainer"] .EventAppointmentMonthTable tbody td.Appointments span {
  background-color: #999;
  color: white;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer .EventAppointmentMonthDataAside .EventAppointment input {
  margin-right: 5px;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"], .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"] ul.DayListEventAppointments > li.EventAppointment {
  margin-top: 20px;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"] .BeginDateTime, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"] ul.DayListEventAppointments > li.EventAppointment .BeginDateTime {
  font-weight: bold;
}
.MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"] .SelectEventAppointments, .MeFormListEventLi .MeFormListEvent .EventAppointmentsContainer div[class*="EventAppointmentMonthData"] ul.DayListEventAppointments > li.EventAppointment .SelectEventAppointments {
  margin-right: 5px;
}
#TextTopFormular > h1 {
  font-size: 16px;
  margin-bottom: 14px;
  color: #0076b9;
  display: none;
}
.calendar_cage_grande .week_header {
  background-color: #F3F3F3;
}
.calendar_cage_small td.events .info, .calendar_cage_grande .event .info {
  color: #6C6968;
}
.TextInput, .EmailInput, .UrlInput, .NumberInput, .CurrencyInput, .TextareaInput, .SelectInput, .FileInput, #SucheEingabe {
  width: 65%;
}
#Inhalte #InhaltCalendar {
  width: 100% !important;
}
#CalendarLarge {
  width: 100%;
  max-width: 1280px;
}
#FormSteps {
  display: flex;
  align-items: stretch;
}
#FormSteps .FormStep {
  float: none;
}
#FormSteps .FormStep a {
  height: 100%;
}
#CalendarSmallHome {
  margin-top: 0;
  padding-top: 0;
  background: transparent;
}
#CalendarSmallHome #CalendarSmallCage {
  border-radius: 5px;
  width: 100%;
}
#CalendarSmallHome #CalendarSmallCage table {
  width: 100%;
}
#SidebarBuchungsnummer {
  padding: 25px 0 30px;
  text-align: center;
  background: #f3f3f3;
}
#SidebarBuchungsnummer #SidebarEingabeBN {
  text-align: center;
}
#SidebarBuchungsnummer #SidebarEingabeBN input {
  display: inline-block;
}
.SidebarResponsive > div {
  margin-bottom: 25px;
  padding: 25px 0 30px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 5px;
}
.RahmenT16 #SidebarStart {
  margin-top: 50px;
}
.RahmenT16 #Gesamt #RahmenInhalte #Inhalte #InhaltStart {
  width: 75%;
}
.RahmenT16 .Leftbar, .RahmenT16 .Sidebar {
  min-height: 0 !important;
}
.RahmenT16 #HeroeSection .row {
  display: none;
}
.RahmenT16 #HeroeSection img {
  filter: blur(0) !important;
}
#Rahmen:not(.RahmenT16) .Inhalt > div, #Rahmen:not(.RahmenT16) .Inhalt > h1, #Rahmen:not(.RahmenT16) .Inhalt > form {
  max-width: 100%;
}
#Rahmen:not(.RahmenT16) .Inhalt h1, #Rahmen:not(.RahmenT16) .Inhalt h2, #Rahmen:not(.RahmenT16) .Inhalt h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
}
.EventPictureFormular {
  display: none;
}
