/*------------------------------------------------------
	ALLGEMEIN
--------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{font-family: 'Arial', Comfortaa, sans-serif !important; overflow-x: hidden; height: 100%;}
a { border: 0px;}
.redTitle {font-weight: bold;}
#secTitle {
	font-size:0.9em;
	color:#637193;
	letter-spacing:0.3em;
	margin-top:15px;
    font-weight: 100;
}
/* Margin-Top*/
.marT10 {margin-top: 10px;}
.marT20 {margin-top: 20px;}
.marT30 {margin-top: 30px;}
.marT40 {margin-top: 40px;}
.marT50 {margin-top: 50px;}
.marT100 {margin-top: 100px;}
/* Margin-Bottom*/
.marB10 {margin-bottom: 10px;}
.marB20 {margin-bottom: 20px;}
.marB30 {margin-bottom: 30px;}
.marB40 {margin-bottom: 40px;}
.marB50 {margin-bottom: 50px;}
/*------------------------------------------------------
	NAVIGATION
--------------------------------------------------------*/
.navbar {
    min-height: 80px;
}
.nav li {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}
.nav li a, .navbar-brand {
    margin: 0px 0;
}
.nav li a {
    padding: 30px 10px 25px 10px;
    font-size: 18px;
    height: 80px;
}
/* BRAND */
.navbar-brand {
    padding: 5px 15px 15px 15px
}
/*------------------------------------------------------
	HALF PAGE IMAGE SLIDER 
--------------------------------------------------------*/
/* Abstand von Slider zu Top */
#myCarousel {
    margin-top: 30px;
}
/*------------------------------------------------------
	INDEX CONTENT 
--------------------------------------------------------*/
.heading {
    margin-top: 0px;
    margin-bottom: 50px;
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
}
.summary-divider {
    margin: 80px 0;
}
.summary{
    overflow: hidden;
}
.summary-image.pull-left {
    margin-right: 40px;
}
.summary-image.pull-right {
    margin-left: 40px;
}
.summary-heading {
    font-size: 50px;
}
/* ==================================================
==================================================
GALERIE.PHP
==================================================
================================================== */

/* ==================================================
   Section Portfolio
================================================== */

.type-work {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 1em;
	text-transform: uppercase;
}

.work-nav #filters {
	margin: 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin: 0 0 30px 0;
	padding: 0;
}

.work-nav #filters li a {
	font-size: 16px;
	display: block;	
}

#thumbs {
	margin: 0;
	padding: 0;	
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;	
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #283147;
	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}
/* ==================================================
   Isotope Filtering
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/* ==================================================
   PAGE LOADER
================================================== */
#jprePercentage {
    display: none;
}

/* ==================================================
==================================================
HV.PHP
==================================================
================================================== */
.secLead {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

/* ==================================================
==================================================
IMMOBILIEN.PHP
==================================================
================================================== */


/* ==================================================
==================================================
KONTAKT.PHP
==================================================
================================================== */
/* ==================================================
   CONTACT
================================================== */
.mainContactForm {
    padding-top: 20px;
}
.contact-details ul li a {
    text-decoration: underline;
}
.contact-details h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
	line-height: 1em;
    text-transform: uppercase;
}

.contact-details ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.contact-details ul li {
	margin: 0 0 20px;
	line-height: 28px;
	padding: 0;	
}

#contact-form {
	margin-bottom: 0;	
}

#contact-form p {
	margin-bottom: 0px;	
}
/* Felder */
#contact-form input, 
#contact-form textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    font-size: 16px;
    height: auto;
    padding: 15px;
	margin: 0;
	
    resize: none;
}

#contact-form input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Button Submit */
#contact-form .submit {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
    width: auto;
    margin-top: 30px;
    margin-left: 15px;

    
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover, .contact-submit input:hover {
    text-decoration: none;
}
#response {
	margin-top: 20px;
}
.contact-vorname, .contact-nachname, .contact-tele, .contact-ort,
.contact-email, .contact-strasse, .contact-betreff, .contact-message {
    padding: 15px;
}
.contact-vorname, .contact-tele, .contact-nachname, .contact-ort,
.contact-email, .contact-strasse{
    float: left;
    width: 50%;
}
.contactSocialIcon {
    font-size: 40px;
}
/* ==================================================
   MAP
================================================== */
.ContactMaps {
	position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}
.ContactMaps iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
/* ==================================================
==================================================
LEISTUNGEN.PHP
==================================================
================================================== */
.leistungIcon{
    text-align: center;
    padding: 10px 20px 20px 0;
}
.leistungIcon i{
    font-size: 60px;
    color: #394665;
}
/* ==================================================
==================================================
UEBERUNS.PHP
==================================================
================================================== */
.ueberunsIcon{
    text-align: center;
    padding: 10px 20px 20px 0;
}
.ueberunsIcon i{
    font-size: 30px;
    color: #394665;
}