* {
    transition: 0.5s;}
.fil1{
    border-radius: 10px;    
}
.fil2{
    border-radius: 10px;    
}
.fil3{
    border-radius: 10px;    
}

#err_msg {
    padding: 10px; 
    border-radius: 6px; 
    width: min-content; 
    white-space: nowrap; 
    background-color: rgba(211, 0, 0, 0.822); 
    color: #fff;
    position: fixed;
    left: 50%;
    z-index: 600;
}

#success_msg {
    padding: 10px; 
    border-radius: 6px; 
    width: min-content; 
    white-space: nowrap; 
    background-color: rgba(36, 168, 9, 0.911); 
    color: #fff;
    position: fixed;
    left: 50%;
    z-index: 600;
}

@media (max-width: 1249px) {
    #err_msg, #success_msg {
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}

@media (min-width: 1250px) {
    #err_msg, #success_msg {
        top: 10px;
    }
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: min-content;
    backdrop-filter: blur(7px) brightness(50%);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    margin-left: -50%;
  }
  

  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

.img1{
    border-radius: 10px;
    height: 500px;
}
.img2{
    border-radius: 10px;
    height: 300px;
}
.img3{
    border-radius: 10px;
    height: 100px;
}
.fil1:hover{
    border-radius: 30px;    
    filter: blur(5px);         
    transform: scale(1.1);
    transition: 0.3s;
}
.fil2:hover{
    border-radius: 30px;    
    filter: brightness(170%);         
    transform: scale(1.1);
    transition: 0.3s;
}
.fil3:hover{
    border-radius: 30px;    
    filter: invert(100%);         
    transform: scale(1.1);
    transition: 0.3s;
}


.material-symbols-outlined{
    color: #fff;
    background-color: #005892;
    margin: 10px;
    border-radius: 5px;
}

#cards{
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Buttons */
    align-items: flex-start;
    justify-content: center; /* Zentriert die Inhalte horizontal */
    gap: 5px; /* Abstand zwischen den Buttons */
    height: auto;
}
#plate_dyn {   
    background-color: #005892;
        color: #fff;
        transition: 0.5s;
        border-radius: 13px;
        padding: 10px;
        width: 260px;
        height: 30px;
        border: none;
        font-weight: bold;
        display: inline-block;
    
        flex: 1 1 210px;
        max-width: 210px; 
        margin: 3px;
        border-radius: 15px;
        height: 70px;
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        align-content: center;
    }
    
    
    
    #plate_dyn:hover{   
        background-color: #fff;
        color: #2b67c7;
        border-radius: 19px;
        transition: 0.5s;
        transform: scale(1.1);
        transition: 0.3s;
    
    }
#plate {   
    background-color: #005892;
        color: #fff;
        transition: 0.5s;
        border-radius: 13px;
        width: min-content;
        white-space: nowrap;
        border: none;
        font-weight: bold;
        display: inline-block;
margin-left: 20px;
text-decoration: none;
        
    }
    
    
    #plate:hover {   
        background-color: #fff;
        border-radius: 19px;
        color: #2b67c7;
        transform: scale(1.1);
        transition: 0.3s;
    }

#plate_it{   
    background: linear-gradient(to right, #2fa700 33%, #ffffff 33%, #eee 66%, #da2d21 66%);    color: #2c2c2c;
        transition: 0.5s;
        border-radius: 13px;
        width: min-content;
        white-space: nowrap;
        border: none;
        font-weight: bold;
        display: inline-block;
margin-left: 20px;
text-decoration: none;
        
    }
    
    
    #plate_it:hover {   
        font-weight: bolder;
    background: linear-gradient(to right, #1b6100 33%, #ffffff71 33%,#ffffff6b 66%,  #6e130caf 66%);    color: #fff;
    border-radius: 19px;
    transform: scale(1.1);
    transition: 0.3s;

    }
    
     
#plate2 {   
background-color: #005892;
    color: #fff;
    transition: 0.5s;
    border-radius: 13px;
    width: min-content;
    white-space: nowrap;
    border: none;
    font-weight: bold;
    display: inline-block;
margin-left: 20px;
text-decoration: none;
    
}


