/* 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: #fff;
    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;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
margin-top: 80px;
 padding-top: 40px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  background-color:#dbf2d1;
  font-size:16px;

}

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



.page-header {
	font-size:36px;
	font-weight:700;
	border-bottom:none;
	margin-top:15px;
	color:#78b6dd;
	hyphens: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: 10px 10px;
	max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 800ms ease 0s;
	height:56px;

}

.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: 0px;
    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:1001;
}

.user-logged-in .sectionmenu {
    top: 39px;
} 



.toolbar-tray-open .sectionmenu {
    top: 80px;
}




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

.carousel-control {
    display: none;
}

.carousel {
	margin-left:-15px;
	margin-right:-15px;
	
}

.carousel-caption p.zoomIn {
    font-size: 77px;
    line-height: 77px;
	font-style: normal;
	font-weight: 700;
}

.carousel-caption .caption {
    font-size: 48px;
	line-height:50px;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0.05em;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}



.path-node .carousel-caption p.zoomIn {
    font-size: 50px;
    line-height: 50px;
	font-style: normal;
	font-weight: 700;
}

.path-node .carousel-caption .caption {
    font-size: 32px;
	line-height:36px;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0.05em;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}




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

.headerimg-landing {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.headerdefaultimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}
.carousel-caption p.zoomIn {
    font-size: 77px;
    line-height: 77px;
	font-style: normal;
	font-weight: 700;
}

.carousel-caption .caption {
    font-size: 48px;
	line-height:50px;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0.05em;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel-caption {
	
    left: 10%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    right: 10%;
    width: auto;
	top: 60%;
transform: translateY(-50%);
}

#block-defaultheaderzimmerboerse .carousel-caption {
	
	top: 50%;
transform: translateY(-50%);
}


#block-defaultheaderzimmerboerse .carousel-caption p.zoomIn {
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
}

#block-defaultheaderzimmerboerse .carousel-caption .caption {
    font-size: 32px;
	line-height:36px;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 0.05em;	
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.carousel {
	margin-left:-15px;
	margin-right:-15px;
	
}


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

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


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

.navbar-btn {
	position:absolute;
	top:50px;
	left:50px;
	z-index:3;
	
}

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

.highlighted {
	margin-bottom:50px;
}

.region-drawer {
	column-count: 2;
column-gap: 1em;
	}
	
	.pure-drawer[data-position="top"] {
	overflow:scroll;

		}

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

#block-uberuns h2,
#block-siesindeinpflegedienst h2,
#block-siesindeinangehoriger h2,
#block-zimmerborse h2,
#block-allgemein h2 {
	text-transform:uppercase;
	font-weight:700;
	color:#000;
	font-size:24px;
	margin-top: 0px;
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:20px;
	line-height:34px;
	letter-spacing:1px;

}






.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 {
    background-color: transparent;
    color: #1fc08e;
	
}

.region-drawer a.is-active,
.region-drawer li.active a	{
	font-weight:700;
	}

.user-logged-in .pure-toggle-label {
top: 30px;
}

.toolbar-tray-open .pure-toggle-label {
top: 70px;
}

.user-logged-in .pure-toggle-label[data-toggle-label='top'] {
 right:30px;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}


.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 {
	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: 0px;
}

.view-bezirk {
	border-bottom: 1px solid rgba(212,212,212,0.7);
	border-right: 1px solid rgba(212,212,212,0.7);
	text-transform: uppercase;
font-size: 17px;
color: #000;
background-color: rgba(219,242,209,0.9);
padding-left: 22px;
padding-right: 22px;
padding-top: 10px;
padding-bottom: 10px;
display: inline-block;
width: auto;
position: absolute;
}



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

.wg-view-des-bottom {
	 padding-top: 0px;
	 padding-left: 22px;
	 padding-right: 22px;
	 padding-bottom: 0px;
}
.view-bottom {
	height:52px;
}

.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;
}

#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:28px;
	margin-bottom:20px;
	margin-top:-20px;
}

.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%;
}

h2.embedview-header {
	margin-bottom:30px;
}


.metawg-cto .thumbnail {
    background-color: #fff;
    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;
   font-size:34px;
}

.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;
}



.paragraph--type-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height:1000px;
	position:relative;
   
}

.bannertext-container {
	position: absolute;
	top:30%;
	left:20%;
	width:30%;
	height:500px;
	overflow:visible;
}

.bannertext {
    position:absolute;
	top:40%;
	left:5%;
    z-index: 1;
	font-size:30px;
	color:#fff;
    background-color: rgba(77, 193, 255, 0.8);
	padding:30px;
    transform: rotate(-7.5deg);
}

.bannertext {    
text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.bannertext-back {
	position:absolute;
	top:20%;
	background-color: rgba(255, 245, 222, 0.8);
    height: 80%;
    transform: rotate(-20.5deg);
    width: 80%;
}

.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:700;
}

#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;
}

