@charset "UTF-8";

@font-face {
  font-family: "Open sans";
  font-style: normal;
  font-weight: 400;
  src: url("opensans.ttf");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhv.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhv.woff)
      format("woff");
}

@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Condensed Light"), local("OpenSansCondensed-Light"),
    url(//fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQQ.woff)
      format("woff");
}

@media (max-width: 479px) {
  body {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  #header {
    display: none;
  }

  #sidemenu {
    display: none;
  }

  #footer {
    display: none;
  }

  .wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  html {
    margin: 0px;
    padding: 0px;
    font-family: "Open sans", Arial, Verdana, Lucida, serif, sans;
    font-size: 120%;
    line-height: 1.5em;
    color: #333;
  }

  #mobilemenu {
    position: fixed;
    display: flex;
    top: 0;
    height: 36x;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: white;
    box-shadow: 0px 10px 15px #eee;
    padding: 5px;
    z-index: 2;
  }

  #mobilemenu .fas,
  #mobilemenu .far {
    font-size: 34px !important;
    margin-right: 15px;
    color: #555;
  }

  #mobilemenu input {
    flex: 1;
    margin-right: 15px;
    font-family: Arial, Verdana, Lucida, serif, "Font Awesome 5";
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 100%;
    height: 30px;
    width: 90%;
  }

  #pane {
    position: fixed;
    width: 80%;
    transform: translateX(-110%);
    top: 45px;
    bottom: 0px;
    background: rgba(240, 240, 240, 0.97);
    border: 1px solid #ddd;
    z-index: 2;
    padding-top: 10px;
    color: #333;
    border-radius: 10px;
    overflow-y: auto;
    padding-left: 10px;
    transition: all 0.25s ease; /* our nice transition */
    box-shadow: 5px 5px 25px #aaa;
  }

  #pane.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  #pane a {
    display: inline-block;
    margin-right: 20px;
    color: #333;
  }

  #content {
    margin-top: 60px;
  }

  #maincontent {
    padding: 5px;
    transition: opacity 0.25s ease-in-out;
  }

  .hidden {
    opacity: 0.5;
    background-image: url(/img/spinner.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: top center;
  }

  .blogheader {
    display: block;
    font-weight: bold;
    font-size: 160%;
  }

  #bloglist .blogbox {
    padding-top: 15px !important;
    max-height: 400px;
    overflow: hidden;
  }

  #bloglist .blogsubheader {
    display: none;
  }

  .mobilehref {
    position: relative;
    display: block;
  }

  .mobilehref .link {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    height: 400px;
    background: linear-gradient(
      rgba(255, 0, 0, 0) 250px,
      rgba(255, 255, 255, 1) 380px
    );
  }

  .blogsubheader {
    font-size: 60%;
    float: none !important;
    text-align: right;
    width: 100%;
    display: block;
  }

  .blogbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blogfooter {
    display: none;
  }

  .views {
    display: none;
  }

  #bloglist .blogbox {
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    margin: 6px;
    margin-bottom: 20px;
    /* box-shadow: 6px 10px 10px #ddd; */
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .blogbox img,
  #maincontent img {
    display: block;
    float: none !important;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px !important;
  }

  a {
    text-decoration: none;
    color: #7a9;
  }

  .menu-icon::before {
    content: "\f0c9";
    font-size: 30px !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .blogheader a {
    color: #333;
    text-decoration: none;
  }
}

