/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('../fonts/source-sans-pro-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v12-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

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

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('../fonts/source-sans-pro-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v12-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

::-moz-selection { background: #be1d72; color: #fff; text-shadow: none; }
::selection { background: #be1d72; color: #fff; text-shadow: none; }

/*::-moz-selection { background: none;}
::selection { background: none;}*/

.img-fluid
{
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}

body
{
	font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  color: #555;
}

.navbar-light .navbar-nav .nav-link
{
	color: #555;
}

strong
{
	font-weight: 400;
}

h1, h2, h3,
.h1, .h2, .h3
{
  margin-bottom: 1rem;
  line-height: 1.5;
}

h1, .h1
{
  color: #be1d72;
  /* text-align: center; */
  font-weight: 300;
  font-size: 2.8rem;
}

h2, .h2
{
  color: #be1d72;
  /* text-align: center; */
  font-weight: 300;
  font-size: 2.3rem;
}

h3, .h3
{
  font-size: 1.2rem;
  font-weight: 300;
}

h4, .h4
{
  color: #be1d72;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

ol > li
{
  padding-bottom: 1.5rem;
}

ol
{
  padding-left: 15px;
}

footer h4, footer .h4
{
  color: #be1d72;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0rem;
}


.lead {
  text-align: center;
  font-size: 1.5rem;
}

section {
  margin: 3rem 0;
}

.magenta
{
	color: #be1d72 !important;
	font-weight: bolder;
}

.magenta_normal
{
	color: #be1d72 !important;
}

.justify
{text-align: justify;}

.nav-link.activ
{
	color: #be1d72 !important;
	
}

.col-form-label
{
	line-height: 2;
}

.bg-light
{
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-60 {
  height: 60vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  color: #000;
  margin-bottom: 60px;
}

header a {
  padding-top: 80px;
}
header a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
header a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
header a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
header a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a, a.visited, a:hover {
color: #be1d72;
}

.navbar-brand
{
	font-size: 2rem;
}

#grundriss {
  padding: 40px 0px;
  background-image: url("../images/bg_grundriss.png");
  /*height: 300px;*/
  height: auto;
  text-align: center;
}

/* #wohnen .row, #kontakt .row, #ansprechpartner .row
{
  margin-bottom: 2rem;
} */

#wohnen .row, #ansprechpartner .row
{
  margin-bottom: 2rem;
}

#wohnen .row  img, #kontakt .row  img, #ansprechpartner .row  img {
  margin-bottom: 40px;
}

#wohnen .row .strasse, #kontakt .row .strasse, #ansprechpartner .row .strasse {
  margin-bottom: 20px;
}


.form-group {
    margin-bottom: 0.2rem;
}


.linie-links {
  border-left: 3px #be1d72 solid;
  padding-left: 20px;
}


.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
  color: #be1d72;
  background-color: #fff;
  border-color: #be1d72 ;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #be1d72;
  border-color: #be1d72;
}

footer {
  background-color: #dbdbdb;
/*  padding-bottom: 40px;
  padding-top: 20px;*/
  text-align: center;
  font-size: 1rem;
}

footer a {
  color: #555;
}

footer a:hover, footer a:focus {
  color: #be1d72;
  text-decoration: none;
}

footer ul li {
  list-style: none;
}

footer ul {
  padding: 0px;
}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 17px;
	right: 17px;
	z-index: 999;
}

.scroll-up a {
	background: #be1d72;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.9rem;
	color: #FFF;
	opacity: 1;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #FFF;
}

#global-nav {
  position: fixed;
  top: 0;
  /*z-index: 9999;*/
  width: 100%;
  box-shadow: 0 20px 50px 0 rgba(0,0,0,.05);
}

.scrolled-nav {
  background-color: #fff !important;
  margin-bottom: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bg-light {
  -webkit-transition: all .5s;
  transition: all .5s;
}
  
.scrolled-nav img
  {
  height: 40px !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
 h1, .h1 {
  font-size: 2rem;
 }

 h2, .h2 {
  font-size: 1.8rem;
 }

 #kontakt .row
 {
  margin-top: 1rem;
  margin-bottom: 0rem;
 }
 
  #wohnen .row, #kontakt .row, #ansprechpartner .row
	{
  	margin-bottom: 1rem;
	}

  #wohnen .col-md-3, #wohnen .col-md-4, #wohnen .col-md-6, #wohnen .col-sm-12,
  /*#kontakt .col-md-3, #kontakt .col-md-4, #kontakt .col-md-6, #kontakt .col-sm-12,*/
  #ansprechpartner .col-md-3, #ansprechpartner .col-md-4, #ansprechpartner .col-md-6, #ansprechpartner .col-sm-12,
  #download .col-md-3, #download .col-md-4, #download .col-md-6, #download .col-sm-12,
  .img-fluid
  {
    margin-bottom: 2rem;
  }

}

@media (max-width: 991px) {
  nav img {
    height: 40px !important;
  }

  .bg-light {
    background-color: #fff !important;
  }
}