@font-face {
	font-family: 'Roboto';
	src: url('https://static.baufragen.de/fonts/Roboto-Regular.eot');
	src: local('?'), url('https://static.baufragen.de/fonts/Roboto-Regular.woff') format('woff'), url('https://static.baufragen.de/fonts/Roboto-Regular.ttf') format('truetype'), url('https://static.baufragen.de/fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('https://static.baufragen.de/fonts/Roboto-Medium.eot');
	src: local('?'), url('https://static.baufragen.de/fonts/Roboto-Medium.woff') format('woff'), url('https://static.baufragen.de/fonts/Roboto-Medium.ttf') format('truetype'), url('https://static.baufragen.de/fonts/Roboto-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
.bfprochat__button {
  cursor: pointer;
  position: fixed;
  top: 40%;
  right: 0;
  font-family: Roboto, sans-serif;
  background: #0064bf;
  border-radius: 3px 0 0 3px;
  padding: 56px 14px 12px;
  z-index: 10000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bfprochat__button:hover {
  background: #0d81d4;
}
.bfprochat__button.messenger-is-open {
  right: 481px;
}
.bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
  display: block;
}
.bfprochat__button-icon {
  position: absolute;
}
.bfprochat__button-icon--chat {
  top: 14px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 36px;
}
.bfprochat__button-icon--chat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 36px;
  fill: #fff;
}
.bfprochat__button-icon--close {
  display: none;
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}
.bfprochat__button-icon--close svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  fill: #fff;
}
.bfprochat__button-text {
  display: block;
  text-align: center;
  font-weight: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bfprochat__button-text--main {
  color: #fff;
  font-size: 16px;
}
.bfprochat__button-text--main + .bfprochat__button-text--sub {
  margin-top: 3px;
}
.bfprochat__button-text--sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bfprochat__button {
    top: auto;
    right: 12px;
    bottom: 12px;
    padding: 0;
    height: 48px;
    width: 56px;
    border-radius: 3px;
  }
  .bfprochat__button.messenger-is-open {
    right: 12px;
  }
  .bfprochat__button.messenger-is-open .bfprochat__button-icon--close {
    display: none;
  }
  .bfprochat__button-text {
    display: none;
  }
  .bfprochat__button-icon--chat {
    top: 50%;
    left: 50%;
    width: 32px;
    margin-left: -16px;
    height: 30px;
    margin-top: -14px;
  }
  .bfprochat__button-icon--chat svg {
    width: 32px;
    height: 30px;
  }
}
.bfprochat__messenger {
  position: fixed;
  top: 0;
  right: -481px;
  bottom: 0;
  width: 480px;
  background: #fff;
  border-left: 1px solid #c8c8c8;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
	z-index: 10001;
}
.bfprochat__messenger.messenger-is-open {
  right: 0;
}
.bfprochat__messenger iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.bfprochat__messenger-frame {
  width: 100%;
  height: 100%;
}
.bfprochat__messenger-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  z-index: 1;
}
.bfprochat__messenger-close:hover svg {
  opacity: 0.7;
}
.bfprochat__messenger-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  margin-left: -8px;
  height: 16px;
  margin-top: -8px;
  fill: #7986a3;
}
@media screen and (max-width: 768px) {
  .bfprochat__messenger {
    right: -100%;
    width: 100%;
    border-left: 0 solid transparent;
  }
  .bfprochat__messenger-close {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .bfprochat__messenger-close {
    left: calc(5% - 7px);
  }
}
.bfprochat__nocookie {
  width: 100%;
	height: 100%;
	font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
  text-rendering: optimizeLegibility;
}
.bfprochat__nocookie-text {
  text-align: center;
  font-weight: 400;
  color: #4d576b;
  font-size: 16px;
  line-height: 1.4em;
}
.bfprochat__nocookie-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
	padding: 0px 24px;
	height: 48px;
	line-height: 48px;
  border-radius: 3px;
	background: #0064bf;
	color: white;
	font-size: 15px;
	font-weight: 500;
	margin-top: 16px;
}
.bfprochat__nocookie-link:hover {
  background: #0d81d4;
}