body {
    padding: 0; 
    max-width: 800px;    
    margin: 0 auto;        
}

    .startclaim {
      background-color: #f5f5f5;
      padding: 2rem;
      margin: 2rem auto;
      border-left: 5px solid #888;
      max-width: 60ch;
      opacity: 0;
      transform: translateY(20px);
      animation: auftauchen 1.5s ease-out forwards;
      font-style: italic;
      box-shadow: 0 0 10px rgba(100, 100, 100, 0.1);
    }

    .startclaim footer {
      margin-top: 1rem;
      font-weight: bold;
      color: #444;
    }
	
	.kompass-hinweis {
  background-color: #f9f9f9;
  padding: 10px;
  border-left: 4px solid #444;
  margin: 1em 0;
  font-style: italic;
}

.subheading {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.dropdown-category {
    padding: 8px;
    display: block;
}

.google-kritik {
  background-color: #f4f4f4;
  padding: 2em;
  border-top: 2px solid #ccc;
  font-size: 1.05em;
}


    audio {
      margin-top: 1.5rem;
      width: 100%;
    }

    @keyframes auftauchen {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    main {
      padding: 1rem;
      max-width: 65ch;
      margin: auto;
    }
	
.iaa-hinweis {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.1em;
}


	

@media screen and (max-width: 768px) {
    body {
        padding-left: 15px; 
        padding-right: 15px; 
    }

    
    #navibereich {    
        flex-direction: column;
        align-items: center;
    }
    
}


img {
    max-width: 100%; 
    height: auto;    
    display: block;   
    margin: 1.5em auto; 
}



footer {
    background-color: #f0f0f0; 
    color: #555; 
    text-align: center;
    padding: 20px; 
    margin-top: 50px; 
    border-top: 1px solid #e1e1e1; 
    font-size: 0.9em; 
}


.gn {
    font-size: 0.9em; 
    font-style: italic;
    text-align: center; 
    margin-top: 1em; 
    margin-bottom: 1em; 
}


footer a {
    color: #003366; 
    text-decoration: none; 
}

footer a:hover {
    text-decoration: underline; 
}


a {
    color: #003366; 
    text-decoration: underline; 
}

a:hover {
    color: #668BCC; 
    text-decoration: none; 
}

p {
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 1.1em; 
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1em; 
}




h1 {
    color: #004085; 
    font-size: 1.8em;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

h2 {
    color: #0056b3;
    font-size: 1.6em;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 2em; 
    padding-bottom: 1em;
}

h3 {
    color: #007bff;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 1.5em; 
    padding-bottom: 1em;
}


.log {
    text-align: center; 
    margin-top: 20px;    
    margin-bottom: 20px; 
}

.log img {
    max-width: 200px; 
    height: auto;       
    display: block;    
    margin: 0 auto;    
}



#navibereich {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #E6F0FF;
    border-top: 5px solid #668BCC;
    border-bottom: 5px solid #668BCC;
}

#navibereich li {
    position: relative;
    text-align: center;
    font-size: 1.4em;
}

#navibereich a {
    display: block;
    color: #003366;
    font-weight: normal;
    text-decoration: none;
    padding: 10px 15px;
}

#navibereich a:hover,
.dropbtn:hover {
    color: #FFFFFF;
    background-color: #668BCC;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    top: 100%;
    border: 1px solid #ddd;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #e1e1e1;
    color: #003366;
}

.dropdown:hover .dropdown-content {
    display: block;
}


@media screen and (max-width: 768px) {
    #navibereich { 
        flex-direction: column;
        align-items: center;
    }

    #navibereich li {
        width: 100%;
    }

    #navibereich a {
        padding: 15px 10px;
        border-bottom: 1px solid #ccc;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        box-shadow: none;
        border: none;
        background-color: #f0f0f0;
    }

    .dropdown-content a {
        padding-left: 30px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e1e1e1;
    }
}

a:visited {
  color: #666;       /* #888 blasser */
  font-style: italic;
}

.besuchte-liste {
  font-size: 1.2em;
  line-height: 1.7;
}
.besuchte-liste a:visited {
  color: #888;
  font-style: italic;
}

.besuchte-liste li {
  margin-bottom: 0.5em;
}
.besuchte-liste a {
  text-decoration: none;
}
.besuchte-liste a:hover {
  text-decoration: underline;
  color: #004085;
}
