/* 1200px */
@media screen and (max-width: 1439px) {

  /* header */
  #headerImage .headerText {
    padding: 180px 0 200px;
  }

  #headerImageContentTemplate {
    height: 250px;
  }

  /* homepage */
  #news .newsArchivePage {
    text-align: center;
  }

  #homeTemplate #sponsors {
    padding: 40px 0 5px;
  }

}

/* 1024px */
@media screen and (max-width: 1199px) {

  /* header */
  #headerMenu #nav .desktopNav ul li {
    padding-right: 40px; 
  }

  #headerImage .headerText {
    padding: 180px 0 100px;
  }

  /* main - homepage */
  #homeTemplate #main h2.topH2 {
    padding: 0 0 10px;
  }

  #news .newsItem {
    width: 32%;
  }
  
  #homeTemplate #news .newsItem:last-child {
    display: none;
  }

  #news .newsItem header {
    margin-top: 10px;
    height: 50px;
  }

  #news .newsItem header h1 {
    line-height: 25px;  
  }

  #news .newsItem .newsContent {
    margin-bottom: 0;
  }

  #homeTemplate #teams {
    padding: 30px 0;
  }

  #homeTemplate #teams h2 {
    padding: 5px 0;
    font-size: 25px;
    margin-bottom: 15px;
  }

  #homeTemplate #teams .teamsContainer {
    gap: 15px;
  }

  #homeTemplate #teams .teamsItem h3 a {
    font-size: 23px;
    padding-bottom: 15px;
  }

  #homeTemplate #sponsors .sponsorsContainer {
    justify-content: space-around;  
  }

  #homeTemplate #sponsors .sponsorsContainer .sponsorsItem {
    flex-basis: 140px;
    width: 140px;
  }

  #homeTemplate #sponsors .sponsorsContainer .sponsorsItem img {
    max-height: 90px;
  }

  /* teams */
  #teamTemplate .teamList {
    gap: 20px;
  }

  #teamTemplate .teamList .teamsItem ul li a {
    font-size: 14px;
  }

  #teamInfo .teamContainer .teamPhoto {
    flex: 2;
  }

  /* cookiebar */
  #cookiebar .container {
    display: block;
    line-height: 130%;
    text-align: center;
  }

  #cookiebar .button {
    text-align: center;
    padding-top: 5px;
  }

  #cookiebar .button a {
    padding: 7px 25px;
  }

  /* footer */
  #footer {
    padding: 30px 0 10px;
  }

  #footer p {
    margin-bottom: 5px;
  }

  #footer .details,
  #footer .contact {
    flex: 1.5;
  }

  #footer .copyright {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    line-height: 20px;
  }

  #footer .copyright p {
    margin: 0;
  }

  #footer .copyright img {
    display: none;
  }

}

/* 768px */
@media screen and (max-width: 1023px) {

  /* header */
  #headerMenu {
    height: 115px;
  }

  #headerMenu .flex {
    display: block;
    text-align: center;
  }

  #headerMenu #logo {
    padding: 5px 0 0;
  }

  #headerMenu #nav .desktopNav {
    display: none;  
  }

  #headerMenu #nav #menuToggler,
  #headerMenu #nav .responsiveNav {
    display: flex;
  }

  #headerImage .headerText {
    padding: 140px 0 30px;
  }

  /* main - homepage */
  #main h2 {
    padding-bottom: 10px;
  }

  #news {
    padding-bottom: 0;
  }

  #homeTemplate #teams .teamsItem {
    padding: 10px 10px 15px;
  }

  #homeTemplate #sponsors .sponsorsContainer .sponsorsItem {
    flex-basis: 200px;
    width: 200px;
    margin-top: 10px;
  }

  /* content */
  #content.image .mainContent.multipleImages .mainContentImage li,
  #newsTemplate .newsArticle #articleAlbum li {
    max-width: 32.6666%;
    padding-bottom: 5px;
  }

  /* teams */
  #teamTemplate .teamList {
    display: block;
  }

  #homeTemplate #teamTemplate .teamList .teamsItem ul li {
    width: 24.25%;
  }

  #teamInfo .teamContainer {
    display: block;  
  }

  #teamInfo .teamContainer .teamPhoto img {
    max-width: 600px;
    margin: auto;
  }

  #teamInfo .teamContainer .teamPlayers {
    margin-top: 10px;
  }

}

