body {
	color: #555555;
}


.display-1 {
    /*font-size: 4rem;*/
}

.text-white .lead {
    color: rgba(255, 255, 255, 1);
}

h1.display-2 {
	font-size: 2.0rem;
}


strong, b {
    color: #000;
    
}



@media (min-width: 550px){

	h1.display-2 {
	font-size: 3.28125rem;
}
	
	
}

#ueberuns p {
    color: #999;
}

.text-shadow {
   
}

.text-secondary {
    color: #7c7c7c !important;
}

.text-light-grey {
    color: #e5e5e5;
}

.fw-50 {
    flex: 0 0 50% !important;
    width: 50% !important;
}

.navbar-brand {
    height: 90px;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-right: 3rem;
    
}

.navbar-brand .navbar-logo {
    width: initial;
    max-height: 100%;
}

.navbar-nav .nav-link {
    font-size: 1rem;    
}


@media (min-width: 550px){
	.navbar-brand {
    /*height: 90px;*/
	}
}

@media (min-width: 1200px){
header[class*="-dark"] {
    border-color: rgba(0, 0, 0, 0.0);
}
}

@media (max-width: 1199.98px){
header {
    
    background: #000;
}
}

.border-language-left {
    border-top: 1px #FFF solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

@media (min-width: 1200px){

.border-language-left {
    border-left: 1px #aa1917 solid;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
}

.header-dark[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link, .header-light[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link {
    color: #aa1917;
}

.header-dark[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link:hover, .header-light[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link:hover {
    color: #aa1917;
}

.header-dark[class*="-not-top"][class*="-pinned"], .header-light[class*="-not-top"][class*="-pinned"] {
   
    background: #FFF;
}

.burger span, .burger span::before, .burger span::after {
    
    background-color: #aa1917;
  
}

.burger.clicked span:before, .burger.clicked span:after {
    background-color: #aa1917;
}

.text-white .list-group-item a {
    color: rgba(255, 255, 255, 0.5);
}

.logo-sm {
    max-height: 4rem;
}

.eyebrow {
    
}

 ol {
    line-height: 1.75em;
    color: #999;
}

.nav-item.dropdown.active .nav-link.dropdown-toggle {
	color: #aa1917;
}

.overlay-active {
    
    overflow: initial;
}



.list-group-item.activeLink, .list-group-item a.activeLink {
	color: #aa1917;
	font-weight: 500;
}

.list-group-categories .badge-primary {
    background: #aa1917;
}

.alert-btn {
	font-size: 1.2rem;
}

.alert-btn:hover {
	background: #666;
}

header.headroom {
	
	background: #FFF;
	color: #333;
	
	
}

header.headroom a {
	color: #333;
}

.navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link {
	/*color: #FFF;*/
    color: #aa1917;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #aa1917;	
}

.nav-item i {
	font-size: 2.6rem;
}

.nav-item-side i {
	font-size: 1.2rem;
}


.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #aa1917;
}

#kontakt h2.telFooter {
	font-size: 1.2rem;
}

.presentation-icon {
	width: 100px;
}

.bg-footer {
	background: #5F5F5F;
}

.bg-dark {
    background: #3A3A3A!important;
}

footer .h3 {
	font-size: 1.6rem;
}

@media (min-width: 768px){

	#kontakt h2.telFooter {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px){

	#kontakt h2.telFooter {
		font-size: 2.0rem;
	}
}

.container p {
	/*color: #151515;*/
}

.dropdown-item p {
	color:#999;
}

.dropdown-item.active p {
    color: #DDD;
}

p {
	color: #555;
}

/*Jobs*/

.infobox {
	border-radius: 0.25rem !important;
}

.infobox-text p {
	color: #FFFFFF;
}



/*Powermail */
.tx-powermail label {
	
	color: #666;
}

body [class*="container"] form .row:not(:last-child) {
margin-bottom: 0.125rem;
}

/*------------------------------------
  Go To
------------------------------------*/
/*
.u-go-to {
  display: none;
  position: relative;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #21c87a;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.u-go-to:hover, .u-go-to:focus:hover {
  color: #fff;
  opacity: 1;
}
*/

#button {
  display: inline-block;
  background-color: #aa1917;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0.8;
  transition: background-color .3s, opacity .5s, visibility .5s;
  display:none;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}

#button::after {
  content: "\f062";
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}


/*Team*/
.user-list > li {

    width: 7.125rem;
 
}

ul.team-list-items {
	margin-left: 0px;
	padding-left: 0px;
}

ul.team-list-items li {
	list-style: none;
}

.clearer {
	clear: both;
}

.accordion-content .accordion-content-wrapper {
	
}

.team-accordion .accordion-content-wrapper {
	border-top: 1px solid #DDD;
	padding-top: 2rem;
}

.mitarbeiter-label-description, .team-name {
	font-weight: 500;
}


.team-area .accordion-group .accordion:not(:first-child) {
    margin-top: 2px;
}

.team-area .accordion-group .accordion {
border: 0;
background-color: rgba(255, 255, 255, 0.5);
}



.team-area .accordion-group .accordion:hover {
background-color: rgba(255, 255, 255, 0.9);
}

.socialmedia-text {
	padding-bottom: 10px;
}


/*VideoHeader */
.videoHeader {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}


.videoHeader video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoHeader .container {
  position: relative;
  z-index: 2;
}

.videoHeader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #151b26;
  opacity: 0.2;
  z-index: 1;
}

