﻿/* backtotop Philipp hinzugefuegt 26.08.2018 */

/* -------------------- */
/*       Footer         */
/* -------------------- */
.backtotop {
  bottom: 30px;
  display: none;
  font-size: 10px;
  height: 40px;
  letter-spacing: 2px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  background: #ff8400;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  z-index: 100;
  /* Philipp 21.09.2018 hinzugefuegt: */
  opacity: 0.6;  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .backtotop:hover {
    color: #ffffff; }
  .backtotop:after {
    border: 2px solid #ff8400;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .backtotop:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%; }
  .backtotop.ts-block {
    display: block; }
  .backtotop i {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    top: -10px;
    width: 100%; }

.backtotop:hover::after {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px; }

.backtotop span {
  display: inline-block;
  font-size: 10px;
  line-height: 14px; }

.backtotop:hover .ts-line-animate {
  height: 40px;
  opacity: 0.7; }
  
 /* Philipp 26.08.2018 disabled link */
.adisabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}  

/* Philipp 13.11.2018 fuer detaildata.php */
  .alnright { text-align: right; }
  
/* Philipp 22.11.2018 */
/* fuer mobile(xs) quicksearch */
.img-klein {
  max-width: 50%; }
/*  */
/* Philipp 19.03.2019 */
/* test *
/* .breadcrumb li {font-size: 16px;} */

/* Philipp 03.04.2019 */
/*
  a.weisserlink:link		{ color: #FFFFFF; text-decoration: none; font-size: 14px;  font-weight: 400;}
	a.weisserlink:hover		{ color: #FFFFFF; text-decoration: underline; font-size: 14px;  font-weight: 400;}
*/	

	/* Philipp 03.06.2019 */
	/* damit angeklickte Auktions-Titel auf quicksearch.php etwas dunkler erscheinen */
	
	/* Philipp 12.09.2019
	a.dunklervisited:visited	{ color: #914f08; }
	*/
	a.dunklervisited:visited	{ color: #492704; }	


/* siehe Kommentar in _home.scss: Definitionen von f-category wurden hierhin uebernommen. Philipp 08.06.2019 */

/* Philip auskommentiert 08.06.2019
.f-category {
  border: solid 1px #ddd;
  margin-top: -1px;
  border-left: 0;
  background: #fff;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  display: block; }
  .f-category a {
    display: block; }
  .f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    transform: scale(1);
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }
  .f-category:hover img {
    transform: scale(1) translateY(-3px);
    opacity: .9; }
  .f-category:hover h6 {
    transform: scale(1.1) translateY(2px); }
  .f-category h6 {
    color: #333;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s; }
    .f-category h6 .count {
      color: #9a9a9a;
      font-size: 12px; }
*/

/* Philipp uebernommen von neuer dark-Version 08.06.2019 */
.f-category {
  border: solid 1px var(--border-color);
  margin-top: -1px;
  border-left: 0;
  padding: 15px;
  text-align: center;
  overflow: hidden;
  display: block; }
  .f-category a {
    display: block; }
  .f-category img {
    display: block;
    height: 90px;
    margin: 0 auto;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0s; }
  .f-category:hover img {
    -webkit-transform: scale(1) translateY(-3px);
       -moz-transform: scale(1) translateY(-3px);
         -o-transform: scale(1) translateY(-3px);
            transform: scale(1) translateY(-3px);
    opacity: .9; }
  .f-category:hover h6 {
    -webkit-transform: scale(1.1) translateY(2px);
       -moz-transform: scale(1.1) translateY(2px);
         -o-transform: scale(1.1) translateY(2px);
            transform: scale(1.1) translateY(2px); }
  .f-category h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    padding-bottom: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
       -moz-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
         -o-transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
            transition: all 0.25s cubic-bezier(0.4, 0, 1, 1) 0.1s;
    color: #292b2c; }
    .f-category h6 a {
      color: #292b2c; }
    .f-category h6 .count {
      color: #9a9a9a;
      font-size: 12px; }

.copy-info-gross {
  display: block;
  font-size: 13px;
  margin-top: 12px;
  padding-left: 0; }
  
  
.fa-custom-red {
color: #e60000;
}

.modal {
  border: 1px solid black;
  display: none;
}


/* Philipp 03.04.2020 */
/* override Bootstrap settings */
.popover{
    max-width:800px;
    height:250px;
    html: true;
    /* container: 'body' */
}
  

/* Philipp 19.04.2020 */
.link-color-grey { color: #808080; } /* CSS link color */


/* Philipp 18.06.2020 */

.lowercase-for-catno {
  /* font-size: 0.8rem;	*/
  font-size: 14px;
  text-transform: none;
  }

/* Philipp 20.06.2020 */
/* damit die gruppen mit einem scrollbalken versehen werden, wenn es zu viele sind */
.tabelle-groups {
  /* overflow: hidden; */
  width: 100%;  
  overflow: auto;  
}


/* Philipp 17.07.2020 */
/* damit die Hoehe (!) der catno-Cards mehrheitlich gleich ist */
.card{
    min-width:200px;
}


/* Philipp 20.07.2020 */
.align-rechts {
  text-align: right;
  margin-right: 1em;
}
