@font-face {
    font-family: uefaeuro;
    src: url(UEFAEuro-Book.woff);
}

#main {
    background-color: #143cda;
    color: white;
    font-family: uefaeuro;
    
    position: relative;
    overflow-x: hidden;
}

#pansiteMenu {
	position: absolute;
	top: 1em;
	right: 4em;
	z-index: 1100;
}

/*
    HEADER
*/

header {
    height: 400px;
}

@media (max-width: 1199px) {
    header {
        height: 68px;
    }
}

header #header-background {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    header #header-background {
        display: none;
    }
}

header #header-background img {
    position: absolute;
    height: 400px;
    min-width: 100%;
}

header #header-uefageLogo {
    height: 150px;
}

#main nav {
    margin-top: 90px;
    transition: padding 0.2s;
}

@media (max-width: 1399px) {
    header #header-uefageLogo {
        height: 100px;
    }

    #main nav {
        margin-top: 120px;
    }
}

#main nav ul li {
    font-size: 18px;
}

/* xs - lg */
@media (max-width: 1199px) {
    #main nav ul li {
        font-size: 20px;
    }
}

#main nav .navbar-toggler {
    color: white;
    font-size: 3em;
}

@media (max-width: 1200px) {
    #main nav .navbar-toggler {
        color: white;
        font-size: 1.5em;
    }
}

#main nav .navbar-toggler:focus {
    box-shadow: 0 0 0 3px;
}

#main nav li a:not(.dropdown-item) {
    color: white;
    padding-bottom: 0;
    border-bottom: 2px solid transparent;
}

#main nav li a.active {
    border-bottom: 2px solid white;
}

#main nav #navbarLinks {
    text-align: right;
}

#main .navbar {
	z-index: 100;
}

#main nav.scrolled {
    padding-top: 0;
	margin-top: 0;
    background-color: #009951;
    transition: all 0s;
}

@media (min-width: 1200px) {
    #main nav.scrolled #header-uefageLogo-wrapper {
        margin-left: 80px;
    }
}

#main nav.scrolled .navbar-brand img {
    height: 68px;
    margin-top: -11px;
    margin-bottom: -15px;
}

@media (max-width: 1199px) {
    #main nav {
        padding-top: 0;
        background-color: #009951;
    }
    
    #main nav .navbar-brand img {
    	height: 68px;
    	margin-top: -11px;
    	margin-bottom: -15px;
    }

    #main .fixed-top {
        padding-top: 0;
        margin-top: 0;
    }

    #main nav li a:not(.dropdown-item) {
        border-bottom: 0;
        padding-right: 5px;
        border-right: 2px solid transparent;
    }

    #main nav li a.active {
        border-bottom: 0;
        border-right: 2px solid white;
    }

    .nav-item .dropdown-toggle {
        display: none;
    }

    .nav-item .dropdown-menu {
        display: block;
        border: none;
        background: transparent;
        text-align: right;
        padding: 0;
    }

    .nav-item .dropdown-menu .dropdown-item {
        border-radius: 0 !important;
        color: white !important;
        margin-right: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 0;
    }

}

.dropdown-menu.show {
    display: inline-block !important;
}

.uefalinie {
    width: 100%;
}

#main nav .dropdown {
    min-width: 0;
}

#main nav .dropdown.show {
    display: inline-block;
}

#main nav .dropdown a.dropdown-item {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    width: auto;
    padding-top: 7px;
    margin-top: 5px;
}

#main nav .dropdown a.dropdown-item:first-child {
    margin-top: 0;
}

#main nav .dropdown a.dropdown-item:hover {
    background-color: #009951;
    color: white;
}

#main nav .dropdown-item.active, #main nav .dropdown-item:active {
    background-color: unset;
    color: unset;
}

/*
    FOOTER
*/

footer {
    height: 800px;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    footer {
        height: auto;
        font-size: 14px;
    }
}

