/*
Theme Name: Gumpelmaier Theme
Version: 1.0 rc-1
Author: Bureau Paschinger, Digital Communications
Description: Webseite von gumpelmedia Digital Media Agency
*/
/***************************
 ***** Sass Settings
 ***************************/
/***************************
 ***** Grid
 ***************************/
.grid {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1;
  clear: both;
  display: none; }
  .grid .grid-line {
    width: 4.16667%;
    height: 100vh;
    border-right: 1px solid #00baff;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.grid.active {
  display: block; }

/***************************
 ***** Presets
 ***************************/
@font-face {
  font-family: 'Walsheim-Regular';
  src: url("./assets/fonts/GT-Walsheim-Regular.eot"), url("./assets/fonts/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/GT-Walsheim-Regular.woff") format("woff"), url("./assets/fonts/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Walsheim-Medium';
  src: url("./assets/fonts/GT-Walsheim-Medium.eot"), url("./assets/fonts/GT-Walsheim-Medium.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/GT-Walsheim-Medium.woff") format("woff"), url("./assets/fonts/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noe-Bold';
  src: url("./assets/fonts/Noe Display Bold.eot"), url("./assets/fonts/Noe Display Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icon-font';
  src: url("./assets/fonts/icons/gumpelmaier.ttf");
  line-height: 0px;
  font-weight: 600;
  font-style: normal; }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, a, b, li {
  font-weight: normal; }

h1 {
  font-family: 'Noe-Bold';
  font-size: 90px;
  line-height: 100%; }

h2 {
  font-size: 17px;
  font-family: 'Walsheim-Medium'; }

h3, a, b {
  font-family: 'Walsheim-Medium'; }

p {
  font-size: 17px;
  font-family: 'Walsheim-Regular';
  line-height: 160%; }

.link {
  font-family: 'Walsheim-Medium';
  font-size: 17px;
  width: 250px;
  color: #007CCE;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .link:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #007CCE;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .link:hover:before {
    width: 40px; }

.link.adj {
  margin-top: 20px; }

.maillink {
  font-family: 'Walsheim-Regular';
  color: #000;
  text-decoration: none; }

.dropdown {
  color: #007CCE;
  text-decoration: none;
  margin-top: 40px; }
  .dropdown:after {
    font-family: 'icon-font';
    content: '\F004';
    margin-left: 5px; }

.dropdown.active:after {
  font-family: 'icon-font';
  content: '\F005';
  margin-left: 5px; }

.init-hidden {
  width: 100%;
  max-width: 550px;
  display: none; }

.content-toggle h3 {
  font-size: 17px;
  margin: 30px 0px 20px 0px; }
  .content-toggle h3:first-child {
    margin-top: 0; }
.content-toggle ul {
  list-style: none; }
  .content-toggle ul li {
    margin-bottom: 5px; }
    .content-toggle ul li:last-child {
      margin-bottom: 30px; }

.categories li {
  opacity: 0;
  visibility: hidden;
  display: none;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .categories li:first-child {
    margin-top: 20px; }

.categories.active li {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.mAdj {
  margin-bottom: 40px; }

body {
  font-family: sans-serif; }

.wrapper {
  width: 100%;
  height: auto; }

.inner-w {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

/***************************
 ***** Header
 ***************************/
header {
  position: fixed;
  z-index: 10;
  top: 0; }
  header .inner-w {
    width: 83.5%;
    height: 100px;
    margin: 0 auto;
    padding: 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    header .inner-w nav {
      width: 100%; }

.gradient-placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

nav {
  width: 80%; }
  nav li {
    display: inline-block;
    margin-left: 40px;
    font-size: 17px; }
    nav li:first-of-type {
      margin-left: 0px; }
    nav li a {
      text-decoration: none;
      color: #141414; }

.logo-w {
  width: 20%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.logo {
  width: 55px;
  margin-top: 5px; }

/***************************
 ***** Footer
 ***************************/
.footer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 10; }
  .footer-fixed .inner-w {
    width: 83.5%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .footer-fixed .inner-w nav {
      width: 100%; }

.nav-footer-fixed {
  width: 80%;
  font-size: 17px; }
  .nav-footer-fixed li {
    display: inline-block;
    margin-left: 40px;
    font-family: 'Walsheim-Medium'; }
    .nav-footer-fixed li:first-of-type {
      margin-left: 0px; }
    .nav-footer-fixed li a {
      text-decoration: none;
      color: #141414; }

.nav-footer-fixed.right {
  text-align: right; }

/***************************
 ***** Landingpage
 ***************************/
.landingpage {
  width: 91.6%;
  height: calc(100vh - 200px);
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .landingpage .inner-w {
    padding: 0; }
  .landingpage .content-image {
    width: 100%;
    height: calc(100vh - 200px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
  .landingpage .angle {
    width: 101%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px; }

.content-text {
  width: 58.33333%;
  margin-left: 9.58333%; }
  .content-text h1 {
    font-size: 90px; }
  .content-text p.subtext {
    font-family: 'Walsheim-Regular';
    width: 40%;
    margin-left: 7.91667%;
    margin-top: 30px;
    margin-bottom: 50px; }

/***************************
 ***** Blogpost
 ***************************/
.inner-w {
  width: 91.6%;
  margin: 0 auto;
  padding: 100px 0px 0px 0px; }

.row-2 {
  width: 50%;
  position: relative; }

.content-intro {
  width: 55.0%;
  margin-left: 8.75%; }
  .content-intro h3 {
    font-size: 17px; }
  .content-intro p {
    margin-left: 16.66667%;
    margin-top: 40px;
    margin-bottom: 40px; }

.blog .content-blog-entry, .blog .idid-block, .ueber-idid .content-blog-entry, .ueber-idid .idid-block {
  width: 75%;
  margin-top: 60px; }
  .blog .content-blog-entry h3, .blog .idid-block h3, .ueber-idid .content-blog-entry h3, .ueber-idid .idid-block h3 {
    font-size: 17px;
    font-weight: 400; }
  .blog .content-blog-entry h1, .blog .idid-block h1, .ueber-idid .content-blog-entry h1, .ueber-idid .idid-block h1 {
    font-size: 40px;
    margin: 25px 0px;
    line-height: 130%; }
  .blog .content-blog-entry:first-of-type, .blog .idid-block:first-of-type, .ueber-idid .content-blog-entry:first-of-type, .ueber-idid .idid-block:first-of-type {
    margin-top: 0px !important; }
  .blog .content-blog-entry:nth-child(odd), .blog .idid-block:nth-child(odd), .ueber-idid .content-blog-entry:nth-child(odd), .ueber-idid .idid-block:nth-child(odd) {
    margin-left: 8.75%; }

/***************************
 ***** Referenzen
 ***************************/
.referenzen .inner-w {
  display: block; }
.referenzen .content-intro {
  width: 27.5%;
  margin-left: 27.08333%; }
.referenzen .content-blog-entry {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 75px; }
  .referenzen .content-blog-entry h3 {
    font-size: 17px;
    font-weight: 400; }
  .referenzen .content-blog-entry h1 {
    font-size: 40px;
    margin: 25px 0px 0px 0px;
    line-height: 130%; }
  .referenzen .content-blog-entry p {
    margin-left: 14%;
    margin-top: 40px;
    margin-bottom: 40px; }
  .referenzen .content-blog-entry:first-child {
    margin-top: 100px;
    margin-left: 0px; }
  .referenzen .content-blog-entry:nth-child(odd) {
    margin-left: 0; }
  .referenzen .content-blog-entry:nth-child(2n) {
    margin-left: 0; }
    .referenzen .content-blog-entry:nth-child(2n) .content-blog-text {
      margin-left: 9%; }
    .referenzen .content-blog-entry:nth-child(2n) .content-blog-image {
      width: 32%;
      margin-right: 36%; }
  .referenzen .content-blog-entry:nth-child(3n) .content-blog-text {
    margin-left: 18%; }
  .referenzen .content-blog-entry:nth-child(3n) .content-blog-image {
    width: 41%;
    margin-right: 18%; }
  .referenzen .content-blog-entry .content-blog-text {
    width: 32%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 27%; }
  .referenzen .content-blog-entry .content-blog-image {
    width: 50%;
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.row-1 {
  position: relative; }

/***************************
***** Portrait
***************************/
.portrait {
  width: 100%;
  height: 650px;
  height: 70vh;
  position: relative;
  margin-top: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

/***************************
***** Projekte
***************************/
.projekteAnp .content-blog-entry h1 {
  margin-bottom: 25px;
  line-height: 130%; }

/***************************
***** Netzwerk
***************************/
.netzwerk h1 {
  font-size: 40px;
  margin-top: 25px;
  line-height: 130%; }
.netzwerk .row-1 {
  width: 100%; }
.netzwerk .content-intro {
  width: 28%;
  margin-left: 9%; }

/***************************
***** Footer
***************************/
footer {
  padding: 60px 0px 180px 0px; }
  footer .row-1 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  footer .content-intro {
    width: 27.7%;
    min-width: 400px; }
    footer .content-intro:first-child {
      margin-left: 13.5%; }
  footer .mail {
    margin-top: 25px; }
  footer .linkAdj {
    margin: 40px 0px 25px 50px; }
    footer .linkAdj .link {
      line-height: 160%; }
  footer .notes {
    margin-left: 50px; }
    footer .notes a {
      color: #000;
      text-decoration: none; }

/***************************
***** Uber-Template
***************************/
.ueber-start {
  width: 100%;
  height: calc(100vh - 150px);
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .ueber-start .inner-w {
    width: 100%;
    padding: 0;
    display: block; }
  .ueber-start .content-image {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    top: 0;
    left: 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
  .ueber-start .angle {
    width: 101%;
    height: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    left: -2px; }
  .ueber-start .content-text {
    position: relative;
    z-index: 2;
    width: 55%;
    margin-left: 16.5%;
    margin-top: -150px; }
    .ueber-start .content-text h1 {
      font-size: 80px;
      margin-top: 40px; }
    .ueber-start .content-text h3 {
      font-size: 17px;
      font-weight: 400; }

.row-text {
  width: 80%;
  max-width: 570px;
  margin: 0 auto; }
  .row-text p {
    margin-top: 25px; }
  .row-text a {
    color: #007CCE;
    text-decoration: none; }

.ueber-idid .inner-w {
  width: 80%;
  max-width: 800px;
  display: block;
  margin-left: 21%;
  position: relative; }
.ueber-idid .idid-block {
  margin-top: 40px; }
  .ueber-idid .idid-block h1 {
    font-size: 24px;
    margin-bottom: 15px; }

.ueber-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .ueber-about .inner-w {
    width: 75%;
    max-width: 530px;
    display: block;
    margin: initial;
    margin-right: 15%;
    position: relative; }
  .ueber-about .ueber-about-listw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-family: 'Noe-Bold'; }
  .ueber-about p {
    margin: 40px 0px 10px 0px; }
  .ueber-about ul {
    list-style: none;
    width: 50%; }
    .ueber-about ul li {
      font-size: 21px;
      font-weight: bold;
      margin-left: 10%;
      margin-top: 30px; }
      .ueber-about ul li:nth-child(odd) {
        margin-left: 0%; }

.ueber-themen .inner-w {
  width: 75%;
  max-width: 550px;
  display: block;
  margin-left: 21%;
  position: relative; }
.ueber-themen p {
  margin-top: 40px; }
.ueber-themen .content-blog-entry {
  margin-top: 40px;
  margin-left: 10%; }
  .ueber-themen .content-blog-entry h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .ueber-themen .content-blog-entry p {
    width: 400px;
    margin: 25px 0px; }
  .ueber-themen .content-blog-entry:nth-child(odd) {
    margin-left: 0%; }

/***************************
***** Blog-Template
***** Referenzen-Template
***** Projekte-Template
***************************/
.template-adj-header {
  height: calc(100vh - 130px); }
  .template-adj-header .content-text p {
    width: 50%;
    margin-top: 40px;
    margin-left: 7%; }

.blog.template-adj, .referenzen.template-adj {
  padding-top: 60px; }

.netzwerk.template-adj .content-intro {
  width: 45%;
  margin-left: 27%; }
  .netzwerk.template-adj .content-intro p {
    margin-top: 0;
    margin-left: 0; }
.netzwerk.template-adj .content-blog-entry h1 {
  font-size: 30px; }
  .netzwerk.template-adj .content-blog-entry h1:first-child {
    margin-top: 0; }

/***************************
***** Kontakt-Template
***************************/
.background-angle {
  width: 100%;
  height: 80%;
  background-color: #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden; }
  .background-angle .angle {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -1px; }

.kontakt .inner-w {
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.kontakt .content-text {
  width: 55%;
  margin-left: 16.7%; }
  .kontakt .content-text h1 {
    margin: 40px 0px; }
  .kontakt .content-text .mail {
    margin-top: 20px; }

/***************************
***** Single-blog
***************************/
.single-adj-header {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .single-adj-header .inner-w {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .single-adj-header .content-text {
    width: 55%;
    margin-left: 12.3%; }
    .single-adj-header .content-text h1 {
      margin-top: 30px;
      line-height: 110%; }
  .single-adj-header .content-social {
    width: 160px;
    height: auto;
    margin-left: 6.5%; }
    .single-adj-header .content-social .social-links {
      list-style: none;
      margin-top: 30px; }
      .single-adj-header .content-social .social-links li {
        color: #007CCE;
        display: inline-block;
        margin-right: 5px; }
        .single-adj-header .content-social .social-links li a {
          width: 50px;
          height: 50px;
          color: #007CCE;
          display: block;
          text-decoration: none;
          padding: 25px;
          border: 2px solid #007CCE;
          border-radius: 50%;
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-justify-content: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .single-adj-header .content-social .social-links li a:hover {
            background-color: #007CCE; }
            .single-adj-header .content-social .social-links li a:hover:before {
              color: #fff; }
            .single-adj-header .content-social .social-links li a:hover .fb-counter {
              opacity: 1;
              visibility: visible;
              top: 65px; }
          .single-adj-header .content-social .social-links li a .fb-counter, .single-adj-header .content-social .social-links li a .tw-counter {
            padding: 8px;
            position: absolute;
            top: 90px;
            left: 0px;
            font-size: 17px;
            right: 0;
            display: block;
            margin: 0 auto;
            color: #ffffff;
            text-align: center;
            background-color: #007cce;
            border-radius: 10px;
            box-shadow: 0px 5px 20px #9c9c9c;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .single-adj-header .content-social .social-links a.fb-icon:before {
        font-family: 'icon-font';
        content: '\F09A';
        font-size: 21px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .single-adj-header .content-social .social-links a.tw-icon:before {
        font-family: 'icon-font';
        content: '\F099';
        font-size: 21px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.ueber-text.single-adj .inner-w {
  padding: 0px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
.ueber-text.single-adj .row-text {
  width: 80%;
  max-width: 600px;
  margin: initial;
  margin-right: 0%; }
  .ueber-text.single-adj .row-text p {
    margin-left: 0%; }
    .ueber-text.single-adj .row-text p:first-child {
      margin-top: 0px; }
  .ueber-text.single-adj .row-text ul li {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 160%; }
    .ueber-text.single-adj .row-text ul li:last-of-type {
      margin-bottom: 0px; }
  .ueber-text.single-adj .row-text img {
    width: 100%;
    height: auto;
    margin: 60px 0px 40px 0px;
    margin-left: -20%;
    -webkit-box-shadow: 0px 15px 30px #e6e6e6;
    box-shadow: 0px 15px 30px #e6e6e6; }
  .ueber-text.single-adj .row-text h2 {
    font-size: 24px;
    margin-top: 50px;
    margin-right: 20%;
    margin-bottom: 50px;
    line-height: 145%;
    margin-left: -20%; }
  .ueber-text.single-adj .row-text h3 {
    margin: 50px 0px 25px 0px; }

.blog.single-adj .inner-w {
  margin-top: 50px;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }
.blog.single-adj .row-1 {
  width: 45%; }
  .blog.single-adj .row-1 .content-blog-entry {
    width: 100%; }
    .blog.single-adj .row-1 .content-blog-entry:first-of-type {
      margin-top: 40px; }

/***************************
***** Single-Referenzen
***************************/
.single-pro-header {
  height: 89vh; }
  .single-pro-header .content-image {
    width: 91.6%;
    height: calc(100vh - 350px);
    margin: 0 auto;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0; }
  .single-pro-header .content-text p {
    margin-top: 40px;
    width: 450px; }

.single-adj.ref {
  padding-top: 100px; }

.note {
  margin-left: 8.75%;
  font-size: 17px;
  font-weight: 400; }

.content-blog-entry.adj {
  margin-top: 50px; }

/***************************
 ***** 404 Not Found
 ***************************/
.notfound-adj .content-image {
  height: calc(100vh - 300px);
  background-image: none; }
.notfound-adj .angle {
  z-index: 1; }
.notfound-adj .content-text {
  margin-top: -280px; }
.notfound-adj iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1; }

.mobile-menu-icon {
  display: none; }

.link-w {
  margin-top: 25px; }

.imp-link {
  width: 80px;
  height: auto;
  margin-top: 25px; }

.post-comments {
  font-family: 'Walsheim-Regular';
  width: 80%;
  max-width: 600px;
  margin: auto;
  display: block; }
  .post-comments .logged-in-as a {
    color: #007CCE; }
  .post-comments h3#comments {
    font-size: 17px; }
  .post-comments h3 a {
    color: #007CCE; }
  .post-comments .avatar {
    display: none; }
  .post-comments cite {
    font-family: 'Walsheim-Medium';
    font-style: normal; }
  .post-comments .says {
    font-family: 'Walsheim-Regular'; }
  .post-comments .comment {
    padding-bottom: 40px; }
    .post-comments .comment:first-of-type {
      padding-top: 35px; }
  .post-comments .comment-meta a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'Walsheim-Regular'; }
  .post-comments .comment-meta {
    margin-bottom: 10px; }
  .post-comments .reply {
    margin-top: 10px; }
  .post-comments .comment-reply-link {
    color: #007CCE; }
  .post-comments .comment-awaiting-moderation {
    font-size: 14px;
    font-family: 'Walsheim-Regular';
    font-style: normal; }

.comment-respond {
  width: 100%;
  margin: auto; }
  .comment-respond .comment-reply-title {
    font-size: 17px; }
  .comment-respond .comment-notes {
    font-size: 14px; }
  .comment-respond .comment-form-comment {
    margin-top: 20px; }
    .comment-respond .comment-form-comment label {
      display: block; }
  .comment-respond .comment-form-url label {
    margin-left: -3px; }
  .comment-respond .comment-form-email {
    padding: 10px 0px; }
  .comment-respond label {
    font-size: 14px;
    font-family: 'Walsheim-Medium';
    margin-right: 10px; }
  .comment-respond input, .comment-respond textarea {
    padding: 10px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid lightgray;
    appearance: none;
    -webkit-appearance: none; }
  .comment-respond textarea {
    width: 100%;
    margin-bottom: 10px; }
  .comment-respond .submit {
    margin-top: 30px;
    padding: 10px 15px;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .comment-respond .submit:hover {
      color: #007CCE;
      border: 1px solid #007CCE; }

.pageloader {
  position: fixed;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.pageloader.active {
  opacity: 1;
  visibility: visible; }

.spinningCircle {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-image: url("./assets/logo-gumpelmedia-agentur.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: single2 4s infinite linear;
  animation: single2 4s infinite linear; }

@-moz-keyframes single2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg); } }
@-webkit-keyframes single2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg); } }
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,ffffff+100&1+0,0.75+65,0+100 */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.99) 2%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.99) 2%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.99) 2%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  opacity: 1; }

.footer-fixed.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+98&0+0,0.75+35,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.99) 98%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.99) 98%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 35%, rgba(255, 255, 255, 0.99) 98%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.footer-fixed.gradient.active {
  background: transparent; }

.node {
  font-family: 'Noe-Bold';
  font-size: 200px;
  color: #f8f8f8;
  position: absolute;
  top: 300px;
  left: -230px;
  z-index: -1;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.node.ref {
  left: -3%; }

.node.projekt {
  top: 100px;
  left: initial;
  right: 0%; }

.node.netz {
  left: -50px;
  top: 150px; }

.node.things {
  left: -38%;
  top: 280px; }

.node.about {
  left: -52%;
  top: 180px; }

.node.themen {
  left: -67%;
  top: 170px; }

.node.referenzen.archive {
  left: -5%;
  top: 300px; }

.node.projekte.archive {
  left: -1%;
  top: 300px; }

.node.single-blog {
  top: 150px;
  left: -250px; }

.node.single-projekte {
  top: 350px;
  left: 0px; }

#headline-notfound {
  font-size: 120px; }

.netzwerk .content-blog-entry:first-of-type {
  margin-top: 0; }

.ueber-start .content-image.image-adj {
  background-position: center center; }

.next-blog-posts .content-blog-entry:first-of-type {
  margin-top: 60px !important; }

.wp-caption {
  width: 100% !important; }
  .wp-caption .wp-caption-text {
    margin-left: -20% !important;
    margin-top: -20px;
    font-size: 13px;
    width: 100%; }

.margin-top-adjust {
  margin-top: 30px; }

@media all and (min-width: 1000px) and (max-width: 1500px) {
  .content-text p.subtext {
    width: 60%; }

  #headline-notfound {
    font-size: 90px; } }
@media all and (max-width: 1000px) {
  nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 124, 206, 0.95); }
    nav ul {
      margin-top: 100px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    nav li {
      display: block;
      margin: 0 !important;
      font-size: 75px;
      text-align: center;
      line-height: 110%; }
      nav li a {
        font-family: 'Noe-Bold';
        color: #fff; }

  nav.active {
    opacity: 1;
    visibility: visible; }
    nav.active ul {
      margin-top: 0px; }

  .logo-w {
    position: absolute;
    top: 16px;
    right: 5%; }
    .logo-w .logo {
      width: 45px;
      margin-top: 0px; }

  .mobile-menu-icon {
    position: absolute;
    top: 16px;
    left: 5%;
    z-index: 10;
    display: block; }
    .mobile-menu-icon .hamburger {
      width: 45px;
      height: 45px;
      background-color: #000;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .mobile-menu-icon .hamburger li {
        width: 22px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        list-style: none;
        left: 11px;
        top: 26px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .mobile-menu-icon .hamburger li:first-child {
          top: 16px; }

  .mobile-menu-icon.active .hamburger {
    background-color: #000; }

  .mobile-menu-icon.active li {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    top: 21px !important; }

  .mobile-menu-icon.active li:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px !important; }

  .landingpage {
    width: 100%;
    height: 100vh;
    margin-top: 0px; }
    .landingpage .content-text {
      padding: 0% 8%;
      position: absolute;
      left: 0;
      bottom: 80px; }

  .content-text p.subtext {
    width: 100%; }

  .content-text {
    width: 100%;
    margin-left: 0%; }

  .content-text h1 {
    width: 90%; }

  .content-text p.subtext {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0% 5%;
    margin-top: 25px;
    margin-bottom: 30px; }

  p {
    font-size: 16px;
    line-height: 140%; }

  .landingpage .content-image {
    height: calc(100vh - 450px); }

  .inner-w {
    width: 80%;
    padding: 0%;
    padding-top: 100px;
    display: block; }

  .blog .inner-w {
    display: block; }

  .row-2 {
    width: 100%; }

  .blog .content-blog-entry:nth-child(odd), .blog .idid-block:nth-child(odd), .ueber-idid .content-blog-entry:nth-child(odd), .ueber-idid .idid-block:nth-child(odd) {
    margin-left: 0%; }

  .blog .content-blog-entry, .blog .idid-block, .ueber-idid .content-blog-entry, .ueber-idid .idid-block {
    width: 100%;
    margin-top: 50px; }

  .blog .content-blog-entry h1, .blog .idid-block h1, .ueber-idid .content-blog-entry h1, .ueber-idid .idid-block h1 {
    line-height: 120%;
    margin-bottom: 15px; }

  .content-intro, .referenzen .content-intro {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 50px; }

  .content-intro p {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    margin-bottom: 30px; }

  .referenzen .content-blog-entry .content-blog-text {
    width: 60%;
    margin-left: 0%; }

  .referenzen .content-blog-entry .content-blog-image {
    width: 50%; }

  /**Referenzen- & Projektemodule**/
  .referenzen .content-blog-entry .content-blog-image,
  .referenzen .content-blog-entry:nth-child(2n) .content-blog-image,
  .referenzen .content-blog-entry:nth-child(3n) .content-blog-image {
    width: 100%;
    height: 260px;
    position: relative; }

  .referenzen .content-blog-entry .content-blog-text {
    width: 100%;
    position: relative;
    margin-top: 25px; }

  .referenzen .content-blog-entry h1 {
    margin: 15px 0px 0px 0px;
    line-height: 120%; }

  .referenzen .content-blog-entry p {
    margin-left: 5%;
    margin-top: 25px;
    margin-bottom: 25px; }

  .referenzen .content-blog-entry:first-child {
    margin-top: 50px; }

  .referenzen .content-blog-entry:nth-child(2n) .content-blog-text,
  .referenzen .content-blog-entry:nth-child(3n) .content-blog-text {
    margin-left: 0%; }

  .referenzen .content-blog-entry {
    width: 100%;
    height: auto;
    margin-top: 50px; }

  .portrait {
    width: 100%;
    height: 450px;
    margin-top: 100px; }

  .projekteAnp .link {
    margin-top: 15px; }

  .netzwerk .content-intro {
    width: 100%;
    margin-left: 0; }

  .netzwerk h1 {
    margin-top: 25px;
    line-height: 120%; }

  .ueber-start .content-text {
    width: 80%;
    margin-left: 0%;
    margin-top: 0px;
    margin: auto; }

  .ueber-start .content-text h1 {
    font-size: 80px;
    margin-top: 25px; }

  .row-text {
    width: 100%;
    max-width: initial;
    margin: 0 auto; }

  .ueber-idid .inner-w {
    width: 80%;
    max-width: initial;
    margin-left: 0%;
    margin: 0 auto; }

  .blog .content-blog-entry, .blog .idid-block, .ueber-idid .content-blog-entry, .ueber-idid .idid-block {
    width: 100%;
    margin-top: 35px; }

  .ueber-idid .idid-block h1 {
    margin-bottom: 10px; }

  .ueber-about .inner-w {
    width: 80%;
    max-width: initial;
    margin: initial;
    margin-right: 0%;
    margin: 0 auto; }

  .ueber-about ul li {
    font-size: 24px;
    margin-top: 20px; }

  .ueber-themen .inner-w {
    width: 80%;
    max-width: initial;
    display: block;
    margin-left: 0%;
    margin: auto;
    padding-bottom: 50px; }

  .ueber-themen .content-blog-entry h1 {
    font-size: 24px; }

  .template-adj-header .content-text p {
    width: 80%;
    margin-top: 30px;
    margin-left: 7%; }

  .mAdj {
    margin-bottom: 25px; }

  .blog.template-adj, .referenzen.template-adj {
    padding-top: 0px;
    padding-bottom: 50px; }

  .netzwerk.template-adj .content-intro {
    width: 100%;
    margin-left: 0%; }

  .netzwerk.template-adj .content-blog-entry h1 {
    font-size: 24px; }

  .background-angle {
    height: 55%; }

  .kontakt .content-text {
    width: 90%;
    margin-left: 15%; }
    .kontakt .content-text h1 {
      width: 100%; }

  .single-adj-header .inner-w {
    display: block; }

  .single-adj-header .content-text {
    width: 80%;
    margin-left: 0%;
    margin: 0 auto;
    display: block;
    position: relative; }
    .single-adj-header .content-text h1 {
      margin-bottom: 20px; }

  .single-adj-header .content-social {
    width: 80%;
    height: auto;
    margin-left: 0%;
    margin: auto;
    margin-top: 35px; }

  .single-adj-header .content-social .social-links {
    margin-top: 20px; }

  .single-adj-header .content-social .social-links li {
    margin-right: 10px; }

  .ueber-text.single-adj .row-text {
    width: 100%;
    max-width: initial;
    margin: initial;
    margin-right: 0%; }

  .ueber-text.single-adj .row-text p {
    margin-left: 0%; }

  .ueber-text.single-adj .row-text img {
    width: 100%;
    margin: 50px 0px 20px 0px; }

  .blog.single-adj .inner-w {
    margin-top: 0px; }

  .blog.single-adj .row-1 {
    width: 100%;
    padding-bottom: 50px; }

  .single-pro-header .content-image {
    width: 100%;
    height: 70vh !important;
    top: 0px; }

  .single-pro-header .content-text {
    padding-bottom: 0px; }

  .single-adj.ref {
    padding-top: 0; }

  .note {
    margin-left: 0;
    font-size: 16px; }

  .referenzen.mobileAdj {
    padding-bottom: 50px; }

  footer .row-1 {
    display: block; }

  .nav-footer-fixed {
    font-size: 16px; }

  .footer-fixed {
    z-index: 10;
    padding-top: 25px; }

  .footer-fixed .inner-w {
    width: 90%;
    height: 90px; }

  footer {
    padding: 0px 0px 100px 0px; }
    footer .inner-w {
      padding-top: 50px; }

  footer .content-intro:first-child {
    margin-left: 0%; }

  footer .content-intro {
    width: 100%; }

  .nav-footer-fixed li {
    margin-left: 12px; }

  .footer-fixed .inner-w {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }

  .ueber-text.single-adj .row-text h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-right: 0%;
    margin-bottom: 40px;
    line-height: 145%;
    margin-left: 0%; }

  .blog.mobileAdj .inner-w {
    padding-top: 0px;
    margin-top: -40px; }

  .landingpage .content-image {
    height: 60vh; }

  .landingpage .content-text {
    padding: 0% 10%;
    position: absolute;
    left: 0;
    bottom: 15vh; }

  .ueber-start {
    height: 100vh; }

  .ueber-start .inner-w {
    padding-bottom: 15vh; }

  .ueber-start .content-image {
    height: 70vh;
    position: absolute;
    top: 0;
    background-position: center; }

  .ueber-text .inner-w {
    padding-top: 0;
    margin-top: -60px; }

  .inner-w.mobileAdj {
    padding-top: 0;
    margin-top: -35px; }

  .blog .inner-w.mobileAdj {
    padding-top: 0;
    margin-top: -30px; }

  .node {
    font-size: 120px;
    top: 0px;
    left: 0px;
    right: 0; }

  .node.blog {
    top: 200px; }

  .node.ref {
    top: 150px; }

  .node.projekt, .node.things, .node.about, .node.themen {
    top: 100;
    left: 0;
    right: 0; }

  .node.things, .node.about, .node.themen {
    top: 320px; }

  .node.things {
    top: 380px; }

  .node.netz {
    top: 250px; }

  .node.single-blog {
    top: 250px;
    left: 0; }

  #headline-notfound {
    font-size: 80px; }

  .content-text.notfound p {
    margin-top: 25px;
    width: 100%; }

  .next-blog-posts .content-blog-entry:first-of-type {
    margin-top: 40px !important; } }
@media all and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 130%; }

  .link, .referenzen .content-blog-entry h3 {
    font-size: 14px; }

  h2 {
    font-size: 14px; }

  nav ul li {
    font-size: 38px;
    line-height: 130%; }

  .inner-w {
    width: 88%;
    padding: 0%;
    padding-top: 60px;
    display: block; }

  .blog.mobileAdj {
    padding-top: 0px; }
    .blog.mobileAdj .inner-w {
      padding-top: 0;
      margin-top: -30px; }

  .landingpage .content-image {
    height: 50vh; }

  .landingpage .content-text {
    padding: 0% 6%;
    position: absolute;
    left: 0;
    bottom: 15vh; }

  .content-text p.subtext {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }

  .content-intro p {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px; }

  .nav-footer-fixed {
    width: 100%;
    font-size: 14px; }

  .nav-footer-fixed.right {
    text-align: left; }

  .footer-fixed .inner-w {
    width: 88%;
    height: auto; }

  .footer-fixed .inner-w {
    display: block;
    margin-bottom: 15px; }

  .content-intro, .referenzen .content-intro {
    margin-bottom: 35px; }

  .blog .content-blog-entry h3, .blog .idid-block h3, .ueber-idid .content-blog-entry h3, .ueber-idid .idid-block h3 {
    font-size: 14px;
    font-weight: 400; }

  .blog .content-blog-entry h1, .blog .idid-block h1, .ueber-idid .content-blog-entry h1, .ueber-idid .idid-block h1 {
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 15px; }

  .referenzen .content-blog-entry:first-child {
    margin-top: 30px; }

  .referenzen .content-blog-entry .content-blog-image, .referenzen .content-blog-entry:nth-child(2n) .content-blog-image, .referenzen .content-blog-entry:nth-child(3n) .content-blog-image {
    height: 160px; }

  .referenzen .content-blog-entry p {
    margin-left: 0;
    margin-top: 12px;
    margin-bottom: 15px; }

  .referenzen .content-blog-entry .content-blog-text {
    margin-top: 20px; }

  .referenzen .content-blog-entry {
    margin-top: 40px; }

  .portrait {
    width: 100%;
    height: 200px;
    margin-top: 50px; }

  .netzwerk .content-intro {
    margin-bottom: 0; }

  footer {
    padding: 0px 0px 75px 0px; }

  footer .content-intro {
    width: 100%;
    min-width: initial; }

  footer .linkAdj {
    margin: 15px 0px 20px 0px; }

  .ueber-start .content-text h3 {
    font-size: 14px; }

  .ueber-start .content-text {
    width: 88%; }

  .ueber-start .content-text h1 {
    margin-top: 20px; }

  .blog .content-blog-entry, .blog .idid-block, .ueber-idid .content-blog-entry, .ueber-idid .idid-block {
    margin-top: 25px; }

  .ueber-about .inner-w, .ueber-themen .inner-w, .ueber-idid .inner-w {
    width: 88%; }

  .ueber-about p {
    margin: 30px 0px 10px 0px; }

  .ueber-about ul li {
    font-size: 18px;
    margin-top: 15px; }

  .ueber-themen p {
    margin-top: 30px; }

  .ueber-themen .content-blog-entry h1 {
    font-size: 21px;
    margin-bottom: 10px; }

  .ueber-themen .content-blog-entry {
    margin-top: 30px;
    margin-left: 0%; }

  .content-toggle h3 {
    font-size: 14px;
    margin: 20px 0px 20px 0px; }

  .ueber-themen .content-blog-entry p {
    width: 100%;
    margin: 20px 0px; }

  footer .inner-w {
    padding-top: 20px; }

  .template-adj-header .content-text p {
    width: 100%;
    margin-top: 20px;
    margin-left: 0; }

  .template-adj-header .content-text {
    width: 88%;
    padding-bottom: 0px; }

  .template-adj-header .content-image {
    height: 65vh;
    top: 30px; }

  .mAdj {
    margin-bottom: 10px; }

  .netzwerk.template-adj .content-intro p {
    margin-bottom: 40px; }

  .netzwerk.template-adj .content-blog-entry h1 {
    font-size: 21px; }

  h3 {
    font-size: 14px; }

  .single-adj-header .content-text h1 {
    margin-bottom: 15px;
    margin-top: 15px; }

  .single-adj-header .content-text {
    width: 88%;
    margin: auto; }

  .single-adj-header .content-social {
    width: 88%;
    height: auto;
    margin-left: 0%;
    margin: auto;
    margin-top: 20px; }

  .single-adj-header .content-social .social-links {
    margin-top: 10px; }

  .single-adj-header .content-social .social-links li {
    margin-right: 5px; }

  .ueber-text.single-adj .row-text p:first-of-type {
    margin-top: -10vh; }

  .ueber-text.single-adj .row-text img {
    width: 100%;
    margin: 30px 0px 0px 0px; }

  .blog.single-adj .row-1 .content-blog-entry:first-of-type {
    margin-top: 20px; }

  .link.adj {
    margin-top: 10px; }

  .single-pro-header .content-image {
    width: 100%;
    height: 70vh !important;
    top: 0px; }

  .single-pro-header .content-text {
    padding-bottom: 0px; }

  .single-adj.ref {
    padding-top: 0px; }
    .single-adj.ref .inner-w {
      margin-top: 15px; }

  .ueber-text.single-adj .row-text h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
    line-height: 130%; }

  .content-blog-entry.adj {
    margin-top: 30px; }

  .kontakt .content-text {
    width: 88%;
    margin-left: 0%;
    margin: auto; }

  .kontakt .inner-w {
    height: 100vh; }

  .kontakt .inner-w.single-blog-mobileAdj {
    height: auto; }

  .kontakt .content-text h1 {
    margin: 20px 0px; }

  .node {
    font-size: 100px;
    top: 0px;
    left: 0px;
    right: 0; }

  .node.blog {
    top: 100px; }

  .node.ref {
    top: 50px; }

  .node.projekt, .node.things, .node.about, .node.themen {
    top: 0;
    left: 0;
    right: 0; }

  .node.things, .node.about, .node.themen {
    top: 180px; }

  .node.netz {
    top: 100px; }

  .node.single-blog {
    top: 100px;
    left: 0; }

  .ueber-start {
    height: 100vh; }

  .ueber-start .inner-w {
    padding-bottom: 15vh; }

  .ueber-start .content-image {
    height: 65vh;
    position: absolute;
    top: 0;
    background-position: center; }

  .ueber-text .inner-w {
    padding-top: 0;
    margin-top: -56px; }

  .inner-w.mobileAdj {
    padding-top: 0;
    margin-top: -35px; }

  .blog .inner-w.mobileAdj {
    padding-top: 0;
    margin-top: -30px; }

  .dropdown {
    font-size: 14px; }

  .post-comments h3#comments,
  .comment-author.vcard,
  .post-comments .comment-reply-link,
  .comment-respond .comment-reply-title {
    font-size: 14px; }

  .comment-respond .submit {
    font-size: 14px;
    -webkit-appearance: none;
    appearance: none; }

  .spinningCircle {
    height: 60px;
    width: 60px; }

  .netzwerk.mobileAdj {
    margin-bottom: 40px; }

  .footer-fixed .inner-w {
    display: block; }

  #headline-notfound {
    font-size: 30px; }

  .next-blog-posts .content-blog-entry:first-of-type {
    margin-top: 30px !important; }

  .content-text h1 {
    line-height: 120%; }

  .ueber-text.single-adj .row-text ul li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 130%; }

  .blog.temp-Adj {
    padding-bottom: 35px; }

  .wp-caption .wp-caption-text {
    margin-left: 0 !important;
    margin-top: 10px !important;
    font-size: 13px;
    width: 100%;
    margin-bottom: 40px !important; }

  .margin-top-adjust {
    margin-top: 20px; } }

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