
html {
	overflow-y:scroll;
}
body {background-color: #fff;
	color: #686868;
	font-family: Barlow Semi Condensed;
	font-size: 1.05em;
}


a, a:hover, a:active, a:focus{
	color: #000;
	text-decoration: none;
}

.title-head{
font-size: 18pt;
padding: 8px;
color: #fff;
}

@media screen and (max-width:550px){
.title-head{
font-size: 11pt;
padding: 8px;
color: #fff;
}
}	

.navbar-nav{
  margin-right: auto; 
  padding: 0;
}

.nav-item {
margin: 0 25px 0 25px;
}

hr {
	margin: 0;
	opacity: 1;
}
hr.new5 {
  border: 4px solid #0075bc;
}


.nav-link {
color: #000;
font-size: 13pt;
}
.nav-link:focus, .nav-link:hover {
  color: #000;	
}
.navbar-toggler {
	margin: .5rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #eee;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}

.dropdown-toggle::after {
    display: none;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.background-head {
    background-color: #fff;
	margin-bottom: 30px;

}


.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;
	padding-left:  40px;
}

@media only screen and (max-width:480px) {
	.content-main {
	padding-top: 30px;
	font-size: 1.0em;
	line-height: 1.75em;
	padding-left: 20px;
}
}

.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;
}


/*----- 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;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #fff}
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */


/* =============== Block {WETTER} ============ */
.top-mobile{
	margin: 15px 0 0 0;
}

.top-default{
	margin: 85px 0 0 0;
}

/*========= Calendar ============*/

.cal-search{
	margin: 30px 0 100px 0;
}

.cal-day{
	margin: 0 15px 0 10px;
	padding: 3px;
	width: 50px;
}

.cal-month{
	margin: 0 15px 0 10px;
	padding: 3px;
	width: 50px;
}

.cal-year{
	margin: 0 15px 0 10px;
	padding: 3px;
}

.no-search-result{
	width: 100%;
	max-width: 320px;
	padding: 3px 3px 3px 12px;
}

.cal-reset{
	padding: 20px 0 20px 0;
}

.cal-filter{
	margin: 0 0 20px 0;
}	


hr.style1 {
width: 100%;
max-width: 900px;
margin: 0 0 30px 0;
border: 0;
height: 1px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.pagetitle{
	margin-top: 30px;
	padding-left: 40px;
}

@media only screen and (max-width:480px) {
	.pagetitle{
	margin-top: 30px;
	padding-left: 20px;
}
}

.teaser-head{
	margin:15px 0 15px 0;
	background-color:#eee;
	padding:5px;
	width:100%;
}

/*------------------ Suche ----------------*/
.search_intro {
	margin: 25px 0 0 0;
	width:100%;
	font-weight: bold;
}
.search-nextprev {
	margin: 0 0 20px 0;
	padding: 15px 15px 15px 0;
	width: 100%;
}

.search_prev {
	float: left;
	font-weight: bold;
}
.search_next {
	float: left;
	margin: 0 0 0 20px;
	font-weight: bold;
}
.search-sitenavi {
	float: left;
}
.search_result_summary {
	font-weight: bold;
	font-style: italic;
}
.search_result {
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 10px 0;
}
.search_no_result {
	margin: 25px 0 0 0;
	width:100%;
	font-weight: bold;
}
/*--------------- Suche Ende ----------------*/

.page-link {
	color: #000;
	background-color: #eee;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}