@CHARSET "UTF8";


a img.img-responsive.hg-large:hover {
	box-shadow: 0 0 10px #9a9a9a;
}

.startbild {
	margin-top: 15px;
	margin-bottom: 10px;
}


a.hg-kap-link {
	font-size: 100%;
	padding-left: 10px;
}


.h2titel  { 	
	font-size: 18px;
}

.floatbox .linie1 {
		border: 1px solid #7d8f07; 
    	-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
    	width: 90%;
    	margin-left: 5px;
}

.floatbox .linie2 {
		border: 1px solid #7d8f07; 
    	-ms-transform: rotate(1deg); /* IE 9 */
    	-webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    	transform: rotate(1deg);
    	width: 80%;
    	margin-left: 20px;
}

.floatbox img {
		border-top: 1px solid #c0c0c0; 
		border-bottom: 1px solid #c0c0c0; 
}

/*  Kapitelkästchen  */
.floatbox {
	margin: 0px 1.5% 1.5% 0px;
	padding-top: 10px;
	padding-bottom: 12px;
}


.kreisziffer {
	background-color: #711351;
	color: #fff;
	padding: 5px 12px;
	font-weight: bold; 
	top: 3px;
	left: 5px;
	font-size: 20px;
	display: inline; 
	width: 40px;
  	height: 40px;
   	-moz-border-radius: 20px; 
   	-webkit-border-radius: 20px; 
   	border-radius: 20px;
   	z-index: 2;
   	position: relative; 
}

