
body{
	background:#dbdada;
	/*background: url('../img/body-bg.jpg');*/
	font-size: 16px;
	font-family: "acumin-pro";
	color: #272626;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration: none;

}
a:hover{

}
p{
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 15px;
}
strong{
	font-weight: bold;
}
.clear{
	clear:both;
}
.container{
	width:1400px;
	margin: 0 auto;

}
.page-wrapper{
	background:#fff;
	padding:50px;
	/*box-shadow: 0px 0px 10px #6f6f6f;*/
}
.page-wrapper a{
	color: #272626;
	text-decoration: underline;
}
.page-wrapper li{
	font-weight: 300;
	margin-bottom: 15px;
	list-style: disc;
	list-style-position: inside;
	margin-left: 20px;
}



.intro-wrapper{
	width: 750px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 60px;
}
.intro-wrapper p{
	font-size: 1.1em;
}

.debug-bar{
	width: 100%;
	height: 30px;
	background: green;
}


/*** HEADLINES ***/
.headline-1{
	background: url(../img/headline-1-bg.svg) bottom center no-repeat;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 1.2em;
	position: relative;
	font-family: "trajan-pro-3";
    padding-bottom: 35px;
    display: block;
    background-size: 200px auto;
}

.headline-1 strong{
	color: #da422f;
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.headline-2,
#page-default h3{
	font-family: "trajan-pro-3";
	font-size: 1.2em;
	margin-bottom: 15px;
}

.headline-3{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 18px;
	margin-top: 15px;
	font-family: "trajan-pro-3";
}

.headline-3:after{
	/*content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #e8312a;
    margin-top: 15px;*/
}



/*** BUTTONS ***/
a.button-1, .button-1{
	background:#e8312a;
	color: #fff;
	margin-top: 15px;
	padding:15px 30px 15px 30px;
	display: inline-block;
	font-weight: 700;
	min-width: 110px;
	text-decoration: none;
	transform: rotate(0deg) scale(1) skew(-10deg) translate(0px);
}

.button-1:hover{
	background: #bd222b;
}


.button-2{
	background:#fff;
	color: #db232e;
	margin-top:23px;
	padding:15px 30px 15px 30px;
	display: inline-block;
	font-weight: 700;
	border-radius: 10px;
	min-width: 110px;
}

/*** HEADER ***/
.header-space{
	display: none;
}
#header{
	background: #e7302a;
	position: relative;
	z-index: 1;
	box-shadow: 1px 1px 1px #636363;
}
#header .container{
	position: relative;
	height: 100%;
}
.header-logo{
	position: absolute;
	width: 350px;
	left: 0px;
	z-index: 9;

}

.header-logo img{
	display: block;
	width: 100%;
}



#menu-mainnav{
	float: right;
}
#menu-mainnav li{
	float:left;
}
#menu-mainnav li:last-child{
	margin-right: 0;
}
#menu-mainnav li a{
	color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px #000000;
    display: block;
    padding: 25px 30px;
    position: relative;
    font-family: "trajan-pro-3";
}
#menu-mainnav li a:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-right: 1px solid #c42923;
	transform: rotate(0deg) scale(1) skew(-20deg) translate(0px);
}
#menu-mainnav li:first-child a:after{
	border-left: 1px solid #c42923;
}
#menu-mainnav li.current-menu-item a{

}
#menu-mainnav li.current-menu-item a:after{
	background: #b82622;
}
#menu-mainnav li a span{
	position: relative;
	z-index: 99;
}


.meta-header{
	background: #da2e28;

}
.meta-header .container{
	position: relative;
}
.metanav{
	float: right;
	padding: 7px 0;
}
.metanav li a{
	color: #fff;
	font-size: 0.95em;
}
.metanav li{
	float: left;
	margin-right: 15px;
}

.metanav li:last-child{
	margin-right: 0;
}




