/* Web Fonts from fontspring.com (c) 2010-2013 Fontspring */
@font-face {
    font-family: 'ProximaNova';
    src: url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-bold-webfont.woff') format('woff'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-bold-webfont.ttf')  format('truetype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-bold-webfont.svg#webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-semibold-webfont.woff') format('woff'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-semibold-webfont.ttf')  format('truetype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-semibold-webfont.svg#webfont') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-regular-webfont.woff') format('woff'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-regular-webfont.ttf')  format('truetype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-regular-webfont.svg#webfont') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-light-webfont.woff') format('woff'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-light-webfont.ttf')  format('truetype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-light-webfont.svg#webfont') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-thin-webfont.woff') format('woff'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-thin-webfont.ttf')  format('truetype'),
         url('http://www.maceinsteiger.de/wp-content/themes/me/fonts/pn/proximanova-thin-webfont.svg#webfont') format('svg');
    font-weight: 100;
    font-style: normal;
}

*{ margin:0;padding:0;border:none;text-decoration:none;outline:none; }

body {
/*  -webkit-font-smoothing: antialiased;*/
  padding-top: 10px;
  font-family: "ProximaNova", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  counter-reset: figcaption;
  border-top: 4px solid #fcc700;
  background: url(http://img.maceinsteiger.de/body_shadow.png) no-repeat center 4px;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1050px;
  width: 95%;
}      

h1, h2, h3, h4, h5, h6 { font-weight: 700; }
strong { font-weight: 600; }
b { font-weight: 500; }
u { text-decoration: underline; }
h1 { font-size: 55px; }   
h2 { font-size: 45px; }   
h1, h2 { 
  letter-spacing: -1px;
  line-height: 55px;
}
h3 { font-size: 24px; }
h3, h4, h5, h6 { line-height: 26px; }

#index header h3 { margin: 40px 0 10px; }
#index header h3:not(.styleException) { height: 53px; overflow: hidden; }

section > header { margin-bottom: 80px; }

h4, thead { font-size: 18px; }


#index article { margin-bottom: 70px; }
#index article header { margin-bottom: 30px; }

/* subpage stuff beyond */

#subpage article h2 { font-size: 28px; }
#subpage article h3 { font-size: 24px; }
#subpage article h4, #subpage article h5 { font-size: 20px; }
#subpage article h6 { font-size: 16px; }

.fixedArticleWidth { max-width: 590px; margin: 0 auto; }
.fixedArticleWidth header { margin: 0 -50px 40px; }


article aside { margin-bottom: 35px; font-size: 14px; }
article footer { margin-top: 25px }
#subpage article aside:after {
  margin-top: 40px;
  content: "";
  height: 1px;
  display: block;
  top: -1px;
  position: relative;        
  background: -moz-linear-gradient(right, #fff 0%, #f1f2f2 10%, #f1f2f2 95%, #fff 100%);
  background: -webkit-linear-gradient(right, #fff 0%, #f1f2f2 10%, #f1f2f2 95%, #fff 100%);
  background: linear-gradient(to right, #fff 0%, #f1f2f2 10%, #e4e5e5 95%, #fff 100%);

}

article dl *, article ul * { line-height: 26px; }
article .lifecycle dt { width: 140px }
article .lifecycle dd { margin-left: 160px; }
p small { line-height: 18px; }
article .lifecycle .progress { height: 5px; }
article .lifecycle_img { width: 230px; }
article .lifecycle_info { width: 310px }
article .lifecycle_info.offset1 { margin-left: 50px; }

article > h2, article > h3, article > h4, article > h5 { line-height: 26px; margin: 40px 0 20px; }
      
#recommendations { padding-bottom: 70px; }
#recommendations header * { margin: 0; }
#recommendations ul { list-style-position: inside; margin: 0 20px 0 15px; }
#recommendations li { line-height: 28px; font-size: 14.5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
#recommendations li .collapse { margin-left: 14px; cursor: pointer; }
#recommendations li .collapse p { font-size: 13px; white-space: normal; line-height: 22px; }
 
#recommendations ul li:nth-child(n+6) { height: 0; opacity: 0; }
#recommendations ul:hover li:nth-child(n+6) { height: 29px; opacity: 1; }

      
header { text-align: center; }
header time { font-size: 16px; }

section { margin: 80px auto; position: relative; }
section:last-child { margin-bottom: 0; }

p, blockquote p:not(:last-child) { margin-bottom: 18px; display: block; }
.alert p:last-child { margin-bottom: 0; }


blockquote { 
  font-style: italic;
  margin: 8px 0 18px 0;
  padding: 8px 0px 8px 30px;
  border-color: #fcc700;
  color: #666;
}

figure { margin-bottom: 15px; counter-increment: figure; }
figure img { margin-bottom: 5px; width: 100% }
figcaption { font-size: 14px; line-height: 16px; opacity: .5; }
figcaption:before { content: "Abb. " counter(figure) ": "; font-weight: 600 }

table { margin: 20px 0 40px; }
table th, table td { padding: 12px 15px 8px; font-weight: 300; }
th { background-color: #fafafa; }
thead th { border-bottom: solid 3px #fcc700; }
tbody th { border-right: solid 3px #fcc700; }

tr.highlighted { background-color: #FFF7D6; }
table kbd { margin-bottom: 5px; display: inline-block; padding: 1px 5px; }

table.shortcuts tbody tr { cursor: pointer; }
      
*[class^=span] header { margin-bottom: 30px; }
             
#head h1 { margin: 0; }     
#topNav { font-size: 20px; font-weight: 300; margin-right: 45px; }
#topNav li { padding: 0; z-index: 100}
#topNav a { color: #444; padding: 20px 15px 20px 15px; display: block; /*color: #a1a0a0;*/ opacity: 0.5; }
#topNav a:hover, #topNav .active a { text-decoration: none; opacity: 1; }
#topNav .active a { font-weight: 400; }
#topNav span { display: none; }
#topNa vspan { display: block; }

.callout-info { background-color: #F0F7FD; border-left: 5px solid #D0E3F0; padding: 10px 15px; }
.callout-info p { font-size: 14px; margin-bottom: 5px;  }


#topNav li {  position: relative; }
#topNav li:after {
  content: "";
  background: url(http://img.maceinsteiger.de/topnav-shadow.png) no-repeat center bottom;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#topNav .active:after, #topNav li:hover:after { opacity: 1; }  
#topNav i[class^=icon] { font-size: 40px; display: block; margin-bottom: 5px; }

.imgContainer { height: 240px; background: no-repeat center center; margin: 0 auto; }

img { font-size: 14px; text-align: center;  }

article a img { cursor: -webkit-zoom-in }
a.btn-large { font-weight: 400; padding: 10px 17px 6px }

#flyingNavbar {
  position: fixed;
  display: block;
  top: 0;
  padding: 12px 0 6px;
  width: 100%;
  background: rgba(255,255,255,.9) url(http://img.maceinsteiger.de/flying_navbar.png) no-repeat center bottom;
  background-size: contain;
  vertical-align: middle;
  display: none;
}
#flyingNavbar div { display: table-cell; vertical-align: middle; text-shadow: 1px 1px 0 #fff; }

#sidenav { 
  display: none;
  position: fixed; 
  top: 47px;
  left: 0;
  width: 300px;
  background: rgba(249,249,249,.93); 
  border-radius: 5px;
  padding: 10px 0; 
  font-size: 14px;
  border: 1px solid #EAEAEA;
  height: 100%;
  overflow: scroll;
}
#sidenav .nav { margin: 0; }
#sidenav .nav a { 
  display: block; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  border-bottom: 1px solid #eaeaea; 
  color: #666;
}
#sidenav .nav a {
  padding: 5px 20px;
}
  #sidenav .nav .nav a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
  }
#sidenav .active > a {
  border-right: 1px solid #FCC700;
  color: #222;
  font-weight: 600;
}
#sidenav li a:hover { background: #fff; } 
#sidenav >.nav > li:last-child a { border-bottom: none; }
#toggle_sidenav { margin-left: 10px; }

.light { font-weight: 100; }
.orange { color: #fcc700; }

/* Specials */
#break { margin: 0 auto; }
.sectionStyle1 { background: url(http://img.maceinsteiger.de/feature_divider.png) no-repeat center bottom; background-size: contain; }
.sectionStyle2 { background: url(http://img.maceinsteiger.de/section_break1.png) no-repeat center bottom; background-size: contain; }

del, s, .strike { text-decoration: line-through; font-style: italic; color: #999; font-size: 90%; }
ins {  }

#comments { padding-bottom: 50px; }
#comments .count-up { min-width: 80px; margin-left: -25px; display: inline-block; text-align: right }

#mainArticle .opener { position: absolute; z-index: 1; display: block; }
#mainArticle .opener a { background-repeat: no-repeat;  }
#mainArticle .scrollBy { position: absolute; top: 252px; margin-left: -80px; width: 55px; }
#mainArticle .scrollBy div { opacity: 0.3 } 
#mainArticle .scrollBy:hover div, #mainArticle .scrollBy .active { opacity: 1 !important; }

#footer {
  background: #f2f2f2;
  min-height: 250px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15) inset;
  padding-top: 20px;
  color: #888;
}
#footer h5 { font-size: 18px; font-weight: 400; text-shadow: 1px 1px 0px #fff }
#footer ul, #footer ol { font-size: 13px; }
#footer li a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; color: #777; text-decoration: underline; line-height: 25px }

/* Transitions */
tr:hover > td, tr > td {
  background-color: inherit; 
  transition: background-color .1s;
  -webkit-transition: background-color .1s;
}

#topNav a:hover, #topNav a, .scrollBy div { 
  transition: opacity .3s; 
  -webkit-transition: opacity .3s; 
}
#topNav li:hover:after, #topNav li:after {
  transition: opacity .8s;  
  -webkit-transition: opacity .8s;
}

#recommendations ul:hover li:nth-child(n+6), #recommendations ul li:nth-child(n+6) {
  transition: height .5s, opacity .6s;
  transition-delay: 1s; 

  -webkit-transition: height .5s, opacity .6s;
  -webkit-transition-delay: 1s; 
}      

.activateOnHover:not(.active) {
  text-align: center;
  font-size: 14px;
  cursor: pointer; 
} 
.activateOnHover.h iframe { border: none; overflow: hidden; width: 300px; height: 25px; margin: 0; }
.activateOnHover.v iframe { border: none; overflow: hidden; width: 60px; height: 70px; margin: 0; }

.activateOnHover { background-position: left top; background-repeat: no-repeat;  margin: 0; }
.activateOnHover.h { height: 25px; display: inline-block; vertical-align: middle; background-image: url(http://img.maceinsteiger.de/share_sprite.png); }
.activateOnHover.v { height: 65px; width: 55px; }
.fb.v {  }

.fb.h { background-position: 0 -25px; width: 125px; }
.gp.h { background-position: 0 0; width: 70px; }
.yt.h { background-position: 0 -75px; width: 100px; }
.flattr.h { width: 110px; }
.twtr.h { background-position: 0 -50px; width: 85px; }

.flattr.v { background-image: url(http://img.maceinsteiger.de/flattr_box_v.png); } 
.activateOnHover.active { background: none !important; }      

.active { opacity: 1; }
.nowrap { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.popover { font-size: 14px; line-height: 22px; }
.popover small { line-height: 17px; color: #999; display: block; margin-top: 10px; }
.tooltip { font-size: 12px; line-height: 10px; } 
.tooltip-inner { background-color: rgba(0,0,0,.85); line-height: 12px; }
.label, .badge { font-weight: 600; padding: 2px 5px 1px; display: inline; }

.imgLeft { float: left; margin: 0 15px 10px 0 }
.imgRight { float: right; margin: 0 0 10px 15px }
.imgCenter { margin: 15px auto 25px; display: block; }
.txtRight { text-align: right; }

.breadcrumb a { color: inherit; text-decoration: underline; } 

span.mark, span.ser {
  background-color: #FFF7D6;
  padding: 2px 5px;
  border-radius: 6px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);
}

.cred, .cgreen { text-align: right; }
.cred { background-color: #fff4f4; }
.cgreen { background-color: #f4fff4; }

.small { font-size: 14px; }

[data-href] { cursor: pointer; }

::selection { background-color: rgba(240,247,253,1); }
::-moz-selection { background-color: rgba(240,247,253,1); }
      
      
#via_google { position: absolute; left: 0; top: -50px; }
      
@media (max-width: 1110px) {
  #mainArticle .opener { display: none; }
  #via_google { display: none; }
}      
            
@media (min-width: 740px) {
  .honorArtilce { display: none; }
}


@media (max-width: 775px) {
  #flyingNavbar { display: none; }
}

#footerSpecial { width: 250px; height: 250px; }

.pn100 { font-weight: 100 }
.pn300 { font-weight: 300 }
.pn400 { font-weight: 400 }
.pn600 { font-weight: 600 }
.pn700 { font-weight: 700 }


#break_ipods { position: relative; display: block; height: 395px; margin-top: -60px; background: url(http://img.maceinsteiger.de/a_ipods.png) no-repeat; background-position: 300px 400px; opacity: 0 }
.active #break_ipods, .active #break_eyetv, .active #break_appstore, .active #break_ms-office, .active #break_ivolution1 { 
  background-position: center bottom; 
  opacity: 1;
  transition: background-position 1s, opacity 1s; 
  transition-delay: .2s, .3s; 

  background-position: center 5px; 
  -webkit-transition: background-position 1s ease-in; 
  -webkit-transition-delay: .2s, .3s; 

}
#article_imac { height: 455px; right: 17px; top: -185px; width: 280px; background: url(http://img.maceinsteiger.de/opener_imac.png) bottom left no-repeat; }
#article_parallels { height: 339px; right: -24px; top: -98px; width: 210px; background: url(http://img.maceinsteiger.de/opener_parallels.png) bottom left no-repeat; background-size: contain; }
#article_ilife { height: 295px; right: -13px; top: -110px; width: 290px; background: url(http://img.maceinsteiger.de/opener_ilife.png) bottom left no-repeat; background-size: contain; }
#article_time-capsule { height: 285px; right: 50px; top: -80px; width: 165px; background: url(http://img.maceinsteiger.de/opener_time-capsule.png) bottom left no-repeat; }
#break_time-capsule { position: relative; display: block; height: 295px; margin-top: -50px; background: url(http://img.maceinsteiger.de/a_time-capsule.png) no-repeat; background-position: center 0; opacity: 1; }
#break_eyetv { position: relative; display: block; height: 350px; margin-top: -50px; background: url(http://img.maceinsteiger.de/a_eyetv.png) no-repeat; background-position: 600px 250px; opacity: 0; }
#break_appstore {  position: relative; display: block; height: 370px; margin-top: -100px; background: url(http://img.maceinsteiger.de/a_appstore.png) no-repeat; background-position: center 0; opacity: 0; }
#break_drucken-scannen { position: relative; display: block; height: 260px; margin-top: -20px; background: url(http://img.maceinsteiger.de/a_drucken-scannen.png) no-repeat; background-position: center 0; opacity: 1 }
#break_apple-tv { position: relative; display: block; height: 450px; margin-top: -95px; background: url(http://img.maceinsteiger.de/a_apple-tv.png) no-repeat; background-position: center 0; opacity: 1 }
#break_ms-office {  position: relative; display: block; height: 405px; margin-top: -90px; background: url(http://img.maceinsteiger.de/a_office-mac.png) no-repeat; background-position: 50px 0; opacity: 0 }
#break_parallels { position: relative; display: block; height: 340px; margin-top: -50px; background: url(http://img.maceinsteiger.de/a_parallels.png) no-repeat; background-position: center 0; opacity: 1 }
#break_ivolution1 { position: relative; display: block; height: 415px; margin-top: -95px; background: url(http://img.maceinsteiger.de/a_ivolution1.png) no-repeat; background-position: 300px 300px; opacity: 0 }
#break_ivolution2 { position: relative; display: block; height: 405px; margin-top: -85px; background: url(http://img.maceinsteiger.de/a_ivolution2.png) no-repeat; background-position: center 0; opacity: 1 }
#break_ivolution3 { position: relative; display: block; height: 410px; margin-top: -80px; background: url(http://img.maceinsteiger.de/a_ivolution3.png) no-repeat; background-position: center 0; opacity: 1 }
#break_ivolution4 { position: relative; display: block; height: 275px; margin-top: -50px; background: url(http://img.maceinsteiger.de/a_ivolution4.png) no-repeat; background-position: center 0; opacity: 1 }
#break_lifecycle { position: relative; display: block; height: 290px; margin-top: 0px; background: url(http://img.maceinsteiger.de/a_kaufberatung.png) no-repeat; background-position: center 0; opacity: 1 }
#break_autoren { position: relative; display: block; height: 342px; margin-top: 0px; background: url(http://img.maceinsteiger.de/a_autoren.png) no-repeat; background-position: center 0; opacity: 1 }

#break_iphone61 { position: relative; display: block; height: 360px; margin-top: -15px; background: url(http://img.maceinsteiger.de/a_iphone61.png) no-repeat; background-position: center 0; opacity: 1 }

#break_beats { position: relative; display: block; height: 350px; margin-top: -40px; background: url(http://img.maceinsteiger.de/a_beats.png) no-repeat; background-position: center 0; opacity: 1 }