/* Textgröße Main menü*/
.nav-link {
	font-size: 1.4rem!important;
	color: #5e8ac8;
}

/* Spalte rechts Startseite */
#c20 {
	color: #ffffff;
}
div#c20 div div div.frame-container-default {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

/* Cookie Abfrage */
#CookieBox .cookie-btn {
	background: #5e8ac8!important;
}
.cookie-set {
	text-align: center;
	text-decoration: underline;
	color: #5e8ac8;
}

.frame-background-quaternary {
--frame-color: #ffffff;
--frame-background: #DC002D;
--frame-link-color: #ffffff;
--frame-link-hover-color: #ffffff;
}

/* Formulare */
.mb-3 h2 {
	font-size: 1.4em;
	padding-top: 20px;
}
#onlineRezept-65-textarea-1 {
	min-height: 200px;
}
button.btn-primary {
	color: #ffffff!important;
}

/* Google Maps responsive */
.responsive_gmap {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_gmap iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

/*################*/
/* Mobile Landscape */
/*################*/
@media (max-width: 767.99px) { 
		
.navbar-mainnavigation .navbar-brand-image {
	padding: 35px 35px 35px 0;
}
.navbar-mainnavigation .navbar-brand-image img {
	width: 130%;
	height: 85px;
}
	
}

*