@import url(https://fonts.googleapis.com/css?family=Merriweather:300);

body {
  background: #FFFFFF;
  margin: 0px;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 1%;
  margin-right: 1%;
  color: black;
}
form {
  margin-left: 1%;
  margin-right: 1%;
}
h1 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 1%;
}
h2 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-left: 1%;
}
h3 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  margin-left: 1%;
}
h4 {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 21px;
  margin-left: 1%;
}

/*Fine tabeller*/
table.stylishTable {
  border: 10px;
  border-style: hidden;
  margin-left: 2.5%;
  width: 95%;
  background-color: #B40404;
}
td.stylishTable {
  border: 1px solid black;
  border-spacing: 0px;
  background-color: #E6E6E6;
}
th.stylishTable {
  background-color: #B40404;
  color: white;
}
/*Generelltekst*/
.text1 {
  background-color: #E6E6E6;
  margin-top: 60px;
  margin-left: 10%;
  margin-right: 10%;
  overflow: auto;
}
.text2 {
  margin-top: 20px;
  background-color: #E6E6E6;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 3px;
  overflow: auto;
}

/*Enkle funksjoner*/
.margin2 {
  margin-left: 2%;
}
.scrollable {
  overflow: scroll;
}
#tabellMagnusBand {
  width: 90%;
  margin-left: 5%;
}
ul.noDot {
  list-style-type: none;
}
.showAll {
  display: flex;
}
ul.pingpong {
  list-style-image: url('pingpongball.png');
}
/*standard linker*/
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
    color: #B40404;
}
#lettKnapp{
  font-size: 1.4vw;
  background-color: #E6E6E6;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  border-color: #B40404;
  border-style: solid;

  margin-left: 0;
  margin-top: 0;
  position: fixed;
}

/*Bilder med hover-effekt*/
#turneringMorkBilde {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#turneringMorkBilde img {
  width: 100%;
  vertical-align: top;

  /*zoom*/
  -webkit-transition: all 5s ease; /* Safari and Chrome */
  -moz-transition: all 5s ease; /* Firefox */
  -ms-transition: all 5s ease; /* IE 9 */
  -o-transition: all 5s ease; /* Opera */
}
#turneringMorkBilde:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
}/*zoom slutt*/
#turneringMorkBilde:after, #turneringMorkBilde:before {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s;
}
#turneringMorkBilde:after {
    content: '\A';
    width: 100%; height:100%;
    top: 0; left:0;
    background:rgba(0, 0, 0, 0.6);
}
#turneringMorkBilde:before {
    content: "Bilde fra turneringen, men redigert for å spare integriteten til deltakerene.";
    width: 100%;
    color: white;
    z-index: 1;
    bottom: 0;
    padding: 4px 10px;
    text-align: center;
    background: #B40404;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
}
#turneringMorkBilde:hover:after, #turneringMorkBilde:hover:before {
    opacity: 1;
}

#gruppeMork {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#gruppeMork img {
  width: 100%;
  vertical-align: top;

  /*zoom*/
  -webkit-transition: all 5s ease; /* Safari and Chrome */
  -moz-transition: all 5s ease; /* Firefox */
  -ms-transition: all 5s ease; /* IE 9 */
  -o-transition: all 5s ease; /* Opera */
}
#gruppeMork:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
}/*zoom slutt*/
#gruppeMork:after, #gruppeMork:before {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s;
}
#gruppeMork:after {
    content: '\A';
    width: 100%; height:100%;
    top: 0; left:0;
    background:rgba(0, 0, 0, 0.6);
}
#gruppeMork:before{
  content: "Bilde av gruppen i pop-art form.";
  width: 100%;
  color: white;
  z-index: 1;
  bottom: 0;
  padding: 4px 10px;
  text-align: center;
  background: #B40404;
  box-sizing: border-box;
  -moz-box-sizing:border-box;
}
#gruppeMork:hover:after, #gruppeMork:hover:before {
    opacity: 1;
}

/*Bunntekst*/
.overskrifter {
  color: white;
  font-size: 16px;
}
.bottomInfo {
  background-color: #272727;
  color: #C6C6C6;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  overflow: hidden;
  font-size: 12px;

  -webkit-box-shadow: inset 0px 7px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 7px 5px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 7px 5px 0px rgba(0,0,0,0.75);
}
.bottomColumn1 {
  float: left;
  width: 29%;
  margin-left: 5%;
  margin-top: 0px;
  vertical-align: top;
}
.bottomColumn2 {
  float: left;
  width: 29%;
  margin-left: 1%;
  margin-top: 0px;
  vertical-align: top;
}
.bottomColumn3 {
  float: left;
  width: 29%;
  margin-left: 1%;
  margin-top: 0px;
  vertical-align: top;
}
a:link.bottomInfolink {
  color: #C6C6C6;
  display: inline-block;
}
a:visited.bottomInfolink {
  color: #C6C6C6;
  display: inline-block;
}
a:hover.bottomInfolink {
  color: white;
  display: inline-block;
}



