/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 3, 2019, 8:12:18 PM
    Author     : dixie
*/
#logo_img_resp,
#logo_img_resp320,
#mobile-nav,
#foot .menu_1 {
  display: none;
}

#mobile-nav {
  width: 90%;
  background: #acd1e6;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 5%;
}
#mobile-nav a:focus {
  border: none;
}
#mobile-nav .nav_1 li {
  border-bottom: solid 1px #fff;
  font-weight: bold;
}
#mobile-nav .nav_1 li.collapsable {
  position: relative;
}
#mobile-nav .nav_1 li.collapsable:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.15);
}
#mobile-nav .nav_1 li.collapsable:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  transition: all 0.1s;
}
#mobile-nav .nav_1 li.collapsable.opened:after {
  transform: rotate(90deg);
}
#mobile-nav .nav_1 li.collapsable li.clicker {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  z-index: 10000;
  border: none;
}
#mobile-nav .nav_1 li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  max-width: 75%;
}
#mobile-nav .nav_1 li .nav_2 {
  margin-left: 5%;
  display: none;
}
#mobile-nav .nav_1 li .nav_2 li {
  font-weight: normal;
}
#mobile-nav .nav_1 li .nav_2 li:last-of-type {
  border-bottom: none;
}
#mobile-nav #langswitch_mobile {
  font-size: 150%;
  position: absolute;
  top: -62px;
  right: 70px;
  text-transform: uppercase;
  color: #fff;
}
#mobile-nav #langswitch_mobile span {
  display: block;
  color: #000;
}
#mobile-nav #langswitch_mobile a {
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #nav-toggle {
    position: absolute;
    z-index: 100;
    top: 23px;
    right: 15px;
  }

  #nav-toggle {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #104b86;
    position: absolute;
    display: block;
    content: "";
  }

  #nav-toggle span:before {
    top: -10px;
  }

  #nav-toggle span:after {
    bottom: -10px;
  }

  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 250ms ease-in-out;
  }

  #nav-toggle.active span {
    background-color: transparent;
  }

  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }

  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }

  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }

  img {
    max-width: 100%;
  }

  #teasers {
    background: #104b86;
    height: auto;
    overflow: hidden;
    position: relative;
    left: -3%;
    width: 104.1%;
  }
  #teasers .controls {
    left: 10px;
    top: 10px;
  }
  #teasers .controls a:hover::after, #teasers .controls a.active:after {
    background: #fff;
  }
  #teasers .item {
    width: 100%;
    height: auto;
    position: static;
    /*color: $blue;*/
  }
  #teasers .item h3, #teasers .item span {
    /*color: $blue;*/
    padding-left: 20px;
  }
  #teasers .item h3 {
    padding-top: 42px;
    font-size: 18px;
    line-height: 20px;
  }
  #teasers .item a.more {
    margin: 10px 20px 20px 20px;
  }
  #teasers .item img {
    display: none;
  }

  #navi_1, #navi_2 {
    display: none;
  }

  body {
    background: transparent;
  }

  body.homeLayout {
    background: transparent;
  }
  body.homeLayout #foot .txt {
    position: static;
    top: auto;
    left: auto;
    text-align: left;
  }
  body.homeLayout .news_line:nth-of-type(n+4) {
    display: none;
  }
  body.homeLayout #hotlinks {
    padding-top: 0;
  }
  body.homeLayout #hotlinks li {
    padding: 0 2% 2% 0;
    float: left;
    width: 49%;
  }
  body.homeLayout #hotlinks li:nth-of-type(2n) {
    padding-right: 0;
  }
  body.homeLayout #hotlinks li a {
    min-width: 100%;
    max-width: 100%;
    width: 400px;
    padding: 4px 5px 4px 10px;
    vertical-align: middle;
    display: table-cell;
  }
  body.homeLayout #hotlinks li a img {
    opacity: 0.15;
    top: 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 400px) {
  body.homeLayout #hotlinks li {
    float: none;
    width: 98%;
  }
}
@media screen and (max-width: 960px) {
  #header {
    padding: 0;
    position: relative;
  }
  #header .section {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-shadow: #000 0 0 8px;
  }
  #header #logo_img {
    display: none;
  }
  #header #logo_img_resp {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 960px) and (max-width: 500px) {
  #header #logo_img_resp {
    display: none;
  }
  #header #logo_img_resp320 {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  #header img {
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #header .image {
    height: auto;
  }
  #header .image img {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 960px) {
  #page {
    width: 96%;
    padding: 0px 2% 0px 2%;
  }
  #page #crumbs_cont,
#page #search_form,
#page #langswitch {
    display: none;
  }
  #page #text, #page #text_l, #page #text_r {
    min-height: 0;
  }
  #page #text_l {
    float: none;
    width: 100%;
  }
  #page #text_r {
    margin: 0;
    width: 100%;
    padding-bottom: 60px;
  }
  #page #text_r #childslist {
    margin-top: 0;
  }
  #page #text_r #mailing_reg {
    padding: 15px 0 20px 0;
  }
}
@media screen and (max-width: 960px) and (max-width: 640px) {
  #page #paging .prev, #page #paging .next {
    display: none;
  }
}
@media screen and (max-width: 960px) and (max-width: 360px) {
  #page #paging .first, #page #paging .last {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #foot_cont {
    overflow: hidden;
    position: static;
  }
}
@media screen and (max-width: 960px) {
  #foot {
    width: 96%;
    padding: 2%;
  }
  #foot .left, #foot .right {
    width: 100%;
    float: none;
  }
  #foot .right {
    margin-left: 0;
    padding-left: 0;
  }
  #foot .esf {
    width: auto;
  }
  #foot .menu_0 {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  div.about {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  div.esf_home {
    padding-bottom: 0;
  }
  div.esf_home img {
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  td.ar span.new {
    background-size: 50%;
    right: -17px;
  }
}
@media screen and (max-width: 400px) {
  #page #text_r {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=responsive.css.map */
