/* 
Theme Name: Wohnpark Vogelsang
Version: 1.0
Author: SELBY & CO. Werbeagentur GmbH
Author URI: http://selbyco.com/
*/

@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Open Sans";
    src: url(fonts/Open_Sans/OpenSans-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}
@font-face {
    font-family: "Roboto";
    src: url(fonts/Roboto/Roboto-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic
}

body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #495eaa;
    letter-spacing: 1px;
    line-height: 1.6;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll
}

body.noscroll {
    overflow: hidden
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #495eaa;
    position: relative;
}

a:hover,
a:focus,
a.active {
    color: #495eaa;
}

a,
a:link,
a:visited,
a:active,
a:focus,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0!important
}

.btn {
    border-radius: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}

.btn-text {
    display: inline-block;
    padding: 15px 50px 15px 15px;
    position: relative;
    border: 1px solid #495eaa;
    color: #495eaa;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    z-index: 2;
}

.btn-text:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #495eaa;
    content: '';
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.785, .135, .15, .86);
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
    will-change: width
}

.btn-text:hover:before {
    width: 100%
}

.btn-text:hover {
    color: #fff!important;
}
.btn-text:focus {
    color: #5c5d61;
}
.btn-text.active {
    border: 1px solid #495eaa;
    color: #495eaa;
}
.btn-text.active:before {
    background: #495eaa;
}
.btn-text.active:focus {
    color: #495eaa;
}

.btn-text:after {
    font-family: FontAwesome;
    content: '\f178';
    font-size: 18px;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transition: all .3s cubic-bezier(.455, .03, .515, .955);
    transition: all .3s cubic-bezier(.455, .03, .515, .955)
}

.btn-text:hover:after {
    right: 10px
}

.btn-primary {
    border-color: #495eaa;
    background-color: #495eaa;
}
.btn-primary:hover,
.btn-primary:focus {
    border-color: #70be45;
    background-color: #70be45;
}
.btn-primary[disabled]{
    border-color: #495eaa!important;
    background-color: #495eaa!important;
}

