@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Open+Sans+Condensed:300|Indie+Flower|Engagement);

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
q::before {
  content: "„";
}
q::after {
  content: "“";
}


@media only screen and (max-width: 940px) {
html {
background: url("../img/bg.jpg") no-repeat center center fixed; /*no-repeat scroll center center transparent;*/
/*background: #7DA7A5;*/
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
}

html {
background: url("../img/bg.jpg") no-repeat center center fixed; /*no-repeat scroll center center transparent;*/
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}

body {
font-family: "Titillium Web", Arial, sans-serif;
font-size: 1em;
line-height: 1.4;
height: 100%;
}

::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}

::selection {
background: #b3d4fc;
text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
hr.kurs {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}
img.kl {
    width:24px;
    }
img.praxis { width:430px; max-width:96%; }
img.small { display:none; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

#ticker {
position:fixed;
bottom:0px;
background:#5A8244;
color:#fff;
padding:5px 0;
width:100%;
text-align:center;
font-size:2.5em;
font-weight:bold;
font-family: "Titillium Web", Arial, sans-serif;
z-index:9999;
}


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #525248;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/***** Allgemeine Styles *****/

img {
    border: none;
    height: auto;
    max-width: 100%;

}
div.bgneu { background: url("../img/front1.jpg") no-repeat scroll center right transparent; }

p, td {
        font-family: "Titillium Web", Arial, sans-serif;
        color: #525248; /*#00305e;*/
        font-size: 1.1em;
        margin: 0 0 0.5em 0;
        line-height: 1.6em;
        text-align:justify;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

p.haftung {
font-size:89%;
line-height:normal;
text-align:justify;
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
hyphens:auto
}

table td {
        padding: 0.1em 0;
}
a {
color:#bf6800;
text-decoration:none;
margin:0;
padding:0
}
a.lk {
color:#bf6800;
text-decoration:none;
margin:0;
padding:0
}
a.lk:hover {
color:#bf6800;
text-decoration:underline;
margin:0;
padding:0
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #8B4B00;
}

h1, h2, h3 {
    font-family: "Titillium Web", Arial, sans-serif;
        font-weight: bold;
        display: block;
        margin: 0 0 0.5em 0;
        line-height: 1.4em;
}
h1 {
        font-size: 1.35em;
        margin: 0 0 0.6em 0;
        text-transform: uppercase;
        color: #8B4B00;
}
h2 {
        font-size: 1.1em;
        color: #00305e;
        margin: 1em 0 0.6em 0;
}
h3 {
        margin: 0 0 0.5em 0;
        color: #00305e;
        font-size: 1em;
}
ul {
        padding: 0 0 0 2em;
        margin: 1em 0;
}
li {
        color: #00305e;
        line-height: 1.6em;
}
#header, #navigation, #slideshow, #content, #content_left, .c_r_box, footer, footer ul, .row {
        width: 100%;
        float: left;
}
#content, #header, #slideshow,#content_right, footer ul, #toggle {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
span.blue {
        color: #00305e;
}
span.yellow {
        color: #f2b603;
}
span.narrow {
        font-weight: 400;
}

/***** Struktur *****/

#page {
        max-width: 940px;
        width: 100%;
        height: 100%;
        margin: 2em auto;
        background: #F5F7E2;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

/***** Header *****/

#header {
        padding: 3px 0 0 0;
        background-color:#C9D393; /*#C1D3A9;*/
}
#logos {
        background-color:transparent;/*#FFEE02;*/
        height:auto; /*262px;*//*100px;*/
        padding:0; /* 32px; */
}

#logo img {
        max-width: 940px; /*298px;*/
        margin: 5px 0 0 0; /*-22px -32px 0 -32px;*/
        max-height: 443px; /*60px;*/
}

#gruss {
font-family:'Engagement', cursive,sans-serif;
font-size:2.8em;
line-height:70px;
}

div.fb {
         top:70px;
         height:100px;
         right:20px;
         float:right;
         }
div.fb2 {
         height:45px;
         text-align:center;
         padding: 10px 0 0 0;
         background: #F5F7E2;
         }
img.fb {
         float:right;
         width:45px;
         margin-top:-50px;
         }
img.fb2 {
         width:45px;
         text-align:center;
         }

/* Navigation */

#navigation {
        border-bottom: 0; /*1px solid #00305e;*/
        margin: 0.5em 0 0.5em;
