/*
Theme Name: JONGO Webagentur Theme
Theme URI: https://www.jongo-webagentur.de/
Author: JONGO
Author URI: https://www.jongo-webagentur.de/
Description: Ein angepasstes Theme der JONGO Webagentur. Kontakt: info@jongo-webagentur.de. Wir lieben WordPress! <3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean
Text Domain: JONGO Webagentur Theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
1.0 - allgemeine Html Elemente
1.1 - Silder (Slick)
2.0 - Naviagtion
3.0 - Frontpage
4.0 - Archive Page "immobilien"
Footer

 * ----------------------------------------------------------------------------
 */
@font-face {
    font-family: 'borealisregular';
    src: url('fonts/borea-webfont.eot');
    src: url('fonts/borea-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/borea-webfont.woff2') format('woff2'),
         url('fonts/borea-webfont.woff') format('woff'),
         url('fonts/borea-webfont.ttf') format('truetype'),
         url('fonts/borea-webfont.svg#borealisregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'walkway';
    src: url('fonts/walkway_expand_black-webfont.eot');
    src: url('fonts/walkway_expand_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/walkway_expand_black-webfont.woff2') format('woff2'),
         url('fonts/walkway_expand_black-webfont.woff') format('woff'),
         url('fonts/walkway_expand_black-webfont.ttf') format('truetype'),
         url('fonts/walkway_expand_black-webfont.svg#walkway_expand_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialregular';
    src: url('fonts/arial-webfont.eot');
    src: url('fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial-webfont.woff2') format('woff2'),
         url('fonts/arial-webfont.woff') format('woff'),
         url('fonts/arial-webfont.ttf') format('truetype'),
         url('fonts/arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/*1.0 allgemeine elemente*
  **************************************/
  
@media (min-width: 1380px) {
	.container {
		max-width: 85%;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 90%;
	}
}
.slick-dots {
	bottom: -50px !important;
}
.align-center {
	margin-top: auto;
	margin-bottom: auto;
}
.align-bottom {
	margin-top: auto;
	margin-bottom: 0;
}
.container,
.container-fluid {
	padding-top: 25px;
	padding-bottom: 25px;
}
.grow-img {
	-webkit-transition: all 1.7s cubic-bezier(0.230,1.000,0.320,1.000);
	transition: all 1.7s cubic-bezier(0.230,1.000,0.320,1.000);
}
.grow-img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.devider1,
.devider2,
.devider3 {
	width: 33.3333%;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.devider1 {
	background-color: #466899;
}
.devider2 {
	background-color: #7a91b4;
}
.devider3 {
	background-color: #a9b7cd;
}
.devider-wrap {
	display: flex;
}
.devider-single {
	width: 50%;
	height: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: grey;
}
@media (max-width: 768px) {
	.devider-single {
		height: 5px;
	}
}
.devider-single2 {
	width: 50%;
	height: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: grey;
}
.devider-single3 {
	width: 100%;
	height: 3px;
	margin-top: 50px;
	margin-bottom: 20px;
	background-color: grey;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	overflow-y: scroll;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
}
body {
	line-height: 1.5;
	margin: 0;
	color: #141412;
}
a {
	text-decoration: none;
	color: #ca3c08;
}
a:visited {
	color: #ac0404;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Bitter, Georgia, serif;
	line-height: 1.3;
	clear: both;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}
h2 {
	font-size: 30px;
	margin: 25px 0;
}
h3 {
	font-size: 22px;
	margin: 22px 0;
}
h4 {
	font-size: 20px;
	margin: 25px 0;
}
h5 {
	font-size: 18px;
	margin: 30px 0;
}
h6 {
	font-size: 16px;
	margin: 36px 0;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	color: #000;
	background: #ff0;
}
p {
	margin: 0 0 24px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	hyphens: none;

	-ms-hyphens: none;
}
pre {
	font-family: monospace;
	font-size: 14px;
	overflow: auto;
	margin: 20px 0;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #666;
	background: #f5f5f5;
}
blockquote,
q {
	quotes: none;
	-webkit-hyphens: none;
	hyphens: none;

	-ms-hyphens: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	margin: 24px 40px;
}
blockquote blockquote {
	margin-right: 0;
}
blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
blockquote em,
blockquote i {
	font-weight: 300;
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 20px;
}
menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
ul {
	list-style-type: square;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
li > ul,
li > ol {
	margin: 0;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}
legend {
	padding: 0;
	white-space: normal;
	border: 0;
}
button,
input,
select,
textarea {
	font-size: 100%;
	max-width: 100%;
	margin: 0;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	cursor: pointer;

	-webkit-appearance: button;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	padding: 0;
}
input[type='search'] {
	width: 270px;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */

	-webkit-appearance: textfield;
}
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	font-size: 14px;
	line-height: 2;
	width: 100%;
	margin: 0 0 20px;
	border-spacing: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ededed;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	padding: 6px 10px 6px 0;
	border-top: 1px solid #ededed;
}
del {
	color: #333;
}
ins {
	text-decoration: none;
	background: #fff9c0;
}
hr {
	height: 3px;
	border: 0;
	-webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

h2.no-border {
	margin-bottom: 0;
}
h2.no-border:after {
	content: none;
}
@media only screen and (min-width: 1000px) {
	.inner-padding {
		padding: 10% 10% 10% 0;
	}
}

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

.head .carousel-item {
	height: 100vh;
  min-height: 220px;
}


@media only screen and (max-width: 550px) {
.head .carousel-item {
	height: auto;
  min-height: 220px;
}
}


.our-team-main
{
	width:100%;
	height:auto;
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
	word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
}

.our-team-main h3
{
	font-size:20px;
	font-weight:700;
}

.our-team-main p
{
	margin-bottom:0;
}

.team-back
{
	width:100%;
	height:auto;
	position:absolute;
	top:30%;
	left:0;
	padding:5px 15px 0 15px;
	text-align:left;
	background:#fff;
	
}

.team-front
{
	width:100%;
	height:auto;
	position:relative;
	z-index:10;
	background:#fff;
	padding:15px;
	bottom:0px;
	transition: all 0.5s ease;
}

.our-team-main:hover .team-front
{
	bottom:-200px;
	transition: all 0.5s ease;
}

.our-team-main:hover
{
	border-color:#777;
	transition:0.5s;
}

.fa-eye, .fa-home, .card-title {
	color:#e61f68;
}

.btn-mlk {
    background-color: #e61f68;
    border-color: #e61f68;
}

/*our-team-main*/

/*Footer*/

#sticky-footer li, #sticky-footer ul {
	list-style:none;
}

#sticky-footer a {
	color:rgba(255,255,255,.5)!important;
}


#sticky-footer #menu-main-menue-1 {
	padding-left:0;
}

/*header*/

.logo-container img {
	width:240px;
	height:46px;
}

.navbar .container {
	padding-top:0;
	padding-bottom:0;
}

.nav-link:hover {
	text-decoration:underline;
	opacity:0.7;
}

@media (min-width: 769px) {
.navbar-expand-lg .navbar-nav {
    margin-right: 10% !important;
}
}

#bs-example-navbar-collapse-1 {
	justify-content: flex-end;
}
.navbar {
    padding-right: 5%;
    padding-left: 5%;
}

#menu-main-menue li {
	padding-left:10%;
	font-size:17px;
}
	
.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators li, .slick-dots li {
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    opacity: 0.7;
    border-radius: 50%;
    background-color: #e61f68;
}

.fa-fw	 {
	border: 1px solid #e61f68;
    color: #e61f68;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.fa-fw:hover {
background-color: #464647 !important;
    color: white !important;
}

#ausstattung .col-lg-4 {
	padding-bottom:50px;
}

