/*
	Theme Name: Business Theme
	Author: Silke Tröndle
	Author URI: http://troendle-software.de
	Description: TS Business Site Theme
	Version: 1.0
*/



body {
	position: relative;
}

body,
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-alt {
	font-family: 'Caveat', cursive;
	color:var(--primary);
}

#banner-heading, #about-heading, #services-heading, #produkte-heading, #angebote-heading   {
 			font-size: 8vw;
}
#about-heading, #services-heading, #produkte-heading, #angebote-heading, #testimonial-heading  {
 			font-size: 6vw;
}

@media screen and (max-width:500px) {
	#banner-heading, #about-heading, #services-heading, #produkte-heading, #angebote-heading   {
	 			font-size: 18vw;
	}
	#about-heading, #services-heading, #produkte-heading, #angebote-heading, #testimonial-heading  {
	 			font-size: 14vw;
	}

}

a:link{
  color:var(--linkfarbe);
}

/* Button */

.btn-round {
	border-radius: 30px;
}


/* Farben */

.bg-overlay {
	height: 100%;
	width: 100%;

	background-color: rgba(51, 51, 51, 0.9);
	position: absolute;
	top: 0;
}

a .text-white:hover,
a.text-white:hover {
	color: var(--primary); !important;
/*	color: #dc3545 !important; */
	text-decoration: none;
}

nav {
	-webkit-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}


/* Section */

section {
	padding: 140px 0;
}

@media screen and (max-width:500px) {
	section {
		padding: 80px 0;
	}
}

/* Hilfsklassen */

.d-relative {
	position: relative;
}


/* Bild Hover

#produkte .card img,
#angebote img,
#services 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,
#angebote img:hover,
#services 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: var(--primary);
}

nav.navbar.navbar-dark  {
/*  text-shadow: 0 1px 1px rgba(0,0,0,.4); */


}

.navbar-nav .badge {
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding-right: .5em;
	padding-left: .5em;
}

.navbar-nav .icon-basket {
	line-height: 0.8;
	font-size: 1.5em;
}

.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.8);
}

.navbar .navbar-nav .nav-link.active

  {
	color: var(--primary) !important;
}

@media screen and (max-width:500px) {
	nav.navbar.navbar-dark  {
		color: var(--primary);
		background-color: #333;
	}

}


/* parallax */

.parallax-window {
    min-height: 400px;
    background: transparent;
}

/**** Main Page Header CSS ****/
.main-header-parallax-window {

  min-height: 100vh;
  background: transparent;
}



/* === Über uns ===*/

.img-bg {
	position: absolute;
	overflow: hidden;
	right: 0px;
	bottom: 0;
	width: 50vw;
}


#boxes .rounded-circle {
	border: 8px solid #FFF;
}


/* === Testimonials ===*/


#testimonial-carousel .carousel-control-prev,
#testimonial-carousel .carousel-control-next {
	width: 1%;
}

#testimonial-carousel .carousel-indicators {
	bottom: -30px;
}

#testimonial-carousel .carousel-indicators li {
	max-width: 10px;
	height: 10px;
	border-radius: 50%;
}


/* === Impressionen ===*/

.card-columns {
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

.card-columns .card {
	margin-bottom: -1px;
	border: 0;
}


/* === Newsletter ===*/



/* === Modal ===*/

.modal-open {
	padding-right: 0px!important;
}


/* === Kontakt ===*/

.input-group-lg > .form-control {
	border-radius: 30px;
}

.input-group-lg .input-group-prepend .input-group-text {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}


/* === Footer ===*/

.bg-black {
	background-color: #333;
}


/* === 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);
}

.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}
.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}
.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}

.content-region-3{
  background:var(--footer-background);
  color:var(--footer-color);
}
