
/*html, body {
	background-color: #fff;
	color: #686868;
	margin-top: 27px;
	font-family: Barlow Semi Condensed;
}*/

html {
	overflow-y:scroll;
}
body { 
background-color: #fff;
color: #686868;
margin-top: 27px;
font-family: Barlow Semi Condensed;
}


a, a:hover, a:active, a:focus{
	color: #000;
	text-decoration: none;
}
/*img {
width: 100%;
height: auto;
}*/



.container-fluid {
	width: 100%;
}

.navbar {
padding: 0;

}

.navbar-nav{
margin-left: auto;
margin-right: auto;
background-color: #565656;
padding: 0;
}

.nav-item {
margin: 0 25px 0 25px;
background-color: #565656;
}

.background-nav {
	background-color: #565656;
}


/*.navbar-nav > .active > a {
  color: #fff;
  background-color: #ED5757;
}*/
hr {
	margin: 0;
	opacity: 1;
}
hr.new5 {
  border: 4px solid #ED5757;
}

.active {
color: #fff;
background-color: #ED5757;

}
	
.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	text-align: center;
	transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out;
}
.nav-link:hover, .nav-link:focus, .nav-link:active {
	color: #fff;
	background-color: #ED5757;
}

.navbar-default {
    background-color: #000;
    border-bottom: 4px solid #ce1619;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
	font-size: 1.15em;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #000;
    background-color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #000;
    background-color: #000;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #000;
    background-color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 108%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
	width: 100%;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 1.15em;
    text-align: left;
    list-style: outside none none;
    background-color: #565656;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown:hover .dropdown-menu {
    display: block;
	margin-top: -5px;
}

.dropdown-menu > li > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #000;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #000;
	background-color: #565656;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #000;
}

.navbar-toggler {
    padding: 0;
	text-align:center;
    font-size: 1.25rem;
    line-height: 1;
    background-color: grey;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-toggler:focus {
	outline: 0;
	box-shadow: none;
}

.background-head {
    background-color: #fff;
	margin-bottom: 30px;
    -webkit-box-shadow: 0px 14px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 11px -1px rgba(0,0,0,0.75);
}

.background-main {
	background-color: #fff;
}

.img-responsive {
    max-width: 500px;
    height: auto;
    display: block;
	padding: 3px 0 3px 0;
	float: left;
	position: relative;
    width: 70%;

}

.caption {
	background-color: #E0BE04;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
}

.content-main {
	padding-top: 30px;
	font-size: 1.0em;
	line-height: 1.75em;
	margin-bottom: 100px;
}

.images {
	margin-bottom: 7%;
}

.image-thumb {
	max-width: 100%;
	height: auto;
}

.form-group {
	margin-left: auto;
	margin-right: auto;
}

.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    height: 40px;
    padding: 13px 0 0 0px;
    color: #000;
    font-size: 11px;
	text-align: center;
   /* -webkit-box-shadow: 0px -8px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -8px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -8px 17px 0px rgba(0,0,0,0.75);*/
}

.link-footer {
	color: #000;
}

.navbar-inverse {
background-color: #eee;
border-color: #080808;
-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
}

.navbar-inverse-inner {
	width: 100%;
	padding: 12px 0 12px 0;
	text-align: center;
	font-size: 12px;
}

/*----- WYSIWYG Templates----*/

/*--WYSIWYG Startseite--*/
.startseite {
	background-color: #CE726B; 
	color: #fff;
}

.title-startseite {
	padding: 2px 0 2px 0; 
	text-align: center;
}

.head-right {
    position: relative;
    width: 45%;
    float: right;
    margin-top: 6%;
    font-weight: 400;
    font-size: 1.4em;
    text-align: right;
	color: #000;
}

.head-right-down {
    position: relative;
    width: 20%;
    float: right;
	margin-top: 2%;
}

a[href^="tel"] {
  text-decoration: none;
  cursor: text;
  color: #000;
}

@media only screen and (max-device-width: 480px) {
  a[href^="tel"] {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
  }
}

.8px {
	font-size: 8px;
}

a.zoom {position: relative; display: inline-block;}
a.zoom:after {position: absolute; left: 5px; bottom: -3px; content: url(../../../images/lupe.png); opacity: 0.3;}
a.zoom:hover:after {opacity: 1;}

.bg-cp {
	background-color: #F7F4F4;
}

.margin-title {
	margin-bottom: 10px;
}

/*------- ACCORDION -----*/
.more {
	color: #E74C3C;
	cursor: pointer;
	margin-left: 350px;
	font-weight: bold;
}

.more-mobile {
	color: #E74C3C;
	cursor: pointer;
	font-weight: bold;
}

.read-more {
	margin-left: 34%;
}

.read-more-mobile {
margin-left: 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ED5757;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
	
.accordion-button:after { 
  
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem 1rem;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    background-color: #ED5757;
    border: 0;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
/*----- END ACCORDION -----*/

/*----- CARDS -----*/
.card-group-mobile{
	padding-left: 10%;
}
.card-body {
	background-color: #FFF4F1;
}