@charset "UTF-8";
:root {
  --red: #c8233a;
  --dark-red: #791528;
  --grey: #a09597;
  --dark-grey: #62585b;
}

/*---------------------------------------------------*/
/* FLAGS
/*---------------------------------------------------*/
.flag-icon,
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

.flag-icon:before {
  content: " ";
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-gb,
.flag-icon-gb.flag-icon-squared {
  background-image: url("https://cdn.immobiliengutachter.ruhr/cdn/gb.svg");
}

.flag-icon-de,
.flag-icon-de.flag-icon-squared {
  background-image: url("https://cdn.immobiliengutachter.ruhr/cdn/de.svg");
}

/*---------------------------------------------------*/
/* ICON
/*---------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/icomoon.eot?bgoitb");
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/icomoon.eot?bgoitb#iefix") format("embedded-opentype"), url("https://cdn.immobiliengutachter.ruhr/cdn/icomoon.ttf?bgoitb") format("truetype"), url("https://cdn.immobiliengutachter.ruhr/cdn/icomoon.woff?bgoitb") format("woff"), url("https://cdn.immobiliengutachter.ruhr/cdn/icomoon.svg?bgoitb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fp:before {
  content: "\e900";
}

.icon-xing:before {
  content: "\e901";
  color: #006567;
}

.icon-linkedin:before {
  content: "\e902";
  color: #0077b5;
}

.icon-envelope:before {
  content: "\e903";
}

.icon-quote-right:before {
  content: "\e904";
}

.icon-quote-left:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e942";
}

/*---------------------------------------------------*/
/* BASE STYLES
/*---------------------------------------------------*/
table {
  width: 100%;
  margin: 20px auto;
  table-layout: auto;
}

thead {
  background-color: #dfdfdf;
}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  border: solid 1px;
  text-align: center;
}

@font-face {
  font-family: "texgyreadventor-regular";
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-regular.eot") format("embedded-opentype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-regular.woff") format("woff"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-regular.ttf") format("truetype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "texgyreadventor-italic";
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-italic.eot") format("embedded-opentype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-italic.woff") format("woff"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-italic.ttf") format("truetype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-italic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "texgyreadventor-bolditalic";
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bolditalic.eot") format("embedded-opentype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bolditalic.woff") format("woff"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bolditalic.ttf") format("truetype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bolditalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "texgyreadventor-bold";
  src: url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bold.eot") format("embedded-opentype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bold.woff") format("woff"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bold.ttf") format("truetype"), url("https://cdn.immobiliengutachter.ruhr/cdn/texgyreadventor-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.tex-regular {
  font-family: texgyreadventor-regular;
}

.tex-bold {
  font-family: texgyreadventor-bold;
}

.tex-bolditalic {
  font-family: texgyreadventor-bolditalic;
}

.tex-italic {
  font-family: texgyreadventor-italic;
}

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "texgyreadventor-regular", sans-serif;
  margin: 0px;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.5px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #fff;
  color: var(--dark-grey);
}

@keyframes fade {
  0% {
    right: -50px;
  }
  100% {
    right: 0;
  }
}
.fixed-elements {
  display: none;
  opacity: 0;
  z-index: 5;
  position: fixed;
  flex-direction: column;
  right: 0;
  top: 50%;
}
@media (min-width: 1040px) {
  .fixed-elements {
    display: flex;
  }
}
.fixed-elements.show {
  opacity: 1;
  animation: fade 1s;
  animation-timing-function: ease;
}
.fixed-elements .phone .icon {
  border-radius: 8px 0 0 0;
}
.fixed-elements .mail .icon {
  border-radius: 0 0 0 8px;
}
.fixed-elements .phone a,
.fixed-elements .mail a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  transition: margin-right 0.7s;
  text-decoration: none;
}
.fixed-elements .phone a .icon,
.fixed-elements .mail a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 5px 0 0 0;
  background-color: var(--red);
  color: white;
}
.fixed-elements .phone a .content,
.fixed-elements .mail a .content {
  padding: 10px;
  margin: 5px 0 0 0;
  color: white;
  background-color: var(--grey);
}
.fixed-elements .phone a:hover,
.fixed-elements .mail a:hover {
  margin-right: 0 !important;
}

svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}

img.svg {
  width: 15px;
  height: 15px;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #6f6f6f;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #6f6f6f;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #6f6f6f;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6f6f6f;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #6f6f6f;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #6f6f6f;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  clear: both;
}
@media screen and (max-width: 1300px) {
  .container {
    padding: 0 40px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "texgyreadventor-bold", sans-serif;
  color: #000;
  margin: 0;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.lngSwitchBtn {
  border: none;
  background-color: transparent;
}
.lngSwitchBtn:hover {
  cursor: pointer;
}

.all_wrap {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
}

.all_wrap,
.all_wrap * {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.section {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.loader_line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  -o-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards;
}

.loader_line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #999999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  -o-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

@keyframes lineheight {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}
/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0;
}

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important;
}

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards;
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}
/*---------------------------------------------------*/
/*	MOBILE MENU
/*---------------------------------------------------*/
.mobile_navigation {
  width: 100%;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 10;
}
.mobile_navigation .topbar_inner {
  width: 100%;
  height: 100px;
  float: left;
  clear: both;
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mobile_navigation .topbar_in {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_navigation .topbar_in .my_trigger .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner::before {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger .hamburger-inner::after {
  background-color: #000;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner::before {
  content: "";
  display: block;
  top: -8px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger-inner::after {
  content: "";
  display: block;
  bottom: -10px;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.mobile_navigation .topbar_in .my_trigger .hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_navigation .dropdown {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
}
.mobile_navigation .dropdown .dropdown_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0px;
}
.mobile_navigation .dropdown .dropdown_inner ul {
  margin: 0px;
  list-style-type: none;
}
.mobile_navigation .dropdown .dropdown_inner ul li {
  margin: 0px;
  float: left;
  width: 100%;
}
.mobile_navigation .dropdown .dropdown_inner ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 4px 0px;
  font-weight: 500;
}
.mobile_navigation .logo img {
  max-width: 200px;
}

.hamburger-inner::before {
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #333333;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*---------------------------------------------------*/
/*	TOPBAR
/*---------------------------------------------------*/
.navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  transition: all 0.3s ease;
  transform: translateY(-100%);
}
.navigation.loaded {
  transform: translateY(0);
}
.navigation .topbar_inner {
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .topbar_inner.opened {
  background-color: #fff;
  padding: 10px 50px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navigation .topbar_inner .logo a {
  display: inline-block;
}
.navigation .topbar_inner .logo img {
  max-width: 250px;
}
.navigation .topbar_inner .menu ul {
  margin: 0px;
  list-style-type: none;
}
.navigation .topbar_inner .menu ul li {
  margin: 0px 25px 0px 0px;
  display: inline-block;
}
.navigation .topbar_inner .menu ul li:last-child {
  margin-right: 0px;
}
.navigation .topbar_inner .menu ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .topbar_inner .menu ul li a:hover {
  color: #000;
}
.navigation .topbar_inner .menu ul li.current a {
  color: #000;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(8px);
  }
}
.hero {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  height: 500px;
}
.hero #hiddenTyping {
  display: none;
}
@media (min-width: 400px) {
  .hero {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1040px) {
  .hero {
    height: 100vh;
  }
}
.hero .background {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
}
.hero .image {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  transition: filter 1s ease-in-out;
}
.hero[data-style=one] .background {
  clip-path: polygon(0% 100%, 21% 0%, 100% 0%, 100% 100%);
}
.hero[data-style=two] .background {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}
.hero[data-style=three] .background {
  clip-path: ellipse(70% 80% at 70% 50%);
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero .content {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.hero .content h1 {
  color: var(--dark-grey);
  display: flex;
  flex-direction: column;
  font-size: 20px;
}
@media (min-width: 400px) {
  .hero .content h1 {
    font-size: 25px;
  }
}
@media (min-width: 700px) {
  .hero .content h1 {
    font-size: 40px;
  }
}
.hero .content h1 #typing {
  color: var(--red);
}
.hero .content .subtitle {
  opacity: 0;
  margin-top: 35px;
  font-size: 23px;
}
.hero .content .subtitle.fade {
  opacity: 1;
  animation: fadeIn 2s;
  animation-timing-function: ease;
  transform: translateY(8px);
}
.hero .scrolldown {
  display: none;
  position: absolute;
  height: 65px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .scrolldown.show {
  display: block;
}
.hero .scrolldown span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid var(--red);
  border-right: 2px solid var(--red);
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.hero .scrolldown span:nth-child(2) {
  animation-delay: -0.2s;
}
.hero .scrolldown span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}

/*---------------------------------------------------*/
/*	Zertifikate
/*---------------------------------------------------*/
.zertifikate {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0;
}
.zertifikate .container {
  margin-top: 40px;
  position: relative;
}
.zertifikate .tag {
  top: -65px;
  border-radius: 0 0 15px 15px;
  font-size: 21px;
  position: absolute;
  background-color: #f9f9f9;
  font-family: "texgyreadventor-bold", sans-serif;
  padding: 10px 20px;
}
.zertifikate .left,
.zertifikate .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.zertifikate .left {
  padding-right: 50px;
}
.zertifikate .right {
  padding-left: 50px;
}
.zertifikate .right .image {
  margin-top: 30px;
}
.zertifikate .zertifikate_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: flex-start;
}

/*---------------------------------------------------*/
/*	05) Leistungen
/*---------------------------------------------------*/
.leistungen {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0px;
  background-color: #f9f9f9;
}
.leistungen .container {
  margin-top: 40px;
  position: relative;
}
.leistungen .tag {
  top: -65px;
  border-radius: 0 0 15px 15px;
  font-size: 21px;
  position: absolute;
  background-color: white;
  font-family: "texgyreadventor-bold", sans-serif;
  padding: 10px 20px;
}
.leistungen .leistungen_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: flex-start;
}
.leistungen .left {
  width: 50%;
  padding-right: 50px;
}
.leistungen .right {
  width: 50%;
  padding-left: 50px;
}
.leistungen .list-wrapper {
  padding: 10px;
}
.leistungen .list-wrapper h2 {
  display: inline-block;
  font-size: 21px;
  padding: 5px 10px;
  background-color: var(--red);
  border-radius: 15px;
}
.leistungen .list-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.leistungen .list-wrapper ul li {
  position: relative;
  padding: 5px 10px 5px 20px;
  margin: 20px 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px 2px #b0b0b0;
  box-shadow: 0px 0px 7px 2px #b0b0b0;
}
.leistungen .list-wrapper ul li.active {
  font-family: "texgyreadventor-bold", sans-serif;
  border-left: 5px solid var(--red);
}
.leistungen .list-wrapper ul li.active::before {
  position: absolute;
  left: -12px;
  top: -5px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: var(--red);
}
.leistungen .list-wrapper ul li.active::after {
  content: "";
  position: absolute;
  left: -14px;
  top: -7px;
  border: 3px solid var(--red);
  -webkit-border-radius: 30px;
  height: 20px;
  width: 20px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/*---------------------------------------------------*/
/*	LINKS
/*---------------------------------------------------*/
.links {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 25px 0;
  background-color: #f9f9f9;
}
.links .container {
  margin-top: 40px;
  position: relative;
}
.links .tag {
  top: -65px;
  border-radius: 0 0 15px 15px;
  font-size: 21px;
  position: absolute;
  background-color: white;
  font-family: "texgyreadventor-bold", sans-serif;
  padding: 10px 20px;
}
.links .links_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 20px 0px;
}
.links .links_inner .glide {
  color: black;
}
.links .links_inner ul {
  margin: 0px;
  list-style-type: none;
}
.links .links_inner ul li {
  overflow: hidden;
  filter: grayscale(100%);
  transition: filter 1s ease-in-out;
  margin: 0px;
  opacity: 0.5;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.links .links_inner ul li.glide__slide--active {
  filter: grayscale(0%);
  opacity: 1;
  transition: filter 1s ease-in-out;
}
.links .links_inner ul li.glide__slide--active div {
  bottom: 8px;
  transform: translateY(0%);
}
.links .links_inner ul li:hover {
  filter: grayscale(0%);
  transition: filter 1s ease-in-out;
  opacity: 1;
}
.links .links_inner ul li:hover div {
  bottom: 8px;
  transform: translateY(0%);
}
.links .links_inner ul li img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}
.links .links_inner ul li a {
  text-decoration: none;
  color: white;
}
.links .links_inner ul li div {
  padding: 5px;
  position: absolute;
  bottom: -300px;
  transform: translateY(-100%);
  transition: all 1s;
  background-color: rgba(160, 149, 151, 0.9);
  -webkit-box-shadow: 0px 0px 4px 2px #b0b0b0;
  box-shadow: 0px 0px 4px 2px #b0b0b0;
}

/*---------------------------------------------------*/
/*	CONTACT
/*---------------------------------------------------*/
.contact {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 220px 0px 170px 0px;
  position: relative;
}
.contact mark {
  background-color: transparent;
}
.contact mark a {
  color: white;
  text-decoration: none;
}
.contact mark.active {
  -webkit-animation: 1.5s highlight 1.5s 1 normal forwards;
  animation: 1.5s highlight 1.5s 1 normal forwards;
  background-color: none;
  background: linear-gradient(90deg, var(--red) 50%, rgba(255, 255, 255, 0) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
@-webkit-keyframes highlight {
  to {
    background-position: 0 0;
  }
}
@keyframes highlight {
  to {
    background-position: 0 0;
  }
}
.contact .contact_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.contact .text {
  margin-bottom: 35px;
  padding: 10px;
  text-align: center;
}
.contact .text h3 {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
  line-height: 1.8;
}
@media (min-width: 880px) {
  .contact .text h3 {
    font-size: 35px;
  }
}
@media (min-width: 1040px) {
  .contact .text h3 {
    font-size: 45px;
  }
}
.contact .button button {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 20rem;
  display: inline-block;
  padding: 13px 48px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .button button:hover {
  color: #fff;
  background-color: transparent;
}
.contact .background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url("https://cdn.immobiliengutachter.ruhr/cdn/haus.jpg");
  background-size: cover;
}
.contact .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.contact .shape {
  position: absolute;
  width: 100%;
  left: 0px;
  top: -13px;
  z-index: 2;
  transform: rotate(180deg);
}
.contact .shape .svg {
  width: 100%;
  height: 100%;
  transform: scaleY(-1);
}

/*  FOOTER STARTS  */
#footer img {
  width: 250px;
  padding-bottom: 5px;
}
#footer .footer-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px 0;
}
@media (min-width: 1040px) {
  #footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footer-widget {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1040px) {
  #footer .footer-widget {
    width: 33.33333%;
  }
}
#footer .footer-widget a {
  color: #6f7c8a;
  text-decoration: none;
}
#footer .footer-widget a:hover {
  color: #3498db;
}
#footer .footer-widget ul {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem;
}
#footer .footer-widget ul li {
  list-style: none;
}
#footer .footer-widget {
  text-align: center;
}
#footer .footer-widget a {
  color: #adb4bb;
}
#footer .footer-widget a:hover {
  color: var(--secondary-color);
}
#footer .footer-widget .social-icon a {
  color: #fff;
}
#footer .footer-widget .social-icon:hover a {
  color: #4a5b7a;
}
#footer .footer-widget-header {
  font-size: 1.125em;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#footer .footer-list {
  padding-left: 0;
  margin: 0;
}
#footer .footer-text {
  padding: 30px 0 0 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.5;
  border-top: 1px solid #dadee3;
}
#footer .footer-text {
  font-size: 0.87em;
  line-height: 1.5;
  color: #adb4bb;
  padding-top: 12px;
}
#footer .footer-text span {
  color: #adb4bb;
}
#footer .social {
  padding-top: 15px;
}
#footer .social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease;
}
#footer .social-icon a {
  color: #424c6d;
  display: block;
}
#footer .social-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer .social-icon:hover a {
  color: #c8cfe7;
}
#footer .social-icon + .social-icon {
  margin-left: 5px;
}
#footer .sub-footer {
  display: flex;
  justify-content: center;
  background-color: #f9f9f9;
  font-size: 0.87em;
  line-height: 1.5;
  color: #adb4bb;
  padding: 10px 0;
}
#footer .sub-footer a {
  text-decoration: none;
  color: #adb4bb;
}

