/* open-sans-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/open-sans/open-sans-v40-latin-300.woff2') format('woff2');
}
/* open-sans-300italic - latin */
/*@font-face {
  font-display: swap; /* 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/open-sans/open-sans-v40-latin-300italic.woff2') format('woff2'); 
}*/
/* open-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans/open-sans-v40-latin-regular.woff2') format('woff2'); 
}
/* open-sans-italic - latin */
/*@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/open-sans/open-sans-v40-latin-italic.woff2') format('woff2'); 
}*/
/* open-sans-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/open-sans/open-sans-v40-latin-500.woff2') format('woff2'); 
}
/* open-sans-500italic - latin */
/*@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/open-sans/open-sans-v40-latin-500italic.woff2') format('woff2');
}*/
/* open-sans-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans/open-sans-v40-latin-600.woff2') format('woff2');
}
/* open-sans-600italic - latin */
/*@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/fonts/open-sans/open-sans-v40-latin-600italic.woff2') format('woff2'); 
}*/
/* open-sans-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans/open-sans-v40-latin-700.woff2') format('woff2');
}
/* open-sans-700italic - latin */
/*@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/open-sans/open-sans-v40-latin-700italic.woff2') format('woff2'); 
}*/
/* open-sans-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/open-sans/open-sans-v40-latin-800.woff2') format('woff2'); 
}
/* open-sans-800italic - latin */
/*@font-face {
  font-display: swap; 
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/fonts/open-sans/open-sans-v40-latin-800italic.woff2') format('woff2'); 
}*/



body {
  position: relative;
}

.text-align-left {
  text-align: left !important;
}

.text-align-right {
  text-align: right !important;
}

a {
  color: #1D184C;
}
a:hover {
  color: #1CA3DC;
  text-decoration: underline;
  transition:0.5s;
}

nav.navbar {
    z-index: 9;
    background-color:#1D184C;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  background: #1D184C;
}
.navbar-light .navbar-nav .nav-link:hover {
  background: #1CA3DC;
  color: #FFF;
  transition: 0.5s;
}

.horizontal .navbar-slide {
  background-color: #1d184c;
}
.navbar-light .navbar-toggler span {
  color: #FFF;
  font-weight: bold;
}
.navbar-light .navbar-toggler-icon {
  color: #FFF;
}
a.btn.toggle-sidebar {
  color: #FFF !important;
}


body {
  position: relative;
  background-image: url(/src/img/backgrounds/clouds-2888277_1280.jpg);
  background-attachment: fixed;
  background-size: cover;   
  background-repeat: no-repeat;
  background-position: center center;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: rgb(207 207 207 / 74%);
  /* Helligkeit hier steuern */
  z-index: -1;
}
/*main.main-content:before {
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(/src/img/backgrounds/sky-5534319_1920.jpg);    
    background-attachment: fixed;
    background-size:cover;
    opacity: 0.3;
    position: absolute;
    top: 0;
    right: 0;
}*/
.navbar-light .navbar-toggler {
  max-height:24px;
}
.navbar-light .navbar-toggler span{
  font-size: 14px;
    vertical-align: middle;
    height: 24px;
    display: inline-block;
}
ul.navbar-nav.d-flex {
  position: absolute;
  right:0;
}


/* Breadcrumb*/
.breadcrumb-nav {
  margin: 1rem 0;
  font-size: 0.95rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  background-color:#FFF;
  padding: 0;
  margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  padding: 0 0.5rem;
  color: #6c757d;
}
.breadcrumb-item a {
  color: #1D184C;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #1CA3DC;
  transition:0.5s;
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #6c757d;
}



/* OWM Current Boxes - START */
.sensor-box--weathericon {
  background-color: #c1c1c1;
  border-radius: 9px;
}
.sensor-box--weathericon img {
  width: 100%;
}
.sensor-box--citiedata {
  padding-left:1.5rem;
}
.sensor-box--citiedata i {
  color: #1D184C;
}

@media (max-width:575px){
  .sensor-box--weathericon {
    width:fit-content;
    margin-bottom: 20px;
  }
  .sensor-box--weathericon img {
    width: auto;
    height: 100px;
  }
  .sensor-box--citiedata {
    padding-left: 0;
  }
}
.owm-current-box .sensoricon {
  font-size: 30px;
}
.owm-current-box .sensorname {
  font-size: 15px;
  font-weight: normal;
  color: #575757;
  margin-bottom: 0;
}
.owm-current-box .sensorvalue {
  font-size: 25px;
  font-weight: bold;
  color: #1D184C;
}
.owm-current-box .sensorunit {
  font-size: 20px;
  font-weight: bold;
  color: #1D184C;
}
.owm-current-box .sensor-windcompass .fa-up-long {
  color: #1D184C;
  font-size: 25px;
  margin-right: 10px;
}
.owm-current-box .sensor-windcompass .sensor-windcompass--winddir {
  font-size:18px;
  margin-right:5px;
}
.owm-current-box .sensor-windcompass .sensor-windcompass--winddeg {
  color:#4D5660;
}
/* OWM Current Boxes - ENDE */

