/* -------------------------------------------------------------
Stylesheet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Company:	onOffice GmbH Test
Release:	1.0
------------------------------------------------------------- */

/* -------------------------------------------------------------
Default settings
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	padding: 0;
	margin: 0;
}

	*:focus, *:active {
		outline: none;
	}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

a, a:visited, a:active {
	color: #064c10;
	text-decoration: none;
	cursor: pointer;
}

	a:hover {
		color: #064c10;
		text-decoration: none;
		cursor: pointer;
	}

	a:focus, a:active {
		outline: none;
	}

.hidden {
	height: 1px;
	width: 1px;
	left: -1000000px;
	overflow: hidden;
	position: absolute;
	top: -1000000px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 18px;
	color: #064c10;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #064c10;
	font-size: 20px;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #064c10;
	text-transform: uppercase;
}

img.logo {
	height: 80px;
	margin: 20px 0;
}

p {
	margin: 0 0 15px 0;
	line-height: 22px;
}

ul {
	margin: 0 0 18px 13px;
}

	ul li {
		margin: 0 0 5px 0;
		line-height: 16px;
		list-style: square outside none;
	}

	ul li ul {
		margin: 5px 0 15px 15px;
	}

ol {
	margin: 0 0 18px 25px;
}

	ol li {
		margin: 0 0 10px 0;
		line-height: 25px;
		list-style: decimal-leading-zero outside none;
	}

img, a img {
	border: none;
	background: rgba(255,255,255,0.0);
}

label {
	/*font-weight: bold;*/
	display: block;
	color: #777777;
}


