/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

body {
	background-color: #FAFAF9;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	line-height: 1.5;
	text-rendering: auto;
	text-rendering: optimizeSpeed;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	hyphens:auto;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}

strong {
	font-weight: 500;
}

.footer {
  margin-top: 80px;
  padding-top: 40px;
	padding-bottom: 40px;
  width: 100%;
  background-color: #78B6DD;
  font-size:16px;
}

.footer a {
	color: black;
}

.no-gutter > [class*='col-'] {
  padding-left:0;
}

.page-header {
	font-size: 36px;
	font-weight: 400;
	border: none;
	hyphens:auto;
	max-width: 860px;
	margin: 0 auto 20px auto;
}

.lp-header {
	font-size:36px;
	font-weight:700;
	border-bottom:none;
	margin-top:15px;
	color:#78b6dd;
	hyphens:auto;
}

.page-node-type-paragraphed .page-header {
	display:none;
}

a {
	color:#78b6dd
}

.footer .nav > li > a {
	color:#000;
	padding: 0px 0px;
}

.footer .nav > li > a:hover, .footer .nav > li > a:focus {
	text-decoration: underline;
	background-color: transparent;
}

.page-node-type-product .thumbnail > img, 
.page-node-type-product .thumbnail a > img {
	margin-left: inherit;
	margin-right: inherit;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar {
	border-radius:0;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
	transition-duration: 0.5s;
  transition-timing-function: linear;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #5cb85c;
	
}

#block-views-block-sectionmenu-block-1 {
	z-index:1030;
}

#block-views-block-sectionmenu-block-1 .navbar {
  margin-bottom: 0px;
}

#block-views-block-sectionmenu-block-1 .navbar-nav {
	display: inline-block;
	float: none;
}

#block-views-block-sectionmenu-block-1 .navbar {
  text-align: center;
}

.breadcrumb {
	background-color:#000;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 13px 30px;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 800ms ease 0s;
}

.breadcrumb li {
	float:left;
	margin-top:5px;
}

.breadcrumb li:first-child {
	width: 45px;
	height: 41px;
	background: url(../img/logo-mini.png) no-repeat ;
	padding: 8px 5px;
	margin-top:-2px;  
}

.breadcrumb li:first-child a {
	color:transparent;
}

.breadcrumb li.active {
	color:#fff;
}

.show .breadcrumb {
	max-height: 200px;
	opacity: 1;
	transition: all 800ms ease 0s;
}

.block-views-blocksectionmenu-block-1 {
	opacity: 0;
	overflow: hidden;
	transition: all 800ms ease 0s;
}

.show .block-views-blocksectionmenu-block-1 {
	max-height: 50px;
	opacity: 1;
	transition: all 800ms ease 0s;
}

.sectionmenu {   
	left: 0;
	position: fixed;
	top: 65px;
	transition: all 800ms ease 0s;
	width: 100%;
	z-index:4;
}

.sectionmenu  .navbar {
	border: none;
	margin-bottom: 0px;
}

.show {
	background: rgba(219,242,209,1);
  border-color: #dbf2d1;
	transition: all 800ms ease 0s;
	z-index:10;
}

.headergif {
	height:800px;
	background:no-repeat center center fixed; 
  background-size: cover;
}

.carousel-control {
  display: none;
}

.carousel-control img {
  margin-top: 150%;
}

.path-node .carousel-inner .headerimg-landing {
	height:700px;
}

.carousel-control img {
	margin-top:100%;
}

.user-login-form {
	width:60%;
	margin:0 auto;
}

body.navbar-is-fixed-top {
  margin-top: 50px;
}

.navbar-static-top {
  border-radius: 0;
	height:0px;
}

.highlighted {
	margin-bottom:50px;
}

.region-drawer {
	column-count: 2;
  column-gap: 15em;
	max-width: 1170px;
	margin: 0 auto;
}
	
.pure-drawer[data-position="top"] {
	overflow:scroll;
}

