button.game {
    background-color: transparent !important;
    background: url('../graphX/games/buttonLong.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: medium none;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 150px;
}

#introHeadings {
    position: absolute;
    z-index: 1;
    right: 6%;
    pointer-events: none;
}

#introSlider {
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: left;
}

#introSlider div.slideLayer {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}

#menu li > div {
    padding-top: 0;
}

.registerInline {
    background-color: transparent;
    border: none;
}

a.registerInline, a.registerInline:hover {
    color: #7fb23f !important;
    font-size: 1em;
    padding: 0;
}

#mentalStrength h4 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
}

div.intro {
    text-align: left;
}

.mainPart:nth-of-type(2n+1) {
    background-color: transparent;
}

.mainPart:nth-of-type(2n) {
    background-color: rgba(0, 0, 0, 0.05);
}

#experts {
    width: 100%;
}

#impulsDialogOverview {
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    padding: 75px 0;
    position: relative;
    font-weight: normal;
    color: white;
    font-size: 2em;
    line-height: 2em;
}

#impulsDialogOverview::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*opacity: 0.2;*/
    background-image: url('../graphX/intro/banner/Impulsdialog-Persoenlichkeit-und-Selbstbewusstsein-online-trainieren.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    pointer-events: none;
}

#impulsDialogOverview > *, #experts > * {
    position: relative;
    z-index: 2;
}

#stepOverview {
    text-align: left;
    padding-left: 3%;
    margin-bottom: 25px;
}

#impulsDialogOverview li, #impulsDialogOverview span {
    filter: drop-shadow(2px 2px 7px #000);
    -webkit-filter: drop-shadow(2px 2px 7px #000);
}

#impulsDialogOverview span {
    display: block;
    margin-left: 3%;
    text-align: left;
}


#stepOverview img {
    filter: grayscale(1) brightness(4);
    -webkit-filter: grayscale(1) brightness(4);
    max-height: 40px;
    padding-bottom: 3px;
    padding-right: 15px;
    width: auto;
}

#experts {
    background: url('frontend/graphX/header/experten.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    padding: 70px 0 70px;
}

#experts h2 {
    margin-bottom: 25px;
    color: #595959;
}

#experts p {
    font-size: 1.875em;
    text-align: center;
}

.idSummary .flexResponsive {
    flex-wrap: nowrap;
}

.idSummary > div  {
    align-items: center;
}

#registerNow:hover {
    background-image: url("../graphX/breaker/registration+profile-hover.png");
    background-size: cover;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 0;
}

#registerNow {
    background-image: url("../graphX/breaker/registration+profile.png");
    background-size: cover;
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: white;
    border: none;
}

#idTopics > div {
    padding: 15px;
    margin: 0 !important;
}

.idIntro > div {
    text-align: center;
}

.idIntro img {
    max-height: 200px;
}

.idIntro button {
    width: 200px;
}

@media (max-width: 1650px) {
    #introHeadings {
        font-size: 0.9em;
    }
}

@media (max-width: 1475px) {
    #introHeadings {
        font-size: 0.8em;
    }
}

@media (max-width: 1300px) {
    #introHeadings {
        font-size: 0.7em;
    }

    #introSlider .title {
        font-size: 1.5em;
    }

    #introSlider .shortIntro {
        font-size: 1.15em;
        line-height: 1em;
    }
}

@media (max-width: 1150px) {
    #introHeadings {
        font-size: 0.6em;
    }
}

@media (max-width: 985px) {
    #introHeadings {
        font-size: 0.5em;
    }
}

@media (max-width: 820px) {
    #introHeadings {
        font-size: 0.4em;
    }
}

@media (max-width: 767px) {
    #mentalStrength > div {
        text-align: center;
        margin: 50px 0;
    }

    #mentalStrength img {
        width: 20%;
        margin: auto;
    }

    .idSummary > div > div  {
        text-align: center;
        margin: 50px;
    }

    #impulsDialogOverview {
        padding: 50px 0;
        font-size: 1.5em;
        line-height: 1.3em;
    }

    #idTopics .idTopicFirst, #idTopics .idTopicSecond, #idTopics .idTopicThird {
        text-align: center;
        margin: 50px 0;
    }

    #idTopics .idTopicImage {
        width: 75% !important;
        display: block !important;
        height: auto !important;
    }

    .idSummary > div > div  {
        text-align: center;
        margin: 50px;
    }

    .idIntro > * {
        width: 100% !important;
    }

    #idTopics > div {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    #mentalStrength {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 72px;
    }

    #mentalStrength > div {
        flex-grow: 1;
        max-width: 30%;
        padding: 0 2%;
        text-align: justify;
    }

    #mentalStrength img {
        width: 45%;
        display: table;
        margin: 0 auto 25px auto
    }

    #idTopics .idTopicFirst, #idTopics .idTopicSecond, #idTopics .idTopicThird {
        width: 25%;
        margin-right: 25px;
        position: relative;
        text-align: center;
    }

    #idTopics .idTopicThird {
        margin-right: 0;
    }

    #idTopics .idTopicImage {
        text-align: center;
        width: 100% !important;
        display: block !important;
        height: auto !important;
        margin: auto;
    }

    .idSummary img {
        float: left;
        margin: 10px 35px 10px 5px;
        max-width: 20%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .idSummary > div > div  {
        text-align: center;
        margin: 50px;
    }
}

@media (min-width: 992px) {
    .idSummary p {
        text-align: justify;
    }
}

@media (max-width: 500px) {
    #stepOverview {
        padding-left: 7%;
    }

    #impulsDialogOverview span {
        margin-left: 7%;
    }
}


@media (max-width: 560px) {
    #introHeadings {
        font-size: 0.3em;
    }
}


@media (max-width: 380px) {
    #introHeadings {
        position: relative;
        font-size: 0.8em;
        right: auto;
    }

    #introHeadings h1, #introHeadings h2 {
        text-align: center;
    }

    #introSlider, img[src="frontend/graphX/intro/banner/ID-Banner-unten.png"] {
        display: none;
    }

}


