body {
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

/* =============================================================================
   Modular Classes
   ========================================================================== */
hr.spacer {
  margin: 1.5em 0 2.5em;
}

.cta {
  display: block;
  width: 70%;
  zoom: 1;
  padding: 0.8em 0 0.8em 1em;
  font: 300 15px/1 "Yanone Kaffeesatz", sans-serif;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.cta.iblock {
  width: auto;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: inline-block;
}

.cta.orange {
  background: #fce7d8;
  color: #eb660b;
}

.cta.orange:hover,
.cat.orange:focus {
  background: #eb660b;
  color: #fff;
}

.cta.orange.dark {
  background: #eb660b;
  color: #fce7d8;
}

.cta.orange.dark:hover,
.cta.orange.dark:focus {
  opacity: 0.8;
  color: #fff;
}

.ctainline {
  text-decoration: none;
  display: inline-block;
  color: #eb660b;
  font: 300 15px/1 "Yanone Kaffeesatz", sans-serif;
}

.cta-area {
  padding: 10px 0 50px;
}

.cta-area p {
  margin-bottom: 1.5em;
}

.intro-area {
  text-align: center;
}

.intro-area h2 {
  margin-left: 0;
}

.nomarker,
.nomarker li {
  list-style: none;
}

.imgframe {
  border: 7px solid #fce7d8;
  width: 40%;
}

.lightframe {
  background: #f5f5f5;
  padding: 4%;
  border-radius: 7px;
}

.heavyframe {
  background: #ea680a;
  color: #fff;
  padding: 4%;
  border-radius: 7px;
}

.heavyframe a {
  color: #fce7d8;
}

.heavyframe a:hover,
.heavyframe a:focus {
  color: #fff;
}

.gmaps {
  margin: 20px 0;
  border: 1px solid #ccc;
  padding: 10px;
}

.gmaps iframe {
  width: 100%;
  height: 300px;
}

.nofloat {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 499px) {
  .nomobile,
  .home #backtotop {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .cta-area {
    width: 50%;
    padding-left: 25%;
  }
}

/* =============================================================================
   Logo
   ========================================================================== */
h1 {
  position: relative;
  height: 127px;
  width: 303px;
  margin: 20px auto -80px;
}

h1 a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -1000em;
}

h1 span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/logo-kalbheim.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: 0;
}

.home h1 span {
  background-image: url(../img/logo-kalbheim-start.png);
}

@media screen and (min-width: 500px) {
  h1 {
    position: absolute;
    bottom: 17px;
    left: 0;
    width: 200px;
    height: 84px;
  }
}

@media screen and (min-width: 800px) {
  h1 {
    bottom: -12px;
    width: 302px;
    height: 127px;
  }
}

/* =============================================================================
   Primäre Navigation
   ========================================================================== */
#primenav {
  position: relative;
}

#primenav li,
#primenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primenav li br {
  display: none;
}

#primenav ul {
  width: 100%;
}

#primenav li {
  width: auto;
  display: block;
  margin-bottom: 5px;
}

#primenav li a {
  font: 300 16px/1 "Yanone Kaffeesatz", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding: 1% 2%;
  color: #eb660b;
  text-decoration: none;
  background: rgba(251, 225, 206, 0.9);
}

.oldie #primenav li a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5FBE1CE, endColorstr=#E5FBE1CE);
  zoom: 1;
}

#primenav li a span {
  color: #666666;
  display: block;
  margin-top: 0px;
}

#primenav li a b {
  font-weight: normal;
}

.home #primenav {
  display: none;
}

@media screen and (min-width: 500px) {
  #primenav li br {
    display: inline;
  }

  #primenav li {
    display: inline;
    float: left;
    margin-right: 5%;
    padding: 0 0 0;
  }

  .ie7 #primenav li {
    margin-right: 4%;
  }

  #primenav li a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 108px 14% 20px;
    float: left;
    background: none;
    color: #eb660b;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }

  .oldie #primenav li a {
    filter: none;
  }

  #primenav li.current a {
    background: rgba(251, 225, 206, 0.85);
  }

  .oldie #primenav li.current a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8FBE1CE, endColorstr=#D8FBE1CE);
    /* IE6–IE9 */
    zoom: 1;
  }

  #primenav li a span {
    margin-top: 5px;
    color: #b0b2b2;
  }

  #primenav li.current span,
  #primenav li a:hover span,
  #primenav li a:focus span,
  #primenav li a:active span {
    color: #666666;
  }

  #primenav #pmc {
    width: 24%;
  }

  #primenav #emc {
    width: 24%;
  }

  #primenav #mcc {
    width: 24%;
  }

  #primenav #dek {
    width: 13%;
    margin-right: 0;
  }

  #primenav li a b {
    display: none;
  }

  #primenav li a:hover,
  #primenav li a:focus,
  #primenav li a:active {
    border-bottom: 4px solid #eb660b;
    background: #ffe;
  }

  .home #primenav {
    display: block;
  }
}

