
	/* -------------------------------------------------------------
	Espelage Käuferfinder - Stylesheet
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Autor:		i.A. (CZi)
	Company:	onOffice Software AG
	Release:	1.0
	------------------------------------------------------------- */

	/* -------------------------------------------------------------
	Grid Debug
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.debug p {
		padding: 15px 0;
		margin: 0 !important;
		text-align: center;
		background: #eee;
	}

	.debug .wrapper .wrapper-center {
		background: #fff;
	}

	/* -------------------------------------------------------------
	Default settings
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	* {
		padding: 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		*:focus, *:active {
			outline: none;
		}

	html {
		overflow-y: scroll;
		overflow-x: hidden;
		font-size: 62.5%;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

		html.loaded .transition {
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			-o-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
		}

	body {
		font-family: 'Arial', sans-serif;
		font-size: 14px;
		line-height: 22px;
		color: #494949;
		background: #fff;
	}

	a,
	a:visited,
	a:active {
		color: #d05700;
		text-decoration: underline;
		cursor: pointer;
	}

		a:hover {
			color: #2b2b2b;
			text-decoration: underline;
			cursor: pointer;
		}

		a:focus,
		a:active {
			outline: none;
		}

	.hidden {
		left: -100000px;
		overflow: hidden;
		position: absolute;
		top: -100000px;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 28px;
	}

	h1,
	h2 {
		margin: 0 0 8px 0;
		font-size: 24px;
		color: #000;
	}

	p {
		margin: 0 0 18px 0;
	}

	ul {
		margin: 0 0 18px 13px;
	}

	ol {
		margin: 0 0 18px 25px;
	}

	li {
		margin: 0 0 5px 0;
	}

		ul li {
			list-style: disc outside none;
		}

		ol li {
			list-style: decimal-leading-zero outside none;
		}

	img,
	a img {
		border: none;
		background: rgba(255, 255, 255, 0.0);
	}

	label {
		font-weight: bold;
	}

	input,
	select,
	textarea {
		width: 235px;
		padding: 2px;
		border: 1px solid #000;
		font-family:  inherit;
		font-size: 11px;
		color: #000;
	}

		input.submit {
			width: 241px;
			border: 0;
			text-align: center;
			font-weight: bold;
			cursor: pointer;
		}

		select {
			width: 241px;
		}

	::-webkit-input-placeholder { color:#2b2b2b; }
	::-moz-placeholder { color:#2b2b2b; } /* firefox 19+ */
	:-ms-input-placeholder { color:#2b2b2b; } /* ie */
	input:-moz-placeholder { color:#2b2b2b; }

	.no-padding {
		padding: 0 !important;
	}

	.no-border {
		border: none !important;
	}

	.no-margin {
		margin: 0 !important;
	}

	.clear {
		clear: both;
	}

	.center {
		text-align: center;
	}

	span.headline {
		width: 100%;
		display: inline-block;
		margin: 0 0 40px 0;
		font-size: 24px;
		color: #938e87;
		font-weight: 300;
		padding: 0 30px;
		line-height: 1.5em;
	}

	/* -------------------------------------------------------------
	Counter
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.counter-wrap {
		width: 100%;
		position: relative;
		padding: 0 15px;
		float: left;
	}

		.counter-wrap .counter-circle-wrap {
			width: 50%;
			float: left;
			padding: 0 15px;
			font-family: 'Source Sans Pro', sans-serif;
		}

			.counter-wrap .counter-circle-wrap .circle-count {
				width: 190px;
				height: 190px;
				line-height: 190px;
				text-align: center;
				border: 2px solid #d05700;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				-ms-border-radius: 50%;
				-o-border-radius: 50%;
				border-radius: 50%;
				margin: 20px 0 0 60px;
				float: left;
				position: relative;
			}

				.counter-wrap .counter-circle-wrap .circle-count .circle-blue {
					width: 110px;
					height: 110px;
					-webkit-border-radius: 50%;
					-moz-border-radius: 50%;
					-ms-border-radius: 50%;
					-o-border-radius: 50%;
					border-radius: 50%;
					line-height: 110px;
					background-color: #d05700;
					top: -20px;
					left: -50px;
					text-align: center;
					font-size: 20px;
					letter-spacing: 0.5px;
					font-weight: 400;
					color: #FFF;
					text-transform: uppercase;
					position: absolute;
				}

				.counter-wrap .counter-circle-wrap .circle-count .counter {
					font-size: 50px;
					letter-spacing: 0.5px;
					font-weight: 300;
					line-height: 190px;
					color: #938e87;
				}

		.counter-wrap .counter-descr {
			width: 50%;
			position: relative;
			line-height: 200px;
			float: right;
			padding: 0 15px;
			height: 200px;
		}

			.counter-wrap .counter-descr span {
				display: inline-block;
				vertical-align: middle;
				line-height: normal;
				font-size: 24px;
				color: #938e87;
				font-weight: 300;
			}

		/* -------------------------------------------------------------
		Phone horizontal
		480px / 639px
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		/*@media only screen and ( min-width: 481px ) and ( max-width: 555px ) {

			.counter-wrap .counter-circle-wrap {
				width: 100%;
				margin: 0 auto;
				float: none;
			}

			.counter-wrap .counter-descr {
				width: 100%;
				text-align: center;
			}

			.counter-wrap .counter-circle-wrap .circle-count {
				margin: 20px auto 0;
				float: none;
			}

			.counter-wrap .counter-descr {
				height: auto;
				padding: 15px;
				line-height: 0;
			}

				.counter-wrap .counter-descr span {
					line-height: 1.5em;
					vertical-align: inherit;
				}

		}*/

		/* -------------------------------------------------------------
		Phone vertical
		320px / 479px
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		@media only screen and ( max-width: 480px ) {

			.counter-wrap .counter-circle-wrap {
				width: 100%;
				margin: 0 auto;
				float: none;
			}

			.counter-wrap .counter-descr {
				width: 100%;
				text-align: center;
			}

			.counter-wrap .counter-circle-wrap .circle-count {
				margin: 20px auto 0;
				float: none;
			}

			.counter-wrap .counter-descr {
				height: auto;
				padding: 15px;
				line-height: 0;
			}

				.counter-wrap .counter-descr span {
					line-height: 1.5em;
					vertical-align: inherit;
				}

		}

	/* -------------------------------------------------------------
	Suche
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

	.search-wrap {
		width: 100%;
		margin: 20px auto 40px;
		padding: 0 30px;
		text-align: center;
	}

		.search-wrap form .form-sixth {
			width: 16.66%;
			float: left;
			padding: 0 20px 0 0;
		}

		.search-wrap form .form-sixth:last-child {
			padding: 0;
		}

			.search-wrap form .form-sixth input,
			.search-wrap form .form-sixth select,
			.search-wrap form .form-sixth button {
				width: 100%;
				margin: 0;
				border: 1px solid #d05700;
				font-size: 16px;
				padding: 5px 8px;
				color: #2b2b2b;
			}

			.search-wrap form .form-sixth input {
				padding: 6px 8px;
			}

			.search-wrap form .form-sixth button {
				padding: 7px 8px 9px;
				line-height: 1em;
				border: none;
				background-color: #d05700;
				color: #fff;
				text-transform: uppercase;
				cursor: pointer;
			}

	.counter-wrap-alt {
		width: 100%;
		margin: 0 auto 80px;
		padding: 0 30px;
	}

		.counter-wrap-alt img.counter-pic {
			display: block;
			margin: 0 auto;
			width: 554px;
		}

		.counter-wrap-alt .counter-inner {
			width: 100%;
			color: #d05700;
			text-align: center;
		}

			.counter-wrap-alt .counter-inner p {
				margin: 0;
				font-size: 20px;
				font-weight: 700;
			}

				.counter-wrap-alt .counter-inner p span.counter {
					line-height: normal;
					font-size: 50px;
					font-family: 'Source Sans Pro', sans-serif;
					letter-spacing: 0.5px;
					font-weight: 300;
				}

	.int-list {
		width: 100%;
		margin: 0 auto;
	}

		.int-list > p {
			padding: 0 15px;
		}

		.int-list .int-obj-outer {
			width: 33.3%;
			padding: 0 30px;
			margin: 0 0 60px 0;
			display: inline-block;
		}

	.int-obj {
		width: 100%;
		border: 1px solid #d05700;
		border-bottom-width: 10px;
		padding: 15px 30px;
	}

		.int-obj table {
			width: 100%;
		}

			.int-obj table tr td {
				width: 50%;
				padding: 5px 0;
				vertical-align: top;
				overflow: hidden;
			}

		.int-obj a {
			width: 80%;
			margin: 0 auto;
			background-color: #d05700;
			color: #fff;
			text-decoration: none;
			line-height: 40px;
			display: block;
			text-align: center;
			font-size: 20px;
			-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
			-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
			box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
		}

	.int-request-wrapper {
		padding: 15px;
	}

		.int-request-wrapper .int-obj {
			width: 33.3%;
			float: left;
		}

			.int-request-wrapper .int-obj table {
				border: none;
				margin: 0;
				padding: 0;
			}

		.int-request-wrapper form {
			width: 66%;
			float: right;
			padding: 0 0 0 45px;
		}

			.int-request-wrapper form > p {
				width: 100%;
				display: inline-block;
				padding: 0 15px;
			}

			.int-request-wrapper form .form-half {
				width: 50%;
				padding: 0 15px;
				margin: 0 0 18px 0;
				float: left;
			}

				.int-request-wrapper form .form-half input {
					width: 100%;
					margin: 0;
					border: 1px solid #d05700;
					font-size: 16px;
					padding: 6px 8px;
					color: #2b2b2b;
				}

			.int-request-wrapper form .form-full {
				width: 100%;
				padding: 0 15px;
				display: inline-block;
			}

				.int-request-wrapper form .form-full button {
					width: 100%;
					padding: 9px 8px 6px;
					border: none;
					background-color: #d05700;
					font-size: 18px;
					color: #fff;
					text-transform: uppercase;
					cursor: pointer;
					-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
					-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
					box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
				}

	.wrap-feedback-wrapper {
		width: 100%;
		display: inline-block;
		padding: 0 15px;
	}

	.wrap-feedback-error,
	.wrap-feedback-success {
		border-width: 1px;
		border-style: solid;
		margin: 0 0 30px 0;
	}	

	.wrap-feedback-error {
		border-color: #ddbebe;
		background: #f7efef;
	}

	.wrap-feedback-success {
		border-color: #b4d6b4;
		background: #f2f9f2;
	}

	.wrap-feedback {
		padding: 10px 15px;
		border-radius: 2px;
	}

		.wrap-feedback p {
			width: auto;
			margin: 0;
		}

		.wrap-feedback ul {
			margin: 5px 0 0 30px;
		}

			.wrap-feedback ul li {
				margin: 5px 0;
				-webkit-hyphens: none;
				-moz-hyphens: none;
				-ms-hyphens: none;
				hyphens: none;
			}

		.wrap-feedback i {
			float: left;
			font-size: 25px;
		}

	.feedback-success,
	.wrap-feedback-success i {
		color: #070;
	}

	.feedback-error,
	.wrap-feedback-error i {
		color: #a00;
	}

	.feedback-success,
	.feedback-error {
		display: block;
		font-weight: 600;
		padding-left: 30px;
		margin: 0;
	}

	.request .wrap-feedback ul {
		margin: 5px 0 0 10px;
	}

		/* -------------------------------------------------------------
		Tablet vertical
		640px / 959px
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		@media only screen and ( min-width: 641px ) and ( max-width: 960px ) {

			.search-wrap form .form-sixth {
				width: 50%;
				padding: 10px;
			}

			.search-wrap form .form-sixth:last-child {
				width: 100%;
				padding-top: 5px;
			}

				.search-wrap form .form-sixth:last-child button {
					width: 97%;
				}

			.counter-wrap-alt img.counter-pic {
				width: 80%;
			}

			.int-list .int-obj-outer {
				width: 50%;
				padding: 0 15px;
				margin: 0 0 30px 0;
			}

			.int-obj {
				padding: 15px;
			}

			.int-request-wrapper .int-obj {
				width: 50%;
			}

			.int-request-wrapper form {
				width: 50%;
				padding: 0;
			}

				.int-request-wrapper form .form-half {
					margin: 0 0 15px 0;
				}

		}

		/* -------------------------------------------------------------
		Phone horizontal
		480px / 639px
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		@media only screen and ( min-width: 481px ) and ( max-width: 640px ) {

			.search-wrap form .form-sixth {
				width: 50%;
				padding: 10px;
			}

			.search-wrap form .form-sixth:last-child {
				width: 100%;
				padding-top: 5px;
			}

				.search-wrap form .form-sixth:last-child button {
					width: 97%;
				}

			.counter-wrap-alt img.counter-pic {
				width: 80%;
			}

			.int-list .int-obj-outer {
				width: 100%;
				padding: 0 15px;
				margin: 0 0 30px 0;
			}

			.int-obj {
				padding: 15px;
			}

			.int-request-wrapper .int-obj {
				width: 100%;
				margin: 0 0 40px 0;
			}

			.int-request-wrapper form {
				width: 100%;
				padding: 0;
			}

				.int-request-wrapper form .form-half {
					width: 100%;
					margin: 0 0 15px 0;
					padding: 0;
				}

				.int-request-wrapper form .form-full {
					padding: 0;
				}

		}

		/* -------------------------------------------------------------
		Phone vertical
		320px / 479px
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

		@media only screen and ( max-width: 480px ) {

			.search-wrap form .form-sixth {
				width: 100%;
				padding: 10px 0;
			}

			.search-wrap form .form-sixth:last-child {
				padding: 10px 0 0 0;
			}

			.counter-wrap-alt img.counter-pic {
				width: 80%;
			}

			.int-list .int-obj-outer {
				width: 100%;
				padding: 0 15px;
				margin: 0 0 30px 0;
			}

			.int-obj {
				padding: 15px;
			}

			.int-request-wrapper .int-obj {
				width: 100%;
				margin: 0 0 40px 0;
			}

			.int-request-wrapper form {
				width: 100%;
				padding: 0;
			}

				.int-request-wrapper form .form-half {
					width: 100%;
					margin: 0 0 15px 0;
					padding: 0;
				}

				.int-request-wrapper form .form-full {
					padding: 0;
				}

		}

	.pages {
		text-align: center;
		padding: 0 0 60px 0;
	}

		.pages a {
			text-decoration: none;
			background-color: #eee;
			display: inline-block;
			padding: 7px 15px;
			margin: 0 10px 0 0;
		}

		.pages a:hover {
			background-color: #D05700;
			color: #fff;
		}

		.pages a.selected {
			background-color: #D05700;
			color: #FFFFFF;
		}