/* =====================================================================================================================
THIS IS THE SASS COMPILE PROCESS ROUTINE. - Add the respective files in logical and dependant order
=======================================================================================================================*/
/* DEFAULT - Reset, Externals & Fall-backs.
=======================================================================================================================*/
/* =====================================================================================================================
THE RESET - resets all UA-Styles.
=======================================================================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1;
}

img {
  vertical-align: bottom;
  /*	-webkit-interpolation-mode: bicubic;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:link,
a:hover,
a:visited {
  text-decoration: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

.error {
  color: red;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

/* @group browser */
/* Firefox Linkumrandung weg */
*|*:-moz-any-link:focus, select:focus {
  outline: none;
  border: none;
}

input:invalid,
input:focus {
  border: none;
  box-shadow: none;
}

/* Safari Feldumrandung weg */
input[type=text]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus {
  outline: 0 none;
}

input:focus, textarea:focus {
  outline-width: 0;
}

/* IE-Schrott punktierte Linkumrandung weg */
a {
  outline: 0 none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* =====================================================================================================================
THE LIBRARY - Mixins, Functions, Placeholders & stuff.
=======================================================================================================================*/
/* INSET ALIGNED ORDERED LIST
========================================================================================================================== */
/* A mixin for generating vendor prefixes on non-standardized properties.
========================================================================================================================== */
/* CSS cubic-bezier timing functions.
========================================================================================================================== */
/* CLEARFIX
=============================================================================================================================*/
.show_more_posts, .mainnav.mainnav_desktop .navmarker_track, .space_height_xl, .space_height_large, .space_height_big, .space_height_medium, .space_height_small, .space_height_tiny, .footer, .layout, .page_portrait .layout_video, .page_section, .layout_wysiwyg, .page_portrait .einzelbild, .page_portrait .wp-post-image, .inner_page_section {
  clear: both;
}

.clearfix {
  clear: both;
}

/* RESPONSIVE PROPERTY
=============================================================================================================================*/
/* BASE - Basic vars and starting point Mixins & Placeholders
=======================================================================================================================*/
/* =====================================================================================================================
THE CONFIG
=======================================================================================================================*/
/* =====================================================================================================================
THIS IS THE COLOR COLLECTION - define all colors here and avoid to define some elsewhere.
=======================================================================================================================*/
/* BASICS - not nessecarily used in site design
=======================================================================================================================*/
/* PRIMARY SITE COLORS - the main colors and uses
=======================================================================================================================*/
/* SECONDARY SITE COLORS - colors used for fine lines, shadows and other exceptions
=======================================================================================================================*/
body.color_rule_dark {
  background-color: #252626;
  color: white;
}
body.color_rule_dark .header {
  background-color: #252626;
}

body.color_rule_white {
  background-color: white;
  color: #252626;
}
body.color_rule_white .header {
  background-color: white;
}

body {
  -webkit-transition: background-color 300ms linear, color 300ms linear;
  -moz-transition: background-color 300ms linear, color 300ms linear;
  transition: background-color 300ms linear, color 300ms linear;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms;
}

.color_rule_white .main a {
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  transition: color 300ms linear;
}
.color_rule_white .main a:link, .color_rule_white .main a:visited {
  color: #252626;
}
.color_rule_white .main a:hover {
  color: #8d9091;
}
.color_rule_dark .main a, .color_rule_dark .main a:link, .color_rule_dark .main a:visited {
  color: white;
}
.color_rule_dark .main a:hover {
  color: #8d9091;
}

.impressum a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear;
  border-bottom: 1px solid #252626;
}
.impressum a:link, .impressum a:visited {
  color: #252626;
}
.impressum a:hover {
  color: #8d9091;
  border-bottom: 1px solid #8d9091;
}

/* =====================================================================================================================
GLOBAL BREAKPOINTS -  BPs can also be coded right into respective objects...
=======================================================================================================================*/
/* =====================================================================================================================
THE HELPERS - all the small stuff for a liitle convenience
=======================================================================================================================*/
/* =====================================================================================================================
 PAGE SECTION
 =======================================================================================================================*/
