/* 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');
}

/* hind-regular */
@font-face {
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: local('Hind Regular'), local('Hind-Regular'),
         url('../fonts/Hind-Regular.ttf');
}

/* ################################################################## */
/* HTML Standard Tags */
/* ################################################################## */

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 101%;
    height: 101%;
    overflow-x: hidden;
    overflow-y: auto;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 100px auto 0 auto;
    font-size: 55px;
}

h2 {
    text-transform: uppercase;
    text-align: center;
    margin: 100px auto 0 auto;
    font-size: 55px;
}

h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 100px auto 30px auto;
    font-size: 40px;
}

.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;
}

/* ################################################################## */
/* Modify settings below to change images, colors and fonts */
/* ################################################################## */

/* ################################################################## */
/* Images */
/* ################################################################## */

/* Background */
#Startseite {
    background: url(../images/bg_startseite.jpg);
}

/* About us */
#UberUns .motto_bg {
    background: url(../images/uberuns.jpg);
}

/* Contact */
#Kontakt {
    background: url(../images/bg_kontakt.jpg);
}

/* ################################################################## */
/* Colors (http://html-color-codes.info/webfarben_hexcodes/) */
/* ################################################################## */

/* Background 1*/
footer,
header,
#Startseite .h1_balken,
#UberUns,
#Server,
#Regeln,
header nav ul {
    background: #ffffff;
}

#Kontakt h2,
#Startseite h1,
#Startseite p,
#Startseite .button,
#Kontakt .kontakt,
#Kontakt .kontakt a,
#UberUns .motto_bg article .motto p {
    color: #ffffff;
}

#Galerie .page_galerie,
#Server .verdecker {
    background-color: #ffffff;
}

#Startseite #intro .button,
#Team .team_kontakt .team_content img,
#Team .team_kontakt .team_content .border,
#Team .team_kontakt .team_content .team_kontakt_button {
    border-color: #ffffff;
}

/* Background 2*/
.page,
header nav ul li:hover,
.menu_aktive,
#Infos,
#Regeln .regeln #regelNav .selected,
#Regeln .regeln #regelNav a:hover,
header nav ul li:hover,
.menu_aktive,
#Server .buttonKlein,
#Server .button,
#Regeln .regeln #regelWrapper {
    background: #ededed;
}

#Server .button:hover,
#Server .buttonKlein:hover {
    color: #ededed;
}

/* Text */
.menu_icon span:before,
.menu_icon span:after {
    background-color: #222222;
}

#Infos h2,
#Server h2,
#Regeln .regeln #regelNav a,
#Regeln .unterschrift,
#regelWrapper .regelText p a,
header nav ul li a:hover,
.a_aktive,
#Infos .infos article .features .features_content h4,
#Galerie a,
#downloadP,
footer,
footer a,
p,
a,
header nav ul li a,
header nav ul li,
#Regeln ul,
#Team .team_kontakt .team_content .active2 a,
#Server .button,
#Server .buttonKlein,
#Team .team_kontakt .team_content .team_kontakt_button a {
    color: #222222;
}

.menu_icon span {
    background: #222222;
}

/* 2. Textcolor */
#Team .team_kontakt .team_content img,
#Team .team_kontakt .team_content .border {
    background-color: lightgrey;
}

#Regeln .regeln #regelNav a,
#Regeln .regeln #regelWrapper,
#Team .team_kontakt .team_content .team_kontakt_button {
    border-color: lightgrey;
}

/* Accent color */
#Team .team_kontakt .team_content .active,
#Team .team_kontakt .team_content .active2,
#Server .button,
#Server .buttonKlein {
    border-color: #BE1622;
    color: #BE1622;
}

#Server .buttonKlein,
#Server .button,
#Startseite #intro .button:hover,
#download:hover,
#Infos .infos .features .features_icon i {
    color: #BE1622;
}

