.f3-form-error {
    background-color: #ffeeee;
}

.large-trikelist {
    margin-top: 20px;
}

.large-trikebox {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

.topmargin {
    margin-top: 20px;
}

.createTrikeLink {
    color: #3f3f3d;
}

form[name='detailedSearch'] input[type='text'], form[name='detailedSearch'] select {
    background-color: #eee;
}

form[name='detailedSearch'] label:not(.checkbox-inline):not(.radio-inline) {
    color: #c51a1b;
    font-size: 10px;
    margin-top: 10px;
}

form[name='detailedSearch'] .form-control::-moz-placeholder, form[name='detailedSearch'] input, form[name='detailedSearch'] select {
    color: #333;
}

form[name='detailedSearch'] hr {
    border-top-color: #c51a1b;
}

form[name='mapsSearch'] input[type='text'], form[name='mapsSearch'] select {
    margin-top: 0px;
    background-color: #eee;
}

form[name='mapsSearch'] .form-control::-moz-placeholder, form[name='mapsSearch'] input, form[name='mapsSearch'] select {
    color: #333;
}

form[name='mapsSearch'] .form-group {
    margin-top: 10px;
    background-color: #eee;
}

form[name='mapsSearch'] .btn, form[name='detailedSearch'] .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nspd-coordinate-item-link {
    position: relative;
    display: block;
}

.nspd-coordinate-item-link i {
    background: #c51a1b;
    color: #fff;
    font-size: 20px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.nspd-coordinate-item-link2 {
    position: relative;
    display: inline;
}

.nspd-coordinate-item-link2 i {
    cursor: pointer;
    background: #c51a1b;
    color: #fff;
    font-size: 12px;
    padding: 8px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#trikeImagesSlider.owl-carousel [class^="icon-"] {
    display: inline-block;
    width: auto;
    height: auto;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: none;
    margin-top: 4px;
}

#sidebar-navigation {
    display: none;
}

h1, h2, h3, h4, h5 {
    color: black;
}

h3 .streichpreis, h1 .streichpreis {
    text-decoration: line-through;
    color: gray;
    margin-right: 10px;
}

.sort-select-box {
margin-top: 0px;
background-color: #3f3f3d;
}

.tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 0px;
    padding: 2px 5px 3px;
    padding: 6px;
    max-width: 280px;
    min-width: 280px;
  }
  
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
  }
  
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  
  .popover[x-placement^="top"] .popover-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .popover[x-placement^="bottom"] {
    margin-top: 45px;
  }
  
  
  .popover-inner {
      text-align: center;
    background: #f9f9f9;
    color: black;
    padding: 10px;
    padding-top: 0px;
    font-size: 0.9em;
    border-radius: 0px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    min-width: 230px;
  }
  
  .service{
      background-color: #cecece;
  }
  
  .popover-arrow {
    border-color: #f9f9f9;
   
  }
  
  [x-arrow] {
    position: absolute;
  }
  
  .popover {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .popover[x-placement="bottom"] [x-arrow] {
    top: -5px;
    border-bottom: 5px solid #f9f9f9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  
  .popover[x-placement="top"] [x-arrow] {
    bottom: -5px;
    border-top: 5px solid #f9f9f9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
