@charset "UTF-8";
/*
Theme Name: RA Juerging
Theme URI: https://www.hectorsavage.com
Author: Christian Werner
Author URI: https://www.hectorsavage.com
Description: Überführung des Designs in ein einfaches Wordpress Theme mit Customizing Ebenen.
Version: 0.79
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom made, bootstrap based
Text Domain: ra_jurging
Tested up to: 5.5
Requires PHP: 7.x

*/


@import url(assets/css/normalize.css);
@import url(assets/css/foundation.min.css);
@import url(assets/fonts/font-awesome/css/font-awesome.min.css);


/*------------------------------------------------
General
-------------------------------------------------*/
*, h1, h2, h3 {
    padding: 0;
    margin: 0;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h4, .h4 {
    font-size: 22px;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    margin: 0 0 40px 0;
    line-height: 1.8;
    display:inline-block;

}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    box-sizing: border-box;
}

body {
    height: 100%;     
    color: #222;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;	
	font-family: 'Noto Sans', sans-serif;
	font-weight:400;
}

p {
    font-size: 20px;
    margin: 0 0 40px 0;
    line-height: 1.8;	
}

p a {
    color: #BD181E;
}

p a:hover {
    color: #000;
    text-decoration: underline;
}

a{       	
	text-decoration: none;
    cursor: pointer;     
}

h1, .h1 {
    font-family: 'Noto Sans', sans-serif;  
    font-size: 18px;	
    line-height: 1.3em;
	color: #BD181E;
    text-align: center;    
    text-transform: uppercase;
	font-weight:400;
	padding:0;	
	padding-bottom:60px;
	margin-bottom: 10px;
	background: url('assets/images/arrow.png') center bottom no-repeat;
}

h1.hero {
   background: none;
   color: white;
   font-size: 1.75rem;
   padding-bottom: 10px;
   padding-top: 10px;
}

h1 {
	padding-top:70px;
}

h1 a {
    color: #BD181E;
}

h1 a:hover {
    text-decoration: underline;
}

h2, .h2 {
    font-family: 'Noto Serif', serif;  
    font-size: 64px;       
    line-height: 1em;
	margin:30px 0 70px 0;
	font-weight:400;	
	text-align:center;
}

h3, .blog h3 a, .h3 {
    font-family: 'Noto Sans', sans-serif;  
    font-size: 19px;	
    line-height: 1em;
	color: #BD181E;
    text-align: center;    
    text-transform: uppercase;
	font-weight:400;
	margin:60px 0 20px 0;	
	
	
}

.blog h3 a:hover {
    text-decoration: underline;
	
}	

p + ul {
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: 20px;
    
}

p + ul li {
    padding-bottom:10px;
    font-size: 20px;
}

span.teaser {
	font-size: 22px;
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 40px 0;
        line-height: 1.8;
	display:inline-block;
}


/*------------------------------------------------
Header
-------------------------------------------------*/
header{
    background-color: #fff;    
    position: fixed;
    top: 0;
    left: 0;    
    width: 100%;
    z-index: 100;
	text-align:right;
	height: 90px;
	border-bottom: 1px solid #f7f7f7;
}

header .logo {    
	float: left;
	text-align: left;
}
header .logo a {    
	display: inline-block;
    width: 185px;
    height: 55px;
    margin-top: 20px;
	font-family: "Noto Serif", serif;
	color: #BD181E;
	font-weight: 700;
	font-size:24px;
	text-transform: uppercase;
	line-height:1em;
}

header .logo a span {
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	color: #3d504d;
	font-weight: 400;
	font-size: .6em;
	text-transform:none;
	letter-spacing: -0.02em
}

header nav {
        display: none;
        background: #fff;
        position: absolute;
        top: 90px;
        width: 100%;
        text-align: left;
    }

    header nav ul.menu li {
        display: block;
        border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
        margin: 0;
        padding-left: 50px;
		line-height: 60px;
    }

    

    header nav ul.menu li a {
        font-size: 18px;
		color: #777;
		text-transform: uppercase;
    }
	
	

