/* ----------------------------------------------------------------
	Custom CSS - MS Pflasterbau
-----------------------------------------------------------------*/

/* ====== Colors ================ */
/* Logo grün: #84b73d;
/* grün: #85b779
/* Ori grün: #84b63d;



/* Fonts */
@font-face {
    font-family:'Roboto Flex';
    src: url('fonts/Roboto Flex Regular.eot');
	src: url('fonts/Roboto Flex Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Roboto Flex Regular.woff2') format('woff2'),
		url('fonts/Roboto Flex Regular.woff') format('woff'),
		url('fonts/Roboto Flex Regular.svg#Roboto Flex Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'Source Sans Pro';
    src: url('fonts/Source Sans Pro.eot');
	src: url('fonts/Source Sans Pro.eot?#iefix') format('embedded-opentype'),
		url('fonts/Source Sans Pro.woff2') format('woff2'),
		url('fonts/Source Sans Pro.woff') format('woff'),
		url('fonts/Source Sans Pro.svg#Source Sans Pro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}




/* ==== H1 Font =========== */
h1 {
        font-family: 'Roboto', sans-serif !important;
}




/* ======== H1 ============ */
h1 {
    font-size: 1.4em;
    color: #444;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 30px 0;
}


h3 {
        font-family: 'Roboto', sans-serif !important;
}


/* ==== Slider H1 ====== */
.slider-caption h1 {
    font-size: 21px;
    margin-bottom: 5px;
}

/* H1 Hintergrund */
.slider-caption > div {
    background-color: rgba(255,255,255,0.95);
    border-radius: 2px;
    padding: 35px;
}


.slider-caption {
    max-width: 384px !important;
}


/* button bg color */
.button {
    background-color: #84b73d;
}

/* header schrift öffnungszeiten */
.header-extras li .he-text span {
    display: block;
    font-weight: 300;
    color: #84b73d;
}

/* color like Link *
.linkCol {
    color: #1abc20 !important;
}



/* ========= Logo ============= */
#logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 60px !important;
}



/* header bg */
#header {
    background-color: #fff !important;
}

.section {
    position: relative;
    width: 100%;
    margin: 0px 0;
    padding: 60px 0;
    background-color: #FFF;
    overflow: hidden;
}

/* ================= Menu ======================== */
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #84b73d !important;
}






/* Heading H1 */
.heading-block h1, .emphasis-title h1, {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
}

/* Heading H2 */
.heading-block h2, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
}


.whiteCol {
    color: #fff !important;
}

/* ======== Heading H3 ========= */
.heading-block h3 {
    font-size: 1.5rem !important; 
}

/* Text unter heading H3 */
.heading-block h3 + span, .heading-block h4 + span {
    font-size: 1.0rem;
}

/* ============= Schriftgröße P ============ */
#content p {
    line-height: 1.6;
    font-size: 0.9rem !important;     
}

/* ==== Projektabschnitt Bilder - Schriftgröße ===== */
@media (min-width: 1200px)  {
h4, .h4 {
    font-size: 1.1rem;
}}

/* ============= h1 Header font size === */
.heading-block h1 {
    font-size: 22px !important;
}







/* =========== Paddings =========== */
.padTop20 {
    padding-top: 20px;
}


.padTop50 {
    padding-top: 50px;
}

.padTop80 {
    padding-top: 80px;
}

.padTop100 {
    padding-top: 100px;
}

.padTop200 {
    padding-top: 200px;
}

.padBot50 {
    padding-bottom: 50px;
}

.padBot80 {
    padding-bottom: 80px;
}

.padBot100 {
    padding-bottom: 100px;
}

.padBot150 {
    padding-bottom: 150px;
}


.padLeft30 {
    padding-left: 30px;
}


#footer .footer-widgets-wrap {
    position: relative;
    padding: 20px 0 !important;
}


/* ======== Menu =========== */
.menu-link {
    font-size: 0.9rem !important;
}





/* =========== Home ============= */

/* == BG Color erster Abschnitt unter Slider == */
promo-light {
    background-color: #f8f9fa !important;
    border-radius: 3px;
}




/* =========== Hidden from to ========== */
 @media (max-width: 992px) {
        .hidden-mobile {
          display: none;
        }
}


     
     
/* ========= Copyright BG Color ========= */
#copyrights {
    padding: 40px 0;
    background-color: #f2f2f2 !important;
    font-size: 0.875rem;
    line-height: 1.8;
}
     
     
#footer {
    position: relative;
    background-color: #f0f0f0;
    border-top: 5px solid rgb(242 242 242) !important;
}












