@import url(../main/fonts/font.css);


html {
  background-image:  url(../main/images/bg.jpg);
  background-repeat: repeat-x;
  background-color: #dddede;
}

body, p {
  margin: 9px;
  font-family: Metropolis-Regular;
  font-size: 15px;  
  font-style: normal;
  font-weight: normal;
  line-height: 1.3em;
  color: #222222; 
} 

a {
   font-family: Metropolis-Medium;
   color: #000000; /*schwarz*/
   font-weight: normal;
   text-decoration: underline;
}

a:visited {
  font-family: Metropolis-Medium;
  color: #000000; /*schwarz*/
  font-weight: normal;
  text-decoration: none;
}

a:focus {
  font-family: Metropolis-Medium;
   color: #000000; /*schwarz*/
  font-weight: normal;
   text-decoration: none;
}

a:hover { 
  font-family: Metropolis-Medium;
  color: #000000; /*schwarz*/
  font-weight: normal;
  text-decoration: underline; 
}

UL {font-size: 100%;}


#outer-wrapper {
    margin: auto;
    overflow: auto; 
    width: 960px; 
    }

#level1 {  
  position: absolute;   
  top: 20px;  
  margin: auto;
  width: 960px;
  background: transparent;
}

/*Header: Logo, Absender */
#header {
  /*background: url("../main/images/bg_papertop.png") left top transparent;*/
  position: static;   
  margin: auto;
  width: 960px;
  height: 180px;
}

#logo {
  position: absolute;
  top: 10px;  
  left: 20px; 
  width: 960px;
  height: 155px;
  background-color: #424242;
}  

#adresse {
  position: absolute;
  top: 30px;  
  left: 500px; 
  width: 200px;
  height: 82px;
  color: #FFFFFF;
  text-align: right;
  font-size: 90%;
}

.adresse {  
  /*font-family: Metropolis-Light; */
  /*font-family: Metropolis-Regular; */
  color: #FFFFFF;
  text-align: right;
  font-size: 13.5px;
}
#telefon {
  position: absolute;
  top: 30px;  
  left: 720px; 
  width: 200px;
  height: 82px;
  color: #FFFFFF;
  font-size: 90%;
}
.telefon {
  /*font-family: Metropolis-Light;*/
  color: #FFFFFF;
  text-align: left;
  font-size: 13.5px;
}
.telefon a {
   font-family: Metropolis-Light;
   color: #dcdcdc; /*grau*/
   font-weight: normal;
   text-decoration: underline;
}

.telefon a:visited {
  font-family: Metropolis-Light;
  color: #dcdcdc; /*grau*/
  font-weight: normal;
  text-decoration: none;
}

.telefon a:focus {
  font-family: Metropolis-Light;
   color: #dcdcdc; /*grau*/
  font-weight: normal;
   text-decoration: none;
}

.telefon a:hover { 
  font-family: Metropolis-Light;
  color: #dcdcdc; /*grau*/
  font-weight: normal;
  text-decoration: underline; 
}

.mail {
  color: #607D8B; /*alt @808080 dunkelgrau*/
}

#linie {
  position: absolute;   
  margin: auto;
  top: 165px;
  width: 973px;
} 
#linie img {
    width: 100%;
    left: 12px;
    position: relative;
}

/*Inhalt und Navi*/
#content {
  /*background: url("../main/images/bg_papermain.png") repeat-y scroll left top transparent;*/
  position: relative;    
  padding-bottom: 120px; /*Abstand zum Inhalt*/
  width: 960px;
}

#inhalt {
  position: relative;
  top: 90px;
  left: 275px;
  width: 650px;
  min-height: 500px; /*24.2.2014*/
  overflow: auto; 
} 

#navi {
  position: absolute;
  top: 95px;
  /*left: 60px;    24.02.2014*/
  width: 240px;
}

#navi ul {
        margin: 0;
        padding: 0;
        list-style-type: none; 
}  
/* steuert ganzen Navigationsbereich */
#navi li {
   padding: 5px 0px 10px 0px; /* inaktiv gemacht 24.2.2014*/
  /*font-family: robotoregular;   inaktiv gemacht 24.2.2014*/ 
  font-size: 18px;
  color: #555555;
  font-weight: normal;
  text-decoration: none;   
}

