@import "/includes/includes/global.css";
@import "/includes/fonts/roboto-slab/styles.css";

:root {
	--color-red: #bf2a3b;
	--color-main: #bf2a3b;
	--color-gray: #555555;
}



body {	
	background: #cccccc;
	font-size: 1.1rem;
}


a, a:focus {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: var(--color-red);
}

.gray {
	color: var(--color-gray);
}

h1, h2, h3, h4, h5 {
	color: var(--color-red);
	padding-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}



h2, h3, h5 {
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}
	
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }

h2.space {
	padding: 40px 0;
margin: 0;
}


h1.home {
	font-size: 4em;
}
h3.main-heading {
	background: url(/images/double-lines.png) repeat-x bottom;	margin-bottom: 30px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

hr {
	display: none;
}



#logo img {
	padding: 20px 0;
	margin: 0 auto;
	max-height: 160px;
}

#logo2 {display: none;}
#logo2 img {height: 50px;	padding-right: 100px;}



.posfixed {
	position: fixed;
	z-index: 5000;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.6);
}

.posfixed .navbar {
	background: #ccc;
}
.posfixed .nav > li > a {
    color: #333;
}
.posfixed .nav > li > a:hover {
    color: white;
}



/* Navigation Styles Starts */


.navigation {
    background-color: rgba(51, 51, 51, 0.5);
    display: block;
    text-align: right;
    width: 100%;
	 height: 50px;
}

.navbar {
	background: #7e7e7e;
	border: none;
}

.nav > li > a {color: white;}
.nav > li > a:hover, .nav > .open > a {background: var(--color-red);color: white;}

.nav > li > a:hover {background: var(--color-red);}

.nav-link {
	margin: 0 10px;
}

.dropdown-menu  {
	padding: 0;
	background-color: rgba(51, 51, 51, 0.5);
	min-width: 100%;
	margin: 0;
	left: 10px;
	border-top: 2px solid white;
}

.dropdown-menu .nav-link {
    font-size: 1.1rem;
	 color: white;
	 margin: 0;
}

.dropdown-menu .nav-link:hover {
	/*color: black;*/
	background: var(--color-red);
}


.dropdown:hover > .dropdown-menu {
  display: block;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: var(--color-red);
}

.logo a:hover {
	background: none;
}

.btn-primary {
	background: var(--color-red);
	border: none;
}

.btn-primary:hover {
	background: var(--color-gray);
	border: none;
}




.footer {
	background-color: #323232;
}
.footer, .footer a {
	color: #fff;
	text-decoration: none;
}

.foot-column {
	margin-top: 40px;
	margin-bottom: 40px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-right: 1px solid #484848;
}

.foot-column.last {
	border-right: none;
}

.foot-column h5 {
	margin-bottom: 15px;
	color: #888;
}

.foot-column li + li {
	padding-top: 5px;
}

.foot-column ul.social-media-links li {
	padding-right: 10px;
	font-size: 18px;
}

.foot-column ul.social-media-links li + li {
	padding-top: 0;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1c1c1c;
}

.copyright, .copyright a {
	color: #b9b9b9;
}

	












.group {
	padding: 40px 0;

}

.main {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 500;
    padding: 60px;
    min-height: 600px;
    margin-top: -20px;
    box-shadow: 0 0 70px rgba(51, 51, 51, 0.6);
}

.main p, .main li {
	font-size: 1.1rem;
	text-align: justify;
}

.main li {
	margin-bottom: 15px;
	list-style: none;
}

.main li::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	color: var(--color-red);
	font-weight: 900;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

.card {
	border-radius: 0.5rem;
	overflow: hidden;
}

.shadow {
    box-shadow: 0 .3rem 1rem rgba(0,0,0,.25) !important;
}



.sidecol {
    margin-top: 30px;
}

#footerbanner {
	margin-bottom: 30px;
}



.table-small > tbody > tr > td:first-child {
	color: white;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: var(--color-red);
}











