/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e0e0e5;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
}
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e0e0e5;
  margin: 0 auto;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e0e0e5 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #4d4d4d !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #3b3b44;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e0e0e5;
}
@media only all and (min-width: 62rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 62rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 62rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #4d4d4d;
}
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #3b3b44;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
.g-timeline.style2 .g-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 61.99rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 62rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #ffffff;
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 62rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* Fonts --------------------------------- */
@font-face {
  font-family: 'poppinslight';
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-light-webfont.eot');
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-light-webfont.eot#iefix') format('embedded-opentype'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-light-webfont.woff2') format('woff2'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight_italic';
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-lightitalic-webfont.eot');
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-lightitalic-webfont.eot#iefix') format('embedded-opentype'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-lightitalic-webfont.woff2') format('woff2'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsmedium';
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-medium-webfont.eot');
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-medium-webfont.eot#iefix') format('embedded-opentype'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-medium-webfont.woff2') format('woff2'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-semibold-webfont.eot');
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-semibold-webfont.eot#iefix') format('embedded-opentype'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-semibold-webfont.woff2') format('woff2'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-bold-webfont.eot');
  src: url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-bold-webfont.eot#iefix') format('embedded-opentype'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-bold-webfont.woff2') format('woff2'), url('https://www.gebig-ipg.de/wp-content/uploads/fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Global --------------------------------- */
#g-container-main .g-container.g-flushed {
  max-width: 1440px;
}
#g-mainbar {
  padding: 0;
}
h1 {
  font-family: 'poppinssemibold';
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #3b3b44;
}
@media (max-width: 991px) {
  h1 {
    font-size: 23px;
    letter-spacing: 1px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
h2, .entry-title {
  font-family: 'poppinslight';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #ce0000;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 575px) {
  h2, .entry-title {
    font-size: 14px;
  }
}
p {
  font-family: 'poppinslight';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: 1.2px;
  color: #3b3b44;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
  }
}
#g-aside {
  background: none;
}
strong {
  font-family: 'poppinssemibold';
  font-weight: normal;
}
hr {
  border-bottom: 1px solid #ce0000;
}
.hg-charcoal-grey {
  background-color: #3b3b44 !important;
}
.text-color-white p {
  color: #fff;
}
.g-content-array-pagination {
  margin-top: 79px;
}
.angebote-hg {
  background-color: #f4f4f4;
}
/* Menu --------------------------------- */
#g-navigation {
  height: 105px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #g-navigation {
    height: 65px;
    margin: 25px 0 15px 0;
  }
  .header-logo img {
    height: 35px;
  }
}
#g-navigation .g-container {
  width: 100%;
  max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #g-navigation .header-logo {
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
.header-logo .g-content.g-particle {
  padding-left: 0;
  margin-left: 0;
}
.header-menu .g-content.g-particle {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
}
.header-menu .g-content.g-particle .g-toplevel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#home .header-menu, .outline-objekte-detail .header-menu {
  padding-top: 12px;
}
.g-logo {
  width: 253px;
  height: 42px;
}
.g-menu-item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.g-menu-item-title {
  font-family: 'poppinslight';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #505062;
  text-transform: uppercase;
}
.g-toplevel {
  text-align: right;
}
.g-menu-item-content {
  margin-top: -12px;
}
.current_page_item .g-menu-item-content {
  margin-top: 0;
}
.current_page_item .g-menu-item-content:after {
  border-color: #ce0000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .current_page_item .g-menu-item-content:after {
    border: none;
  }
}
#g-mobilemenu-container {
  margin-top: 80px;
}
#g-mobilemenu-container .g-menu-item-container {
  text-align: left;
}
#g-mobilemenu-container .g-menu-item {
  padding: 0 10px 0 10px;
  margin: 0 !important;
}
#g-mobilemenu-container .g-menu-item-title {
  font-family: 'poppinslight';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: 1.2px;
  color: #fff;
}
#g-mobilemenu-container li.g-menu-item-type-particle {
  height: 0;
}
.current_page_item .g-menu-item-content {
  box-shadow: none !important;
}
.g-offcanvas-right .g-offcanvas-toggle {
  right: 2rem;
}
.g-offcanvas-toggle {
  width: 32px;
  height: 32px;
  margin: 17px 2px 0 0;
  background: url('https://www.gebig-ipg.de/wp-content/uploads/menu-toggle-icon.svg') no-repeat center center;
  background-size: cover;
}
.g-offcanvas-toggle i:before {
  content: " ";
}
.g-offcanvas-toggle-close {
  transform: rotate(45deg) scale(0.8);
  background: #ce0000;
  height: 50px;
  position: relative;
  width: 10px;
}
.g-offcanvas-toggle-close:after {
  background: #ce0000;
  content: "";
  height: 10px;
  left: -20px;
  position: absolute;
  top: 20px;
  width: 50px;
}
#g-offcanvas .toggle-close {
  float: right;
  padding-right: 10%;
  margin-top: -93px;
}
.header-menu li.g-menu-item-type-particle {
  display: none;
}
/* Header --------------------------------- */
#g-header {
  padding: 0 0 90px 0;
}
@media (max-width: 767px) {
  #g-header {
    padding: 0 0 30px 0;
  }
}
.header-sidebar .g-content {
  transform: rotate(-90deg);
  padding: 0;
  margin-top: 680px;
}
.kontakt-sidebar .textwidget {
  width: 550px;
  margin-top: -160px;
}
.kontakt-sidebar .textwidget p {
  float: left;
  margin-top: 10px;
  text-align: center;
  color: #a4a3a3 !important;
}
.kontakt-sidebar .textwidget p a {
  float: left;
  color: #a4a3a3 !important;
}
.kontakt-sidebar hr {
  float: left;
  width: 50px;
  margin: 20px 20px 0 20px;
  border-bottom: 1px solid #a4a3a3;
}
.headerbild-custom-field .g-content, .headerbild-custom-field .g-content p {
  padding: 0;
  margin: 0;
}
.headerbild-custom-field {
  text-align: center;
}
.headerbild-custom-field img {
  width_: 100%;
}
.home-slider .g-content.g-particle {
  padding: 0;
  margin: 0;
}
.slider-text {
  position: absolute;
  width: 50%;
  background-color: #000;
  right: 0;
  bottom: -50px;
  padding: 35px 40px 35px 40px;
}
.slider-text h1, .slider-text p {
  margin: 0;
  color: #fff;
  text-align: left;
}
.home-slider .owl-nav div {
  width: 65px;
  height: 65px;
  margin: 20% auto 10% auto;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #000 !important;
}
@media (max-width: 575px) {
  .home-slider .owl-nav div {
    width: 45px;
    height: 45px;
    margin: 18% auto 10% auto;
  }
}
.home-slider .owl-nav div i:before {
  content: " ";
}
.home-slider .owl-prev, .home-slider .owl-prev:hover {
  left: 0 !important;
  background: url('https://www.gebig-ipg.de/wp-content/uploads/prev.png') no-repeat center center;
  background-size: cover;
}
.home-slider .owl-next, .home-slider .owl-next:hover {
  right: 0 !important;
  background: url('https://www.gebig-ipg.de/wp-content/uploads/next.png') no-repeat center center;
  background-size: cover;
}
.home-slider .owl-next.disabled, .home-slider .owl-prev.disabled {
  display: none;
}
.home-intro {
  min-height: 500px;
}
@media (max-width: 767px) {
  .home-intro {
    min-height: auto;
  }
}
.home-intro .g-content.g-particle {
  float: right;
  width: 50%;
  position: relative;
  z-index: 999;
  padding: 35px 40px 25px 40px;
  margin: -190px 0 0 0;
  background-color: #3b3b44;
}
@media (min-width: 576px) and (max-width: 991px) {
  .home-intro .g-content.g-particle {
    width: 66%;
  }
}
@media (max-width: 767px) {
  .home-intro .g-content.g-particle {
    width: 92%;
    padding: 17px 25px 10px 25px;
    margin: -55px 0 0 8%;
  }
}
.home-intro .g-content.g-particle h1, .home-intro .g-content.g-particle p {
  margin: 0;
  color: #fff;
  text-align: left;
}
/* Sidebar Kontakt --------------------------------- */
#g-above {
  position: absolute;
  width: 4%;
  top: 170px;
  left: calc(4% - 6px);
  z-index: 9999;
  background: rgba(255, 255, 255, 0) !important;
}
/* Google Maps --------------------------------- */
#referenzen .gmp_map_opts, #referenzen .gmpMapDetailsContainer, #referenzen .gmp_MapPreview {
  height: 28vw !important;
}
#referenzen .gm-style button {
  white-space: normal !important;
}
@media (max-width: 992px) {
  #referenzen .gmp_map_opts, #referenzen .gmpMapDetailsContainer, #referenzen .gmp_MapPreview {
    height: 40vw !important;
  }
}
@media (max-width: 767px) {
  #referenzen .gmp_map_opts, #referenzen .gmpMapDetailsContainer, #referenzen .gmp_MapPreview {
    height: 60vw !important;
  }
}
@media (max-width: 575px) {
  #referenzen .gmp_map_opts, #referenzen .gmpMapDetailsContainer, #referenzen .gmp_MapPreview {
    height: 80vw !important;
  }
  #referenzen .gmpInfoWindowtitle {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  #referenzen .egm-marker-iw p {
    font-size: 12px !important;
  }
}
/* Google Maps --------------------------------- */
#g-footer {
  /*max-width: 1440px;*/
  padding: 85px 0px 85px 0;
  margin: 0 auto 0 auto;
}
@media (max-width: 767px) {
  #g-footer {
    padding: 25px 8% 25px 8%;
  }
}
#g-footer .g-container {
  width: 100%;
  max-width: 1440px;
}
#g-footer p {
  font-family: 'poppinslight';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #g-footer p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
