/*
Theme Name: Frauenpraxis Thawil
Author: Weblotion Markus Böniger
Author URI: http://weblotion.ch
Version: 1.0
Description: Custom WordPress Theme für frauenpraxis-thalwil.ch (Online Seit November 2014)
Theme URI: http://frauenpraxis-thalwil.ch
*/

.container:after,
#nav ul:after,
#nav:after,
.main-holder:after,
.sect:after {
  display: block;
  clear: both;
  content: " ";
}

#nav ul,
.contact-list,
.contact-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

body {
  position: relative;
  overflow-y: scroll;
  min-width: 320px;
  height: 100%;
  background: #fff;
  color: #5d696f;
  font: 16px/1.5 "pt_sans", Arial, Helvetica, sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: none;
}

a {
  outline: none;
  color: #5d696f;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

video,
iframe,
object,
embed {
  max-width: 100%;
}

input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% "pt_sans", Arial, Helvetica, sans-serif;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  margin: 0;
  padding: 0 7px;
  border: 1px solid #999;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #fff;

  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #4d4d4d;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  height: 28px;
}

label {
  vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  padding: 1px 5px 0;
  height: 28px;
  border-radius: 0;
  cursor: pointer;

  -webkit-appearance: button;
}

input[type=email] {
  -webkit-box-shadow: none;
          box-shadow: none;

  -webkit-appearance: caret;
}

input[type="search"] {
  box-sizing: border-box;

  -webkit-appearance: textfield;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
  font-weight: bold;
}

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

s,
strike,
del {
  text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote {
  margin-left: 14px;
  padding-left: 10px;
  border-left: 4px solid #ccc;
}

cite {
  display: block;
  text-align: right;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 3px 7px;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

th {
  border-color: #999;
  vertical-align: middle;
  text-align: center;
}

ul {
  margin-left: 1px;
}

ul,
ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  padding-left: 3em;
}

ul > li {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 4px;
  font-weight: bold;
}

pre {
  overflow: auto;
  max-width: 100%;
}

.widget {
  overflow: hidden;
  margin-bottom: 14px;
}

.widget ul {
  padding-left: 1em;
}

.widget select {
  margin: 0 2px;
  min-width: 150px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 300px;
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
  vertical-align: top;
  line-height: 28px;
}

.post-password-form input[type="password"],
.search-form input[type="text"] {
  width: 150px;
}

.commentlist {
  margin: 0 0 14px;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 14px;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  padding: 3px 4px;
  min-height: 120px;
  height: 120px;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation {
  overflow: hidden;
  margin: 0 0 14px;
}

.navigation .next {
  float: left;
}

.navigation .prev {
  float: right;
}

.wp-caption {
  clear: both;
  padding: 5px;
  max-width: 98%;
  border: 1px solid #ccc;
}

.wp-caption img {
  vertical-align: top;
}

.wp-caption p {
  margin: 10px 0 0;
}

div.aligncenter {
  margin: 0 auto 14px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 14px 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 14px;
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "pt_sans";
  src: url("fonts/pt_sans-web-regular-webfont.eot");
  src: url("fonts/pt_sans-web-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pt_sans-web-regular-webfont.woff2") format("woff2"), url("fonts/pt_sans-web-regular-webfont.woff") format("woff"), url("fonts/pt_sans-web-regular-webfont.ttf") format("truetype"), url("fonts/pt_sans-web-regular-webfont.svg") format("svg");
}

@font-face {
  font-weight: bold;
  font-style: normal;
  font-family: "pt_sans";
  src: url("fonts/pt_sans-web-bold-webfont.eot");
  src: url("fonts/pt_sans-web-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pt_sans-web-bold-webfont.woff2") format("woff2"), url("fonts/pt_sans-web-bold-webfont.woff") format("woff"), url("fonts/pt_sans-web-bold-webfont.ttf") format("truetype"), url("fonts/pt_sans-web-bold-webfont.svg") format("svg");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?g3c7bg");
  src: url("fonts/icomoon.eot?#iefixg3c7bg") format("embedded-opentype"), url("fonts/icomoon.woff?g3c7bg") format("woff"), url("fonts/icomoon.ttf?g3c7bg") format("truetype"), url("fonts/icomoon.svg?g3c7bg#icomoon") format("svg");
}

[class^="icon-"],
[class*=" icon-"] {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  line-height: 1; /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon-location:before {
  content: "\31";
}

.icon-phone:before {
  content: "\32";
}

.icon-time:before {
  content: "\33";
}

.icon-file:before {
  content: "\34";
}

.icon-arrow:before {
  content: "\35";
}

.icon-mail:before {
  content: "\36";
}

/* Show active breakpoint in top right corner of viewport */

#wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  width: 100%;
  background: url(images/bg-page.jpg);
  background-size: cover;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1024px;
}

#header {
  position: relative;
  z-index: 1;
  padding: 40px 0 34px;
  background: #fff;
}

.logo {
  float: left;
  margin: 0 12px 0 31px;
}

.logo img {
  display: block;
}

.company {
  float: left;
  padding: 2px 0 0;
  color: #5d696f;
  font-size: 18px;
  line-height: 18px;
}

.company .title {
  display: block;
  margin: 0 0 7px;
  font-weight: bold;
}

.company .subtitle {
  display: block;
}

#main {
  position: relative;
}

