/* 
    Created on : 10.03.2019, 14:47:09
    Author     : Sebou
*/
.bold {font-weight: bold;}
.bclear {clear: both;}
.gap-top {margin-top: 15px;}

#site-navigation {
	font-size: 1px;
	color: #fff;
}

.header-logo {
	position: absolute;
	bottom: 10px;
	left: 30px;
}
.header-logo img {
	width: 450px;
}

.contact-info-container {
	width: 100%;
    height: 84px;
    margin: 0 auto 60px;
    background-color: #7b3939;
    color: #FFF;
}

.contact-info {
	max-width: 1140px;
	margin: 0 auto;
}

.contact-info .phone,
.contact-info .times,
.contact-info .mail {
	width: 33%;
	float: left;
}

.contact-info .phone .icon,
.contact-info .times .icon,
.contact-info .mail .icon {
	height: 84px;
	width: 84px;
	float: left;
	background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
}

.contact-info .phone .icon {
	background-image: url("images/icon_tel.png");
}
.contact-info .times .icon {
	background-image: url("images/icon_time.png");
}
.contact-info .mail .icon {
	background-image: url("images/icon_mail.png");
}

.link-mail {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.link-mail:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.link-mail:active, .link-mail:focus, .link-mail:visited, .link-tel:active, .link-tel:focus, .link-tel:visited {
	color: #FFF;
}
.link-tel {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.link-tel:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

@media(max-width: 1300px) {
	.header-logo img {
		width: 250px;
	}
}

@media(max-width: 1000px) {
	.header-logo img {
		width: 180px;
	}
}

@media(max-width: 840px) {
	.contact-info-container {
		height: 252px;
		margin-bottom: 15px;
	}
	.contact-info > div {
		float: none !important;
		width: 100% !important;
	}
	.contact-info > div > div.gap-top {
		margin: 0;
		padding-top: 15px;
	}
}

@media(max-width: 780px) {
	h1.site-title {
		font-size: 14px;
	}
	.header-logo img {
		width: 100px;
	}
}

@media(max-width: 359px) {
	.header-logo {
		bottom: 0px;
		left: 20px;
	}
	.header-logo img {
		width: 60px;
	}
}