/* CSS Document */

/* montserrat-regular */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
         url('../fonts/Montserrat-Regular.ttf');
}

/* ################################################################## */
/* HTML Standard Tags */
/* ################################################################## */

html{ margin:0; padding:0; width:100%; height:100%;}
body{ margin:0; padding:0; width:100%; min-height:100%; height: 100%; overflow-x: hidden; overflow-y: auto; transition:all 500ms; -moz-transition:all 500ms; -ms-transition:all 500ms; -o-transition:all 500ms; -transition:all 500ms;}

h1 { text-transform:uppercase; text-align:center; font-size:55px;}
h2 { text-transform:uppercase; text-align:center; font-size:40px;}
h3 { text-transform:uppercase; text-align:center; font-size:30px;}
.h1_balken { margin:0 auto 10px auto; height:10px; width:160px;}
.h2_balken { margin:0 auto 10px auto; height:5px; width:80px;}
.h3_balken { margin:0 auto 20px auto; height:5px; width:80px;}
.p_balken  { margin:0 auto 20px auto; height:5px; width:30%;}

.button { text-transform:uppercase; padding:10px 30px 10px 30px; display:inline-block; margin:10px 0 20px 0;}

a { text-decoration:none;}

/* ################################################################## */
/* Mögliche Änderungen */
/* ################################################################## */

/* ################################################################## */
/* Bilder */
/* ################################################################## */

/* Hintergrundbild */
#particles-js { background:url(../images/background.jpg);}

/* ################################################################## */
/* Farben (http://html-color-codes.info/webfarben_hexcodes/) */
/* ################################################################## */

/* Haupttextfarbe */
body,.page,h1,h2,h3,h4,h5,p,a,#audiooff,#audioon,.menu .btn .fa, #player i.fa-volume-up, #player i.fa-volume-off, .float-nav > a.menu-btn, .float-nav > a.menu-btn, .main-nav > ul > li > a, .float-nav > a.menu-btn > ul > li.line {
    color: #ededed;
}
#volume .ui-slider-handle {
    background: #ededed;
}

/* Hervorhebung */
#important, #audioon:hover, #audiooff:hover, a:hover, a:active, a:focus, .menu .btn:hover .fa, #player i.fa-volume-up:hover, #player i.fa-volume-off:hover, .float-nav > a.menu-btn:hover, .main-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
}
#volume .ui-slider-range-min, #volume .ui-slider-handle:hover {
    background: rgba(255, 255, 255, 0.7);
}
.float-nav > a.menu-btn:hover > ul > li.line {
    border-color: rgba(255, 255, 255, 0.7);
}

/* Hintergrundfarbe */
.menu .btn {
    background: rgba(255, 255, 255, 0.15);
}
.float-nav > a.menu-btn, .main-nav > ul {
    background-color: rgba(255, 255, 255, 0.15);
}

/* Hintergrundfarbe 2 */
#volume {    
    background: #555;
}

/* Schattenfarbe */
.main-nav > ul {
    color: #777;
}

/* Farbe der Überschrift */
header h1 {
    color: #ededed;
}

/* ################################################################## */
/* Schriftarten */
/* ################################################################## */

body,.page,h1,h2,h3,h4,h5,p,a {
    font-family:'Montserrat',Arial, sant-serif;
}

/* ################################################################## */
/* Ab hier nichts mehr ändern */
/* ################################################################## */

#particles-js{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1;
}

.page { 
    width:100%;
    min-height:100%;
    overflow:hidden;
    float:left;
}
#background {
    background-position:left center;
    background-size:cover;
    background-attachment: fixed;
}

header {
    top: 15%;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
header h1 {
    font-size: 10em;
}
@media screen and (max-width: 1250px) {
    header h1 {
        font-size: 6em;
    }
}
@media screen and (max-width: 800px) {
    header h1 {
        font-size: 4em;
    }
}
@media screen and (max-width: 500px) {
    header h1 {
        font-size: 2em;
    }
}
@media screen and (max-height: 1000px) {
    header {
        top: 10%;
    }
}
@media screen and (max-height: 600px) {
    header {
        top: 5%;
    }
    header h1 {
        font-size: 2em;
    }
}

#inhalt {
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 50%;
}

footer {
    bottom: 10%;
    left: 50%;
    position: absolute;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-height: 600px) {
    footer {
        bottom: 5%;
    }
}

