/* Namari Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/
/** @font-face {
    font-family: 'Aileron Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Aileron Regular'), url('fonts/Aileron-Regular.woff') format('woff');
    } **/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#d2b356;
}

a:hover, #header.nav-solid nav a:hover {
    color:#d2b356;
}

/* Default Icon Color */

.icon i {
    color:#d2b356;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #d2b356;
}

.pricing-block-content:hover {
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#fff;
	font-weight: bold;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #d2b356;
    border-color: #d2b356;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#d2b356;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background: #ebbc65;
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    /* margin-top: 30px; */
    margin: 10px auto;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/banner-images/schonimmergenugbg.jpg") no-repeat center top;
    background-size:cover;
}


/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:normal;
    color:#fff;
	background: #cb2f2f;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
	font-family: 'Aileron Regular', sans-serif, Arial, Helvetica;
	font-size:42px;
    line-height:60px;
    font-weight:100;
    color:#fff;
}
@media only screen and (max-width: 600px) {
	#banner h1 {
	font-family: 'Aileron Regular', sans-serif, Arial, Helvetica;
		font-size:30px !important;
    line-height:40px;
    font-weight:100;
    color:#fff;
	text-align: center;
		margin-bottom: -20px !important;
}
	#banner h2{
		text-align: center;
	}
	
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#fff;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    color:#111;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:300;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#111;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#fff;
}

@media only screen and (max-width: 600px) {
	#banner h1{
    font-size: 3em; 
	}
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#111;
}

h3 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#111;
}

h4 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:400;
    color:#111;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#111;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#111;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

p.button-c a.button{
    color:#fff !important;
    border-color:#fff;
}

p.button-c a.button:hover{
    border-color:#d2b356;
    color:#d2b356;
}

.button, input[type="submit"]  {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    color:#fff;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#ca9090;
	background-color: #ca9090;
}


/* Button Hover Color */

.button:hover,  input[type="submit"]:hover {
    border-color:#fff;
    color:#ca9090;
	background-color: #fff;
}

.button2, input[type="submit"]  {
    font-family: 'Aileron Regular', sans-serif, Arial, Helvetica;   
    font-size:16px;
    color:#fff;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 10px 0px;
}


/* Button Color */

.button2, input[type="submit"] {
    border-color:#fff;
}


/* Button Hover Color */

.button2:hover,  input[type="submit"]:hover {
    color:#d9886d;
    border-color:#d9886d;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#a77882;
}


/* Button Color */

#banner .button {
    border-color:#a77882;
}


/* Button Hover Color */

#banner .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/


#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:normal;
    color:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}

#shop{
		background: url(../images/banner-images/banner-image-1-shop.jpg) no-repeat center;
	padding-bottom: 80px;

}

.shop{
    width: 100%;
    padding: 10px 0 12px 0;
    background-color: #c2764d;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #fff;
		cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 30px;

}

.shop:hover{
    width: 100%;
    padding: 10px 0 12px 0;
    background-color: #ae6944;
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #fff;
			cursor: pointer;

}

#buch{
	background: url(../images/banner-images/banner-image-1-single.jpg) no-repeat center;
}

#newsletter{
	background-color: #910b0b;
	color: #fff;
}

#nl-single{
		background: url("../images/banner-images/banner-image-nl.jpg") no-repeat center;
	background-size: 120%;
	background-position-y: -270px;
	height: auto;

}

@media only screen and (max-width: 600px) {
#nl-single{

	background: url("../images/banner-images/banner-image-nl.jpg") no-repeat center;
	height: 100%;
	background-size: 400%;
    background-position-y: 0px;
		padding-bottom: 50px;


}
}

#newsletter-single{
	color: #fff;
	height: 100%;
}

#newsletter-single .button {
    border-color: #fff;
	color: #fff;
}

#newsletter-single .button:hover {
    color:#d2b356;
    border-color:#d2b356;
}


#album{
	background: url("../images/banner-images/banner-image-1-album.jpg") repeat center;
	padding-bottom: 50px;
	color: #fff;
	height: 100% !important;
}

#tour {
    background: url( "../images/banner-images/backround-tickets.jpg") no-repeat center;
	background-size: 100%;
    color: #fff;
}


@media only screen and (max-width: 600px) {
#tour{
	background-size: 220%;
}
}

#tour .button{
	border-color:#fff;
	color: #fff;
}

#tour .button:hover{
	border-color:#ab8a51;
	color: #fff;
}


#videos{
	background-color:#e7e7e7;
}

#kontakt{
	background-color:#e7e7e7;
	padding-bottom: 50px;
}

#signup_email, #webform_submit_button{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media only screen and (max-width: 600px) {
#signup_email, #webform_submit_button{
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}
	
}

.a-spotify{
    display: block;
    width: 100%;
    background: #fff no-repeat;
    background-image: url(../images/logos/spotify);
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
}
.a-itunes-store{
    display: block;
    width: 100%;
    background: #fff no-repeat;
    background-image: url( ../images/logos/itunes-store);
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
}
.a-google-play{
    display: block;
    width: 100%;
    background: #fff no-repeat;
    background-image: url( ../images/logos/google-play);
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
}
.a-apple-music{
    display: block;
    width: 100%;
    background: #fff no-repeat;
    background-image: url( ../images/logos/apple-music);
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
}
.a-amazon{
    display: block;
    width: 50%;
    background: #fff no-repeat;
    background-image: url( ../images/logos/amazon);
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
	border-radius: 40px;
	margin: 0 auto;
	margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
.a-amazon{
    width: 100%;
}
	
}
.a-thalia{
    display: block;
    width: 50%;
    background: #fff no-repeat;
    background-image:url("../images/logos/thalia.png");
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
	margin-top: -10px !important;
	margin-bottom: 50px;
	border-radius: 40px;
	margin: 0 auto;
}
@media only screen and (max-width: 600px) {
.a-thalia{
    width: 100%;
}
	
}

.a-deezer{
    display: block;
    width: 100%;
    background: #fff no-repeat;
    background-image: url( "../images/logos/deezer.jpg");
    background-size: 200px;
    background-position: center;
    overflow: hidden;
    text-indent: -999px;
    height: 80px;
}

#inhalt{
	display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {

#inhalt{
	display: block;
}
}
	
#flex{
	
	display: flex;
  align-items: center;
  justify-content: center;
		
}
	
	
@media only screen and (max-width: 600px) {
#flex{
	display: block;		
}
	
}

#inhalt-buch{

}

#bio{
	padding-bottom: 100px;}

.newsletter{
	background-color: #910b0b;
	width: 50%;
	margin: 10px auto;
	padding-top: 10px;
}
@media only screen and (max-width: 600px) {
.newsletter{
	width: 100%;

}
	
}

div.background1{
	background: linear-gradient(180deg,rgba(1,51,51,0),rgba(51,51,51,0) 23%,#910b0b);
}