@media all and (max-width: 991px) { /* Phones and tables */ 
  .intra_sitemap {
    display: none;
  }
  .topwhitebarwrap {
    margin-top: 15px;
  }
  .footerlinks .footer_quick {
    margin:10px 0;
  }
  .omos_col {
    margin-bottom: 50px;
  }

  .topwhitebarwrap {
    position: absolute;
    top:0;
    right:55px;
    z-index: 99;
  }
  .topwhitebarwrap .container {
    padding-left: 0px; 
    width: 200px;
    width: auto;
  }
  .topwhitebarwrap .intra_sitemap {
    position: absolute;
    top: 15px;
    right: 30px;
  }
  .topwhitebarwrap, .topwhitebarwrap .intra_sitemap {
    text-align: right;
  }
  .mobile_bar {
    z-index: 9;
    position: relative;
  }
  .mobile_bar img {
    height:80px;
    width: auto;
  }
  .imagesbot h3 {
    margin: 15px 0;
  }
  #logo {
    position: relative;
  }
  #logo img {
    height: auto;
    bottom: auto;
    top:-70px;
  }
  #mainnav {
    display: none!important;
  }
  .footerlinks .footer_contact {
    margin-bottom:45px;
  }
  .topbluebox {
    margin-bottom: 15px;
  }
  .frontpage #content {
    margin-top: 0px;
  }
  .top_img_text h2, .top_img_text h3 {
    font-size: 24px;
  }
  .top_img_text {
    position: absolute;
    display: block;
    width: 100%;
    top: 140px;
    top: 100px;
  }
  #header .header_image_container, #header .header_image_container img {
    height:400px;
    width: auto;
    max-width: none;
  }
  #plugin_41, #plugin_41 div {
    height:400px;
    position: relative;
  }
  #header .header_image_container #plugin_41 img {
    position: absolute;
    right:0;
    bottom:0;
  }
}


@media all and (min-width: 768px) { /* Wider than phones */
  .bookingframe_wrap_mobile {
    display: none;
  }
  .bookingframe_wrap {
    position: relative;
    padding-bottom: 175%;
    height: 0;
    overflow: hidden;
  }
  .bloglist.row .blogitem:nth-child(3n+1) {
    clear:both;
  }
  #logo, #logo * {
    height:90px;
  }
  #logo img {
    max-height: 400px;
    height: auto;
    width: 300px;
    float: left;
    position: absolute;
    padding: 0;
    bottom: -20px;
  }
  .logocontainer {
    padding-bottom: 10px;
  }
  #header .container {
    z-index: 2;
  }

  .logovisning img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    padding:15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align:top;
  }
  .logovisning_img {
    width:33%;
    float:left;
    padding:10px;
    text-align:center;
    height:100%;
  }
  .sportsmedier .logovisning_img {
    width:50%;
    float:left;
    padding:10px;
    text-align:center;
    height:100%;
  }
  .logovisninginner {
    height:100%;
    width:100%;
    height:180px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    background:white;
    outline: none;
    -webkit-transition: box-shadow .2s ease-in;
    -moz-transition: box-shadow .2s ease-in;
    -o-transition: box-shadow .2s ease-in;
    -ms-transition: box-shadow .2s ease-in;
    transition: box-shadow .2s ease-in;
  }
  .logovisninginner:hover {
    box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
  }

}


@media all and (min-width: 992px) { /* Desktops */ 
  .footer_kort {
    padding: 0 50px;
  }
  #header.header_stick {
    margin-top:46px;
  }
  .menuwrap {
    height:46px;
  }
  #mainnav .nav_content > ul > li, #mainnav .nav_content ul.FullTreeMenuLi {
    margin:0;
    padding:0;
  }
  #mainnav .nav_content > ul > li a {
    height: 36px;
    line-height: 36px;
  }
  .mobile_bar {
    display: none;
  }
  .topbar {
    display:none;
  }
  #logo img {
    bottom:40px;
  }
  #header .header_image_container, #header .header_image_container img {
    height:680px;
    width: auto;
    max-width: none;
  }
  #plugin_41, #plugin_41 div {
    height:680px;
    position: relative;
  }
  #header .header_image_container #plugin_41 img {
    position: absolute;
    right:0;
    bottom:0;
  }
}


@media all and (min-width: 992px) and (max-width: 1200px) { /* Small Desktops */ 
  #logo img {
    width: 300px;
    bottom:50px;
  }
  #header .header_image_container, #header .header_image_container img {
    height:550px;
    width: auto;
    max-width: none;
  }
  #plugin_41, #plugin_41 div {
    height:550px;
    position: relative;
  }
  #header .header_image_container #plugin_41 img {
    position: absolute;
    right:0;
    bottom:0;
  }
}

@media all and (min-width: 1200px) { /* Big Desktops */ 
  .logovisning_img {
    width:25%;
  }

}

@media all and (min-width: 2000px) { /*  Desktops 2000+ */ 
  .footerlinks {
    background-position: center center;
  }
}

@media all and (min-width: 2500px)  { /*  Desktops 2500 + */ 
  #header .header_image_container #plugin_41 img {
    position: relative;
    display: block;
    margin:0 auto;
    left:auto;
    right: auto;
  }
}





