@font-face {
	font-family: bree_regular;
	src: url('../fonts/Bree_Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: bree_light;
	src: url('../fonts/Bree_Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: al_fresco;
	src: url('../fonts/al_fresco.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: bree_light;
	font-style: normal;
	text-decoration: none;
	color: black;
}

#side_logo {
	width: 85px;
	position: absolute;
	right: 15%;
}

header {
	width: 70%;
	margin: 50px auto;
}

article {
	width: 70%;
	margin: 0 auto;
}


h1 {
	font-family: bree_regular;
	font-size: 32px;
}

h3 {
	font-family: bree_regular;
	font-size: 28px;
}

h4 {
	font-family: bree_regular;
	font-size: 28px;
}
h5 {
	font-family: bree_regular;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
}

a {
	font-family: bree_light;
}

#bubbles {
	width: 550px;
	position: relative;
	top: -263px;
	left: 45px;
}

.icons {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
    top: -330px;
}

.icon-wrapper {
	width: 95px;
	margin: 0 20px 4px 20px;
	position: relative;
}

.icon-text__container {
	position: absolute;
	bottom: -36px;
	width: 129px;
	left: -18px;
}

.icon-text__container span {
	font-family: bree_regular;
	line-height: 12px;
}

.footer {
	margin: 0 0 20px 0;
	text-align: center;
}

.footer a {
	font-family: bree_regular;
}

#logo {
	display: block;
	margin: 80px auto 0;
	width: 410px;
	/* height: 210px; */
		
}
#kontakt {
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
	/* font-size: 18px; */
}

#entdecke {
	font-family: al_fresco;
	font-size: 90px;
	position: relative;
	left: -75px;
}

#den {
	font-size: 45px;
	position: relative;
	top: -65px;
	left: 10px;
}

#Panther {
	font-family: bree_regular;
	font-size: 50px;
	position: relative;
	top: -65px;
	left: 10px;
}

#in {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	top: -105px;
	left: 80px;
}

#dir {
	font-family: al_fresco;
	font-size: 90px;
	position: relative;
	top: -105px;
	left: 100px;
}

@media only screen and (max-width: 500px) {
	#logo {
		margin: 20px auto 0;
		padding: 0 10%;
		width: 40%;
		height: 40%;
	}
	* {
		font-size: 14px;
	}

	header {
		width: 85%;
	}
	
	article {
		width: 85%;
	}

	h1 {
		font-size: 25px;
	}

	#side_logo {
		width: 45px;
		right: 12.5%;
	}

	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 20px;
	}

	#bubbles {
		width: 90%;
		left: 3%;
		top: -140px;
	}

	#entdecke {
		font-size: 50px;
		left: -10%;
	}

	#den {
		font-size: 25px;
		top: -35px;
		left: 1%;
	}

	#Panther {
		font-size: 25px;
		top: -35px;
		left: 1%;
	}

	#in {
		font-size: 26px;
		top: -50px;
		left: 13%;
	}

	#dir {
		font-size: 50px;
		top: -50px;
		left: 15%;
	}

	.icons {
		top: -180px;
	}

	.icon-wrapper {
		width: 50px;
	}

	.icon-text__container {
		left: -51%;
		width: 97px;
	}

	.icon-text__container span {
		font-size: 12px;
	}
}