footer div {
    z-index: 10;
}

footer a, footer a:link {
    color: inherit;
    text-decoration: inherit;
}

footer a:hover {
    text-decoration: underline;
}

footer #footer-background {
    position: absolute;
    left: 0;
    height: 800px;
}

footer #footer-geLogo {
    height: 50px;
}

footer #footer-uefageLogo {
    height: 100px;
}


/* CONTENT */

/* Social Media */
.socialmedia {
    position: fixed;
    left: -10px;
    top: 45%;
    z-index: 1040;
    transform: translate(0, -50%);
    list-style-type: none;
    background-color: #009951;
    box-shadow: 5px 5px #006536;
    padding: 10px;
    padding-left: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 30px;
    color: white;
}

.socialmedia .bi:hover {
  color: #ffcb00;
}

.socialmedia li:not(:first-child) {
    margin-top: 5px;
}

.socialmedia a {
    color: white;
}

.navbar-nav .socialmedia {
	display: none;
}

/* xs - lg */
@media (max-width: 1199px) {

   .navbar-nav .socialmedia {
      display: initial;
   }
	
   .socialmedia-lg {
      display: none;
    }

    .socialmedia {
        position: relative;
        transform: unset;
        box-shadow: unset;
        padding: 0;
        margin-right: -15px;
    }

    .socialmedia li {
        display: inline-block;
        margin-left: 15px;
    }
    
}

/* Counter */
.counterRahmen {
    min-height: 500px;
    max-height: 700px;
    position: relative;
    margin-bottom: 200px;
}

.counterRahmenBackground {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    bottom: 0;
    width: 100%;
}

.counterRahmenBackground .left {
    max-width: 800px;
}

.counterRahmenForeground {
    z-index: 5;
    position: relative;
    padding-top: 50px;
    margin-left: 800px;
}

.counter .counter-box {
    display: inline-block;
    width: 80px;
}

.counter .counter-box:not(:first-child) {
    margin-left: 5px;
}

.counter .counter-box .counter-text {
    display: block;
    text-align: center;
    height: 54px;
}

.counter .counter-box .counter-text-white {
    background-color: #011f96;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 30px;
    padding-top: 10%;
}

.counter-light .counter-box .counter-text-white {
    background-color: #143cda;

}

.counter .counter-box .counter-text-blue {
    background-color: white;
    color: #011f96;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20%;
    font-weight: bold;
}

/* xs - lg */
@media (max-width: 1199px) {
    .counterRahmen {
        margin-top: 20px;
        min-height: unset;
        max-height: 200px;
    }

    .counterRahmenBackground {
        display: none;
    }

    .counterRahmenForeground {
        margin-left: 0;
        padding-top: 0;
        text-align: center;
    }
}

nav .counter {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%) scale(0.8);
    margin-left: 30px;
}

nav.scrolled .counter, nav.fixed-top .counter {
    position: unset;
    transform: unset;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 0;
}

nav.scrolled .counter-box, nav.fixed-top .counter-box {
    width: 40px !important;
}

nav.scrolled .counter-text, nav.fixed-top .counter-text {
    height: 27px !important;
}

nav.scrolled .counter-text-blue, nav.fixed-top .counter-text-blue {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    font-size: 8px !important;
}

nav.scrolled .counter-text-white, nav.fixed-top .counter-text-white {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    font-size: 15px !important;
}

nav.scrolled .counter-box:not(:first-child), nav.fixed-top .counter-box:not(:first-child) {
    margin-left: 2.5px !important;
}

#main nav #hamburger {
    width: 39px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#main nav #hamburger span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

#main nav #hamburger span:nth-child(1) {
    top: 5px;
}

#main nav #hamburger span:nth-child(2), #main nav #hamburger span:nth-child(3) {
    top: 19px;
}

#main nav #hamburger span:nth-child(4) {
    top: 33px;
}

