/***********************************************************************/
/*	Style für aabelstein.com */
/*
/*	Autor:	Kevin Runck |°visualcosmos
/*	Email:	runck@visualcosmos.com
/*	Datum:	08.07.2013
/*
/***********************************************************************/
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);

html,
body {
    background-color: #e1e1e1;
}

div#uc-banner-centered {
    box-shadow: 0px 0px 99999px 9999px #000000b3;
}

#usercentrics-button .uc-banner-content{
        background: white;
}

.uc-powered-by-footer.uc-flex-container {
    opacity: 0.5;
    transform: scale(0.7);
}

button#uc-btn-accept-banner {
    background: #008040 !important;
    color: white !important;
    font-weight: bold !important;
}

button#uc-btn-accept-banner{
    background: #17a960 !important;
}

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 18px;
}

#wrapper {
    width: 800px;
    margin: 40px auto;
}

#logo {
    position: fixed;
    margin-left: 20px;
}

#logo_mobile {
    float: left;
    margin-left: 20px;
    width: 160px;
}

header {
    float: left;
    width: 100%;
    background-image: url('../images/rahmen_oben.png');
    background-repeat: no-repeat;
}

header .left {
    width: 200px;
    height: 10px;
    float: left;
}

header .right {
    width: 600px;
    float: left;
}

header .right ul#head {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    line-height: 10px;
}

header .right ul#head li {
    float: left;
    padding: 0px 7px;
    margin: 0px;
    border-left: 1px solid #727272;
}

header .right p {
    padding: 0px;
    margin: 0px;
    line-height: 10px;
    vertical-align: top;
    padding-left: 10px;
    border-left: 1px solid #727272;
}

#logo {

}

/***********************************************************************/
/* START: Breadcrump */
/***********************************************************************/

#breadcrump {
    color: #000;
    margin-bottom: 2px;
}

#breadcrump a {
    text-decoration: none;
    color: #000;
}

/***********************************************************************/
/* START: Navigation */
/***********************************************************************/

nav {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

nav ul {
    width: 600px;
}

#firmeninfo, #referenzen {
    width: 100px;
}

#kontakt {
    width: 79px;
    border-right: 1px solid #808080;
}

#kaeufer {
    width: 159px;

}

#immobilie {
    width: 160px;
}

nav ul li {
    float: left;
    border-bottom: 1px solid #808080;
}

nav ul li .top {
    padding: 5px 10px 5px 10px;
    border: 1px solid #808080;
    border-right: 0px;
    background-color: #eeeeee;
    font-family: 'Pathway Gothic One', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

nav ul li .top:hover {
    background-color: #999;
}

nav ul li .bottom {
    height: 10px;
    float: left;
    border-right: 0px;
    border-top: 0px;
    margin-left: 1px;
}

nav ul li#firmeninfo .bottom {
    width: 99px;
}

nav ul li#kontakt .bottom {
    width: 79px;
}

nav ul li#kaeufer .bottom {
    width: 158px;
}

nav ul li#immobilie .bottom {
    width: 159px;
}

nav ul li#referenzen .bottom {
    width: 99px;
}

nav ul li .active {
    background-color: #cd0a1c;
}

nav ul li:first-child .bottom {
    border-left: 1px solid #808080;
    margin-left: 0px;
}

/***********************************************************************/
/* Ende: Navigation */
/***********************************************************************/

aside.sidebar_mobile {
    height: auto;
    float: left;
}

aside.sidebar {
    height: auto;
    float: left;
}

aside.sidebar img {
    margin-top: 34px;
}

/***********************************************************************/
/* Start: Inhalt */
/***********************************************************************/

section#content {
    width: 100%;
    float: left;

}

section#content #content {
    width: 598px;
    float: left;
    background-color: #eeeeee;
    border: 1px solid #808080;
    margin-left: 200px;
    padding-bottom: 30px;
}

section#content #content {
    width: 598px;
    float: left;
    background-color: #eeeeee;
    border: 1px solid #808080;
    margin-left: 200px;
    padding-bottom: 30px;
}

.margin20 {
    margin-left: 20px !important;
}

section#content #content #top {
    padding: 40px 50px 0px 100px;
    width: 100%;
    height: 60px;
    background-image: url('../images/rahmen_contenttop.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

section#content #content #bottom {
    padding: 50px 30px 50px 100px;
    padding-top: 50px;
}

section#content #content #bottom p {
    margin-bottom: 15px;
    width: 400px;
    text-align: justify;
}

/***********************************************************************/
/* Ende: Inhalt */
/***********************************************************************/

footer {
    padding-top: 20px;
    width: 100%;
    height: 10px;
    background-image: url('../images/rahmen_unten.png');
    margin-bottom: 20px;
}

footer .right {
    height: 10px;
    width: 599px;
    margin-left: 200px;
    border-left: 1px solid #808080;

}

/***********************************************************************/
/* Schrift */
/***********************************************************************/

h1, h2, h3, h4, h5, h5 {
    font-family: 'Pathway Gothic One', sans-serif;

    /*
font-family: 'Source Code Pro', sans-serif;
    letter-spacing: -2px;
*/
}

