/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  #mobile-nav {
    display: none;
  }
  #site-content {
    margin-left: 260px;
  }
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  #mobile-nav {
    display: none;
  }
  #site-content {
    margin-left: 260px;
  }
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  #desktop-nav {
    display: none;
  }
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #desktop-nav {
    display: none;
  }
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  #desktop-nav {
    display: none;
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  #desktop-nav {
    display: none;
  }
}
html {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #1A171B;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  background-color: #F7F7F2;
  background: url("/images/background.webp") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a,
a:hover,
a:active {
  color: inherit;
  /* blue colors for links too */
  text-decoration: underline;
  /* no underline */
}
#site-container {
  width: 100vw;
  height: 100vh;
}
#site-container #mobile-nav {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
#site-container #mobile-nav nav {
  background-color: #009BC2;
}
#site-container #mobile-nav .navbar-toggler {
  background-color: white !important;
}
#site-container #mobile-nav .center-logo {
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
#site-container #mobile-nav li {
  padding-left: 5px;
  background-color: white !important;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
  font-family: Arial;
  font-size: 20px;
}
#site-container #mobile-nav li a {
  text-decoration: none;
}
#site-container #desktop-nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #009BC2;
  width: 250px;
  height: 100vh;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
  background-image: url("/images/emboss.png");
  background-repeat: repeat;
  -webkit-backface-visibility: hidden;
}
#site-container #desktop-nav #logo-wrapper {
  margin: 20px;
  width: 210px;
  height: 150px;
  background-color: white;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
#site-container #desktop-nav #logo-wrapper #logo {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
#site-container #desktop-nav #main-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
#site-container #desktop-nav #main-navigation .main-navigation-link {
  width: 140px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -3px;
  text-decoration: none;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 20px;
  border-bottom: 5px solid transparent;
  text-align: center;
  margin-left: 20px;
  padding-right: 20px;
  color: #F7F7F2;
  min-height: 30px;
  max-height: 50px;
  line-height: 35px;
  background-color: #0B4F6C;
  border-radius: 20px 0 20px 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid #009BC2;
}
#site-container #desktop-nav #main-navigation .main-navigation-link.offerte {
  margin-top: 40px;
  background-color: #003644;
}
#site-container #desktop-nav #main-navigation .main-navigation-link:hover {
  border-bottom: 5px solid #F7F7F2;
  cursor: pointer;
}
#site-container #desktop-nav #main-navigation .main-navigation-link.active {
  border-bottom: 5px solid #F7F7F2;
}
#site-container #desktop-nav #photo-wrapper {
  position: absolute;
  bottom: 40px;
  left: 45px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: white;
  background-image: url("/images/daya2.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
#site-container #desktop-nav #languages {
  font-size: 20px;
  color: #F7F7F2;
  position: absolute;
  top: 200px;
  left: 20px;
  width: 40px;
  height: 30px;
  text-align: left;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
#site-container #desktop-nav #languages a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#site-container #desktop-nav #disclaimers {
  font-size: 12px;
  color: #F7F7F2;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 240px;
  text-align: center;
}
#site-container #desktop-nav #disclaimers a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#site-container #site-content {
  padding-top: 20px;
  max-width: 770px;
}
#site-container #site-content #site-content-inner {
  padding-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 40px;
  background: url("/images/page_background.webp") repeat-y top center;
  border-radius: 20px;
}
#admin-panel {
  position: fixed;
  bottom: 5px;
  right: 5px;
  margin-right: inherit;
  color: black;
  opacity: 0.2;
  -webkit-backface-visibility: hidden;
}
#admin-panel:hover {
  opacity: 0.8;
}
.header-divider {
  display: flex;
}
.header-divider .header-divider-start {
  height: 10px;
}
.header-divider .header-divider-end {
  height: 10px;
}
.header-divider .header-divider-line {
  height: 10px;
  width: 100%;
  background-color: #009BC2;
}
.content-container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 30%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.content-container .edit-buttons {
  float: right;
  padding: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #009BC2 !important;
  border-color: #009BC2 !important;
}
