body {
	min-height: 800px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #434343;
	word-wrap: break-word;
}

h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 22px;
    line-height: 1.5em;
	background: #95ccc7;
	display: inline-block;
	word-wrap: break-word;
}

.h2 {
	text-transform: uppercase;
    font-weight: 400;
	background: #efe1ba;
	padding: 5px 20px;
	margin-bottom: 20px;
	display: inline-block;
	word-wrap: break-word;
	font-size: 24px;
}

.h3 {
	text-transform: uppercase;
    font-weight: 400;
	background: #efe1ba;
	padding: 5px 20px;
	margin-bottom: 20px;
	display: inline-block;
	word-wrap: break-word;

}


.h3-light {
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 22px;
    margin-top: 20px;
}

.h4 {

    font-weight: 400;

	padding: 5px 30px;

	font-size: 24px;
}

.h4-p {
	padding: 5px 0px ;

}

a {
    word-wrap: break-word;
    color: #434343;
    font-weight: 600;
    text-decoration: none;
	padding: 3px 10px 6px;
border-radius: 0.7em;

}

a:hover,
a:focus {    
	color: #434343;
	text-decoration: none;
border-radius: 0.7em;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.clear {
	clear: both;
}

::selection {background: #95ccc7; color: #000;}
::-moz-selection {background: #95ccc7; color: #000;}


.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border: none;
    border-radius: 0;
	word-wrap: break-word;
border-radius: 0.7em;
}

.btn-secondary:focus {
	outline:0;
border-radius: 0.7em;
}

.form-control {
    border-radius: 0;
	padding: 5px 10px;
    font-size: 16px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #95ccc7;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(149,204,199,.25);
}

input, textarea{
    color: #434343!important;
}
::-webkit-input-placeholder {
    color:    #ced4da!important;
}
:-moz-placeholder {
    color:    #ced4da!important;
}
::-moz-placeholder {
    color:    #ced4da!important;
}
:-ms-input-placeholder {
    color:    #ced4da!important;
}

.img-responsive {
	max-width: 100%;
    height: auto;	
}

/*header---------------------------------------------------------------*/

.jumbotron {
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.image-1 {
	background: url(../img/kraeuter.jpg);
	background-position: 100% ;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-2 {
	background: url(../img/parfumfinder.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}

.image-3 {
	background: url(../img/damenparfum.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	
}

.image-4 {
	background: url(../img/herrenparfum.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	
}

.image-5 {
	background: url(../img/xaxx_parfums.jpg);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.image-shadow {
	background: linear-gradient(rgba(255,255,255, .3), rgba(255,255,255, .3));
}

.headline img{
	height: 100%;
	width: 100 %;
}

.headline a:active,
.headline a:hover,
.headline a:focus {
	color: #434343;
	background: none;
}

@media (max-width: 530px) {
	.headline img{
	height: auto;
	}
}

.subline {
	font-family: 'Indie Flower', cursive;
	font-size: 22px;
    line-height: 1.5em;
	background: #95ccc7;
    padding: 4px 15px 0px 15px;
    display: inline;
	word-wrap: break-word;
}

.subline .sep{
	padding: 0px 10px;
}

/*navigation---------------------------------------------------------------*/

.navigation {
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
	padding: 0px 0 10px;
}

.nav-scroller .nav {
	flex-wrap: wrap;	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-bottom: 15px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
}

.navi-link {
	color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.nav-scroller a:active,
.nav-scroller a:hover,
.nav-scroller a:focus {
	color: #000;
	background: none;
}

/*blog-main---------------------------------------------------------------*/

.blog-main {
	margin-bottom: 80px;
}

.item-main {
	margin-bottom: 40px;	
}

.blog-post {
	margin-bottom: 20px;	
}

.article {
    border: 1px dashed rgba(0, 0, 0, 0.1);
	padding: 0px;
}

.article .article-img {
	padding: 25px 30px;
    margin: auto;
}

.article .article-img a:active,
.article .article-img a:hover,
.article .article-img a:focus {
	color: #fff;
	background: none;
}

.article .article-description {
	padding: 10px 25px;
}

.article .article-description p {
	margin-bottom: 0px;
}

.article .article-description h2 {
	color: #434343!important;
	background: none!important;
	font-family: 'Lato', sans-serif!important; 
    margin-bottom: 8px;	
}

.article .article-description .article-description-title a {
	color: #434343!important;
	background: none!important;
	font-family: 'Lato', sans-serif!important; 
	padding: 0px;
}

.article .article-description .article-description-meta {
	margin-bottom: 8px;
}

.article .article-description .article-description-meta a {
	background: none;
    display: inline-block;
    word-wrap: break-word;
    color: #434343;
    padding: 0px;
    font-weight: 600;
}

.ribbon {
	position: absolute;
	right: -1px;
    top: -1px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
	font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    position: absolute;
    top: 15px;
    right: -30px;
}

.top span {
	background: #efe1ba;
}

.post-box {
    position: relative;
    height: 200px;
	background: #95ccc7;
    color: #434343;
    padding: 30px; 
	margin: 20px 0 20px 0;	
}

.post-box-1  {	
	background: url(../img/shop-bg-new.jpeg);
    background-position: bottom;
    background-size: cover;
	background-repeat: no-repeat;
}

.post-box:hover {
    cursor: hand;
    cursor: pointer;
    opacity: .9;
}

a.div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
	font-family: 'Indie Flower', cursive;
	font-size: 50px;
	color: #fff;
	padding: 60px 60px 60px 60px;
	background: linear-gradient(rgba(20,20,20, .2),rgba(20,20,20, .2));
}

@media (max-width: 530px) {
	a.div-link {
	font-size: 30px;
	}
}

@media (max-width: 320px) {
	a.div-link {
	font-size: 20px;
	padding: 30px 30px 30px 30px;
	}
}

.pagination li {
	border: 1px solid #6c757d;
	margin-left: -1px;
	padding: 6px 4px;
	font-weight: 400;
}

.pagination li:active,
.pagination li:hover,
.pagination li:focus {
	color: #fff;
	background-color: #6c757d;
}

.pagination li a{
	color: #6c757d;
	padding: 3px 10px 6px 10px;
	font-weight: 400;
}

.pagination li a:active,
.pagination li a:hover,
.pagination li a:focus {
	color: #fff;
	background-color: #6c757d;
}

.pagination .active {
	border: 1px solid #6c757d;
	background-color: #6c757d;
	font-weight: 400;
}

.pagination .active a{
	color: #fff;
	font-weight: 400;
}

/*blog-sidebar---------------------------------------------------------------*/

@media (min-width: 992px) {
	.blog-sidebar-1 {
	display: none;
	}
}

@media (max-width: 991px) {
	.blog-sidebar-2 .about {
	display: none;
	}
	
	.blog-sidebar-2 .menu{
	display: none;
	}
}

@media (max-width: 991px) {
	.blog-sidebar {
	min-width: 100%;
	}
	.blog-main {
	min-width: 100%;
	}
}

.bg-color-box {
    margin-bottom: 40px;
    padding: 30px 30px;
border-radius: 0.7em;
}

.about {
    background-color: #95ccc7;
}

.ad{
    background-color: #f2f4f5;
}

.ad a{	
	display: inline-block;
    word-wrap: break-word;
    color: #434343;
    padding: 0px;
    font-weight: 600;
}

.ad a:active,
.ad a:hover,
.ad a:focus {
	color: #434343;
	background: none;
}

.ad .h4-p {
	background: none;
    border-bottom: 3px solid #434343;
    margin-left: -30px;
	padding: 5px 30px;
}

.ad .img-banner {
	margin-top:20px;
}

.facebook a{	
	display: inline-block;
    word-wrap: break-word;
    color: #434343;
    padding: 0px;
    font-weight: 600!important;
}

.facebook a:active,
.facebook a:hover,
.facebook a:focus {
	color: #434343!important;
	background: none!important;
	font-weight: 600!important;
}

.menu-right {	
    margin-bottom: 40px;
    padding: 30px 0px;	
}

.menu-right .list-unstyled {
    padding: 0 0 0 30px;
}

.menu-right .h4 {
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 30px;
    display: inline-block;
    word-wrap: break-word;
    font-size: 24px;
	background: none;
    border-bottom: 3px solid #434343;
}

.menu-right li {
    padding: 5px 0 5px 0;
}

.menu-right li a{	
	color: #434343;
    text-decoration: none;
    padding: 0;
	font-weight: 400;
}

.menu-right li a:active,
.menu-right li a:hover,
.menu-right li a:focus {
	color: #95ccc7;
	background: none;
	font-weight: 400;
}

.blog-sidebar iframe{
	max-width: 300px;
}

@media (max-width: 340px) {
	.blog-sidebar iframe{
	max-width: 180px;
	}
}

@media (min-width: 1200px) {
	.blog-sidebar iframe{
	max-width: 340px;
	}
}

/*container-text---------------------------------------------------------------*/

.container-text {
	margin-bottom: 80px;
	padding-top: 80px;
	border-top: 1px solid #e5e5e5;
}

.container-text img{
	width: 100%;
	margin-top: 30px;
}

/*container-newsletter---------------------------------------------------------------*/

.site-newsletter {
    background: #f2f4f5;
	padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
	.site-newsletter .btn-secondary {
    width: 100%;
	margin-top: 20px;
	}
}

/*container-footer---------------------------------------------------------------*/

footer {
	text-align: center;
	font-weight: 300;
	background: #f3f1eb;
    padding: 60px 0 40px 0;
}

/*impressum---------------------------------------------------------------*/

.hr-content {
	margin-top: 60px;
    margin-bottom: 35px;
}