@font-face {
    font-family: headline;
    src:url(../fonts/Orbitron/Orbitron-Regular.ttf);
}

@font-face {
        font-family: vice;
        src:url(../fonts/vice_city_sans/ViceCitySans.otf);
    }

@import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Merriweather);


@keyframes aaa {
    0%{
      left: -110%;
      top: 90%;
    }50%{
      left: 10%;
      top: -30%;
    }100%{    
      top: -10%;
      left: -10%;
    }
}

/* General */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    border-image:linear-gradient(to bottom,#0B1B35,#597587) 1 100%;
    border-left: 50px solid #0088ff;
    border-right: 50px solid #0088ff;
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #2C2F38;
    /*color: #000;*/
}

@media (max-width: 680px){
    body{
        border-left: none;
        border-right: none;
    }
}


.container{
    /* width: 80%; */
    margin: auto;
    overflow: hidden;
}

.actuall-header{
    background: #2c2f38;
    color: #fff;
    min-height: 70px;
    background-image: url(../img/banner-neu.png);
    /*background-image: linear-gradient(45deg,#0B1A33, #0B1A33, #0B1A33, #FFFA55, #2c2f38);*/
    position: relative;
}

.banner{
    font-family: headline;
    text-align: center;
    font-size: .8rem;
    color: #0088ff;
    padding-top: 0;
    margin: 10px 20px;
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #0088ff, 0 0 30px #0088ff, 0 0 40px #0088ff, 0 0 55px #0088ff, 0 0 75px #0088ff;
    /*text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    letter-spacing: 0.8px;
}

/*@media (min-width: 1000px){
        .main-container{
            min-width: 640px;
            max-width: 1600px;
        }
    }*/

 /*.main-container{
        padding-left: 25px;
        padding-right: 25px;
        margin-left:auto;
        margin-right: auto;
        box-sizing: border-box;
    }   */

@media (min-width:450px){
    .banner{
        font-size: 1rem;
    }
}

@media (min-width:545px){
    .banner{
        font-size: 1.4rem;
    }
}

@media (max-width:1130px){
    .banner h1{
        /*visibility: hidden;*/
        font-size: 2rem;
    }
}

@media (max-width:1000px){
    .banner h1{
        visibility: hidden;
    }
}

.subtitle{
    margin-bottom: 14px;
    font-family: headline;
    letter-spacing: 1px;
}


/* Social Media */
.symbol{
    position: relative;
    bottom: 10%;
     /*transform: translateY(-50%); */
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
}

.facebook{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #1774EB;
    overflow: hidden;
    position: relative;
}

.twitch{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #8D45F8;
    overflow: hidden;
    position: relative;
}

.steam{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #06173A;
    overflow: hidden;
    position: relative;
}

.twitter{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #1C9DEB;
    overflow: hidden;
    position: relative;
}

.youtube{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #F80000;
    overflow: hidden;
    position: relative;
}

.instagram{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #f1f1f1;
    margin: 9px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #2C2F38;
    color: #D00056;
    overflow: hidden;
    position: relative;  
}

@media (min-width:450px){
    .facebook, .twitch, .steam, .twitter,.youtube, .instagram{
        width: 35px;
        height: 35px;
    }
}

.btn i{
    line-height: 10px;
    font-size: 15px;
    transition: 0.3s linear;
}

@media (min-width: 450px){
    .btn i{
        line-height: 35px;
        font-size: 24px;
    }
}

.facebook:hover i
.facebook:focus i{
    transform: scale(1.3);
    color: #1774EB;
}

.twitch:hover i
.twitch:focus i{
    transform: scale(1.3);
    color: #8D45F8;
}

.steam:hover i
.steam:focus i{
    transform: scale(1.3);
    color: rgb(188, 192, 199);
}

.twitter:hover i
.twitter:focus i{
    transform: scale(1.3);
    color: #1C9DEB;
}

.youtube:hover i
.youtube:focus i{
    transform: scale(1.3);
    color: #F80000;
}

.instagram:hover i
.instagram:focus i{
    transform: scale(1.3);
    color: #D00056;
}

.btn::before{
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #0B1A33;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.btn:hover::before{
    animation: aaa 1s 1;
    top: -10%;
    left: -10%;
}

/* Navigation */
.nav-bar{
    background-color: rgb(29, 34, 43); 
    overflow: hidden;
    position: sticky;
    top: 1px;
    z-index: 11;
    font-family: headline;
    font-size: 0.6rem;
    letter-spacing: 1px;
    border-bottom: #FFFA55 3px solid;
    border-top: #FFFA55 3px solid;
    /* border-left: #FC9500 3px solid; */
    /* border-right: #FC9500 3px solid; */
}

@media (min-width:450px){
    .nav-bar{
        font-size: 0.9rem;
    }
}

@media (min-width:570px){
    .nav-bar{
        font-size: 1.2rem;
    }
}


.nav-list{  
    padding-left: 1.8em;
    padding-right: 1rem;
}
  
.nav-item{
    list-style: none;
    float: right;
}

.nav-item:hover{
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #0088ff, 0 0 30px #FFFA55, 0 0 40px #FFFA55, 0 0 55px #FFFA55, 0 0 75px #FFFA55;
}

.nav-item a, .nav-item a:visited {
    padding: 0.8em 0.8em;
    text-decoration: none;
    color:#0088ff;
    display: block;
}

.nav-bar .current a{
    /* color: #dfb498; */
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #0088ff, 0 0 30px #FFFA55, 0 0 40px #FFFA55, 0 0 55px #FFFA55, 0 0 75px #FFFA55;
}


/* Home Page*/
 /*
*   Content left
*/  

    .portal {
        background-size: cover;
        position: relative;
    }

    .portal.home img{
        display: block;
        width: 100%;
        z-index: 0;
    }

    .content{
        margin-left: 10px;
        margin-right: 10px;
    }

    .content::after{
        content:"";
        display: block;
        clear:both;
    }

    .space_top{
        margin-top: 20px;
    }

    .content > .third, .content > .one_third {
        box-sizing: border-box;
        width: 33.33%;
        float: left;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }

    @media (min-width: 0px) and (max-width: 640px){
        .content > .third, .content > .one_third{
            width: 100%;
        }
    }

    .space_bottom{
        margin-bottom: 20px;
    }

    .box .caption{
        color: #fff;
        font-family: vice;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        line-height: 21px;
        min-height: 21px;
        padding: 0;
        border-bottom: 1px solid #000;
    }

    .caption{
        color: #fff;
    }

    .box .body-index{
        border: 1px solid #000;
        border-top: 0;
        background-color: #ccc;
    }

    .text{
        font-family: vice, sans-serif;
        padding: 6px 10px;
    }

    .body-index.text .fa-door-open{
        margin-right: 10px;
        float: left;
        color: #0088ff;
    }

    .text a.mail_link{
        background-image: none;
        padding-left: 0;
    }

    .text a{
        font-family: vice, sans-serif;
        text-decoration: none;
        color: #0088ff;
        background

    }

    .body-index.text img{
        max-width: 10%;
    }

    .text a.mail_link{
        background-image: none;
        padding-left: 0;
    }

    .box .body-index::after{
        content: "";
        display: block;
        clear: both;
    }

    .content{
        margin-left: 10px;
        margin-right: 10px;
    }

    .content::after{
        content:"";
        display: block;
        clear:both;
    }

    .space_top{
        margin-top: 20px;
    }

    .content > .third, .content > .one_third {
        box-sizing: border-box;
        width: 33.33%;
        float: left;
        border-left: 10px solid #2C2F38;
        border-right: 10px solid #2C2F38;
    }

    @media (min-width: 0px) and (max-width: 640px){
        .content > .third, .content > .one_third{
            width: 100%;
        }
    }

    .space_bottom{
        margin-bottom: 20px;
    }

    .box .caption{
        font-family: vice;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        line-height: 21px;
        min-height: 21px;
        padding: 0;
        border-bottom: 1px solid #000;
    }

    .box .body-index{
        border: 1px solid #000;
        border-top: 0;
    }

    .text{
        font-family: vice, sans-serif;
        padding: 6px 10px;
    }

    .body-index.text .fa-door-open{
        margin-right: 10px;
        float: left;
        color: #0088ff;
    }

    .text a.mail_link{
        background-image: none;
        padding-left: 0;
    }

    .text a{
        font-family: vice, sans-serif;
        text-decoration: none;
        color: #0088ff;
        background

    }

    .body-index.text img{
        max-width: 10%;
    }

    .text a.mail_link{
        background-image: none;
        padding-left: 0;
    }

    .box .body-index::after{
        content: "";
        display: block;
        clear: both;
    }

    .content > .two_third{
        box-sizing: border-box;
        width: 66.66%;
        float: left;
        border-left: 10px solid #2C2F38;
        border-right: 10px solid #2C2F38;
    }

    @media (min-width: 0px) and (max-width: 640px){
        .content > .two_third{
            width: 100%;
        }
    }

    .box .caption{
        font-family: vice, sans-serif;
        text-decoration: none;
        line-height: 21px;
        min-height: 21px;
        padding: 0;
        padding-top: -10px;
        border-bottom: 1px solid #000;
    }

    .box .body-index{
        border: 1px solid #000;
        border-top: 0;
    }

    ul{
        list-style: none;
    }

    .button.row{
        margin-top: 0;
        margin-bottom: 0;
        border-bottom:1p solid #000;
    }

    .content::after{
        content: "";
        display: block;
        clear: both;
    }

    .button.orange{
        background-position: 95% center;
        text-decoration: none;
        background-color: #0088ff;
        border: 1px solid #000;
        color: #000;
    }

    .button{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 21px;
        padding: 6px 10px;
        cursor: pointer;

    }

/*
*   Twitter
*/
    
/*
*   Twitch
*/  

    .button {
        max-width: 100%;
    }

    .twitch-index img{
        max-width: 100%;
        margin-top: 10px;
    }
    
/*
*   Tiles
*/

    .aktuell{
        display: block;
        width: 100%;
        max-width: 150px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .box.image{
        display: block;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }

    .box.image > .tiles-header{
        font-family: vice, sans-serif;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        line-height: 21px;
        padding: 0;
        margin-bottom: 5px;
    }

    .box.image img{
        display: block;
        width: 100%;
    }

    .box.image p{
        font-family: vice, sans-serif;
        background: #0088ff;
        color: #000;
        position: absolute;
        padding: 20px;
        font-size: 16px;
        bottom: 29px;
        transition: opacity .5s ease-in-out;
        opacity: 0;
    }

    .box.image:hover p{
        opacity: 1;
    }

    .box.image > footer{
        font-family: vice, sans-serif;
        font-size: 11px;
        border-bottom: 1px solid #000;
        height: 29px;
        vertical-align: middle;
        line-height: 29px;
    }

    .content::after{
        content: "";
        display: block;
        clear: both;
    }

    .third .footer-index{
        background-color: #2C2F38;
    }





/* Footer */
.actuall-footer{
    background: rgb(29, 34, 43); 
    padding: 1.3em;
    border-top: #FFFA55 3px solid;
    border-bottom: #FFFA55 3px solid;
    text-align: center;
    font-family: sans-serif;
    font-size: .7rem;
    color: #fff;
}

@media(min-width:450px){
    .actuall-footer{
        font-size: 1rem;
    }
}

.impressum{
    text-decoration: none;
    list-style: none;
    float: right;
    position: relative;
    overflow: hidden;
}

.impressum:hover{
    /* text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FC9500, 0 0 30px #FC9500, 0 0 40px #FC9500, 0 0 55px #FC9500, 0 0 75px #FC9500; */
}

.impressum a{
    text-decoration: none;
    color: #fff;
    margin-right: 5em;
    font-family: arial, helvetica, sans-serif; 
}

.foot-bar .current a{
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #0088ff, 0 0 30px #FC9500, 0 0 40px #FC9500, 0 0 55px #FC9500, 0 0 75px #FC9500;
}

/* TS3 page */
#ts3viewer_1117989{
    min-width: 90%;
    position: relative;
    background-color: #ccc;
    border: 2px solid #FFFA55;
}

.ts-headline{
    font-size: .7rem;
    font-family: headline;
    letter-spacing: 1px;
    text-align: center;
    color: #0088ff;
    margin: 25px;
    margin-bottom: 25px;
}

.ts-headline p{
    margin-bottom: 25px;
}

@media(min-width: 450px){
    .ts-headline{
        font-size: 1rem;
    }
}

/* Extra Page */
.headline3{
    font-size: .7rem;
    text-align: center;
    padding: 30px;
    font-family: headline, sans-serif;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #0088ff;
    letter-spacing: 1px;
    border-bottom: 3px solid #0088ff;
}

@media(min-width: 450px){
    .headline3{
        font-size: 1.1rem;
    }
}

.score-board{
    position: relative;
    margin: 35px auto;
    border: 3px solid #fff;
    width: 100px;
    font-size: 25px;
    border-radius: 5px;
    padding: 15px 20px;
    text-align: center;
}

@media(min-width: 450px){
    .score-board{
        font-size: 50px;
        width: 200px;
    }
}

.badge{
    background: #0088ff;
    color: white;
    font-size: 12px;
    padding: 0px 8px;
}

@media(min-width:450px){
    .badge{
        font-size: 18px;
        padding: 2px 10px;
    }
}

#user-label{
    letter-spacing: 1px;
    border: 2px solid white;
    position: absolute;
    top: 20px;
    left: -54px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media(min-width:450px){
    #user-label{
        top: 35px;
        left: -75px;
        border: 3px solid white;
    }
}