/*** MAINTEASER ***/
.mainteaser{
	width: 100%;
	height: 400px;
	background: #ccc;
	position: relative;
}
.mainteaser .claim{
	/*background: #db232e;*/
    display: inline-block;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    padding: 40px;
    position: absolute;
    bottom: 60px;
    left: 60px;
}
.mainteaser .claim-content{
	position: relative;
	z-index: 99;
}
.mainteaser .claim:after{
	content: '';
    position: absolute;
    background: rgba(232, 49, 42, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9;
    transform: rotate(0deg) scale(1) skew(-17deg) translate(0px);
}


.mainteaser .claim .claim-headline{
	font-size: 54px;
	font-family: "trajan-pro-3";
}

.mainteaser .claim .claim-subheadline{
	font-size: 30px;
    font-family: "acumin-pro";
    text-transform: none;
    font-weight: 300;
    margin-top: 12px;
    display: block;
}


/*** CONTENT WITH IMAGE ***/
.content-block{
	width: 48%;
	float:right;
	margin-bottom: 50px;
}
.content-img-block{
	margin-bottom: 80px;
}
.img-block{
	width: 48%;
	float: left;
}
.img-block img{
	width: 100%;
}
.content-block-2{
	width: 48%;
	float:left;
}
.img-block-2{
	width: 48%;
	float: right;
}
.img-block-2 img{
	width: 100%;
}







/*** STARTSEITE ***/
#page-home .mainteaser{
	height: 500px;
	background: url('../img/mainteaser-startseite.jpg') top center no-repeat;
}



.contactbar-wrapper{
	background: #f0f0f0;
	position: relative;
	border-bottom: 1px solid #d0d0d0;
}

.contactbar-wrapper .col{
	float: left;
	padding-left: 90px;
	border-right: 1px solid #d0d0d0;
	height: 160px;
	padding-right: 50px;
	padding-top: 30px;
}
.contactbar-wrapper .col a{
	text-decoration: underline;
	color: #272626;
}
.contactbar-wrapper .col strong{
	font-size: 1.2em;
	margin-bottom: 10px;
	display: block;
}
.contactbar-wrapper .col label{
	font-weight: bold;
}



.contactbar-wrapper .col-adresse{
	background: url('../img/icon-adresse.svg') top 20px left 30px no-repeat;
	border-right: 0;
	padding-right: 0;
	background-size: 40px, auto;
}
.contactbar-wrapper .col-oeffnungszeiten{
	background: url('../img/icon-oeffnungszeiten.svg') top 20px left 30px no-repeat;
	background-size: 40px, auto;
}

.contactbar-wrapper .col-oeffnungszeiten .left{
	float: left;
}

.contactbar-wrapper .col-oeffnungszeiten .right{
	float: left;
    margin-left: 50px;
}

.contactbar-wrapper .col-kontakt{
	background: url('../img/icon-phone.svg') top 20px left 30px no-repeat;
	background-size: 40px, auto;
}








#page-home .leistungen-wrapper li{
	margin-bottom: 80px;
	width: 32%;
	margin-right: 2%;
	text-align:center;
	position: relative;
	display: inline-block;
	margin-left: 0;
	list-style: none;
}



#page-home .leistungen-wrapper li:nth-child(3n){
	margin-right: 0;
}
#page-home .leistungen-wrapper li p{
	padding: 0 20px 0 20px;
}
#page-home .leistungen-wrapper li img{
	margin-bottom: 20px;
}
#page-home .benefits-wrapper{
	border: 0;
	margin-top: 0;
	padding-top: 0;
}
#page-home .ausstellung-wrapper{
	width: 100%;
	height:442px;
	background: url(../img/ausstellung.jpg) top center no-repeat;
}
#page-home .ausstellung-wrapper .text-ausstellung{
	margin-top: 100px;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100%;
}
#page-home .ausstellung-wrapper p{
	font-size: 20px;
	font-weight: 500;
}



.benefits-wrapper{
	text-align: center;
	display: inline-block;
	border: 2px solid red;
	padding: 50px;
}
.benefits-wrapper li{
	display: inline-block;
    width: 34%;
    background: url(../img/check.png) no-repeat;
    padding-left: 50px;
    font-weight: bold;
    height: 80px;
    vertical-align: top;
    text-align: left;
    height: 70px;
    background-size: 30px auto;
    line-height: 1.4em;
}





