@charset "UTF-8";
/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-300.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* philosopher-regular - latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/philosopher-v19-latin-regular.woff2") format("woff2"), url("/media/fonts/philosopher-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* philosopher-italic - latin */
@font-face {
  font-family: "Philosopher";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/media/fonts/philosopher-v19-latin-italic.woff2") format("woff2"), url("/media/fonts/philosopher-v19-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* philosopher-700 - latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/philosopher-v19-latin-700.woff2") format("woff2"), url("/media/fonts/philosopher-v19-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* philosopher-700italic - latin */
@font-face {
  font-family: "Philosopher";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/media/fonts/philosopher-v19-latin-700italic.woff2") format("woff2"), url("/media/fonts/philosopher-v19-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-300.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/media/fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("/media/fonts/roboto-condensed-v25-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
* {
  padding: 0;
  margin: 0;
}
span.clickpath_starttext {
  margin: 0 !important;
  padding: 0 !important;
}
/* Seitenaufbau generell - generelle Settings für alle nachfolgenden Elemente */
html, body {
  width: 100%;
  height: 100%;
}
html, * {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}
body {
  display: flex;
  flex-direction: column;
  background-color: #d6dfed;
}
#Gesamt {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#Gesamt > * {
  flex: 1;
}
/* Generelle Font-Settings */
* {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}
* h1, * h2, * h3, * h4, * h5 {
  font-family: "Philosopher", sans-serif;
  color: #3c4981;
  margin-bottom: 1rem;
}
/*  Kopf-Bereich der Seite  */
#Header {
  padding-top: 0.04%;
  background-color: white;
  background: linear-gradient(to right, white 0%, #e3e4eb 18%, rgba(230, 231, 237, 0.7) 30%, rgba(252, 252, 252, 0.4) 50%, rgba(252, 252, 252, 0.7) 70%, #e3e4eb 82%, white 100%), url(/media/images/bg_gemeinde.jpg);
  background-size: 1000px auto;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  width: 100vw;
  max-height: 300px;
  height: 300px;
  flex: 0 0 300px;
  background-color: white;
  max-width: 1200px;
  align-self: center;
}
/* Hier wird das Logo vom system reingeschrieben */
#HeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
}
#HeaderContent a {
  color: #ceb979;
  font-size: 1.6em;
  text-decoration: none;
}
#HeaderContent p {
  margin-top: -10px;
}
.HeaderTopText {
  background-color: #374379;
  width: 100vw;
  background-color: #374379;
  color: #ceb979;
  text-align: center;
  font-size: calc(0.8em + 1vw);
  margin-bottom: 170px;
}
#bildLogo {
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  margin-top: 1.5em;
  /*margin-top: 2.25vw;*/
  /*margin-left: -10%;*/
  width: 90%;
}
#logobild {
  width: 13%;
  padding-top: 1.4em;
}
#logobild > img {
  -webkit-filter: drop-shadow(1px 5px 8px #3c4981);
  filter: drop-shadow(1px 5px 8px #3c4981);
  /*min-width: 5%;*/
  vertical-align: text-top;
  mix-blend-mode: multiply;
  position: relative;
  margin: auto;
  /*width: 171px;*/
  width: 95%;
  height: auto;
}
#logotext {
  /*margin-left: 26px;*/
  margin-left: 1%;
  /*margin-top: -10px;*/
  flex: 0 0 auto;
}
#logotitel {
  color: #3c4981;
  font-family: "Roboto Condensed" !important;
  line-height: normal;
  font-weight: 700;
  text-shadow: 2px 3px 8px #3c4981;
  text-align: center;
  /* font-size: 3.6vw; */
  font-size: calc(22px + 1.6vw);
  padding: 22px 0 0 0;
  mix-blend-mode: multiply;
  /* display: block; */
  white-space: nowrap;
  /* margin: 0; */
  padding: 22px 0 0 0;
}
#logountertitel {
  color: #3c4981;
  font-family: "Roboto Condensed" !important;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  font-size: calc(10px + 0.7vw);
}
#ClickpathNaviRahmen {
  padding-left: 48px;
  display: flex;
}
#ClickpathNaviRahmen > * {
  margin-right: 12px;
}
/*
Inhaltsbereich der Seite
*/
#Inhalte {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  align-self: center;
  width: 1100px;
}
#Inhalte > div {
  padding-top: 20px;
}
#SidebarFormularResponsive > div, .SidebarResponsive > div, #SidebarLeft > div {
  margin-bottom: 20px;
}
#SidebarFormularResponsive > div h2, .SidebarResponsive > div h2, #SidebarLeft > div h2 {
  hyphens: auto;
  font-size: 1.5rem;
}
.Inhalt {
  padding-right: 7vw;
}
#FormTabs {
  margin-bottom: 3em;
}
a.active {
  border: none;
  padding-left: 0;
}
input {
  margin: 0.5em;
}
.LabelSelectInput {
  margin-left: 0.5rem;
}
.LabelRadioGroup, .LabelDateInput, .LabelSelectInput {
  padding-top: 0.5em;
}
.submit {
  border-radius: 3px;
  margin: 1% 0;
  background: #374379;
  border: none;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.submit:hover {
  text-decoration: underline;
  background: #2e2e2e;
  opacity: 0.85;
}
.input, button, select, optgroup, textarea {
  margin-left: 9px;
}
p.PflichtfeldHinweisPanebutton {
  display: flex;
}
p.PflichtfeldHinweisPanebutton > * {
  margin-right: 0.5em;
}
.PaneButtons {
  display: flex;
  align-items: center;
}
.PaneButtons > .PaneButtonCenter {
  order: 1;
}
.PaneButtons > .PaneButtonLeft {
  order: 2;
}
.PaneButtons > .PaneButtonRight {
  order: 3;
  padding: 7px 18px 7px 15px;
}
.PaneButtons a {
  text-decoration: none;
}
.Frage {
  margin: 1em 0;
}
a {
  color: #374379;
}
.eventLink:hover {
  background: #eadab2;
}
#ReturnHint > p {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/*
Sidebar
*/
#SidebarStart {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
/* Footer-Bereich der Seite und dessen beinhaltene Divs */
#Footer {
  display: flex;
  height: 40px;
  max-height: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
}
#Footer #FooterContentText > p {
  color: white;
  margin: auto;
}
#Footer #FooterContentText > p > a {
  color: white;
}
#SidebarFormular {
  width: 280px;
}
#SidebarLeft, #SidebarRight {
  background-color: transparent;
}
#InhaltStart, #InhaltFormular {
  padding: 0;
  width: 66%;
  margin-right: 2em;
}
#EventAnmeldung {
  width: 100%;
}
#Footer {
  background-color: #374379;
  flex-shrink: 0;
  margin-top: 50px;
}
#Clickpath {
  background-image: linear-gradient(to top, #afa281, #e3e2e1);
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  /*background: rgba(0,0,0,0.1);*/
}
#Clickpath > p, #Clickpath a {
  color: black;
  text-decoration: none;
  background-image: linear-gradient(to top, #cebf99, #e3e2e1);
}
#Printbutton {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 7px 18px;
  background-color: #3c4981;
  color: white;
  display: inline-block;
  margin-top: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
