/******************************************/
/* media Query                            */
/******************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontAwesome/fontawesome-webfont3e6e.eot?v=4.7.0');
  src: url('../fonts/fontAwesome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-text-size-adjust: none;
}
#menuButton,
#homepage,
#TSFE_ADMIN_PANEL_FORM,
#webyte-icon-nav,
#totop,
#main-img,
#background {
  display: none;
}
#main-menu li {
  list-style-type: none;
}
#main-menu ul {
  display: none;
}
body {
  background-attachment: scroll;
}
body #lbCaption,
body #lbNumber {
  position: Relative;
  background: #fff;
  margin: 0 -10px;
  padding: 0 10px;
}
#lbCaption,
#lbNumber,
body #lbCenter {
  z-index: 10000;
}
@media (max-width: 992px) {
  span,
  p {
    font-size: 14px;
    line-height: 20px;
  }
  * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #breadcrumb,
  #background,
  #sub-menu {
    display: none;
  }
  body {
    background: #fff;
    overflow-x: hidden;
  }
  div#wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 235px 15px 0;
    width: 100%;
    max-width: 760px;
    background: transparent;
    margin: 0 auto;
    min-height: 0;
  }
  div#header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    height: 220px;
    display: block;
    clear: both;
    background: #19388f;
    max-height: inherit !important;
    z-index: 100;
    max-width: 760px;
    transition: all 0.25s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  div#header:after {
    content: '';
    display: block;
    clear: both;
  }
  a#logo {
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    padding: 0;
    z-index: 5;
    right: auto;
    text-align: center;
    height: 220px;
    width: 268px;
    transition: all 0.25s ease 0s;
    overflow: hidden;
  }
  a#logo:before,
  a#logo:after {
    content: '';
    background: transparent url('../img/responsive-logo.png') left top no-repeat;
    width: 268px;
    height: 220px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.25s ease 0s;
  }
  a#logo:after {
    content: '';
    background: transparent url('../img/responsive-logo-small.png') left top no-repeat;
    height: 93px;
    position: absolute;
    opacity: 0;
  }
  a#logo img {
    display: none;
  }
  #menuButton {
    background: transparent;
    display: block;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 45px;
    height: 93px;
    z-index: 1000;
    cursor: pointer;
    text-align: right;
    width: 80px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
    text-transform: uppercase;
    transition: height 0.25s ease 0s;
  }
  #menuButton .text {
    display: block;
    text-align: right;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    color: #ffffff;
  }
  #menuButton span {
    position: absolute;
    width: 35px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    display: block;
    background: #fff;
    transition: transform 0.25s ease 0s, bottom 0.25s ease 0.3s;
    -webkit-transition: transform 0.25s ease 0s, bottom 0.25s ease 0.3s;
  }
  #menuButton span:nth-child(2) {
    bottom: 26px;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  #menuButton span:nth-child(3) {
    bottom: 18px;
    opacity: 1;
    transition: opacity 0.25s linear 0.15s;
  }
  #menuButton span:nth-child(4) {
    bottom: 10px;
    transform: translate(0px, 0);
    -webkit-transform: translate(0px, 0);
  }
  #menuButton.active span:nth-child(2) {
    transition: bottom 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: bottom 0.25s ease 0s, transform 0.25s ease 0.3s;
    bottom: 18px;
    transform: translate(0px, 0) rotate(135deg);
    -webkit-transform: translate(0px, 0) rotate(135deg);
  }
  #menuButton.active span:nth-child(3) {
    opacity: 0;
    transition: opacity 0.25s linear 0s;
    -webkit-transition: opacity 0.25s linear 0s;
  }
  #menuButton.active span:nth-child(4) {
    transition: bottom 0.25s ease 0s, transform 0.25s ease 0.3s;
    -webkit-transition: bottom 0.25s ease 0s, transform 0.25s ease 0.3s;
    bottom: 18px;
    transform: translate(0px, 0) rotate(-135deg);
    -webkit-transform: translate(0px, 0) rotate(-135deg);
  }
  ul#main-menu {
    width: auto;
    display: none;
    height: auto;
    cursor: pointer;
    background: #19388f;
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 90px 0 0;
  }
  ul#main-menu.active {
    display: block;
  }
  ul#main-menu li {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0;
    margin-left: 0;
    background: transparent;
  }
  ul#main-menu li a,
  ul#main-menu li a:hover {
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin: 0;
    padding: 10px 50px 10px 33px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    color: #ffffff;
    text-decoration: none;
    display: block;
  }
  ul#main-menu li .icon-mainmenu {
    display: block;
    width: 50px;
    height: 40px;
    background: transparent;
    right: 0;
    top: 0;
    position: absolute;
    font-family: 'FontAwesome';
    color: #ffffff;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
    transition: all 0.25s ease 0s;
  }
  ul#main-menu li .icon-mainmenu:after {
    content: "";
    height: 0;
    width: 0;
    border-top-color: #ffffff;
    display: block;
    background: Transparent;
    border-width: 10px 9px 0 9px;
    border-style: solid;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.25s ease 0s;
  }
  ul#main-menu > li > .icon-mainmenu {
    display: none;
  }
  ul#main-menu li:hover > a,
  ul#main-menu li.active > a {
    color: #a1cff0;
  }
  ul#main-menu li.active > a {
    color: #a1cff0;
  }
  ul#main-menu li.active > .icon-mainmenu:after {
    border-top-color: #a1cff0;
    transform: rotate(180deg);
  }
  ul#main-menu li ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
    border-top: 1px solid #4a58a4;
  }
  ul#main-menu li ul li {
    border-bottom: 1px solid #4a58a4;
  }
  ul#main-menu li ul a {
    text-transform: inherit;
    line-height: 20px;
    padding: 10px 50px 10px 33px;
  }
  ul#main-menu li ul ul {
    border: none;
    border-top: 2px solid #a1cff0;
    margin: 0 32px;
    width: Auto;
  }
  ul#main-menu li ul ul li {
    border: none;
    height: auto;
  }
  ul#main-menu li ul ul li a {
    padding: 6px 0 6px 8px;
    height: auto;
  }
  ul#main-menu li ul ul li.active a,
  ul#main-menu li ul ul li:hover a {
    padding: 6px 0 6px 8px;
    height: auto;
  }
  ul#main-menu li.active > ul {
    display: block;
  }
  #webyte-icon-nav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -15px 0 15px;
    width: 100%;
    display: block;
    background: #19388f;
  }
  #webyte-icon-nav:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
  }
  #webyte-icon-nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    height: auto;
    background: #ffffff;
    margin: 0 0 1px;
    position: relative;
  }
  #webyte-icon-nav li:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
  }
  #webyte-icon-nav li:first-child {
    margin-top: 0;
  }
  #webyte-icon-nav li span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 70px;
    top: 0;
    display: block;
    height: auto;
    width: 50px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #19388f;
    text-align: center;
  }
  #webyte-icon-nav li span:before {
    content: '\f095';
  }
  #webyte-icon-nav li.link2 span:before {
    content: '\f0e0';
  }
  #webyte-icon-nav li.link3 span:before {
    content: '\f041';
  }
  #webyte-icon-nav li.link4 span:before {
    content: '\f007';
  }
  #webyte-icon-nav li.link5 span:before {
    content: "\f2b9";
  }
  #webyte-icon-nav li a {
    display: block;
    line-height: 20px;
    text-decoration: none;
    color: #19388f;
    cursor: pointer;
    padding: 10px 15px 10px 120px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    width: 100%;
    font-size: 14px;
  }
  div#modules {
    position: static;
    left: auto;
    top: auto;
    width: auto;
    padding: 0 15px 15px;
    background: #fff;
    margin: 0 -15px;
  }
  div#modules > .contenttable {
    width: 100%;
  }
  div#modules .above-center {
    display: none;
  }
  div#modules div.teaser {
    padding: 0;
    border: none;
  }
  div#modules .teaser div.news {
    margin: 0 0 5px;
  }
  img.slide {
    position: static;
  }
  div#contentwrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 220px 15px 0;
    margin: 0 -15px;
    background: #fff;
  }
  .galleria {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    height: auto !important;
    min-height: 135px;
  }
  .galleria .galleria-stage .galleria-image {
    background: transparent;
  }
  .galleria,
  .galleria-container {
    height: 302px !important;
    background: transparent;
    width: 100% !important;
  }
  .galleria-stage .galleria-image img {
    width: 100% !important;
    left: 0 !important;
    height: auto !important;
    top: 0 !important;
  }
  div#content {
    padding: 0 0 25px;
    margin: 0;
    background: transparent;
    overflow-x: hidden;
  }
  div#content .image-rotation {
    margin: 0 0 15px;
    width: 100%;
    position: relative;
  }
  div#content h1,
  div#content p,
  div#content iframe {
    padding: 0 0 10px;
  }
  div#content ul {
    margin-left: 10px;
  }
  div#content div.above-center img {
    margin: 0 5px 5px 0;
  }
  div#content iframe {
    max-width: 100%;
  }
  div#content img {
    max-width: 100%;
    height: auto;
  }
  div#content div.above-center {
    margin: 0 0 10px;
  }
  div#content h1 {
    font-size: 17px;
  }
  div#content h2 {
    padding: 0;
  }
  div#content table {
    max-width: 100%;
  }
  div#content table tr > td > img {
    display: none;
  }
  div#content div.intext-left img {
    float: none;
  }
  div#content form {
    margin: 0;
  }
  #toTop {
    display: none;
    cursor: pointer;
    background: #ffffff;
    padding: 0 10px 0 0;
    height: 42px;
    line-height: 40px;
    font-size: 0;
    z-index: 200;
    text-align: right;
    margin: 0;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 42px;
    text-indent: -10000px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #19388f;
  }
  #toTop:after {
    content: '\f062';
    font-family: 'FontAwesome';
    color: #19388f;
    font-size: 20px;
    line-height: 40px;
  }
  ul#service-menu {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    border: none;
    margin: 0;
    display: block;
    padding: 0 15px 15px;
    background: #ffffff;
  }
  ul#service-menu:after {
    content: '';
    clear: both;
    display: block;
  }
  ul#service-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0 4px 0 0;
    color: #9c9c9c;
  }
  ul#service-menu li a {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 20px;
    padding: 0;
    text-decoration: underline;
  }
  ul#service-menu li a:hover {
    color: #19388f;
  }
  div.copyright {
    width: auto;
    margin: 0;
    padding: 10px 15px 0;
    float: none;
    clear: both;
    text-align: left;
    background: #ffffff;
    height: auto;
  }
  div.copyright p {
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 5px;
    border: none;
    color: #19388f;
  }
  div.copyright a {
    display: none;
  }
  #lbCenter,
  #lbBottomContainer {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  #lbCenter {
    background: transparent !important;
  }
  #lbImage {
    border: none !important;
    background-size: 100% auto;
    width: 100%;
    background-position: center top;
  }
  #lbBottomContainer {
    top: 0 !important;
    overflow: visible !important;
  }
  #lbImage > div {
    width: 100% !important;
  }
  #lbPrevLink,
  #lbNextLink {
    height: 100% !important;
  }
  .video-js-box,
  video.video-js,
  .video-js-box img.vjs-poster {
    max-width: 100%;
  }
  .video-js-box img.vjs-poster {
    height: auto !important;
  }
  form {
    width: 100%;
  }
  div#content form label {
    width: 30%;
  }
  div#content form input,
  div#content form textarea {
    width: 70%;
  }
  #contentwrapper div#content {
    padding-left: 0;
  }
  #col1-content {
    background: #19388f;
    padding: 0;
    width: auto;
    float: left;
  }
  div#footer {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 760px;
    background: transparent;
    padding: 15px 0 15px;
    width: 100%;
    height: Auto;
    z-index: inherit;
    left: auto !important;
    display: block;
    position: relative !important;
    margin: 0 auto;
    overflow: hidden;
  }
  div#footer:after {
    content: '';
    display: block;
    clear: both;
  }
  div.footer-content {
    padding: 0 0 20px;
    width: 100%;
    display: none;
  }
  .ui-accordion .ui-accordion-content {
    overflow: visible;
    width: 100%;
    padding-right: 0;
  }
  .news-latest-item {
    padding-left: 0;
  }
  #main-img {
    margin-bottom: 20px;
    display: block;
  }
  .ui-helper-reset {
    margin-right: 0;
    padding-right: 0;
  }
  div#col2-3 {
    margin: 0;
    width: 100%;
  }
  div.col2-3-two-cols,
  div.col-left,
  div.col-right,
  div.col2-3-teaser-wrapper {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  div.col-right {
    padding-top: 0;
  }
  div.col2-3-two-cols {
    margin: 0;
  }
  div#col1 {
    margin: 0;
    padding: 0 15px 15px;
    width: 100%;
    float: left;
    background: #19388f;
  }
  div#col1 div.col1-teaser {
    margin: 0;
    width: 100%;
    background: Transparent;
    padding: 15px 0 0;
    border-bottom: 0;
  }
  div#col1 div.col1-teaser h2 {
    padding-top: 0;
  }
  /* Scrolled */
  .scrolled #header {
    height: 92px;
  }
  .scrolled a#logo {
    height: 92px;
  }
  .scrolled a#logo:before {
    opacity: 0;
  }
  .scrolled a#logo:After {
    opacity: 1;
  }
}