#nav {
  position: relative;
  background: -webkit-linear-gradient(top, #BFDFFF, #BFDFFF);
  background:         linear-gradient(to bottom, #BFDFFF, #BFDFFF);
  background-color: #BFDFFF;
}

#nav .page-name {
  display: none;
}

#nav .opener {
  position: relative;
  display: none;
  float: right;
  overflow: hidden;
  width: 28px;
  height: 22px;
  text-indent: -9999px;
}

#nav .opener:before,
#nav .opener:after,
#nav .opener span {
  position: absolute;
  top: 9px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

#nav .opener:before,
#nav .opener:after {
  top: 0;
  content: "";
}

#nav .opener:after {
  top: 17px;
}

#nav ul {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}

#nav ul li {
  float: left;
  width: 16.66%;
  list-style: none;
}

#nav ul a {
  position: relative;
  display: block;
  padding: 16px 10px 11px;
  color: #fff;
  text-decoration: none;
}

#nav ul a:after {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  width: 13px;
  height: 12px;
  background: url(images/sprite.png) no-repeat;
  content: "";
}

#nav ul a:hover {
  opacity: .8;
}

#nav ul .home a {
  background: -webkit-linear-gradient(top, #a0b39f, #9bb29e);
  background:         linear-gradient(to bottom, #a0b39f, #9bb29e);
  background-color: #a0b39f;
}

#nav ul .offer a {
  background: -webkit-linear-gradient(top, #d1cf92, #cecc91);
  background:         linear-gradient(to bottom, #d1cf92, #cecc91);
  background-color: #d1cf92;
}

#nav ul .portrait a {
  background: -webkit-linear-gradient(top, #8bb7d0, #87b5cf);
  background:         linear-gradient(to bottom, #8bb7d0, #87b5cf);
  background-color: #8bb7d0;
}

#nav ul .practice a {
  background: -webkit-linear-gradient(top, #8ecac0, #89c4be);
  background:         linear-gradient(to bottom, #8ecac0, #89c4be);
  background-color: #8ecac0;
}

#nav ul .location a {
  background: -webkit-linear-gradient(top, #a9b5cb, #a1afcc);
  background:         linear-gradient(to bottom, #a9b5cb, #a1afcc);
  background-color: #a9b5cb;
}

#nav ul .active a {
  background: #76a6ac;
}

#nav ul .active a:after {
  display: block;
}

#nav ul .active a:hover {
  opacity: 1;
}

.resize-active .drop,
.resize-active .drop > ul {
  -webkit-transition: none !important;
          transition: none !important;
}

#nav.active {
  background-color: #74a6ad;
}

#nav.active .drop {
  max-height: 4000px;
}

#nav.active ul {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#nav.active .opener span {
  opacity: 0;
}

#nav.active .opener:after,
#nav.active .opener:before {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav.active .opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#nav.active .page-name {
  display: none;
}