a.read-more {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}
a.read-more i {
	-webkit-transform: translateX(0);
	transform: translateX(0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.read-more:hover i {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.ctx a{
    border-bottom: 1px solid #495eaa;
}
.ctx a:hover {
    color: #70be45;
    border-bottom:1px solid #70be45;
}
.ctx a[href^="tel"] {
    border-bottom: none;
}

.ctx ul {
	padding-left: 15px;
	list-style: disc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #495eaa;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
h3.heading {
	font-weight: 900;
  	letter-spacing: 1px;
	position: relative;
  	display: block;
  	padding-bottom: 15px;
	margin: 30px 0;
}
h3.heading span {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	height: 10px;
  	width: 150px;
  	background: #70be45;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}
h4 {
    text-transform: none;
}
.sm-title {
    font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto
}

.caption {
    font-size: 12px;
    margin-bottom: 0
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 5px 20px 15px 0
}

img.alignright {
    margin: 5px 0 15px 20px
}

img.aligncenter {
    margin: 15px auto;
    clear: both;
    display: block
}

.gallery-item {
    margin-top: 5px!important;
    margin-bottom: 10px
}

.gallery-item img {
    border-color: #fff!important
}

.form-control {
    color: #1b1b1b;
    border-radius: 0
}

.form-submit {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

ul.list {
    list-style: disc;
    padding: 0;
    margin-bottom: 10px;
}

ul.list li {
    margin-left: 15px;
    padding-left: 5px;
    line-height: 1.6;
}
ul.list li span{
    cursor: pointer;
    font-size: 18px;
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.table-cell-bottom {
    display: table-cell;
    vertical-align: bottom
}

.container-fluid {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}

.nowrap {
    white-space: nowrap
}

.space15 {
    height: 15px
}

.space20 {
    height: 20px
}

.space30 {
    height: 30px
}

.space40 {
    height: 40px
}

.space50 {
    height: 50px
}

.space100 {
    height: 100px
}

.animsition-overlay-slide {
    z-index: 800;
}
#pageloader{
    background:#fff; 
    position:fixed; 
    left:0; 
    right:0; 
    height: 100%;
    z-index: 790;
}
#loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 500
}

.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #495eaa
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    padding: 0 20px;
    z-index: 50;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.home .header {
    background: rgba(255,255,255,0);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
}
.home .header.scrol {
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.header .wrapper {
    position: relative;
}

.contact-btn {
	position: relative;
    float: left;
    margin-top: 5px;
    margin-left: 50px;
    color: #495eaa;
    font-size: 36px;
	cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}
body.contactform-open .contact-btn {
	color: #fff;
}
body.contactform-open .header.scrol .contact-btn {
	color: #495eaa;
}
body.menu-open .contact-btn {
	opacity: 0;
	visibility: hidden;
}


.brand {
	position: absolute;
	top: 12px;
	left: 48%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-transform: uppercase;
	padding: 5px;
	font-size: 24px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	opacity: 0;
	white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.header.scrol .brand,
.header.single-page .brand {
	opacity: 1;
}

.menu {
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    float: right;
    cursor: pointer;
    background-color: #495eaa;
    margin-top: 15px;
    margin-right: 50px;
}
body.contactform-open .menu {
	opacity: 0;
	visibility: hidden;
}
.menu a,
.menu span {
    display: inline-block
}

.menu .lines-button {
    position: relative;
    width: 35px;
    height: 40px;
    margin-left: 10px;
}

.menu .lines {
    top: 50%;
    left: 0;
    width: 25px;
    margin-top: -2px
}

.menu .lines,
.menu .lines:after,
.menu .lines:before {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu .lines:after,
.menu .lines:before {
    content: "";
    width: 100%;
    -webkit-transform-origin: .28571rem center;
    transform-origin: .28571rem center
}

.menu .lines:before {
    top: 7px
}

.menu .lines:after {
    top: -7px
}

.menu:hover .lines-button .lines:before {
    top: 9px
}

.menu:hover .lines-button .lines:after {
    top: -9px
}

body.menu-open .menu .lines-button .lines {
    background: transparent
}

body.menu-open .menu .lines-button .lines:after,
body.menu-open .menu .lines-button .lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 25px;
    background: #fff
}

body.menu-open .menu .lines-button .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

body.menu-open .menu .lines-button .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.menu .spacer {
    margin: 0 5px
}

.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 30;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s
}

body.menu-open .overlay,
body.contactform-open .overlay {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s 0s;
    transition: all .5s 0s
}

.aside {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    width: 600px;
    background: #495eaa;
    z-index: 40;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}
.aside-contact {
    position: fixed;
    left: -600px;
    top: 0;
    bottom: 0;
    width: 600px;
    background: #495eaa;
    z-index: 40;
	color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body.menu-open .aside {
    right: 0;
}
body.contactform-open .aside-contact {
    left: 0;
}

.aside-inner {
    height: 100%;
    overflow-y: auto;
    padding: 80px 30px 0;
}
.aside-inner h3 {
    color: #fff;
}
.aside-contact a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav a {
    cursor: pointer;
    font-size: 18px;
    padding-bottom: 3px;
    white-space: nowrap;
    color: #fff;
}
.main-nav li {
    padding: 0;
    margin-bottom: 15px;
}

nav.main a:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: #fff;
    content: '';
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transition: -moz-transform 0.3s cubic-bezier(1, 0, 0, 1);
    -o-transition: -o-transform 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
}

nav.main a:hover:after,
nav.main li.current_menu_item a:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-nav a {
    text-transform: uppercase
}



#main {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 70px;
    overflow: hidden
}

#main .content {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 40px;
    padding-bottom: 20px;
}
.home #main,
.home #main .content {
	padding-top: 0;
}

body.menu-open #main .content {
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px)
}

#main .content img {
    width: 100%;
    height: auto
}

#main .ctx a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    padding-bottom: 1px
}

#main .ctx a:before,
#main .ctx a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px
}

#main .ctx a:before {
    background: #ccc
}

#main .ctx a:after {
    background: #1b1b1b;
    -webkit-transform: translateX(-102%);
    -moz-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    -o-transform: translateX(-102%);
    transform: translateX(-102%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

#main .ctx a:hover,
#main .ctx a:focus,
#main .ctx a.active {
    color: #1b1b1b
}

