/* Layout - Kontakt */

#ContactWrapper {
	background: #C09874;
    position: absolute;
    top: 145px;
    width: 100%;
    z-index: 2;
}
#ContactWrapper:after {
    background: url("/img/layout/border-animation.png") repeat left top;
    bottom: 0;
    content: "";
    height: 21px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

/* Animation */

#GalleryWrapper {
	float: left;
    position: relative;
    top: 0;
	width: 62.5%;
}
#GalleryWrapper:after {
    display: none;
}

/* Kontaktbox */

#ContactWrapper > .contactBox {
	float: left;
	padding: 37px 45px 62px;
	width: 37.5%;	
}
#ContactWrapper > .contactBox > h3 {
	color: #FFFFFF;
    font-family: "Dosis", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 0.92;
}
#ContactWrapper > .contactBox > p.info {
	color: #FFFFFF;
	line-height: 1.35;
	margin: 40px 0 28px;
}
#ContactWrapper > .contactBox > p.info a {
	color: #FFFFFF;
}

/* Telefon */

#ContactWrapper > .contactBox > a.phone {
	color: #FFFFFF;
	display: table;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    padding: 0 0 0 60px;
    position: relative;
}
#ContactWrapper > .contactBox > a.phone:before {
	content: "\E829";
	font-family: "fontello";
    font-size: 47px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: -5px;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
#ContactWrapper > .contactBox > a.phone:hover:before {
	opacity: 0.5;
}
#ContactWrapper > .contactBox > a.phone > span {
	display: table;
	font-size: 16px;
	font-weight: 300;
	opacity: 0.5;
	text-transform: uppercase;
}

/* Ruhetag */

#ContactWrapper > .contactBox > .restday {
	background: #DFCCBA;
    bottom: 65px;
    color: #000000;
    display: table;
    line-height: 1.4;
    position: absolute;
}
#ContactWrapper > .contactBox > .restday.noDay {
	border-left: 5px solid #FFFFFF;
}
#ContactWrapper > .contactBox > .restday > span.day {
    background: #FFFFFF;
    color: #C09874;
    display: table-cell;
    font-family: "Berthold-Regular", sans-serif;
    font-size: 26px;
    padding: 0 20px;
    vertical-align: middle;
}
#ContactWrapper > .contactBox > .restday > span.text {
	display: table-cell;
    padding: 20px;
    vertical-align: middle;
}

@media all and (max-width: 1100px){

	#ContactWrapper {
		top: 130px;
	}
	#ContactWrapper > .contactBox > h3 {
		font-size: 48px;
	}
	#ContactWrapper > .contactBox > p.info {
		margin-bottom: 15px;
		margin-top: 33px;
	}
	#ContactWrapper > .contactBox > .restday {
		display: none;
	}

}
@media all and (max-width: 920px){

	#ContactWrapper {
		top: 118px;
	}
	#GalleryWrapper {
		width: 55%;
	}
	#ContactWrapper > .contactBox {
		padding-left: 30px;
		padding-right: 30px;
		width: 45%;
	}

}
@media all and (max-width: 650px){

	#GalleryWrapper {
		float: none;
		width: 100%;
	}
	#ContactWrapper > .contactBox {
		border-top: 2px solid #FFFFFF;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	#ContactWrapper > .contactBox > h3 {
		font-size: 40px;
		text-align: center;
	}
	#ContactWrapper > .contactBox > p.info {
		margin-bottom: 30px;
		margin-top: 15px;
		text-align: center;
	}
	#ContactWrapper > .contactBox > a.phone {
		display: table;
		margin: 0 auto 33px;
	}
	#ContactWrapper > .contactBox > .restday {
		bottom: auto;
		display: table;
		margin: 0 auto;
		position: relative;
	}
	#ContactWrapper > .contactBox > .restday > span.text {
		padding-bottom: 16px;
		padding-top: 16px;
	}

}
@media all and (max-width: 500px){

	#ContactWrapper {
		top: 82px;
	}
	#ContactWrapper > .contactBox > .restday > span {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

}