.main-holder {
  position: relative;
  padding: 36px 33px 33px;
  border-radius: 0 0 4px 4px;
  background: #fff;
}

.main-holder:before,
.sect:before {
  position: absolute;
  top: 32px;
  right: 328px;
  bottom: 32px;
  width: 2px;
  background: url(images/separator01.png) repeat-y;
  content: "";
}

#content {
  float: left;
  padding: 0 325px 0 0;
  width: 100%;
}

#content p {
  margin: 0 0 13px;
}

#content ul {
  margin: 0;
  padding: 0 0 2px;
}

#content ul li {
  position: relative;
  padding: 0 0 1px 16px;
  list-style: none;
}

#content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "—";
}

#sidebar {
  float: right;
  margin: 0 0 0 -100%;
  padding: 4px 0 0;
  width: 263px;
}

#sidebar h2 {
  margin: 0 0 27px;
  color: #76a6ac;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

#sidebar .search-form input[type="search"] {
  margin: 0 0 10px;
  width: 100%;
}

h1 {
  margin: 0 0 13px;
  color: #76a6ac;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
}

.title-text {
  color: #76a6ac;
  font-size: 20px;
  line-height: 25px;
}

#content .title-text p {
  margin: 0 0 14px;
}

.btn-more {
	margin-top:30px;
}

.btn-more a {
  text-decoration: none;
  color: #76a6ac;
}

.btn-more a span {
  display: inline-block;
  padding: 0 0 0 4px;
  color: #76a6ac;
  vertical-align: middle;
  font-size: 12px;
}

.btn-more a:hover {
  text-decoration: underline;
}

.contact-list {
  font-size: 14px;
}

.contact-list li {
  padding: 0 0 27px;
}

.contact-list .icon {
  display: inline-block;
  margin: -3px 2px 0 0;
  min-width: 22px;
  color: #76a6ac;
  vertical-align: top;
  font-size: 22px;
  line-height: 22px;
}

.contact-list a {
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

#footer {
  padding: 16px 0;
  color: #76a6ac;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}

#footer p {
  margin: 0;
}

#footer .holder {
  padding: 0 15px;
}

.main-holder.alt:before,
.alt.sect:before {
  display: none;
}

.main-holder.alt #content {
  float: none;
  padding: 0;
}

.main-holder.alt #sidebar {
  display: none;
}

.sect {
  position: relative;
}

.sect:before {
  top: 0;
  right: auto;
  bottom: 0;
  left: 295px;
}

.sect .text-hold {
  overflow: hidden;
}

.sect .img-hold {
  float: left;
  margin: 3px 63px 10px 0;
  width: 264px;
}

.sect .img-hold img {
  display: block;
  width: 100%;
  height: auto;
}

.sect.practice:before {
  left: 458px;
}

.sect.practice .img-hold {
  width: 428px;
}

.map {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
}

.map img {
  display: block;
  width: 100%;
  height: auto;
}

.post-password-form label {
  vertical-align: top;
}

.search-form input[type="submit"] {
  display: inline-block;
  vertical-align: top;
}

.title h1 {
  word-wrap: break-word;
}

.map iframe {
  width: 100% !important;
  height: 362px !important;
}

@media only screen and (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0;
  }
}

@media all and (max-width: 63.99em) {
  .container {
    padding: 0 25px;
  }

  .logo {
    margin: 0 12px 0 18px;
  }

  #nav ul li {
    width: 20%;
  }

  .main-holder {
    padding: 35px 15px 40px 32px;
  }

  .main-holder:before,
  .sect:before {
    right: 288px;
  }

  #content {
    padding: 0 297px 0 0;
  }

  #sidebar {
    width: 242px;
  }

  .title-text {
    line-height: 24px;
  }

  #content .title-text p {
    margin: 0 0 16px;
  }

  #footer .holder {
    padding: 0 18px;
  }

  .sect:before {
    left: 38%;
  }

  .sect .img-hold {
    margin: 8px 67px 10px 0;
    width: 33.5%;
  }

  .sect .text-hold {
    padding: 4px 0 0;
  }

  .sect.practice:before {
    left: 38%;
  }

  .sect.practice .img-hold {
    width: 33%;
  }
}