/*        margin: 2em 0 1em;*/
        padding: 0 0 0.5em 0;
}
#navigation ul {
  margin: 0 30px;
  padding: 10px 0;
  max-width:880px;
  width: 100%;
  text-align:center;
  display: block;
  list-style: none;
}
#navigation ul li {
        display: inline-block;
        text-align:center;
        }
#navigation ul li span.relax {
        color: #5A8244;
        /*background: url("../img/nav-dot.svg") no-repeat scroll center right transparent;*/
        text-decoration:none;
        padding: 0 1em;
        display: block;
        font-size: 1em;
        margin: 0 0.5em;
        font-weight: 700;
        text-transform: uppercase;
        text-align:center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3vs;
        border-bottom: 3px solid transparent; /*#5A8244;*/
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid transparent;
        width:130px;
        max-width:100%;
}
#navigation ul li span:hover.relax, #navigation ul li span:active.relax {
        border: 3px solid #5A8244;
        width:130px;
        max-width:100%;
        text-align:center;
        background: #5A8244;
        color: white;
}
p.kba { margin: 0 auto; text-align:center;max-width:50%; }
p.kb { margin: 0 auto; text-align:center;max-width:50%; }
p.kl { margin: 0 auto; text-align:center;max-width:50%;padding:50px 0;}

/* Slideshow */

#slideshow {
        padding: 0 2em;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.showcase-caption {
color:#000;
text-align:left;
position:relative;/*absolute;*/
bottom:40px;
left:0px;
display:none;
width:auto;
background-image:url('../img/white-opacity-80.png');
z-index:9999;
font-family:'Indie Flower', cursive,sans-serif;
font-size:125%;
font-weight:bold;
opacity:0.85;
border-radius:0;/*7px;*/
padding:6px 15px;
}


/***** Content *****/
#frame { display:block;
}
         #box {
         display: none;
         }

#content {
        padding: 0 2em 1.5em 2em;
}
#content_left2 {
        max-width: 50%; /* 67%; �NDERN bei rechter Spalte */
}

#content_left {
        max-width: 100%; /* 67%; �NDERN bei rechter Spalte */
}
.kontakt table {
        display: block;
        margin: 1em 0 0 0;
}
.kontakt table td:first-child {
        width: 30%;
}
.row {
        margin: 0.5em 0 0 0;
        padding: 1em 0 0 0;
        border-top: 1px solid #F2B603;
}

img.ref {
width:169px;
max-width:40%;
background-color:#FFF;
margin:0 8px 8px 0;
padding:1px;
float:left;
}
img.stern {
margin:8px 0 4px 0;
}
div.ref {
width:100%;/*171px;*/
border:1px solid gray;
/*min-height:260px;*/
font-size:80%;
line-height:1.2em;
float:left;
margin:5px 0px 5px 0;
padding:8px
}

div.ref0 {
width:100%;/*171px;*/
border:1px solid gray;
/*min-height:260px;*/
font-size:80%;
line-height:1.2em;
float:left;
margin:5px 5px /*13px*/ 5px 0;
padding:8px
}

div.ref1 {
width:100%;
float:left;
margin:3px;
padding:0 0 35px 0;
}
div.ref2 {
width:100%;
float:left;
margin:3px;
padding:0 0 5px 0;
}

span.fehler {
width:100%;
border-bottom:1px solid #df0000; /*gray;*/
font-size:140%;
font-weight:bold;
line-height:1.2em;
float:left;
padding:45px 0px 5px 0px;
/*background:#D6D6D6;*/
text-align:center;
color: #df0000;
}
span.relaxo {
width:100%;
border-bottom:1px solid #437628; /*gray;*/
font-size:140%;
font-weight:bold;
line-height:1.2em;
float:left;
padding:45px 0px 5px 0px;
/*background:#D6D6D6;*/
text-align:left;
color: #437628;
}

span#foto {
max-width:50%;
float:right;
padding:0 0 30px 30px;
}
p.km {
font-size:83%;
line-height:1.25em
}
p.kmv {
font-size:90%;
line-height:1.25em
}
span#imp-b {
max-width:50%;
float:right;
padding:0 0 20px 20px;
}
span#imp-s { display:none; }

img.foot {
max-width:940px;
width:100%;
margin-top:-7px;
z-index:1000;
clear:right;
}

/* Team */

.team_row {
    float: left;
    margin: 0 2em 1.5em 0;
    position: relative;
    width: 250px; /*100%;*/
        border-bottom: 0px solid #00305E;
        padding: 0 0 1.5em 0;
}
.team_img {
    float: left;
    width: 100%; /*28%;*/
        margin: 0.2em 0 0 0;
}
.team_info {
    float: right;
    text-align: left;
    width: 68%;
}
.team_info h2 {
    margin: 0 0 0.6em 0;
}
.team_info ul {
    margin: 0;
}
.team_info ul li {
    padding: 0 0 0 0.3em;
}
.team_row_last {
        border: none;
        padding: 0;
}

