html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #005bb9;
}

p {
  font-family: "proxima_nova_rgregular";
  color: #3e3e3e;
  font-size: 16px;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  color: #3e3e3e;
  margin: 0;
  font-family: "proxima_nova_rgbold";
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}
ol,
ul {
  list-style: none;
}
hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #555555;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "proxima_nova_rgregular";
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

@font-face {
  font-family: "proxima_nova_rgregular";
  src: url("../fonts/proxima_nova_reg-webfont.eot");
  src: url("../fonts/proxima_nova_reg-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_reg-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_reg-webfont.ttf") format("truetype"),
    url("../fonts/proxima_nova_reg-webfont.svg#proxima_nova_rgregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proxima_nova_rgbold";
  src: url("../fonts/proxima_nova_bold-webfont.eot");
  src: url("../fonts/proxima_nova_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proxima_nova_bold-webfont.woff") format("woff"),
    url("../fonts/proxima_nova_bold-webfont.ttf") format("truetype"),
    url("../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*CLEARFIX*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*________________HEADER________________*/

.wrapper {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#section_header {
  width: 100%;
  height: 60px;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

#section_header .wrapper #logo_header {
  display: inline-block;
}

#section_header .wrapper h1 {
  display: inline-block;
  vertical-align: top;
  padding-top: 17px;
  line-height: 1;
  margin: 0px 0px 0px 20px;
  font-size: 26px;
}

#lang_header {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 999;
}

#lang_header > span {
  display: none !important;
}

#lang_header span {
  font-family: "proxima_nova_rgbold";
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 18px;
}

/*________________SUBHEADER________________*/

#section_subheader {
  width: 100%;
  background-color: #f5f5f5;
}

.desktopmenu {
  display: block;
}
.mobilemenu {
  display: none;
}

.menu li {
  float: left;
  height: 100%;
}

.menu li a {
  display: block;
  height: 56px;
  line-height: 52px;

  color: #acacac;
  border-top: 4px solid #f5f5f5;

  text-transform: uppercase;
  font-family: "proxima_nova_rgbold";

  margin: 0px 17px 0px 0px;

  transition: all 0.5s ease;
}

.menu .current_page_item a,
.menu li a:hover {
  border-top: 4px solid #000;
  color: #3e3e3e;
}

/*________________SLIDER________________*/

#slick_slider {
  width: 100%;
}

.slider_item {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}

.slider_content {
  position: absolute;

  text-align: center;
  max-width: 600px;

  margin-left: auto;
  margin-right: auto;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  padding: 70px 0px 70px 0px;
  display: flex;
  align-items: center;
}

.slider_content h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
}

.slider_content p {
  color: #fff;
  font-family: "proxima_nova_rgbold";
}

.slider_content a {
  font-family: "proxima_nova_rgbold";
  color: #fff;
  text-transform: uppercase;

  margin: 0 auto;

  display: block;
  width: 185px;
  height: 42px;
  line-height: 42px;
  background-color: #3e3e3e;
}

.slimage > img {
  min-height: 420px;
}

/*________________BRIGHTBOXES________________*/

#section_boxes {
  background-color: #fff;
}

#front_boxes {
  width: 100%;
}

#front_boxes li {
  width: 33.33%;
  float: left;
  min-height: 315px;
  padding: 0px 0px 20px 0px;
  word-break: break-word;
}

#front_boxes li .box_content {
  border-top: 4px solid #3e3e3e;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 315px;
  padding: 15px 0px 40px 0px;
  min-height: 280px;
  position: relative;
}

#front_boxes li .box_content .btn_readmore {
  position: absolute;
  bottom: 0;
  right: 0;

  font-family: "proxima_nova_rgbold";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 105px;
  height: 33px;
  line-height: 35px;
  background-color: #3e3e3e;
}

#front_boxes li .box_content span {
  font-family: "proxima_nova_rgbold";
  color: #3e3e3e;
  font-size: 15px;
}

#front_boxes li .box_content h3 a {
  font-family: "proxima_nova_rgbold";
  color: #3e3e3e;
  font-size: 22px;
  text-transform: uppercase;
}

#front_boxes li .box_content p strong {
  font-weight: bold;
}

#front_boxes li .box_content p em {
  font-style: italic;
}

#front_boxes li#box_page_excerpt {
  background-color: #f5f5f5;
}

/*________________FOOTER________________*/

#section_darkboxes {
  background: url(../img/bg_dark.jpg);
}
#section_darkboxes #front_boxes li .box_content h3 a {
  color: #fff;
}
#section_darkboxes #front_boxes li .box_content {
  border-top: 4px solid #fff;
  min-height: 100px;
}
#section_darkboxes #front_boxes li .box_content p {
  color: #fff;
}

