/* 
Theme Name: Krefelder Rennbahn Theme
Description: Krefelder Rennbahn goes Web 
Author: Björn Lange
Author URI: https://kraehfelder.de/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

//////////////////////////
// fonts
//////////////////////////


  /* playfair-display-regular - latin Ueberschrift*/
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/playfair-display-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/playfair-display-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/playfair-display-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/playfair-display-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  }

  /* nunito-sans-regular - latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/nunito-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/nunito-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/nunito-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
  }


html,body{ 
	width:100%;
	height:100%;
}

body
{
    font-family: 'Nunito Sans', serif !important;
      overflow-x: hidden !important;
    background-repeat: repeat;
  }


p
{
  font-family: 'Nunito Sans', serif !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;  
}

.ueber-1 h1::before, .ueber-2 h2::before {
  content: "//";
  color: #98bf14;
  margin-right: 8px;

}

a.unterstrichen {
 color:#000 !important; 
}

a.unterstrichen:hover {
    text-decoration:underline;
}

.rot{
    color:#8C5C0C !important;
}

.grau{
    color: #6c727a;
}

.weiss p, .weiss {
    color:#ffffff !important;
}

.bgu {
  background: #f0f0ee;
}

.fett{
    font-weight:700;
}

.gross{
    text-transform: uppercase !important;
}

ul {
    margin-bottom: 20px;
  }

.bg {
    background: #212121;
    width: 30%;
    padding: 10px 10px;
    margin-top: 40px;
    margin-bottom: 0;
    color:#fff !important;
  }

  #sticky {
    position: fixed;
    right: 0;
    z-index:100;
  }

  #text-bild {
    width: 160%;
    background: #fff;
  }

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.3); /* Anfangsglow */
    }
    100% {
        box-shadow: 0 0 30px rgba(255, 255, 230, 1); /* Maximale Leuchtkraft */
    }
}

/* Definiere die Animation für den Container */
@keyframes fadeSlideUpContainer {
    0% {
        opacity: 1;
        transform: translateY(0px); /* Startposition, leicht nach unten verschoben */
    }
    50% {
        opacity: 1;
        transform: translateY(0px); /* Endposition, normale Position */
    }
    100% {
        opacity: 1;
        transform: translateY(0px); /* Zurück zur Startposition */
    }
}

/* Wende die Animation auf den Container an */
#eventtag h2 {
	animation: pulse 2.5s ease-in-out infinite;
    //animation: fadeSlideUpContainer 3s ease-in-out infinite; /* Dauer, Timing und Schleifenwiederholung */
	//animation: glow 1.5s infinite alternate; /* Leuchtende Animation */
}

#eventtag2 h2  {
	animation: pulse 4.5s ease-in-out infinite;
    //animation: fadeSlideUpContainer 1s ease-in-out infinite; /* Dauer, Timing und Schleifenwiederholung */
	//animation: glow 3s infinite alternate; /* Leuchtende Animation */
}

#eventtag3 h2  {
	animation: pulse 3.5s ease-in-out infinite;
    //animation: fadeSlideUpContainer 3s ease-in-out infinite; /* Dauer, Timing und Schleifenwiederholung */
	//animation: glow 2.5s infinite alternate; /* Leuchtende Animation */
}

/*Navigation*/
#menuleiste a{
//	background: #ffffff70 !important;
	background: #ffffff !important;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
		border-radius:0px !important;
}

#menuleiste .current-menu-item a {
  border: 0px solid black;
	background: #d9caa8 !important;
}

#main-nav a {
    padding-left: 12px;
  }
  #main-nav .elementor-item.elementor-item-anchor.elementor-item-active::before {
content: '';
margin-left: -12px;
background: #6C674D;
width: 7px;
height: 7px;
margin-top: 8px;
  }

/*Cookie Banner ---------*/
.cc-revoke, .cc-window {
    font-family: 'franklin-gothic-urw',sans-serif !important;
}

/*Buttons ------*/
#buttonmat a::before {
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 9999;
	border-top-left-radius: 0px;

}

#buttonmat2 a::before {
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 9999;
}

#buttonmat a:hover:before, #buttonmat a:hover:after, #buttonmat2 a:hover:before, #buttonmat2 a:hover:after {
  width: 100%;
  height: 100%;
  //border-left: 1px solid #fff;
}

#buttonmat a::after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 9999;
	border-bottom-right-radius: 0px;

}

#buttonmat2 a::after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 9999;
}


#liste ul {
            list-style: none; /* Standard Listensymbole entfernen */
            padding-left: 0px;
        }


#liste ul li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 5px;
        }


#liste ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 14px;
            height: 14px;
            background-color: #B8860B;
        }

.eventbild {
  object-fit: contain;
}


/*Footer -------*/
#footer-menu a:hover {
    transform: scale(1.02) translate(0,0) perspective(0) rotateY(0deg);
  }

//Oeffnungszeiten
.zeiten {
    padding: 0px 0px;
    min-height: inherit;
    margin-left: 5px;
    color:#ffffff;
    text-align: left;
	
      }
      .zeiten strong{
          color: #6C727A;
		  padding-left:10px;
      }
      .zeiten p{
        margin: 1.3rem 0 1rem 0 !important;
    }
  
  .zeiten ul, .zeiten ol {
        margin: 0;
       padding: 0;
        list-style: none !important;
	  width:100%;
          }       
  
  .zeiten li {
  
    border-bottom: 0.5px solid #bbaeae;
    padding: 0.35rem 0;
    letter-spacing: 0rem;
    list-style: none;
    font-style: normal;
   //font-size: 1rem !important;
   }
  
  .zeiten li:last-child {
    border: 0;
  }
  
  .zeiten li strong {
    display: inline-block;
    width: 20%;
  }  


 /*MEDIA QUERIES**********************************/


/*1*/   	
@media only screen and (max-width: 767px){
 
}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------2-------------*/
@media (min-width: 768px) and (max-width: 979px) {




}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------3-------------*/
@media (min-width: 980px) and (max-width: 1279px) {
   
}

/*-----------4-------------*/
@media (min-width: 1280px) and (max-width: 1600px) {

}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------5-------------*/
@media (min-width: 1601px) {


}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------6-------------*/
@media (min-width: 2700px) {

    }


