@charset "UTF-8";
/* CSS Document */

@import url("//weloveiconfonts.com/api/?family=fontawesome");

[class*="fontawesome-"]::before {
font-family:"fontawesome", sans-serif;
text-rendering:geometricPrecision;
}

/***** VIDEO BACKGROUND *****/
/*video { width: 100%; position: fixed; top: 0; z-index: -1; min-width: 1000px; }*/


/******* BODY *****/

body{
  background-color: #130300;
  background-position: top center;
  background-size:cover;
  font-family: 'Roboto', 'Titillium Web', sans-serif;
}

.mobilebody{
    background: url(../img/background.jpg), #130300;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#map {
        width: 100%;
        height: 400px;
      }

.field49 input, .field50 input, .field51 input{
width:100%;
}


video#bgvid {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
/*background: url(../img/background.jpg) no-repeat;*/
background-size: cover;
opacity:0.15;


}



.logo{
  margin: 0 auto;
  text-align: center;
}


/***** SLOGAN *****/

.slogan{
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 2em;
  margin: -70px 0;
}



/****** NAVI *****/

nav ul ul {display: none;}

nav ul li:hover  ul {display: block;}

nav ul {
  background: none;
   list-style: none;
  position: relative;
  display: inline-table;
}

nav ul:after {
    content: ""; clear: both; display: block;

  }
nav ul li {
  float: left;
padding:0px 30px;
}

nav ul li:hover {
    color: #fff;
text-decoration:underline;
  }
nav ul li:hover a {
      color: #fff;
    }

nav ul li a {
    display: block;
  text-transform: uppercase;
    color: #fff;
  text-decoration: none;
  font-size: 1.4em;
  font-family: 'Roboto', 'Titillium Web', sans-serif;
  font-weight: 300;
  }

  nav ul li a:hover {
      color: #fff;

    }

nav ul ul {
  padding: 0;
  position: absolute;
  top: 100%;
  background: rgba(109, 39, 238, 0.5) none repeat scroll 0% 0%;
  z-index: 888;
  margin-left:-45px;
}
nav ul ul li {
    float: none;
    position: relative;
  }
nav ul ul li a {

      color: #fff !important;
    }

nav ul  ul ul {
  position: absolute;
  left: 100%;
  top:0;
}

nav ul li ul li > a:hover{
  text-shadow: 0px 1px 1px #fff;
}



/****** NAVI WENN SLOGAN AUSGEBLENDET IST *****/

 .ohneslogan{
   text-align:center;
   padding-bottom: 10px;
   margin-top: -30px;}


/****** Breadcrumbs *****/

.breadcrumb {
    color: #fff;
    float: left;
    font-size: 1rem;
    font-weight: 100;
    list-style-type: none;
    padding: 0;
  margin: 0;
}

.breadcrumb > li{
      float: left;
}

.pathway{
  color: #7f00ff;
  text-decoration: none;
}

.divider {
    padding: 0 10px;
}

/****** KACHELN *****/
section{
  margin: 22px auto !important;
}

.top{
  margin: 0 auto 20px !important;
}

.square{
  text-transform:uppercase;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
}


.square h2 {
    background-color: #7f00ff;
    bottom: -140px;
    float: left;
    font-size: 1.4em;
    margin: 15px 0 0 0;
    padding: 6px 6px 6px 12px;
    position: relative;
    text-transform: uppercase;
    width: 80%;
  font-family: "Roboto","Titillium Web",sans-serif;
  font-weight: 300;
}

.square a{
  display:block;
  min-height:220px;
  color:#fff;
  text-decoration:none;

}

.custom h3 a {
    color: #fff;
    text-decoration: none;
}

.kachel1, .kachel2{
  background: #7f00ff;
  height: 232px;
}

.kachel3{
  background: #7f00ff;
  height: 232px;
}

.kachel4{
  background: #7f00ff;
  height: 232px;
}

.kachel5{
  background: #7f00ff;
  height: 116px;
  text-transform:uppercase;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  }

.kachel6{
  background: #7f00ff;
  height: 116px;
  text-transform:uppercase;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  }


.kachel7, .kachel8, .kachel9{
  background: #7f00ff;
  height: 232px;
  }

/****** ARTICLE *****/

article{
  background: rgba(255,255,255,0.9);
  padding: 10px 40px;
  min-height: 300px;
}

.previous {
    float: left;
    list-style-type: none;
    margin-left: -35px;
    margin-right: 30px;
}

