@charset "utf-8";


html { overflow: auto; -webkit-text-size-adjust: none; }

* { padding: 0; margin: 0; border: 0; }
.clear { clear: both; }

/* body { font-family: 'Roboto', sans-serif; font-weight: 300; color: #000; padding: 0; margin: 0; font-size: 1.125em; line-height: 1.5em; background-color: #fff; } */
body {
    position: relative;
    font-family: 'Droid Sans';
    font-size: 1.25em;
    line-height: 2em;
    color: #555;
}

h1 {
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.5em;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
    margin: 1em 100px 1em 100px;
    color: #006e9c;
}

h2 {
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.5em;
    padding: 0;
    margin: 1em 100px 0.75em 30px;
    color: #006e9c;
}

p {
    margin-bottom: 2.5em;
    padding: 0 100px 0 100px;
}

p.eng {
    margin-bottom: 0.5em;
}

p.weit {
    margin-top: 1.25em;
}

p a {
  color: #000;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    margin: 0 100px 2.5em 100px;
    padding-left: 4em;
    font-size: 0.875em;
    line-height: 1.5em;
}
ul.eng {
  padding-left: 1em;
}
ul li {
    padding-bottom: 0.5em;
}
ul li.level2 { margin-left: 1.5em; font-size: 0.875em; }

#wrapper { padding-bottom: 5em; }
#page #wrapper { width: 840px; margin: 0pt auto; min-height: 100%;overflow: auto; }

.navtrigger { position: fixed; top: 6px; left: 6px; background-color: rgba(229, 229, 229, 0.9); padding: 0 10px 0 10px; z-index: 1000; }
.navtrigger a { text-decoration: none; }

#footer {
    position: fixed;
    bottom: 0;
    right: 1em;
}
#footer p {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 0.625em;
    color: #bbb;
}
#footer p a {
    text-decoration: none;
    color: #bbb;
}
#footer p a:hover {
    text-decoration: underline;
}

blockquote {
    position: relative;
    font-family: 'Droid Serif';
    font-style: italic;
    float: left;
    width: 320px;
    color: #000;
    padding: 0 0 0 0;
    margin: 0.5em 1.75em 0.5em 0;
    border-right: 2px solid #f8f8f8;
}
blockquote p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0;
    padding: 0 1em 0 1.5em;
}
blockquote p span {
    display: block;
    text-align: right;
    font-size: 0.5em;
    line-height: 1.5em;
    color: #555;
    padding-top: 0.5em;
}
blockquote p span span {
    font-size: 0.75em;
    padding-top: 0;
    color: #999;
}
blockquote:before {
    font-family: 'Georgia';
    display: block;
    float: left;
  color: #e8e8e8;
  content: "\201C";
  font-size: 4em;
  line-height: 0.75em;
}
blockquote p span:before {
  content: "- ";
}
blockquote p span span:before {
  content: "";
}



body#home {
  background: url(../bilder/coaching_seminare_schulungen_karlsruhe.jpg) #36322f no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
  position: relative;
  xoverflow: hidden;
  xheight: 100%;
  xwidth: 100%;
}

#homecontainer {
    position: relative;
}

#wraphome {
    width: 100%;
    height: 100%;
}


#home .re {
    position: absolute;
    top: 9em;
    right: 1em;
    width: 45%;
}
#home h1 {
    color: #fff;
    border: 0;
    margin-bottom: 0.5em;
}
#home p {
    color: #fff;
}

#home blockquote {
    position: absolute;
    left: 0;
    top: 18em;
    color: #fff;
    float: none;
}
#home blockquote p span {
    color: #fff;
}



p.hsubnav { font-size: 0.75em; line-height: 1.375em; margin-bottom: 0em; font-style: italic; }

.subnav { font-size: 0.875em; list-style-type: none; padding: 0.5em 0 0 0; }
.subnav li { display: block; float: left; overflow: none; margin: 0 0.5em 0.5em 0; }
.subnav a { display: block; text-decoration: none; background-color: #001e3c; color: #fff; padding: 0.25em 0.5em 0.25em 0.5em; }
body#home .subnav a { background-color: rgba(0, 30, 60, 0.66); }
.subnav a:hover, .subnav a.aktiv, body#home .subnav a:hover, body#home .subnav a.aktiv { background-color: #006e9c; }


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 2716px;
    
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
    
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}



@media screen and (max-width: 2716px) { /* Specific to this particular image */
  img.bg {
    /*xleft: 50%;
    xmargin-left: -1358px;*/   /* 50% */
  }
}

@media screen and (max-width: 1200px) {
  #page #footer p { line-height: 2em; margin-bottom: 1em; }
  #page #footer a { display: block; }
  #page #footer span { display: none; }

  #home .re { top: 3em; right: 1em; width: 60%; }
  #home blockquote { left: 0; top: 12em; }
}

@media screen and (max-width: 900px) {
  #page #footer { position: relative; right: auto; }
  #page #footer p { text-align: center; }
  #page #footer a { display: inline-block; }
  #page #footer span { display: inline-block; padding: 0 1em 0 1em; }

  #home .re { top: 0em; right: 1em; width: 60%; }
  #home .re p { line-height: 1.5em; }
  #home .re h1 { margin: 0.5em 0 0 0; }
  #home blockquote { left: 0; top: 12em; }
  #home blockquote p { font-size: 1.125em; }
}

@media screen and (max-width: 800px) {
  #page #wrapper { width: 100%; }
  h1 { padding-bottom: 0.25em; margin: 1.5em 5% 1em 5%; }
  h2 { padding-bottom: 0.1em; margin: 1em 5% 1em 5%; }
  p { padding: 0 5% 0 5%; }
  ul { margin: 0 5% 0 5%; }
  blockquote { width: 40%; margin: 0.5em 1.5em 0.75em 0; }
  blockquote p { font-size: 1.125em; line-height: 1.75em; padding-left: 2em; }
  blockquote p span { font-size: 0.75em; }
  #home blockquote { left: 0; top: 8em; width: 30%;}
  #home blockquote p { font-size: 1em; }
}

@media screen and (max-width: 540px) {
  blockquote { width: 100%; margin: -0.5em 0 1.75em 0; padding: 0.5em 0 0.5em 0; float: none; display: block; border-right: 0; background-color: #f8f8f8; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
  blockquote:before { color: #d8d8d8; }
  #home blockquote { left: 0; top: 7em; width: 30%; background: none; border: 0; }
  #home blockquote p { font-size: 0.75em; line-height: 1.375em; }
}

@media screen and (max-width: 400px) {
  body { font-size: 1.125em; line-height: 1.75em; }
  p { -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto; }
  h1 { font-size: 1.75em; line-height: 1.25em; }
  ul { padding-left: 2.5em; }
  blockquote p { font-size: 1.125em; line-height: 1.75em; padding-left: 2em; }

.navtrigger { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(229, 229, 229, 0.9); padding: 0 10px 0 10px; z-index: 1000; }
.navtrigger a { text-decoration: none; }
}



/*
blockquote {
    position: relative;
    left: -5em;
}

blockquote:before {
    font-family: 'Georgia';
  color: #ccc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.125em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  padding-left: 1em;
}
*/



/*
h1 {
    font-family: 'Overlock';
    font-style: italic;
    font-weight: 900;
    font-size: 3.5em;
    color: #e2f6ff;
    text-align: right;
    padding: 0.5em 1em 0 0;
    line-height: 1em;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.25);
}
*/



