@charset "utf-8";
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); 
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), 
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), 
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), 
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); 
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); 
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), 
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), 
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), 
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); 
}
:root {
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #000;
	font: 400 1em/1.6em "Roboto", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
}
h1,h2,strong{
	font-weight: 700;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
:is(a:link, a:visited, a:hover, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
a.email,a.red {
	color: #f00;
}
a.email:hover,a.red:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 .937rem;
}
h1 {
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 1.5rem 0
}
h2 {
	margin: 0 0 0.625rem;
	font-size: 1em;
	line-height: 1.4;
}
ul {
    padding: 0 0 2rem;
    list-style: none;
}
ul li {
    padding: 0 0 0.4rem 1rem;
}
ul li:before {
    content: "•";
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
header,article,footer {
	padding: 0.5rem 1rem;
}
.image {
	position: relative;
}
.image p {
	color: #fff;
	background-color: #ff0000;
	font-size: 1.6em;
	line-height: 1.3em;
	display: inline-block;
	padding: 0.125rem 0.625rem;
	position: absolute;
	top: 3vw;
	left: calc((100% - 70.5rem) / 2);
	margin: 0;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 2.5rem 0 0;
	column-gap: 1.875rem;
}
.left {
	width: calc(100% - 15.75rem);
}
.right {
	width: 15.562rem;
}
.container {
	background-color: #f2f2f2;
	margin: 0 0 2.5rem;
	padding: 0.625rem;
}
.kontakt {
	display: flex;
	align-items: start;
	gap: 1rem;
}
.name {
	margin: 0;
	display: inline-block;
}
.margin_bottom {
	margin: 0;
}
a.email::after {
	content: "";
	background-image: url("../images/next.png");
	background-repeat: no-repeat;
	width: 1.562rem;
	height: 1.562rem;
	position: absolute;
	margin-left: 0.312rem;
}
a.button {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #ff0000;
	border-radius: 0.625rem;
	border: 0.125rem solid #f00;
	padding: 0.8rem 4rem 0.8rem 1.5rem;
	position: relative;
	margin: 0.625rem 0 1.25rem;
	font-weight: bold;
	font-size: 1rem;
	width: fit-content;
}
a.button::after {
	content: "";
	background: url("../images/next_white.png") no-repeat;
	width: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	transition: all 0.2s ease-in-out;
}
a.button:hover {
	text-decoration: none;
	color: #fff;
}
a.button:hover::after {
	content: "";
	background: url("../images/next.png") no-repeat #fff;
	width: 1.5625rem;
	height: 1.5625rem;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
	border-radius: 3.125rem;
}
.social_media {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 16.875rem;
	margin: 3.5rem 0 2.25rem;
}
.social_media a {
	border-bottom: 0.0625rem solid transparent;
	transition: all 0.2s ease-in-out;
}
.social_media>a:hover {
	text-decoration: none;
	border-bottom: 0.0625rem solid #f00;
	opacity: 0.9;
}
hr {
	border: none;
	border-top: 0.0625rem solid #ccc;
}
footer p a:link {
	color: #000;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}
footer p {
	font-weight: bold;
	margin: 1.25rem 0;
}
@media only screen and (max-width: 1159px) {
	#wrapper {
		margin: 0 auto;
	}
	p,ul {
		hyphens: auto;
	}
	a.wrap {
		white-space: normal;
	}
	span {
		white-space: nowrap;
	}
	ul{
		padding-bottom: 1rem;
	}
	.flex {
		margin: 1rem 0 0;
	}
	.image {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.image p {
		position: static;
		font-size: 1.25rem;
		margin-top: 1rem;
	}
	footer p {
		text-align: center;
	}
}
@media only screen and (max-width: 780px) {
	.flex {
		flex-direction: column;
	}
	.left,.right {
		width: 100%;
	}
	.right {
		display: flex;
		flex-direction: column;
		column-gap: 1rem;
	}
	.container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.kontakt {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.5rem;
	}
	.kontakt p {
		margin-bottom: 0;
	}
	.button_container {
		display: flex;
		justify-content: center;
		margin: 1.25rem 0;
	}
	figure {
		margin: 0;
		padding: 0 0 .625rem;
		border-top: 0;
	}
	.social_media {
		margin: 1.25rem auto;
	}
}
@media only screen and (max-width: 600px) {
	.container {
		justify-content: center;
		column-gap: 0;
	}
	.container p {
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	h1 {
		text-align: center;
	}
	header {
		justify-content: center;
		display: flex;
	}
	.image p {
		margin: 1.25rem 0 0;
		display: block;
		width: 100%;
		text-align: center;
	}
}