              

/* ------------------------------------------  Schriftart ----------------------------------------------- */
@font-face { font-family: 'Open Sans';
             src: url('../css/fonts/OpenSans-Regular.ttf') format('truetype'); }

body{
	color: #68696a;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	line-height:1.4em; 
	font-weight:normal;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #68696a;
	font-family: 'Open Sans';, Arial, Helvetica, sans-serif;  
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 
.zentr {
    text-align: center;
}
div.center-h-v {
    display: flex;
    align-items: center;
    justify-content: center;
}
div.center-v {
    display: flex;
    align-items: center;
}
div.center-h {
    display: flex;
    justify-content: center;
}
div.float-l {
    float: left;
}
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.img-shdw {
    box-shadow: 5px 5px 30px -6px #7DD1DF;       /* versatz horiz. |  versatz vert. |  härte | farbe */
    -webkit-box-shadow: 5px 5px 30px -6px #7DD1DF;
    -moz-box-shadow: 5px 5px 30px -6px #7DD1DF;
}
.li-symb {
    padding-left: 8px;
}
.h3-but {
    border:0;
    padding: 2px 5px;     
    box-shadow: inset 0px 0px 30px  #7DD1DF;
    -webkit-box-shadow: inset 0px 0px 30px #7DD1DF;
    -moz-box-shadow: inset 0px 0px 30px #7DD1DF;
    -o-box-shadow: inset 0px 0px 30px #7DD1DF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	color:#68696a;
}
.h3-leist {
    color: #ffffff!important;    /* #4FAEC0 */
    font-weight:  bold;
    font-size: 1.0em!important;
    margin-top: 1px;
    line-height: 1.2em; 
} 

.team-zentr {
    margin: 10px 0 25px 0;
    padding: 0 10% 0 10%;
    hyphens: auto;
    text-align: justify;
}

/* ------------------------------------Tabelle Team - Tätigkeiten ----------------------------*/
.teamtab-1-1z {
    padding: 5px 35px 5px 0;  
    background: url(../img/ic/liststyle-blue-full.png) no-repeat center center; 
}
.teamtab-1-2z {
    padding: 5px 35px 5px 0;
    background: url(../img/ic/liststyle-blue-full.png) no-repeat center 20%;
}
.teamtab-1-3z {
    padding: 5px 35px 5px 0;
    background: url(../img/ic/liststyle-blue-full.png) no-repeat center 8%;
}
.teamtab-2-1z {
    white-space:nowrap; 
    font-size: 0.9em; 
    vertical-align: middle;
}
.teamtab-2-2z {
    white-space:nowrap; 
    font-size: 0.9em; 
    vertical-align: top;
}
.teamtab-3 {
    padding: 0 0 0 10px; 
    font-size: 0.9em; 
    vertical-align: middle;
}
.trapez {
    width: 100%; height: 60px; 
    background: url(../img/content/trapez-3.png) no-repeat 50% 50%;
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}   
#offen-tag {
    float: left;
    width: 150px;
    border: 0px solid #ff0000;
}
#offen-zeit {
    float: left;
    text-align: right;
    font-size: 0.9em;
    border: 0px solid #ff0000;
}
.offen-tag {
    float: left;
    width: 22%;
    height: 3.3em;
    font-weight: bold;
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.offen-zeit-v {
    float: left;
    width: 39%; height: 3.3em;
    text-align: right;
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.offen-zeit-n {
    float: left;
    width: 39%; height: 3.3em;
    text-align: right;
    border: 1px solid #e3e3e3;
    padding: 5px;
}
.bgll {
    background-color: #f3f3f3;
}
/* --- Bild zoom bei hover http://www.nof-tutorials.com/Foto-Manager-jQueryUI/CSS-Transform/css-transform.html --- */
img.zoom {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}
img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(4.0, 4.0);
 -moz-transform: scale(4.0, 4.0);
 -webkit-transform: scale(4.0, 4.0);
 -o-transform: scale(4.0, 4.0);
 -ms-transform: scale(4.0, 4.0);
}
img.zoom-1 {
 transition: transform 3.0s;
 -moz-transition: transform 3.0s;
 -webkit-transition: transform 3.0s;
 -o-transition: transform 3.0s;
 -ms-transition: transform 3.0s;
}
img.zoom-1:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(2.0, 2.0);
 -moz-transform: scale(2.0, 2.0);
 -webkit-transform: scale(2.0, 2.0);
 -o-transform: scale(2.0, 2.0);
 -ms-transform: scale(2.0, 2.0);
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: auto;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}

