
header {
    background-color: black;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Arial", sans-serif;
   // background-color: #2D2B38;
  //  background-color: #C6C6C6;
   // background-color: #27531d;
    height: 100%;
    color: #fff;
   // padding: 50px;
}

@media screen and (max-width: 767px) {
    body {
        height: 80%;
    }
}

.bodyIndex {
    font-family: "Arial", sans-serif;
    background-color: black;
}
/* General styles end */
.container {
   // width: 100%;
    // max-width: 800px;
  //  background-color: #1a4730;
   // background: linear-gradient(to right, #283424, #283424 10%, #1a271b 50%, #283424 90%, #283424);
    /*background-image: url("../img/weinkiste.jpg");
    background-attachment: fixed;
    background-color: #1a4730;
    background-size: cover;
    background-position: center;*/
    margin: 0;
    padding: 15px;
}

.bg-image {
    background-image: url("../img/weinkiste2.jpg");
    background-attachment: fixed;
    background-color: #1a4730;
    background-size: cover;
    background-position: center;
}

.navContainer {
    background-color: black;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: flex-end;
}

.containerIndex {
    background-color: black;
    margin: 0;
    padding: 15px;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
  //  justify-content: space-between;
   // background-color: #1f2327;
    background-color: black;
    padding-block: 15px;
    width: 100%;
}
.navbar a {
    text-decoration: none;
    color: #fff;
}
.logo {
    margin-right: 50px;
    font-weight: bold;
    font-style: italic;
}
.list {
    list-style: none;
    display: flex;
    gap: 25px;
}
#toggler,
.navbar label {
    display: none;
    color: white;
}
@media screen and (max-width: 600px) {
    .menu {
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }
    .list {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .navbar label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
    }
    #toggler:checked ~ .menu {
        max-height: 100%;
    }
}

#mainLogo {
    padding-top: 10px;
    width: 10%;
    height: 10%;
}

/* Navbar styles end */
.mainLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .mainLogo {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 130%;
        width: 130%;
        padding-top: 10px;
        padding-bottom: 5px;
    }
}
img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 25px;
}

.blogBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
   // margin-left: 370px;
   // margin-right: 370px;
}


.blogBoxIndex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  //  margin-left: 400px;
  //  margin-right: 400px;
}

a {
    color: white;
}

a:hover {
    color: #5F5F5F;
}

a.indexBlogEntry {
    text-decoration: underline;
    font-family: 'Arial', serif;
    font-weight: 200;
    padding: 10px;
    color: white;
}

a.indexBlogEntry:hover {
    color: #5F5F5F;
}

a.shopLink {
    text-decoration: underline;
    font-family: 'Arial', serif;
    font-weight: 200;
    padding: 10px;
    color: white;
}

button.blogLoginButton {
    font-family: 'Arial', serif;
    font-size: 16px;
    font-weight: 200;
    border-radius: 25px;
    border: none;
    background-color: #FFFFFF;
    color: black;
    padding: 10px;
    cursor: pointer;
}

button.blogLoginButton:hover {
    background-color: #5F5F5F;
    color: #FFFFFF;
}

img.blogImage {
    display: block;
    margin: 0 auto;
    max-height: 450px;
    max-width: 450px;
    object-fit: cover;
    padding-bottom: 5px;
}

.indexParagraphsDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.mainText {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 10px;
}


.mainTextIndexBlogEntry {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 80px;
}

p.mainParagraph {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', serif;
    font-size: 18px;
    font-weight: 100;
    box-sizing: border-box;
   // padding-right: 60px;
}

p.mainParagraphBlog {
    display: block;
    text-align: center;
    font-family: 'Arial', serif;
    font-size: 18px;
    font-weight: 100;
    color: black;
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 95%;
    height: 100%;
    overflow: auto;
}

p.smallerMainParagraph {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', serif;
    font-size: 18px;
    font-weight: 100;
    box-sizing: border-box;
    padding-right: 100px;
    padding-left: 100px;
}

p.secondMainParagraph {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', serif;
    font-size: 18px;
    font-weight: 100;
    font-style: inherit;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 0;
}

