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


/* ==============================
   Leaflet - OSM
   ============================== */

#map{ width:100%; height: 400px;
margin-bottom:80px }


/* ==============================
   Typography
   ============================== */
   
body{
	color: #111;
	font-size: 14px;
	/*font-family: 'Lato', sans-serif;*/
	line-height: 1.6;	
	-webkit-font-smoothing: antialiased;
}


blockquote{
	margin: 3em 0 3em 0;	/*geändert Schrift - Blockquote*/
    padding: 0;
	border: none;
	background: none;
    font-style: regular;
	line-height: 1.7;
	color: #aaa;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 24px;
    font-weight: 900; /*geändert von 300 auf 900*/
	font-style: regular;
	line-height: 1.6;
}
blockquote footer{    
	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fa-fw{width:5em;
text-align:center;
font-size: 35px;
}

.fa{
	text-align:center;
    color: #999;
	margin-left: 1px;
}



/* ==============================
   10. Alternative services
   ============================== */

/*BUs z.B. Geschichte*/
.alt-service-item{
	margin: 60px 0 0 0;
	position: relative;
	padding-left: 55px;
	padding-top: 3px;
	font-size: 13px;
    font-weight: 300;
	color: #555; /*cx #999*/
    
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    
    -webkit-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}





.bg-bordeux{ background-color: #999999 !important; }
.bg-white{ background-color: #ffffff !important; }

/** Sidebar (Footer */

.sidebar{
	margin-top: 10px;
}
.widget{
	margin-bottom: 60px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.widget-title-dkh{
	margin-bottom: 20px;
    padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.widget-body-dkh{
	font-size: 14px;
	color: #fff;
}
.widget-text-dkh{
	line-height: 1.7;
	color: #fff;
}



/* ==============================
   Sections styles
   Breite und Abstand
   ============================== */
   
   
.section-title {			/*geändert Schrift - section*/
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 300;
	color:#C00;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.8;
} 

.page-section,
.small-section{
	padding: 0px 0;
	
}
.section-text{
	font-size: 17px;
	font-weight: 400;
	color: #888;
	line-height: 1.7;
}
.page-section-02,
.small-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    
	padding: 0px 0;
}

 /* ==============================
   Desktop nav
   ============================== */
 

 
.inner-nav ul{
	float: right;
	margin: auto;
	font-size: 16px;		/*<!-- Schriftgröße-->*/
	font-weight: 900;		/*<!-- Schriftstil-->*/
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}
.inner-nav ul li a{
	color: #666666;			/*<!-- Menu-Farbe-->*/
    letter-spacing: 2px;
	display: inline-block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/* Menu sub */

.mn-sub{
	display: none;
	width: 200px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	background:#999999;		/*<!-- Submenue - Farbe-->*/
	/*background: rgba(30,30,30, .97);*/
}
.inner-nav ul li .mn-sub li a{
	display: block;
	width: 100%;
	height: auto !important;
    line-height: 1.3 !important;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 11px 15px;		/*<!-- Submenue - Schriftgröße-->*/
    font-size: 15px;
	text-align: left;
    text-transform: none;    
	border-left: none;
	border-right: none;
    letter-spacing: 0;
	color: #fff !important;		/*<!-- Submenue - Schriftfarbe-->*/
	/*color: #b0b0b0 !important;*/		
	cursor: pointer;
}
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
	color: #bbb;
	text-decoration: none;
}

/* ==============================
   Post previews
   ============================== */

.post-prev-title a{
    font-weight:700;	/*geändert Schrift - Headline unter q-Bildern*/
	font-size: 17px;
   
}
.post-prev-text{
    margin-bottom: 22px;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
}
.post-prev-img a:hover{
    opacity: .65;
}
.post-prev-title a:hover{
    color: #aaa;
}

/* ==============================
   12. Features
   ============================== */

.alt-features-grid{
    margin-top: 0px;
}
.alt-features-item{
    margin-top: 0px;
}

.alt-features-title{
    margin-top: 30px;
	margin-bottom: 21px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
	color:#C00;
}
.alt-features-descr {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.86
	}
	


/* ==============================
   23. Footer
   ============================== */

.footer{
    text-align: center;
    font-size: 12px;   
}
.footer a{
    color: #fff;
    text-decoration: none;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer a:hover{
    color: #ddd;
	/*text-decoration:none;*/
    text-decoration: underline;
}
.footer-made{
    font-size: 15px;
    color: #fff;
}
.footer-text{
    font-size: 15px;
    color: #fff;
}
/*27. Shortcodes
    27.1. Owl Carousel
    27.2. Tabs
    27.3. Tabs minimal
    27.4. Alert messages
    27.5. Accordion - 5220 geändert
    27.6. Toggle
    27.7. Progress bars
    27.8. Font icons examples
    27.9. Intro page*/
	
	/*
 * 27.5. Accordion
 */
 
 /*
 * Accordion
 */

.accordion > dt{
	margin-bottom: 10px;
	font-size: 18px; /*Textgröße Überschrift - 16px*/
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	
}
.accordion > dt > a{
	display: block;
	position: relative;
	color: #C00; /*Textfarbe Überschrift - #777 */
	text-decoration: none;
	padding: 14px 20px;
	border: 1px solid #e5e5e5;
	background-color:#eee; /* eingefügt */
	
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dd > a{
	
	color: #C00; /* neu - Überschrift im Block */
	text-decoration: none;
	font-weight: bold;
	
}
.accordion > dd > a:hover{
	
	color: #C00; /* neu - Überschrift im Block */
	text-decoration: none;
	letter-spacing: 3px;
	font-weight:900;
	  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
  cursor: pointer
	
}
.accordion > dt > a:hover{
	text-decoration: none;
	border-color: #c00; /*Rand hover */
	background-color: #e5e5e5;	
	color: #444;
}
.accordion > dt > a.active{
	color: #000;
	border-color: #ddd;
	background-color: #fcfcfc;
	cursor: default;
}
.accordion > dt > a:after{
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
	content: "\f106";
	color: #111;
}
.accordion > dt > a:hover:after{
	color: #444;
}

.accordion > dd{
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 18px; /*Text 14px */
	line-height: 1.4; /*Text 1.8 */
	color: #777; 
}





