/*
    Description: DGE Group Styles
    Version: 1.0.0
    Author: jan@jankopietz.de
*/
/*------------------------------------*\
    IMPORTS
\*------------------------------------*/
/* 
    Author     : jan@jankopietz.de
    Content    : global definitions
*/
/*------------------------------------*\
    SETTINGS
\*------------------------------------*/
/* responsive breakpoints */
/* colors */
/* fonts */
@font-face {
  font-family: 'din-light';
  src: url("../fonts/din-light/din-light.eot");
  src: url("../fonts/din-light/din-light.woff") format("woff"), url("../fonts/din-light/din-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: 'din-regular';
  src: url("../fonts/din/din.eot");
  src: url("../fonts/din/din.woff") format("woff"), url("../fonts/din/din.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'din-bold';
  src: url("../fonts/din-bold/din-bold.eot");
  src: url("../fonts/din-bold/din-bold.woff") format("woff"), url("../fonts/din-bold/din-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'din-con-bold';
  src: url("../fonts/din-con-bold/dincond-bold.eot");
  src: url("../fonts/din-con-bold/dincond-bold.woff") format("woff"), url("../fonts/din-con-bold/dincond-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700; }
/* mixins */
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent; }

html,
body {
  height: 100%;
  margin: 0;
  min-width: 320px; }

html {
  font-size: 100%; }

body {
  background-color: #f7f7f7;
  background-image: url(../images/bg-texture.png);
  color: #3c3c3c;
  font-family: "din-light", Arial, Verdana, sans-serif;
  line-height: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 1020px) {
    body {
      background-attachment: fixed;
      font-size: 16px;
      font-size: 1rem; } }

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

img {
  max-width: 100%;
  vertical-align: bottom; }

ul, ol {
  line-height: 1.5em;
  margin: 0 0 1em 18px;
  padding: 0; }

hr {
  background: #cacaca;
  border: none;
  height: 1px;
  margin: 0; }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
a {
  color: #3c3c3c;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  a:hover, a:active, a:focus {
    outline: 0; }

p {
  line-height: 1.5;
  margin: 0 0 30px; }
  p a {
    text-decoration: underline; }
    @media screen and (min-width: 1100px) {
      p a:hover {
        color: #abb02b;
        text-decoration: none; } }
    p a:active {
      color: #abb02b;
      text-decoration: none; }
      @media screen and (min-width: 1100px) {
        p a:active {
          color: #3c3c3c; } }

b, strong {
  font-family: "din-bold", Arial, Verdana, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #569434;
  font-family: "din-con-bold", Arial, Verdana, sans-serif;
  line-height: 1em;
  margin: 0 0 30px;
  text-transform: uppercase; }

h1 {
  font-size: 36px;
  font-size: 2.25rem; }
  @media screen and (min-width: 1020px) {
    h1 {
      font-size: 65px;
      font-size: 4.0625rem; } }

h2,
h3 {
  font-size: 28px;
  font-size: 1.75rem; }
  @media screen and (min-width: 1020px) {
    h2,
    h3 {
      font-size: 48px;
      font-size: 3rem; } }

h4 {
  font-family: "din-light", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem; }
  @media screen and (min-width: 1020px) {
    h4 {
      font-size: 28px;
      font-size: 1.75rem; } }

h5,
h6 {
  font-family: "din-light", Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 1020px) {
    h5,
    h6 {
      font-size: 24px;
      font-size: 1.5rem; } }

/*------------------------------------*\
    BUTTONS & ICONS
\*------------------------------------*/
i {
  color: #569434; }

button,
.button {
  background: none;
  border: none;
  outline: none;
  padding: 0; }
  button.button--float,
  .button.button--float {
    display: inline-block;
    margin-bottom: 10px; }
    button.button--float i,
    .button.button--float i {
      float: left;
      height: 13px;
      margin-right: 5px;
      overflow: hidden; }
      button.button--float i img,
      .button.button--float i img {
        float: left;
        -webkit-transition: margin 0.1s ease-in;
        -moz-transition: margin 0.1s ease-in;
        transition: margin 0.1s ease-in; }
    @media screen and (min-width: 1100px) {
      button.button--float:hover,
      .button.button--float:hover {
        color: #abb02b; }
        button.button--float:hover i img,
        .button.button--float:hover i img {
          margin-top: -13px; } }
    button.button--float:active,
    .button.button--float:active {
      color: #abb02b; }
      @media screen and (min-width: 1100px) {
        button.button--float:active,
        .button.button--float:active {
          color: #3c3c3c; } }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* content */
.wrapper-content {
  height: 100%;
  padding-top: 250px;
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 760px) {
    .wrapper-content {
      padding-top: 0; } }
  .wrapper-content .content {
    background: rgba(255, 255, 255, 0.9); }
    @media screen and (min-width: 760px) {
      .wrapper-content .content {
        width: 360px; } }
    @media screen and (min-width: 1020px) {
      .wrapper-content .content {
        width: 460px; } }

.content-box {
  padding: 30px; }
  @media screen and (min-width: 1020px) {
    .content-box {
      padding: 50px; } }

.link-box {
  border: 1px solid #cacaca;
  display: block;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 20px 30px 20px 20px;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  @media screen and (min-width: 1020px) {
    .link-box {
      padding: 30px 40px 30px 30px; } }
  @media screen and (min-width: 1100px) {
    .link-box:hover {
      border-color: #569434; }
      .link-box:hover .link-box__arrow {
        background: #569434;
        width: 20px; } }
  .link-box:active {
    border-color: #569434; }
    .link-box:active .link-box__arrow {
      background: #569434; }
    @media screen and (min-width: 1100px) {
      .link-box:active {
        border-color: #3c3c3c; }
        .link-box:active .link-box__arrow {
          background: #3c3c3c; } }
  .link-box .link-box__logo {
    display: block;
    margin-bottom: 15px;
    width: 100%; }
    @media screen and (min-width: 1020px) {
      .link-box .link-box__logo {
        margin-bottom: 20px; } }
  .link-box .link-box__arrow {
    background: #cacaca;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
    .link-box .link-box__arrow i {
      color: white;
      left: 50%;
      top: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* background */
.background-map {
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%; }
  @media screen and (min-width: 1200px) and (min-height: 770px) {
    .background-map {
      position: absolute; } }
  .background-map .background-map__image {
    float: right;
    margin: -55px -20px 0 0;
    min-width: 450px;
    width: 450px; }
    @media screen and (min-width: 760px) {
      .background-map .background-map__image {
        margin: -85px -85px 0 0;
        width: 1172px; } }
    @media screen and (min-width: 1200px) {
      .background-map .background-map__image {
        margin: -85px 0 0 0; } }
    @media screen and (min-width: 1400px) {
      .background-map .background-map__image {
        margin: -45px 0 0 0; } }

.background-map-left {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: auto;
  top: 0; }
  @media screen and (max-width: 1600px) {
    .background-map-left {
      display: none !important; } }
  .background-map-left .background-map-left__image {
    float: left;
    margin: 30% 0 0 0;
    width: 703px; }

/* footer */
footer {
  background: #3c3c3c;
  color: white;
  line-height: 1;
  text-transform: uppercase; }
  footer .copyright {
    border-bottom: 1px solid #979797;
    padding: 30px 30px 26px;
    text-align: center; }
    @media screen and (min-width: 760px) {
      footer .copyright {
        border: none;
        float: left; } }
    @media screen and (min-width: 1020px) {
      footer .copyright {
        padding: 30px 50px 26px; } }
    footer .copyright a {
      display: block;
      margin-top: 3px; }
      @media screen and (min-width: 760px) {
        footer .copyright a {
          display: inline;
          margin-top: 0; } }
  footer .nav-footer {
    text-align: center;
    list-style-type: none;
    margin: 0; }
    @media screen and (min-width: 760px) {
      footer .nav-footer {
        float: right; } }
    footer .nav-footer a {
      display: block;
      line-height: 1;
      padding: 30px 30px 26px; }
      @media screen and (min-width: 1020px) {
        footer .nav-footer a {
          padding: 30px 50px 26px; } }
  footer a {
    color: white; }
    @media screen and (min-width: 1100px) {
      footer a:hover {
        color: #c7cd3c; } }
    footer a:active {
      color: #c7cd3c; }
      @media screen and (min-width: 1100px) {
        footer a:active {
          color: #abb02b; } }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #c7cd3c;
  color: #3c3c3c;
  text-shadow: none; }

::-webkit-selection {
  background: #c7cd3c;
  color: #3c3c3c;
  text-shadow: none; }

::-moz-selection {
  background: #c7cd3c;
  color: #3c3c3c;
  text-shadow: none; }

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