/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body, html {
    font-family: 'Rubik', sans-serif;
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: none;
    color: #878787;
}

a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

p {
    font-family: 'Raleway', sans-serif;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.separator {
    border-top: 2px solid rgba(0,0,0,.4);
    display: inline-block;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:100%;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*effect-underline nav-item*/
a.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

a.effect-underline:hover:after {
    opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-item {
    padding: 0 5px;
}

.nav-item a {
    display: inline-block;
    position: relative;
}

.nav-item a:focus {
    transform: scale(1.1);
}

.navbar-collapse .nav li a {
    padding: 28px 120px 10px 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    width: 130px;
}

.navbar-brand img{
    height: 100%;
}

.navbar-dark .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler {
    cursor: pointer;
}

.navbar-nav {
    float: right;
}

.bg-footer {
    background-color: #ebebeb;
}

.bg-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
}

.nav-link:hover, .nav-link:focus {
    color: #000000 !important;
    transform: scale(1.1);
    transform-origin: 50% 80%;
}

.card-title {
    color: #000000;
    text-transform: uppercase;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
    border-radius: 0;
    background-color: #faf9f9;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
    display: block;
}

.card-text {
    font-style: italic;
}

#about {
    padding: 100px 0;
}

.item_4 {
    top: -2px;
}

.item_5 {
    top: -189px;
}

.item_6 {
    top: -62px;
}

.item_7 {
    top: -38px;
} 

.item_8 {
    top: -355px;
}

.item_9 {
    top: -92px;
}

.item_10, .item_11, .item_12 {
    top: -355px;
}

.form-control {
    border-bottom: 1px solid rgba(0,0,0,.15);
    border-radius: unset;
    border-top: none;
    border-left: none;
    border-right: none;
}

#contact {
    position: relative;
    background-color: #ffffff;
    padding: 100px 0;
}

.btn-primary:hover {
    color: #000000;
    background-color: #ebebeb;
    border-color: #000000;
    cursor: pointer;
}

.btn-primary {
    color: #000000;
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 0;
    float: right;
	margin-bottom: 20px;
}

.btn-slider {
    margin-top: 20px;
}

footer a {
    color: #000000;
}

.kontakt {
    color: #4d4d4d;
}

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

.modal-content {
    background-color: #fff;
    border-radius: 0;
}

.modal-header {
    border-bottom: 0;
}

.close {
    cursor: pointer;
}

/* Intro Header */

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background-size: cover !important;
    margin-top: 73px;
}

#intro-header-styling {
    background: url(../images/intro-styling.jpg) no-repeat center center;
}

#intro-header-verleih {
    background: url(../images/intro-verleih.jpg) no-repeat center center;
}

#intro-header-shop {
    background: url(../images/intro-verkauf.jpg) no-repeat center center;
}

#intro-header-apt {
    background: url(../images/intro-apt.jpg) no-repeat center center;
}

#intro-header-about {
    padding-top: 80px;
    padding-bottom: 100px;
    background: url(../images/intro-about.jpg) no-repeat center center;
}

.intro-message {
    position: relative;
    padding: 20% 12%;
}

.intro-message>h1 {
    display: inline-block;
    padding: 0 10px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 4.5em;
 	text-transform: uppercase;
    color: #595959;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.intro-divider {
    width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h4 {
  	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-text {
    /*padding-bottom: 100px;*/
    text-align: center;
}

.intro-text hr {
    margin: 50px 0;
}

.about-hr {
    border: 3px solid #ebebeb;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#intro-video {
    background-color: #f2f2f2;
    padding: 100px 0;
}

.vimeo {
	justify-content:center; 
	padding-top: 100px;
}

#intro-video h4 {
    text-transform: uppercase;
    /*color: #595959;*/
    color: #000;
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);*/
}
/* End Intro Header */

/* Carousel Section */

.carousel-inner h1 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    color: #595959;
    background-color: #ffffff;
    font-size: 4.5rem;
    padding: 0 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.carousel-inner h4 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.left-side {
    left: 12% !important;
    text-align: left !important;
}

.left-side a button {
    float: left;
}

.carousel-caption {
    top: 45%;
    right: 12%;
    text-align: right;
    padding: 0;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	        backface-visibility: visible;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 100px;
}

.carousel-control-prev-icon {
    background-image: url("../images/marker_left.png");
}

.carousel-control-next-icon {
    background-image: url("../images/marker_right.png");
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.contact-header{
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* Carousel End */

/* Social Icons */

.social-icon {
    color: #fff;
}
ul {
    padding:0;
    list-style: none;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-instagram:hover {
    background-color: #9c4ec5;
}
.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

/* Social Icons End */

/* Portfolio Section */

.portfolio {
    margin: 30px -35px;
}

#portfolio {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}

.portfolio-item {
    margin-bottom: 30px;
}

.portfolio-header {
    text-transform: uppercase;
}

/* Portfolio End */


/* Datenschutz / Impressum */

  
#datenschutz h1 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #4F4F4F;
    letter-spacing: 7px;
    text-transform: uppercase;
}

#datenschutz h4 {
    margin-bottom: 15px;
    font-size: 22px;
    letter-spacing: 1px;
}

#datenschutz hr {
    border-color: #927A43;
    border-width: 3px 0 0;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    width: 70px;
}

