:root{
    --color1: #273c51;
    --color2: #93c11c;
}
/* andere Farben:

grün: #93c11c

gelb: #fca311

rot: #e63946

orange: #f77f00

pastell-rot: #e56b6f

*/
*{
	padding: 0;
	margin: 0;
	text-decoration: 0;
	box-sizing: border-box;
}
body{
	font-family: sans-serif;
    background-color: #eee;
}
ul{
	font-size: 1.2em;
}
.navbar{
	background: var(--color1);
	height: 150px;
	width: 100%;
    margin: 0 0 40px 0;
}
.title{
    position: absolute;
    top: 30px;
	color: white;
	padding: 0 100px 0 100px;
	font-weight: bold;
}
.title h1{
    font-size: 2.5em;
    display: flex;
    justify-content: center;
}
.title h2{
    font-size: 1.7em;
    font-weight: 400;
}
.navbar ul{
	float: right;
	margin-right: 20px;
    margin-top: 40px;
	list-style: none;
}
.navbar ul li{
	display: inline-block;
	line-height: 70px;
	margin: 0 10px 0 10px;
}
.navbar ul li a{
	color: white;
	font-size: 18px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.navbar ul li a.active,.navbar ul li a:hover{
	background: var(--color2);
	transition: 0.4s;
}
.maindiv{
	width: 66%;
	margin-left: 17%;
	margin-right: 17%;
}
.titlehome::before{
	content: attr(data-text);
	position: absolute;
	color: var(--color2);
	font-size: 5em;
	z-index: -1;
	font-weight: bold;
	left: 10%;
	opacity: 0.7;
}
.titlehome::after{
	content: 'recht|beratung|vertretung';
	position: absolute;
	color: var(--color2);
	font-size: 2em;
	z-index: -1;
	font-weight: bold;
	opacity: 0.7;
	right: 10%;
	margin: 0 0 400px 0;
}
.titlehome p{
	padding-top: 55px;
	font-size: 3em;
	color: var(--color1);
}
#line{
	margin: 40px auto 0 auto;
	width: 100%;
	height: 5px;
	color: var(--color1);
	background: #273c51;
}
.introductionandcontact{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: inherit;
	display: inline-block;
}
.firsthome{
	margin-top: 30px;
	float: left;
	width: 80%;
	padding: 5px 20px 5px 5px;
}
.firsthome p{
	font-size: 1.2em;
	text-align: justify;
    margin-top: 10px;
}
.firsthome img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contactbox{
	width: 20%;
	float: right;
	border: thin solid var(--color1);
	border-radius: 5px;
	padding: 7px;
}
.abd{
	font-size: 14px;
	text-align: left;
}
.textmaindiv{
	margin: 20px 0 30px 0;
}
.textmaindiv p{
	font-size: 1.1em;
	text-align: justify;
}
.grayaccent{
	font-size: 1.1em;
	background: var(--color1);
	margin-top: 20px;
	color: white;
	padding: 40px 17% 40px 17%;
	text-align: justify;
}
.grayaccent2{
	width: 66%;
	margin-left: 17%;
	margin-right: 17%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.endbar{
	position: absolute;
	top: 100% - 50px;
	background: var(--color1);
	height: 50px;
	width: 100%;
}
.endbar ul{
	margin: 0 30% 0 30%;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.endbar ul li{
	display: inline-block;
	line-height: 50px;
}
.endbar ul li a{
	color: white;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	font-weight: bold;
}
.endbar ul li a:hover{
	background: var(--color2);
	transition: 0.8s;
}

.anwaeltepres{
	width: 130%;
	margin: 20px -15% 20px -15%;
	display: flex;
	justify-content: space-around;
}
.divpicture{
	padding: 4%;
	width: 30%;
	background: #dddddd;
	border-radius: 20px;
	height: auto;
}
.divpicture img{
	width: 100%;
	border-radius: 5px;
	border: 4px solid var(--color1);
}
.divpicture p{
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px;
}
.divpicture table{
	font-size: 1em;
	border-spacing: 10px;
}
.divpicture table td{
    vertical-align: top;
}
.firsthome table{
	border-spacing: 50px 30px;
}

.abc{
    font-size: 9px;
}



@media (max-width: 1500px){
	.title{
		padding: 0 50px 0 50px;
	}