#plate2:hover {   
    background-color: #fff;
        border-radius: 19px;
        color: #2b67c7;
        transform: scale(1.1);
        transition: 0.3s;
}

@media (min-width: 1250px) {
    .container, .container2 {  
        margin-right: -6px;
        display: grid;
        grid-template-columns: 200px 0.3fr 1.9fr 0.5fr;
        grid-template-rows: 50px 120px min-content 90px;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-areas:
            "header site site login"
            "menue main main main"
            "menue main main main"
            "menue footer footer footer";
    }

#plate, #plate2, #plate_it, #details{
padding: 12px;
margin: 12px;
}

#site p {
    margin-top: 10px;
    padding: 10px;
  }
  

#plate, #plate_it, #plate2{
    font-size: 17px;
}

summary{
    padding:15px;
}
summary:before {
    top: 1.2rem;
}

#h12{
	font-size: 250%;
	font-weight: bold;
	padding-left: 30px;
}

#h11 {
	font-size: 200%;
}

    .menue {
        height: 50px;
        position: sticky;
        top: 120px;

    }    
    .header{
        position: sticky;
        top: 35px;
        z-index: 288;
        padding: 0 20px;

    }

	.main{
		padding:12px;
	}
    .login{
        padding: 10px;

    }
    .site{
        padding: 0 20px;

    }
}

#site {
    margin-left: -15px;
    z-index: 289;
}

@media (max-width: 1250px) {
    .container, .container2 {
        margin-right: -7px;
        display: grid;
        gap: 0px 0px;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 25px min-content auto auto;
        grid-template-areas:
            "header header"
            "site login"
            "menue menue"
            "main main"
            "footer footer";
        height: auto; /* Höhe des Containers automatisch anpassen */
    }

#h12 {
	font-weight: bold;
	font-size: 220%;
	padding-left: 30px;
}
summary{
    padding:12px;
}
h2 {
    font-size: 140%;
}

summary:before {
    top: 0.9rem;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 135%;
}

#h11 {
	font-size: 200%;
}
.img1{
    height: auto;
    width: 80%;
    position: center;
}
.img2{
    height: auto;
    width: 60%;
    position: center;
}
.img3{
    height: auto;
    width: 40%;
    min-width: 250px;
    position: center;
}

#plate, #plate2, #plate_it, #details{
padding: 8px;
margin: 8px;
}

#plate, #plate_it, #plate2{
    font-size: 16px;
}
    .header {
        justify-content: flex-start; /* Links ausrichten */
        margin-left: -20px; /* Zurücksetzen auf ursprünglichen Wert */
        margin-top: -10px;
        padding-bottom: 0px;
        padding-left: 40px;
        position: sticky;
        top: -9px;
        z-index: 288;
        backdrop-filter: blur(7px) brightness(80%);
    }

    .site {
        margin-left: -10px; /* Zurücksetzen auf ursprünglichen Wert */
        position: static;
        top: 85px;
        z-index: 1;
        backdrop-filter: blur(7px) brightness(80%);
        padding-top: 0px;
}    
    .login {
        justify-content: flex-start; /* Links ausrichten */
        margin-left: 0; /* Zurücksetzen auf ursprünglichen Wert */
        position: static;
        top: 85px;
        z-index: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        backdrop-filter: blur(7px) brightness(80%);
        
    margin-bottom: 0px;

    }    

    .footer {
        display: flex;
        flex-wrap: wrap; /* Ermöglicht das Umbrechen der Buttons */
        align-items: flex-start;
        justify-content: center;
    }



    .menue {
        padding-top: 0px;
        grid-area: menue; 
        background-color: #00579100;
        backdrop-filter: blur(7px) brightness(80%);
        margin-left: -10px;
        padding-left: 10px;
        display: flex;
        flex-wrap: wrap; /* Ermöglicht das Umbrechen der Buttons */
        align-items: flex-start;
        justify-content: center; /* Zentriert die Inhalte horizontal */
        gap: 5px; /* Abstand zwischen den Buttons */
        height: auto; /* Höhe des Menüs automatisch anpassen */
    }

    .main {
        border-radius: 0;
        margin-top: 10px;
	padding: 10px;
    }

    .login {
        justify-content: right; /* Zentriert in der Mitte */
    }
    
    .footer {
        justify-content: center; /* Zentriert in der Mitte */
    }

    form {
        width: 90%;
        margin: 20px auto;
    }

    input[type="text"], input[type="email"], input[type="password"] {
        width: 100%;
    }

    #site {
        margin-left: 15px;
        margin-top: 5px;
    }    
    #site2 {
        margin-top: 5px;
        margin-right: 15px;
    }
}

