.visuallyhidden {
  display: none; }

.pr-0-lg-3 {
  padding-right: 0 !important; }

@media (min-width: 980px) {
  .pr-0-lg-3 {
    padding-right: 15px !important; } }

.icon_schadbild_rot {
  color: #CA0101; }

.icon_schadbild_gruen {
  color: #74B917; }

.icon_schadbild_gelb {
  color: #e5d324; }

/*
Breadcrumb
 */
.elska__bc-top {
  margin-top: -16px !important; }

.elska__bc-top > div.breadcrumb li > strong,
.elska__bc-top > div.breadcrumb li > a {
  padding: 0.5rem !important; }

.elska__bc-top > div.breadcrumb li:first-child > a {
  font-size: 17px;
  line-height: 17px; }

/*
selectBoxIt
 */
.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  padding-right: 2px !important;
  vertical-align: middle;
  font: 12px FontAwesome; }

/*
Preview
 */
.schadbild_gallery_preview figure::after {
  content: 'Neu';
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  padding-top: 3%;
  padding-left: 3%;
  width: 25%;
  height: 25%;
  color: white;
  background-color: #ca0101; }

.schadbild_gallery_preview figure:hover::after {
  display: none; }

.elska-preview {
  position: fixed;
  top: 0;
  right: -45%;
  text-align: center;
  background-color: #CA0101;
  color: #fff !important;
  opacity: 0.5;
  animation: myanim 5s infinite;
  transform: rotate(45deg); }

@keyframes myanim {
  0% {
    opacity: 0.0;
    width: calc(100% - 2em);
    padding: 1em; }
  50% {
    opacity: 1.0;
    width: calc(100% - 4em);
    padding: 2em; }
  100% {
    opacity: 0.0;
    width: calc(100% - 2em);
    padding: 1em; } }

.elska__bc-top {
  display: none;
}
