/* SMC Main CSS */

.container { width: 100%; position: relative; margin: 0; padding: 0; }
.block { max-width: 1280px;  margin-left:  auto; margin-right: auto; overflow: visible; position: relative; }
.line { width: 100%; margin: 0; padding: 0; overflow: visible; }
.inner { padding: 0; }
[class*="space"] { margin: 0; padding: 0; float: left; overflow: visible; display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.space3 { width: 25%; }
.space4 { width: 33.333%; }
.space6 { width: 50%; }
.space9 { width: 75%; }
.space12 { width: 100%; }

img, video, embed { max-width: 100%; height: auto; border-outline: none; outline: none; border: none; }


.line:before, .line:after, .block:before, .block:after, .inner:before, .inner:after, article:before, article:after, section:before, section:after, header:before, header:after, footer:before, footer:after, nav:before, nav:after {
   display: table;
   content: "";
}

*, *:before, *:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

.line:after, .block:after, .inner:after, article:after, section:after, header:after, footer:after, nav:after { clear:both; }

html { -webkit-font-smoothing: antialiased; }


::-moz-selection { color: #fefefe;  background: #AD208E; }
::selection      { color: #fefefe;  background: #AD208E; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}




/*--------------------------------------------------------------------------------------*/


a { color: #525252; text-decoration: none; }
a:visited { color: #525252; }
a:hover { color: #AD208E; text-decoration: none; }

body { margin: 0; padding: 0; font-family: 'Ubuntu',Georgia,Arial,sans-serif;  font-size: 12px; color: #4D4D4F; background: #fefefe !important; }

h1,h2,h3,h4,h5,h6 { font-family: 'Ubuntu',Georgia,Arial,sans-serif; color: #4D4D4F; font-weight: 700; }

h1 { font-size: 56px !important; line-height: 60px !important; margin-bottom: 12px; margin-top: 11px; letter-spacing: -2px; }
h2 { font-size: 32px; line-height: 36px; margin-bottom: 12px; margin-top: 11px; }
h3 { font-size: 22px; line-height: 26px; margin-bottom: 8px; margin-top: 7px; color: #AD208E;  }
h4 { font-size: 20px; line-height: 24px; margin-bottom: 8px; margin-top: 7px; }
h5 { font-size: 18px; line-height: 20px; margin-bottom: 8px; margin-top: 7px; }
h6 { font-size: 17px; line-height: 19px; margin-bottom: 8px; margin-top: 7px; }

p {
   font-family: 'Ubuntu', sans-serif;
   margin-top: 7px;
   color: #444;
   margin-bottom: 7px;
   font-size: 14px;
   line-height: 21px;
   font-weight: 300;

}

/*--------------------------------------------------------------------------------------*/

header .block { margin-top: 20px; }
header img { margin-top: 5px; }
#nav-main { margin-top: 18px; }
#nav-main ul { float: right; margin: 0; padding: 0; margin-top: 20px; }
#nav-main li { list-style: none; float: left; }
#nav-main a { margin-top: 5px; padding: 5px 10px; font-family: Georgia; font-style: italic; }
#nav-main li.current a { color: #AD208E;}


#nav-main ul.social { float: right; margin: 0; padding: 0; margin-top: 18px; margin-left: 22px;}
#nav-main ul.social li { list-style: none; float: left; padding: 0; padding-right: 12px; margin: 0;  }

#nav-main ul.social li a, ul.social li a:visited {
   padding: 0;
   color: #ccc;
   font-size: 14px;
   -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
#nav-main ul.social li a:hover { color: #AD208E; }
/*--------------------------------------------------------------------------------------*/

#slider, .flexslider { width: 100%; height: 532px; position: relative; }

.flexslider { border: 0; border-radius: 0; box-shadow: none; height: 500px; }
.flexslider li { list-style: none; }
#slider h1 {
  margin-top: 150px;
  color: #AD208E;
  font-size: 56px;
  line-height: 60px;
  margin-top: 306px;
}
.flex-control-nav {
   width: auto;
   position: absolute;
   bottom: 100px;
   text-align: left;
   left: 350px;
}

.flex-viewport {
   max-height: 500px;
   height: 500px;
}
#slider p { font-family: Georgia; font-style: italic; font-size: 16px; }
.flex-control-paging li a { background: #fefefe; }
.flex-control-paging li a:hover { background: #AD208E; }
.flex-control-paging li a.flex-active { background: #AD208E; }
/*--------------------------------------------------------------------------------------*/

#facts { min-height: 200px; position: relative; background: #AD208E; }
#facts p, #facts h2 { color: #fefefe; }
#facts p { margin-bottom: 40px; }
#facts h2 { font-size: 18px; text-transform: lowercase; font-weight: 300; }
#facts span { font-weight: 700; }
#facts .block { margin-top: 19px;  }
#facts .space3 {
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}


/*--------------------------------------------------------------------------------------*/

#page-top { position: relative; min-height: 277px; }
#page-top h1 { margin-top: 170px; font-size: 32px; color: #AD208E; }


#referenzen { background: #F0F0F0; position: relative;  }
.item { width: 25%; height: 323px;  background: #F0F0F0; overflow: hidden;}
.item-inner {
  width: 100%; padding: 10px;  height: 100%;  position: absolute;
}

.item-inner img {  }

.item-content {
    background: #fefefe; width: 100%; height: 100%; overflow: hidden; position: relative;
    box-shadow: 2px 2px 2px 0px #E6E6E6;
-webkit-box-shadow: 2px 2px 2px 0px #E6E6E6;
-moz-box-shadow: 2px 2px 2px 0px #E6E6E6;
-o-box-shadow: 2px 2px 2px 0px #E6E6E6;
}

.item-content a { display: block; width: 100%; height: 100%; }

.item-content table {
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: table;
}
.item-content > table { display: block; }
.item-content > table tbody { display: block; }
.item-content > table tr { display: block; }
.item-content td {
    vertical-align: middle;
    text-align: center;

}
.item-content > table td { display: block; }
.item-content-hover {
    width: 100%; height: 100%; position: absolute; bottom: -100%; left: 0;
    -webkit-transition: bottom .4s ease;
    -moz-transition: bottom .4s ease;
    -o-transition: bottom .4s ease;
    -ms-transition: bottom .4s ease;
    transition: bottom .4s ease;
}

.item-content-header {
    width: 100%; height: 100%; position: absolute; top: -100%; left: 0;
    -webkit-transition: top 1.2s ease;
    -moz-transition: top 1.2s ease;
    -o-transition: top 1.2s ease;
    -ms-transition: top 1.2s ease;
    transition: top 1.2s ease;
    z-index: 4000;
    color: #fefefe;
    font-size: 28px;
    font-weight: bold;
}
.item-content-teaser {
    width: 100%; height: 100%; position: absolute; bottom: -100%; left: 0;
    -webkit-transition: bottom .9s ease;
    -moz-transition: bottom .9s ease;
    -o-transition: bottom .9s ease;
    -ms-transition: bottom .9s ease;
    transition: bottom .9s ease;
    z-index: 4000;
    color: #fefefe;
    font-size: 16px;
}
.item-content-header table { margin-top: -18px; }
.item-content-teaser table { margin-top: 18px; }

.item-content-hover img { width: 100%; height: 100%; top: 0; left: 0; }

.darkness {
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 1.2s ease;
    -moz-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    -ms-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
    position: absolute;
}

.item:hover .darkness {

    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 3000;
    overflow: hidden;
    display: inline-block!important;
    left: 0px;
    right: 0px;
}
.item:hover .item-content-hover {
    bottom: 0;
}
.item:hover .item-content-header { top: 0; }
.item:hover .item-content-teaser { bottom: 0; }

#masonry-container { margin-top: 35px; margin-bottom: 45px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin-left: -10px;
}

.grid-sizer { width: 25%; position: relative; }


/*--------------------------------------------------------------------------------------*/

#blog { background: #F0F0F0; position: relative; }
#blog p { font-size: 16px; line-height: 21px; }
.blog-item { width: 25%; height: 323px;  background: #F0F0F0; overflow: hidden; }
.mainpost { width: 50%; height: 646px; }
.bigpost { width: 50%; height: 323px; }
.blog-item p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.blog-item.bigpost p {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;

}

.blog-padding { width: 100%; height: 100%; position: relative; padding: 20px; }
.blogimage-big { width: 100%; height: 55%; position: relative; overflow: hidden; }
.blogimage-big img { width: 100%; height: auto; }
.blogimage-small { width: 100%;  position: relative; overflow: hidden; margin-bottom: 10px; }
.blogcontent-big { width: 100%; height: 45%; position: relative; }
.blogcontent-normal { width: 100%; height: 100%; position: relative; }
.blogcontent-small { width: 100%; height: 45%; position: relative; }
.blogauthor { position: absolute; bottom: 20px; left: 20px; }
.blogkeywords a, .blogdate, .blogkeywords, .blogkeywords p { display: inline; font-size: 14px; }
.blogdate { font-weight: 400; font-size: 14px; }
.blogkeywords p { font-size: 12px; }

.blog-item .bloglink { display: inline; }

#blogpost-container {
  background: #F0F0F0;
  position: relative;
  padding: 20px 0;

  font-family: 'Ubuntu', sans-serif;
  margin-top: 7px;
  color: #444;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;

}

.blogpost-content { margin-bottom: 15px; }

.blogpost-content h3 {
  margin-top: 15px;
  margin-bottom: 15px;

}

.blogpost-image img {
    margin-top: 10px;
    max-width: 100%;
    margin-bottom: 25px;
}

.blogpost-userimg {
    margin-top: 10px;

}


.blogpost-content a { color: #AD208E; }

aside {
    margin: 0 0 0 25px;

}

.blogpost-author, .blogpost-date, .blogpost-tags {
    width: 100%;
    height: 45px;
    padding: 8px 0;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.blogpost-author a {
  color: #AD208E;
}
.blogpost-author img, .blogpost-date img, .blogpost-tags img { position: absolute; }
.blogpost-author span, .blogpost-date span, .blogpost-tags span { padding-left: 45px; top: 4px; position: relative; font-size: 14px; }
.blogpost-author img { left: -3px; bottom: 7px; }


/*.blog-navigation { position: absolute; bottom: 49px; right: 0; }*/
.blog-left, .blog-right{ display: none; }
.blog-navigation { height: 40px; }
.blog-left { position: absolute; background: url('../images/arrow_left.png') no-repeat; width: 17px; height: 31px; background-position: 0 0; right: 120px; }
.blog-left:hover { background-position: 0 -31px; }
.blog-right { position: absolute; background: url('../images/arrow_right.png') no-repeat; width: 17px; height: 31px; background-position: 0 0; right: 70px; }
.blog-right:hover { background-position: 0 -31px; }
.blog-menu { position: absolute; background: url('../images/overview.png') no-repeat; width: 36px; height: 31px; background-position: 0 0; right: 0; }
.blog-menu:hover { background-position: 0 -31px; }
/*--------------------------------------------------------------------------------------*/


@media screen and (max-width: 1280px) {
  #masonry-container { margin: 20px;  }
  .item:nth-child(4n+2) .item-inner { margin-left: 0; }

}

@media screen and (max-width: 880px) {
  .grid-sizer { width: 33.33%; }
  .item { width: 33.33%; }
  .bloghelp .grid-sizer { width: 50%; }

}
@media screen and (max-width: 680px) {
  .item { width: 50%; }
  .grid-sizer { width: 50%; }
  #masonry-container { margin: 20px;  }
  .item:nth-child(2n) .item-inner { margin-left: 0; }
}

@media screen and (max-width: 480px) {
  .item { width: 100%; }
  .grid-sizer { width: 100%; }
  #masonry-container { margin: 20px;  }
  .item-inner { margin-left: 0; }

}
/*--------------------------------------------------------------------------------------*/
.index .space3 { padding-right: 25px;  }

#preview { position: relative; height: 960px; }

#preview h3 { font-size: 30px; line-height: 36px; }

#prev-1 { position: relative; height: 320px;  }
#prev-2 { position: relative; height: 320px; }
#prev-3 { position: relative; height: 320px; }

#prev-1 img, #prev-2 img, #prev-3 img {
   display: block; position: relative; margin-left: auto; margin-right: auto; text-align: center;
   -webkit-transition: all 1.0s ease-out;
    -moz-transition: all 1.0s ease-out;
    -ms-transition: all 1.0s ease-out;
    -o-transition: all 1.0s ease-out;
    transition: all 1.0s ease-out;
}

#prev-1-more, #prev-2-more, #prev-3-more {
   background: #fefefe; text-align: right; padding-top: 80px; padding-right: 25px;
   -webkit-transition: left 1.0s ease-out;
    -moz-transition: left 1.0s ease-out;
    -ms-transition: left 1.0s ease-out;
    -o-transition: left 1.0s ease-out;
    transition: left 1.0s ease-out;
}
#prev-1-more h3, #prev-2-more h3, #prev-3-more h3 { font-weight: 400; }
#prev-1-more { position: absolute; height: 320px; top:0; }
#prev-2-more { position: absolute; height: 320px; top:0; }
#prev-3-more { position: absolute; height: 320px; top:0; }


/*--------------------------------------------------------------------------------------*/

#more { position: relative; height: 230px; }
#more h4 { padding-top: 93px; color: #AD208E; font-weight: 300; font-size: 30px; line-height: 36px; }


/*--------------------------------------------------------------------------------------*/

#teamheader { text-transform: lowercase; font-weight: 300; }
#teamheader span { font-weight: 700; }

.member { height: 320px; width: 100%; position: relative;  }
.member p { color: #fefefe; z-index: 1500;   }
.elements .space6 { height: 320px; }
.elements img { position: relative; z-index: 1500; max-width: none; z-index: 1500; }
.elements.left p { text-align: left; }
.elements.left img { float: left; z-index: 1500; }
.elements.right p { text-align: right; }
.elements.right img { float: right; z-index: 1500; }
.elements.right .team-container { right: 50%; }

.team-color1, #team > div:nth-child(1) { background: #ac047e; }
.team-color2, #team > div:nth-child(2) { background: #00b3ca; }
.team-color3, #team > div:nth-child(8n+3) { background: #f6a518; }
.team-color4, #team > div:nth-child(8n+4) { background: #bd3aa8; }
.team-color5, #team > div:nth-child(8n+5) { background: #bacb03; }
.team-color6, #team > div:nth-child(8n+6) { background: #297ccb; }
.team-color7, #team > div:nth-child(8n+7) { background: #10c896; }
.team-color8, #team > div:nth-child(8n+8) { background: #e2ca00; }
.team-color9, #team > div:nth-child(8n+9) { background: #ff2020; }
.team-color10, #team > div:nth-child(8n+10) { background: #9442e1; }

p.team-name { font-size: 30px; line-height: 32px; }
.team-container { position: absolute; z-index: 2000; top: 23%; }
.team-name {  top: 27%;   }
.team-position { margin-top: 20px; font-size: 18px }
.team-tel {  margin-top: 20px; }
.team-mail { margin-top: -4px; }

.back-elements { position: absolute; width: 100%; height: 320px; overflow: hidden; z-index: 1000; }
.element1, .element2, .element3 {
    position: absolute; width: 100%; height: 410px; z-index: 1000; opacity:0;
    -webkit-transition: opacity 0.6s ease, top 4.5s linear;
    -moz-transition: opacity 0.6s ease, top 4.5s linear;
    -ms-transition: opacity 0.6s ease, top 4.5s linear;
    -o-transition: opacity 0.6s ease, top 4.5s linear;


}
.element1 { z-index: 1003; top: 0; }
.element2 { z-index: 1002; top: 0; }
.element3 { z-index: 1001; top: 0; }

.member.active .element1, .member.active .element2, .member.active .element3 {
    opacity: 1;

}

   .member:hover .element1, .member.active .element1 { top: 80px; }
   .member:hover .element2, .member.active .element2 { top: -110px; }
   .member:hover .element3, .member.active .element3 { top: 140px; }

#markus .element1 { background: transparent url('../images/markus_ebene1.png') no-repeat center; background-position: 32% 0; }
#markus .element2 { background: transparent url('../images/markus_ebene2.png') no-repeat center; background-position: 36% 0; }
#markus .element3 { background: transparent url('../images/markus_ebene3.png') no-repeat center; background-position: 36% 0; }

#petra .element1 { background: transparent url('../images/simone_ebene1.png') no-repeat center; background-position: 45% 0; }
#petra .element2 { background: transparent url('../images/simone_ebene2.png') no-repeat center; background-position: 68% 0; }
#petra .element3 { background: transparent url('../images/simone_ebene3.png') no-repeat center; background-position: 48% 0; }

#daniel .element1 { background: transparent url('../images/daniel_ebene1.png') no-repeat center; background-position: 32% 0; }
#daniel .element2 { background: transparent url('../images/daniel_ebene2.png') no-repeat center; background-position: 36% 0; }
#daniel .element3 { background: transparent url('../images/daniel_ebene3.png') no-repeat center; background-position: 36% 0; }

#simone .element1 { background: transparent url('../images/simone_ebene1.png') no-repeat center; background-position: 45% 0; }
#simone .element2 { background: transparent url('../images/simone_ebene2.png') no-repeat center; background-position: 68% 0; }
#simone .element3 { background: transparent url('../images/simone_ebene3.png') no-repeat center; background-position: 48% 0; }

#laura .element1 { background: transparent url('../images/simone_ebene1.png') no-repeat center; background-position: 45% 0; }
#laura .element2 { background: transparent url('../images/simone_ebene2.png') no-repeat center; background-position: 68% 0; }
#laura .element3 { background: transparent url('../images/simone_ebene3.png') no-repeat center; background-position: 48% 0; }

#alexandra .element1 { background: transparent url('../images/lisa_ebene1.png') no-repeat center; background-position: 45% 0; }
#alexandra .element2 { background: transparent url('../images/lisa_ebene2.png') no-repeat center; background-position: 46% 0; }
#alexandra .element3 { background: transparent url('../images/lisa_ebene3.png') no-repeat center; background-position: 66% 0; }

#victoria .element1 { background: transparent url('../images/markus_ebene1.png') no-repeat center; background-position: 32% 0; }
#victoria .element2 { background: transparent url('../images/markus_ebene2.png') no-repeat center; background-position: 36% 0; }
#victoria .element3 { background: transparent url('../images/markus_ebene3.png') no-repeat center; background-position: 36% 0; }

#lara .element1 { background: transparent url('../images/kulli_ebene1.png') no-repeat center; background-position: 39% 0; }
#lara .element2 { background: transparent url('../images/kulli_ebene2.png') no-repeat center; background-position: 53% 0; }
#lara .element3 { background: transparent url('../images/kulli_ebene3.png') no-repeat center; background-position: 16% 0; }

#lisa .element1 { background: transparent url('../images/lisa_ebene1.png') no-repeat center; background-position: 40% 0; }
#lisa .element2 { background: transparent url('../images/lisa_ebene2.png') no-repeat center; background-position: 63% 0; }
#lisa .element3 { background: transparent url('../images/lisa_ebene3.png') no-repeat center; background-position: 69% 0; }

#michaelag .element1 { background: transparent url('../images/max_ebene1.png') no-repeat center; background-position: 54% 0; }
#michaelag .element2 { background: transparent url('../images/max_ebene2.png') no-repeat center; background-position: 68% 0; }
#michaelag .element3 { background: transparent url('../images/max_ebene3.png') no-repeat center; background-position: 28% 0; }

#andreas .element1 { background: transparent url('../images/alpar_ebene1.png') no-repeat center; background-position: 32% 0; }
#andreas .element2 { background: transparent url('../images/alpar_ebene2.png') no-repeat center; background-position: 36% 0; }
#andreas .element3 { background: transparent url('../images/alpar_ebene3.png') no-repeat center; background-position: 36% 0; }

#elsa .element1 { background: transparent url('../images/lilly_ebene1.png') no-repeat center; background-position: 76% 0; }
#elsa .element2 { background: transparent url('../images/lilly_ebene2.png') no-repeat center; background-position: 72% 0; }
#elsa .element3 { background: transparent url('../images/lilly_ebene3.png') no-repeat center; background-position: 38% 0; }

#basti .element1 { background: transparent url('../images/bastian_ebene1.png') no-repeat center; background-position: 36% 0; }
#basti .element2 { background: transparent url('../images/bastian_ebene2.png') no-repeat center; background-position: 36% 0; }
#basti .element3 { background: transparent url('../images/bastian_ebene3.png') no-repeat center; background-position: 45% 0; }

#birgit .element1 { background: transparent url('../images/birgit_ebene1.png') no-repeat center; background-position: 36% 0; }
#birgit .element2 { background: transparent url('../images/birgit_ebene2.png') no-repeat center; background-position: 36% 0; }
#birgit .element3 { background: transparent url('../images/birgit_ebene3.png') no-repeat center; background-position: 45% 0; }

#elisabeth .element1 { background: transparent url('../images/elisabeth_ebene1.png') no-repeat center; background-position: 36% 0; }
#elisabeth .element2 { background: transparent url('../images/elisabeth_ebene2.png') no-repeat center; background-position: 36% 0; }
#elisabeth .element3 { background: transparent url('../images/elisabeth_ebene3.png') no-repeat center; background-position: 45% 0; }

#nina .element1 { background: transparent url('../images/corina_ebene1.png') no-repeat center; background-position: 36% 0; }
#nina .element2 { background: transparent url('../images/corina_ebene2.png') no-repeat center; background-position: 36% 0; }
#nina .element3 { background: transparent url('../images/corina_ebene3.png') no-repeat center; background-position: 45% 0; }

#lisaj .element1 { background: transparent url('../images/lisa_ebene1.png') no-repeat center; background-position: 40% 0; }
#lisaj .element2 { background: transparent url('../images/lisa_ebene2.png') no-repeat center; background-position: 63% 0; }
#lisaj .element3 { background: transparent url('../images/lisa_ebene3.png') no-repeat center; background-position: 69% 0; }

#nathalie .element1 { background: transparent url('../images/corina_ebene1.png') no-repeat center; background-position: 36% 0; }
#nathalie .element2 { background: transparent url('../images/corina_ebene2.png') no-repeat center; background-position: 36% 0; }
#nathalie .element3 { background: transparent url('../images/corina_ebene3.png') no-repeat center; background-position: 45% 0; }

#sebastian .element1 { background: transparent url('../images/sebastian_ebene1.png') no-repeat center; background-position: 36% 0; }
#sebastian .element2 { background: transparent url('../images/sebastian_ebene2.png') no-repeat center; background-position: 36% 0; }
#sebastian .element3 { background: transparent url('../images/sebastian_ebene3.png') no-repeat center; background-position: 45% 0; }

#vanessa .element1 { background: transparent url('../images/sebastian_ebene1.png') no-repeat center; background-position: 36% 0; }
#vanessa .element2 { background: transparent url('../images/sebastian_ebene2.png') no-repeat center; background-position: 36% 0; }
#vanessa .element3 { background: transparent url('../images/sebastian_ebene3.png') no-repeat center; background-position: 45% 0; }

#judit .element1 { background: transparent url('../images/simone_ebene1.png') no-repeat center; background-position: 45% 0; }
#judit .element2 { background: transparent url('../images/simone_ebene2.png') no-repeat center; background-position: 68% 0; }
#judit .element3 { background: transparent url('../images/simone_ebene3.png') no-repeat center; background-position: 48% 0; }

#lisaf .element1 { background: transparent url('../images/bastian_ebene1.png') no-repeat center; background-position: 40% 0; }
#lisaf .element2 { background: transparent url('../images/bastian_ebene2.png') no-repeat center; background-position: 63% 0; }
#lisaf .element3 { background: transparent url('../images/bastian_ebene3.png') no-repeat center; background-position: 69% 0; }

#max .element1 { background: transparent url('../images/lisa_ebene1.png') no-repeat center; background-position: 40% 0; }
#max .element2 { background: transparent url('../images/lisa_ebene2.png') no-repeat center; background-position: 63% 0; }
#max .element3 { background: transparent url('../images/lisa_ebene3.png') no-repeat center; background-position: 69% 0; }

#mariaw .element1 { background: transparent url('../images/markus_ebene1.png') no-repeat center; background-position: 32% 0; }
#mariaw .element2 { background: transparent url('../images/markus_ebene2.png') no-repeat center; background-position: 36% 0; }
#mariaw .element3 { background: transparent url('../images/markus_ebene3.png') no-repeat center; background-position: 36% 0; }

#nicolad .element1 { background: transparent url('../images/simone_ebene1.png') no-repeat center; background-position: 45% 0; }
#nicolad .element2 { background: transparent url('../images/simone_ebene2.png') no-repeat center; background-position: 68% 0; }
#nicolad .element3 { background: transparent url('../images/simone_ebene3.png') no-repeat center; background-position: 48% 0; }

/*--------------------------------------------------------------------------------------*/

footer h5 { padding-bottom: 15px; font-style: italic; font-family: Georgia; color: #4D4D4F; font-weight: 300; font-size: 22px; line-height: 26px; }
footer p { line-height: 16px; font-size: 13px; }
footer strong { font-size: 14px; }
#footer-more { padding-top: 90px; }
footer ul { margin: 0; padding: 0; margin-left: -5px; }
footer ul li { list-style: none; float: left; padding-right: 10px; margin: 0; margin-bottom: 100px; }
footer ul li a, footer ul li a:visited {
   color: #ccc;
   font-size: 14px;
   -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
footer ul li a:hover { color: #AD208E; }

.impressum {
  position: absolute;
  bottom: 98px;
  font-family: Georgia, Arial;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
}
.impressum.agb{
  position: absolute;
  bottom: 98px;
  font-family: Georgia, Arial;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  margin-left: 90px;
}
.datenschutz{
  position: absolute;
  bottom: 98px;
  font-family: Georgia, Arial;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  margin-left: 140px;
}

/*--------------------------------------------------------------------------------------*/

.referenzen-container { position: relative; width: 100%; height: 100%; margin: 45px; margin-left: 0;}

.referenzen-container-inner {
    position: absolute;
    top: 36px;
    background: #fefefe;
    width: 847px;
    height: 531px;
    left: 35px;
    overflow: hidden;
    overflow-y: scroll;
}

/*--------------------------------------------------------------------------------------*/

#dataprivacy h5 {
  margin-bottom: 20px;
  font-size: 15px;
}
#dataprivacy p {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------------*/

.kontakt-header, .agentur-header, .blog-header { text-transform: lowercase; font-weight: 300; }
#kontakt strong { font-size: 14px; }
#agentur .block:first-child {   }
#agentur p {
  font-size: 18px;
  font-family: 'Ubuntu',Georgia,Arial,sans-serif;
  line-height: 24px;
  margin: 75px 0;
  margin-bottom: 30px;
  text-align: center;
}
#agentur p.agentur-special {
   margin: 90px 0;
   font-size: 16px;
   font-family: Georgia,Arial;
   font-style: italic;
   text-align: left;
   float: left;
}

#agentur p.numbers {
  font-size: 82px;
  line-height: 88px;
  margin: 10px 0 70px 0;
}

#agentur, .kontakt-box, .impressum-box {
  background: #F0F0F0;
  position: relative;
}

.agentur-special-img { float: right; margin-top: 89px; }

.agentur-image { height: 520px; width: 100%; }
#kontakt .block, #impressum .block { padding-bottom: 50px; }
.kontakt-box { height: 350px; width: 100%; }
.impressum-box { height: 350px; width: 100%; }
.kontakt-text {
  font-family: Georgia, Arial;
  font-size: 21px;
  line-height: 26px;
  float: right;
  font-style: italic;
  margin-right: 7%;
  margin-top: 0px;
}

#leistung {
    background: #F0F0F0;
    position: relative;
    min-height: 1260px;
}

.spacer { position: relative; height: 80px; width: 100%; }
#leistung h2 { font-size: 36px; line-height:  40px; font-weight: 300; color: #AD208E; margin: 70px 0; }
#leistung h3 { margin-bottom: 25px; }
#leistung ul { margin-top: 25px; margin-left: 0px;  padding-left: 20px; }
#leistung ul li, #leistung p { font-size: 16px; line-height: 24px; font-weight: 300; }

/* #leistung .space3 h3:nth-child(1n+2) { margin-top: 80px; } */

.one  { padding-right: 20px; }
.two, .three { padding-right: 10px; padding-left: 10px }
.four {  padding-left: 20px }



.agentur-image { overflow: hidden; }

.agentur-image .parallax {
  /*background: url('/assets/1-bearbeitet-slice.jpg') 50% 240px no-repeat fixed;*/
  background: url('/assets/2-bearbeitet-slice.jpg') 50% 240px no-repeat fixed;
  overflow: hidden;
  width: 100%;
  height: 710px;
  padding: 0;
  margin: 0 auto;
}
.agentur-image.contact .parallax {
  background: url('/assets/8-bearbeitet-slice.jpg') 50% 240px no-repeat fixed;
}


.half {
  margin: 0;
  padding: 0;
  float: left;
  overflow: visible;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}




.analytics{
    font-size: 14px;
    line-height: 20px;
}


.blogpost-tags ul {
    padding: 0;
    margin: 0;
}
.blogpost-tags ul li { list-style: none; float: left; line-height: 20px;}
/*.twitter { position: relative; left: 108px; bottom: 10px; }
.gplus { position: relative; left: 86px; bottom: 10px; }
.face { position: relative; top: -15px; left: -157px; }*/
.face { padding-right: 15px; }
.face span { padding-left: 0; top: 0;}
.twitter { padding-right: 15px; }


#impressum h5 {
  margin-bottom: 20px;
  font-size: 15px;
}

.half {
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  overflow: visible;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*--------------------------------------------------------------------------------------*/

body { display: none; }

/* media querys */

@media handheld, only screen and (max-device-width: 480px) {
   iframe, object, embed { width: 100%; height: auto; }
}

@media handheld, only screen and (max-device-width: 480px) and (orientation:portrait) {
   iframe, object, embed{
   width: 100%;
   height: auto;
   }
}

@media handheld, only screen and (max-device-width: 769px) and (orientation:landscape) {
iframe, object, embed{
   width: 100%;
   height: auto;
   }
}

.mobile { display: none; }
.fullbrowser { display: block; }

@media only screen and (max-width: 1280px) {
  .block { padding: 0 15px; }
  .blog-navigation { right: 15px; }
}

/*@media only screen and (max-width: 1261px) {
  .face { top: -36px; left: -47px; }
}*/
@media only screen and (max-width: 1255px) {
  .agentur-special-img { float: left; margin-bottom: 25px; margin-top: 0; }
}
@media only screen and (max-width: 1100px) {
  h3 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1050px) {
  #blogpost-container .space9 { width: 100% !important; }
  #blogpost-container .space3 { width: 100% !important; }
  #blogpost-container aside { margin: 0; }
  #blogpost-container aside img { max-width: 100%; text-align: center; }
}

@media only screen and (max-width: 980px) {
  #leistung .space3 { width: 50%; }
  #preview h3 { font-size: 18px; line-height: 24px; }
  #agentur p { font-size: 15px; line-height: 18px; }
  #agentur p.numbers { font-size: 50px; line-height: 55px; }

  .blog-item .item-inner img {
    display: none;
  }
  .blog-item.mainpost .item-inner img { display: block; }
  .blog-item { width: 50%; }
  .blog-item.bigpost p {
    -webkit-line-clamp: 3;
  }
  /*.face {
    position: relative;
    top: -14px;
    left: -188px;
  }*/
}

@media only screen and (max-width: 899px) {
  #footer-more .space3{
    margin-top: 10px;
  }
}


@media only screen and (max-width: 780px) {
  h1 { font-size: 28px !important; line-height: 34px !important; }
  #slider h1 { margin-top: 50px; }
  #slider { height: 230px; }
  .blog-item.bigpost p {
    -webkit-line-clamp: 2;
  }
  #team img {
    display: none;
  }

  .blogauthor {
  position: absolute;
    left: auto;
    bottom: auto;
    top: 20px;
    right: 20px;
  }
  .blogimage-small { display: none; }
  .mainpost .blogauthor { left: 20px; bottom: 20px; top: auto; right: auto; }
}


@media only screen and (max-width: 680px) {
  .blog-item { width: 100%; }
}

@media only screen and (max-width: 568px) {
  #blogpost-container .space3 { width: 100%; }

  #referenzen .block { padding: 0; }
  .team-container { top: 9%; }
  #agentur p.numbers { font-size: 38px; line-height: 42px; margin: 10px 0 20px 0; }
  [class*="space"] { width: 100%; }
  #leistung .space3 { width: 100%; }
  #nav-main ul.social { position: absolute; top: -15px; right: 0; }
  .elements.right .team-container { right: auto; }
  .elements.right p {
    text-align: left;
  }
  .impressum { position: relative; line-height: 30px; }
  .impressum.agb { position: relative; line-height: 30px; margin-left: 0;}
  .datenschutz { position: relative; line-height: 30px; margin-left: 0;}
  #page-top h1 {
    margin-top: 170px;
  }
  .blog-navigation {
    position: relative;
    /*float: right;*/
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  #nav-main li { margin-bottom: 10px; }
  .blog-left { right: 100px; }
  .blog-right { right: 60px; }
}

@media only screen and (max-width: 338px) {
  /*.face { top: -36px; left: -47px; }*/
}

/*--------------------------------------------------------------------------------------*/


/*@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?26863102');
  src: url('../font/fontello.eot?26863102#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?26863102') format('woff'),
       url('../font/fontello.ttf?26863102') format('truetype'),
       url('../font/fontello.svg?26863102#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

   -webkit-font-smoothing: antialiased;
   line-height: normal;
   vertical-align: baseline;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;

  text-align: center;
  font-variant: normal;
  text-transform: none;

  line-height: 1em;

  margin-left: 0em;

}
.icon-gplus:before { content: '\e804'; }
.icon-flickr:before { content: '\e802'; }
.icon-twitter:before { content: '\e800'; }
.icon-youtube:before { content: '\e805'; }
.icon-xing:before { content: '\e803'; }
.icon-facebook:before { content: '\e801'; }
*/

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?88640836');
  src: url('../font/fontello.eot?88640836#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?88640836') format('woff2'),
       url('../font/fontello.woff?88640836') format('woff'),
       url('../font/fontello.ttf?88640836') format('truetype'),
       url('../font/fontello.svg?88640836#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   speak: none;

    -webkit-font-smoothing: antialiased;
    line-height: normal;
    vertical-align: baseline;

   display: inline-block;
   text-decoration: inherit;
   width: 1em;

   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em;
   margin-left: 0em;
}

.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-xing:before { content: '\f168'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-flickr:before { content: '\f16e'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-linkedin-squared:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */


@media screen and (max-width: 500px) {
  .mobile-full-width {width: 100% !important;max-width:100% !important;float:none !important; margin-left: 0px !important; margin-right: 0px !important;}
}

@media only screen and (max-width: 568px) {
   .mobilehide {height:0; display: none; }

}

/*Projektseite*/
@media screen and (max-width: 799px) {
  ul.project.social{padding-bottom: 10px;}
}
ul.project.social li { list-style: none; float: left; padding: 0; padding-right: 8px; margin: 0;  }

ul.project.social li a, ul.project.social li a:visited {
   padding: 0;
   color: #ccc;
   font-size: 16px;
   -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
ul.project.social li a:hover { color: #AD208E; }

.hidden{
  display: none;
  visibility: hidden;
  opacity: 0;
}

.startsitepreview{
  cursor: pointer;
}
