body {
    font-family: 'Amatic SC', cursive;
    margin: 0px;
}
.hamburger {
    position: fixed;
    z-index: 999;
    top: 5px;
    right: 1rem;
    padding: 4px;
    cursor: pointer;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.image {
    background-color: #ffcc00;
    text-align: center;
    margin: 15px;
    border-radius: 15px;
    overflow: hidden;
    height: fit-content;
    width: 1fr;
    height: 450px;
}

.img {
    transition: 0.35s all ease-in-out;
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.img:hover {
    transform: scale(1.5);
}

.buttoncenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.button {
    background-color: #ffcc00;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: x-large;
    text-decoration: none;
    color: black;
    overflow: hidden;
}



@media only screen and (max-width: 1279px) {
    .postinfo {
        display: grid;
        position: fixed; 
        z-index: 100; 
        height: 100vh;
        width: 100vw; 
        max-width: 100vw;
        top: 0;
        left: 0;
        place-items: center;
        word-wrap: break-word;
    }

    .postinfoimg {
        width: 80vw;
        max-height: 80vh;
        object-fit: cover;
        margin-left: 10vw;
        margin-right: 10vw;
    }

    .detailpostinfo p {
        width: 100vw;
        word-wrap: break-word;
    }

    .detailpostinfo b {
        width: 100vw;
        word-wrap: break-word;
    }

    .fz42b {
        font-size: 28pt;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 0;
        text-align: center;
    }
    
    .fz32 {
        font-size: 24pt;
        margin: 10px;
        text-align: center;
    }
    
    .fz24 {
        font-size: 16pt;
        margin: 10px; 
        text-align: center; 
        word-wrap: break-word;
    }
    
    .fz32b {
        font-size: 32pt;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 0;
        text-align: center;
    }
    
    .fz20 {
        font-size: 20pt;
        margin: 5px;  
        text-align: center;
    }
    
    .fz16 {
        font-size: 12pt;
        margin: 5px;   
        text-decoration: none; 
        text-align: center;
    }
    
    .miniduck {  
        position: absolute;
        bottom: -60px;
        right: -60px;
        opacity: 0.5;
        transition: 0.35s all ease-in-out;
    }
    
    .miniduck:hover {
        transform: scale(1.3);
    }
    
    .fz16end {
        font-size: 16pt;
        margin: 5px;   
        text-decoration: none; 
        text-align: end;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    .share {
        text-align: center;
    }

    .bg-top {
        background-image: url('media/bg-top.jpg'); 
        background-position: center; 
        background-repeat: no-repeat;
        background-size: cover; 
        height: 600px; 
        display: grid; 
        place-items: center;
    }
    
}

@media only screen and (min-width: 1280px) {
.postinfo {
    display: flex;
    position: fixed; 
    z-index: 100; 
    height: 100vh;
    width: 100vw; 
    text-align: center;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.postinfocontent {
    display: flex;
    align-items: center;
    justify-content: center;
        
}

.postinfoimg {
    width: 50vw;
    object-fit: cover;
}

.fz42b {
    font-size: 42pt;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.fz32 {
    font-size: 32pt;
    margin: 10px;
    text-align: center;
}

.fz24 {
    font-size: 24pt;
    margin: 10px; 
    text-align: center; 
}

.detailpostinfo {
    margin-left: 25px;
}

}



.sharebutton {
    margin: 5px;
    transition: 0.5s all ease-in-out;
}

.sharebutton:hover {
    transform: translateY(-10px);
}

.postinfoclose {
    font-size: 32pt;
    margin: 10px;   
    text-decoration: none; 
    text-align: end;
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.postinfoclose a {
    text-decoration: none;
}

.fz32b {
    font-size: 32pt;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.fz20 {
    font-size: 20pt;
    margin: 10px;  
    text-align: center;
}

.fz16 {
    font-size: 16pt;
    margin: 10px;   
    text-decoration: none; 
    text-align: center;
}

.miniduck {  
    position: absolute;
    bottom: -60px;
    right: -60px;
    opacity: 0.5;
    transition: 0.35s all ease-in-out;
}

.miniduck:hover {
    transform: scale(1.3);
}

.fz16end {
    font-size: 16pt;
    margin: 10px;   
    text-decoration: none; 
    text-align: end;
}

@media only screen and (min-width: 1080px) {

.bg-top {
    background-image: url('media/bg-top.jpg'); 
    background-attachment: fixed; 
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover; 
    height: 600px; 
    display: grid; 
    place-items: center;
}

}
.fz18tac {
    text-align: center; 
    font-size: 18pt;
}

.margin5 {
    margin: 5px;
}

.forminput {
    padding:10px; 
    font-size:16pt; 
    border:0; 
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06); 
    border-radius:5px;
}

.formbutton {
    appearance:none; 
    -webkit-appearance:none; 
    padding:10px; 
    border:none; 
    background-color:#ffcc00; 
    color: black; 
    font-weight:600; 
    border-radius:5px;
}

.margin5cw {
    margin: 5px;
    color: white;
}

.cw {
    color: white;
}

.fz48 {
    font-size: 48pt;
}

.cb {
    color: black;
}

.order-list {
    text-align: end;
}

.plainlink {
    color: black; 
    text-decoration: none;
}

.shaddow {
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}

select {
    font-size: 14pt;
    padding: 7px;
    margin-right: 15;
    border-radius: 15px;
}

.notification {
    position: fixed;
    top: 75px;
    max-width: fit-content;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    animation: fade 7s linear forwards;
    font-family: Quicksand;
}

.progress {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 0;
    height: 3px;
    border-radius: 5px;
    animation: progress 6s .25s linear forwards;
}

[data-color="green"] {
    background-image: linear-gradient(90deg, rgba(22,255,0,1) 0%, rgba(6,70,0,1) 100%);
}

[data-color="red"] {
    background-image: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(70,0,0,1) 100%);
}

[data-color="orange"] {
    background: linear-gradient(90deg, rgba(255,154,0,1) 0%, rgba(62,38,0,1) 100%);
}

@keyframes fade {
    5% {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }
    90% {
        opacity: 1;
        transform: translateY(0px);
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateY(-30px);
    }
}

@keyframes progress {
    to {
        width: calc(100% - 10px);
    }
}

.notifiyicon {
    font-size: xx-large;
    text-align: center;
}

[data-textcolor="green"] {
    color: rgb(0, 255, 0);
}

[data-textcolor="red"] {
    color: rgb(255, 0, 0);
}

[data-textcolor="orange"] {
    color: #ff9a00;
}

.notify_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.message {
    margin-left: 15px;
    text-align: center;
}

@keyframes rotating {
    from {

      transform: rotate(0deg);
    }
    to {

      transform: rotate(360deg);
    }
}

.fz12 {
    font-size: 12pt;
}

.spin {
    animation: rotating 3.25s linear infinite;
}

#loading_bar {
    position: absolute;
    text-align: center;
    border-radius: 25px;
    padding: 15px;
    display: grid;
    place-items: center;
    visibility: hidden;
}

#loading_bar p b {
    font-size: xx-large;
    font-weight: bold;
}

#loading_bar p {
    font-size: larger;
}

.pond {
    height: 350px;
    width: 350px;
    background-color: #74ccf4;
    border-radius: 100%;
}

.animation {
    transition: all 1s;
    filter: blur(5px);
    transform: translateX(-100%);
}

.show {
    filter: blur(0);
    transform: translateX(0);
}

.fixed {
    transform: translateX(0);
}

.formrequierd {
    color: red;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
}

.deinedaten {
    font-size: medium;
    text-decoration: none;
}