#section_darkboxes #front_boxes li .box_content .btn_readmore {
  color: #3e3e3e;
  background-color: #fff;
}

#section_footer {
  background-color: #f5f5f5;
  padding: 40px 15px 40px 15px;
}

#section_footer p {
  font-size: 15px;
  margin: 0;
  text-align: center;
}
#section_darkboxes #front_boxes li .box_content.box_book_content {
  border-top: 0;
  margin-top: 20px;
}
#section_darkboxes #front_boxes li .box_content.box_book_content a {
  display: block;
  margin: 0 auto;
}
#section_darkboxes #front_boxes li .box_content.box_book_content a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
#section_darkboxes #front_boxes li .box_content.box_book_content p {
  text-align: center !important;
}

/*________________PAGE________________*/

.pagewrapper {
  padding-bottom: 40px;
}

#section_page {
  background-color: #fff;
}

#sidebar {
  width: 310px;
  border-top: 4px solid #3e3e3e;
  float: left;
}

#breadcrumbs {
  display: block;
  width: 100%;
  font-family: "proxima_nova_rgbold";
  padding: 30px 0px 30px 0px;
}

#breadcrumbs p {
  margin: 0;
  display: inline-block;
}

#breadcrumbs a {
  font-family: "proxima_nova_rgregular";
  color: #3e3e3e;
}

#page_content {
  float: right;
  border-top: 4px solid #3e3e3e;
  max-width: 680px;
  width: 100%;
  padding: 25px 0px 25px 0px;
  font-family: "proxima_nova_rgregular";
}

#page_content h2 {
  text-transform: uppercase;
  font-size: 22px;
}

#page_content p strong {
  font-weight: bold;
}
#page_content p em {
  font-style: italic;
}

#page_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
}

#page_content ol,
#page_content ul {
  list-style: inherit;
  margin-left: 20px;
}

.explaining-text {
  padding: 30px 0 10px;
  font-weight: bold;
}

/*________________PAGE_SIDEBAR________________*/

#sidebar {
  font-family: "proxima_nova_rgregular";
}

#sidebar.sidebar_page > li {
  list-style: none;
  display: none;
}
#sidebar.sidebar_page .current_page_ancestor {
  display: block;
}

#sidebar.sidebar_page > .current_page_item > a,
#sidebar.sidebar_page > .current_page_ancestor > a {
  display: none;
}

.current_page_ancestor > .children > li > .children {
  display: block;
}
.current_page_item > .children > li > .children {
  display: none;
}
.page_item > .children > li > .children > li a {
  text-indent: 60px !important;
}

#sidebar.sidebar_page .current_page_item > a {
  background-color: #f5f5f5;
}

#sidebar.sidebar_page .current_page_parent {
  display: block;
}
#sidebar li.current_page_item {
  display: block;
}

#sidebar li a {
  color: #3e3e3e;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-indent: 30px;
  border-bottom: 1px solid #adadad;
}
#sidebar li.page_item_has_children > a span {
  width: 47px;
  height: 48px;
  float: right;
  background: url(../img/gfx_arrowdown.png) center right no-repeat;
}

/*________________NEWS_SIDEBAR________________*/

.searchform {
  color: #3e3e3e;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-indent: 30px;
  border-bottom: 1px solid #adadad;
  background: url(../img/gfx_search.png) center right no-repeat;
}

.searchform #s {
  border: 0;
  outline: 0;
  color: #3e3e3e;
  font-size: 15px;
  font-family: "proxima_nova_rgregular";
}

#archives,
#categories {
  color: #3e3e3e;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-indent: 30px;
  border-bottom: 1px solid #adadad;
  background: url(../img/gfx_arrowdown.png) center right no-repeat;
}

.cat-item .post_count {
  display: none;
}
.sidebar_news ul,
.sidebar_news ul {
  text-indent: 48px;
}
.sidebar_news ul li a,
.sidebar_news ul li a {
  text-indent: 48px !important;
}
.current-cat a {
  background-color: #f5f5f5;
}

/*________________PAGE_SIDEBAR________________*/

#sidebar.sidebar_page .sb_text ul {
  list-style: inherit;
  margin: 0px 0px 0px 20px;
}

#sidebar.sidebar_page .sb_text strong {
  font-weight: bold;
}
#sidebar.sidebar_page .sb_text em {
  font-style: italic;
}

#page_content h3#page_content_title {
  font-size: 22px;
  text-transform: uppercase;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #acacac;
}

.post_news {
  border-bottom: 1px solid #acacac;
  padding: 20px 0px 20px 0px;
}

.post_news h3 a {
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3e3e3e;
}