#main nav #hamburger.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#main nav #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#main nav #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main nav #hamburger.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Button */
.btn-uefa {
    color: white !important;
    background-color: #009951 !important;
    box-shadow: 5px 5px #006536 !important;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-uefa:hover {
    color: white;
    background-color: #008b4a !important;
}

.btn-uefa:focus {
    color: white;
    background-color: #008b4a !important;
}

/* Runde Container */
.sideContainer, .brandingContainer, .freeImageContainer, .eckenContainer {
    margin-top: 25px;
    margin-bottom: 200px;
    scroll-margin-top: 68px;
}

.sideContainer, .freeImageContainer {
    display: flex;
}

.sideContainer-links, .freeImageContainer-links {
    flex-direction: row;
    justify-content: flex-start;
    margin-right: auto;
}

.sideContainer-rechts, .freeImageContainer-rechts {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-left: auto;
}

/* xs - lg */
@media (max-width: 1199px) {
    .sideContainer, .freeImageContainer {
        flex-direction: column;
    }
}

.sideContainer-ueberschrift, .brandingContainer-ueberschrift, .eckenContainer-ueberschrift, .freeImageContainer-ueberschrift {
    margin-bottom: 0;
    padding-top: 25px;
    font-size: calc(35px + 1vw);
}

.sideContainer-links .sideContainer-ueberschrift, .brandingContainer-ueberschrift, .eckenContainer-ueberschrift, .freeImageContainer-links .freeImageContainer-ueberschrift {
    border-left: 15px solid #011f9b;
    padding-left: 10px;
}

.sideContainer-rechts .sideContainer-ueberschrift, .freeImageContainer-rechts .freeImageContainer-ueberschrift {
    border-right: 15px solid #011f9b;
    padding-right: 10px;
    text-align: right;
}

.sideContainer .sideContainer-image {
    position: relative;
    height: 544px;
    width: 960px;
}

.sideContainer .sideContainer-foreground, .sideContainer .sideContainer-background {
    position: absolute;
    bottom: 0;
}

.sideContainer-foreground.stretched {
    width: 100%;
    height: 100%;
}

.sideContainer-links .sideContainer-foreground.stretched {
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}

.sideContainer-rechts .sideContainer-foreground.stretched {
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}

.sideContainer-links .sideContainer-foreground, .sideContainer-links .sideContainer-background {
    left: 0;
}

.sideContainer-rechts .sideContainer-foreground, .sideContainer-rechts .sideContainer-background {
    right: 0;
}

.sideContainer .sideContainer-yt, .brandingContainer .brandingContainer-yt {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.sideContainer .sideContainer-yt i, .brandingContainer .brandingContainer-yt i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: black;
    font-size: 200px;
    transform: translate(-50%, -50%);
    margin-top: 0;
    opacity: 0.8;
    line-height: 0;
}

/* xs - xl */
@media (max-width: 1399px) {
    .sideContainer .sideContainer-yt i, .brandingContainer .brandingContainer-yt i {
        font-size: 180px;
    }
}

/* xs - lg */
@media (max-width: 1199px) {
    .sideContainer .sideContainer-yt i, .brandingContainer .brandingContainer-yt i {
        font-size: 160px;
    }
}

/* xs - md */
@media (max-width: 991px) {
    .sideContainer .sideContainer-yt i, .brandingContainer .brandingContainer-yt i {
        font-size: 140px;
    }
}

.sideContainer .sideContainer-yt:hover i, .brandingContainer .brandingContainer-yt:hover i, .scoop-youtube a:hover i {
    opacity: 1;
}

.sideContainer .sideContainer-yt:hover i.bi-youtube::before, .brandingContainer .brandingContainer-yt:hover i.bi-youtube::before, .scoop-youtube a:hover i.bi-youtube::before {
    content: url(/img/youtube-play-button-hover.png) !important;
}

.sideContainer .sideContainer-content, .freeImageContainer-content {
    margin-top: 150px;
}