/* Aside */

#content_right2 {
        max-width: 45%;
        background-color: transparent;
        float: right;
        width: 100%;
        padding: 0.5em; /*1em 1em 0.5em 1em; */
}

#content_right {
        max-width: 240px;
        background-color: #f3f3f3;
        float: right;
        width: 100%;
        padding: 1em 1em 0.5em 1em;
}
.c_r_box {
        border-bottom: 1px solid #f2b603;
        margin: 0 0 1em 0;
        padding: 0 0 0.5em 0;
}
.c_r_box ul {
        margin: 0.5em 0;
}
#content_right .last {
        border: none;
        margin: 0;
        padding: 0 0 0.3em 0;
}
.c_r_box span.tel {
        background: url("../img/icon-fon.png") no-repeat scroll left 0.1em transparent;
        color: #8B4B00; /*#FABB00;*/
        font-weight: 800;
        font-size: 1.3em;
        padding: 0 0 0 1.8em;
        margin: 0.2em 0 0 0;
        display: block;
}

/***** Footer *****/

footer {
        background: #F5F7E2;
}
footer ul {
        list-style: none;
        padding: 0.25em 2em;
        margin: 0;
        text-align:center;
        display: block;
}
footer ul li {
        display: inline-block;
}
footer ul li a {
        color: #437628;
        text-decoration:none;
        padding: 0 2em;
        display: block;
        font-size: 0.8em;
        margin: 0 1em;
        font-weight: 600;
        text-align:left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3vs;
        border: 2px solid transparent;
}
footer ul li a:hover {
        border: 2px solid transparent; /*#437628;*/
        }

/***** Helper *****/

.responsiveContainer {
        margin: 2em 0 0 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 53%;
    position: relative;
}

/* Go-Top-Button */

.go-top {
        position: fixed;
        bottom: 25px; /*1.4em;*/
        right: 0.5em;
        text-decoration: none;
        color: #FFFFFF;
        background-color: rgba(67, 118, 40, 0.7); /*rgba(0, 48, 94, 0.7);*/
        font-size: 12px;
        padding: 1em;
}

#tabelle {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  width:100%;
}
.zelle {
  border: 0px solid grey;
  display: table-cell;
  width: 438px;
  padding:5px;
  text-align:center;
}
.zelle3 {
  border: 0px solid grey;
  display: table-cell;
  width: 438px;
  padding:5px;
  text-align:center;
}
.zellen {
  border: 0px solid grey;
  display: table-cell;
  width: 407px;
  padding:0 30px 15px 0;
  min-height:140px;
}
#tableim {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  width:100%;
}
.zelle {
  border: 0px solid grey;
  display: table-cell;
  width: 438px;
  padding:5px;
  text-align:left;
}



@media screen and (max-width: 900px) {
    #tabelle {
     display: block;
     width:100%; /*99%;*/
    }
    .zellen {
      display: block;
      width:100%; /*99%;*/
    }
}

@media screen and (max-width: 780px) {
    #tabelle {
     display: block;
      width:100%; /*99%;*/
    }
    .zelle {
      display: block;
      width:100%; /*99%;*/
    }
    .zelle3 {
      display: block;
      width:100%; /*99%;*/
    }

}

/* Slideshow */

.rslides {
  margin: 0 auto;
}
.rslides_container {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #00305e;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.html") no-repeat left top;
  margin-top: -45px;
}
.centered-btns_nav:active {
  opacity: 1.0;
}
.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}
.transparent-btns_nav.next {
  left: auto;
  right: 0;
}
.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.html") no-repeat left 50%;
  width: 38px;
}
.large-btns_nav:active {
  opacity: 1.0;
}
.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
        position: absolute;
        bottom: 1.5em;
        width: 150px;
        text-align: center;
          padding: 0;
        margin: 0 0 0 -75px;
        left: 50%;
          z-index: 100;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 10px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: none;
  border: 1px solid #00305e;
  display: inline-block;
  _display: block;
  *display: block;
  width: 15px;
  height: 15px;

}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #F3F3F3;
  background: rgba(230,230,230, 1);

}
#content .noborder {
        border: none;
}

/* no-svg Support */

