/*!
Theme Name: LUMICS - 2015
Theme URI: http://www.45grad.de
Description: The default LUMICS theme that graced versions 3.1.x and prior.
Version: 1
Author: 45 Grad, S&ouml;ren Schumann &amp; Florian Sch&uuml;rmann

Default Theme - Coding by S&ouml;ren Schumann &amp; Florian Sch&uuml;rmann || http://www.45grad.de

*/
/***************************
	GENERAL
***************************/
/* istok-web-regular - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 400;
  src: local("Istok Web Regular"), local("IstokWeb-Regular"), url("fonts/istok-web-v11-latin-regular.woff2") format("woff2"), url("fonts/istok-web-v11-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* istok-web-italic - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: italic;
  font-weight: 400;
  src: local("Istok Web Italic"), local("IstokWeb-Italic"), url("fonts/istok-web-v11-latin-italic.woff2") format("woff2"), url("fonts/istok-web-v11-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* istok-web-700 - latin */
@font-face {
  font-family: 'Istok Web';
  font-style: normal;
  font-weight: 700;
  src: local("Istok Web Bold"), local("IstokWeb-Bold"), url("fonts/istok-web-v11-latin-700.woff2") format("woff2"), url("fonts/istok-web-v11-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); }
.cookie-optin-modal {
  z-index: 1002;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.cookie-optin-modal .background {
  z-index: 1003;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  width: 100%;
  height: 100%; }

.cookie-optin-modal img {
  position: absolute;
  width: 300px;
  height: auto;
  margin-top: -60px;
  margin-left: 380px; }

.cookie-optin-modal .modal-inner {
  z-index: 1004;
  position: relative;
  padding: 1em;
  width: 500px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5); }

.cookie-optin-modal .modal-inner .modal-content {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1em;
  min-height: 260px; }

.cookie-optin-modal .modal-inner .modal-content.extended {
  margin-bottom: 0; }

.cookie-optin-modal .modal-inner h1 {
  text-align: left;
  margin-bottom: 12px; }

.cookie-optin-modal .modal-inner ::-webkit-scrollbar {
  width: 10px; }

.cookie-optin-modal .modal-inner ::-webkit-scrollbar-track {
  background: #f1f1f1; }

.cookie-optin-modal .modal-inner ::-webkit-scrollbar-thumb {
  background: #888; }

.cookie-optin-modal .modal-inner ::-webkit-scrollbar-thumb:hover {
  background: #555; }

.cookie-optin-modal .modal-inner p {
  line-height: 1.375em;
  text-align: left; }

.cookie-optin-modal .modal-inner li,
.cookie-optin-modal .modal-inner p {
  font-size: 1em !important;
  font-weight: 400 !important; }

.cookie-optin-modal .modal-inner li.hl,
.cookie-optin-modal .modal-inner p.hl {
  font-weight: 700 !important;
  display: inline-block;
  width: 100%;
  margin: 0 0 .25em 0;
  line-height: 1.125em !important; }

.cookie-optin-modal .modal-inner li.hl.h1,
.cookie-optin-modal .modal-inner p.hl.h1 {
  font-size: 2.375em !important; }

.cookie-optin-modal .modal-inner li.hl.h2,
.cookie-optin-modal .modal-inner p.hl.h2 {
  font-size: 1.25em !important;
  text-align: left;
  padding-bottom: 0 !important; }

.cookie-optin-modal .modal-inner ul.checks {
  padding-left: 28px;
  list-style-type: disc;
  margin-bottom: 12px; }

.cookie-optin-modal .modal-inner ul.checks li {
  padding-left: 8px;
  background-size: 14px 14px;
  line-height: 24px;
  text-align: left; }

.cookie-optin-modal .modal-inner .settings .row {
  width: 100%;
  border-top: 1px solid #999;
  padding: 8px 4px; }

.cookie-optin-modal .modal-inner .settings .row:last-of-type {
  border-bottom: 1px solid #999; }

.cookie-optin-modal .modal-inner .settings .two-column {
  margin: 0 0 4px 0;
  display: block;
  overflow: hidden; }

.cookie-optin-modal .modal-inner .settings .two-column > div:first-child {
  width: calc(100% - 96px);
  float: left;
  display: inline-block; }

.cookie-optin-modal .modal-inner .settings .two-column > div:nth-child(2) {
  width: 80px;
  padding-right: 12px;
  float: right;
  display: inline-block; }

.cookie-optin-modal .modal-inner .settings .two-column.full > div {
  width: 100% !important; }

.cookie-optin-modal .modal-inner .settings .two-column p {
  font-size: .825em !important;
  line-height: 1.25em !important;
  max-width: none !important;
  text-align: left; }

.cookie-optin-modal .modal-inner .settings .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: right; }

.cookie-optin-modal .modal-inner .settings .switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.cookie-optin-modal .modal-inner .settings .slidetoggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 24px;
  -webkit-transition: .4s;
  transition: 0.4s; }

.cookie-optin-modal .modal-inner .settings .slidetoggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: 0.4s; }

.cookie-optin-modal .modal-inner .settings input:checked + .slidetoggle {
  background-color: #FF9902; }

.cookie-optin-modal .modal-inner .settings input:focus + .slidetoggle {
  box-shadow: 0 0 1px #FF9902; }

.cookie-optin-modal .modal-inner .settings input:checked + .slidetoggle:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.cookie-optin-modal .modal-inner .bottom-nav {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0;
  margin-bottom: 0;
  bottom: 30px; }

.cookie-optin-modal .modal-inner .bottom-nav li {
  display: inline;
  text-decoration: underline;
  padding: 0 6px 0 3px;
  border-right: 1px solid #999; }

.cookie-optin-modal .modal-inner .bottom-nav li:last-of-type {
  border: 0; }

.cookie-optin-modal .modal-inner .bottom-nav li a,
.cookie-optin-modal .modal-inner .bottom-nav li span {
  cursor: pointer;
  color: #666; }

.cookie-optin-modal .modal-inner .optin-btn {
  float: left;
  padding: 8px 16px;
  font-size: 1em;
  color: #fff;
  background: #FF9902;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  position: relative; }
  .cookie-optin-modal .modal-inner .optin-btn.decline-btn {
    background-color: #666;
    margin-left: 12px; }

.cookie-optin-modal .modal-inner .optin-btn.bottom {
  margin: 12px 0 8px 0 !important;
  position: relative;
  float: right;
  display: block !important; }

@media all and (max-width: 640px) {
  .cookie-optin-modal .modal-inner .optin-btn.bottom {
    position: relative;
    float: none !important;
    margin: 0 !important;
    display: inline-block;
    overflow: hidden;
    text-align: center; }

  .cookie-optin-modal .modal-inner .bottom-nav {
    margin-top: 48px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%; } }
* {
  margin: 0;
  padding: 0; }

html {
  margin-top: 0px !important;
  overflow: scroll; }

* html body {
  margin-top: 0px !important; }

a img, a, img {
  border: none; }

*:focus {
  outline: none; }

body {
  font: 100%/1.5 sans-serif;
  /* 16px */
  font-family: 'Istok Web', tahoma, verdana, sans-serif;
  color: #002040;
  text-align: center;
  background: url("images/bg-body.png") #fff repeat-x; }

.wrapper {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
  overflow: hidden; }

h1 {
  padding: 0 0 .5em;
  color: #b2c1d0;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.125em;
  text-transform: uppercase; }
  h1a {
    font-size: 1em; }

h2 {
  padding: 1em 0 .5em;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.125em; }
  h2 a {
    font-size: 1em;
    text-decoration: none;
    color: #b2c1d0; }

p {
  padding-bottom: 1em;
  font-size: .9375em; }

a {
  color: #002040;
  text-decoration: underline; }

iframe {
  width: 100%; }

ol {
  margin-left: 2em;
  font-size: .9375em;
  list-style-position: outside; }

/***************************
	HELPER
***************************/
.more-link {
  color: #ff9900;
  font-weight: 700;
  text-decoration: none; }
  .more-link span {
    padding-right: .25em;
    display: inline-block; }
  .more-link:hover span {
    text-decoration: none; }

.alignright {
  margin: .5em -80px 1em 2em;
  float: right; }

.alignleft {
  float: left;
  margin: .5em 1em 1em 0; }

.nowrap {
  white-space: nowrap; }

/***************************
	CONTENT
***************************/
#content {
  width: 700px;
  float: right; }
  #content article {
    width: 605px;
    padding: 0px 80px 0 15px;
    overflow: hidden; }
    #content article .release-date {
      padding: 0;
      font-size: .875em; }
    #content article ul {
      margin: 0 0 1em 2em; }

/***************************
	CATEGORY
***************************/
.category h1 {
  margin: 0 0 2em 15px; }

/***************************
	TABLE
***************************/
table {
  margin: 1em 0;
  width: 700px;
  font-size: 0.813em;
  line-height: 1.25em;
  border-spacing: 0px; }
  table th, table td {
    padding: .8em 0 .6em .8em;
    font-size: 1em; }
  table th {
    background-color: #b2c1d0;
    color: white; }
  table td {
    border-bottom: 1px solid #002040;
    line-height: 1.5em;
    vertical-align: top; }
    table td img {
      width: 90%;
      height: auto;
      max-width: 165px; }
  table tr:last-of-type td {
    border-bottom: none; }

table.products th:first-child {
  width: 150px !important; }
table.products th:last-child {
  padding-right: 1em; }
table.products td img {
  max-width: 125px; }

/***************************
	PAGINATION	
***************************/
.pagination {
  padding: 1em 0;
  text-align: center;
  clear: both;
  display: block; }
  .pagination .page-numbers {
    margin: 0 .125em;
    padding: .5em .75em .25em .75em;
    color: white;
    line-height: 1em;
    font-size: .875em;
    text-decoration: none;
    background: #002040; }
    .pagination .page-numbers.current {
      background: #ff9900; }
    .pagination .page-numbers:hover {
      background-color: #7f8f9f;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }

/***************************
	HOME
***************************/
.home #content article {
  width: 445px;
  padding: 0 0 0 15px;
  float: left;
  overflow: hidden; }
.home #content aside {
  width: 210px;
  float: right;
  overflow: hidden; }
.home #news-list li {
  margin-bottom: 1em; }
  .home #news-list li p {
    font-size: .8125em;
    padding: 0; }
    .home #news-list li p a {
      text-decoration: none; }
      .home #news-list li p a:hover {
        text-decoration: underline; }

/***************************
	SIDEBAR
***************************/
#sidebar {
  width: 220px;
  float: left;
  overflow: hidden; }

ul#menu-main-navigation {
  margin-bottom: 2em;
  list-style-type: none; }
  ul#menu-main-navigation li a {
    margin-bottom: 3px;
    padding: .45em 1.75em .25em;
    color: white;
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
    background: url("images/ic-nav.svg") no-repeat #002040 0.75em center;
    display: block; }
    ul#menu-main-navigation li a:hover {
      background-color: #7f8f9f;
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
      transition: all 0.5s ease-out 0s; }
  ul#menu-main-navigation li.current-menu-parent .sub-menu {
    display: block; }
  ul#menu-main-navigation li ul {
    display: none; }
    ul#menu-main-navigation li ul li a {
      margin: 0;
      color: #002040;
      background: none white;
      border-bottom: 1px solid #002040; }
      ul#menu-main-navigation li ul li a:hover {
        background-color: #e4ebf2;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s; }
    ul#menu-main-navigation li ul li.current-menu-item a, ul#menu-main-navigation li ul li.current-post-ancestor a {
      background-color: #e4ebf2; }