/* steuert Eigenschaften jedes einzelnen Links*/
/* a:link sind alle links ob aktiv oder nicht*/
#navi li a:link {
  padding: 5px 0px 10px 60px; /* 24.2.2014*/ 
  font-family: Metropolis-Regular;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}
/*funtioniert!!!*/
#navi li a:visited  {
  padding: 5px 0px 10px 0px;  /* 24.2.2014*/   
  font-family: Metropolis-Regular;
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}
/*funtioniert!!!*/
#navi li a:hover  {
  padding: 5px 0px 10px 60px;  /*24.2.2014*/   
  font-family: Metropolis-Regular;
   color: #555555;
  text-decoration: underline;
  font-weight: normal;
}
/* wenn ich mit Maus auf Link klicke*/
#navi li a:active {
  /*padding: 5px 0px 10px 60px;  24.2.2014*/   
  font-family: Metropolis-Regular;
  color: #555555;
  text-decoration: none;
  font-weight: normal;  
}
/*aktiver Link*/
#navi li.CUR a{
  font-family: Metropolis-Medium;   /*medium*/
  font-size: 18px;
  /*background-image: url("../main/images/tasten.png");  
  background-repeat: no-repeat;
  background-position: 20px; */
  padding: 5px 0px 10px 60px;   /*24.2.2014*/ 
  color: #424242; /*schwarz*/
  text-decoration: none; 
  font-weight: normal;
}

#fuss {
  position: relative;
  /*background: url("../main/images/bg_paperbottom.png") left bottom transparent;*/
  padding-bottom: 25px;
  width: 960px;
}

#footer {
  position: relative;
  top: 35px; /* von 20px auf 35px gesetzt 24.2.2014*/
  left: 20px;
  width: 960px;
  height: 20px;
  border: 0px solid #FFF; /*von 999 auf FFF gesetzt 24.2.2014*/
  border-top-width: 1px;
  text-align: right;  
  font-family: Metropolis-Regular; 
}

.footer {
  /*font-size: 80%;*/
  font-size: 12px;
  line-height: 2em;
}


label {
  font-size: 90%;
  width: 300px;
  padding-left: 9px;
  float: left; 
}

.csc-mailform {
  /*font-size: 90%;*/
  width: 300px; /*400px;*/
  border-style: none; 
} 

li {
line-height: 1.5em;
}


/*Ueberschrift*/
H1 { 
  font-family: Metropolis-Medium;
  font-size: 25px;
  color: #666666; /*dunkelgrau*/
  margin: 9px 9px 20px 7px;
  line-height: 1.1em;
}
/*fuer Links*/
H2 { 
  font-family: Metropolis-Medium;
  font-size: 20px;
  color: #666666; /*dunkelgrau*/
  margin: 9px 9px 15px 7px;
}

 
tr {
  line-height: 0.7em;
}

td {
   line-height: 0.7em;
}

/*Formulare*/

/*Fix Nav-Element in Forms*/
#menu-open form nav, #menu-open:target form nav {
    position: relative;
    top: initial;
    left: initial;
    bottom: initial;
    padding: 10px 0;
    background: transparent;
    z-index: initial;
    display: inline-block;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    width: auto;
}

/* Formular Layout form-group und control-label */
form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

form .form-group .control-label, form .form-group label.control-label {
    width: 40%; /*50%;*/
    padding: 0;
}

form .form-group .input {
    width: 40%; /*50%;*/
}

form .form-group input, form .form-group textarea {
    padding: 5px 8px;
    border: 1px solid #ddd;
    width: 100%;
}

form .form-group select {
    width: 100%;
}

/* Max-Breite für Kontaktformular */
form#kontakt-33 {
    max-width: 400px;
}

/* Standardstile für Buttons */
.btn {
    background: #ddd;
    color: #222;
    padding: 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 12px;
    border-radius: 8px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    font-size: 0.8em;
}

.btn:hover {
    background: #ccc;
}

