@charset "utf-8";

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

@font-face {
    font-family: 'Wifi';
    src: url('../fonts/opb.eot');
    src: url('../fonts/opb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opb.woff') format('woff'),
         url('../fonts/opb.ttf') format('truetype'),
         url('../fonts/opb.svg') format('svg');
    font-weight: bold;
}


/*************************** CSS RESET by Maniac ***************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
template {
    display: none;
}
audio, canvas, video {
    display: inline-block;
}
html {
    height: 101%;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a img {
    border: 0 none;
}
a {
    color: #309600;
    text-decoration: none;
    outline: none;
}
a:focus, a:hover {
    text-decoration: none;
}
.clearer {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}
/*************************** END CSS RESET *********************************/

.whatever {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 2px solid #38476b;
    display: none;
    font-size: 50px;
    padding: 17px 17px 22px 25px;
    width: 800px;
    z-index: 100;
}
@media (min-width: 640px) {
    .whatever {
	font-size: 25px;
    }
}


html {
    width:100% !important;
    height:100% !important;
}

body {
    background: #ffffff;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size : 10px;
    width:100% !important;
    height:100% !important;
}

.wf {
    font-family: "Wifi";
}


#bodywrap {
    display: table;
    width: 100%;
    height: 100%;
}

#headerwrap,#mainwrap,#sectionwrap,#footerwrap, #erfwrap{
    display: table-row;
}

#headerwrap > div,#mainwrap > div:not(#topbar):not(#botbar),#sectionwrap > div,#footerwrap > div,#erfwrap > div:not(:first-child){
    display: table-cell;
}

header > div > a > img {
    background: #309600;
}

header > div > a > svg {
    background: #309600;
}

#topbar,
#botbar {
    height: 4.5em;
    background-repeat: repeat-x;
    background-position: center;
    background-size: auto 100%;
    transition:all .7s;
    -webkit-transition:all .7s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}

#topbar{
    background-image: url(../img/topbar.png);
}

#erfwrap #topbar{
    background-image: url(../img/topbar_excellence.png);
}

#botbar {
    background-image: url(../img/botbar.png);
    height: 2.4em;
}

main h1 {
    font-size: 2.9em;
    margin-top: 1em;
}

main h2 {
    font-size: 2.35em;
    line-height: 1.23em;
}

main h3, main h4 {
    font-size: 1.7em;
    margin: 1.3em 0;
    width: 25em;
}

main h4 {
    margin: 1.5em 0 .3em 0;
    width: 100%;
}

main h4:first-of-type {
    margin-top: 3em;
}

main p {
    width: 35em;
    font-size: 1.5em;
    word-break: normal;
}

main h4 + p {
    width: 100%;
    font-size: 1.5em;
    word-break: normal;
}

main h4 + p:last-of-type {
    margin-bottom: 4em;
}

main > a,
section a,
#erfwrap nav div,
#anwrap.res .eacha a{
    background: #309600;
    color: #fff;
    font-weight: bold;
    font-size: 1.75em;
    display: inline-block;
    width: 23.14em;
    line-height: 3em;
    text-align: center;
    margin: 2em 0 3.4em;
}

main > a:hover,
header > a:hover,
section a:hover,
#anwrap.res .eacha a:hover{
    background: #666666;
    /*color: #fff;*/
}

header,main,section,footer, nav{
    display: block;
    width: 1000px;
    margin: 0 auto;
}

#headerwrap > div {
    border-top: .4em solid #309600;
}

#headerwrap {
    height: 16em;
}

header {
    height: 16em;
    position: relative;
    background: url(../img/bg_excellence.png) no-repeat right bottom;
}

header > div {
    position: absolute;
    bottom: 0;
}

header > div > div {
    display: inline-block;
    margin-left: 4em;
}

header > div > div > div {
    display: block;
    font-size: 2.9em;
    font-weight: bold;
    margin-bottom: 1.3em;
}

header > div > div ul,
header > div > div ul li {
    display: inline-block;
}

header > div > div ul li {
    margin-right: 4em;
    font-weight: bold;
    font-size: 1.5em;
    color: #309600;
}
header > div > div ul li a {
    font-weight: normal;
    color: #309600;
}

header > a {
    position: absolute;
    top: 0;
    right: 9em;
    background: #309600;
    color: #fff;
    padding: .5em .6em .4em .6em;
    font-weight: bold;
    font-size: 1.5em;
}




#mainwrap {
    background: url(../img/bg_kajak.jpg) center;
    background-size: auto 100%;
	background-repeat: no-repeat
}

#sectionwrap {
    height: 100%;
    background-color: #fcfcfc;
}

section p {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.8em;
}

section a {
    width: 10.97em;
    margin: .85em 1.2em 3em 0;
    line-height: 2.5em;
}


#copywrap {
    background: #309600;
    line-height: 4.2em;
    width: 100%;
    color: #fff;
    margin-bottom: .5em;
    clear: both;
}