.post_news > span {
  display: block;
}

#page_content .post_news a.btn_readmore {
  float: left;
  font-family: "proxima_nova_rgbold";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 105px;
  height: 33px;
  line-height: 35px;
  background-color: #3e3e3e;
}

/*________________MAIL_FORMS________________*/

#databook_form p {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

#databook_form input.text {
  display: inline-block;
  border: 1px solid #e0e2e3;
  height: 34px;
  width: 300px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 10px 0px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 247, 247, 1)),
    color-stop(37%, rgba(255, 255, 255, 0.05)),
    color-stop(39%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#databook_form input#yearly {
  width: 32px;
  padding: 0px;
  text-align: center;
  padding: 5px;
}

#databook_form .block_paragraph {
  display: block;
  margin: 10px 0px 10px 0px;
}

#databook_form #books_number_instructions {
  margin: 5px 0px 15px 0px;
}

#databook_form #last_form_text {
  float: left;
  margin: 10px 0px 0px 0px;
}

#databook_form textarea.messageinput {
  width: 100%;
  height: 140px;
  display: block;
  resize: none;

  border: 1px solid #e0e2e3;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 30px 0px;

  font-family: "proxima_nova_rgregular";

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 247, 247, 1)),
    color-stop(37%, rgba(255, 255, 255, 0.05)),
    color-stop(39%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#contact_form p {
  display: inline-block;
  margin: 0px 20px 0px 0px;
}

#contact_form input.text {
  display: inline-block;
  border: 1px solid #e0e2e3;
  height: 34px;
  width: 300px;
  padding: 0px 10px 0px 10px;
  margin: 0px 0px 10px 0px;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 247, 247, 1)),
    color-stop(37%, rgba(255, 255, 255, 0.05)),
    color-stop(39%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#contact_form textarea.messageinput {
  width: 100%;
  height: 140px;
  display: block;
  resize: none;

  border: 1px solid #e0e2e3;
  padding: 10px 10px 10px 10px;
  margin: 10px 0px 30px 0px;

  font-family: "proxima_nova_rgregular";

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */

  background: -moz-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(247, 247, 247, 1)),
    color-stop(37%, rgba(255, 255, 255, 0.05)),
    color-stop(39%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(247, 247, 247, 1) 0%,
    rgba(255, 255, 255, 0.05) 37%,
    rgba(255, 255, 255, 0) 39%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#button_send_order,
#button_send_message {
  float: right;
  border: 0;
  font-family: "proxima_nova_rgbold";
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 105px;
  height: 33px;
  line-height: 35px;
  background-color: #3e3e3e;
  cursor: pointer;
  cursor: hand;
}

/*________________SOCIAL_BUTTONS________________*/

.social-links {
  float: right;
  margin: 0 !important;
}

.social-links li {
  float: left;
  list-style: none;
}

.social-links li a {
  height: 45px;
  width: 45px;
  display: block;
  font-size: 0;
  background: url(../img/ico_social.png) no-repeat;
  margin: 0px 0px 0px 10px;
}

li.soc_linkedin a {
  background-position: 0px 0px;
}
li.soc_twitter a {
  background-position: -45px 0px;
}
li.soc_facebook a {
  background-position: -90px 0px;
}

#btn_to_top {
  display: none;
  width: 90%;
  padding: 15px 5% 15px 5%;
  background: url(../img/gfx_arrowup.png) center right no-repeat;
  background-color: #3e3e3e;
  color: #fff;
  text-transform: uppercase;

  font-family: "proxima_nova_rgbold";
}

#lang_sel_list {
  height: 32px;
  position: relative;
  z-index: 99;
  font-family: verdana, arial, sans-serif;
  padding: 0 !important;
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  display: block;
  font-size: 11px;
  text-decoration: none !important;
  color: #444444;
  background: #fff;
  line-height: 18px;
  padding: 0 0 0 5px !important;
}

#lang_sel_list li {
  float: left;
  position: relative;
}

#lang_sel_list img.iclflag {
  width: 18px;
  height: 12px;
  position: relative;
  top: 1px;
}

/* Template Bild & PDF Tabs */
.tabs {
}

.tabs__header {
  display: flex;
  flex-wrap: wrap;
}

.tabs__header__tab {
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  width: auto;
  line-height: 50px;
  padding: 0 23px;
  border-radius: 4px;
  margin: 0 14px 12px 0;
  border: 2px solid #3e3e3e;
  color: #3e3e3e;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tabs__header__tab:hover {
  cursor: pointer;
}

.tabs__header__tab:hover,
.tabs__header__tab.active {
  background-color: #3e3e3e;
  color: #ffffff;
}

