/* 1. generelle Einstellungen */

:root {
    --primary: #030529;
    --primary-opacity: rgba(3, 5, 41, 0.7);
    --primary-opacity1: rgba(3, 5, 41, 0.9);
    --primary-opacity2: rgba(3, 5, 41, 0.3 );
    --primary2: #e31e99;
    --logo-color: #e31e99;
    --color-h1: #fff;
    --color-a: #fff;
    --box-shadow: 0 0.5vw 6vw #7806a0;
    --text-shadow:  -1px 1px 1px hsl(284, 93%, 33%),
                    -1px 2px 1px hsl(284, 93%, 34%), 
                    -1px  3px 1px hsl(284, 93%, 35%),  
                    -1px 4px 1px hsl(284, 93%, 36%); 
    --border-bottom: #7806a0; 
    --logo-shadow: -1px 1px 1px hsl(284, 93%, 33%),
                   -1px 2px 1px hsl(284, 93%, 34%), 
                   -1px  3px 1px hsl(284, 93%, 35%),  
                   -1px 4px 1px hsl(284, 93%, 36%); 
    --logo-shadow-footer: -1px 1px 1px hsl(284, 93%, 33%),
                          -1px 2px 1px hsl(284, 93%, 33%), 
                          -1px  3px 1px hsl(284, 93%, 33%),  
                          -1px 4px 1px hsl(284, 93%, 33%); 
}

/*
Fonts
*/

    @font-face { font-family: 'Arise'; src: url('../fonts/Arise.ttf') ; }
    @font-face { font-family: 'AriseN'; src: url('../fonts/Arise.otf') ; }
    @font-face { font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular.ttf') ; }
    @font-face { font-family: 'OpenSansI'; src: url('../fonts/OpenSans-Italic.ttf') ; }
    @font-face { font-family: 'AD'; src: url('../fonts/ArchitectsDaughter.ttf') ; }




* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    hyphens: auto;
    font-family: 'OpenSans';
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: var(--primary);
    font-weight: 900;
}
/*
Scrollup Button normal
*/

#scrollBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border: 2px solid var(--first-color);
    outline: none;
    background-color: var(--primary2);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 1em;
    padding: 5px 10px;
    box-shadow: -1px 3px 15px rgba(0,0,0,1);
  }
  #scrollBtn i  {
    color: var(--primary);
    font-size: 2em;
   
  }
  #scrollBtn:hover {
      transform: scale(0.95);
  }


@media screen and (min-width: 768px) and (max-width: 1023px) {
    #scrollBtn i  {
        font-size: 2em;
        padding: 0.35em 0.5em;
      } 
}
    
    
@media screen and (min-width: 1024px) {
    
    #scrollBtn i {
        font-size: 2em;
        padding: 0em ;
    }

}
.transparenterhintergrund1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.8);
    box-sizing: border-box;
}
.transparenterhintergrund11 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.9);
    box-sizing: border-box;
}
.transparenterhintergrund12 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.7);
    box-sizing: border-box;
}
.transparenterhintergrund2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: rgba(3, 5, 41, 0.8);
    box-sizing: border-box;
}
.transparenterhintergrund3 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.8);
    box-sizing: border-box;;
    padding: 2vw 0 5vw;
}
.transparenterhintergrund4 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.6);
    box-sizing: border-box;;
}
.transparenterhintergrund5 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgba(3, 5, 41, 0.4);
    box-sizing: border-box;;
    padding: 2vw 0 5vw;
}
.transparenterhintergrund6 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: var(--primary-opacity);
    box-sizing: border-box;
    padding: 5vw 0;
    z-index: 1;
    border-radius: 40px;
}
.wrapper {
    position: relative;
}
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../images/Hintergrund/gaming.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 3s;
}
.banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-opacity1);
}
.banner img {
    width: 600px;
    z-index: 1;    
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background-color: var(--primary);
    padding: 0 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 998;
    box-shadow: var(--box-shadow);
}
#logo {
    width: 150px;
    display: none;
    position: absolute;
    top: 10px;
    left: 20px;
    animation-delay: 5s;
}
#logo img {
    width: 100%;
}
header .logo-text {
    font-size: 45px;
    font-weight: 500;
    padding: 30px 20px;
    color: var(--primary2);
    font-family: 'Arise';
    text-shadow: var(--text-shadow);
    margin-left: 60px;
}
header .logo-text span{
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    text-shadow: var(--text-shadow);
}
header ul {
    display: flex;
    margin: 0;
    padding: 0;
    height: 70px;
}
header ul li {
    line-height: 70px;
}
header ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 0 20px;
}
ul li a.active,
ul li a:hover {
    color: var(--primary2);
}
/* Section Produkt */

#section-product {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.produkt {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5vw 0;
}
.produkt .produkt-box {
    position: relative;
    width: 33%;
    height: 40vh;
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2vw 1vw;
    padding: 5vw; 
    border: 1px solid #7806a0;
    box-shadow: inset 0 0 0.1em #0a3064, inset 0 0 0.2em #0a3064, inset 0 0 0.9em #0a3064, 0 0 15px #7806a0;
    border-radius: 40px;
    transition: .9s;
}
.produkt .produkt-box:hover {
    transform: translateY(-7px);
    transition: .5s;
}
.produkt .produkt-box.box1 {
   background-image: url(../images/Hintergrund/eports.jpg);
   background-size: cover;
}
.produkt .produkt-box.box2 {
   background-image: url(../images/Hintergrund/card1.jpg);
   background-size: cover;
}
.produkt .produkt-box.box3 {
   background-image: url(../images/Hintergrund/tabletop.jpg);
   background-size: cover;
}

