html{font-size:10px}
*{margin:0;padding:0}

:root{
    --maincolor:#1E036E;
    --retrogreen:#e1ff00;
    --retrored:#FF003F;
    --purple:linear-gradient(to right top, #653F96 25%, #8738A7 100%);
    --midnight:#2c3e50;
    --grey:#EEEEEE;
}

@font-face {
    font-family: 'Arial-Black';
    src: url('fonts/Arial-Black.woff2') format('woff2'),
    url('fonts/Arial-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#wrapper.maxspace.eurobasket2022 {padding: 0;overflow-x: clip}
.sportfm.minisite-special {overflow-x: clip}
body.minisite-special #page{font-family:'Arial',sans-serif;font-size:16px}

.arial-black{font-family: 'Arial-Black'}

.widegridrow{max-width:1680px;padding:0 15px;width:100%;margin:0 auto}
.uppercase{text-transform:uppercase}

.pure-white{color:#FFFFFF}
.pure-black{color:#000000}

.dark-bg{background: #1d1f21;background: -webkit-linear-gradient(to bottom,#1d1f21,#0c0d14);background: linear-gradient(to bottom,#1d1f21,#0c0d14)}
.blue-bg{background:#1a69d1}

.text-link,
.text-link:hover,
.text-link:visited{color:#000;text-decoration:none}

.font-normal{font-weight:400}
.font-medium{font-weight:600}
.font-bold{font-weight:700}
.line-height-1 {line-height: 1.1}
.c028{padding:0 20px}
.z-index-2{z-index:2}

.thumb-holder { width: 100%; position: relative;  height: 0;  padding-bottom: 62%;}
.thumb-holder img {  position: absolute;  top: 0;  left: 0;  }

.imagefit{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 20%;
    object-position: center 20%;
    width: 100%;
    height: 100%;
}

.thumb-holder.ratio-70 {  padding-bottom: 70%;  }
.thumb-holder.ratio-80 {  padding-bottom: 80%;  }
.thumb-holder.ratio-100 {  padding-bottom: 100%;  }
.thumb-holder.ratio-110 {  padding-bottom: 110%;  }
.thumb-holder.ratio-120 {  padding-bottom: 120%;  }
.thumb-holder.ratio-160 {  padding-bottom: 160%;  }

.post--tile {  display: block;  white-space: normal;  }

.transition-items * {transition:all 0.3s ease}

#page {  border: 1px solid #000;  width: 100%;  margin: 0 auto;  max-width: 1600px;  }

.fixed-subheader {
    padding:15px 30px;
    position: sticky;
    -webkit-position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #FFF;
    border-bottom: 1px solid #000;
}
.header-flex {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.euro-logo {  width: 90%;  max-width:330px;  line-height: 0;  }
.fixed-subheader .sport-fm-header {  display: flex;  justify-content:flex-end;  }
.bwinsp-logo {  width: 190px;  }

.start-screen {  position: fixed;  top: 0;  left: 0;  right: 0;  bottom: 0;  z-index: 1;  transition: opacity 0.5s ease;  }
.start-screen-tiles {  height: 100%;  display: flex;  align-items: center;  width: 100%;  flex-direction: row;  justify-content: flex-start  }
.start-screen__figure {  height: 100vh;  overflow: hidden;  display:flex;  align-items:center;  width:50%;  }
.start-screen__fimage {  height: 95%;  width: 100%;  overflow:hidden;  position:relative;  max-width: 740px;  }

.start-screen__fimage:after{content:"";position:absolute;transition: all 0.3s ease;bottom:0;width:0;height:8px;left:0;background: #C33764;
    background: -webkit-linear-gradient(to right, #1D2671, #C33764);
    background: linear-gradient(to right, #1D2671, #C33764);}

.start-screen__heading {  text-align: right;  width: 40%;  display: flex;  justify-content: flex-end;  }
.top-stories {  padding-top:2rem;  }

.article-post-title{
    max-width: 640px;
    margin-right: -6rem;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding:20px;
}

.start-screen-title {  font-size:3.17rem;  font-weight:700;  line-height:1;  }
.top-stories-article .post--tile {  padding-right: 6rem;  }
.bottom-row {
    border-top: 1px solid #FFFFFF;
    padding: 1.5rem 2rem;
    padding-right:0;
    margin-top: 2rem;
}
.slider-nav {  display: flex;  }

.slider-nav .slider-item {
    width: 25%;
    padding-right: 25px;
    display: block;
    vertical-align: top;
}
.slider-nav .slider-item h3 {
    font-size: 15.5px;
    line-height: 1.15;
    font-weight: 500;
}
.slider-nav .slider-item .post--tile {
    padding-left: 0.8rem;
}

.wrap-heading-tag{display:block;clear:both;margin-bottom:12px}
.wrap-heading-tag .post-cat{color:var(--retrored);font-weight:700;font-size: 13px;border-bottom:2px solid}

.start-screen-tiles:hover .start-screen__fimage:after{width:100%}

.start-screen-tiles:hover .start-screen__fimage img{transform:scale(1.05)}

.shadow-link{
    display: inline;
    box-shadow: inset 0 0 var(--maincolor);
    transition: all .3s ease;
}

.start-screen-tiles:hover .shadow-link,
.shadow-link:hover{
    box-shadow: inset 0 -5px var(--maincolor);
}

.main-content {
    font-family:'Arial',sans-serif;font-size:16px;
    width: 100%;
    background-color: #FFF;
    position: relative;
}
.section-header {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 20px;
    line-height: 0.8;
}

.section-header.pure-white{  border-color:#FFFFFF  }
.border-article .thumb-holder {  border: 1px solid #000;  }
.border-article .thumb-holder.white-border {  border: 1px solid #FFFFFF;  }
.rel-article .post--tile {  margin: 10px 0;  min-height: 150px;  position: relative;  }
.wrap-o-tag {  display: block;  margin-bottom: 15px;  }
.wrap-o-tag .o-tag {  font-weight: bold;  font-size: 13px;  color: var(--retrored);  border-bottom: 2px solid;  }

.on-field-row {  border-top: 2px solid #fff;  border-bottom: 2px solid #FFF;  display: flex;  flex-direction: row;  justify-content: space-between;  margin-bottom:0!important;  width: 100%;  }
.on-field-header {
    width: auto;
    text-align: center;
    border-right: 2px solid #FFF;
    line-height: 1;
    padding:32px 20px;
}

.on-field-header h2 {  line-height: 0;  }
.on-field-news .on-field-article {  border-right: 1px solid #FFF;  padding: 1.5rem;  }
.on-field-wrapper{max-width: 100%;overflow: hidden;}

.on-field-rest {  display: flex;  height: 100%;  }
.on-field-rest .on-field-outside {  align-items: center;  display: flex;  border-left: 2px solid #FFF;  }
.on-field-rest .on-field-outside .top-control {  filter: invert(1);  }

.row-article {  display: flex;  align-items: flex-start;  }
.on-field .border-article .thumb-holder {  border-color: #FFF;  }
.row-article .post--tile {  padding-left:25px  }

.big-carousel-item {  background-color: #EEE;  }
.big-carousel-post-summary {  margin-top: 15px;  color: #666;  max-width: 200px;  display: block;  }
.wrap-b-c-post {  padding: 2rem;  }

.radius-image {  border-top-left-radius: 100vw;  overflow: hidden;  border-bottom-left-radius: 100vw;  }

@media screen and (min-width: 1230px) {

    .hero__ressort {
        position: absolute;
        z-index: 1;
        top: 12%;
        left: 0;
        display: block;
        width: 50rem;
        height: 50rem;
    }.hero__ressort-item {
         position: absolute;
         top: 0;
         left: 0;
         height: 100%;
     }
    .hero__ressort-item circle, .hero__ressort-item path {stroke: #FFF!important}
}

.outside {  position: absolute;  bottom: 2rem;  left: 2rem;  display: flex;  }
.top-control {
     cursor:pointer;
     width: 100px;
     margin: 0;
     height: 40px;
     display: block;
     background-image: url(../eurobasket2022/images/left-arrow.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
 }
#slider-next.top-control,
#tslider-next.top-control{background-image: url(../eurobasket2022/images/right-arrow.png);}
.top-control.slick-disabled {  opacity: 0.2;  cursor: initial;  }
.rounded-article {  background-color: #FFF;  border-radius: 10px;  overflow: hidden;  border:1px solid #ddd;  }
.video-article .thumb-holder:after {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../eurobasket2022/images/play-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 20px;
}
.story-article {  border-radius: 10px;   overflow: hidden;}
.story-article .post--tile {
     position: absolute;     bottom: 0;
     background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.65));
     padding: 1.2rem;
 }.story-article:hover .post--tile {  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));  }

.blue-bg .wrap-o-tag .o-tag {  color: #FFF;}

.minisite-special .is-size-2-fullhd {font-size:40px!important}
.minisite-special .is-size-4-widescreen,
.minisite-special .is-size-4{font-size:24px!important}
.minisite-special .is-size-3-widescreen,
.minisite-special .is-size-3{font-size:32px!important}
.minisite-special .is-size-3-fullhd,
.minisite-special .is-size-5{font-size:20px!important}
.minisite-special .is-size-6{font-size:16px!important}


@media screen and (max-width:1023px) {
    .top-stories {padding-top: 15px;padding-bottom: 1px}
    .c028{padding:0 15px}
    .top-stories-article .is-flex{flex-direction:column-reverse;margin-bottom:30px}
    .top-stories-article .post--tile{padding:0}
    .top-stories-article p{display:none}
    .wrap-o-tag{margin-bottom:10px;margin-top:8px}
    .minisite-special .top-stories-article .post--tile h3{font-size:24px!important}
    .fixed-subheader{padding:15px}
    .fixed-subheader .header-flex{display:flex;align-items:center}
    .bottom-row{display:none}
    .post-article.border-article.row-article {flex-direction: column}
    .row-article .post--tile {padding: 0;height:150px}
    .row-article .post--tile p {display: none}
    .post-article.border-article.row-article .column {width: 100%}
    .on-field-news .on-field-article {padding: 15px}
    .big-carousel-post-summary {display: none}
    .on-field-row {display: flex;flex-direction: column}
    .on-field-header {width: 100%;border-right: none;border-bottom: 2px solid #FFF;white-space: nowrap;padding: 32px 0}
    .minisite-special .on-field-header .is-size-3 {font-size: 25px!important}
    .on-field-rest .on-field-outside {justify-content: center;border: none;width: 100%}
    .on-field-rest {width: 100%}
    /* .thumb-holder.ratio-160 {padding-bottom: 100%} */
    .rel-article .post--tile{min-height:auto}
    .bwinsp-logo {width: 120px;line-height: 1}
    .rounded-article .post--tile.px-4.py-4 {padding: 16px!important}
    .big-carousel-item .radius-image,
    .rounded-article .radius-image {margin-left: 15px;    border-top-left-radius: 50vw;border-bottom-left-radius: 50vw;width: auto}
    .outside {
        bottom: 0;
        left: 0;
        position: relative;
        display: flex;
        justify-content: center;
        border-top: 1px solid #CCC;
    }.big-carousel-item .radius-image {
         margin-bottom: 15px;
     }.minisite-special .story-article .is-size-4 {
          font-size: 20px!important;
      }
    .minisite-special .is-size-4{font-size:20px;}
    .section-header{text-align:center}
    .section-header.is-size-3 {font-size: 25px!important}
    .rounded-article .pure-black {font-family: 'Arial-Black'}

}

.button-link {
    width: 90%;
    height: 50px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 40px rgb(52 64 114 / 12%);
    border-radius: 40px;
    transition: all .3s ease;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.25px;
    border: 2px solid #1a69d1;
    float: right;
    text-decoration: underline;
}

.button-link:hover { background-color: #1a69d1;  color: #FFF;  border: 1px solid transparent;}