/* 

Mobilität Saarbrücken 2025

*/

body {
  /*
  background-image: url('/fileadmin/content/xxx/hintergrund.jpg')!important;
  background-position: 0px 60px;
  background-size: 100%;
  background-repeat: no-repeat
  */
}

.aside-logos {
   margin-top: -40px; /* Nur wenn kein News-Plugin sichtbar */
   /* margin-top: 60px; */ /* Mit News-Plugin */
   display: flex;
   flex-direction: column; /* Stacks images vertically */
   align-items: center;   /* Centers images horizontally */
   justify-content: center; /* Centers images vertically (if needed—but only works if parent has a height) */
}

.aside-logos img {
  max-width: 170px;
  margin: 35px 0;
}

/*
.aside-logos img[src="/fileadmin/content/..."] {
  max-width: 145px;
}
*/

.jumbotron {
  background-color: transparent;
}

.mobi-carousel-copyright {
  text-align: right;
  background-color: #fff;
  border: none;
  font-size: 9pt;
  color: #666;
  line-height: 2em;    
}

.carousel-indicators li {
  margin-top: -45px!important;
}


#main-navbar {
  background: #fff!important;
  opacity: 1;
}

a {
  text-decoration: underline;
}

.btn  {
  text-decoration: none!important;
}


aside a {
  margin-left: .33em;
}

aside strong a,
aside a strong {
  margin-left: 0;
}

#maincontent {
  background: #fff;
  margin: 10px;
  opacity: .8;
  padding-bottom: 40px;
}

aside {
  margin-right: -20px;
  top: 10px;
  background: #fff;
  opacity: .8;
  margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
  .navbar-brand {
    display: none;
  }
}

body {
  font-size: 18px;
  line-height: 1.75em;
  font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
  /* font-family: Arial, Helvetica, sans-serif; */
  color: #666666;
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 0.5rem;
  font-size: 110%;
}

.navbar {
  border-bottom: 2px solid #3e5c6f;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2); 
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}

/*
.navbar a.dropdown-item:hover {
   background-color: #134d88!important;
}

.navbar a.active {
   background-color: #134d88!important;
}
*/

footer {
  height: 195px!important;
  padding: 20px 0px;
  margin-top: 50px;
}

#page-footer {
  background-color: #007bc2!important;
  color: #fff!important;
  }

#page-footer a {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  /* color: #134d88; */
}

h1, h2 { 
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22pt!important;
}

h2 {
  margin-bottom: .5em!important;
}

h3, h4 {
  font-weight: bold;
  margin-bottom: .5em;
}

h3 {font-size: 150%; margin-top: 1.5em;}
h4 {font-size: 120%; margin-top: 1.5em;}

.jumbotron {
  padding: 0;
  margin-top: 50px!important;
}

/*
.jumbotron {
  height: 80px;
  margin-top: 70px!important;
  border-radius: 0;
  padding: 0;
  background-color: #fff;
}

.jumbotron.background-image {
}
*/

.main-content {
  padding-right: 50px;
  
}
aside {
  padding-left: 30px!important;
  margin-top: 0px!important;
  /* border-left: 1px dotted #99cc33; */
  color: #444!important;
  
}

aside { font-size: 90%;
line-height: 1.25em;
color: #666;
}

aside p {margin-bottom: 30px;}
aside h1,
aside h2,
aside h3,
aside h4 {
  font-size: 140%; margin-top: inherit;}

address {
  font-style: italic;
  margin-left: 2.5em;
}

.card-header {
  border-bottom: 0;
}

.card-header h5 {
  font-size: 100%;
  line-height: 1.75em;
}

/*
.main-content a,
.main-content a:link,
.main-content a:hover,
.main-content a:focus,
.main-content a:active,
.main-content a:visited {
    color: #134d88;
    text-decoration: underline;
}

a.btn-info {color: #fff!important;
  text-decoration: none!important;
  background-color: #134d88;
  font-weight: bold;
  padding: 10px 20px;
  border-color: #adadad!important;
  float: right;
  border-width: 1px!important;
  outline: 0!important;
}

a.btn-info:hover {
  color: #333!important;;
  background-color: #e6e6e6!important;;
  border-color: #adadad!important;
}
aside a,
aside a:link,
aside a:hover,
aside a:focus,
aside a:active,
aside a:visited {
    color: #444;
    text-decoration: underline;
}
*/
.nav-item a {
  text-decoration: none;
}

.dropdown-menu {margin-top: -1px;}

.dropdown-item {font-size: 20px;}

.navbar-brand {
    font-size: 12pt!important;
  }

/* Logo ganz oben */
.main-logo-top-img img {
  width: 100px;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 55px;
}

@media (max-width:768px) {
  .main-logo-top-img img {
    width: 80px;
    margin-top: -20px;
    margin-bottom: 25px;
  }
}
/* ---- */

/* Logo im Bilder-Slider */
.main-logo-img img {
  width: 230px;
  margin-top: 15px;
  margin-left: 22px;
  margin-right: 25px;
  margin-bottom: 15px;
}

@media (max-width:768px) {
  .main-logo {
    top: 120px!important;
  }
  .main-logo-img img {
    width: 150px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

.main-logo-img {
  background-color: #fff!important;
}

.main-logo {
  background-color: #fff!important;
}
/* ---- */


.collapsible-accordion .card-header h5 {
  color : #333!important;
  text-decoration: underline!important;
}

/* Logo Position, wenn es einen Bilder-Slider gibt: */

.main-logo {
  width: auto;
  position: absolute;
  top: 200px;
  padding: 10px 0px;
}



/*
@media only screen and (max-width: 991px) {
  .jumbotron {
  height: 100px;
  margin-top: 50px!important;
  }
}

@media (max-width:768px) {
 .main-content {
   padding-right: 15px!important;
  }
}
*/

.offcanvas-collapse {
   z-index: 999999!important;
}


/* Navbar styling - right aligned */
@media (min-width:768px) {
  .dropdown-toggle::after {
    content: none;
  }
  
  #main-navbar  {
    margin-right: -50px!important;
  }
  
  .nav-link {
    padding-right: 10px!important;
    padding-left: 10px!important;
    margin-left: 10px!important;
    margin-right: 10px!important;
    text-transform: uppercase
  }
}

/* Accessible colors with high contrast */
.nav-link {
  color :#666!important;
}

.active .nav-link {
  color :#111!important;
}

/* Show accessible testing tool a high contrast */
.sr-only,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  color: #000;
  background-color: #fff;
}

/* Tab navigatin outline */
a:focus,
.btn:focus, .btn.focus {
  outline: 3px solid #007bc2!important;
  border-radius: 0.25rem;
}

.footer a:focus {
    outline: 3px solid #fff!important;
}

/* Backgroud color mobile offcanvas menu */
@media (max-width: 767px) {
  .offcanvas-collapse {
    background-color: #eaeaea;
  }
}