#main .ctx a:hover:after,
#main .ctx a.active:after {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%)
}

.home-section {
    margin-bottom: 75px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    height: auto;
}
.home-section.landing {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(img/intro.jpg);
    position: relative;
    padding-bottom: 0;
}
.home-section.landing .img {
    display: none;
    width: 100%;
    height: auto;
}
.landing .scroll{
	position: absolute;
	bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	color: #fff;
	font-size: 70px;
	z-index: 10;
}
.scroll i {
 -webkit-animation:shakeArrow 0.8s infinite;
 -moz-animation:shakeArrow 0.8s infinite;
 animation:shakeArrow 0.8s infinite
}
@keyframes shakeArrow {
 0% {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(0)
 }
 50% {
  -webkit-transform:translateY(5px);
  -moz-transform:translateY(5px);
  -ms-transform:translateY(5px);
  -o-transform:translateY(5px);
  transform:translateY(5px)
 }
 100% {
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  -ms-transform:translateY(0);
  -o-transform:translateY(0);
  transform:translateY(0)
 }
}

.image-container {
    position: relative;
    margin-bottom: 20px;
}

.gallery-slider-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}
#gallery-slider {
    margin-bottom: 0;
}
#gallery-slider .horizontal_item {
    background: #fff;
}
#gallery-slider .horizontal_item img {
	margin: 0;
	opacity: 0.15;
    width: auto;
    max-width: 100%;
    height: 600px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}
#gallery-slider .horizontal_item.slick-active img {
	opacity: 1;
}
.gallery-slider-wrapper .prev-arrow,
.gallery-slider-wrapper .next-arrow {
    position: absolute;
    top: 0;
	bottom: 0;
    z-index: 40;
    width: 60px;
	text-align: center;
	opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}
.gallery-slider-wrapper .prev-arrow:hover,
.gallery-slider-wrapper.next-arrow:hover {
	opacity: 1;
}
.gallery-slider-wrapper .prev-arrow {
	left: 0;
	background-image: url(img/Pfeil_links.png);
}
.gallery-slider-wrapper .next-arrow {
	right: 0;
	background-image: url(img/Pfeil_rechts.png);
}

.gallery-slider .slick-dots{
    bottom: 15px;
    text-align: center;
    padding: 0 30px;
}
.gallery-slider .slick-dots li{
    width:10px;
    height:10px;
    margin:0 5px
}
.gallery-slider .slick-dots li button{
    width:10px;
    height:10px
}
.gallery-slider .slick-dots li button::before{
    width:10px;
    height:10px;
    background:#fff;
    content:'';
    opacity:0.5
}
.gallery-slider .slick-dots li.slick-active button::before{
    background:#495eaa;
    opacity:1;
}


#wohnungen .apartments {
	margin: 30px 0;
}
.apartments .row-s {
	margin-left: -8px;
	margin-right: -8px;
}
.apartments .col {
	position: relative;
	float: left;
	min-height: 1px;
	padding: 8px 0;
	width: 20%;
	text-align: center;
}
.apartments .border-top {
	border-top: 1px solid #70be45;
}
.apartment-inner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
.apartment .col-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	width: 40%;
    background-color: #495eaa;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}
.apartment .col-left img {
    display: none;
}
.apartment .col-right {
	float: right;
	position: relative;
	width: 60%;
	padding-left: 40px;
	padding-right: 40px;
}
.apartment h2 {
	text-align: right;
	margin-top: 150px;
	margin-bottom: 50px;
}
.apartment .links {
	width: 100%;
	padding-bottom: 15px;
    margin-bottom: 50px;
	border-bottom: 3px solid #495eaa;
}
.apartment .links a {
	color: #70be45;
	display: block;
	position: relative;
	padding-left: 42px;
}
.apartment .links a:before {
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 5px;
}
.apartment .links a.enquiry:before {
    content: '\f003';
	top: -9px;
}
.apartment .links a.download:before {
    content: '\f019';
	top: -8px;
}
#objektanfrage {
    display: none;
}