input[type="submit"] {
	background: #064c10;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

input, select, textarea {
	padding: 5px;
	border: 1px solid #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6d6d6d;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

	input.submit {
		border: 0;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
	}

	input:focus, select:focus, textarea:focus {
		border-color: #7f9e7b;
		color: #000;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(175, 175, 175, 0.6);
		outline: 0px none;
	}


.no-padding {
	padding: 0 !important;
}

.no-border {
	border: none !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.space {
    clear: both;
    height: 10px;
    margin: 20px 0;
    display: block;
}

a.button {
	background: #064c10;
	color: #fff;
	text-decoration: none !important;
	padding: 5px 10px;
	text-transform: uppercase;
}

.content-nosidebar a, .content-main a {
	text-decoration: underline;
}

/* -------------------------------------------------------------
Wrapper
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.wrapper {
	width: 100%;
}

	.wrapper .wrapper-center {
		width: 940px;
		margin: 0 auto;
		position: relative;
	}

/* -------------------------------------------------------------
{TITEL}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.content {
	padding: 40px 0;
}

.main {
	background: #f8f1e6;
	min-height: 600px;
}

.header {
	background: #fff;
	height: 130px;
}

.footer {
	/*background: #fff url('../images/template/bg-shadow.png') top left repeat-x;*/
	background: #fff;
	padding: 40px 0;
}

.nav-mobile,
.mobiletrigger {
	display: none;
}

.mobiletrigger {
	position: absolute;
	right: 20px;
	bottom: 0;
	cursor: pointer;
}

	.mobiletrigger i.icon-reorder {
		font-size: 40px;
		color: #064c10;
	}

.nav-mobile {
	background-color: #efefef;
	border-top: 4px solid #064c10;
	border-bottom: 4px solid #064c10;
}

	.nav-mobile ul {
		margin: 0;
	}

		.nav-mobile ul li {
			display: block;
			width: 100%;
			list-style: none;
			margin: 0;
		}

			.nav-mobile ul li a {
				display: block;
				padding: 12px 20px;
				border-bottom: 1px solid #fff;
				line-height: 100%;
				text-transform: uppercase;
				color: #333;
			}

			.nav-mobile ul li ul {
				background-color: #d2ded3;
			}

				.nav-mobile ul li ul li a{
					padding: 8px 20px 8px 40px;
					text-transform: none;
				}

	.nav-mobile a.selected {
		font-weight: bold;
		color: #064c10;
	}

.nav-main {
	/*background: #82a587;*/
	background: #FBF8F3;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.nav-main ul {
	text-align: center;
	margin: 0;
}

.nav-main ul li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	position: relative;
	margin: 0;
}

.nav-main ul li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 20px;
	color: #064c10;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}

.nav-main ul ul {
    background: #fbf8f3;
    left: 0;
    position: absolute;
    top: 56px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    z-index: 999;
    white-space: nowrap;
    text-align: left;
    display: none;
}

.nav-main ul ul li {
	display: block;
}

.nav-main ul ul a {
	padding: 0 20px 20px 20px;
	font-family: Arial;
	font-size: 14px;
}

.module {
	float: left;
	display: inline;
	width: 300px;
	margin: 0 17px 40px 0;
}

.module li {
	list-style: none;
}

.module-pic {
	width: 100%;
	overflow: hidden;
	margin: 0 0 5px;
	text-align: center;
}

	.module-pic img {
		width: 100% !important;
		height: auto !important;
	}

.module-vid {
	width: 298px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 20px;
}

	.module-vid iframe {
		width: 100% !important;
		height: 200px !important;
	}

.content-start .module {
	border: 1px solid #e1e1e1;
	padding: 1px;
	width: 298px;
	height: 560px;
	background: #fff;
	overflow: hidden;
}

.object-object {
	border: 1px solid #e1e1e1;
	padding: 1px;
	width: 298px;
	height: 470px;
	background: #fff;
}

.content-start .module h2 {
	padding: 20px 20px 15px 20px;
	color: #064c10;
	margin: 0;
}

.object-object h2 {
	padding: 0 20px 20px;
	color: #064c10;
	margin: 0;
}

.content-start .module h2 {
	font-size: 16px;
}

.object-object h2 {
	font-size: 14px;
	text-transform: none;
}

.object-object p {
	padding: 10px 20px 0;
	margin: 0;
	text-transform: uppercase;
}

.sidebar .module h2 {
	font-size: 16px;
	color: #064c10;
}

.sidebar .module img {
	margin: 0 0 10px 0;
}

.content-start .module p {
	padding: 0px 20px;
}

a.arrow {
	display: block;
	text-transform: uppercase;
}

a.button {
	display: inline-block;
	margin: 0 20px 20px 20px;
}

.object-detail-col-2 .module {
	padding: 30px !important;
	width: 240px;
	background: #fff;
}

.content-start a.arrow {
	padding: 0 20px 20px 20px;
}

.content-object a.button {
	padding: 5px 10px;
}

.content-start .module {
	background: #fff;
}

.sidebar .module {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #fff;
    margin: 0 0 30px;
    padding: 20px;
}

.object-detail-col-1,
.content-main {
	float: left;
	display: inline;
}

.content-main {
	width: 600px;
	font-size: 14px;
}

.content-main a {
	text-decoration: underline;
}

.object-detail-col-1 {
	width: 620px;
}

.object-detail-data table {
	width: 100%;
}

.siebar {
	width: 300px;
	float: right;
	display: inline;
}

.form-idsearch {
	float: right;
	display: inline;
	margin: 77px 0 0;
}

.startsearch {
	/* background-color: rgba(127,158,123,0.75); */
	/* margin-top: -80px; */
	background-color: #7f9e7b;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
}

.form-quicksearch input,
.form-quicksearch select {
    box-sizing: border-box;
    width: 15.37%;
    border: none;
	margin: 0 0.5%;
	display: inline-block;
	padding: 10px;
	line-height: 100%;
}

.form-quicksearch select {
	padding: 9px 6px;
}

.form-quicksearch input[type="submit"] {
	padding: 11px 10px;
}

.footer .line {
	height: 10px;
	border-top: 1px solid #d6d6d6;
	clear: both;
	margin: 30px 0 0 0;
}

.nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.nav li {
	display: inline;
}

.nav a {
	color: #727272;
	display: inline-block;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

.logo-onoffice {
	float: right;
	display: inline;
}

.sidebar {
    width: 298px;
    float: right;
    display: inline;
    padding: 40px 0;
    box-sizing: border-box;
}

.breadcrumb ul {
	margin: 0 0 30px 0;
	float: left;
	display: inline;
	color: #8d8d8d;
}

.breadcrumb li {
	display: inline;
	font-size: 12px;
}

.breadcrumb a {
	color: #8d8d8d;
	text-decoration: underline;
}

.content-object ul {
	margin: 0;
}

.content-object li {
	list-style: none;
}

.object-object-pic li {
	width: 298px;
	height: 200px;
	overflow: hidden;
}

.object-object-pic {
	text-align: center;
	position: relative;
}

/*.object-object-pic a {
	position: absolute;
	width: 298px;
	height: 200px;
	z-index: 999;
}*/

.object-object-pic span {
	display: block !important;
	top: 8px !important;
	left: -8px !important;
	height: 32px !important;
	width: 145px !important;
}

.object-object-pic img {
	height: 200px;
}

.object-object-data table {
	padding: 0 20px 20px 20px;
}

.place {
	padding: 0 20px 4px 20px;
	font-weight: bold;
}

td {
	vertical-align: top;
	padding-bottom: 2px;
}

#objektdaten tr.first {
	background: #eee;
}

td.first {
	width: 50%;
	padding: 0 5px 0 0;
}

td.second {
	width: 60%;
}

table strong {
	font-weight: normal;
}

/*.object-detail-gallery div div {
	position: relative;
}
*/
.object-detail-gallery {
	display: block;
}

.galmobile {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -10000px;
	left: -10000px;
	padding: 20px;
	box-sizing: border-box;
}

.object-detail-gallery div div {
	float: left;
    position: relative;
    width: 625px;
}

.object-detail-gallery div div p {
	position: absolute;
	bottom: -5px;
	left: 10px;
	padding: 5px 10px;
	background: #fff;
}

.object-detail-gallery div div div {
	width: 620px;
	height: 400px;
	overflow: hidden;
	margin: 0 0 5px 0;
}

.object-detail-gallery div div div img {
	height: 414px;
}
.object-detail-gallery div div#outer span {
	top: 8px !important;
	left: -6px !important;
	width: 145px !important;
	height: 32px !important;
	display: block !important;
}

