@font-face {
	font-family: 'Roboto';
	src:
		local("Roboto"),
		url("./fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("TrueType");
	/* font-weight: normal; */
	font-style: normal;
}

html { 
	background-color: white;
	margin: 0;
	border: 0;
	width: 100%;
}

@media screen and (min-width: 800px) {
	html {
		height: 100%;
	}
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	/* background-color: rgb(215, 203, 121); */
	/* background-color: rgb(97, 93, 93); */
	/* background-color: rgb(92, 115, 101); */
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	font-family: "Roboto";
	flex-direction: column;
	align-content: flex-start;
}

header {
	background-color: rgb(92, 115, 101);
	height: 10vh;
	display: flex;
	flex-direction: row;
	padding-left: 10vw;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: center;
	margin-bottom: 2.5vh;
}

header #logo {
	height: 100%;
	min-width: 12vw;
	flex-grow: 2;
	margin-top: auto;
        margin-bottom: auto;
	margin-right: 3vw;
	background-position: center;
	background-image: url('./Logo-transparent-512.png');
	background-repeat: no-repeat;
	background-size: contain;
}

header #short {
	padding-left: 0.5vw;
	color: white;
	font-size: 1.4vh;
	font-family: "Roboto";
	font-weight: 350;
	flex-grow: 1;
	text-align: left;
	vertical-align: middle;
	/* height: 100%; */
	margin-top: auto;
	margin-bottom: auto;
}

#main {
/*	width: 100%;*/
	background-blend-mode: hue;
	background-color: rgba( 113, 113, 113, 0.4);
	background-image: url('./mainBG.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 2.5vh;
	padding-top: 10vh;
	padding-bottom: 5vh;
	padding-left: 2vw;
	padding-right: 2vw;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

#main #title {
	font-family: serif;
	font-size: 2.5em;
	color: white;
	text-align: center;
}

#main #info {
	background-color: rgb(100, 100, 100, 0.5);
	margin-top: 4vh;
	margin-left: 5vw;
	margin-right: 5vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	padding-left: 5vw;
	padding-right: 5vw;
	color: white;
	border-radius: 20px 50px;
}

#main #info div {
	margin-bottom: 1.5vh;
	font-size: 1em;
	text-align: justify;
}

#main #info div:nth-child(odd) {
	font-size: 1.2em;
}

#buttons {
	margin-left: 2vw;
	margin-right: 4vw;
	margin-top: auto;
	margin-bottom: auto;
	display: flex;
	flex-wrap: nowrap;
	flex-grow: 2;
}

#buttons a {
	margin-right: 12px;
	align-items: center;
	justify-content: center;
	padding: var(--iconpadding,5px);
	line-height: 1;
	border-radius: var(--borderradius,5px);
}

#buttons svg {
	width: var(--icon-size,18px);
	height: var(--icon-size,18px);
}

#buttons #fb {
	fill: #fff;
	background: #3b5998;
}

#buttons #mail {
	fill: #ffffff;
	background: #dd9933;
}

#buttons #phone {
	fill: #fff;
	background: #dd3333;
}

footer {
	background-color: rgb(92, 115, 101);
	padding-left: 3vw;
	padding-top: 3vh;
	padding-right:3vw;
	flex-grow: 2;
}

footer #title {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	font-stretch: ultra-expanded;
}

footer #kontakt {
	margin-top: 1.5vh;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

footer #kontakt div {
	color: white;
	padding-left: 3vw;
	font-size: 1.2em;
	font-weight: normal;
	font-stretch: expanded;
}

footer #kontakt div ul {
	list-style-type: none;
}

footer #kontakt * a {
	text-decoration: inherit;
	color: inherit;
}
