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

span.company_name_in_content {
	text-transform: uppercase;
	font-weight: 400;
}
span.company_name_in_content span {
	color: #202020;
}
div.layout_static_plakat {
	background: #282321;
}



/* PROJECTS BUTTON */
div.projects_button {
	background: var(--ci_color_yellow);
	font: normal 14px/20px 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	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;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: fixed;
	top: calc(40% - 60px);
	left: 0px;
	display: none;
}
@media only screen and (max-width: 991px) {

	div.projects_button {
		top: auto;
		bottom: 70px;
		left: 0px;
	}
	
}
div.projects_button:hover {
	background: var(--ci_color_white);
	color: var(--ci_color_black);	
}
div.projects_button a,
div.projects_button a:link,
div.projects_button a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
}
div.projects_button a:hover {
	text-decoration: none;
}



/* 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 SLIDER */
/*
.slider_header_desktop {
	display: block;
}
@media only screen and (max-width: 1299px) {
	.slider_header_desktop {
		display: none;
	}
}
.slider_header_mobile {
	display: none;
}
@media only screen and (max-width: 1299px) {
	.slider_header_mobile {
		display: block;
	}
}
*/



/* FRATELLI FRUEHSTUECK */
div.fratelli_fruehstueck div[class^="col-"],
div.fratelli_fruehstueck div[class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.fratelli_fruehstueck {
	display: block;
}
@media only screen and (max-width: 991px) {
	div.fratelli_fruehstueck {
		display: none;
	}
}
div.fratelli_fruehstueck div.display_flex {
	display: flex;
}
div.fratelli_fruehstueck div.textblock {
	padding: 20px 0px 20px 0px;
}
div.fratelli_fruehstueck div.textblock span {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 20px;
}
div.fratelli_fruehstueck_mobile {
	display: none;
}
@media only screen and (max-width: 991px) {
	div.fratelli_fruehstueck_mobile {
		display: block;
	}
}


/* VIVO content col-md-* */

div.page-article-content [class^="col-"],
div.page-article-content [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

div.page-article-content .col-md-6.text-box {
	padding-right: 10px;
}
div.page-article-content .col-md-6.list-box {
	padding-left: 60px;
}
@media only screen and (max-width: 991px) {
	div.page-article-content .col-md-6.text-box,
	div.page-article-content .col-md-6.list-box {
		padding-left: 0px;
		padding-right: 0px;
	}
	div.page-article-content .col-md-6.text-box {
		margin-bottom: 20px;
	}
}

div.page-article-content .top-box {
	background: #241d1b;
	color: var(--ci_color_white);
	padding: 20px;
	margin-bottom: 20px;
}

div.page-article-content .top-box ul li::before {
	color: var(--ci_color_white) !important;
}

div.page-article-content .bottom-box {
	background: #8a8989;
	color: var(--ci_color_white);
	padding: 30px;
	margin-top: 34px;
}

div.page-article-content .bottom-box h3 {
	font: var(--font-h3_component) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	border-bottom: var(--border_bottom-headings) !important;
	color: var(--ci_color_white) !important;
	letter-spacing: 0px !important;
	margin: 0px 0px 20px 0px !important;
	padding: 0px 0px 15px 0px !important;
	position: relative !important;
}
div.page-article-content .bottom-box h3::after {
	background: var(--ci_color_white) !important;
	bottom: -1px !important;
	content: '' !important;
	height: 2px !important;
	left: 0% !important;
	margin: 0px 0px 0px 0px !important;
	position: absolute !important;
	width: 82px !important;
	transition: all 0.33s ease-in-out !important;
	-moz-transition: all 0.33s ease-in-out !important;
	-o-transition: all 0.33s ease-in-out !important;
	-webkit-transition: all 0.33s ease-in-out !important;
}
div.page-article-content .bottom-box h3:hover::after {
	/* background: var(--ci_color_accent_1) !important; */
	width: 180px !important;
}

div.page-article-content .bottom-box ul li::before {
	color: var(--ci_color_white) !important;
}

.com_content div.item-page div.page-article-content ul.no-margin {
	margin: 0px;
}


/* VIVO Room-Panel */

div.djc2_item {
	--box_margin: -174px;
}

div.djc2_items_alternate_list_item {
	border: 1px solid silver;
	padding: 20px;
}
@media only screen and (max-width: 640px) {
	div.djc2_items_alternate_list_item {
		border: none;
		padding: 0px;
	}	
}

div.djc2_item [class^="col-"],
div.djc2_item [class*=" col-"] {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
div.djc2_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: var(--ci_color_black);
}

.djc2_item {
	/* margin-bottom: 40px !important; */
}

.djc2_item .djc2_item_content {
	display: flex;
}
.djc2_item:nth-child(2n) .djc2_item_content,
.djc2_items_alternate_list_item:nth-child(2n) .djc2_item .djc2_item_content {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.djc2_item:last-child .djc2_item_content,
.djc2_items_alternate_list_item:last-child .djc2_item .djc2_item_content {
	margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
	.djc2_item .djc2_item_content {
		display: block;
	}
}

.djc2_item_image,
.djc2_item_description {
	display: flex;
}

.djc2_item_price {
	display: none;
	position: absolute;
	background: #241d1b;
	color: var(--ci_color_white);
	left: 0px;
	bottom: 40px;
	padding: 10px 20px;
	-webkit-transition: all 0.33s;
	   -moz-transition: all 0.33s;
  	     -o-transition: all 0.33s;
  	        transition: all 0.33s;
}
.djc2_items_alternate_list_item:nth-child(2n) .djc2_item_price {
	left: auto;
	right: 0px;
}
.djc2_item_price:hover {
	transform: scale(1.1);
	transform-origin: left 50%;
}
.djc2_items_alternate_list_item:nth-child(2n) .djc2_item_price:hover {
	transform: scale(1.1);
	transform-origin: right 50%;
}

@media only screen and (max-width: 991px) {
	.djc2_item_price {
		left: 0px;
	}
	.djc2_items_alternate_list_item:nth-child(2n) .djc2_item_price {
		left: 0px;
		right: auto;
	}
	.djc2_items_alternate_list_item:nth-child(2n) .djc2_item_price:hover {
		transform-origin: left 50%;
	}
}

.djc2_item_price_tip {
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.djc2_item_price_price {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding: 6px 0px 10px 0px;
}
.djc2_item_price_price span {
	font-size: 39px;
	line-height: 39px;
}

.djc2_item_price_note {
	font-size: 11px;
	line-height: 11px;
	font-weight: 400;
	text-transform: uppercase;
}

.djc2_item_description_text {
	background: #473225;
	color: var(--ci_color_white);
	width: 100%;
	height: 100%;
}

.djc2_item_price a,
.djc2_item_price a:link,
.djc2_item_price a:visited {
	color: var(--ci_color_white) !important;
	text-decoration: none !important;
}

.djc2_item_description_text_inner {
	background: #241d1b;
	display: block;
	position: absolute;
	padding: 30px;
	margin: 60px 0px auto var(--box_margin);
}
.djc2_item:nth-child(2n) .djc2_item_description_text_inner,
.djc2_items_alternate_list_item:nth-child(2n) .djc2_item .djc2_item_description_text_inner {
	margin: 60px var(--box_margin) auto 0px;
}

@media only screen and (max-width: 1199px) {
	.djc2_item_description_text_inner {
		margin: 20px 0px auto calc(var(--box_margin) - 67px);
	}

	.djc2_item:nth-child(2n) .layout_tab_item_description_text_inner,
	.djc2_items_alternate_list_item:nth-child(2n) .djc2_item .djc2_item_description_text_inner {
		margin: 20px calc(var(--box_margin) - 67px) auto 0px;
	}
}

@media only screen and (max-width: 991px) {
	.djc2_item_description_text_inner,
	.djc2_item:nth-child(2n) .djc2_item_description_text_inner,
	.djc2_items_alternate_list_item:nth-child(2n) .djc2_item .djc2_item_description_text_inner {
		position: relative;
		margin: 0px;
	}
}

.djc2_item_description_text h1 {
	color: var(--ci_color_white);
	margin: 0px 0px 15px 0px;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	border-bottom: none;
}
.djc2_item_description_text h1::after {
	content: none;
}

@media only screen and (max-width: 991px) {
	.djc2_item_description_text h1 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 640px) {
	.djc2_item_description_text h1 {
		font-size: 24px;
		line-height: 24px;
	}
}

.djc2_item_description_text_box {
	position: relative;
	background: var(--ci_color_yellow);
	border: 1px solid var(--ci_color_white);
	padding: 0px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}
.djc2_item_description_text_box:hover {
	background: #202020;
}

.djc2_item_description_text_box h2 {
	color: var(--ci_color_white);
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
}
.djc2_item_description_text_box h2::after {
	content: none;
}

@media only screen and (max-width: 640px) {
	.djc2_item_description_text_box h2 {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0px;
	}
}

.djc2_item_description_text_box a,
.djc2_item_description_text_box a:link,
.djc2_item_description_text_box a:visited,
.djc2_item_description_text_box a:hover,
.djc2_item_description_text_box a:link:hover,
.djc2_item_description_text_box a:visited:hover {
	display: block;
	color: var(--ci_color_white) !important;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	padding: 20px 20px 50px 20px;
}

.djc2_item_description_text_box_readmore {
	display: block;
	position: absolute;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	right: 20px;
	bottom: 20px;
}
.djc2_item_description_text_box_readmore::before {
	content: "\f105";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 1.1em;
	color: var(--ci_color_white);
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	display: inline-block;
	clear: both;
	-webkit-transition: all 0.333s ease 0s;
	   -moz-transition: all 0.333s ease 0s;
	     -o-transition: all 0.333s ease 0s;
	        transition: all 0.333s ease 0s;
}
.djc2_item_description_text_box_readmore:hover::before {
	left: 6px;
}
.djc2_item_description_text_box_readmore a,
.djc2_item_description_text_box_readmore a:link,
.djc2_item_description_text_box_readmore a:visited,
.djc2_item_description_text_box_readmore a:hover,
.djc2_item_description_text_box_readmore a:link:hover,
.djc2_item_description_text_box_readmore a:visited:hover {
	color: var(--ci_color_white);
	text-decoration: none;
	padding: 0px;
}

.djc2_item_buttons {
	display: block;
	position: absolute;
	bottom: 40px;
	width: 100%;
	height: 63px;
	text-align: center;
}

@media only screen and (max-width: 1199px) {
	.djc2_item_buttons {
		width: 340px;
		right: 30px;
		bottom: 30px;
	}
	.djc2_item:nth-child(2n) .djc2_item_buttons,
	.djc2_items_alternate_list_item:nth-child(2n) .djc2_item .djc2_item_buttons {
		left: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.djc2_item_buttons {
		position: relative;
		height: 103px;
		padding: 30px;
		width: auto;
		left: auto !important;
		right: auto !important;
		bottom: 16px;
	}
}

@media only screen and (max-width: 430px) {
	.djc2_item_buttons {
		height: 180px;
	}
}
@media only screen and (max-width: 370px) {
	.djc2_item_buttons {
		height: 160px;
	}
}

.djc2_item_buttons_inner {
	display: inline-block;
	position: relative;
}

.djc2_item_buttons_inner a:first-child {
	margin-right: 10px;
}

@media only screen and (max-width: 991px) {
	.djc2_item_buttons_inner {
		position: relative;
		width: auto;
		left: 0px;
		transform: none;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 430px) {
	div.djc2_item .href_button_yellow {
		width: 100%;
		margin-bottom: 15px;
	}
	div.djc2_item div.djc2_item__buttons {
		height: 180px;
	}
}

.djc2_item_button {
	float: left;
}

.djc2_item_button_features span {
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.5em;
	margin-left: 10px;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.33s ease-in-out;
	   -moz-transition: all 0.33s ease-in-out;
	     -o-transition: all 0.33s ease-in-out;
	        transition: all 0.33s ease-in-out;
}
.djc2_item_button_features_closed span::after {
	content: "\f078";
	margin: 0px;
	padding: 0px;
}
.djc2_item_button_features_opened span::after {
	content: "\f077";
	margin: 0px;
	padding: 0px;
}

.djc2_item_features {
	background: #473225;
    color: var(--ci_color_white);
    padding: 0px;
	overflow: hidden;
	-webkit-transition: height .333s;
	   -moz-transition: height .333s;
  	    -ms-transition: height .333s;
  	     -o-transition: height .333s;
            transition: height .333s;
	height: 0;
}

.djc2_item_features .href_button_yellow {
	width: 100%;
	text-align: center;
	border: none;
	float: none;
	clear: both;
	margin-bottom: 0px !important;
}

.djc2_item_feature_group_header {
    background: #473225;
    color: var(--ci_color_white);
    padding: 20px 20px 0px 20px;
}
.djc2_item_feature_group_header:not(:first-child) {
	padding: 0px 20px 0px 20px;
}
.djc2_item_feature_group_header h3 {
    color: var(--ci_color_white) !important;
    margin: 0px !important;
	border-bottom: var(--border_bottom-headings) !important;
}
.djc2_item_feature_group_header h3:hover::after {
	background: var(--ci_color_accent_4) !important;
}

.djc2_item_features ul {
    column-count: 3;
    background: #473225;
    margin: 0px !important;
    padding: 15px 20px !important;
}
@media (max-width: 991px) {
    .djc2_item_features ul {
        column-count: 2;
    }
}
@media (max-width: 540px) {
    .djc2_item_features ul {
        column-count: 1;
    }
}

.djc2_item_features ul li {
    padding: 5px 0px !important;
    -webkit-column-break-inside: avoid;
              page-break-inside: avoid;
                   break-inside: avoid;
}
.djc2_item_features ul li::before {
    content: none !important;
}

.djc2_item_feature {
	display: inline-block;
}

.djc2_item_feature_icon {
    display: flex;
    float: left;
    width: 35px;
    padding: 0px 10px 0px 0px;
}
.djc2_item_feature_icon i {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
	margin-top: 3px;
}

.djc2_item_feature_name {
    display: flex;
    float: left;
    width: calc(100% - 35px);
}

#djc_cart_popup {
	display: none;
}

div.background_dark {
	background-color: var(--ci_color);
}

div.featured_gallery div[class^="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
div.featured_gallery div.featured_gallery_content {
	color: var(--ci_color_white);
}

div.custom_code_grid_273 div.custom_code_grid_title {
	margin: 80px 0px 30px 0px;
}

div.custom_code_grid_273 div.custom_code_grid_title h2 {
	color: var(--ci_color_black);
}

div.page-article-content iframe {
	width: 100%;
}

div.page-article-content div.row.fratelli_buttons div[class^="col-"]:nth-child(2) {
	padding-right: 15px;
}
div.page-article-content div.row.fratelli_buttons div[class^="col-"]:nth-child(3) {
	padding-left: 15px;
}
@media (max-width: 991px) {
	div.page-article-content div.row.fratelli_buttons div[class^="col-"]:nth-child(2),
	div.page-article-content div.row.fratelli_buttons div[class^="col-"]:nth-child(3) {
		padding-left: 0px;
		padding-right: 0px;
	}
}

table.opening_hours {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
table.opening_hours tr td:first-child {
	width: 160px;
	font-weight: 600;
}
table.opening_hours tr td {
	vertical-align: top;
}

table.extra_opening_hours {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
table.extra_opening_hours tr td:first-child {
	text-align: left;
	padding-right: 80px;
}
table.extra_opening_hours tr td:last-child {
	text-align: right;
	padding-left: 80px;
}
table.opening_hours tr td {
	vertical-align: top;
}