/* xs - lg */
@media (max-width: 1199px) {    
    .sideContainer .sideContainer-content {
        margin-top: -80px;
    }
}

/* xs - md */
@media (max-width: 991px) {
    .sideContainer .sideContainer-content {
        margin-top: -130px;
    }
}

/* xs - sm */
@media (max-width: 767px) {
    .sideContainer .sideContainer-content {
        margin-top: -180px;
    }
}

/* xs */
@media (max-width: 575px) {
    .sideContainer .sideContainer-content {
        margin-top: -250px;
    }
}

.sideContainer-links .sideContainer-content, .freeImageContainer-links .freeImageContainer-content {
    margin-left: 50px;
    padding-right: 70px;
}

.sideContainer-rechts .sideContainer-content, .freeImageContainer-rechts .freeImageContainer-content {
    padding-left: 70px;
    margin-right: 20px;
    margin-left: auto;
}

/* xs - xl */
@media (max-width: 1399px) {
    .sideContainer .sideContainer-side, .freeImageContainer-side {
        width: 768px;
    }

    .sideContainer-rechts .sideContainer-side, .freeImageContainer-rechts .freeImageContainer-side {
        margin-left: auto;
    }

    .sideContainer .sideContainer-image {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

/* xs - lg */
@media (max-width: 1199px) {
    .sideContainer-links .sideContainer-content, .freeImageContainer-links .freeImageContainer-content {
        padding-left: 70px;
        margin-left: 0;
    }

    .sideContainer-rechts .sideContainer-content, .freeImageContainer-rechts .freeImageContainer-content {
        padding-right: 70px;
    }

    .sideContainer .sideContainer-side, .freeImageContainer-side {
        width: 672px;
    }

    .sideContainer .sideContainer-image {
        transform: scale(0.7);
    }
}

/* xs - md */
@media (max-width: 991px) {
    .sideContainer .sideContainer-side, .freeImageContainer-side {
        width: 576px;
    }

    .sideContainer .sideContainer-image {
        transform: scale(0.6);
    }
}

/* xs - sm */
@media (max-width: 767px) {
    .sideContainer .sideContainer-side, .freeImageContainer-side {
        width: 480px;
    }

    .sideContainer .sideContainer-image {
        transform: scale(0.5);
    }
}

/* xs */
@media (max-width: 575px) {
    .sideContainer-links .sideContainer-content, .freeImageContainer-links .freeImageContainer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sideContainer-rechts .sideContainer-content, .freeImageContainer-rechts .freeImageContainer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sideContainer .sideContainer-side, .freeImageContainer-side {
        width: 384px;
    }

    .sideContainer .sideContainer-image {
        transform: scale(0.4);
    }
}

.freeImageContainer-side {
    max-width: 80%;
    flex: 1 0 50%;
}

.freeImageContainer-img {
    max-width: 100%;
}

/* xs - lg */
@media (max-width: 1199px) {
    .freeImageContainer-content {
        margin-top: 20px;
    }
}

/* Branding Container */
.brandingContainer {
    position: relative;
}

.brandingContainer .ueberschrift {
    position: absolute;
    right: 20px;
    top: 10%;
}

.brandingContainer .brandingContainer-video {
    position: relative;
    height: 1000px;
}
    
.brandingContainer .brandingContainer-teaser {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* xs - xl */
@media (max-width: 1399px) {
    .brandingContainer .brandingContainer-video {
        height: 800px;
    }
}

/* xs - lg */
@media (max-width: 1199px) {
    .brandingContainer .brandingContainer-video {
        height: 600px;
    }
}

/* xs - md */
@media (max-width: 991px) {
    .brandingContainer .brandingContainer-video {
        height: 400px;
    }
}


/* xs - sm */
@media (max-width: 767px) {
    .brandingContainer .brandingContainer-img-left {
        display: none;
    }

    .brandingContainer .brandingContainer-ueberschrift {
        display: none;
    }

    .brandingContainer .ueberschrift {
        position: unset;
        text-align: center;
    }
}

.brandingContainer .brandingContainer-yt {
    left: 0;
}

.brandingContainer img {
    max-height: 100%;
}

.eckenContainer {
    position: relative;
    min-height: 800px;
}

.eckenContainer .ueberschrift {
    position: absolute;
    right: 20px;
    top: 0;
    text-align: right;
}

.eckenContainer-img {
    position: absolute;
    max-width: 48%;
}

.eckenContainer-img.links {
    left: 0;
}

.eckenContainer-img.rechts {
    right: 0;
}

.eckenContainer-img.unten {
    bottom: 0;
}

.eckenContainer .eckenContainer-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    padding-bottom: 150px;
} 

/* Überschriften */
.ueberschrift {
    margin-bottom: 20px;
    scroll-margin-top: 70px;
}

.ueberschrift h2 {
    font-weight: bold;
    font-size: 35px;
}

/* Scoop */
.scoop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 25px;
}

.scoop .scoop-artikel {
    background-color: #002c92;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 1 23%;
    hyphens: auto;
}

/* xs - lg */
@media (max-width: 1199px) {
    .scoop .scoop-artikel {
        flex: 0 1 45%;
    }
}

/* xs - sm */
@media (max-width: 767px) {    
    .scoop .scoop-artikel {
        flex: 0 1 100%;
    }
}

.scoop .scoop-link {    
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.scoop .scoop-img {
    width: 100%;
}

.scoop .scoop-text {
    padding-left: 15px;
    padding-right: 15px;
}

.scoop-details .scoop-text {    
    margin-top: 10px;
}

.scoop-btnLeiste {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}

.scoopListe-ueberschrift {
    text-align: center;
    margin-top: 20px;
}

.scoop-paging ul {
    list-style-type: none;
    text-align: center;
    margin-top: 30px;
}

.scoop-paging ul li {
    display: inline-block;
    margin: 10px;
}

.scoop-paging ul li a {
    text-decoration: none;
    color: white;
}

.scoop-paging ul li:hover a {
    text-decoration: underline;
}

.scoop-paging ul {
    padding-left: 0;
}

.scoop-paging ul li a.current {
    color: #009951;
}

.scoop-meta {
    margin-bottom: 10px;
}

.scoop-warning {
    background-color: #fafafa;
}

.scoop-warning p {
    margin-bottom: 0;
}

.scoop-warning a {
    color: #143cda;
	white-space: nowrap;
}

.scoop-youtube {
    display: flex;
    justify-content: center;
}

.scoop-youtube img {
    border-radius: 10px;
}

.scoop-youtube a {
    position: relative;
}

.scoop-youtube i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: black;
    font-size: 100px;
    transform: translate(-50%, -50%);
    margin-top: 0;
    opacity: 0.8;
    line-height: 0;
}

.scoop-artikel-text, .scoop-error {
    margin-top: 20px;
}

.scoop-mehrinformationen {
    margin-top: 25px;
}

.scoop-mehrinformationen ul {
    list-style-type: none;
    background-color: #002c92;
    padding-top: 20px;
    padding-bottom: 20px;
}

.scoop-mehrinformationen ul li {
    margin-top: 10px;
}

.scoop-mehrinformationen a {
    display: inline-block;
    color: white;
    margin-left: 5px;
}

.scoop-mehrinformationen a p {
    margin-bottom: 0;
}

.scoop-mehrinformationen a:hover {
    text-decoration: underline;
}

.scoop-subline {
    font-size: 20px;
}

.scoop-bild {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    background-color: #009951;
}

/* xs - md */
@media (max-width: 991px) {
    .scoop-bild {
        width: 80%;
    }
    
}

.scoop-bild img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.scoop-bild .text {
    padding: 5px;
}

.scoop-bild .text p {
    margin-bottom: 0;
}

.scoop-bild-slider {
    position: relative;
}

.scoop-btn {
    position: absolute;
    top: 50%;
    font-size: 30px;
    line-height: 0;
    padding: 5px;
}

.scoop-btn-prev {
    transform: translate(-120%, -50%);
}

.scoop-btn-next {
    transform: translate(120%, -50%);
    right: 0;
}

.scoop-details .ueberschrift h2 {
    border-bottom: 1px solid black;
}

.scoop-text a, .text a, p a, .scoop-meta a {
	text-decoration: underline;
	color: inherit;
	white-space: no-wrap;
}

.icon-download::before {
	content: url(/img/download.svg);
	margin-right: 5px;
	margin-left: 5px;
}

.arrow-up-right::before, .scoop-text a::before, .text a::before, p a::before, a.btn-uefa::before {
	content: url(/img/arrow-up-right.svg);
	margin-right: 5px;
	margin-left: 5px;
}

.arrow-right::before, .scoop-text a[href*="https://uefaeuro2024.gelsenkirchen.de/"]::before, .text a[href*="https://uefaeuro2024.gelsenkirchen.de/"]::before, p a[href*="https://uefaeuro2024.gelsenkirchen.de/"]::before, a.btn-uefa[href*="https://uefaeuro2024.gelsenkirchen.de/"]::before,
.scoop-text a:not([href*="http"])::before, .text a:not([href*="http"])::before, p a:not([href*="http"])::before, a.btn-uefa:not([href*="http"])::before {
	content: url(/img/arrow-right.svg);
}

.arrow-up-right-blue::before {
	content: url(/img/arrow-up-right-blue.svg);
	margin-right: 5px;
}

/* Error page */
.errorContainer {
    display: flex;
    justify-content: space-around;
    margin-bottom: -270px;
}

.errorContainer img {
    width: 500px;
}

.errorContainer-details {
    margin-left: -80px;
    margin-right: 50px;
    text-align: right;
}

.errorContainer-details h1 {
    font-size: calc(90px + 10vw);
    white-space: nowrap;
}

.errorContainer-details h1 span {
    font-size: 80px;
    position: relative;
    bottom: 20px;
}

.errorContainer-details p:first-of-type {
    margin-top: -50px;
}

.errorContainer-details p {
    font-size: 30px;
}

.errorContainer-details a {
    padding-left: 50px;
    padding-right: 50px;
}

/* xs - lg */
@media (max-width: 1199px) {
    .errorContainer {
        margin-bottom: -320px;
        margin-top: 20px;
    }
}

/* xs - md */
@media (max-width: 991px) {
    .errorContainer img {
        display: none;
    }

    .errorContainer {
        margin-bottom: 0;
        margin-top: 20px;
        margin-left: auto;
        justify-content: center;
    }

    .errorContainer-details {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .errorContainer-details h1 {
        font-size: 80px;
    }
    
    .errorContainer-details h1 span {
        font-size: 60px;
        bottom: 5px;
    }
	
	.errorContainer-details p:first-of-type {
		margin-top: -20px;
	}
}

#error500 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#error500 .container {
    background-color: #011f96;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
}

#error500 .container h1 {
    font-size: calc(90px + 10vw);
}

