@charset "UTF-8";
/* CSS Document */


/* Individuelles Styling
-----------------------------------*/

.navbar {
	border-bottom:10px solid #666;	
}

.nav-aktiv {
	background-color:#666;	
}

.border-left {
	padding-left: 0.5em;
	border-left: 2px solid #666;	
}

h1 {
	text-align:left;
	margin:0;	
	font-family:Montserrat;
		
	border:none !important;
	font-size: 45px;
	text-height: 52px;
	margin-bottom:0em;
	padding-left:0;
	text-shadow:0px 0px 5px rgba(100,100,100,0.2);
	
}





/* Individuelles Styling
Ende -----------------------------------*/


/* Home Section
-----------------------------------*/



#home {
 background-color:#eee;
 	height:100%;
 
}

#home img {

width:80%;
max-width: 900px;

margin-top:2em;

	
}

p.home-bild-titel {
	margin-top: 1.5em !important;
	text-align:center !important;	
	width:80%;
max-width: 900px;
margin-left:auto;
margin-right:auto;
}


#home p {
color:#666;
}



#home h2 {
	color:#666;
	text-align:left;
	font-size: 26px;
	line-height:36px;
	margin-top:0.2em;
	text-shadow:none;
}

@media (max-width: 767px) {
	#home h2 {
	color:#666;
	text-align:left;
	font-size: 22px;
	line-height:28px;
	margin-top:0.2em;
	
}	
}

.buch-info {
	text-align:left !important;
	padding: 1.5em;
	padding-top:51px !important;
}

.autor {
	font-size:20px;
	margin-bottom:0.3em;
	color:#999 !important;
	
}

.info1 {
	font-size:15px;	
}

.ISBN {
color:#333 !important;	
}

.btn-inhalt {

border:1px solid #333;
border-radius: 0px;
color:#333;	
	
}

.btn-inhalt:hover {

border:1px solid #333;
border-radius: 0px;
color:#fff !important;	
background-color:#333 !important;
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	
}





/* Home Section
Ende -----------------------------------*/







/* inhalt Section
________________________________*/



#inhalt h3 {
	
 font-size:22px;
 text-shadow:none !important;
 color:#666;
 font-family:Montserrat;
 text-align:center !important;	
}





.icons-reisen {

width: 80%;
max-width: 200px;
margin:auto !important;
	
}

.klappentext {

margin-bottom:2em;
	
}

.klappentext p {
margin-bottom:0.4em;

}

.feature-class {
	
padding:1em;
max-width: 400px;
margin:auto;
	
}

.feature-class p {
	
text-align:center;
	
}


/* Blick ins Buch
___________________________*/

#blick-ins-buch {

width:100%;

padding:3em;
padding-top:61px !important;
background-color:#333;	
	
}

#blick-ins-buch h2 {

color:#fff;	
text-align:center;
	
}

@media (max-width: 767px) {
    #blick-ins-buch {



padding:0em;

}
}




/* carousel
------------------------------*/

.book-gallery {
	max-width: 770px;
	width: 100%;
	margin:auto;
	
	margin-bottom:50px;
}

.carousel-control {
	background-image:none !important;	
}


