

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color: #000;
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: normal;
    height: 100vh;
}

.letter-spacing {
    letter-spacing: 1.5px;
}

#content {
    height: 100%;
}

#content a,
#content a:hover
#content a:visited {
    color: #000;
}

#content a:focus {
    outline: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.inner-flex {
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.w-80 {
    width: 80px;
}


.karin-eberstaller {
    height: 90vh;
    width: auto;
}

.oele {
    width: 100%;
    max-width: 300px;
}

 #content .hokuspokus{
    font-weight: bold;
    display: block;

}

#donkey {
    height: 7%;
    left: 51%;
    position: absolute;
    top: 58%;
    width: 4%;
}

#id {
    display: none;
}

#content .info-text{
    text-align: left;
    background-color: rgba(255,255,255, 0.4);
    padding: 5px;

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
}

#content .info-text p:last-child{
    margin-bottom: 0;
}

.mobile-block {
    display: block;
}

@media(min-width: 768px) {

    .flex,
    .inner-flex {
        display: block;
    }


    .mobile-block {
        display: initial;
    }

    body {
        background-image: none;
        padding-top: 100px;
        color: #fff
    }

    #content {
        height: auto;
    }

    #content a,
    #content a:hover
    #content a:visited {
        color: #ffffff;
    }

    #id {
        background-color: rgba(255,255,255, 0.4);
        color: #000;
        display: block;
        font-family: 'Patrick Hand', cursive;
        font-size: 2.9em;
        left: 116%;
        opacity: 0;
        padding: 0 14%;
        position: absolute;
        top: 34%;
        transition: all 0.5s linear;
        visibility: hidden;
        width: 200px;

        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.31);
    }

    #donkey:hover {
        cursor: pointer;
    }

    #donkey:hover #id {
        opacity: 1;
        visibility: visible;
    }

    #content .info-text{
        text-align: center;
        background: transparent;
        box-shadow: none;
    }

    #content .hokuspokus{
        font-size: 1.3em;
        margin-top: 20px;
        font-weight: normal;
    }
}

@media(min-width: 992px) {
    .fork {
        left: 0;
        max-width: 100%;
        position: absolute;
        right: 0;
    }
}