@media (min-width: 480px) {
  * {
    box-sizing: border-box;
  }

  #mobilemenu,
  #pane {
    display: none;
  }

  .mobilehref a.link {
    display: none;
  }

  html {
    margin: 0px;
    padding: 0px;
    background-color: #222;
    background: #ffffff url(images/lines.gif) repeat fixed 0 0;
    font-family: "Open sans", "Trebuchet MS", Arial, Verdana, Lucida, serif,
      sans;
  }

  h2 {
    color: #c68900;
    font-family: "Trebuchet MS", Lucida, Arial, Verdana, serif, sans;
    font-weight: normal;
    font-size: 1.9em;
    letter-spacing: -1px;
    line-height: 1.1em;
  }

  #header {
    width: 900px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    margin-top: 10px;
  }

  #header #titel {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 2.2em;
    font-style: italic;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  #header #titel span {
    padding-top: 3px;
    display: block;
    font-size: 0.57em;
    color: #8d8d8d;
    margin-top: -10px;
    margin-left: 4px;
  }

  #header #image {
    background: url(images/time.jpg) center center no-repeat;
    padding-top: 120px;
  }

  #header #menu {
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
  }

  .headerquote {
    color: #777777;
    float: right;
    font-style: italic;
    line-height: 1.1em;
    padding-right: 20px;
    padding-top: 22px;
    text-align: center;
  }

  #menu {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    height: 35px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
  }

  #menu span {
    padding: 7px;
    font-size: 20px;
    float: left;
  }

  #menu ul {
    display: inline;
  }

  #menu li {
    display: inline;
  }

  #menu li a {
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.15em;
    color: rgba(255, 255, 255, 0.75);
    height: 50px;
  }

  img {
    border: none;
  }

  #content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-left: 20px;
    min-height: 500px;
    font-size: 1.26em;
    font-weight: 300;
    line-height: 1.6;
    background: #f0f0f0;
    background-image: linear-gradient(to right, #eee, #ddd);
    background: #ecebeb;
  }

  #content #sidemenu ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-left: 5px;
  }

  #content #sidemenu li {
    list-style-type: none;
    color: #333;
    margin: 0px;
    padding: 0px;
    font-size: 80%;
  }
  #content #sidemenu a {
    text-decoration: none;
    color: #808080;
    line-height: 1em;
  }

  #maincontent {
    margin-right: 260px;
    color: #707070;
    color: #222;
  }
  #sidemenu {
    float: right;
    width: 220px;
    height: 100%;
    margin-right: 0px;
  }

  .right {
    float: right !important;
  }

  .first-left div:first-child {
    float: left !important;
    margin-left: 0px;
    width: 220px;
  }

  .first-left div {
    margin-left: 220px;
  }

  .first-right1 div:first-child {
    float: right !important;
    margin-right: 0px;
    width: 220px;
    border-left: 1px solid #d0d0d0;
    margin-left: 20px;
    padding-left: 10px;
  }

  #footer {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    height: 20px;
    color: #777;
    margin-right: 10px;
    font-size: 70%;
  }

  #search {
    background: url("images/search.png") no-repeat scroll 96% 6px white;
    line-height: 1.4em;
    padding: 2px;
    width: 80%;
    border-radius: 4px;
  }

  #sidemenu h2 {
    border-left-color: #b23a00;
    color: #b23a00;
  }

  #sidemenu h2 {
    border-left: 2px solid #b23a00;
    font-size: 1.5em;
    margin: 5px 0px 10px -11px;
    padding: 15px 0 15px 10px;
    font-family: Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
    font-weight: normal;
  }

  input {
    border: 1px solid #d0d0d0;
  }

  .hidden {
    display: none;
  }

  .youtube,
  .vimeo,
  .google {
    width: 600px;
    height: 362px;
  }

  .more {
    color: #b23a00;
    text-decoration: none;
    font-size: 75%;
    margin-top: -15px;
    display: block;
    margin-bottom: 29px;
  }

  a:hover {
    text-decoration: underline;
  }

  a {
    text-decoration: none;
    color: #c68900;
  }

  /* Slidemenu */

  .jqueryslidemenu {
    width: 100%;
  }

  .jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  /*Top level list items*/
  .jqueryslidemenu ul li {
    position: relative;
    display: inline;
  }

  /*Top level menu link items style*/
  .jqueryslidemenu ul li a {
    display: block;
    padding: 2px 10px;
    text-decoration: none;
  }

  * html .jqueryslidemenu ul li a {
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
  }

  .jqueryslidemenu ul li a:hover {
    background: url(images/black-60.png) repeat;
    color: white;
  }

  /*1st sub level menu*/
  .jqueryslidemenu ul li ul {
    position: absolute;
    z-index: 20000;
    left: 0;
    display: block;
    background: url(images/black-60.png) repeat;
    border-radius: 6px;
    visibility: hidden;
  }

  /*Sub level menu list items (undo style from Top level List Items)*/
  .jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
  }

  /*All subsequent sub menu levels vertical offset after 1st level sub menu */
  .jqueryslidemenu ul li ul li ul {
    top: 0;
  }

  /* Sub level menu links style */
  .jqueryslidemenu ul li ul li a {
    font: normal 13px Verdana;
    width: 160px; /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    color: #ddd;
  }

  .jqueryslidemenuz ul li ul li a:hover {
    /*sub menus hover style*/
    background: #eff9ff;
    color: black;
  }

  /* ######### CSS classes applied to down and right arrow images  ######### */

  .downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
  }

  .rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
  }

  .login {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #bbb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
  }

  div.login label {
    width: 120px;
    display: inline-block;
  }

  .blogheader {
    color: #c68900;
    font-family: Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
    font-weight: normal;
    font-size: 1.65em;
    letter-spacing: -1px;
    line-height: 1.1em;
    display: block;
    margin-bottom: -10px;
  }

  .blogsubheader {
    color: #b23a00;
    font-size: 65%;
    float: right;
    margin-top: 7px;
  }

  .blogfooter {
    color: #b23a00;
    padding-top: -15px;
  }

  .blogentry {
    float: none !important;
    background: url(/themes/freshy/images/black-10.png);
    display: block;
  }

  .views {
    font-family: Arial, Verdana, Lucida, serif, sans;
    color: #333;
    font-size: 50%;
    letter-spacing: 0px;
    display: block;
  }

  .blogheader a {
    color: #b18e50;
  }

  .blogbox {
    font-weight: 300;
    padding-top: 15px;
  }
}