#block-uberuns,
#block-siesindeinpflegedienst,
#block-siesindeinangehoriger,
#block-zimmerborse,
#block-allgemein {
	display: inline-block;
	margin-bottom:2em;
	width: 100%;
}

#block-uberuns h2,
#block-siesindeinpflegedienst h2,
#block-siesindeinangehoriger h2,
#block-zimmerborse h2,
#block-allgemein h2 {
	font-size:20px;
	font-weight: 600;
  margin-bottom: 10px;
}

#block-uberuns ul,
#block-siesindeinpflegedienst ul,
#block-siesindeinangehoriger ul,
#block-zimmerborse ul,
#block-allgemein ul {
  padding-left: 0;
}

#block-uberuns li,
#block-siesindeinpflegedienst li,
#block-siesindeinangehoriger li,
#block-zimmerborse li,
#block-allgemein li {
	list-style:none;
	font-size:18px;
  line-height: 28px;
  margin: 10px 0;
}

.region-drawer .nav > li > a {
	color: #000;
	display: block;
	padding: 0px 0;
	position: relative;
	transition-duration: 0.5s;
  transition-timing-function: linear;
}

.region-drawer .nav > li > a:hover, 
.region-drawer .nav > li > a:focus,
.region-drawer a.is-active,
.region-drawer li.active a {
	background-color: transparent;
	color: #00588F;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: inherit;
	color: black;
	margin: 0 0 20px 0;
}

h1, .h1, h2, .h2 {
  font-weight: 400;
}

h3, h4, .h3, .h4 {
	font-weight: 500;
	line-height: 1.35em;
}

h2 {
	font-size: 32px;
	line-height: 1.25em;
}

.well {
	background-color: rgba(212,212,212,0.1);
	border: 1px solid rgba(212,212,212,0.7);
	border-radius:0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 25px;
	min-height: 20px;
	padding: 19px;
}


.zimmerboerse-view .well {
	border: 1px solid black;
	margin-bottom: 25px;
	min-height: 20px;
	padding: 30px;
	border-radius: 4px;
}

.wg-view-des-top {
	padding-top: 22px;
	padding-bottom: 0px;
	margin-top:35px;
}

.zimmerboerse-view h3 {
	margin-top:5px;
	margin-bottom:15px;
}

.metawg-cto .well {
	background-color: transparent;
	border-left: none;
	border-right: none;
	padding-top:30px;
	padding-bottom:30px;
	border-top:10px solid #dbf2d1;
	border-bottom:10px solid #dbf2d1;
	margin-bottom:30px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 50px;
	min-height: 20px;
	padding-left: 19px;
	padding-right: 19px;
}

#fawforum {
  background: rgba(0, 0, 0, 0)  url(../img/fawforum.png) no-repeat scroll left top;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	height: 55px;
	margin-top: 20px;
	text-shadow: none;
	background-size:120px;
}

#fawverlag {
  background: rgba(0, 0, 0, 0)  url(../img/fawverlag.svg) no-repeat scroll left top;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	height: 55px;
	margin-top: 20px;
	text-shadow: none;
	background-size: 120px;
}

#fawzimmerboerse {
  background: rgba(0, 0, 0, 0)  url(../img/fawzimmerboerse.svg) no-repeat scroll left top;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	height: 55px;
	margin-top: 20px;
	text-shadow: none;
	background-size: 250px;
}

#mieterinfo {
  background: rgba(0, 0, 0, 0)  url(../img/mieterinfos.png) no-repeat scroll left top;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	height: 55px;
	margin-top: 20px;
	text-shadow: none;
	background-size:120px;
}

#info {
  background: rgba(0, 0, 0, 0)  url(../img/info.png) no-repeat scroll left top;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	height: 55px;
	margin-top: 20px;
	text-shadow: none;
	background-size:95px;
}

/**
 * paragraph styles
 */

.paragraph {
	margin-bottom:50px;
}