/* neu vom 09.02.21*/
.box {
	padding: 20px;
	/*margin-top:20px;*/
	height: 100%;
	position: relative;
}

.row.home {
	display: flex;
	flex-wrap: wrap;
}

.box h2 {
	color: var(--color-gray);
	font-size: 2rem;
}

.box.news h2 {
	margin: 20px 0 5px 0;
}

.box h3 {
	color: #555;
	font-size: 2rem;
}

.box h4 {
	color: var(--color-gray);

}


.box .contact {
	color: #a31929;
	font-size: 2rem;
	padding: 30px;
}





.boxsmall {
	position:relative;
	height:150px;
	width: 170px;
}

.boxsmall:after {
	content:'';
	position: absolute;
	top: 30%;
	left: 100%;
	margin-left: -50px;
	width: 0;
	height: 0;
	border-bottom: solid 50px var(--color-red);
	border-left: solid 50px transparent;
	border-right: solid 50px transparent;
}

.boxsmall.red {
	background-color: var(--color-red);
}
.boxsmall.gray {
	background-color: var(--color-gray);
}

.boxsmall.gray:after {
	border-bottom: solid 50px var(--color-gray);
}



.smallbox {
	padding: 20px 10px;
	text-align: center;
	border-radius: 5px;
}

.smallbox p {
	font-size: 0.9rem;
	line-height: 1.1rem;
}

.smallbox i{
	font-size: 2rem;
}


.smallbox.gray {
	background-color: var(--color-gray);
	color: white;
}

.smallbox.red {
	background-color: var(--color-red);
	color: white;
}

.pelnyplus {
    color: var(--color-red);
    font-size: 3rem;
    font-weight: bold;
}
.pelnyplus span {
    color: var(--color-gray);


}










.white {
	background: #fff;
}

.box span {
	width: 40px;
	display: block;
	float: left;
	white-space: nowrap;
}

.termin {
	position: absolute;
	top: 20%;
	padding-right: 20px;
	width: 80%;
	right: 0;
}

.box.triangle:after {
	content:'';
	position: absolute;
	top: 20%;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 100px solid #fff;
	border-right: 100px solid transparent;
}

.subheadline {
	position: relative;
	background: #555;
	color: white;
	padding: 5px;
	font-size: 2rem;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
	margin-left: -10px;
	margin-top: 20px;
}

.subheadline h1 {
	font-size: 2em;
	font-size: inherit;
	color: inherit;
	padding: inherit;
	margin: 0;
}


.subheadline::before {
	content: '';
	position: absolute;
	margin-top: -17px;
	margin-left: -29px;
	width: 25px;
	height: 58px;
	background: var(--color-gray);
	transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	-webkit-transform: skewY(45deg);
}

.box.slogan {
	padding: 40px 80px;
	text-align: center;
	font-size: 2.5rem;
	color: #555;
}




.card-img-top {
	width: 100%;
	height: 10vw;
	object-fit: cover;
}


.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
	font-family: 'Roboto Slab', serif;
	font-size: 35px;
	font-weight: 700px;
	text-align: center;
	color: var(--color-red)
}

.blockquote::before {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	top: 0;
	content: "\f10d";
	font-size: 200px;
	color: rgba(0,0,0,0.1);
	left: 10%;
}


#staff p {
	font-size: 1rem;
	text-align: left;
}

#staff h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}


#filtergroup .btn-primary.active {
    background: var(--color-red);
}


.txtfloat {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    -webkit-column-rule: 1px dotted #ddd;
    -moz-column-rule: 1px dotted #ddd;
    column-rule: 1px dotted #ddd;
}

.txtfloat .x {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    overflow: hidden;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}


#timeline .smallbox p {
	text-align: center;
}

#timeline .smallbox h3 {
font-size: 1.1rem;
color: white;
}




#filtergroup .dropdown-menu {
    background: white;
}



.form-check-input:checked {
	background-color: var(--color-red);
	border-color: var(--color-red);
}

