/* SLIDEANIMATION */
.slideanim {
	visibility:hidden;
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/* NAVIGATIONBAR */
.container {
    padding: 5px 0px 0px 0px;
	background-color: white;
}
.navbar {
    margin-bottom: 0;
    background-color: white;
    border: 0;
    font-size: 12px !important;
    letter-spacing: 1px;
	font-weight: bold;
   /* opacity:0.9;*/
}
.navbar-nav li#haba.active a {
    	color: white !important;
    	background-color:#E54786 !important;
}
.navbar-nav li a:hover {
    	color: white !important;
	background-color:#E54786 !important;
}
.navbar li a, .navbar .navbar-brand {
    color: #006B52 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.dropdown-toggle:focus, .open .dropdown-toggle {
    color: #006B52 !important;
    background-color: white !important;
}
.dropdown-menu li a {
    color: #006B52 !important;
	background-color: white !important;
	letter-spacing: 0px;
}
.dropdown-menu li a:hover, .active .dropdown-toggle {
	color: white !important;
    background-color: #E54786 !important;
} 
/* HTMLBODY */
p {
	font-size: 17px;
	font-family: Arial;
}
ul#leistung {
	font-size: 17px;
	font-family: Arial;
	list-style: none;
  padding: 0;
  margin: 0;
}
li#leistung {
  padding-left: 1em; 
  text-indent: -.7em;
}
li#leistung::before {
  content: "• ";
  color: #9DC43A;
  font-size: 24px;
}
h1 {
    font-size: 34px;
	text-transform: none;
    color: #006B52;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
	letter-spacing: 0px;
	font-family: Arial;
}
h3 {
    font-size: 28px;
    color: #E54786;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
	font-family: Arial;
}
h3#home {
    font-size: 28px;
    color: #E54786;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
	font-family: Arial;
}
h3#imp {
    font-size: 20px;
    color: #E54786;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
	font-family: Arial;
}
h4 {
    font-size: 18px;
	text-transform: none;
    color: #006B52;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
	font-family: Arial;
}
h4#name {
    font-size: 18px;
	text-transform: none;
    color: #E54786;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
	font-family: Arial;
}
h5 {
    font-size: 14px;
	text-transform: none;
    color: #9DC43A;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 10px;
	font-family: Arial;
}
h6 {
    font-size: 14px;
	text-transform: none;
    color: #006B52;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
	font-family: Arial;
}
h7 {
    font-size: 14px;
	text-transform: none;
    color: #E54786;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
	font-family: Arial;
}
div a {
	color: #006B52;
}
div a:hover {
	color: white;	
	background-color: #006B52;
	text-decoration: none;
}
.table {
	border: none;
	font-size: 17px;
}
.bg-grey {
    background-color: #E7F0CE;
}
.container-fluid {
    padding: 90px 15px 0px 15px;
}
.thumbnail {
    padding: 0 0 0px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 60%;
    height: 60%;
    margin-bottom: 0px;
}
.thumbnail#home img {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #E54786;
  font-size: 20px;
}
.icon#footer {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #E54786;
  font-size: 30px;
}