/*
  * SimplCMS *
  (C) Copyright - Apex Solutions

  Do not share, re-distribute or modify
  without permission from it's author (daniel@apexsolutions.no).
*/


/*======================================
=========   BASE HTML   ================
======================================*/

html,
body {
  height: 100%;
  background-color: #f1f1f1;
}

html 
 {
 height: 100%;
 margin-bottom: 1px;
 overflow-y: scroll;
 overflow-x: hidden;
 }

h1{
  padding: 0;
  margin: 0;
}

hr{
  border-color: lightgray;
}

code {
  font-size: 80%;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

iframe.facebook{
  background-color: white;
}

/*======================================
========   MENU/NAVBAR   ===============
======================================*/

#title {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 25pt;
  margin-bottom: -5px;
}


.navbar{
  height: 50px;
  font-family: "Open Sans";
  background-image: url("images/navbar.jpg");
  background-color: red;
}

.navbar-default .navbar-brand {
    color: white;
}
.navbar-default .navbar-brand:hover {
    color: white;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ea1c24;
    background-color: white;
    font-weight: bold;
}


.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
}

/*======================================
===========     BANNER    ==============
======================================*/

#frontpage
{
  height: 525px;
  width: 100%;
  padding-top: 25px;
  /*background-image:url(images/banner.jpg);
  background-size: cover;
  background-position: center;*/
  background-color: black;
}

#rightlogo{
  height: 512px;
  width: 512px;
  background-image:url(images/dansk.png);
  background-size: 512px 512px;
  float: right;
}

#leftlogo{
  height: 512px;
  width: 512px;
  background-image:url(images/tysk.png);
  background-size: 512px 512px;
  float: left;
}

#logo{
  height: 500px;
  width: 500px;
  background-image:url(images/poster.jpg);
  background-size: 500px 500px;
  margin: auto;
}


/*======================================
===========    CONTENT   ===============
======================================*/

#wrap {
  min-height: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

#wrap > .container {
  padding: 60px 15px 0;
}


#article{
  width: 100%;
  padding-bottom: 100px;
}

#slider{
  width: 360px;
  height: 500px;
  margin-top: 10px;
  margin-bottom: 45px;
}

#facebook{
  float: right;
}

#facebook_share{
  padding: 4px;
  font-size: 9pt;
  border:2px solid;
  border-radius:5px;
  background-color: #3d57a2;
  color: white;
  opacity: 0.2;
}

#facebook_share:hover{
  opacity: 0.5;
}

.container .credit {
  margin: 20px 0;
}

.arr .row .col-md-6{
  padding-bottom: 60px;
}

/*======================================
===========    FOOTER   ===============
======================================*/

#footer_logo{
  position: absolute;
  float: left;
  height: 128px;
  width: 128px;
  /*margin-left: 145px;*/
  background-image:url("images/negativlogo.jpg");
  background-size: 100% 100%;
}

#footer {
  width: 80%;
  height: 60px;
  text-align: center;
  margin: auto;
}

.footer{
  font-size: 12px;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

/*======================================
=====   MEDIA (TABLETS/PHONES)   =======
======================================*/

@media (max-width: 768px) {
  p {
    font-size: 14px;
  }

  #logo{
    height: 300px;
    width: 300px;
    background-image:url(images/poster.jpg);
    background-size: 300px 300px;
    margin: auto;
    margin-top: 50px;
  }

  #frontpage
  {
    height: 300px;
    width: 100%;
    background-color: black;
  }

  #slider{
    width: 300px;
    margin-bottom: 0px;
  }

  #likebox-wrapper * {
     width: 300px !important;
  }

  #footer_logo{
  	position: absolute;
    opacity: 0;
  }

  #rightlogo, #leftlogo{
    opacity: 0;
    position: absolute;
  }

  #frontpage
  {
    height: 375px;
  }

  .navbar .nav > li > a {
      color: black;
      background-color: #f1f1f1;
  }


}

@media (min-width: 768px) and (max-width: 1024px) {
  #slider{
    float:left;
    margin-bottom: 0px;
  }
  #likebox-wrapper * {
    float: left;
    margin-left: 100px;
  }
  #rightlogo, #leftlogo{
    opacity: 0;
    position: absolute;
  }
  #footer_logo{
  	position: absolute;
    opacity: 0;
  }

  .navbar .nav > li > a {
      color: black;
      background-color: #f1f1f1;
  }

}