@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
  height: 100%;
}

body {
  padding-top: 0px!important;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-family: 'Raleway', sans-serif;
}

h5 {
  color: #5691CD;
}

.alert {
  color: #004085!important;
  background-color: #cce5ff!important;
  border-color: #b8daff!important;
}

.mtb15 {
  margin-top:15px;
  margin-bottom:15px;
}

main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: none;
  transition: transform .5s;

}

.footer-wrapper {
  grid-row-start: 2;
  grid-row-end: 3;
}

/*  body.layout-pagets__1colslider {*/
/*    padding-top: 0;*/
/*  }*/

/*  @media (min-width: 992px) {*/
/*    body {*/
/*      padding-top: 8rem;*/
/*    }*/
/*  }*/


/*  @media (min-width: 992px) {*/
/*    body {*/
/*      padding-top: 8rem;*/
/*    }*/
/*  }*/

.navbar>.container, .navbar>.container-fluid {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

header.slider {
  margin-bottom: 2rem;
}

.carousel-caption.d-none.d-md-block {
  background: rgb(102 102 102 / 0.5);
  padding: 25px;
}

.frame-padding {
  padding: 2rem;
  background: #eee;
}

.bg-dark,
.bg-dark .dropdown-menu {
  background-color: white!important;
  border-top: 1px solid #5691CD;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #3f5d79;
}

#navbarNavDropdown li a.current {
  font-weight: bold;
  background-color: #3f5d79;
}
li a.active {
  font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
}

ul.footerMenu {
  list-style-type: none;
  margin: 0;
}

ul.footerMenu li {
  display: inline-block;
}

ul.footerMenu a, ul.footerMenu a:visited {
  color: black;
}

ul.footerMenu a:hover {
  color: rgba(0,0,0,.75);
}

/* Adjustments for fluid_styled_content */
img {
  max-width:100%;
  height: auto;
}
.ce-intext [data-ce-columns="1"] {
  width: 100%;
}

@media screen and (min-width: 768px){
  .ce-intext [data-ce-columns="1"] {
    width: 50%;
  }
}

@media screen and (min-width: 991px){
  .ce-intext [data-ce-columns="1"] {
    width: 33.3333%;
  }
}


@media screen and (max-width:768px) {
    .row.mtb15 > div {
	margin-bottom: 15px;
    }
}

.ce-center [data-ce-columns="3"] .ce-column,
.ce-right [data-ce-columns="3"] .ce-column,
.ce-left [data-ce-columns="3"] .ce-column {
  margin-right: 1%;
  width: 32.33333%;
}

.ce-center [data-ce-columns="2"] .ce-column,
.ce-right [data-ce-columns="2"] .ce-column,
.ce-left [data-ce-columns="2"] .ce-column {
  margin-right: 1%;
  width: 49%;
}
.ce-center [data-ce-columns="4"] .ce-column,
.ce-right [data-ce-columns="4"] .ce-column,
.ce-left [data-ce-columns="4"] .ce-column {
  margin-right: 1%;
  width: 24%;
}

.ce-center [data-ce-columns="5"] .ce-column,
.ce-right [data-ce-columns="5"] .ce-column,
.ce-left [data-ce-columns="5"] .ce-column {
  margin-right: 1%;
  width: 19%;
}

.ce-center [data-ce-columns="6"] .ce-column,
.ce-right [data-ce-columns="6"] .ce-column,
.ce-left [data-ce-columns="6"] .ce-column {
  margin-right: 1%;
  width: 15.666667%;
}

.ce-gallery figure.video {
  display: block;
}


.ce-gallery figure.video {
  display: block;
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

/* Workaround fuer Responsive Videos in Verbindung mit fluid_styled_content */

.frame-layout-5 .ce-center .ce-inner {
  position: relative;
  float: none;
  right: -50%;
}

.frame-layout-5 .ce-textpic, .frame-layout-5 .ce-image, .frame-layout-5 .ce-nowrap .ce-bodytext, .frame-layout-5 .ce-gallery, .frame-layout-5 .ce-row, .ce-uploads li, .frame-layout-5 .ce-uploads div {
  overflow: visible;
}

.frame-layout-5 .ce-left .ce-gallery, .frame-layout-5 .ce-column {
  float: none;
}

.frame-layout-5 .ce-gallery figure {
  display: block;
  margin: 0;
}

.frame-layout-5 .ce-center .ce-outer {
  position: relative;
  float: none;
  right: 50%;
}

/* Rootline navigation */

ul.rootline {
  margin: 0 0 1rem 0;
  padding: 0 0 .5rem 0;
  list-style-type: none;
  font-size: 80%;
  border-bottom: 1px solid #eee;
}

ul.rootline li {
  display: inline-block;
}

ul.rootline a,
ul.rootline a:visited {
  margin: 0;
  padding: 0;
  color: #666;
}
ul.rootline a:hover {
  text-decoration: underline;
}

ul.rootline span {
  color: #999;
}

ul.rootline a:after {
  display: inline-block;
  content: "/";
  margin: 0 .5rem;
}

/* Language Menu */
ul.languageMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}

