

/* ==========================================================================
   Author:	Sebastian K�sters
   Firma:	Systemhaus Niederrhein GmbH	
   Datei:	main.css - Styling der Startseite und der wiederkehrenden Elemente
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  background: #ddeafc;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

span.zusatz {
    font-size: 14px;
    font-weight: normal!important;
    text-transform: none;
    padding-left: 20px;
}
.copyright p {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  margin-top: 5px!important;
  margin-bottom: 5px;
  color: #fff;
}

.copyright-blocks a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.copyright-blocks {
margin-top: 0!important;
}

.copyright-bg{
  background-color: #08ae2f;
  margin-top: 20px;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.7;
  position: fixed;
  bottom: 50px;
  right: 10px;
  display: none;
  z-index: 1000;
}

.pull-right-own {
  float: none!important;
}

.desktop-show{
	visibility: hidden;
}

.mobile-show{
	visibility: visible;
}

.navbar-toggle{
	float: left;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.card-head {
  min-height: 80px;
  background: #08ae2f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  text-transform: uppercase;
  color: #fff;
}

.card-img img {
  min-height: 162px;
}

.card-content {
  padding: 19px 2px;
  border-bottom-left-radius: 12px;
  background: #fff;
  border-bottom-right-radius: 12px;
}

.card-content-top {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  height: 75px;
}

.card-content .table>tbody>tr>td{

  border-top: 0;
}

.wohnungen-card span {
  display: block;
  font-weight: 600;
}


.card-content-top span {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
  padding-left: 8px;
}

.card-content-top i {
  margin-right: 5px;
}

.card-content p {
  text-align: center;
}

wohnungen-card h2{
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
	font-weight: 300;
}

.wohnungen-card h2 {
  margin: 0;
  padding-top: 18px;
  padding-left: 6px;
  font-weight: 300;
  font-size: 22px;
}

.img-responsive{
  width: 100%;
}

.wohnungen-card {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
  border-radius: 12px;
  min-height: 345px;
  margin-top: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.btn-detail {
  height: 45px;
  width: 110px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 300;
}

.content-card {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.75);
  border-radius: 12px;
  min-height: 345px;
  margin-top: 70px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.content-card span {
  font-weight: 600;
}


.content-card .card-head {
  border-bottom: 1px solid;
}

.content-card .card-head hr {
  border: 1px solid;
  width: 80%;
  margin-top: 10px;
}

.content-card p {
  text-align: center;  
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
}

.content-card h2, 
.content-card h1 {
  margin: 0;
  padding-top: 13px;
  font-size: 30px;
  text-align: center;
  font-weight: 300;
}

.jumbotop{
	background: #ccc;
}

.navbar {
	margin-bottom: 0px; 

}

.footer-bg {
  background: #fff;
  margin-top: 80px;
  border-top: 5px solid #08ae2f;
  padding: 0!important;
}

.footer-blocks {
  margin-top: 40px;
  text-align: center;
}

.footer-blocks li {
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-blocks h4 {
  font-size: 25px;
  margin-bottom: 25px;
}

.footer-blocks ul {
  margin-left: -40px;
  list-style: none;
}

@media (min-width: 767px) { 

.pull-right-own{
	float: right!important
}

.footer-blocks {
  margin-left: 62px;
  margin-top: 40px;
  text-align: left;
}

.desktop-show{
	visibility: visible;
}

.mobile-show{
	visibility: hidden;
}

}

@media (min-width: 990px) { 
.footer-blocks li {
  font-size: 14px;
  margin-bottom: 0px;
}

.footer-blocks h4 {
  font-size: 18px;
  margin-bottom: 0px;
}

.content-card h2,
.content-card h1 {
  margin: 0;
  padding-top: 13px;
  font-size: 45px;
  text-align: center;
  font-weight: 300;
}
.scrollup {

  right: 50px;

}


}

@media (min-width: 400px) { 
.card-content {
  padding: 20px;
}

.card-content-top span {
  display: inline-block;
  padding-top: 0px;
  padding-left: 0px;
  width: 50%;
}

.card-content-top {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  height: auto;
}

.wohnungen-card h2{
	margin: 0;
	padding-top: 8px;
	padding-left: 20px;
	font-weight: 300;
	font-size: 30px;
}

.content-card p {
  text-align: center;
  /* padding-top: 70px; */
  font-size: 23px;
  padding: 58px 117px 58px;
}
}