#error500 .container h1 span {
    font-size: 80px;
    position: relative;
    bottom: 20px;
}

.vbox-close {
    top: 10px !important;
    right: 10px !important;
}

#Startseite {
    scroll-margin-top: 500px;
}

.alert p:last-child, .alert ul:last-child {
	margin-bottom: 0;
}

.bi-youtube::before {
	content: url(/img/youtube-play-button.png) !important;
}

.vbox-close::before {
  content: 'Schlie\df en';
  position: relative;
  bottom: 2px;
  right: 5px;
}

/* Slider */
.uefa-slider {
    position: relative;
    margin-bottom: 240px;
}

.uefa-slider .sideContainer-foreground {
    width: 100%;
    height: 100%;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}

.uefa-slider-slide, .uefa-slider .sideContainer-foreground {
    transition: 300ms opacity;
}

.uefa-slider-slide.hidden {
    position: absolute;
    right: -1000%;
    opacity: 0;
} 

.fadeOut {
    opacity: 0;
} 

.uefa-slider-buttons {
    position: absolute;
    bottom: -50px;
    display: flex;
    list-style-type: none;
    width: 100%;
    justify-content: center;
}

.uefa-slider-buttons li {
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.uefa-slider-btn {
    width: 20px;
    height: 20px;
}

.uefa-slider .active {
    animation: rotate .5s linear;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
}
  
.uefa-slider .active::before {
    background-image: url(/img/football.png) !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    display: block;
    content: "";
}

@keyframes rotate {
    to{ transform: rotate(144deg); }
}

@media (min-width: 1200px) {
    .navbar .container-fluid {
        width: fit-content;
    }
	
	#header-uefageLogo-wrapper {
		margin-left: -9em;
	}
}


