@font-face {
	font-family: 'gothic';
	src: url('./font_century/gothic.eot');
	src: local('./font_century/gothic'), url('./font_century/gothic.woff') format('woff'), url('./font_century/gothic.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_9785">Text with this font applied</p> */
.fontsforweb_fontid_9785 {
	font-family: 'gothic' !important;
}

/* Font downloaded from FontsForWeb.com */

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;
	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;
	font-family: 'gothic' !important;
	font-size: 18px !important;
}
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;
}

textarea,
input[type="text"],
input[type="mail"],
input[type="date"],
input[type="number"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

.text-orange{
	color: #0984E3 !important;
}

.text-black{
	color: #000;
}

.text-white{
	color: #fff;
}

.bg-black{
	background: #000;
}

.bg-gray{
	background: #444;
}

.bg-white{
	background: #fff;
}

.mt5{
	margin-top: 5px !important;
}

.mt10{
	margin-top: 10px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mb5{
	margin-bottom: 5px !important;
}

.mb10{
	margin-bottom: 10px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

.mb30{
	margin-bottom: 30px !important;
}

.mr5{
	margin-right: 5px !important;
}

.mr10{
	margin-right: 10px !important;
}

.mr20{
	margin-right: 20px !important;
}

.mr30{
	margin-right: 30px !important;
}

.ml5{
	margin-left: 5px !important;
}

.ml10{
	margin-left: 10px !important;
}

.ml20{
	margin-left: 20px !important;
}

.ml30{
	margin-left: 30px !important;
}

.height50{
	height: 50px;
}

.height100{
	height: 100px;
}

.height150{
	height: 150px;
}

.height200{
	height: 200px;
}

.height250{
	height: 250px;
}

.height300{
	height: 300px;
}

.width20{
	width: 20%;
}

.width50{
	width: 20%;
}

.width100{
	width: 20%;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.textleft{
	text-align: left;
}

.textcenter{
	text-align: center;
}

.textright{
	text-align: right;
}

.logo{

}

.nav {
	display: inline-block;
}

nav ul.nav li{
	display: inline-block;
	float: left;
	min-width: 170px;
}

.nav-item .nav-link{
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.desktopnav .nav-item .nav-link:hover{
	background-color: #0984E3 !important;
	color: #fff;
}

.nav-item .nav-link.active{
	background-color: #0984E3 !important;
	color: #fff;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallaxhome {
    min-height: 600px;
    background: transparent;
}

.gallery {
    padding: 0 0 30px 0;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	background: rgba(0, 0, 0, 0.86);
} 
/* Common style */
.grid {
	position: relative;	
	overflow: hidden;
	margin: 10px 0;
	height: auto;
	text-align: center;
	cursor: pointer;
} 
.grid img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
}

.grid .figcaption {
	padding: 2em;
	color:rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
} 
.grid .figcaption,
.grid .figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid  .figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
} 
.grid p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/ 
.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	-moz-transform: scale3d(1.05,1.05,1);
	-o-transform: scale3d(1.05,1.05,1);
	-ms-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
} 
.effect-apollo .figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 3em;
    padding: 0 1em;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
} 
.effect-apollo:hover img { 
    -webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-o-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	opacity: 0.4;
}
.effect-apollo:hover .figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/

.fixheader{
	position: fixed !important;
    z-index: 9999;
    width: 100% !important;
    top: 0;
	box-shadow: 0 0 6px -1px #000;
}

footer{
	background: #212121;
}

.kontaktbutton{
	display: table;
    margin: 15px auto;
    float: none !important;
    height: 50px;
    line-height: 50px;
    background: #0984E3;
    cursor: pointer;
	padding: 0 20px;
}

.kontaktbutton:hover{
	background: #e49501;
}

.kontaktbutton a:focus{
	color: #fff;
}

.kontaktbutton a{
	text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.kontaktbutton a:hover{
	text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/*-- contact --*/
.w3layouts_mail_grid input[type="text"],
.w3layouts_mail_grid input[type="tel"],
.w3layouts_mail_grid input[type="email"],
.w3layouts_mail_grid textarea {
	outline: none;
	padding: 10px;
	font-size: 18px;
	color: #212121;
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #e4e2e2;
	margin-top: 2px;
	margin-bottom: 7px;
}

.w3layouts_mail_grid textarea {
	min-height: 170px;
	width: 100% !important;
}

.w3layouts_mail_grid input[type="submit"],
.w3layouts_mail_grid input[type="reset"] {
	outline: none;
	padding: 15px 0;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: #0984E3 ;
	width: 100%;
	border: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.w3layouts_mail_grid input[type="submit"]:hover,
.w3layouts_mail_grid input[type="reset"]:hover {
	background: #e49501;
	color: #fff;
}

.agile_map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
}

.contact-grid-agile-w3 i {
	color: #fff;
	font-size: 33px;
}

.contact-grid-agile-w3 {
	background: #171616;
	text-align: center;
	width: 32%;
	padding: 2em 1em;
}

.contact-grid-agile-w3:nth-child(2) {
	margin: 0 1%;
}

.contact-grid-agile-w3 h4 {
	color: #2fdab8;
	font-size: 1.3em;
	margin: 20px 0;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-grid-agile-w3 p {
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}

.contact-grid-agile-w3 p a {
	color: #fff;
	text-decoration: none;
}

.contact-grid-agile-w3 p span {
	display: block;
}

.mail-agileits-w3layouts i {
	font-size: 18px;
	float: left;
	width: 50px;
	height: 50px;
	border: 2px solid #ddd;
	text-align: center;
	line-height: 49px;
}

.mail-agileits-w3layouts {
	margin-top: 2em;
}

.agileits_w3layouts_nav_right.contact {
	float: left;
	margin-top: 1.7em;
}

.contact-right a:hover {
	color: #2fdab8;
}

.contact-right span,
.contact-right a {
	font-size: 15px;
	text-decoration: none;
	color: #555;
	outline: none;
}

.contact-right {
	padding-left: 1em;
	float: left;
	width: 65%;
	padding-top: 4px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	padding: 0.5em 1em;
	border: 0;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	background: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 00px 30px 30px 0px;
	-webkit-border-radius: 00px 30px 30px 0px;
	-moz-border-radius: 00px 30px 30px 0px;
	-moz-border-radius: 00px 30px 30px 0px;
	-ms-border-radius: 00px 30px 30px 0px;
}

.contact-form input[type="submit"] {
	border: none;
	padding: 0.8em 2.5em;
	font-size: 15px;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	background: #2fdab8;
	color: #fff;
	border-radius: 00px 30px 30px 0px;
	-webkit-border-radius: 00px 30px 30px 0px;
	-moz-border-radius: 00px 30px 30px 0px;
	-moz-border-radius: 00px 30px 30px 0px;
	-ms-border-radius: 00px 30px 30px 0px;
}

.contact-right p {
	font-weight: 600;
	color: #f15a24;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.address-grid h4,
h4.white-w3ls {
	font-weight: 600;
	font-size: 1.2em;
	color: #fff;
	letter-spacing: 1px;
}

.address-grid h4{
	color: #000;
}

h4.white-w3ls {
	color: #fff;
	margin-bottom: 1em;
}

.agile_info_mail_img_info {
	padding: 0;
}

.agile_info_mail_img {
	background: url(../images/g11.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 411px;
	margin-left: 1%;
	width: 65%;
}

.w3layouts_mail_grid {
	margin: 0;
}

.wthree_contact_left_grid {
	padding-left: 0;
}

.map iframe {
	width: 100%;
	min-height: 400px;
	border: none;
	padding: 2em;
	background: #f5f5f5;
}
/*-- //contact --*/

.mobilenav{
	float: left;
    width: 100%;
    background: #444;
    height: 50px;
	display: none;
	position: relative;
}

.mobilenav .hamburgermenu{
	display: none;
	width: 100%;
    background: #444;
	z-index: 9999;
    position: relative;
    top: 0;
	overflow: scroll;
	height: calc(100vh - 50px);
}

.mobilenav .hamburgermenu li{
	width: 100%;
}

.mobilenav .hamburgericon{
	float: left;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
}

.desktopnav .nav-item .dropdown:hover .dropdown-menu {
	display: block;
}

.nav-item .dropdown.nav-link{
	display: block;
    padding: 10px 15px;
	cursor: pointer;
	float: left;
	height: inherit;
	width: 100%;
}

.nav-item .dropdown-menu{
	width: 334px;
    top: 49px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    left: -1px;
    right: -1px;
}

.nav-item .dropdown-menu a{
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 30px;
}

.desktopnav .nav-item .dropdown-menu a:hover{
	background-color: #0984E3 !important;
    color: #fff;
}

.grabsteinelist{
	font-size: 18px;
    line-height: 40px;
}

.portraitFoto{
	display: table !important;
    margin: 20px auto !important;
    float: none !important;
}

.portraitFoto div{
	float: left;
	cursor: pointer;
	position: relative;
	background: #000;
}

.portraitFoto div:hover{
}

.portraitFoto div:hover span,
.portraitboxclosedesktop:hover {
	color: #0984E3;
}

.portraitFoto div:active{
	box-shadow: 0 0 5px 0px #444;
}

.portraitFoto span{
    width: 100%;
    background: rgba(68, 68, 68, 0.6);
	padding: 10px 15px;
	height: 40px;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
}

.portraitFoto span .fa{
	position: absolute;
    right: 8px;
    top: 10px;
    font-size: 22px;
}

.portrait1box,
.portrait2box{
    padding: 20px 5px 0 5px !important;
}

.portrait1box .portraitboxclosedesktop,
.portrait2box .portraitboxclosedesktop{
    font-size: 34px;
    right: 15px;
    top: 15px;
	cursor: pointer;
}

.portrait1box img,
.portrait2box img{
	
}

.portraittext{
	font-weight: bold;
	line-height: 24px;
}

.portraitsign{
	font-style: italic;
    font-weight: bold;
}

.portrait1box h4,
.portrait2box h4{
	line-height: 24px;
    font-size: 15px;
}

.portrait1box .portraitclosemobile,
.portrait2box .portraitclosemobile{
}

.topvsbsicon{
	width: 11px;
    margin-right: 4px;
}

.übertragunsIMG{
	display: table;
	margin: 0 auto;
	float: none !important;
}

.desktopnav {
	float: left;
	width: 100% !important;
	height: 50px;
}

.navigation {
	float: left;
	width: 100%;
	text-align: center;
}

.vsbsLogo img {
	width: 100%;
	background: #fff;
	padding: 10px;
}

.startseite .startseite,
.grabzeichen .referenzen,
.grabzeichen .referenzen .grabzeichen,
.bildhauerische-arbeiten .referenzen,
.bildhauerische-arbeiten .referenzen .bildhauerische-arbeiten,
.portrait .portrait,
.grabzeichenleistungen .leistungen,
.grabzeichenleistungen .leistungen .grabzeichen,
.gartenplatzgestaltung .leistungen,
.gartenplatzgestaltung .leistungen .gartenplatzgestaltung,
.steinpflege .leistungen,
.steinpflege .leistungen .steinpflege,
.schriftgestaltung .leistungen,
.schriftgestaltung .leistungen .schriftgestaltung,
.kopiertechniken .leistungen,
.kopiertechniken .leistungen .kopiertechniken,
.kontakt .kontakt,
.datenschutz .datenschutz,
.impressum .impressum {
    background-color: #0984E3 !important;
    color: #fff;
}

.address-grid .fa{
	margin-right: 10px;
}

.kontakthinweis{
	padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #eee;
}

.gallerybox1,
.gallerybox2{
	background-size: 100% !important;
    background-position: center !important;
}

.gallerybox1{
	background: url(../img/HandlangerCover.jpg) no-repeat;
}

.gallerybox2{
	background: url(../img/KettengliedCover.jpg) no-repeat;
}

.footeröffnungzeiten{
	font-size: 12px;
}

.lehrbetrieblogo img{
	width: 80%;
}

.imgCycle {
	display: none;
}

.imgWrapperCycle1,
.imgWrapperCycle2,
.imgWrapperCycle3,
.imgWrapperCycle4 {
	display: inline-block;
}

.gallery-grids {
	width: 100%;
	float: left;
}

.container {
	max-width: 100%;
}

.bigBtn,
.bigBtn h4 {
	color: #0984E3 !important;
	font-weight: bold;
	font-size: 20px;
}

.copyrightWrapper {
	font-size: 12px;
}

@media only screen and (max-width: 1150px) {
	nav ul.nav li{
		display: inline-block;
		float: left;
		min-width: 130px;
	}
	.logoWrapper img {
		max-width: 450px;
		height: auto;
	}
}

/* --------------   Mobile CSS   -------------- */

@media only screen and (max-width: 900px) {
    
	header .midheader .floatright{
		display: none;
	}
	
	header .midheader .logo{
		width: 100%;
		height: auto;
	}
	
	.desktopnav{
		display: none;
	}
	
	.mobilenav{
		display: block;
	}
	
	.parallax-window{
		min-height: 200px;
	}
	
	.nav-item .dropdown-menu{
		float: left;
		width: calc(100% + 30px);
		margin-top: 8px;
		box-shadow: none;
		border: none;
		text-align: center;
		position: static;
		z-index: 0;
		margin-left: -15px;
	}
	
	.dropdown-menu a{
		/*color: #fff !important;*/
		border-bottom: 1px solid #ddd;
	}
	
	.top .container h6{
		text-align: center;
	}
	
	.portraittext{
		background: url(../img/lehrbetrieblogomobile.png) no-repeat;
		background-size: 80%;
		background-position: center;
		font-weight: bold;
	}
	
	.lehrbetrieblogo img{
		display: table;
		margin: 0 auto;
	}
	
	/*.portrait1box img,
	.portrait2box img{
		width: 100%;
	}*/
	
	.portrait1box .portraitboxclosedesktop,
	.portrait2box .portraitboxclosedesktop{
		/*display: none;*/
	}
	
	.portrait1box .portraitclosemobile,
	.portrait2box .portraitclosemobile{
		display: block;
		/*position: absolute;*/
		font-size: 34px;
		right: 2px;
		top: 0px;
		cursor: pointer;
		background: #fff;
		padding: 8px;
	}
	
	.lb-nav {
		opacity: 0.1 !important;
	}
	
	.footerdatenschutz{
		clear: both;
	}
	
}

/* --------------   Mobile CSS End  -------------- */

header {
	border-top: 20px solid #0984E3;
}

footer {
	border-bottom: 20px solid #0984E3;
}