.quelle {
    font-size: 0.8em;
}
/* ---------------------------------------- slider overlay texte -------------------------------------- */
.zirkel-1 {
    padding: 12px 0 12px 0;
    font-family: 'Open Sans';, Arial, Helvetica, sans-serif; 
    font-weight: normal;
    font-size: 1.7em!important;
    color: #7DD1DF;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
}
.zirkel-2 {
    padding: 12px 0 12px 0;
    font-family: 'Open Sans';, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.2em!important;
    color: #7DD1DF;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    text-transform: uppercase;
}
.zirkel-3 {
    padding: 12px 0 12px 0;
    font-family: 'Open Sans';, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.2em!important;
    color: #7DD1DF!important;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
}
.zirkel-4 {
    font-family: 'Open Sans';, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.0em!important;
    color: #7DD1DF!important;
    text-align: center;
    line-height: 6.0em;
    white-space: nowrap;
}
/* ---------------------------------------- links ------------------------------------------------------ */
a,
a:visited,
a:active,
a:hover{color:#68696a;}
a:hover{ text-decoration:none;}

.lnkctnt:link       {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #68696a; color: #68696a }
.lnkctnt:visited    {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #68696a; color: #68696a }
.lnkctnt:active     {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #68696a; color: #68696a }
.lnkctnt:hover      {text-decoration:none!important; border-bottom: none; color: #7DD1DF;}

.lnkslid:link       {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #7DD1DF; color: #7DD1DF }
.lnkslid:visited    {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #7DD1DF; color: #7DD1DF }
.lnkslid:active     {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #7DD1DF; color: #7DD1DF }
.lnkslid:hover      {text-decoration:none!important; border-bottom: none; color: #7DD1DF;}

.lnkabc:link       {padding-bottom: 1px!important; text-decoration: none; border-bottom: none; color: #7DD1DF;}
.lnkabc:visited    {padding-bottom: 1px!important; text-decoration: none; border-bottom: none; color: #7DD1DF;}
.lnkabc:active     {padding-bottom: 1px!important; text-decoration: none; border-bottom: none; color: #7DD1DF;}
.lnkabc:hover      {padding-bottom: 5px!important; text-decoration: none; border-bottom: solid 0.1em #7DD1DF; #7DD1DF;}

.lnksmall {
    font-size: 0.8em;
}
/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
	background: #ffffff;
}
header{ 
	padding:15px 0;
}
/*#trenner {
    margin: 10px 0 10px 0;
    background-image: url(../img/ic/line-01.gif);
    display: flex;
    align-items: center;
} */
#head-ctnt {
    width: 100%; height: auto;
}
#logo {
    width: 15.0%; height: auto;
    display: block;
    text-indent: -99999px;
	background-color: #fafafa;
	background: url(../img/logo/physiomed-home.png) no-repeat;
	background-size: contain;
	float: left;
}

#head-pics {
    position:relative;
    width:85.0%;
    margin: 5px 0px;
    border: 0px solid red;
    background-color: #fff;
    float: left;
}
/*----- Menu -----*/ 
nav {
  margin: 0 auto;
  width: 85.0%;
  float: left;
  text-align: right;
  position: relative;
  background: rgba(255, 255, 255, 1.0);
  border-bottom: 1px solid white;
}
 
nav ul {
  margin: 0;
  padding: 3.0em 0 0 0;
  height: auto;
}
 
nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
 
nav ul li a {
  color: #68696a;
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
}
 
nav ul.menu li a:hover {
  color: #7DD1DF;
  border-bottom: 2px solid #7DD1DF;
}

/* ------------------------------- Tooltip container https://www.scriptol.com/css/tooltip.php ----------------------- */
.tooltip
{
  text-decoration:none;
  position:relative;
} 
.tooltip span
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white; 
} 
.tooltip span img
{
  float:left;
  margin:0px 0px 0px 0;
} 
.tooltip:hover span
{
  display:block;
  position:absolute;
  top: 30%;
  right: 50%;
  z-index: 1000;
  width: 320px;
  
  
  border: 3px solid #7DD1DF;
  margin-top: 35px;
  margin-left: 50px;
  overflow:hidden;
  padding: 5px;
}
	
#hero,
#page-header{
	background: #ffffff;
	/* border-top: 1px solid #e2e2e2;  */
	/* border-bottom: 1px solid #e2e2e2; */
	/* padding: 20px 0; */
}
#hero h1{ 
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;}

#content {  
	margin: 40px 0;
}

aside { 
	margin: 40px 0;
}

p{ margin: 0 0 1.5em;}


/* ----------------------------------------- RESPONSIVE IMAGES ---------------------------------- */
img { max-width:100%; height:auto;}

img.left {
    float: left;
    margin-right: 15px;
}

/* --------- SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR ------------ */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:20px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/* ------------------------------- Begriffe mit themenrelevanz ----------------------- */
#keywords-head {
  clear: both;
  border-top: solid 1px silver;
  width: 100%; height: auto;
  margin: 0 auto; padding-top: 5px; margin-top: 10px;
  font-size: 0.9em; font-weight: bold;
}
#keywords-txt {
  font-size: 0.8em; font-weight: normal; line-height: 1.5em;
}

/* ------------------------------------------ FOOTER ---------------------------------- */
footer{  
	clear:both;
	font-size: 0.9em;
	padding: 0 0;
}
footer ul{
	margin:0;
	padding:0;
}

/* -----------------------------footer - backgrounds etc ---------------------------- */

footer{ 
	background: #7DD1DF;
	color: #ffffff;
}
footer h1, footer h2, footer h3, footer h4{ 
	color: #ffffff;
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}
.lnkfoot:link       {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #ffffff; color: #ffffff;}
.lnkfoot:visited    {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #ffffff; color: #ffffff;}
.lnkfoot:active     {padding-bottom: 1px!important; text-decoration: none; border-bottom: solid 0.01em #ffffff; color: #ffffff;}
.lnkfoot:hover      {text-decoration:none!important; border-bottom: none; color: #ffffff;}

.footerlayout {
    margin-top: 25px;
    color: #ffffff;
    background: #7DD1DF;
    text-align: center;
    }
.footerlayout.links {
    text-align: left;
    }
.footerlayout.rechts {
    text-align: right;
    }
.footerlayout.mitte {
    text-align: center;
    }
#kontaktfoot-tel {
    line-height: 30px; 
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;    
}    
#kontaktfoot-fax {
    line-height: 30px; 
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#kontaktfoot-mob {
    line-height: 30px; 
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#copyright {
    font-size: 0.8em;
}
a.buttonlink{ 
	background: #7DD1DF; 
	border-radius:7px; 
	color: #68696a; 
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background: #FFFF00;
	color: #68696a;
}
/* ----------------------------------------box corona ----------------------------------*/
.box-corona {
  display: flex;
  justify-content: space-between;
  padding: 0 0 15px 0;
}

/* ----------------------------------------Curl Bottom Right ----------------------------------*/
.hvr-curl-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: -moz-linear-gradient(top, #7DD1DF 0%, #4FAEC0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7DD1DF), color-stop(100%,#4FAEC0));
    background: -webkit-linear-gradient(top, #7DD1DF 0%,#4FAEC0 100%);
    background: -o-linear-gradient(top, #7DD1DF 0%,#4FAEC0 100%);
    background: -ms-linear-gradient(top, #7DD1DF 0%,#4FAEC0 100%);
    background: linear-gradient(to bottom, #7DD1DF 0%,#4FAEC0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#83332c', endColorstr='#E19690',GradientType=0 );
    border-radius: 7px;
    color: #fff!important;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 0.9em;
    text-transform: uppercase;
    float: right;
    }
.hvr-curl-bottom-right:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    bottom: 0;
    right: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(315deg, white 0%, #aaa 50%, #ccc 56%, white 80%);       /* white 45% */
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    }
    .hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
    width: 25px;
    height: 25px;
    }
  
dd {
    display:none;
    padding: 5px 10px!important;
    margin: 15px 0 15px 0!important;
    border: 0px solid silver; 
    }
.closed { 
    border: 0px solid green;}
.open {
    border: 0px solid green;}

/*-- ----------------------------- cookie - banner -------------------------------------*/
.cookieinfo-close {
    background-color: #7DD1DF!important;
    color: #68696a!important;
}

/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {

#banner {
	float: left;
	text-align: left;
	margin-bottom: -20px;/*this depends on the height of the logo*/
    }
.back-to-top {
    display: none;
    } 
    }

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
/*----- Media Queries -----*/
@media screen and (min-width: 961px) {
  nav ul.menu {
    max-height: 20px;
  }
  nav a#nav-m,
  nav a.close {
    display: none;
  }
  nav ul li {
    margin: 0 0 0 30px;
  }
  li.current a {
  color: #7DD1DF!important;
  border-bottom: 2px solid #7DD1DF;
}

}
 
@media screen and (max-width: 960px) {
  /*Formatierung Mobiles Menue*/
  
  #logo {
    width: 30.0%; height: 30.0%;
    }
  #head-pics {
    width: 70.0%;   
    }
  nav {
      width: 70%
  }  
  nav ul {
    top: 4.5em;
    position: absolute;
    background: #7DD1DF;
    width: 100%;
    left: -150%;
    list-style-type:none;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
 
  nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
 
  nav ul li a {
    color: #fff!important;
    padding: 1em 0;
  }
 
  nav ul.menu li a:hover {
    border-bottom: 0;
  }
 
  /*Hamburger-Icon*/
  nav a#nav-m img,
  nav a.close img {
    width: 40px;
    height: auto;
  }
 
  nav > .close,
  nav a#nav-m:target {
    display: none;
  }
 
  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block;
  }
 
  nav a:target ~ .close {
    position: absolute;
    margin-left: -40px;
  }
 
  nav a:target ~ ul {
    left: 0;
  }
}


@media only screen and (min-width: 1024px) {
header {
	padding: 0;
    }
.wrapper{
	max-width: 1200px; 
	/*margin: .75em auto; */
    background: #ffffff;	
    }
#banner{ 
	float: left; 
	text-align: left;
	margin-bottom: 0px;
	/*box-shadow: 0 10px 20px #dbdbdb; */
    }
#content {  
	float:left;
	width:65%;
    }
#content.wide-content{
	float:none;
	width:100%;
    }

/* ------------------------------- back to top --------------------------------------- */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: url(../img/ic/back-to-top-button.png) no-repeat;
}

aside { 
	float:right;
	width:30%;
}
.footerlayout {
    margin-top: 15px;
    color: #ffffff;
    text-align: left;
    }
#kontaktfoot-tel {
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
}
#kontaktfoot-fax {
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
}
#kontaktfoot-mob {
    line-height: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
}