/*** LEISTUNGSSEITE ***/
.leistungs-block{
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #da422f;
	margin-bottom: 2%;
	box-shadow: 2px 2px 2px #c7c7c7;
	color: #fff;
	text-align: center;

}
.leistungs-block img{
	width: 100%;
}

.leistungs-block .img-wrapper{
	position: relative;
}
.leistungs-block .img-wrapper img{
	display: block;
}
.leistungs-block .img-wrapper a.gallery-button{
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	background-color: #e8312a;
	background-image: url('../img/gallery-icon.svg');
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: 20px auto;
	padding: 15px 20px 15px 40px;
	color: #fff;
	font-weight: bold;
	outline: 0 !important;
	transition: 0.3s background;
}
.leistungs-block .img-wrapper a.gallery-button.pdf-download{
	background-image: url('../img/icon-document.svg');
}
.leistungs-block .img-wrapper a.gallery-button:hover{
	background-color: #b82622;
}
.leistungs-block .img-wrapper a.invisible{
	display: none;
}




.leistungs-block .content-wrapper{
	padding: 20px;
	height: 140px;
}

#page-friedhof .leistungs-block .content-wrapper{
	padding: 20px;
	height: 157px;
}

#page-sonderarbeiten .leistungs-block .content-wrapper{
    padding: 20px;
    height: 186px;
}
.leistungs-block:nth-child(2n){
	margin-right: 0;
}

.lithofin-banner{
	margin-top: 20px;
	display: block;
}
.lithofin-banner.mobile{
	display: none;
}

.lithofin-banner img{
	width: 100%;
}


/*** LEISTUNGEN-BAR ***/
.page-wrapper .nav-leistungen{
	display: none;
}
.nav-leistungen{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(255,255,255, 0.9);
	border-bottom: 1px solid #cdcbcb;
	box-shadow: rgba(0,0,0,0.1) 0 1px 2px 1px;
}

.nav-leistungen li{
	float: left;
	color: #fff;
	width: 16.66%;
}
.nav-leistungen li a{
	color: #272626;
	text-align: center;
	display: block;
	padding: 30px;
	border-right: 1px solid #cdcbcb;
	font-family: "trajan-pro-3";
	font-size: 1.1em;
	transition: 0.3s background;
}

.nav-leistungen li.current-menu-item a,
.nav-leistungen li.current-menu-item a:hover{
	background: #e8312a;
    color: #fff;
}

.nav-leistungen li a:hover{
	background: rgba(255,255,255, 0.95);
}


.nav-leistungen li:first-child a{
	border-left: 1px solid #cdcbcb;
}







/*** AUSBAU ***/
#page-ausbau .mainteaser{
	background: url('../img/mainteaser-ausbau.jpg') top center no-repeat;
}

/*** HOCHBAU ***/
#page-hochbau .mainteaser{
	background: url('../img/mainteaser-hochbau.jpg') top center no-repeat;
}


/*** FRIEDHOF ***/
#page-friedhof .mainteaser{
	background: url('../img/mainteaser-friedhof.jpg') top center no-repeat;
}

/*** RESTAURATION ***/
#page-restauration .mainteaser{
	background: url('../img/mainteaser-restauration.jpg') top center no-repeat;
}

/*** GARTEN ***/
#page-garten .mainteaser{
	background: url('../img/mainteaser-garten.jpg') top center no-repeat;
}

/*** SONDERARBEITEN ***/
#page-sonderarbeiten .mainteaser{
	background: url('../img/mainteaser-sonderarbeiten.jpg') top center no-repeat;
}

/*** ÜBER UNS ***/
#page-ueberuns .mainteaser{
	background: url('../img/mainteaser-ueberuns.jpg') top center no-repeat;
}

.geschichte{
	background: url(../img/story.jpg) top center no-repeat;
	background-size: 100% auto;
}

.geschichte-img-mobile{
	display: none;
}

.geschichte .geschichte-content{
	padding-left: 50%;
	padding-right: 40px;
	padding-top: 90px;
	padding-bottom: 160px;
}



/*** AUSSTELLUNG ***/