ul#logos {
  text-align: center;
  list-style-type: none; }
  ul#logos li {
    margin-bottom: 1em; }

/***************************
	HEADER
***************************/
header {
  margin-top: 2em;
  text-align: left; }
  header #logo-wrap {
    height: 40px;
    background: #002040;
    border-bottom: 2px solid white; }
    header #logo-wrap #logo {
      height: 0px;
      margin: 0;
      padding-top: 40px;
      color: white;
      background: url("images/logo-lumics.svg") no-repeat 0 5px;
      overflow: hidden;
      display: block; }
  header #subline-wrap {
    color: #ff9900;
    font-size: 1.25em;
    font-weight: 700;
    border-top: 5px solid #ff9900;
    height: 50px; }
    header #subline-wrap .big-logo {
      width: 50%;
      float: left; }
      header #subline-wrap .big-logo img {
        max-width: 140px;
        height: 100%; }
    header #subline-wrap .claim {
      text-align: right;
      width: 50%;
      float: right; }

/***************************
	FOOTER
***************************/
footer {
  padding-top: 4em;
  color: #002040;
  display: block;
  overflow: hidden;
  clear: both; }
  footer .prefooter-wrapper {
    width: 100%;
    margin-bottom: .25em;
    padding-top: .25em;
    border-bottom: 5px solid #ff9900;
    display: inline-block;
    overflow: hidden; }
    footer .prefooter-wrapper .big-logo {
      width: 50%;
      float: right;
      text-align: right; }
      footer .prefooter-wrapper .big-logo img {
        width: 140px;
        height: 31px;
        float: right; }
    footer .prefooter-wrapper .claim {
      width: 50%;
      padding-top: 8px;
      float: left;
      color: #ff9900;
      font-size: 1.25em;
      font-weight: 700;
      text-align: left;
      line-height: 1.25em; }
  footer .address {
    width: 255px;
    font-size: .75em;
    float: left; }
  footer ul#menu-footer-navigation {
    list-style-type: none;
    float: right; }
    footer ul#menu-footer-navigation li {
      vertical-align: middle;
      display: inline;
      display: table-cell; }
      footer ul#menu-footer-navigation li a {
        padding: 0 .25em;
        font-size: .875em;
        text-decoration: none;
        display: block; }
        footer ul#menu-footer-navigation li a:hover {
          text-decoration: underline; }
        footer ul#menu-footer-navigation li a .fa-twitter-square {
          color: #0084b4;
          font-size: 1.5em; }
        footer ul#menu-footer-navigation li a .fa-linkedin-square {
          color: #0077b5;
          font-size: 1.5em; }