#computer-label{
    letter-spacing: 1px;
    border: 2px solid white;
    position: absolute;
    top: 20px;
    right: -56px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media(min-width:450px){
    #computer-label{
        top: 35px;
        right: -78px;
        border: 3px solid white;
    }
}

.result{
    font-size: 20px;
}

@media(min-width: 450px){
    .result{
        font-size: 30px;
    }
}

.result p{
    text-align: center;
}

.choices{
    margin: 40px 0;
    text-align: center;
}

.choice{
    width: 80px;
    height: 80px;
    background: white;
    border: 4px solid #0088ff;
    border-radius: 50%;
    margin: 0 10px;
    padding: 5px;
    display: inline-block;
    transition: background-color 0.5s ease;
}

@media(min-width: 485px){
    .choice{
    width: 120px;
    height: 120px;
    margin: 0 20px;
    padding: 10px;
    }
}

.choice img{
    background-size: content;
    width: 60px;
    height: 60px;
}

@media(min-width: 485px){
    .choice img{
        width: 90px;
        height: 90px;
    }
}

.choice:hover{
    cursor: pointer;
    background: #0088ff;
    border: 4px solid #fff;

}

#action-message{
    font-family: headline;
    color: #0088ff;
    text-align: center;
    margin: 20px auto;
    font-size: 25px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding-bottom: 77px;
}