.produkt .produkt-box.box1 h3,
.produkt .produkt-box.box2 h3,
.produkt .produkt-box.box3 h3 {
    font-size: 2.5vw;
    color: #fff;
    padding: 1em 0;
    z-index: 4;
}
.produkt .produkt-box .produkt-box-btn  {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    background: var(--primary);
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 500;
    border-radius: 0.5vw;
    border: 2px solid var(--primary2);
}
.produkt .produkt-box .produkt-box-btn a {
    color: #fff;
}



/*
1.3. Footer
*/

section.footer {
    width: 100%;
    background-color: var(--primary);
}
section.footer .footer-row1 {
    width: 100%;
    margin: 0 auto;  
    padding: 2em;
    display: grid;
    grid-template-columns: 100%;
}
section.footer .footer-row1 .footer-box2,
section.footer .footer-row1 .footer-box3,
section.footer .footer-row1 .footer-box4 {
    width: 90%;  
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
section.footer .footer-row1 .footer-box5 {
    width: 90%;  
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
section.footer .footer-row1 .footer-box5 .some-box {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
} 
section.footer .footer-row1 .footer-box2 h3,
section.footer .footer-row1 .footer-box3 h3,
section.footer .footer-row1 .footer-box4 h3,
section.footer .footer-row1 .footer-box5 h3 {
    font-size: 20px;   
    padding:  2em 0 1em;
    color: var(--primary2);
}
section.footer .footer-row1 p {
    font-size: 16px;
    color: var(--color-a);
}
section.footer .footer-row1 i {
    margin-right: 1em;
    font-size: 0.9rem; 
    font-weight: 900; 
    color: var(--primary2); 
}
section.footer .footer-row1 .footer-box5 i,
section.footer .footer-row1 .footer-box5 a {
    margin-right: 1em;
    font-size: 0.9rem; 
    font-weight: 500; 
    color: var(--color-a); 
}
section.footer .footer-row1 .footer-box1 {
    display: none;
}
section.footer .footer-row2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1em 0;
    border-top: 0.1em solid var(--primary2);  
}
section.footer .footer-row2 .footer-row2-box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
section.footer .footer-row2 .footer-row2-box1 a {
    text-decoration: none;
    font-family: 'OpenSans', sans-serif !important;
    font-size: 0.8rem; 
    font-weight: 500;
    padding: 0 0.5em;
    color: var(--color-a);
}
section.footer .footer-row2 .footer-row2-box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}
section.footer .footer-row2 .footer-row2-box2 p {
    font-size: 12px;
    color: var(--color-a);
}
section.footer .footer-row2 .footer-row2-box2 span {
    font-family: 'AD';  
    font-weight: 500; 
    font-size: 0.9rem;
    color: var(--color-a);
}
section.footer .footer-row2 .footer-row2-box2 a {
    text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    section.footer .footer-row1 {
        width: 90%;
        height: auto;
        margin: 0 auto;  
        display: grid;
        grid-template-columns: 60% 40%;
    }
    section.footer .footer-row1 h3 {
        font-size: 1.1rem;
        text-align: center;
        padding-bottom: 0.5em;
    }
    section.footer .footer-row1 p {
        font-size: 1rem;
    }
    section.footer .footer-row1 i {
        font-size: 1rem;
    }
    section.footer .footer-row1 .footer-box1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.footer .footer-row1 .footer-box1 img {
        width: 15%;
    }
    section.footer .footer-row1 .footer-box2,
    section.footer .footer-row1 .footer-box3,
    section.footer .footer-row1 .footer-box4 {
        align-items: flex-start;
    }
    section.footer .footer-row2 .footer-row2-box1 a {
        font-size: 1.2rem;
    }
    section.footer .footer-row2 .footer-row2-box2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }   
    section.footer .footer-row2 .footer-row2-box2 p {
        padding: 0 1em;
        font-size: 1.1rem;
    }      
    section.footer .footer-row2 .footer-row2-box2 span {
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    section.footer {
        width: 100%;
        height: auto;
    }
    section.footer .footer-row1 {
        width: 80%;
        height: auto;
        margin: 0 auto;  
        padding: 2em;
        display: grid;
        grid-template-columns: 10% 22% 20% 20% 35%;
    }
    section.footer .footer-row1 h3 {
        font-size: 1rem;   
        padding-bottom: 0.4em;
    }
    section.footer .footer-row1 i {
        margin-right: 0.9em;
        font-size: 0.8rem; 
        font-weight: 900; 
    }
    section.footer .footer-row1 p {
        margin: 0;
        font-size: 0.9rem; 
    }
   
    section.footer .footer-row1 .footer-box1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.footer .footer-row1 .footer-box1 img {
        width: 40%;
    }
    section.footer .footer-row1 .footer-box2,
    section.footer .footer-row1 .footer-box3,
    section.footer .footer-row1 .footer-box4,
    section.footer .footer-row1 .footer-box5 {
        width: 100%;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;   
    }
    section.footer .footer-row1 .footer-box5 .some-box {
        width: 80%;
        display: grid;
        grid-template-columns: 50% 50%;
    }
    section.footer .footer-row2 {
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 1em 0 ;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    section.footer .footer-row2 .footer-row2-box1 a {
        text-decoration: none;
        padding-left: 1em;
        font-family: 'OpenSans', sans-serif !important;
        font-size: 12px; 
        transition: all 0.5s ease-in-out;
    }
    section.footer .footer-row2-box1 a:hover {
        transform: translateY(-2px) !important;
        color: var(--primary2); 
    }
    section.footer .footer-row2 .footer-row2-box2 {
        display: flex;
        flex-direction: row;
        margin: 1em;
    }
    section.footer .footer-row2-box2 p {
        margin: 0 ;
        padding-right: 1rem ;
        font-size: 0.9rem !important;
    }
    section.footer .footer-row2-box2 span {
        font-family: 'ParkLaneNF';  
        font-weight: 900; 
        font-size: 0.9rem !important;
        color: #777;
    }
    section.footer .footer-row2-box2 a {
        text-decoration: none;
    }
}

@media screen and (min-width: 1600px) {
    section.footer .footer-row1 .footer-box1 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    section.footer .footer-row1 .footer-box1 img {
        width: 80%;
    }
    section.footer .footer-row1 h3 {
        font-size: 1.1rem;
        padding-bottom: 0.4em;
    }
    section.footer .footer-row1 p {
        font-size: 1rem
    }
    section.footer .footer-row2 .footer-row2-box1 a {
        font-size: 1rem; 
    }
    section.footer .footer-row2-box2 p {
        font-size: 1rem !important;
    }  
    section.footer .footer-row2-box2 span {
        font-size: 1rem !important;
    }  
}


/*
Section News
*/


section.news {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--border-bottom);
}
section.news h3 {
    font-size: 8vw;
    padding-top: 25vw;
    text-align: center;
    color: var(--primary2);
    font-family: 'Arise';
}
section.news .news-row {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 5vw;
    margin-top: 5vw;
}
section.news .news-row .row-box {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 350px 1fr;
    transition: all 1s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    border-radius: 1vw;
    border: 2px solid var(--primary2);
}
section.news .news-row .row-box .row-box-img {
    position: relative;
    width: 500px;
    height: 350px;
    overflow: hidden;
}
section.news .news-row .row-box .row-box-img img {
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}
section.news .news-row .row-box .row-box-txt {
    width: 100%;
    padding: 0 20px;
    color: #fff;
    background-color: var(--primary);
}
section.news .news-row .row-box .row-box-txt h3 {
    font-size: 4vw;
    padding-top: 5vw;
    text-align: left;
    font-family: 'OpenSans';
    color: #fff;
    font-weight: 300;
}
section.news .news-row .row-box .row-box-txt h3 span {
    font-size: 5vw;
    text-align: left;
}
section.news .news-row .row-box .row-box-txt h5 {
    font-size: 2.5vw;
    padding: 3vw 0;
    text-align: left;
    color: #fff;
}
section.news .news-row .row-box .row-box-txt h4 {
    font-size: 4vw;
    padding: 5vw 0;
    text-align: left;
    color: #fff;
    font-weight: 300;
}


