/*  ---  Content  Nina 2 ---  */

h1, h2 {
    font-size: 1.8 rem;
    padding: 0 0 10px 0;
    color: #235a91;
}


/*  ----  Überschrift-Startseite  ----  */

.topheadline {
text-align: center; 
margin-top: 40px; 
color: #ffffff;
background-image: none;
font-weight: normal;
}

.carousel-caption {
text-align: left;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
width: 72%;
margin-right: auto;
margin-left: auto;
color: black;
}

.startbox {
background: rgba(255, 255, 255, 0.8);
padding: 20px;
}

.startbox p{
font-size: 1.0rem !important;
}

.carousel-caption2 {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
margin-right: auto;
margin-left: auto;
}

.carousel-caption2 h1{
color: white;
}

.carousel-caption h1 {
font-size: 1.8rem;
font-weight: normal;
color: #235a91;
}

.carousel-caption p, ul {
color: black;
font-size: 1rem;
padding-right: 10px;
}

/* --- Download-News-Startseite --- */

.j51news-title {
 font-weight: 400;
font-size: 24px;
}

/* ---- On Top Menue --- */

.header-2{
margin-right: 180px;
}

/* --- Hamburger M ---*/

.menu-toggle {
 visibility: hidden;
}

/* ---- Startseite Top Menü ---*/
.link  {
    color: #235a91;
    font-size: 0.8rem;
    margin-right: 10px;
    text-decoration: none;
    font-weight: normal;
}
 

h1 {
  background-image: linear-gradient(#235a91 0 0);
  background-position: bottom left; /*Adjust the background-position to move the line*/
  background-size: 80px 3px; /*Adjust the background size to control length and height*/
  background-repeat: no-repeat;
  padding-bottom: 8px; /* this can also control the position */
}


/*  --- Top Menu --- */

 .login {
    line-height: 26px;
}

 #container_header {
 margin-top: -25px  !important;
 background-color: rgba(255, 255, 255, 1) !important;
}

#container_header {
padding-top: 0px;
}

/*  ----  Startseite Link-Pfeil  ----  */

.link-pfeil {
background-color: rgba(35, 90, 145, 0.9);
margin-bottom: 10px;
padding: 2px;
}

.link-pfeil a {
color: white !important;
font-size: 1.6rem;
}

.link-pfeil i {
margin: 7px 0 0 7px;
}

/* ---- Hintergrund/ Header ---- */

.header_top {
 background-color: rgba(255, 255, 255, 1) !important;
}

/*  ---- Seitenmenü  Überschrift ----  */

.sideleft-topli { 
text-transform: uppercase;
font-weight: 600;
color: #ffffff !important;
background-color: #235a91 !important;
 }


/*  ----  Content ----  */

.start {
  background-color: #235a91;
}
 
.item-content h1, .item-content h2 {
 color: #ffffff;
font-size: 1.5em;
font-weight: 400;
margin: 0px 70px 0px 0px;
line-height: normal;
}

.pull-left .item-image {
    margin-right: 0px;
    margin-bottom: 3px;
}

.blog-item .item-image {
    overflow: visible;
}

.blog .item-content {
    padding: 20px;
    background-color: #235a91;
    color: #ffffff;
    font-weight: 500;
    height: 100%;
}

.maincontent h1{
  background-image: linear-gradient(#235a91 0 0);
  background-position: bottom left; /*Adjust the background-position to move the line*/
  background-size: 80px 3px; /*Adjust the background size to control length and height*/
  background-repeat: no-repeat;
  padding-bottom: 8px; /* this can also control the position */
}

.content-trenner {
    height: 50px;
    width: 122%;
    background-color: #eceff4;
    padding: 0;
    margin-left: -30px;
    margin-right: 0;
}

.listenpunkte li:before {
    content: "\f04d";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #235a91;
    font-size: 0.7rem;
    float: left;
    margin-left: -1.6em;
}

.readmore {
 position: absolute;
 bottom: 5px;
}


h5 {
 font-weight: 300 !important;
 letter-spacing: 0.05rem;
}

/*  ----  Startseite ---  */

.link-pfeil-start {
background-color: rgba(35, 90, 145, 0.9);
position: absolute;
bottom: 10px;
right: 10px;
}

.link-pfeil-start a {
color: white;
font-size: 1.6rem;
}

.link-pfeil-start i {
    margin: 0 12px;
}

.kasten-title {
color: #ffffff !important;
text-transform: uppercase;
font-weight: 600 !important;
font-size: 1.25rem;
padding: 8px 10px 9px 10px; 
margin: 0px !important;
}

.kasten {
position: relative;
border: 5px solid white;
}

.kasten-body {
background-color: rgba(35, 90, 145, 0.9);
position: absolute;
height: 120px;
top: 0px;
}

.kasten-text {
color: white;
font-size: 0.88rem;
font-weight: 300;
line-height: 0.99rem;
padding: 0px 10px !important;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: 0px !important;
}

.button-blau {
color: #ffffff !important;
background-color: #235a91;
border: 2px solid #235a91;
padding: 4px 11px 4px 11px;
line-height: 32px;
font-size: 14px;
text-transform: uppercase;
text-decoration: none; 
}

 .button-blau:hover{
color: white;
background-color: #5f86af!important;
text-decoration: none; 
border: 2px solid #5f86af;
}

@media screen and (device-width: 1024px) {
  .carousel-caption {
    top: 110px;
  }
  .logo {
    margin-left: -120px;
    margin-top: -10px;
  }
  .mobilemenuck-logo {
    display: none;
  }
 }

