/*-----------------------------------------------------------------------------------
	frank-guenther-final-2
	About: A shiney new Blocs website.
	Author: Karina
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-container {
  overflow: hidden;
}
a, button {
  transition: background .3s ease-in-out;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
.page-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100000;
  background: #FFFFFF url("img/pageload-spinner.gif") no-repeat center center;
  animation-name: preloader-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.preloader-complete {
  animation-delay: 0.1s;
}
@keyframes preloader-fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bloc {
  width: 100%;
  clear: both;
  background: 50% 50% no-repeat;
  padding: 0 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
}
.bloc .container {
  padding-left: 0;
  padding-right: 0;
}
.bloc-lg {
  padding: 100px 20px;
}
.bloc-md {
  padding: 50px 20px;
}
.bloc-fill-screen {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}
.bloc-fill-screen > .container {
  align-self: flex-middle;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row {
  flex-grow: 1;
  align-self: center;
  width: 100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge {
  flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge {
  align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge {
  align-self: flex-end;
}
.full-width-bloc {
  padding-left: 0;
  padding-right: 0;
}
.full-width-bloc .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width-bloc .container {
  width: 100%;
  max-width: 100% !important;
}
.full-width-bloc .carousel img {
  width: 100%;
  height: auto;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d-bloc {
  color: rgba(255, 255, 255, .7);
}
.d-bloc button:hover {
  color: rgba(255, 255, 255, .9);
}
.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
  border-color: rgba(255, 255, 255, .9);
}
.d-bloc .divider-h span {
  border-color: rgba(255, 255, 255, .2);
}
.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
  color: rgba(255, 255, 255, .6);
}
.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
  color: rgba(255, 255, 255, 1);
}
.d-bloc .navbar-toggle .icon-bar {
  background: rgba(255, 255, 255, 1);
}
.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}
.d-bloc .card {
  color: rgba(0, 0, 0, .5);
}
.d-bloc .card button:hover {
  color: rgba(0, 0, 0, .7);
}
.d-bloc .card icon {
  border-color: rgba(0, 0, 0, .7);
}
.d-bloc .card .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}
.d-bloc .card .a-btn {
  color: rgba(0, 0, 0, .6);
}
.d-bloc .card .a-btn:hover {
  color: rgba(0, 0, 0, 1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}
.d-bloc .card, .l-bloc {
  color: rgba(0, 0, 0, .5);
}
.d-bloc .card button:hover, .l-bloc button:hover {
  color: rgba(0, 0, 0, .7);
}
.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
  border-color: rgba(0, 0, 0, .7);
}
.d-bloc .card .divider-h span, .l-bloc .divider-h span {
  border-color: rgba(0, 0, 0, .1);
}
.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
  color: rgba(0, 0, 0, .6);
}
.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
  color: rgba(0, 0, 0, 1);
}
.l-bloc .navbar-toggle .icon-bar {
  color: rgba(0, 0, 0, .6);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
  color: rgba(0, 0, 0, .7);
  border-color: rgba(0, 0, 0, .3);
}
.voffset {
  margin-top: 30px;
}
.voffset-md {
  margin-top: 50px;
}
.voffset-lg {
  margin-top: 80px;
}
.hero .hero-nav {
  padding-left: inherit;
  padding-right: inherit;
}
.sticky-nav.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  transition: all .2s ease-out;
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(64, 64, 64);
}
.btco-menu li > a {
  padding: 10px 15px;
  color: #000;
}
.btco-menu .active a:focus, .btco-menu li a:focus, .navbar > .show > a:focus {
  background: transparent;
  outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after {
  transform: rotate(-90deg);
}
.mg-clear {
  margin: 0;
}
.mg-sm {
  margin-top: 10px;
  margin-bottom: 5px;
}
.mg-md {
  margin-top: 10px;
  margin-bottom: 20px;
}
.mg-lg {
  margin-top: 10px;
  margin-bottom: 40px;
}
img.mg-sm, img.mg-md, img.mg-lg {
  margin-top: 0;
}
img.mg-sm {
  margin-bottom: 10px;
}
img.mg-md {
  margin-bottom: 30px;
}
img.mg-lg {
  margin-bottom: 50px;
}
.btn-d, .btn-d:hover, .btn-d:focus {
  color: #FFF;
  background: rgba(0, 0, 0, .3);
}
button {
  outline: none !important;
}
.icon-md {
  font-size: 30px !important;
}
.icon-xl {
  font-size: 100px !important;
}
.card-sq, .card-sq .card-header, .card-sq .card-footer {
  border-radius: 0;
}
.card-rd {
  border-radius: 30px;
}
.card-rd .card-header {
  border-radius: 29px 29px 0 0;
}
.card-rd .card-footer {
  border-radius: 0 0 29px 29px;
}
.form-control {
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
}
.scrollToTop {
  width: 36px;
  height: 36px;
  padding: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 999;
  transition: all .3s ease-in-out;
}
.showScrollTop {
  opacity: 1;
}
.scroll-to-top-btn-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  fill-rule: evenodd;
  stroke-linecap: round;
}
h1, h2, h3, h4, h5, h6, p, label, .btn, a {
  font-family: "PTSans-Regular";
  color: #444444 !important;
}
.container {
  max-width: 1170px;
}
h1 {
  font-family: "PTSans-BoldItalic";
  font-weight: 900;
  font-size: 54px;
  line-height: 65px;
  color: #FFFFFF !important;
}
h2 {
  font-family: "PTSans-Regular";
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #414241 !important;
}
h3 {
  font-family: "PTSans-Regular";
  font-weight: 700;
  font-size: 23px;
  line-height: 31px;
}
h4 {
  font-family: "PTSans-Regular";
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
}
p {
  font-family: "PTSans-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
a {
  font-family: "PTSans-Regular";
  font-weight: 400;
  color: #000000 !important;
}
.navbar-nav li a {
  font-family: "PTSans-Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #424242 !important;
}
.navbar-brand {
  font-family: "PTSans-Regular";
  font-weight: 900;
  font-size: 23px;
  line-height: 31px;
}
.navbar-nav li a:hover {
  color: #000000 !important;
}
.button {
  text-transform: uppercase;
  font-size: 13px;
  font-family: "PTSans-Bold";
  font-weight: 700;
  line-height: 23px;
  padding-right: 28px;
  padding-left: 28px;
  background-color: #A7A198;
  color: #FFFFFF !important;
  letter-spacing: 0.1em;
}
.button:hover {
  background-color: #EEECE8;
  color: #A39D94 !important;
  font-family: "PTSans-Bold";
}
label {
  font-family: "PTSans-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.footer-link {
  font-size: 13px;
  font-family: "Lato-Regular";
  font-weight: lighter;
}
.footer {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 0px;
}
.p-style {
  width: 100%;
}
.navigation {
  letter-spacing: 1px;
  color: #000000 !important;
}
.h2-unsere-style {
  letter-spacing: 2px;
}
.footer:hover {
  font-size: 0%;
}
.footer:active {
  ;
}
.p-footer-link {
  font-size: 13px;
  font-family: "PTSans-Regular";
  font-weight: normal;
  color: #E5EFFA !important;
}
.p-footer-link:hover {
  font-size: 13px;
  font-family: "PTSans-Regular";
  color: #A7A198 !important;
}
.p-footer-link:active {
  font-size: 13px;
  font-family: "PTSans-Regular";
  color: #E6EFFA !important;
}
.footer-link:active {
  font-size: 13px;
  font-family: "PTSans-Regular";
  font-weight: lighter;
}
.footer-link:hover {
  font-size: 13px;
  font-family: "PTSans-Regular";
  font-weight: lighter;
}
.laufweite-1 {
  letter-spacing: 1px;
}
.laufweite-1:active {
  letter-spacing: 1px;
}
.laufweite-1:hover {
  letter-spacing: 1px;
}
.row-style {
  margin-top: 26px;
}
.notopmargin {
  ;
}
.nobottommargin {
  margin-bottom: 0px;
}
.nopadding {
  padding: 0px 0px 0px 0px;
}
.bloc-margin-top {
  margin-top: 0px;
  margin-bottom: 20px;
}
.crossline {
  font-family: "PTSans-Bold";
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.klein {
  font-size: 13px;
  line-height: 140%;
  font-family: "PTSans-Regular";
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.klein:hover {
  font-size: 13px;
  line-height: 140%;
}
.klein:active {
  font-size: 13px;
  line-height: 140%;
}
.button:active {
  background-color: #A7A197;
  color: #FFFFFF !important;
  font-family: "PTSans-Bold";
}
.p-footer {
  font-size: 13px;
  font-family: "PTSans-Regular";
  font-weight: normal;
  color: #E5EFFA !important;
}
.p-footer:hover {
  font-size: 13px;
  font-family: "PTSans-Regular";
  color: #E5EFFA !important;
}
.p-footer:active {
  font-size: 13px;
  font-family: "PTSans-Regular";
  color: #E6EFFA !important;
}
.kursiv {
  font-family: "PTSans-Italic";
  color: #505050 !important;
  text-decoration: none;
  text-transform: none;
}
.kursiv:hover {
  font-family: "PTSans-Italic";
  color: #505050 !important;
  text-decoration: none;
}
.kursiv:active {
  font-family: "PTSans-Italic";
  color: #505050 !important;
}
.p-datenschutz-style {
  font-family: "PTSans-Italic";
  font-size: 12px;
}
.h4-style {
  font-family: "PTSans-Regular";
  color: #000000 !important;
  background-color: transparent;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 60px;
}
.navbar-brand img {
  height: 50px;
  width: 208px;
}
.link-style {
  width: 100%;
  text-decoration: none;
  font-family: "PTSans-Regular";
  color: #444444 !important;
  letter-spacing: 0px;
  font-weight: lighter;
}
.row-hero-style {
  width: 100%;
}
.p-footer-style {
  width: 100%;
  font-family: "PTSans-Regular";
}
.feature-icon {
  margin-bottom: 28px;
  color: #A49D94 !important;
  background-color: transparent;
}
.name {
  font-family: "PTSans-Bold";
  letter-spacing: 1px;
  color: #434443 !important;
}
.link-style:hover {
  color: #000000 !important;
  font-family: "PTSans-Regular";
  letter-spacing: 0px;
  font-weight: lighter;
}
.link-style:active {
  letter-spacing: 0px;
  font-weight: lighter;
}
.padding-seitlich20-oben60 {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.buchlink {
  font-family: "PTSans-Italic";
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  color: #626262 !important;
}
.buchlink a {
  font-family: "PTSans-Italic";
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  color: #626262 !important;
}
.buchlink:hover {
  color: #000000 !important;
}
.laufweite-0 {
  letter-spacing: 0px;
}
.bgc-white {
  background-color: #FEFFFF;
}
.bgc-platinum {
  background-color: #EAE7E3;
}
.bgc-dark-jungle-green {
  background-color: #26231F;
}
.tc-white {
  color: #FEFFFF !important;
}
.tc-dark-jungle-green {
  color: #202020 !important;
}
.tc-onyx {
  color: #151515 !important;
}
.ltc-taupe-gray {
  color: #938B82 !important;
}
.ltc-taupe-gray:hover {
  color: #766f68 !important;
}
.bg-unternehmensberatung-frank-guenther-schwarzenbek {
  background-image: url("img/unternehmensberatung-frank-guenther-schwarzenbek.jpg");
}
@media (min-width: 576px) {
  .bloc-xxl-sm {
    padding: 200px 20px;
  }
  .bloc-xl-sm {
    padding: 150px 20px;
  }
  .bloc-lg-sm {
    padding: 100px 20px;
  }
  .bloc-md-sm {
    padding: 50px 20px;
  }
  .bloc-sm-sm {
    padding: 20px;
  }
  .bloc-no-padding-sm {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .bloc-xxl-md {
    padding: 200px 20px;
  }
  .bloc-xl-md {
    padding: 150px 20px;
  }
  .bloc-lg-md {
    padding: 100px 20px;
  }
  .bloc-md-md {
    padding: 50px 20px;
  }
  .bloc-sm-md {
    padding: 20px 20px;
  }
  .bloc-no-padding-md {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .bloc-xxl-lg {
    padding: 200px 20px;
  }
  .bloc-xl-lg {
    padding: 150px 20px;
  }
  .bloc-lg-lg {
    padding: 100px 20px;
  }
  .bloc-md-lg {
    padding: 50px 20px;
  }
  .bloc-sm-lg {
    padding: 20px;
  }
  .bloc-no-padding-lg {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  .bloc {
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
  }
  .bloc-group, .bloc-group .bloc {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .btn-dwn {
    display: none;
  }
  .voffset {
    margin-top: 5px;
  }
  .voffset-md {
    margin-top: 20px;
  }
  .voffset-lg {
    margin-top: 30px;
  }
  form {
    padding: 5px;
  }
  .close-lightbox {
    display: inline-block;
  }
  .blocsapp-device-iphone5 {
    background-size: 216px 425px;
    padding-top: 60px;
    width: 216px;
    height: 425px;
  }
  .blocsapp-device-iphone5 img {
    width: 180px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 39px;
    line-height: 46px;
    color: #FEFFFE !important;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 17px;
    line-height: 25px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  a {
    line-height: 24px;
    font-family: "PTSans-Regular";
  }
  .navbar-nav li a {
    font-size: 12px;
    line-height: 22px;
  }
  label {
    font-size: 16px;
    line-height: 24px;
  }
  .winter-hero-heading, .mobile .winter-hero-heading {}
  .winter-table-title, .mobile .winter-table-title {
    font-size: 16px;
  }
  .h2-unsere-style {
    width: 100%;
  }
  .p-footer-link {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    color: #414141 !important;
  }
  .p-footer {
    width: 100%;
  }
  .nobottommargin {}
  .p-person-style {
    width: 100%;
  }
  .row-hero-style {
    width: 100%;
  }
  .h4-style {
    margin-top: 0px;
  }
  .container-div-style {
    padding-left: 0px;
  }
  .footer {
    width: 100%;
  }
  .button:active {}
  .p-leistungen-style {
    font-size: 14px;
    line-height: 20px;
  }
  .p-3-style {
    font-size: 14px;
    line-height: 20px;
  }
  .p-4-style {
    font-size: 14px;
    line-height: 20px;
  }
  .bild-mittig {
    padding-top: 60px;
  }
  .button:hover {
    background-color: #FFFFFF;
  }
  .button {
    color: #FFFFFF !important;
  }
  .voffset-clear-md {
    margin-top: 0;
  }
  .voffset-md {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFE !important;
  }
  h2 {
    font-size: 25px;
    line-height: 33px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 14px;
    line-height: 20px;
  }
  p {
    font-size: 15px;
    line-height: 23px;
  }
  a {
    font-size: 15px;
    line-height: 23px;
    font-family: "PTSans-Regular";
  }
  .navbar-nav li a {
    font-size: 13px;
    line-height: 21px;
  }
  label {
    font-size: 15px;
    line-height: 23px;
  }
  .footer {
    width: 100%;
  }
  .h2-unsere-style {
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    color: #414141 !important;
  }
  .button:hover {
    background-color: #FFFFFF;
  }
  .button:active {
    color: #FFFFFF !important;
  }
  .button {
    color: #FFFFFF !important;
  }
  .padding-seitlich20-oben60 {
    padding-top: 60px;
  }
  .bottommargin {
    margin-bottom: 30px;
  }
  .mg-sm-sm {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFE !important;
  }
  h2 {
    font-size: 23px;
    line-height: 31px;
  }
  h3 {
    font-family: "PTSans-Regular";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 13px;
    line-height: 18px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  a {
    font-size: 14px;
    line-height: 22px;
    font-family: "PTSans-Regular";
  }
  .navbar-nav li a {
    font-size: 13px;
    line-height: 21px;
  }
  label {
    font-size: 15px;
    line-height: 23px;
  }
  .footer-link {
    text-align: center;
  }
  .footer {
    width: 100%;
    overflow: visible;
    padding-bottom: 0px;
    font-family: "PTSans-Regular";
    margin-bottom: 70px;
  }
  .p-footer-link {
    width: 100%;
  }
  .bloc-margin-top {
    margin-top: -95px;
  }
  h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    color: #414141 !important;
  }
  .p-footer {
    width: 100%;
  }
  .button {
    color: #FFFFFE !important;
  }
}