@media screen and (min-width: 768px) {
    section.news .news-row {
        width: 80%;
    }
    section.news .news-row .row-box .row-box-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    section.news .news-row .row-box .row-box-txt h3 {
        font-size: 2.5vw;
    }
    section.news .news-row .row-box .row-box-txt h3 span {
        font-size: 3vw;
    }
    section.news .news-row .row-box .row-box-txt h5 {
        font-size: 2vw;
    }
    section.news .news-row .row-box .row-box-txt h4 {
        font-size: 2.5vw;
    }
    section.news .news-row .row-box .row-box-txt p {
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 1280px) {
    section.news {
        min-height: 100vh;
    }
    section.news h3 {
        font-size: 4vw;
        padding-top: 3vw;
    }
    section.news .news-row {
        width: 80%;
        flex-wrap: nowrap;
        column-gap: 1vw;
    }
    section.news .news-row .row-box .row-box-img img {
        width: 100%;
    }
    section.news .news-row .row-box:hover {
        border-radius: 2vw;
        box-shadow: 0 1px 9px 1px var(--first-color);
    }
    section.news .news-row .row-box .row-box-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }
    section.news .news-row .row-box .row-box-txt h3 {
        font-size: 0.9vw;
        padding-top: 1vw;
    }
    section.news .news-row .row-box .row-box-txt h3 span {
        font-size: 1.3vw;
    }
    section.news .news-row .row-box .row-box-txt h5 {
        font-size: 0.6vw;
        padding: 1vw 0;
    }
    section.news .news-row .row-box .row-box-txt h4 {
        font-size: 0.8vw;
        padding: 1vw 0;
    }
    section.news .news-row .row-box .row-box-txt p {
        font-size: 0.7vw;
    }
}
    
    
@media screen and (min-width: 1920px) {
    
}

@media screen and (min-width: 3840px) {
   
}

/* Seite Gaming */

/*
Leistungen
*/

.beschreibung-leistungen {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-image: url(../images/Hintergrund/test.jpg);
}
.container-txt {
    width: 60%;
    margin-bottom: 100px;
}
.container-txt {
    width: 60%;
    margin-bottom: 50px;
}
.container-txt h2 {
   text-align: center;
   padding-bottom: 30px;
   font-family: 'Arise';
   text-transform: uppercase;
   color: #e31e99;
   font-size: 45px;
}
.container-txt span {
   color: #e31e99;
   padding: 0 10px;
}
.container-txt p {
   color: #ddd;
   font-size: 20px;
}
img {
    width: 100%;
    opacity: 0.8;
}

