body {
    padding-top: 7rem;
  }
  
  body.layout-pagets__1colslider {
    padding-top: 76px;
  }
  
  a {
    color: #c41c00;
    text-decoration: none;
    background-color: transparent;
}
.text-red {
  color: #c41c00;
}
  .news-single .teaser-text {
    color: #000;
}

.btn-link {
  
  color: #c41c00;
  
}
/*submenu*/
.list-group-item.active {
  background-color: #c41c00;
  border-color: #c41c00;
 
}

a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}
/*Image Copyright and Caption*/

.image-caption, .image-copyright {
  color: #888;
  padding: 0;
  text-align: right;
  font-size: smaller;
}

  /* Bildergalerie */

.gallery {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.frame-layout-360 {
 margin-left: 6%;
 margin-top: 2%;
}
.frame-layout-370.carousel-item {
  height: 35vh;
 }
 
/* Album full viewport layout*/
.frame-layout-251 {
  margin-left: 6%;
}

/* Graue Box */
.frame-layout-6 {
    color: #343a40!important;
    padding: 1rem!important;
    margin-bottom: .5rem!important;
    background-color: #f8f9fa!important;
    border-radius: .25rem!important;
}

.gallery li {
  /* flex: 1 0 23%; */
  margin: 0 10px 10px 0;
}

.carousel-item {
    height: auto;
}

.frame-layout-350 .carousel-item {
    height: 55vh;
}

.list-group-item {
  word-break: break-all;
}
  
  .frame-layout-300 {
    max-width: 300px;
    word-wrap: unset;
  }

  .thickborder {
    border: 10px solid rgba(0,0,0,.125);
  }

  /*header with line underneath*/
.header-line {
  border-bottom: #c41c00;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 2px;
}
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: inherit;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 15px;
    /* margin-left: 15px; */
  }

  .border-bottom {
    border-bottom: 2px solid #c41c00!important;
  }
  
  /*.navbar>.container, .navbar>.container-fluid {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }*/
  
  .subnav-link{
    padding-left: 2rem;

  }

  header.slider {
    margin-bottom: 2rem;
  }
  
  .footercontent {
    background: #444;
    padding: 2rem 0;
    color: #ddd !important;
    margin-top: 3rem;
  }
  
  .frame-padding {
    padding: 2rem;
    background: #eee;
  }
  
  .bg-dark,
  .bg-dark .dropdown-menu {
    background-color: #c41c00!important;
    }
  
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .dropdown-item {
    color: #fff;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #444;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fc0000;
}
  
  #navbarNavDropdown li a.current {
    font-weight: normal;
    color: #000000;
    
  }
  #navbarNavDropdown li a.active {
    font-style: italic;
  }  
  
  ul.metaMenu {
    list-style-type: none;
    margin: 0;
  }
  
  ul.metaMenu li {
    display: inline-block;
  }
  
  ul.metaMenu a, ul.metaMenu a:visited {
    color: #fff;
  }
  
  ul.metaMenu a:hover {
    color: rgba(255,255,255,.75);
  }
  
  /* Adjustments for fluid_styled_content */
  img {
    max-width:100%;
    height: auto;
  }
  .ce-intext [data-ce-columns="1"] {
    width: 100%;
  }
  

  /*Media Screen MAX Einstellungen*/
  
  @media (max-width: 534px) {
  .navbar>.container {
      flex-wrap: nowrap;
    }
  }
  @media (max-width: 748px) {
    .navbar>.container {
        flex-wrap: nowrap;
    }
  }
  @media (max-width: 992px) {
   
  }
  /*Media Screen MIN Einstellungen*/
  @media screen and (min-width: 768px){
    .ce-intext [data-ce-columns="1"] {
      width: 50%;
    }
    .right-line {
      border-left: #c41c00;
      border-width: 5px;
      border-style: solid;
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-left: 40px;
    }
  }
  
  @media screen and (min-width: 991px){
    .ce-intext [data-ce-columns="1"] {
      width: 33.3333%;
    }
  }
  @media (min-width: 992px) {
    body {
      padding-top: 8rem;
    }
  }

 
  
  .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);
  }
  span.notranslation {
    padding: .5rem;
    display: block; 
  }
  ul.languages li.active {
    font-weight: bold;
  }
  
/*******************************/
/*        FE Login             */
/*******************************/
  .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;
  }

/*******************************/
/* indexed-search Element      */
/*******************************/
  .btn-search {
      color: #ffffff;
      background-color: #c41c00;
      border-color: #c41c00;
  }
  .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
  }
/*******************************/
/* Accordeon Container Element */
/*******************************/
  .accordeon details {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-bottom: 0.2rem;
    cursor: pointer;
  }
  .accordeon details p:last-child {
    margin-bottom: 0;
  }
  .accordeon details[open] {
    background-color: #ffffff;
    color: #212529;
  }
  .accordeon details[open] header {
    display: none;
  }
  .accordeon_content .ce-bodytext {
    margin-top: 1rem;
  }
  .accordeon summary {
    font-size: 120%;
    font-weight: bold;
  }
  .accordeon content {
    cursor: default;
    margin-top: 1rem;
  }
  .accordeon-green {
    background-color: #119933;
    color: #ffffff;
  }
  .accordeon-yellow {
    background-color: #FFDD00;
    color: #212529;
  }
  .accordeon-blue {
    background-color: #1166bb;
    color: #ffffff;
  }
  .accordeon-red {
    background-color: #be1210;
    color: #ffffff;
  }
  .accordeon-grey {
    background-color: rgba(0, 0, 0, 0.03);
    color: #212529;
  }
  .accordeon-header {
    background-color: #ffffff;
    color: #212529;
  }

/*******************************/
/* Cookie Manager */
/*******************************/
.om-cookie-panel .cookie-panel__button {
  margin-bottom: 1rem;
}
.om-cookie-panel .cookie-panel__button--color--green {
  background-color: #dc3545;
}
.om-cookie-panel .cookie-panel__button {
  background-color: #dc3545;
}
/*******************************/
/* Accordeon Container Element */
/*******************************/

.frame-layout-380 .ce-table {
  width: 50%;
  max-width: 50%;
}
.frame-layout-380 .ce-table td {
  border-top: none;
}

  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    img-ms {
      max-width: 150%;
      flex-shrink: 0;
    }
    }