.no-svg ul#menu li a {
        background: url("../img/nav-dot.png") no-repeat scroll center right transparent;
}
.no-svg footer ul li a {
        background: url("../img/footernav-dot.png") no-repeat scroll center right transparent;
}
.lt-ie9 #content_left {
        max-width: 65%;
}
.lt-ie9 #content_right {
        max-width: 25%;
}


#navigation.opened {
  max-height: 9999px;
}
#toggle {
  display: none;
}


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *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: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media only screen and (max-width: 960px) {
        body {
                font-size: 1em;
        }
        html {
                color:#000;
                font-size:100%;
                background-color:#B65D33;
                -webkit-background-size:cover;
                -moz-background-size:cover;
                -o-background-size:cover;
                background-size:cover
        }

        p, h2, li {
                line-height: 1.4em;
        }
        li {
                margin: 0 0 0.3em;
        }
        #page {
                margin: 0;
        }
        #logos {
        background-color:transparent;/*#FFEE02;*/
        height:auto;/*262px;*//*100px;*/
        padding:0; /* 32px; */
        }
        #logo img {
        max-width: 100%; /*298px;*/
        margin: -22px -32px 0 -32px; /*margin: 5px 0 0 0;*/
        max-height: auto; /*262px;*/ /*60px;*/
        }

        #header {
                padding-top: 3px;/*1em;*/
        }
        #wrapper {
                margin: 0;
        }
        #slideshow, #navigation {
                max-width: 100%;
        }
        #navigation {
          margin:  0 0 1em 0;
        }
        #navigation ul, #logo {
          text-align: center;
        }
        #navigation ul li a {
                line-height: 1.5em;
                font-size: 1.2em;
        }
        #content {
                max-width: 100%;
                padding-bottom: 0.5em;
        }
        #content_left {
                max-width: 100%;
                margin: 0 0 1em 0;
                padding: 0 0 0.5em 0;
                border-bottom: 0px solid #00305E;
        }
        #content_right {
                float: left;
                max-width: 100%;
                padding: 0;
                background-color: #ffffff;
        }
        footer ul {
                padding: 0.6em 2em;
        }
        footer ul li a {
                font-size: 0.9em;
                -moz-box-sizing:    border-box;
                -webkit-box-sizing: border-box;
                box-sizing:                border-box;
        }
        footer ul li.print, #footer {
                display: none;
        }
        footer ul li.data a {
                background: none;
                margin: 0;
                padding: 0;
        }

        ul {
                padding: 0;
        }
html {
background: #C9D393;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}

        #slideshow {
                display: none;
        }

#navigation {
        border-bottom: 0; /*1px solid #00305e;*/
        margin: 0.5em 0 0.5em;
/*        margin: 2em 0 1em;*/
        padding: 0 0 0.5em 0;
}
#navigation ul {
  margin: 0;
  padding: 0;
  max-width:940px;
  width: 100%;
  text-align:center;
  display: block;
  list-style: none;
}
#navigation ul li {
        display: inline-block;
        text-align:center;
        }

#navigation ul li a.last, footer ul li a.last {
        background: none;
        padding: 0;
        margin: 0;
}
}


@media only screen and (max-width: 640px) {
html {
background: #C9D393;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
        #slideshow {
                display: none;
        }
        #logo img {
        max-width: 100%; /*298px;*/
        margin: -22px -32px 0 -32px; /*margin: 5px 0 0 0;*/
        max-height: auto; /*262px;*/ /*60px;*/
        }

        h1 {
                font-size: 1.3em;
        }
        footer {
                text-align: left;
                background: #F5F7E2;

        }
        footer ul {
                padding: 0.5em 2em;
        }

        footer ul li {
                border-bottom: 0px solid #f2b603; /* gelber unterer Rahmen */
                display: block;
                width: 100%;
                float: left;
                margin: 0;
        }


        #page footer ul li a {
                padding: 0.5em 0;
                display: block;
                font-weight: 600;
                font-size: 0.7em;
                text-align:center;
                margin: 0;
                color: #5B8344; /*#ffffff;*/
                text-decoration: none;
                background: none;
        }
        footer ul li.data {
                border: none;
        }
        .js #navigation {
                clip: rect(0 0 0 0);
                max-height: 0;
                position: absolute;
                display: block;
                overflow: hidden;
        }

        #navigation {
                top: 0;
                width: 100%;
                position: relative;
                border: 0px solid transparent;
                padding: 0;
                text-align: center;
                margin: 0.5em 0 20px 0;
        }