.field--name-field-link a {
	background-color: transparent;
	border-color: #000;
	border-radius: 0;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

.region-sidebar-first h3 {
	margin-top:0px;
}
 
.block-facet--checkbox {
  margin-bottom:30px;
}

.paragraph--type--files {
	margin-top:10px;
}

.wg-description,
.wg-imggallery{
	margin-bottom:90px;
}

.wg-pflegedienst {
	margin-bottom:50px;
}

ul.js-facets-checkbox-links {
  padding-left: 0;
}

.facet-item {
	float: left;
	line-height: 1;
	list-style: outside none none;
	margin-bottom: 4px;
	margin-right: 8px;
	padding: 5px 5px 1px;
}

.facet-item__value {
	margin-left:10px;
}

.block-facets {
	width:250px;
	float:left;
	margin-right:20px;
}

.view-wohnungen {
	margin-top:50px;
	clear:both;
}

.map-address  {
	margin-bottom:50px;
	margin-top:50px;
}

.path-zimmerboerse h1.page-header {
	display:none;
}

.zimmerboerse-view header {
	margin-bottom:30px;
}

.zimmerboerse-view-start .views-row {
	margin-bottom:10px;
}

.btn {
	white-space:normal;
	hyphens:auto;
}

.facet-item input,
.facet-item label {
	cursor:pointer;
	font-size:15px;
	font-weight:normal;
}

.cite {
	font-size:36px;
	font-style:italic;
	color:#dd6b9b;
}

.subline {
	font-size:24px;
	max-width: 860px;
	margin: 0 auto 20px auto;
	width: 100%;
	float: none;
	padding: 0;
}

.videotitle { 
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
}

.paragraph--type-image img {
  max-height: 90vh;
	width:auto;
	margin:0 auto;
}

.paragraph--type-image .img-caption {
	text-align:center;
	font-size:16px;
	margin-top:5px;
}

.image-left {
  margin-right: 30px;
	margin-top: 7px;
	width: 45%;
	margin-bottom: 20px;
}

.image-right {
	margin-left: 30px;
	margin-top: 7px;
	width: 45%;
	margin-bottom: 20px;
}

.image-caption {
	font-size:16px;
	margin-top:5px ;
}

.fawforum-view .views-row {
	margin-bottom:100px;
}

.fawforum-view hr {
  border: 0; height: 1px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  width:80%;
  margin-bottom:0px;
  margin-top:60px;
}

.fawforum-view .views-row:last-child hr {
	display: none;
}

.fawforum-view .views-row:nth-child(even) .proj-img {
	left:50%;
}

.fawforum-view .views-row:nth-child(even) .proj-txt {
	right:50%;
}

.metawg-cto .thumbnail {
	background-color: #FAFAF9;
	border: none;
	border-radius:0;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}

.metawg-cto .thumbnail img {
	width:30%;
}

.metawg-cto h3 {
	margin-bottom:20px;
}

a.learnmore {
	border-top: 1px solid #999;
	display: table;
	margin-top: 20px;
	padding-top: 20px;
}

.pflegedienst {
	margin-bottom:30px;
}

.mitg {
	margin-top:50px;
	font-weight:700;
}

.pflegedienste-view .views-field-field-adresse,
.pflegedienste-view .views-field-field-telefon,
.pflegedienste-view .views-field-field-logo  {
	margin-bottom:20px;
}

.dis-1 {
	margin-top:120px;
}

.dis-2 {
	margin-top:40px;
}

.dis-3 {
	margin-top:80px;
}

.dis-4 {
	margin-top:230px;
}

.affix {
	top:80px;
}

.jumbo {
	border-bottom: 1px solid #000;
  border-top: 1px solid #000;	
	margin-top: 80px;
	margin-bottom:80px;
	padding-bottom: 80px;
  padding-top: 80px;
}

.jumbo h2 { 
	margin-top: 0px;
}

.jumbo p { 
  font-size:30px;
}

.paragraph--type-one-column-section,
.paragraph--type-two-column-section,
.paragraph--type-three-column-section,
.paragraph--type-cardcontainer,
.paragraph--type-embed-view {
	padding-top:80px;
	padding-bottom:70px;
}

.logo-meta-wg,
.mitg {
	height:80px;
	text-align:center;
}

.logo-meta-wg .img-responsive {
	display: block;
	width: auto;
	max-height: 100%;
	margin:0 auto;
}

.view-node {
	margin-top:10px;
	text-align:right;
}

.view-forum .views-row {
	margin-bottom:100px;
}

.field--label-inline .field--items, .field--label-inline .field--label, .field--label-inline > .field--item {
	padding-right: .3em;
}

.field--name-field-single-image img {
	margin:0 auto;
}

.field--name-field-caption {
	text-align:center;
}

#views-exposed-form-wohnungen-page-1 .fieldgroup {
	margin-bottom:20px;
}
 