.absolute-center, .menu, .menu .btn .fa, .menu .btn.trigger .line {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
}
.menu {
    width: 5em;
    height: 5em;
}
.menu .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: -10;
    cursor: pointer;
    -webkit-transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: opacity 1s, z-index 0.3s, transform 1s;
    transition: opacity 1s, z-index 0.3s, transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(0);
        transform: translateX(0);
}
.menu .btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 120;
    cursor: pointer;
    -webkit-transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: opacity 1s, z-index 0.3s, transform 1s;
    transition: opacity 1s, z-index 0.3s, transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(0);
        transform: translateX(0);
}
.menu .btn .fa {
    font-size: 3em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.menu .btn.trigger img {
    width: 5em;
    height: 5em;
}
.menu .btn.trigger {
    opacity: 1;
    z-index: 100;
    cursor: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;  
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
}
.menu .rotater {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
}
.menu.active .btn-icon {
    opacity: 1;
    z-index: 50;
}
.menu.active .trigger .line {
    height: 0px;
    top: 45%;
}
.menu.active .trigger .line:before {
    -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 110%;
}
.menu.active .trigger .line:after {
    -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 110%;
}
@media screen and (min-height: 900px) and (min-width: 1100px) {
    .menu {
        width: 7em;
        height: 7em;
    }
    .menu .btn .fa {
        font-size: 5em;
    }
    .menu .btn.trigger img {
        width: 7em;
        height: 7em;
    }
}
@media screen and (max-height: 600px), screen and (max-width: 500px) {
    .menu {
        width: 3em;
        height: 3em;
    }
    .menu .btn .fa {
        font-size: 2em;
    }
    .menu .btn.trigger img {
        width: 3em;
        height: 3em;
    }
}


#player {
    width: 250px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    z-index: 300;
}
#player i {
    position: relative;
    margin-top: -14px;
}
#player i.fa-volume-up, #player i.fa-volume-off {
    width: 1em;
    top: 11px;
    left: -25px;
    z-index: 300;
    cursor: pointer;
    -webkit-transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: opacity 1s, z-index 0.3s, -webkit-transform 1s;
    transition: 0.3s;
}

#audiooff {
    display: block;
}
#audioon {
    display: none;
}

#volume {
    position: relative;
    top: -7px;
    right: -20px;
    margin: 0 auto;
    height: 5px;
    width: 250px;
    border-radius: 15px;
}
#volume .ui-slider-range-min {
    height: 5px;
    width: 300px;
    position: absolute;
    border: none;
    border-radius: 10px;
    outline: none;
}
#volume .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    margin-left: -8px;
    margin-top: -8px;
    cursor: pointer;
    outline: none;
}

.float-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 400;
}
.float-nav > a.menu-btn {
    text-decoration: none;
    display: block;
    padding: 17px 19px 12px 19px;
    text-align: center;
    border-radius: 300px;
    transition: 250ms;
}
.float-nav > a.menu-btn.active {
    transition: background-color 250ms linear;
    background-color: transparent;
    box-shadow: none;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(1) {
    border-width: 2px;
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(2) {
    visibility: hidden;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(3) {
    border-width: 2px;
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}
.float-nav > a.menu-btn > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.float-nav > a.menu-btn > ul > li.line {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    margin-bottom: 7px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.float-nav > a.menu-btn > .menu-txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
}


.main-nav {
    width: 350px;
    display: none;
    opacity: 0;
    font-family: sans-serif;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: opacity 250ms;
    z-index: 350;
}
.main-nav.active {
    display: block;
    opacity: 1;
    transition: opacity 250ms;
}
.main-nav > ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 2px 2px 8px;
    border-radius: 3px 3px 33.5px 3px;
}
.main-nav > ul > li > a {
    text-decoration: none;
    display: block;
    font-weight: 200;
    padding: 18px 80px 18px 18px;
    cursor: pointer;
    transition: 250ms;
}
.main-nav > ul > li > a:hover {
    font-weight: 400;
}

@media screen and (max-width: 400px) {
    .main-nav {
        width: 250px;
    }
    #volume {
        width: 150px;
    }
    #player i.fa-volume-up, #player i.fa-volume-off {
        left: 15px;
    }
}