/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/*--------------------------------------------------------------
# Susy
--------------------------------------------------------------*/
/*.site-header .site-logo .content,
.site-header .site-headline .content,
.site-footer .footer-widgets,
.content-area {
	background: susy-svg-grid() no-repeat scroll;
}*/
/*--------------------------------------------------------------
# Flickity Slider
--------------------------------------------------------------*/
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #7e88c3;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #a6aad6;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background: #7e88c3;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #3e3d40;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  font-size: 22px;
  line-height: 1.2;
}
h1 {
  margin: 0 0 1em 0;
}

h2 {
  font-size: 17px;
  line-height: 1.2;
}
h2 {
  margin: 0 0 1em 0;
}

p {
  margin: 0 0 1.2em 0;
}

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%;
}

/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/open-sans-v15-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../fonts/open-sans-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../../fonts/open-sans-v15-latin-600.woff") format("woff"), url("../../fonts/open-sans-v15-latin-600.ttf") format("truetype"), url("../../fonts/open-sans-v15-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/*--------------------------------------------------------------
# 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 0;
  padding-inline-start: 1.8em;
}

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;
}

.accordion-list li ul {
  display: none;
}

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. */
  position: relative;
}

.circle {
  border-radius: 50%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.cta-button {
  text-align: center;
  width: 100%;
  margin: 2.4em 0;
}
.cta-button a {
  padding: 0.5em 1em;
  border: 2px solid #7e88c3;
  border-radius: 10px;
  background: #7e88c3;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.2;
}
.cta-button a {
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
}
.cta-button a:hover {
  background: transparent;
  color: #7e88c3;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# 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: #7e88c3;
  text-decoration: none;
}
a:visited {
  color: #7e88c3;
}
a:hover, a:focus, a:active {
  color: #7e88c3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul,
.menu-footer-menue-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#site-navigation .logo {
  width: 168px;
  margin: 90px 0 40px;
}
#site-navigation .adresse .email {
  font-weight: 600;
}

#primary-menu li {
  font-size: 24px;
  line-height: 1.2;
}
#primary-menu li {
  padding-bottom: 1em;
}
#primary-menu a {
  color: #3e3d40;
  text-decoration: none;
}
#primary-menu .current-menu-item > a,
#primary-menu .current-menu-parent > a,
#primary-menu li:hover > a {
  color: #7e88c3;
  font-weight: 600;
}
#primary-menu li:hover > .toggle-triangle {
  border-right-color: #7e88c3;
}
#primary-menu ul.sub-menu li {
  font-size: 18px;
  line-height: 1.2;
}
#primary-menu ul.sub-menu li:hover > a {
  font-weight: 400;
}
#primary-menu ul.sub-menu li.current-menu-item:hover > a {
  font-weight: 600;
}

#menu-footer-menue {
  font-weight: 600;
}

/* .main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;

	ul {
		display: none;

		ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;

			ul {
				left: -999em;
				top: 0;
			}

			li {
				&:hover > ul,
				&.focus > ul {
					left: 100%;
				}
			}

			a {
				width: 200px;
			}

			:hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			}
		}

		li:hover > ul,
		li.focus > ul {
			left: auto;
		}
	}

	li {
		float: left;
		position: relative;

		&:hover > a,
		&.focus > a {
		}
	}

	a {
		display: block;
		text-decoration: none;
	}

	.current_page_item > a,
	.current-menu-item > a,
	.current_page_ancestor > a,
	.current-menu-ancestor > a {
	}
} */
.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  width: 35px;
}
.menu-toggle {
  margin: 1em 1em 0 0;
  cursor: pointer;
}
.menu-toggle svg {
  width: 100%;
  height: auto;
}
.menu-toggle.hamburger {
  left: 0;
  margin: 4% 0 0 4%;
}
.menu-toggle.hamburger svg g {
  stroke: white;
}
.menu-toggle.hamburger:hover svg g {
  stroke: #a6aad6;
}
.menu-toggle.close {
  right: 0;
}
.menu-toggle.close svg g {
  stroke: #7e88c3;
}
.menu-toggle.close:hover g {
  stroke: #a6aad6;
}

