/*!
Theme Name: Giger SA
Theme URI: http://giger-sa.ch
Author: communicaziun.ch
Author URI: http://communicaziun.ch/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gigersa
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	/*font-weight: bold;*/
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight: normal;
}

dfn {
	font-style: italic;
}



mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Wrap
--------------------------------------------------------------*/

.site-content {
    width: 95%; 
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .site-content {
        width: 700px; 
    }    
}

@media screen and (min-width: 1024px) {
    .site-content {
        width: 960px; 
    }    
}

@media screen and (min-width: 1240px) {
    .site-content {
        width: 1100px; 
    }    
}

@media screen and (min-width: 1440px) {
    .site-content {
        width: 1300px; 
    }    
}

.grey-background {
    background: #eee;
    padding: 2em 0 1em 0;
    margin: 2em 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #00535F;
    /*font-family: 'Montserrat', sans-serif;
	font-weight: 300;*/
	font-family:"Avenir LT W01_35 Light1475496";
	font-weight: normal;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	margin: 0.67em 0;
	text-align: center;
	text-transform: uppercase;
	/*font-weight: 300;*/
	letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
    h1 {
         font-size: 2em;
    }
}

.second {
    font-family:"Avenir LT W01_35 Light1475496";
	font-weight: normal;
    margin-top: -0.8em;
}

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: .6em 1em .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%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.home #hero {
	height: 300px;
}

@media screen and (min-width: 480px) {
	.home #hero {
		height: 350px;
	}
}

@media screen and (min-width: 768px) {
	.home #hero {
		height: 400px;
	}
}

@media screen and (min-width: 1024px) {
	.home #hero {
		height: 450px;
	}
}

@media screen and (min-width: 1240px) {
	.home #hero {
		height: 550px;
	}
}

@media screen and (min-width: 1440px) {
	.home #hero {
		height: 700px;
	}
}

#hero {
    background-size: cover;
	background-position: center;
    position: relative;
	margin-bottom: 20px;
    height: 500px;
}

@media screen and (min-width: 768px) {
    #hero {
        margin-bottom: 50px;
    }
}

.site-branding {
    display: none;
}

@media screen and (min-width: 1024px) {
    .site-branding {
        display: inherit;
        z-index: 888;
        position: relative;
        float: left;
        padding: 10px 0;
    }
}

.site-branding img {
	max-width: 200px;
}

@media screen and (min-width: 1024px) {
	.site-branding img {
		max-width: 250px;
	}
}

#hero:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+24,0+70 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	opacity: .8; 
    z-index: 888;
}

.header-content {
    background: #ffffff;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e74210;
	text-decoration: none;
}

a:visited {
	color: #e74210;
}

a:hover, a:focus, a:active {
	color: #e74210;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	/*font-weight: 600;*/
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight: normal;
}

.button {
	background: #00535F;
	color: #fff!important;
	padding: 10px;
	/*font-weight: 600;*/
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight: normal;
}

.button:hover {
	background: #e74210;
}

.home .button {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: none;
}

@media screen and (min-width: 1024px) {
    .main-navigation {
        display: block;
        float: left;
        width: auto;
        position: relative;
        z-index: 888;
    }
}

@media screen and (min-width: 1440px) {
    .main-navigation {
        float: right;
    }
}


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    padding: 20px 0;
}

@media screen and (min-width: 1440px) {
    .main-navigation li {
        padding: 35px 0;
    }
}

.main-navigation a {
	display: block;
	text-decoration: none;
    text-transform: uppercase;
    color: #00535F;
    padding: 0 10px;
    font-size: 0.85em;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current-page-ancestor a,
.main-navigation ul li:hover > a {
	color: #e74210;
    font-family: "Avenir LT W01_85 Heavy1475544";
}

.sub-menu a {
    color: #bdbdbc!important;
    font-family: "Avenir LT W01_35 Light1475496"!important;
}

.sub-menu a:hover,
.sub-menu .current-menu-item a {
    color: #7e7d7f!important;
    font-family: "Avenir LT W01_85 Heavy1475544"!important;
}

.main-navigation ul ul {
	background: #fff;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    padding: 0 10px;
}

.main-navigation ul ul li {
    padding: 5px 0;
}

.main-navigation ul ul a:after {
    display: none;
}

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



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {
	.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%;
}


/* RESPONSIVE MENU */

/*#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	margin-top: 80px;
	margin-left: 50px;
}

#responsive-menu-pro li a:hover,
#responsive-menu-pro .current_page_item a {
	font-family:"Avenir LT W01_85 Heavy1475544";
	font-weight: normal;	
}

.responsive-menu-pro-label {
    color: #00535F!important;
    text-transform: uppercase;
}

#responsive-menu-pro-wrapper ul {
    position: relative;
    z-index: 99999;
}*/

#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# 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;
}

