html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body {
  background: #c5976f;
}
body,
th,
td,
textarea,
input {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
}
#bg_image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.bgwidth {
  width: 100%;
}
.bgheight {
  height: 100%;
}
#page {
  width: 96%;
  max-width: 950px;
  margin: 0 auto;
}
header.pageHeader {
  margin-bottom: 20px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #e30613;
}
header.pageHeader .slider-container {
  position: relative;
}
header.pageHeader .slider-images {
  line-height: 0;
}
header.pageHeader .slider-images img {
  max-width: 100%;
  height: auto;
}
header.pageHeader .logo {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  width: 23%;
}
header.pageHeader .logo img {
  max-width: 100%;
  height: auto;
  margin: 3% 0 0 0;
}
header.pageHeader .topmenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  padding: 8px 0 8px 8px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0 5px;
}
header.pageHeader .topmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}
header.pageHeader .topmenu li {
  float: left;
  padding: 0;
  margin: 0 8px 0 0;
}
header.pageHeader .topmenu li a i {
  font-size: 18px;
}
#content_row {
  display: table;
  width: 100%;
}
#sidebar {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding: 0 20px 0 0;
}
#content {
  display: table-cell;
  vertical-align: top;
}
.cols1 #content_row {
  display: block !important;
}
.cols1 #content {
  display: block !important;
}
#sidebar .submenu ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
#sidebar .submenu a {
  color: #000;
}
/* &rarr; #sidebar .submenu a:before{ content:" \00a0 \2192 "; } */
#sidebar .submenu a.active,
#sidebar .submenu a:hover {
  color: #e30613;
}
@media only screen and (max-width: 650px) {
  #page {
    width: 100%;
    overflow: hidden;
  }
  #content_row {
    width: 96% !important;
    margin: 0 auto !important;
  }
  #sidebar {
    display: table-footer-group;
    width: 100%;
    padding: 0;
  }
  #content {
    display: table-row-group;
  }
  #content *:last-child {
    margin-bottom: 20px !important;
  }
}
footer {
  display: table;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
footer .copy,
footer .menu {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
footer .copy {
  text-align: left;
  padding-left: 20px;
}
footer .menu {
  text-align: right;
  padding-right: 20px;
}
footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0 ;
}
footer .menu ul li {
  display: inline-block;
}
footer .menu ul li:after {
  content: "·";
  display: inline-block;
  margin: 0 4px;
}
footer .menu ul li:last-child:after {
  content: "";
}
footer .menu ul li a {
  display: inline-block;
  padding: 2px 4px;
}
footer .menu ul li a.active {
  border: 1px solid #e30613;
  border-radius: 3px;
}
@media only screen and (max-width: 730px) {
  footer {
    padding: 10px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
  }
  footer .copy,
  footer .menu {
    display: table-row;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .c16l,
  .c20l,
  .c25l,
  .c33l,
  .c40l,
  .c38l,
  .c50l,
  .c60l,
  .c62l,
  .c66l,
  .c75l,
  .c80l {
    float: none !important;
  }
  .c50l,
  .c50r {
    width: 100% !important;
  }
  .subcl,
  .subcr {
    padding: 0 !important;
  }
  .subcl {
    margin-bottom: 20px;
  }
}
h2 {
  color: #e30613;
}
#c1 h2:first-child {
  margin-top: 0;
}
.small {
  font-size: 80%;
}
.no-border {
  border: none !important;
}
input[type=text],
input[type=number],
input[type=password],
textarea {
  font-size: 1em;
  padding: 8px;
  border: 1px solid #848484;
  border-radius: 2px;
  width: 100%;
  max-width: 490px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  background: #ffffff;
}
.btn-toolbar {
  margin-top: 10px;
}
.form-group {
  margin-bottom: 8px;
}
.form-group label {
  font-size: 80%;
}
.btn {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #333;
  cursor: pointer;
  font-size: 80%;
}
.btn.btn-primary {
  color: white;
  background: #e30613;
  border-color: #e30613;
}
ul[class$="-colored"] li:before {
  color: #e30613 !important;
}
.td {
  display: table-cell;
}
.td.padding {
  padding: 20px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
.flexslider {
  margin: 0;
  border: 0;
  z-index: 0;
}
.video {
  position: relative;
  padding-bottom: 70%;
  /* fuer 4:3   16:9 => 56.25%; */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map_canvas {
  border: 1px solid #e30613;
}
.mainMenu_trigger {
  color: #fff !important;
  display: none;
  cursor: pointer;
  text-align: right;
  padding: 5px 10px 5px 0;
  font-size: 18px;
}
.mainMenu_trigger:hover {
  text-decoration: none;
}
@media only screen and (max-width: 890px) {
  .mainMenu_trigger {
    display: block;
  }
}
#mainMenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 890px) {
  #mainMenu ul {
    display: none;
  }
}
#mainMenu ul li {
  float: left;
  padding: 0;
  margin: 0;
}
#mainMenu ul li:last-child:after {
  content: "";
  clear: both;
}
#mainMenu ul li:hover a {
  background: #b42222;
}
#mainMenu ul li:hover ul {
  display: block;
}
#mainMenu ul li.active a {
  background: #b42222;
}
@media only screen and (max-width: 890px) {
  #mainMenu ul li {
    display: block !important;
    float: none !important;
  }
}
#mainMenu ul li a {
  display: block;
  padding: 5px 20px;
  margin: 4px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