/* Small menu. */
.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
--------------------------------------------------------------*/
#page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header,
#content,
footer {
  width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-header .top-bar {
  position: absolute;
  top: 0;
  z-index: 0;
  box-sizing: content-box;
  width: 100%;
  background-color: #7e88c3;
  height: 120px;
  border-bottom: solid 28px #a6aad6;
}
.site-header .site-branding {
  width: 100%;
  max-width: 1280px;
  z-index: 10;
}
.site-header .site-logo .content,
.site-header .phone .content,
.site-header .site-headline .content {
  width: 100%;
  margin-left: 0;
}
.site-header .site-logo .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.site-header .phone .content p {
  margin: 0 0 0 4%;
  font-weight: 600;
  color: white;
  line-height: 28px;
  font-size: 14px;
}
.site-header .phone .content p a {
  color: white;
  text-decoration: none;
}
.site-header .phone .content {
  height: 28px;
}
.site-header .site-headline .content {
  background-color: #f7f7fc;
  padding-bottom: 25px;
}
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  text-align: center;
}
.site-header .site-title {
  padding: 0.7em 0 0.4em;
  font-size: 36px;
  line-height: 1.2;
}
.site-header .site-title a {
  font-weight: 400;
  color: #7e88c3;
}
.site-header .site-title a:hover {
  text-decoration: none;
}
.site-header .site-description {
  font-size: 16px;
  line-height: 1.2;
}
.site-header .site-description {
  font-weight: 700;
  color: #7e88c3;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #7e88c3;
}
.site-footer p,
.site-footer .widget {
  margin: 0;
}

.footer-widgets-wrap {
  width: 100%;
  max-width: 1280px;
}

.footer-widgets {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.footer-widgets a,
.footer-widgets a:visited {
  color: #fff;
}
.footer-widgets {
  font-size: 16px;
  line-height: 1.67;
}
.footer-widgets .widget-1 {
  order: 2;
}
.footer-widgets .footer-logo {
  order: 1;
}
.footer-widgets .footer-logo img {
  width: 44%;
  height: auto;
  margin: 0 auto;
}

.footer-widget-column {
  margin: 30px 0;
  text-align: center;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content {
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#content .content-area {
  width: 100%;
}
#content .content-area {
  background-color: #f7f7fc;
  font-size: 15px;
  line-height: 1.6;
}
#content .entry-header {
  width: 92%;
  margin-left: 4%;
}
#content .post-thumbnail {
  width: 100%;
  margin-bottom: 2.7em;
}
#content .entry-title,
#content .entry-content {
  width: 92%;
  margin-left: 4%;
}

h1.entry-title {
  text-align: center;
}

/**
 * Therapeuten
 */
.page-template-page-therapeuten #content .entry-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin-top: 1.7em;
  margin-left: 4%;
}
.page-template-page-therapeuten #content .entry-header .post-thumbnail {
  margin: 0 auto;
  width: 65.2173913043%;
  margin-bottom: 1.7em;
}
.page-template-page-therapeuten #content .entry-header .post-thumbnail img {
  width: 100%;
  border-radius: 50%;
}
.page-template-page-therapeuten #content .entry-header h1.entry-title {
  text-align: left;
  margin: 0 0 0.15em 0;
}
.page-template-page-therapeuten #content .entry-header .berufsbezeichnung {
  font-size: 15px;
  line-height: 1.6;
}
.page-template-page-therapeuten #content .entry-header .berufsbezeichnung {
  font-weight: 600;
  margin: 0 0 1.2em 0;
}
.page-template-page-therapeuten #content .entry-header .therapist-info {
  width: 92%;
}

.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;
}

.two-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.two-columns .column {
  margin-bottom: 1.6em;
}

.two-pics {
  margin-top: 2em;
  margin-bottom: 50px;
}
.two-pics:after {
  content: "flickity";
  display: none; /* hide :after */
}