h1 {
    color: #005121;
    line-height: 30px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
}

h2 {
    color: #005121;
    line-height: 26px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 5px;
}

h3 {
    color: #005121;
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
}

.margin-top0 {
    margin-top: 0px !important;
}

p {

}

header {
    color: #727272;
    font-size: 9px;
}

header a {
    color: #727272;
    text-decoration: none;
}

header a:hover {
    color: #333;
}

nav {
    color: #000;
}

nav a {
    color: #333;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}

nav a:hover {
    color: #fff;
}

section#content a {
    color: #000;
    text-decoration: none;
}

section#content a:hover {
    text-decoration: underline;
}

section#content ul {
    padding: 0px;
    margin: 0px;
    list-style-type: square;
}

section#content ul li {
    margin-left: 30px;
}

/***********************************************************************/
/* FORMULARE */
/***********************************************************************/

form input, form textarea, form select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    overflow: hidden;
    font-size: 12px;
    color: #000000;
    background-color: #e1e1e1;
    border: 1px solid #666;
    padding-left: 5px;
    padding-right: 5px;
}

form textarea {
    width: 395px;
    height: 50px;
}

/***********************************************************************/
/* REFERENZLISTE */
/***********************************************************************/

#bottom .objectWrapper {
    width: 420px;
    height: auto;
    float: left;
    margin-bottom: 60px;
}

.objectWrapper .left {
    width: 320px;
    float: left;
    height: 165px;
    margin-right: 10px;
}

.objectWrapper.detail .left {
    height: auto;
}

.objectWrapper .right {
    position: relative;
    width: 90px;
    height: 149px;
    float: left;
    overflow: hidden;
}

.objectWrapper .right a {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
}

.objectWrapper .right .imageLink {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.objectWrapper .left .top {
    height: 60px;
    overflow: hidden;
    font-weight: bold;
}

.objectWrapper .left .bottom {
    float: left;
    width: 170px;
}

.objectWrapper .left .bottom1 {
    float: left;
    width: 150px;
}

.objectWrapper .headline {
    color: #005121;
    font-weight: bold;
    margin-right: 5px;
}

.objectWrapper .left .top a {
    text-decoration: none !important;
    font-weight: bold;
}

.objectWrapper .left .top a:hover {
    text-decoration: underline !important;
}

.detailBild img {
    width: 400px;
}

.descriptionWrapper {
    margin-top: 30px;
    width: 400px;
    text-align: justify;
}

.descriptionWrapper .headlineSize {
    width: 100%;
    float: left;
    color: #005121;
    font-weight: bold;
    margin-right: 5px;
}

#contentNavigation {
    text-align: center;
}

#contentNavigation a {
    color: #005121 !important;
    text-decoration: none !important;
    font-weight: bold;
}

#contentNavigation a:hover {
    text-decoration: underline !important;
}

#contentNavigation .left {
    float: left;
}

#contentNavigation .right {
    float: right;
}

/* container for slides */
.images {
    position: relative;
    height: 299px;
    width: 400px;
    float: left;
}

.images img {
    width: 387px;
    height: 292px;
}

/* single slide */
.images div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 7px;
    height: 299px;
    font-size: 12px;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* tabs (those little circles below slides) */
.slidetabs {
    clear: both;
}

/* single tab */
.slidetabs a {
    width: 8px;
    height: 8px;
    float: left;
    margin: 3px;
    background: url(/media/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
    display: block;
    font-size: 1px;
}

/* mouseover state */
.slidetabs a:hover {
    background-position: 0 -8px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position: 0 -16px;
}

/* disabled navigational button. is not needed when tabs are
   configured with rotate: true */
.disabled {
    visibility: hidden !important;
}

form#formular div {
    margin-bottom: 15px;
}

form#formular div.left {
    float: left;
    width: 195px;
    margin-right: 10px;
}

form#formular div.left label {
    float: left;
    width: 195px;
}

form#formular div.left input {
    width: 183px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

form#formular div.right {
    float: left;
    width: 195px;
}

form#formular div.right label {
    float: left;
    width: 195px;
}

form#formular div.right input {
    width: 183px;
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

form#formular .complete {
    width: 400px;
}

form#formular .complete label {
    width: 400px;
    float: left;
}

form#formular .complete textarea {
    width: 400px;
    height: 90px;
    float: left;
    padding: 0px;
    margin: 0px;
}

form#formular label.error {
    color: red;
}

form#formular input.error {
    border: 1px solid red;
}

form#formular .submit {
    margin-top: 15px;
    cursor: pointer;
}

form#formular label#widerrufsrecht-label {
    text-align: justify;
}

.infotext {
    float: left;
    width: 400px;
    text-align: justify;
    font-family: Verdana;
    font-size: 10px;
}

section#content a.contact-link {
    color: #005121;
    text-decoration: none;
    font-weight: bold;
}

div.clear {
    clear: both;
    margin-bottom: 0 !important;
}
