/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

tbody {
  color: #ccc;
}

.ac-item:last {
  border: none;
}

.spacer {
  background-color: #000 !important;
}

.social-icons li {
  margin-right: 5px;
}

.body-inner {
  background-color: #eee;
}

.call-to-action {
  margin-bottom: 0 !important;
}
/*
.call-to-action h3,
.call-to-action p {
  text-shadow: 1px 1px 2px black;
}
*/
.call-to-action .btn {
  background-color: transparent !important;
  border: solid 2px #000 !important;
  transform: scale(1);
  color: #000 !important;
}
.call-to-action .btn:hover {
  transform: scale(1.1);
}

.call-to-action > .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  transition: 0.3s;
}

.call-to-action:hover > .overlay {
  opacity: 0.3;
  background-color: #fff;
  transition: 0.6s;
}

.no-gutter {
  padding: 0;
}

.no-gutter-left {
  padding-left: 0 !important;
}

.no-gutter-right {
  padding-right: 0 !important;
}

.honeypot {
  display: none;
}

.text-danger {
  color: red !important;
}

.form-label,
.form-check-label {
  color: #fff;
}

/* unvisited link */
.form-check-label a:link {
  color: #aaa;
}

/* visited link */
.form-check-label a:visited {
  color: #aaa;
}

/* mouse over link */
.form-check-label a:hover {
  color: #ccc;
}

/* selected link */
.form-check-label a:active {
  color: #aaa;
}

#page-title .preheadline {
  font-size: 1.2rem;
}

#page-title .page-title h1 {
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  #page-title .preheadline {
    font-size: 1.2rem;
  }
  #page-title .page-title h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  #page-title .preheadline {
    font-size: 2.3rem;
  }
  #page-title .page-title h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  #page-title .preheadline {
    font-size: 2.4rem;
  }
  #page-title .page-title h1 {
    font-size: 4.5rem;
  }
}

@media (min-width: 1200px) {
  #page-title .preheadline {
    font-size: 3rem;
  }
  #page-title .page-title h1 {
    font-size: 5.5rem;
  }
}

#page-title > .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  transition: 0.3s;
}

.cover-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/pattern/cover-background.svg");
}

.text-dark,
.heading-text-dark {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}

.grid-active-title {
  font-size: 3rem;
  font-weight: 100;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0px;
  color: #fff;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	word-wrap: break-all ;
	hyphens: auto;
  -webkit-hyphens: auto;
}

h2,
h3,
h4 {
  text-transform: uppercase !important;
}


/* SCROLL DOWN BUTTON */

@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;	
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	opacity: 0.8;
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;	
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}

.hide-uc {
  display: none !important;
}

[data-testid="uc-privacy-button"]::part {
  display: none !important;
}

.accordion ul {
  list-style: none;
  padding-left: 0;
}


.text-primary {
  color: #ca0027 !important;
}

.stars {
  font-size: 24px !important;
  color: #e74133 !important;
}

.verkauft-label {
  padding: 5px 10px;
  background-color: #e74133;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.verkauft-label-center {
    padding: 5px 10px;
  background-color: #e74133;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 20px;


}

.download-item-description {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1000;
  padding: 10px;

}

.content .btn {
  background-color: transparent !important;
  border: solid 2px #000 !important;
  transform: scale(1);
  color: #fff !important;
}
.content .btn:hover {
  transform: scale(1.1);
}

/* Barrierefreiheit: Besserer Kontrast für Hauptmenü-Links */
#mainMenu nav > ul > li > a {
  color: #000 !important;
}
#mainMenu nav > ul > li > a:visited {
  color: #000 !important;
}
#mainMenu nav > ul > li > a:hover,
#mainMenu nav > ul > li > a:focus {
  color: #000 !important; /*  Kontrast für Hover/Focus */
}

li {
  margin-left: 12px;
}

@media only screen and (max-width: 768px) { /* Adjust 768px as needed */
  .flickity-page-dots {
    display: none !important;
  }
}

.margin-left-0 {
  margin-left: 0 !important;
}