.inner_page_section {
  position: relative;
  margin: auto;
  max-width: 1500px;
}
@media (min-width: 767px) {
  .inner_page_section {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 766px) {
  .inner_page_section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}

.page_portrait .einzelbild, .page_portrait .wp-post-image {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 767px) and (max-width: 768px) {
  .page_portrait .einzelbild, .page_portrait .wp-post-image {
    width: calc(100% + 70px * 2);
    padding-left: 0;
    padding-right: 0;
    margin-left: -70px;
    margin-right: -70px;
    margin-bottom: 40px;
    padding-bottom: 90%;
  }
}
@media (min-width: 769px) {
  .page_portrait .einzelbild, .page_portrait .wp-post-image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .page_portrait .einzelbild, .page_portrait .wp-post-image {
    width: calc(100% + 15px * 2);
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
    padding-bottom: 90%;
  }
}

.layout_wysiwyg {
  position: relative;
}
@media (max-width: 768px) {
  .layout_wysiwyg {
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .layout_wysiwyg h2 {
    position: absolute;
    float: left;
    width: 40%;
    top: -3px;
  }
  .layout_wysiwyg p {
    position: relative;
    float: right;
    width: 49.5%;
    clear: both;
    margin-left: 0.5%;
  }
}

.zweispalter_links,
.zweispalter_rechts {
  width: 40%;
  margin-right: 10%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .zweispalter_links,
  .zweispalter_rechts {
    width: 100%;
    margin-right: 0;
    height: 61px;
    overflow: hidden;
    display: block;
    background-image: url(../img/icn_plus.svg);
    background-position: 100% 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: height 650ms ease;
    -moz-transition: height 650ms ease;
    transition: height 650ms ease;
  }
  .zweispalter_links:first-child,
  .zweispalter_rechts:first-child {
    height: 59px;
  }
  .zweispalter_links h3,
  .zweispalter_rechts h3 {
    cursor: pointer;
  }
  .on.zweispalter_links,
  .on.zweispalter_rechts {
    height: 700px;
    background-image: url(../img/icn_minus.svg);
  }
}
.zweispalter_links > *:last-child,
.zweispalter_rechts > *:last-child {
  margin-bottom: 0 !important;
}
.zweispalter_links:last-child,
.zweispalter_rechts:last-child {
  margin-right: 0;
}

.page_kontakt {
  padding-top: 50px;
}
.page_kontakt table {
  float: left;
  width: 46%;
}
.page_kontakt table td {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_kontakt table td:first-child {
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 768px) {
  .page_kontakt table {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page_kontakt #map-canvas {
  width: 50%;
  height: 0;
  float: right;
  padding-bottom: 35%;
}
@media (max-width: 768px) {
  .page_kontakt #map-canvas {
    width: calc(100% + 30px);
    height: 300px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.page_portrait .layout_liste {
  float: right;
  width: 49.5%;
  list-style-image: url("../img/list_image.svg");
  list-style-position: inside;
  color: #b1b4b5;
}
.page_portrait .layout_liste li {
  list-style-image: url("../img/list_image.svg");
}
.edge .page_portrait .layout_liste, .page_portrait .edge .layout_liste {
  list-style-image: url("../img/list_image_ms.svg");
}
@media (max-width: 768px) {
  .page_portrait .layout_liste {
    width: 100%;
    float: none;
  }
}

@media (max-width: 768px) {
  .page_portrait .layout_wysiwyg_list .textblock {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .page_portrait .layout_wysiwyg_list .textblock {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .page_portrait .layout_wysiwyg_list .textblock {
    width: 40%;
    float: left;
  }
}
.page_portrait .layout_wysiwyg_list .textblock h2 {
  margin-bottom: 40px;
}
.page_portrait .layout_wysiwyg_list .wysiwyg_list {
  list-style: inside;
}
@media (max-width: 768px) {
  .page_portrait .layout_wysiwyg_list .wysiwyg_list {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .page_portrait .layout_wysiwyg_list .wysiwyg_list {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .page_portrait .layout_wysiwyg_list .wysiwyg_list {
    width: 49.5%;
    float: right;
    margin-top: 84px;
  }
}

.headervideo {
  position: relative;
  width: 100%;
  margin-bottom: 1%;
}

.page_section li {
  border-bottom: 1px solid #515252;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page_section li a {
  border-bottom: none !important;
}
.page_section li:first-child {
  border-top: 1px solid #515252;
}

.detail_container .inner_header {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .detail_container .inner_header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.projectdetail .layout_doppelbild {
  position: relative;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .projectdetail .layout_doppelbild {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (min-width: 769px) {
  .projectdetail .layout_doppelbild {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 140px;
    display: inline-block;
  }
  .projectdetail .layout_doppelbild:last-child {
    margin-right: 0;
  }
}
.projectdetail .layout_doppelbild img {
  position: relative;
  width: 100%;
  height: auto;
}

.page_portrait .layout_doppelbild {
  position: relative;
}
.page_portrait .layout_doppelbild .doppelbild {
  position: relative;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49.5%;
  padding-bottom: 42%;
  margin-right: 1%;
  margin-bottom: 100px;
  display: inline-block;
}
.page_portrait .layout_doppelbild .doppelbild:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page_portrait .layout_doppelbild .doppelbild {
    padding-bottom: 51%;
    margin-bottom: 40px;
  }
}
.page_portrait .layout_doppelbild .doppelbild img {
  position: relative;
  width: 100%;
  height: auto;
}
.page_portrait p:last-of-type {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page_portrait p:last-of-type {
    margin-bottom: 40px;
  }
}
.page_portrait .layout_video {
  position: relative;
}
.page_portrait .layout_video video {
  width: 100%;
}
@media (min-width: 767px) and (max-width: 768px) {
  .page_portrait .layout_video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .page_portrait .layout_video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page_portrait .layout_video {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .page_portrait .layout_textkacheln {
    border-bottom: 1px solid #515252;
  }
}
@media (min-width: 769px) {
  .page_portrait .layout_textkacheln .outer_textkachel {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  .page_portrait .layout_textkacheln .outer_textkachel:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page_portrait .layout_textkacheln .outer_textkachel:nth-last-child(2) .textkachel {
    height: 59px;
  }
}
.page_portrait .layout_textkacheln .image_desktop {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .page_portrait .layout_textkacheln .image_desktop {
    display: none;
  }
}
.page_portrait .layout_textkacheln .image_phone {
  position: relative;
  height: 0;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: -1px;
}
@media (min-width: 769px) {
  .page_portrait .layout_textkacheln .image_phone {
    display: none;
  }
}
@media (min-width: 769px) {
  .page_portrait .layout_textkacheln .textkachel {
    display: inline-block;
    margin-bottom: 100px;
    margin-right: 10%;
    vertical-align: top;
  }
  .page_portrait .layout_textkacheln .textkachel:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page_portrait .layout_textkacheln .textkachel {
    width: 100%;
    margin-right: 0;
    height: 61px;
    overflow: hidden;
    display: block;
    background-image: url(../img/icn_plus.svg);
    background-position: 100% 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: height 650ms ease;
    -moz-transition: height 650ms ease;
    transition: height 650ms ease;
  }
  .page_portrait .layout_textkacheln .textkachel h3 {
    cursor: pointer;
  }
  .page_portrait .layout_textkacheln .textkachel.on {
    background-image: url(../img/icn_minus.svg);
  }
}
.page_portrait .layout_textkacheln .textkachel p:only-of-type {
  margin-bottom: 0;
}
.page_portrait .layout_textkacheln .textkachel ul {
  list-style-type: none;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .page_portrait .layout_textkacheln .textkachel ul li:first-of-type {
    border-top: none;
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .page_portrait .layout_textkacheln .textkachel ul li:first-of-type {
    margin-bottom: 30px;
  }
}

.detailheader_page.off {
  display: none;
}

.zweispalter_links ul,
.zweispalter_rechts ul {
  list-style-type: none;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .zweispalter_links ul li:first-of-type,
  .zweispalter_rechts ul li:first-of-type {
    border-top: none;
    font-size: 30px;
    line-height: 1.3em;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  .zweispalter_links ul li:first-of-type,
  .zweispalter_rechts ul li:first-of-type {
    margin-bottom: 30px;
  }
}

.page_portrait {
  padding-top: 100px;
  padding-bottom: 200px;
}

/* FRAMEWORK - Structures and Layout [Content Body, Lists, Tables].
=======================================================================================================================*/
/* =====================================================================================================================
 LAYOUT & STRUCTURE - header, main, footer, aside... boxes, containers & stuff
 =======================================================================================================================*/
.footer {
  top: 70px;
  position: relative;
  display: block;
  float: right;
  padding-bottom: 20px;
  font-size: 0.8em;
}
@media (min-width: 769px) {
  .footer {
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  .footer {
    top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    float: none;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  background-image: url(../img/sra_logo_rgb.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9;
  display: none;
}
@media (min-width: 769px) {
  .loader {
    background-size: 30%;
  }
}
@media (max-width: 768px) {
  .loader {
    background-size: 50%;
  }
}

.page_projekte {
  min-height: 600px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper {
  max-width: 1500px;
  margin: auto;
  position: relative;
  -webkit-transition: opacity 600ms linear;
  -moz-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
}

.content_body {
  padding-top: 200px;
}
@media (max-width: 768px) {
  .content_body {
    padding-top: 150px;
  }
}
.content_body.projectdetail {
  padding-top: 0;
}

.layout a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}
.color_rule_dark .layout a {
  border-bottom: 1px solid #8d9091;
}
.color_rule_dark .layout a:link, .color_rule_dark .layout a:visited {
  color: white;
}
.color_rule_dark .layout a:hover {
  color: #8d9091;
}
.color_rule_white .layout a {
  border-bottom: 1px solid #8d9091;
}
.color_rule_white .layout a:link, .color_rule_white .layout a:visited {
  color: #252626;
}
.color_rule_white .layout a:hover {
  color: #8d9091;
}

.footer a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
}
.color_rule_white .footer a:link, .color_rule_white .footer a:visited {
  color: #252626;
}
.color_rule_white .footer a:hover {
  color: #8d9091 !important;
}
.color_rule_dark .footer a:link, .color_rule_dark .footer a:visited {
  color: white;
}
.color_rule_dark .footer a:hover {
  color: #8d9091 !important;
}

/* =====================================================================================================================
THE VERTICAL SPACING SYSTEM
=======================================================================================================================*/
@media (max-width: 768px) {
  .space_height_tiny {
    height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_tiny {
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .space_height_tiny {
    height: 30px;
  }
}

@media (max-width: 768px) {
  .space_height_small {
    height: 45px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_small {
    height: 80px;
  }
}
@media (min-width: 1024px) {
  .space_height_small {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .space_height_medium {
    height: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_medium {
    height: 95px;
  }
}
@media (min-width: 1024px) {
  .space_height_medium {
    height: 95px;
  }
}

@media (max-width: 768px) {
  .space_height_big {
    height: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_big {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .space_height_big {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .space_height_large {
    height: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_large {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .space_height_large {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .space_height_xl {
    height: 105px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_height_xl {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .space_height_xl {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_tiny {
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_tiny {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_tiny {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_small {
    margin-bottom: 45px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_small {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_small {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_medium {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_medium {
    margin-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_medium {
    margin-bottom: 95px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_big {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_big {
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_big {
    margin-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_large {
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_large {
    margin-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_large {
    margin-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .space_margin-bottom_xl {
    margin-bottom: 105px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_margin-bottom_xl {
    margin-bottom: 250px;
  }
}
@media (min-width: 1024px) {
  .space_margin-bottom_xl {
    margin-bottom: 250px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_tiny {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_tiny {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_tiny {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_small {
    padding-bottom: 45px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_small {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_small {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_medium {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_medium {
    padding-bottom: 95px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_medium {
    padding-bottom: 95px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_big {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_big {
    padding-bottom: 130px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_big {
    padding-bottom: 130px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_large {
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_large {
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_large {
    padding-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .space_padding-bottom_xl {
    padding-bottom: 105px;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .space_padding-bottom_xl {
    padding-bottom: 250px;
  }
}
@media (min-width: 1024px) {
  .space_padding-bottom_xl {
    padding-bottom: 250px;
  }
}

/* =====================================================================================================================
 HEADER
 =======================================================================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  height: 110px;
  z-index: 9;
}
.header .inner_header {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  .header .inner_header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .header {
    padding-top: 15px;
    height: 66px;
    overflow: hidden;
  }
  .reduced.header {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
.on.header {
  height: 1000px;
}
.on.header h1 {
  color: #8d9091;
}
.reduced.header {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

.mainnav.mainnav_phone h1, .header li, .header nav, .header h1 {
  float: left;
  margin-right: 60px;
}
@media (min-width: 768px) and (max-width: 910px) {
  .mainnav.mainnav_phone h1, .header li, .header nav, .header h1 {
    margin-right: 25px;
  }
}
.mainnav.mainnav_phone h1:last-child, .header li:last-child, .header nav:last-child, .header h1:last-child {
  margin-right: 0;
}

.header {
  -webkit-transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 300ms linear, color 300ms linear, transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 300ms linear, color 300ms linear, transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 300ms linear, color 300ms linear, transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header h1 {
  cursor: pointer;
}
@media (max-width: 768px) {
  .header h1 {
    display: none;
  }
}
/* =====================================================================================================================
 MAINNAV desktop and phone
 =======================================================================================================================*/
.mainnav.mainnav_desktop .navmarker {
  position: absolute;
  height: 1px;
  background-color: rgba(141, 144, 145, 0.8);
  display: block;
  -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  left: 0;
}

.mainnav.mainnav_desktop .navmarker_track {
  position: relative;
  width: 100%;
  top: 1px;
  height: 1px;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

.mainnav.mainnav_desktop a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
}
.mainnav.mainnav_desktop a:link, .mainnav.mainnav_desktop a:visited {
  color: #8d9091;
}
.color_rule_white .mainnav.mainnav_desktop a:hover {
  color: #252626;
}
.color_rule_dark .mainnav.mainnav_desktop a:hover {
  color: white;
}
@media (max-width: 768px) {
  .mainnav.mainnav_desktop {
    display: none;
  }
}
.mainnav.mainnav_phone {
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mainnav.mainnav_phone li {
  position: relative;
  float: none;
  -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  margin-bottom: 40px;
}
.color_rule_dark .mainnav.mainnav_phone li.current a:link, .color_rule_dark .mainnav.mainnav_phone li.current a:visited {
  color: white;
}
.color_rule_white .mainnav.mainnav_phone li.current a:link, .color_rule_white .mainnav.mainnav_phone li.current a:visited {
  color: #252626;
}
.mainnav.mainnav_phone h1 {
  position: relative;
  z-index: 9;
  -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .mainnav.mainnav_phone h1 {
    display: block;
    white-space: nowrap;
  }
}
.color_rule_dark .mainnav.mainnav_phone a:link, .color_rule_dark .mainnav.mainnav_phone a:visited {
  color: white;
}
.color_rule_white .mainnav.mainnav_phone a:link, .color_rule_white .mainnav.mainnav_phone a:visited {
  color: #252626;
}
.on .mainnav.mainnav_phone {
  position: relative;
  margin-top: 50%;
  top: 0 !important;
}
.on .mainnav.mainnav_phone a:link, .on .mainnav.mainnav_phone a:visited {
  color: #8d9091;
}
.on .mainnav.mainnav_phone h1 {
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .mainnav.mainnav_phone {
    display: none;
  }
}

.no_scroll {
  overflow: hidden;
}

/* =====================================================================================================================
PROJECTS - Item-Tiles and Detail Page
=======================================================================================================================*/
.project_item {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 1%;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.new.project_item {
  opacity: 0;
}
.no_overlay.project_item {
  cursor: default !important;
}
@media (min-width: 769px) {
  .project_item:nth-child(4n+1) {
    width: 58%;
    padding-bottom: 48%;
    margin-right: 1%;
  }
  .project_item:nth-child(4n+2) {
    width: 41%;
    margin-right: 0;
    padding-bottom: 48%;
  }
  .project_item:nth-child(4n+3) {
    width: 49.5%;
    margin-right: 1%;
    padding-bottom: 40%;
  }
  .project_item:nth-child(4n+4) {
    width: 49.5%;
    margin-right: 0;
    padding-bottom: 40%;
  }
}
@media (max-width: 768px) {
  .project_item {
    width: 100%;
    padding-bottom: 60%;
    margin-right: 0;
    margin-bottom: 1%;
  }
}
.project_item .item_thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.project_item .overlay_dark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -moz-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.project_item .project_item_title {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.project_item:not(.no_overlay):hover .overlay_dark {
  opacity: 1;
}
.project_item:not(.no_overlay):hover .project_item_title {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.page_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
  z-index: 9;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.off.page_overlay {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.page_overlay .inner_overlay {
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  padding-top: 70px;
  padding-bottom: 250px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 769px) {
  .page_overlay .inner_overlay {
    padding-top: 200px;
  }
  .page_overlay .inner_overlay h2 {
    font-size: 30px;
  }
}
.page_overlay .detailheader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 60px;
  z-index: 1;
  height: 110px;
  margin-bottom: 200px;
  background-color: white;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.page_overlay .detailheader h2 {
  font-size: 22px;
}
.page_overlay .detailheader.reduced {
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}
@media (max-width: 768px) {
  .page_overlay .detailheader {
    -webkit-transform: translate3d(0, -40px, 0);
    -moz-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    padding-top: 40px;
  }
  .page_overlay .detailheader h2 {
    font-size: 16px;
  }
  .page_overlay .detailheader .inner_header {
    top: 50%;
    padding-right: 20%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
.page_overlay .leftside {
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  margin-bottom: 120px;
  -webkit-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: height 250ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (max-width: 768px) {
  .page_overlay .leftside {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page_overlay .rightside {
  position: relative;
  width: 40%;
  float: right;
}
@media (max-width: 768px) {
  .page_overlay .rightside {
    width: 100%;
  }
}
.page_overlay .reveal_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  cursor: pointer;
  color: #8d9091;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
}
.page_overlay .reveal_content:hover {
  color: #252626;
}
.page_overlay ul {
  list-style-type: none;
  margin-bottom: 80px;
}
.page_overlay ul li {
  border-bottom: 1px solid #cecece;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #8d9091;
}
.page_overlay ul li:first-child {
  border-top: 1px solid #cecece;
}
.show_more_posts {
  position: relative;
  width: 100%;
  top: -10px;
  height: 220px;
  cursor: pointer;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  transition: all 150ms linear;
}
.color_rule_white .show_more_posts {
  color: #8d9091;
}
.color_rule_white .show_more_posts:hover {
  color: #252626;
}
.color_rule_dark .show_more_posts {
  color: white;
}
.color_rule_dark .show_more_posts:hover {
  color: #8d9091;
}
.close_btn {
  position: relative;
  float: right;
  width: 25px;
  height: 25px;
  z-index: 9;
  cursor: pointer;
  background-image: url(../img/icn_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}
@media (max-width: 768px) {
  .close_btn {
    position: absolute;
    right: 15px;
  }
}
.close_btn:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.home_btn {
  position: relative;
  top: -32px;
  float: right;
  width: 25px;
  height: 25px;
  z-index: 9;
  cursor: pointer;
  background-image: url(../img/icn_home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}
@media (max-width: 768px) {
  .home_btn {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.home_btn:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.page_overlay .single_image {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}
.page_overlay .double_image_left,
.page_overlay .double_image_right {
  width: 49.5%;
  height: auto;
  margin-bottom: 1%;
  margin-right: 1%;
}
@media (max-width: 768px) {
  .page_overlay .double_image_left,
  .page_overlay .double_image_right {
    width: 100%;
  }
}
.page_overlay .double_image_right {
  margin-right: 0;
}
.page_overlay .video {
  width: 100%;
  height: auto;
  margin-bottom: 1%;
}

.headerimg_detail_phone {
  position: relative;
  width: calc(100% + 30px);
  height: 0;
  padding-bottom: 90%;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  margin-top: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 769px) {
  .headerimg_detail_phone {
    display: none;
  }
}

.scroll_to_site,
.scroll_to_hide {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 120px;
  height: 250px;
  text-align: center;
  color: #8d9091;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  cursor: pointer;
}
.scroll_to_site:hover,
.scroll_to_hide:hover {
  color: #252626;
}
.scroll_to_site.on,
.scroll_to_hide.on {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button_container {
  height: 220px;
  clear: both;
}

/* =====================================================================================================================
 MAINNAV desktop and phone
 =======================================================================================================================*/
.reveal_me {
  -webkit-transition: all 2600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 2600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 2600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.reveal_me.footer, .reveal_me.slider {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.reveal_me.come_in, .reveal_me.registered {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* TYPO - All Fonts & Typesets [@font-face, h1-h6, p, blockquote, etc...]
=======================================================================================================================*/
/* =====================================================================================================================
THE FONTS - all the locally hosted typo stuff you'll ever do. CDN-Fonts go into header.php but will be scaffolded here.
=======================================================================================================================*/
/* GET THE FONTS [@font-face mixin >> see lib.scss]
=======================================================================================================================*/
@font-face {
  font-family: "replicaLight";
  font-weight: 300;
  src: url("../fnt/lineto-replica-light.eot?") format("eot"), url("../fnt/lineto-replica-light.woff2") format("woff2"), url("../fnt/lineto-replica-light.woff") format("woff");
}
@font-face {
  font-family: "replicaRegular";
  font-weight: 300;
  src: url("../fnt/lineto-replica-bold.eot?") format("eot"), url("../fnt/lineto-replica-bold.woff2") format("woff2"), url("../fnt/lineto-replica-bold.woff") format("woff");
}
/* BUILD ALL THE STYLES YOU NEED - they'll be packed into <p>'s & stuff and positioned in typo.scss
=======================================================================================================================*/
.mainnav.mainnav_phone, body, .page_portrait p, .page_overlay p, .impressum h3, .page_portrait h2, .impressum h2, .headline h1, h4, .project_item .project_item_title, .page_portrait .layout_textkacheln .textkachel ul li:first-of-type, .zweispalter_links ul li:first-of-type,
.zweispalter_rechts ul li:first-of-type, .show_more_posts {
  font-family: "replicaLight", sans-serif;
  letter-spacing: 1.3px;
}
@media (max-width: 768px) {
  .mainnav.mainnav_phone, body, .page_portrait p, .page_overlay p, .impressum h3, .page_portrait h2, .impressum h2, .headline h1, h4, .project_item .project_item_title, .page_portrait .layout_textkacheln .textkachel ul li:first-of-type, .zweispalter_links ul li:first-of-type,
  .zweispalter_rechts ul li:first-of-type, .show_more_posts {
    letter-spacing: 1.2px;
  }
}

.impressum h2, .headline h1, h4, .project_item .project_item_title {
  font-size: 55px;
  line-height: 1.2em;
  margin-bottom: 100px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .impressum h2, .headline h1, h4, .project_item .project_item_title {
    font-size: 38px;
    margin-bottom: 50px;
  }
}

.impressum h3, .page_portrait h2 {
  font-size: 30px;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .impressum h3, .page_portrait h2 {
    margin-bottom: 30px;
  }
}

body, .page_portrait p, .page_overlay p {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body, .page_portrait p, .page_overlay p {
    font-size: 18px;
  }
}

.mainnav.mainnav_phone {
  font-size: 21px;
  line-height: 1.1em;
  margin-bottom: 30px;
}

.impressum p {
  margin-bottom: 30px;
}
.impressum h3 {
  margin-bottom: 30px;
}

/* =====================================================================================================================
THE TYPO. - All Typography, all Styles go in here
=======================================================================================================================*/
/* MODULES - ReUsables & Stuff.
=======================================================================================================================*/
/* =====================================================================================================================
THE BRANDING. - All brandng elems (eg. Logo, Shape, etc.)
=======================================================================================================================*/
.logo_h1 {
  background-image: url(../img/logo_h1.svg);
  width: 245px;
  height: 54px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}
@media (max-width: 768px) {
  .logo_h1 {
    width: 205px;
    height: 44px;
  }
}

.logo_shape {
  background-image: url(../img/logo_shape.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

.logo_shape {
  width: 54px;
  height: 54px;
}

/* =====================================================================================================================
THE LINKS - All link defs > <a>.
=======================================================================================================================*/
/* =====================================================================================================================
DER BURGER
=======================================================================================================================*/
.burger {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 769px) {
  .burger {
    display: none;
  }
}

.burger .inner_burger {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 22px;
}

.burger .bar {
  position: absolute;
  height: 2px;
  width: 100%;
}
.color_rule_white .burger .bar, .burger .color_rule_white .bar {
  background-color: #252626;
}
.color_rule_dark .burger .bar, .burger .color_rule_dark .bar {
  background-color: white;
}
.burger .top_bar.bar {
  top: 0;
}
.burger .middle_bar.bar {
  top: 47%;
}
.burger .bottom_bar.bar {
  bottom: 0;
}

.burger {
  z-index: 99999;
}
.burger .inner_burger {
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.burger .bar {
  -webkit-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.burger.on .inner_burger {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.burger.on .top_bar {
  top: 45%;
  -webkit-transform: rotate(-405deg);
  -moz-transform: rotate(-405deg);
  transform: rotate(-405deg);
}
.burger.on .middle_bar {
  top: 47%;
  opacity: 0;
  -webkit-transform: rotate(-360deg) scale(-0.5);
  -moz-transform: rotate(-360deg) scale(-0.5);
  transform: rotate(-360deg) scale(-0.5);
}
.burger.on .bottom_bar {
  bottom: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

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