.cta {
}

.cta span {
    text-transform: uppercase;
}


/* ICONS PROCESS */
.svg-inline--fa {
    width: 2.4em!important;
    height: 2.4em!important;
}

.cool-process-icon {
    background: #00535F!important;
    color: #fff;
    box-shadow: none!important;
}

.cool-process-icon:hover{
  box-shadow: 0 0 0 6px rgba(0,0,0,.1)!important;
}

.cool-process-steps ul:before {
    border-top: 2px dashed #00535F!important;
}
/*--------------------------------------------------------------
# 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;
}

.foogallery .fg-caption-title,
.fbx-caption-title {
    font-family: "Avenir LT W01_85 Heavy1475544";
}

.foogallery .fg-caption-desc,
.fbx-caption-desc {
    font-family: "Avenir LT W01_35 Light1475496";
}
/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer {
    background-color: #dbdfe3;
	color: #00535f;
}

.site-footer {
	margin-top: 50px;
    padding: 3rem;
    text-align: left;
}

.light {
	color: #bdbdbc;
}

.site-footer .footer-branding img {
	margin-top: 20px;
	width: 75%;
}

.site-footer .widgettitle {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Box Sizing
--------------------------------------------------------------*/
/*
Mobile Grid Styles
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } 
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }
}
/* Landscape to small desktop */
@media (min-width: 1024px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0; }

  .d-1of2,
  .one_half {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    margin-right: 0.75em;
    width: 31.33%; }
	
	.d-1of3:nth-child(3n+1) {
		clear: both;
	}

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; }
}

/* KACHELN */


.flexbox .col {
  flex: 1;
  padding: 20px;
	border-right: 10px solid #fff;
	margin: 10px 0;
}

.flexbox .col:nth-child(1) { 
  background: #eee; 
  -webkit-order: 0; 
      -ms-flex-order: 0; 
          order: 0;
}

.flexbox .col:nth-child(2) { 
  background: #eee;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flexbox .col:nth-child(3) { 
  background: #eee;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
	border-right: 0;
}

@media screen and (min-width: 1024px) {
	.flexbox {		
		display: -webkit-flex;		
		display: -ms-flexbox;		
		display: flex;
		overflow: hidden;
		clear: both;
	}
	
	.flexbox .col {
		margin: 0;
	}
}


/* TESTIMONIALS */

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    font-style: normal!important;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p:before {
    content: '«';
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p:after {
    content: '»';
}

/* IMAGE MAP */

@media screen and (min-width: 1024px) {
    #image-map-pro-0 {
        width: 70%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1440px) {
    #image-map-pro-0 {
        width: 65%;
        margin: 0 auto;
    }
}

 /* FILTER */
.esg-filterbutton {
    border: 1px solid #00535F!important;
    border-radius: 0!important;
    color: #00535F!important;
    font-family: "Avenir LT W01_35 Light1475496"!important;
    font-weight: normal!important;
    font-size: 0.8em!important;
}

.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected {
    border: 1px solid #e74210!important;
    font-weight: normal!important;
    font-family: "Avenir LT W01_85 Heavy1475544"!important;
    box-shadow: none!important;
    color: #e74210!important;
}


/* CAPTION SPECKSTEINE */
.page-id-156 .foogallery.fg-caption-always .fg-item.fg-loaded .fg-caption {
    top: 0!important;
    bottom: auto!important;
    background: #fff!important;
    color: #00535F!important;
    font-size: 14px!important;
}

/* ACCORDION */
.su-spoiler-title {
    color: #fff!important;
    background: #00535F!important;
    font-weight: normal!important;
    font-size: 1.1em!important;
    padding: 20px 20px 20px 50px!important;
}

.su-spoiler-icon {
    top: 20px!important;
}

.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: 10px!important;
}


/* COOKIE MELDUNG */

.cc-window {
    font-family:"Avenir LT W01_35 Light1475496";
	font-weight: normal;    
}

.cc-compliance {
    font-family:"Avenir LT W01_85 Heavy1475544";
    font-weight: normal!important;
}

.cc-btn {
    font-weight: normal!important;
}