/* 
    Created on : 02.11.2019, 16:39:27
    Author     : Christian John <c.john@mmstudio-john.de>
*/

/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url('../assets/fonts/jura-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/jura-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/jura-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/jura-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/jura-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/jura-v14-latin-300.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/jura-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../assets/fonts/jura-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/jura-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/jura-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/jura-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/jura-v14-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}




/* CSS reset by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



@media all and (max-width: 768px) {
    p:first-of-type {
        margin-top: 15px;
    }
    p:last-of-type {
        margin-bottom: 15px;
    }
}


body {
    overflow-x: hidden;
}
html {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: border-box;
}
body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #2b2b2b;
}

h1, h2, h3, h4 {
    font-family: 'Jura';
    font-weight: bold;
}


h1, .h1 {
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 35px;
}
@media all and (max-width:768px) {
    h1, .h1 {
        font-size: 34px !important;
    }
}

h2 {
    font-size: 1.7rem;
    line-height: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #7Db714;
    
}

.background-blue h2{
    color: white;
    margin-bottom: 45px;
}

h3, .h3 {
    font-weight: 900 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;

}
h4, .h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
h5, .h5 {
    font-weight: 300;
    padding: 0 0 30px 0;
    font-size: 25px;
}
h6, .h6 {
    font-weight: 300;
    font-size: 20px;
    padding: 0 0 20px 0;
    margin: 0px;
}

p {
    line-height: 1.8em;
    margin-top: 1.6em;
}

strong {
    font-weight: bold;
}

table p {
    margin: 0px;
}

table ul {
    margin: 15px 15px 30px;
}
table ul li{
    list-style: square;
}



#header-sticky-wrapper, .sticky-wrapper {
    position: relative !important;
    z-index: 100000 !important;
}

@media all and (max-width: 768px) {
#header {
    background: rgba(255,255,255,1);
    padding: 0 0 0 0;
}
#header .container {
    max-width: inherit !important;
}
}

@media all and (min-width: 768px) {
#header {
    background: rgba(255,255,255,1);
    padding: 25px 0 0 0;
}
}
a, a:hover, a:focus, a:active {
    outline: none;
    color: #005FAD;
}
.main5 a {
    outline: none;
    color: #FFFFFF;
}
.menu-link {
    display: none;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* Header-Image */

.contentarea {
    overflow-x: hidden !important;
}

/* Inhaltsformatierungen */ 

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

.background-blue {
    background-color: #005FAD;
}
.background-green {
    background-color: #7db714;
}

.text-white {
    color: #FFFFFF;
}

.icons {
    font-size: 60px;
    margin-bottom: 35px;
}


ul.vorteile li {
    margin-bottom: 27px;
    line-height: 27px;
}

ul.vorteile a::before{
    content: '>';
    margin-right: 7px;
}
ul.vorteile a {
    color: #7db714;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px 10px 5px;
}
ul.vorteile a:hover{
    background-color: #005FAD;
    color: white;
}

/*
ul.vorteile li::before {
    content: '\f054';
      content: "\f017";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    display: inline-block;
    height: 46px;
    width: 43px;
    margin-left: -63px;
    margin-top: 7px;

    
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
    
}
*/
ul.vorteile li::first-line {
    font-size: 24px;
    font-family: Jura;
    font-weight: 700;
}



.spacingblock {
    margin: 25px auto 0;
    padding: 15px 0;
}

@media all and (min-width: 768px) {
    .spacingblock {
        margin: 25px auto 0;
        padding: 25px 0;
    }
}

.spacingblock:first-of-type  {
    margin-top: 0;
}


@media all and (max-width: 768px) {
    .spacingblock {
        margin: 25px auto 0;
        padding: 25px 20px;
    }
}


.content {
    position: relative;
    width: 100%;
}
footer {
    color: #FFFFFF;
    background-color: #7Db714;
    margin-bottom: 25px;
}

nav {
    width: 100%;
    font-family: 'Jura';
}

.scrollup {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 60px;
    text-indent: -9999px;
    background: rgba(0,95,173,1);
    z-index: 1000;
}

footer ul {
    padding: 0 !important;
}
footer li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
footer li a, footer a {
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease;
}
footer a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
}
footer ul.footerNav {
    padding: 0 !important;
}
footer ul.footerNav li {
    display: block;
    line-height: 30px;
    padding-left: 15px;
}
footer ul.footerNav li::before {
    content: "";
    margin-left: -15px;
    padding: 0 15px 0 0;
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.schatten {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(125,183,20,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(125,183,20,0.75);
    box-shadow: 0px 4px 5px 0px rgba(125,183,20,0.75);
}

input[type=submit] {
    color: #005FAD;
    height: 30px;
    padding: 5px 30px 5px 10px;
    border-radius: 0px;
    margin: 0 6px 6px 0;
    color: #ffffff;
    border: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

input[type=submit] {
    background-color: #FFF;
    height: 30px;
    padding: 5px 30px 5px 10px;
    border-radius: 0px;
    margin: 0 6px 6px 0;
    color: #005FAD;
    border: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

input[type=text], input[type=password],textarea, select, input[type=date] {
    background-color: rgba(211,211,211,1.00);
    height: 30px;
    padding: 5px 30px 5px 10px;
    margin: 0 6px 10px 0;
    width: 350px;
    border-radius: 0px;
    border: none;
}

textarea {
    height: 130px;
}


label {
    width: 300px; 
    border-bottom: 1px solid #EEEEEE; 
    margin-right: 15px;
    line-height: 2rem;
    font-weight: bold;
}

.checkbox_wrapper {
    vertical-align: middle;
}

.checkbox_wrapper label {
    width: 90%;
    border: none;
    margin-left: 35px;
}


#pifa-form-1 .checkbox_wrapper input{
    margin: 25px;
}

#pifa-form-1 textarea{
    min-height: 75px;
}

#pifa-form-1 #m40 {
    width: auto;
}

#pifa-form-1 .pifa-error-message,
#pifa-form-1 .pifa-error-message p{
    margin: 0 auto 15px;
    color: red;
}