/*.object-detail-gallery div ul {
	margin: 0;
}*/

.object-detail-gallery div ul {
    float: right;
    margin: 0;
    width: 315px;
}

/*.object-detail-gallery div ul li {
	float: left;
	display: inline;
	width: 72px;
	height: 51px;
	overflow: hidden;
	margin: 0 5px 5px 0;
}*/

.object-detail-gallery div ul li {
    display: inline;
    float: left;
    height: 76px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    width: 152px;
}


.object-detail-gallery div ul li img {
	/*height: 51px;*/
}

.object-detail-col-2 {
	padding: 0;
}

.object-detail-data td {
	padding: 5px 10px;
	font-size: 14px;
}

/*.object-detail-gallery {
	float: left;
	display: inline;
	margin: 0 0 20px 0;
}
*/
.object-detail-gallery {
    display: inline;
    float: left;
    margin: 0 0 20px;
    width: 940px;
}

.sidebar input {
	width: 106px;
	margin: 0 0 5px 0;
}

.sidebar input[type="submit"] {
	width: auto;
}

.sidebar textarea {
	width: 228px;
	margin: 0 0 5px 0;
}

.freetext strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 10px;
    text-transform: uppercase;
}

/* new slideshow */
.slidebig {
	max-height: 650px;
	overflow: hidden;
}

.slider-pic {
    background: #eee;
	width: 100%;
	position: relative;
}

	.slider-pic img {
		width: 100%;
	}

.slider-pic-description {
    color: #fff;
    padding: 15px 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: rgba(255,255,255,0.9);
}

