/*!
Theme Name: Glassanierungen
Theme URI: http://glassanierungen.com/
Author: Vorbulla Studio
Author URI: http://vorbulla.com
Description: Glassanierungen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
/*--------------------------------------------------------------
>>> 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.
 */

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: "Montserrat", 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: #f2fbfe;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 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. */ }

tfoot {
  border-collapse: collapse;
  width: 100%; }
  tfoot td, tfoot th {
    border: 1px solid #ddd;
    padding: 8px; }
  tfoot tr:nth-child(even) {
    background-color: #f2f2f2; }
  tfoot tr:hover {
    background-color: #ddd; }
  tfoot th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #2D90D4;
  border: 0.1rem solid #2D90D4;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s ease;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  font-weight: 600; }
  .button:focus,
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    background-color: #1a5781;
    border-color: #1a5781;
    color: #fff;
    outline: 0; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #429bd8;
    border-color: #429bd8;
    color: #fff; }
  .button[disabled],
  button[disabled],
  input[type="button"][disabled],
  input[type="reset"][disabled],
  input[type="submit"][disabled] {
    cursor: default;
    opacity: 0.5; }
    .button[disabled]:focus, .button[disabled]:hover,
    button[disabled]:focus,
    button[disabled]:hover,
    input[type="button"][disabled]:focus,
    input[type="button"][disabled]:hover,
    input[type="reset"][disabled]:focus,
    input[type="reset"][disabled]:hover,
    input[type="submit"][disabled]:focus,
    input[type="submit"][disabled]:hover {
      background-color: #2D90D4;
      border-color: #2D90D4; }
  .button.outline,
  button.outline,
  input[type="button"].outline,
  input[type="reset"].outline,
  input[type="submit"].outline {
    background-color: transparent;
    color: #2D90D4; }
    .button.outline:focus,
    button.outline:focus,
    input[type="button"].outline:focus,
    input[type="reset"].outline:focus,
    input[type="submit"].outline:focus {
      background-color: transparent;
      border-color: #1a5781;
      color: #1a5781; }
    .button.outline:hover,
    button.outline:hover,
    input[type="button"].outline:hover,
    input[type="reset"].outline:hover,
    input[type="submit"].outline:hover {
      background-color: transparent;
      border-color: #429bd8;
      color: #429bd8; }
    .button.outline[disabled]:focus, .button.outline[disabled]:hover,
    button.outline[disabled]:focus,
    button.outline[disabled]:hover,
    input[type="button"].outline[disabled]:focus,
    input[type="button"].outline[disabled]:hover,
    input[type="reset"].outline[disabled]:focus,
    input[type="reset"].outline[disabled]:hover,
    input[type="submit"].outline[disabled]:focus,
    input[type="submit"].outline[disabled]:hover {
      border-color: inherit;
      color: #2D90D4; }
  .button.clear,
  button.clear,
  input[type="button"].clear,
  input[type="reset"].clear,
  input[type="submit"].clear {
    background-color: transparent;
    border-color: transparent;
    color: #2D90D4; }
    .button.clear:focus,
    button.clear:focus,
    input[type="button"].clear:focus,
    input[type="reset"].clear:focus,
    input[type="submit"].clear:focus {
      background-color: transparent;
      border-color: transparent;
      color: #1a5781; }
    .button.clear:hover,
    button.clear:hover,
    input[type="button"].clear:hover,
    input[type="reset"].clear:hover,
    input[type="submit"].clear:hover {
      background-color: transparent;
      border-color: transparent;
      color: #429bd8; }
    .button.clear[disabled]:focus, .button.clear[disabled]:hover,
    button.clear[disabled]:focus,
    button.clear[disabled]:hover,
    input[type="button"].clear[disabled]:focus,
    input[type="button"].clear[disabled]:hover,
    input[type="reset"].clear[disabled]:focus,
    input[type="reset"].clear[disabled]:hover,
    input[type="submit"].clear[disabled]:focus,
    input[type="submit"].clear[disabled]:hover {
      color: #2D90D4; }

.button.secondary {
  background-color: #808080;
  border-color: #808080; }
  .button.secondary:focus, .button.secondary:hover {
    background-color: #4d4d4d;
    border-color: #4d4d4d; }
  .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {
    background-color: #808080;
    border-color: #808080; }
  .button.secondary.outline {
    color: #808080; }
    .button.secondary.outline:focus, .button.secondary.outline:hover {
      border-color: #4d4d4d;
      color: #4d4d4d; }
    .button.secondary.outline[disabled]:focus, .button.secondary.outline[disabled]:hover {
      color: #808080; }
  .button.secondary.clear {
    color: #808080; }
    .button.secondary.clear:focus, .button.secondary.clear:hover {
      color: #4d4d4d; }
    .button.secondary.clear[disabled]:focus, .button.secondary.clear[disabled]:hover {
      color: #808080; }

.button.success {
  background-color: #41d7ba;
  border-color: #41d7ba; }
  .button.success:focus, .button.success:hover {
    background-color: #1f937d;
    border-color: #1f937d; }
  .button.success[disabled]:focus, .button.success[disabled]:hover {
    background-color: #41d7ba;
    border-color: #41d7ba; }
  .button.success.outline {
    color: #41d7ba; }
    .button.success.outline:focus, .button.success.outline:hover {
      border-color: #1f937d;
      color: #1f937d; }
    .button.success.outline[disabled]:focus, .button.success.outline[disabled]:hover {
      color: #41d7ba; }
  .button.success.clear {
    color: #41d7ba; }
    .button.success.clear:focus, .button.success.clear:hover {
      color: #1f937d; }
    .button.success.clear[disabled]:focus, .button.success.clear[disabled]:hover {
      color: #41d7ba; }

.button.danger {
  background-color: #ff5a5d;
  border-color: #ff5a5d; }
  .button.danger:focus, .button.danger:hover {
    background-color: #f30004;
    border-color: #f30004; }
  .button.danger[disabled]:focus, .button.danger[disabled]:hover {
    background-color: #ff5a5d;
    border-color: #ff5a5d; }
  .button.danger.outline {
    color: #ff5a5d; }
    .button.danger.outline:focus, .button.danger.outline:hover {
      border-color: #f30004;
      color: #f30004; }
    .button.danger.outline[disabled]:focus, .button.danger.outline[disabled]:hover {
      color: #ff5a5d; }
  .button.danger.clear {
    color: #ff5a5d; }
    .button.danger.clear:focus, .button.danger.clear:hover {
      color: #f30004; }
    .button.danger.clear[disabled]:focus, .button.danger.clear[disabled]:hover {
      color: #ff5a5d; }

.button.warning {
  background-color: #ff9966;
  border-color: #ff9966; }
  .button.warning:focus, .button.warning:hover {
    background-color: #ff5500;
    border-color: #ff5500; }
  .button.warning[disabled]:focus, .button.warning[disabled]:hover {
    background-color: #ff9966;
    border-color: #ff9966; }
  .button.warning.outline {
    color: #ff9966; }
    .button.warning.outline:focus, .button.warning.outline:hover {
      border-color: #ff5500;
      color: #ff5500; }
    .button.warning.outline[disabled]:focus, .button.warning.outline[disabled]:hover {
      color: #ff9966; }
  .button.warning.clear {
    color: #ff9966; }
    .button.warning.clear:focus, .button.warning.clear:hover {
      color: #ff5500; }
    .button.warning.clear[disabled]:focus, .button.warning.clear[disabled]:hover {
      color: #ff9966; }

.button.info {
  background-color: #0080ff;
  border-color: #0080ff; }
  .button.info:focus, .button.info:hover {
    background-color: #004d99;
    border-color: #004d99; }
  .button.info[disabled]:focus, .button.info[disabled]:hover {
    background-color: #0080ff;
    border-color: #0080ff; }
  .button.info.outline {
    color: #0080ff; }
    .button.info.outline:focus, .button.info.outline:hover {
      border-color: #004d99;
      color: #004d99; }
    .button.info.outline[disabled]:focus, .button.info.outline[disabled]:hover {
      color: #0080ff; }
  .button.info.clear {
    color: #0080ff; }
    .button.info.clear:focus, .button.info.clear:hover {
      color: #004d99; }
    .button.info.clear[disabled]:focus, .button.info.clear[disabled]:hover {
      color: #0080ff; }

.button.dark {
  background-color: #343a40;
  border-color: #343a40; }
  .button.dark:focus, .button.dark:hover {
    background-color: #060708;
    border-color: #060708; }
  .button.dark[disabled]:focus, .button.dark[disabled]:hover {
    background-color: #343a40;
    border-color: #343a40; }
  .button.dark.outline {
    color: #343a40; }
    .button.dark.outline:focus, .button.dark.outline:hover {
      border-color: #060708;
      color: #060708; }
    .button.dark.outline[disabled]:focus, .button.dark.outline[disabled]:hover {
      color: #343a40; }
  .button.dark.clear {
    color: #343a40; }
    .button.dark.clear:focus, .button.dark.clear:hover {
      color: #060708; }
    .button.dark.clear[disabled]:focus, .button.dark.clear[disabled]:hover {
      color: #343a40; }

.button.light {
  background-color: #fff;
  border-color: #fff;
  color: #2D90D4; }
  .button.light:focus, .button.light:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2; }
  .button.light[disabled]:focus, .button.light[disabled]:hover {
    background-color: #fff;
    border-color: #fff; }
  .button.light.outline {
    background: transparent;
    color: #fff; }
    .button.light.outline:focus, .button.light.outline:hover {
      border-color: #f2f2f2;
      color: #f2f2f2; }
    .button.light.outline[disabled]:focus, .button.light.outline[disabled]:hover {
      color: #fff; }
  .button.light.clear {
    color: #fff; }
    .button.light.clear:focus, .button.light.clear:hover {
      color: #f2f2f2; }
    .button.light.clear[disabled]:focus, .button.light.clear[disabled]:hover {
      color: #fff; }

.button-group .button {
  margin-right: 10px; }
  .button-group .button:last-child {
    margin-right: 0; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-primary {
  color: #1a5781;
  background-color: #429bd8;
  border-color: #429bd8; }

.alert-primary hr {
  border-top-color: #2D90D4; }

.alert-primary .alert-link {
  color: #429bd8; }

.alert-secondary {
  color: #4d4d4d;
  background-color: #b3b3b3;
  border-color: #b3b3b3; }

.alert-secondary hr {
  border-top-color: #808080; }

.alert-secondary .alert-link {
  color: #4d4d4d; }

.alert-success {
  color: #1f937d;
  background-color: #95e9d9;
  border-color: #95e9d9; }

.alert-success hr {
  border-top-color: #41d7ba; }

.alert-success .alert-link {
  color: #1f937d; }

.alert-info {
  color: #004d99;
  background-color: #66b3ff;
  border-color: #66b3ff; }

.alert-info hr {
  border-top-color: #0080ff; }

.alert-info .alert-link {
  color: #004d99; }

.alert-warning {
  color: #ff5500;
  background-color: #ffddcc;
  border-color: #ffddcc; }

.alert-warning hr {
  border-top-color: #ff9966; }

.alert-warning .alert-link {
  color: #ff5500; }

.alert-danger {
  color: #f30004;
  background-color: #ffc0c1;
  border-color: #ffc0c1; }

.alert-danger hr {
  border-top-color: #ff5a5d; }

.alert-danger .alert-link {
  color: #f30004; }

.alert-light {
  color: #f2f2f2;
  background-color: #fff;
  border-color: #fff; }

.alert-light hr {
  border-top-color: #f2f2f2; }

.alert-light .alert-link {
  color: #f2f2f2; }

.alert-dark {
  color: #060708;
  background-color: #626d78;
  border-color: #626d78; }

.alert-dark hr {
  border-top-color: #343a40; }

.alert-dark .alert-link {
  color: #060708; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

a {
  color: #808080;
  text-decoration: none;
  cursor: pointer; }
  a:focus, a:hover {
    color: #2D90D4; }

ul, ol {
  	margin: 0;
	padding:0;
}

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

textarea {
  max-width: 100%;
  min-width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: 0; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
    -webkit-clip-path: none;
            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; }

/*--------------------------------------------------------------
# Archivecostumizer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# componetens
--------------------------------------------------------------*/
.site-header {
  z-index: 1000;
  height: 84px;
  padding: 0px 60px;
  position: fixed;
  background:#fff;
  left: 0;
  right: 0; }
  .site-header .header-nav-toggle {
    display: none;
    float: left; }
  .site-header .site-branding {
    height: 80px;
    position: relative;
    float: left;
    width: 25%; }
    .site-header .site-branding a {
      display: inline-block;
      height: 80px;
      float: left; }
      .site-header .site-branding a img {
        height: 50px;
        width: auto;
        margin-top: 20px;
		margin-left:10px;
        float: left; }
  .site-header .site-title {
    margin: 0;
    padding: 0;
    line-height: 80px;
    display: inline-block;
    float: left; }
    .site-header .site-title a {
      color: #000;
      font-size: 28px;
      text-decoration: none; }
  .site-header .main-navigation {
    text-align: right;
    display: inline;
    height: 80px;
    line-height: 80px;
    width: 75%;
    display: inline-block; }
    .site-header .main-navigation .menu-primary-container {
      display: inline-block; }
    .site-header .main-navigation ul {
      list-style: none;
      text-align: right; }
      .site-header .main-navigation ul li {
        display: inline-block;
        padding: 0 10px;
        position: relative; }
        .site-header .main-navigation ul li a {
          text-decoration: none;
          color: #464646;
          text-transform: uppercase;
          font-weight: 600; }
          .site-header .main-navigation ul li a:hover {
            color:#59abb4; 
			}

          .site-header .main-navigation ul li a:active { color:#59abb4;}


        .site-header .main-navigation ul li .sub-menu {
          visibility: hidden;
          opacity: 0;
          position: absolute;
          transition: .5s ease;
          margin: 0;
          background: #fff;
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          padding: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          min-width: 250px;
          border-radius: 5px;
          left: 50%;
          transform: translateX(-50%);
          top: 88px; }
          .site-header .main-navigation ul li .sub-menu:before {
            content: '';
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 9px solid #fff;
            position: absolute;
            top: -8px;
            right: calc(50% - 14px); }
          .site-header .main-navigation ul li .sub-menu li {
            width: 100%;
            margin: 0;
            text-align: left;
            line-height: 50px;
            padding: 0px 20px; }
            .site-header .main-navigation ul li .sub-menu li:last-child {
              border-bottom-left-radius: 5px;
              border-bottom-right-radius: 5px; }
            .site-header .main-navigation ul li .sub-menu li:first-child {
              border-top-left-radius: 5px;
              border-top-right-radius: 5px; }
            .site-header .main-navigation ul li .sub-menu li:hover {
              background: #eeeeee; }
          .site-header .main-navigation ul li .sub-menu a {
            color: #000 !important;
            line-height: 50px;
            display: block; }
        .site-header .main-navigation ul li:hover .sub-menu {
          visibility: visible;
          opacity: 1; }

.site-header.fixed {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 1200px) {
	
	.footer-social { 
	display: -ms-flexbox;
    display: block !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;}
	
	
  #site-navigation {
    text-align: center; }
    #site-navigation .headerbtn {
      float: none;
      margin: 0; }
  .site-header {
    height: 80px;
    padding: 0px 30px;
    transition: 0.5s ease; }
    .site-header .site-branding {
      height: 80px;
      width: inherit;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
	  z-index:3002}
      .site-header .site-branding a {
        width: 100%;
        text-align: center; }
        .site-header .site-branding a img {
          float: none !important;
          height: 40px; }
    .site-header .main-navigation {
      position: fixed;
      top: 0;
      left: -100%;
      right: 0;
      bottom: 0;
      background: #fff;
      height: 100%;
      width: 100%;
      overflow: hidden;
      transition: 0.5s ease;
      z-index: 3000; }
      .site-header .main-navigation ul {
        margin: 0;
        padding: 0;
        font-size: 22px;
        width: 100vw;
        margin-top: 100px; }
        .site-header .main-navigation ul li {
          display: block;
          text-align: center;
          margin-left: 0; }
    .site-header .main-navigation-toggled {
      left: 0; }
    .site-header .header-nav-toggle {
      width: 30px;
      height: 40px;
      z-index: 100;
      position: relative;
      top: 20px;
      left: 0px;
      display: block;
      z-index: 3100; }
    .site-header .header-nav-toggle > span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 3px;
      background: #000;
      z-index: 99;
      display: block;
      border-radius: 2px;
      transition: 0.3s;
      transition-delay: 0.3s; }
    .site-header .header-nav-toggle > span:before {
      content: "";
      position: absolute;
      top: -10px;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      z-index: 99;
      border-radius: 2px;
      transition-property: top, transform;
      transition-delay: 0.3s, 0s;
      transition-duration: 0.3s, 0.3s; }
    .site-header .header-nav-toggle > span:after {
      content: "";
      position: absolute;
      top: 10px;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      z-index: 99;
      border-radius: 2px;
      transition-property: top, transform;
      transition-delay: 0.3s, 0s;
      transition-duration: 0.3s, 0.3s; }
    .site-header .nav-toggled > span:before {
      top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.3s; }
    .site-header .nav-toggled > span {
      background: transparent;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0); }
    .site-header .nav-toggled > span:after {
      top: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.3s; } }

.headerbtn {
  background: #fdc830;
  background: linear-gradient(to right, #f37335, #fdc830);
  border-radius: 50px;
  padding: 7px 15px;
  color: #fff !important;
  margin-left: 30px; }

.site-header.withhero .main-navigation ul li a {
  color: #fff; }
  .site-header.withhero .main-navigation ul li a:hover {
    color: #ebebeb; }

.withhero {
  transition: 0.3s ease; }

.site-header.withhero.fixed .main-navigation ul li a {
  color: #464646; }
  .site-header.withhero.fixed .main-navigation ul li a:hover {
    color: black; }

.site-header.default {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }

.site-footer {
  padding-top: 40px;
  padding-bottom: 10px;
  background: #fff;
  min-height: 350px;
  display: inline-block;
  width: 100%; }
  .site-footer .widgets {
    display: -ms-flexbox;
    display: flex; }
    .site-footer .widgets div.widget {
      float: left;
      border-left: 1px solid #e8e8e8;
      width: 29%;
      margin-right: 3%;
      padding-left: 3%; }
      .site-footer .widgets div.widget:last-child {
        margin-right: 0; }
      .site-footer .widgets div.widget:first-child {
        border: none;
        padding-left: 0px; }
  .site-footer .footer-bottom .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .site-footer .footer-bottom .row .col {
      width: 50%;
      }
      .site-footer .footer-bottom .row .col:last-child {
        -ms-flex-pack: end;
            justify-content: flex-end;
        display: -ms-flexbox;
        display: flex; }
  .site-footer .footer-bottom .footer-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .site-footer .footer-bottom .footer-social p {
      margin: 0;
      margin-right: 20px; }
    .site-footer .footer-bottom .footer-social a {
      width: 40px;
      height: 40px;
      background: #5daeb6;
      color: #fff;
      display: inline-block;
      line-height: 40px;
      text-align: center;
      border-radius: 10px;
      font-size: 22px;
      margin-right: 10px;
      transition: .3s ease; }
      .site-footer .footer-bottom .footer-social a:hover {
        background: #91c8cd; }
      .site-footer .footer-bottom .footer-social a:last-child {
        margin: 0; }


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.elementor-tabs-wrapper{
		width:30% !important;
	}
}

@media only screen and (max-width: 920px) {
  .site-footer {
    padding: 10px; }
    .site-footer .widgets {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }
      .site-footer .widgets div.widget {
        float: none;
        border: none;
        width: 100% !important;
        margin-right: 0;
        padding-left: 0; } }

#footer-widget2 ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #footer-widget2 ul .sub-menu {
    display: none !important; }
  #footer-widget2 ul a {
    color: #000; }

#footer-widget1 img {
  max-height: 65px;
  width: auto;
  margin-bottom: 20px; }

.readytogetstarted {
  background: #2D90D4;
  color: #Fff;
  padding: 40px 0;
  display: inline-block;
  width: 100%; }
  .readytogetstarted .row {
    display: -ms-flexbox;
    display: flex; }
    .readytogetstarted .row .col {
      width: 50%;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .readytogetstarted .row .col:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .readytogetstarted .row .col.text h2 {
        font-weight: 400;
        font-size: 35px;
        margin: 0; }
      .readytogetstarted .row .col.text h4 {
        font-size: 35px;
        margin: 0;
        font-weight: 300; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hero {
  color: #fff; }
  .hero .container {
    z-index: 100;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
  .hero .col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%;
    width: 50%; }
    .hero .col h1,
    .hero .col h2,
    .hero .col h3 {
      color: #fff; }

#stripes {
  position: absolute;
  width: 100vw;
  z-index: -2; }

#stripes {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  transform-origin: 0;
  transform: skewY(-10deg);
  background: linear-gradient(150deg, #3369ff 15%, #05d5ff 70%, #a6ffcb 94%); }

#stripes,
#stripes span {
  position: absolute; }

#stripes span {
  height: 40px; }

#stripes span:nth-child(1) {
  width: 50%;
  left: 50%;
  top: 40px;
  background: #3369ff; }

#stripes span:nth-child(2) {
  width: 14%;
  right: 0;
  bottom: 40px;
  background: #2be7ff; }

#stripes span:nth-child(3) {
  width: 25%;
  bottom: 0;
  right: 0;
  background: #a1ffc8; }

@media (min-width: 670px) {
  #stripes span {
    height: 150px; }
  #stripes span:nth-child(1) {
    top: 0; }
  #stripes span:nth-child(2) {
    width: 16.66667%;
    top: 300px;
    bottom: auto;
    background: #0dcfff; }
  #stripes span:nth-child(3) {
    width: 33.33333%;
    right: auto;
    background: #11bdff; } }

@media (min-width: 880px) {
  #stripes span {
    height: 190px; } }

#stripes span:nth-child(1) {
  width: 33.33333%;
  left: -16.66666%;
  background: #3369ff; }

#stripes span:nth-child(2) {
  width: 33.33333%;
  top: 0;
  left: 16.66666%;
  right: auto;
  background: #3369ff; }

#stripes span:nth-child(3) {
  width: 33.33333%;
  left: 49.99999%;
  bottom: auto;
  background: #3369ff; }

#stripes span:nth-child(4) {
  width: 33.33333%;
  top: 380px;
  right: -16.66666%;
  background: #25ddf5; }

#stripes span:nth-child(5) {
  width: 33.33333%;
  bottom: 0;
  background: #1fa2ff; }

.container {
  max-width: 1400px;
  margin: auto; }

.post-edit-link {
  display: none !important; }

.site-content {
  padding-top: 80px;
  display: inline-block;
  width: 100%; }

.page-template-homepage .site-content {
  padding-top: 0px; }

.page-template-homepage .homepage {
  display: inline-block;
  width: 100%; }


.elementor-tab-title{
	 box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
	   margin:5px;
}

.elementor-tab-desktop-title.elementor-active{
	border-left: 3px solid #5daeb7 !important;
	background-color:#fff !important;
	color:#5daeb7 !important;
}

.elementor-tab-content{
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
    margin:5px;
}
.homecontactform {
  box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
  padding: 40px;
  border-radius: 10px; }
  .homecontactform input, .homecontactform textarea {
    display: block;
    width: 100%;
    padding: 5px 10px; }
    .homecontactform input:focus, .homecontactform textarea:focus {
      outline: none;
      border: 1px solid #79bdc4; }
  .homecontactform textarea {
    height: 150px;
    max-width: 100%;
    min-width: 100%;
    min-height: 60px; }
  .homecontactform input[type="submit"] {
    width: 200px;
    height: inherit;
    font-size: 18px;
	border:none !important;
    line-height: 40px;
    background: #8E2DE2;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to right, #5badb6, #a6d3d7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 5px; }
    .homecontactform input[type="submit"]:hover {
      transform: scaleX(5);
transform: scaleY(.9);
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
    .homecontactform input[type="submit"]:focus {
      border: none !important; }
  .homecontactform .ajax-loader {
    display: none !important; }

.flip-boxes {
  justify-content: center;
}

.flip-box {
  display: flex;
  align-content: stretch;
  min-height: 300px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding: 0;
  border-top: 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.flip-box:hover .back {
  transform: rotateY(0deg);
  z-index: 10;
}
.flip-box:hover .front {
  transform: rotateY(180deg);
  z-index: -1;
}
.flip-box .back, .flip-box .front {
  position: relative;
  background-color: #333;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-size: cover;
  background-position: center;
}
.flip-box .back {
  background-color: #3e686d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: rotateY(-180deg);
}
.flip-box .back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-bottom-color: white;
  border-left-color: white;
  border:none !important;
}
.flip-box .front {
  z-index: 10;
}
.flip-box .front .content {
  font-size: 2rem;
}
.flip-box .front:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: 15px solid #65b2ba;
  border-bottom-color: white;
  border-right-color: white;
	border:none !important;
}
.flip-box .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
  transform: translateZ(50px);
  text-shadow: 0px 0px 2px black;
}
	
ul.garantie li:hover::before{
	content: "\2713" !important;
    color: #6cb6bd;
    margin-right: 15px;
    font-weight: 600;
}

ul.garantie li:before{
	content: "\2713" !important;
    color: #aad5d9;
    margin-right: 15px;
	font-weight:500;
}

ul.garantie li:hover{
	font-weight:600;
	color:#65b2ba;
	
}

p.content-back{
	margin: 0 auto;
	text-align:center;
	padding:0px 30px;
	font-size:15px;
	font-family:Montserrat,sans-serif;
}

img.services-img{max-height:600px}

.tnp-widget input.tnp-submit{
	background: linear-gradient(45deg, #5aadb5, #b0eded) !important;

    text-shadow: none !important;
    color: #fff !important;
    margin: 0 !important;
}

.boxes {
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);}
