﻿* {
    font-size: 21px;
    color: #535353;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family:Georgia;
}

    html {
        padding-top:10px;
        overflow-y: scroll;
        height: 101%;
    }
    body {
        padding-top:10px;
   background-color: #1450cb;
}
#aktuelleBereiche {
    text-align: center;
    padding: 10px;
    margin-bottom:20px;
}
    #aktuelleBereiche a {
        color:red;
        font-weight:bold;
        font-size: 17px;
        display:inline-block;
        margin-right:15px;
    }
    #aktuelleBereiche li {
        display:inline;
    }
.bildtext {
    font-size: 12px;
    font-family: Verdana;
}
.seitentext {
    margin-bottom: 20px;
}
.kartenbereiche {
    text-transform: capitalize;
    background-color: #b2d6f1;
    color: #636567;
    padding: 8px;
    /*border-top: 1px solid lightgray;*/
    border-bottom: 1px solid gray;
    margin-top: 10px;
    text-align: left;
    font-size:19px;
    cursor:pointer;
}
.kartenbereicheInfo {
    margin-top:5px;
    display:block;
    font-size: 12px;
    color:red;
    font-weight:bold!important;
    
}
    .kartenbereiche:hover {
        background-color: #84c4f4;
    }
.kartentext {
    font-size: 12px;
    height:130px;
    overflow-y:auto;
}
.bereichsLink, .bereichslink {
    text-decoration: none;
    display: inline-block;
    width: 300px;
    color: black;
    font-size:18px;
    padding:5px;
    text-transform:capitalize;
}

.bereichsLinkGruen, .bereichslinkgruen {

    text-decoration: none;
    display: inline-block;
    width: 300px;
    color: #009420;
    font-weight:bold;
    font-size:18px;
    padding:5px;
    text-transform:capitalize;
}
p img {
    
    float: none!important;
    max-width: 100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    width:auto!important;
    height:auto!important

}
a {
    color:blue;
    font-weight:bold
}

h1, h2, h3, h4 {
    color: #004ec0;
}
h1 {font-size:34px;}
h2 {font-size:29px;}
h3 {font-size:25px;}

p {font-size: 21px;
    color: #535353;
    margin-bottom: 20px;
    line-height: 1.5em;
}

    a {
        text-decoration: none;
    }
    img {border:none}

#aussen {
	background-color:white;
    width:1000px;
    margin:0px;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
}

#ausgabe {
    background-color:white;
   padding: 10px;
}

#kopfbild {
    background-color: transparent;
    width:1000px;
    margin-left:auto;
    margin-right:auto;

    display:block;
    border-radius: 0px;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom: 1px solid black;
    cursor:pointer;
}

#fuss {
    background-color: #0851af;
    color:white;
    font-size:19px;
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    max-width:1000px;
    width: 100%;

    
    margin-left: auto;
    margin-right: auto;

    
}

#fussbereich {   /* Kartenuebersicht */
    background-color: #0851af;
    color:white;
    text-align: center;
    padding:10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 1000px;
    max-width:100%;
    margin:0px;
    margin-left: auto;
    margin-right: auto;

}
#fuss a {
    color: white;
    text-decoration:none;
}

#nav {
    border-bottom: 2px solid black;
}

.versandlink {
border:1px solid lightgray;
 	display: inline-block;
 	padding:10px;
 	width:99%;
 	border-radius:5px;
 	background-color:greenyellow;   
 	margin-top:10px;
     margin-bottom:3px;
 	color: #1a1a1a;
 	text-decoration:none;
     font-size:18px;
     font-weight:normal;
  transition: background-color 0.3s ease, color 0.3s ease;
  user-select: none;
}

.versandlink:hover,
.versandlink:focus {
  background-color: #c0e8ff;
  color: #004a80;
  outline: none;
}

.versandlink:active {
  background-color: #a0d4ff;
  color: #00335a;
  border-color: #00335a;
}

.bereichsLink, .bereichslink {
    text-decoration: none;
    display: inline-block;
    width: 300px;
    color: black;
    font-size: 18px;
    padding: 5px;
    text-transform: capitalize;
    color:#424242;
}
.bereichsLinkGruen, .bereichslinkgruen {
    text-decoration: none;
    display: inline-block;
    width: 300px;
    color: #009420;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
    text-transform: capitalize;
}
.indexNavButton {
    text-decoration: none;
    background-color: #dceef4;
    padding: 5px;
    color: #333333;
    border: 1px solid lightgray;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}

 
/* Optional: Stil für größere Bildschirme */
@media (max-width: 1000px) {
    h1, h2, h3 {
          font-size: clamp(1.2rem, 5vw, 3rem);
    }

    .seitentext {
        display: none;
    }
#aussen {
    width: 100%;
}
    #kopfbild {
        width: 100%;
    }
}