ul.languageMenu li {
  display: inline-block;
  margin: 0 .5rem 0 0;
}

ul.languageMenu a,
ul.languageMenu a:visited {
  color: #fff;
}
ul.languageMenu a:hover {
  color: rgba(255,255,255,.75);
}

/* felogin */
.tx-felogin-pi1 h3 {
  display: none;
}
.tx-felogin-pi1 label {
  display: block;
}

.tx-felogin-pi1 fieldset div {
  margin: 0 0 .5rem 0;
}

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tx-felogin-pi1 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
}

/* Breadcrump */
.breadcrumb a {
  color: #666;
  font-weight: 200;
  /* font-size: 56px; */
}
.breadcrumb li {
  padding-left: .5rem;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li span::before {
  display: inline-block;
  padding-right: .5rem;
  color: #666;
  content: "/";
}
.breadcrumb li span {
  font-size: 16px;
  font-weight:100;
  color:#8f8f8f;
}


div#jarallax-container-0 {
  position: relative!important;
}
.fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 0!important;
  padding-bottom: 0!important;
}


div#jarallax-container-0 > div {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 1845px;
  height: 1230px;
  overflow: hidden;
  pointer-events: none;
  margin-left: -107px;
  margin-top: 0px;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
}


.container.align-left {
  position: absolute;
  left: 8%;
}

strong {
  font-weight: 600;
}

span.mbr-section-title.mbr-white.mbr-fonts-style.align-left.display-3, span.mbr-section-subtitle.mbr-fonts-style.align-left.pb-2.display-4 {
  font-size: 3em;
}

span.mbr-section-subtitle.mbr-fonts-style.align-left.pb-2.display-4 p {
  margin: 0;
}

.btn-primary {
  background: #5692ce;
  border: none;
}

.btn {
  border-radius: 50px;
  padding: 10px 45px;
  font-size: 22px;
  margin: 25px 0;
  color: black;
  font-weight: 300;
}

.btn-primary:hover {
  background: #3577b9;
}

/* Sticky Header * */
.sticky header#main-nav {
  background: #5691CD;
  transition: background 1s;
  height: 80px;
  padding: 0;
  margin: 0;
  padding: 0 25px;
}

.sticky .nav-trigger {
  top: 20px;
}

/* Cards */

.card-img-overlay {
  padding: 0;
  padding: 15px;
}
.card-img-overlay .card-title {
  background: #5692ce;
  padding: 10px 15px;
  border-radius: 50px;
  color: white;
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
}
.card-img-overlay .card-text {
  bottom: 0;
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  background: #5692ce;
  width: 100%;
  margin: 0;
  margin-left: -15px;
  padding: 15px;
}
/* Newscard */

.card.newscard .card-body {
  background: #5692ce;
}

.card.newscard .card-body h5 {
  font-size: 18px;
}

.card.newscard .card-body p {
  color: white;
}

.card.newscard .card-img-overlay {
  height: max-content;
}
.card.newscard a {
  color: #212529;
}
.card.newscard a:hover {
  text-decoration: none;
  color: #212529;
}
.card.newscard {
  transition: 1s;
}

.card.newscard:hover {
  box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.7);
  transition: 1s;
}

.footercontent .col-md-10 * {
  display: flex;
}

.footercontent {
  border-top: 2px solid #5691cd;
}

.footercontent .col-md-2 {
  margin: auto;
}
.footercontent .col-md-2 h3 {
  text-transform: uppercase;
  font-size: 18px !important;
}

footer.bg-dark .container {
  padding: 15px;
  color: black;
}

.aligncenter {
  text-align: center;
}