.container {
    position: relative;
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}
.container .card {
    position: relative;
    height: 250px;
    background: #fff;
    display: flex;
    width: 400px;
    margin: 30px 0;
   
    border-radius: 2vw;
}
.container .card .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #030529;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;   
    border-radius: 1.5vw;
}
.container .card:hover .imgBx {
    width: 200px;
    height: 200px;
    left: -100px;
    top: calc( 50% - 100px);
    transition: 0.5s ease-in-out;
    background: #030529;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    font-size: 0.4vw;
}
.container .card:hover img {
    opacity: 1;
}
.container .card .imgBx:before {
    content: attr(data-text); 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Arise';
    font-size: 2em; 
    padding-bottom: 20px;
    color: #e31e99;
    font-weight: 700;  
    text-shadow: -1px 1px 1px hsl(284, 93%, 33%),
    -1px 2px 1px hsl(284, 93%, 34%), 
    -1px  3px 1px hsl(284, 93%, 35%);     
}
.container .card .imgBx img {
    max-width: 200px;
    padding-bottom: 4vw;
    transition: 0.5s ease-in-out;
}
.container .card:hover .imgBx img {
    width: 100%;
}
.container .card .content {
    position: absolute;
    right: 0;
    width: calc(100% - 150px);
    height: 100%;
    padding: 0px 20px ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container .card .content h3 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #e31e99;
}
.container .card .content a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    background: #030529;
    text-decoration: none;
    color: #ddd;  
    border-radius: 10px;
}
@media (max-width: 990px) {
    .container {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .container .card {
        width: 400px;
    }
}
@media (max-width: 768px) {
    .container .card {
        max-width: 300px;
        flex-direction: column;
        height: auto;
    } 
    .container .card .imgBx {
        position: relative;
    } 
    .container .card .imgBx ,
    .container .card:hover .imgBx {
        width: 100%;
        height: 200px;
        left: 0;
    }  
    .container .card .imgBx img,
    .container .card:hover .imgBx img {
        max-width: 100px;
    }
    .container .card .content {
        position: relative;
        width: 100%;
    }
}

.leistungen {
    width: 100%;
    min-height: 100vh;
}
.wrapper-leistungen {
    position: relative;
    max-width: 100%;
    padding: 100px 30px ;
    background-color: rgba(3, 5, 41, 0.4);
}
.wrapper-leistungen i {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: var(--second-color);
    font-size: 2em;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e31e99;
    z-index: 2;
}
.wrapper-leistungen i:first-child {
    left: 0px;
}
.wrapper-leistungen i:last-child {
    right: 0px;
}
.wrapper-leistungen .karussell {
    font-size: 0px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.karussell img {
    width: calc(100% / 3);
    height: 400px;
    object-fit: contain;
    margin-left: 14px;
    background-color: rgba(3, 5, 41, 1);
}
.karussell img:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 900px) {
    .karussell img {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 550px) {
    .karussell img {
        width: 100%;
    }
}
.leistungen .wrapper-leistungen-desc {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.leistungen .gaming-desc {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-linie {
    position: sticky;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--primary);
  
    z-index: 3;
}
.nav-linie .nav-links {
    width: 25%;
    display: flex;
    justify-content: space-between;
}
.nav-linie .nav-links li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.nav-linie .nav-links li.current a, 
.nav-linie .nav-links li a:hover {
    color: var(--primary2);
}
.linie-content {
    position: relative;
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary);
    padding-bottom: 100px;
}
.nav-linie .logo h4 {
    color: var(--primary2);
    font-family: 'AriseN';
    font-size: 30px;
    padding: 20px 0;
}
.nav-linie .logo h4 span {
    color: var(--color-a);
    font-family: 'OpenSan';
    font-size: 25px;
    padding-left: 10px;
}
.linie-content h1 {
    font-size: 2.5em;
    font-weight: 900;
    padding: 2em 0;
}
.linie-content p {
    font-size: 1em;
}
.gaming-desc .kontakt-member {
    width: 70%;
    background-color: var(--primary);
    color: var(--primary2);
    display: grid;
    grid-template-columns: 50% 50%;
    border-radius: 20px;
    border: 4px solid var(--border-bottom);
    margin-bottom: 200px;
}
.gaming-desc .kontakt-member .kontakt-member-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.gaming-desc .kontakt-member .kontakt-member-text h3 {
    font-size: 30px;
}
.gaming-desc .kontakt-member .kontakt-member-btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.gaming-desc .kontakt-member .kontakt-member-btn a {
    background-color: var(--primary2);
    color: var(--primary);
    font-size: 1em;
    font-weight: 900;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 10px;
}
.linie-card {
    max-width: 1100px;
    margin: auto;
    overflow: auto;
    padding: 0 2rem;
}
.linie-card .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--first-color-opacity);
}
.linie-card .card div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.linie-card .card h3 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 20px;    
    color: var(--first-color);
}
.linie-card .card p {
    font-size: 1em;  
}
.linie-card .card img {
    width: 100%;
    height: 100%;
}
.linie-card .card > div {
    padding: 20px 30px;
}
.linie-card .card:nth-child(even) img {
    order: 2;
}
.linie-inhalt {
    width: 60%;
    margin: 0 auto;
    padding: 100px 0;
}
.linie-inhalt h3 {
    font-size: 2em;
    color: var(--first-color);
    text-align: center;
    padding-bottom: 20px;
}
.linie-inhalt h4 {
    font-size: 1.5em;
    font-weight: 900;
    color: var(--first-color);
    text-align: center;
    padding: 50px 0;
}
.linie-inhalt p {
    font-size: 1.1em;
    text-align: center;
    padding-bottom: 20px;
}
.linie-inhalt .container-inhalt  {
    width: 100%;
    display: flex;
    justify-content: center;
}
.linie-inhalt .container-inhalt ul {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.linie-inhalt .container-inhalt ul i {
    padding-right: 10px;
    color: var(--primary2);
}


/* 3.1. Geschichte */

.geschichte {
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-image: url(../images/nes.jpg);
    background-position: center;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-color: var(--primary);
    color: var(--color-a);
}
.main-header-geschichte {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--color-a);
    padding-top: 200px;
}
.main-header-geschichte h2 {
    color: #e31e99;
    font-size: 2.5em;
    font-weight: 900;
    font-family: 'Arise', sans-serif;
    text-transform: uppercase ;
    letter-spacing: 0.1vw;
    text-shadow: 1px 2px 5px #e31e99;   
    margin-bottom: 0;  
}
.main-header-geschichte span {
    font-size: 0.7em;  
    font-family: 'OpenSans', sans-serif;  
    color: #fff;
    text-shadow: var(--text-shadow);
}
.container-geschichte {
    width: 80%; 
    margin: 2em auto ;
}
.card-geschichte {
    width: 100%;
    height: auto;
    display: grid;
    padding-bottom: 2em;
    grid-template-columns: 100%;
    grid-template-rows: auto auto ;
    color: #fff; 
}
.geschichte-box1 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
}
.geschichte-box2 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
}
.geschichte-box3 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
}
.geschichte-box4 {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
}

