/*
Theme Name: Fuchs
*/
/*@import url("reset.css");*/

@font-face {
  font-family: 'RalewayBold';
  src: url('fonts/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'RalewayMedium';
  src: url('fonts/Raleway-Medium.ttf');
}

@font-face {
  font-family: 'RalewayLight';
  src: url('fonts/Raleway-Light.ttf');
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff;
}

header,
main {
  width: 100%;
  height: auto;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px white inset;
}

label {
  z-index: 3;
}

main {
  margin-top: 80px;
}

#logo {
  position: absolute;
  display: block;
  top: 0px;
  left: 40px;
  width: 200px;
  height: 80px;
  background: url('img/bog-fuchs-logo_alt.jpg?v=2') no-repeat center center;
  background-size: contain;
  z-index: 999;
  cursor: pointer;
}

.denyScroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  overflow: hidden !important;
}

/*===============================
FONTS
===============================*/

a {
  text-decoration: none;
}

h1 {
  font-family: 'RalewayBold', sans-serif;
  font-size: 2.5vw;
  font-weight: 800;
  text-transform: uppercase;
}

h3,
#ContentPage h1 {
  font-family: 'RalewayBold', sans-serif;
  font-size: 65px;
  font-weight: 800;
}

#ImageSlider h3 {
  color: #000000;
  text-align: right;
  font-size: 56px;
}

#ImageSlider p {
  text-align: right;
  padding: 20px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

nav li,
a,
h2,
p,
article li {
  font-family: 'Brandon-Grotesque', sans-serif;
}

article h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.gridContent h2 {
  font-size: 20px;
}

.gridContent p {
  font-size: 16px;
  line-height: 24px;
}

nav li,
nav a {
  text-transform: uppercase;
  text-decoration: none;
}

nav li,
nav a,
#SideBar h2 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

ul.sub-menu li a {
  font-size: 14px;
  word-break: break-all;
}

article h2 {
  font-weight: 400;
}

article strong {
  font-weight: 400;
}

article p,
article li {
  display: block;
  font-size: 18px;
  font-weight: 300;

  line-height: 30px;
}

#Introduction p {
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

#ContentPage h2 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;

  margin: 55px 0 0 0;
}

li a {
  color: #ffffff;
}

/*===============================
COLORS
===============================*/

.background-red {
  background-color: #e13a3a;
}
.background-grey {
  background-color: #4c4c4c;
}

/*===============================
BUTTON
===============================*/

.button,
a.button {
  width: 185px;
  height: 50px;
  display: block;
  margin: auto;

  font-family: 'Brandon-Grotesque', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 52px;

  cursor: pointer;
}

.button:hover {
  background: #bf2c2c;
}

/*===============================
HEADER
===============================*/

header#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: #ffffff;
  text-align: center;
  z-index: 999;

  border-bottom: 1px solid #d9d9d9;
}

/*===============================
MAIN
===============================*/

main {
  position: relative;
  /*margin-top: 80px;*/
  z-index: 888;
  overflow: hidden;
}

/*===============================
NAVIGATION
===============================*/

nav {
  position: relative;
  display: table;
  margin: auto;
  width: 100%;
  /*height: auto;*/
  height: 80px;
  text-align: center;
}

nav ul {
  list-style: none;
  width: auto;
  margin: auto;
  position: relative;
  display: table;
}

nav a#KontaktLink {
  position: absolute;
  right: 40px;
  top: 0;
  line-height: 80px;
}

nav li,
nav a {
  position: relative;

  display: table-cell;
  vertical-align: middle;

  width: 182px;
  height: 79px;
  font-weight: 400;

  cursor: pointer;

  color: #4c4c4c;
}

nav.mobile a {
  display: inline;
}

nav li:hover {
  background: #f6f6f6;
}
nav li.menu-item-has-children:hover ul.subnav {
  display: block;
}

nav li ul.subnav {
  position: absolute;
  display: none;
  top: 80px;
  left: 0;

  width: 182px;
  height: auto;
  overflow: hidden;
  z-index: -1;

  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  background: #4c4c4c;
}

nav li ul.subnav li,
nav li ul.subnav a {
  position: relative;
  float: left;
  clear: both;
  line-height: 80px;

  color: #ffffff;
}

