:root {
  --mainColor: #4f81b5;
  --mainColorDark: #232F3D;
  --mainColorDarkRGBA: 35, 47, 61;
  --mainColorLight: #EDF1F2;
}


@font-face {
font-family: 'NotoSans Bold';
src: url('../fonts/NotoSans-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'NotoSans Regular';
src: url('../fonts/NotoSans-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Bold';
src: url('../fonts/SourceSansPro-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Light';
src: url('../fonts/SourceSansPro-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Regular';
src: url('../fonts/SourceSansPro-Regular.ttf')  format('truetype') ;
}

#main {top:200px;}

.kundenRating h1{
font-size: 18px;
}

.estate-detail {
	width: 90%;
}

.description {

  
}

.mod_immoListView .estate {
    width:50%;
}

@media (max-width: 767px) {

.mod_immoListView .estate {
    width:100%;
}
}

.mod_immoListView .estate .inner {
	min-height:600px;
}

.mod_immoListView .estate .inner .item {
    min-width:400px;
    min-height:300px;
    max-width:400px;
    max-height:300px;
    margin-right:auto;
    margin-left:auto;
    padding-top:10px;
    vertical-align:middle;
    text-align:center;
}

.mod_immoListView .estate .inner .item img {
    width:400px;
    height:300px;
}

.mod_immoListView .estate .inner .content {
    margin-right:auto;
    text-align:left;
}


.form-control  { border: 1px solid rgba(0, 0, 0, .2); }

.sidenavi ul li a:before , .scrolltop a:after,
.mainnavi ul.level_1 > li.submenu a:after,
footer#footer  ul li a:before,
p.footerIcons a:after,
header#header .socials-top a,
.mod_calendar table.calendar td.days .event:before ,
.ui-accordion-icons:after ,
p.recurring:before,
p.location:before
{font-family: 'FontAwesome'; }

p.footerIcons a:after, p.socialIcons a:after {
        display: inline-block;
        color: #fff;
        margin: 0 10px;
        font-size: 18px;
        transition: all 0.5s ease 0s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.footer-yt:after {
        content: "\f16a";
}

.footer-gp:after {
        content: "\f0d5";
}

.footer-tw:after {
        content: "\f099";
}

.footer-fb:after {
        content: "\f09a";
}

p.footerIcons em, p.socialIcons em, p.teamIcons em {
        display: none;
}


body, .mobilenavi { font-family: 'SourceSansPro Regular', serif; color: rgba(0,0,0,0.6); }
#main .ce_text p  { line-height: 1.5; }

/* font-styles */
h1, h2, h3, h4, .bgStyle h1 { font-family: 'NotoSans Bold', serif; }

h1 {
        font-size: 40px;
        margin-bottom: 10px;
}

h2 {
        font-size: 32px;
        margin-bottom: 8px;
}

h3 {
        font-size: 28px;
        margin-bottom: 8px;
}

h4 {
        font-size: 23px;
        color: var(--mainColor);
        margin-bottom: 8px;
}

h5 {
        font-size: 20px;
        font-family: 'NotoSans Regular', serif;
        margin-bottom: 8px;
}

a:active,
a .forward,
a.trail,
.ce_form .widget-checkbox a {
    font-weight:bold;
    color:var(--mainColor);
}

body a {
    font-weight:bold;
    color:var(--mainColor);
}

body a.hover {
    font-weight:bold;
    color:var(--mainColorDark);
}


/* button */
.btn,.btn a, .back footer, p.more a, p.back a, .submit {
        border-radius: 0;
        color: #fff;
        padding: 10px 23px;
        margin-top: 27px;
        font-size: 17px;
        font-family: 'SourceSansPro Bold', serif;
}

.recurring, .location {
        font-size: 15px !important;
}

.submit {
        border: none;
        cursor: pointer;
}



/* topbar */
.topbar p, .topbar a, .topbar .fa { color: black; }

.topbar .fa {
        position: absolute;
        font-size: 44px;
}

.fixedTop .button-menu .fa {
        top: 30%;
}

.topbar .first  .fa-padding {   padding-left: 40px; }
.topbar .last .fa-padding {   padding-right: 15px; }

.bangb1 .container {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 30px 15px;
}

.mod_navigation {
        padding-top: 10px;
}

.fixedTop {    width: 100%; }



/* slider */

/* slider Mainpage */
#slider_text  img { background-size: cover; border: 0px solid black ;width:100% !important;height:auto !important}
#slider_text h2 {
    color: #fff;
    left:20px;
    top:0px;
    margin-top:10%;
    position:absolute;
    padding:3px;
    padding-left:30px;
    padding-right:20px;
    vertical-align:middle;
    white-space:normal;
    background: rgba(var(--mainColorDarkRGBA),.5);
    font-size:35px;
    font-weight:bold;
    text-transform: uppercase;
    z-index: 0;
    border-left:20px solid var(--mainColor);
    border-collapse:collapse;
}

#slider_text
 {
	margin-bottom: 30px;
	background: white;
	border-bottom: 20px solid var(--mainColorDark);
}

@media (max-width: 767px) {
#slider_text
 {
	margin-bottom: 30px;
	background: white;
	border-bottom: 5px solid var(--mainColorDark);
 }
 #slider_text h2 {
 	font-size:15px;
 }
}

#LeistungBG h1
{
	background: rgba(var(--mainColorDarkRGBA),.5);	
	border-left:20px solid var(--mainColor);
    padding-left:30px;
    padding-right:1px;
    margin-left:-50px;
   
}

.kundenRating
{
   padding-left: 0px;
   background: none;
}

.slider-control .slider-menu b {
        color: #fff;
}

.bgStyle h1 {
        font-size: 60px;
}

.bgStyle h1,
.bgStyle h2,
.bgStyle h3,
.bgStyle h4,
.bgStyle p {
         color: #fff;
}


.slider-control .slider-menu {
        top: -150px;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        font-size: 40px;
        text-align: center;
}

.slider-bg {
        background: rgba(79, 129, 181, 0.5);
        padding: 23px 45px;
}

.clients .slider-control .slider-menu {
        top: 0;
}

.clients .slider-control .slider-menu b {
        color: #161514;
}

.slider-control {
        height: 0;
}

/* footer */
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
footer#footer  ul li a { display: block; }

header#header .socials-top a { margin: 0 5px; }
header#header .socials-top a.footer-yt:before {content:"\f166 ";}
header#header .socials-top a.footer-gp:before {content:"\f0d5 ";}
header#header .socials-top a.footer-tw:before {content:"\f081 ";}
header#header .socials-top a.footer-fb:before {content:"\f082 ";}
header#header .socials-top a em { display: none; }

#footer .submit:hover { background: #fff; }

/* copyright */

.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
.top-links ul li { display: inline-block; }
.top-links ul li a { display: block; padding: 0 2px; }



/* MAINNAVI */
.mainnavi ul.level_2, .mainnavi ul.level_3 {
        width: 207px;
        padding: 11px;
        text-align: left;
}

.mainnavi ul.level_1 li a,
.mainnavi ul.level_1 > li > a, .mainnavi ul.level_1 > li > strong {
        display: block;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: normal;
        
}

.mainnavi ul.level_2
{
		height:200px;
	    vertical-align:middle;
    	white-space:normal;
    	background: rgba(var(--mainColorDarkRGBA),.5);
    	text-transform: uppercase;
    	z-index: 0;
    	border-left:20px solid var(--mainColor);
    	border-collapse:collapse;
		color: #fff;
}

.mainnavi ul.level_2 li a
{
		color: #fff;
}

/*.mainnavi ul.level_1 li a,
.mainnavi ul.level_1 {
        display: block;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: normal;
}*/

/*.mainnavi ul.level_1 > li > a,
.mainnavi ul.level_1 > li > strong { text-transform: uppercase; font-size: 18px; } */


/*--- events  --*/

.mod_eventlist .teaser { max-height: 80px; overflow: hidden; }


/*---- news  ----*/
.mod_newslist figure.image_container {    margin-right: 15px; }

/*--- accordeon ---*/
.ui-accordion-content {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- contact -----*/
.contact-icons h3 { position: relative; }
.contact-icons em { position: absolute; left: -28px; top: 5px; font-size: 80%;}

/*---- downloads ---*/
.download-element {    /* padding: 3px 6px 3px 22px; */
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.sidenavi  ul{ padding: 0; }
.sidenavi ul li { }
.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125)}
.sidenavi ul li a:before  {
    content: "\f054";
    padding-right: 10px;
    font-size: 10px;

}


.absolute-pic {
        position: absolute;
        top: -19%;
        right: 45%;
}

.absolute-pic img {
        -webkit-filter: drop-shadow(-1px 6px 17px #606060);
        filter: drop-shadow(-1px 6px 17px #606060);
}

.small-text {
        max-width: 715px;
        margin: 0 auto;
}


/*---- insideout ---*/
.InsideOut-dark .full-bg {
        padding: 90px 0;
}

.InsideOut-dark, .InsideOut, .InsideOut-nobg { position: relative; }

.InsideOut-dark h1, .InsideOut-nobg h1,
.InsideOut-dark h2, .InsideOut-nobg h2,
.InsideOut-dark h3, .InsideOut-nobg h3,
.InsideOut-dark h4, .InsideOut-nobg h4,
.InsideOut-dark h5, .InsideOut-nobg h5 {
         color: #fff;
}

.InsideOut-dark p, .InsideOut-dark td, .InsideOut-nobg p  {
         color: rgba(255,255,255,0.6);
}


/*----  ---*/
.InsideOut-dark td {
        
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
}

.InsideOut {
        padding: 70px 0;
}


/*---- news ---*/
.form-control, .layout_latest p.info, .news .info { border-radius: 0; }

.formbody label {
        display: inline-block;
        margin-bottom: .5rem;
        position: absolute;
        color: rgba(0,0,0,0.6);
        padding: 9px 14px;
        right: 0;
}

#lbl_notify_0 { padding: 0 9px; }

p.info { padding: 0; }

.newstxt a {
        font-size: 18px;
}


.layout_latest p.info, .news .info,
.event p.info,
.mod_eventlist div.header,
.mod_eventlist .header,
.mod_newsreader .info,
.mod_eventreader .info {
         color: #545352;
         padding: 0;
         font-size: 14px;
         background: rgba(0,0,0,0.1);
         padding: 8px 18px;
         margin: 10px 0;
}

.layout_latest p.info { margin-top: 0; }

.startnews .teaser {
        height: 64px;
        overflow: hidden;
}

.newstxt h3 {
        line-height: 0.9;
        padding: 10px;
}

#main .ce_text p {
        line-height: 1.5;
        font-size: 17px;
}


.search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.search .widget-submit .btn .back footer {
        margin: 0;
        padding: 6px 16px;
}

.mod_login .widget-submit {
        margin-top: 14px;
}


/*---- search ---*/
.mod_search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.mod_search .fa {
        font-size: 23px;
}


/*---- newsletter ---*/
.newsletter input {
        padding: 10px;
        width: 100%;
        border: 1px solid rgba(0,0,0,0.1);
}

.newsletter .submit {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
}

.mod_subscribe {
        margin-top: 12px;
}

/*---- main ---*/
.vp-center { display: block!important; }

.divider {
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 99;
}

#footer .divider {        background: rgba(255, 255, 255, .2);}
 .dark-bg {
        padding: 46px;
        position: absolute;
        top: 27%;
        left: 7%;
}

.ce_sliderStart {        position: relative;}
.pull-right {        float: right;}

.clients .fa {        color: #fff;}
.pricing-box h1 {         color: #fff;}
#main ul {        padding: 0;}

.no-gutters .overlayContent {
        position: relative;
        z-index: 4;
        padding: 5% 15%;
}

.submit .fa {        color: #fff;}
#footer .form-control, #footer .form-control:focus {        background: rgba(0,0,0,0.2);}
#footer label, #footer .form-control {        color: rgba(255,255,255,0.8);}
label:focus, .formbody label:focus { display: none!important;}
.newsitem img {        padding-bottom: 12px;}
.button-menu .fa {
        color: #000;
        font-size: 31px;
        right: 47%;
        top: 100%;
}

.button-menu {        padding-bottom: 31px;}
.ce_comments {        margin-top: 40px;}
.form-group {        margin-bottom: 19px;}

label.is_focused { font-size: 10px; right: -5px; top:-5px; opacity: 1; }

.topbar {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        background: white
}

.pic-headline h2 {
        position: absolute;
        color: #fff;
        bottom: 6%;
        left: 13%;
        width: 60%;
}

.light-bg .blockInner {
        padding: 10%;
}

.newsletter-padding {
        padding: 3%;
}

.ce_accordion .toggler {
        color: #fff;
        font-family: 'SourceSansPro Bold', serif;
        font-size: 17px;
}

.mod_faqlist a {
        font-size: 17px;
        font-family: 'SourceSansPro Bold', serif;
}


@media (max-width: 764px) {
.bgStyle h1 {
        font-size: 30px;
}
.pic-headline h2 {

        font-size: 2em;
}

.slider-bg {
        margin: 11% 0;
}
}

.mod_calendar .event a,
.mod_calendar .head a {
        color: rgba(0,0,0,0.6);
}

.slider-control .slider-menu b {
        padding: 4px;
}

.slider-control .slider-menu .active {
        font-size: 55px;
        position: relative;
}

.team h4 {
        margin: 0;
}

.team .textInner {
        background: rgba(0,0,0,0.1);
        padding: 6px 17px;
        margin-top: 10px;
}


.darkbg .banner-bg {
        border: none;
        background: #000;
        color: #f2f2f2;
        padding: 10px;
        font-size: 18px;
        border-radius: 5px;
        position: relative;
        box-sizing: border-box;
        transition: all 500ms ease;
}

.darkbg .banner-bg:before {
        content:'';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: rgba(0,0,0,0.8);
        border-radius: 5px;
        transition: all 2s ease;
}

.darkbg .banner-bg:hover:before {
        width: 100%;
}

.darkbg .banner-bg { background-size: cover; }

.mod_article { overflow: hidden; }

.mod_login .widget {
        position: relative;
}

.ce_form .widget-checkbox label {
    width: 100%;
    height: auto;
    font-size: 18px;
    position: static;
}


