:root {
	--blue: #5390cd;
	--red: rgb(210, 37, 55);
    --header-height: 125px;
    --yellow: #ffd512;
    --yellow-light: #eeefb2;
    --blue-light: #a8d7d2;
    --orange: #f28236;
    --color1: var(--blue);
    --color2: var(--red);
    --color3: var(--red);
}

header {
    background: var(--blue);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}


header .container {
    height: var(--header-height);
    transition: height .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: height .3s;
}


header nav a {
    padding: 15px 1vw 11px 1vw;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
nav>a, nav>.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: white;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-size: 24px;

    color: white;
    text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    border-bottom: 0px solid white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);

}

header nav a.btn {
    margin: 0px;
    padding: 15px 1vw 11px 1vw;
}
.btn {
    line-height: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 10px 5px;
    border: 0;
    vertical-align: top;
    position: relative;
    background: var(--red);
    text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    display: inline-block;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .3);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

a.btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.2);
    left: 0px;
    bottom: 0px;
    transition: height .3s;
}

a.btn:hover:after {
    height: 100%;
    transition: height .3s;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    column-gap: 15px;
}

.socials a {
    text-decoration: none;
    display: block;
}

header nav .socials {
    display: none;
}


.hamburger-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

#hamburger, #hamburger::before, #hamburger::after {
    background-color: white;
    height: 3px;
    width: 25px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    z-index: 101;
    display: none;
    cursor: pointer;
}

.block {
    min-height: calc(100vh - var(--header-height));
}

.stadion-block, .sterrenteam-block {
    overflow-x: hidden;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    grid-gap: 75px;
    justify-content: center;
}
.center {
    text-align: center;
}
.stadion-block:before, .stadion-block:after, .sterrenteam-block:before, .sterrenteam-block:after {
    position: absolute;
    left: -60%;
    top: 0;
    width: 90%;
    height: 100%;
    content: '';
    background: rgb(129 182 220 / 88%);
    transition: .5s;
    z-index: 0;
    transform: skew(20deg, 0deg);
}

.blue-gradient {
    background: linear-gradient(180deg, var(--yellow-light), var(--blue-light));
}


.stadion-block:after, .sterrenteam-block:after {
    left: 30%;
    width: 130%;
    background: rgb(165 222 236 / 87.5%);
    z-index: 0;
}

#page {
    padding: var(--header-height) 0px 0px 0px;
}

.stadion-block {
    background-image: url('/panna/www/images/stadion.jpg');
    background-size: cover;
}

.blue-gradient, .stadion-block  {

    min-height: calc(100vh - var(--header-height));
}

.stadion-block .content {

    z-index: 3;
}

.in-view.stadion-block:before, .in-view.sterrenteam-block:before, .in-view.stadion-block:after, .in-view.sterrenteam-block:after {
    transform: skew(-20deg, 0deg);
    transition: .5s;
}

.blue-gradient h3 {
    color: white;
}
.gradient h3 {
    font-size: 44px;
}


.in-view {
    transform: translate(0%, 0%);
    opacity: 1;
}


.animate, .in-view {
    transition: opacity .5s, transform 1s !important;
}

h1 {
    font-size: 38px;
    margin: 17.5px 0px;
}

h1, h2, h3 {
    text-decoration: none;
    font-family: bitter, serif;
    font-weight: normal;
    border-bottom: 0px solid white;
    xxtext-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    line-height: 110%;
    text-transform: uppercase;
}


.stadion-block .abs, .sterrenteam-block .abs, .img-abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.block-white {
    width: 100%;
    max-width: 750px;
    display: inline-block;
    vertical-align: top;
    padding: 50px;
    background: white;
    line-height: 32px;
    text-align: left;
}

.stadion-block h1 {
    color: white;
}

.img-fixed {
    position: absolute;
    left: var(--img-fixed-left);
    top: 50px;
    z-index: 50;
    height: 500px;
    transition: transform .75s;
    max-height: 500px;
    box-shadow: 0px 0px 10px 5px rgba(125, 125, 125, 0);
    transform: rotate(0deg) scale(0.85);
}
