
    #favorites {
    padding: 10px;
    color: #48535e;
}

#favorites a {
    display: block;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    font-size: 0.9em;
    color: #48535e;
}
#favorites a:hover {
    background-color: #eee;
}

@media (max-width: 600px) {
    #favorites {
        padding: 5px;
    }
}
#favorites button {
    font-size: 0.8em;
    padding: 2px 2px;
    float: right;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #48535e;

}

.favorite-toggle-button {
    font-size: 0.8em;
    padding: 2px 5px;
    float: right;
    background-color: #eee;
    border: 1px solid #dee2e6;
    color: #48535e;
    margin-top: 2px;
    margin-left: 1px; /* Add this */

}
.favorite-toggle-button:hover {
  color: #eb6a0a;
}

.note {
    color: red;
}

.scrollable-div {
  overflow-y: auto;
  height: 200px;
  border: 1px solid #dee2e6;
  margin-right: 20px;
  margin-left: 20px;
}
.note {
  color: #48535e;
  background-color: #ffffff;
  font-size: 0.7em;
  margin-right: 10px;
  margin-left: 10px;

}

.cbp-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: 19px;
}

.cbp-menu li {
  margin: 0 10px;
}

.cbp-menu li a {
  color: #48535e;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 600px) {
  .cbp-menu {
    flex-direction: column;
  }

  .cbp-menu li {
    margin: 10px 0;
  }
}

      body {
        margin: 0;
        font-family: "Open Sans",sans-serif;
        background-color: #48535e;
        color: white;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        background: #fafafa;
    overscroll-behavior: contain; /* Allow overscroll behavior only when zoomed */
    touch-action: pan-y pinch-zoom; /* Allow vertical scrolling and pinch-zooming */
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }
header {
    background-color: #245194;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;

}
h1 {
  color: #48535e;
  font-size: 1.7em; /* 40px/16=2.5em */
  margin-left: 0.2em;

}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 30px;
}

.logo h1 {
    font-size: 24px;
    margin-left: 10px;
}

.burger-menu {
    display: flex;
    flex-direction: column;
}

.burger {
    width: 30px;
    height: 3px;
    background-color: #dee2e6;
    margin-bottom: 5px;
}
.burger:nth-of-type(2) {
    background-color: #dee2e6;
}

.burger:hover {
  background-color: #eb6a0a;
}
nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: white;
    padding-top: 50px;

    transition: left 0.3s ease-in-out;
    z-index: 9999;


}

nav.active {
    left: 0%;
}



.close-menu {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 36px;
    cursor: pointer;
    color: #245194;
}

      main {
        flex-grow: 1;
      }


           footer {
        background-color: #245194;
        color: #fff;
        padding: 20px;
        text-align: center;
      }


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #48535e;


  -webkit-font-smoothing: antialiased;

  text-rendering: optimizeLegibility;


  -moz-osx-font-smoothing: grayscale;


  font-feature-settings: 'liga';
}
.responsive-iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 410px;
  border: none;
}



@media screen and (max-width: 750px) {
    .kamera {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        background: #000000;
        overflow-x:hidden;
        overflow-y:hidden;
  height: 410px;
    }

}

footer:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #dddddd;
      }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  background-color: #dddddd;
  width: 100%;
  color: #012e5c;
  padding: 10px; /* Add some space around the text */
}

table th,
.resultTable th {
  font-weight: bold;
}

td,
th {
  border: 1px solid #ffffff;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

@media screen and (max-width: 600px) {
  table {
    font-size: 14px;
  }
}

.resultTable th {
  background-color: #245194;


}

.resultTable th h2 {
  margin: 7px; /* Remove the default margin */
}

.resultTable td:nth-child(2) {
  font-size: 0.8em;
}

.resultTable td {
  width: 100%;
}

.resultTable {
  width: 100%;
  margin-bottom: 20px;
}

h4 {

  font-size: 1.1em;
  font-weight: bold;
  color: #ffffff;
  background-color: #245194;
  margin: 10px 0 10px 0;
  padding: 10px; /* Add some space around the text */


}

h2 {
  color: #ffffff;
}
/* Add this */
.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  background-image: url('searchicon.png');
  background-position: 5px 10px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 7px 20px 7px 40px;
  border: 1px solid #7f8287; /* Add blue border */
  margin: 0 5px; /* Add margin to left and right */
  border-radius: 3px;


}
#Search {
  /* Add your styles here */
  height: 25px;
  width: 200px;
  border: 1px solid #7f8287;
  border-radius: 3px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  border-top: 1px solid #f0f0f0;

  background-color: #245194;

}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 2000s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

      .cards-container {
          display: flex;
          flex-direction: column; /* Change to column */
          margin: 10px;
      }
      
      .contentDescription {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: calc(100% - 20px);
          border: 1px solid #eaebee; /* Add blue border */
          padding: 10px;
          margin-bottom: 10px; /* Add margin to bottom */
          background-color: #dddddd; /* Change background color */
      }
      
      .contentDescription h2 {
          font-size: 18px;
          text-align:left; /* Align headline to left */
      	width:100%;
      	color: #ffffff; /* Change headline color */
        padding: 10px; /* Add some space around the text */
        background-color: #245194;
      }
      
      .contentDescription a {
          font-size: 20px;
          text-align:center; 
      	color:red; /* Change hyperlink color */
      	text-decoration:none; /* Remove underline */
      	width:100%;
      }
      
      .contentDescription p {
          font-size:17px;
      	text-align:left; /* Align content text to left */
      	color: #012e5c;
      	width:100%;
      }
            .gfg { 
                width:auto; 
                text-align:center; 
                padding:10px; 
            } 
            img { 
                max-width:100%; 
                        height:auto; 
            } 
            .scrollup { width: 70px; height: 65px; position: fixed; z-index:1; bottom: 0px; right: -25px; display: none; color: #012e5c;

}
.center-text {
  text-align: center;
  color: #48535e;
}
        .center-translate {
	text-align: center;
}
