/** ************************* **/
/** Froont widget base styles **/
/** ************************* **/
.fr-widget h1,
.fr-widget h2,
.fr-widget h3,
.fr-widget h4,
.fr-widget h5,
.fr-widget h6,
.fr-widget p {
  margin: 0;
}
html,
body,
button,
input,
select,
textarea {
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
}
html,
body {
  height: 100%;
}
body {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

p {
	margin: 5px 0px 10px 0px;
}

.textstyling {
	line-height: 1.8em;
	margin-top: 10px;
	margin-bottom: 5px;
}

li {
	margin-top: 5px;
}

input:focus,
textarea:focus {
  outline: none;
}
.b-content {
  font-size: 1.6em;
  padding-top: 0.02px;
  min-height: 100%;
  margin: 0 auto -50px;
  /* the bottom margin is the negative value of the footer's height */
  padding-bottom: 50px;
}
.b-content.loading {
  opacity: 0;
}
.b-content:after {
  content: ".";
  display: none;
  clear: both;
  line-height: 0;
  height: 0;
}
.b-content.not-in-preview,
.b-content.hide-footer {
  padding-bottom: 0;
}
a {
  color: #000;
  text-decoration: underline;
}
.fr-wf > .fr-text {
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  word-break: break-word;
}
.wf-loading .fr-wf > .fr-text {
  opacity: 0 !important;
}
.wf-inactive .fr-wf > .fr-text,
.wf-active .fr-wf > .fr-text {
  opacity: 1;
}
/* Navigation widget styles applied in pane for editing */

.opened {
  /* needed for edit mode interactions, to overwrite widget default style */
  max-height: 9999px !important;
  position: relative !important;
}
.fr-widget:after,
.fr-widget:before {
  content: "";
  display: table;
  clear: both;
}
.fr-widget {
  display: block;
}
.fr-text * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}
.fr-link {
  text-decoration: none;
  cursor: default;
}
.fr-link[href] {
  cursor: pointer;
}
.fr-link[href],
.fr-link[href]:active,
.fr-link[href]:focus {
  outline: none;
}
.fr-link.fr-linktype-submit,
.fr-link.fr-linktype-submit * {
  cursor: default;
}
.fr-text i {
  font-style: italic;
}
.fr-text u {
  text-decoration: underline;
}
.fr-text del,
.fr-text s,
.fr-text strike {
  text-decoration: line-through;
}
.fr-text b,
.fr-text strong,
.fr-text h1,
.fr-text h2,
.fr-text h3,
.fr-text h4,
.fr-text h5,
.fr-text h6 {
  font-weight: bold;
}
.fr-img {
  line-height: 0;
}
.fr-img img {
  width: 100%;
  max-width: 100%;
}
.fr-svg-inner {
  position: relative;
}
.fr-svg svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.fr-svg-inner svg {
  position: absolute;
  display: block;
}
.fr-grid > .fr-widget {
  float: left;
}
.fr-video-inner {
  position: relative;
}
.fr-video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fr_hover-animation {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-property: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, color, border-radius;
  -moz-transition-property: background, color, border-radius;
  -ms-transition-property: background, color, border-radius;
  -o-transition-property: background, color, border-radius;
  transition-property: background, color, border-radius;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fr-video-inner p {
  display: none;
}
.fr-input {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
}
.fr-input > input {
  display: block !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.fr-input > input::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-input > input::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-input > input::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.fr-navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fr-widget-hover-opacity-60 {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fr-widget-hover-opacity-60:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.125s;
  -moz-transition-duration: 0.125s;
  -ms-transition-property: 0.125s;
  -o-transition-duration: 0.125s;
  transition-duration: 0.125s;
}
.fr-widget-hover-scale-up {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.fr-widget-hover-scale-up:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -ms-transition-property: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.fr-widget.fr-slideshow > .fr-widget.fr-container {
  margin: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.fr-widget.fr-slideshow .fr-slideshow-dots {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 20px;
  line-height: 10px;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  z-index: 2;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: .6;
  border-radius: 5px;
  margin: 0 5px;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch.swiper-active-switch {
  opacity: 1;
}
.fr-widget.fr-slideshow .fr-slideshow-dots span.swiper-pagination-switch:hover {
  cursor: pointer;
}
.b-content .fr-widget.swiper-container {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* IE10 Windows Phone 8 Fixes */
}
.b-content .fr-widget.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, transform, left, top;
  -moz-transition-property: -webkit-transform, transform, left, top;
  -ms-transition-property: -webkit-transform, transform, left, top;
  -o-transition-property: -webkit-transform, transform, left, top;
  transition-property: -webkit-transform, transform, left, top;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-property: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: 0px, 0, 0;
  -moz-transform: 0px, 0, 0;
  -ms-transform: 0px, 0, 0;
  -o-transform: 0px, 0, 0;
  transform: 0px, 0, 0;
  -o-transform: translate(0px, 0px);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.b-content .fr-widget.swiper-container .swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.b-content .fr-widget.swiper-container .swiper-slide {
  display: block;
  visibility: visible;
  float: left;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.b-content .fr-widget.swiper-container .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.b-content .fr-widget.swiper-container .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.fr-copyright-footer {
  bottom: 0;
  width: 100%;
  position: relative;
  height: 50px;
  overflow: hidden;
}
.fr-copyright-footer.fixed {
  position: fixed;
  left: 0;
}
.fr-copyright-footer > .fr-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #242424;
}
.fr-copyright-footer .fr-made-with-froont {
  width: auto;
  font-family: Arial;
  font-size: .55rem;
  text-align: center;
  letter-spacing: .14rem;
  margin: 0 auto;
  padding: 1.05rem 0 0.5rem 0;
  color: #979797;
}
.fr-copyright-footer .fr-made-with-froont .fr-text {
  min-width: 100%;
}
.fr-copyright-footer .fr-made-with-froont .fr-text .heart {
  font-size: .8rem;
}
.fr-copyright-footer .fr-bottom-em-spacer {
  height: 0.8rem;
  background: #242424;
}
.fr-fork-on-froont {
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
  height: 115px;
  background-image: url('https://froont.com/_static/images/fork-ribbon.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10000;
}
.fr-fork-on-froont:hover {
  background-position: 0 -115px;
}
.fr-anim-initial {
  visibility: hidden;
  opacity: 0 !important;
}
[data-fr-animation].fr-having-animation {
  visibility: hidden;
  opacity: 0 !important;
}
.fr-having-animation.fr-anim-fade-in {
  visibility: hidden;
  opacity: 0 !important;
}
.fr-having-animation.fr-anim-slide-from-top {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.fr-having-animation.fr-anim-slide-from-right {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.fr-having-animation.fr-anim-slide-from-bottom {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.fr-having-animation.fr-anim-slide-from-left {
  visibility: hidden;
  opacity: 0 !important;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.fr-having-animation.fr-anim-result {
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1.7s;
  -moz-transition-duration: 1.7s;
  -ms-transition-property: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  opacity: 1 !important;
}
.fr-having-animation.fr-anim-result.fr-anim-fade-in {
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.fr-widget.fr-background-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
body.isTouchDevice .fr-widget.fr-background-parallax,
.not-in-preview .fr-widget.fr-background-parallax {
  background-attachment: scroll;
}
.not-in-preview .fr-widget.fr-background-attachment-fixed {
  background-attachment: scroll;
  background-size: cover;
}

/** ******************************** **/
/** End of Froont widget base styles **/
/** ******************************** **/

/** ************************* **/
/** Widget styles             **/
/** ************************* **/
.b-content {
  font-size: 1.5em;
  position: relative
}
.fr_logo {
  float: none;
  display: block;
  left: 50%;
  width: 100%;
  margin-top: -14.44em;
  margin-right: 0;
  position: absolute;
  max-width: 495px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}
.fr_header_1 {
  float: none;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-top: 6.39em;
  margin-right: auto;
  margin-left: 0;
  padding-top: 150px;
  padding-bottom: 150px;
 background-image: url(../images/thumbnail/slider1-kofahl-hausverwaltung.jpg_1600x487.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 340px;
  None
}

.test{
  float: none;
  display: block;
  vertical-align: top;
  margin-right: auto;
  margin-left: 0;
  padding-top: 150px;
  padding-bottom: 150px;
}

.fr_grauer_balken {
  float: none;
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #d0d0d0
}
.fr_f3_4_column_grid {
  float: none;
  display: block;
  left: 50%;
  width: 90%;
  vertical-align: top;
  margin-top: -1em;
  margin-right: auto;
  margin-bottom: 20px;
  position: absolute;
  min-width: 500px;
  max-width: 500px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}
.fr_f3_4_column_grid>.fr-widget:nth-child(2n+1) {
  margin-top: .6em;
  margin-right: 1%;
  margin-bottom: .6em;
  margin-left: 1%;
  width: 48%;
  clear: left;
  max-width: inherit
}
.fr_f3_4_column_grid>.fr-widget:nth-child(2n+2) {
  margin-top: .6em;
  margin-right: 1%;
  margin-bottom: .6em;
  margin-left: 1%;
  width: 48%;
  clear: none;
  max-width: inherit
}
.fr_paragraph_center_black {
  font-family: europa;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: .01em;
  color: white
}
.fr_f3_instagram {
  display: inline-block;
  vertical-align: top
}
.fr_f3_facebook {
  display: inline-block;
  vertical-align: top;
  None
}
.fr_footer_3 {
  display: block;
  width: 101.22488975992161%;
  margin-top: 28.05em;
  margin-right: auto;
  margin-left: -1.22%;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #d0d0d0;
  position: relative;
  min-height: 11.25em
}
.fr_heading_block {
  display: block;
  left: 50%;
  width: 100%;
  margin-top: -3em;
  padding-top: 200px;
  padding-bottom: 200px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%)
}
.fr_h1 {
  font-family: Julius Sans One;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
  color: #d0d0d0;
  None
}
.fr_c01_h1 {
  float: none;
  display: block;
  left: 50%;
  width: 56.20871862615587%;
  margin-top: -3.8em;
  margin-right: auto;
  position: absolute;
  min-width: 600px;
  max-width: 800px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  None
}
.fr_c01_h1 .fr-text {
  min-width: 100%
}
.fr_c01_h1_2 {
  float: none;
  display: block;
  left: 50%;
  width: 59.60144927536232%;
  margin-top: -0.8em;
  margin-right: auto;
  position: absolute;
  min-height: 2.3214285714285716em;
  min-width: 600px;
  max-width: 660px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  None
}
.fr_c01_h1_2 .fr-text {
  min-width: 100%
}
.fr_ueberschrift {
  font-family: Julius Sans One;
  font-weight: 100;
  font-size: 1.75em;
  line-height: 1.1em;
  text-align: center;
  color: #747475;
}
.fr_fliesstext {
  font-family: Julius Sans One;
  font-weight: 100;
  font-size: 1.1em;
  line-height: 1.1em;
  text-align: center;
  color: #747475;
}
@media screen and (max-width: 918px) {
  .fr_f3_facebook {
    None
  }
}
@media screen and (max-width: 918px) {
  .fr_footer_3 {
    margin-top: 31.55em
  }
}
@media screen and (max-width: 918px) {
  .fr_heading_block {
    display: block;
    min-height: 39.25em
  }
}
@media screen and (max-width: 918px) {
  .fr_c01_h1 {
    min-width: 600px;
    max-width: 700px;
    None
  }
}
@media screen and (max-width: 918px) {
  .fr_c01_h1_2 {
    margin-top: -1em;
    min-width: 500px;
    None
  }
}
@media screen and (max-width: 768px) {
  .fr_f3_facebook {
    None
  }
}
@media screen and (max-width: 768px) {
  .fr_c01_h1 {
    width: 85.15625%;
    min-width: 500px;
    max-width: 550px;
    None
  }
  .fr_c01_h1 .fr-text {
    min-width: 100%
  }
}
@media screen and (max-width: 768px) {
  .fr_c01_h1_2 {
    width: 75%;
    margin-top: .9em;
    min-width: 500px;
    max-width: 600px;
    None
  }
  .fr_c01_h1_2 .fr-text {
    min-width: 100%
  }
}
@media screen and (max-width: 481px) {
  .fr_logo {
    width: 95%
  }
}
@media screen and (max-width: 481px) {
  .fr_f3_4_column_grid {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -3.7em;
    margin-right: 0;
    margin-left: -1%
  }
  .fr_f3_4_column_grid>.fr-widget:nth-child(1n+1) {
    margin-top: .6em;
    margin-right: 1%;
    margin-bottom: .6em;
    margin-left: 1%;
    width: 98%;
    clear: left;
    max-width: inherit
  }
}
@media screen and (max-width: 481px) {
  .fr_paragraph_center_black {
    text-align: center
  }
}
@media screen and (max-width: 481px) {
  .fr_f3_instagram {
    margin-top: -10em
  }
}
@media screen and (max-width: 481px) {
  .fr_f3_facebook {
    None
  }
}
@media screen and (max-width: 481px) {
  .fr_footer_3 {
    margin-top: 35.35em
  }
}
@media screen and (max-width: 481px) {
  .fr_c01_h1 {
    width: 93.24869791666667%;
    margin-top: -4.7em;
    margin-right: 0;
    margin-left: -0.5%;
    min-width: 300px;
    max-width: 350px;
    None
  }
  .fr_c01_h1 .fr-text {
    min-width: 100%
  }
}
@media screen and (max-width: 481px) {
  .fr_c01_h1_2 {
    margin-top: 1.2em;
    min-width: 300px;
    max-width: 350px;
    None
  }
}
@media screen and (max-width: 320px) {
  .b-content {
    font-size: 1.5em
  }
}
@media screen and (max-width: 320px) {
  .fr_logo {
    width: 89.07936507936508%;
    margin-top: -12.24em
  }
}
@media screen and (max-width: 320px) {
  .fr_header_1 {
    margin-top: 3.69em;
    min-height: 15.4em
  }
}
@media screen and (max-width: 320px) {
  .fr_grauer_balken {
    margin-top: -0.1em
  }
}
@media screen and (max-width: 320px) {
  .fr_f3_4_column_grid {
    margin-top: -3.4em;
    margin-right: 0;
    margin-left: .1%;
    min-width: 230px;
    max-width: 230px
  }
}
@media screen and (max-width: 320px) {
  .fr_f3_facebook {
    margin-right: 0;
    margin-left: 1.3%;
    None
  }
}
@media screen and (max-width: 320px) {
  .fr_footer_3 {
    display: block;
    width: 101.22126436781609%;
    height: 174px;
    margin-top: 46.84em;
    margin-bottom: 0;
    margin-left: -1.25%;
    bottom: auto;
    min-height: 13.866666666666667em
  }
}
@media screen and (max-width: 320px) {
  .fr_heading_block {
    position: absolute
  }
}
@media screen and (max-width: 320px) {
  .fr_c01_h1 {
    width: 93.75%;
    margin-top: -4.5em;
    margin-right: 0;
    margin-left: -1%;
    min-width: 300px;
    max-width: 300px;
    None
  }
  .fr_c01_h1 .fr-text {
    min-width: 100%
  }
}
@media screen and (max-width: 320px) {
  .fr_c01_h1_2 {
    width: 93.75%;
    margin-top: 3.3em;
    margin-right: 0;
    margin-left: -0.6%;
    min-width: 230px;
    max-width: 260px;
    None
  }
  .fr_c01_h1_2 .fr-text {
    min-width: 100%
  }
}
.fr_f3_instagram {
  transition-duration: .3s;
  transition-timing-function: ease-out
}
.fr_f3_instagram:hover {
  transition-duration: .125s
}

/** ******************************** **/
/** End of widget styles             **/
/** ******************************** **/