#views-exposed-form-wohnungen-page-1 legend {
	margin-bottom:10px;
	font-weight:500;
}

#views-exposed-form-wohnungen-page-1 input[type="checkbox"] {
  margin-left: 0px;
	margin-right:6px;
	margin-top:8px;
	margin-bottom:0px;
}

.zimmerboerse-header {
	height:50px;
}

.backto {
	margin-top:50px;
}

#sliding-popup .popup-content {
	margin: 0 auto;
	max-width: none;
	display: inline-block;
	text-align: left;
	width: 100%;
}

#sliding-popup {
	z-index: 99999;
	text-align: center;
	background-color: #000;
	height: 100px;
	width:100%;
}

#sliding-popup .popup-content #popup-buttons button {
	background: none;
	-moz-user-select: none;
	background-image: none;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	border: 2px solid #428bca;
	color: #428bca;
	margin-bottom: 0;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

#sliding-popup .popup-content #popup-buttons button:hover {
	background: #428bca;
  color: #fff;
	text-decoration:none;
  border: 2px solid #428bca;	
}

#popup-text {
	color:#fff;
	font-size:15px;
	margin-top:15px;
}

#sliding-popup .popup-content #popup-buttons {
	margin-top:22px;
}

.path-wgs .logo,
.path-wgs h1.page-header {
	display:none;
}

.bef-exposed-form .form--inline > .form-item {
  float: none;
}

.file, .file-link {
  width: auto !important;
}

#edit-einwilligung .help-block {
	font-size:18px;
	color:#333;
}

#edit-einwilligung input[type="checkbox"] {
  margin:8px 10px 0 -20px;
}

#edit-einwilligung label {
	font-weight:700;
}

.g-recaptcha {
	margin-bottom:30px;
}

.video-embed-field-provider-youtube {
  background-color: rgba(219, 242, 209, 0.8);
}

.ccm--consent-switch {
  padding-top: 30px;
}

.ccm--consent-switch input {
  width: 40px;
  margin-top: 13px;
}

.view-pflegedienste-admin {
  margin-top: 20px;
} 

#block-pflegediensteadmin  {
  margin-top: 150px;
} 

#block-pflegediensteadmin  .nav > li > a {
	position: relative;
	display: inline;
	padding: 10px 15px;
	width: auto;
	float: left;
	text-decoration: none;
	background-color: #003ecc;
	color:#fff;;
	margin-right: 3px;
  border: 1px solid #003ecc;
}

#block-pflegediensteadmin  .nav > li > a:hover {
	background-color: #fff;
	color: #003ecc;
	border: 1px solid #003ecc;
}

#block-pflegediensteadmin  .nav > li.active > a {
	background-color: #fff;
	color: #003ecc;
	border: 1px solid #003ecc;
}

/* Anpassungen LOOM */

header#navbar {
	height: 65px;
	position: fixed;
	top: var(--drupal-displace-offset-top, 0);
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	border-bottom: 0.5px solid #78B6DD;
	background-color: white;
}

.navbar-btn {
	padding: 10px 30px;
	margin: 0;
}