#DialogBoxDiv {
	z-index: 2000 !important;
}

/* Formulare */
    .form {
        clear: both;
    }
        /* -- Zeilenformate -- */
        .form .zeile {
        }

            .form .zeile + .zeile {
                margin-top: 0.8em;
            }

            .form .zeile .zentriert {
                margin: 0 auto;
                text-align: center;
            }

        .form .zentriert .geButtonset {
            display: inline-block;
            margin: 0 auto;
        }

        .form .zeile .drittel {
            float: left;
            position: relative;
            width: 32%;
        }

        .form .zeile .halb {
            float: left;
            position: relative;
            width: 49%;
        }

        .form .zeile .einviertel {
            float: left;
            width: 23.5%;
        }

        .form .zeile .dreiviertel {
            float: left;
            width: 74%;
        }

            .form .zeile .einviertel + .einviertel,
            .form .zeile .halb + .halb,
            .form .zeile .drittel + .drittel,
            .form .zeile .einviertel + .dreiviertel,
            .form .zeile .dreiviertel + .einviertel,
            .form .zeile .einviertel + .halb,
            .form .zeile .halb + .einviertel {
                margin-left: 2%;
            }
        /* -- Eingabefelder -- */
        .form input[type="text"],
        .form input[type="password"],
        .form input[type="email"],
        .form input[type="tel"],
        .form input[type="date"],
        .form input[type="number"],
        .form select,
        .form textarea {
            color: white;
            background: none repeat scroll 0 0 #011F9B;
            border: none;
            padding: 5px;
            width: 100%;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
        }

                .form input[disabled]{
            filter: brightness(0.8)
        }

        .form .pflichtfeld:after {
            content: " *";
        }

        .form label {
            display: block;
        }

        .form .checkbox {
            display: flex;
            gap: 10px;
            justify-content: center;
        }

            .form .checkbox input {
                -webkit-appearance: none;
                appearance: none;
                background-color: transparent;
                color: white;
                margin: 0;
                font: inherit;
                width: 1.15em;
                height: 1.15em;
                border: 0.1em solid white;
                margin-top: 2px;
                font-family: bootstrap-icons !important;
                cursor: pointer;
            }

                .form .checkbox input::before {
                    content: "\F26E";
                    transition: 120ms all ease-in-out;
                    opacity: 0;
                    position: relative;
                    bottom: 8px;
                    right: 3px;
                    font-size: 22px;
                }

                .form .checkbox input:checked::before {
                    opacity: 1;
                }

                .form .checkbox label {                    
                    cursor: pointer;
                }

    .clear {
        clear: both;
        height: 0.1px;
        margin: 0 !important;
    }

    .btnzeile {
        clear: both;
        text-align: right;
        margin: 15px -15px -15px;
    }

    .hidden{
        opacity: 0;
        height: 0px;
        width: 0px;
    }