#Regeln .regeln #regelNav .selected,
#Regeln .regeln #regelNav a:hover,
header nav ul li:hover,
.menu_aktive {
    border-top: solid 2px #BE1622;
}

#Startseite #intro .button:hover {
    border: 4px solid #BE1622;
}

#Kontakt .h2_balken,
#Regeln .h2_balken,
#Infos .h2_balken,
#Server .h2_balken,
#Galerie .h2_balken,
#Team .h2_balken,
#UberUns .h2_balken,
#UberUns .motto_bg article .motto .p_balken,
#Startseite #intro .h1_balken,
#UberUns .UberUns article .h3_balken,
#Infos .infos article .h3_balken,
#Server .server article .h3_balken,
#Server .buttonKlein:hover,
#Server .button:hover {
    background: #BE1622;
}

#Kontakt .kontakt div #mail:hover {
    color: #BE1622;
}

/* Highlighting */
#important {
    color: #FF0000;
}

/* Headings (except home, motivation und contact) */
h2,
h3 {
    color: #000000;
}

/* Headings (home, motivation und contact) */
#Startseite .h1_balken,
#Kontakt h2,
#Startseite h1,
#Startseite p,
#Startseite .button,
#Kontakt .kontakt,
#UberUns .motto_bg article .motto p {
    color: #ffffff;
}

#Startseite #intro .button {
    border-color: #ffffff;
}

/* Farbe der Kontakticons */
#Kontakt .kontakt a {
    color: #ffffff;
}

/* ################################################################## */
/* Fonts */
/* ################################################################## */

p,
header nav ul li,
.button,
footer,
#Regeln div {
    font-family: 'Hind', sant-serif;
    font-weight: 300;
    line-height: 25px;
    word-spacing: 3px;
}

h1,
h2,
h3,
h4,
#UberUns .motto_bg article .motto p,
header nav ul li a,
#Galerie a {
    font-family: 'Montserrat', Arial, sant-serif;
}

header nav ul li,
#Regeln article div,
#Team .team_kontakt .team_content img,
#Team .team_kontakt .team_content .team_kontakt_button,
#Team .team_kontakt .team_content .team_kontakt_button a,
#Startseite #intro .button,
#Galerie a {
    transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    -transition: all 500ms;
}

/* ################################################################## */
/* Don't modify the lines below! */
/* ################################################################## */

/* ################################################################## */
/* Classes */
/* ################################################################## */

.page {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    float: left;
}

/* ################################################################## */
/* Header */
/* ################################################################## */

header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

header #logo {
    float: left;
    width: 60px;
    margin: 16px 0 0 16px;
}

header #logo img {
    width: 100%;
    height: auto;
}

header nav {
    display: block;
}

header nav ul {
    top: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin: 0;
    float: right;
    transition: max-height 0.4s;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
}

header nav ul li {
    display: inline-block;
    border-top: solid 2px #fff;
    cursor: pointer;
}

header nav ul li a {
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 10px 24px 10px;
    margin: 0;
    cursor: pointer;
}

/* #################################################################### */
/* MENU ICON */
/* #################################################################### */

.menu_icon {
    background-color: transparent;
    display: none;
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.4s;
    top: 4%;
    right: 3%;
}

.menu_icon:focus {
    outline: none;
}

.menu_icon span {
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 5px;
}

.menu_icon span:before,
.menu_icon span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
}

.menu_icon span:before {
    top: -10px;
}

.menu_icon span:after {
    bottom: -10px;
}

.menu_icon-X span {
    transition: background 0.4s;
}

.menu_icon-X span:before,
.menu_icon-X span:after {
    transition-duration: 0.4s, 0.4s;
    transition-delay: 0.4s, 0s;
}

.menu_icon-X span:before {
    transition-property: top, transform;
}

.menu_icon-X span:after {
    transition-property: bottom, transform;
}

.menu_icon-X.is-active span {
    background: none;
}

.menu_icon-X.is-active span:before {
    top: 0;
    transform: rotate(45deg);
}