#npg {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

#npg img {
	max-width: 200px;
}

#offmarket {
	width: 90%;
}

.modal-body h1 {line-height: 1.1;}
.modal-body p {margin: 0 0 20px;}
.modal-body ol li  {margin-bottom: 10px;}
.modal-title {padding: 0;margin: 0;}

.property-price, #filtergroup .btn-primary.active {
 background: var(--color-red);
}


.strategien {
	width:50%;
}



.immosearch {
    padding: 30px 50px 50px 50px;
}


#btn-mobile {
  line-height: normal;
  width: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.img {
  min-height: 200px;
  overflow: hidden;
  position: relative;
}





/* google reviews */
.review-stars ul {
	display: inline-block;
	list-style: none;
	padding-left: 60px;
	margin: 0;
}

.review-stars ul li {float: left;margin-right: 5px;}
.star {color: #E4B248;	font-size: 2rem;font-style: normal;}
.review-stars ul li i.inactive {color: #c6c6c6;}
.star:after {content: "\2605";}
.review-item {padding-bottom:30px;}
.review-meta {
	padding-right: 1rem;
		display: flex;
		float: left;
		
		align-items: center;
}

.review-sep {
	width: auto!important;
	padding-right: 10px;
}
.review-stars {
	float: right;
}
.review-text {
	display: inline-block;
	margin-top: 1rem;
}
.review-meta img {
	float: right;

}

.review-author {
  width: auto !important;
  padding-left:25px;
}



#teamfoto {
  margin: 0 auto;
  text-align: center;
  background: url(/images/team03.jpg);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#teamfoto2 {
  margin: 0 auto;
  text-align: center;
  background: url(/images/teamfoto_pelly_2026.png);
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}







.review-stars li:before {content: '';}


/* ===== Responsive / Resize ===== */
.offcanvas {width: 80%!important;}
.offcanvas-body {padding-top: 0;}
.offcanvas ul {padding:0;}
.offcanvas li {list-style: none;}
.offcanvas .nav-item {margin-bottom: 0px;}
#canvasBody .subnav {padding-left: 20px;}
.offcanvas .nav-link {color: #333;}
.offcanvas .col.subnav {margin-bottom: 20px;}


.offcanvas .nav-item {
  display: inline-block;
  width: 100%;
  text-align: left;
}


@media(max-width:768px) {

#logo {
	float: left;
	margin-left: 10px;
}
#logo img {
	max-height: 100px;
	padding: 10px 0;
}

.box {
	padding: 0;
}
.box.white {
	padding: 10px;
}
.box h2 {
    font-size: 1.2rem;
}

.card-img-top {
    height: 200px;
}

#offmarket {
	width: 100%;
}

.subheadline::before, .box.triangle::after {
	display: none;
}


#npg {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

#npg img {
	max-width: 150px;
}


#teamfoto {
	height: 190px;
	min-height: auto;
}

.subheadline {
    font-size: 1rem;
    margin: 0px;
}


.form-check-inline {
  width: 100%;
}

.main {
	padding: 15px;
}

h1, .main h1 {
	font-size: 1.2em;
}

.main h2 {
	font-size: 1.2em;
}

.main p {
	font-size: 0.9em;
	text-align: left;
}

.smallbox {
	margin-bottom: 20px;
	padding: 10px;
}

#staff p {
	line-height: 1rem;
}
#staff .row {
	margin-bottom: 30px;
}

.strategien {
	width:80%;
}

#filtergroup .btn-primary {
	font-size: 0.9rem;
	padding: 5px;
	line-height: 0.9rem;
}

.footer li, .footer li a, .copyright {
	font-size: 0.9rem !important;
	line-height: 1rem;
}


#immos {
	padding: 0;
}

#immodetail .fotos {
	padding: 0;
}


#mobNav {
    position: absolute;
    right: 20px;
    top: 10px;
}

.sidecol {
	padding: 10px;
}























}
