html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background-color: #FFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: 0 solid;
}

a:link a:active,
a:visited {
	text-decoration: none !important;
}

a1 {
	text-decoration: none;
	color: #0069cc;
	transition: all 0.2s ease-in-out;
}

a1:hover {
	text-decoration: none;
	color: #0057a8;
}

a:hover i{
	padding-left: 5px;
}

a i {
	font-size: 0.8em;
	transition: all 0.2s ease-in-out;
}

.pageHeaderLogo {

display: none;

}

.pageHeaderFacade {

display: none;

}

.pageNavigation {

display: none;

}

.info {

display: none;

}

.main {
	background-image: url(./assets/img/background.jpg);
}

.pageFooter {
display: none;
}

.contentHeaderTitle {
display: none;
}

.contentHeaderNavigation {
display: none;
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px;
	font-weight: 700;
	color: #000;
}

p1 {
	line-height: 1.5;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 25px;
	z-index: 5;
	color: #FFF;
	text-shadow: 0 3px 8px rgba(36, 42, 47, 1.0);
}


h1 {
	font-weight: 800;
	line-height: 4.0;
	font-size: 1.5rem;
	z-index: 5;
	color: #FFF;
	text-shadow: 0 4px 9px rgba(36, 42, 47, 0.6);
}


.copyright p {
	font-size: 0.9rem;
	text-shadow: none;
	color: #242a2f;
}

.btn-normal {
	position: relative;
    z-index: 3;
    padding: 11px 40px;
	border: none;
    border-radius: 4px;
    background-color: #2B2B2B;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
}

.btn-normal:hover {
	background-color: #D1CFCF;
	color: #212529;
	cursor: pointer;
}

.shadow {
	box-shadow: 0 3px 25px 0 rgba(0,0,0,0.45) !important;

}

.content .inner {
	height: 100%;
	padding: 2rem 1rem 2.5rem 1rem;
}

.box-1 {
	display: block;
	position: relative;
	min-height: 60vh;
	z-index: 1;
	background-color: #242a2f;
}


.box-1::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-color: #242a2f;
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;  
	transition: all 0.2s ease-in-out;
}

.box-1:hover:before {
	opacity: 1.0; /* Transparenz des Hintergrundes bei Hover */
}


.box-2 {
	display: block;
	position: relative;
	min-height: 60vh;
	z-index: 1;
	background-color: #242a2f;
}


.box-2::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-color: #242a2f;
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;  
	transition: all 0.2s ease-in-out;
}

.box-2:hover:before {
	opacity: 0.85; /* Transparenz des Hintergrundes bei Hover */
}

.box-3 {
	display: block;
	position: relative;
	min-height: 60vh;
	z-index: 1;
	background-color: #242a2f;
}


.box-3::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-color: #242a2f;
	opacity: 0.15;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;  
	transition: all 0.2s ease-in-out;
}

.box-3:hover:before {
	opacity: 0.85; /* Transparenz des Hintergrundes bei Hover */
}



.logo {
	max-height: 21vh;
}

.mastfoot p {
	color: #242a2f;
}



@media (max-width: 991px) {
	.bg-area:after {
		background: transparent !important;
	}

}










