    body{
      background: white; 
    }
    a{
      text-decoration: none;
    }
    .dold {
      display: none;
    }
    body {
      margin: 2;
    }
    .nyhetsbildx{
      width: 95%;
      display:block;
      margin:auto;
    }
    .studiobild{
      width: 40%;
      display:block;
      margin:auto;
    }
    .studiobild_column{
      width: 80%;
      display:block;
      margin:auto;
    }
    .annonsbildx{
      display:block;
      width: 85%;
      margin:auto;
    }
    .annonsbannerx{
      display:block;
      width: 95%;
      margin:auto;
    }
    .nyhetstext{
      font-size: 18px;
      font-family: Georgia, serif;
      position: left;
      text-align: left; 
    }

/* Fade out text */    
    .fadeOut-30 {
      animation-name: fadeOut;
      animation-fill-mode: forwards;
      -webkit-animation-name: fadeOut;
      animation-duration: 30s; 
      -webkit-animation-duration: 30s;
    }
    .fadeOut-50 {
      animation-name: fadeOut;
      animation-fill-mode: forwards;
      -webkit-animation-name: fadeOut;
      animation-duration: 50s; 
      -webkit-animation-duration: 50s;
    }
    .fadeOut-70 {
      animation-name: fadeOut;
      animation-fill-mode: forwards;
      -webkit-animation-name: fadeOut;
      animation-duration: 70s; 
      -webkit-animation-duration: 70s;
    }

    @keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
    }

    @-webkit-keyframes fadeOut {
      0% {opacity: 1;}
    100% {opacity: 0;}
    }

    @-moz-keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
    }

    @-o-keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
    }

    @-ms-keyframes fadeOut {
      0% { opacity: 1; }
      100% { opacity: 0; }
    }


.fade-in-text {
  animation: fadeIn 10s;
  -webkit-animation: fadeIn 10s;
  -moz-animation: fadeIn 10s;
  -o-animation: fadeIn 10s;
  -ms-animation: fadeIn 10s;
  
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




/* End of fade out text */

    .sidspalt_bredd{
      font-size: 18px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
      position: center;
      text-align: left; 
    }
  .spalter{
      column-count: 2;
      column-gap: 20px;
      width:90%;
      position: center;
      text-align: left;
      margin-left: 5%;
      background-color: white;
    }
    .spalter1{
      column-count: 1;
/*      column-gap: 30px; */
      width:90%;
      position: center;
      text-align: left;
      margin-left: 5%;
      background-color: white;
    }

    #information {
      position: absolute;
      top: 10%;
      width: 100%;
      text-align: center;
      /* background:white; */
      font-size: 22px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    }
    .countdownContainer{
      position: relative;
      top: 10%;
      text-align: center; 
      /* background:black; */
      padding: 5px;
    }
    .info_header {
      font-size: 48px;
      font-family: Impact, Haettenschweiler, sans-serif;
      color:darkblue;
    } 
  .info_rad {
      font-size: 25px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
      position: left;
      background:black;
      text-align: left; 
    }
    .info_center {
      font-size: 25px;
      font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
      position: center;
      /* background:black;
      color:white;
      */
      text-align: center; 
    }
    .center{
      margin-left: auto;
      margin-right: auto;
    }
    p{
      font-family: Georgia, serif;
    }

    h1{
      font-size: 24px;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    }
    h2{
      font-size: 20px;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    b1{
      font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      font-size:larger;
      font-weight: bold;
    }
    b2{
      font-size: 28px;
      font-family: Impact, Haettenschweiler, sans-serif;
      color:darkslategray;
    }
    b{
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      /*font-size:larger;*/
      /*font-weight: bold; */
    }
    c1{
      font-family: Garamond, serif;
      font-style: italic;
      color:darkblue;
      /*font-weight:bold;*/
    }
@media screen and (max-width: 767px){
    .spalter{
      column-count: 1;
/*      column-gap: 30px; */
      width:90%;
      position: center;
      text-align: left;
      margin-left: 5%;
      margin-right:5%;
      background-color: white;
    }
    h1{
      font-size: 20px;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    }
    h2{
      font-size: 18px;
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
  }