#copywrap > div {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.4em;
}

#erfwrap nav > div {
    display: block;
    margin-top: 1.2em;
    height: 2.5em;
    font-size: 2em;
    position: relative;
    margin-bottom: 2.5em;
    width: 100%;
    border: none;
    background: #D1E8C6;
}

#erfwrap nav > div div{
    margin: 0;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: #309600;
    border: none;
}

#erfwrap nav > div span{
    margin: 0;
    display: block;
    top: 0;
    left: 1em;
    line-height: 2.5em;
    position: absolute;
    background: none;
    color: #ffffff;
    border: none;
}


/********   erfolgsfaktor pfeile   ********/
/* lieber hier als in js berechnen lassen */

/*
#erfwrap nav div:first-child:nth-last-child(1) {
    width: 100%;
}

#erfwrap nav div:first-child:nth-last-child(2),
#erfwrap nav div:first-child:nth-last-child(2) ~ div {
    width: calc((100% - 1.25em - 1em) / 2);
}

#erfwrap nav div:first-child:nth-last-child(3),
#erfwrap nav div:first-child:nth-last-child(3) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em) / 3);
}

#erfwrap nav div:first-child:nth-last-child(4),
#erfwrap nav div:first-child:nth-last-child(4) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em) / 4);
}

#erfwrap nav div:first-child:nth-last-child(5),
#erfwrap nav div:first-child:nth-last-child(5) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em) / 5);
}

#erfwrap nav div:first-child:nth-last-child(6),
#erfwrap nav div:first-child:nth-last-child(6) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em) / 6);
}

#erfwrap nav div:first-child:nth-last-child(7),
#erfwrap nav div:first-child:nth-last-child(7) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em) / 7);
}

#erfwrap nav div:first-child:nth-last-child(8),
#erfwrap nav div:first-child:nth-last-child(8) ~ div {
    width: calc((100% - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em - 1.25em - 1em) / 8);
}
*/
/*****************************************/

/*
#erfwrap nav div:not(.act){
    background: #868786;
}

#erfwrap nav div:not(.act):after {
    border-left: 1.25em solid #868786;
}

#erfwrap nav div:after {
    content: " ";
    position: absolute;
    border-bottom: 1.25em solid transparent;
    border-left: 1.25em solid #309600;
    border-top: 1.25em solid transparent;
    bottom: -1.25em;
    right: -1.25em;
    z-index: 99;
}

#erfwrap nav div:first-child {
    border-left: none;
}
#erfwrap nav div:last-child {
    border-right: none;
    margin-right: 0;
}
#erfwrap nav div:last-child:after {
    display: none;
}
*/


#stawrap section {
    color: #868786;
    font-size: 1.4em;
    margin-bottom: 3.4em;
}

main > div {
    position: relative;
    margin-top: 1.9em;
}

main > div > h1 {
    font-size: 3.8em;
    margin-top: 0;
}

main > div > h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin-top: .4em;
}

main > div > p {
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    font-size: 1.55em;
}

.headl {
    display: table-row;
}
.headl > div,
#anwrap.res #resres > div >div{
    background: #e7e7e8;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 4.1em;
    vertical-align: middle;
    display: table-cell;
}

.headl > div:last-child,
#anwrap.res #resres > div >div:last-child{
    border-right: none;
}

.headl .handl {
    width: 23em;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}


.eacha {
    display: none;
    overflow: hidden;
}

.eacha.act {
    height: auto;
    display: block;
}

.eacha:nth-child(2n+1) .handl > b,
.eacha:nth-child(2n+2) .handl > b{
    position: absolute;
    font-size: 17em;
    top: -.05em;
    line-height: 0.7em;
    left: 0.33em;
    z-index: 0;
    color: #fff;
    opacity: .5;
}


/*.eacha:nth-child(2n+1) .handl > b {
    left: 0.79em;
}*/

.headl .handl p b {
    font-size: .8em;
    line-height: 2em;
}

.headl .handl p {
    margin: .75em 1.2em 1em;
    font-size: 1.7em;
    top: .2em;
    z-index: 999;
    position: relative;
}

.headl p {
    width: auto;
}

.answ.act p {
    color: #868786;
    font-style: italic;
    /*margin-left: 1.8em;*/
}

.answ p {
    color: #000;
    font-style: normal;
    padding: 1em 1.8em;
}

.headl .star {
    width: 6em;
    text-align: center;
    font-size: 2.4em;
    color: #309600;
}

.headl .close {
    width: 10.5em;
    text-align: center;
}

.headl .close svg {
    width: 16px;
    height: 9px;
}

.headl .close svg path {
    fill: #309600;
}

.headl .close:hover svg path {
    fill: #868786;
}

.headl .close.act svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.headl .close:hover {
    cursor: pointer;
}

.abans {
    margin-top: 0;
    display: table-row;
}