nav li ul.subnav li#BueroStuehleLink::before {
  /*nav li ul.subnav li::after {*/
  position: relative;
  display: block;
  margin: auto;
  content: '';
  width: 50%;
  height: 1px;
  background: #ffffff;
  float: none;
  clear: both;
}

nav li ul.sub-menu li:hover {
  background: #2d2d2d !important;
}

nav.mobile ul {
  width: 100%;

  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.sub-menu {
  position: absolute;
  display: none;
  background: #4c4c4c;
}

ul.sub-menu li {
  position: relative;
  float: left;
}
ul.sub-menu li a {
  color: #ffffff;
}

nav li ul.sub-menu li:hover,
nav li ul.sub-menu li:hover a {
  color: #ffffff;
}

nav li:hover ul.sub-menu {
  display: block;
}

ul.sub-menu {
  z-index: -1;
}

/*===============================
GRID
===============================*/

section#grid {
  position: relative;
  margin: auto;
  background: #f2f2f2;
  width: 100%;
  height: auto;

  overflow: hidden;

  display: block;
}

section#grid.officePage,
section#grid.officeDetailPage {
  width: calc(100% - 15vw);
  margin-left: 15vw;
}

/* DEFAULT */
.gridElement {
  position: relative;
  float: left;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* SIZES */
.gridElement.one-one {
  width: 33.3333333333333333%;
  padding-bottom: 33.3333333333333333%;
}

.gridElement.two-one {
  width: 66.6666666666666666%;
  padding-bottom: 33.3333333333333333%;
}

.gridElement.one-two {
  width: 33.3333333333333333%;
  padding-bottom: 66.6666666666666666%;
}

/* SPECIALS */
.gridElement.gridElementTitle .gridContent,
.gridElement.gridElementCompany h2 {
  color: #000000;
}

.gridElement .gridContent header h2 {
  font-weight: 400;
}

#OfficePage .gridElement.two-one {
  padding-bottom: 0;
}

.gridElementCompany {
  background-size: 50%;
}

.gridElementVideo > .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

/* - - - - - - - - - - - - - - - - - - - - */

.gridElement .gridContent {
  position: absolute;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 100%;
  padding: 0 20px;

  text-align: center;
  color: #ffffff;
}

.gridElementText .gridContent {
  top: 0;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);

  padding: 20px;
}

.gridContent img {
  height: 40px;
  margin: 0 auto 60px auto;
}

#ContentPage .gridElement header::after,
.gridElement header::after {
  display: block;
  margin: 15px auto;
  content: '';
  width: 40px;
  height: 1px;
  background: #ffffff;
}

#OfficePage .gridElement header::after {
  margin: 30px auto;
}

.sectionAnsprechpartner .gridElement header::after {
  display: none;
}

#OfficePage .gridElement.gridElementText header h2,
#OfficePage .gridElement.gridElementText p {
  text-transform: none;
  text-align: left;
}

#OfficePage .gridElement p {
  font-weight: 300;
}

@media screen and (max-width: 1024px) {
  .gridElement.one-one {
    width: 50%;
    padding-bottom: 50%;
  }

  .gridElement.two-one {
    width: 100%;
    padding-bottom: 50%;
  }

  .gridElement.one-two {
    width: 50%;
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 660px) {
  .gridElement.one-one {
    width: 100%;
    padding-bottom: 100%;
  }

  .gridElement.two-one {
    width: 100%;
    padding-bottom: 100%;
  }

  .gridElement.one-two {
    width: 50%;
    padding-bottom: 170%;
  }

  .gridElement.one-two.gridElementText {
    overflow-y: scroll;
  }
}

/*===============================
DEFAULT Slider
===============================*/
.bx-wrapper {
  border: none;
  margin-bottom: 0;
}

/*===============================
STARTSEITE : ImageSlider
===============================*/

#ImageSlider {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 820px;
  overflow: hidden;
}

#ImageSlider h3 {
  text-transform: uppercase;
}

#ImageSlider h3 span {
  display: block;
}

#ImageSlider .slides {
  cursor: default;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 820px;
  overflow: hidden !important;
}

#ImageSlider div.slides .slide {
  position: relative;
  width: 100%;
  height: 820px;
}

#ImageSlider .teaserContentWrapper,
#ImageSlider .teaserImage {
  position: relative;
  float: left;
  width: 50%;
  height: 820px;
}

#ImageSlider .teaserContentWrapper {
  background: #f3f3f3;
}