#mainMenu ul li a.sub {
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 890px) {
  #mainMenu ul li a {
    margin: 0 !important;
  }
}
#mainMenu ul li ul {
  position: absolute;
  display: none;
  margin: -4px 0 0 4px;
  background: rgba(245, 235, 227, 0.93);
  border-radius: 0 2px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: auto;
  z-index: 1000;
}
@media only screen and (max-width: 890px) {
  #mainMenu ul li ul {
    position: relative;
    margin: 0;
    box-shadow: none;
  }
}
#mainMenu ul li ul li {
  margin: 0;
  display: block;
  float: none;
  border: 0;
}
#mainMenu ul li ul li a {
  color: #000;
  background: none !important;
  border-radius: 0;
  margin: 0;
  padding-right: 40px;
}
#mainMenu ul li ul li a:hover,
#mainMenu ul li ul li a.active {
  background: none;
  color: #e30613;
}
/* -------------------- Fluid styled content ----------------------------------*/
.ce-textpic.ce-intext .ce-bodytext p:first-child {
  margin-top: 0;
}
#content h1,
#sidebar h1,
#content h2,
#sidebar h2,
#content .h1,
#sidebar .h1 {
  padding-bottom: 3px;
  border-bottom: 1px dotted #e30613;
  font-size: 24px;
  color: #e30613;
  font-style: italic;
  font-weight: bold;
}
#content .frame,
#sidebar .frame {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 24px;
}
#content .frame .frame,
#sidebar .frame .frame {
  background: transparent;
  padding: 20px;
  box-shadow: none;
  padding: 0;
}
#content .frame:last-child,
#sidebar .frame:last-child {
  margin-bottom: 0;
}
#content .frame header + p,
#sidebar .frame header + p {
  margin-top: 0;
}
#content .frame p:last-child,
#sidebar .frame p:last-child {
  margin-bottom: 0;
}
#content .frame header:first-child h2,
#sidebar .frame header:first-child h2 {
  margin-top: 0;
}
#content .frame .ce-bodytext h3:first-child,
#sidebar .frame .ce-bodytext h3:first-child {
  margin-top: 0;
}
#sidebar .h1 {
  border-bottom: 0;
}
#sidebar .submenu .h1 {
  border-bottom: 1px dotted #e30613;
}
#sidebar h3 {
  border-bottom: 1px solid #000;
}
#content *:first-child header *:first-child {
  margin-top: 0;
}
#content p {
  margin: 10px 0;
}
#content p + h3 {
  margin-top: 1.5em;
}
#content .ce-media {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
#content a {
  color: #e30613;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 890px) {
  #content .ce-gallery img {
    max-width: 100%;
    height: auto;
  }
}
.ce-textpic.ce-nowrap .ce-gallery {
  margin-bottom: 0;
}
@media only screen and (max-width: 890px) {
  .not-on-mobile {
    display: none;
  }
}
.ce-above {
  overflow: visible;
}
.ce-above .ce-border {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.ce-above .ce-border img {
  border: 0;
}
.ce-left .ce-gallery {
  margin-bottom: 10px;
}
/* -------------------- CONTENT LAYOUTS --------------------------------------- */
.frame-layout-100,
.frame-layout-101 {
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.frame-layout-100 *:first-child,
.frame-layout-101 *:first-child {
  margin-top: 0;
}
.frame-layout-100 *:last-child,
.frame-layout-101 *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 890px) {
  .frame-layout-100,
  .frame-layout-101 {
    padding: 1em;
  }
}
#content .frame.frame-layout-100 {
  background-color: #f5f5f5;
  padding: 10px;
}
#content .frame.frame-layout-101 {
  background-color: #414141;
  padding: 10px;
  color: #fff;
}
#content .frame.frame-layout-102 {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}
#content .frame.frame-layout-103 {
  padding: 20px;
  margin-bottom: 20px;
  background: #e30613;
  color: #fff !important;
  border-radius: 5px;
  border: 1px solid #e30613;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#content .frame.frame-layout-103 a,