#page-ausstellung .mainteaser{
	background: url('../img/mainteaser-ausstellung.jpg') top center no-repeat;
}
.projektanfrage-wrapper{
	margin-top: 50px;
	padding: 20px;
	background:#e8312a;
	color: #fff;
}

.projektanfrage-wrapper p{
	font-weight: bold;
}

.projektanfrage-wrapper .headline-1{
	background: url(../img/headline-1-bg-white.png) bottom center no-repeat
}
.projektanfrage-wrapper .projektanfrage-border{
	width: 100%;
    height: 100%;
    border: 2px solid #fff;
    padding: 25px 0;
    box-sizing: border-box;
}
.projektanfrage-wrapper .intro-wrapper{
	margin-bottom: 0;
}


/*** KONTAKT ***/
.kontakt-input{
	width: 46%;
	background:#f7f6f6;
	padding left: 15px;
	padding: 20px;
	margin-bottom: 15px;
}
.contact-left{
	width: 49%;
	float: left;
}
#contact-form label.error{
	display: none !important;
}
.contact-left input{
    border: 0;
    display: block;
    margin-bottom: 0px;
    background: #f7f6f6;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    outline: 0;
}

.contact-left input.wpcf7-not-valid,
.contact-right textarea.wpcf7-not-valid{
	border: 1px solid #e8302b;
}


#contact-form input.error,
#contact-form textarea.error{
	background: #ffe2e2;
}

.contact-right{
	float: right;
	width: 49%;
}
.contact-right textarea{
	width: 100%;
	background: #f7f6f6;
	padding: 15px;
	font-size: 14px;
	border: 0;
	height: 275px;
	outline: 0;
	box-sizing: border-box;
}

.submit-button{
	background: #e7302a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 25px;
    border: 0;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0;
    transform: rotate(0deg) scale(1) skew(-10deg) translate(0px);
    -webkit-appearance: none;
    outline: 0 !important;
}
.submit-button:disabled{
	opacity: 0.5;
}
span.wpcf7-list-item{
	margin: 0;
}
.submit-button:hover{
	background: #bd222b;
}
div.wpcf7-response-output{
	padding: 20px;
	font-weight: bold;
	margin: 0;
}
div.wpcf7-validation-errors{
	border: 2px solid #e8302b;
	background: #e8302b;
	color: #fff;
}

div.wpcf7-mail-sent-ok{
	border: 2px solid #398f14;
    background: #398f13;
    color: #fff;
}


span.wpcf7-not-valid-tip{
	display: none;
}




/*** FOOTER ***/
.footer-meta{
	background: #f3f3f3;
    text-align: center;
    padding: 20px 0;
}
.footer-meta ul{
	text-align: center;
}
.footer-meta ul li{
	display: inline-block;
	margin-right: 30px;
}
.footer-meta ul li img{
	border: 1px solid #c5c5c5;
	width: 130px;
}



#footer{
	background: #c12f29;
	margin-bottom: 100px;
	color:#fff;
	padding: 10px 20px;
	font-size: 0.8em;

}
#footer p{
	font-weight: 500;
	margin: 0;
	float: left;
}
#footer .footer-nav{
	float: right;
}
#footer .footer-nav li{
	float: left;
	margin-right: 10px;
	line-height: 1.6em;
}

#footer .footer-nav li:after{
	content: '/';
	margin-left: 10px;
}
#footer .footer-nav li:last-child:after{
	display: none;
}

#footer .footer-nav li:last-child{
	margin-right: 0;
}

#footer .footer-nav li a{
	color: #fff;
	font-weight: 500;
}


/*** IMPRESSUM, DATENSCHUTZ ***/

#page-default h4{
	font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 700;
}
#page-default h5{
	font-size: 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}




/*** MOBILE NAV ***/
body.disabled{
	overflow: hidden;
}
.mobile-nav-wrapper {
    position: fixed;
    background: #e7302a;
    top: 60px;
    left: 0px;
    z-index: 100000;
    width: 100%;
    height: 0;
    overflow: scroll !important;
    opacity: 1;
    transition: all 0.5s;
    overflow: hidden;
    text-align: center;
}

