/* codeDESIGN - layout_project_specific.css */
@charset "utf-8";

.layout_development [class^="col-"],
.layout_development [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.layout_development div.container {
	padding-left: 0px;
	padding-right: 0px;
}
.layout_development {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}



/* HOTLINE LABEL */
div.hotline_label_v1 {
	background: #E92D00;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	position: fixed;
	z-index: 999;
	right: 0px;
	top: calc(50% - 40px);
	cursor: help;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.hotline_label {
	background: #b93f8d;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 8px 20px;
	position: fixed;
	z-index: 999;
	right: 0px;
	top: calc(50% - 40px);
	cursor: help;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

div.hotline_label:hover {
	background: #f7f7f7;
	color: #333b4e;
}
@media only screen and (max-width: 991px) {

	div.hotline_label {
		display: none;
	}
	
}
div.hotline_label h4 {
	font: normal 12px/12px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
}
div.hotline_label h4:after {
	display: none;
}
div.hotline_label:hover h4 {
	color: #333b4e;
}
div.hotline_label h4 i {
	margin: 0px 10px 0px 0px;	
}
div.hotline_label span {
	font: normal 18px/18px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.hotline_label:hover span {
	color: #333b4e;
}



/* FEATURED COLIMNS */
div.featured_columns {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;		
}
div.featured_columns div.container {
	padding: 0px 0px 0px 0px;
}
div.featured_columns [class^="col-"],
div.featured_columns [class*=" col-"] {
	/*
	padding-left: 0px;
	padding-right: 0px;
	*/
}
@media (max-width: 610px) {

	div.featured_columns [class^="col-xs-"],
	div.featured_columns [class*=" col-xs-"] {
		width: 100%;
  }
  
}
div.featured_column {
	margin: 0px 0px 20px 0px;
}
/* FEADDURED COLUMNS CONTENT */
div.featured_column_content {
	display: flex;
	align-items: center;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
}
@media (max-width: 610px) {

	div.featured_column_content {
		padding: 10px 10px 10px 10px;
	}
  
}
div.featured_column_content a,
div.featured_column_content a:link,
div.featured_column_content a:visited {
	text-decoration: none;
}
div.featured_column_content div.featured_column_content_title {
	width: calc(100% - 20px);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}
div.featured_column_content div.featured_column_content_title h3 {
	font: normal 26px/26px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 300;
	color: var(--ci_color_black);
	letter-spacing: -1px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	position: relative;
}
@media only screen and (max-width: 1200px) {

	div.featured_column_content div.featured_column_content_title h3 {
		font: normal 19px/19px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	}
	
}
div.featured_column_content div.featured_column_content_title h3:after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.featured_column_content div.featured_column_content_title h3:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
/* FEADDURED COLUMNS ICONS */
div.featured_column_content div.featured_column_content_icon {
	max-width: 70px;
}
div.featured_column_content div.featured_column_content_icon img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}



/* HISTORIC LIST */
ul.content_item_historic_list {
	list-style: none;
}
ul.content_item_historic_list li {
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 0px 80px !important;
}
ul.content_item_historic_list li:before {
	background: #CFCDCE;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font: normal 13px/60px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	text-align: center;
}
ul.content_item_historic_list li:after {
	background: #CFCDCE;
	content: '';
	width: 100%;
	height: 1px;
	display: inline-block;
	margin: 35px 0px 0px 0px;
}
ul.content_item_historic_list li:last-child:after {
	display: none;
}
ul.content_item_historic_list li:nth-child(1):before {
	content: '1948' !important;
}
ul.content_item_historic_list li:nth-child(2):before { 
	content: '1968' !important;
}
ul.content_item_historic_list li:nth-child(3):before { 
	content: '1989' !important;
}
ul.content_item_historic_list li:nth-child(4):before { 
	content: '2000' !important;
}
ul.content_item_historic_list li:nth-child(5):before { 
	content: '2020' !important;
}
ul.content_item_historic_list li:nth-child(6):before { 
	content: '2022' !important;
}
ul.content_item_historic_list li:nth-child(7):before { 
	content: '2025' !important;
}



/* HEADER BUTTONS */
div.header_button {
	float: right;
	font: normal 14px/14px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #ffffff;
	margin: 76px 0px 0px 20px;
	padding: 12px 24px 12px 24px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.layout_mobile_logo_top div.mobile_logo_top_buttons {
	width: 100%;
	margin: 0px 0px 0px 42px;
}
@media only screen and (max-width: 991px) {

	div.layout_mobile_logo_top div.mobile_logo_top_buttons {
		text-align: center;
		display:flex;
		justify-content:center;
		margin: 0px 0px 0px 0px;
		text-align: center;
	}
	div.layout_mobile_logo_top div.header_button {
		display: block;
		margin: 20px 0px 0px 20px;
		padding: 12px 24px 12px 24px;
	}	

}
div.header_button a,
div.header_button a:link,
div.header_button a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.header_button a:hover {
	text-decoration: none;
}
div.header_button_lila {
	background: #b93f8d;
}
div.header_button_red {
	background: #E92D00;
}



/* MENU BUTTONS */
div.menu_buttons {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}
div.menu_button {
	float: right;
	font: normal 14px/14px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #ffffff;
	margin: 0px 0px 0px 20px;
	padding: 12px 24px 12px 24px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.menu_button a,
div.menu_button a:link,
div.menu_button a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.menu_button a:hover {
	text-decoration: none;
}
div.menu_button_lila {
	background: #b93f8d;
}
div.menu_button_lila_light {
	background: #d85da9;
}
div.menu_button_lila_light:hover {
	background: #b93f8d;
}
div.menu_button_red {
	background: #E92D00;
}
div.menu_button.menu_button_img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 1199px) {

	div.menu_button.menu_button_img.menu_button_img_rezept {
		display: none;
	}

}
div.menu_button.menu_button_img img {
	width: 51px;
}
div.menu_button.menu_button_img:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}



/* MENU SOCIAL ICONS */
div.menu_social_icons {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0px;
	bottom: 85px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
@media only screen and (max-width: 1199px) {

	div.menu_social_icons {
		bottom: 105px;
	}

}
div.layout_navigation_horizontal_fixed div.menu_social_icons {
	right: 375px;
	bottom: 20px;
	z-index: 999;
}
div.menu_social_icon {
	color: var(--ci_color_black);
	font-size: 20px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}
div.menu_social_icon a,
div.menu_social_icon a:link,
div.menu_social_icon a:visited {
	color: var(--ci_color_black);
}
div.menu_social_icon a:hover i {
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.menu_social_icon a:hover i {
	color: var(--ci_color_accent_1);
}



/* TOPLINE SOCIAL ICONS */
div.topline_social_icons {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	display: none;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.topline_social_icon {
	color: var(--ci_color_black);
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 10px;
}
div.topline_social_icon i {
	color: var(--ci_color_black) !important;
}
div.topline_social_icon a,
div.topline_social_icon a:link,
div.topline_social_icon a:visited {
	color: var(--ci_color_black) !important;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.topline_social_icon a:hover i {
	color: #dcdcdc !important;
}
@media only screen and (max-width: 1199px) {

	div.topline_social_icons {
		margin: 18px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
		display: inline-block;
	}
	div.topline_mobile_content	div.topline_social_icons {
		margin: 0px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
	}

}



/* HREF BUTTON E-REZEPT */
a.href_button_e_rezept {
	background: #b93f8d url(/a_media/icons/icon_rezept.svg) no-repeat 20px;
	background-size: 60px;
	width: 100%;
	font: normal 20px/20px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500 !important;
	color: #ffffff !important;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 100px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	cursor: pointer;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
a.href_button_e_rezept:hover {
	background: #ffffff url(/a_media/icons/icon_rezept.svg) no-repeat 20px;
	background-size: 60px;
	color: var(--ci_color_black) !important;
	text-decoration: none !important;
}
/* url(/a_media/icons/icon_rezept.svg) no-repeat left; */
a.href_button_e_rezept span:before {
	background: red; 
	width: 30px;
	height: 30px;

	position: absolute;
	top: 20px;
	z-index: 9999999;
}



/* DJ ACCESSIBILITY */
section.djacc-popup {
	margin: 20px 10px 20px 20px !important;
}
section.djacc-popup button.djacc__openbtn {
	width: 38px;
	height: 38px;
}
@media only screen and (max-width: 768px) {

	section.djacc--sticky.djacc-popup.djacc--bottom-right {
  		margin: 0px 10px 20px 20px !important;
	}
	section.djacc--sticky.djacc-popup.djacc--bottom-right:hover .djacc__openbtn {
		margin: 0px;
	}
  
}
section.djacc-popup.djacc--top-right:hover button.djacc__openbtn, 
section.djacc-popup.djacc--bottom-right:hover button.djacc__openbtn {
	margin: 0px;
}
section.djacc-popup div.djacc__panel {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
section.djacc-popup div.djacc__panel p.djacc__title {
	font: normal 16px/16px 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	color: var(--ci_color_font_dark);
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	position: relative;
}
section.djacc-popup div.djacc__panel p.djacc__title:after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
section.djacc-popup div.djacc__panel:hover p.djacc__title:after, 
section.djacc-popup div.djacc__panel p.djacc__title:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
section.djacc-popup span.djacc__bar::after, 
section.djacc-popup span.djacc__bar::before {
	background: var(--ci_color);
}
section.djacc-popup.djacc--light button.djacc__dec:hover svg [stroke^="#"], 
section.djacc-popup.djacc--light button.djacc__inc:hover svg [stroke^="#"] {
	stroke: var(--ci_color);
}
section.djacc-popup.djacc--light .djacc__arrows svg [stroke^="#"], 
section.djacc-popup.djacc--light .djacc__btn svg [stroke^="#"] {
	stroke: var(--ci_color_accent_1);
}
section.djacc-popup.djacc--light .djacc__arrows svg [fill^="#"], 
section.djacc-popup.djacc--light .djacc__btn svg [fill^="#"] {
  fill: var(--ci_color_accent_1);
}
section.djacc-popup.djacc--light .djacc__btn--active svg [fill^="#"] {
  fill: #ffffff !important;
}
section.djacc-popup.djacc--light .djacc__btn, 
section.djacc-popup.djacc--light .djacc__arrows {
	background: #f8f9fc;
	border-color: #ebecf1;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
section.djacc-popup.djacc--light button.djacc__btn:hover, 
section.djacc-popup.djacc--light .djacc__arrows:hover {
	background: var(--ci_color_accent_5);
	border-color: #ebecf1;
}
section.djacc-popup.djacc--light .djacc__btn--active, 
section.djacc-popup.djacc--light .djacc__btn--active:hover {
	background: var(--ci_color_accent_1) !important;
	border-color: var(--ci_color_accent_1) !important;
	color: var(--ci_color_accent_1_text) !important;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
section.djacc-popup button.djacc__openbtn--default, 
section.djacc-popup button.djacc__close {
	background: var(--ci_color);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
section.djacc-popup button.djacc__openbtn--default:hover, 
section.djacc-popup button.djacc__close:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #333b4e;
}
section.djacc-popup button.djacc__openbtn--default:hover svg [fill^="#"] {
  fill: #333b4e !important;
}
section.djacc-popup button.djacc__close:hover svg [stroke^="#"] {
	stroke: #333b4e !important;
}
section.djacc-popup button.djacc__close, 
section.djacc-popup button.djacc__reset {
	width: 38px;
	height: 38px;
 	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	border-radius: 8px;
}
section.djacc-popup span.djacc__arrows {
 	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	border-radius: 8px;
}
section.djacc-popup button.djacc__btn, 
section.djacc-popup span.djacc__btn, 
section.djacc-popup span.djacc__label, 
section.djacc-popup span.djacc__size {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
}



/* SUPERCHAT BUTTON */
div.superchat_button_wrapper {
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	z-index: 9999;
}
div.superchat_button_wrapper a,
div.superchat_button_wrapper a:link,
div.superchat_button_wrapper a:visited {
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	text-decoration: none;
	position: absolute;
	z-index: 10001;
}
body.website_body_featured div.superchat_button_wrapper,
body.website_body_subpages div.superchat_button_wrapper {
	bottom: 40px;	
}
div.superchat_button_wording {
	background: #ffffff;
	width: 100px;
	font: 400 11px/11px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #383737;
	position: absolute;
	right: 20px;
	bottom: -40px;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}
body.website_body_featured div.superchat_button_wording,
body.website_body_subpages div.superchat_button_wording {
	bottom: -70px;	
}
div.superchat_button_wrapper:hover div.superchat_button_wording {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	bottom: 10px;
}
body.website_body_featured div.superchat_button_wrapper:hover div.superchat_button_wording,
body.website_body_subpages div.superchat_button_wrapper:hover div.superchat_button_wording {
	bottom: 40px;	
}
div.superchat_button {
	background: var(--ci_color_accent_1);
	width: 38px;
	height: 38px;
	display: block;
	color: var(--ci_color_accent_1_text);
	position: fixed;
	z-index: 10000;
	right: 10px;
	bottom: 70px;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
div.superchat_button_wrapper:hover div.superchat_button {
	background: #ffffff;
}
div.superchat_button::before,
div.superchat_button::after {
	content: "\f4b0";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 100;
	font-size: 1.4em;
	display: block;
	position: absolute;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.superchat_button_close::before,
div.superchat_button_close::after {
	content: "\f00d";
}
div.superchat_button::before {
	margin: 8px 0px 0px 10px	
}
div.superchat_button::after {
	margin: 36px 0px 0px 10px;
}
div.superchat_button_close::before {
	margin: 8px 0px 0px 13px	
}
div.superchat_button_close::after {
	margin: 36px 0px 0px 13px;
}
div.superchat_button_wrapper:hover div.superchat_button::before {
	color: #222222;
	margin: -36px 0px 0px 10px;
}
div.superchat_button_wrapper:hover div.superchat_button::after {
	color: #222222;
	margin: 8px 0px 0px 10px;
}
