body {
	font-family: 'Open Sans', sans-serif;
}

.bg-top {
    

    background-image: url("../images/bg_top_klein.jpg"); /* The image used */
    background-color: white; /* Used if the image is unavailable */
    background-position: right -27px;
    background-repeat: no-repeat; /* Do not repeat the image */
    
    
}

h1, h2, h3, h4 {
    color: #E20517;
}

footer h3 {
    color: #FFFFFF;
}

footer hr {
    border-top: 1px solid white;
}

.btn-danger {
	background-color: #E20517 !important;
}

.btn-primary:hover {
    background-color: #E20517 !important;
}

.grey {
    color: #FFFFFF !important;
}


.nav-item a:hover {
    text-decoration: none;
    color: #E20517;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-item a {
    text-decoration: none;
    color: #000000;
}


a:hover {
    text-decoration: none;
    color: #E20517;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    color: #E20517;
}


.dropdown-menu a{
 color: #E20517; !important;
}
.dropdown-menu a:hover{
 background: #FFFFFF;!important;
 background: linear-gradient(left, #C6B51E, #C6B51E);
 background: -moz-linear-gradient(left, #C6B51E, #C6B51E)!important;
 background: -webkit-gradient(linear, 100% 100%, 0% 0%, from(#C6B51E), to(#C6B51E))!important;
color: #f8f9fa !important;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out; 
}

.kontaktLeiste {
    font-size: 0,2rem;
}
.kontaktLeiste ul li {
    /* background-color: rgba(198, 181, 30, 0.37);*/
    padding: 5px 7px 5px 7px;
}
.kontaktLeiste a {
    color: #E20517;
}

.kontaktLeiste a:hover {
    color: #E20517;
    text-decoration: underline;
}


.breadcrumb {
	background-color: transparent;
	font-size: 0.750rem;
    padding-left: 0.55rem;
    margin-bottom: 0rem;
}

#toTop{
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	display: none;
}
.toTopBgColor {
	background-color: #E20517;
}

.note-success {
    background-color: #e205172c;
    border-color: #E20517;
    }

.content ul {
    list-style: none;
    padding: 0;
  }
  .content li {
    padding-left: 2.3em;
  }
  .content li:before {
      font-family: 'Font Awesome\ 5 Free' !important;
        content: "\f00c" !important; /* FontAwesome Unicode */
      font-weight: 900;
      color: #E20517;
   
    display: inline-block;
    margin-left: -1.3em;  /* same as padding-left set on li */
    width: 1.3em;  /* same as padding-left set on li */
  }

.content p img {
    max-width: 100%; height: auto;
  }

@media (max-width: 767px) {
    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }
    
    .kontaktLeiste ul li {
        padding: 5px;    
    }
	
}
@media (min-width: 767px) and (max-width: 992px ) {
    .kontaktLeiste ul li {
        padding: 5px;
    }
	
}
@media (min-width: 992px ) {
    .kontaktLeiste ul li {
        padding: 5px;
    }
	
}