.menu_icon-X.is-active span:after {
    bottom: 0;
    transform: rotate(-45deg);
}

.menu_icon-X.is-active span:before,
.menu_icon-X.is-active span:after {
    transition-delay: 0s, 0.4s;
}

/* #################################################################### */
/* Menu small */
/* #################################################################### */

@media screen and (max-width: 1050px) {
    header {
        height: 40px;
    }

    header #logo {
        width: 30px;
        margin: 10px 0 0 10px;
        height: 30px;
    }

    header nav {
        width: 100%;
    }

    .menu_icon {
        display: block;
    }

    header nav ul {
        max-height: 0;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

    .showing {
        max-height: 510px;
        z-index: 98;
    }

    header nav ul li {
        height: 40px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin: 0;
    }

    header nav ul li a {
        border: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1050px) and (orientation: landscape) {
    header {
        height: 40px;
    }

    header #logo {
        width: 30px;
        margin: 10px 0 0 10px;
        height: 30px;
    }

    header nav {
        width: 100%;
    }

    .menu_icon {
        display: block;
    }

    header nav ul {
        max-height: 0;
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

    .showing {
        max-height: 510px;
        z-index: 98;
    }

    header nav ul li {
        height: 30px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin: 0;
    }

    header nav ul li a {
        border: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 3px 0;
    }
}




/* ################################################################## */
/* Home */
/* ################################################################## */

#Startseite {
    background-position: left center;
    background-size: cover;
    background-attachment: fixed;
}

#Startseite #intro {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

#Startseite #intro h1 {
    text-align: left;
    margin: 0;
}

#Startseite #intro p {
    max-width: 300px;
}

#Startseite #intro .button {
    border-width: 4px;
    border-style: solid;
    font-weight: 800;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 14px;
}

@media screen and (max-width: 800px) {
    #Startseite #intro {
        bottom: 20px;
        left: 20px;
    }

    #Startseite #intro h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #Startseite #intro .h1_balken {
        margin: 4px 0 20px 0;
    }

    #Startseite #intro p {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    #Startseite #intro {
        bottom: 10px;
        left: 20px;
    }

    #Startseite #intro h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #Startseite #intro .h1_balken {
        margin: 4px 0 20px 0;
    }

    #Startseite #intro p {
        margin: -5px 0 5px 0;
        font-size: 20px;
    }
}

@media screen and (min-width: 800px) {
    #Startseite #intro h1 {
        font-size: 70px;
        line-height: 60px;
    }

    #Startseite #intro .h1_balken {
        margin: 8px 0 20px 0;
    }

    #Startseite #intro p {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
}

@media screen and (min-width: 500px) and (max-width: 800px) and (min-height: 600px) {
    #Startseite #intro {
        bottom: 20px;
        left: 20px;
    }

    #Startseite #intro h1 {
        font-size: 70px;
        line-height: 60px;
    }

    #Startseite #intro .h1_balken {
        margin: 8px 0 20px 0;
    }

    #Startseite #intro p {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
}

@media screen and (min-width: 1150px) {
    #Startseite #intro h1 {
        font-size: 120px;
        line-height: 110px;
    }

    #Startseite #intro .h1_balken {
        margin: 10px 0 20px 0;
    }

    #Startseite #intro p {
        margin: 0 0 20px 0;
        font-size: 32px;
    }
}


/* ################################################################## */
/* About us */
/* ################################################################## */

#UberUns .UberUns {
    width: 42.5%;
    float: left;
    margin: 50px 2.5% 0 5%;
}

#UberUns .UberUns:last-child {
    width: 42.5%;
    float: left;
    margin: 50px 5% 0 2.5%;
}

#UberUns .UberUns article {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: auto;
}

#UberUns .UberUns article h3 {
    margin-top: 0
}

#UberUns .UberUns article .h3_balken {
    margin: -10px auto 15px auto;
}

