/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.04.2015, 12:17:24
    Author     : Dimitri
*/


.ym-wrapper, #footer form 
{
  /*
    Normal muss es 320 px sein aber da auch 
    scrollbalken mit zählen muss dies berücksichtigt werden!
    Daher nur 300px;
  */
  min-width: 300px; 
  
  max-width: 100em;
}

.loadmask-msg
{
  border-color: #aaa;
  background-color: #ccc;
  box-shadow: 1px 1px 2px;
  border-radius: 0.2em;
}

.bottom-box-content .vermittler-bild img {
  width: 10em;
  height: 10em;
  border-radius: 50%;
  object-fit: cover;
}

.loadmask-msg div
{
  border-color: #aaa;
  border-radius: 0.2em;
}

#header .procon-logo
{
  margin: 1.5em 0;
}

#header .procon-logo img
{
  max-width: 100%;
  height: auto;
}

#nav
{
  height: auto;
  padding-bottom: 10px;
  padding-right: 40px;
}

#nav .ym-cbox
{
  height: 100%;
}

nav.ym-offer-hlist
{
  border-bottom: 1px solid #444;
  background-color: transparent;
  height: 15px;
  overflow: visible;
  margin-bottom: 30px;
  margin-top: 10px;
  float: none;
}

.ym-offer-hlist ul
{
  display: table;
  width: 100%;
  padding: 0px;
  float: none;
  table-layout: fixed;
}

.ym-offer-hlist ul li
{
  text-align: center;
  float: none;
  display: table-cell;
  vertical-align: top;
}

.ym-offer-hlist ul li.active
{
  background-color: transparent;
}

.ym-offer-hlist ul li button
{
  display: inline-block;
}

.ym-offer-hlist ul li.hlist-item-last
{
  text-align: right;
}

.ym-offer-hlist ul li:first-child
{
  text-align: left;
}

.ym-offer-hlist ul li button
{
  cursor: pointer;
}

.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.disabled button
{
  cursor: initial;
}

.ym-offer-hlist ul li button,
.ym-offer-hlist ul li:hover button,
.ym-offer-hlist ul li:focus button,
.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.active:hover button,
.ym-offer-hlist ul li.active:focus button,
.ym-offer-hlist ul li.disabled button,
.ym-offer-hlist ul li.disabled:hover button,
.ym-offer-hlist ul li.disabled:focus button
{
  color: #888;
  text-shadow: 0px 1px 0px #222;
  background-color: white;
  font-weight: bold;
}

.ym-offer-hlist ul li button i
{
  color: #ccc;
  text-shadow: 0px 1px 1px #666;
}

.ym-offer-hlist ul li.active button,
.ym-offer-hlist ul li.active:hover button,
.ym-offer-hlist ul li.active:focus button,
.ym-offer-hlist ul li.active button i,
.ym-offer-hlist ul li:hover button,
.ym-offer-hlist ul li:focus button,
.ym-offer-hlist ul li:hover button i,
.ym-offer-hlist ul li:focus button i
{
  color: #444;
}

.ym-offer-hlist ul li.disabled button,
.ym-offer-hlist ul li.disabled:hover button,
.ym-offer-hlist ul li.disabled:focus button,
.ym-offer-hlist ul li.disabled button i,
.ym-offer-hlist ul li.disabled:hover button i,
.ym-offer-hlist ul li.disabled:focus button i
{
  color: #ccc;
  font-weight: normal;
  text-shadow: 0px 1px 0px #ddd;
}

.ym-offer-hlist ul li.disabled button i,
.ym-offer-hlist ul li.disabled:hover button i,
.ym-offer-hlist ul li.disabled:focus button i
{
  text-shadow: none;
}


.ym-offer-hlist ul li button i.item-number,
.ym-offer-hlist ul li:hover button i.item-number,
.ym-offer-hlist ul li:focus button i.item-number
{
  color: #fff;
  text-shadow: 0px 1px 1px #999;
  font-weight: bold;
}

.fl_required, .fl_required_error, .fl_error, .error_extra .fl_required
{
  background: none;
  padding-right: 0px;
}

.fl_required:after,
.fl_required_error:after, .fl_error:after, .error_extra .fl_required:after
{
  content: "\00a0*";
}

.ym-form label, .ym-form .ym-label
{
  color: #444;
  text-shadow: 0px 1px 0px #9a9a9a;
}

.required-text-advice
{
  color: #aaa;
}

.ym-form div.type-message
{
  padding: 0px;
  display: table;
  width: 100%;
}

.ym-form .type-message span,
.ym-form .type-fields .type-message span
{
  display: none !important;
}

.ff_notification
{
  height: auto;
  width: auto;
}

.ff_notification_error:before
{
  display: none;
}

.ym-form .ff_notification_error-tooltip
{
  display: table-cell;
  background-color: #f7ebeb;
  color: #E02626;
  white-space: inherit;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

@media screen and (max-width: 1020px)
{
  .ym-col2
  {
    display: none;
  }
  .ym-col3
  {
    padding-right: 0px;
  }
  
  .ym-offer-hlist ul
  {
    table-layout: auto;
  }
  
  #nav
  {
    padding-right: 0px;
  }
}

@media screen and (max-width: 480px) 
{
  .ym-form .ym-fbox
  {
    padding: 0 0.5em;
  }
  
  .ym-form .ym-fbox-heading
  {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  
  .p-button
  {
    width: 25%;
  }
  
  .ym-offer-hlist
  {
    border: none;
    margin: 0px;
    height: auto;
  }
  
  .ym-offer-hlist ul li button .hlist-button-label
  {
    float: none;
    display: block;
  }
  
  #nav
  {
    padding-right: 0px;
  }
}