#ImageSlider .teaserImage {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#ImageSlider .teaserContent {
  position: absolute;
  top: auto;
  right: 60px;
  bottom: 95px;
  left: auto;

  width: 80%;
  height: auto;
}

#ImageSlider .teaserContent .button {
  position: absolute;
  right: 0;
}

.bx-controls-direction {
  position: relative;
  width: 100%;
  height: 0px;
}

.bx-controls {
  position: absolute;
  height: 0px;
  width: 100%;

  top: 50%;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.bx-controls a.bx-next,
.bx-controls a.bx-prev {
  position: absolute;
  top: 0;

  background-color: #e13a3a;
  background-image: url('img/icon/arrow-white.png');
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline;
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.bx-controls .bx-next {
  right: 0;
}
.bx-controls .bx-prev {
  left: 0;
}

.bx-controls .bx-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/*===============================
STARTSEITE : PRODUCTSLIDER
===============================*/

#ProductSlider {
  position: relative;
  width: 100%;
  /*height: 20vw;*/
  background: #ffffff;
  overflow: hidden;
}

#OfficePage #ProductSlider {
  /*position: absolute;*/
  width: 66.6666666666666666%;
}

#ProductSlider .bxslider,
#ProductSlider .bx-wrapper,
#ProductSlider .bx-viewport,
#ProductSlider .bxslider li {
  height: calc((100vw - 15vw) / 100 * 33.3333333333333333);
}

* .bxslider li {
  /*position: relative;*/
  /*width: 20%;*/
  /*height: 0;*/
  /*padding-bottom: 20%;*/
  /*display: inline-block;*/

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#ProductSlider .slide .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;

  background: rgba(0, 0, 0, 0);

  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

#ProductSlider .slide:hover .overlay {
  background: rgba(0, 0, 0, 0.4);
}

#ProductSlider .slide .overlay .button {
  position: absolute;
  opacity: 0;

  width: 150px;
  height: 40px;

  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -75px;

  line-height: 40px;
  font-size: 12px;

  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#ProductSlider .slide:hover .overlay .button {
  opacity: 1;
}

/*===============================
STARTSEITE : INTRODUCTION
===============================*/

#Introduction {
  padding: 100px 80px;
  background: #f3f3f3;
}

#Introduction h1::after {
  position: relative;
  display: block;
  margin: 50px 0;
  content: '';
  width: 47px;
  height: 1px;
  background: #e13a3a;
}

/*===============================
CONTENT : CONTENT
===============================*/

#ContentPage section {
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;

  background: #ffffff;
}

#ContentPage article,
#ContentPage .detailImage {
  position: relative;
  width: 50%;
  overflow: hidden;
}

#ContentPage article {
  padding: 60px 5% 0px 5%;
  background: #f3f3f3;
  top: 0;
  bottom: 0;

  height: auto;
  min-height: calc(100vh - 160px);
}

#ContentPage article li {
  list-style-type: square;
  display: list-item !important;
  list-style-position: outside;
  margin-left: 25px;
}

#ContentPage.fullwidth article {
  width: 100%;
}

#ContentPage p {
  /*margin-bottom: 70px;*/
  margin-bottom: 40px;
}

#ContentPage p.shortInfo {
  float: left;

  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
}

#ContentPage article header + p:first-of-type::before {
  position: relative;
  display: block;
  margin: 50px 0;
  content: '';
  width: 47px;
  height: 1px;
  background: #e13a3a;
}

#ContentPage a.button {
  float: right;
  margin-top: -25px;
}

.shortInfo span {
  margin: 0 5px;
}

#ContentPage .detailImage {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  bottom: 0;

  /*background-size: contain;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#ContentPage form {
  width: 100%;
  height: auto;

  margin: 20px 0 20px 0;
  padding: 0;

  background: #f3f3f3;
  top: 0;
  bottom: 0;

  font-family: 'Brandon-Grotesque', sans-serif;
  font-weight: 200;
}

/* Submit Loader */
.spinner {
  margin: 0 auto;
  width: 50px !important;
  height: 40px !important;
  text-align: center;
  font-size: 10px;
  background: transparent !important;
}