.breadcrumb {
  background: none;
  padding: 0;
  font-size: 16px!important;
  color: #666;
}

.breadcrumb a {/* color: red; */}

.breadcrumb li:hover a, .breadcrumb a:hover, .breadcrumb li:hover {
  color: #666;
  background: none;
}

/* Menu */
ul.subPanel.isOpen {
  transform: translateX(0);
  position: inherit;
  transition: none;
}
/*body.nav-open > header {*/
  /*background: #5691CD!important;*/
/*}*/
body.nav-open.sticky nav#navigation {
  top: 80px;
}
ul.subPanel.isOpen a {
  margin-left: 15px;
}
.hide {
  display: none;
}

ul.footerMenu *:hover {
  background: none;
  text-decoration: none;
}

nav#navigation * {
  color: black;
}

a.nav-trigger {
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  background: black;
}
.nav-trigger:hover span,
.nav-trigger:hover span::before,
.nav-trigger:hover span::after {
  background: black;
}

.nav-open .nav-trigger span::before, .nav-open .nav-trigger span::after {
  background: black;
}

.nav-open .nav-trigger:hover span {
  background:transparent!important;
}

/* Grid-Elemente über ganze Bildschirmbreite */
.full-width {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.full-width.c5691CD {
  background-color: #5691CD;
  margin-top: 0;
  margin-bottom: 0;
}

.full-width.c5691CD * {
  color: white;
}
.full-width.c5691CD a.btn.btn-light.weisserbutton {
  color: black;
}
.full-width.c5691CD .btn {
  margin: 0;
}

nav#navigation {
  overflow: hidden;
}
body.nav-open.sticky nav#navigation {
  top: 80px;
  padding: 0;
}
/* Sponsoren evt löschen */

.footercontent .col-md-10 .ce-inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footercontent .col-md-10 .ce-inner .ce-row {
  width: calc(15% - 10px);
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.nav-open main {
  transform: scale(1);
}

/* Teil der evt gelöscht werden kann */


.card.profilcard {
    margin-bottom: 15px;
}
.card.profilcard {
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}

.card.profilcard img {
    height: inherit;
    object-fit: cover;
}

.card.newscard {
    transition: 1s;
    max-height: 330px;
    overflow: hidden;
}
.card.newscard img {
    min-height: 14rem;
    object-fit: cover;
}

@media only screen and (max-width: 768px){
.card.newscard {
    max-height: 100%;
}
}
@media (max-width: 992px){
body main {
    padding: 0!important;
    padding-top: 8rem!important;
}

section#header3 {
  height: auto;
  min-height: 400px;
  display: block;
  margin-bottom:2rem;
}

section#header3 .container {
  background:rgb(0 0 0 / 0.23);
  color:white;
}

section#header3 *{
  padding:0;
  margin:0;
  font-size:1rem;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  display: block;
}


section#header3 .container .row{
  height:400px;
}
section#header3 .mbr-white.col-md-12 {
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  height: -webkit-fill-available;
  padding-left:1rem;
}


.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow:inherit;
}
.fullwidth-img {
  max-height:20vh;
}
main img {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  margin: 1rem auto;
}

.display-3 * {
  font-size: 2.5em!important;
  margin-bottom: 1rem!important;
}

.display-4 * {
  padding: .5rem 0!important;
  width: -webkit-fill-available!important;
  font-size:1.5rem!important;
}
.display-4 .btn {
  font-size:1rem!important;
  width:100px!important;
  color:white;
}
}



div#page404 button {
  font-family: "Nunito Sans";
}


div#page404 h1 {
  font-size: 7.5em;
  margin: 15px 0px;
  font-weight: bold;
}

div#page404 h2 {
  font-weight: bold;
}

div#page404 .btn {
  z-index: 1;
  overflow: hidden;
  background: transparent;
  position: relative;
  padding: 8px 50px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  transition: 0.2s ease;
  font-weight: bold;
  margin: 5px 0px;
}
div#page404 .btn.green {
  border: 4px solid #5691CD;
  color: #5691CD;
}
div#page404 .btn.green:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #5691CD;
  z-index: -1;
  transition: 0.2s ease;
}
div#page404 .btn.green:hover {
  color: var(--white);
  background: #5691CD;
  transition: 0.2s ease;
}
div#page404 .btn.green:hover:before {
  width: 100%;
}

@media screen and (max-width: 768px) {


  div#page404 .container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}