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

#kcm a {
    color: #8F5CC4;
    text-decoration: underline;
    font-weight: normal;
}
#kcm strong {
	font-weight: 600;}
/*#kcm ul {
	margin-left: 30px;
}
#kcm li {
	margin-left: 30px;
	list-style-position: inside;
	list-style-type: square;
}*/
#kcm img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#kcm .punktlinie {
	border-top: 1px dotted #97BAA4;
	margin-bottom: 45px;
}
#kcm .mehr_lesen {
	float: right;
	margin-bottom: 1em;
}
#kcm .bild_rechts {
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	max-width: 45%;
}
#kcm .bild_links {
	float: left;
	margin-bottom: 1.5em;
	margin-right: 1.5em;
	max-width: 45%;
}
#kcm .bild_gross {
	width: 100%;
	margin-bottom: 1em;
}
#kcm .stil6_links {
	float: left;
	width: 45%;
}
#kcm .stil6_rechts {
	float: right;
	width: 45%;
}
#kcm .stil7_links {
	float: left;
	width: 28%;
	margin-right: 8%;
}
#kcm .stil7_rechts {
	float: right;
	width: 28%;
}
#kcm .download_icon {
	margin-left: 1em;
}
#kcm td {
	vertical-align:top;
}


#newsrahmen {
	vertical-align: top;
	/*border-left: thin solid #D4D4D4;
	border-right: thin solid #D4D4D4;*/
	border-bottom: thin solid #D4D4D4;
	border-top: 10px solid #E74E13;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
}
#newsrahmen .newsbild{
	width: 100%;
	height: auto;
	margin-top: 15px;
}
.newsbild_allein{
	width: 100%;
	height: auto;
	margin-top: 15px;
	border-top-width: 10px;
	border-top-color: #912235;
}

#unterlogos {
	width: 28%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 25px;
}
#unterlogos .bild {
	width: 80%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10%;
	margin-left: 10%;
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
#unterlogos .mitte {
	text-align: center;	
}
#unterlogos a {
	border-width: 0px;	
}
#unterlogos .bild:hover {
	color: #252525;
	 -webkit-filter: grayscale(100%);
}

/*Kontaktformular*/
#kcm .kontaktformular{
	
}
#kcm .input_1{
	padding: 4px;
	width: 70%;
	border: 1px solid #6B6C6E;
	float: right;
	margin-bottom: 25px;
}
#kcm .input_2{
	padding: 4px;
	width: 70%;
    height: 100px;
	border: 1px solid #6B6C6E;
	float: right;
}
#kcm .senden{
	padding: 4px;
	width: 70%;
	border: 1px solid #6B6C6E;
	float: right;
    margin-top: 15px;
	margin-bottom: 25px;
	background-color: #DADADC;
}






@media (max-width: 800px) {
#unterlogos {
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
#unterlogos .bild {
	width: 80%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10%;
	margin-left: 10%;
}
}

@media (max-width: 800px) {
#kcm .bild_rechts {
	float: none;
	width: 100%;
    max-width: none;
    margin-bottom: 0px;
	margin-left: 0px;
}
#kcm .bild_links {
	float: none;
	width: 100%;
    max-width: none;
    margin-bottom: 0px;
	margin-right: 0px;
}
#kcm .stil6_links {
	float: none;
	width: 100%;
}
#kcm .stil6_rechts {
	float: none;
	width: 100%;
}
#kcm .stil7_links {
	float: none;
	width: 100%;
	margin-right: 0%;
}
#kcm .stil7_rechts {
	float: none;
	width: 100%;
}
}