#UberUns .motto_bg {
    background-position: center center;
    background-size: auto;
    background-attachment: auto;
}

#UberUns .motto_bg article .motto p {
    display: inline-block;
    margin: 0 auto 0 auto;
    width: 40%;
    text-align: center;
    font-size: 65px;
    line-height: 55px;
    text-transform: uppercase;
    padding-top: 10px;
}

#UberUns .motto_bg article .motto #logo_UberUns {
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}

#UberUns .motto_bg article .motto #logo_UberUns img {
    width: 100%;
    height: auto;
    margin: 0;
}


@media screen and (max-width: 1350px) {
    #UberUns .UberUns article p {
        text-align: justify;
    }

    #UberUns .UberUns {
        width: 80%;
        float: left;
        margin: 50px 10% 0 10%;
    }

    #UberUns .UberUns:last-child {
        width: 80%;
        float: left;
        margin: 50px 10% 50px 10%;
    }

    #UberUns .UberUns article {
        margin: 20px 0 0 0;
    }

    #UberUns .motto_bg article .motto p {
        font-size: 27px;
        line-height: 22px;
        width: 90%;
        margin: 20px 0 20px 0;
    }
}

@media screen and (min-width: 1350px) {
    #UberUns .motto_bg article .motto p {
        font-size: 40px;
        line-height: 50px;
        width: 90%;
    }

    #UberUns .UberUns article p {
        width: 90%;
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 1600px) {
    #UberUns .motto_bg article .motto p {
        font-size: 50px;
        line-height: 60px;
        width: 90%;
    }

    #UberUns .UberUns article p {
        width: 70%;
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 2000px) {
    #UberUns .motto_bg article .motto p {
        font-size: 80px;
        line-height: 90px;
        width: 90%;
    }

    #UberUns .UberUns article p {
        width: 70%;
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 2300px) {
    #UberUns .motto_bg article .motto p {
        font-size: 100px;
        line-height: 110px;
        width: 90%;
    }

    #UberUns .UberUns article p {
        width: 70%;
        font-size: 22px;
        line-height: 35px;
        margin: 0 auto 35px auto;
    }
}

/* ################################################################## */
/* Info */
/* ################################################################## */

#Infos .infos {
    width: 42.5%;
    float: left;
    margin: 50px 2.5% 0 5%;
}

#Infos .infos:last-child {
    width: 42.5%;
    float: left;
    margin: 50px 5% 0 2.5%;
}

#Infos .infos article {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: auto;
}

#Infos .infos article h3 {
    margin-top: 0
}

#Infos .infos article .h3_balken {
    margin: -10px auto 15px auto;
}

#Infos .infos article .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#Infos .infos article div iframe {
    position: absolute;
    width: 100%;
    min-height: 100%;
    display: block;
}

#Infos .infos article .features {
    overflow: hidden;
    width: 80%;
    height: inherit;
    margin: auto;
}

#Infos .infos article .features:last-child {
    overflow: hidden;
    width: 80%;
    height: inherit;
    margin: auto;
    margin-bottom: 50px;
}

#Infos .infos article .features .features_icon {
    width: 50px;
    padding: 0;
    float: left;
}

#Infos .infos article .features .features_icon i {
    width: 50px;
    height: 50px;
    float: center;
}

#Infos .infos article .features .features_content {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 70%;
    float: left;
}

#Infos .infos article .features .features_content h4 {
    text-align: left;
}

#Infos .infos article .features .features_content p {
    text-align: left;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 815px) {
    #Infos .infos article .features {
        width: 100%;
    }

    #Infos .infos article .features .features_icon {
        padding: 0;
        width: 100%;
        float: center;
        margin: 0;
    }

    #Infos .infos article .features .features_content h4 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0.2em;
    }

    #Infos .infos article .features .features_content {
        width: 100%;
        text-align: center;
    }

    #Infos .infos article .features .features_content p {
        text-align: center;
    }
}