.cta > .btn {
	border: none;
	font-size: 15px;
	padding: 7px 25px;
}

.btn-success {
	background-color: black;
	color: white;
	transition: .3s ease-in-out;
}

.btn-success:hover {
	background-color: white;
	color: black;
}

.paragraph--type-two-column-section {
	background-color: #FAFAF9 !important;
	padding-left: 15px;
	padding-right: 15px;
}

.paragraph--type-two-column-section > div {
	padding: 30px;
	border-radius: 4px;
}

.paragraph--type-two-column-section .cta {
  text-align: right;
}

.paragraph--type-two-column-section > div:first-child {
	background-color: #EBF7FF;
}

.paragraph--type-two-column-section > div:first-child h2 {
	color: #00588F;
} 

.paragraph--type-two-column-section > div:last-child {
	background-color: #E5F1D5;
}

.paragraph--type-two-column-section > div:last-child h2 {
	color: #335700;
} 

.paragraph--type--text,
.paragraph--type-cta,
.paragraph--type--files {
	max-width: 860px;
	margin: 0 auto;
}

.carousel-inner {
	max-width: 1170px;
	margin: 0 auto;
}

.carousel-inner,
.carousel-inner .item {
	display: flex;
	flex-direction: column;
}

.carousel-inner .headerimg-landing,
.carousel-inner .headerdefaultimg {
	height: auto !important;
	order: 2;
}

.carousel-inner .headerimg-landing img,
.carousel-inner .headerdefaultimg img {
	aspect-ratio: 25/14;
  border-radius: 4px;
}

.carousel-inner .carousel-caption {
	order: 1;
	position: unset;
	text-shadow: none;
	color: black;
	text-align: left;
	margin: 115px 0 40px;
	max-width: 480px;
}

.carousel-caption .caption {
	font-size: 48px;
  line-height:59px;
	font-weight: 400;
	margin: 15px 0 0 0;
}

.carousel-inner .carousel-caption p.zoomIn {
  font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	margin: 0;
}

.paragraph--type-banner > img {
	border-radius: 4px;
}

.paragraph--type-banner .bannertext {
	font-size: 44px;
	font-weight: 500;
	color: #00588F;
}

.paragraph--type-banner .bannertext-container {
	padding: 65px;
}

.zimmerboerse-view {
	display: flex;
	flex-wrap: wrap;
}

.zimmerboerse-view .well {
	position: relative;
	height: calc(100% - 20px);
	background-color: #FAFAF9;
	font-size: 18px;
	color: #525252;
}

.zimmerboerse-view .well img {
	border-radius: 20px;
	margin-top: 20px;
}

.zimmerboerse-view .well h3 > a {
	color: black;
}

.zimmerboerse-view .well .view-bezirk {
	font-size: 15px;
	font-weight: 500;
	border: none;
	text-transform: unset;
	background-color: white;
	border-radius: 100px;
	padding: 6px 25px;
	color: black;
	width: fit-content;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.zimmerboerse-view .well .wg-view-des-top {
	margin: 0;
}

.zimmerboerse-view .well .wg-view-des-top {
	color: black;
}

.zimmerboerse-view .well .views-label {
	font-weight: 500;
	color: black;
}

#views-exposed-form-wohnungen-page-1 .radio, 
#views-exposed-form-wohnungen-page-1 .checkbox {
	display: inline-block;
}

#views-exposed-form-wohnungen-page-1 .checkbox input[type="checkbox"] {
	position: unset;
}

section.row:first-of-type {
	padding-top: 0;
}

.field--label-inline .field--label,
.field--label-inline .field--item {
	display: inline;
}

.field--label-inline .field--label {
	font-weight: 500;
	color: black;
}

.field--name-field-media-audio-file {
	margin: 20px 0;
	width: 100%;
}

.field--name-field-media-audio-file .field--label,
.field--name-field-media-audio-file .field--item {
	max-width: 860px;
	margin: 10px auto;
}