details {
    width: 80%;
    background: #005892;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
  }
  
  summary {
    display: block;
    background: #005892;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    user-select: none;
  }
  
  summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
  }
  
  details[open] > summary:before {
    transform: rotate(90deg);
  }
  
  
  details summary::-webkit-details-marker {
    display:none;
  }
  
  details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

.header { 
    grid-area: header; 
    background-color: #00589200;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header > * {
    margin-right: 10px; 
}

.site { 
    grid-area: site; 
    background-color: #00589200;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.footer { 
    grid-area: footer; 
    background-color: #00589200;
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Buttons */
    align-items: flex-start;
    justify-content: left;

}

.menue { 
    grid-area: menue; 
    background-color: #00589200;
    display: flex;
    flex-wrap: wrap; /* Ermöglicht das Umbrechen der Buttons */
    align-items: flex-start;
    gap: 10px; /* Abstand zwischen den Buttons */
}

.main { 
    grid-area: main; 
    background-color: #00579100;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}

.login {
    grid-area: login;
    background-color: #00589200;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:move;
}

html, body {
    height: 101%;
    margin: -10;
    padding: 0;
}

body {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #005791;
    background: linear-gradient(70deg, #004472  33%, #005791 33%, #005791 66%, #0071bd 66%);
    background-attachment: fixed; /* optional, falls du Parallaxeffekte verhindern willst */
    background-repeat: no-repeat;
    background-size: cover;
}
.main {
    overflow-x: hidden;
}

p, a, h1, h2, h3, #datenschutz {
    margin-left: 10px;
    color: #ffffff;
}

#logo-font {
    font-size: 52px;
    line-height: 0%;
    color: #ffffffee;
    text-decoration: none;
    cursor: pointer; 
}

#password-error {
    color: #ff2828;
    font-weight: bold;
}

form {
    backdrop-filter: blur(7px) brightness(80%);
    padding: 20px;
    margin: 50px auto;
    width: 300px;
    border-radius: 15px;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

#logo:hover {
    background-color: transparent; /* oder rgba(0, 0, 0, 0) */
    border-style: none;
    padding: 0px;
}

input[type="text"], input[type="email"], input[type="password"] {
    width: 91%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

button {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    padding: 10px 15px;
 /*   background: #32a04b;*/    
 background: #2fa700;
    color: #fff;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #005186;
    height: 40px;
    font-size: 110%;
    border-radius: 22px;
    padding: 7px 15px;
}

#deleteButton {
    background: red;
}

#link_button {
    margin: 12px;
    font-size: 18px;
    border-radius: 15px;
    width: content;
    height: min-content;
    color: #fff;
    background-color: #0060a0;
    border: none;
    cursor: pointer; 
    text-decoration: none;
    padding: 10px;
}

#link_button:hover {
    color: #01548b;
    border-radius: 22px;
    background: #ffffffee;
}

#menue_button {
    flex: 1 1 150px;
    max-width: 500; 
    margin: 5px;
    font-size: 18px;
    border-radius: 13px;
    height: 40px;
 /*   background: #32a04b;*/    
    background: #2fa700;
    color: #fff;
    border: none;
    cursor: pointer; 
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    align-content: center;
    padding: 10px;
}

#menue_button:hover {
    border-radius: 19px;
    color: #288f00;
    background: #ffffff;
    padding: 8px;
    transform: scale(1.05);
    transition: 0.3s;

}#menue_button_it {
    flex: 1 1 150px;
    max-width: 500; 
    margin: 5px;
    font-size: 18px;
    border-radius: 13px;
    height: 40px;
    background: linear-gradient(to right, #2fa700 33%, #fff 33%, #fff 66%, #da2d21 66%);    color: #2c2c2c;
    border: none;
    cursor: pointer; 
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    align-content: center;
    font-weight: bold;
    padding: 10px;
}

