/*
Standard Formular CSS

@site       	wien-ticket.at IFRAME
@author     	Sindre Wimberger // wimberger@echonet.at
@copyright  	echonet communication gmbh
							schottenfeldgasse 24, 1070 vienna
							http://www.echonet.at
@date       	11.04.2011
							
@sections   	=formulare
								=layout
								=error
								=label
								=elements
								=standard
							=buttons
							=custom
								=size
								=color

@section =formulare
-------------------------------------------------------------------*/
/* ----- +layout ----- */
form {clear: both;margin: 1.38em 0;padding:0;width:100%;}
fieldset {border:0 none;margin:0 0 1em;padding:0.5em 0;position:relative;text-align: left;}
fieldset.p0 {padding:0;}
fieldset.control { text-align: center !important; }
legend {font-weight:bold;font-size:1.1em;padding:0;margin: 20px 0 0 0;}
/*fieldset {background-color:#F1F1F2;border:0 none;margin:-2.5em 0 2px;padding:10px 15px 10px; position:relative;text-align: left;}
fieldset.nolegend {margin-top:0px;padding-top:10px;}
legend {font-weight:bold;font-size:1.54em;margin:0;padding:2em 0 0;}*/
form ol, form ul {list-style-type:none;margin:0;overflow:hidden;padding:0;}
form ol li, form ul li {
	background-image:none;
	float:left;
	list-style-image:none;
	width:100%;
}
form li ol, form li ul {/*float:left;*/padding:0;}
form li ul {width:100%;}
form ol li li, form ul li li {list-style-image:none;padding:1px 0;}
form ol div label, form ul div label {display:block;float:none;margin:0;width:auto;font-family: 'TraulhaJornau',serif; }
form .optgroup, form .optgroup li {width:auto;}
form .optgroup {float:none;}
form .optgroup li {margin-right:10px;}
form li.req, form li.half {margin: 15px 0}

	/* ----- +gmap ----- */
	/*#GDform { display: none; }*/

/* ----- +error ----- */
form .error-msg {border:1px solid;clear:both;margin:.69em 0;padding:.5em 1em;}
form .error-msg legend {border:1px solid;padding:.2em .5em;}
form .error-msg ul { list-style-type:square;margin-left:20px;overflow:visible;}
form .error-msg ul li {clear:both;float: none;list-style-image:none;padding:2px 0;width:auto;}
form .error-msg label {float:none;display:inline;margin:0;padding:0;width:auto;}
/*form li.error label:not(.checktxt):not(.radiotxt):not(.labelcheckradio) { width: 100%; }*/
/*form li.error label:not(.checktxt):not(.radiotxt):after { content: 'Pflichtfeld';  position: absolute;right: 0;font-family:'PPAgrandir'; font-size:0.8571428571428571em; }*/
form li.error label.labelcheckradio:after { right: auto;left: 0;top: 34px; }
form li.error input, form li.error select, form li.error textarea {font-weight:normal;}

/* ----- +label ----- */
label{letter-spacing: 0.28px}
form small {display:block;font-size:0.85em;}
label, form ol div, form ul div {float:left;line-height:1.3;margin:5px 20px 5px 0;vertical-align:top;font-family: 'TraulhaJornau',serif; letter-spacing: 0.28px; font-size: 0.94em}
label {margin:5px 5px 5px 0;}
.req label {/*font-weight:bold;*/}
form .checktxt, form .radiotxt, form .widetxt { margin-right:0;}
form .radiotxt.full, form .checktxt.full {width:90%;}
form fieldset .autotxt {width:auto;}
form label.req {display:block;float:none;font-weight:bold;margin:0 0 .69em;width:100%;}