#g-footer a {
  color: #ffffff;
}
#g-footer .g-container .g-content {
  padding: 0;
  margin: 0;
}
#g-footer .logo-footer img {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer-logo-mobile {
    padding-left: 0;
    margin: 40px 0 0 0;
  }
  .footer-logo-mobile img {
    height: 35px;
    margin-left: 0 !important;
  }
}
#g-footer .footer-impressum-mobile p {
  line-height: 30px;
  margin-bottom: 30px;
}
/* Sidebar --------------------------------- */
.sidebar .g-content.g-particle {
  margin: 0;
}
.sidebar .g-array-item-text {
  margin-top: 0;
}
.sidebar h4 {
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #3b3b44;
  margin-bottom: 0;
}
.sidebar p {
  font-family: 'poppinslight';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #3b3b44;
}
@media (max-width: 767px) {
  #ueber-uns .sidebar {
    margin-bottom: 20px;
  }
}
#ueber-uns .sidebar h1, #referenzen .sidebar h1 {
  font-family: 'poppinssemibold';
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #3b3b44;
  margin-bottom: 0;
  text-align: center;
}
#ueber-uns .sidebar h4, #referenzen .sidebar h4 {
  padding: 0 20px 0 20px;
  margin-top: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #ueber-uns .sidebar h4, #referenzen .sidebar h4 {
    padding: 0;
  }
}
#referenzen .sidebar h4 {
  margin-bottom: 45px;
}
#ueber-uns .sidebar p, #referenzen .sidebar p {
  margin-top: 0;
  text-align: center;
}
#ueber-uns .sidebar .g-grid {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #ueber-uns .sidebar .g-grid {
    width: 380px;
    padding: 0 8% 0 8%;
  }
  #ueber-uns .sidebar .g-wordpress-posts {
    margin: 0;
  }
}
#ueber-uns .sidebar .g-block {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  #ueber-uns .sidebar .g-block {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin-bottom: 0;
  }
  #ueber-uns .sidebar .g-block .g-array-item {
    margin-bottom: 15px;
  }
  #ueber-uns .sidebar .g-block h1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 120px;
    padding: 0 57% 15% 0;
    margin: 0;
    text-align: left;
  }
  #ueber-uns .sidebar .g-block h1 img {
    margin: 0;
  }
  #ueber-uns .sidebar .g-block h4 {
    padding-right: 10%;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #objekte .sidebar {
    padding: 0 8% 50px 8% !important;
  }
}
/* Home --------------------------------- */
#home #g-container-main {
  position: relative;
  z-index: 999;
  margin-top: -350px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  #home #g-container-main {
    padding: 0 8% 60px 8%;
    margin-top: 55px;
  }
}
.home-intro h1 {
  max-width: 525px;
  margin-bottom: 15px !important;
}
.home-intro p {
  padding-left: 25px;
  margin-bottom: 10px !important;
}
.home-intro p.aufz_dreieck:before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: relative;
  margin-left: -20px;
}
.home-intro p.aufz_text {
  margin-top: -26px !important;
}
#home .entry-content h1 {
  max-width: 529px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #home .entry-content h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 8px 0 -10px 0;
  }
}
#home .entry-title:after {
  border-left: 0px solid #ce0000;
  content: " ";
  display: block;
  height: 200px;
  position: relative;
  margin-left: -20px;
  margin-top: -208px;
}
@media (max-width: 767px) {
  #home .entry-title:after {
    display: none;
  }
}
/* Home Kästen --------------------------------- */
.home-kaesten .g-content.g-particle {
  margin: 70px 0 0 0;
}
@media (max-width: 575px) {
  .home-kaesten .g-content.g-particle {
    margin: 10px 0 0 0;
  }
  .home-kasten .g-array-item {
    margin-bottom: 0;
  }
}
.home-kaesten .g-array-item-text {
  margin: 0;
}
.home-kasten {
  margin: 0;
}
.home-kasten .g-block {
  background-color: #fbfbfb;
  margin-top: -1px;
  margin-left: -1px;
  border: solid 1px #d4d4d4;
}
@media (max-width: 767px) {
  .home-kasten .g-block {
    margin-bottom: 20px;
  }
}
.home-kasten .g-content {
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-kasten .g-content {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .home-kasten .g-content {
    padding: 25px;
  }
}
.home-kasten .g-grid {
  margin-bottom: 0;
}
.home-kasten h3 {
  float: left;
  font-family: 'poppinsbold';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  color: #ce0000;
  text-transform: uppercase;
  margin: 0 10px 0 0;
}
.home-kasten h1 {
  font-family: 'poppinssemibold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  padding-top: 30px;
  margin: 0 0 23px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-kasten h1 {
    font-size: 23px;
    padding-top: 8px;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 575px) {
  .home-kasten h1 {
    font-size: 23px;
    padding-top: 8px;
    margin: 0 0 12px 0;
  }
}
.home-kasten p {
  font-family: 'poppinslight';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  margin: 0;
}
.home-kasten .button {
  background-color: #ce0000;
  border-radius: 0;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-transform: none;
}
.home-kasten hr {
  width: 100px;
  padding: 10px 0 0 10px;
  margin-top: 0;
}
/* Leistungen --------------------------------- */
#leistungen #g-container-main {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #leistungen #g-container-main {
    padding: 0 8% 60px 8%;
  }
}
.leistungen-intro {
  background: none !important;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  #leistungen .leistungen-intro {
    padding: 0 8% 0 8% !important;
  }
}
.leistungen-feature {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .leistungen-feature {
    margin-bottom: 0;
  }
}
.leistungen-content {
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
}
.leistungen-content .g-content {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 16% 45px 16%;
}
@media (max-width: 575px) {
  .leistungen-content .g-content {
    padding: 44px 8% 40px 8%;
  }
  .leistungen-content p {
    margin: 0;
  }
}
.leistungen-content .entry-header {
  display: none;
}
.leistungen-content p {
  font-size: 14px;
}
.leistungen-texte {
  padding: 0 7.36% 0 7.36%;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .leistungen-texte {
    padding: 0;
  }
}
.leistungen-texte .g-content-array, .leistungen-kaesten .g-content-array {
  margin: 0;
}
.leistungen-texte .g-content.g-particle {
  padding-top: 0;
  margin-top: 0;
}
.leistungen-texte h1 {
  margin-top: 0;
}
@media (max-width: 575px) {
  .leistungen-texte h1 {
    margin-bottom: 0;
  }
}
.leistungen-texte p {
  margin-left: 0;
}
@media (max-width: 575px) {
  .leistungen-texte p {
    margin-bottom: 0;
  }
}
.leistungen-texte .g-array-item {
  margin-bottom: 0;
}
.leistungen-texte .g-array-item-text, .leistungen-texte .g-array-item-text p {
  margin-top: 0;
}
.leistungen-texte .g-wordpress-posts .g-grid .g-block:nth-child(1) {
  padding-bottom: 30px;
  margin-right: 2.3%;
  -webkit-flex: 0 1 39%;
  -ms-flex: 0 1 39%;
  flex: 0 1 39%;
  border-bottom: 1px solid #ce0000;
}
@media (max-width: 575px) {
  .leistungen-texte .g-wordpress-posts .g-grid .g-block:nth-child(1) {
    padding-bottom: 8px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-bottom: none;
  }
}
.leistungen-texte .g-wordpress-posts .g-grid .g-block:nth-child(2) {
  padding-bottom: 30px;
  -webkit-flex: 0 1 58%;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  border-bottom: 1px solid #ce0000;
}
@media (max-width: 575px) {
  .leistungen-texte .g-wordpress-posts .g-grid .g-block:nth-child(2) {
    padding-bottom: 18px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.leistungen-texte .g-wordpress-posts .g-grid {
  padding: 0 0 45px 0;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .leistungen-texte .g-wordpress-posts .g-grid {
    padding: 0 0 10px 0;
    margin-bottom: 20px;
  }
}
.leistungen-texte .g-wordpress-posts .g-grid:last-child .g-block {
  border-bottom: none;
}
/* Leistungen Kästen --------------------------------- */
.leistungen-kaesten .g-content.g-particle {
  margin: 24px 0 110px 0;
}
@media (max-width: 575px) {
  .leistungen-kaesten .g-content.g-particle {
    margin-bottom: 0;
  }
}
.leistungen-kaesten .g-array-item-text {
  margin: 0;
}
.leistungen-kaesten-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .leistungen-kaesten-heading {
    margin-bottom: 0;
  }
}
.leistungen-kaesten-heading h1 {
  margin: 70px 0 0 0;
}
@media (max-width: 575px) {
  .leistungen-kaesten-heading h1 {
    margin: 50px 0 0 0;
  }
}
.leistungen-kasten .g-block {
  background-color: #fbfbfb;
  border: solid 1px #d4d4d4;
}
@media (max-width: 991px) {
  .leistungen-kasten .g-block {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.leistungen-kasten .g-content {
  padding: 57px 63px 55px 63px;
}
@media (max-width: 575px) {
  .leistungen-kasten .g-content {
    padding: 15px 20px 15px 20px;
  }
}
.leistungen-kasten .g-grid {
  margin-bottom: 0;
}
.leistungen-kasten h4 {
  padding-left: 15px;
  padding-right: 40px;
  font-family: 'poppinsmedium';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: 1.2px;
  color: #3b3b44;
}
@media (max-width: 575px) {
  .leistungen-kasten h4 {
    padding: 0;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
  }
}
.leistungen-kasten p, .leistungen-kasten h4, .leistungen-kasten img {
  margin: 0;
}
.leistungen-kasten .g-array-item-image {
  -webkit-flex: 0 1 38%;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .leistungen-kasten .g-array-item-image {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0;
    margin: 0;
  }
}
.leistungen-kasten .g-array-item-text {
  -webkit-flex: 0 1 62%;
  -ms-flex: 0 1 62%;
  flex: 0 1 62%;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .leistungen-kasten .g-array-item-text {
    -webkit-flex: 0 1 75%;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    padding: 0 0 0 30px;
    margin: 0;
  }
}
.leistungen-kasten .g-array-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* Über uns --------------------------------- */
#ueber-uns #g-container-main {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #ueber-uns #g-container-main {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  #ueber-uns .ueber-uns-content {
    padding: 0 8% 0 8%;
  }
}
#ueber-uns #g-mainbar p {
  margin-top: 0;
  margin-bottom: 25px;
}
#ueber-uns .owl-nav div {
  width: 40px;
  height: 30px;
  margin-top: -55px;
  border-radius: 0 !important;
  color: #000 !important;
  border: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ueber-uns .owl-nav div {
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  #ueber-uns .owl-nav div {
    margin-top: -35px;
  }
}
#ueber-uns .owl-nav div i:before {
  content: " ";
}
#ueber-uns .owl-prev, #ueber-uns .owl-prev:hover {
  right: 0 !important;
  left: auto !important;
  background: url('https://www.gebig-ipg.de/wp-content/uploads/prev-white.png') no-repeat center center !important;
  background-size: cover !important;
  margin-right: calc(42% + 65px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ueber-uns .owl-prev, #ueber-uns .owl-prev:hover {
    margin-right: calc(34% + 65px);
  }
}
@media (max-width: 767px) {
  #ueber-uns .owl-prev, #ueber-uns .owl-prev:hover {
    margin-right: calc(52% + 65px);
  }
}
#ueber-uns .owl-next, #ueber-uns .owl-next:hover {
  right: 0 !important;
  background: url('https://www.gebig-ipg.de/wp-content/uploads/next-white.png') no-repeat center center !important;
  background-size: cover !important;
  margin-right: 42%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #ueber-uns .owl-next, #ueber-uns .owl-next:hover {
    margin-right: 34%;
  }
}
@media (max-width: 767px) {
  #ueber-uns .owl-next, #ueber-uns .owl-next:hover {
    margin-right: 52%;
  }
}
#ueber-uns .g-owlcarousel i {
  color: #fff;
}
.kasten-impressionen {
  height: 318px;
  margin-top: 35px;
  margin-left: -8.6%;
  background-color: #3b3b44;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kasten-impressionen {
    height: 200px;
    margin: 35px 50% 0 0;
  }
}
@media (max-width: 767px) {
  .kasten-impressionen {
    height: 102px;
    margin: 35px 50% 0 0;
  }
}
.impressionen-slider {
  margin-top: -230px;
  margin-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impressionen-slider {
    margin-top: -130px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .impressionen-slider {
    padding: 0 8% 0 8%;
    margin: -60px 0 0 0;
  }
}
.impressionen-sidebar .g-content {
  transform: rotate(-90deg);
  padding: 0;
}
@media (max-width: 767px) {
  .impressionen-sidebar .g-content {
    transform: none;
  }
}
.impressionen-sidebar .textwidget {
  width: 350px;
  margin-top: 60px;
  padding-top: 10px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impressionen-sidebar .textwidget {
    width: 200px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .impressionen-sidebar .textwidget {
    width: auto;
    padding: 0 8% 0 8%;
    margin-top: 10px;
  }
}
.impressionen-sidebar .textwidget p {
  font-family: 'poppinssemibold';
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4 !important;
  letter-spacing: 1px;
  text-transform: none;
  color: #3b3b44;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .impressionen-sidebar .textwidget p {
    margin-bottom: 0 !important;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .impressionen-sidebar .textwidget p {
    margin-bottom: 0 !important;
    font-size: 16px;
  }
}
.ueberschrift-timeline h3, .g-timeline-description h3 {
  font-family: 'poppinssemibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4 !important;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: none;
}
.ueberschrift-timeline h3 {
  margin-top: 50px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ueberschrift-timeline h3 {
    padding: 0 8% 0 8%;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.timeline {
  margin-bottom: 165px;
}
@media (max-width: 767px) {
  .timeline {
    padding: 10px 8% 0 calc(8% + 10px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .timeline .g-content.g-particle {
    padding-top: 40px;
    border-left: 1px solid #3b3b44;
  }
}
.g-timeline-item {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .g-timeline-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.g-timeline-description h3 {
  margin-bottom: 5px;
}
.g-timeline-description {
  font-family: 'poppinslight';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.57 !important;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: none;
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 767px) {
  .timeline .g-timeline-description {
    float: right;
    width: 70%;
    padding-top: 0px !important;
    margin: -50px 24% 15px 0 !important;
  }
}
.g-timeline-row::before, .g-timeline-row::after {
  display: none !important;
}
@media (max-width: 767px) {
  .g-timeline.style1 {
    margin: 0;
  }
}
.g-timeline.style1 .g-timeline-row {
  height: 1px;
  background-color: #3b3b44;
}
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
    float: left;
    margin-left: -10px;
  }
}
.g-timeline.style1 .g-timeline-description {
  padding-top: 15px;
}
.g-timeline.style1 .g-timeline-icon.fa.fa-circle::before {
  font-size: 11px !important;
}
.g-timeline.style1 .g-timeline-icon.fa.fa-circle::after {
  width: 1px;
  height: 20px;
  background-color: #ce0000;
}
@media (max-width: 767px) {
  .g-timeline.style1 .g-timeline-icon.fa.fa-circle::after {
    width: 20px;
    height: 1px;
    margin-top: -11px;
    margin-left: 20px;
  }
}
.jahr2010 {
  padding-right: 22%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .jahr2010 {
    padding-right: 8%;
  }
}
/* Referenzen --------------------------------- */
#referenzen #g-container-main {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #referenzen #g-container-main {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .referenzen-content {
    padding: 0 8% 0 8%;
  }
}
.referenzen-googlemap .g-content.g-particle {
  padding: 0;
  margin: 0;
}
/* Referenzen Kästen --------------------------------- */
.gmp_map_opts .textColor {
  color: #fff !important;
}
.referenzen-kaesten {
  padding-bottom: 80px;
}
.referenzen-kaesten .g-content.g-particle {
  margin: 24px 0 0 25px;
}
.referenzen-kaesten .g-array-item-image {
  width: 36%;
  height: 1px;
  margin-bottom: 0;
}
.referenzen-kaesten .g-array-item-image img {
  float: left;
}
.referenzen-kaesten .g-array-item-text {
  min-width: 197px;
  padding: 0;
  margin: 0;
}
.referenzen-kaesten .g-content-array-pagination {
  margin-left: 6%;
  margin-right: 6%;
}
.referenzen-kasten {
  padding-left: 1.5%;
  padding-right: 5%;
}
.alm-masonry {
  padding-top: 30px;
}
@media (max-width: 575px) {
  .referenzen-kasten .g-block, .alm-masonry {
    padding-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .referenzen-kasten .g-block, .alm-masonry {
    padding: 30px 8% 0 4%;
  }
}
.referenzen-kasten .g-block, .alm-masonry .grid-item {
  background-color: #fff;
  min-width: 40%;
  max-width: 40%;
  margin-left: 4%;
  margin-right: 4%;
  padding: 24px 29px 24px 29px;
}
@media (max-width: 575px) {
  .referenzen-kasten .g-block, .alm-masonry .grid-item {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .referenzen-kasten .g-block, .alm-masonry .grid-item {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .referenzen-kasten .g-block, .alm-masonry .grid-item {
    min-width: 500px;
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1439px) {
  .referenzen-kasten .g-block {
    max-width: 100%;
  }
}
.referenzen-kasten .g-content {
  padding: 0;
}
.referenzen-kasten .g-grid {
  margin-bottom: 30px;
}
.referenzen-kaesten-heading .g-content.g-particle {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.referenzen-kaesten-heading h1 {
  margin: 30px 0 0 0;
}
.referenzen-kasten h2, .egm-marker-iw h2, .alm-masonry h2 {
  font-family: 'poppinssemibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: none;
  margin: 0 0 0 0;
}
.referenzen-kasten h3, .egm-marker-iw h3, .alm-listing h3 {
  font-family: 'poppinslight';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: uppercase;
  margin: 0 0 19px 0 !important;
}
.referenzen-kasten p, .egm-marker-iw p, .alm-masonry p {
  font-family: 'poppinslight';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 1.2px;
  color: #3b3b44;
  margin: 0;
}
.referenzen-kasten .g-array-item-read-more {
  margin-top: -33px;
}
.referenzen-kasten .g-array-item-read-more .button {
  float: right;
  background-color: #fff;
  border-radius: 0;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #ce0000;
  text-transform: none;
}
.referenzen-kasten .button {
  float: right;
  background-color: #ce0000;
  border-radius: 0;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
}
.referenzen-kasten-content .g-block {
  padding: 0;
  margin: 0;
}
.referenzen-kasten-content img {
  position: relative !important;
  left: initial !important !;
  margin: 0 0 0 -39px;
}
.referenzen-kasten-content .g-block.kasten-left {
  min-width: 54%;
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .referenzen-kasten-content .g-block.kasten-left {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
  }
}
.referenzen-kasten-content .g-block.kasten-right {
  min-width: 46%;
}
@media (max-width: 767px) {
  .referenzen-kasten-content .g-block.kasten-right {
    padding-top: 20px;
  }
}
.referenzen-kasten-content .g-block.kasten-right p {
  margin-left: 75px;
}
@media (max-width: 767px) {
  .referenzen-kasten-content .g-block.kasten-right p {
    margin-left: 39px;
  }
}
.referenzen-ajax {
  padding-bottom: 100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .referenzen-ajax {
    padding: 0 8% 0 8%;
    margin-top: 25px;
  }
}
.alm-filters-container {
  padding-left: 8% !important;
  margin-top: -15px !important;
}
@media (max-width: 767px) {
  .alm-filters-container {
    padding-left: 0 !important;
    margin-top: -15px !important;
  }
}
.alm-filter {
  float: left !important;
  min-width: 300px;
  margin-right: 1px;
}
.alm-filter--title {
  width: 200px;
  height: 54px;
  padding-left: 29px;
  padding-right: 35px;
  margin-bottom: 15px;
  background_: #3b3b44;
  color: #fff;
}
.alm-filter--title h3 {
  line-height: 74px !important;
  color: #3b3b44;
  font-size: 1.2rem;
}
.alm-filter ul {
  padding-left: 29px !important;
}
#referenzen .alm-load-more-btn {
  background-color: #ce0000 !important;
  border-radius: 0 !important;
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
}
.alm-listing img {
  position: relative;
  left: initial;
}
#referenzen .ajax-load-more-wrap {
  padding-left: 4%;
  margin-top: 50px;
}
@media (max-width: 575px) {
  #referenzen .ajax-load-more-wrap {
    padding-left: 0;
    margin-top: 0;
  }
}
.ajax-load-more-wrap div.alm-listing li.grid-item {
  background-color: #fff;
  width: 47%;
  margin: 0 1.5% 3%;
  float: left;
  display: inline;
}
@media screen and (max-width: 991px) {
  .ajax-load-more-wrap div.alm-listing li.grid-item {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 0 20px;
  }
}
.referenzen-ajax .alm-filter--select {
  height: 54px;
}
/* remove standard-styles */
.referenzen-ajax select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
/* styling */
.referenzen-ajax select {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 40px 0 29px;
  box-shadow: none;
  background-color: #3b3b44;
  background-image: url('https://www.gebig-ipg.de/wp-content/uploads/triangle.png');
  background-position: right;
  background-repeat: no-repeat;
  font-family: 'poppinsmedium';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 1.2px;
  color: #fff;
  text-transform: none;
}
@media (max-width: 767px) {
  .referenzen-ajax select {
    font-size: 15px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .referenzen-ajax .alm-filter--item {
    width: calc(320px * 0.84) !important;
    margin-left: calc(((100vw - 320px) * 0.84) / 2) !important;
    margin-right: calc(((100vw - 320px) * 0.84) / 2) !important;
  }
}
.referenzen-ajax .alm-filter--item:after {
  border-color: #ce0000 transparent transparent transparent;
  border-style: solid;
  border-width: 13px;
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.referenzen-ajax select:focus {
  outline: none;
}
/* hide browser-styling (arrow) in IE10 */
.referenzen-ajax select::-ms-expand {
  display: none;
}
.referenzen-ajax .lt-ie10 select {
  background-image: none;
}
#referenzen .alm-btn-wrap {
  margin-top: 55px;
  margin-left: -4%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #referenzen .alm-btn-wrap {
    width: 500px;
    padding-left: 16%;
  }
}
@media (max-width: 767px) {
  #referenzen .alm-btn-wrap {
    margin: 0 0 15px 0;
  }
}
/* Objekte --------------------------------- */
#objekte #g-container-main {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #objekte #g-container-main {
    padding: 0;
  }
}
.alm-reveal {
  width: 100%;
}
.alm-reveal li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0 2% 0 0 !important;
  margin: 0 0 28px 0 !important;
  background-color: #fff !important;
}
@media (max-width: 767px) {
  .alm-reveal li {
    display: list-item;
    padding: 0 0 20px 0 !important;
    margin: 0 0 41px 0 !important;
  }
}
.alm-reveal li img {
  width: 100%;
  height: 187px;
}
@media (max-width: 767px) {
  .alm-reveal li img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .alm-reveal li .g-array-item-text p {
    margin-bottom: 55px;
  }
}
.alm-reveal li .g-array-item-text img {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  width: 32px;
  height: 7px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .alm-reveal li .g-array-item-text img {
    float: right;
  }
}
.objekte-kaesten {
  padding-bottom: 80px;
}
.objekte-kaesten .g-content.g-particle {
  margin: 24px 0 0 25px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .size-60.objekte-ajax {
    -webkit-flex: 0 92%;
    -ms-flex: 0 92%;
    flex: 0 92%;
    width: 92%;
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .objekte-ajax {
    padding: 0 8% 0 8%;
  }
}
.objekte-kaesten .g-array-item-image, .objekte-ajax .g-array-item-image {
  -webkit-flex: 1 1 36%;
  -ms-flex: 1 1 36%;
  flex: 1 1 36%;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .objekte-kaesten .g-array-item-image, .objekte-ajax .g-array-item-image {
    float: left;
    width: 100%;
    margin-bottom: 25px;
  }
}
.objekte-kaesten .g-array-item-image img, .objekte-ajax .g-array-item-image img {
  float: left;
}
.objekte-kaesten .g-array-item-text, .objekte-ajax .g-array-item-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 64%;
  -ms-flex: 1 1 64%;
  flex: 1 1 64%;
  min-height: 122px;
  padding-left: 4%;
  padding-right: 2%;
  margin: 30px 0 30px 0;
}
@media (max-width: 767px) {
  .objekte-kaesten .g-array-item-text, .objekte-ajax .g-array-item-text {
    display: block;
    padding-left: 8%;
    padding-right: 8%;
    margin: 0;
  }
}
.objekte-kasten .g-block {
  background-color: #fff;
}
.objekte-kasten .g-content {
  padding: 0;
}
.objekte-kasten .g-grid {
  margin-bottom: 28px;
}
.objekt-detail-content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .objekt-detail-content {
    padding: 0 8% 0 8%;
  }
}
.objekte-kaesten-heading .g-content.g-particle {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.objekte-kaesten-heading h1 {
  margin: 55px 0 15px 0;
}
@media (max-width: 767px) {
  .objekte-kaesten-heading h1 {
    padding: 0 8% 0 8%;
    margin: 28px 0 0 0;
    text-align: center;
  }
}
.objekte-kasten h2, .alm-reveal h2 {
  font-family: 'poppinssemibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: none;
  margin: 0 0 0 0;
}
@media (max-width: 575px) {
  .objekte-kasten h2, .alm-reveal h2 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}
.objekte-kasten h3, .alm-reveal h3 {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 10px;
  font-family: 'poppinslight';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: uppercase;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .objekte-kasten h3, .alm-reveal h3 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .objekte-kasten h3, .alm-reveal h3 {
    margin: 0 0 30px 0 !important;
  }
}
.objekte-kasten p, .alm-reveal p {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-family: 'poppinslight';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: 1.2px;
  color: #3b3b44;
  padding-right: 45px;
  margin: 0;
}
.objekte-kasten .g-array-item-read-more {
  margin-top: -33px;
}
.objekte-kasten .g-array-item-read-more .button {
  float: right;
  background-color: #fff;
  border-radius: 0;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #ce0000;
  text-transform: none;
}
.objekte-kasten .button {
  float: right;
  background-color: #ce0000;
  border-radius: 0;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
}
#objekte .alm-load-more-btn {
  background-color: #ce0000 !important;
  border-radius: 0 !important;
}
#objekte .alm-btn-wrap, #objekte .alm-load-more-btn {
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
}
#objekte .alm-btn-wrap {
  margin: 30px 0 100px 0;
}
@media (max-width: 575px) {
  #objekte .alm-btn-wrap {
    padding-top: 0;
    margin: 0 0 15px 0;
  }
}
.outline-objekte .sidebar {
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .outline-objekte .sidebar {
    padding-left: 0;
  }
}
.outline-objekte .sidebar .g-content-array.g-wordpress-posts {
  margin: 0;
}
@media (min-width: 767px) {
  .dummy_image {
    display: none;
  }
}
/* Objekte Detail --------------------------------- */
.objekt-detail-header .g-content {
  padding: 0;
  margin: 0;
}
.objekt-detail-header .entry-content img {
  width: 100%;
}
.objekt-detail-header p, .objekt-detail-header h1, .objekt-detail-header h2, .objekt-detail-header h3, .objekt-detail-header h4, .objekt-detail-header h5, .objekt-detail-header hr, .objekt-detail-content .entry-content .post-thumbnail {
  display: none !important;
}
.outline-objekte-detail .sidebar {
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .outline-objekte-detail .sidebar {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .outline-objekte-detail .sidebar {
    padding: 8%;
  }
}
.outline-objekte-detail .sidebar .g-content-array.g-wordpress-posts {
  margin: 0;
}
.outline-objekte-detail .objekt-detail-content h3 {
  font-family: 'poppinssemibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #3b3b44;
  text-transform: none;
  margin: 62px 0 0 0;
}
@media (max-width: 575px) {
  .outline-objekte-detail .objekt-detail-content h3 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin: 30px 0 0 0;
  }
}
.outline-objekte-detail .objekt-detail-content h5 {
  font-family: 'poppinslight_italic';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 1px;
  color: #3b3b44;
  text-transform: none;
  margin: -24px 0 24px 0;
}
.outline-objekte-detail .objekt-detail-content p {
  padding-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .outline-objekte-detail .objekt-detail-content p {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .outline-objekte-detail .objekt-detail-content p {
    padding-right: 0;
  }
}
.outline-objekte-detail .objekt-detail-content img {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 575px) {
  .entry-content-image {
    margin-left: -8vw;
    margin-right: -8vw;
  }
}
.expose, .expose a {
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
  background: #3b3b44;
  padding: 12px 30px 10px 30px;
  margin: 39px 0 91px 0;
}
.expose a {
  padding-left: 0;
}
@media (max-width: 575px) {
  .expose, .expose a {
    margin-bottom: 40px;
  }
  .expose a {
    padding-left: 0;
  }
}
.expose img {
  transform: rotate(90deg);
  margin: 0 !important;
  padding: 0 !important;
  width: 40px !important;
  height: 30px !important;
  margin-left: -25px !important;
  margin-right: 10px !important;
}
.outline-objekte-detail hr {
  margin-bottom: 91px;
}
@media (max-width: 575px) {
  .outline-objekte-detail hr {
    margin-bottom: 35px;
  }
}
.outline-objekte-detail .button {
  background-color: #ce0000;
  border-radius: 0;
  padding: 12px 30px 10px 30px;
  margin: 54px 0 0 0;
  font-family: 'poppinsmedium';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: none;
}
@media (max-width: 575px) {
  .outline-objekte-detail .button {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 575px) {
  .outline-objekte-detail .button {
    margin: 30px 0 0 0;
  }
}
/* Kontakt --------------------------------- */
#kontakt #g-container-main {
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #kontakt #g-container-main {
    padding: 0 0 0 0;
  }
}
#kontakt .header-sidebar {
  height: 1px;
}
.kontakt-google-map .g-content.g-particle {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .kontakt-google-map .g-content.g-particle {
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #kontakt .gmp_map_opts, #kontakt .gmpMapDetailsContainer, #kontakt .gmp_MapPreview {
    height: 66vw !important;
  }
}
.kontakt-gesamt .g-content {
  padding-top: 140px;
  margin: 0;
}
@media (max-width: 767px) {
  .kontakt-gesamt .g-content {
    padding: 0 8% 40px 8%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .kontakt-gesamt .g-content {
    width: 90%;
  }
}
.kontakt-gesamt h2, .kontakt-gesamt p {
  margin-left: calc((((((100vw - 1440px) / 2))) - 8vw) + (1440px * 0.08) + (1440px * 0.92 * 0.08));
}
@media (min-width: 768px) and (max-width: 1439px) {
  .kontakt-gesamt h2, .kontakt-gesamt p {
    margin-left: calc(92vw * 0.08);
  }
}
@media (max-width: 767px) {
  .kontakt-gesamt h2, .kontakt-gesamt p {
    margin-left: 0;
  }
}
.kontakt-gesamt h2 {
  font-family: 'poppinssemibold';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.4 !important;
  letter-spacing: 1.2px;
  color: #3b3b44 !important;
  text-transform: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .kontakt-gesamt h2 {
    font-size: 15px !important;
  }
  .kontakt-gesamt p {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .kontakt-gesamt h2 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.5px !important;
  }
}
.kontakt-gesamt p {
  font-family: 'poppinslight';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: 1.2px;
  color: #3b3b44;
}
@media (max-width: 767px) {
  .kontakt-gesamt p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
  }
}
.kontakt-gesamt a {
  color: #3b3b44 !important;
}
.kontakt-gesamt a:hover {
  color: #ce0000 !important;
}
.kontakt-heading h1 {
  margin: 55px 0 5px 0;
}
@media (max-width: 767px) {
  .kontakt-heading {
    padding: 0 8% 0 8%;
  }
  .kontakt-heading h1 {
    margin: 30px 0 0 0;
  }
}
.kontakt-kasten {
  padding-top: 10px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .kontakt-kasten {
    padding: 0 8% 0 8%;
  }
}
.kontakt-kasten .g-content.g-particle {
  margin: 0 -1.5% 0 -1.5%;
}
@media (max-width: 767px) {
  .kontakt-kasten .g-content.g-particle {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .email-container {
    margin-top: 20px;
  }
  .e-mail-two-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .e-mail-two-row p {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 1.5% 13px 1.5% !important;
  }
}
/*
.kontakt-kasten input[type=text],
.kontakt-kasten .wpcf7-email,
.kontakt-kasten .wpcf7-tel {
  float: left;
  width: 47% !important;
  margin: 0 1.5% 25px 1.5% !important;  
}
*/
@media (max-width: 767px) {
  .kontakt-kasten input[type=text], .kontakt-kasten .wpcf7-email, .kontakt-kasten .wpcf7-tel {
    float: initial;
    width: 100% !important;
    margin: 0 !important;
  }
}
.kontakt-kasten input[type=text], .kontakt-kasten .wpcf7-email, .kontakt-kasten .wpcf7-tel, .kontakt-kasten textarea, .kontakt-kasten p {
  border: none;
  border-radius: 0;
  font-family: 'poppinslight';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 1.2px;
  color: #3b3b44;
  margin-bottom: 10px;
}
.kontakt-kasten input[type=text], .kontakt-kasten .wpcf7-email, .kontakt-kasten .wpcf7-tel {
  height: 44px;
}
@media (max-width: 767px) {
  .kontakt-kasten input[type=text], .kontakt-kasten .wpcf7-email, .kontakt-kasten .wpcf7-tel {
    height: 62px;
  }
}
.formular-nachricht {
  margin-top: 0;
}
.kontakt-kasten textarea {
  width: 100%;
  height: 300px;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .kontakt-kasten textarea {
    width: 100%;
    margin: 8px 0 0 0;
  }
}
.formular-hinweis {
  margin: 0 1.5% 0 1.5%;
  font-size: 12px !important;
  line-height: 1.67 !important;
  letter-spacing: 0.5px !important;
}
@media (max-width: 767px) {
  .formular-hinweis {
    margin: 10px 0 10px 0;
  }
}
.wpcf7-list-item {
  margin-left: 0 !important;
}
.datenschutz-checkbox {
  margin: 30px 0 10px 1.5%;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .datenschutz-checkbox {
    margin: 15px 0 10px 1.5%;
  }
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    margin-top: 10px;
  }
}
.datenschutz-checkbox .wpcf7-not-valid-tip {
  margin-top: 0;
  margin-bottom: 30px;
}
.datenschutz {
  font-family: 'poppinslight';
  font-size: 13px !important;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.38 !important;
  letter-spacing: 1.2px !important;
  color: #3b3b44;
  margin: -30px 1.5% 35px calc(1.5% + 31px) !important;
}
@media (max-width: 767px) {
  .datenschutz {
    font-size: 12px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.6px !important;
    margin: -30px 0 0 22px !important;
  }
}
/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
input[type='checkbox']:checked, .datenschutz-checkbox input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
input[type='checkbox'] + span.wpcf7-list-item-label {
  cursor: pointer;
}
input[type='checkbox']:checked + span.wpcf7-list-item-label::before, input[type='checkbox']:not(:checked) + span.wpcf7-list-item-label::before {
  content: ' ';
  display: inline-block;
  width: 21px;
  height: 21px;
  position: relative;
  top: 6px;
  margin-left: -35px;
  border: 1px solid #cfcfcf;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input[type='checkbox']:hover + span.wpcf7-list-item-label::before {
  background: #ddd;
  box-shadow: inset 0 0 0 2px white;
}
input[type='checkbox']:checked + span.wpcf7-list-item-label::before {
  background: #6f6f6f;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-list-item-label {
  font-family: 'poppinslight';
  font-size: 13px !important;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.38 !important;
  letter-spacing: 1.2px !important;
  color: #3b3b44;
}
input.wpcf7-submit {
  background-color: #ce0000;
  border-radius: 0 !important;
  width: 245px !important;
  height: 44px;
  padding: 12px 17px 10px 17px;
  font-family: 'poppinsmedium' !important;
  font-size: 14px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57 !important;
  letter-spacing: 0.8px !important;
  color: #ffffff !important;
  text-transform: none;
  margin-top: 20px;
}
.kontakt-kasten .ajax-loader {
  width: 0 !important;
}
@media (min-width: 768px) {
  .kontakt-submit, .kontakt-submit input {
    margin: 15px 0 0 0 !important;
  }
}
@media (max-width: 767px) {
  .kontakt-submit {
    margin-bottom: 45px !important;
    text-align: center;
  }
}
/* 
.kontakt-kasten .formular-name .wpcf7-not-valid-tip,
.kontakt-kasten .formular-telefon .wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 44px;
}
*/
.wpcf7-response-output {
  width: 98%;
  margin: 20px 0 20px 0 !important;
  border: 2px solid #ce0000 !important;
}
/* Impressum Datenschutz --------------------------------- */
#impressum-datenschutz #g-container-main {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #impressum-datenschutz #g-container-main {
    padding: 0 8% 60px 8%;
  }
}
/*# sourceMappingURL=custom_kontakt.css.map */