#datenschutz a {
    color: #927A43;
}

#datenschutz p {
    color: #878787;
    font-size: 14px;
   /* margin-bottom: 30px;*/
}

#datenschutz ul {
    color: #878787;
    font-size: 14px;
    padding: 15px;
    list-style: inherit;
}

#datenschutz .headline {
    text-align: center;
}

#datenschutz {
    padding: 150px 0;
}

/* Datenschutz / Impressum End */


/* Gallery Section */

.gallery-item {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.gallery-item img:hover {
    transform: scale(1.05);
    transform-origin: 50% 100%;
}

.gallery {
    padding-top: 50px;
}

.gallery-row {
    padding-top: 30px;
}

.gallery-header {
    text-transform: uppercase;
}

#gallery {
    background-color: #f2f2f2;
    margin-bottom: -8%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

#gray-bg {
    background-color: #f2f2f2;
    padding-top: 100px;
}

/* Gallery End */

.parallax_image {
    background-image: url('../images/parallax_img.jpg');
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 1350px){
    .carousel-caption {
    left: 55%;
    }
    .carousel-inner h1 {
    font-size: 3.5rem;
    }
    .intro-message > h1 {
    font-size: 3.5em;
    }
}

@media screen and (max-width: 1200px) {
  .item_8 {
    top: -305px;
    }
  .item_5 {
    top: -159px;
    }
  .item_9 {
    top: -84px;
    }
  .item_10, .item_11, .item_12 {
    top: -305px;
    }
  .carousel-caption {
    left: 45%;
    }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px;
    height: 60px;
    }
}

@media screen and (max-width: 990px) {
  .item_8 {
    top: -239px;
    }
  .item_5 {
    top: -120px;
    }
  .item_9 {
    top: -72px;
    }
  .item_6 {
    top: -55px;
    }
  .item_10, .item_11, .item_12 {
    top: -240px;
    }
  .carousel-caption {
    left: 40%;
    }
  .carousel-inner h1 {
    font-size: 3rem;
    }
  .carousel-inner h4 {
    font-size: 1rem;
    }
  .nav-item a:hover {
    transform-origin: left 50%;
    }
  .nav > li {
    border-bottom: 1px solid;
    color: #000000;
    display: block;
    position: relative;
    }
  .navbar-nav {
    margin-bottom: 30px;
    }
  .navbar-brand {
    width: 100px;
    }
  .navbar {
    padding: 0rem 1rem;
    }
  .intro-header {
    margin-top: 65px;
    }
  .contact-header {
    margin-bottom: 20px;
    font-size: 25px;
    }
  #contact {
    padding: 50px 0;
    }
  .map-responsive {
    margin-top: 30px;
    }
  .map-2 {
    margin-top: 50px;
    }
   a.effect-underline:after {
  	display: none;
	}
}

@media screen and (max-width: 770px) {
  .item_8 {
    top: -188px;
    }
  .item_5 {
    top: -90px;
    }
  .item_9 {
    top: -64px;
    }
  .item_6 {
    top: -51px;
    }
  .item_10, .item_11, .item_12 {
    top: -188px;
    }
  .carousel-caption {
    left: 35%;
    }
  #intro-video {
    padding: 40px 0;
	}
  #about {
    padding: 50px 0;
    }
  .intro-message {
    padding-bottom: 15%;
    }
  .intro-message>h1 {
    font-size: 3em;
    }
  .intro-divider {
    width: 100%;
    }
  .vimeo, .gallery {
	padding-top: 0;
	}
  #portfolio, #gallery {
    padding-top: 40px;
    padding-bottom: 0;
	}
  .gallery-item img:hover {
    transform: unset;
    }
  .py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 13px;
    }
    .lslide {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 0 !important;
    }
}

@media screen and (max-width: 575px){
	h2 {
    font-size: 25px;
	}
	.parallax_image, .parallax_image_apt {
    display: none;
	}
	.carousel-inner h1 {
    font-size: 2.2rem;
	}
	.carousel-caption {
    top: 35%;
	}
	#datenschutz {
    padding: 100px 0;
	}
	#datenschutz h1 {
	margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 2px;
	}
	.intro-text hr {
    margin: 30px 0;
	}
    #enlargeImageModal {
    display: none;
    }
    .intro-message > h1 {
    font-size: 2em;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px;
    height: 40px;
    }
    .gallery-item {
    display: flex;
    justify-content: center;
    }
    .item_6, .item_7, .item_8, .item_9, .item_10, .item_11, .item_12 {
    top: -90px;
    }
    #gray-bg {
    padding-top: 40px;
	}
}