/***************************
	LAYER
***************************/
#layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  background: white;
  display: block; }

/***************************
	SLIDER
***************************/
#slider {
  margin-bottom: 2em; }
  #slider .jssora13l,
  #slider .jssora13r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    margin-top: -15px;
    top: 123px;
    -webkit-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 100ms cubic-bezier(0.42, 0, 1, 1);
    /* ease-in */ }
  #slider .jssora13l {
    background: url(images/slider/arrow-prev.png) no-repeat;
    opacity: 0.5;
    left: 15px; }
  #slider .jssora13r {
    background: url(images/slider/arrow-next.png) no-repeat;
    opacity: 0.5;
    right: 15px; }
  #slider .jssora13l:hover, #slider .jssora13r:hover {
    opacity: 1;
    -webkit-transition: all 80ms cubic-bezier(0.42, 0, 1, 1);
    -moz-transition: all 80ms cubic-bezier(0.42, 0, 1, 1);
    -o-transition: all 80ms cubic-bezier(0.42, 0, 1, 1);
    transition: all 80ms cubic-bezier(0.42, 0, 1, 1);
    /* ease-in */ }
  #slider #luslider_container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 940px;
    height: 220px;
    overflow: hidden; }
  #slider #luslider_slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 940px;
    height: 270px;
    overflow: hidden; }
  #slider #luslider_slides .luslider_slidebg {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    bottom: 0;
    height: 140px; }
  #slider #luslider_slides .luslider_slidetext {
    display: block;
    padding: 0  0 20px 15px;
    position: absolute;
    z-index: 1001;
    bottom: 0; }
    #slider #luslider_slides .luslider_slidetext h4 {
      font-weight: bold;
      font-size: 1.4em;
      text-transform: uppercase;
      color: #fff; }
    #slider #luslider_slides .luslider_slidetext p {
      font-size: 0.9em;
      color: #fff; }
    #slider #luslider_slides .luslider_slidetext a {
      width: 40%;
      height: 60px;
      background-color: #ff9900;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      font-size: .85em;
      text-transform: uppercase;
      margin-top: 10px;
      padding: 4px 46px; }