.list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list ul li {
    padding-left: 25px;
    position: relative;
}
.list ul li:before {
    font-family: FontAwesome;
    content: "\f04d";
    position: absolute;
    top: 0;
    left: 0;
    color: #70be45;
}

.bluebox {
    width: 100%;
    position: relative;
    margin: 60px 0;
    color: #fff;
}
.bluebox:before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    background: #495eaa;
    z-index: 1;
}
.bluebox ul,
.bluebox div {
    position: relative;
    z-index: 2;
}
.bluebox ul li {
    color: #fff;
}
.lage {
    padding-bottom: 50px;
}
.ampel {
    background-image: url(img/ampel.jpg);
    background-repeat: no-repeat;
    background-position: 60px 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    min-height: 400px;
}
.ampel h2 {
    position: absolute;
    bottom: 30px;
    left: 15px;
    color: #70be45;
    font-size: 40px;
    line-height: 1;
}

#geschichte .bluebox {
    width: 60%;
    position: absolute;
    bottom: 90px;
    right: 0;
    margin: 0;
}

#gmap {
    width: 100%;
    height: 600px;
    border-top: 3px solid #495eaa;
    border-bottom: 3px solid #495eaa;
}

#footer {
    padding: 15px 0 30px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#footer .footer-address {
	position: relative;
	padding-left: 23px;
}
#footer .footer-address:before {
	content:"\f041";
	font-family: "FontAwesome";
    font-size: 24px;
	position: absolute;
	top: -8px;
	left: 0;
	color: #70be45;
}
#footer h3.heading {
    margin: 30px 0 15px;
}
#footer .footer-logo a {
	float: right;
	display: block;
	max-width: 150px;
}
#footer .footer-links {
	float: right;
	padding-top: 15px;
}
#footer .footer-links a {
	text-align: right;
	margin-left: 15px;
	text-transform: uppercase;
}
.contact-form {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    bottom: 0;
    background-color: #495eaa;
	color: #fff;
}
.contact-form h3 {
	color: #fff;
}
.wpcf7-form {
	margin-top: 30px;
	margin-bottom: 60px;
}
.aside-contact .wpcf7-text,
.aside-contact .wpcf7-textarea {
	background: rgba(0,0,0,0);
	color: #fff;
	width: 100%;
	border: none;
	border-bottom: 1px solid #70be45;
	margin-bottom: 15px;
	padding: 5px 0;
}
.aside-contact .wpcf7-textarea {
	height: 100px;
}
.aside-contact .wpcf7-form-control {
    margin-top: 5px !important;
}
span.wpcf7-list-item {
    margin: 0;
}
.checkbox {
	margin-bottom: 20px;
}
.checkbox label {
	min-height: 20px;
	padding-left: 25px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
    font-size: 12px;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	height: auto;
	top: 2px;
	left: -25px;
	margin: 0 !important;
}
.wpcf7-submit {
	border: 2px solid #70be45;
	background: none;
	color: #70be45;
    -webkit-appearance: none;
    text-transform: uppercase;
	padding: 8px 25px;
	font-family: "Roboto";
    font-weight: 900;
	letter-spacing: 1px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}
.wpcf7-submit:hover {
	background: #70be45;
	color: #fff;
}
.wpcf7-submit[disabled],
.wpcf7-submit[disabled]:hover,
.wpcf7-submit[disabled]:focus {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	opacity: .65;
    background: none;
    color: #70be45;
}