.mtt-neu {
    font-size: 0.8em;
    font-weight: bold;
    font-style: oblique;
    color: #FF0000;
    line-height: 110%;
    /*
    display: block; width: inherit; height: auto;  
    background: url(../img/ic/neu-mini.png) no-repeat right top;
    border: 1px solid #ff0000;
    */
}


/*-------------------------------------------- GRID -----------------------------------------*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat {
    float:right;
    }
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
#hero [class*="grid_"] { margin-bottom:-20px;}

/*  CSS für Sitemap  http://www.zabdesign.de/pro/public/sitemap/sitemap.html */
#sitemapbox {
    width: 60%;
    margin: 0 auto;
    padding: 20px 0;
}
.sitemap         {
                padding: 0; margin: 50px 36%;
                font-family: 'Lato Light', sans-serif;
                font-size: 20px;
                overflow: visible;
                }
.sitemap ul {
                display: block;
                list-style: none;
                margin: -11px 0; padding: 0;
                border: 0;
                }
/* HACK >>> IE 5  Positioning with position relative <ul> Part I */
html + body .sitemap ul {
                position: relative; top: -10px;
                }
/* HACK >>> first margin for IE 6, after voice-family the hacks for gecko-based browsers and IE 5 (Win & Mac?) */
.sitemap ul li {
                position: relative; top: 0px; left: -11px;
                margin: 10px 0 5px 0; padding: 0!important;
                border: 0;
                voice-family: "\"}\""; /* Gecko Stuff follows */
                margin: 10px 0 5px 10px!important;
                list-style-type: none!important;
                margin-left: 0!important;

                }
