@font-face {
    font-family: default_font;
    src: url('/assets/medium.otf');
}

@font-face {
    font-family: bold_font;
    src: url('/assets/bold.otf');
}

body {
    background-color: #e3e3e3;
    font-family: default_font;
    line-height: 1;
    min-width: 396px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    color: inherit;
}

svg {
    display: inline-block;
    vertical-align: middle;
}

.vod-play {
    width: 64px;
    height: 32px;
    background-image: url(/assets/img/vod_play.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 9px;
}

.footer {
    margin: 24px 0px 12px 0px;
}

.footer-logo {
    display: block;
    background-image: url('/assets/img/fortuna.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 129px;
    height: 40px;
}

.bottom-sponsor-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-width: 160px;
    margin: 0px auto;
}

.bottom-sponsor {
    width: 200px;
    height: 100px;
    display: flex;
    background-color: #ebebeb;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    padding: 12px;
    flex: 1;
    margin-right: 24px;
    margin-bottom: 12px;
}

.bottom-sponsor:last-child {
    margin-right: 0px;
}

.copyright {
    padding-top: 24px;
}

.full-container {
    display: flex;
    justify-content: center;
}

.container-wider{
    flex-direction: column;
}

.wide-ss {
    flex: 0 0 160px;
    width: 160px;
    height: 600px;
    margin: 48px 1px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.wide-ss-sbb {
    background-image: url('/assets/img/banners/sbb-wide-ss.jpg');
}

.wide-ss-idea {
    background-image: url('/assets/img/banners/idea-wide-ss.jpg');
}

.wide-ss-cola {
    background-image: url('/assets/img/banners/cola-wide-ss-left.png');
}

.wide-ss-cola-right {
    background-image: url('/assets/img/banners/cola-wide-ss-right.png');
}

.wide-ss-red-bull {
    background-image: url('/assets/img/banners/rb-wide-ss.gif');
}

.wide-ss-vip {
    background-image: url('/assets/img/banners/vip-wide-ss.gif');
}

.normal-content-container .wide-ss {
    margin: 24px 4px;
}

.ldbrd {
    width: 100%;
    height: 90px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.ldbrd-sbb {
    background-image: url('/assets/img/banners/sbb-leaderboard.jpg');
}

.ldbrd-cola {
    background-image: url('/assets/img/banners/cola-leaderboard.png');
}

.ldbrd-red-bull {
    background-image: url('/assets/img/banners/rb-leaderboard.gif');
}

.ldbrd-vip {
    background-image: url('/assets/img/banners/vip-leaderboard.gif');
}


.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    color: #ffffff;
    letter-spacing: 1px;
    height: 64px;
    text-transform: uppercase;
    padding: 12px;
    margin-bottom: -64px;
}

.menu-bg-image {
    background-image: url('/assets/img/g2.svg');
}

.menu-home-img {
    width: 40px;
    height: 40px;
    background-image: url('/assets/img/home.png');
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.menu-home-ebl {
    font-weight: bold;
    line-height: 32px;
    margin-left: 16px;
}

.menu-game {
    line-height: 32px;
    margin-left: 16px;
}

.menu-item-selected {
    /*border-bottom: 2px solid #ffffff;*/
}

.menu-right {
    display: flex;
}

.menu-right-item {
    line-height: 32px;
    margin-left: 16px;
}
.menu-right-item-highlight{
	color: #ffffff;
}

.menu-right-button {
    position: fixed;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-image: url('/assets/img/menu.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    cursor: pointer;
}

.featured-bg {
    height: 600px;
    max-height: 60vh;
    min-height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    margin-bottom: -32px;
}

.nonfeatured-bg {
    height: 160px;
    color: #ffffff;
    background-color: #00178a;
}

.featured-bg-grad {
    background-image: -webkit-gradient(to top, rgba(38, 70, 156, 1) 5%, rgba(0, 67, 254, 0) 40%);
    background-image: -webkit-linear-gradient(to top, rgba(38, 70, 156, 1) 5%, rgba(0, 67, 254, 0) 40%);
    background-image: -moz-linear-gradient(to top, rgba(38, 70, 156, 1) 5%, rgba(0, 67, 254, 0) 40%);
    background-image: -o-linear-gradient(to top, rgba(38, 70, 156, 1) 5%, rgba(0, 67, 254, 0) 40%);
    background-image: linear-gradient(to top, rgba(38, 70, 156, 1) 5%, rgba(0, 67, 254, 0) 40%);
    height: 100%;
    width: 100%;
}

.featured {
    height: 100%;
    padding-bottom: 48px;
    text-transform: uppercase;
    align-items: flex-end;
    justify-content: space-between;
}

.featured-match{
    flex: 1;
}

.featured-stream{
    margin-left: 12px;
}

.featured-match-date {
    font-size: 16px;
}

.featured-match-title {
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
}

.nonfeatured {
    height: 100%;
}

.nonfeatured-match-title {
    font-size: 48px;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.featured-stream-button {
    margin-bottom: 8px;
    line-height: 48px;
    font-size: 24px;
	/*
    background-image: -webkit-gradient(to top, #ee237b, #f11111);
    background-image: -webkit-linear-gradient(to top, #ee237b, #f11111);
    background-image: -moz-linear-gradient(to top, #ee237b, #f11111);
    background-image: -o-linear-gradient(to top, #ee237b, #f11111);
    background-image: linear-gradient(to top, #ee237b, #f11111);
	*/
	
    background-color: #f11111;
    padding: 4px 24px;
    padding-left: 16px;
    text-align: center;
}

.youtube-play {
    background-image: url('/assets/img/play.svg');
    width: 32px;
    height: 32px;
    background-size: cover;
    margin-bottom: -8px;
    margin-right: 6px;
    display: inline-block;
}

.buy-tickets{
	color: #ffffff !important;
    margin-bottom: 12px;
	width: 300px;
    line-height: 48px;
    font-size: 24px;
    background-color: #f11111;
    padding: 4px auto;
    text-align: center;
}
.orange-button{
    color: #ffffff !important;
    margin-bottom: 12px;
    width: 300px;
    line-height: 48px;
    font-size: 24px;
    background-color: #26469c; /* ddb408 */
    padding: 4px auto;
    text-align: center;
}
.article-content {
    margin-bottom: 12px;
    padding: 24px;
    width: 100%;
    background-color: #ebebeb;
    color: #313131;
    font-size: 20px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.article-content img {
    max-width: 100%;
    max-height: 100%;
}

.article-content a {
    color: #3554F3;
}

.article-content strong{
    color: #26469c;
}

.article-h1 {
    font-size: 32px;
}

.article-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-height: 800px;
    display: block;
}

.article-flag {
    width: 24px;
    height: 16px;
    background-size: cover;
    box-shadow: 1px 1px 3px #666666;
    margin-top: 4px;
    display: inline-block;
}

.home-content {
    margin-left: 0px;
    margin-right: 0px;
}

.normal-content {
    margin-top: 24px;
    margin-left: 0px;
    margin-right: 0px;
}

.column-container {
    flex: 1 1 50%;
    max-width: 50%;
    margin-right: 0px;
}

.column-container:first-child {
    margin-right: 24px;
}

.column-slot {
    margin-bottom: 24px;
}

.container-social{
    flex-direction: column;
}


.container-social .column-slot{
    width: 100%;
}

.column-box {
    margin-bottom: 12px;
    padding: 24px;
    width: 100%;
    background-color: #ebebeb;
    color: #313131;
    font-size: 32px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.column-box-title {
    font-size: 16px;
    font-family: bold_font;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.column-box-title-standings {
    flex: 1;
    margin-left: 32px;
}

.column-box-header {
    text-transform: uppercase;
}

.column-box-team {
    padding-left: 24px;
}

.column-box-hr {
    background-color: #c9c9c9;
    margin: 12px 0px 24px 0px;
    width: 100%;
    height: 2px;
}

.column-box-partner {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 5px;
}

.column-box-partner-silver {
    width: 80px;
}
.column-box-partner-gold {
    width: 140px;
}

.column-box-standings-team {
    line-height: 48px;
    padding-bottom: 24px;
}

.standings-only .column-box-standings-team-name {
    padding: 0px 12px;
}

.standings-only {
    font-size: 24px;
}

.column-box-standings-team:last-child {
    padding-bottom: 0px;
}

.team-text-win {
    color: #2cc42c;
}

.team-text-win:hover {
    color: #2cc42c;
}

.team-text-loss {
    opacity: 0.3;
}

.team-logo-loss {
    opacity: 0.3;
}

.column-box-logo {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.column-box-standings-team-name {
    padding: 0px 24px;
}

.column-box-standings-team-position {
    padding: 0px 24px 0px 0px;
}

.column-box-news-title {
    padding: 24px 0px 0px 0px;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.column-box-news-read {
    text-transform: uppercase;
    border: 1px solid #f01738;
    color: #f01738;
    font-size: 16px;
    padding: 4px 12px;
    display: inline-block;
    transition: color 0.2s ease-in, border 0.2s ease-in;
}

.column-box-news-read:hover {
    border: 1px solid #f07183;
    color: #f07183;
}

.column-box-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease-in;
}

.column-box-image:hover {
    transform: scale(1.05, 1.05);
}

.column-container-socials{
    flex-wrap: wrap;
    flex-direction: row;
}

.column-social-slot{
    width: 50%;
    padding-top: 12px;
}

.column-social-slot:nth-child(odd){
    padding-right: 6px;
}

.column-social-slot:nth-child(even){
    padding-left: 6px;
}

.column-social-slot:nth-child(-n+2){
    padding-top: 0px;
}

.column-social {
    padding: 16.25px 24px;
    width: 100%;
    color: #ffffff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    display: block;
}

.column-social:hover {
    color: #ffffff;
}

.column-social:focus {
    color: #ffffff;
}

.column-social-youtube {
    background-image: -webkit-gradient(to top, #ee237b, #f11111);
    background-image: -webkit-linear-gradient(to top, #ee237b, #f11111);
    background-image: -moz-linear-gradient(to top, #ee237b, #f11111);
    background-image: -o-linear-gradient(to top, #ee237b, #f11111);
    background-image: linear-gradient(to top, #ee237b, #f11111);
}

.column-social-twitch {
    background-color: #4b367c;
}

.column-social-instagram {
    background-image: -webkit-linear-gradient(-165deg, #4E60D3 0%, #913BAF 14%, #D52D88 76%, #F26D4F 100%);
    background-image: -o-linear-gradient(-165deg, #4E60D3 0%, #913BAF 14%, #D52D88 76%, #F26D4F 100%);
    background-image: -moz-linear-gradient(-165deg, #4E60D3 0%, #913BAF 14%, #D52D88 76%, #F26D4F 100%);
    background-image: linear-gradient(-165deg, #4E60D3 0%, #913BAF 14%, #D52D88 76%, #F26D4F 100%);
}

.column-social-sportklub {
    background-color: #ac1a1b;
}

.column-social-vavoom {
    background-color: #00B5DE;
}

.column-social-gametoon {
    background-image: -webkit-gradient(to right, #E84D27, #E52E2E);
    background-image: -webkit-linear-gradient(to right, #E84D27, #E52E2E);
    background-image: -moz-linear-gradient(to right, #E84D27, #E52E2E);
    background-image: -o-linear-gradient(to right, #E84D27, #E52E2E);
    background-image: linear-gradient(to right, #E84D27, #E52E2E);
}

.column-social-facebook {
    background-color: #4267b2;
}

.column-social-twitter {
    background-color: #00aced;
}

.column-social-discord {
    background-color: #7289DA;
}

.column-social-subtitle {
    font-size: 16px;
    line-height: 16px;
}

.column-social-title {
    font-size: 32px;
    line-height: 32px;
}

.team-logo-slot {
    width: 202.8px;
    height: 202.8px;
    background-color: #ebebeb;
    margin-right: 24px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    flex: 0 0 202.8px;
}

.team-logo-img {
    width: 100%;
    height: 100%;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    background-position: center center;
}

.team-about-header {
    text-transform: uppercase;
}

.team-about-bold {
    text-transform: uppercase;
    font-family: bold_font;
    color: #343434;
    font-size: 28px;
    line-height: 34px;
}

.team-about-slot {
    flex: 4;
    background-color: #ebebeb;
    color: #747474;
    padding: 18px;
    font-size: 24px;
    line-height: 30px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px;
}

.team-about-h2h {
    width: 260px;
}

.team-about-h2h-slot {
    margin-right: 12px;
}

.team-about-h2h-slot-logo {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-about-h2h-slot-score {
    font-size: 16px;
    line-height: 20px;
}

.team-about-col1 {
    margin-right: 24px;
}

.team-about-col2 {
    margin-right: 18px;
}

.team-about-text {
    font-size: 20px;
    line-height: 24px;
    color: #343434;
}

.players-container {
    text-transform: uppercase;
}

.players-main-container {
    justify-content: space-between;
}

.players-main-slot {
    flex: 1;
    margin-right: 24px;
    background-color: #ebebeb;
    color: #747474;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

.players-main-slot:last-child {
    margin-right: 0px;
}

.players-main-image {
    width: 100%;
    height: 375px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.players-main-text {
    padding: 12px;
    flex: 1;
}

.players-main-name {
    font-size: 16px;
}

.players-main-nick {
    font-size: 32px;
    color: #343434;
    text-transform: none;
    padding: 4px 0px;
}

.players-main-other {
    font-size: 16px;
}

.players-main-country {
    display: flex;
    justify-content: flex-end;
}

.players-main-country-text {
    margin-right: 4px;
}

.players-main-country-flag {
    width: 22px;
    height: 15px;
    background-size: cover;
    box-shadow: 1px 1px 3px #666666;
    background-position: center;
}

.category-box {
    height: 48px;
    line-height: 48px;
    background-color: #ebebeb;
    color: #313131;
	margin: 0px 12px;
	margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    display: block;
    transition: color 0.2s linear;
	width: 20%;
}

.category-box-finished {
    background-color: #d9d9d9;
    color: #a6a6a6;
}

.category-selected {
    cursor: default;
    background-color: #00178a;
    color: #ffffff !important;
}

.category-box:hover {
    color: #00178a;
}

.schedule-round {
    margin: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}

.schedule-categories{
	flex-wrap: wrap;
}

.schedule-day {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    margin: 24px 0px;
}

.schedule-day-date {
    padding: 6px;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #00178a;
    color: #ffffff;
}

.schedule-day-matches {
    padding: 24px;
    background-color: #ebebeb;
    color: #313131;
    font-size: 32px;
}

.schedule-match {
    margin-bottom: 24px;
    line-height: 64px;
}

.schedule-match:last-child {
    margin-bottom: 0px;
}

.schedule-match-team-logo {}

.schedule-match-logo {
    width: 64px;
    height: 64px;
    background-size: contain;
    background-repeat: no-repeat;
}

.schedule-match-team-name {
    padding: 0px 12px;
}

.schedule-match-time {}


/* easy fixes */

.overflow-hidden {
    overflow: hidden;
    display: block;
}

.flex-fullwidth {
    flex: 1;
}

.ebl-icon {
    margin-top: 4px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.show-small {
    display: none;
}

.show-ultrasmall {
    display: none;
}

.noshow-ultrasmall {}


/* BOOTSTRAP FIXES */


.dropdown{
    cursor: pointer;
    user-select: none;
}

.dropdown-menu {
    border-radius: 0px;
    min-width: 0px;
}

.dropdown-item {
    letter-spacing: 0px;
}

.dropdown-toggle {
    -webkit-appearance: none !important;
}

.va-0::after {
    vertical-align: 0.5em !important;
}

.svg-shop{
    background-image: url('/assets/img/shop.svg');
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-bottom: -4px;
    margin-right: 6px;
    display: inline-block;
}

.tickets-cta{
    color: #ffffff !important;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
    margin: 12px;
    padding: 6px 12px;
    font-size: 24px;
    line-height: 28px;
    background-color: #ed5161;
    border-radius: 15px;
    border: 2px solid #ec6977;
}

@media (max-width: 1444px) {
    .wide-ss {
        flex-basis: auto;
        width: 120px;
        height: 450px;
        margin: 48px 4px;
        background-image: url(/assets/img/banners/sbb-wide-ss.png);
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        display: block;
    }
}

@media (max-width: 1370px) {
    .column-social {
        padding: 19.9px 24px;
    }
}

@media (max-width: 1200px) {
    .wide-ss {
        display: none;
    }
    .ldbrd {
        display: block;
    }
    .home-content {
        flex-direction: column;
    }
    .column-container {
        max-width: 100%;
        width: 100%;
        flex: 1 0 100%;
    }
    .show-small {
        display: block;
    }
    .show-large {
        display: none;
    }

    .ldbrd-idea{
        display: none;
    }

    .column-social-slot{
        width: 100%;
    }

    .column-container-socials .column-social-slot:nth-child(odd){
        padding-right: 0px;
    }

    .column-container-socials .column-social-slot:nth-child(even){
        padding-left: 0px;
    }

    .column-container-socials .column-social-slot:nth-child(2){
        padding-top: 12px;
    }

    .column-container-socials .column-social-slot:nth-child(1){
        padding-top: 0px;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: none;
    }
    .featured {
        height: 100%;
        padding-bottom: 48px;
        text-transform: uppercase;
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-end;
    }

    .featured-match{
        flex: 0;
    }

    .featured-stream{
        margin-left: 0px;
    }

    .featured-bg-grad {
        background-image: -webkit-gradient(to top, rgba(38, 70, 156, 1) 10%, rgba(0, 67, 254, 0) 75%);
        background-image: -webkit-linear-gradient(to top, rgba(38, 70, 156, 1) 10%, rgba(0, 67, 254, 0) 75%);
        background-image: -moz-linear-gradient(to top, rgba(38, 70, 156, 1) 10%, rgba(0, 67, 254, 0) 75%);
        background-image: -o-linear-gradient(to top, rgba(38, 70, 156, 1) 10%, rgba(0, 67, 254, 0) 75%);
        background-image: linear-gradient(to top, rgba(38, 70, 156, 1) 10%, rgba(0, 67, 254, 0) 75%);
        height: 100%;
        width: 100%;
    }
    .schedule-round {
        margin: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .team-about-slot {
        flex-direction: column;
    }
    .team-about-col1 {
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .team-about-col2 {
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .team-container {
        flex-direction: column;
    }
    .team-about-h2h {
        width: 100%;
    }
    .team-logo-img {
        background-size: contain;
    }
    .team-logo-slot {
        width: 100%;
    }
    .players-main-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .players-main-container {
        flex-direction: column;
    }
    .players-main-nick {
        padding: 24px 0px;
    }
    .players-main-slot {
        display: flex;
        margin-bottom: 24px;
        margin-right: 0px;
    }
    .players-main-image {
        width: 200px;
        height: 200px;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .menu-right {
        display: none;
        width: 0px;
    }
    .menu-right-button {
        display: block;
    }
    .menu-right-show {
        display: flex;
        width: 100%;
        transition: width 0.2s ease-in;
        flex-direction: column;
        position: fixed;
        top: 54px;
        left: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
    }
    .menu-right-item {
        line-height: 48px;
        text-align: center;
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 730px) {
    .ldbrd {
        height: 48px;
    }
    .ldbrd-sbb {
        background-image: url('/assets/img/banners/sbb-full-banner.jpg');
    }
    .ldbrd-cola {
        background-image: url('/assets/img/banners/cola-full-banner.png');
    }
    .ldbrd-red-bull {
        background-image: url('/assets/img/banners/rb-full-banner.gif');
    }
    .ldbrd-vip {
        background-image: url('/assets/img/banners/vip-full-banner.gif');
    }
    .ldbrd-idea {
        display: none;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px;
    }
    .featured-match-date {
        font-size: 16px;
    }
    .featured-match-title {
        font-size: 32px;
    }
    .featured-stream-button {
        font-size: 16px;
        line-height: 32px;
        padding: 2px 8px;
        padding-right: 16px;
        min-width: 140px;
    }
    .youtube-play {
        width: 24px;
        height: 24px;
        margin-bottom: -6px;
    }
    .nonfeatured-match-title {
        font-size: 32px;
    }
    .column-box-title {
        font-size: 16px;
    }
    .column-box-news-title {
        font-size: 20px;
    }
    .column-box-news-read {
        font-size: 16px;
    }
    .column-box-standings-team {
        padding-bottom: 8px;
        font-size: 24px;
    }
    .column-box-standings-team-time {
        font-size: 16px;
    }
    .column-social-title {
        font-size: 20px;
        line-height: 32px;
    }
    .team-about-h2h-slot {
        margin-right: 8px;
    }
    .category-box {
        margin-right: 6px;
    }
    .schedule-match-team-name {
        font-size: 24px;
    }
    .schedule-match-time {
        font-size: 16px;
    }
    .copyright {
        order: 2;
    }
    .footer-logo {
        display: block;
        background-image: url('/assets/img/fortuna.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 129px;
        height: 40px;
        margin-top: 24px;
        order: 1;
    }
    .footer .container {
        flex-direction: column;
    }
    .article-h1 {
        font-size: 24px;
    }
    .article-content {
        font-size: 16px;
    }
    .bottom-sponsor {
        margin-right: 0px;
        margin-bottom: 12px;
        width: 100%;
        min-height: 80px;
    }
}

@media (max-width: 480px) {
    .show-ultrasmall {
        display: block;
    }
    .noshow-ultrasmall {
        display: none;
    }
}
