/* 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 {
	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:hover {
	background: #f7f7f7;
	color: #606060;
}
@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;
}
div.hotline_label h4:after {
	display: none;
}
div.hotline_label:hover h4 {
	color: #606060;
}
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: #606060;
}



/* 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: 50px;
	height: 50px;
	border-radius: 50px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font: normal 13px/50px '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: 25px 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;
}



/* 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: #ba1691;
}
div.header_button_red {
	background: #E92D00;
}



/* MENU SOCIAL ICONS */
div.menu_social_icons {
	margin: 24px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}
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);
	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: #c5c5c5;
}



/* 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: #c5c5c5 !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: #ba1691 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;
}