.geschichte-box1 h3,
.geschichte-box2 h3,
.geschichte-box3 h3,
.geschichte-box4 h3  {
    font-size: 2em;
    margin: 0;
}
/* Auflösung Tablets */
/* min-width 672px / max-width 1024px */

@media only screen and (min-width: 42em) and (max-width: 64em) { 
    .main-header-geschichte {
        height: auto;
    } 
    .main-header-geschichte h2 {
        font-size: 3em;
    }
    .container-geschichte {
        padding-top: 4em;
    }
    .card-geschichte {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        color: #fff;
        padding: 0;
    }
    .geschichte-box1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 2em 4em;
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .geschichte-box2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding:2em 4em;
        border-left: 2px solid #e31e99;
        grid-column: 2/3;
        grid-row: 1/2;
    } 
    .geschichte-box3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 2em 4em;
        grid-column: 1/2;
        grid-row: 1/2;
        text-align: right;
    }
    .geschichte-box4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2em 4em;
        border-left: 2px solid #e31e99;
        grid-column: 2/3;
        grid-row: 1/2;
    }     
} 

/* Auflösung Desktops PC's */
/* min-width 1024 / max-width 1920px */

@media only screen and (min-width: 42em) and (max-width: 120em) { 
    .card-geschichte {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        color: #fff;
        padding: 0;
    }
    .main-header-geschichte h2 {
        font-size: 4vw;
        padding-bottom: 100px;
    }
    .geschichte-box1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 2em 4em;
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .geschichte-box2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding:2em 4em;
        border-left: 2px solid #e31e99;
        grid-column: 2/3;
        grid-row: 1/2;
    } 
    .geschichte-box3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 2em 4em;
        grid-column: 1/2;
        grid-row: 1/2;
        text-align: right;
    }
    .geschichte-box4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2em 4em;
        border-left: 2px solid #e31e99;
        grid-column: 2/3;
        grid-row: 1/2;
    }     
}    


/* TEAM */