.menutoggle {
    display: block;
    float: right;
    width: 50px;
    text-align: center;	
	margin-top: 28px;
}	

    .menutoggle span.icon {
        position: relative;
        width: 30px;
        z-index: 1;
        display: inline-block;
    }

        .menutoggle span.icon:before {
            content: "";
            display: block;
            position: absolute;            
            width: 30px;
            top: -8px;
            left: 0;            
        }

        .menutoggle span.icon:after {
            content: "";
            display: block;
            position: absolute;           
            width: 30px;
            top: 8px;
            left: 0;            
        }

	.menutoggle span, .menutoggle span:before, .menutoggle span:after  {
		background:	#000;
		height: 3px;
	}


/*------------------------------------------------
Keyvisual
-------------------------------------------------*/
.keyvisual {
	width: 100%;      
    padding: 0;
	background-color: #f7f7f7;
	height: 560px;
	position:relative;
	margin-top:90px;
}

.keyvisual div {
		height:100%;
}

.keyvisual img {
	background-size: cover;
	max-height:100%;
}

#home .keyvisual img {
	background-image: url('../image/2019_07_03_Ralf_Juerging_Bergisch_Gladbac_Koeln_Foto_Guenther_Ortmann-26-1000.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#developer .keyvisual img {
	background-image: url('../image/Gunther_Ortmann_Ralf_Juerging_Aussen-4.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#homeownership .keyvisual img {
	background-image: url('../image/Gunther_Ortmann_Ralf_Juerging_Aussen-7.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#plotownership .keyvisual img {
	background-image: url('../image/Gunther_Ortmann_Ralf_Juerging_Aussen-3.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#homebuyer .keyvisual img {
	background-image: url('../image/Gunther_Ortmann_Ralf_Juerging_Aussen-6.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#legal .keyvisual img {
	background-image: url('../image/Gunther_Ortmann_Ralf_Juerging_Vorraum2.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#encashment .keyvisual img {
	background-image: url('../image/Joerg_Putzar_Inkasso_2017_Guenther_Ortmann.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

#family .keyvisual img {
	background-image: url('../image/Joerg_Putzar_Familie_2017_Guenther_Ortmann.jpg');
	background-repeat: no-repeat;
	background-position: top center;	
}

/*------------------------------------------------
Sections
-------------------------------------------------*/

section.main-content {
	padding: 0 0 50px 0;
}


section.main-content .related {
	text-align:center;	
} 

section.main-content .related a {
	font-family:"Noto Serif", serif;
	font-weight:400;
	display: block;
	font-size: 19px;
	color: #000;
	line-height:1.8em;
}

section.main-content .related a:hover {
	text-decoration: underline;
}

section.contact {
	background-color: #f7f7f7;
	padding: 50px 0;
}

section.contact p {
	font-size: 14px;
}

section.contact .card  {
	background-color: #fff;	
}

section.contact .right-area{
	text-align:right;
}

section.contact .center{
	text-align:center;
	margin: 40px 0;
}

.contact a.social-icon {   
	font-family: "Noto sans", sans-serif;
	color: #000;	
	display:inline-block;
}

.contact a.social-icon:hover {
	text-decoration: underline;
}

.contact .social-icon i {
    color: #fff;
}

.contact .social-icon {
    font-size: 1.2em;
}

.contact i.icon-gplus {
    color: #BD181E;
}

#partner-encashment {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

#partner-family {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}

/*------------------------------------------------
Legal
-------------------------------------------------*/
#map_canvas {   
    height: 420px;
}

/*------------------------------------------------
Legal
-------------------------------------------------*/
.legal  {
	padding-top: 60px;	
}

.legale a  {
	color: #888;	
}

.legal a:hover  {
	text-decoration: underline;
}


.legal h1 {
    font-family: 'Noto Serif', serif;  
    font-size: 64px;       
    line-height: 1em;
	margin:0 0 70px 0;
	font-weight:400;	
	text-align:center;
	color: #000;	
}

.legal h2 {
    font-family: 'Noto Sans', sans-serif;  
    font-size: 36px;	
    line-height: 1em;
	color: #BD181E;
    text-align: center;    
    text-transform: uppercase;
	font-weight:400;
	margin:30px 0 20px 0;	
}	

.legal h3, .legal .h3 {
    font-family: 'Noto Serif', serif;  
    font-size: 19px;	
    line-height: 1em;
    text-align: center;   
	font-weight:700;
	margin:30px 0 20px 0;
	color: #000;	
}

.blog article span a {
    color: #BD181E;
}

.blog li {
    list-style: none;
}

.blog li a {
    color: #BD181E;
}

.card article {
    padding: 20px;
}

.card article h3 {
    margin-top: 0;
}

section.blog .card {
    padding-bottom: 25px;
}

section.blog  {
    padding-bottom: 0px;
}

section.blog a {
    color: #BD181E;
}

section.blog a:hover {
    color: grey;
    text-decoration: underline;
}

section.lastsection {
    padding-bottom: 50px;
}


.main-hero {
    width: 100%;
    position: relative;
    margin-top: 90px;
}

.row-full-width {
    margin: 0 auto;
    width: 100%;
}

.hero-background {
  background-image: url('assets/images/Buero-Ralf-Juerging-Hero.jpg');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  height: auto;
}

.blur {
   backdrop-filter: brightness(0.8);
   -webkit-backdrop-filter: brightness(0.8);
   height: 100%;
}

.main-hero .row, .hero-content {
    height: 100%;
}

.hero-content, .two-col-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    padding-bottom: 3rem;
    padding-top: 3rem;
    z-index: 9999;
}

.hero-portrait {
    filter: grayscale(0.9);
    border: 10px solid #a8a8a87a;
}

.hero-column, .two-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.btn-red-hero {
    text-align: center;
    background-color: #a12e2a;
    padding: 10px 20px 10px 20px;
    color: #EEE;
    border-radius: 5px;
    transform: scale(1); 
    transition: 0.15s all ease;
}

.btn-red-hero:hover {
    transform: scale(1.2);
    padding: 10px 25px 10px 25px;
}

.btn-wrapper {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.hero-content-left, .hero-content-right {
    align-items: center;
}

.header-contacts {
    display: block;
    float: right;
    margin-top: 32px;
    margin-right: 2rem;
    font-size: 14px;
}

.header-contacts ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    color: #222;
}

.usps ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    color: #222;
}

.header-contacts ul li {
    padding-right: 1rem;
}

.header-contacts ul li a span {
    color: #a12e2a;
}

.header-contacts .icon {
    width: 20px;
    display: inline-block;
    vertical-align: baseline;
}
.onepxtop {
    padding-top: 1px;
}
.braces {
    padding-bottom: 2px;
}

.header-contacts li:hover {
    filter: brightness(0.1);
    transition: 0.6s filter ease-in-out, 0.6s -webkit-filter ease-in-out;
}

@media screen and (min-width: 1023px) {
  .hero-column, .two-col {
    flex: 1
  }
  .bottom-less {
      margin-bottom: 0;
  }
}

.cta  {
    background-color: #a12e2a;
}

.cta .btn-wrapper {
    margin-top: 2rem;
}

.cta .btn-red-hero {
    background: white;
    color: #a12e2a;
}


.usps, .additional-info {
    background-color: #f7f7f7;
    padding: 50px 0; 
}

.usps .center, .additional-info .center {
    text-align: center;
    margin: 20px 0;
}

.usps .card, .additional-info .card {
    background-color: #fff;
}

.usp--list {
    flex-wrap: wrap;
    margin-top: 2rem;
    align-content: center;
}
.usp--list li {
  flex: 1 1 30%;
  display: flex;
}

.check-icon {
    display: inline-block;
    width: 30px;
    padding-right: 10px;
    vertical-align: sub;
}

.check-arrow {
    display: inline-block;
    padding-right: 10px;
    height: 24px;
}

.two-col {
    align-items: center;
}

.two-col p, .two-col ul li, .additional-info p {
    font-size: 0.95rem;
}

.two-col p a {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

.two-col p a:hover {
    text-decoration: none;
    color: #222;
}

.two-col.first {
    padding-right: 3rem;
}

.two-col.second {
    padding-left: 3rem;
}

section.contact p.blog-preamp {
    font-size: 16px;
    text-align: center;
    margin-top: 2rem;
}

#footer__h1 {
    font-size: 46px;
}


/*------------------------------------------------
Footer
-------------------------------------------------*/
footer{
    background: #3f3f3f;
    line-height: 80px;
    text-align: center;
}

    footer nav ul.meta li {
        display: inline-block;
        padding-left: 70px;
    }

        footer nav ul.meta li:first-child {
            padding-left: 0px;
        }

        footer nav ul.meta li a {
            color: #fff;
        }

/*------------------------------------------------
Responsive
-------------------------------------------------*/
@media only screen and (max-width: 1024px) {
	
	.menutoggle {
        display: block;
        float: right;
		margin-top:0;
    }
	
	header {    
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #ccc;
	}
	
	header .logo a {		
		display: inline-block;
		background-size: 100%;
		background-position: top center;
		margin: 15px 0 0 10px;
	}
	
	header .column, header .columns {
		padding-left: 0;
		padding-right: 0;
	}
	
	header nav {
        display: none;
        background: #fff;
        position: absolute;
        top: 80px;
        width: 100%;
        text-align: left;
    }

    header nav ul.menu li {
        display: block;
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding-left: 50px;
		line-height: 60px;
    }

    
    header nav ul.menu li a {
        font-size: 20px;
    }
	
	header nav ul.menu li.social-icons a {
		font-size:22px;		
	}


	.keyvisual {		
		height: auto;
		margin-top: 80px;
	}

	section.contact p {
		text-align:center !Important
	}
        
        .header-contacts {
            margin-top: 0;
        }
        .two-col.first {
            padding-right: 0rem;
        }
        .two-col.second {
            padding-left: 0rem;
        }
        .mobile-reverse {
            flex-direction: column-reverse;
        }
	
}



@media only screen and (max-width: 740px) {	
	
	h1, .h1{     
		font-size: 18px;
		padding-bottom: 30px;		
	}

	h1 {
	    padding-top: 40px;   	
	}
	
	h2 {     
		font-size: 44px;
		margin: 10px 0 30px 0;		
	}

	h3 {
		font-size: 18px
	}	

	#legal article h1 {		  
		font-size: 40px;    
		margin:0 0 70px 0;			
	}

	#legal article h2 {		  
		font-size: 30px;			
		margin:30px 0 20px 0;	
	}	

	#legal article h3 {		
		font-size: 18px;		
		margin:30px 0 20px 0;		
	}
			
	p, p + ul li {
		font-size: 16px;
    }
	
	section.main-content {
		padding: 0 0 50px 0;
	}

	section.contact {
		padding: 50px 0;
	}
	
	section.contact p {
		font-size: 14px;
	}

	#legal article {
		padding-top: 40px;
	}
        
        #footer__h1 {
            font-size: 30px;
        }
        .contacts-mail {
            display: none;
        }
        .usps ul {
            flex-direction: column;
        }   
		
}

