
header {
    position: fixed;
    z-index: 999;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -155px;
}

.highlight {
    background: linear-gradient(
            104deg,
            rgba(243, 255, 130, 0) 0.9%,
            rgba(230, 250, 51, 0.5) 2.4%,
            rgba(249, 252, 96, 0.5) 5.8%,
            rgba(247, 255, 130, 0.3) 93%
        ),
        linear-gradient(
            183deg,
            rgba(243, 255, 130, 0) 0%,
            rgba(252, 248, 28, 0.5) 7.9%,
            rgba(243, 255, 130, 0) 15%
        );
    padding: 0.1em 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin: 0;
    border-radius: 5px;
    text-shadow: -12px 12px 9.8px rgba(234, 250, 16, 0.7),
        21px -18.1px 7.3px rgba(255, 255, 255, 1),
        -18.1px -27.3px 30px rgba(255, 255, 255, 1);
    font-weight: 600;
}

.lift {
    -webkit-transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    transition: box-shadow 0.25s ease, transform 0.25s ease,
        -webkit-transform 0.25s ease;
}

.lift:focus,
.lift:hover {
    box-shadow: 0 2rem 5rem rgba(22, 28, 45, 0.1),
        0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.05) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.wiggle {
	animation: wiggle 0.5s 1;
}

/* MoreMenu */
li.mm-menu .mm-dropdown-menu {
    display: none;
    position: absolute;
    top: 25px;
    width: 250px;
    right: 0;
    background: #fff;
}

li.mm-menu:hover .mm-dropdown-menu {
    display: block;
}
li.mm-menu:hover .mm-dropdown-menu > li > a {
    width: 100%;
}
.gtranslate_wrapper img {
    border: 1px solid rgba(255, 255, 255, 1) !important;
}

.inhalt p {
    margin-top: 20px;
}

.inhalt a {
    color: blue;
    text-decoration: underline;
}

.inhalt ul {
    margin-left: 40px;
    list-style-type: disc;
}

.inhalt ul > li {
    margin: 5px 0;
}

.grid-sizer,
.grid-item {
    width: 19.2%;
    margin-bottom: 1%;
}

.gutter-sizer {
    width: 1%;
}

.grid-item--width2 {
    width: 39.4%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.shade {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px
}

.blackboard {
    position: relative;
    width: 100%;
    margin: 7% auto;
    border: tan solid 12px;
    border-top: #bda27e solid 12px;
    border-left: #b19876 solid 12px;
    border-bottom: #c9ad86 solid 12px;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    background-image: radial-gradient( circle at left 30%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient( 215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient( circle at right, #111, rgba(51, 51, 51, 1));
    background-color: #333;
}

.blackboard:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 175deg, transparent, transparent 40px, rgba(120, 120, 120, 0.1) 100px, rgba(120, 120, 120, 0.1) 110px, transparent 220px, transparent), linear-gradient( 200deg, transparent 80%, rgba(50, 50, 50, 0.3)), radial-gradient( ellipse at right bottom, transparent, transparent 200px, rgba(80, 80, 80, 0.1) 260px, rgba(80, 80, 80, 0.1) 320px, transparent 400px, transparent);
    border: #2c2c2c solid 2px;
    content: "Mithelfen!";
    text-align: center;
    font-family: 'Permanent Marker', cursive;
    font-size: 2.2em;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}
