@font-face {
    font-family: 'Pinyon Script';
    src: URL('/static/fonts/PinyonScript-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Shadows Into Light Two';
    src: URL('/static/fonts/ShadowsIntoLightTwo-Regular.ttf') format('truetype');
}

.Titelbild {
    width: 100%;
    height: auto;
}

p {
    font-size: 1.1rem;
}

.hr-thin {
	margin-top: 3rem; margin-bottom: 3rem;
}

.hr-fat {
	background-color:black;
	margin-top: 3rem; margin-bottom: 3rem;
}

.Musikgeschmack {
    background-color: #ff0000;
}

.parallax-window {
    min-height: 45rem;
    background: transparent;
}

/* scroll_top */
html {
    scroll-behavior: smooth;
}
#scroll_top {
    display: none;

    bottom: 1rem;
    left: 100px; /* gesamte breite - bissel rechts*/
    position: fixed;
    border-radius: 15%;
    box-shadow: 3px 3px 3px grey;

    z-index: 10;

    font-size: 1rem;
    color: white;
    background-color: #3498db;

    padding: 1rem;
    cursor: pointer;
    border: none;
    outline: none;
}

#contact_btn {
    position: fixed;
    border-radius: 0.5rem;
    box-shadow: 3px 3px 3px grey;

    z-index: 10;

    bottom:2rem;
    left:2rem;

    font-size: 1rem;
    color: white;
    background-color: #9932CC;

    padding: 0.75rem;
    cursor: pointer;
    border: none;
    outline: none;
}

a {
    color: #0652DD;
}
a:hover {
    color: #1B1464;
}

.bggrey {
    background: #dfe6e9;
}

.btn_anfragen_item {
    position:relative;
    display:inline-block;
    max-width:100%;
    width: 100%;
}
.btn_jetzt_anfragen {
    position: absolute;
    top: 70vh;
    right: calc(50% + 15rem);

    background: #3498db;
    text-align: center;
    border-radius: 1rem;
    padding: 0.5rem 1rem;

    font-size: 1.2rem;
    color: white;

    animation: animation 0s 2s forwards;
    visibility: hidden;
}
@keyframes animation {
    to {
        visibility: visible;
    }
}

.btn_jetzt_anfragen:hover {
    transform: scale(1.2);
}

.content {
    background-color: transparent !important;
    background-image: url("/static/img/Hintergrund.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;

    padding: 2rem 0rem;
}

#opener {
    background-color: black;

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #opener {

        max-width: 100%;
        width: 100%;

        height: 100%;

        position:fixed;
        top:0;
        z-index:-101;
    }

    #rest {
        margin-top: 100%;
    }

    #rest {
        margin-top: 100vh;
    }
    #opener {
        min-height: 100vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}