#anwrap main > a {
    float: right;
    margin-top: 1.2em;
    font-size: 1.55em;
    font-weight: normal;
    line-height: 2.6em;
    cursor: pointer;
}

#anwrap main > a.inact {
   background: #e7e7e8;
   cursor: auto;
}

#anwrap.res main > div > h1 {
    margin-bottom: .85em;
}

#anwrap.res .eacha .handl {
    text-align: center;
}

#anwrap.res .eacha:first-child {
    margin-top: 1.9em;
}
#anwrap.res .eacha {
    margin-top: 0;
}

#anwrap.res .eacha .handl p {
    line-height: 4.2em;
    left: 0;
    right: 0;
}

#anwrap.res .headl .star {
    width: 7em;
}

#anwrap.res .arstar {
    width: 3.2em;
    overflow: hidden;
    line-height: 2.4em;
    display: inline-block;
    text-align: left;
}

#anwrap.res .arstar div {
    width: 20em;
}

#anwrap.res .resans {
    background: #e7e7e8;
    display: table-row;
}

#anwrap.res .resans > div {
    display: table-cell;
    padding: 3em 3.8em;
}

#anwrap.res .resans div > b {
    font-size: 1.6em;
    line-height: 2.4em;
    float: left;
}

#anwrap.res .resans div > p {
    font-size: 1.5em;
    line-height: 1.3em;
    clear: left;
}

#anwrap.res .eacha a {
    width: 15em;
    float: right;
    font-weight: normal;
    line-height: 2.6em;
    font-size: 1.8em;
    clear: right;
    margin: .6em 0 .4em 0;
}

#anwrap.res main a {
    float: left;
    margin-right: .7em;
    line-height: 3em;
    margin-top: 1.4em;
    width: 11em;
}

#anwrap .slidab > div {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#anwrap.res #resres > div{
    display: table-row;
}

#anwrap.res #resres {
    display: table;
    width: 100%;
}

#anwrap.res #resres > div > div {
    display: table-cell;
    font-size: 1.5em;
    height: 6.55em;
}

#anwrap.res #resres > div > div:not(.star) {
    padding-left: 2.55em;
}

#anwrap.res #resres > div > div.star {
    width: 9.35em;
    text-align: center;
}

.eacha > div:not(.slidab) {
    display: table;
    width: 100%;
}

#anwrap.res .slidab {
    display: none;
    border-bottom: 2px solid #fff;
}

#anwrap.res .slidab.act {
    display: block;
}









.answer {
    margin-top: 0;
    border-right: 2px solid #fff;
    display: table-cell;
    position: relative;
}

.answer > div > div {
    border-bottom: 2px solid #fff;
}

.answer > div > div:not(.stars) {
    border-bottom: none;
    padding-bottom: 1em;
}

.answer.hov {
    background: #309600 !important;
    cursor: pointer;
    color: #fff;
}

.answer .stars {
    display: block;
    padding: 1.2em 0;
    text-align: center;
    color: #309600;
}

.star0,
.star1{
    display: inline-block;
    height: 20px;
    width: 21px;
}

.star0 svg polygon {
    fill: none;
    stroke: #309600;
}
.answer.hov .star0 svg polygon {
    stroke: #fff;
}

.star1 svg polygon {
    fill: #309600;
    stroke: none;
}
.answer.hov .star1 svg polygon {
    fill: #fff;
}


.answer p {
    font-size: 1.2em;
    padding: 1em 1em 2.5em 1em;
    width: auto;
    min-height: 7em;
    line-height: 1.6em;
    
}

.answer svg.svgcheck {
    width: 2em;
    height: 2em;
    display: block;
    margin: .5em auto;
}

.answer svg.svgcheck #haggile {
    fill: none;
    stroke: none;
}

.answer svg.svgcheck #kreisile {
    fill: none;
    stroke: #868786;
}

/*.answer.hov svg.svgcheck #haggile,*/
.answer.act svg.svgcheck #haggile{
    fill: #000;
    stroke: none;
}

.answer.hov svg.svgcheck #kreisile,
.answer.act svg.svgcheck #kreisile {
    fill: #fff;
    stroke: none;
}

.answer:last-child {
    border-right: none;
}

div.t {
    width: 100%;
    height: 100%;
    display: table;
    background: green;
}
div.tr {
    display: table-row;
}
div.td {
    display: table-cell;
}





footer {
    height: 20em;
}

#footerwrap {
    background: linear-gradient(rgb(245,245,245) 0%,rgb(255,255,255) 100%);
}

footer ul {
    display: inline-table;
    color: #309600;
    font-weight: bold;
    font-size: 1.2em;
    width: 20%;
    padding-top: 1.66em;
}

footer ul li {
    padding: .3em 0 0;
}

footer ul li a {
    color: #666666;
    font-weight: normal;
    font-size: .92em;
    background: url(../img/li_arr.png) no-repeat left .1em;
    line-height: 1em;
    padding-left: 1em;
}