@media all and (max-width: 767px) { /* Phones */
  .bookingframe_wrap_mobile {
    display: block;
  }
  .bookingframe_wrap_desktop {
    display: none;
  }
/*  .bookingframe_wrap iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 200%;
    height: 950px;
    border: 0px;
    transform: scale(.5);
    margin-left: -50%;
  }*/
  .secondary.footerlinks .footer_images img {
    width: 31.333333%;
    height: auto;
    float: left;
    margin: 1%;
  }
  .frontboxnews .dateleftfront {
    width: 20%;
    margin-right: 5%;
  }
  .sponsorrow .refitem_titel, .sponsorrow .kontaktperson, .sponsorrow .webadresse, .sponsorrow .sponsoredit  {
    width:50%;
    float:left;
  }
  .logovisning img {
    width:auto;
    height:auto;
    max-height:100%;
    padding:15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align:top;
  }
  .logovisning_img {
    width:50%;
    float:left;
    padding:10px;
    text-align:center;
    height:100%;
  }
  .logovisninginner {
    height:100%;
    width:100%;
    height:150px;
    background:white;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    outline: none;
    overflow:hidden;
  }
  .logovisninginner:hover {
    box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
  }
  .footer_socials {
    margin-bottom: 30px;
  }
  #header .header_image_container, #header .header_image_container img {
    height:300px;
    width: auto;
    max-width: none;
  }
  #plugin_41, #plugin_41 div {
    height:300px;
    position: relative;
  }
  #header .header_image_container #plugin_41 img {
    position: absolute;
    right:0;
    bottom:0;
  }
  .top_img_text {
    top: 70px;
  }
  #header .header_image_container .top_socials img {
    height:46px;
  }
  .kontaktpers_wrap tr, td {
    width: 100%;
    float:left;
  }
  .kontaktpers_wrap tr {
    margin-bottom: 15px;
  }
  .kontaktpers_wrap .kontaktpers_tablewrap table tr:first-of-type {
    display: none;
  }
  .kontaktpers_wrap .kontaktpers_tablewrap table tr:nth-child(2) {
    display: none;
  }

  .contactwrap form tr td.col1, .contactwrap form tr td.col2, .contactwrap form tr td, .contactwrap form tr td:first-of-type, .contactwrap form tr td:last-of-type {
    width: 100%;
  }
  .year h2 {
    bottom: -20px; 
    padding-left: 0px;
    position: relative;
  }
  .facebookfloat {
    right: 10px;
  }
  .linkedinfloat {
    right: 60px;
  }
  #content {
    margin-top: 30px;
  }
  .imagesbotrow .col-md-3  {
    margin-bottom:35px;
  }
  .telefonfloat {
    right: 10px;
    position: absolute;
    top: 60px;
  }
  .score table td.rotate {
    text-align: left !important;
    vertical-align: top;
    height: 80px;
  }
  .score table td.rotate h4 {
    width: 60px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  }
  .logovisning img {
    width:auto;
    height:auto;
    max-height:100%;
    padding:15px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align:top;
  }
  .logovisning_img {
    width:50%;
    float:left;
    padding:10px;
    text-align:center;
    height:100%;
  }
  .logovisninginner {
    height:100%;
    width:100%;
    height:150px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    outline: none;
    overflow:hidden;
  }
  .logovisninginner:hover {
    box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
  }
}

@media all and (max-width: 900px) { /* 900- */
  .frontpage #content {
    margin-top:20px ;
  }
  .top_negative h2 {
    font-size:34px;
  }
  .top_negative h3 {
    font-size:19px;
  }

}


@media all and (max-width: 767px) { /* 560- */
  #logo img {
    padding: 30px 0 0 0;
  }
}

@media all and (max-width: 580px) { /* 580- */ 

  h1, #content h1 {
    font-size: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}



@media all and (max-width: 480px) { /* 480- */
  .blowrow_front.bloglist.row .blogitem {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_negative h3 {
    display: none;
  }
  .top_negative {
    top:-115px;
    top:-98px;
  }
  .top_negative h2 {
    font-size:32px;
  }
  #header .header_image_container, #header .header_image_container img {
    height:160px;
    width: auto;
    max-width: none;
  }
  #plugin_41, #plugin_41 div {
    height:160px;
    position: relative;
  }
  #header .header_image_container #plugin_41 img {
    position: absolute;
    right:0;
    bottom:0;
  }
  .top_sports, a.toplink, .top_img_text a.toplink {
    display: none;
  }

  .top_img_text {
    top: 100px;
  }

  .top_img_text h2, .top_img_text h3 {
    font-size: 18px;
  }
}


@media all and (max-width: 400px) { /* 400- */

  #logo img {
    width:100%;
  }


}

@media all and (max-width: 360px) { /* 360- */
  .uptimefooter span {
    display: none;
  }
  .uptimefooter a {
    display: block;
  }
  .medlemslogin_top {
    /*display: none;*/
    position: absolute;
    top:40px;
    left:15px;
    z-index: 9;
  }
  .mobile_bar img { 
    padding: 15px 50px 15px 10px;
  }
  .logovisning_img {
    width: 100%;
  }
}


@media all and (min-width: 768px) and (max-width: 991px) { /* Tablets */ 
  .top_negative {
    top: -125px;
  }
  #header .logocontainer {
    height:0;
  }

  #header_image_container {
    /*padding-top: 60px;*/
  }
  #logo img {
    max-height: 400px;
    height: 60px;
    width: auto;
    float: left;
    position: relative;
    padding: 15px 0 0 0;
    bottom: auto;
    top: 0;

  }
}

