¡/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


   table tr td {
       font-size: 90%;
       padding: 0.5em;
   }
   table tr.cell_headlines {text-transform: uppercase;color: #9B0028;}
   tr:nth-child(2n+1) /* represents every odd row of an HTML table */ {
     background-color: white;
   }
   tr:nth-child(odd)  /* same */ {
     background-color: white;
   }
   tr:nth-child(2n+0) /* represents every even row of an HTML table */ {
     background-color: #EEEEEE;
   }
   tr:nth-child(even) /* same */ {
     background-color: #EEEEEE;
   }
   table tr td.cell_price {text-align: right;}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 62.5%; // 62,5%-Trick, d.h. 1em = 10px
}

body {
    line-height: 1.4;
    font: 1.6em Fauna One, Helvetica, Arial, serif;
    background-color: #eee;
}

body, html {
    height: 100%;
}

::-moz-selection {
    background: #C50011;
    color: white;
    text-shadow: none;
}

.chromeframe {
    margin: 0.2em 0;
    top:0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
    z-index: 9999;
    position: relative;
}
p, pre {
    margin: 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}
header.wrapper {
  width: 100%;
  margin: 0;
}

.outer-wrapper {
    display: block;
    height: 100%;
}

::selection {
    background: none repeat scroll 0 0 #C50011;
    color: white;
    text-shadow: none;
}

hr {
    display: block;
    /*height: 1px;*/
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

h1 {margin: 0.3em 0; font-weight: normal;}

h2 {    
    background: url("../img/title_border.jpg") no-repeat scroll left bottom transparent;
    padding-bottom: 0.5em;
    font-weight: normal;
}
h3 {    
    background: url("../img/title_border.jpg") no-repeat scroll -5% bottom transparent;
    margin-bottom: 0.6em;
    padding-bottom: 1em;
    color: #6A6A6A;
    font-weight: normal;
}
h4 {
    font-size: 1em;
    margin: 0.5em 0;
}

.welcomepage_center p {margin: 0;}

.header-container {
    position: fixed;
    top: 0;
    /*left: -1%;
    right: -1%;*/
    margin: 0;
    height: 3em;
    /*height: 3.25em;*/
    width: 100%;
    z-index: 4;
    background-color: #6A6A6A;
}
header {
    height: 100%;
    width: 100%;
    
    /*height: auto;*/
    /*display: table;*/
}
.entry-header-wrapper {
  height: 100%;
  position: relative;
  top: 2px;
}
.entry-header {
    /*margin-bottom: -8.5em;
    position: absolute;
    top: -9em;*/
    position: absolute;
    padding: 0;
    bottom: 0;
}
.entry-header h1 {
  position: relative;
  color: #FFFFFF;
  font-size: 3em;
  font-weight: normal;
  text-shadow: 1px 1px 4px #333333;
}
.main img.red-bar {
  position: absolute;
  top: -1.2em;
  left: 0
}

header.entry-header .entry-title {
    color: white; 
    font-size: 2.5em; 
    text-shadow: 1px 1px 4px #333;
    font-weight: normal;
    margin-top: 1.75em;
}

.empowersys_header {display: none;}
.empowersys_navi {
    width: 80%;
    background-color: #9A0029;
    margin: 0;
    padding: 0;
}

#logo_header {    
    display: none;
}

#logo_header p {    
   display: none;
}

/*.main {
  margin: 0 5%;
  width: 90%;
}*/

aside {
  position: fixed;
  top: 3em;
  right: 0;
  width: 80%;
  z-index: 99;
  display: none;
}

aside ul li a {
    text-decoration: none;
    color: #6A6A6A;
    width: auto;
    margin: 0;
    padding: 1em 0;
    margin: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: 0.5s all ease;
    background-color: rgba(143, 006, 040, 0.75);
}

nav {
  height: 100%;
}

nav li:first-child a {
    margin-left: 0;
}

nav li:last-child a {
    margin-right: 0;
}
nav {
    float: right;
    width: 80%;
    margin: 0;
    padding: 0;
    position: relative;
}
nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
}
nav li {
    display: table;
    width: 100%;
    height: 100%;
}