@media(min-width: 450px){
    #action-message{
        font-size: 35px;
    }
}

.green-glow{
    border: 6px solid rgb(83, 255, 83);
    box-shadow: 0 0 12px rgb(71, 255, 47)
}

.red-glow{
    border: 6px solid rgb(214, 46, 46);
    box-shadow: 0 0 12px red;
}

.grey-glow{
    border: 6px solid rgb(169, 181, 182);
    box-shadow: 0 0 12px rgb(204, 173, 173);
}

/* dropdown */
.dropbtn{
    background: #0088ff;
    float: right;
}

.dropdown{
    position: relative;
    display: block;
}

.dropdown-content{

    border: 1px solid #0088ff;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.drop{
    font-family: sans-serif;
    color: rgb(184, 78, 78);
    padding: 12px 16px;
    display: inline-block;
    text-shadow: none;
}

.dropdown-content p:hover{
    background-color: #ddd;
}

.dropdown:hover .dropdown-content{ 
    display: inline;
    float: right;
}

.dropdown:hover .dropbtn{  
    background-color: #8e763e;
}

/*Contact*/
#lueckenfueller{
    background-image: url(../img/background.PNG);
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;
}

.refresh-captcha{
    color: #000;
    padding: 5px;
}

.captcha-image{
    padding-top: 10px;
}