.pifa-error,.pifa-error label  {
    color: red!important;
}

/* 18. Responsive mit MediaQueries */
/*=========================*/

/* Tablet */
@media all and (max-width: 768px) {

}

@media all and (min-width: 480px) {
}

@media all and (min-width: 480px) and (max-width: 768px) {
}


/* Navigation Desktop  */
@media all and (min-width: 768px){
	#unavBg {position: absolute; left: 0px; z-index: 3; /*background: rgba(9,44,89,0.6);*/ background: rgba(235,240,245,0.6); height: 0px; width: 100vW; transition: all 0.3s ease; }
	.buttonSearch, .sprache {text-align: right!important;}
	
/*** ESSENTIAL STYLES ***/
.sf-menu {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
.sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li {
	position: relative;
    background: none; 
}
.sf-menu li:hover {
        background: none; 
}
.sf-menu > li {
	float: left;
}
.sf-menu > li:first-child {
	border-left: none;
}
.sf-menu > li:last-child {
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0em;
}
.sf-menu a {
	padding: 0;
	margin: 0;
	line-height: 60px;
	color: #005FAD;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	transition: ease all 0.1s ;
	background: none;
	border-bottom: 5px solid rgba(0,95,173,0);
	text-decoration: none;
}

.sf-menu a:first-of-type {
	margin: 0 20px 0 0 !important;
}
.sf-menu ul a {
	line-height: 30px;
}
.sf-menu a:hover {
	color: #007299;
	text-decoration: none;
	background: none;
	transition: ease all 0.2s ;
	border-bottom: 5px solid rgba(0,95,173,1);
}
/* Untermenü */

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li ul::before {
}
/*.sf-menu ul:before {
	content: '';
	background: url(../upload/img/layout/unav-top.png) no-repeat;
	height: 14px;
	display: block;
	position: relative;
	top: 1px;
}*/
.sf-menu ul li:first-child {
    padding-top: 15px;
}
.sf-menu ul li {
	background: rgba(0,95,173,1);
	width: 100%;
	padding-left: 15px;
	padding-right: 60px;
}
.sf-menu ul li:last-child {
	padding-bottom: 10px;
}
.sf-menu li li,
.sf-menu li li:hover {
    background: rgba(0,95,173,1);
    /* shaddow */
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);

}
.sf-menu li li a{
	background: none;
	color:#FFFFFF !important;
    padding-left: 20px !important;
	}
    .sf-menu li li:first-child {
        
    }
.sf-menu li li a.active {
	text-decoration: none;
	box-shadow: none;
	background: none;
	color: #FFFFFF !important;
}
.sf-menu li li a:before {
    content: '\f054';
    font-family: FontAwesome;
    margin-right: 15px;
}

    .sf-menu li li a.active::before {
        height: 12px;
        width: 12px;
        content: "";
        display: inline-block;
        position: absolute;
        color: #7db714;
        margin-left: -20px;
        margin-top: 9px;
    }
.sf-menu li li a:hover {
	color: #FFFFFF !important;
	/*background: none;*/
	box-shadow: none;
    border-bottom: 5px solid rgba(255,255,255,0.8);    
}
    .sf-menu li li a:hover::before {
        content: "";
        background-repeat: no-repeat;
        height: 12px;
        width: 12px;
        display: inline-block;
        position: absolute;
        margin-left: -20px;
        margin-top: 9px;
    }
/* Ende Untermenü */
.sf-menu li a.active {
	color: #7db714;
	text-decoration: none;
	background: none;
	border-bottom: 5px solid rgba(0,95,173,1);
}
.sf-menu ul.sub-menu li a.active {
	color: #343434;
	border-bottom: none;
	}
    ul.sub-menu {
        margin-top: -5px !important;
        margin-left: -30px !important;
    }
	
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
}