/*Til "profilbildet"*/
.profil {
  width: 25%;
  max-width: 300px;
  float: left;
  margin-right: 10px;
  margin-bottom: 3px;
}
#gruppebilde {
  width: 100%;
}
#largeImgPanel {
    text-align: center;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    top: 0; left: 0;
    width:100%;
    height:100%;
    background-color: rgba(100,100,100, 0.8);
}
#largeImg{
  height: 100%;
  margin: 0;
  padding: 0;
}

/*Spesielle tilfeller*/
.info{
  text-align: left;
}
.hoyrestilt {
  text-align: right;
}
.midtstilt {
  text-align: center;
}
.quotes {
  margin-left: 1%;
}
.videoer {
  max-width: 640px;
  width: 80%;
  margin-left: 10%;
}
#kastJente {
  z-index: -1;
  margin-left: -100px;
  margin-top: 10%;
  position: fixed;
  height: 250px;
}
#kopper {
  z-index: -1;
  right: -45px;
  /*margin-left: 85%;*/
  margin-top: 25%;
  position: fixed;
  height: 250px;
}

/*Toppmeny-------------------------*/
table.meny {
  width: 100%;
  height: 55px;
  position: fixed;
  top: 0;
  text-align: center;
  z-index: 9;
  background: #FFFFFF;
  border-spacing: 0px;
}
.header {
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.line {
  background: #B40404;
  border-collapse: collapse;
  border-color: #B40404;
}
/*For å bruke på siden man er inne på. Viser dette i menyen.*/
.selected {
  background-color: #B40404;
  border-color: #B40404;
}
/*Link meny*/
a:link.meny {
  color: #B40404;
  text-decoration: none;
}
a:visited.meny {
  color: #B40404;
  text-decoration: none;
}
a:hover.meny {
  color: gray;
  text-decoration: none;
}
/*Link for side man er inne på*/
a:link.selected {
  color: white;
  text-decoration: none;
}
a:visited.selected {
  color: white;
  text-decoration: none;
}
a:hover.selected {
  color: black;
  text-decoration: none;
}
/*toppmeny ferdig-----------------------*/

/*sosial poput___________________*/
.shadow{
    box-shadow: 10px 10px 8px -5px rgba(0,0,0,0.5);
}
.socialsidebar {
  top: 100px;
  position: fixed;
  right: 0px;
  width: 44px;
  z-index: 9;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}
.socialinner {
  position: fixed;
  top: 100px;
  right: -150px;
  padding: 25px;
  min-height: 155px;
  width: 100px;
  background: #d8d8d8;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  text-align: left;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  color: #d8d8d8;
  box-shadow: 5px 10px 8px -5px rgba(0,0,0,0.5);
}
.socialsidebar:hover {
    right: 144px;
}
.socialsidebar:hover .socialinner {
    right: 0;
}
a:hover + .filnedlastning{
  display: block;
}
.socialmedia {
  height: 40px;
  margin-bottom: 10px;
}
/*sosial poput slutt___________________*/


/*filnedlastning poput___________________*/
#filnedlastning{
  top: 100px;
  position: fixed;
  right: 0px;
  width: 44px;
  z-index: 9;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}
#slideOutInner {
  position: fixed;
  top: 100px;
  right: -250px;
  padding: 10px;
  min-height: 155px;
  width: 230px;
  background: #d8d8d8;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  text-align: left;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  color: #d8d8d8;
  box-shadow: 5px 10px 8px -5px rgba(0,0,0,0.5);
}
#filnedlastning:hover {
    right: 244px;
}
#filnedlastning:hover #slideOutInner {
    right: 0;
}
a:hover + .filnedlastning{
  display: block;
}

a:link.sidebarslider {
  color: white;
  background-color: #B40404;
  margin: 2px;
  border-style: double;
  border-color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
a:visited.sidebarslider {
  color: white;
  background-color: #B40404;
  margin: 2px;
  border-style: double;
  border-color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
a:hover.sidebarslider {
    color: #B40404;
    background-color: white;
    margin: 2px;
    border-style: double;
    border-color: #B40404;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
a:active.sidebarslider {
    color: #B40404;
    background-color: #d8d8d8;
    margin: 2px;
    border-style: double;
    border-color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
/*filnedlastning poput ferdig___________________*/

/*ting til mobil som ikke er brukt*/
.meny2{
  display: none;
}
.mobilSkjermMeny{
  display: none;
}
#mobilnav-trigger{
  display: none;
}
#coverMobilMeny{
  display: none;
}