.spinner > div {
  margin-right: 2px;
  background-color: #333 !important;
  height: 100% !important;
  width: 6px !important;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*===============================
OFFICE : SIDEBAR
===============================*/

#SideBar {
  position: fixed;
  /*float: left;*/
  width: 15vw;
  top: 80px;
  right: 85vw;
  bottom: 0;
  left: 0;

  text-align: center;
  /*overflow: hidden;*/

  z-index: 888;
}

#SideBar ul {
  position: relative;
  width: 60%;
  margin: 5vh 15% 0 15%;
  text-align: right;
  list-style: none;
}

#SideBar h2,
#SideBar h2 a {
  font-weight: 200;
  color: #ffffff;
  text-transform: uppercase;
}

#SideBar .divider {
  position: relative;
  display: inline-block;

  margin: 5px 0 0 0;
  right: 0;

  width: 10px;
  height: 1px;
  background: #ffffff;
}

#SideBar h2.active {
  font-weight: 400;
}

#SideBar li {
  color: #ffffff;
  font-size: 16px;
  margin: 5px 0;
  font-family: 'Brandon-Grotesque', sans-serif;
  font-weight: 200;
}

#SideBar a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

#SideBar li a:hover {
  font-weight: 300;
}

/*===============================
CONTACT : FORM
===============================*/

.ninja-forms-required-items {
  display: none;
}

.ninja-forms-response-msg.ninja-forms-error-msg {
  display: none;
}

form h1 {
  margin-bottom: 40px;
}

input,
textarea {
  position: relative;
  margin: 0 auto 20px auto;
  padding: 0 20px 0 100px;
  float: left;
  clear: both;
  width: 100%;

  border: 0;
  outline: 0;

  background: transparent;
  z-index: 2;

  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
}

#ContentPage form textarea {
  position: relative;
  height: 200px;
  background: #ffffff;
}

#ContentPage form input {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background: #ffffff;
}

#ContentPage form label {
  font-family: 'Brandon-Grotesque', sans-serif;
  color: #4c4c4c;

  position: absolute;
  line-height: 40px;
  padding-left: 20px;
}

.ninja-forms-form-wrap label {
  font-weight: 400 !important;
}

#ContentPage form div[data-field-type='paragraph-text'],
#ContentPage label[for='ccf_field_paragraph-text-3'] {
  height: 200px;
}

.ninja-forms-field-error {
  margin-left: 20px;
  font-size: 16px;
}

input {
  height: 40px;
}

textarea {
  position: absolute;
  padding: 40px 20px 20px 20px;
  height: 200px;
  resize: none;
}

form input {
  order: 1;
  -webkit-order: 1;
}
form label {
  order: 2;
  -webkit-order: 2;
}

form input:focus + label,
form textarea:focus + label {
  color: #444444;
}

label {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.form-submit img {
  display: none;
}

label.complete {
  color: #87d37c !important;
}
label.false {
  color: #e13a3a !important;
}

#ContentPage form input[type='button'],
#ContentPage form input[type='submit'] {
  width: auto !important;
  height: auto !important;
  font-family: 'Brandon-Grotesque', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 52px;
  padding: 0 20px !important;
  cursor: pointer;
  background: #e13a3a;
}

#ContentPage form iframe {
  display: none !important;
}

#ContentPage .ccf-form-complete {
  font-family: 'Brandon-Grotesque', sans-serif;
}

.ccf-form-wrapper .error {
  display: none;
}

/*===============================
ANSPRECHPARTNER
===============================*/

/*#grid.sectionAnsprechpartner {*/
/*margin-top: 80px;*/
/*}*/

#grid.sectionAnsprechpartner .gridElement {
  overflow: hidden;

  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

#grid.sectionAnsprechpartner .gridElement:hover {
  /*background-position: 45%;*/
}

#grid.sectionAnsprechpartner .gridElement:hover .tableContainer {
  background: rgba(255, 58, 58, 0.8) !important;
}

#grid.sectionAnsprechpartner .gridElement:hover article .content {
  opacity: 1;
}

#grid.sectionAnsprechpartner .gridElement .tableContainer {
  background: rgba(255, 58, 58, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: 'Brandon-Grotesque', sans-serif;
  color: #fff;
  opacity: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

#grid.sectionAnsprechpartner .gridElement article .content::before {
  position: relative;
  display: block;
  margin: 40px auto;
  content: '';
  width: 20px;
  height: 1px;
  background: #ffffff;
}