section.team {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/Hintergrund/test.jpg);
    background-attachment: fixed;
    background-size: cover;
}
section.team .team-desc {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 60% 40%;
    background-color: var(--primary);
}
section.team .team-info {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--primary2);
} 
section.team .team-info h2 { 
    font-family: 'OpenSans', sans-serif;  
    color: #fff;
    text-transform: uppercase;
    text-shadow: var(--text-shadow); 
    font-size: 5vw;
    padding-bottom: 20px;   
}
section.team .team-info h3 {
    color: #e31e99;
    font-size: 5.5vw;
    font-weight: 900;
    font-family: 'Arise', sans-serif;
    text-transform: uppercase ;
    letter-spacing: 1vw;
    text-shadow: 1px 2px 55px #e31e99;   
    padding-left: 1vw;  
}
.about-titel-img1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/padalt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.about-titel-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/neonpad.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.about-titel-img3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/pad.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.about-titel-img4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/nes.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}
.about-titel-img5 {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 25vw;
    height: 25vw;
    background-image: url(../images/Logo-tryit.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}
section.team .team-pages {
    width: 100%;
    height: 380vh;
}
.team-pages .TBOX {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-pages .TBOX:nth-child(1) {
    position: relative;
}
.team-pages div:nth-child(2) {
    position: relative; 
}
.team-pages div:nth-child(3) {
    position: relative;
}
/*
.team-pages .TBOX-card {
    border: 2px solid #fff;
    width: 80%;
    height: 60%;
    background: #030529;  
    border-radius: 40px;
    box-shadow: 0  0 15px #7806a0;
    border: 1px solid #7806a0;
    margin-top: 5em;

}
*/
.team-pages .TBOX-card {
    position: absolute;
    width: 25vw;
    height: 25vw;
    background: #000;
    border: 2px solid #e31e99;
    border-radius: 0.7rem;
    box-shadow:  var(--box-shadow);
}
.team-pages .TBOX-card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.team-pages .TBOX-card .image img {
    width: 100%;
    transition: .5s;
}
.team-pages .TBOX-card:hover .image img {
    opacity: .5;
    transform: translateX(30%);
}
.team-pages .TBOX-card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: #250008;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
    border-radius: 10px;
}
.team-pages .TBOX-card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
}
.team-pages .TBOX-card .details .center {
    padding: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.team-pages .TBOX-card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #030529;
    line-height: 1.6vw;
    font-size: 1.3vw;
    text-transform: uppercase;
    font-family: 'Arise';
}
.team-pages .TBOX-card .details .center h1 span {
    font-size: 0.8vw;
    color: #262626;
}
.team-pages .TBOX-card .details .center p {
    margin: 10px 0;
    padding: 0;
    font-size: 1vw;
    color: #262626;
    font-weight: 900;
}
.team-pages .TBOX-card .details .center ul {
    margin: 1vw auto 0;
    padding: 0;
    display: table;    
}
.team-pages .TBOX-card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}
.team-pages .TBOX-card .details .center ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #030529;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    border: 2px solid #e31e99;
    box-sizing: border-box;
    text-align: center;
    transform: .5s;
}
.team-pages .TBOX-card .details .center ul li a:hover {
    background: #e31e99;
    color: #fff;
}


/* EVENTS */

