@font-face {
  font-family: Montserrat-Regular;
  src: url('https://schneiderei-dunz.de/home/Montserrat-Regular.ttf');
}

@media screen and (min-width: 0px) {
	.about {
		width: 94%;
		top: 100px;
		height: auto;
		position: static;
		margin-left: 3%;
		margin-top: 55px;
		display: grid;
		padding: 0;
		padding-top: 0px;
		padding-bottom: 60px;
		grid-template-rows: 1fr 1fr;
	}
	.about .left_part {
		width: 100%;
		padding-left: 3%;
		margin-left: 0;
	}
	.site_back {
		height: 30px;
		width: 180px;
		background-color: #fff;
		right: 0;
		position: absolute;
		top: 54px;
		z-index: 10;
		margin-top: 0;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 0;
	}
	.site_back p {
		font-family: Montserrat-Regular;
		font-size: 15px;
		margin-right: 25px;
		float: right;
		position: static;
		margin-top: 5px;
	}
	.site_back p a {
		text-decoration: none;
		color: #111;
		padding-top: 0px;
	}
	.about h3 {
		text-align: left;
		font-size: 15px;
		width: 100%;
		color: #444;
		font-family: Montserrat-Regular;
		margin-left: 0;
		padding-top: 30px;
		font-weight: 400;
		padding-bottom: 0;
		line-height: 15px;
		padding-left: 0px;
	}
	.about h1 {
		text-align: left;
		font-size: 30px;
		width: 100%;
		color: #444;
		font-family: Montserrat-Regular;
		margin-left: 0;
		font-weight: 400;
		line-height: 20px;
		padding-left: 0px;
	}
	.about p {
		text-align: left;
		font-size: 17px;
		color: #222;
		font-family: Montserrat-Regular;
		margin-left: 0;
		width: 95%;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 30px;
		font-weight: 400;
		padding-left: 0px;
	}
	.about p a {
		text-decoration: none;
	}
	.about .picture {
		width: 250px;
		height: 250px;
		border-radius: 180px;
		background-image: url('https://schneiderei-dunz.de/home/personal_picture.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		float: left;
		margin-left: 50%;
		transform: translateX(-50%);
		position: static;
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.about .picture::before {
		content: "";
		position: static;
		float: left;
		background-color: #fff;
		opacity: 0.02;
		width: 250px;
		height: 250px;
		border-radius: 180px;
	}

	footer {
		position: static;
		margin-top: 100px;
		margin-top: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 960px) {
	.about {
		width: 94%;
		margin-left: 3%;
		height: 70vh;
		margin-top: 0%;
		display: grid;
		padding: 0;
		padding-top: 30vh;
		padding-bottom: 0;
		margin-bottom: 0;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		background-color: inherit;
	}
	.about .left_part {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		padding-bottom: 0;
	}
	.site_back {
		height: 30px;
		width: 180px;
		background-color: #fff;
		left: 0;
		position: absolute;
		top: 60px;
		z-index: 10;
		margin-top: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 2px;
	}
	.site_back p {
		font-family: Montserrat-Regular;
		font-size: 15px;
		margin-right: 30px;
		float: right;
		position: static;
		margin-top: 5px;
	}
	.site_back p a {
		text-decoration: none;
		color: #111;
		padding-top: 0px;
	}
	.about h3 {
		text-align: left;
		font-size: 15px;
		color: #444;
		font-family: Montserrat-Regular;
		margin-left: 0;
		padding-top: 70px;
		font-weight: 400;
		padding-bottom: 0;
		line-height: 15px;
		padding-left: 50px;
	}
	.about h1 {
		text-align: left;
		font-size: 30px;
		color: #444;
		font-family: Montserrat-Regular;
		margin-left: 0;
		font-weight: 400;
		line-height: 20px;
		padding-left: 50px;
		margin-top: 20px;
	}
	.about p {
		text-align: left;
		font-size: 15px;
		color: #222;
		font-family: Montserrat-Regular;
		margin-left: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		width: 90%;
		padding-top: 30px;
		font-weight: 400;
		padding-left: 50px;
	}
	.about .picture {
		width: 250px;
		height: 250px;
		border-radius: 180px;
		background-image: url('https://schneiderei-dunz.de/home/personal_picture.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #888;
		float: left;
		margin-left: 20%;
		position: static;
		margin-top: 160px;
		margin-bottom: 0;
		transform: translateY(-50%);
	}
	.about .picture::before {
		content: "";
		position: static;
		float: left;
		background-color: #fff;
		opacity: 0.02;
		width: 250px;
		height: 250px;
		border-radius: 180px;
	}

	footer {
		position: static;
		margin-top: 0px;
		margin-top: 0;
		margin-left: 0;
	}
}