@media screen and (max-width: 1350px) {
    #Infos .infos article p {
        text-align: justify;
    }

    #Infos .infos {
        width: 80%;
        float: left;
        margin: 50px 10% 0 10%;
    }

    #Infos .infos:last-child {
        width: 80%;
        float: left;
        margin: 50px 10% 50px 10%;
    }

    #Infos .infos article {
        margin: 20px 0 0 0;
    }
}

@media screen and (min-width: 1350px) {
    #Infos .infos article p {
        width: 90%;
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 1600px) {
    #Infos .infos article p {
        width: 70%;
        font-size: 18px;
        line-height: 25px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 2000px) {
    #Infos .infos article p {
        width: 70%;
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto 35px auto;
    }
}

@media screen and (min-width: 2300px) {
    #Infos .infos article p {
        width: 70%;
        font-size: 22px;
        line-height: 35px;
        margin: 0 auto 35px auto;
    }
}

/* ################################################################## */
/* Server */
/* ################################################################## */

#Server .server {
    width: 42.5%;
    float: left;
    margin: 50px 2.5% 50px 5%;
    text-align: center;
}

#Server .server:last-child {
    width: 42.5%;
    float: left;
    margin: 50px 2.5% 50px 2.5%;
}

#Server .server article {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: auto;
}

#Server .server article h3 {
    margin-top: 0
}

#Server .server article .h3_balken {
    margin: -10px auto 15px auto;
}

#Server .server article .altislife {
    position: relative;
    height: 576px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

#Server .server article .altislifeKlein {
    position: relative;
    height: 576px;
    width: 100%;
    text-align: center;
    display: none;
}

#Server .server article .altislife iframe {
    position: relative;
    width: 435px;
    height: 576px;
    z-index: 5;
}

#Server .server article .teamspeak {
    position: relative;
    height: 576px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

#Server .server article .teamspeakKlein {
    position: relative;
    height: 576px;
    width: 100%;
    text-align: center;
    display: none;
}

#Server .server article .teamspeak iframe {
    position: relative;
    width: 435px;
    height: 576px;
    z-index: 5;
}

#Server .verdecker {
    margin-left: -10%;
    padding-top: 50px;
    width: 100%;
    position: absolute;
    z-index: 10;
    margin-top: -50px;
}

#Server .button {
    text-transform: uppercase;
    outline: 0;
    border-style: solid;
    border-width: 4px;
    padding: 15px;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: -20px;
    z-index: 40;
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: 550px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 14px;
    margin-bottom: 50px;
}

#Server .buttonKlein {
    text-transform: uppercase;
    outline: 0;
    border-style: solid;
    border-width: 4px;
    padding: 15px;
    font-size: 18px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: -20px;
    z-index: 40;
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    margin-top: 340px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 14px;
}

#Server .button:hover {
    border-radius: 14px;
}

#Server .buttonKlein:hover {
    border-radius: 14px;
}

@media screen and (max-width: 1350px) {
    #Server .server {
        width: 80%;
        float: left;
        margin: 50px 10% 50px 10%;
    }

    #Server .server:last-child {
        width: 80%;
        float: left;
        margin: 50px 10% 50px 10%;
    }

    #Server .server article {
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 550px) {
    #Server .server article .altislife {
        display: none;
    }

    #Server .server article .altislifeKlein {
        display: inline-block;
        height: 376px;
    }

    #Server .server article .altislifeKlein iframe {
        position: relative;
        width: 250px;
        height: 376px;
    }

    #Server .server article .teamspeak {
        display: none;
    }

    #Server .server article .teamspeakKlein {
        display: inline-block;
        height: 376px;
    }

    #Server .server article .teamspeakKlein iframe {
        position: relative;
        width: 250px;
        height: 376px;
    }
}

@media screen and (max-width: 350px) {

    #Server .button,
    #Server .buttonKlein {
        display: none;
    }

    #Server .server {
        width: 80%;
        text-align: center;
        margin-top: 50px 1% 50px 1%
    }
}

