/* Button */

.btn-round {
	border-radius: 30px;
}


/* Section */

section {
	padding: 50px 0;
}


/* Hilfsklassen */

.d-relative {
	position: relative;
}


/* === Navigation ===*/

nav.navbar.navbar-dark button:hover,
nav.navbar.navbar-dark button:focus,
nav.navbar.navbar-dark .nav-link:hover {
	color: #dc3545;
}

/* === Hero ===*/

.home-bg {
	background-image: url('../img/zugspitze_gipfel.jpg');
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100vh;
	background-size: cover;
}

/* iOS don't work with background-attachment:fixed; */
@supports not (-webkit-touch-callout: none) {

	/* CSS specific to not iOS devices */
	.home-bg {
		background-attachment: fixed;
	}
}


#home .container {
	height: 100%;
}

#home .row {
	height: 80%;
}

/* === Footer ===*/

.bg-black {
	background-color: #333;
}

/* === Icons ===*/
icon-group > a {
	margin: 50px;
}

.icon-social {
	font-size: 25px;
	line-height: 25px;
	width: calc(25px + (2 * .5em));
	height: calc(25px + (2 * .5em));

}

.icon-social {
	align-item: center;
	text-align: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #818a91;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
}

a.icon-social {
	text-decoration: none;
}

.icon-telegram,
.icon-telegram:hover,
.icon-telegram:visited {
	background: #2ca5e0;
	color: white;
}

.icon-instagram,
.icon-instagram:hover,
.icon-instagram:visited {
	background: #262626;
	color: white;
}

.icon-whatsapp,
.icon-whatsapp:hover,
.icon-whatsapp:visited {
	background-color: #25d366;
	color: white;
}

.icon-vcf,
.icon-vcf:hover,
.icon-vcf:visited {
	background-color: #F0D146;
	color: white;
}

.icon--amazon,
.icon--amazon:hover,
.icon--amazon:visited {
	background-color: #e47911;
	color: white;
}

.icon--paypal,
.icon--paypal:hover,
.icon--paypal:visited {
	background-color: #00457C;
	color: white;
}
