.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-letter-spacing {
  letter-spacing: 0;
}
.uc {
  text-transform: uppercase;
}
.c-normal {
  text-transform: none;
}
.light {
  font-weight: 200;
}
.bold {
  font-weight: bold;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.p10 {
  padding: 10px;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #222222;
}
.color-gray {
  color: #999999;
}
.color-blue {
  color: #469dd7;
}
.pointer {
  cursor: pointer;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.no-min-height {
  min-height: 0 !important;
}
.no-deco {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  text-shadow: none;
}
.no-deco:hover {
  text-decoration: none;
  color: inherit;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.btn,
.form-control,
.panel,
.breadcrumb,
.tooltip-inner,
.alert,
.modal-content {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.btn-blue {
  background-color: #469dd7;
  border-color: #2585c4;
  color: #FFFFFF;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #3e8abd;
  border-color: #3a81b0;
  color: #FFFFFF;
}
.navbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
}
@-ms-keyframes anim_case_heading_small {
  0% {
    opacity: 0;
    -ms-transform: translateY(40px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes anim_case_heading_small {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes anim_case_heading_small {
  0% {
    opacity: 0;
    -moz-transform: translateY(40px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@keyframes anim_case_heading_small {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-ms-keyframes anim_case_heading_large {
  0% {
    opacity: 0;
    -ms-transform: translateY(-60px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}
@-webkit-keyframes anim_case_heading_large {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}
@-moz-keyframes anim_case_heading_large {
  0% {
    opacity: 0;
    -moz-transform: translateY(-60px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@keyframes anim_case_heading_large {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  height: 100%;
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #222222;
  margin-top: 0;
}
h2,
.h2 {
  line-height: 1.7em;
  margin-top: -9px !important;
}
h2 .big,
.h2 .big {
  font-size: 45px;
  letter-spacing: 3px;
}
h1,
.h1 {
  font-size: 45px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  line-height: 1.15em;
}
h1 .smallHead,
.h1 .smallHead {
  font-size: 30px;
}
.abs-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.img-center {
  display: inline-block;
}
.vertical-center {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.full-height {
  height: 100%;
  min-height: 100%;
}
.sticky {
  width: 100%;
  position: relative;
  z-index: 5000;
}
.subheadline h5 {
  color: #858585;
}
header {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  z-index: 1300;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  border: 0 !important;
}
header nav {
  border: 0;
}
header nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header nav > ul > li {
  display: inline-block;
}
header nav > ul > li:hover .nav-item,
header nav > ul > li.open .nav-item {
  text-decoration: none;
  color: #444 !important;
  border-bottom-color: #444 !important;
}
header nav .nav-item {
  color: #999999;
  text-transform: uppercase;
  display: block;
  font-family: 'Montserrat', sans-serif;
  border-bottom: 3px solid transparent;
  transition: all .3s;
  -webkit-transition: all .3s;
  cursor: pointer;
}
header nav .nav-item:hover,
header nav .nav-item.active {
  background-color: white;
  text-decoration: none;
  color: #444;
  border-bottom-color: #444;
}
footer {
  background-color: #444;
  font-size: 12px;
  color: white;
  padding: 10px;
}
footer a {
  color: white;
}
.bg-sqaure {
  background-image: url(/assets/images/hexagonhackground.jpg);
  background-attachment: fixed;
}
section:nth-child(even) {
  background-color: #F5F5F5;
}
section:nth-child(odd) {
  background-color: #ffffff;
  box-shadow: inset 0 -60px 100px rgba(0,0,0,0.08);
  -moz-box-shadow: inset 0 -60px 100px rgba(0,0,0,0.08);
  -webkit-box-shadow: inset 0 -60px 100px rgba(0,0,0,0.08);
  -o-box-shadow: inset 0 -60px 100px rgba(0,0,0,0.08);
}
section.landing {
  width: 100%;
  height: 100%;
  background-color: #222222;
}
section.landing .container {
  width: 100%;
  height: 100%;
}
section.landing .content {
  height: 100%;
  width: 100%;
  display: table;
}
section.landing .scrollDown {
  bottom: 5%;
  color: #FFFFFF;
  font-size: 13px;
  left: 50%;
  line-height: 15px;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  width: 100px;
  z-index: 2;
}
section.landing .scrollDown i {
  font-size: 30px;
  animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -ms-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -webkit-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -moz-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
}
section.landing h1 {
  margin-top: -9px;
}
section.landing h1 .normal {
  animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -ms-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -webkit-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  -moz-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_large;
  transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
}
section.landing h1 .smallHead {
  animation: 1s ease-out 0s normal forwards 1 anim_case_heading_small;
  -ms-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_small;
  -webkit-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_small;
  -moz-animation: 1s ease-out 0s normal forwards 1 anim_case_heading_small;
  transform: translateY(200px);
  -ms-transform: translateY(200px);
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
}
section.bigpicture,
section.picture {
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  position: relative;
}
section.bigpicture .parallax-overlay,
section.picture .parallax-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
}
section.picture {
  height: auto;
  overflow: visible;
}
section .content {
  padding: 145px 20px;
}
section.question {
  background-color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
section.question .level-1 {
  font-size: 30px;
}
section.question .level-1 small {
  color: #999;
  font-weight: normal;
  line-height: 1;
  font-size: 65%;
}
section.question .level-2 {
  font-size: 45px;
  letter-spacing: 3px;
}
section.question .level-3 {
  margin-top: -12px;
  font-size: 24px;
}
span.line {
  width: 100px;
  background-color: #222222;
  height: 1px;
  display: block;
  margin: 0 auto 30px;
}
span.line.small {
  background-color: #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}
span.line.neg {
  background-color: #ffffff;
}
.shape {
  background-color: #222222;
  text-shadow: 1px 1px #1b1b1b, 2px 2px #1b1b1b, 3px 3px #1b1b1b, 4px 4px #1b1b1b, 5px 5px #1b1b1b, 6px 6px #1b1b1b, 7px 7px #1b1b1b, 8px 8px #1b1b1b, 9px 9px #1b1b1b, 10px 10px #1b1b1b, 11px 11px #1b1b1b, 12px 12px #1b1b1b, 13px 13px #1b1b1b, 14px 14px #1b1b1b, 15px 15px #1b1b1b, 16px 16px #1b1b1b, 17px 17px #1b1b1b, 18px 18px #1c1c1c, 19px 19px #1c1c1c, 20px 20px #1c1c1c, 21px 21px #1d1d1d, 22px 22px #1d1d1d, 23px 23px #1d1d1d, 24px 24px #1e1e1e, 25px 25px #1e1e1e, 26px 26px #1e1e1e, 27px 27px #1f1f1f, 28px 28px #1f1f1f, 29px 29px #1f1f1f, 30px 30px #202020, 31px 31px #202020, 32px 32px #202020, 33px 33px #212121, 34px 34px #212121, 35px 35px #222222;
  height: 150px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  width: 150px;
  font-size: 75px;
  line-height: 150px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
p,
.p_like {
  margin: 0;
  padding: 0;
  font-size: 19px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
.gf_text {
  padding-top: 15px;
}
.cases {
  margin-top: 120px;
}
.cases-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.case-wrapper {
  width: 31.9999%;
  margin-right: 1.5%;
  margin-bottom: 1%;
  display: inline-block;
}
.case-wrapper:nth-child(3n+0) {
  margin-right: 0;
}
.case {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  color: #444;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.case img {
  width: 100%;
  z-index: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.case figcaption {
  opacity: 0;
  background-color: rgba(0,0,0,0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 2;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
}
.case figcaption h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #2585c4;
  margin-top: -20px;
}
.case figcaption h5 {
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: -20px;
}
.case figcaption small {
  color: #444;
}
.case:hover {
  box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 0 rgba(0,0,0,0.3);
}
.case:hover img {
  transform: scale(1.6) rotate(-3deg);
  -ms-transform: scale(1.6) rotate(-3deg);
  -moz-transform: scale(1.6) rotate(-3deg);
  -webkit-transform: scale(1.6) rotate(-3deg);
  -o-transform: scale(1.6) rotate(-3deg);
  margin: auto;
}
.case:hover figcaption {
  display: block;
  background-color: rgba(255,255,255,0.9);
  opacity: 1;
  cursor: pointer;
}
.studyPicture .row {
  margin-bottom: 30px;
}
.studyPicture .row img {
  box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
}
.showApplication {
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.showApplication img {
  max-width: 80%;
  text-align: center;
  display: inline-block;
}
.showApplication h3 {
  font-size: 18px;
  margin-bottom: 3px;
}
.showApplication h3,
.showApplication h5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0.2;
}
.showApplication h5.case_subheadline {
  font-size: 12px;
  color: #999999;
  margin-bottom: 3px;
}
.showApplication:hover h3,
.showApplication:hover h5 {
  opacity: 1;
}
.client {
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.displayTable {
  width: 100%;
  height: 100%;
  display: table;
}
.project-loader {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.portfolio-screen {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 9999;
  background-color: white;
  position: fixed;
  overflow: hidden;
  bottom: 0;
  left: 0;
  box-shadow: 0 -6px 30px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 -6px 30px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 -6px 30px rgba(0,0,0,0.2);
  -o-box-shadow: 0 -6px 30px rgba(0,0,0,0.2);
  padding: 30px;
}
.portfolio-screen .facts p {
  font-size: 14px;
}
.portfolio-screen .content-section {
  height: 100%;
}
.portfolio-screen .sectionArea {
  background-color: white;
  position: relative;
  color: #444;
  z-index: 1000;
  height: 100%;
}
.portfolio-screen .sectionArea h1 {
  padding: 0;
  margin: 0;
  color: white;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 10px;
}
.portfolio-screen .sectionArea h2 {
  line-height: 1.1em;
}
.portfolio-screen .sectionArea .arrow {
  display: none;
}
.portfolio-screen .sectionArea .closeSection {
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 500;
  background-color: white;
  color: #444;
  text-align: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: none;
}
.portfolio-screen .sectionArea .closeSection i {
  font-size: 70px;
}
.permalink {
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.permalink a:before {
  content: 'Permanentlink: ';
}
.permalink a {
  color: #999999;
  font-size: 11px;
}
body[class*="page-projekte-detail-"] {
  overflow-x: hidden;
}
.project-single-detail .portfolio-screen {
  background-color: #FFFFFF;
  height: 100%;
  overflow: display;
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.project-single-detail .portfolio-screen .sectionArea {
  padding: 30px;
}
.black-white {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.black-white:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: none;
  -webkit-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.screens {
  position: relative;
  width: 100%;
}
.screens .screen {
  height: auto;
  margin: 0 auto;
  width: 620px;
  z-index: 100;
  position: relative;
}
.screens .screen-mini {
  position: absolute;
  top: 120px;
  width: 350px;
  z-index: 1;
  margin: 0;
}
.screens .screen-mini.screen-left {
  left: 0;
}
.screens .screen-mini.screen-right {
  right: 0;
}
.mightyslider_carouselCoverFlow_skin .mSLoader {
  width: 64px;
  height: 64px;
  background: #fff url('/assets/images/loader.gif') no-repeat center;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.1176);
}
#fullPage-nav ul li {
  height: 25px;
}
#fullPage-nav ul li a span {
  width: 20px;
  height: 20px;
  border-color: #999999;
  transition: all .3s;
  -webkit-transition: all .3s;
}
#fullPage-nav ul li a.active span {
  background-color: #469dd7;
  border-color: #469dd7;
}
#fullPage-nav ul li .fullPage-tooltip {
  color: #444;
  top: 2px;
  text-transform: uppercase;
}
body.page-kerngebiete .content h2 {
  font-size: 50px;
  line-height: 1.1;
}
body.page-kerngebiete .ms-affix {
  position: fixed;
  top: 50%;
  margin-top: -125px;
  right: 10px;
}
body.page-kerngebiete .ms-affix > ul {
  list-style-type: none;
  padding: 0;
}
body.page-kerngebiete .ms-affix > ul > li {
  text-align: right;
  margin-bottom: 5px;
}
body.page-kerngebiete .ms-affix > ul > li > a > div {
  float: right;
  line-height: 25px;
  opacity: 0;
  width: 1px;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
body.page-kerngebiete .ms-affix > ul > li > a > span {
  float: right;
  background-color: #469dd7;
  border: 5px solid #469dd7;
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  margin-left: 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
body.page-kerngebiete .ms-affix > ul > li > a:hover > div,
body.page-kerngebiete .ms-affix > ul > li > a.active > div {
  opacity: 1;
  width: 150px;
}
body.page-kerngebiete .ms-affix > ul > li > a:hover > span,
body.page-kerngebiete .ms-affix > ul > li > a.active > span {
  border-color: white;
}
.review {
  padding: 10px;
  margin-bottom: 30px;
}
.review .rating {
  font-size: 10px;
}
.review .statement {
  font-style: italic;
  min-height: 220px;
}
.review .statement p {
  font-size: 130px;
  font-family: 'Montserrat', sans-serif;
  float: left;
  line-height: 0;
  margin-left: -24px;
  padding-right: 31px;
  padding-top: 49px;
}
.review .client-name {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}
.review .company {
  font-size: 12px;
}
.review .company > a {
  border-bottom: 1px dotted;
}
.review .company > a:hover {
  text-decoration: none;
}
.address-container {
  font-size: 24px;
}
#map {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cases .case-wrapper h3 {
    font-size: 18px;
  }
  .cases .case-wrapper h5 {
    font-family: Verdana;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cases .case-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
  .cases .case-wrapper h3 {
    font-size: 18px;
  }
  .cases .case-wrapper h5 {
    font-family: Verdana;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  h1 .smallHead {
    font-size: 15px;
  }
  h2 {
    font-size: 15px;
  }
  h2 .big {
    font-size: 30px;
  }
  .shape {
    display: none;
  }
  p {
    font-size: 13px;
  }
  section .content {
    padding: 35px 20px;
  }
  .screens .screen-mini {
    display: none;
  }
  .screens .screen {
    width: auto;
  }
  section.landing .content {
    padding: 0;
  }
  section.landing h2 {
    font-size: 15px;
  }
  section.landing h1 {
    font-size: 30px;
  }
  section.landing p {
    font-size: 12px;
  }
  .ms-affix {
    display: none !important;
  }
  section.question .level-1 {
    font-size: 20px;
  }
  section.question .level-1 small {
    display: block;
  }
  section.question .level-2 {
    font-size: 20px;
    letter-spacing: 0;
  }
  section.question .level-3 {
    margin-top: -3px;
    font-size: 15px;
    letter-spacing: 0;
  }
  footer {
    text-align: center !important;
  }
  footer .text-right {
    text-align: center;
  }
  footer [class*="col-"] {
    margin-bottom: 5px;
  }
  footer [class*="col-"] a {
    text-align: center !important;
  }
  body.page-kerngebiete .content h2 {
    font-size: 24px;
  }
  body.page-kerngebiete .content h3 {
    font-size: 18px;
    color: #469dd7;
  }
  body.page-kerngebiete .content img {
    display: inline-block;
    width: 50%;
    margin-top: 30px;
  }
  body.page-kerngebiete section.question h2 {
    font-size: 20px;
  }
  body.page-kerngebiete section.question h2 small {
    display: block;
  }
  body.page-kerngebiete section.question h1 {
    font-size: 20px;
    letter-spacing: 0;
  }
  body.page-kerngebiete section.question h3 {
    font-size: 15px;
    letter-spacing: 0;
    color: #999999;
  }
  .cases .case-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9%;
  }
  .cases .case-wrapper h3 {
    font-size: 18px;
  }
  .cases .case-wrapper h5 {
    font-family: Verdana;
  }
  .portfolio-screen .sectionArea .closeSection {
    width: 40px;
    height: 40px;
  }
  .portfolio-screen .sectionArea .closeSection i {
    font-size: 34px !important;
  }
  .portfolio-screen ul {
    display: none;
  }
  .portfolio-screen ul.slide_element,
  .portfolio-screen ul.list-unstyled {
    display: block;
  }
  .portfolio-screen .facts h2 {
    font-size: 22px !important;
  }
  .portfolio-screen .facts p {
    font-size: 12px;
  }
  .portfolio-screen .details {
    display: none;
  }
  .address-container {
    font-size: 16px;
    text-align: center;
  }
}