.team-back ul {
	display:table; margin:0 auto;
	}	
	
	
.team-back ul {
  list-style: none;
  padding: 0;
}
.team-back li {
  padding-left: 1.3em;
}
.team-back li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.embed-responsive-item {
	padding:15px;
}

/*@media (min-width: 1300px) {
  .navbar {
	    padding: 2rem 19rem;
  }
}
*/
textarea.form-control {
    min-height: 303px;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/*Downloadlist*/


a.prettylink, a.prettylink:visited, .prettyPagination a, .prettyPagination a:visited {
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 2px 0px #fff;
    border: solid 1px #ccc;
    color: #21759b;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1.2em;
    margin: 10px 0;
    padding: 10px 10px 10px 35px;
    *padding: 10px;
    position: relative;
    text-decoration: none;
    zoom: 1;
}

a.pdf:after {
    background: transparent url(https://vierhochvier.de/wp/wp-content/uploads/2018/11/pdf-symbol.png) no-repeat 0 0;
}
a.prettylink:after {
    content: "";
    display: block;
    height: 20px;
    left: 10px;
    margin-right: 2px;
    position: absolute;
    top: 11px;
    width: 20px;
}

.prettyFileList .corePrettyStyle:active {
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-color: #ededed;
    background-position: 0 -10px;
    background-repeat: repeat-x;
    border-color: #aaa;
}

.prettyFileList .corePrettyStyle:hover, a.prettylink:hover {
    background-color: #ccc;
    border-color: #aaa;
}

.display-4 {
	font-family: borealisregular;
}



#page-4 .display-4, #page-5 .display-4, #page-8 .display-4 {
	font-family: walkway !important;
}

#page-6 .display-4{
	font-family: arialregular !important;
}
.embed-responsive-16by9::before {
    padding-top: 1% !important;
}