.next{
  list-style-type: none;
}

.previous > a, .next > a{
  color: #7f00ff;
  text-decoration: none;
}


/****** FOOTER *****/



footer{
  color: #3a3a3a;
  bottom: 0;
}

.bottom{
    border-top: 8px solid #7f00ff;
}

article.bottom{
  padding: 0;
}


footer li{
  list-style:none;
  width:100px;
}

footer a{
  text-decoration:none;
  color:#3a3a3a;
  text-transform:uppercase;
  font-family: 'Roboto', 'Titillium Web', sans-serif;
  font-weight:100;
}
.footer4-inner{
float:left;
padding-top:17px;
padding-left:30px;
}

.footer3-inner{
width:100%;
max-width:140px;
margin:0 auto;
padding-top:50px;
}

.footer5 ul{
max-width:178px;
margin:0 auto;
}

/****** EVENTS *****/

.events h3{
  color: #fff;
  text-align:center;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bold;
  font-size: 2em;
  margin: 0 0 -10px 0;

}

.joyevents .joyeventanzeige{
  background-color: #f6f6f6;
}

.jugendformular{
  border-style: solid;
  border-width: 0;
  cursor: pointer;font-family: "Roboto","Titillium Web",sans-serif;font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #e30613;
  border-color: #b6050f;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }


 /**** ZÜRÜCK BUTTON *****/

 .clr {
    clear: both;
    font-size: 0.9rem;
    font-weight: 300;
 }

 .clr > a {
    color: #7f00ff;
    float: right;
    text-decoration: none;
}

#jemmodulewide > a {
    display: none;
}

/****** INHALTE ******/

.pull-left{
  float:left;
  padding-right:30px;
}

.pull-left > img{
  max-width: 300px;
}

p{
  text-align:justify;}

.text{
  margin-top:-20px;}

.fluid-pic{
  width:100%;
  max-width:700px;
  height: auto;}

#cloak81405 > a {
    color: #7f00ff;
}


.inputbox.hasTooltip{
  float:left;}

  form{
    padding-left: 20px;
  }

.btn {
    padding: 1rem 1rem 0.063rem;
  background-color: #7f00ff;
}

.visBtnCon .btn{
padding: 1rem 1rem !important;
background-color:#7f00ff !important;
}

#field6_img{
padding:0.5em 1em;
}


.button{
  background-color:#7f00ff;
}

.readmore .btn{
  padding:8px;
  background:#7f00ff;
  color: #fff;
  text-decoration:none;
  font-weight:100;
  text-transform: uppercase;
}

.leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5, .leading-6, .leading-7{
  padding-bottom:20px;
  min-height:200px;
}

.pagination{
display:none;
}

.vis_mandatory, .visCSSlabel, form#mod-visform2 div.required > label.visCSSlabel::after{color:#7f00ff;}

a.cat_child_a{color:#7f00ff;text-decoration:none;}

.button-add2cart i.big, .button-cart-connector i.big, .button-cart i.big, .button-alreadyInCart i.big, .button-removeFromCart i.big, .social-share-button i.big{
margin-top:-30px;
padding-bottom:60px;
}

table{
width:100%;
}

#event .text{
  display:none;
}

.location{
  max-width: 290px;
  height: auto;
  width: 100%;
  margin: 3px;
  float:left;
}

div#jem dt, .description.event_desc > p{
  font-family: "Roboto","Titillium Web",sans-serif;
  font-weight: 300;
}

div#jem dd{
  font-family: "Roboto","Titillium Web",sans-serif;
  font-weight: 200;
}

div#jem h2{
  font-size: 1.25rem;
  font-weight: 300 !important;
    text-transform: uppercase;


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

@media (max-width: 64em){

  .footer4-inner{
    display: block;
  }

}

#gewinnspiel form{
  padding-left:0px;
}

@media (max-width:800px){
.logo{
padding:10px;
margin-bottom:20px;
}

#gewinnspiel input{
  width:100%;
}

.seo{
  display:none;
}

article{
  padding:5px 10px;
}

.ohneslogan{text-align:left;}


  .square{
    margin-bottom:15px;
  }

  .pull-left{
  float:none;
  width:100%;
  padding:0px;
}

.pull-left img{
  width:100%;
}

.shuttle{
  padding-bottom:10px;
}

.footer1, .footer2, .footer4{
display:none;
}

.footer3-inner{
margin:0;
}


}
