﻿
#text-99:has(a):hover {
	background: #c6c14d;
}
#text-104:has(a):hover {
	background: #c6c14d;
}
#bild-100 img {
	margin-left: 30px;
}
#text-99 {
	width: 70%;
	background: var(--pink);
	margin: 0px auto;
	margin-top: 20px;
	padding: 7px 0 7px 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
}
#text-99 a {
	width: 100%;
	background: var(--pink);
	padding: 7px 0 7px 0;
	color: #FFF;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
}
#text-99 a:hover {
	background: var(--dunkelgrau);
}
#text-97 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: var(--pink);
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 3.5pt;
	text-transform: uppercase;
	font-weight: 900;
}
#text-98 {
	margin-top: 0px;
	margin-bottom: 20px;
	color: var(--dunkelgrau);
	text-align: center;
	font-weight: 400;
}
#cont-151 {
	background: var(--grau);
	padding: 80px 0;
}
#col-161 {
	float: right;
}
#col-159 {
	width: 45%;
}
#col-229 {
	background: url(../media/bildversucherunghome.png);
	background-size: cover;
	background-position: 50% 50%;
}
#col-230 {
	background: url(../media/firmenkunden.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
#col-231 {
	background: url(../media/bau_baunebengewerbe_1.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
#cont-228 {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid white;
}
#cont-228 > div {
	min-width: 250px;
	border: 0.1pt solid white;
	flex: 1;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}
#cont-228 > div > div {
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#cont-228 > div > div > div {
	background: var(--pink);
	transition: .3s ease;
	height: 16vw;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	cursor: pointer;
}
#cont-228 > div > div > div:hover {
	background: none;
}
#col-232 {
	background: url(../media/motorsport2.jpg);
	background-size: cover;
	background-position: 50% 50%;
}