/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.fh {
  min-height: 100%;
  height: 100%;
}
.bg-w {
  background-color: #fff;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: url(../img/bg/bg_default_1920.jpg) no-repeat 0 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}
html,
body,
p,
div,
button,
input,
select,
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 100%;
  padding: 0;
  margin: 0;
}
h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
h3 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
ul > li {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.him {
  display: inherit;
}
.hid {
  display: none;
}
.content p:first-child {
  margin-top: 0;
}
.content a {
  text-decoration: none;
  color: #fff;
}
.content a:hover {
  text-decoration: underline;
}
html {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}
html > body {
  min-height: 100%;
  height: 100%;
}
.mobile-nav,
.mobile-content-head {
  display: none;
}
.row:after {
  clear: both;
}
.row {
  position: relative;
  margin: 0;
}
.col {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
}
.col-1-4 {
  width: 25%;
}
.col-full {
  width: 100%;
}
.col-content-standard {
  width: 385px;
  min-height: 100%;
  background-color: rgba(41, 41, 41, 0.64);
  color: #fff;
  padding: 116px 46px 40px 46px;
}
.col-content-standard > hr {
  margin: 0 0 14px 0;
  padding: 0;
  border: 0;
  height: 2px;
  background-color: #f0ede9;
}
.col-content-standard .content {
  margin-top: 30px;
}
.col-content-extended {
  width: 100%;
  background-color: #ffffff;
  color: #3e3e3e;
  padding: 26px 46px 46px 46px;
}
.wrapper {
  min-height: 100%;
  height: 100%;
  margin-left: 355px;
}
.wrapper > .sidebar {
  min-height: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 355px;
  background-color: rgba(255, 255, 255, 0.73);
}
.wrapper > .content {
  min-height: 100%;
  height: 100%;
  width: 100%;
  position: relative;
}
.wrapper > .content > .content-page {
  position: relative;
}
.logo-cavere {
  padding: 30px 0;
  display: block;
}
.logo-cavere img {
  display: block;
  margin: 0 auto;
}
body.company {
  background-image: url(../img/bg/bg_company_1920.jpg);
}
body.acquisition {
  background-image: url(../img/bg/bg_acquisition_1920.jpg);
}
body.contact,
body.impressum {
  background-image: url(../img/bg/bg_contact_1920.jpg);
}
body.portfolio {
  background: #fff none;
}
body.portfolio > .wrapper > .content > .row > .col.col-portfolio-1 {
  background: #fff url(../img/bg/bg_wohnbauten_col.jpg) no-repeat top center;
}
body.portfolio > .wrapper > .content > .row > .col.col-portfolio-2 {
  background: #fff url(../img/bg/bg_zinshaeuser_col.jpg) no-repeat top center;
}
body.portfolio > .wrapper > .content > .row > .col.col-portfolio-3 {
  background: #fff url(../img/bg/bg_privatisierung_col.jpg) no-repeat top center;
}
body.portfolio > .wrapper > .content > .row > .col.col-portfolio-4 {
  background: #fff url(../img/bg/bg_gewerbe_col.jpg) no-repeat top center;
}
body.portfolio_1 {
  background-image: url(../img/wohnanlagen/Wohnanlagen_01.jpg);
  background-position-x: 355px;
}
body.portfolio_1 .sidebar {
  background-color: #efefef;
}
body.portfolio_2 {
  background-image: url(../img/zinshaeuser/Zinshaeuser_01.jpg);
  background-position-x: 355px;
}
body.portfolio_2 .sidebar {
  background-color: #efefef;
}
body.portfolio_3 {
  background-image: url(../img/privatisierung/Privatisierung_1.jpg);
  background-position-x: 355px;
}
body.portfolio_3 .sidebar {
  background-color: #efefef;
}
body.portfolio_4 {
  background-image: url(../img/gewerbe/Gewerbe_01.jpg);
  background-position-x: 355px;
}
body.portfolio_4 .sidebar {
  background-color: #efefef;
}
.menu {
  color: #6a6961;
  margin: 0;
  padding: 35px 0 0 0;
}
.menu > a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none;
  text-transform: uppercase;
  color: #6a6961;
}
.menu > a.active {
  color: #3e3e3e;
}
.menu > a:hover {
  color: #3e3e3e;
}
.menu > a.secondary {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.menu .subMenu {
  padding: 5px 0 10px 0;
}
.menu .subMenu > a {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  color: #6a6961;
}
.menu .subMenu > a.active {
  color: #3e3e3e;
}
.menu .subMenu > a:hover {
  color: #3e3e3e;
}
.footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 46px;
  font-size: 13px;
  line-height: 18px;
  color: #6a6961;
}
.footer > a {
  color: #6a6961;
  text-decoration: none;
}
.footer > a:hover {
  color: #3e3e3e;
}
.home .col-content-standard > h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.portfolio .sidebar {
  background-color: #efefef;
}
.portfolio .col > a {
  display: block;
  min-height: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(41, 41, 41, 0.35);
  padding: 122px 46px;
  text-decoration: none;
}
.portfolio .col > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.portfolio .col > a > hr {
  margin: 0 0 14px 0;
  padding: 0;
  border: 0;
  height: 2px;
  background-color: #f0ede9;
}
.portfolio .col > a > h2 {
  text-align: center;
}
.col-content-standard .nav-arrow {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.col-content-standard .nav-arrow:hover {
  text-decoration: none;
  color: #fff;
}
.col-content-standard .nav-arrow > img {
  display: block;
  margin: 0 auto 20px auto;
}
.slnavr {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 49%;
}
.slnavr > img {
  position: absolute;
  right: 20px;
  top: 49%;
}
.slnavl {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 49%;
}
.slnavl > img {
  position: absolute;
  left: 20px;
  top: 49%;
}
.slider-thumbnails {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding: 0 40px;
}
.slider-thumbnails .big-slider .slick-slide img.preview {
  border: 1px solid #fff;
  width: 150px;
}
.slider-thumbnails2 {
  height: 75px;
  padding: 0 20px;
}
.slider-thumbnails2 .big-slider .slick-slide img.preview {
  border: 1px solid #fff;
  width: 75px;
}
.portfolio-list button.slick-arrow:before {
  color: #3e3e3e;
}
.portfolio-list .item {
  position: relative;
  padding: 40px 0 40px 0;
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
.portfolio-list .item > .info {
  color: #3e3e3e;
}
.portfolio-list .item > .info p {
  color: #3e3e3e;
}
.portfolio-list .item > .info .weblink {
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #3e3e3e;
  text-decoration: none;
}
.portfolio-list .item > .info .weblink:hover {
  color: #87857e;
}
.portfolio-list .item > .main-img {
  width: 60%;
  float: right;
  margin-left: 40px;
}
.portfolio-list .item > .main-img .slick-list {
  max-height: 100%;
}
.portfolio-list .item > .main-img .slick-list .slick-slide img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  html > body {
    min-height: inherit;
    height: inherit;
  }
  body {
    background-image: none !important;
  }
  .fh {
    min-height: inherit;
    height: auto;
  }
  .him {
    display: none;
  }
  .hid {
    display: inherit;
  }
  .slnavl,
  .slnavr {
    display: none;
  }
  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .mobile-nav > .ham {
    padding: 4px 6px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 300;
    font-size: 26px;
    color: #8e8c82;
    text-decoration: none;
  }
  .mobile-nav > .ham.active {
    background-color: #ecece9;
  }
  .mobile-nav > .menu {
    display: none;
    position: absolute;
    top: 99px;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #ecece9;
  }
  .mobile-nav > .menu > a {
    color: #8e8c82;
  }
  .mobile-nav > .menu > .foot {
    font-size: 14px;
    font-weight: 300;
    padding-top: 40px;
    text-align: center;
    line-height: 20px;
    color: #8e8c82;
  }
  .mobile-nav > .menu > .foot > a {
    text-decoration: none;
    color: #8e8c82;
  }
  .mobile-content-head {
    display: block;
    background-color: #fff;
    padding: 20px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
  }
  .mobile-content-head .logo-cavere {
    padding: 0;
  }
  .mobile-content-head .logo-cavere img {
    height: 60px;
  }
  .mobile-content-head.active {
    background-color: #ecece9;
  }
  .content > .row > .col-content-standard {
    background-color: #fff;
    color: #3e3e3e;
    margin-top: 100px;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
  .content > .row > .col-content-standard .img-w-caption {
    position: relative;
  }
  .content > .row > .col-content-standard .img-w-caption img {
    display: block;
    max-width: 100%;
  }
  .content > .row > .col-content-standard .img-w-caption .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(41, 41, 41, 0.64);
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .content > .row > .col-content-standard .img-w-caption + .img-w-caption {
    margin-top: 20px;
  }
  .content > .row > .col-content-standard h1 {
    font-size: 20px;
    padding: 20px;
    margin: 0;
  }
  .content > .row > .col-content-standard .content {
    color: #3e3e3e;
    padding: 20px;
    margin: 0;
  }
  .content > .row > .col-content-standard .content p {
    color: #3e3e3e;
    margin: 0;
  }
  .content > .row > .col-content-standard .content p + p {
    padding-top: 20px;
  }
  .content > .row > .col-content-standard .content a {
    text-decoration: none;
    color: #8e8c82;
  }
  .wrapper {
    margin-left: 0;
    min-height: inherit;
    height: auto;
  }
  .wrapper > .sidebar {
    min-height: inherit;
    height: inherit;
    display: none;
    position: relative;
    width: 100%;
  }
  .wrapper > .sidebar > .logo-cavere img {
    max-height: 100px;
  }
  .menu {
    padding: 0 0 0 0;
  }
  .menu > a {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
  }
  .menu > a.secondary {
    margin-top: 20px;
    font-size: 18px;
  }
  .menu .subMenu {
    padding: 0;
  }
  .menu .subMenu > a {
    font-size: 18px;
    line-height: 24px;
  }
  .mobile-slider .headline {
    background-color: #6a6961;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .mobile-slider .mobile-big-slider .slide > .slide-img {
    width: 100%;
    height: auto;
  }
  .mobile-footer {
    margin-top: 20px;
    padding: 20px;
    background-color: #ecece9;
  }
  .mobile-footer > .menu > a {
    color: #8e8c82;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .mobile-footer > .menu > .foot {
    font-size: 14px;
    font-weight: 300;
    padding-top: 40px;
    text-align: center;
    line-height: 20px;
    color: #8e8c82;
  }
  .mobile-footer > .menu > .foot > a {
    text-decoration: none;
    color: #8e8c82;
  }
}
@media only screen and (max-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
  .mobile-content-head {
    padding: 15px 20px;
    height: 80px;
  }
  .mobile-content-head .logo-cavere img {
    height: 50px;
  }
  .content > .row > .col-content-standard {
    margin-top: 80px;
  }
  .content > .row > .col-content-standard .img-w-caption .caption {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .mobile-nav > .menu {
    top: 79px;
  }
  .slick-dots {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 2px;
  }
  .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 2px;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  body.portfolio_1,
  body.portfolio_2,
  body.portfolio_3 {
    min-height: 100%;
    height: 100%;
  }
  body.portfolio_1 > .wrapper,
  body.portfolio_2 > .wrapper,
  body.portfolio_3 > .wrapper {
    min-height: 100%;
    height: 100%;
  }
  body.portfolio_1 > .wrapper > .content,
  body.portfolio_2 > .wrapper > .content,
  body.portfolio_3 > .wrapper > .content {
    min-height: 100%;
    height: 100%;
  }
  body.portfolio_1 > .wrapper > .content > .row,
  body.portfolio_2 > .wrapper > .content > .row,
  body.portfolio_3 > .wrapper > .content > .row {
    min-height: 100%;
    height: 100%;
  }
  body.portfolio_1 .mobile-content-head,
  body.portfolio_2 .mobile-content-head,
  body.portfolio_3 .mobile-content-head {
    display: none;
  }
  body.portfolio_1 .mobile-nav,
  body.portfolio_2 .mobile-nav,
  body.portfolio_3 .mobile-nav {
    display: none;
  }
  body.portfolio_1 .content > .row > .col-content-standard,
  body.portfolio_2 .content > .row > .col-content-standard,
  body.portfolio_3 .content > .row > .col-content-standard {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .content,
  body.portfolio_2 .content > .row > .col-content-standard .content,
  body.portfolio_3 .content > .row > .col-content-standard .content {
    display: none;
  }
  body.portfolio_1 .content > .row > .col-content-standard .img-w-caption,
  body.portfolio_2 .content > .row > .col-content-standard .img-w-caption,
  body.portfolio_3 .content > .row > .col-content-standard .img-w-caption {
    display: none;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .headline,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .headline,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .headline {
    display: none;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider {
    width: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-list,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-list,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-list {
    width: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-track,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-track,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-track {
    width: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-slide,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-slide,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-slide {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: 0;
    background-position-y: 0;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 2px;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li button,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li button,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .mobile-big-slider .slick-dots li button {
    width: 14px;
    height: 14px;
    padding: 2px;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .slide,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .slide,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .slide {
    width: 100%;
    height: 100%;
  }
  body.portfolio_1 .content > .row > .col-content-standard .mobile-slider .slide > .slide-img,
  body.portfolio_2 .content > .row > .col-content-standard .mobile-slider .slide > .slide-img,
  body.portfolio_3 .content > .row > .col-content-standard .mobile-slider .slide > .slide-img {
    display: none;
  }
}
@media only screen and (min-width: 740px) and (max-width: 1024px) {
  .wrapper {
    margin-left: 300px;
  }
  .wrapper > .sidebar {
    width: 300px;
  }
}