#Printbutton a {
  color: white;
  text-decoration: none;
}
#Printbutton:hover {
  text-decoration: underline;
  background: #2e2e2e;
  opacity: 0.85;
}
.PaneButtonRight {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 7px 18px 7px 15px;
  background-color: #3c4981;
  color: white;
  display: inline-block;
  margin-top: 1em;
}
.PaneButtonRight a {
  color: white;
  text-decoration: none;
}
.PaneButtonRight:hover {
  text-decoration: underline;
  background: #2e2e2e;
  opacity: 0.85;
}
#Navigation {
  padding: 0;
  background-color: rgba(60, 73, 129, 0.9);
  /*#374379;*/
  width: 100vw;
  height: 60px;
  /*opacity: 0.8;*/
  /*
	border-top: 1.5px solid;
border-bottom: 1.5px solid;
border-image: linear-gradient(152grad, rgba(191,149,63,1.00), rgba(252,246,186,1.00), rgba(179,135,40,1.00), rgba(251,245,183,1.00), rgba(170,119,28,1.00)) 1;
box-shadow: 0px 8px 16px 6px rgba(112,89,30,0.59);
	*/
}
#HauptMenuRahmen, #ClickpathNaviRahmen {
  max-width: 1100px;
  margin: 10px;
  padding-left: 0px;
}
#Header, #Footer {
  flex-shrink: 0;
}
.mainMenue ul li {
  color: white;
}
.EventPictureFormular img {
  width: 100%;
  height: auto;
}
#FormularBuchungsnummer #Buchungsnummer #EingabeBN #Buchungsnr {
  height: 33px;
  line-height: 27px;
  display: inline-block;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#FormularBuchungsnummer #Buchungsnummer #WeiterBN .submitBuchungsnummer {
  height: 33px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  padding-left: 34px;
  padding-right: 34px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
  color: white;
  background-color: #3c4981;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
#WeiterBN {
  padding: 0.375em 0.75em;
  float: left;
}
.submitBuchungsnummer:hover {
  text-decoration: underline;
  background: #2e2e2e;
  opacity: 0.85;
}
#FormularBuchungsnummer #BNtop {
  margin-bottom: 6px;
}
#Buchungsnr {
  padding-top: 0.375em;
  padding-right: 0.75em;
  padding-bottom: 0.375em;
  padding-left: 0.75em;
}
#EingabeBN input {
  margin-left: 0;
}
.placeholder {
  opacity: 0.5;
}
#Buchungsnummer #EingabeBN {
  float: left;
}
#OffeneVeranstaltungen {
  padding-top: 1.5em;
}
.GroupFieldset input {
  line-height: 1.7em;
  margin: 0;
  padding: 0.1em 0.5em 0.1em 0.5em;
}
.GroupFieldset label {
  padding-top: 0.5em;
}
.placeholder {
  background-color: white;
  cursor: auto;
  /*opacity: 1;*/
}
.BuchungsnrLabel {
  display: none;
}
.IsAttendancy {
  margin-right: 5px !important;
}
.form-check-input[type="radio"] {
  border: 1px solid #6e6e6e;
}
