/*deepskyblue=#00bfff
/*--------------------------------------------über alles drüber*/
html, body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #f1f1f1;/*black;*/
  height:100%; /*für sticky footer cookie-hinweis*/
}

img {
    padding: 0px;
    margin: 0px;
}

*{
  
}

.clear{
  clear: both;
}

.error { color: red; }

/*----------login-and-feedback-and-newsletter-form--------------------------------*/

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 1px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 7px;
}

/* Set a style for all buttons */
button {
    color: white;
    padding: 14px 20px;
    margin:8px 0;
    border: none;
    cursor: pointer;
    /*width: 100%;*/
}

button:hover {
    opacity: 0.8;
}


.container {
    width: 310px;
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 315px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 10px;
    top: 07px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}


/*----------slideshow-https://www.w3schools.com/w3css/w3css_slideshow.asp--------------*/
.slide-badge{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center;border-radius:50%}
.slide-transparent{background-color:transparent!important}
.slide-white,.slide-hover-white:hover{color:#fff!important;background-color:#fff!important}

/*----------TopContainer-Rechts/Links oder eben übereinander wenn zu schmal--------------*/
.TopContainer{
    margin: 0 auto;
    min-height: 200px;
    min-width:400px;
    /*media rules unten notwendig für positionierung nebeneinander wenn platz- mit float geht das nicht*/
}
/*ein TopContainer pro Zeile*/
@media screen and (min-width: 10px){
    .TopContainer{
    }
}
/*zwei TopContainer pro Zeile*/
@media screen and (min-width: 1000px){
    body{     
    }
    .TopContainer{
        /*width: 100%;*/
        width: 50%;
        box-sizing:border-box;
        float: left;
        text-align: left;
    }
}

/*--------------------tool-tips/hover-texte------------------------*/
.hoverinfo {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverinfo .hoverinfotext {
    visibility: hidden;
    width: 120px;
    color:black!important;
    background-color: ghostwhite;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 110%;
}
/*pfeil*/
.hoverinfo .hoverinfotext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent ghostwhite transparent transparent;
}
.hoverinfo:hover .hoverinfotext {
    visibility: visible;
}


/*--------------------tool-tips/hoverdown-texte------------------------*/
.hoverdowninfo {
    /*position: relative;*/
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverdowninfo .hoverdowninfotext {
    visibility: hidden;
    width: 120px;
    color:black!important;
    background-color: ghostwhite;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index:3;
}
/*pfeil*/
.hoverdowninfo .hoverdowninfotext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -22px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent ghostwhite  transparent;
}
.hoverdowninfo:hover .hoverdowninfotext {
    visibility: visible;
}

/*--------------------div-event-boxen------------------------*/
.inShadowpics{    
   box-shadow: 0px 0px 15px 10px #000 inset;
}

.event-container{
    position: relative;
    margin: 0 auto;
    margin-top: 14px;
    background: black;/*#333; */
    /*border: 1px solid deepskyblue;*/
    border-radius: 10px;
    padding: 2px;           /*innenabstände*/
    padding-left: 20px;
    width: 700px;
    height: 260px;
    box-shadow: 5px 5px 10px 5px lightgray;
    /*media rules unten notwendig für positionierung nebeneinander wenn platz- mit float geht das nicht*/
}
/*ein eventcontainer zentriert*/
@media screen and (min-width: 10px){
    .event-container{
        /*background-image:url(../Aimg/Agra/scratch_700_250.png);*/

    }
    .event-intro{
        width:500px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}
/*zwei oder mehrere eventcontainer zentriert*/
@media screen and (min-width: 1450px){
    body{
        /*text-align: center;*/
    }
    .event-container{
        margin-right: 7px;
        margin-left: 7px;
        display: inline-block;
        text-align: left;
    }
    .event-intro{
        width: 1000px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        
    }
}
/*und innere drittel der EventContainer*/
.drittel1{
    float: left;
    text-align: center;
    width: 33.33%;
    box-sizing: border-box;
}
.drittel2{
    float: left;
    text-align: center;
    width: 33.33%;
    box-sizing: border-box;
}
.drittel3{
    float: left;
    text-align: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right:15px;
/*Formatierung Eventboxen innen*/    
}.iconmore{
    text-align: center;
    color: deepskyblue;
    display: inline-block;
}
.iconmore:hover{
    color:#6fff00;/*green 6fff00 */
}
.eventtitle{
    color: deepskyblue;
    /*color:#ff8200;*/
    font-size: 30px;
    /*font-family: serif;*/
    font-weight: bold;
    /*display: block;   ??*/
    margin: 3px;
}
.ratingstarsorange{
    color:white/*#ff8200;*/
    padding-left: 15px;
}
.prizingoverview{
    color:white;/*green 6fff00 */
    font-weight: bold;
    font-size: 20px;
    vertical-align:super;/*hochstellen*/
}
/*--------------------------------------------*/
.footerblocks{
    width: 25%;
    text-align: center;
    float: left;
    box-sizing: border-box;    
}

/*----------------------------------------------------------------------------------------*/
/*-------------------------------races----------------------------------------------------*/
/*Formatierung Eventboxen innen*/    
}.HoverCheck{
    /*text-align: center;*/
    /*color: deepskyblue;*/
    display: inline-block;
    font-size:23px;
    float:right;
    
}
.HoverCheck:hover{
    /*color:#6fff00;green 6fff00 */
    color:deepskyblue;
}
/*seriesboxs*/
.seriesboxs{
    float: left;
    width: 340px;
    margin:0 10px 0 10px;
    padding:20px 10px 10px 20px;
    border-radius:5px;
    border: 1px solid #ccc;
    background-color:#f1f1f1 
}
.seriesboxs:hover{
    background-color: #e1e1e1;
    cursor: pointer;  
}
/*hoverboxes nach rechts*/
.hoverseries {
    float:left;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverseries .hoverseriesmore {
    visibility: hidden;
    width: 700px;
    height: 260px;
    color:black;
    background: black;
    /*font-size: 10px;*/
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    bottom: 520px;
    /*top: -70px;*/
    right: -47%;
    /*box-shadow: 5px 5px 10px 5px lightgray;*/
    box-shadow:   5px 5px 10px 5px rgba(221, 221, 221, 0.8);
}
/*pfeil*/
.hoverseries .hoverseriesmore::after {
    content: "";
    position: absolute;
    bottom: -39px;
    right: 47%;
    margin-top: 60px;
    border-width: 20px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.hoverseries:hover .hoverseriesmore {
    visibility: visible;
}

/*raceboxs*/
.racesboxs{
    width:277px;
    margin:0px 10px 0 10px;
    padding:15px 7px 15px 15px;
    border-radius:5px;
    border: 1px solid gray;
    background-color:#d2d2d2
}
.racesboxs:hover{
    background-color:#c2c2c2;
    cursor: pointer;
}

/*hoverboxes nach rechts*/
.hoverraces {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverraces .hoverracesmore {
    visibility: hidden;
    width: 700px;
    height: 260px;
    color:black;
    background: black;
    /*font-size: 10px;*/
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    top: -70px;
    left: 110%;
    /*box-shadow: 5px 5px 10px 5px lightgray;*/
    box-shadow:   5px 5px 10px 5px rgba(221, 221, 221, 0.8);    
}
/*pfeil*/
.hoverraces .hoverracesmore::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 100%;
    margin-top: 60px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.hoverraces:hover .hoverracesmore {
    visibility: visible;
}

/*hoverracesboxes nach links*/
.hoverracesL {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverracesL .hoverracesmoreL {
    visibility: hidden;
    width: 700px;
    height: 260px;
    color:black;
    background: black;
    /*font-size: 10px;*/
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    top: -70px;
    right: 104%;
    /*box-shadow: 5px 5px 10px 5px lightgray;*/
    box-shadow:   5px 5px 10px 5px rgba(221, 221, 221, 0.8);    
}
/*pfeil*/
.hoverracesL .hoverracesmoreL::after {
    content: "";
    position: absolute;
    top: 8%;
    right: -40px;
    margin-top: 60px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent transparent black ;
}
.hoverracesL:hover .hoverracesmoreL {
    visibility: visible;
}

/*hoverracesboxes nach oben*/
.hoverracesU {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}
.hoverracesU .hoverracesmoreU {
    visibility: hidden;
    width: 700px;
    height: 260px;
    color:black;
    background: black;
    /*font-size: 10px;*/
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    z-index: 1;
    bottom: -283px;
    right:-68%;
    /*box-shadow: 5px 5px 10px 5px lightgray;*/
    box-shadow:   5px 5px 10px 5px rgba(221, 221, 221, 0.8);    
}
/*pfeil*/
.hoverracesU .hoverracesmoreU::after {
    content: "";
    position: absolute;
    top: -100px;
    right: 47%;
    margin-top: 60px;
    border-width: 20px;
    border-style: solid;
    border-color:  transparent transparent black transparent;
}
.hoverracesU:hover .hoverracesmoreU {
    visibility: visible;
}



/*-------------------ADM-Bereich----------------------------------------------------------*/



/*-------------------SPAM---fuer versteckte formfelder honey-pot--------------------------*/
.maps {
    z-index:999;
    position:absolute;
    height:0;
    width:0;
    border:none;
    background:none;
    margin:0;
    top:0;
    left:0;
    clear:both;
    font-size:0px;
    line-height:0px;
}

