/*! skin/light/f/styles.less */
/**
 * LIGHT THEME: CONTENTS
 *
 * VARIABLES            Globally-available variables and config.
 * Grid
 * Colors
 *
 * IMPORTS
 * Reset                Style resets.
 *
 * BASICS               Basic styles styles.
 *
 * COMPONENTS           Styles for different blocks
 * .header
 * .intro
 * .info
 * .list
 * .files
 * .file
 * .footer
 *
 * OVERRIDES
 * lightGallery         Overrides for lightGallery plugin
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
button,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
button:active,
button:focus,
a,
a:active,
a:focus {
  outline: none;
  cursor: pointer;
}
body {
  background: #ffffff;
  color: #6ea927;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  min-width: 320px;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #ff0000;
}
.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}
@media screen and (min-width: 920px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1260px;
  }
}
.jumbotron {
  background: #6ea927;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px 0;
}
.header {
  height: 140px;
  position: relative;
}
.header:before {
  content: '';
  display: block;
  background-image: url(../skin/light/f/logo-hochwald.svg);
  background-position: center;
  background-size: 220px 102px;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 220px;
  height: 102px;
}
.header__link {
  text-decoration: none;
  color: #6ea927;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 12px;
}
@media screen and (min-width: 920px) {
  .intro__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.info {
  padding-bottom: 20px;
}
@media screen and (min-width: 920px) {
  .info {
    padding-bottom: 0;
    text-align: right;
    width: 50%;
    padding-left: 5%;
  }
}
.info__title {
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.info__contact {
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (min-width: 920px) {
  .list {
    width: 50%;
    border-right: 1px solid #dadada;
    padding-right: 5%;
  }
}
.list__title {
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
}
.list__list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.list__item {
  padding: 0px 0px 6px 17px;
  position: relative;
  line-height: 13px;
  padding-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.list__item::before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #dadada;
  left: 0;
  top: 2px;
}
.list__item:last-of-type {
  padding-bottom: 0;
}
.list__item-title {
  font-size: 12px;
  font-weight: bold;
}
.list__item-count {
  padding: 0px 5px;
}
.list__item-download {
  height: 14px;
}
@media screen and (min-width: 500px) {
  .list__item-download {
    padding-left: 10px;
    width: 140px;
    text-align: right;
    margin-left: auto;
  }
}
.list__item-show {
  display: block;
}
@media screen and (min-width: 920px) {
  .list__item-show {
    padding-left: 10px;
    display: inline;
  }
}
.files {
  padding: 20px 0;
}
.files__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.files__title {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #5f5f5f;
}
.files__title-count {
  font-weight: normal;
  padding: 0 6px;
}
.file {
  width: 160px;
  height: auto;
  padding: 0 10px 35px;
}
@media screen and (min-width: 500px) {
  .file {
    width: 166.66px;
  }
}
@media screen and (min-width: 920px) {
  .file {
    width: 180px;
  }
}
.file__link {
  width: 140px;
  height: 140px;
  padding: 1px 1px;
  text-align: center;
  border: 1px solid #dadada;
  margin-bottom: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 500px) {
  .file__link {
    width: 146.66px;
    height: 146.66px;
  }
}
@media screen and (min-width: 920px) {
  .file__link {
    width: 160px;
    height: 160px;
  }
}
.file__link--is-video {
  position: relative;
}
.file__link--is-video::after,
.file__link--is-video::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../skin/light/f/img/play.svg);
  background-size: 35% auto;
  background-color: #000;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: 55% center;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
}
.file__link--is-video::after {
  background-image: url(../skin/light/f/img/play-hover.svg);
  background-color: #fff;
  opacity: 0;
}
.file__link--is-video:hover::before {
  opacity: 0;
}
.file__link--is-video:hover::after {
  opacity: 1;
}
.file__lightbox-inline-view {
  color: #ffffff;
  border-bottom: 1px solid #6ea927;
  -webkit-transition: border-bottom 0.2s linear;
  -o-transition: border-bottom 0.2s linear;
  transition: border-bottom 0.2s linear;
}
.file__lightbox-inline-view:hover {
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border-bottom 0.2s linear;
  -o-transition: border-bottom 0.2s linear;
  transition: border-bottom 0.2s linear;
}
.file__lightbox-sub {
  display: block;
}
.file__lightbox-sub-title {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
.file__lightbox-sub-description {
  display: block;
  padding-bottom: 5px;
}
.file__thumb {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.file__mdata {
  color: #5f5f5f;
}
.file__mdata-title {
  padding: 6px 0;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #dadada;
}
.file__mdata-details {
  padding: 2px 0;
  font-size: 10px;
  border-bottom: 1px solid #dadada;
}
.file__mdata .entry {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1px 0px;
}
.file__menu {
  padding-top: 8px;
  font-weight: bold;
  color: #6ea927;
}
.file__menu a {
  color: #6ea927;
}
.footer__contact {
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
}
.logos {
  border-top: 1px solid #dadada;
  padding-top: 40px;
  padding-bottom: 40px;
}
.logos__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
@media screen and (min-width: 500px) {
  .logos__list {
    margin: -30px;
  }
}
.logos__item {
  padding: 10px;
}
@media screen and (min-width: 500px) {
  .logos__item {
    padding: 30px;
  }
}
.logos__image {
  width: auto;
  height: 20px;
}
@media screen and (min-width: 500px) {
  .logos__image {
    height: 50px;
  }
}
body > .lg-backdrop {
  background-color: #ffffff;
}
body > .lg-backdrop.in {
  opacity: 0.9;
}
body > .lg-outer #lg-counter {
  color: #6ea927;
}
body > .lg-outer .lg-video .lg-video-play {
  background-image: none;
}
body > .lg-outer .lg-video .lg-video-play::after,
body > .lg-outer .lg-video .lg-video-play::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../skin/light/f/img/play.svg);
  background-size: 35% auto;
  background-color: #000;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: 55% center;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
}
body > .lg-outer .lg-video .lg-video-play::after {
  background-image: url(../skin/light/f/img/play-hover.svg);
  background-color: #fff;
  opacity: 0;
}
body > .lg-outer .lg-video .lg-video-play:hover::before {
  opacity: 0;
}
body > .lg-outer .lg-video .lg-video-play:hover::after {
  opacity: 1;
}
body > .lg-outer .lg-video .lg-object {
  width: auto !important;
  height: auto !important;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
body > .lg-outer .lg-item {
  background-image: none;
}
body > .lg-outer .lg-toolbar .lg-icon,
body > .lg-outer .lg-actions .lg-prev,
body > .lg-outer .lg-actions .lg-next {
  color: #6ea927;
  background-color: transparent;
}
body > .lg-outer .lg-toolbar .lg-icon:hover,
body > .lg-outer .lg-actions .lg-prev:hover,
body > .lg-outer .lg-actions .lg-next:hover {
  color: #5f5f5f;
}
body > .lg-outer .lg-toolbar {
  background-color: transparent;
}
body > .lg-outer .lg-audio-object {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
}
body > .lg-outer .lg-thumb-outer {
  background-color: #6ea927;
}
body > .lg-outer .lg-thumb-item.active,
body > .lg-outer .lg-thumb-item:hover {
  border-color: #6ea927;
}
body > .lg-outer .lg-toogle-thumb {
  background-color: #000;
  color: #fff;
  top: -55px;
}
body > .lg-outer .lg-toogle-thumb:hover {
  background-color: #000;
  color: #fff;
}
body > .lg-outer .lg-progress-bar {
  background-color: #6ea927;
}
body > .lg-outer .lg-progress-bar .lg-progress {
  background-color: #6ea927;
}
body > .lg-outer .lg-sub-html {
  background-color: #6ea927;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}
body > .lg-outer .lg-actions .lg-prev,
body > .lg-outer .lg-actions .lg-next {
  background-color: #6ea927;
  color: #ffffff;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
body > .lg-outer .lg-actions .lg-prev:hover,
body > .lg-outer .lg-actions .lg-next:hover {
  background-color: #5f5f5f;
  color: #ffffff;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