/* 667px */
@media screen and (max-width: 767px) {

  /* header */
  #headerMenu {
    height: 85px;
  }

  #headerContentTemplate {
    height: 105px;
  }

  #headerMenu .flex {
    text-align: left;  
  }

  #headerMenu #logo img {
    height: 75px;
  }

  #headerImage .headerText {
    padding: 90px 0 25px;
  }

  #headerImage .headerText .headerContent {
    max-width: 450px;
  }

  #headerImage .headerText .headerContent h1 {
    font-size: 29px;
    line-height: 40px;
  } 

  #headerImageContentTemplate {
    height: 200px;
  }

  /* main - homepage */
  #main {
    padding-top: 110px;
  }

  #news .newsItem {
    width: 49%;
  }

  #homeTemplate #news .newsItem:last-child {
    display: block;
  }

  #news .newsItem header h1 {
    font-size: 18px;
  }

  #news .newsItem .newsContent {
    font-size: 15px;
    line-height: 20px;
  }

  #homeTemplate #teams .teamsContainer {
    display: block;
  }

  #homeTemplate #teams .teamsItem {
    max-width: 100%;
    margin-top: 15px;
  }

  #homeTemplate #teams .teamsItem ul li {
    width: 25%;
  }

  /* content */
  #main .newsDetails {
    display: block;
  }

  #main .newsDetails #newsDate {
    text-align: right;
  }

  #content.image .mainContent.singleImage .mainContentText {
    flex: 1.5;
  }

}

/* 480px */
@media screen and (max-width: 666px) {

  /* header */
  #headerMenu #nav #menuToggler .menuTag {
    font-size: 20px;
    padding-right: 10px;
  }

  #headerImage .headerText .headerContent h1 {
    line-height: 35px;
  }

  #headerImage .headerText {
    padding: 100px 0 25px;
  }

  /* main - homepage */
  #homeTemplate #news .newsContainer .newsItem.item3,
  #homeTemplate #news .newsContainer .newsItem.item4 {
    display: none;
  }

  #news .newsArchivePage .newsArchiveLink {
    padding: 5px 15px;
  }

  /* content */
  #content.image .mainContent.singleImage {
    display: block;
  }

  #content.image .mainContent.singleImage .mainContentImage {
    text-align: center;
    padding-top: 10px;
  }

  #content.image .mainContent.multipleImages .mainContentImage ul,
  #newsTemplate .newsArticle #articleAlbum ul {
    gap: 1%;
  }

  #content.image .mainContent.multipleImages .mainContentImage li,
  #newsTemplate .newsArticle #articleAlbum li {
    max-width: 49.5%;
  }

  /* teams */
  #teamTemplate .teamList .teamsItem ul li {
    width: 32.6666%;
  }

  /* footer */
  #footer .nav {
    flex: none;
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }

  #footer .nav ul {
    display: inline-block;
    padding: 0 30px 10px;
    border-bottom: 2px solid #FFF;
  }

  #footer .copyright {
    padding-top: 10px;
  }

}

/* 425px */
@media screen and (max-width: 479px) {

  #main h1 {
    font-size: 28px;
  }

  /* homepage */
  #news .newsContainer {
    justify-content: space-around;
  }

  #news .newsItem {
    width: 300px;
  }

  #homeTemplate #teams {
    padding-top: 10px;
  }
  
  #homeTemplate #teams .teamsItem ul li {
    width: 33%;
  }

  /* footer */
  #footer .footerItem {
    display: block;
    flex: none;
    width: 100%;
    text-align: center;
  }
  
  #footer .details .socialMedia ul li {
    display: inline-block;
    padding-bottom: 10px;
  }

  #footer .contact {
    padding-top: 10px;
  }

}

/* 375px */
@media screen and (max-width: 424px) {

  /* homepage */
  #homeTemplate #teams .teamsItem ul li img {
    max-width: 85px;
  }

  #homeTemplate #sponsors .sponsorsContainer .sponsorsItem {
    flex-basis: 150px;
    width: 150px;
  }

  /* teams */
  #teamTemplate .teamList .teamsItem ul li {
    width: 49.5%
  }

}

/* 320px */
@media screen and (max-width: 374px) {

  #homeTemplate #teams .teamsItem ul {
    justify-content: space-around;
  }

}
