/*!
Theme Name: Cardio Medic
Theme URI: http://underscores.me/
Author: David Guntern
Author URI: http://internet-gebrauchsgrafik.ch
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _cm_ch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cardio Medic is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//hello.myfonts.net/count/369e38");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 1020px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Cardio Medic
--------------------------------------------------------------*/
@font-face {
  font-family: "LucidaSan-Dem";
  src: url("webfonts/369E38_0_0.eot");
  src: url("webfonts/369E38_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/369E38_0_0.woff2") format("woff2"), url("webfonts/369E38_0_0.woff") format("woff"), url("webfonts/369E38_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "LucidaSan-Rom";
  src: url("webfonts/369E38_1_0.eot");
  src: url("webfonts/369E38_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/369E38_1_0.woff2") format("woff2"), url("webfonts/369E38_1_0.woff") format("woff"), url("webfonts/369E38_1_0.ttf") format("truetype");
}
/* */
td {
  vertical-align: top;
}
h1, h2, h3, h4, h5 {
  color: #a1074b;
}
a:link, a:hover, a:visited, a:focus {
  color: #a1074b;
}
body {
  font-family: "LucidaSan-Rom", sans-serif;
}
blockquote {
  background: #a1074b;
  color: white;
  margin: 0 -20px;
  padding: 5px 20px;
}
button, .button, .button a:link, .button a:visited, .button a:hover, .button a:focus {
  background-color: #a1074b;
  padding: 5px 10px;
  color: white !important;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
#masthead {
  padding: 0 0 10px;
}
#masthead #masthead-wrapper {
  max-width: 1400px;
  margin: 40px auto 0;
  padding: 0 100px;
}
#masthead .site-branding {
  float: left;
  width: 50%;
  max-width: 460px;
}
#masthead .main-navigation {
  float: right;
  width: auto;
  clear: none;
}
#masthead .main-navigation .menu-standorte-container {
  float: right;
}
#masthead .main-navigation li {
  margin-left: 20px;
  padding: 5px 10px;
  background-color: white;
  border: #ccc 1px solid;
}
#masthead .main-navigation li a:link, #masthead .main-navigation li a:visited, #masthead .main-navigation li a:hover, #masthead .main-navigation li a:focus {
  color: #404040;
}
#masthead .main-navigation .sub-menu {
  box-shadow: none;
  margin-left: -11px;
  padding-top: 5px;
}
#masthead .main-navigation .sub-menu a:link, #masthead .main-navigation .sub-menu a:visited, #masthead .main-navigation .sub-menu a:hover, #masthead .main-navigation .sub-menu a:focus {
  color: #a1074b;
}
#masthead .main-navigation .sub-menu li {
  margin-left: 0px;
  border: none;
  border-bottom: 1px solid #a1074b;
  font-size: 1em;
}
#masthead .main-navigation .sub-menu li:last-child {
  border-bottom: none;
}
#masthead .main-navigation #formular-doc {
  clear: both;
  float: right;
  font-size: small;
  z-index: 1100;
}
#masthead .main-navigation #formular-doc a {
  display: contents;
}
#masthead .main-navigation .menu-toggle {
  position: relative;
  float: right;
  height: 100%;
  padding: 0px;
  border-style: none;
  box-shadow: none;
  background: none;
  outline: none;
  z-index: 1100;
}
#masthead .main-navigation .menu-bar {
  display: inline-block;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 6px 10px;
}
#masthead .main-navigation .bar1, #masthead .main-navigation .bar2, #masthead .main-navigation .bar3 {
  width: 20px;
  height: 3px;
  background-color: #a1074b;
  margin: 3px 0;
  transition: 0.4s;
  padding-top: 0px !important;
}
#masthead .main-navigation .bar1 {
  margin-top: -1px;
}
#masthead .main-navigation .menu-toggle {
  outline: 0;
}
#masthead .main-navigation.toggled {
  margin-left: 0px;
  z-index: 600;
  /* Rotate first bar */
  /* Fade out the second bar */
  /* Rotate last bar */
}
#masthead .main-navigation.toggled div.nav-primary {
  position: absolute;
  width: calc(100vw - 40px);
  right: 0px;
  padding: 60px 0 0 0;
  text-align: right;
  z-index: 600;
}
#masthead .main-navigation.toggled div.nav-primary li {
  float: none;
  margin-left: 0px;
}
#masthead .main-navigation.toggled div.nav-primary li.focus > ul, #masthead .main-navigation.toggled div.nav-primary li.hover > ul {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top: 0px;
  margin-bottom: 7px;
}
#masthead .main-navigation.toggled .bar1 {
  -webkit-transform: rotate(-45deg) translate(2px, 10px) !important;
  transform: rotate(-45deg) translate(-4px, 4px) !important;
  width: 20px;
}
#masthead .main-navigation.toggled .bar2 {
  opacity: 0;
}
#masthead .main-navigation.toggled .bar3 {
  -webkit-transform: rotate(45deg) translate(2px, -10px);
  transform: rotate(45deg) translate(-4px, -4px);
  width: 20px;
}
.wpcf7 h3 {
  margin-bottom: 0px;
}
.wpcf7 p {
  display: flex;
}
.wpcf7 p label {
  width: 100%;
}
.wpcf7 div {
  margin-bottom: 10px;
}
.wpcf7 .row-50 {
  width: 50%;
  float: left;
}
.wpcf7 .row-50 span input {
  width: 100%;
}
.wpcf7 .row-50 label {
  float: left;
  width: 100%;
}
.wpcf7 .row-left {
  padding-right: 20px;
}
.wpcf7 .row-100 {
  width: 100%;
  float: left;
  clear: both;
}
.wpcf7 .row-100 label {
  float: left;
}
.wpcf7 label.plz {
  padding-right: 10px;
  width: 30%;
}
.wpcf7 label.ort {
  width: 70%;
}
.wpcf7 .wpcf7-list-item {
  clear: both;
  float: left;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.single .content-area .site-main, .content-area .comments-area, .content-area .error-404, .content-area .page-header, .content-area section .content-wrapper, article.page, .archive article {
  max-width: 1400px;
  margin: auto;
  padding: 0 100px;
  position: relative;
}
/* Master slider Pfeile ROT */
.ms-skin-default .ms-nav-next {
  right: 5px !important;
  background: url(img/arrows-cardiomedic.png) !important;
  background-position: -89px -103px !important;
}
.ms-skin-default .ms-nav-prev {
  left: 5px !important;
  background: url(img/arrows-cardiomedic.png) !important;
  background-position: -89px -26px !important;
}
div.ms-layer {
  visibility: visible !important;
  display: block !important;
}
.welcome-screen {
  position: relative;
}
.welcome-screen .master-slider h3 {
  font-family: "adobe-caslon-pro";
  font-size: 1.4em;
  line-height: 1.4em;
  color: #a1074b;
}
.welcome-screen article {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px;
  transform: translateY(-50%);
}
.welcome-screen article > div {
  width: 60%;
  margin: auto;
}
.welcome-screen article > div .entry-title {
  margin: 0px;
}
.welcome-screen article > div .entry-content {
  margin: 5px 0;
}
.welcome-screen article > div .entry-content p {
  margin: 0px;
}
b {
  font-family: LucidaSan-Dem;
  font-weight: 600;
}
strong {
  font-family: LucidaSan-Dem;
  font-weight: 600;
}
.home h1 a {
  text-decoration: none;
  text-transform: uppercase;
}
.home .entry-content {
  margin: 0px;
  padding-top: 0px;
}
.home .entry-content .titel-section-home {
  background-color: #a1074b;
}
.home .entry-content .titel-section-home h2 {
  color: white;
  text-transform: uppercase;
  font-weight: light;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.home #teamslider-all .master-slider img {
  margin-left: 0px !important;
}
.home #masthead, .page-template-page-standorte #masthead, .post-type-archive-altstetten #masthead, .post-type-archive-wetzikon #masthead, .post-type-archive-unterwetzikon #masthead, .post-type-archive-tann #masthead, .post-type-archive-hinwil #masthead {
  background-color: #ccc;
}
.home .welcome-screen, .page-template-page-standorte .welcome-screen, .post-type-archive-altstetten .welcome-screen, .post-type-archive-wetzikon .welcome-screen, .post-type-archive-unterwetzikon .welcome-screen, .post-type-archive-tann .welcome-screen, .post-type-archive-hinwil .welcome-screen {
  background: #ccc;
}
.home .welcome-screen .master-slider-parent, .page-template-page-standorte .welcome-screen .master-slider-parent, .post-type-archive-altstetten .welcome-screen .master-slider-parent, .post-type-archive-wetzikon .welcome-screen .master-slider-parent, .post-type-archive-unterwetzikon .welcome-screen .master-slider-parent, .post-type-archive-tann .welcome-screen .master-slider-parent, .post-type-archive-hinwil .welcome-screen .master-slider-parent {
  margin-left: 0px;
}
.home .titel-section, .page-template-page-standorte .titel-section, .post-type-archive-altstetten .titel-section, .post-type-archive-wetzikon .titel-section, .post-type-archive-unterwetzikon .titel-section, .post-type-archive-tann .titel-section, .post-type-archive-hinwil .titel-section {
  background-color: #a1074b;
  padding: 1em;
}
.home .titel-section div, .page-template-page-standorte .titel-section div, .post-type-archive-altstetten .titel-section div, .post-type-archive-wetzikon .titel-section div, .post-type-archive-unterwetzikon .titel-section div, .post-type-archive-tann .titel-section div, .post-type-archive-hinwil .titel-section div {
  max-width: 1400px;
  margin: auto;
  padding: 0 100px;
}
.home .titel-section div h2, .page-template-page-standorte .titel-section div h2, .post-type-archive-altstetten .titel-section div h2, .post-type-archive-wetzikon .titel-section div h2, .post-type-archive-unterwetzikon .titel-section div h2, .post-type-archive-tann .titel-section div h2, .post-type-archive-hinwil .titel-section div h2 {
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-weight: light;
  font-weight: 200;
  letter-spacing: 0.2em;
}
div.standorte {
  margin: 0px;
}
div.standorte header {
  display: flex;
  position: relative;
}
div.standorte header .map {
  width: 70%;
  float: left;
}
div.standorte header .map .wpgmza_map {
  height: 100% !important;
  min-height: 400px;
}
div.standorte header .contact-standort {
  width: 30%;
  float: left;
  padding: 0 20px 20px;
}
.altstetten-template-standort-altstetten-leistungen article, .altstetten-template-standort-altstetten-personen article, .wetzikon-template-standort-wetzikon-leistungen article, .wetzikon-template-standort-wetzikon-personen article, .unterwetzikon-template-standort-unterwetzikon-leistungen article, .unterwetzikon-template-standort-unterwetzikon-personen article, .tann-template-standort-tann-leistungen article, .tann-template-standort-tann-personen article, .hinwil-template-standort-hinwil-leistungen article, .hinwil-template-standort-hinwil-personen article {
  width: 65%;
  float: left;
}
.altstetten-template-standort-altstetten-leistungen article tr td, .altstetten-template-standort-altstetten-personen article tr td, .wetzikon-template-standort-wetzikon-leistungen article tr td, .wetzikon-template-standort-wetzikon-personen article tr td, .unterwetzikon-template-standort-unterwetzikon-leistungen article tr td, .unterwetzikon-template-standort-unterwetzikon-personen article tr td, .tann-template-standort-tann-leistungen article tr td, .tann-template-standort-tann-personen article tr td, .hinwil-template-standort-hinwil-leistungen article tr td, .hinwil-template-standort-hinwil-personen article tr td {
  width: auto;
}
.altstetten-template-standort-altstetten-leistungen article tr td:first-child, .altstetten-template-standort-altstetten-personen article tr td:first-child, .wetzikon-template-standort-wetzikon-leistungen article tr td:first-child, .wetzikon-template-standort-wetzikon-personen article tr td:first-child, .unterwetzikon-template-standort-unterwetzikon-leistungen article tr td:first-child, .unterwetzikon-template-standort-unterwetzikon-personen article tr td:first-child, .tann-template-standort-tann-leistungen article tr td:first-child, .tann-template-standort-tann-personen article tr td:first-child, .hinwil-template-standort-hinwil-leistungen article tr td:first-child, .hinwil-template-standort-hinwil-personen article tr td:first-child {
  width: 110px;
}
.altstetten-template-standort-altstetten-leistungen article ul, .altstetten-template-standort-altstetten-personen article ul, .wetzikon-template-standort-wetzikon-leistungen article ul, .wetzikon-template-standort-wetzikon-personen article ul, .unterwetzikon-template-standort-unterwetzikon-leistungen article ul, .unterwetzikon-template-standort-unterwetzikon-personen article ul, .tann-template-standort-tann-leistungen article ul, .tann-template-standort-tann-personen article ul, .hinwil-template-standort-hinwil-leistungen article ul, .hinwil-template-standort-hinwil-personen article ul {
  margin: 0px;
  padding-left: 17px;
}
.altstetten-template-standort-altstetten-leistungen footer, .altstetten-template-standort-altstetten-personen footer, .wetzikon-template-standort-wetzikon-leistungen footer, .wetzikon-template-standort-wetzikon-personen footer, .unterwetzikon-template-standort-unterwetzikon-leistungen footer, .unterwetzikon-template-standort-unterwetzikon-personen footer, .tann-template-standort-tann-leistungen footer, .tann-template-standort-tann-personen footer, .hinwil-template-standort-hinwil-leistungen footer, .hinwil-template-standort-hinwil-personen footer {
  clear: both;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm, .altstetten-template-standort-altstetten-personen .sidebar-cm, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm, .wetzikon-template-standort-wetzikon-personen .sidebar-cm, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm, .tann-template-standort-tann-leistungen .sidebar-cm, .tann-template-standort-tann-personen .sidebar-cm, .hinwil-template-standort-hinwil-leistungen .sidebar-cm, .hinwil-template-standort-hinwil-personen .sidebar-cm {
  width: 30%;
  float: right;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot {
  position: relative;
  clear: both;
  display: inline-block;
  width: 100%;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot .entry-title, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot .entry-title, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot .entry-title, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot .entry-title, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot .entry-title, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot .entry-title, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot .entry-title, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot .entry-title, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot .entry-title, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot .entry-title {
  position: absolute;
  right: 0px;
  clear: none;
  width: 75%;
  margin: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot .entry-title a, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot .entry-title a, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot .entry-title a, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot .entry-title a, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot .entry-title a, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot .entry-title a, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot .entry-title a, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot .entry-title a, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot .entry-title a, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot .entry-title a {
  text-decoration: none;
  hyphens: auto;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot p, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot p, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot p, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot p, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot p, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot p, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot p, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot p, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot p, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot p {
  margin: 0px;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot h3, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot h3, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot h3, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot h3, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot h3, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot h3, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot h3, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot h3, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot h3, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot h3 {
  margin: 0px;
  font-size: 1.1em;
}
.altstetten-template-standort-altstetten-leistungen .sidebar-cm .preview-angebot img, .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot img, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm .preview-angebot img, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot img, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm .preview-angebot img, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot img, .tann-template-standort-tann-leistungen .sidebar-cm .preview-angebot img, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot img, .hinwil-template-standort-hinwil-leistungen .sidebar-cm .preview-angebot img, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot img {
  float: left;
  width: 20%;
}
.altstetten-template-standort-altstetten-personen article header, .wetzikon-template-standort-wetzikon-personen article header, .unterwetzikon-template-standort-unterwetzikon-personen article header, .tann-template-standort-tann-personen article header, .hinwil-template-standort-hinwil-personen article header {
  position: relative;
}
.altstetten-template-standort-altstetten-personen article header .post-thumbnail, .wetzikon-template-standort-wetzikon-personen article header .post-thumbnail, .unterwetzikon-template-standort-unterwetzikon-personen article header .post-thumbnail, .tann-template-standort-tann-personen article header .post-thumbnail, .hinwil-template-standort-hinwil-personen article header .post-thumbnail {
  line-height: 0px;
}
.altstetten-template-standort-altstetten-personen article header .post-thumbnail::before, .wetzikon-template-standort-wetzikon-personen article header .post-thumbnail::before, .unterwetzikon-template-standort-unterwetzikon-personen article header .post-thumbnail::before, .tann-template-standort-tann-personen article header .post-thumbnail::before, .hinwil-template-standort-hinwil-personen article header .post-thumbnail::before {
  content: "";
  background-color: #ccc;
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: -200%;
}
.altstetten-template-standort-altstetten-personen article header .statement, .wetzikon-template-standort-wetzikon-personen article header .statement, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement, .tann-template-standort-tann-personen article header .statement, .hinwil-template-standort-hinwil-personen article header .statement {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  padding-right: 40px;
}
.altstetten-template-standort-altstetten-personen article header .statement .zitat, .wetzikon-template-standort-wetzikon-personen article header .statement .zitat, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .zitat, .tann-template-standort-tann-personen article header .statement .zitat, .hinwil-template-standort-hinwil-personen article header .statement .zitat {
  font-family: "adobe-caslon-pro";
  font-size: 1.5em;
  color: #a1074b;
}
.altstetten-template-standort-altstetten-personen article header .statement .zitat p, .wetzikon-template-standort-wetzikon-personen article header .statement .zitat p, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .zitat p, .tann-template-standort-tann-personen article header .statement .zitat p, .hinwil-template-standort-hinwil-personen article header .statement .zitat p {
  margin: 20px 0;
}
.altstetten-template-standort-altstetten-personen article header .statement .name-funktion, .wetzikon-template-standort-wetzikon-personen article header .statement .name-funktion, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .name-funktion, .tann-template-standort-tann-personen article header .statement .name-funktion, .hinwil-template-standort-hinwil-personen article header .statement .name-funktion {
  color: #404040;
}
.altstetten-template-standort-altstetten-personen article header .statement .name-funktion h1, .wetzikon-template-standort-wetzikon-personen article header .statement .name-funktion h1, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .name-funktion h1, .tann-template-standort-tann-personen article header .statement .name-funktion h1, .hinwil-template-standort-hinwil-personen article header .statement .name-funktion h1 {
  font-size: 1em;
  color: #404040;
  margin: 0px;
  font-weight: normal;
}
.altstetten-template-standort-altstetten-personen .overview .wrapper-img-list, .wetzikon-template-standort-wetzikon-personen .overview .wrapper-img-list, .unterwetzikon-template-standort-unterwetzikon-personen .overview .wrapper-img-list, .tann-template-standort-tann-personen .overview .wrapper-img-list, .hinwil-template-standort-hinwil-personen .overview .wrapper-img-list {
  overflow: hidden;
  height: 100%;
  max-width: none;
  width: auto;
}
.altstetten-template-standort-altstetten-personen .overview .wrapper-img-list img, .wetzikon-template-standort-wetzikon-personen .overview .wrapper-img-list img, .unterwetzikon-template-standort-unterwetzikon-personen .overview .wrapper-img-list img, .tann-template-standort-tann-personen .overview .wrapper-img-list img, .hinwil-template-standort-hinwil-personen .overview .wrapper-img-list img {
  width: 190%;
  height: auto;
  max-width: none;
}
.altstetten-template-standort-altstetten-personen .sidebar-cm, .wetzikon-template-standort-wetzikon-personen .sidebar-cm, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm, .tann-template-standort-tann-personen .sidebar-cm, .hinwil-template-standort-hinwil-personen .sidebar-cm {
  width: 20%;
  min-width: 200px;
}
.altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot .wrapper-img-list, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot .wrapper-img-list, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot .wrapper-img-list, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot .wrapper-img-list, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot .wrapper-img-list {
  overflow: hidden;
  height: 100%;
  max-width: none;
  width: auto;
}
.altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot .wrapper-img-list img, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot .wrapper-img-list img, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot .wrapper-img-list img, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot .wrapper-img-list img, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot .wrapper-img-list img {
  width: 200%;
  height: auto;
  max-width: none;
}
.altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot .entry-title, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot .entry-title, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot .entry-title, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot .entry-title, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot .entry-title {
  width: 100%;
  position: relative;
  transform: none;
}
.altstetten-template-standort-altstetten-leistungen article header, .wetzikon-template-standort-wetzikon-leistungen article header, .unterwetzikon-template-standort-unterwetzikon-leistungen article header, .tann-template-standort-tann-leistungen article header, .hinwil-template-standort-hinwil-leistungen article header {
  float: right;
  width: 70%;
}
.altstetten-template-standort-altstetten-leistungen article header h1, .wetzikon-template-standort-wetzikon-leistungen article header h1, .unterwetzikon-template-standort-unterwetzikon-leistungen article header h1, .tann-template-standort-tann-leistungen article header h1, .hinwil-template-standort-hinwil-leistungen article header h1 {
  margin-bottom: 0px;
}
.altstetten-template-standort-altstetten-leistungen article .post-thumbnail, .wetzikon-template-standort-wetzikon-leistungen article .post-thumbnail, .unterwetzikon-template-standort-unterwetzikon-leistungen article .post-thumbnail, .tann-template-standort-tann-leistungen article .post-thumbnail, .hinwil-template-standort-hinwil-leistungen article .post-thumbnail {
  float: left;
  padding: 20px;
  width: 25%;
}
.altstetten-template-standort-altstetten-leistungen article .entry-content, .wetzikon-template-standort-wetzikon-leistungen article .entry-content, .unterwetzikon-template-standort-unterwetzikon-leistungen article .entry-content, .tann-template-standort-tann-leistungen article .entry-content, .hinwil-template-standort-hinwil-leistungen article .entry-content {
  float: right;
  width: 70%;
  margin: 0px;
}
.altstetten-template-standort-altstetten-leistungen .overview > div, .wetzikon-template-standort-wetzikon-leistungen .overview > div, .unterwetzikon-template-standort-unterwetzikon-leistungen .overview > div, .tann-template-standort-tann-leistungen .overview > div, .hinwil-template-standort-hinwil-leistungen .overview > div {
  text-align: center;
}
.overview {
  clear: both;
}
.overview > div {
  width: 25%;
  float: left;
  clear: none;
  padding: 10px;
}
.overview > div img {
  width: 40%;
}
.overview > div h3 {
  margin-bottom: 0px;
}
.overview > div p {
  margin: 0px;
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-content {
  flex: 1;
  display: ruby-base;
}
.site-footer {
  background-color: #ccc;
}
.site-footer > div {
  max-width: 1400px;
  margin: auto;
  padding: 0 100px;
  position: relative;
  color: #404040;
}
.site-footer > div a:link, .site-footer > div a:visited, .site-footer > div a:focus, .site-footer > div a:hover {
  color: #404040;
}
@media screen and (max-width: 1220px) {
  .home article, .welcome-screen article {
    position: relative;
    left: 0px;
    transform: none;
  }
  .home article > div, .welcome-screen article > div {
    margin: 0px;
    padding-top: 20px;
  }
  .home article > div .entry-content, .welcome-screen article > div .entry-content {
    margin: 5px 0px 0px;
  }
}
@media screen and (max-width: 1220px) and (min-width: 900px) {
  .altstetten-template-standort-altstetten-personen .sidebar-cm .preview-angebot h3, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .preview-angebot h3, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .preview-angebot h3, .tann-template-standort-tann-personen .sidebar-cm .preview-angebot h3, .hinwil-template-standort-hinwil-personen .sidebar-cm .preview-angebot h3 {
    font-size: 1em;
  }
  #masthead .main-navigation.toggled div.nav-primary {
    padding: 60px 100px 0 60px;
  }
}
@media screen and (min-width: 900px) {
  .leistungs-slider {
    display: block;
  }
  .leistungs-slider-mobile {
    display: none;
  }
  .overview > div:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 1020px) {
  .welcome-screen article {
    padding: 0px;
  }
  #formular-doc {
    position: absolute;
    width: calc(100vw - 50px);
    right: 10px;
    margin-top: 20px;
    text-align: right;
    padding: 0 100px;
  }
  .altstetten-template-standort-altstetten-personen article header .statement .zitat, .wetzikon-template-standort-wetzikon-personen article header .statement .zitat, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .zitat, .tann-template-standort-tann-personen article header .statement .zitat, .hinwil-template-standort-hinwil-personen article header .statement .zitat {
    font-size: 1.2em;
  }
  .altstetten-template-standort-altstetten-personen article header .statement .name-funktion, .wetzikon-template-standort-wetzikon-personen article header .statement .name-funktion, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .name-funktion, .tann-template-standort-tann-personen article header .statement .name-funktion, .hinwil-template-standort-hinwil-personen article header .statement .name-funktion {
    font-size: 1em;
  }
  .main-navigation ul ul {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #masthead .main-navigation .sub-menu {
    padding-top: 0px;
  }
}
@media screen and (max-width: 900px) {
  .leistungs-slider {
    display: none;
  }
  .leistungs-slider-mobile {
    display: block;
  }
  h1.entry-title {
    font-size: 1.4em;
    hyphens: auto;
  }
  .altstetten-template-standort-altstetten-leistungen article, .altstetten-template-standort-altstetten-personen article, .wetzikon-template-standort-wetzikon-leistungen article, .wetzikon-template-standort-wetzikon-personen article, .unterwetzikon-template-standort-unterwetzikon-leistungen article, .unterwetzikon-template-standort-unterwetzikon-personen article, .tann-template-standort-tann-leistungen article, .tann-template-standort-tann-personen article, .hinwil-template-standort-hinwil-leistungen article, .hinwil-template-standort-hinwil-personen article {
    width: 100%;
  }
  .altstetten-template-standort-altstetten-leistungen article .entry-content, .wetzikon-template-standort-wetzikon-leistungen article .entry-content, .unterwetzikon-template-standort-unterwetzikon-leistungen article .entry-content, .tann-template-standort-tann-leistungen article .entry-content, .hinwil-template-standort-hinwil-leistungen article .entry-content {
    width: 100%;
  }
  .altstetten-template-standort-altstetten-leistungen article .post-thumbnail, .wetzikon-template-standort-wetzikon-leistungen article .post-thumbnail, .unterwetzikon-template-standort-unterwetzikon-leistungen article .post-thumbnail, .tann-template-standort-tann-leistungen article .post-thumbnail, .hinwil-template-standort-hinwil-leistungen article .post-thumbnail {
    padding: 0px;
    margin-top: 5px;
  }
  .altstetten-template-standort-altstetten-leistungen article header h1, .wetzikon-template-standort-wetzikon-leistungen article header h1, .unterwetzikon-template-standort-unterwetzikon-leistungen article header h1, .tann-template-standort-tann-leistungen article header h1, .hinwil-template-standort-hinwil-leistungen article header h1 {
    margin-top: 0px;
  }
  .altstetten-template-standort-altstetten-leistungen .sidebar-cm, .altstetten-template-standort-altstetten-personen .sidebar-cm, .wetzikon-template-standort-wetzikon-leistungen .sidebar-cm, .wetzikon-template-standort-wetzikon-personen .sidebar-cm, .unterwetzikon-template-standort-unterwetzikon-leistungen .sidebar-cm, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm, .tann-template-standort-tann-leistungen .sidebar-cm, .tann-template-standort-tann-personen .sidebar-cm, .hinwil-template-standort-hinwil-leistungen .sidebar-cm, .hinwil-template-standort-hinwil-personen .sidebar-cm {
    width: 100%;
  }
  .single .content-area .site-main, .content-area .comments-area, .content-area .error-404, .content-area .page-header, .content-area section .content-wrapper, article.page {
    padding: 0 20px;
  }
  .content-area section.standort .content-wrapper {
    padding: 0px;
  }
  #masthead {
    padding: 0 0 10px;
  }
  #masthead #masthead-wrapper {
    padding: 0 20px;
  }
  #masthead .main-navigation {
    position: relative;
  }
  .home .titel-section div, .page-template-page-standorte .titel-section div, .post-type-archive-altstetten .titel-section div, .post-type-archive-wetzikon .titel-section div, .post-type-archive-unterwetzikon .titel-section div, .post-type-archive-tann .titel-section div, .post-type-archive-hinwil .titel-section div {
    padding: 0px;
  }
  div.standorte header {
    display: grid;
  }
  div.standorte header .map {
    width: 100%;
  }
  div.standorte header .contact-standort {
    width: 100%;
  }
  .overview > div img {
    width: 50%;
  }
  #formular-doc {
    padding: 0 0px;
  }
  .site-footer > div {
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .overview > div {
    width: 33%;
  }
  .overview > div h3 {
    font-size: 1.1em;
  }
  .overview > div p {
    font-size: 1em;
  }
  .overview > div img {
    width: 70%;
  }
  .overview > div:nth-child(3n+1) {
    clear: both;
  }
  .altstetten-template-standort-altstetten-leistungen .overview .wrapper-img-list, .wetzikon-template-standort-wetzikon-leistungen .overview .wrapper-img-list, .unterwetzikon-template-standort-unterwetzikon-leistungen .overview .wrapper-img-list, .tann-template-standort-tann-leistungen .overview .wrapper-img-list, .hinwil-template-standort-hinwil-leistungen .overview .wrapper-img-list {
    width: 60%;
    margin: auto;
  }
  .altstetten-template-standort-altstetten-personen .sidebar-cm .taxonomies_altstetten-team, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .taxonomies_wetzikon-team, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .taxonomies_unterwetzikon-team, .tann-template-standort-tann-personen .sidebar-cm .tann-team, .hinwil-template-standort-hinwil-personen .sidebar-cm .hinwil-team {
    width: 50% !important;
    display: inline-table !important;
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .overview > div {
    width: 50%;
  }
  .overview > div h3 {
    font-size: 1em;
    hyphens: auto;
  }
  .overview > div p {
    font-size: 1em;
  }
  .overview > div img {
    width: 70%;
  }
  .overview > div:nth-child(2n+1) {
    clear: both;
  }
  .altstetten-template-standort-altstetten-leistungen .overview .wrapper-img-list, .wetzikon-template-standort-wetzikon-leistungen .overview .wrapper-img-list, .unterwetzikon-template-standort-unterwetzikon-leistungen .overview .wrapper-img-list, .tann-template-standort-tann-leistungen .overview .wrapper-img-list, .hinwil-template-standort-hinwil-leistungen .overview .wrapper-img-list {
    width: 60%;
    margin: auto;
  }
  .home article > div, .welcome-screen article > div {
    width: 100%;
  }
  .altstetten-template-standort-altstetten-personen article header .statement .zitat, .wetzikon-template-standort-wetzikon-personen article header .statement .zitat, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .zitat, .tann-template-standort-tann-personen article header .statement .zitat, .hinwil-template-standort-hinwil-personen article header .statement .zitat {
    font-size: 1em;
  }
  .altstetten-template-standort-altstetten-personen article header .statement .name-funktion, .wetzikon-template-standort-wetzikon-personen article header .statement .name-funktion, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .name-funktion, .tann-template-standort-tann-personen article header .statement .name-funktion, .hinwil-template-standort-hinwil-personen article header .statement .name-funktion {
    font-size: 0.8em;
  }
  .altstetten-template-standort-altstetten-personen .sidebar-cm .taxonomies_altstetten-team, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .taxonomies_wetzikon-team, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .taxonomies_unterwetzikon-team, .tann-template-standort-tann-personen .sidebar-cm .taxonomies_tann-team, .hinwil-template-standort-hinwil-personen .sidebar-cm .taxonomies_hinwil-team {
    width: 50% !important;
    display: inline-table !important;
    padding: 10px;
  }
}
@media screen and (max-width: 450px) {
  .altstetten-template-standort-altstetten-personen article header .statement .zitat, .wetzikon-template-standort-wetzikon-personen article header .statement .zitat, .unterwetzikon-template-standort-unterwetzikon-personen article header .statement .zitat, .tann-template-standort-tann-personen article header .statement .zitat, .hinwil-template-standort-hinwil-personen article header .statement .zitat {
    display: none;
  }
  .altstetten-template-standort-altstetten-personen article header .statement .entry-title, .tann-template-standort-tann-personen article header .statement .entry-title, .hinwil-template-standort-hinwil-personen article header .statement .entry-title {
    font-size: 1.4em !important;
    color: #a1074b !important;
  }
  .altstetten-template-standort-altstetten-personen article, .wetzikon-template-standort-wetzikon-personen article, .unterwetzikon-template-standort-unterwetzikon-personen article, .tann-template-standort-tann-personen article, .hinwil-template-standort-hinwil-personen article {
    width: 105%;
  }
  .altstetten-template-standort-altstetten-personen .sidebar-cm .taxonomies_altstetten-team, .wetzikon-template-standort-wetzikon-personen .sidebar-cm .taxonomies_wetzikon-team, .unterwetzikon-template-standort-unterwetzikon-personen .sidebar-cm .taxonomies_unterwetzikon-team, .tann-template-standort-tann-personen .sidebar-cm .taxonomies_tann-team, .hinwil-template-standort-hinwil-personen .sidebar-cm .taxonomies_hinwil-team {
    width: 50% !important;
    display: inline-table !important;
    padding: 10px;
  }
}
