:root{
--main-brand-color: #D37501;
--primary-color: #C7D5BE;
--secondary-color: #91A67F;
--light-brand-color: #FFCD6A;
--text-color: black;
--secondary-text-color: #2E3744;
}

#cb-cookie-banner { 
  position: fixed; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  z-index: 999; 
  border-radius: 0; 
  display: none; 
}

body {
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    background: transparent;
}

.container-fluid{
    overflow: hidden;
    }

.backround_green {
  background-color:#91A67F

}


/*Cookie Banner */



/* Navigation */

.navbar {
	border-bottom: 1px solid #91A67F;
}

.nav-link {
	cursor: pointer;
}

.nav-link:active,
.nav-link:hover {
	color: #C7D5BE !important;
}

/* Hintergrundbilder */

.fixed-backround {
	/* background-image: url(img/5.jpg); */
  width: 100%;
  height:auto;
	background: url(/img/5.jpg);
  background-repeat: no-repeat;
  background-position: center;
	background-attachment:fixed;

}

/* Praxis */

 .img-thumbnail {
  background-color:transparent;
  border-color:#91A67F;
}


/* Leistungen */

.carouselExampleControls {
  padding:5%;
}

/* Terminanfrage */

.top-buffer { margin-bottom:20px; }


.img-fluid {
  width: 100%; 
  height: auto
}

.mg-quatation {
 width: 5%;
 height: 5%;

}


/* Kontakt */

.card-Kontakt {
    border-color: white;
    border-width: 3px;

  }

  li.borderless { border-top: 0 none; }

/* Footer */

.navbar {
	border-bottom: 1px solid #91A67F;
}