@import url("reset.css");

/* alegreya-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/alegreya-sans-v24-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Alegreya Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/alegreya-sans-v24-latin-italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Alegreya Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/alegreya-sans-v24-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-700italic - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Alegreya Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/alegreya-sans-v24-latin-700italic.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html{
	scroll-behavior: smooth;
}

body {
	font-family: 'Alegreya Sans';
	font-size: 16px;
	line-height: 24px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#impressum{
	padding: 200px 10% 100px 10%;
	background: url(../images/hintergrund.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100vh;
	margin-top: -900px;
}

#impressum a{
	color: #b6172a;
	text-decoration: none;
}

#impressum .col1{
	width: 50%;
	padding-right: 3%;
	float: left;
}
#impressum .col2{
	width: 50%;
	padding-left: 3%;
	float: left;
}

.headerbild {
	height: 900px;
	position: absolute;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
	z-index: 1;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10%;
	width: 200px;
	z-index: 3;
}

header{
	height: 900px
}

h1 {
	font-size: 60px;
	width: 700px;
	line-height: 65px;
	font-weight: 700;
	color: #b6172a;
	margin-left: 10%;
	padding-top: 200px;
	position: absolute;
	z-index: 2;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #b6172a
}

h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #fff
}


.klein {
	font-size: 30px;
	font-weight: 400;
	color: #000;

}

.dropbtn {
	background-color: #b6172a;
	color: white;
	padding: 10px;
	border-radius: 8px;
	font-size: 36px;
	border: none;
	cursor: pointer;
}

.dropdown {
	position: fixed;
	top: 15px;
	right: 5%;
	display: inline-block;
	z-index: 99999;
	margin-left: auto;
	margin-right: auto;
}

.dropdown-content {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	padding-top: 15vh;
	background-color: rgba(47, 47, 47, 0.9);
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #fff;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {
	background-color: rgba(182, 23, 42, 0.81);
}

.show {
	display: block;
}

.clear {
	clear: both;
}

#ueber-uns {
	background: url(../images/hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -350px;
	padding-top: 180px;
}

.btn {
	background: rgb(47, 47, 47);
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	font-size: 20px;
	display: block;
	text-align: center;
	width: 200px;
	margin-top: 20px;
}

#ueber-uns .col1 {
	float: left;
	width: 25%;
}

#ueber-uns .col1 img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: right;
}

#ueber-uns .col2 {
	padding-right: 10%;
	padding-left: 5%;
	margin-top: 280px;
	float: left;
	width: 75%;
	padding-bottom: 200px;
}

.center {
	display: table-cell;
	vertical-align: middle;
}

#betreuung {
	text-align: center;
	padding: 100px 10%;
	background: url(../images/hauskauf.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}


#betreuung .col {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 30px;
}

#betreuung .col img {
	width: 90%;
}

#vertrauen {
	background: url(../images/hintergrund.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#vertrauen .col1 {
	width: 55%;
	float: left;
	padding-left: 10%;
	height: 600px;
	display: table;
}

#vertrauen .col2 {
	width: 45%;
	float: left;
}

#vertrauen .col2 img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: left;
}

#rechtsgebiete {
	padding: 100px 10% 0px 10%;
	background: #e7e6e4;
	text-align: center;
}

#rechtsgebiete h3 {
	color: #000;
}

#rechtsgebiete img {
	width: 80%;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
}


.big {
	color: #b6172a;
	font-size: 35px;
}

#parallax .btn {
	background: #b6172a;
	margin-left: auto;
	margin-right: auto;
}


#parallax {
	text-align: center;
	background: url(../images/parallax.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}

#parallax .text {
	padding: 150px 10%;
}

#parallax h2 {
	color: #fff;
}

.vektor {
	height: 200px;
	width: 100%;
}

#kontakt {
	background: #fffbfc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
}

#kontakt .red {
	color: #b6172a;
	font-weight: 700;
}

#kontakt .col1 {
	width: 50%;
	float: left;
	padding: 0px 5% 0px 10%;
	height: 600px;
	display: table;
}

#kontakt .col2 {
	width: 50%;
	float: left;
}

.dreieck {
	position: absolute;
	height: 600px;
	z-index: 99;
	margin-left: -20px;
	margin-top: -1px;
}

.dse {
	background: rgb(47, 47, 47);
	width: 100%;
	padding: 10px 10%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.dse a {
	color: #fff;
	text-decoration: none;
	padding-right: 10px;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1280px) {
	.headerbild {
		height: 700px;
	}

	#ueber-uns {
		margin-top: -360px;
		padding-top: 0px;
	}

	h3 {
		font-size: 20px;
		line-height: 30px;
	}

	h1 {
		font-size: 45px;
		line-height: 55px;
		width: 600px;
	}
}

@media screen and (max-width: 980px) {
	#kontakt .col1 {
		width: 60%;
	}

	#kontakt .col2 {
		width: 40%;
	}

	#ueber-uns .col2 {
		padding-left: 0%;
	}
}

@media screen and (max-width: 850px) {
	#ueber-uns .col1 img {
		display: none;
	}

	#ueber-uns .col2 {
		padding-right: 10%;
		padding-left: 10%;
		margin-top: 220px;
		width: 100%;
		padding-bottom: 100px;
	}
	
	
#impressum .col1{
	width: 100%;
	padding-right: 0%;
}
#impressum .col2{
	width: 100%;
	margin-top: 30px;
	padding-left: 0%;
}

	#vertrauen .col1 {
		width: 75%;
	}

	#vertrauen .col2 {
		width: 25%;
	}

	#parallax .text {
		padding: 80px 10%;
	}

	#kontakt .col1 {
		width: 100%;
		padding: 100px 10%;
		height: auto;
	}

	.dreieck {
		display: none;
	}

	#kontakt .col2 {
		width: 100%;
	}

	#betreuung .col {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		float: left;
		margin-top: 30px;
		background: #b6172a;
		border-radius: 10px;
		padding: 50px
	}

	#betreuung .col img {
		display: none;
	}

	.headerbild {
		height: 550px;
	}

	h1 {
		font-size: 35px;
		line-height: 45px;
		width: 400px;
		padding-top: 160px;
	}

	.klein {
		font-size: 20px;
	}
	    #ueber-uns {
        margin-top: -500px;
    }
}

@media screen and (max-width: 550px){
	#vertrauen .col2{
		display: none;
	}
	
	#vertrauen .col1{
		width: 100%;
		padding: 100px 10%;
		height: auto;
	}
	h2 {
    font-size: 30px;
    line-height: 40px;
}
	.btn{
		font-size: 16px;
	}
	.vektor {
    height: 100px;
}
	h1{
		width: 280px;
	}
	    .headerbild {
        height: 450px;
    }
	    #ueber-uns {
        margin-top: -600px;
    }
}
