/* === Allgemein ===*/

/* Schriften */

body {
	position: relative;
}

body,
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-alt {
	font-family: 'Oleo Script Swash Caps', cursive;
}


/* Button */

.btn-round {
	border-radius: 30px;
}


/* Farben */

.bg-overlay {
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.7);
	position: absolute;
	top: 0;
}

a .text-white:hover,
a.text-white:hover {
	color: #dc3545 !important;
	text-decoration: none;
}

nav {
	-webkit-transition: 0.9s ease-in-out;
	-o-transition: 0.9s ease-in-out;
	transition: 0.9s ease-in-out;
}


/* Section */

section {
	padding:140px 0;
}




/* Hilfsklassen */

.d-relative {
	position: relative;
}


/* Bild Hover */

#produkte .card img,
#impressionen img,
#familie img {
	filter: grayscale(60%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#produkte .card:hover img,
#impressionen img:hover,
#familie img:hover {
	filter: none;
}


/* === Navigation ===*/

nav.navbar.navbar-dark button:hover,
nav.navbar.navbar-dark button:focus,
nav.navbar.navbar-dark .nav-link:hover {
	color: #dc3545;
}



.navbar.bg-white .navbar-nav .nav-link,
.navbar.bg-white a,
.navbar.bg-white a:hover,
.navbar.bg-white button {
	color: #333;
}

.navbar.bg-white button {
	border-color: rgba(51, 51, 51, 0.6);
}

.navbar .navbar-nav .nav-link.active {
	color: #dc3545;
}


/* === Hero ===*/

.hero-bg {
	/*background: url('../img/bg-hero.jpg') 50% 0 fixed no-repeat;*/
	background: url('../image/Trek920_7.jpeg') 50% 0 fixed no-repeat;
	height: 100vh;
	background-size: cover;
}

#home .container {
	height: 100%;
}

#home .row {
	height: 80%;
}


/* === Über uns ===*/

.img-bg {
	position: absolute;
	overflow: hidden;
	right: 0px;
	bottom: 0;
	width: 50vw;
}


/* === Die Bohnen ===*/

.familie-bg {
	background: url('../image/Familie.jpg') 50% 0 fixed no-repeat;
	height: 100%;
	background-size: cover;
}

#familie .rounded-circle {
	border: 8px solid #FFF;
}


/* === Impressionen ===*/




.card-columns {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.card-columns .card {
	margin-bottom: -1px;
	border: 0;
}


/* === Footer ===*/

.bg-black {
	background-color: Navy;
}


/* === Back to Top Button ===*/

#back-to-top-button {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
}


/* Bugfixing */

h1,
h2,
h3,
h4,
h5,
h6,
.font-alt,
p,
button,
a {
	filter: blur(0);
}
