

/* --- Stylesheet 6041 () --------- */ 

.T3833 {
	background-color: #FFF;
	border: 1px solid #E4E7E7;
	padding: 15px 30px;
}

.T3833 .headline {
	font-size: 25px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px 0;
}

.T3833 .label, .T3833 label .name  {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 7px 0;
}


.T3833 .form_row {
	margin: 0 0 30px 0;
}
.T3833 label .name {
	display: block;
}

.T3833 .infos {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
}

.T3833 input {
	display: block;
	width: 100% !important;
}
.T3833 input.big {
	padding: 4px 1px;
	font-size: 20px;
}

.T3833 input[type=radio], .T3833 input[type=checkbox] {
	display: inline-block;
	width: auto !important;
}

.T3833 select {
	display: block;
	width: 100% !important;
}



.T3833 .buttons { text-align: right; }




.AdresseWidget .Feld {
	padding: 0 !important;
    margin: 0px 10px 0px 0px !important;
}

.AdresseWidget .Feld.last {
    margin-right: 0px !important;
}
.T3833 .AdresseWidget .adresse_vorname { width: 135px; }
.T3833 .AdresseWidget .adresse_nachname { width: 195px; }

.T3833 .AdresseWidget .adresse_firma { width: 175px; }
.T3833 .AdresseWidget .adresse_abteilung { width: 154px; }

.T3833 .AdresseWidget .adresse_strasse { width: 285px; }
.T3833 .AdresseWidget .adresse_hausnr { width: 45px; }

.T3833 .AdresseWidget .adresse_plz { width: 45px; }
.T3833 .AdresseWidget .adresse_ort { width: 175px; }
.T3833 .AdresseWidget .adresse_ortsteil { width: 100px; }

.T3833 .AdresseWidget .adresse_telefon { width: 110px; }
.T3833 .AdresseWidget .adresse_fax { width: 105px; }
.T3833 .AdresseWidget .adresse_mobil { width: 105px; }

.T3833 .AdresseWidget .adresse_email { width: 340px; }

/*.T3833 .adresse_telefon { width: 100% !important;  }*/



.T3833 .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.T3833 .inputfile + label {
    font-size: 16px;
    color: #D6161E;
    background-color: #FFF;
    border: 2px solid #D6161E;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
}

.T3833 .inputfile:focus + label,
.T3833 .inputfile + label:hover {
     
}

.T3833 .inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.T3833 .inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.T3833 .inputfile + label * {
	pointer-events: none;
}



/* --- Stylesheet 6042 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {

}

@media all and (min-width: 768px) and (max-width:1023px) {

}

@media all and (min-width: 568px) and (max-width: 767px) {

}

@media all and (max-width: 567px) {

	.TraminoForm .group { width: 100% !important; padding-right: 0px !important; }
	.T3833 .Feld {
		padding: 0 !important;
	    margin: 0px 0px 0px 0px !important;
	    width: 100% !important;
	}

	.T3833 .adresse_vorname { width: calc( 35% - 5px ) !important; margin-right: 5px !important;  }
	.T3833 .adresse_nachname { width: 65% !important; }

	.T3833 .adresse_firma { width: calc( 45% - 5px ) !important; margin-right: 5px !important;  }
	.T3833 .adresse_abteilung { width: 55% !important; }

	.T3833 .adresse_strasse { width: calc( 80% - 5px ) !important; margin-right: 5px !important;  }
	.T3833 .adresse_hausnr { width: 20% !important; }

	.T3833 .adresse_plz { width: calc( 20% - 5px ) !important; margin-right: 5px !important;  }
	.T3833 .adresse_ort { width: calc( 50% - 5px ) !important; margin-right: 5px !important;  }
	.T3833 .adresse_ortsteil { width: 30% !important; }

	.T3833 .adresse_fax { width: calc( 33.33% - 5px ) !important; margin-right: 5px !important; }
	.T3833 .adresse_mobil { width: 33.33% !important; }
}



/* --- Stylesheet 6044 () --------- */ 

.T3833 .styledradio ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.T3833 .styledradio ul:after { display: block; content: ""; clear: left; }

.T3833 .styledradio ul li{
	position: relative;
	float: left;
	margin: 0px 20px 0 0 ;
}

.T3833 .styledradio ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.T3833 .styledradio ul li label{
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
	margin: 0 0 0 30px;
	transition: all 0.25s linear;
}

.T3833 .styledradio ul li:hover label{
	color: #000000;
}

.T3833 .styledradio ul li .check {
	position: relative;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	transition: border .25s linear;
}

.T3833 .styledradio ul li:hover .check {
	border: 5px solid #000000;
}

.T3833 .styledradio ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	height: 10px;
	width: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: background 0.25s linear;
}

.T3833 .styledradio input[type=radio]:checked ~ .check { border: 5px solid #D6161E; }
.T3833 .styledradio input[type=radio]:checked ~ .check::before { background: #D6161E; }
.T3833 .styledradio input[type=radio]:checked ~ label { color: #D6161E; }