@media only screen and (max-width: 520px) {	

    
    .header-contacts {
        display: none;
    }
    h1.hero {
        font-size: 1rem;
    }
    
	footer nav ul.meta li {
		font-size:14px;
		padding-left: 40px;
	}
        
        #footer__h1 {
            font-size: 26px;
        }


}

@media only screen and (max-width: 380px) {	
		
	
	h1, .h1 {	    
		padding-bottom: 30px;
	}

	h1 {
	    padding-top: 40px;   	
	}
	
	h2 {
		font-size: 36px;
		margin: 10px 0 30px 0;
	}

	#legal article h1 {		  
		font-size: 40px;    
					
	}

	#legal article h2 {		  
		font-size: 30px;			
		margin:10px 0 20px 0;
	}	

	#legal article h3 {		
		font-size: 18px;
		margin:10px 0 20px 0;
	}
	
	p, p + ul li {
		font-size: 15px;
    }
	
	span.teaser {
		font-size: 16px;
		margin: 0 0 20px 0;		
	}

	section.main-content {
		padding: 0 0 35px 0;
	}

	section.contact {
		padding: 35px 0;
	}
	
	#legal article {
		padding-top: 30px;
	}
	

	header nav ul.menu li a {
		font-size: 14px;
	}
	
	header nav ul.menu li {		
		line-height: 50px;
	}

	header nav ul.menu li {
		padding-left: 18px;
	}
		
	section.contact p {
		font-size: 14px;
	}
		
	footer nav ul.meta li {
		font-size:12px;
		padding-left: 25px;
	}
        
        #footer__h1 {
            font-size: 22px;
        }

        
        
	
}

@media only screen and (max-width: 1024px) and (orientation: landscape){

	.keyvisual {
		height: 70%;
	}
}

@media only screen and (max-width: 740px) and (orientation: landscape){

	.keyvisual {
		height: 80%;
	}
}


.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 18px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 16px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 8px;
  z-index: 5;
  font-size: 30px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

.blog .date {
    display: none;
}

:focus-visible {
    outline: 2px solid #BD181E;
    outline-offset: 2px;
}