#navigation ul {
  margin: 0 30px 0 0;
  padding: 0 0 10px 0;
  max-width:640px;
  max-width: 100%;
  text-align:center;
  display: block;
  list-style: none;
}
#navigation ul li {
  display: block;
  border-top: 0px solid #9b9c9e;
  margin: 0;
}
#navigation ul li.li-last {
  border-bottom: 1px solid #9b9c9e;
  padding: 0.5em 0;
}
#navigation ul li a, #navigation ul li a.last {
  background: none;
  padding: 0.5em 0;
  margin: 0;
  font-size: 1.1em;
  font-weight: 900;
}
#navigation ul li a {
  color: #00305e;
  text-decoration:none;
  padding: 0 30px;
  display: block;
  font-size: 1.2em; /*0.96em;*/
  margin: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border:0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3vs;
}
#navigation ul li a:hover, #navigation ul li a:active {
        color: #C0005B;
        border:0;
}

#navigation ul li a.last, footer ul li a.last {
        background: none;
        padding: 0;
        margin: 0;
        border:0;
}

#navigation ul li {
        display: inline-block;
        text-align:center;
        }

#navigation ul li span.relax {
        color: #5A8244;
        text-decoration:none;
        padding: 0;/* 1em;*/
        display: block;
        font-size: 1em;
        margin: 0;/* 0.5em;*/
        font-weight: 700;
        text-transform: uppercase;
        text-align:center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3vs;
        border-bottom: 3px solid transparent; /*#5A8244;*/
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid transparent;
        max-width:100%;
}
#navigation ul li span:hover.relax, #navigation ul li span:active.relax {
        border: 3px solid #5A8244;
        max-width:100%;
        text-align:center;
        background: #5A8244;
        color: white;
}


img.small { text-align:center; max-width:100%; }


        #toggle {
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                display: block;
                width: 100%;
                height: auto;
                float: right;
                margin: 0em;
                padding: 1em;
                overflow: hidden;
                background: url("../img/toggle.png") no-repeat right center;
                background-size: 35px 20px;
                font-family: "Titillium Web", Arial, sans-serif;
                font-weight: 600;
                color: #00305e;
                text-decoration: none;
                font-size: 1em;
                font-style: normal;
                background-color: #C9D393;/*transparent;*/
                margin:-60px 15px 0 0;
                z-index:9999;
        }
        .team_img {
                width: 100%;
                margin: 0 0 1.5em 0;
        }
        .team_info {
                float: left;
                width: 100%;
        }
        .no-img {
                display: none;
        }

div.fb {
         top:50px;
         right:20px;
         float:right;
         }
img.fb {
         float:right;
         width:75px;
         margin-top:-50px;
         }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
color: #8B4B00;
   }

span#foto {
max-width:50%;
float:right;
padding:0 0 30px 40px;
}
span#imp-s {
max-width:100%;
float:right;
padding:0;
}
span#imp-b { display:none; }

p.kba { margin: 0 auto; text-align:center;max-width:100%;}
p.kl { margin: 0 auto; text-align:center;max-width:100%;padding:50px 0;}

}


@media only screen and (max-width: 640px) {

#gruss {
font-family:'Engagement', cursive,sans-serif;
font-size:2.2em;
line-height:50px;
}
span#foto {
max-width:100%;
float:left;
padding:0 0 30px 0;
}
span#imp-b { display:none; }
span#imp-s {
max-width:100%;
float:right;
padding:0;
}
img.praxis { max-width:100%; }

/*
#tabelle {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  width:100%;
}
.zelle {
  border: 0px solid grey;
  display: table-cell;
  max-width:640px;
  padding:5px;
  text-align:center;
}
.zelle3 {
  border: 0px solid grey;
  display: table-cell;
  max-width:640px;
  padding:5px;
  text-align:center;
}
*/
}



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
        #navigation, #slideshow, footer {
                display: none;
        }
        #page {
                padding: 2em;
        }
        #page, .c_r_box {
                border: none;
        }
        #header {
                padding: 0;
        }
        #content {
                margin: 3em 0 0 0;
                padding: 0;
        }
        #content_left {
                max-width: 85%;
                margin: 0 0 1em 0;
                padding: 0 0 0.5em 0;
                border-bottom: 1px solid #999;
        }
        #content_right {
                float: left;
                max-width: 85%;
                padding: 0;
                background-color: #ffffff;
        }
        .c_r_box {
                margin: 0;
        }
        .c_r_box span.tel {
                background: none;
                margin: 0;
                padding: 0;
        }
        .team_row {
                border: none;
                margin: 0 0 3em 0;
                padding: 0;
        }
}