h1.mainTitle {
    font-family: 'Arial', serif;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

h2.mainSubtitle {
    font-family: 'Arial', serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
}

h2.mainSubtitleBlog {
    font-family: 'Arial', serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
    overflow: auto;
    color: black;
}


h3.mainSubtitle {
    font-family: 'Arial', serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;
    padding-bottom: 8px;
}

h3.mainSubtitleAboutUs {
    font-family: 'Arial', serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 8px;
}

img.mainImage {
    display: flex;
    margin: 0 auto;
    max-width: 45%;
    max-height: 45%;
    padding-bottom: 5px;
    aspect-ratio: 3/2;
    object-fit: contain;

}

@media (max-width: 767px) {
    img.mainImage {
        max-width: 100%;
        max-height: 100%;
    }
}

img.mainImageMusic {
    display: flex;
    margin: 0 auto;
    width: 30%;
    height: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

div.mainImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

footer {
    width: 100%;
    background-color: black;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 1rem;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-right: 1rem;
}


div.footerDiv {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

div.footerDivInner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    color: white;
    padding: 1rem;
}

p.footerText {
    display: flex;
    justify-content: center;
    font-family: 'Arial', serif;
    font-size: 18px;
    font-weight: 100;
    color: #FFFFFF;
}

a.footerImpressum {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    font-family: 'Arial', serif;
    font-size: 18px;
    color: #FFFFFF;
}

div.loginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.main {
    background-color: #FFFFFF;
    width: 400px;
    height: 400px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.main2 {
    background-color: #FFFFFF;
    width: 500px;
    height: 500px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}

.main3 {
    background-color: #FFFFFF;
    width: 500px;
    height: 500px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    align-content: center;
}

.main4 {
    background-color: #FFFFFF;
    width: 500px;
    height: 600px;
    margin: 7em auto;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    align-content: center;
}

@media (max-width: 767px) {
    .main3 {
        justify-content: center;
        width: 100%;
        margin: auto;
    }
    form.form1 {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        text-align: center;
        padding: 20px;
    }

}

.sign {
    padding-top: 40px;
    color: #4d805a;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

h1.sign {
    padding-top: 40px;
    padding-bottom: 15px;
    color: #4d805a;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 35px;
    display: flex;
    justify-content: center;
}

.un {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}

.un1 {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 20px;
    outline: black;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}

form.form1 {
    padding-top: 40px;
}

.pass {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: 1px solid gray;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
}


.un:focus, .pass:focus {
    border: 1px solid black !important;

}

.un1:focus {
    border: 1px solid black !important;
}

.submit {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
   // background: linear-gradient(to right, #002453, #295897);
    background: #4d805a;
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 35%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.submit:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
   // background: linear-gradient(to right, #002568, #298897);
    background: #283424;
}

@media screen and (max-width: 787px){
    .un {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 65%;
    }
    .pass {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 65%;
    }
    .submit {
        align-items: center;
        max-width: 40%;
        align-content: center;
        justify-content: center;
        margin-left: 28%;
    }
    textarea {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 65%;
    }
    textarea.un {
        align-items: center;
        align-content: center;
        justify-content: center;
        width: 65%;
    }
}

@media (max-width: 600px) {
    .main {
        border-radius: 0px;
    }
}

.track {
    width: 500px;
    margin: 20px auto;
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.track h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.track img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
}

.track a {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

button.saveButton {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, lightgreen, green);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
button.saveButton:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
    color: black;
}

button.deleteButton {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, red, darkred);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

button.deleteButton:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
    color: black;
}

a.spotify-link {
    color: #1DB954;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 4px;
}

a.spotify-link:hover {
    color: #1DB985;
}

a.amazon-link {
    color: #e47911;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 4px;
}

a.amazon-link:hover {
    color: #ff8c00;
}

a.youtube-link {
    color: #ff0000;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 4px;
}

a.youtube-link:hover {
    color: #ff3333;
}

a.itunes-link {
    color: #00B0FF;
    text-decoration: underline;
    font-weight: bold;
    padding-bottom: 4px;
}

a.itunes-link:hover {
    color: #00B9FF;
}

.aboutUsGalerie {
    display: flex;
    height: 20rem;
    gap: 1rem;
}

.aboutUsGalerie > div {
    flex: 1;
    border-radius: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: all .8s cubic-bezier(.25, .4, .45, 1.4);
}

.aboutUsGalerie > div:hover {
    flex: 5;
}

.aboutUsGalerie > div:active {
    flex: 5;
}

@media only screen and (max-width: 767px) {
    .aboutUsGalerie {
        flex-direction: column;
        height: 100rem;
    }
    .aboutUsGalerie > div {
        flex: 1;
        border-radius: 1rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: none;
    }
}

h1.workInProgress {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    color: red;
    margin-top: 5rem;
}

.loading-wrapper {
    width: 50px;
    height: 50px;
}
.loader {
    width: 100%;
    height: 100%;
    border: 3px solid #162534;
    border-top-color: #2CD9FF;
    border-bottom-color: #7EFFB2;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}
.loader--inner {
    border-top-color: #7EFFB2;
    border-bottom-color: #2CD9FF;
    animation-duration: 2.5s;
}
@keyframes rotate {
    0% {
        transform: scale(1) rotate(360deg);
    }
    50% {
        transform: scale(.8) rotate(-360deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

button.backButton {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: linear-gradient(to right, lightblue, blue);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
button.backButton:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.20);
    color: black;
}

.fullscreen-image {
    background-image: url("../img/MainLogo.png");
    height: 100%; /* set height to full viewport height */
    width: 100%; /* set width to full viewport width */
}