/* ################################################################## */
/* Gallery */
/* ################################################################## */
#Galerie img {
    width: 1080px;
}

#Galerie .page_galerie {
    margin: 0 auto auto auto;
    padding-top: 40px;
    padding-bottom: 0px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    width: 1200px;
}

#Galerie .galerie {
    width: 1080px;
    margin: auto auto auto auto;
}

#Galerie a {
    text-transform: uppercase;
    text-align: center;
    margin: 100px auto 30px auto;
    font-size: 32px;
    margin-left: 20px;
}

@media screen and (max-height: 900px) {
    #Galerie img {
        width: 900px;
    }

    #Galerie .page_galerie {
        width: 1000px;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    #Galerie .galerie {
        width: 900px;
    }
}

@media screen and (max-height: 800px) {
    #Galerie img {
        width: 800px;
    }

    #Galerie .page_galerie {
        width: 900px;
        padding-top: 25px;
        margin-bottom: 10px;
    }

    #Galerie .galerie {
        width: 800px;
    }
}

@media screen and (max-height: 720px) {
    #Galerie img {
        width: 650px;
    }

    #Galerie .page_galerie {
        width: 700px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    #Galerie .galerie {
        width: 650px;
    }

    #Galerie a {
        font-size: 15px;
    }
}

@media screen and (max-height: 640px) {
    #Galerie img {
        width: 400px;
    }

    #Galerie .page_galerie {
        width: 500px;
        padding-top: 10px;
        margin-bottom: 10px;
    }

    #Galerie .galerie {
        width: 400px;
    }
}

@media screen and (max-width: 1200px) {
    #Galerie img {
        width: 100%;
    }

    #Galerie .page_galerie {
        width: 100%;
        padding-top: 10px;
    }

    #Galerie .galerie {
        width: 100%;
    }
}

/* ################################################################## */
/* Rules */
/* ################################################################## */

#Regeln {
    position: relative;
}

#Regeln .unterschrift {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0px;
}

#Regeln p {
    line-height: 1;
}

#downloadP {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

#Regeln .regeln {
    width: 80%;
    margin: auto
}

#Regeln .regeln #regelWrapper {
    border-style: solid;
    border-width: 1px;
    width: 100%;
    margin-bottom: 100px
}

#Regeln .regeln #regelWrapper div {
    width: 97%;
    border: none;
    margin: auto
}

#Regeln .regeln #regelNav {
    width: 100%;
    margin: auto;
    height: auto;
    display: box;
}

#Regeln .regeln #regelNav a {
    font-size: 22px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    margin: 0;
    margin-right: -7px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 4px;
    padding-left: 4px;
}

#regelWrapper .regelText p a {
    font-weight: 600;
}

#Regeln .regeln #regelWrapper div h3 {
    margin-top: 2%;
    line-height: 1;
}

@media screen and (max-width: 1150px) {
    #Regeln .regeln #regelNav a {
        font-size: 12px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1150px) {
    #Regeln .regeln #regelNav a {
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 1150px) {
    #Regeln .regeln #regelNav a {
        font-size: 15px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 1600px) {
    #Regeln .regeln #regelNav a {
        font-size: 20px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
        line-height: 32px;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 2000px) {
    #Regeln .regeln #regelNav a {
        font-size: 26px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
        line-height: 32px;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 25px;
    }
}

@media screen and (min-width: 2300px) {
    #Regeln .regeln #regelNav a {
        font-size: 30px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        margin: 0;
        margin-right: -7px;
        padding-right: 4px;
        padding-left: 4px;
    }

    #Regeln .regeln #regelNav {
        height: auto;
        line-height: 32px;
    }

    #Regeln .regeln #regelWrapper div h3 {
        font-size: 25px;
    }
}

/* ################################################################## */
/* Team */
/* ################################################################## */

#Team {
    position: relative;
}

#Team .h2_balken {
    margin-bottom: -50px;
}