/* OWM Forecast Box - START */
button.infomodal-forecast {
  border: none;
  background: none;
  color: #3a3a3a;
  padding-right: 0;
  padding-left: 0;
  font-weight: 300;
  font-size: 12px;
  text-decoration: underline;
}
.owm-forecast-boxWrapper h2 {
  font-size:18px;
}
.owm-forecast-boxWrapper .fastyle {
  font-size: 35px;
}
.owm-forecast-boxWrapper .dashboard-maxmin {
  font-size: 12px;
  margin-top: 15px;
}
.owm-forecast-boxWrapper .forecast-imgbox {
  position: absolute;
  right: 16px;
  text-align:right;
}

.owm-forecast-boxWrapper .forecast-imgbox p {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

@media (max-width:450px) {
  .owm-forecast-boxWrapper .forecast-imgbox {
    position: unset;
  }

  .owm-forecast-boxWrapper .forecast-imgbox p {
    text-align: left;
  }
}
/*OWM Forecast Box - ENDE */

/*IpGl Box - Start*/
.ipgl-astronomy-boxWrapper .fastyle {
  font-size: 35px;
}
/*IpGl Box - Ende

/* Startseite - START*/
.dashboard .citie--box-inner {
  color: #222;
  background-color: #FFF;
  text-align:center;
  min-height: fit-content;
}
.dashboard .citie--box-inner i {
  color: #1D184C;
}
.citie--box a {
  text-decoration: none;
}
.citie--box a:hover .citie--box-inner {
  background-color: #cecece;
  transition: 0.5s;
  text-decoration: none;
}
.citie--box .citie-box-onlylistIcon {
  position: absolute;
  left: 10px;
  top: 10px;
}
.citie--box .citie-box-onlylistIcon i {
  font-size:15px;
  color:#ebb608;
}
/* Startseite - ENDE */

footer {
  margin-top:1em;
  display: block;
  padding: 10px 15px;

  background-color: #1d184c;
  color: #FFF;
  border-top: 5px solid #FFF;
}
footer a {
  padding: 5px 10px;
  color:#FFF;
}
footer a .fa-square-facebook {
  color: #3b5998;
}
footer a .fa-youtube {
  color: #FF0000;
}
footer a:hover, footer a:hover i {
  background-color: #1CA3DC;
  color: #fff!important;
  transition: 0.8s;
  text-decoration: none;
}
footer p,
footer a {
  line-height: 28px;
  height: 28px;
}
footer a.footer-link--normalized {
  color: #FFF !important;
  padding: 0 !important;
  font-weight: 500 !important;
  background-color: unset !important;
  transition: 0.5s !important;
}
footer a.footer-link--normalized:hover {
  text-decoration: underline !important;
  color: #1CA3DC !important;
}
.suggested-cities-wrapper {
  background-color: #e8f1f8;
}

/*Pollenindex Page*/
.pollen-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: sans-serif;
  margin-top: 1rem;
}

.pollen-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  align-items: center;
}

.pollen-name {
  flex: 1 1 100%;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.pollen-cell {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-align: center;
  gap: 10px;
  margin-bottom: 20px;
}

.pollen-cell i {
  font-size: 1.6rem;
}

.pollen-cell.low i {
  color: #8ccf00;
}

.pollen-cell.medium i {
  color: #ff9800;
}

.pollen-cell.high i {
  color: #eb7f20;
}

.pollen-cell.very-high i {
  color: #de0000;
}

.pollen-cell.no-data i {
  color: #9e9e9e;
}

.pollen-desc {
  font-size: 0.8rem;
  color: #444;
}

.pollen-cell.trend {
  width: 40px;
  text-align: center;
  /* ggf. noch Farbe je nach Trendklasse */
}

@media (min-width: 600px) {
  .pollen-name {
    flex: 1 1 20%;
    margin-bottom: 0;
  }

  .pollen-cell {
    flex: 1 1 20%;
  }
}

@media (min-width:768px) {
  .pollen-row {
    max-height: 130px;
  }
}

@media (max-width:767px) {
  .pollen-name {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

@media (max-width:599px) {
  .pollen-row .pollen-cell:last-of-type {
    margin-top: 10px;
  }
}

@media (max-width:256px) {

  .pollen-row .pollen-cell:nth-of-type(3),
  .pollen-row .pollen-cell:nth-of-type(4) {
    margin-top: 10px;
  }
}

/*CookieBanner - Start*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7f9fb;
  border-top: 3px solid #51a0d8;
  /* orange Akzent passend zu deiner Seite */
  color: #1e3a8a;
  /* dunkles Blau als Textfarbe */
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.cookie-banner__content {
  /*flex: 1 1 110px;*/
  text-align: left;
  line-height: 1.4;
  width:80%;
}

.cookie-banner__link {
  color: #51a0d8;
  text-decoration: underline;
  /*margin-left: 8px;*/
}

.cookie-banner__link:hover {
  color: #d14800;
}

.cookie-banner__btn {
  background: #51a0d8;
  border: none;
  color: white;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.cookie-banner__btn:hover {
  background: #1CA3DC;
}

@media (max-width: 480px) {
  .cookie-banner {
    flex-direction: column;
    padding: 12px 15px;
  }

  .cookie-banner__btn {
    width: 100%;
    margin-top: 8px;
  }
}
/*CookieBanner - Ende*/



/*Loading Spinner*/
#loadDashboardBoxes .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  /* oder was immer zu deinem Layout passt */
}
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