#impressum,
#datenschutz {
  margin-top: 115px;
}
@media (min-width: 1040px) {
  #impressum,
  #datenschutz {
    margin-top: 155px;
  }
}
#impressum h2,
#datenschutz h2 {
  font-size: 30px;
  font-weight: 800;
}
#impressum h1,
#datenschutz h1 {
  font-weight: 800;
}

.error {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  height: 500px;
}
@media (min-width: 400px) {
  .error {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1040px) {
  .error {
    height: 100vh;
  }
}
.error .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error .container .error-page {
  display: flex;
  align-items: center;
}
.error .container .error-page img {
  height: 200px;
  width: auto;
  margin-right: 20px;
}

/*---------------------------------------------------*/
/*	MEDIA QUERIES (FOR SMALL DEVIVES)
/*---------------------------------------------------*/
@media (max-width: 1040px) {
  .navigation {
    display: none;
  }
  .mobile_navigation {
    display: block;
  }
  .all_wrap {
    margin-top: 0;
  }
  .hero .content h3 {
    font-size: 50px;
  }
  .leistungen .leistungen_inner,
  .zertifikate .zertifikate_inner {
    flex-direction: column;
  }
  .leistungen .left,
  .zertifikate .left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 50px;
  }
  .leistungen .right,
  .zertifikate .right {
    padding-left: 0px;
    width: 100%;
  }
  .title .title_flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .title .portfolio_filter {
    padding-top: 78px;
  }
  .skills .skills_inner {
    flex-direction: column;
  }
  .skills .left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .skills .right {
    padding-left: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }
}
#survey {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  position: fixed;
  bottom: -500px;
  left: 0;
  z-index: 4;
  transition: bottom 1s ease-in-out;
  -webkit-box-shadow: 0px 1px 11px 0px rgb(92, 92, 92);
  -moz-box-shadow: 0px 1px 11px 0px rgb(92, 92, 92);
  box-shadow: 0px 1px 11px 0px rgb(92, 92, 92);
}
#survey strong {
  font-family: "texgyreadventor-bold", sans-serif;
}
#survey button {
  border: none;
  font-size: 16px;
  font-family: "texgyreadventor-bold", sans-serif;
  background-color: var(--red);
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
}
#survey button:hover {
  background-color: #bc2035;
  cursor: pointer;
}
#survey.show {
  bottom: 0;
}
#survey .icon {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: -35px;
  background-color: var(--red);
  color: white;
  right: 50px;
  justify-content: center;
  align-items: center;
}
#survey .icon span {
  font-style: normal;
  font-weight: bold;
}
#survey .icon:hover {
  cursor: pointer;
}

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