#content .frame.frame-layout-103 h1,
#content .frame.frame-layout-103 h2 {
  color: #fff !important;
}
#content .frame.frame-layout-103 h1,
#content .frame.frame-layout-103 h2 {
  margin: 0;
  font-weight: normal;
}
#content .childs-no-hover:hover,
#content .childs-no-hover a:hover {
  text-decoration: none !important;
}
#content .childs-no-hover .frame {
  transition: all 0.3s;
}
#content .childs-no-hover:hover .frame-layout-102 {
  border: 1px solid #e30613;
  background: rgba(255, 230, 220, 0.7);
}
#content .childs-no-hover:hover .frame-layout-103 {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}
.form-group .error.help-block {
  display: block;
  color: #e30613;
}
.gridelements_container {
  padding-top: 10px;
}
.gridelements_container .inner *:first-child p:first-child {
  margin-top: 0;
}
.gridelements_2cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.gridelements_2cols.cols-1-2 {
  grid-template-columns: 1fr 2fr;
}
.gridelements_2cols.cols-2-1 {
  grid-template-columns: 2fr 1fr;
}
.gridelements_2cols.cols-1-3 {
  grid-template-columns: 1fr 3fr;
}
.gridelements_2cols.cols-3-1 {
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 600px) {
  .gridelements_2cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_2cols {
  display: block;
}
.gridelements_3cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.gridelements_3cols.cols-1-2-1 {
  grid-template-columns: 1fr 2fr 1fr;
}
.gridelements_3cols.cols-2-1-1 {
  grid-template-columns: 2fr 1fr 1fr;
}
.gridelements_3cols.cols-1-1-2 {
  grid-template-columns: 1fr 1fr 2fr;
}
@media only screen and (max-width: 700px) {
  .gridelements_3cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_3cols {
  display: block;
}
.gridelements_4cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .gridelements_4cols {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .gridelements_4cols {
    grid-template-columns: 1fr !important;
    grid-gap: 30px;
  }
}
.gridelements_container.tabs .gridelements_4cols {
  display: block;
}
.gridelements_container.tabs .tab-container ul.etabs {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.gridelements_container.tabs .tab-container ul.etabs li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eee;
  border: solid 1px #e30613;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  margin-right: 3px;
}
.gridelements_container.tabs .tab-container ul.etabs li a {
  display: block;
  padding: 6px 16px 3px 16px;
  outline: none;
}
.gridelements_container.tabs .tab-container ul.etabs li a:hover {
  text-decoration: none !important;
}
.gridelements_container.tabs .tab-container ul.etabs li:hover {
  background: #f9cdd0;
}
.gridelements_container.tabs .tab-container ul.etabs li.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #e30613;
}
.gridelements_container.tabs .tab-container ul.etabs li.active a {
  color: black !important;
}
@media only screen and (max-width: 890px) {
  .gridelements_container.tabs .tab-container ul.etabs li {
    display: block;
    margin-right: 3px;
    margin-bottom: 5px;
    width: 100%;
    border-bottom: solid 1px #999;
  }
  .gridelements_container.tabs .tab-container ul.etabs li.active {
    position: inherit;
    padding-top: 0;
  }
}
.gridelements_container.tabs .tab-container .panel-container {
  background: #fff;
  border: solid #e30613 1px;
  padding: 20px;
  margin-bottom: 0 !important;
  border-radius: 0 2px 2px 2px;
}
.gridelements_container.tabs .tab-container .panel-container .inner > *:last-child {
  margin-bottom: 0 !important;
}
.gridelements_container.accordion dl dt {
  position: relative;
  padding: 0.6em 0.5em 0.5em 20px;
  border: 1px solid #e30613;
  border-top: 0;
}
.gridelements_container.accordion dl dt:first-child {
  border-top: 1px solid #e30613;
}
.gridelements_container.accordion dl dt:before {
  content: "\A";
  border-style: solid;
  border-width: 4px 7px 5px 0;
  border-color: transparent #e30613 transparent transparent;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.5s;
  opacity: 0.5;
}
.gridelements_container.accordion dl dt:hover {
  background: #fef3f3;
}
.gridelements_container.accordion dl dt:hover:before {
  opacity: 1;
}
.gridelements_container.accordion dl dt.active {
  background: #f9cdd0;
}
.gridelements_container.accordion dl dt.active:before {
  opacity: 1;
  top: 40%;
  transform: rotate(270deg);
}
.gridelements_container.accordion dl dd {
  margin: 0;
  padding: 0.5em;
  border: 1px solid #e30613;
  border-top: 0;
}
/* --------------------  RTE Classes  ---------------------------------------- */
body {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
}
a {
  color: #e30613;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a.download {
  display: inline-block;
  margin-right: 3px;
}
a.download:before {
  font-family: FontAwesome;
  content: "\f019 ";
  display: inline-block;
  margin-right: 3px;
}
a.download.pdf {
  padding-left: 22px;
  background: url(/fileadmin/templates/Resources/Public/Images/icon_pdf.gif) left center no-repeat;
}
a.download.pdf:before {
  content: "";
  display: inline;
  margin: 0;
}
span.small,
p.small,
.small {
  font-size: 80%;
}
span.label {
  display: inline-block;
  width: 125px;
}
@media only screen and (max-width: 600px) {
  span.label {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
p.align_left,
div.align_left {
  text-align: left;
}
p.align_center,
div.align_center {
  text-align: center;
}
p.align_right,
div.align_right {
  text-align: right;
}
p.align_justify,
div.align_justify {
  text-align: justify;
}
a.button,
a.button_broad {
  display: inline-block;
  padding: 4px 8px;
  background: #257EA0;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 4px;
}
a.button_broad {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
a.button:hover,
a.button_broad:hover {
  background: #226384;
}
.border-bottom {
  border-bottom: 1px solid #000;
}
ul[class^="ul-"],
ul[class^="ul-"] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
ul[class^="ul-"] li {
  padding-left: 0px;
  display: table-row;
}
ul[class^="ul-"] li li {
  padding-left: 20px;
}
ul[class^="ul-"] li:before {
  font-family: "FontAwesome";
  padding-right: 10px;
  display: table-cell;
}
ul.ul-check li:before,
ul.ul-check-colored li:before {
  content: "\f00c";
}
ul.ul-check-colored li:before {
  color: #0000FF;
}