@media all and (max-width: 47.99em) {
  #wrapper {
    background: #b8e2ee;
    background: -webkit-linear-gradient(left, #b8e2ee, #f1f0ee);
    background:         linear-gradient(to right, #b8e2ee, #f1f0ee);
  }

  .container {
    padding: 0;
  }

  #header {
    padding: 18px 0 20px;
  }

  .logo {
    margin: 0 10px 0 15px;
    width: 39px;
    height: 39px;
  }

  .logo img {
    width: 100%;
    height: auto;
  }

  .company {
    font-size: 16px;
    line-height: 16px;
  }

  .company .title {
    margin: 0 0 5px;
  }

  #nav {
    padding: 15px 15px 13px;
    background: -webkit-linear-gradient(left, #9dbaa4, #8ebdad);
    background:         linear-gradient(to right, #9dbaa4, #8ebdad);
    background-color: #9dbaa4;
  }

  #nav .opener {
    display: block;
  }

  #nav .page-name {
    display: block;
    float: left;
    margin: 2px 0 -2px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }

  #nav .drop {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .25s linear;
            transition: all .25s linear;
  }

  #nav ul {
    padding: 24px 0 16px;
    background: #74a6ad;
    -webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, .6);
            box-shadow: 2px 2px 12px rgba(0, 0, 0, .6);
    text-align: left;
    font-size: 30px;
    line-height: 32px;
    -webkit-transition: all .25s linear;
            transition: all .25s linear;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  #nav ul .home a,
  #nav ul .offer a,
  #nav ul .portrait a,
  #nav ul .practice a,
  #nav ul .location a {
    background: none;
  }

  #nav ul li {
    float: none;
    margin: 0 0 32px;
    width: 100%;
  }

  #nav ul a {
    padding: 0 27px;
    background: none;
  }

  #nav ul a:hover {
    color: #5d696f;
    opacity: 1;
  }

  #nav ul .active a {
    color: #5d696f;
  }

  #nav ul .active a:after {
    display: none;
  }

  #nav.offer-active {
    background: -webkit-linear-gradient(left, #cbd195, #b8d59d);
    background:         linear-gradient(to right, #cbd195, #b8d59d);
    background-color: #cbd195;
  }

  #nav.portrait-active {
    background: -webkit-linear-gradient(left, #8db3ca, #7fb7d0);
    background:         linear-gradient(to right, #8db3ca, #7fb7d0);
    background-color: #8db3ca;
  }

  #nav.practice-active {
    background: -webkit-linear-gradient(left, #9cc4b9, #89c6bf);
    background:         linear-gradient(to right, #9cc4b9, #89c6bf);
    background-color: #9cc4b9;
  }

  #nav.location-active {
    background: -webkit-linear-gradient(left, #c0b1c4, #abb4ca);
    background:         linear-gradient(to right, #c0b1c4, #abb4ca);
    background-color: #c0b1c4;
  }

  #nav.active {
    background: #74a6ad;
  }

  #nav.active .drop {
    padding: 0 0 20px;
  }

  .main-holder {
    padding: 25px 15px 20px;
    border-radius: 0;
  }

  .main-holder:before,
  .sect:before {
    display: none;
  }

  #content {
    float: none;
    margin: 0 0 34px;
    padding: 0 0 35px;
    background: url(images/separator01.png) repeat-x 0 100%;
  }

  #sidebar {
    float: none;
    margin: 0;
    width: 100%;
  }

  .main-holder.alt #content {
    margin: 0 0 34px;
    padding: 0 0 35px;
    background: url(images/separator01.png) repeat-x 0 100%;
  }

  .main-holder.alt #sidebar {
    display: block;
  }

  .sect .img-hold {
    display: none;
  }

  .sect .text-hold {
    padding: 0;
  }

  .map {
    padding: 10px 0 0;
  }

  .post-password-form label input[type="password"] {
    width: 140px;
  }

  .search-form input[type="search"] {
    margin: 0 5px 5px 0;
  }

  .comment-form textarea,
  .comment-form input[type="text"],
  .search-form input[type="search"] {
    width: 100%;
  }
}

