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

/* CUSTOM CODE ICONS */
.custom_code_contact [class^="col-"],
.custom_code_contact [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (max-width: 991px) {
	.custom_code_contact {
		display: none;
	}
}

div.custom_code_contact .custom_code_contact_main_headline {
	margin-bottom: 40px;
}
div.custom_code_contact .custom_code_contact_main_headline h3 {
	text-align: center;
}
div.custom_code_contact .custom_code_contact_main_headline h3::after {
	left: 50%;
	transform: translateX(-50%);
}

div.custom_code_contact .custom_code_contact_left,
div.custom_code_contact .custom_code_contact_right {
	background: #f8f8f8;
	padding: 20px;
}
div.custom_code_contact .custom_code_contact_left {
	margin: 0px 20px 40px 0px;
}
div.custom_code_contact .custom_code_contact_right {
	margin: 0px 0px 40px 20px;
}
@media only screen and (max-width: 1199px) {
	div.custom_code_contact .custom_code_contact_left {
		margin: 0px 0px 40px 0px;
	}
	div.custom_code_contact .custom_code_contact_right {
		margin: 0px 0px 40px 0px;
	}
}

div.custom_code_contact .custom_code_contact_icon {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 100px;
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
	div.custom_code_contact .custom_code_contact_icon {
		font-size: 50px;
	}
}

div.custom_code_contact .custom_code_contact_headline {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--ci_color_black);
	margin-bottom: 20px;
}

div.custom_code_contact .custom_code_contact_text {
	text-align: center;
	font-weight: 400;
	color: var(--ci_color_black);
	margin-bottom: 30px;
}

div.custom_code_contact .custom_code_contact_link {
	text-align: center;
}
div.custom_code_contact .custom_code_contact_link a,
div.custom_code_contact .custom_code_contact_link a:link
div.custom_code_contact .custom_code_contact_link a:visited {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px !important;
	display: inline-block;
}
