/* Theme Name: Elysium
Description: Ein WordPress-Template für ElysiumByte.com
Author: Markus Kalupke - Elysium Byte
Author URI: https://www.elysiumbyte.com
Version: 1.0
*/

/* RESET */
* {
	border: 0 none;
	margin: 0px;
	padding: 0px;
}


/* BASIC */

html {
	background: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

a:hover, a:active, a:focus {
	outline: none !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background: #000000;
    background-image: url('./img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: 'Roboto', Arial, sans-serif;
    text-transform: lowercase;
    overflow: auto;
}

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.elysium {
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: #000000;
    background-image: url('./img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    position: fixed;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background-image: url('./img/eb.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.menuebar {
    position: fixed;
    top: 5%;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 60px;
    text-align: right;
    z-index: 3;
}

.menue {
    background: transparent;
    width: 60px;
    height: 60px;
    margin: 0px 20px 0px 20px;
    border-radius: 7px;
    z-index: 3;
    display: inline-block;
}

#m1 {
    background: transparent url(./img/bg_m1.png) center center no-repeat;
}

#m2 {
    background: transparent url(./img/bg_m2.png) center center no-repeat;
}

#m3 {
    background: transparent url(./img/bg_m2.png) center center no-repeat;
}

.submenue {
    position: fixed;
    top: 5%;
    right: 5%;
    left: 60%;
    background: transparent url(./img/bg_submenue.png) top left repeat;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
    color: #acacac;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-align: left;
    line-height: 1.75em;
    vertical-align: top;
    margin: 0px;
    padding: 2% 2% 4% 2%;
    border-radius: 10px;
    border: #1a1a1a 1px solid;
    box-shadow: #000000 0px 2.5px 15px;
    display: none;
}

#sm1, #sm3 {
}

#sm2 {
    left: 5%;
    bottom: 10.0%;
}

#sm2 h2, #sm2 {
    text-align: center;
}

#m1:hover, #m2:hover, #m3:hover {
    z-index: 11;
}

#m1:hover #sm1 {
    display: block;
    cursor: pointer;
}

#m2:hover #sm2 {
    display: block;
    cursor: pointer;
}

#m3:hover #sm3 {
    display: block;
    cursor: pointer;
}

.submenue h2, .submenue h3 {
    color: #d8a661;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.5em;
    text-transform: lowercase;
    letter-spacing: 0.025em;
    text-align: left;
    vertical-align: top;
	margin-bottom: 1.25em;
}

h3 {
    margin-top: 2.5em;
}

b {
    color: #dadada;
    font-weight: 600;
}

.submenue a {
    color: #d8a661;
    text-decoration: none;
}

.submenue a:hover {
    color: #89693d;
}

.rainbow {
    animation-name: regenbogen;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes regenbogen {
    0% {
    color: #bd93fe;
    text-shadow: #bd93fe 0px 0px 15px;
    }
    18% {
        or: #fc685e;
    text-shadow: #fc685e 0px 0px 15px;
    }
    40% {
    color: #fdbb5e;
    text-shadow: #fdbb5e 0px 0px 15px;
    }
    56% {
    color: #fedb7d;
    text-shadow: #fedb7d 0px 0px 15px;
    }
    72% {
    color: #b9e76f;
    text-shadow: #b9e76f 0px 0px 15px;
    }
    90% {
    color: #74d3fd;
    text-shadow: #74d3fd 0px 0px 15px;
    }
    100% {
    color: #bd93fe;
    text-shadow: #bd93fe 0px 0px 15px;
    }
}

.diverse {
    animation-name: vielfalt;
    animation-duration: 5.0s;
    animation-iteration-count: infinite;
}

@keyframes vielfalt {
    0% {
    font-style: normal;
    font-weight: 300;
    }
    32% {
    font-style: normal;
    font-weight: 300;
    }
    33% {
    font-style: italic;
    font-weight: 300;
    }
    65% {
    font-style: italic;
    font-weight: 300;
    }
    66% {
    font-style: normal;
    font-weight: 700;
    }
    100% {
    font-style: normal;
    font-weight: 700;
    }
}

.bottombar {
    position: fixed;
    bottom: 5%;
    color: #acacac;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    text-align: center;
    vertical-align: middle;
    line-height: 3.0em;
    text-shadow: #000000 1px 1px 2px;
    width: 100%;
    z-index: 0;
}

.socialbar {
    position: fixed;
    bottom: 12%;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.social_button {
    display: inline-block;
    background: transparent url(./img/bg_navbox.png) top left repeat;
    width: 60px;
    height: 60px;
    margin-left: 1.25%;
    margin-right: 1.25%;
    border-radius: 7px;
}

.social_button:hover {
    background: transparent url(./img/bg_submenue.png) top left repeat;
}

.social_button img {
    width: 60px;
    height: 60px;
    opacity: 0.50;
}

.social_button img:hover {
    opacity: 0.70;
}

.bottombar a {
    color: #d8a661;
    text-decoration: none;
}

.bottombar a:hover {
    color: #89693d;
}


/* LAYOUTS */

@media (max-width: 1920px) {

.logo {
    background-size: 105%;
}

.submenue {
    top: 2.5%;
    right: 2.5%;
    left: 50%;
        }

.social_button, .social_button img {
    width: 50px;
    height: 50px;
}

}


@media (max-width: 1280px) {

.logo {
    background-size: 150%;
}

.menue {
    width: 50px;
    height: 50px;
    margin: 0px 17.5px 0px 17.5px;
}

.submenue {
    top: 2.5%;
    right: 2.5%;
    left: 2.5%;
    font-size: 1.0em;
}

}


@media (max-width: 1023px) {

.menuebar {
    text-align: center;
}

.menue {
    float: none !important;
}

.logo {
    background-size: 165%;
}

.submenue {
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 22.5%;
    border-radius: 0px;
    overflow: none;
}

#sm2 {
    left: 0%;
	text-align: left;
}
	
#sm2 h2 {
    text-align: left;
}

.social_button {
    width: 45px;
    height: 45px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.social_button img {
    width: 45px;
    height: 45px;
}

}