/* ----- +elements ----- */
input, select, textarea {border: 1px solid;float:left;font-size:0.94em;padding:4px 6px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
/* Safari/Chrome/Firefox/Opera/IE 8+ http://css-tricks.com/box-sizing/ */
/*-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;  
box-sizing: border-box;  */
	-webkit-appearance:auto !important;
}
input[type=text],input[type=email],input[type=url],input[type=date],input[type=tel],input[type=number],input[type=search],input:focus, select,textarea { 
	border-top: none !important;
	border-left:none !important; 
	border-right:none !important;
	font-weight: bold; 
	outline: none;
	font-family: 'PPAgrandirWideRegular',arial,helvetica,clean,sans-serif;
	font-size: 0.94em
}
select {
	width:100% !important;
	/*-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;*/
	cursor: pointer;
}
li.dropdown{position: relative}
.dropdown select{color: #707070; font-size: 0.94em}
.dropdown select option{color: black; background-color: #F4E9E3}
.dropdown select option:hover{background-color: #F4E9E3}
select::-ms-expand { display: none; } /* fix for IE <= 11 */
.select-icon {
  position: absolute;
    bottom: 10px;
    right: 4px;
    width: 30px;
    height: 27px;
    pointer-events: none;
    padding-left: 5px;
    margin: 0;background-image: url("../content/default/selectbox_icon.svg"); background-position: center; background-repeat: no-repeat; background-size: 18px;
}
/*select:focus:active:hover + .select-icon { transform: rotate(180deg); }*/

option {padding-left: 0.4em;} /* resets rendering error */
textarea {vertical-align:top;resize:none;}
input.button {text-align:center;}
input.button:focus {text-decoration:underline;}
input.img {border:0 none;padding:0;width: auto;}
input.noborder {background-color: transparent;border: 0 none;margin-bottom:.7em;margin-right:5px;padding:0;width:auto;}
input.checkbox, input.radio {background-color: transparent;border: 0 none;margin:7px 5px 0 0;padding:0;width:auto;}
input[type=checkbox], input[type=radio], input[type=submit], button {cursor:pointer;}
input[type='text'],input[type='password']{cursor:text;}
input[type='hidden']{display:none;}
input[disabled='disabled'] {background-color:#DADADD; cursor:auto;}
input[type="submit"]::-moz-focus-inner {border:0;} /* http://christophzillgens.com/de/articles/input-und-button-gleich-hoch */
input[type="checkbox"], input[type="radio"] { /*display: none;*/opacity: 0;height: 0;width: 0;clear: both;position: absolute;/* fix for not showinf html5 browser validation 13.12.2022 martina */ }
label.checktxt, label.radiotxt { 
	position: relative;
	padding: 2px 5px 3px 25px;
	display: inline-block;
	float: none; 
	width: auto;
	margin: 0 0 5px 0;
	font-family:'PPAgrandirWideRegular',arial,helvetica,clean,sans-serif;
	font-weight: normal;
	font-size: 0.94em
}
input[type="radio"]:not(.iCheck):checked + label.radiotxt::before { background-image: url(../content/default/radio.svg); border-color:#000; }
input[type="checkbox"]:not(.iCheck):checked + label.checktxt::before { background-image: url(../content/default/check.svg); border-color:#000; }
input[type="radio"]:not(.iCheck):checked + label.radiotxt, input[type="checkbox"]:not(.iCheck):checked + label.checktxt { font-weight: bold; }
label.checktxt::before, label.radiotxt::before {
  content: "";
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
    background-color: transparent;
  border: 2px solid #707070;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0px 10px -7px -25px;
    background-position: center;
    background-size: 14px auto;
}
label.radiotxt::before { border-radius: 50%; }

.agb-row label.checktxt::before, .agb-row label.radiotxt::before { content: none;background: round; }
.agb-row label.checktxt, .agb-row label.radiotxt { padding: 2px 5px 3px 5px; }


/* ----- +standard ----- */
form .wauto {width:auto;}
form .full {width:100%;}
form .spacer {display:block;margin:.2em 5px 0 0;float:left; text-align:center;}
form .short {margin-right:10px;width:100px;}
form img.captcha {float:left;margin-right:.5em;}

/* @section =buttons mit Hintergrundbild
-------------------------------------------------------------------*/
a.button:link, a.button:visited, a.button:focus, a.button:hover, a.button:active, button, .btn{
	border:2px solid #000 !important;
	cursor:pointer;
	display:inline-block;
	font-size: 0.94em !important;
	font-family: 'PPAgrandirWideBold',arial,helvetica,clean,sans-serif; 
	line-height:16px !important;
	margin:0;
	padding:12px 20px !important;
	text-align:center;
	text-decoration:none; 
	letter-spacing: 0.28px;
	background-color: #fff0ec; 
	color: #000 !important; 
}
/*#sapshop .btn{font-weight: unset!important; border-radius: 0 !important}
#sapshop .btn:hover{color: white !important; background-color: black !important}
#behat-submit-seats-from-add-seats-list{ text-align: left; padding: 6px 7px !important}
#behat-submit-seats-from-add-seats-list-with-reductions{padding: 6px 10px!important}*/
button *{ font-size:1em;font-family: 'PPAgrandirWideBold',arial,helvetica,clean,sans-serif; line-height:16pt}
button {/*width: 284px;*/ overflow: visible; } /* http://www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
/*a.button:focus, a.button:hover, a.button:active { text-decoration:underline;}*/
button::-moz-focus-inner {border: none;}
button.auto, a.auto:link, a.auto:visited, a.auto:focus, a.auto:hover, a.auto:active {width:auto;}
button.fright, a.fright:link, a.fright:visited, a.fright:focus, a.fright:hover, a.fright:active {float:right;}

/* ----- +size ----- */
label, form ol div, form ul div {overflow:hidden;/*width:160px;*/width: 100%;float: none;display: block; }
form fieldset .right {margin-left:170px;} /* label width + label margin-right 160px + 10px */
input, select, textarea {/*width:270px;*/width: 100%;}
form .checktxt, form .radiotxt, form .widetxt {/*width:254px;*/}
form li ol, form li ul, select, input.button {/*width:284px;*/}
input.captcha {margin-top:10px;width:100px;}

/* ----- +color ----- */
form li.req {}
form .req li label {background-color:transparent;}
input, select, textarea {background-color: transparent;border-color: #333;}
/*a.button:link, a.button:visited, a.button:focus, a.button:hover, a.button:active, button {background-color: #fff0ec;color:#000;border-color:#000; box-shadow: none;text-decoration: none; }*/
a.button:focus, a.button:hover, a.button:active, button:focus, button:hover, button:active { background-color: #000;color:#fff !important;border-color:#707070; }
input.placeholder {color:#B3B3B3;}
input::-webkit-input-placeholder {color:#B3B3B3;}
input:-moz-placeholder {color:#B3B3B3s;}
a.button:focus, a.button:hover, a.button:active, button:focus, button:hover, button:active,
input:focus, select:focus, textarea:focus {border-color:#000 !important; }
form .error-msg, form .error-msg legend {background-color: #FFCECF;border-color:#BF0027;}
form .error-msg legend {
-webkit-box-shadow: 0 0 5px #BF0027;
-moz-box-shadow: 0 0 5px #BF0027;
-o-box-shadow: 0 0 5px #BF0027;
box-shadow: 0 0 5px #BF0027;
}
form .error-msg {background-color: #FFCECF;border-color:#f00;
/*-webkit-box-shadow: 0 0 5px #f00;
-moz-box-shadow: 0 0 5px #f00;
-o-box-shadow: 0 0 5px #f00;
box-shadow: 0 0 5px #f00;*/
}
form li.error label {color:#f00;}
input[type=text]:focus:invalid,
input[type=email]:focus:invalid,
input[type=url]:focus:invalid,
input[type=date]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=number]:focus:out-of-range,
form li.error input, form li.error select, form li.error textarea {border-color:#f00;}
form li.error textarea { background-color: rgba(199, 42, 42, 0.1); }
/*
input[type=text]:focus:valid,
input[type=email]:focus:valid,
input[type=number]:focus:in-range { outline: 2px #0f0 solid; }*/

@media screen and (min-width: 720px) {
    label, form ol div, form ul div {overflow:hidden;/*width:160px;*/width: auto;/*float: left;*/display: inline-block;vertical-align: middle; }
}

@media screen and (min-width: 1280px) {
    form ol li.half {display:inline-block;padding: 10px 5px;float: none; width: 50%;vertical-align: top; }
    /*form ol li.half:nth-child(even) { padding: 10px 0 10px 5px; }
    form ol li.half:nth-child(odd) { padding: 10px 5px 10px 0; }*/
}