#carouselExampleControls {
	margin: 0 auto;
}


/*riverside Gadrens*/

#page-4 .logo-container img, #page-25 .logo-container img, #page-23 .logo-container img {
	width:240px;
	height:49px;
}

#page-4 .carousel-indicators li, #page-4 .slick-dots li {
    background-color: #a5c737;
}

#page-4 .fa-eye, #page-4 .fa-home, #page-4 .card-title {
    color: #a5c737;
}

#page-4 .fa-fw {
    border: 1px solid #a5c737;
    color: #a5c737;
}

#page-4 .btn-mlk {
    background-color: #a5c737;
    border-color: #a5c737;
}


/*riverside Crailsheim*/

#page-8 .logo-container img, #page-25 .logo-container img, #page-28 .logo-container img {
	width:240px;
	height:46px;
}

#page-8 .carousel-indicators li, #page-8 .slick-dots li {
    background-color: #00415a;
}

#page-8 .fa-eye, #page-8 .fa-home, #page-8 .card-title {
    color: #00415a;
}

#page-8 .fa-fw {
    border: 1px solid #00415a;
    color: #00415a;
}

#page-8 .btn-mlk {
    background-color: #00415a;
    border-color: #00415a;
}


#page-8 .bg-dark, #page-25 .bg-dark, #page-28 .bg-dark{
    background-color: White!important;
}

#page-8 #sticky-footer, #page-25 #sticky-footer, #page-28 #sticky-footer {
	background-color:#808182!important
}
#page-8 .navbar a, #page-25 .navbar a, #page-28 .navbar a {
    color: black !important;
}

#page-8  .navbar-toggler-icon, #page-8 .navbar-toggler, #page-25  .navbar-toggler-icon, #page-25 .navbar-toggler, #page-28  .navbar-toggler-icon, #page-28 .navbar-toggler {
	background-color:black;
}


/*onzo carre*/

#page-6 .logo-container img, #page-20 .logo-container img, #page-22 .logo-container img {
	width:240px;
	height:48px;
	margin-bottom: 10px;
}

#page-6 .carousel-indicators li, #page-6 .slick-dots li {
    background-color: #e6ab00;
}

#page-6 .fa-eye, #page-6 .fa-home, #page-6 .card-title {
    color: #e6ab00;
}

#page-6 .fa-fw {
    border: 1px solid #e6ab00;
    color: #e6ab00;
}

#page-6 .btn-mlk {
    background-color: #e6ab00;
    border-color: #e6ab00;
}


#page-6 .bg-dark, #page-20 .bg-dark, #page-22 .bg-dark{
    background-color: White!important;
}

#page-6 #sticky-footer, #page-20 #sticky-footer, #page-22 #sticky-footer {
	background-color:#808182!important
}

#page-6 .navbar a, #page-20 .navbar a, #page-22 .navbar a {
    color: black !important;
}


#page-6  .navbar-toggler-icon, #page-6  .navbar-toggler, #page-20  .navbar-toggler-icon, #page-20 .navbar-toggler, #page-22  .navbar-toggler-icon, #page-22 .navbar-toggler {
	background-color:black;
}

/*riverside Grand Apartment*/

#page-5 .logo-container img, #page-16 .logo-container img, #page-14 .logo-container img {
	width:240px;
	height:48px;
}

#page-5 .carousel-indicators li, #page-5 .slick-dots li {
    background-color: #cbbea1;
}

#page-5 .fa-eye, #page-5 .fa-home, #page-5 .card-title {
    color: #cbbea1;
}

#page-5 .fa-fw {
    border: 1px solid #cbbea1;
    color: #cbbea1;
}

#page-5 .btn-mlk {
    background-color: #cbbea1;
    border-color: #cbbea1;
}

/* My home Crailsheim*/
.h-divider{
 margin-top:5px;
 margin-bottom:50px;
 height:1px;
 width:4%;
 border-top:4px solid #dc3545;
margin:0 auto;
    padding-bottom: 35px;
}



#page-24 .logo-container img {
	width:240px;
	height:48px;
}

#page-24 .carousel-indicators li, #page-24 .slick-dots li {
    background-color: #940c0f;
}

#page-24 .fa-eye, #page-22 .fa-home, #page-24 .card-title {
    color: #940c0f;
}

#page-24 .fa-fw {
    border: 1px solid #940c0f;
    color: #940c0f;
}

#page-24 .btn-mlk {
    background-color: #940c0f;
    border-color: #940c0f;
}


/*Care Living*/