/* HACK >>> IE 5  Positioning with position relativ, display: inline fixes an ugly margin-effect in IE 5 */
html + body .sitemap ul li {
                display: inline;
                width: 100%;
                position: relative;
                top: 0px; left: -12px;
                margin: 10px 0 5px 0;

                }
.sitemap a, .sitemap a:visited {
                width: 18.4em; height: 2.0em;
                display: block;
                margin: 0 0 0 3px; padding: 1px;
                font-weight: normal; font-size: 100%; line-height: 1.5em;
                text-indent: 0.5em; text-align: left; text-decoration: none;
                voice-family: "\"}\""; /* Gecko Stuff follows */
                margin: 0 0 0 -10px;
                }
/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body .sitemap a, html + body .sitemap a:visited {
                text-indent: 0;
                padding: 0 0 0 8px;
                }
.sitemap ul ul {
                padding: 12px 0 18px 0;
                background: none;
                }
/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body .sitemap ul ul {
                position: relative; top: 0px;
                }
.sitemap ul li li   {
                position: relative; top: 0px; left: 10px!important;
                margin: 10px 0 5px 10px!important; padding: 0 0 0 25px!important;
                voice-family: "\"}\""; /* Gecko Stuff follows */
                left: 0px!important;
                /* margin: 10px 0 5px 1px; padding: 0 0 0 25px; */
                }