.btn-primary {
    background: #757575;
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #666666;
}

@media screen and (max-width : 639px)  {
    form .form-group {
        display: block;
        margin-bottom: 15px;
    }
    
    form .form-group .input,
    form .form-group .control-label {
        width: 100%;
    }
    
    form .form-group input, form .form-group textarea {
        width: 90%;
    }

    form .form-group select {
        width: 90%;
    }    

}
/*-----------------------------------------------------------------------------------*/
/*  Mobile Navigation Kyburz Webdesign                                               */
/*-----------------------------------------------------------------------------------*/

/* ==============
    MOBILE: Menu
   ============== */
   

nav {
    background: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    width: 100%;
}

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

nav li {
    margin: 2px 0 0 0;
}

nav ul li:nth-child(2) ul {
    display:none;
}

nav a:link,
nav a:visited,
nav a:active  {
    background: rgba(255,255,255,0.1);
    color: rgba(63,57,58,1);
    display: block;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 15px 20px 15px 16px;
    text-align: left;
    text-decoration: none;
    position:relative;
    z-index: 9999;
    
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  }
  
nav .main-nav a:hover,
nav .main-nav li.active a {
    color:#fff;
    background:#7E0136;
  }
  
/*nav ul li a:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:50px;
    
    width: 0px;
    height: 0px;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg);
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent #fff;
  }
  
nav ul li a:after {
    content:"";
    background:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;   
    width: 50px;
    height: 50px;
  }
  
  
nav ul li a:after {
    background-size: 35px!important;
    background-position: 10px!important;
}*/

nav ul.subnav {
    position:relative;
    height:auto;
    max-height:0;
    overflow:hidden;
    padding-top:50px;
    margin-top: -50px;
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

nav ul.subnav:before {
    content:"";
    background: #d5d5d5 url(../bilder/nav-arrow.png) no-repeat;
    background-size: 40%;
    background-position: 16px 16px;
    width: 48px;
    height: 48px;
    color: #FFF;
    font-size: 36px;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    padding: 0;
    z-index: 99999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

nav ul.subnav:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
      -webkit-user-select: none;
-webkit-touch-callout: none;
}

nav ul.subnav:hover {
    height:auto;
    max-height:9999px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

nav ul.subnav li a {
    padding: 15px 20px 15px 110px;
}

nav ul.subnav li a:before {
    left:80px;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent rgba(255,255,255,0.1);  
  }
  
nav ul.subnav li a:after {
    background:rgba(255,255,255,0.1);   
    width: 80px;
    height: 50px;
  }

  
/* ======================
    ANIMATED MENU BUTTON
   ====================== */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 32px;
  position: absolute;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  
  /*-webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
         transition-delay: 0.4s;*/
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s 0.5s ease-in-out;
  -moz-transition: .25s 0.5s ease-in-out;
  -o-transition: .25s 0.5s ease-in-out;
  transition: .25s 0.5s ease-in-out;

    /*-webkit-transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
           transition-delay: 0.4s;*/
}

#menu-open:target #nav-icon1 span, #menu-open:target #nav-icon3 span, #menu-open:target #nav-icon4 span {
    background: #fff;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 36px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Icon 4 */

#nav-icon4 {
}

#menu-open #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-open #nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-open #nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-open:target #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#menu-open:target #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu-open:target #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 8px;
}

  
/* ==============
    OFF CANVAS
   ============== */
  
  
nav #menu-top {
    position: absolute;
    left: 100%;
    top: 12px;
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
   }
   
nav .menu-button a.open {
  background: none;
  background-size: 30px;
  background-position: 0 0 ;
  display: block;
  font-size: 25px;
    height: 27px;
    padding: 15px 0 15px 70px;
    position: relative;
    z-index: 1000
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  }
  
nav .menu-button a.close {
  background: none;
  background-size: 30px;
  background-position: 0 0 ;
  display: block;
  font-size: 25px;
    height: 27px;
    padding: 15px 50px 15px 0;
    position: relative;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  }
  
