/* CSS Document */

a{
	text-decoration: none;
	color: #039;
}

a:hover{
	font-weight: 600;
	color: #960;
}

a:active{
	font-weight: 600;
}

h1{
	padding: 0 0 1.8rem 0;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.1;
}

h2{
	padding: 0 0 1.4rem 0;
	font-weight: 600;
	font-size: 1.45rem;
	line-height: 1.1;
}

p{
	padding: 0 0 0.9rem 0;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4;
	hyphens: auto;
}

body{
	position: relative;
	top: 0;
	left: 0;
	margin: 10px;
	font-family: "Segoe UI", sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #333;
}

header{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 7rem;
	}

nav{
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.8;
	list-style: none;
}

main{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

footer{
	position: relative;
	margin: 2.7rem 0 0 0;
	width: 100%;
}

.footer{
}

h1.footer{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

p.footer{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.9rem;
	line-height: 1.4;
}

.hamburger{
	position: absolute;
	top: 0;
	right: 0;
	widht: 60px;
	max-width: 40%;
	}

.hamburger:hover{
	position: absolute;
	top: -2px;
	right: -2px;
}

.hamburger:hover > .hamburger_linie{
	width: 44px;
	margin: 11px;
	background-color: #960;
}

.hamburger_linie{
	display: flex;
	height: 5px;
	width: 40px;
	margin: 10px;
	border-radius: 5px;
	background-color: #039;
}

.index{
	position: relative;
	bottom: 0;
	left: 0;
	margin: 0 0 0 0;
	width: 100%;
	padding: 0 0 0 0;
}

.index_img{
	width: 100%;
	height: calc(100vh - 16rem - 30px);
	min-height: 100vw;
	object-position: center center;
	object-fit: cover;
}

h1.index{
	position: absolute;
	top: -7rem;
	bottom: auto;
	width: fit-content;
	max-width: 220px;
	margin: 0 0 0 1rem;
	padding: 0.5rem 1.5rem 0.5rem 0.75rem;
	background-color: rgba(255, 255, 255, 85%);
	border-radius: 4px;	
}

p.index{
	position: static;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.logo{
	max-width: 60%;
	height: 70px;
}

.navigation{
	display: none;
}

.social_media{
	position: absolute;
	right: 0;
	bottom: 0px;
	display: flex;
	gap: 10px;
}

.social_media_box{
	display: flex;
	width: 18px;
	height: 18px;
	padding: 6px;
	align-content: center;
	background-color: #039;
	border-radius: 4px;
}

.social_media_box:hover{
	width: 16px;
	height: 16px;
	margin: 1px;
	background-color: #960;
}

.social_media_icon{
	vertical-align: middle;
}

@media (min-width: 600px){
	
	header{
		height: 9rem;
	}

	footer{
		margin: 2.96rem 0 0 0;
		}
	
	.index{
		position: absolute;
		top: 1.5rem;
		left: 0;
		margin: 0 1rem 0 1rem;		
	}
	
	.index_img{
		width: 100%;
		height: calc(100vh - 17rem - 30px);
		min-height: 65vw;
		object-position: center center;
		object-fit: cover;
	}

	h1.index{
		position: static;
		max-width: 420px;
		margin: 0 0 1.5rem 0;
		padding: 0.5rem 1.5rem 0.5rem 0.75rem;
		background-color: rgba(255, 255, 255, 85%);
		border-radius: 4px;	
	}

	p.index{
		position: absolute;
		top: auto;
		bottom: 2rem;
		width: fit-content;
		max-width: 85%;
		margin: 0 0 0 0;
		padding: 0.5rem 1.5rem 0.5rem 0.75rem;
		background-color: rgba(255, 255, 255, 85%);
		border-radius: 4px;
	}

	.logo{
		height: 90px;
	}
	
	.social_media_box{
		width: 24px;
		height: 24px;
		padding: 8px;
		}
	
	.social_media_box:hover{
		width: 22px;
		height: 22px;
	}

}
	
@media (min-width: 900px){
	
	body{
		margin: 0 auto;
		padding: 25px 25px;
		max-width: 1750px;
		background-color: white;
		box-shadow: 0 0 5px 5px #ccc;
		}
	
	header{
		position: fixed;
		top: 25px;
		left: max(calc(50vw - 900px + 25px), 25px);
		width: 250px;
		height: calc(75vh - 25px);
	}
	
	nav{
		position: fixed;
		top: 180px;
		left: max(calc(50vw - 900px + 25px), 25px);
	}
	
	main{
		position: relative;
		left: 275px;
		width: min(1475px, calc(100vw - 325px));
		height: calc(100vh - 50px);
		min-height: 50vw;
	}
	
	footer{
		position: absolute;
		bottom: 25px;
		left: max(calc(50vw - 900px), 0);
		width: 250px;
		float: left;
	}
	
	.index{
		position: absolute;
		top: initial;
		bottom: 2rem;
		left: 0;
		margin: 0 1rem 0 1rem;		
	}

	.index_img{
		position: relative;
		top: -2px;
		left: 0;
		width: 100%;
		max-width: 1475px;
		height: calc(100vh - 50px);
		min-height: 50vw;
	}
	
	h1.index{
		position: static;
		max-width: 420px;
		margin: 0 0 1.5rem 0;
		padding: 0.5rem 1.5rem 0.5rem 0.75rem;
		background-color: rgba(255, 255, 255, 85%);
		border-radius: 4px;	
	}

	p.index{
		position: static;
		width: fit-content;
		max-width: 85%;
		margin: 0 0 0 0;
		padding: 0.5rem 1.5rem 0.5rem 0.75rem;
		background-color: rgba(255, 255, 255, 85%);
		border-radius: 4px;
	}

	.hamburger{
		display: none;
	}
	
	.navigation{
		display: initial;
	}
	
	.social_media{
		position: absolute;
		bottom: calc(max((100vh - 50px), 50vw) - 51px);
		right: calc(315px - min(100vw, 1800px));
	}
	
}