@media screen and (min-width: 800px) {
  #primenav li a b {
    display: inline;
  }

  #primenav .tbl {
    display: none;
  }

  #primenav li.current a {
    background: #fce7d8;
  }
}

/* =============================================================================
   Sekundäre Navigation / Teaser Navigation
   ========================================================================== */
#secnav ul,
.teasernav ul {
  background: #fbe1ce;
  padding: 3% 8%;
}

#secnav ul li,
.teasernav ul li {
  list-style: none;
  margin: 0 0 0.3em;
  position: relative;
}

.teasernav ul li {
  display: inline-block;
  margin-right: 7px;
}

.ie7 .teasernav ul li {
  display: inline;
  zoom: 1;
  border-right: 1px solid #999;
  padding-right: 7px;
}

#secnav ul li:before,
.teasernav ul li:before {
  content: "•";
  font-weight: bold;
  color: #eb660b;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

#secnav ul li a,
.teasernav ul li a {
  text-decoration: none;
  color: #666;
  font-size: 14px;
}

.teasernav ul li a {
  font-size: 12px;
}

#secnav ul li a:hover,
#secnav ul li a:focus,
.teasernav ul li a:hover,
.teasernav ul li a:focus {
  color: #000;
  text-decoration: underline;
}

#secnav li.current {
  display: none;
}

@media screen and (min-width: 500px) {
  #secnav {
    width: 10px;
    height: 400px;
    position: absolute;
    background: #ea680a;
    cursor: pointer;
  }

  #secnav ul,
  .teasernav ul {
    margin-left: -380px;
    position: absolute;
    border-top: 5px solid #fff;
    border-bottom: 0px solid #fff;
    width: 350px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: url(../img/secnav-click.png) no-repeat right -18px #fbe1ce;
  }

  .teasernav ul {
    margin-left: -480px;
    margin-top: 3em;
    width: 450px;
    border: none;
    background: #fbe1ce;
    height: auto;
    background: url(../img/secnav-click.png) no-repeat right -90px #fbe1ce;
  }

  #secnav ul:hover,
  #secnav ul:focus,
  #secnav ul.littleactive {
    margin-left: -375px;
  }

  .teasernav ul:hover,
  .teasernav ul:focus,
  .teasernav ul.littleactive {
    margin-left: -470px;
  }

  /*
	#secnav ul:focus,
	#secnav ul:hover,
*/
  #secnav.active ul,
  .teasernav.active ul {
    margin-left: 0 !important;
    border-bottom: 5px solid #fff;
  }

  .teasernav.active ul {
    border-bottom: none;
  }
}

@media screen and (min-width: 800px) {
  #secnav {
    top: 0;
    margin-top: 1em;
    position: relative;
    background: none;
    border-right: 10px solid #ea680a;
    width: auto;
  }

  #secnav ul {
    background: #fff;
    width: 95%;
    float: right;
    padding: 10px 0 0;
    margin: 2.2em 0 0 !important;
    border-top: 1px solid #d7d8d9;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  #secnav ul li {
    text-align: right;
    margin-bottom: 1em;
  }

  #secnav ul li:before {
    content: "";
  }

  #secnav li.current a {
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }

  #secnav li.current {
    display: block;
    position: relative;
  }

  #secnav li.current:after {
    position: absolute;
    content: url(../img/secnavcurrent.png);
    right: -7%;
    top: 0;
  }

  .teasernav ul {
    margin-left: -220px;
    margin-top: 0;
    width: 190px;
  }

  .teasernav ul:hover,
  .teasernav ul:focus,
  .teasernav ul.littleactive {
    margin-left: -210px;
  }

  .teasernav ul li {
    display: block;
  }

  .ie7 .teasernav ul li {
    display: block;
    border: none;
  }
}

@media screen and (min-width: 1100px) {
  .teaser .teasernav ul {
    width: 270px;
    margin-left: -300px;
  }

  .teasernav ul:hover,
  .teasernav ul:focus,
  .teasernav ul.littleactive {
    margin-left: -290px;
  }
}

/* =============================================================================
   Metanavigation
   ========================================================================== */
#metanav ul,
#metanav li {
  margin: 0;
  padding: 0;
}

#metanav {
  margin: 20px 0;
}

#metanav ul {
  text-align: center;
}

#metanav li {
  display: inline-block;
  padding-right: 5px;
  margin-left: 2px;
  border-right: 1px solid #ea680a;
}