a.go-top {
    z-index: 100;
    width: 40px;
    height: 40px;
    line-height: 34px;
    border: 1px solid #565656;
    position: fixed;
    overflow: hidden;
    right: 10px;
    bottom: 10px;
    text-align: center;
    color: #1b1b1b;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

a.go-top:after {
    display: none
}

a.go-top.active {
    opacity: 1;
    visibility: visible
}

a.go-top:hover {
    background: #565656;
    color: #fff;
    border: 1px solid #fff;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0;
    z-index: 6200;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
}

.lightbox.open {
    visibility: visible;
    opacity: 1
}

.lightbox .lightbox-inner {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 50%;
    width: 90%;
    max-width: 1200px;
    border: 1px solid #495eaa;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    cursor: default;
    -webkit-transform: translate(-50%, 20%);
    transform: translate(-50%, 20%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.lightbox.open .lightbox-inner {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.lightbox .lightbox-content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    overflow: hidden
}
.lightbox-content .container {
    padding: 50px 30px 40px;
}

.lightbox .close-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.lightbox .close-icon img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.lightbox .close-icon:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mfp-fade.mfp-bg.mfp-ready {
	top:0;
}

@media (min-width:992px) {
    .row-lg {
        margin-left: -30px;
        margin-right: -30px
    }
    .row-lg>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:1199px) {

}

@media (max-width:991px) {
    #gallery-slider .horizontal_item img {
        height: 400px;
    }
	.apartment h2 {
		text-align: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.apartment .col-left {
        position: relative;
		width: 100%;
        bottom: auto;
	}
	.apartment .col-left img {
        display: block;
	}
	.apartment .col-right {
		float: none;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
}

@media (max-width:767px) {
    body {
        font-size: 13px
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .btn-text {
        font-size: 12px;
        padding: 0 40px 0 0
    }
    .btn-text:before {
        font-size: 16px;
        top: -2px;
        right: 15px
    }
    .btn-text:hover:before {
        right: 10px
    }
	.header {
		padding: 0 15px;
		height: 60px;
	}
    .home .header {
        background: rgba(255,255,255,1);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    }
    .home-section.landing .img {
        display: block;
    }
    .landing .scroll{
        display: none;
    }
    h3, .brand {
		top: 10px;
        font-size: 20px;
    }
    .contact-btn {
		margin: -2px 0 0;
    }
    .menu {
		margin-top: 10px;
        margin-right: 0;
    }
    .aside {
        right: -100%;
        width: 100%;
    }
    .aside-contact {
        left: -100%;
        width: 100%;
    }
    .aside-inner {
        padding: 60px 15px 0;
    }
    .main-nav li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
	#main,
    .landing {
	    padding-top: 60px;
	}
    .home-section {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .home-section.landing {
        background: none;
    }
    .lightbox .lightbox-inner {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        padding: 0;
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%)
    }
    .lightbox.open .lightbox-inner {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
	.lightbox-content .container {
		padding: 40px 15px;
	}
    .lightbox .close-icon {
        height: 35px;
        width: 35px;
    }
    h3.heading {
        margin: 30px 0 20px;
    }
    #gallery-slider .horizontal_item img {
        width: 100%;
        height: auto;
    }
    .gallery-slider-wrapper .prev-arrow,
    .gallery-slider-wrapper .next-arrow {
        width: 40px;
    }
    .gallery-slider-wrapper {
        margin-bottom: 0;
    }
    .gallery-slider {
        margin-bottom: 15px;
    }
    .gallery-slider .slick-dots{
        text-align: center;
        bottom: 5px;
    }
	.apartments .col.col-s {
		width: 13%;
	}
	.apartments .col.col-l {
		width: 30.5%;
	}
    .apartment .links {
        margin-bottom: 30px;
    }
    .lage {
        padding-bottom: 0;
    }
    .ampel {
        background-position: center top;
    }
    #geschichte .bluebox {
        width: 80%;
        position: relative;
        bottom: auto;
        float: right;
        margin: -40px 0 40px;
    }
    #gmap {
        height: 300px;
    }
    #footer .footer-address {
        padding-left: 20px;
    }
    #footer .footer-address:before {
        font-size: 20px;
        top: -5px;
    }
    #footer h3.heading {
        margin: 15px 0;
    }
	#footer .footer-logo {
		margin: 10px 0;
	}
	#footer .footer-logo a {
		float: none;
	}
	#footer .footer-links {
		float: none;
	}
	#footer .footer-links a {
		text-align: left;
		margin: 0 10px 0 0;
        text-transform: none;
	}
}

@media (max-width:640px) {
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 15px
    }
    .footer {
        font-size: 12px
    }
}

@media (max-width:480px) {
	.brand {
		top: 15px;
        font-size: 14px;
    }
    .ampel {
        background-position: right top;
    }
}

@media (max-width:339px) {

}