/* CSS Document --------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Abel|Amatic+SC');

/*Mobile First*/

@import url("reset.css");
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

body {
    font: 12px/20px 'Abel', arial, helvetica;
    /* Schriftschitt/Größe/Zeilenabstand/Art*/
    font-size: 80%;
    background: url(../images/endorphine-veranstaltungsbild.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 3rem;
    font-family: 'Amatic SC', arial, helvetica;
    margin-bottom: 0.8em;
    line-height: 1;
}

h2 {
    font-size: 2.5rem;
    font-family: 'Amatic SC', arial, helvetica;
    margin-bottom: 0.8em;
    line-height: 1;
}
h3 {
    font-size: 2rem;
    font-family: 'Amatic SC', arial, helvetica;
    margin-bottom: 0.8em;
    line-height: 1;
    font-weight: bold;
}

p {
    font-size: 1rem;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

a {
    color:white;
}
a:hover {
    color:crimson;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0 0 0 0.875em;
}

li {
    padding-left: 0.875em;
    list-style-type: circle;
}

#page {
    width: 100%;
    /*  mindestbreite - maximalebreite
    min-width: 500px;
    max-width: 1200px;
*/
}

.left,
.middle,
.right {
    float: none;
    width: auto;
    padding: 5rem;
    margin:5%;
    background-color:black;
    color:white;
    opacity: 0.5;
}

.middle-none {
    background-color:transparent;
}

/*res Navi Start*/

#navwrapper input {
    display: none;
}
.imprint {
    opacity: 0;
}

#navwrapper * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

nav {
    height: auto;
    width: 100%;
    padding: 0 1.875rem 1.875rem 1.875rem;
    text-align: center;
}

#navwrapper label {
    display: block;
    /* Button wird eingeblendet, ist ausserhalb des Responsive Codes auf display: none */
    width: 100%;
    text-align: center;
    margin: 1.875rem auto;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#navwrapper ul li{
    list-style-type: none;
}
#navwrapper ul li a {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: yellow;
    text-decoration: none;
    line-height: 2rem;
}
#navwrapper ul li a:hover {
    color:crimson;
}

#nav_button ~ ul,
#nav_button ~ ul li {
    max-height: 0;
    overflow: hidden;
    /* max-height: 0; und overflow: hidden; sorgen dafür, dass die Navigationspunkte nicht sichtbar sind */
    width: 100%;
    text-align: center;
}

#nav_button ~ul li {
    background: rgba(255, 0, 0, .5);
    /*text-align: center;*/
}

/*Einkommentieren, wenn Navigation zentriert sein soll*/

#nav_button:checked ~ul {
    max-height: 60%;
}

#nav_button:checked ~label {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    max-width: 26px;
}

#nav_button:checked ~ul li {
    max-height: 3rem;
    overflow: visible;
    /* sobald der Button oberhalb der Navigation genutzt wird, bekommt die Navigation eine andere HÃ¶he und der Overflow wird angezeigt. So kann der Inhalt der Navigation eingeblendet und animmiert werden. */
}

[data-icon]:before {
    content: attr(data-icon);
    speak: none;
    display: inline-block;
    font-size: 400%;
    color:white;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

.price {
    padding:0.5em 1em;
    background-color: white;
    color: black;
}

footer ul {
    display: block;
    position: fixed;
    bottom:0;
    margin:0;
    width:100%;
    height: 1.3rem;
    background-color: white;
}
footer ul li  {
    list-style-type: none;
    display: inline-block;
}
footer ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color:purple;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
footer ul li a:hover {
    color: crimson;
}

/*res Navi End*/


/*---------------------------------------------------------------------------------
MEDIA Queries | Desktop
---------------------------------------------------------------------------------*/

@media screen and (min-width: 780px) {
    body {
        font-size: 100%;
    }
    .left,
    .middle,
    .right {
        float: left;
        width: 26.666666%;
    }
    .middle {
        margin: 0;
    }
    li {
        font-size: 0.8rem;
    }
    /*    res Navi Start*/
    #navwrapper label {
        display: none
    }
    #navwrapper {
        height: auto;
        width: 100%;
        padding: 0 1.875rem;
        text-align: center;
    }
    #navwrapper ul {
        height: auto;
        overflow: inherit;
        width: auto;
        margin: 0;
        max-height: none;
    }
    #navwrapper ul li {
        height: auto;
        overflow: inherit;
        width: auto;
        display: inline-block;
        padding: 0 3% 0 0;
        background-color: transparent;
        max-height: none;
    }
    #nav_button:checked ~ul li {
        border-top: 0;
    }
    #navwrapper ul li a {
        color: white;
        text-decoration: none;
    }
    #navwrapper ul li a:hover {
        color: crimson;
    }
    footer ul {display: none;}
    /*    res Navi End*/
}


/* TEST RESPONSIVE - TEST CSS -------------------------------------------------- */


/*iPhone*/


/*@media (max-width: 767px) {body {color: cyan !important;}}*/


/*iPad*/


/*@media (min-width: 768px) {body {color: magenta !important;}}*/


/*iPad quer*/


/*@media (min-width: 992px) {body {color: yellow !important;}}*/


/*Desktop*/


/*@media (min-width: 1200px) {body {color: saddlebrown !important;}}*/


/* TEST END ------------------------------------------------------------------- */