#grid.sectionAnsprechpartner .gridElement article .content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer {
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  height: 100%;
  width: 100%;
}

#grid.sectionAnsprechpartner .gridElement.divider .tableContainer {
  display: table;
}

#grid.sectionAnsprechpartner .gridElement.divider .innerContainer {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

#grid.sectionAnsprechpartner .gridElement.divider .innerContainer article {
  top: auto;
  position: static;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer article header {
  display: inline-block;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
  transition: background 0.2s ease;
  transition-delay: 0.1s;
}

#grid.sectionAnsprechpartner .gridElement:hover .innerContainer article header {
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
}

#grid.sectionAnsprechpartner .gridElement.divider:hover .tableContainer {
  background: #aaa !important;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer article {
  position: absolute;
  width: 100%;

  top: 88%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 900px) {
  #grid.sectionAnsprechpartner .gridElement .innerContainer article {
    top: 84%;
  }
}

#grid.sectionAnsprechpartner .gridElement .innerContainer {
  top: 50%;
}

#grid.sectionAnsprechpartner .gridElement:hover .innerContainer article {
  top: 50%;
  -o-transform: translateY0(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#grid.sectionAnsprechpartner .gridElement:hover article .content::before {
  display: block;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer article h2 {
  font-weight: bold;
}

#grid.sectionAnsprechpartner .gridElement.divider h2 {
  font-family: 'RalewayBold', sans-serif;
  font-size: 38px;
  font-weight: 800;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer article a {
  /*font-weight: 600;*/
  color: #fff;
}

#grid.sectionAnsprechpartner .gridElement .innerContainer article span.bold {
  font-weight: 600;
}

/*===============================
FOOTER
===============================*/

footer {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 6%;
  background: #818181;

  z-index: 998;
}

footer a,
footer span {
  position: relative;
  float: left;
  margin: 0;
  line-height: 80px;
  width: auto;
  display: block;

  font-family: 'Brandon-Grotesque', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

footer a::after,
footer span::after {
  content: '|';
  position: relative;
  margin: 0 12px;
  color: #ffffff;
}

footer a {
  cursor: pointer;
}

footer a:last-child::after {
  content: '';
  margin: 0;
}

/*===============================
OFFICEPAGE GRID
===============================*/

#ImageSlider, #ImageSlider .slides,
#ImageSlider div.slides .slide,
/*#ImageSlider > div > div,*/
#ImageSlider .teaserContentWrapper,
#ImageSlider .teaserImage {
  height: calc((100vw - 15vw) / 100 * 33.3333333333333333);
  /*padding-bottom: 45%;*/
}

#OfficePage .newGrid .gridElement {
  order: 11;
}
#OfficePage .newGrid .gridElement:nth-of-type(1) {
  order: 1;
}
#OfficePage .newGrid .gridElement:nth-of-type(2) {
  order: 2;
}
#OfficePage .newGrid .gridElement:nth-of-type(3) {
  order: 4;
}
#OfficePage .newGrid .gridElement:nth-of-type(4) {
  order: 3;
}
#OfficePage .newGrid .gridElement:nth-of-type(5) {
  order: 5;
}
#OfficePage .newGrid .gridElement:nth-of-type(6) {
  order: 6;
}
#OfficePage .newGrid .gridElement:nth-of-type(7) {
  order: 7;
}
#OfficePage .newGrid .gridElement:nth-of-type(8) {
  order: 8;
}
#OfficePage .newGrid .gridElement:nth-of-type(9) {
  order: 9;
}
#OfficePage .newGrid .gridElement:nth-of-type(10) {
  order: 10;
}

@media screen and (max-width: 1024px) {
  #ImageSlider,
  #ImageSlider .slides,
  #ImageSlider div.slides .slide,
  #ImageSlider .teaserContentWrapper,
  #ImageSlider .teaserImage {
    height: calc((100vw - 15vw) / 100 * 50) !important;
  }
}

@media screen and (max-width: 768px) {
  #logo {
    top: 0;
    left: 10px;
    width: 120px;
    height: 50px;
  }

  #OfficePage .officeDetailPage.newGrid .gridElement:nth-of-type(8),
  #OfficePage .officeDetailPage.newGrid .gridElement:nth-of-type(5) {
    margin: 0;
  }

  #OfficePage .newGrid .gridElementText.long {
    height: auto !important;
  }
}