.column,
.pic {
  width: 100%;
}
.column img,
.pic img {
  width: 100%;
}

.therapist-teaser-area.carousel {
  margin-bottom: 40px;
}
.therapist-teaser-area {
  width: 65.2173913043%;
  margin-left: 16%;
}
.therapist-teaser-area:after {
  content: "flickity";
  display: none; /* hide :after */
}
.therapist-teaser-area .teaser {
  width: 100%;
}
.therapist-teaser-area .teaser img {
  border-radius: 50%;
  width: 100%;
}
.therapist-teaser-area .teaser .wp-caption-text {
  border-radius: 50%;
}
.therapist-teaser-area .teaser .wp-caption-text .centered {
  font-weight: 600;
  color: #7e88c3;
}
.therapist-teaser-area .flickity-button {
  background: transparent;
}
.therapist-teaser-area .flickity-prev-next-button {
  width: 16%;
  height: 16%;
}
.therapist-teaser-area .flickity-prev-next-button.previous {
  left: -18%;
}
.therapist-teaser-area .flickity-prev-next-button.next {
  right: -18%;
}
.therapist-teaser-area .flickity-page-dots {
  bottom: -12px;
}

.purple-field {
  background-color: #a6aad6;
  color: white;
  padding: 1.2em 4%;
  width: calc(100% + 2 * 4%);
  margin-left: -4%;
  margin-bottom: 2.4em;
}
.purple-field h1 {
  text-align: center;
}
.purple-field p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## 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 { /* 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
--------------------------------------------------------------*/
img {
  display: block;
}

.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;
}

/* Rounded corners for images */
.post-thumbnail img,
main figure img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.centered {
  overflow: hidden;
  margin: 0 12.5%;
}

