body{
	font-family: 'PT Serif', serif;
	color: #555;
}
h1, h2, h3 ,h4 ,h5{
	font-family: 'Kanit', sans-serif;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 5px;
}
h1{	
	font-weight: 300;
}
h5{	
	line-height: 1.5;
} 
a:hover{
	text-decoration: none;
}

small h5{
	font-size: .8rem;
    letter-spacing: 1px;
    opacity: .5;
    margin-top: .5rem;
}


/* HEADER */
.hero-header{
	background-image: url('../img/hero_background.jpg');
	background-attachment: fixed;	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.hero-header::before {
    content:"";
    display: block;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
}
.hero-intro{
	height: 80vh;
}
.hero-text{
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	letter-spacing: 8px;
	/*font-weight: bold;*/
}
.navbar{
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	padding: 2rem 1rem;
	letter-spacing: 2px;
	font-size: 13px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: transparent;
}

/* CONTENT */
.primary-bg-color{
	background-color: #DABC67;
}
.primary-color{
	color: #DABC67;
}
.section{
	padding: 150px 0px;
}
.bg-grey{
	background-color: #f5f5f5;
}
h1.big-heading{
	font-size: 3.5rem;
	font-weight: 300;
}
.icons img{
	max-width: 45px;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 1rem 2rem;
	letter-spacing: 5px;
	font-size: 14px;
	/*font-weight: bold;*/
	color: #fff;
    background-color: #DABC67;
    border-color: #DABC67;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-primary:hover{
	text-decoration: none;
	background-color: #222;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 188, 103,.5);
}
.gallery-wrapper {
  	overflow: hidden;
}
.grid-item {
  	padding-bottom: 3rem;
}
.ekko-lightbox .modal-body {
    padding: 0rem;
}
.parallax-window {
    min-height: 300px;
    background: transparent;
}
.section-about{
	background-image: url('../img/about-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 150px 0px;
}
.list-style{
	padding-left: 15px;
	list-style-type: circle;
	line-height: 2;
}
.about::before {
    content:"";
    display: block;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.2) 100%);
}
.person-img{
	/*
	margin-bottom: -150px;
	*/
	position: absolute;
    bottom: -150px;
}
.img-titel{
	color: #222;
	position: absolute;
	bottom: -80px;
}
.img-titel span{
	color: #555;
	font-size: 14px;
	font-style: italic;
}
.cars-banner{
	background-color: #222;
}
.cars-banner .big-btn{
	background-color: #DABC67;
}
.cars-banner .big-btn a{
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 14px;
	/*font-weight: bold;*/
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
#kontakt a{
	color: #fff;
	text-decoration: none;
}
.footer-nav {
	z-index: 1;
	position: relative;
}
.footer-nav a{
	font-family: 'Kanit', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: rgba(255,255,255,.5);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}
.footer-nav a:hover{
	color: rgba(255,255,255, 1);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}


/* RESPONSIVE */
@media (max-width: 991px) {
	.navbar-collapse {
	    position: absolute;
	    top: 90px;
	}
	.person-img{
		position: relative;
	}
}
@media (max-width: 767px) {
	.hero-header::before {
	    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0.1) 100%);
	}
	.person-img{
		position: relative;
		bottom: -150px
	}
}
@media (max-width: 576px) {
	.section{
		padding: 100px 0px;
	}	
	h1.big-heading{
		font-size: 2rem;
	}
	h1{
		font-size: 2rem;
	}
	.hero-intro{
		height: 60vh;
	}
	.img-titel{
		margin-bottom: 0px;
		bottom: 30px;
	}
	.person-img{
		bottom: 0px
	}
	.section-about{
		padding: 100px 0px 0px;
	}
}




@media 
  /* ----------- iPad mini ----------- */
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape),
  /* ----------- iPad 1 and 2 ----------- */
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape),
  /* ----------- iPad 3 and 4 ----------- */
  only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .hero-header {
        background-attachment: scroll !important;

	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover; 
		
	    background-position: center 35%;
    }
}


/* disclaimer */
#disclaimer {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    z-index: 99999;
}
.disclaimer-text {
    display: inline-block;
	margin: 19px 15px 19px 0;
	
}
#disclaimer .btn {
    padding: .7rem 1.2rem;
    letter-spacing: 3px;
    font-size: 12px;
	margin: 10px 0 10px 15px;
	border-radius: 0px;
}

.btn-primary:hover {
	border-color: transparent;
}
/* end disclaimer */