@charset "UTF-8";

/* Basis-Stylesheets einbinden */
@import url(../yaml/core/slim_base.css);

/* Screen-Layout einbinden */
@import url(screen/basemod_champ-licht.css);
@import url(screen/content_champ-licht.css);
@import url(navigation/nav_champ-light.css);

/* Druck-Layout einbinden */
@import url(print/print_champ-licht.css);

.container{
  /*position: relative;*/
}
.kenburning-container {
    position: relative;
    overflow: hidden;
    width: 1000px;
    overflow: hidden;
    height: 150px;
    text-align: center;
          display: flex;
      align-items: center;
      justify-content: center;
}
.kenburning-container img {
    position: absolute;
    max-width: none;
    width: 1200px;
    /*transform: translateX(-50%);*/
    top: -100%;
    /*left: 0;*/
    z-index: -100;
    display: inline-block;
    margin:0 auto;
}
.kenburning-container img.active {
    z-index: 10;
}
.kenburning-container img.last-active {
    z-index: 9;
}
.top_50{
    top: -50% !important;
}
.top_25{
    top: -25% !important;
}
.top_10{
    top: -10% !important;
}
.logo_overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
h1{
  font-size: 150% !important;
  font-weight: bold !important;
  margin-left: 65px;
}
.kontakt_content h1{
  margin-left: 0px;
}
#produkte_page h1, #galerie_page h1, #produkt_kategorie_page h1, #downloads_page h1 {
    margin-left: 50px !important;
}
.subcl h1{
  margin-left: 0px !important;
}

#col3_content .ueber_champ_content .subcr h2 {

    margin-left: 24px;

}


.contact_form #email + input{
  position: relative;
  top: -15px;
}