.wp-caption:hover .wp-caption-text,
.wp-caption.hover .wp-caption-text {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/**
 * Plugins
 **/
/* Gravity Forms
@import "gf"; */
/**
 * Contact Form 7
 **/
.wpcf7-form.terminwunsch,
.wpcf7-form.kontakt {
  max-width: 700px;
  margin: 0 auto;
}
.wpcf7-form.terminwunsch input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wpcf7-form.kontakt input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  padding: 5px 4px;
  width: 100%;
}
.wpcf7-form.terminwunsch .field,
.wpcf7-form.kontakt .field {
  margin-bottom: 0.8em;
}
.wpcf7-form.terminwunsch .notice,
.wpcf7-form.kontakt .notice {
  margin-bottom: 0.8em;
}
.wpcf7-form.terminwunsch .notice.no-bottom-margin,
.wpcf7-form.kontakt .notice.no-bottom-margin {
  margin-bottom: 0;
}
.wpcf7-form.terminwunsch .notice.space-top,
.wpcf7-form.kontakt .notice.space-top {
  margin-top: 1.6em;
}
.wpcf7-form.terminwunsch .notice .small,
.wpcf7-form.kontakt .notice .small {
  font-size: 0.85em;
}
.wpcf7-form.terminwunsch .wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-form.kontakt .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1em;
}
.wpcf7-form.terminwunsch .wpcf7-not-valid-tip,
.wpcf7-form.kontakt .wpcf7-not-valid-tip {
  font-size: 0.85em;
}
.wpcf7-form.terminwunsch .field > label,
.wpcf7-form.kontakt .field > label {
  font-size: 0.85em;
}
.wpcf7-form.terminwunsch .field > label .required,
.wpcf7-form.kontakt .field > label .required {
  color: #790000;
}
.wpcf7-form.terminwunsch .required .wpcf7-list-item-label:after,
.wpcf7-form.terminwunsch .wpcf7-acceptance .wpcf7-list-item-label:after,
.wpcf7-form.kontakt .required .wpcf7-list-item-label:after,
.wpcf7-form.kontakt .wpcf7-acceptance .wpcf7-list-item-label:after {
  content: "*";
  color: #790000;
}
.wpcf7-form.terminwunsch .wpcf7-checkbox span,
.wpcf7-form.terminwunsch .wpcf7-list-item,
.wpcf7-form.kontakt .wpcf7-checkbox span,
.wpcf7-form.kontakt .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form.terminwunsch .overflow,
.wpcf7-form.kontakt .overflow {
  overflow-x: auto;
}
.wpcf7-form.terminwunsch .table,
.wpcf7-form.kontakt .table {
  display: table;
}
.wpcf7-form.terminwunsch .table p,
.wpcf7-form.kontakt .table p {
  display: none;
}
.wpcf7-form.terminwunsch .table .headline,
.wpcf7-form.terminwunsch .table .day,
.wpcf7-form.kontakt .table .headline,
.wpcf7-form.kontakt .table .day {
  display: table-row;
}
.wpcf7-form.terminwunsch .table .headline,
.wpcf7-form.kontakt .table .headline {
  text-align: center;
}
.wpcf7-form.terminwunsch .table .weekday,
.wpcf7-form.terminwunsch .table .morning,
.wpcf7-form.terminwunsch .table .afternoon,
.wpcf7-form.terminwunsch .table .allday,
.wpcf7-form.kontakt .table .weekday,
.wpcf7-form.kontakt .table .morning,
.wpcf7-form.kontakt .table .afternoon,
.wpcf7-form.kontakt .table .allday {
  display: table-cell;
  padding: 0 1em 0.5em 0;
}
.wpcf7-form.terminwunsch .table .morning,
.wpcf7-form.terminwunsch .table .afternoon,
.wpcf7-form.kontakt .table .morning,
.wpcf7-form.kontakt .table .afternoon {
  white-space: nowrap;
}
.wpcf7-form.terminwunsch .table .allday,
.wpcf7-form.kontakt .table .allday {
  text-align: center;
}
.wpcf7-form.terminwunsch .wpcf7-submit,
.wpcf7-form.kontakt .wpcf7-submit {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: white;
  padding: 0.4em;
  background: #7e88c3;
}
.wpcf7-form.terminwunsch .wpcf7-submit:hover,
.wpcf7-form.kontakt .wpcf7-submit:hover {
  background: #a6aad6;
}
@media (max-width: 1023px) and (min-width: 640px) {
  .simple-panel {
    width: 550px;
  }
  #primary-menu .toggle-triangle {
    width: 12px;
    height: 24px;
    border-right: solid 12px #adadb1;
    border-bottom: solid 12px transparent;
    border-top: solid 12px transparent;
  }
}
@media (max-width: 1023px) {
  .simple-panel {
    position: fixed;
    height: 100%;
    width: 90%;
    background: white;
    padding: 1em;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform ease 0.25s;
    box-shadow: none;
    top: 0;
  }
  .simple-panel.is-active {
    box-shadow: 0.01em 0 0.5em #737373;
    transform: translate(0, 0);
  }
  .simple-panel::-webkit-scrollbar {
    display: none;
  }
  #site-navigation .logo,
  #site-navigation .adresse {
    display: none;
  }
  #primary-menu ul.sub-menu {
    display: none;
    padding-top: 0.8em;
  }
  #primary-menu ul.sub-menu.open {
    display: block;
  }
  #primary-menu .toggle-triangle {
    width: 10.5px;
    height: 21px;
    border-right: solid 10.5px #adadb1;
    border-bottom: solid 10.5px transparent;
    border-top: solid 10.5px transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 0.5em;
    transition: border-right-color, transform 0.5s ease;
  }
  #primary-menu .toggle-triangle.open {
    transform: rotate(-90deg);
  }
  .site-header .site-logo .content img {
    width: 200px;
  }
  .site-header .site-title,
  .site-header .site-description {
    width: 92%;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  .cta-button a {
    font-size: 24px;
  }
  #primary-menu li {
    font-size: 28px;
  }
  #primary-menu ul.sub-menu li {
    font-size: 18px;
  }
  .menu-toggle {
    width: 45px;
  }
  .site-header .top-bar {
    height: 165px;
    border-bottom-width: 40px;
  }
  .site-header .site-logo .content {
    height: 165px;
  }
  .site-header .site-logo .content img {
    width: 260px;
  }
  .site-header .phone .content {
    height: 40px;
  }
  .site-header .phone .content p {
    line-height: 40px;
    font-size: 18px;
  }
  .site-header .site-headline .content {
    padding-bottom: 50px;
  }
  .site-header .site-title {
    font-size: 50px;
  }
  .site-header .site-description {
    font-size: 17px;
  }
  .footer-widgets {
    font-size: 18px;
  }
  .footer-widgets {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-widgets .widget-1 {
    order: 1;
    width: 52%;
  }
  .footer-widgets .widget-2 {
    order: 0;
    width: 36%;
  }
  .footer-widgets .footer-logo {
    order: 2;
    width: 100%;
    margin: 4% 0;
  }
  .footer-widgets .footer-logo img {
    width: 20%;
    margin: 0 4% 0 auto;
  }
  .footer-widget-column {
    margin: 4% 0 0 4%;
    text-align: left;
  }
  #content .content-area {
    font-size: 16px;
  }
  #content .entry-header {
    width: 100%;
    margin: 0;
  }
  #content .post-thumbnail {
    width: 92%;
    margin-left: 4%;
  }
  .page-template-page-therapeuten #content .entry-header .post-thumbnail {
    margin: 0;
    width: 30.4347826087%;
  }
  .page-template-page-therapeuten #content .entry-header .berufsbezeichnung {
    font-size: 16px;
  }
  .page-template-page-therapeuten #content .entry-header .therapist-info {
    width: 65.2173913043%;
  }
  .two-pics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2em;
  }
  .two-pics::after {
    content: "";
  }
  .column,
  .pic {
    width: 47.8260869565%;
  }
  .therapist-teaser-area {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .therapist-teaser-area::after {
    content: "";
  }
  .therapist-teaser-area .teaser {
    width: 30.4347826087%;
  }
  .therapist-teaser-area .teaser .wp-caption-text .centered {
    font-size: 24px;
  }
  .purple-field {
    padding: 1.2em;
    width: 100%;
    margin-left: 0;
  }
  .post-thumbnail img,
  main figure img {
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 21px;
  }
  .cta-button a {
    font-size: 28px;
  }
  #site-navigation {
    width: 25.78125%;
    padding-left: 38px;
  }
  #primary-menu li {
    font-size: 24px;
  }
  #primary-menu li {
    padding-bottom: 1.5em;
  }
  #primary-menu ul.sub-menu li {
    font-size: 16px;
  }
  #primary-menu .toggle-triangle {
    display: none;
  }
  #primary-menu li {
    display: block;
    float: none;
    position: relative;
  }
  #primary-menu li ul.sub-menu {
    display: none;
    float: left;
    position: absolute;
    top: 1.4em;
    left: 0;
    width: 21em;
    padding: 0.25em 0.25em 0.25em 1.25em;
    background: #ffffff;
    text-align: left;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
  #primary-menu li ul.sub-menu li {
    height: auto;
    padding-bottom: 0.75em;
  }
  #primary-menu li:hover ul {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .site-header .top-bar {
    height: 160px;
    border-bottom-width: 20px;
  }
  .site-header .site-logo .content,
  .site-header .phone .content,
  .site-header .site-headline .content {
    width: 74.21875%;
    margin-left: 25.78125%;
  }
  .site-header .site-logo .content {
    height: 160px;
  }
  .site-header .site-logo .content img {
    width: 28%;
  }
  .site-header .phone .content {
    height: 20px;
  }
  .site-header .phone .content p {
    display: none;
  }
  .footer-widgets {
    width: 74.21875%;
    margin-left: 25.78125%;
  }
  #content .content-area {
    width: 74.21875%;
    align-self: stretch;
  }
  #content .content-area {
    font-size: 18px;
  }
  .page-template-page-therapeuten #content .entry-header .berufsbezeichnung {
    font-size: 18px;
  }
}
/*# sourceMappingURL=main.css.map */