#Team .team_kontakt {
    margin: 0px auto;
    width: 80%;
    float: none;
}

#Team .team_kontakt .team_content {
    margin: 60px auto -50px auto;
    float: left;
    width: 25%;
    text-align: center;
    height: 270px;
}

#Team .team_kontakt .team_content:last-child {
    margin: 60px auto 70px auto;
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
}

#Team .team_kontakt .team_content img {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100px;
}

#Team .team_kontakt .team_content .border {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 200px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100px;
}

#Team .team_kontakt .team_content .team_kontakt_button {
    margin-top: 25px;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    margin-left: 35%;
    margin-right: 35%;
    border-radius: 14px;
}

#Team .team_kontakt .team_content .name {
    margin-top: -70px;
    text-align: center;
}

#Team .team_kontakt .team_content .name a {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 650px) {
    #Team .team_kontakt .team_content {
        width: 100%;
    }

    #Team .team_kontakt .team_content:last-child {
        width: 100%;
    }
}

@media screen and (min-width: 650px) {
    #Team .team_kontakt .team_content {
        width: 50%;
    }

    #Team .team_kontakt .team_content:last-child {
        width: 50%;
    }
}

@media screen and (min-width: 1150px) {
    #Team .team_kontakt .team_content {
        width: 33%;
    }

    #Team .team_kontakt .team_content:last-child {
        width: 33%;
    }
}

@media screen and (min-width: 1600px) {
    #Team .team_kontakt .team_content {
        width: 25%;
    }

    #Team .team_kontakt .team_content:last-child {
        width: 25%;
    }
}



/* ################################################################## */
/* contact */
/* ################################################################## */

#Kontakt {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

#Kontakt .kontakt {
    display: flex;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

#Kontakt .kontakt div {
    float: none;
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: 15%;
}

#Kontakt .kontakt div a {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 1;
}

#Kontakt .kontakt div a span {
    display: inline-block;
    z-index: -2;
}

#Kontakt .kontakt div a span i {
    float: left;
    width: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: -1;
}

#Kontakt .kontakt div #facebook:hover {
    color: #3b5998;
}

#Kontakt .kontakt div #twitter:hover {
    color: #4099FF;
}

#Kontakt .kontakt div #youtube:hover {
    color: #cd201f;
}

#Kontakt .kontakt div #googleplus:hover {
    color: #DC4E41;
}

#Kontakt .kontakt div #steam:hover {
    color: rgba(23, 26, 33, 0.77);
}

#Kontakt .kontakt div #mail {
    margin-top: 15%;
}

#Kontakt .kontakt div #facebook {
    margin-top: 15%;
}

#Kontakt .kontakt div #twitter {
    margin-top: 15%;
}

#Kontakt .kontakt div #youtube {
    margin-top: 15%;
}

#Kontakt .kontakt div #googleplus {
    margin-top: 15%;
}

#Kontakt .kontakt div #steam {
    margin-top: 15%;
}

#Kontakt footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 0;
    font-size: 10px;
}

#Kontakt footer #copyright {
    margin: -10px 0 -10px 0;
    padding: 0 0 -10px 0;
}

#Kontakt footer #meta_nav {
    margin: 0px 0 0 0;
}

#Kontakt footer #meta_nav ul {
    margin: 0;
    padding: 0;
}

#Kontakt footer #meta_nav ul li {
    margin: 0;
    padding: 0 2px 0 2px;
    list-style: none;
    display: inline;
}

#Kontakt footer #meta_nav ul li:last-child {
    border: none;
}

@media screen and (max-width: 450px) {
    #Kontakt .kontakt {
        max-width: 250px;
    }

    #Kontakt .kontakt div a {
        margin-left: 20px;
    }
}

@media screen and (max-width: 800px) {
    #Kontakt footer {
        height: 50px;
        padding: 20px 0 0 0;
    }

    #Kontakt footer #meta_nav {
        margin: 0;
    }
}