section.event {
    width: 100%;
    padding-bottom: 2em;
    background-color: rgba(3, 5, 41, 0.4);
    border-top: 1px solid var(--border-bottom);
}
section.event .event-row {
    padding-top: 10em ;   
}
section.event .event-row h2 {  
    padding: 0 0 1em 20px; 
    text-align: center;
    font-family: 'OpenSans';
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--primary);
}
section.event .event-row h2 span {  
    padding: 0 0 1em 0; 
    text-align: center;
    font-family: 'Arise';
    color: var(--primary2);
    font-size: 60px;
}
section.event .event-box {
    width: 90%;
    margin: 1em auto;
    display: grid;
    grid-template-columns: 100%;
    box-sizing: border-box;
    padding: 0;
    
}
section.event .event-box .event-imgBx img {
    width: 100%;
}
section.event .event-box .event-textBx {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-opacity1);
    color: var(--primary2);
    font-family: 'OpenSans';
    font-weight: 700;
}
section.event .event-box .event-textBx p {
    font-size: 1.1rem;
}
section.event .event-box .event-card-panel1,
section.event .event-box .event-card-panel2,
section.event .event-box .event-card-panel3,
section.event .event-box .event-card-panel4,
section.event .event-box .event-card-panel5, 
section.event .event-box .event-card-panel6,
section.event .event-box .event-card-panel7,
section.event .event-box .event-card-panel8 {
    position: relative;
    width: 100%;
    height: 34vh;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 80% 20%;
    border-radius: 0em;
    border: 2px solid var(--primary2);
    overflow: hidden;
    margin-top: 1em;
    border-radius: 1vw;
}
section.event .event-box .event-card-panel1 {
    background-image: url(../images/events/MW2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel2 {
    background-image: url(../images/events/fifa23.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel3 {
    background-image: url(../images/events/RocketLeague.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel4 {
    background-image: url(../images/events/fortnite.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel5 {
    background-image: url(../images/events/lol2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel6 {
    background-image: url(../images/events/tt.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel7 {
    background-image: url(../images/events/yugioh.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.event .event-box .event-card-panel8 {
    background-image: url(../images/events/pokemon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    section.event .event-row h2 {  
        padding: 2em 1em; 
    }
    section.event .event-row h2 span {  
        padding-right: 0.3em;
    }
    section.event .event-row h2 br {  
        display: none;
    }
    section.event .event-box {
        width: 95%;
        margin: 1em auto;
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(3, 33%);
        grid-template-rows: auto auto;
        box-sizing: border-box;
    }
    section.event .event-box .event-card-panel1,
    section.event .event-box .event-card-panel2,
    section.event .event-box .event-card-panel3,
    section.event .event-box .event-card-panel4,
    section.event .event-box .event-card-panel5,
    section.event .event-box .event-card-panel6,
    section.event .event-box .event-card-panel7,
    section.event .event-box .event-card-panel8 {
        position: relative;
        width: 100%;
        height: 30vh;
    }
    section.event .event-box .event-textBx p {
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px) {
    section.event .event-row h2 {  
        padding: 0 0 2em; 
    }
    section.event .event-row h2 br {  
        display: none;
    }
    section.event .event-box {
        width: 70%;
        margin: 0 auto 5em;
        display: grid;
        justify-content: space-between;
        grid-template-columns: repeat(4, 24%);
        box-sizing: border-box;
    }
    section.event .event-box .event-card-panel1,
    section.event .event-box .event-card-panel2,
    section.event .event-box .event-card-panel3,
    section.event .event-box .event-card-panel4,
    section.event .event-box .event-card-panel5,
    section.event .event-box .event-card-panel6,
    section.event .event-box .event-card-panel7,
    section.event .event-box .event-card-panel8 {
        position: relative;
        width: 100%;
        margin-top: 0.5em;
        height: 40vh;
        border-radius: none;
        transition: 0.5s ease-in-out;
    }
    section.event .event-box .event-card-panel1:hover,
    section.event .event-box .event-card-panel2:hover,
    section.event .event-box .event-card-panel3:hover,
    section.event .event-box .event-card-panel4:hover,
    section.event .event-box .event-card-panel5:hover,
    section.event .event-box .event-card-panel6:hover,
    section.event .event-box .event-card-panel7:hover,
    section.event .event-box .event-card-panel8:hover {
        box-shadow: 0 1px 19px 5px #666;
    }
    section.event .event-box .event-textBx p {
        font-weight: 600;
    }
}

@media screen and (min-width: 1600px) {
    section.event .event-box .event-card-panel1,
    section.event .event-box .event-card-panel2,
    section.event .event-box .event-card-panel3,
    section.event .event-box .event-card-panel4,
    section.event .event-box .event-card-panel5,
    section.event .event-box .event-card-panel6 {
        box-shadow: none;
    }
}

/* EVENTS */

section.play {
    width: 100%;
    padding-bottom: 2em;
    background-color: rgba(3, 5, 41, 0.4);
}
section.play .play-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
section.play .play-row h2 {
    font-family: 'OpenSans';
    font-size: 50px;
    padding: 80px 0;
    color: var(--logo-color);
}
section.play .play-row h2 span {
    font-family: 'Arise';
    color: var(--primary2);
    font-size: 60px;
    padding-left: 20px;
}
section.play .event-row1 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.play .event-column {
    width: 100%;
}
section.play .event-row1 .box {
    width: 99%;
    position: relative;
    margin: 0.5em 1em;
    border-radius: none;
    border-radius: 1vw;
    border: 2px solid var(--primary2);
    transition: 0.5s ease-in-out;
    background-color: var(--primary);
    color: var(--primary2);
}
section.play .event-row1 .box:hover {
    box-shadow: 0 1px 19px 5px #666
}
section.play .event-row1 .box h3 {
    font-size: 25px;
    padding: 20px 40px;
}
section.play .event-row1 .box h4 {
    font-size: 18px;
    padding: 0 40px;
    color: #aaa;
}
section.play .event-row1 .box ul {
    display: flex;
    padding: 0 40px;
    color: #aaa;
}
section.play .event-row1 .box ul li {
    display: flex;
    padding: 20px 0;
    color: #aaa;
}
section.play .event-row1 .box ul li i {
    padding-right: 10px;
    font-size: 20px;
}
section.play .event-row1 .box-header-fifa {
    background-image: url(../images/events/kilian.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom: 2px solid var(--primary2);
}
section.play .event-row1 .box-header-mw2 {
    background-image: url(../images/events/MW21.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom: 2px solid var(--primary2);
}
section.play .event-row1 .box-inner {
    display: flex;
    padding: 0 40px 20px;
    color: #aaa;
}
section.play .event-row1 .box-inner span {
    padding-right: 10px;
    font-weight: 900;
}
section.play .event-row1 .box-inner div {
    padding-right: 40px;
}



section.play .event-row {
    width: 50%;
    margin: 50px auto;
}

section.play .event-row .box {
    width: 98%;
    position: relative;
    margin: 0.5em 1em;
    border-radius: none;
    border-radius: 1vw;
    border: 2px solid var(--primary2);
    transition: 0.5s ease-in-out;
    background-color: var(--primary);
    color: var(--primary2);
}
section.play .event-row .box:hover {
    box-shadow: 0 1px 19px 5px #666
}
section.play .event-row .box h3 {
    font-size: 25px;
    padding: 20px 40px;
}
section.play .event-row .box h4 {
    font-size: 18px;
    padding: 0 40px;
    color: #aaa;
}
section.play .event-row .box ul {
    display: flex;
    padding: 0 40px;
    color: #aaa;
}
section.play .event-row .box ul li {
    display: flex;
    padding: 20px 0;
    color: #aaa;
}
section.play .event-row .box ul li i {
    padding-right: 10px;
    font-size: 20px;
}
section.play .event-row .box-header-fifa {
    background-image: url(../images/events/kilian.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom: 2px solid var(--primary2);
}
section.play .event-row .box-header-mw2 {
    background-image: url(../images/events/MW21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    border-top-right-radius: 1vw;
    border-top-left-radius: 1vw;
    border-bottom: 2px solid var(--primary2);
}
section.play .event-row .box-inner {
    display: flex;
    padding: 0 40px 20px;
    color: #aaa;
}
section.play .event-row .box-inner span {
    padding-right: 10px;
    font-weight: 900;
}
section.play .event-row .box-inner div {
    padding-right: 40px;
}
button {
    background-color: var(--logo-color);
    color: var(--primary);
    padding: 10px 20px;
    border-radius: 10px;
    margin: 20px 40px;
    font-size: 0.7vw;
    font-weight: 900;
}

/* Log In */

.wrapper-login {
    width: 100vw;
    height: 100vh;
    background-color: var(--primary-opacity);
    overflow-x: hidden;
}
.login {
    width: 80%;
    margin: 5vh auto 0;
    height: 95vh;
    display: grid;
    grid-template-columns: 49.5% 49.5%;
    grid-template-rows: 15% 69% 15%;
    grid-gap: 1%;
}
.login-logo-box {
    width: 100%;
    height: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
    background: url(../images/Logo/Logo-tryit.png) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}
.login-box {
    width: 100%;
    height: 100%;
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container {
    position: relative;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-opacity);
    box-shadow: 25px 25px 75px rgba(0,0,0,0.25),
    10px 10px 70px rgba(0,0,0,0.25),
    inset 5px 5px 10px rgba(0,0,0,0.25),
    inset 5px 5px 20px rgba(255,255,255,0.2),
    inset -5px -5px 15px rgba(0,0,0,0.75);
    border-radius: 0.5em;
    padding: 1em 1em 0;
}
.container p {
    color: var(--color-a);
    font-size: 1.5vw;
    padding: 1em 0 0;
    text-align: center;
}
.container h1 {
    color: var(--color-a);
    text-align: center;
    padding: 1em 1em 2em ;
    font-size: 1.5vw;
}
.container h1 span {
    font-family: 'Arise';
    color: var(--logo-color);
    font-size: 2.2vw;
}
.inputs_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login .container form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
form .inputs_container#login_box input {
    height: 2.5vw;
    width: 12vw;
    margin: 0 0.5vw 1vw;
    padding: 0 1.5vw;
    border-radius: 0.5vw;
    border: none;
    background-color: #373e49;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.212);
    color: #fff;
    font-size: 0.7vw;
    box-sizing: border-box;
}
form .inputs_container#login_box input:hover {
    background-color: #47505f;
}
form .inputs_container#login_box input:focus {
    outline: none;
    background-color: #47505f;
    width: 12vw;
}
form .inputs_container#login_box input::placeholder {
    color: rgb(159,161,190);
}
form .inputs_container#register_box input {
    height: 2.5vw;
    width: 12vw;
    margin: 0 0.5vw 1vw;
    padding: 0 1.5vw;
    border-radius: 0.5vw;
    border: none;
    background-color: #373e49;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.212);
    color: #fff;
    font-size: 0.7vw;
    box-sizing: border-box;
}
form .inputs_container#register_box input:hover {
    background-color: #47505f;
}
form .inputs_container#register_box input:focus {
    outline: none;
    background-color: #47505f;
    width: 12vw;
}
form .inputs_container#login_box input::placeholder {
    color: rgb(159,161,190);
}
.login .container button {
    font-size: 0.9vw;
    font-weight: 900;
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 2em;
}
.login .container button a{
    text-decoration: none;
    color: var(--primary);
    
}

/* LogOut */

.logout-member {
    width: auto;
    padding: 1vw;
    position: relativ;
    margin-right: -80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #40e0d0;
    font-size: 1.2vw;
}
.logout-member .logout i {
    color: #40e0d0;
    font-size: 1.2vw;
    margin-left: 1vw;
}


/* Anmeldung */

.nennung-row {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 10vh;
    box-sizing: border-box;
}
.nennung-row .nennung-box {
    width: 100%;
    position: relative;
    margin: 0.5em 0;
    border-radius: none;
    border-radius: 1vw;
    border: 2px solid var(--primary2);
    transition: 0.5s ease-in-out;
    background-color: var(--primary);
    color: var(--primary2);
    display: grid;
    grid-template-columns: 55% 45%;
    overflow: hidden;
    
}
.nennung-row .nennung-box:hover {
    box-shadow: 0 1px 19px 5px #666
}
.nennung-row .nennung-box h3 {
    font-size: 25px;
    padding: 20px 40px;
}
.nennung-row .nennung-box h4 {
    font-size: 18px;
    padding: 0 40px;
    color: #aaa;
}
.nennung-row .nennung-box ul {
    display: flex;
    padding: 0 40px;
    color: #aaa;
}
.nennung-row .nennung-box ul li {
    display: flex;
    padding: 20px 0;
    color: #aaa;
}
.nennung-row .nennung-box ul li i {
    padding-right: 10px;
    font-size: 20px;
}
.nennung-box .box-header-fifa {
    background-image: url(../../images/events/kilian.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    border-top-right-radius: 0vw;
    border-top-left-radius: 1vw;
    border-bottom: 2px solid var(--primary2);
    border-right: 1px solid var(--border-bottom);
}
.nennung-row .nennung-box .box-inner {
    display: flex;
    padding: 0 40px 20px;
    color: #aaa;
}
.nennung-row .nennung-box .box-inner span {
    padding-right: 10px;
    font-weight: 900;
}
.nennung-row .nennung-box .box-inner div {
    padding-right: 40px;
}
.nennung-form {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    border-left: 1px solid var(--border-bottom);
}
.nennung-form h1, .nennung-form p {
    text-align: center;
}
.nennung-form h1 {
    padding: 1em 1em 0.5em;
    font-size: 1.5vw;
}
.nennung-form h1 span {
    font-family: 'Arise';
    font-size: 2vw;
}
.nennung-form  p {
    padding-bottom: 2em;
    font-size: 1vw;
}
.nennung-form form .inputs_container#nennung_box input {
    height: 2.5vw;
    width: 12vw;
    margin: 0 0.5vw 1vw;
    padding: 0 1.5vw;
    border-radius: 0.5vw;
    border: none;
    background-color: #373e49;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.212);
    color: #fff;
    font-size: 0.7vw;
    box-sizing: border-box;
}