.my-input {
    margin:16px;
}

.my-input-txt {
    display: inline-block; 
    width:100%; 
    max-width: 380px; 
    padding: 6px; 
    font-size: 20px;
}

.my-input-error-color {
    background-color:#ffa0a0;
}

.my-input-ok-color {
    background-color:#a0ffa0;
}

.my-input-default-color {
    background-color:transparent;
}

.my-input .title {
    font-size:16px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    display: block;
}

.my-input .title span{
    color:#28503c;
}

.my-input .error-msg {
    color:#28503c;
    font-size: 14px;
    display: none;
}

.my-input .row {
    padding:2px 2px 2px 5px;
    margin:0px;
    min-height:40px;
    display: block;
    box-sizing: border-box;
    width:100%;
}

.my-input .fild {
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.my-input .text {
    width: 100%;
    font-size: 20px;
    border:0px solid #fff; 
    box-sizing: border-box; 
    background-color: transparent;
}

.my-input .icon-text {
    width: 100%;
    font-size: 20px;
    border:0px solid #fff; 
    border-bottom: 1px solid rgba(255,255,255,0.5);;
    box-sizing: border-box; 
    background-color: rgba(255,255,255,0.1);
    padding:4px;
    outline: none;
}
.my-input .icon-text:focus {
    border-bottom: 1px solid rgba(100,255,100,0.3);
    background-color: rgba(100,255,100,0.15);
}


.my-input .area {
    width: 100%;
    height:100px;
    font-size: 20px;
    border:0px solid #fff; 
    box-sizing: border-box; 
    background-color: transparent;
}

.my-input .icon-area {
    width: 100%;
    height:100px;
    font-size: 20px;
    border:0px solid #fff; 
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box; 
    background-color: rgba(255,255,255,0.1);
    padding:4px;
    outline: none;
}
.my-input .icon-area:focus {
    border-bottom: 1px solid rgba(100,255,100,0.3);
    background-color: rgba(100,255,100,0.15);
}
/*******************************************************************************/

.my-button, .my-button:active {
    text-decoration: none;
    padding:10px 20px 10px 20px;
    margin-top:4px;
    margin-bottom:4px;
    background-color: #28503c!important;
    border: solid 1px rgba(127, 127, 127, 0.5);
    color:#fff!important;
}

.my-button:hover {
    text-decoration: none;
    background-color: #fff!important;;
    border: solid 1px rgba(0, 0, 0, 0.5);
    color:#28503c!important;
}

.my-button-aktiv, .my-button-aktiv:active, .my-button-aktiv:hover {
    text-decoration: none;
    padding:10px 20px 10px 20px;
    margin-top:4px;
    margin-bottom:4px;
    background-color: #48805c!important;
    border: solid 1px #28503c;
    color:#fff!important;
    font-weight: bold;
    cursor:default;
}

.my-button-distable, .my-button-distable:active, .my-button-distable:hover {
    text-decoration: none;
    padding:10px 20px 10px 20px;
    margin-top:4px;
    margin-bottom:4px;
    color:#888!important;
    background-color: #aaa!important;
    border: solid 1px rgba(0, 0, 0, 0.5);
    color:#fff;
    cursor:default;
}


.my-button .ico_che {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_che_w.png);
}
    
.my-button:hover .ico_che{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_che_g.png);
}
.my-button-distable .ico_che{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_che_w.png);
}

.my-button .ico_plu {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_plu_w.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_plu{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_plu_g.png);
}
.my-button-distable .ico_plu{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_plu_w.png);
}

.my-button .ico_loe {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_loe_w.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_loe{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_loe_g.png);
}
.my-button-distable .ico_loe{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_loe_w.png);
}

.my-button .ico_b_li {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_li.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_b_li{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_g_li.png);
}
.my-button-distable .ico_b_li{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_li.png);
}

.my-button .ico_b_re {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_re.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_b_re{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_g_re.png);
}
.my-button-distable .ico_b_re{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_re.png);
}

.my-button .ico_b_ob {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_ob.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_b_ob{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_g_ob.png);
}
.my-button-distable .ico_b_ob{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_ob.png);
}

