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

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

/* roboto-slab-900 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-slab-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v11-latin-900.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

/* special-elite-regular - latin */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/special-elite-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Special Elite Regular'), local('SpecialElite-Regular'),
       url('../fonts/special-elite-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/special-elite-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/special-elite-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/special-elite-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/special-elite-v10-latin-regular.svg#SpecialElite') format('svg'); /* Legacy iOS */
}
/* stint-ultra-expanded-regular - latin */
@font-face {
  font-family: 'Stint Ultra Expanded';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/stint-ultra-expanded-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Stint Ultra Expanded'), local('StintUltraExpanded-Regular'),
       url('../fonts/stint-ultra-expanded-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/stint-ultra-expanded-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/stint-ultra-expanded-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/stint-ultra-expanded-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/stint-ultra-expanded-v7-latin-regular.svg#StintUltraExpanded') format('svg'); /* Legacy iOS */
}

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

/* cinzel-decorative-regular - latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cinzel-decorative-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cinzel Decorative Regular'), local('CinzelDecorative-Regular'),
       url('../fonts/cinzel-decorative-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cinzel-decorative-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cinzel-decorative-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cinzel-decorative-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cinzel-decorative-v8-latin-regular.svg#CinzelDecorative') format('svg'); /* Legacy iOS */
}



html,body
{
    margin:0px;
    padding:0px;
    height:100%;
    width:100%;
    font-family: 'Baumans',sans-serif;
    font-size: 14px;
}
body
{
    width: 100%;
    overflow-x: hidden;
}
p
{
    padding: 0px;
    margin: 0px;
}

.menu
{
    position: fixed;
    left: 10%;
    top: 8%;
    z-index: 9999;
}
.menu
{
    color: #FFF;
    font-family: 'Baumans', sans-serif;
    font-size: 15px;
    cursor: pointer;
}
.logo
{
    position: fixed;
    right: 2%;
    z-index: 50;
}

.slide
{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_wrapper
{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.footer_wrapper
{
    height: 7%;
    position: absolute;
    bottom: 0%;
    left: 47%;
}

#start
{
    background-image: url(../img/backgrounds/start.jpg);
}

#abwechslungsreich
{
    background-image: url(../img/backgrounds/abwechslungsreich.jpg);
}

#liebevoll
{
    background-image: url(../img/backgrounds/liebevoll.jpg);
}
#kinderleicht
{
    background-image: url(../img/backgrounds/kinderleicht.jpg);
}
#vertraut
{
    background-image: url(../img/backgrounds/vertraut.jpg);
}
#erfolgversprechend
{
    background-image: url(../img/backgrounds/muster_grau.jpg);
}
#fotoautomat
{
    background-image: url(../img/backgrounds/muster_grau.jpg);
    display: none;
}

.nach_unten
{
    font-size: 16px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: 100px;
    position: relative;
    cursor: pointer;
}

#impressum
{
    position: absolute;
    right: -55%;
    top: 20%;
    background-color: #25458c;
    -webkit-box-shadow: inset 0px 0px 10px 1px #000000;
    box-shadow: inset 0px 0px 10px 1px #000000;
    width: 60%;
    height: 70%;
    z-index: 999;
    color: #ffffff;
}

#portfolio
{
    position: absolute;
    right: 96%;
    top: 20%;
    background: rgba(135, 212, 98, 0.9);
    -webkit-box-shadow: inset 0px 0px 10px 1px #39771A;
    box-shadow: inset 0px 0px 10px 1px #39771A;
    width: 60%;
    height: 70%;
    z-index: 999;
}

.gallerie
{
    position: absolute;
    left: 95%;
    top: 17%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0px 0px 10px 1px #000;
    box-shadow: inset 0px 0px 10px 1px #000;
    width: 90%;
    height: 73%;
    z-index: 980;
}


.lazyimg
{
    float: left;
    height: 90%;
    display: block;
    margin-right: 10px;
}



.slidercontent
{
    margin-left: 90px;
    margin-top: 30px;
    width: 90%;
    max-width: 90%;
    height: 90%;
    overflow: auto;
}

.gallerie .slidercontent
{
    margin-left: 4%;
    margin-top: 3%;
}


.close
{
    color: white;
    margin: 10px;
    width: 30px;
    font-family: 'Baumans', cursive;
    display: none;
    font-size: 120%;
    position: absolute;
    cursor: pointer;
}
.open
{
    color: white;
    margin: 10px;
    width: 40px;
    font-family: 'Baumans', cursive;
    font-size: 120%;
    position: absolute;
    cursor: pointer;
}

.wortkasten
{
    height: 300px;
    width: 520px;
    top: 20%;
    margin: auto;
    position: relative;
}

.wortkasten_mobile
{
    display:none;
}

.cleaner{
    clear:both;
}

.wort01 {
    font-family: 'Baumans', cursive;
    font-size: 39px;
    float:left;
    font-size: 240%;
    padding-top: 4px;
}
.wort2 {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    letter-spacing: 4px;
    padding-top: 23px;
}
.wort3 {
    font-family: 'Special Elite', cursive;
    font-size: 22px;
    float:left;
    letter-spacing: 2.3px;
    padding-top: 14px;
}
.wort4 {
    font-family: 'Stint Ultra Expanded', cursive;
    font-size: 33px;
    letter-spacing: 3px;
}
.wort5 {
    font-family: 'Gruppo', cursive;
    font-size: 33px;
    float:left;
}
.wort6 {
    font-family: 'Special Elite', cursive;
    font-size: 19px;
    vertical-align: text-bottom;
    padding-top: 12px;
    letter-spacing: 0.2;
}
.wort7 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 32px;
    float:left;
}
.wort8 {
    font-family: 'Stint Ultra Expanded', cursive;
    font-size: 28px;
    padding-top: 6px;
}
.wort9 {
    font-family: 'Special Elite', cursive;
    font-size: 19px;
    float:left;
    padding-top: 23px;
}

.wort9b {
    font-family: 'Baumans', cursive;
    font-size: 39px;
    letter-spacing: 2px;
    float:left;
}
.wort10 {
    font-family: 'Gruppo', cursive;
    font-size: 27px;
    padding-top: 15px;
    letter-spacing: 3px;
}
.wort11 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    float:left;
}
.wort12 {
    font-family: 'Baumans', cursive;
    font-size: 22px;
    letter-spacing: 2px;
    padding-top: 12px;
}
.wort13 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 35px;
    letter-spacing: 2px;
    float:left;
    padding-top: 15px;
}
.wort14 {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    letter-spacing: 3.7px;
}

.wort_abwechslungsreich
{

}
.wort_erfolgversprechend
{

}
.wort_liebevoll
{

}
.wort_kinderleicht
{

}
.wort_vertraut
{

}

.wort_hover
{
    color: #D6D9D8;
    cursor: pointer;
}

.rightcontent
{
    float: left;
    margin-left: 40px;
    color: #ffffff;
    width: 50%;
}

.leftcontent
{
    float:left;
    width: 40%;
}

#portfolio .slidercontent
{
    margin-left: 5%;
}

#kundenlogin
{
    color: #fff;
    font-size: 15px;
    font-family: 'Baumans', sans-serif;
    text-decoration: none;
}

.closer
{
    margin: 10px 0 0 10px;
    position: absolute;
    color: white;
    font-size: 120%;
    cursor: pointer;
}

.fotoautomat_text
{
    padding-left: 8%;
    padding-top: 5%;
    color: white;
}

.contentbox
{
    width: 80%; height: 80%; margin: auto; margin-top: 10%;
}