.ie7 #metanav li {
  display: inline;
  zoom: 1;
  margin-left: 5px;
}

#metanav li:last-child {
  border: none;
}

#metanav li a {
  text-decoration: none;
  color: #ea680a;
  font: 300 16px/1 "Yanone Kaffeesatz", sans-serif;
}

#metanav li a:hover,
#metanav li a:focus {
  color: #000;
}

@media screen and (min-width: 500px) {
  #metanav {
    margin-bottom: 10px;
  }

  #metanav ul {
    text-align: left;
    position: relative;
    z-index: 50;
  }

  #metanav ul li {
    background: #fff;
  }
}

/* =============================================================================
   Teaser Startseite
   ========================================================================== */
#teaser_cont {
  margin: 0 5%;
}

.teaser {
  background: rgba(255, 255, 255, 0.75);
  padding: 0.75em 0 0;
  border-top: 4px solid #eb660b;
  position: relative;
}

.oldie .teaser {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF, endColorstr=#BFFFFFFF);
  /* IE6–IE9 */
  zoom: 1;
}

.teaser h2 {
  background: none;
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 0.4em 0;
}

.teaser p {
  color: #666;
  font-size: 13px;
}

@media screen and (min-width: 500px) {
  #teaser_cont {
    margin: 0;
  }

  #teaser_cont hr {
    display: none;
  }

  .teaser {
    width: 75%;
    border: none;
    padding-left: 20px;
    background: url(../img/secnav-click-alt.png) no-repeat -5px 3px;
    margin-bottom: 4em;
    min-height: 143px;
  }

  .oldie .teaser {
    filter: none;
  }

  .teaser h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }

  .teaser p {
    width: 66%;
  }

  .teaser .cta {
    width: 180px;
  }

  .teaser .imgclipper {
    position: absolute;
    right: 0;
    top: 3.5em;
    width: 25%;
  }

  .teaser .imgclipper img {
    width: 100%;
    height: auto;
  }

  .teasernav {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
  }
}

@media screen and (min-width: 800px) {
  #teaser_cont {
    margin-right: -4%;
    position: relative;
  }

  .teaser {
    padding-left: 2%;
    overflow: hidden;
    display: inline;
    float: left;
    width: 29%;
    margin-right: 2%;
    height: 328px;
  }

  .teaser p {
    width: 80%;
  }

  .teaser .imgclipper {
    margin: 1em 0 0 0;
    position: static;
    width: 80%;
    height: auto;
  }

  .teaser .teasernav {
    background: #ea660a;
    margin-top: 35px;
  }
}

/* =============================================================================
   For Dummies Cover
   ========================================================================== */
.fordummies {
  overflow: hidden;
}

.fordummies h2 {
  clear: both;
  font-size: 23px;
  margin: 0 0 0.8em;
  line-height: 1.15;
  text-transform: none;
  background: none;
  color: #eb660b;
}

.fordummies h2 small {
  display: block;
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
}

.fordummies h2 strong {
  display: block;
  text-transform: uppercase;
}

.fordummies_body {
  clear: both;
}
.fordummies_body:after {
  content: "";
  clear: both;
  display: table;
  margin-bottom: 40px;
}

.fordummies_body + h2,
.fordummies_body + .fordummies_body {
  margin-top: 40px;
}

.fordummies_body img {
  float: left;
  width: 40%;
  margin-left: -1%;
  margin-right: 3%;
  margin-top: -2%;
}

.fordummies_body .pub-composition {
  margin-top: 0;
}

.fordummies_body .text p {
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 500px) {
  .fordummies h2 {
    font-size: 30px;
  }

  .fordummies_body img {
  }

  .fordummies_body .text {
  }
}

@media screen and (min-width: 800px) {
  .fordummies_body img {
  }

  .fordummies_body .text {
  }

  .fordummies_body .pub-composition {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .fordummies_body img {
  }

  .fordummies_body .text {
  }
}

/* =============================================================================
   About Container
   ========================================================================== */
#portrait_eva_kalbheim {
  width: 33%;
  float: left;
  margin: 0 3% -2px -5px;
  max-width: 194px;
}

.about_text {
  margin-bottom: 2em;
}

.about_text hgroup {
  margin: 0 0 1em 0;
}

.about_text h2 {
  background: none;
  padding: 0;
  color: #ea660a;
  font-weight: bold;
  font-size: 23px;
  margin: 0;
}

.about_text h3 {
  color: #ea660a;
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  border: none;
}

.about_text p {
  color: #666;
}

