/*
Theme Name: Zahnarztpraxis Pertsch
Description: Zahnarztpraxis Pertsch
Author: Metallhuhn
Author URI: http://www.metallhuhn.de/
Version: 1.0

*/
/* line 21, style.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 31, style.scss */
strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
/* line 34, style.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 38, style.scss */
body {
  line-height: 1;
}

/* line 41, style.scss */
ol, ul {
  list-style: none;
}

/* line 44, style.scss */
blockquote, q {
  quotes: none;
}

/* line 49, style.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 53, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* Farben */
/*Schrift */
/*Seitengröße */
/* line 85, style.scss */
body {
  color: #3b3b3b;
  background-color: #ffffff;
}
/* line 89, style.scss */
body .container {
  font-family: "Dosis", sans-serif;
  color: #3b3b3b;
  margin: 0px auto 0px auto;
  width: 100%;
}
/* line 94, style.scss */
body .container header.top {
  text-align: center;
  height: 700px;
  width: 100%;
  background: url(img/header.jpg) no-repeat 100% 100%;
  margin: 0px 0 0px 0;
  position: relative;
  color: #fff;
  background-size: cover;
}
/* line 95, style.scss */
body .container header.top a:link, body .container header.top a:visited, body .container header.top a:hover, body .container header.top a:active {
  color: #3b3b3b;
}
/* line 106, style.scss */
body .container header.top a.fixedlogo {
  display: none;
}
/* line 109, style.scss */
body .container header.top .headerlogo {
  position: relative;
  height: 230px;
  width: 540px;
  top: 140px;
  margin: 0 auto;
}
/* line 115, style.scss */
body .container header.top .headerlogo h1 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 21px;
}
/* line 121, style.scss */
body .container header.top .headerlogo h2 {
  font-family: "Dosis", sans-serif;
  font-size: 45px;
  line-height: 40px;
}
/* line 128, style.scss */
body .container header.top .info {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
}
/* line 134, style.scss */
body .container header.top .info ul {
  list-style-image: url(img/icon_mail.png);
  list-style-position: outside;
  display: inline-block;
}
/* line 138, style.scss */
body .container header.top .info ul li {
  color: #2e2d2c;
  float: left;
  font-family: "Dosis", sans-serif;
  font-size: 25px;
}
/* line 139, style.scss */
body .container header.top .info ul li:first-child {
  list-style-image: url(img/icon_telefon.png);
}
/* line 143, style.scss */
body .container header.top .info ul li:last-child {
  margin-left: 55px;
}
/* line 151, style.scss */
body .container header.top .info ul li a {
  text-decoration: none;
}
/* line 159, style.scss */
body .container header.top nav.menu {
  font-family: "Dosis", sans-serif;
  width: 100%;
  margin: 10px 0px 0px 0px;
  line-height: 48px;
  height: 50px;
  float: left;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
/* line 171, style.scss */
body .container header.top nav.menu ul {
  display: inline-block;
}
/* line 174, style.scss */
body .container header.top nav.menu ul .menu-item {
  text-align: left;
  float: left;
  margin-right: 25px;
  color: #253a01;
  text-transform: uppercase;
}
/* line 180, style.scss */
body .container header.top nav.menu ul .menu-item:last-child {
  margin-right: 0px;
}
/* line 184, style.scss */
body .container header.top nav.menu ul .menu-item a {
  padding: 8px 0px;
  text-decoration: none;
}
/* line 187, style.scss */
body .container header.top nav.menu ul .menu-item a:hover {
  text-decoration: none;
  border-bottom: 2px solid #2e2d2c;
}
/* line 199, style.scss */
body .container header.top .headermitte {
  margin: 0 auto;
  width: 1400px;
}
/* line 203, style.scss */
body .container header.top nav.menu.fixed {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
  margin: 0px;
  top: -100px;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
/* line 219, style.scss */
body .container header.top nav.menu.fixed a.fixedlogo {
  display: block;
  width: 300px;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 100px;
}
/* line 228, style.scss */
body .container header.top nav.menu.fixed ul {
  margin: 42px 100px 0px 0px;
  float: right;
}
/* line 233, style.scss */
body .container header.top nav.menu.fixed ul li a {
  color: #7c7c7b;
}
/* line 236, style.scss */
body .container header.top nav.menu.fixed ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #7c7c7b;
}
/* line 249, style.scss */
body .container header.top nav.menu.fixed.raus {
  top: 0px;
  -webkit-box-shadow: 0px 1px 5px 0px #666666;
  /* WebKit */
  -moz-box-shadow: 0px 1px 5px 0px #666666;
  /* Firefox */
  box-shadow: 0px 1px 5px 0px #666666;
  /* Standard */
}
/* line 259, style.scss */
body .container article.hgruen {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top left, #e3edc6 0%, #f2f6e4 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top left, #e3edc6 0%, #f2f6e4 100%);
  /* Opera */
  background-image: -o-linear-gradient(top left, #e3edc6 0%, #f2f6e4 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e3edc6), color-stop(1, #f2f6e4));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top left, #e3edc6 0%, #f2f6e4 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom right, #e3edc6 0%, #f2f6e4 100%);
  color: #3b3b3b;
}
/* line 278, style.scss */
body .container article.hgruen header {
  background: url(img/p_header_g.png) no-repeat;
}
/* line 284, style.scss */
body .container article.weiss {
  /* IE10 Consumer Preview */
  background-color: #ffffff;
}
/* line 287, style.scss */
body .container article.weiss header {
  background: url(img/p_header_gr.png) no-repeat;
}
/* line 289, style.scss */
body .container article.weiss header h1 {
  color: #7c7c7b;
}
/* line 295, style.scss */
body .container article.dunkel {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(bottom right, #646363 0%, #3c3c3b 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom right, #646363 0%, #3c3c3b 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom right, #646363 0%, #3c3c3b 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #646363), color-stop(1, #3c3c3b));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom right, #646363 0%, #3c3c3b 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top left, #646363 0%, #3c3c3b 100%);
  color: #ffffff;
}
/* line 308, style.scss */
body .container article.dunkel header {
  background: url(img/p_header_w.png) no-repeat;
}
/* line 310, style.scss */
body .container article.dunkel header h1 {
  color: #ffffff;
}
/* line 319, style.scss */
body .container article.grau {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(bottom right, #f6f6f6 0%, #f0f1f0 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom right, #f6f6f6 0%, #f0f1f0 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom right, #f6f6f6 0%, #f0f1f0 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #f6f6f6), color-stop(1, #f0f1f0));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom right, #f6f6f6 0%, #f0f1f0 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top left, #f6f6f6 0%, #f0f1f0 100%);
}
/* line 332, style.scss */
body .container article.grau header {
  background: url(img/p_header1.png) no-repeat;
}
/* line 334, style.scss */
body .container article.grau header h1 {
  color: #7c7c7b;
}
/* line 342, style.scss */
body .container article.karte {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top left, #f0f0f0 0%, #f6f6f6 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top left, #f0f0f0 0%, #f6f6f6 100%);
  /* Opera */
  background-image: -o-linear-gradient(top left, #f0f0f0 0%, #f6f6f6 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f0f0f0), color-stop(1, #f6f6f6));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top left, #f0f0f0 0%, #f6f6f6 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom right, #f0f0f0 0%, #f6f6f6 100%);
}
/* line 358, style.scss */
body .container article {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 0px;
  padding: 0 0 110px 0;
  z-index: 0;
}
/* line 366, style.scss */
body .container article ul {
  list-style-image: url("img/list.png");
  list-style-position: outside;
  font-family: sans-serif;
  font-size: 13px;
  padding-left: 16px;
}
/* line 373, style.scss */
body .container article ul li {
  margin-bottom: 22px;
  line-height: 17px;
}
/* line 378, style.scss */
body .container article a, body .container article a:hover, body .container article a:active, body .container article a:visited {
  font-family: sans-serif;
  line-height: 24px;
  font-size: 13px;
  color: inherit;
  text-decoration: underline;
  letter-spacing: 0.1px;
}
/* line 387, style.scss */
body .container article a:hover {
  text-decoration: underline;
  color: #95bb20;
}
/* line 391, style.scss */
body .container article section {
  margin: -17px auto 10px auto;
  width: 1000px;
  position: relative;
  z-index: 5;
}
/* line 397, style.scss */
body .container article section h1:before {
  content: "\00BB\00a0 ";
}
/* line 402, style.scss */
body .container article h1 {
  font-size: 22px;
  font-family: "Dosis", sans-serif;
  color: #95bb20;
  margin-bottom: 19px;
  padding-bottom: 6px;
  line-height: 30px;
  margin-top: 57px;
  font-weight: 500;
}
/* line 413, style.scss */
body .container article h2 {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #3e3e3e;
  margin-bottom: 27px;
  padding-bottom: 4px;
}
/* line 422, style.scss */
body .container article h3 {
  font-size: 15px;
  letter-spacing: 0.1px;
  font-family: sans-serif;
  margin-bottom: 22px;
  line-height: 18px;
  color: #3e3e3e;
}
/* line 432, style.scss */
body .container article header {
  text-align: center;
  height: 117px;
  background: url(img/p_header1.png) no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 1400px;
  margin: 0 auto;
}
/* line 444, style.scss */
body .container article header h1 {
  font-size: 25px;
  font-family: "Dosis", sans-serif;
  color: #3e3e3e;
  text-transform: uppercase;
  padding-bottom: 6px;
  line-height: 110px;
  margin: 0px;
  padding: 0px;
}
/* line 453, style.scss */
body .container article header h1 img {
  margin: 0px 24px -6px 0px;
}
/* line 459, style.scss */
body .container article p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 11px;
}
/* line 464, style.scss */
body .container article .alignleft {
  margin-right: 19px;
  float: left;
}
/* line 470, style.scss */
body .container article .alignright {
  float: right;
  margin-left: 19px;
}
/* line 474, style.scss */
body .container article .aligncenter {
  margin: 0 auto;
  display: block;
}
/* line 478, style.scss */
body .container article blockquote {
  background-color: #d4e2a5;
  padding: 15px 40px;
}
/* line 488, style.scss */
body .container article .team {
  margin-top: 65px;
}
/* line 491, style.scss */
body .container article .team .aerzte {
  text-align: center;
  width: 100%;
  display: inline-block;
}
/* line 495, style.scss */
body .container article .team .aerzte.trans {
  opacity: 0.05;
}
/* line 498, style.scss */
body .container article .team .aerzte .wp-caption {
  text-align: left;
  display: inline-block;
  width: 200px;
  margin: 0px 45px;
}
/* line 503, style.scss */
body .container article .team .aerzte .wp-caption .wp-caption-text {
  position: relative;
  width: 165px;
  display: inline-block;
  margin-top: 25px;
}
/* line 509, style.scss */
body .container article .team .aerzte .wp-caption .kreuz {
  width: 35px;
  height: 35px;
  background: url(img/kreuz.png) no-repeat;
  display: inline-block;
}
/* line 515, style.scss */
body .container article .team .aerzte .wp-caption .wp-caption-descr {
  display: none;
}
/* line 518, style.scss */
body .container article .team .aerzte .wp-caption .wp-caption-descr.anzeigen {
  display: block;
  width: 220px;
}
/* line 525, style.scss */
body .container article .team .schwester {
  text-align: center;
  width: 100%;
  display: inline-block;
}
/* line 531, style.scss */
body .container article .team .schwester.trans {
  opacity: 0.05;
}
/* line 534, style.scss */
body .container article .team .schwester .wp-caption {
  text-align: left;
  display: inline-block;
  width: 130px;
  margin: 50px 27px 0px 27px;
}
/* line 540, style.scss */
body .container article .team .schwester .wp-caption img {
  width: 100%;
  height: auto;
}
/* line 544, style.scss */
body .container article .team .schwester .wp-caption .wp-caption-text {
  position: relative;
  width: 105px;
  display: inline-block;
  margin-top: 25px;
}
/* line 550, style.scss */
body .container article .team .schwester .wp-caption .kreuz {
  width: 25px;
  height: 25px;
  background: url(img/kreuz.png) no-repeat;
  display: inline-block;
  background-size: contain;
}
/* line 560, style.scss */
body .container article .team .wp-caption .kreuz {
  cursor: pointer;
}
/* line 565, style.scss */
body .container article .team .wp-caption.bildindex .kreuz {
  background: url(img/kreuzs.png) no-repeat;
  background-size: contain;
}
/* line 572, style.scss */
body .container article .team .wp-caption .wp-caption-text {
  display: inline-block;
  margin-top: 25px;
}
/* line 576, style.scss */
body .container article .team .wp-caption .wp-caption-descr {
  display: none;
  margin-top: 80px;
  font-size: 15px;
  line-height: 22.5px;
}
/* line 582, style.scss */
body .container article .team .wp-caption .wp-caption-descr.anzeigen {
  display: block;
  width: 220px;
}
/* line 586, style.scss */
body .container article .team .wp-caption.teamanzeige {
  display: none;
}
/* line 589, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige {
  display: inline-block;
  z-index: 61;
  position: absolute;
}
/* line 593, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 599, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige .kreuz {
  background: url(img/kreuzs.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
}
/* line 606, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige .wp-caption-descr {
  display: block;
  width: 220px;
}
/* line 610, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.arzteinzel {
  width: 200px;
  margin-right: 90px;
}
/* line 613, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.arzteinzel .wp-caption-text {
  position: relative;
  width: 165px;
  display: inline-block;
  margin-top: 27px;
}
/* line 619, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.arzteinzel .kreuz {
  width: 35px;
  height: 35px;
  background: url(img/kreuzs.png) no-repeat;
  display: inline-block;
}
/* line 627, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.schwestereinzel {
  width: 130px;
  margin-right: 55px;
}
/* line 631, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.schwestereinzel .wp-caption-text {
  position: relative;
  width: 105px;
  display: inline-block;
  margin-top: 27px;
}
/* line 637, style.scss */
body .container article .team .wp-caption.teamanzeige.einzelanzeige.schwestereinzel .kreuz {
  width: 25px;
  height: 25px;
  background: url(img/kreuzs.png) no-repeat;
  display: inline-block;
  background-size: contain;
}
/* line 655, style.scss */
body .container article .team .overlay.show {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background: #545352;
  /* The Fallback */
  background: rgba(84, 83, 82, 0.95);
}
/* line 669, style.scss */
body .container article .wp-caption {
  position: relative;
}
/* line 671, style.scss */
body .container article .wp-caption img {
  border: 1px solid #ffffff;
  width: 100%;
  height: auto;
}
/* line 678, style.scss */
body .container article .wp-caption-text {
  line-height: 18px;
  padding-right: 10px;
  font-weight: bold;
}
/* line 682, style.scss */
body .container article .wp-caption-text:first-line {
  font-weight: normal;
}
/* line 687, style.scss */
body .container article .more {
  display: block;
}
/* line 695, style.scss */
body .container article img[class*="wp-image-"], body .container article img[id*="attachment_"], body .container article div[id*="attachment_"] {
  margin-top: 7px;
  max-width: 100%;
  height: auto;
}
/* line 701, style.scss */
body .container article img.size-thumbnail {
  max-width: 167px;
  height: auto;
}
/* line 706, style.scss */
body .container article p:last-child {
  margin-bottom: 0px;
}
/* line 710, style.scss */
body .container article .dynamic-col p:first-child {
  margin-top: 63px;
}
/* line 713, style.scss */
body .container article .dynamic-col blockquote:first-child {
  margin-top: 43px;
}
/* line 717, style.scss */
body .container article .dynamic-col a:first-child {
  margin-top: 63px;
}
/* line 721, style.scss */
body .container article .dynamic-col img:first-child {
  margin-top: 63px;
}
/* line 728, style.scss */
body .container article .dynamic-col blockquote h1 {
  margin-top: 0px;
}
/* line 737, style.scss */
body .container article .colnr-2 .dynamic-col {
  width: 49%;
  margin-right: 2%;
}
/* line 743, style.scss */
body .container article .colnr-3 .dynamic-col {
  width: 30%;
  margin-right: 5%;
}
/* line 749, style.scss */
body .container article .colnr-4 .dynamic-col {
  width: 23.5%;
  margin-right: 2%;
}
/* line 755, style.scss */
body .container article .colnr-5 .dynamic-col {
  width: 18.4%;
  margin-right: 2%;
}
/* line 761, style.scss */
body .container article .colnr-6 .dynamic-col {
  width: 15%;
  margin-right: 2%;
}
/* line 767, style.scss */
body .container article section[class*="colnr-"] .dynamic-col {
  float: left;
}
/* line 770, style.scss */
body .container article section[class*="colnr-"] div.dynamic-col:last-child {
  margin-right: 0px;
}
/* line 774, style.scss */
body .container article #karte {
  height: 600px;
  width: 1400px;
  margin: -17px auto 0 auto;
}
/* line 779, style.scss */
body .container article .gm-style-iw * {
  display: block;
  width: 100%;
}
/* line 783, style.scss */
body .container article .gm-style-iw h4, body .container article .gm-style-iw p {
  margin: 0;
  padding: 0;
}
/* line 787, style.scss */
body .container article .gm-style-iw a {
  color: #4272db;
}

/* line 798, style.scss */
footer {
  height: 50px;
  width: 100%;
  margin-top: 50px;
  float: left;
  color: #ffffff;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(bottom right, #95bb20 0%, #8bae1f 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom right, #95bb20 0%, #8bae1f 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom right, #95bb20 0%, #8bae1f 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #95bb20), color-stop(1, #8bae1f));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom right, #95bb20 0%, #8bae1f 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top left, #95bb20 0%, #8bae1f 100%);
}
/* line 819, style.scss */
footer a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 40px;
}
/* line 823, style.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 826, style.scss */
footer a:before {
  content: "\00BB\00a0 ";
}
/* line 830, style.scss */
footer .rechts {
  margin: 0px 200px 0px 200px;
  width: 1000px;
  float: left;
  text-align: right;
}

/* line 837, style.scss */
.gmapinfo {
  font-family: "Dosis", sans-serif;
}

/* cookie-bar */
.cookie-notice-container {
  background: #3c3c3b;
  font-family: "Dosis", sans-serif;
}