.tabs__tab {
  display: none;
}

.tabs__tab.active {
  display: block;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.tabs__tab__file {
  font-weight: bold;
  margin: 20px 0 0;
  display: block;
  text-decoration: underline;
}

/*
_____   _____  ____   ____    ___   _   _  ____  ___ __     __ _____
|  _ \ | ____|/ ___| |  _ \  / _ \ | \ | |/ ___||_ _|\ \   / /| ____|
| |_) ||  _|  \___ \ | |_) || | | ||  \| |\___ \ | |  \ \ / / |  _|  
|  _ < | |___  ___) ||  __/ | |_| || |\  | ___) || |   \ V /  | |___ 
|_| \_\|_____||____/ |_|     \___/ |_| \_||____/|___|   \_/   |_____|

*/

/*DESKTOP ONLY*/
@media only screen and (min-width: 1000px) and (max-width: 1920px) {
}

/*IPAD ONLY*/
@media only screen and (min-width: 500px) and (max-width: 999px) {
}

/*EVERYTHING FROM IPAD AND DOWN*/
@media only screen and (max-width: 999px) {
  #btn_to_top {
    display: block;
  }
  .mobile_full_wrapper {
    padding: 0 !important;
  }

  .desktopmenu {
    display: none;
  }
  .mobilemenu {
    display: block !important;
    position: relative;
    z-index: 999;
  }

  .mean-nav > ul > div > a.mean-expand {
    display: none;
  }
  .mean-bar {
    font-family: "proxima_nova_rgbold";
  }

  .current_page_item a {
    background-color: #f5f5f5;
  }
  .current_page_ancestor > a {
    background-color: #f5f5f5;
  }
  .sidebar_page {
    display: none;
  }

  #sidebar {
    width: 100%;
  }
  #section_header {
    border-bottom: 2px solid #000;
  }
  #page_content {
    max-width: 100%;
  }

  .wrapper {
    padding: 0px 30px 0px 30px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
  }

  #section_header .wrapper h1 {
    max-width: 320px;
    padding-top: 5px;
  }

  #lang_header {
    top: 22px;
    right: 30px;
  }

  #mobilemenu_title {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 15px;
    margin: 0;
    height: 66px;
    line-height: 66px;
    text-transform: uppercase;
    font-family: "proxima_nova_rgbold";
  }

  #front_boxes li {
    padding: 15px 15px 15px 15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
  }

  #section_header > .wrapper > #lang_header {
    display: none !important;
  }
  #lang_sel_list > .mean-expand {
    display: none;
  }
  #lang_sel_list {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 4px solid #3e3e3e;
  }
  #lang_sel_list ul {
    display: block !important;
  }
  #lang_sel_list li {
    width: 20%;
  }
  #lang_sel_list ul li span {
    display: block;
  }
  #lang_sel_list ul li:first-child a {
    border-left: none;
  }

  #lang_sel_list a,
  #lang_sel_list a:visited {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    padding: 0px 0px 15px 0px;
    border-left: 2px solid #bababa;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
  }

  #lang_sel_list img {
    display: none;
  }
  .lang_sel_sel {
    background-color: #3e3e3e !important;
  }
  .lang_sel_sel > span {
    color: #fff !important;
  }
}

/*PHONE ONLY*/
@media only screen and (max-width: 499px) {
  .wrapper {
    padding: 0px 10px 0px 10px;
  }
  .slimage > img {
    min-height: 250px;
  }
  #lang_header {
    display: none;
  }
  #section_header .wrapper h1 {
    font-size: 18px;
    max-width: 200px;
    margin: 0px 0px 0px 10px;
    padding-top: 10px;
  }
  #page_content .post_news a.btn_readmore {
    height: 43px;
    line-height: 43px;
  }
  #front_boxes li {
    width: 100%;
    padding: 0px 8px 15px 8px;
    min-height: 0px;
  }
  #front_boxes li .box_content {
    margin: 20px 0px 0px 0px;
    padding: 15px 0px 10px 0px;
    max-width: 100%;
    padding: 15px 0px 30px 0px;
  }

  .slider_content {
    position: relative;
    background-color: #3e3e3e;
    padding: 15px 25px 40px 25px;
    min-height: 180px;
  }
  .slider_content h2 {
    font-size: 20px;
  }
  .slider_content a {
    display: none;
  }
  .slick-dots li button {
    background-color: #fff !important;
  }

  #contact_form td,
  #databook_form td {
    width: 100%;
    display: block;
  }
  #contact_form table,
  #databook_form table {
    width: 100%;
  }
  #contact_form input.text {
    width: 100%;
  }
  #databook_form input.text {
    width: 95%;
  }
}