nav a {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin: 0;
    padding: 0;
    /*padding: 1em 0;*/
    margin: 0;
    /*display: block;*/
    text-align: center;
    text-decoration: none;
    color: white;
    transition: 0.5s all ease;
    background-color: #9A0029;
}
.mission-back {
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    height: 20%;
    width: 20%;
}
.mission-back a {
  padding: 0;
  background-color: none;
}
nav li li {
    display: none;
}
nav li li:hover{
    display: block;
}

article h2 {
  /*margin: 0 0 0 0.5em;*/
}

.mobilecurrent{
    /*width: auto;*/
    margin: 0;
    /*display: inline;*/
    padding: 0;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: 0.5s all ease;
}
.mobilecurrent:hover  {
        color: #919191;
        padding: 0;
}

.toggleMenu {
    width: 20%;
    float: left;
    height: 100%;
    background: #6A6A6A url(../img/mobile_menu.png) center center no-repeat;
}
.toggleMenu img {
    display: none;
}


nav a:hover, nav a:active  {
        color: #919191;
        background-color: #eee;
}

.current_page_item a, .current_page_item a:hover {
        color: white;
}
.current_page_item ul a {
    border: none;
}
.startimg {
  position: relative;
    height: 25em;
    background-color: #959ba4;
    background-position: center center;
    -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     margin-top: 3em;
     z-index: 2;

}
.startimg.subpages {height: 12em;}
.button_termine {
    display: none;
}
.caption {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    opacity: 1;
    top: 30%;
    left: 0;
    width: 100%;
    margin-top: 3em;
}
.caption p { 
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    text-shadow: 1px 1px 4px #333;
}

.caption p:before { 
    background: url("../img/quote_big.png") no-repeat scroll left top transparent;
    content: "";
    margin: 0 0 0 -3%;
    padding: 2% 10% 0 3%;
    background-size: 80%;
}

/* ===============
    ALL Main
   =============== */

.main-container {
    background: #ffffff top center fixed;
    position: relative;
    z-index: 3;
    padding: 1em 0;
    -webkit-box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd; 
}

.main {
  position: relative;
}

.page-template-page-mission-sub-php .main-container {
    margin-top: 3em;
}

/* Content Links */

.main-container p a {
    text-decoration: none; 
    color: #6A6A6A; 
    border-bottom: 1px dashed #C50011;
}

.entry-content p, .entry-content ul li {
    font: 14px/22px Fauna One,Helvetica,Arial,serif; 
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-align: justify;
}

/* Portrait */

.portrait_pic {float: left; width: 98%; margin: 3em 1% 0; text-align: center;}
.social_pics {margin: 0 0.2em;}
.portrait_text {float: left; width: 98%; padding: 1% 1%;}
.portrait_text p { font-size: 0.8em; }
#post-10 header.entry-header {
    margin-bottom: -5.4em;
    padding: 0 0.8em;
    position: relative;
    top: -5.4em;
}
.vc_row-fluid [class*="vc_span"] {
    margin-left: 0!important;
}

/* Mission */


.main.mission.wrapper article {width: 100%;}

.wpb_row.vc_row-fluid {display: table;}
.wpb_wrapper {}
.wpb_wrapper h3 a img {float: right!important;}
.wpb_wrapper ul {width: 100%;}
.wpb_wrapper p strong {width: 100%; margin: 1em 0;}
/*.wpb_wrapper p { text-align: center;}*/

.vc_span6.wpb_column.column_container .wpb_text_column.wpb_content_element {display: table-row;}

.mission-subpages-wrapper li a {
    border-bottom: 1px dashed #C50011;
    color: #6A6A6A;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.mission-subpages-wrapper li a:hover {
    text-decoration: none;
    color: #222; 
    border-bottom: 1px solid #C50011;
}
.mission-subpages-wrapper { width: 50%;}

.mission-subpages-wrapper.right {
    float: right;
}

.mission_wrapper img {width: 150px !important; margin: 1em 0 !important;}
.mission_wrapper .wpb_content_element {}