.formular{
    background: rgb(238, 239, 240);
    margin: 10px;
}

.formular h4{
    color: #0088ff;
    font-size: 2em;
    text-align: center;
    padding-top: 20px;
    text-shadow: 0 0 1px black;
}

form{
    max-width: 600px;
    text-align: center;
    margin: 20px auto;
}

input, textarea {
    border:0; outline:0;
    padding: 1em;
    border-radius:8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    box-shadow:0 1px 3px rgba(0,0,0,0.2);
    resize: none;
}
input:focus, textarea:focus {
     box-shadow:0 0px 2px #0088ff;
}


#input-submit {
    color: rgb(22, 21, 21); 
    background: #0088ff;
    cursor: pointer;
    margin-bottom: 20px;
}

#input-submit:hover {
    box-shadow:0 1px 3px rgba(0,0,0,0.5);
}


   textarea {
    height: 151px;
}

.half {
    float: left;
    width: 48%;
    margin-bottom: 1em;
}

  .right { width: 50%; 
}

.left {
     margin-right: 2%; 
}

@media (max-width: 480px) {
    .half {
       width: 100%; 
       float: none;
       margin-bottom: 0; 
    }
}

#kontakt{
    /* position: relative; */
    width: 100%;
    display: flex;
    margin: 10px;
    padding: 10px 10px;
    background: rgb(238, 239, 240);
    float: left;
}

#kontaktbeschreibung{
    width: 50%;
    height: auto;
    color: rgb(17, 17, 17);
    font-family: sans-serif;
    font-size: 1.6em;
    text-align: center;
    background: rgb(238, 239, 240);
    padding: 10px 10px;
    float: left;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* Galerie */
.galerie-title{
    font-size: .7rem;
    text-align: center;
    margin: 20px;
    font-family: headline;
    letter-spacing: 1px;
    padding: 20px 0;
    color: #0088ff;
}

@media(min-width: 450px){
    .galerie-title{
        font-size: 1.2rem;
    }
}

.gallerie{
    margin: 10px 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallerie img{
    margin-left: 10px;
    margin-right: 5px;
    margin-bottom: 10%;
    width: 230px;
    padding: 5px;
    border: 1px solid white;
}

.gallerie img:hover{
    transform: scale(1.1);
}

/*Impressum*/
.impr .imp{
    color: #000;
    background-color: #fff;
    text-align: center;
    padding: 10px 10px;
    font-size: 2em;
}

.impress{
    color: #000;
    background-color: #fff;
}

.impr p{
    background-color: #fff;
    color: #000;
    padding: 15px 15px;
}

.impr a{
    color: #000;
    background-color: #fff;
}