@media all and (max-width: 1000px) {
    .sf-menu a {
        font-size: 14px;
    }
    
    .sf-menu a:first-of-type {
        margin: 0 10px 0 0 !important;
    }
}

/* Navigation Responsive */
.menu-link { display: none; width: 100%; text-align: center; text-transform: uppercase; font-size: 1em; font-weight: 400; background: rgba(0,95,173,1);}
.menu-link:hover, .menu-link:focus {color: #FFF; text-decoration: none;}
#spracheSuche {padding: 5px; background: #ebf0f5;}
.buttonSearch, .sprache {text-align: left; margin: 10px; left:15px;}

@media all and (max-width: 768px) {

    a.menu-link { display: block; color: #FFF; float: right; text-decoration: none; padding: 20px 10px; border-top: 0px solid #ffffff;}
    .menu {position: absolute; width: 100%; top: 58px; z-index: 5;}

    .menu { clear: both; min-width: inherit; float: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
    .menu ul { padding: 0px; margin: 0px; list-style: none; position: relative; display: inline;}
    .menu > li > ul.sub-menu { min-width: 10em;	padding: 4px 0;	background: rgba(61,136,48,1); border: 1px solid #7a0f2c; }
    .menu ul li { padding: 0px; }
    .menu ul > li a:hover {}
    .menu ul > li.active { background: #7db714; }
    .menu ul > li a.active {background: #7db714;}
    .menu ul > li:first-child a.active {background: none;}
    .menu > ul > li { display: inline-block; }
    .menu ul li a { display: block; text-decoration: none; color: #FFF; font-size: 1em; text-transform: uppercase; }
    .menu ul li > a { height:50px; padding: 18px 10px; }
    .menu ul ul { display: none; position: absolute; top:100%; min-width: 160px; background-color: #005FAD; border: 1px solid #7a0f2c;}
    .menu ul li:hover > ul { display: block; }
    .menu ul ul > li { position: relative; margin-bottom: 0px; }
    .menu ul > li {margin-bottom: 0px;}
    .menu ul ul > li a { background-color: #005FAD; color: #fff; height:50px; padding: 19px 18px 19px 30px; }
    .menu ul ul > li a:hover { color: #fff; text-decoration: underline;}
    .menu ul ul > li.active a {color: #fff; background-color: #000 !important;}
    .menu ul ul ul { position: absolute; left: 100%; top:0; }

    .example-header .container { width: 100%; }
      
    .menu, .menu > ul ul { overflow: hidden; max-height: 0; background: rgba(1,94,17,0.98); }
    .menu.active, .menu > ul ul.active { max-height: 200em; }
    .menu > ul { border-top: 1px solid #fff; }
    .menu li, .menu > ul > li { display: block; }
    .menu li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid rgba(255,255,255,0.6); position: relative; }
    .menu li li a { color: #000; display: block; padding: 0.8em; border-bottom: 1px solid #7db714; position: relative; }
    .menu li.has-submenu{
         background: rgba(1,94,17,0.98);
    }
    .menu li.has-submenu > a:after {
        content: '▾';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1em;
        padding: 0.55em 0.5em;
      }
      .menu li.has-submenu > a.active:after {
        content: "▾";
      }   
    .menu ul ul, .menu ul ul ul {   
        display: block !important;  
        visibility: visible !important;  
        position: relative; left: auto; top:auto; border:none; 
        max-height: 200em;
        }
}
/* Swiper - Header */
.Hintergrundbild {
    background-size: cover;
    background-position: center;
    /*min-height: calc(95vH - 247px);*/
    min-height: 768px;
}
@media all and (max-width: 768px) {
    .Hintergrundbild {
        min-height: 0;
    }
}

.Hintergrundbild .claim {
    margin-bottom: 160px;
    font-size: 30px;
    line-height: 2em;
    margin-left: 20%;
    padding: 15px 25px;
    background-color: rgba(0,95,173,0.5);
    color: #FFFFFF;
}
.Hintergrundbild .claim .z1, .z1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    width: auto;
}
.Hintergrundbild .claim .z2, .z2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    width: auto;
}
.StartClaim p {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 40px !important;
}
.StartClaim {
    position: absolute;
    bottom: 0px;
    right: 55%;
    width: 45%;
    text-align: right;
    background: #7DB714;
    color: #FFF;
    text-transform: uppercase;
    font-size: 28px;
font-family: 'Jura';
}

@media all and (max-width:768px) {
.StartClaim {
    width: 100% !important;
    right: 0px !important;
    text-align: left !important;
    padding-left: 25px !important;
}
.swiper-pagination{
    display: none;
}
.Hintergrundbild .claim {
    margin-bottom: 120px;
    margin-left: 0 !important;
    text-align: center !important;
}
.kampagnenBild {
    margin-left: inherit !important;
    text-align: center !important;
}
.kampagnenBild img {
    max-width: 180px;
}
.claim .z1:first-of-type, .claim .z2 {
    display: none;
}
}

/* Swiper - Empfehlungen */
.referenzen .fa{
    color: gold;
    margin-bottom: 15px;
}

.referenzen{
    padding: 0 55px;
}

.sliderNested {
    min-height: 150px;
}
.swiper-container {
    height: 100% !important;
    overflow: hidden;
}
.swiper-slide {
    overflow: hidden;
}
.swiper-slide img {
    max-width: inherit;
    height: auto !important;
    max-height: inherit!important;
}
.swiper-slide {
    /* font-size: 22px; */
	/* background: #fff; */
        
        /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100% !important;
}
.swiper-button-next, .swiper-button-prev {
    top: 60% !important;
}
.swiper-button-next-1, .swiper-button-prev-1 {
    top: 50% !important;
}

.swiper-button-next-1{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23005FAD'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev-1 {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23005FAD'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet {
    border-radius: 0px !important;
    width: 40px !important;
    height: 7px !important;
    background: #005FAD !important;
}
.swiper-pagination {
    right: inherit !important;
    left: 50% !important;
}
.swiper-slide table{
    max-width: 750px
}

.swiper-slide table td{
    padding: 15px 50px;
    text-align: center;
}

td span.bt-content{
    width:100%;
    text-align:center;
}

/* Footer */
footer {
    color: #FFFFFF;
    background-color: #7Db714;
    margin-bottom: 25px;
    padding: 50px 0;
}

footer ul {
    padding: 0 !important;
}
footer li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
footer li a, footer a {
    color: #FFFFFF !important;
    text-decoration: none;
    line-height: 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease;
}
footer a:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    border-bottom: 2px solid #FFFFFF;
}
footer ul {
    padding: 0 !important;
    list-style: none;
    padding: 0;    
}
footer ul li {
    display: block;
    line-height: 30px;
    padding-left: 0em;;
}
footer ul li::before {
    content: '\f054';
    font-family: FontAwesome;
    padding-right: 10px;
    margin-left: 0px; /* same as padding-left set on li */
    width: 20px; /* same as padding-left set on li */
}
footer p.phone{
    font-size: 1.2rem;
    margin: 0.4rem 0;
}

.noPadding{
    padding: 0px;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}


table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

ol li{
    margin-left: 25px;
    list-style: decimal;
}

.portfolio-box {
    width: 100%;
}

.portfolio-box h3 {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.portfolio-box .contactPosition {
    min-height: 3em;
}

.content_type_label{
    display: block!important;
    width: auto;
    border: none;
}

/*************NEW PORTFOLIO IN V1.4****************/
ul.list-inline{
    width: 100%;
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    clear: both;
}
ul.list-inline li{
    display: inline-block;
}
.filter {
  text-align: center;
  margin-bottom: 30px;
}

.filter li a.active {
  color: #7db714;
  border-color: #007299;
}

.filter li a {
  display: inline-block;
  margin: 3px 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  color: #007299;
  font-weight: 400;
  text-decoration: none;
  padding: 4px 12px;
  border: 2px solid #7db714;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.filter li a:hover {
  color: #7db714;
  border-color: #7db714;
}

.project-post img {
    max-width: inherit;
    height: inherit;
}


.col-2-space .project-post {
  width: 50%;
  padding: 15px;
}

.col-2-no-space .project-post {
  width: 50%;
  padding: 0;
  margin: 0;
}

.col-3-space .project-post {
  width: 33.33%;
  padding: 15px;
}

.col-3-no-space .project-post {
  width: 33.333%;
  padding: 0;
  margin: 0;
}

.col-4-space .project-post {
  width: 25%;
  padding: 15px;
}

.col-4-no-space .project-post {
  width: 25%;
  padding: 0;
  margin: 0;
}

.col-5-no-space .project-post {
  width: 20%;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
    width: 100%;
  }
}

/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
}

.item-img-wrap img {
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1;
}

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
    .cc-banner.cc-bottom{
        bottom: 55px;
        z-index: 100000;
    }
}