.wpb_wrapper li a {    
    border-bottom: 1px dashed #C50011;
    color: #6A6A6A;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
.wpb_wrapper li a.current {
  background-color: #9B0028;
  color: white;
}


.wpb_wrapper li a:hover {
    text-decoration: none;
    color: #222; 
    border-bottom: 1px solid #C50011;
}


/* ===============
    ALL Footer
   =============== */

/*footer.wrapper {
    background: none repeat scroll 0 0 #EEEEEE;
    bottom: 2em;
    width: 100%;
    margin: 0;
    padding: 1em 0;
}*/
.footer-covered {
    position: static;
    background: #eeeeee;
    width: 95%;
    margin: 0 5%;
}
.footer-fixed {
    position: static;
    background: #eeeeee;
    box-shadow: 0 1px 5px #AAAAAA;
    padding: 0 0 1em 0;
}
.footer-container {
    background: #eeeeee;
}
/*footer.wrapper {
    margin: 0 7%;
        width: 86%;
}
*/

.footer-spacer {
  display: none;
}
footer img {
    width: auto;
}

footer .textwidget a img {float: right;}
footer .textwidget em {font-size: 0.9em;}
footer .textwidget p {font-size: 0.8em; line-height: 1.65em;}

.footer-fixed .logo_empowersys {padding: 1em 0;}
 #logo_footer {    
    text-align: center;
    width: 100%;
    padding-left: 0;
}

 #logo_footer img {
   width: auto!important;
}

 #footer_subtext {  
    float: none;
}

 #footer_subtext p {  
    color: #979797;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

 #footer_subtext {
    text-align: center;
}

.footer-fixed {
    box-shadow: 0 1px #eee;
}

 #footer_subtext p a {  
    color: #979797;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

 #footer_subtext p a:hover {  
    color: #222;
    text-decoration: none;
}

 #footer_subtext img {  
    float: right;
    width: auto;
    margin: 0 0.2em;
}

#first, #second, #third {float: left; width: 90%;}
#first, #second {margin-right: 4%!important;}
.footer-container ul {padding: 0!important;}

footer #text-2 strong a {
    border-bottom: 1px dashed #C50011;
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
footer #text-2 strong a:hover {
    border-bottom: 1px solid #C50011;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}
footer #text-2 strong a:hover:after {
    text-transform: uppercase;
    content: "Routenplaner";
    font-weight: normal;
    padding: 0 0 0 1em;
    font-size: 80%;
    color: #6A6A6A;
    border-bottom: 2px solid #EEEEEE;
}

/* Kontaktformular */