/* HACK >>> IE 5  */
html + body .sitemap ul li li {
                position: relative;
                left: 12px;
                margin: 10px 0 5px 0;
                }
.sitemap ul li .sub-sub {
                /* position: relative;  top: 0px; */ left: 10px;
                margin: 10px 0 0 1px; /* padding: 0 0 0 25px;  */
                voice-family: "\"}\"";
                position: relative; top: 0px; left: 0px;
                }
.sitemap ul ul a, .sitemap ul ul a:visited         {
                width: 15.9em; height: 2.0em;
                margin: 0; /* padding: 1px; */
                font-size: 100%; line-height: 1.3em; font-weight: normal; text-indent: 0.4em;
                }
.sitemap ul ul ul {
                margin: 0 0 30px 12px; padding: 12px 0 0 0;
                }
.sitemap ul li li li        {
                position: relative; top: 10px; left: 0px;
                margin: 10px 0 5px 0!important; padding: 0 0 0 20px;
                }
/* 1 Pixel Difference position relative <ul> for gecko-based Browsers */
html>body .sitemap ul li li li {
                top: 10px;
                }
/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body .sitemap ul li li li {top: 14px;}
.sitemap ul ul ul a, .sitemap ul ul ul a:visited {
                width: 14.9em;
                padding: 1px;
                font-size: 100%;
                }
/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body .sitemap ul ul a, html + body .sitemap ul ul a:visited {
                text-indent: 0; padding: 0 0 0 8px;
                }
/* ### Global Settings >>> colors, borders and images  ### */
.sitemap                                   {border: 0; border-left: 1px solid #7DD1DF; } /* Line senkrecht */
.sitemap ul li li                          {color: #000; background:  url("../img/ic/line-01.gif") left center no-repeat;}
.sitemap ul ul ul                          {border-left: 1px solid #68696a; }
.sitemap ul li .sub-sub                    {background:  url("../img/ic/line-01.gif") top left no-repeat;}
.sitemap a, .sitemap a:visited             {color: #fff; border: 1px solid #969696; background: #7DD1DF; text-decoration: none;}
.sitemap a:active, .sitemap a:hover, .sitemap a:focus,  a:focus .sffocus
                                           {color: #ffffff; border: 1px solid #969696; background: #7DD1DF; text-decoration: none;}
.sitemap ul ul a, .sitemap ul ul a:visited {color: #ffffff; border: 1px solid #969696; background: #7DD1DF; text-decoration: none;}
.sitemap ul ul a:active, .sitemap ul ul a:hover, .sitemap ul ul a:focus
                                           {color: #7DD1DF; border: 2px solid #7DD1DF; background: #fff; text-decoration: none;} 
    }


/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 
  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}