/*
Theme Name: susi und julle
Author: ensch-media
Version: 1.0.0
*/
* {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	font-family: Calibri, Arial, Verdana, sans-serif;
	font-size: 16px;
	scroll-behavior: smooth;
	height: 100%;
}
body.home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	width: 100%;
	height: 100%;
}
header {
	width: 100%;
	position: absolute;
}
svg {
	position: fixed;
	right: -5rem;
	padding: 2rem;
	top: 0;
	width:30rem;
	height:auto;
	z-index: 999999999;
}
main {
	max-width: 1000px;
}
.abschnitt1 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 100%;
	
		background-image: url('/wp-content/themes/susiundjulle/IMG_1780.JPG');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
h1 {
	/*background-color: white;*/
	color: white;
	font-size: 6rem;
	line-height: .8em;
	border-radius: 5px;
	flex-grow: 0;
	margin-left: 1rem;
	text-shadow: 0 0 1rem rgba(0,0,0,.8);
}
#goodbye {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	font-size: 1rem;
	align-self: flex-end;
	margin-right: 2rem;
	padding: 2em 3em 2em 3em;
	border-radius: 5px;
	float: right;
	width: 80%;
	max-width: 40rem;
	min-width: 300px;
	background-color: white;
}
#links {
	display: flex;
	flex-direction: row;
	padding: 1rem 1rem;
	font-size: 1rem;
	background-color: black;
	width: 100%;
	border: 1px solid white;
	border-radius: 3px;
	color: white;
	justify-content: center;
}
#links a {
	text-decoration: none;
	font-weight: bold;
}
#links .L1 {
	width: 100%;
	text-align: center;
}
#links .L2 {
	width: 100%;
	text-align: center;
}
footer {
	display: flex;
	flex-wrap: wrap;
	background-color: black;
	color: white;
	padding-top: 2rem;
	padding-bottom: 2rem;
	width: 100%;
	justify-content: center;
}
#fragen {
	display: flex;
	flex-direction: column;
	background-color: black;
	align-items: center;
	color: white;
}
a {
	color: white;
	align-items: center;
	vertical-align: middle;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
p {
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
}
.bottomnav {
	display: flex;
	flex-wrap: wrap;
	vertical-align: baseline;
	justify-content: center;
}
.space {
	height: 1rem;
	width: 100%;
}
.space.space1 {
	flex-grow: 1;
}
.space.space2 {
	flex-grow: 5;
}
.space.space3 {
	flex-grow: 0;
}
@media (max-height:420px) {
	h1 {
		font-size: 3rem;
		line-height: .8em;
	}
	svg {
		right: -5%;
		width:20rem;
		heght:auto;
	}
	.abschnitt1 {
		background-position: center 50%;
		background-size: cover;
	}
	.space.space1 {
		flex-grow: 1;
	}
	.space.space2 {
		flex-grow: 4;
	}
	.space.space3 {
		flex-grow: 0;
	}
	#title {
		top: 5rem;
		justify-content: left;
		font-size: 22px;
	}
	#goodbye {
		margin-right:1rem;
		margin-left:1rem;
		padding: .5em ;
		width:auto;
		max-width: 100%;
	}
	#links{
		margin:0;
		padding: .25rem ;
	}
	footer {
		padding: 1em ;
	}
}
@media (max-width: 420px) {
	h1 {
		font-size: 4rem;
		line-height: .8em;
	}
	.abschnitt1 {
		background-position: 30% bottom;
		background-size: cover;
	}
	.space.space1 {
		flex-grow: 1;
	}
	.space.space2 {
		flex-grow: 4;
	}
	.space.space3 {
		flex-grow: 0;
	}
	#goodbye {
		width: 10rem;
		max-width: 20rem;
		padding: 1em ;
		margin-right: 0;
		align-self: center;
	}
	#links{
		padding:.5em 1em;
	}
	svg {
		right: -5rem;
		width:20rem;
		heght:auto;
	}
	footer{
		padding: 1em ;
	}
}

@media (min-width: 421px) {
	.only500w{
		display:none;
	}
}