.videoHeader .overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* background: url(../img/hg_verlauf_v3.png); */
    /*background-image: url(../img/hg_verlauf_v11.png);*/
    background-repeat: repeat-x;
    background-position: bottom;
}


.intro-h1 {
	font-weight: 900;
	font-size: 3.5rem;
    line-height: 1;
	margin-bottom: 30px;
	color: #FFF;
}


.intro-h1-main {
	font-size: 2.5rem;
	font-weight: 900;
	text-shadow: 1px 2px 3px #666;
	color: #FFF;
}



.intro-h1-sub {
	font-size: 1.5rem;
	font-weight: 400;
	color: #FFF;
}

.intro-h2 {
	font-size: 1rem;
	font-weight: 300;
	text-shadow: 1px 2px 3px #666;
	color: #FFF;
}

p.intro-h2 {
    color: rgba(255, 255, 255, 1);
}

.infoslider {
	
}

.intro-text-area {
	
	height: 80%;
}


@media (min-width: 555px){
	
	.intro-h1 {
	font-weight: 900;
	font-size: 5.5rem;
    line-height: 0.8;
	margin-bottom: 30px;
	}

	.intro-h1-sub {
		font-size: 2.5rem;
		font-weight: 400;
	}

	.intro-h2 {
		font-size: 1.25rem;
		font-weight: 300;
	}
	
	.intro-h1-main {
		font-size: 4.5rem;
		font-weight: 900;
		text-shadow: 1px 2px 3px #666;
		color: #FFF;
		line-height: 5rem;
	}
	
	.intro-text-area {
	
		height: 100%;
	}
	
}


/* News */
.news a {
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    padding: 0;
    display: inline-block;
    background: none;
    color: inherit;
}

.news-modul .blockquote p {
    
    font-size: 1.25rem;
    
    
}

ul.pagination li.page-item {
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
a.page-link {
	
}


/* Cookie */
.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn.cm-btn-success, 
.klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-info.cm-btn-accept {
    background: #aa1917;
   
}

.klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link, .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-learn-more {
	color: #aa1917;
}

.tx-we-cookie-consent a.btn-primary {
	 background: #aa1917;
	color: #FFF;
}

.dp--cookie-check label {
	color: #FFFFFF;	
}

.contenttable td {
	padding: 10px;
	vertical-align: top;
	
}

.contenttable td:nth-child(1){
	vertical-align: top;
	font-weight: 500;
	
	color: #aa1917;
}

.tile .tile-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.2);
}

.heizungsrechner {
	
	
}

.card-custom {
  position: relative;
  /*display: flex;*/
  /*flex-direction: column;*/
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #e5e5e5;
  border-radius: 0.25rem;
}

.card-body-custom {
       padding: 1.875rem;   
}

.card-price .card-footer {
    color: #FFF;
}

.pointer {
    cursor: pointer;
}

.dropdown-item.active span {
  color: #FFFFFF;
  font-size: 1rem;
}

.nav-item-side i.insta-top, .nav-item-side i.fb-top {
    font-size: 1.8rem;
    color: #aa1917;
}
.insta-top, .fb-top {
   margin-right: 5px;
}

.footer-quicklinks {
    text-align: left;
}

@media (min-width: 555px){
    .footer-quicklinks {
    text-align: right;
}
}

#kontakt h2.telFooter {
		font-size: 1.2rem;
	}
#kontakt .telFooter i {
    font-size: 1.2rem;
}

footer .h3 {
	font-size: 1.0rem;
}

@media (min-width: 768px){

	#kontakt h2.telFooter {
		font-size: 1.8rem;
	}
    
    footer .h3 {
	    font-size: 1.6rem;
    }
}

@media (min-width: 1200px){

	#kontakt h2.telFooter {
		font-size: 2.0rem;
	}
}

a.simple-pr-text:hover, a.simple-pr-title:hover {
    color: #333;
}

.modal-body h3 {
    font-family: 'Knewave';
    font-weight: 400;
    color: #aa1917;
}