#menu-open nav {
   background: #464646;
    box-sizing: border-box;
    left: -45%;
    padding: 110px 10px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45%;
    z-index: 10000;
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
         -o-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;  
}

#menu-open {
   -webkit-transform: translate3d(0%, 0px, 0px);
      -moz-transform: translate3d(0%, 0px, 0px);
        -o-transform: translate3d(0%, 0px, 0px);
         transform: translate3d(0%, 0px, 0px);
     -webkit-transition: transform 500ms ease 0s;
        -moz-transition: transform 500ms ease 0s;
         -o-transition: transform 500ms ease 0s;
           transition: transform 500ms ease 0s;
    position: relative;
    width:100%;
    
    margin-bottom: 0;
}
  
#menu-open a.open {
  display: block;  
}

#menu-open a.close {
  display: none;  
}

/* if nav open */
  
#menu-open:target a.open {
    display: none;
}
#menu-open:target a.close {
    display: block;
}

#menu-open:target {
   -webkit-transform: translate3d(45%, 0px, 0px);
      -moz-transform: translate3d(45%, 0px, 0px);
        -o-transform: translate3d(45%, 0px, 0px);
         transform: translate3d(45%, 0px, 0px);
      -webkit-transition: transform 500ms ease 0s;
        -moz-transition: transform 500ms ease 0s;
          -o-transition: transform 500ms ease 0s;
            transition: transform 500ms ease 0s;
}

/*#menu-open:before {
   background: rgba(255,255,255,0.95);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    transform: translate3d(100%, 0px, 0px);
    -webkit-transition: opacity 0.5s ease-in-out, transform 0s ease-in-out;
     -moz-transition: opacity 0.5s ease-in-out, transform 0s ease-in-out;
       -o-transition: opacity 0.5s ease-in-out, transform 0s ease-in-out;
        transition: opacity 0.5s ease-in-out, transform 0s ease-in-out;
}

#menu-open:target:before {
    background: rgba(255,255,255,0.95);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    transform: translate3d(0px, 0px, 0px);
}*/

#menu-open:target nav {
    background: #464646;
    box-sizing: border-box;
    left: -45%;
    padding: 110px 10px 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45%;
    border-right: 1px solid #fff;
    z-index: 10000;
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
         -o-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2) inset;  
}

#menu-open:target nav #menu-top {
    position: absolute;
    left: 100%;
    margin-left: -186px;
    top: 16px;
   }

   
#menu-open #menu-top #nav-icon1,
#menu-open #menu-top #nav-icon2,
#menu-open #menu-top #nav-icon3,
#menu-open #menu-top #nav-icon4 {
  left: 12px;
  }
      
#menu-open:target #menu-top #nav-icon1,
#menu-open:target #menu-top #nav-icon2,
#menu-open:target #menu-top #nav-icon3,
#menu-open:target #menu-top #nav-icon4 {
  left:134px;
  }
  
/* ==============END MOBILE MENU =========*/
 
 
/* GENERAL */
 
 
html {
    overflow-x: hidden;
    height: 100%;
    min-height: 100%;  
}

body {
    min-height: 100%;  
}


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

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

#logo a {
  width: 340px;
  height: 144px;
  display:block;
}

h1, h2 {
    margin-left: 0;
}

#inhalt p {
    line-height: 23px;
    margin-bottom: 9px;
}

/* PIANOFANCONI CSS */

body, p {
    margin: 0px;
}
  
/* MEDIA QUERIES */

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

h1, h2 {
  margin-left:0;
  line-height: 30px;
}

#header,
#content,
#fuss {
  background:#fff;
}

#header {
    background-size: 100%;
    width: 100%;
    height: 162px;
}

nav {
  display: block;
}

#navi {
  display:none;
}

#logo {
    background: url(../main/images/fanconi_logo_mobile.png) no-repeat;
    width: 100%;
    height: 144px; /*162px;*/
    top: 0;
    left: 0;
    max-width: 300px;
    background-size: 100%;
    background-color: #000000;
}

#logo img {
  display:none;
}

#linie {
    position: absolute;
    margin: auto;
    top: 136px;
    width: 100%;
    height: 11px;
}