.slider-pic-description p {
	text-transform: uppercase;
	color: #064c10;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}

.today-object-pic {
	overflow: hidden;
	width: 298px;
	height: 150px;
	text-align: center;
	margin: 0 0 5px;
}

.today-object-pic ul {
	margin: 0;
}

.today-object-pic ul img {
	height: 150px;
}

.icons-social {
	margin: 0 0 40px 0;
}

.icon-social {
	font-size: 40px;
	margin: 0 15px 0 0;
}

.icon-xing { color: #006464; }
.icon-facebook { color: #3B5998;}
.icon-google-plus-sign { color: #DD4B39;}

.second span {
/*	font-weight: bold;*/
	color: #424242;
}

.tab-content {
	background: #fff;
	padding: 30px;
}

.tab-list {
	/*padding: 20px 30px 10px 30px;*/
}

.tab-list li {
	display: inline-block;
	margin: 0;
}

.tab-list a {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px;
	margin: 0 3px 0 0;
	background: #97b693;
}

.tab-list a:hover {
	background: #7f9e7b;
}

.tab-list a.selected {
	background: #fff;
	color: #064c10;
}

form.form p {
	float: left;
	display: inline;
	width: 200px;
}

form.form input {
	width: 170px;
}

form.form select {
	width: 186px;
}

form.form textarea {
	width: 571px;
}

.errors {
	display: none;
}

.sitemap {
	font-size: 12px;
}

.sitemap h1 {
	display: none;
}

.line {
	clear: both;
	border-bottom: 1px solid #fff;
	height: 40px;
	margin: 0 0 30px;
}

.line2 {
	clear: both;
	border-bottom: 1px solid #DDD;
	height: 5px;
	margin: 0 0 15px;
}

.wrapper-tab {
	margin: 0 0 30px 0;
}

#search-result div {
	margin: 30px 0 0 0;
}

#search-result form {
	display: none;
}

.further {
	font-size: 16px;
}

.further i {
	color: #7f9e7b;
}

.ogulo {
	margin: 0 0 30px 0;
    width: 620px;
    height: 200px;
}

div.ogulo_preview {
    width: 620px;
    height: 200px;
    background:url('http://ogulo.de/tour/schulte_immobilien/tour/img/811.jpg') repeat-x center 0;
    position:relative;
    /*border: 1px solid #838383;*/
}

div.ogulo_preview img.play {
    position:absolute;
    left:50%; top:50%; margin-left:-40px; margin-top:-40px
}

.content-form {
	padding: 30px;
}

.content-form form.form textarea {
	width: 171px;
	height: 180px;
}

h2 a {
	text-decoration: none !important;
}

.iservice-listobject {
    border-bottom: 1px solid #fff;
    margin: 0 0 30px;
    padding: 0px 0 30px 0;
}

.iservice-listobject h2 {
	font-size: 16px;
}

.iservice-listobject table {
	width: 100%;
}

.iservice-listobject td {
	font-size: 14px;
    padding: 5px 10px;
}

.iservice-listobject tr.first {
    background: #fff;
}

.jumpbox a, .pages a {
	text-decoration: none;
	margin: 0 12px 0 0;
}

.jumpbox a.selected, .pages a.selected {
	background: #064c10;
	color: #fff;
	padding: 5px 6px;
}

.form-sort {
	float: right;
	display: inline;
	margin: 20px 0 30px 0;
}

h2.transform {
	text-transform: none;
}

/*.sidebar i {
	font-size: 20px;
}*/

.like-facebook {
	position: absolute;
	top: 20px;
	right: 0px;
}

.like-google {
	position: absolute;
	top: 18px;
	right: 88px;
}

.googlemap {
	margin: 30px 0 0 0;
}

.team, .office {
	margin: 30px 0;
}

.team td.first {
	width: 240px;
}

.office td.first {
	width: 400px;
}

.office td {
	padding: 0 10px 0 0;
}

.office p {
	font-size: 12px;
	line-height: 16px;
}

.team td.second, .office td.second {
	vertical-align: bottom;
}

.team span {
	display: block;
	font-weight: normal;
}

.team .name {
	font-size: 18px;
	margin: 0 0 2px 0;
}

.team .function {
	margin: 0 0 10px 0;
}

.team .title {
	margin: 0 0 10px 0;
}

.team .mail {

}

form.form {
	color: #777;
	box-sizing: border-box;
}

form.form .checkboxes p  {
	display: block;
	float: none;
	margin: 0 0 10px;
	width: 500px;
	color: #000;
}

form.form .checkboxes input {
	display: inline;
	width: auto;
}

form.form .checkboxes label {
	display: inline;
	white-space: nowrap;
	color: #000;
}

.form-request textarea, .form-recommend textarea {
	width: 374px !important;
    height: 100px;
}

.form-request select {
	width: 238px !important;
	margin: 0 0 5px 0;
}

.form-request input#plz {
	width: 50px !important;
}

.form-request input#ort {
	width: 162px !important;
}

.form-request input[type="text"] {
	width: 227px !important;
}

.form-request .checkboxes {
	margin: 20px 0;
}

.form-request p {
	margin: 0 !important;
	color: #000;
}

.block p {
	margin: 0;
}

.news-detail {
	border-bottom: 1px solid #fff;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.news-detail p {
	color: #777;
	margin: 0 0 0 0;
	font-size: 12px;
}

.news-detail #bigPreview {
	position: inherit !important;
}

.object-id {
    position: absolute;
    left: 0;
    top: 30px;
    background: #fff;
    padding: 5px 5px;
}

.object-id strong {
	font-weight: normal;
}