#menue_button_it:hover {
    background: linear-gradient(to right, #1b6100 33%, #ffffff71 33%,#ffffff6b 66%,  #6e130caf 66%);    color: #fff;
    border-radius: 19px;

    font-weight: bolder;
    padding: 8px;
    transform: scale(1.05);
    transition: 0.3s;
}

/* Media Query für Bildschirme unter 400px Breite */
@media (max-width: 520px) {
   
    #menue_button {
        flex: 1 1 100px;
        max-width: 200; 
        margin: 1px;
        font-size: 18px;
        border-radius: 13px;
        height: 40px;
     /*   background: #32a04b;*/    
        background: #2fa700;
        color: #fff;
        border: none;
        cursor: pointer; 
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        align-content: center;
        padding: 10px;
    }
    #menue_button_it {
        flex: 1 1 100px;
        max-width: 200; 
        margin: 1px;
        font-size: 18px;
        border-radius: 13px;
        height: 40px;
        background: linear-gradient(to right, #2fa700 33%, #fff 33%, #fff 66%, #da2d21 66%);    color: #2c2c2c;
        border: none;
        cursor: pointer; 
        text-decoration: none;
        box-sizing: border-box;
        text-align: center;
        align-content: center;
        font-weight: bold;
        padding: 10px;
    } #menue_button, #menue_button_it {
        height: 33px;
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding: 6px;
    }

    #menue_button:hover, #menue_button_it:hover {
        font-size: 15px;
    }
}

#form-button1 {
    border-radius: 12px;
    font-size: 100%;
    height: 40px;
    background-color: #2fa700;
    color: white;
    border: none;
    cursor: pointer;
    width: 150px;
    margin: 10px;
    margin-left: -1px;
}

#form-button1:hover {
        border-radius: 22px;
    background-color: #0796d3;
    transform: scale(1.1);
    transition: 0.3s;
}




#loginlink {
    margin: 5px;
    margin-top: -15px;
    font-size: 90%;
    color: #fff;
    border: none;
    cursor: pointer; 
    padding: 10px;
    text-decoration: none;
    border-bottom: 3px solid #fff9;
    border-top: 3px solid #fff0;
    padding-bottom: 2px;
    border-radius: 0px;
    background-color: #0000;
}

#loginlink:hover {
    padding: 10px;
    background-color: #0000;
    border-radius: 0px;
    margin-top: -7px;
    font-size: 90%;
    border-style: solid;
    border-radius: 5px;
    border-color: #fff9;
}

.padding-div {
    padding-top: 20px;
    padding-bottom: 20px;
}
#smalllink {
    background-color: #0000;

    margin: 5px;
    font-size: 90%;
    color: #fff;
    border-radius: 0px;
    border: none;
    cursor: pointer; 
    padding: 5px;
    text-decoration: none;
    border-bottom: 2px solid #fff9;
    border-top: 2px solid #fff0;
    padding-bottom: 2px;
    width: min-content;
}

#smalllink:hover {

    padding: 5px;
    margin-top: 4px;
    font-size: 90%;
    border-bottom: 2px solid #ffff;
    border-radius: 0px;
    border-top: 2px solid #ffff;
    background-color: #fff2;

    margin-bottom: 3px;
}

#smalllink2 {
    margin: 5px;
    font-size: 90%   ; 
    background-color: #0000;
    color: #fff;
    border: none;
    border-radius: 0px;
    cursor: pointer; 
    padding: 2px;
    text-decoration: none;
    border-bottom: 2px solid #fff9;
    border-top: 2px solid #fff0;
    width: min-content;
    line-height: 22px;
}

#smalllink2:hover {

    padding: 2px;
    font-size: 90%;
    border-bottom: 2px solid #ffff;
    border-top: 2px solid #ffff;
    border-radius: 0px;
    background-color: #fff2;
}

::selection{
    background-color: white;
	color: #20a000;
    border-radius: 10px;
}

.box_cat {
    border-radius: 20px;
    backdrop-filter: blur(15px) brightness(70%);
}

.pad1 {
    padding: 10px;
}

.back_it {
    background: linear-gradient(70deg, #175200a8 33%, #ffffff57 33%, #ffffff60 66%, #680700af 66%);
}