#linie img {
    width: 105%;
    left: -5px;
    position: relative;
}


#level1 {
    position:relative;
    margin: 10px 2% 30px;
    box-sizing: border-box;
    top: 0;
    width: 96%;
    max-width: 960px;
    /*box-shadow:0 0 10px rgba(0,0,0,0.5);*/
}

#inhalt {
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    overflow: inherit;
}

#outer-wrapper {
    margin: auto;
    overflow: inherit;
    width: 100%;
}

#content {
    background-size: 100%;
    width: 100%;
}

#fuss {
    width:100%;
}

#footer {
    top: 46px;
    left: 0;
    width: 100%;
}

#adresse, #telefon {
    z-index: 9999;
    height:50px;
    top: 76px;
    left: auto;
    color: #000000;
    font-size: 80%;
}

#adresse {
    right:170px;
}

#telefon {
    right: 0;
    width:150px;
}

.telefon,.adresse {
  color: #000000;
}
.telefon a {
  color: #CDCDCD;
}

nav #menu-top {
    position: absolute;
    left: 104%;
    top: 16px;
}

nav .menu-button a.open {
    padding: 38px 0 0 60px;
}

#menu-open #menu-top #nav-icon1, #menu-open #menu-top #nav-icon2, #menu-open #menu-top #nav-icon3, #menu-open #menu-top #nav-icon4 {
    left: 16px;
    top: 21px;
}

#menu-open:target nav #menu-top {
    left: 98%!important;
}

#menu-open:target #menu-top #nav-icon1, #menu-open:target #menu-top #nav-icon2, #menu-open:target #menu-top #nav-icon3, #menu-open:target #menu-top #nav-icon4 {
    left: 145px;
}

nav .menu-button a.close {
    padding: 20px 50px 15px 0;
}

nav a:link, nav a:visited, nav a:active {
    color: #fff;
}

nav li.CUR a:link, nav li.CUR a:visited, nav li.CUR a:active {
    /*background:#fff url("../main/images/mobile-nav.png") no-repeat;*/
    background-size: 35px;
    color: #CCCCCC;/*weiss*/
}

nav  ul.main-nav a:link, nav  ul.main-nav a:visited, nav  ul.main-nav a:active {
    padding-left: 50px;
}

nav  ul.main-nav a:hover {
    background:#fff;
    color: #999999; /*hellgrau*/
    text-decoration: underline;
}

.csc.mailform {
  width: auto;
}
ol {
  list-style-type: none;
}
}


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

#adresse, #telefon {
    background: rgba(0,0,0,0.04);
    border-top: 1px solid rgba(0,0,0,0.1);
    z-index: 9999;
    height: 110px;
    top: auto;
    bottom: 0;
    left: auto;
    box-sizing:border-box;
    color: #000000;
    font-size: 80%;
}

#adresse {
    width:46%;
    right:auto;
    left:0;
    padding: 30px 10px 30px 20px;
}

#telefon {
    width:54%;
    right: auto;
    left:46%;
    padding: 30px 20px 30px 10px;
}

.adresse, .telefon {
    text-align:left;
    color: #000000;
}

.telefon a {
  color: #CDCDCD;
}

#inhalt {
    padding: 0 20px;
}

#menu-open nav {
    left: -76%;
    width: 76%;
}

#menu-open:target nav {
    left: -76%;
    width: 76%;
}

#menu-open:target {
   -webkit-transform: translate3d(76%, 0px, 0px);
      -moz-transform: translate3d(76%, 0px, 0px);
        -o-transform: translate3d(76%, 0px, 0px);
         transform: translate3d(76%, 0px, 0px);
}

#menu-top {
    position: absolute;
    left: 102%!important;
    top: 12px;
}

H1 {
    font-size: 26px;
}

H2 {
    font-size: 19px;
    line-height: 23px !important;
}

#inhalt p {
    line-height: 23px;
    margin-bottom: 20px;
}
.csc.mailform {
  width: 200px;
}

img {
  width: 220px;
  height: auto;
}

ol {
  list-style-type: none;
}

}

/* PIANO-FANCONI CSS ENDE */

