a
{
color: #ff0072;
text-decoration: none;
}

a:hover
{
text-decoration: underline;	
}

.highlight {
    color: #ff0072;
	/* color: #ae0a0a;  */
	font-weight: bold;
}

.teaser .ce_text.first
{
width: 755px;
margin-left: 430px;
border-bottom: 1px solid #919191;
height: 10px;
margin-bottom: 45px;
}

.teaser h2
{
color: #919191;
font-family: 'Raleway';
font-size: 20px;
margin-left: -430px;

display: block;
}

.teaser .ce_image h2
{
font-family: 'Raleway';
color: #919191;
font-size: 35px;
text-align: center;
font-weight: 400;
margin: 0px;
margin-bottom: 10px;
padding-top: 20px;
transition: color 0.7s;
}

td img {
	margin-right: 5px;
}

/*Tabellenüberschrift*/
thead  td{
	border: 1px solid white;
	color: #ff0072;
	text-align: center;
}



.teaser .ce_image:hover h2
{
color: #FFFFFF;
}

h1 {
	line-height: 1.2em;
}

h2 {
	color: #ff0072;
	line-height: 1.2em;
}

h3
{
font-family: 'Raleway';
font-size: 22px;
/* color: #ad0b0b;*/
color: #ff0072;
font-weight: 500;
}

h4
{
font-family: 'Raleway';
font-size: 18px;
color: #cacaca;
font-weight: 500;
}

h5
{
font-family: 'Raleway';
font-size: 18px;
/* color: #cacaca; */
color: #ff0072;
font-weight: 500;
}


.teaser .caption
{
font-family: 'Raleway';
color: #FFFFFF;
font-size: 16px;
text-align: center;
font-weight: 400;
margin: 10px 0px;

}

.teaser a
{
text-decoration: none!important;	
}

.teaserunten .ce_image .image, .teaser .ce_image .image {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);	
	transition: all 1s;	
}


.teaserunten .ce_image:hover .image, .teaser .ce_image:hover .image
{
-webkit-filter: grayscale(1);
filter: grayscale(1);	
}



/* Formulare */


#kontaktform 
{ 
}

#kontaktform textarea, #kontaktform input, #kontaktform select,#kontaktform span, .mod_subscribe input, .mod_subscribe select{
	width: 530px;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	margin-right: 5px;
	background: #707070;
	color: #FFFFFF;
	border: 2px solid transparent;
	border-radius: 5px;
	font-size: 18px;
}
#kontaktform fieldset.checkbox_container{
	
	width: 540px;
	padding: 5px 0 0 0;
	
	border: 2px solid transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	background: #707070;
	color: #FFFFFF;
}
#kontaktform fieldset.checkbox_container:hover{
	border: 2px solid #ff0072;
}

fieldset.checkbox_container legend{
	margin: 0;
	height: 20px;
	line-height: 20px;
	position: absolute;
	z-index: 2;
	padding: 0 10px;
	background: transparent;
}
fieldset.checkbox_container label{
	display: inline !important;
	color: #fff;
	font-size: 0.85em;
}
fieldset.checkbox_container span{
	background: transparent;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	line-height:1;
}
fieldset.checkbox_container input{
	width: auto !important;
	margin-left: 220px !important;
	display: inline !important;	
}

#kontaktform select
{
	width: 544px;
}

#kontaktform textarea:hover, #kontaktform input:hover, #kontaktform select:hover,#kontaktform span:hover, .mod_subscribe input:hover, .mod_subscribe select:hover
{
border: 2px solid #ff0072;
color: #FFFFFF;
}


#kontaktform label
{
display: none;
}

#kontaktform  .submit{
	cursor: pointer;
	color: #B2B4B6;
	border: #B2B4B6 1px solid;
	background-color: #272727;
	height: 45px;
	width: 540px;
}

#kontaktform .submit:hover,  .mod_subscribe .submit:hover{
	color: #FFFFFF;
	border:#FFFFFF 1px solid;
}

.captcha_text
{
float: left;
}

#ctrl_6
{
background: #ff0072!important;
}

#opt_264_0
{
	float: right;
	margin-top: 2px;
}