form input, form textarea {
    color: #6A6A6A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0.3em 0.4em;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

form input:hover, form textarea:hover {
    color: #222;
    border: 1px solid #222;
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
}
.seminar-contact {
  margin: 0 0 2em;
}
.seminar-contact input {
  margin: .3em 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    position: relative;
    top: -80px;
    background-color: white;
    z-index: 99999;
    left: -310px;
    font-size: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.wpcf7-validation-errors {
    border: 2px solid #9B172E!important;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 0!important;
    z-index: 100;
    background: #fff;
    border: 2px solid #9B172E!important;
    font-size: 10pt;
    padding: 0.2em 1em!important;
    font-size: 0.8em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wpb_row img, .entry-header img {width: auto!important;}
.wpb_text_column.wpb_content_element ul li a {font-size: 90%;}
.wpb_text_column.wpb_content_element ul li {margin: 0 0 0.1em 0;}

.entry-content blockquote,
.comment-content blockquote {
    margin: 0 0 24px 0;
    padding: 24px;
    padding: 1.714285714rem;
    font-style: italic;
}

/*.entry-content {
  margin: 1.5em 0;
  padding: 0 0.8em;
}
*/
blockquote em {
    font-size: 0.8em;
}

blockquote:before {
    content: url("../img/red_quotes.jpg");
    margin: 0 0 0 -1.8em;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
    list-style: square url("../img/red_square.jpg");
}

.navheader { 
  font-size: 12px;
}

.slide-trigger {
  display: none; /* need this */
  border: 1px solid #CCCCCC;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 15px;
}

.slide-trigger span {
  background-image: url("/a/i/dropdown-arrows.png");
  background-position: 0 -14px;
  display: block;
  float: right;
  margin-top: 3px;
  height: 14px;
  width: 32px;
}

.vc_span8.welcomepage_center.wpb_column.column_container {width: 50%!important;}
h4 {    
    color: #222222;
    font-size: 1.1em!important;
    font-weight: normal!important;
    text-shadow: 0 0 0 #FFFFFF;
}

.vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6,
.vc_row-fluid .vc_span8 {
    width: 100% !important;
}

/* TERMINE */

.termine {
  float: left;
  margin-bottom: 3em;
  width: 100%;

}
.termine .show-desktop {
  display: none;
}
.termine ul {
  width: 100%;
  float: left;
}
.termine ul li {
  float: left; 
  width: 100%;
  height: auto;
  font-size: 90%;
  list-style: none;

}
.termine ul li a {    
    color: #6A6A6A;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.termine ul li a:hover {
    text-decoration: none;
    color: #222; 
}

.termine_left {
  float: left;
  width: 99%;
}
.termine_right {
  width: 99%;
  float: right;
}
.terminname, .terminort {
  float: left;
  width: 60%;
  text-align: left;
}
.termindatum, .terminpreis {
  float: left;
  width: 40%;
  text-align: right;
  white-space: pre-wrap;
}


.even {background-color: #eee;}
.odd {background-color: #fff;}

.termine_left, .termine_right {
  padding: 0.1% 0.5%;
}
.termine_left p, .termine_right p, .termine ul li a  {
  margin: 0.5em 0;
}

.seminar-contact {
  width: 100%;
}
ol.forms {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol li {
  font: 14px/24px Fauna One,Helvetica,Arial,serif;
}
ol input, ol textarea {
  width: 95%;
}


.welcomepage_center .wpb_wrapper h2 {background: 0 none!important;}




   .smallHeader_a {
        padding: 1.2em 0;
   }
   a.smallHeader_a:hover, a.smallHeader_a:active, .current_page_item a.smallHeader_a {
      padding: 1.2em 0 !important;
   }

   .header-container.smallHeader_container {
    height: 4em!important;
   }
   .Header_shadow {
    -webkit-box-shadow: 0 5px 10px #aaa;
       -moz-box-shadow: 0 5px 10px #aaa;
            box-shadow: 0 5px 10px #aaa;
   }
   #logo_header.smallHeader_logo {
    padding: 0.75em 0!important;
   }

   

   /* ===============
       ALL: iOS
      =============== */

    .ios .ioswrap {
      position: relative;
      top: 0;
      z-index: 2;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-box-shadow: 0 5px 10px #ddd;
      -moz-box-shadow: 0 5px 10px #ddd;
      box-shadow: 0 5px 10px #ddd;
    }
    
    .ios .footer-container {
      -webkit-transform: translateZ(0);
    }
   

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ===============
    ALL: Orientation
   =============== */

body:after {
  content: "";
  position: absolute;
  color: transparent;
}

@media all and (orientation: portrait) {
  body:after {
    content: "p";
  }
}

@media all and (orientation: landscape) {
  body:after {
    content: "l";
  }
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (max-width: 540px) {

     
      .wpb_wrapper h2, .wpb_wrapper p {
        text-align: left!important;
      }
   }
    

   @media only screen and (min-width: 1024px) {


        p, pre {
            margin: 1em 0;
        }

      /*  .toggleMenu img {
            padding: 11% 35%;
            width: 30%;
        }*/
        nav li {
          display: inline;
        }
        nav a {
            font-size: 1.2em;
            padding: 0.8em 0;
        }
      /*  .startimg {
            height: 40em;
            margin-top: 3.2em;
        }*/
        .caption p {
            font-size: 3.5em;
          }
        .caption p:before {
              margin: 0 0 0 -5%;
              padding: 2% 5% 0 3%;
          }
        .startimg.subpages {
              height: 18em;
          }
          .entry-header h1 img {
              bottom: -0.5em;
            }
         /* header.entry-header {
              margin-bottom: -5.4em;
              top: -5.4em;
              padding: 0 0.8em;
          }
          header.entry-header .entry-title {
            margin-top: 0.5em;
          }*/
          .main.mission.wrapper article {width: 70%;}

          .page-template-page-mission-sub-php {
            display: none;
          }
          .main-container {
            margin: 0;
            padding: 1em 0;
          }
          
          .main {
            /*margin: 0;*/
          }
         
          .entry-content, header.entry-header, .mission-overview h2 {
              margin-left: 2em;
              margin-right: 2em;
              padding-bottom: 0.8em;
          }

          .footer-spacer {
            display: block;
          }

          .footer-covered #first, #second {
              width: 40%;
          }

          footer .logo_empowersys {padding: 1em 0;}

          
         

    .termine .show-desktop {
      display: block;
      color: #9B0028;
         text-transform: uppercase;
    }
    .show-mobile {
      display: none;
    }
    .termine_left {
      padding: 0 0.5%;
      width: 69%;
    }

    .termine_right {
      padding: 0 0.5%;
      width: 29%;
    }

    .terminname {
      /* width: 70%; */
      padding-right: 0.5em;
    }
    .termindatum {
      width: 30%;
    }
    .terminort {
      width: 40%;
      padding-right: 0.5em;
    }


      .toggleMenu {
          display: none !important;
      }
      .empowersys_navi {
          background-color: #eee;
      }
      nav a {
          background-color: #eee;
          color: #6A6A6A;
          text-shadow: 1px 1px 0 #FFFFFF;
          transition: all 0.5s ease 0s;
          font-size: 1em;
          border-top: 5px solid #eee;
      }
      .current_page_item a, .current_page_item a:hover {
              color: #919191;
              border-top: 5px solid #9a0029;
              padding: 0;
      }
      .vc_row-fluid .vc_span6, .wpb_teaser_grid.wpb_carousel .vc_span6 {
          width: 47.5%!important;
      }
      .portrait_pic {
          margin: 1.2em 0 0;
          width: 17%;
      }
      .vc_row-fluid [class*="vc_span"] {
          margin-left: 5%;
      }
      .vc_row-fluid .vc_span8, #post-7 .vc_span6.wpb_column.column_container {
          width: 60% !important;
      }
      header.entry-header .entry-title {
          font-size: 3em;

      }
    /*  header.entry-header {
          margin-bottom: -7.5em;
          top: -7.5em;
      }*/
      #post-10 header.entry-header {
          margin-bottom: -6.3em;
          top: -6.3em;
      }
      #ajaxcontent { margin-top: 1em; }
      #ajaxcontent article { width: 100%;
      }
      .main.mission.wrapper #post-9 {
          width: 70%;
      }
      /* ====================
          WIDE: CSS3 Effects
         ==================== */
          a img {
              -webkit-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
          }
          a img:hover {  
              /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            /* IE 5-7 */
            filter: alpha(opacity=50);
            /* Netscape */
            -moz-opacity: 0.5;
            /* Safari 1.x */
            -khtml-opacity: 0.5;
            /* Good browsers */
            opacity: 0.5;
          }


          .header-container,
          .main aside {

          }
          
          .header-container {
              background-color: #EEEEEE;
              height: 7.5em;
              -webkit-transition: all 0.5s ease;  /* Chrome 1-25, Safari 3.2+ */
                 -moz-transition: all 0.5s ease;  /* Firefox 4-15 */
                   -o-transition: all 0.5s ease;  /* Opera 10.50–12.00 */
                      transition: all 0.5s ease;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */

          }
          nav li a {padding: 2.98em 0;}
          header {
              height: 100%;
          }
          header #logo_header {
               padding: 2em 0;
          }
          header #logo_header p {    
              display: block;
              color: #979797;
              float: left;
              font-size: 0.8em;
          }
          header #logo_header img {    
              width: auto!important;
          }
          #logo_header {    
              display: table-cell;
              vertical-align: middle;
         }
          .sub-menu {display: none;}

      /* ============
          WIDE: Menu
         ============ */
          .empowersys_navi {
            float: left; 
            padding-left: 5%;
            width: 60%;
          }

          .empowersys_header {float: right; width: 35%; padding: 0;}

          nav a {
              float: left;
              margin: 0 3%;
          }

      /* ============
          WIDE: Main
         ============ */

         /* startimg / parallax */

         .startimg {
             height: 500px;
             /* background-size: cover; */
             background-position: top center;
             background-repeat: no-repeat;
             position: relative;
             z-index: 2;
             margin: 0;
             top: 0;
             -webkit-box-shadow: inset 0 5px 10px #aaa;
                -moz-box-shadow: inset 0 5px 10px #aaa;
                     box-shadow: inset 0 5px 10px #aaa;
         }
         .subpages {
             height: 15em;
         }
         .caption {
             position: absolute;
             z-index: 1000;
             text-align: center;
             color: #fff;
             opacity: 1;
             top: 30%;
             left: 0;
             width: 100%;
             margin-top: 3em;
         }
         .caption p { 
             font-size: 5em;
             padding: 0;
             margin: 0;
             text-shadow: 1px 1px 4px #333;
         }

         .caption p:before { 
             background: url("../img/quote_big.png") no-repeat scroll left top transparent;
             content: "";
             height: 37px;
             margin: 0 15px 0 0;
             padding: 10px 26px;
             width: 48px;
         }
         .portrait_text {float: right; padding: 0 0 1em; width: 79%;}


         /* Startseite - Button Termine */
         .button_termine {
             display: block;
             background-color: white;
             position: absolute;
             right: 1em;
             top: 2em;
             /* IE 8 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
             /* IE 5-7 */
             filter: alpha(opacity=75);
             /* Netscape */
             -moz-opacity: 0.75;
             /* Safari 1.x */
             -khtml-opacity: 0.75;
             /* Good browsers */
             opacity: 0.75;
             padding-left: 1em;
         }
         .button_termine:hover {
             /* IE 8 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
             /* IE 5-7 */
             filter: alpha(opacity=100);
             /* Netscape */
             -moz-opacity: 1.0;
             /* Safari 1.x */
             -khtml-opacity: 1.0;
             /* Good browsers */
             opacity: 1.0;
         }
         .button_termine li {
             list-style: square inside url("../img/red_square.jpg");
             padding: 0 0 0 1em;
             width: 100%;
         }
         .button_termine li a {
             color: #6A6A6A;
             text-decoration: none;
             display: inline-block;
             padding: 1em 2em 1em 0;
         }
         .button_termine li a:hover {
             text-decoration: none;
             display: inline-block;
             padding: 1em 2em 1em 0;
         }

         .main-container p a {
             -webkit-transition: all 0.3s ease-in-out;
             -moz-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
             transition: all 0.3s ease-in-out;
         }
         .main-container p a:hover {
             text-decoration: none; 
             color: #222; 
             border-bottom: 1px solid #C50011;
         }



          article {
              float: left;
              width: 100%;
          }

          aside ul li a {
              text-decoration: none;
              color: #6A6A6A;
              width: auto;
              padding: 0;
              display: block;
              background-color: transparent;
              text-align: left;
          }
          aside ul li {
              margin-bottom: 0.6em;
              padding-bottom: 0.8em;
              background: url("../img/aside_divider.gif") no-repeat bottom left;
          }
          aside ul li.current {
              list-style: square url("../img/red_square.jpg");
          }
          aside ul li a:hover {
              text-decoration: none;
              color: #919191;
          }
          aside {
              display: block;
              box-shadow: none!important;
              float: right;
              width: 25%;
              position: static;
              top: auto;
              right: auto;
              z-index: auto;
          }
          aside.mission {
              margin-top: 3em;
          }
          .vc_span6.wpb_column.column_container {width: 47.5%;}


          /*Mission*/

          .ajaxanchor {
              /*display: none;*/
              /*position: fixed;*/
              /*top: 8em;*/
              z-index: 99;
              
          }
          #ajaxcontent {
              display: none;
              overflow-y: auto;
              overflow-x: hidden;
              background: #fff;
              position: relative;
              border-bottom: 1px solid #9B0028;
              width: 100%;
          }
          #ajaxcontent h1.entry-title {
              color: #222222;
              font-size: 1.1em;
              font-weight: normal;
              text-shadow: 0 0 0 #fff;
          }
          #ajaxcontent .entry-content ul {
              list-style: square outside url("../img/red_square.jpg");
              margin-left: 1em;
          }
          #ajaxcontent article {
          }
          #ajaxcontent article header {
              margin: 0;
              top: 0;
          }
          #closebutton_oben {
              position: absolute;
              top: 1em;
              right: 1em;
          }
          #closebutton_unten {
              position: absolute;
              bottom: 1em;
              right: 1em;
          }
          #closebutton_oben, #closebutton_unten {color: #9B0028;}
          #closebutton_oben span, #closebutton_unten span {
              background-color: #9B0028;
              -webkit-border-radius: 2px 2px 2px 2px;
                 -moz-border-radius: 2px 2px 2px 2px;
                      border-radius: 2px 2px 2px 2px;
              color: #FFFFFF;
              margin: 0 0 0 1em;
              padding: 0.1em 0.4em;
          } 

          /* ===============
          WIDE Footer
         =============== */

          .footer-container {
              background-color: #eeeeee;
              margin: 0;
              padding: 0;
              height: 24em;
              position: fixed;
              bottom: 0;
              z-index: 1;
              width: 100%;
          }

          .footer-spacer {
              height: 24em;
          }

          .footer-covered {
              position: fixed;
              z-index: 1;
              bottom: 3em;
              left: 0;
              height: 23em;
              width: 90%;
              margin: 0 5%;
             
          }
          .footer-center {
              width: 100%;
              margin: 0 auto;
          }
          .footer-fixed {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            margin: 0;
            padding: 0;
            background: #eeeeee;
            box-shadow: 0 1px 5px #AAAAAA;
            padding: 0;
            height: 3em;
            z-index: 5;
          }

         /* footer.wrapper {
              margin: 0 auto;
              width: 1024px;
          }*/
           #first, #second, #third { width: 30%;}
        
         #logo_footer {    
             float: left;
             text-align: center;
             width: 30%;
             padding-left: 5%;
         }

         #logo_footer img {
            width: auto!important;
         }
         #logo_footer img {
             float: left;
             width: auto !important;
         }
         
        
         #logo_footer {
             float: left;
             padding-left: 0;
             text-align: center;
             width: 30%;
         }
         #footer_subtext {
             float: right;
         }



      /* ===============
          Maximal Width
         =============== */

          
          nav a {
              padding: 3em 0;
          }
          nav a:hover {
              padding: 2.98em 0;
              border-top: 5px solid #9A0029;
              color: #919191;
           }
          .current_page_item a, .current_page_item a:hover {
              padding: 2.98em 0;
          }
         
          .outer-wrapper {
              margin: 7.5em 0 0 0;
              background-color: #eee;
          }
          
         /* .footer-center {
              width: 1026px;
              margin: 0 auto;
          }*/
          footer #logo_footer {    
              float: left;
              text-align: center;
              width: 30%;
              padding-left: 5%;
          }

          footer #logo_footer img {
             width: auto!important;
          }
          footer #logo_footer img {
              float: left;
              width: auto !important;
          }

  

          .wrapper{
            width: 921.6px;
          }
          header.wrapper {
            margin: 0 5%;
          }

          .entry-content p, .entry-content ul li {
              font: 14px/24px Fauna One,Helvetica,Arial,serif;
          }
          h1 {
              margin: 0.5em 0;
          }
          header.entry-header {
             /* margin-bottom: -7.1em;
              top: -7.5em;*/
          }
          .startimg {
              background-attachment: fixed;
              background-position: center top;
              background-repeat: no-repeat;
              background-size: cover;
              height: 900px;
              position: relative;
              z-index: 3;
          }
         
          .empowersys_navi {
              padding: 0;
              width: 60%;
          }
          .footer-covered #first {
              width: 30%;
          }
          .footer-fixed {
              background: none repeat scroll 0 0 #EEEEEE;
              box-shadow: 0 1px 5px #AAAAAA;
              padding: 0;
          }
          footer #logo_footer {
              float: left;
              padding-left: 0;
              text-align: center;
              width: 30%;
          }
          footer #footer_subtext {
              float: right;
          }
          .entry-content, header.entry-header, .mission-overview h2 {
              margin-left: 0em;
              padding: 0;
          }
          h2 {
              padding-bottom: 1em !important;
          }
          .entry-content, header.entry-header, .mission-overview h2 {
              margin-right: 0;
          }
          #post-10 header.entry-header {
              margin-bottom: -7.5em;
              top: -7.5em;
              padding: 0;
          }

    }


    @media only screen and (min-width: 1200px) {

     
      .wrapper {
          width: 1026px; /* 1140px - 10% for margins */
          margin: 0 auto;
      }
      header.wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
      }
      .toggleMenu {
          display: none !important;
      }

    }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.center {margin: 0 auto!important;}