@import normalize.css;
@import fonts.css;

* {
    box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin-bottom: 1.5em;
}

img {
    display: block;
    width: 100%;
}

main {
    flex: 1;
    background-color: #b2bdc4;
}

.AP_ct-wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
}

.btn {
    border-radius: 24px;
    background-color: #fff;
    color: #292e32;
    padding: 0.7rem 1rem;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: background-color 0.1s ease-in-out;
}

.btn:hover {
    background-color: #b2bdc4;
}

.btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.upper {
    text-transform: uppercase;
}

.AP_header {
    padding-top: 1.5rem;
    background-color: #b2bdc4;
}

.AP_header img {
    width: 50px;
}

.AP_hero {
    position: relative;
    aspect-ratio: 16/9;
    background: #777;
}

.AP_hero video {
    display: block;
    width: 100%;
    height: 100%;
}

.AP_hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 99999px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.AP_hero__logo {
    width: 90px;
    height: auto;
}

.AP_copy {
    position: relative;
    padding: 40px 0 40px;
    color: #fff;
    text-align: center;
}

.AP_copy.left {
    text-align: left;
}

.AP_copy.max .AP_ct-wrapper > * {
    max-width: 800px;
}

.AP_copy p {
    text-wrap: pretty;
}

.AP_copy h1, h2, h3 {
    margin-bottom: 1em;
}

.AP_copy a {
    color: #fff;
}

.AP_copy .AP_ct-wrapper {
    position: relative;
    z-index: 1;
}

.AP_copy.bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url('../img/MINATO-LOGO-03-white.svg') no-repeat center / 90%;
    opacity: 0.15;
}

.AP_copy__hl {
    font-size: 1.5em;
    font-weight: 200;
    letter-spacing: 0.075em;
}

.AP_copy__sl {
    margin-bottom: 0;
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: 200;
    letter-spacing: 0.075em;
}

.AP_copy__sl strong {
    font-weight: 700;
}

.AP_images {
    display: flex;
    flex-direction: column;
}

.AP_timetable {
    padding: 2.5rem 0 3.5rem;
    background-color: #b2bdc4;
    color: #fff;
    text-align: center;
}

.AP_timetable a:focus-visible {
    outline: 2px solid #292e32;
}

.AP_timetable .copy1 {
    margin-bottom: 2rem;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 200;
}

.AP_timetable .copy1 strong {
    font-weight: 700;
}

.AP_timetable__hl {
    padding: 1rem 0.5rem;
    color: #292e32;
    background-color: #fff;
}

.AP_timetable__hl h2 {
    font-weight: 500;
    text-align: left;
}

.AP_timetable__eversports {
    margin: 3rem auto 3rem;
}

.AP_timetable a {
    color: #fff;
}

.AP_map {
    padding: 0 0 5.5rem;
    color: #fff;
    text-align: center;
}

.AP_map__hl {
    font-size: 1.5em;
    font-weight: 200;
    letter-spacing: 0.075em;
}

.AP_map img {
    max-width: 800px;
}

.AP_map a {
    color: #fff;
}

.AP_map a:focus-visible {
    outline: 2px solid #292e32;
}

.AP_map__map {
    display: inline-block;
    margin: 0 auto 1rem;
}

.AP_footer {
    padding: 2rem 0 3rem;
    background-color: #292e32;
    color: #fff;
}

.AP_footer > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.8rem;
}

.AP_footer ul {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.AP_footer__links {
    justify-content: center;
}

.AP_footer .link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 0.75em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 200;
}

.AP_footer .link:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
    transition: width 0.1s ease-in-out;
}

.AP_footer .link:hover:after,
.AP_footer .link:focus:after {
    width: 100%;
}

.AP_footer .link:focus {
    outline: none;
}

.AP_footer__logo {
    width: 240px;
    height: auto;
}

.AP_footer__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}

.AP_footer__wrapper > div {
    display: flex;
    align-items: center;
}

.AP_footer__wrapper > div:nth-child(1) {
    order: 1;
}

.AP_footer__wrapper > div:nth-child(2) {
    order: 3;
}

.AP_footer__wrapper > div:nth-child(3) {
    order: 2;
}

.AP_footer__logos {
    display: flex;
    align-items: center !important;
    gap: 3.5rem;
}

.AP_footer__logos span {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 0.75em;
}

.AP_footer__socials {
    flex-direction: row !important;
}

.AP_footer__socials a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.social-logo {
    width: 26px;
    height: auto;
}

.logo-verband {
    width: 65px;
    height: auto;
}

.logo-gratz {
    width: 105px;
    height: auto;
    margin-bottom: 10px;
}

.AP_footer__copyright {
    margin-top: 1.5rem;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 200;
}

@media all and (min-width: 420px) {
    .AP_hero__logo {
        width: 110px;
    }

    .AP_images {
        flex-direction: row;
    }
}

@media all and (min-width: 640px) {
    .btn {
        padding: 0.8rem 1.1rem;
        font-size: 0.775em;
    }

    .AP_ct-wrapper {
        padding: 0 3rem;
    }

    .AP_hero__logo {
        width: 160px;
    }

    .AP_hero .btn {
        position: absolute;
        top: 2.2rem;
        right: 3rem;
    }

    .AP_copy {
        padding: 80px 0 80px;
    }

    .AP_copy__hl {
        font-size: 1.9em;
    }

    .AP_copy__sl {
        font-size: 1.1em;
        line-height: 1.8;
    }

    .AP_timetable {
        padding: 5rem 0 6rem;
    }

    .AP_timetable .copy1 {
        font-size: 1.2em;
        line-height: 1.9;
    }

    .AP_timetable__eversports {
        margin: 6rem auto 3rem;
    }

    .AP_map {
        padding: 0 0 8rem;
    }

    .AP_footer {
        padding: 2.25rem 0 5rem;
    }

    .AP_footer > div {
        flex-direction: column;
    }

    .AP_footer__wrapper > div:nth-child(2) {
        justify-content: center;
    }

    .AP_footer ul {
        flex-direction: row;
    }

    .AP_footer__logo {
        width: 230px;
    }

    .AP_footer__copyright {
        margin-top: 0.6rem;
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .btn {
        padding: 1rem 1.25rem;
        font-size: 0.875em;
    }

    .AP_hero__logo {
        width: 220px;
    }

    .AP_timetable__hl {
        padding: 1.75rem 0.5rem 1.25rem;
    }

    .AP_timetable__hl h2 {
        font-size: 1.8em;
    }

    .AP_footer__wrapper {
        flex-direction: row;
    }

    .AP_footer__wrapper > div:nth-child(1) {
        flex: 1;
    }

    .AP_footer__wrapper > div:nth-child(2) {
        flex: 0;
        order: 2;
    }

    .AP_footer__wrapper > div:nth-child(3) {
        flex: 1;
        order: 3;
        justify-content: flex-end;
    }

    .AP_footer__logos {
        gap: 2rem;
    }

    .AP_footer__logo {
        width: 260px;
    }

    .AP_footer__socials {
        transform: translateY(0.475rem);
    }
}

@media all and (min-width: 1024px) {
    .AP_hero__logo {
        width: 280px;
    }

    .AP_footer__logos {
        gap: 3.5rem;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}