.content-object {
	padding: 60px 0;
}

 /* -------------------------------------------------------------
    Objekttracking - Listenrahmen
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    .objekttracking {

    }
        .objekttracking .listenrahmen {
            padding: 5px;
        }
            .objekttracking .listenrahmen p {
                margin: 0;
            }
                .objekttracking .listenrahmen p a {
                    display: block;
                    padding: 3px 15px;
                    float: left;
                    text-decoration: none;
                    opacity: 0.8;
                    color: __emi__website.color(color1);;
                    background: __emi__website.color(color5);;
                }
                    .objekttracking .listenrahmen p a:hover {
                        color: __emi__website.color(color1);;
                        opacity: 1.0;
                    }

        .objekttracking .objektliste {
            margin: 10px 5px 5px 5px;
        }

    /* -------------------------------------------------------------
    Objekttracking - Listenobjekt
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    .objekttracking .listenobjekt {
        overflow: hidden;
        margin: 30px 0;
        padding: 20px;
        background: #fff;
    }
        .objekttracking .listenobjekt h2 {
            margin: 0 0 5px 0;
            padding: 2px 0;
            border-bottom: 1px solid __emi__website.color(color5);;
        }
        .objekttracking .listenobjekt .left {
            width: 45%;
            float: left;
            overflow: hidden;
        }
            .objekttracking .listenobjekt .left ul {
                margin: 0 !important;
                padding: 0 !important;
            }
                .objekttracking .listenobjekt .left ul li {
                    list-style: none outside none !important;
                }
                    .objekttracking .listenobjekt .left ul li img {
                        width: 100%;
                    }

        .objekttracking .listenobjekt .right {
            width: 55%;
            float: right;
        }
        .objekttracking .listenobjekt .right div.art-geo {
            width: 100%;
            text-align: right;
            display: block;
            color: __emi__website.color(color3);;
        }
            .objekttracking .listenobjekt .right div.objektdaten {
                margin: 10px;
            }
                .objekttracking .listenobjekt .right table {
                    width: 100%;
                }
                .objekttracking .listenobjekt .right table tr td {
                    width: 50%;
                    padding: 4px 8px;
                }
                    .objekttracking .listenobjekt .right table tr td strong {
                        font-weight: normal;
                        color: __emi__website.color(color5);;
                    }
            .objekttracking .listenobjekt .right .preise {
                font-size: 18px;
                color: __emi__website.color(color3);;
                margin: 10px 20px;
                float: left;
            }
            .objekttracking .listenobjekt .right .link {
                float: right;
                background: __emi__website.color(color5);;
                color: __emi__website.color(color1);;
                display: block;
                padding: 5px 10px;
                margin: 10px;
                text-decoration: none;
            }


    /* -------------------------------------------------------------
    Objekttracking - Detailansicht
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    .tracking-details {
    	background: #fff;
    }
        .tracking-details .links {
            background: #7f9e7b;
            padding: 10px;
            margin: 0 0 5px 0;
        }
            .tracking-details .links a {
                margin: 0;
                padding: 3px 15px;
                color: #fff;
                text-decoration: none !important;
                text-transform: uppercase;
            }

        .tracking-details table td.headline {
            background: __emi__website.color(color1);;
            color: __emi__website.color(color3);;
            padding: 0 0 0 5px;
        }
        .tracking-details .showmore {
            font-size: 30px;
            font-weight: bold;
            text-decoration: none;
            width: 25px;
            text-align: center;
            color: __emi__website.color(color3);;
        }
            .tracking-details .showmore:hover {
                color: __emi__website.color(color3);;
            }
        .tracking-details #tracking-bemerkung { display: none; background: #f5f5f5; padding: 10px; border: 1px solid #E3E3E3; }


    /* -------------------------------------------------------------
    Objekttracking - Login-Maske
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

        #object-tracking form input {
            width: 230px;
            margin: 0 0 15px 0;
        }

        #object-tracking .submit {
            width: 140px;
        }


.slick-arrow {
	width: 30px;
	height: 40px;
    background: #7f9e7b;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 74px;
    z-index: 999;
	border: 1px solid #fff;
	cursor: pointer;
}

.slick-prev {
	left: -1px;
}

.slick-next {
	right: -1px;
}

.pic span {
	height: 30px !important;
}

.desc p {
	display: none;
}

.sidebar .start-object-frame {
	overflow: hidden;
}

.sidebar .start-object-frame .pic {
	margin: 0 0 20px 0;
}

.block {
	font-size: 14px;
}

.block p {
	margin: 0 0 10px 0;
}

.block i {
	width: 12px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

/* slick styles */

.start-object-frame .object .pic a ul {
	margin: 0;
}

.start-object-frame .object .desc {
	padding: 0 20px;
	margin: 0 0 20px;
}