@charset "UTF-8";
@import url("reset.css");
@import url("style.css");
/* CSS Document */
/* line 24, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
body {
  font-size: 16px;
  /*default font size */
  background-image: url(../images/subtle_white_feathers.png);
  background-attachment: fixed;
}

/* line 29, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.clear {
  clear: both;
}

/* line 33, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#wrapper {
  width: 1280px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  clear: both;
}

/* line 47, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#head {
  background: url(../images/header_physiotherapie_schenefeld.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 30px;
  padding-bottom: 0px;
  height: 220px;
  border-bottom: 20px #c30017 solid;
}

/* line 60, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.logo {
  border-left: 1px #9A9B9B solid;
  border-bottom: 1px #9A9B9B solid;
  border-right: 1px #9A9B9B solid;
  margin-top: -20px;
  height: 170px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -web-transition: margin-top 0.2s;
  transition: all 0.2s ease-in 0s;
  /* explorer 10 */
  -webkit-transition: all 0.2s ease-in 0s;
  /* chrome & safari */
  -moz-transition: all 0.2s ease-in 0s;
  /* firefox */
  -o-transition: all 0.2s ease-in 0s;
  /* opera */
}

/* line 79, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.logo:hover {
  margin-top: 0px;
}

/* line 83, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#logo_narrow {
  display: none;
}

/*images */
/* line 88, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.s_image {
  max-width: 100%;
  padding-bottom: 10px;
  float: right;
}

/* line 94, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#mobile_navigation {
  display: none;
}

/*Navigation */
/* line 98, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#navigation {
  float: left;
  overflow: hidden;
  background-color: #FFFFFF;
  width: 200px;
  list-style-type: none;
  margin: 0px;
  padding: 20px 0px 0px 20px;
}

/* line 112, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.buttons {
  height: auto;
  background-color: #FC0;
  padding: 0px 0px 0px 0px;
  margin-left: auto;
  margin-right: 0px;
  float: left;
}

/* line 121, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#navigation li {
  width: 150px;
}

/* line 124, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#navigation li a {
  display: block;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 1em;
  text-decoration: none;
  border-bottom: 1px #9A9B9B solid;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
  padding: 15px;
}

/* line 136, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#navigation li a:hover {
  /*background-color:#CC1422;*/
  border-left: 10px #FFFFFF solid;
  font-weight: 600;
  color: #c30017;
}

/* line 142, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#start-page li.start a, #praxis-page li.praxis a, #leistungen-page li.leistung a, #anfahrt-page li.anfahrt a, #team-page li.team a {
  border-left: 10px #FFFFFF solid;
  font-weight: 600;
  color: #c30017;
}

/*Navigation Ende */
/* line 150, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#content {
  float: right;
  background-color: #FFFFFF;
  padding-bottom: 180px;
  width: 75%;
  margin-left: 0px;
}

/* line 163, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.image_tuer {
  width: 300px;
  float: right;
  margin-left: 15px;
}

/* line 168, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.inner {
  padding: 35px 15% 5% 5px;
}

/* line 173, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#team {
  width: 100%;
  padding-bottom: 10px;
  float: left;
}

/* line 179, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#team ul {
  color: #c30017;
  list-style-type: none;
  line-height: 1.4em;
}

/* line 185, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#team ul li:before {
  content: "■";
  font-family: "Arial Black";
  color: #c30017;
  padding-right: .5em;
}

/* line 191, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.pad {
  padding: 30px 30px 0px 30px;
}

/* line 194, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#content-left {
  margin: 30px;
  background-color: #FFFFFF;
  width: 50%;
  float: left;
}

/* line 200, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#content-right {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  width: 36%;
  float: right;
}

/* line 208, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#content-bottom {
  padding-left: 30px;
  padding-right: 30px;
  clear: both;
}

/*images praxis bottom */
/* line 214, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.praxis_image_bottom {
  max-width: 49%;
  padding-bottom: 30px;
}

/* line 218, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.image_left {
  float: left;
}

/* line 221, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.image_right {
  float: right;
}

/* line 224, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.team_image {
  /*team seite */
  max-width: 100%;
  float: left;
  height: 150px;
  padding: 0px 30px 0px 0px;
}

/* line 231, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.team_beschreibung {
  margin-bottom: 40px;
}

/* line 235, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.foto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

/* line 242, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
footer {
  background-color: #e4e4e4;
  border-top: 1px #9A9B9B solid;
  font-size: 0.8em;
  width: 100%;
  position: fixed;
  bottom: 0px;
  clear: both;
}

/* line 253, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.inner_footer {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px 20px 0px;
}

/* line 260, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#f_oeffnungszeiten {
  float: right;
}

/* line 264, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#f_kontakt_left {
  width: 33%;
  float: left;
  padding-left: 15px;
}

/* line 269, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#f_kontakt_right {
  width: 33%;
  float: left;
  padding-left: 15px;
}

/* line 275, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#f_impressum {
  /*background-color:#F00; */
  font-size: 0.7em;
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
  clear: both;
}

/* line 285, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
table.home {
  width: 100%;
}

/* line 289, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
table .t_left {
  width: 25%;
}

/* line 290, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
table .t_mid {
  width: 31%;
}

/* line 291, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
table .t_right {
  width: 44%;
}

/* line 294, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
table.oeffnung {
  width: 260px;
  border: none;
}

/* line 301, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view {
  width: 550px;
  list-style: none;
  font-family: "Open Sans", Verdana, sans-serif, Arial;
  font-size: 1.0em;
  margin: 0;
  padding: 0;
}

/* line 311, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view li {
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}

/* line 319, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view li:hover {
  border-bottom: 1px solid #FFFFFF;
}

/* line 323, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view h3 {
  color: #575656;
  margin: 0;
  font-size: 1.0em;
}

/* line 328, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view h3:hover {
  color: #c30017;
}

/* line 331, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view span {
  position: absolute;
  right: 5px;
  top: 0;
  color: #c30017;
  font-size: 1em;
}

/* line 338, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view .panel {
  font-size: 1em;
  line-height: 1.5em;
  margin: 30px 0;
  display: none;
}

/* line 345, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view ul.list li {
  color: #000000;
  list-style: disc;
  list-style-position: outside;
  line-height: 1.2em;
  border-bottom: 10px;
  margin-left: 15px;
}

/* line 354, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
#toggle-view ul.list li p {
  color: #000000;
}

/* line 358, D:/Design/WEB/physiotherapie-schenefeld/redesign2014/css/scss/big.scss */
.leistungen_image {
  float: right;
  padding: 0px 0px 20px 20px;
  width: 220px;
}

/*# sourceMappingURL=../big.map */