/*
	.Tx-Formhandler Master CSS
*/

.Tx-Formhandler div.layout-1 {
	background: url("/fileadmin/Resources/deutsche-pop.de/Public/Images/powermail/infobroschuere.png") no-repeat scroll 400px 30px transparent;
}
.Tx-Formhandler .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.Tx-Formhandler .clearfix {
	display: inline-block;
}
 
html[xmlns] .Tx-Formhandler .clearfix {
	display: block;
}
 
* html .Tx-Formhandler .clearfix {
	height: 1%;
}

.Tx-Formhandler form {
/*    background: none repeat scroll 0 0 #DDDDDD;*/
    padding: 15px;
}

.Tx-Formhandler .button {
	background: none repeat scroll 0 0 #AAAAAA;
	border: 0 none;
	border-radius: 2px 2px 2px 2px;
	color: white;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	padding: 5px 20px;
}
.Tx-Formhandler .button:hover {
	background: #06A7E2;
}

.Tx-Formhandler fieldset {
	border: 0 none;
}

.Tx-Formhandler label {
	color: #666666;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
}

/*
.Tx-Formhandler [class*="width"] label,
.Tx-Formhandler [class*="type"] div label {
	color: #000000;
}
*/

.Tx-Formhandler select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
	padding: 5px 2%;
	border-radius: 1px;
}

.Tx-Formhandler input[type="text"],
.Tx-Formhandler textarea {
	border: 1px solid #CCCCCC;
	padding: 5px 2%;
	border-radius: 1px;
}

.Tx-Formhandler .row {
	width: 100%;
	position: relative;
}

.Tx-Formhandler .width-25 {
	width: 25%;
}

.Tx-Formhandler .width-50 {
	width: 50%;
}

.Tx-Formhandler .width-75 {
	width: 75%;
}

.Tx-Formhandler .width-100 {
	width: 100%;
}

.Tx-Formhandler [class*="width"] {
	position: relative;
}

.Tx-Formhandler [class*="width"] div {
	margin: 0 5px;
}

.Tx-Formhandler [class*="width"]:first-child div{
	margin-left: 0px;
}

.Tx-Formhandler [class*="width"]:last-child div {
	margin-right: 0px;
}

.Tx-Formhandler [class*="width"] input[type="text"],
.Tx-Formhandler [class*="width"] textarea {
	width: 96%;
}

.Tx-Formhandler [class*="width"] textarea {
	min-height: 150px;
}

.Tx-Formhandler [class*="width"] select {
	width: 100%;
}

.Tx-Formhandler .float-l {
	float: left;
}

.Tx-Formhandler .float-r {
	float: right;
}

/*
.Tx-Formhandler .error {
	cursor: pointer;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border: 1px solid #ffffff;
	border-radius: 3px;
	margin-top: -5px !important;
	position: absolute !important;
	z-index: 500;
	top: 0;
	left: 0;
	background: #D9534F;
	padding: 2px 5px;
	color: #ffffff;
	min-width: 200px;
}
*/

.Tx-Formhandler .error {
	color: red;
}

.Tx-Formhandler input[type="text"] {
	width: 96%;
}

.Tx-Formhandler input[type="text"],
.Tx-Formhandler select {
	background-color: white;
	border: 1px solid #CCCCCC;
}

.Tx-Formhandler input:focus{
	background-color: #ffffff;
}

.Tx-Formhandler .form-box {
	background-color: white;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.Tx-Formhandler .form-box div.float-l{
/*	float: none;
	display: inline-block;*/
}

/*----- individuelle Anpassungen Start -----*/

#competition,
#competition-form {
/*	background: #E65016;
	color: #ffffff;
	border-radius: 5px;*/
	max-width: 380px;
	padding: 15px;
}

#competition .error,
#competition-form .error {
background: #356aa0; /* Old browsers */
background: -moz-linear-gradient(top,  #356aa0 0%, #356aa0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#356aa0), color-stop(100%,#356aa0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #356aa0 0%,#356aa0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #356aa0 0%,#356aa0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #356aa0 0%,#356aa0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #356aa0 0%,#356aa0 100%); /* W3C */
}

/*----- individuelle Anpassungen Ende -----*/

/* Landscape phones and down */
@media only screen and (max-width: 480px) {

	.Tx-Formhandler .width-25,
	.Tx-Formhandler .width-50,
	.Tx-Formhandler .width-75,
	.Tx-Formhandler .width-100 {
		width: 100%;
	}

	.Tx-Formhandler [class*="width"] div {
    	margin: 0;
	}

}
