@charset "utf-8";




/* Firmen Farbe */
.Company-Color-Background {
/*	background-color: #8a1527;*/
	background-color: transparent;
}


@media (max-width: 1199.98px) {
  	.Company-Color-Background {
		background-color: #8a1527;
	}
}

.Company-Color-Newsletter {
	background-color: #8a1527;
	color: white;
}

.Company-Color-Footer {
	background-color: white;
	color: black;
}

.nounderline {
	color: black;
	text-decoration: none !important
}

.nounderline:hover {
	color: black;
	text-decoration: none !important
}

.navbar {
  	width: 100%;
  	height: 175px;
	background-color: transparent;
/*  	padding-top: 35px;
	padding-bottom: 35px;*/
}

.navbar:hover{
	background-color: #8a1527;
}

.navbar-brand>img {
  height: 150px;
  width: auto;
  padding: 0 100;
}

.nav-link {
	font-size: 2.0em !important;
	padding-left: 20px;
	padding-right: 20px;
}

/* CSS um Navbar beim scrollen farblich einzufärben */
nav.navbar.navbarscrollcolor{
  background-color: #8a1527;
}


.slider
{
	position:relative;
	z-index:1;
}


h3 {
	font-size: 2.0em !important;
}



@media (max-width: 1199.99px) {
  	h3 {
		font-size: 1.8em !important;
	}
}

@media (max-width: 991.99px) {
  	h3 {
		font-size: 1.5em !important;
	}
}

@media (max-width: 767.99px) {
  	h3 {
		font-size: 1.0em !important;
	}
	
	.newsletter-button {
		font-size: 2.5vw;
	  }
}

@media (max-width: 575.99px) {
  	h3 {
		font-size: 0.8em !important;
	}
	
	.newsletter-button {
		font-size: 2vw;
	  }
}


.bg
{
	position:absolute;
	background:rgba(0,0,0,0.1); /*Background mit Transparenzstärke: 0.1 */
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

.Company-Navigation
{
    
	position:absolute;
	z-index:2;
	top:35px;
}




@media (max-width: 575.98px) {
  .navbar {
		width: 100%;
		height: 100px;
	}

	.navbar:hover{
		background-color: #8a1527;
	}

	.navbar-brand>img {
	  height: 75px;
	  width: auto;
	  padding: 0 100;
	}

	.nav-link {
		font-size: 1.2em !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media (min-width: 576px) {
  .navbar {
		width: 100%;
		height: 100px;
	}

	.navbar:hover{
		background-color: #8a1527;
	}

	.navbar-brand>img {
	  height: 75px;
	  width: auto;
	  padding: 0 100;
	}

	.nav-link {
		font-size: 1.4em !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media (min-width: 768px) {
  .navbar {
		width: 100%;
		height: 125px;
	}

	.navbar:hover{
		background-color: #8a1527;
	}

	.navbar-brand>img {
	  height: 100px;
	  width: auto;
	  padding: 0 100;
	}

	.nav-link {
		font-size: 1.6em !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}




@media (min-width: 992px) {
  .navbar {
		width: 100%;
		height: 150px;
	}

	.navbar:hover{
		background-color: #8a1527;
	}

	.navbar-brand>img {
	  height: 125px;
	  width: auto;
	  padding: 0 100;
	}

	.nav-link {
		font-size: 1.8em !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}



@media (min-width: 1200px) {
  	.navbar {
		width: 100%;
		height: 175px;
	}

	.navbar:hover{
		background-color: #8a1527;
	}

	.navbar-brand>img {
	  height: 150px;
	  width: auto;
	  padding: 0 100;
	}

	.nav-link {
		font-size: 2.0em !important;
		padding-left: 20px;
		padding-right: 20px;
	}
}