.my-button .ico_b_ru {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_ru.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_b_ru{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_g_ru.png);
}
.my-button-distable .ico_b_ru{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_b_w_ru.png);
}














.my-button .ico_vis {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_vis_w.png);
    background-size: 20px 20px;
}

.ico_vis {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_vis_g.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_vis{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_vis_g.png);
}
.my-button-distable .ico_vis{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_hdn_w.png);
}

.my-button .ico_hdn {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_hdn_w.png);
    background-size: 20px 20px;
}

.ico_hdn {
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_hdn_g.png);
    background-size: 20px 20px;
}
    
.my-button:hover .ico_hdn{
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_hdn_g.png);
}
.my-button-distable .ico_hdn{
    display: inline-block;
    margin-top:0px; 
    margin-bottom: 0px; 
    margin-left:0px; 
    margin-right: 4px;
    padding: 0px;
    width:20px;
    height:20px;
    background-size: 20px 20px;
    background-image: url(https://www.trefflingtalerhaus.at/img/ico_vis_w.png);
}











/*******************************************************************************/
/* Radiobutton */

/* The my-radio */
.my-radio {
  display: inline-block;
  /*position: relative;*/
  padding-left: 28px;
  margin-bottom: 12px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.my-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.my-radio-icon {
  /*position: absolute;
  top: 2px;
  left: 0;*/
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  display: inline-block;
  float:left;
  margin-top:2px;
  margin-right: 5px;
  margin-left: -32px;
}

/* On mouse-over, add a grey background color */
.my-radio:hover input ~ .my-radio-icon {
  background-color: #d2847c;
}

/* When the radio button is checked, add a blue background */
.my-radio input:checked ~ .my-radio-icon {
  background-color: #e42d1b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.my-radio-icon:after {
  content: "";
  /*position: absolute;*/
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.my-radio input:checked ~ .my-radio-icon:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.my-radio .my-radio-icon:after {
    /*top: 7px;
    left: 7px;*/
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: white;
    margin:6px 6px;
}


/******************************************************************************************/

.my-checkbox {
  display: inline-block;
  /*position: absolute;*/
  padding-left: 28px;
  margin-bottom: 12px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.my-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.my-checkbox-icon {
 /* position: absolute;
  top: 2px;
  left: 0;
 */
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  display: inline-block;
  float:left;
  margin-top:2px;
  margin-right: 5px;
  margin-left: -32px;
}

/* On mouse-over, add a grey background color */
.my-checkbox:hover input ~ .my-checkbox-icon {
  background-color: #d2847c;
}

/* When the checkbox is checked, add a blue background */
.my-checkbox input:checked ~ .my-checkbox-icon {
  background-color: #e42d1b;
}

/* Create the my-checkbox-icon/indicator (hidden when not checked) */
.my-checkbox-icon:after {
  content: "";
  /*position: absolute;*/
  display: none;
}

/* Show the my-checkbox-icon when checked */
.my-checkbox input:checked ~ .my-checkbox-icon:after {
  display: block;
}

/* Style the my-checkbox-icon/indicator */
.my-checkbox .my-checkbox-icon:after {
  /*left: 8px;
  top: 4px;
  */
  margin:4px 8px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/***************************************************************************************************/

/*the container must be positioned relative:*/
.my-select {
  position: relative;
  font-family: 'Questrial', sans-serif;
  z-index: 1000;
}

.my-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #e42d1b transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #e42d1b transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  font-size: 20px;
  padding: 2px 0px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  color: #000;
  font-size: 20px;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  position: absolute;
  
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.1);
  
  
  /*
  border: solid 1px #aaa;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10000;*/
  width:100%;
  overflow-y: scroll;
  overflow-x: hidden;
  height:200px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/******************************************************************************/

.selectImage {
    width:200px; 
    vertical-align: top; 
    height:200px; 
    display: inline-block;
    background-color: #eee;
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: 100% auto;
}
.selectImage2 {
    width:200px; 
    vertical-align: top; 
    height:200px; 
    display: inline-block;
    background-color: #eee;
    background-repeat: no-repeat; 
    background-position: center center; 
    /*background-size: auto 100%;*/
}