.mobile-nav-wrapper.active{
	height: 100%;
	opacity: 1;
}


.mobile-nav-wrapper ul{
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.mobile-nav-wrapper ul li a{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 15px 0;
	display: block;
	font-family: "trajan-pro-3";
}
.mobile-nav-wrapper ul li{
	margin-bottom: 0;
}
.mobile-nav-wrapper ul li.menu-item-has-children{
	/*background-image: url('../img/arrow-bottom-white.svg');*/
	background-position: right 20px top 24px;
	background-repeat: no-repeat;
	background-size: 13px auto;
}
.mobile-nav-wrapper ul li .sub-menu{
	display: none;
	margin-top: 0;
}
.mobile-nav-wrapper ul li .sub-menu a{
    text-transform: none;
    font-weight: normal;
    border-bottom: 0;
    padding: 7px 20px 7px 0px;
    font-size: 14px;
    font-weight: 500;
}
.mobile-nav-wrapper ul li .sub-menu li .sub-menu a{
	padding-left: 50px;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-nav-wrapper ul li .sub-menu li .sub-menu li .sub-menu a{
	padding-left: 60px;
	font-size: 16px;
	font-weight: normal;
}

.mobile-nav-wrapper ul li .sub-menu li.menu-item-has-children a{
	font-weight: 600;
	font-size: 16px
}
.mobile-nav-wrapper ul li .sub-menu li.menu-item-has-children li a{
	font-weight: normal;
	font-size: 14px;
}



/*** POPUP ***/
.pum-overlay .pum-container{
	background: #e8312a !important;
	color: #fff !important;
	padding: 0 !important;
}
.pum-theme-533 .pum-content,
.pum-theme-standard-theme .pum-content{
		text-align: left;
}
.pum-overlay .pum-container h3{
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 10px;
		text-shadow: 1px 1px 1px #000;
}
.pum-overlay .pum-container h5{
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}


.pum-overlay .pum-container p{
	color: #fff;
	font-weight: bold;
}

#pum-2066 .pum-container p{
	line-height: 0 !important;
}

.pum-overlay .pum-container h3 span{
	color: #e8312a;
    background: #fff;
    transform: rotate(352deg);
    display: inline-block;
    padding: 6px 10px;
    margin-top: 5px;
}

.pum-overlay .pum-container h4{
	color: #fff;
    font-weight: 700;
    margin: 30px 0;
    text-align: left;
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;
    font-size: 20px;
}
.pum-overlay .pum-container li{
	color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 30px 15px 0px;
    padding-left: 30px;
    background: url('../img/icon-check.svg');
    background-size: 20px auto;
    background-position: top 5px left;
    background-repeat: no-repeat;
}
.pum-overlay .img-open-door{
	position: absolute;
    top: 15px;
    right: 110px;
    width: 125px;
}

.pum-overlay .pum-close{
	position: absolute;
	top: 0px !important;
	right: 0px !important;
	width: 50px !important;
  height: 50px !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  background: #b82622 !important;
}
.popup-content-wrapper{
	display: flex;
	justify-content: space-between;
}
.popup-content-wrapper .popup-left{
	width: 50%;
}
.popup-content-wrapper .popup-right{
	width: 45%;
}

.pum-theme-standard-theme .pum-content{
		/*background-image: url('../img/icon-covid-19.svg');
		background-size: 300px auto;
		background-position: bottom right;
		background-repeat: no-repeat;*/
}
#popmake-1508 .pum-content{
	text-align: center !important;
}
.pum-overlay .pum-container h2{
	color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-shadow: 1px 1px 1px #000;
}
.pum-overlay .pum-container h5{
	display: inline-block;
	background: #fff;
	color: #e8312a;
	padding: 5px 20px 5px 20px;
	font-weight: 900;
	font-size: 36px;
	margin-top: 20px;
}
.pum-overlay .pum-container a{
	color: #fff;
	text-decoration: underline;
}
.pum-overlay .pum-container span{
	font-size: 14px;
}
.pum-content .img-snowman{
	width: 100px;
}