.about_meta a {
  font: 300 15px/1 "Yanone Kaffeesatz", sans-serif;
  display: inline-block;
  background: #fff;
  padding: 9px 12px;
  color: #ea680a;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 7px #ef8d47;
  margin: 7px 5px 7px 2px;
}

.about_meta a span {
  color: #333;
}

@media screen and (min-width: 500px) {
  #portrait_eva_kalbheim,
  .about_text {
    float: left;
    display: block;
  }

  .ie7 #portrait_eva_kalbheim,
  .ie7 .about_text {
    display: inline;
    zoom: 1;
  }

  .about_text {
    width: 63%;
    margin-bottom: 15px;
  }

  .about_meta {
    position: relative;
    margin-top: 1em;
    clear: both;
    border: 6px solid #ea680a;
    padding: 15px;
    background: #fff;
    text-align: center;
  }

  .about_meta a {
    background: none;
    box-shadow: none;
    padding: 0;
    margin: 0 10px 5px;
    font-weight: bold;
    font-size: 16px;
  }

  .about_meta a span {
    font-weight: normal;
  }
}

@media screen and (min-width: 800px) {
  #portrait_eva_kalbheim,
  .about_text,
  .about_meta {
    display: inline-block;
  }

  .ie7 #portrait_eva_kalbheim,
  .ie7 .about_text,
  .ie7 .about_meta {
    display: inline;
    zoom: 1;
  }

  #portrait_eva_kalbheim {
    margin-right: 1%;
    max-width: none;
  }

  .about_text {
    width: 64%;
  }

  .about_meta {
    text-align: left;
    border: none;
    padding: 0;
  }

  .about_meta.fullwidth {
    width: auto;
  }

  .about_meta .inner {
    border: 6px solid #ea680a;
    padding: 5% 5% 2%;
  }

  .about_meta.fullwidth .inner {
    padding: 3% 3% 0;
  }

  .about_meta .meta_numbers {
    padding: 8px 0;
  }

  .about_meta .meta_numbers a {
    margin: 0 0 10px;
    font-size: 17px;
  }

  .about_meta.fullwidth .meta_numbers a {
    margin-right: 20px;
  }
}

/* =============================================================================
   Typography
   ========================================================================== */
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  color: #333;
  font-weight: bold;
}

p,
li {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0 0 0.75em 0;
}

li {
  margin-bottom: 0.25em;
}

h2 {
  background: #eb660b;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 7px;
  font-size: 13px;
}

h2 a {
  text-decoration: none;
  color: #fff;
}

h3 {
  font-size: 18px;
  color: #666;
  border-bottom: 1px solid #b0b2b3;
  padding-bottom: 5px;
}

.further {
  font-size: 13px;
  font-weight: normal;
  color: #eb660b;
  border: none;
  padding: 0 0 20px;
  margin-bottom: 5px;
  background: url(../img/furtherborder.png) no-repeat left bottom;
}

.flat {
  font-size: 15px;
  border: none;
}

h4 {
  font-size: 13px;
  margin-botom: 0.5em;
}

p + h4,
ul + h4,
ol + h4 {
  margin-top: 2em;
}

h5 {
  text-transform: uppercase;
  margin: 0 0 0.2em;
}

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  display: block;
  padding: 5px 7px;
  font-weight: bold;
  text-transform: uppercase;
  background: #ea680a;
  font-size: 14px;
  text-decoration: none;
}

.indexlist {
  padding-left: 20px;
  margin-right: 15% !important;
}

.indexlist li {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 500px) {
  h2 {
    background: none;
    color: #eb660b;
    font-size: 12px;
    padding: 0;
    margin-left: -20px;
    cursor: pointer;
  }

  h2 a {
    text-decoration: none;
    color: #eb660b;
  }

  h3 {
    border-color: #d7d8d9;
  }

  #content p,
  #content li {
    margin-right: 30%;
    font-size: 13px;
  }
}

@media screen and (min-width: 800px) {
  h2 {
    margin-left: -5%;
    cursor: default;
  }
}

/* =============================================================================
   Images
   ========================================================================== */
#content img {
  display: block;
  margin: 12px auto;
}

@media screen and (min-width: 500px) {
  #content img {
    float: right;
    margin: 0 0 10px 10px;
  }
}

/* =============================================================================
  Specials
   ========================================================================== */
.no-js .re_check,
.no-js .re_point_hint {
  display: none;
}

#re_quicktest li {
  padding: 5px 0 5px 17px;
}

#re_quicktest li:hover,
#re_quicktest li:focus {
  background-color: #fce7d8;
}

#re_quicktest input {
  margin-left: -17px;
}

.bighint {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 16px !important;
  font-weight: bold;
  color: #333;
}

.bighint span {
  color: #eb660b;
}
