@charset "utf-8";
/* CSS Document */



*{
	letter-spacing: 0.1em;
}



/* START-link */
a {
	color: firebrick;
	letter-spacing: .5px;
}

a:hover {  
	color: firebrick !important;
	text-decoration: underline !important;
	_background-color: transparent;	
	display: block;
	_letter-spacing: .5px;
}

a:visited {
	color: #800000;
	_letter-spacing: .5px;
}


/* ENDE-link */



.tablepic {
  padding: 25% auto 0 auto;
}

caption  {
	color:#800000 !important;
	caption-side: top !important;
	font-size: 1.2em !important;
}


h1 {
	font-size: 1.2em;
	line-height: 1.2em;
	_font-weight: bold;
	color: firebrick;
	letter-spacing: .1em;
	word-spacing: .1em;
	text-align:center;
	margin: 2% 0% 4% 0%;
}

h2 {
	font-size: 1.1em;
	color: #000;
	line-height: 1.6em;
	letter-spacing: .1em;
	word-spacing: .1em;
	margin: 1% 0% 1% 0%;
}

h3 {
	font-size: 1.0em;
	color: #000;
	line-height: 1.6em;
	letter-spacing: .1em;
	word-spacing: .1em;
	margin: 1% 0% 1% 0%;
}


._li h2 {
	font-size: 1.1em;
	color: firebrick;
	line-height: 1.4em;
	letter-spacing: .1em;
	word-spacing: .1em;
	padding:5px 0;
}  

h4 {
	font-size: 1.2em;
	letter-spacing: .1em;
	word-spacing: .1em;
	padding:5px 0;
}

h5 {
	font-size: 100%;
	letter-spacing: .1em;
	word-spacing: .1em;
	padding:5px 0;
}

.fett {
	font-weight: bold;
	color: firebrick;
}

.firmentext {
	color: firebrick;
}

.firmenfarbe {
	background-color: firebrick;
}



.hr-100 {
	margin: 5% 0;
	width: auto;
	border-color: #C0C0C0;
	border-width: thin;
}

.hr-transparent {
	margin: 5% 0;
	width: auto;
	border-color: #fff;
	border-width: thin;
}

.hr-firmenfarbe {
	margin: 5% 0;
	width: auto;
	border-color: firebrick;
	border-width: thin;
}


.color1 {
	background-color: #efefef;
	color: #000000;
}

.color2 {
	background-color: #ffffff;
	color: #000000;
}


.distanz   {
	margin: 5% 0;
}



/* START_footer */
footer {
	_bottom: 0;
	width: 100%;
	margin: 2% 0 0 0;
	padding: 1%;
	background-color: #efefef;
	_background-color: #999999;
}

footer ul.footerleft{
	margin-left: 0%;
	_margin-top: 10px;
}

footer ul.footerleft li{
	display: inline;
	_margin-right: 25px;
	_margin-right: 25%;
}
footer a  {
	_color: #222;
}
footer a:hover{
	color: #ffffff;
	text-decoration: underline;    
}


/*.social:hover {
	-webkit-transform: scale(1.0);
	-webkit-transition-duration: 0.5s;
 }
 .social {
	-webkit-transform: scale(0.8);
	color: #222;
 }*/
/* FINISH footer */



.icon-pdf   {
	image:  url(../img/icon-pdf.png);
	width: 28px;
	height: 30px;
}


.suche {
	padding: 1%;
	color: firebrick;
	margin: 4% 3%;
	display: block;
	font-weight: bold;
	word-spacing: .5em;
	letter-spacing: .1em;
	font-style: italic;
	font-size: 1.4em;
	float: right;
}

.suche:hover {
	color: firebrick;
	text-decoration: underline;
	}



/*--//t960content_on_page--*/
._t950content  {
	padding: 5% 5%;
	position: relative;
	text-align: center;
	background-color: red;
}

.t1000content {

	width: auto;
	position: relative;
	list-style-type: none;
	text-align: center;
}


.t1000content > ul > li  {
	color: #000;
	display: inline-block;
	padding: 5% 0%;
}

.t1000content > ul > li > a {
	display: inline-block;
	text-decoration: none;
	font-size: 1.em;
	letter-spacing: .2em;
	vertical-align: middle;
	_line-height: 100%;
	_color: #700000;
}

.t1000content > ul > li > a:hover {
	background-color: transparent;
	_color: firebrick;
	text-decoration: underline;
	display: inline-block;
}

.t1000content > ul > li > ul {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 20%;
	/* breite des ersten submenu */
	display: none;
	/* submenu ausblenden */
	border-bottom: 1px solid #696969;
	border-right: 1px solid #696969;
	border-left: 1px solid #696969;
	padding: 20px 0;
}

.t1000content > ul > li > ul > li {
	list-style-type: none;
	width: 100%;
	_display: block;
	border-bottom: thin dotted #bebebe;
}
/*--//ende_t960content--*/





/*--//START_Gallerie_bootstrap4_von_bootsnipp--*/
body {
	/*<background-color:#1d1d1d; !important;*/
  	font-family: "Asap", sans-serif;
  	/*color:#989898;*/
	color: #000000;	
  	margin: 0%;
	padding-bottom: 2%;
  	font-size:16px;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}

.thumb{
	margin-bottom: 30px;
        }
        
.page-top{
	margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
	border-bottom: none;
}
.modal-title {
	 color:#000;
    }
	.modal-footer{
      display:none;  
    }
/*--//ENDE_Gallerie_bootstrap4_von_bootsnipp--*/





