/*
Theme Name: Zehnder Treuhand
Theme URI: http://www.zehnder-treuhand.ch
Author: Webdesign Bammert
Author URI: http://www.webdesign-bammert.ch
Description: Webdesign Bammert Theme Zehnder Treuhand
Version: 1.0
License: Copyright 2022 by Webdesign Bammert
Text Domain: websamurai-eins
Tags:

Websamurai 1 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -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;
}

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #212423;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 2em;
    font-weight: 400;
    
}
.home h1{
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #333;
}
h2 {
    font-size: 1.6em;
    font-weight: 400;
}
h3 {
    font-size: 1.3em;
}
.untertitel-angebot{
   font-size: 14px;
    color: #007480;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}
.icon-angebot img{
    max-width: 42px;
    padding-right: 6px;
}
.icon-angebot{
    text-align: center;
}
.angebot-titel{
    margin-top: 10px;
    margin-bottom: 20px;
}
.home .untertitel{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #007580; 
}
.news-content h3{
    font-weight: 500;
}
.home .titel-dienstleistung:hover{
    text-decoration: underline;   
}
.home .titel-dienstleistung{
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 2px;
    color: #007580;
    text-transform: uppercase;
}
.home .bg-grey .col-md-6{
    margin-bottom: 10px;
}
.home .titel{
    font-size: 1.6em;
    color: #333;
    font-weight: 400;
    margin-top: 5px;
}
.news.row .titel{
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-content h3{
    text-transform: none;
    font-weight: 400;
}
.kontaktspalte-titel{
    color:  #007580;
    font-weight: 300;
    font-size: 1.8em;
}
.kontakticon-rechts p{
    padding-left: 3px;
    
}
.kontakticon-rechts{
    font-weight: 600;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;   
}
.kontakticon-links{
    padding-left: 0px;
}
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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

/*--------------------------------------------------------------
# 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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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



dl {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 .5em;
}
dt,
dd {
    width: 50%;
    display: inline-block;
    margin: 0;
    float: left;
}
dt {
    font-weight: bold;
    padding-right: 1em;
}
dd {
    
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #007580;
    background: #fff;
    padding: .4em 1em .35em;
    font-weight: 500;
    color: #007580;
 
}
.button {
    color: #007580; 
}
.more-link {
    font-size: .875em;
    padding-top: .4em;
}

button:hover,
.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #007480;
    border-color: #007480;
    color: #fff;
}

button:focus,
.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #007580;
    /*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

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;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

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: #007580;
}

textarea {
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus,
.widget .search-field:focus {
    border-color: #007580;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
    position: relative;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
}
div.wpcf7-validation-errors {
    clear: both;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.form-control.wpcf7-not-valid {
    border-color: #a94442;
}
span.wpcf7-not-valid-tip {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: .2em .5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #2f343b;
}

a:hover,
a:focus,
a:active {
    color: #007480;
    outline: 0 !important;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation .nav-menu {
    text-align: right;
}

.main-navigation .nav-menu>li {
    display: inline-block;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation .nav-menu>li>a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #007480 !important;
}
.main-navigation a:hover{
   color: #007480 !important; 
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
    float: right;
    margin-top: -2.7em;
    margin-bottom: 0.7em;
}

@media screen and (min-width: 992px) {
    .site-footer #text-3{
        padding-left: 80px;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation .nav-menu>li {
        padding: 0.6em 0 .5em 2em;
    }
    .main-navigation .nav-menu>li>a {
        color: #2f343b;
        margin-bottom: 0em;
        border-bottom: 0px solid #fff;
    }
    .main-navigation .nav-menu>li>a:hover,
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
        border-bottom: 0px solid #2f343b;
    }
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
        color: #007480;
        border-color: #007480;
    }
    .main-navigation ul ul {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        padding: .55em 0;
        float: left;
        position: absolute;
        top: 2.2em;
        left: -999em;
        z-index: 99999;
        text-align: left;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a {
        padding: .35em 1em 0.35em 0.4em;
        width: 280px;
        font-weight: 600;
        font-size: 15px;
        border-bottom: 1px dashed #dfdfdf;
        line-height: 23px;
    }
        .main-navigation ul ul li:last-child a{
            border-bottom: 0px ;   
        }
        .main-navigation ul ul li:hover a{
            color: #fff !important;   
        }
        .main-navigation ul ul li:hover{
            background: #007580;
        }
        #colophon #nav_menu-3{
            padding-left: 50px;
        }
        #colophon #text-3{
            padding-left: 130px;
        }
}
.menu-item i._before, .rtl .menu-item i._after{
    margin-right: 2px !important;
}

@media screen and (max-width: 1200px) {
 #colophon #text-3{
            padding-left: 90px;
        }   
}
@media screen and (max-width: 991px) {
    .main-navigation li,
    .main-navigation ul {
        width: 100%;
    }
    .main-navigation .nav-menu>li {
        margin-bottom: 1.5em;
    }
    .main-navigation a {
        line-height: 1.5em;
    }
     #colophon #nav_menu-3{
            padding-left: 15px;
            padding-right: 15px;
        }
        #colophon #text-3{
            padding-left: 15px;
            padding-right: 15px;
        }
}

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

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
    text-align: center;
}

.pagination,
.pagination ul {
    width: 100%;
    float: left;
}

.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li.disabled {
    color: #212423;
    text-decoration:none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #212423;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-contact {
    color: #2f343b;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 16px;
}
.header-contact span {
    padding-left: 1.5em;
}
.header-contact i {
    color: #007580;  
}
.header-contact a {
    color: #007580;
    font-weight: 600;
}
.header-contact a:hover {
    text-decoration: underline;
}

.site-header {
    
}
.logo img {
    max-width: 170px;
    padding-top: 0px;
    height: auto;
}
.site-branding {
    margin-top: -1.5em;
}
.site-title {
    font-size: 2em;
    font-weight: 900;
}
.header-slider,
.header-image,
.header-image-placeholder,
.google-maps {
    border-top: 0px solid #f7f7f7;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
.header-slider .slide,
.header-image,
.google-maps {
    height: 610px;
    position: relative;
    background-size: cover;
    background-position: bottom center;
}

.menu-no-link>a{
    pointer-events: none;
    cursor: default;
}
.function-abschnitt{
    margin-bottom: 0px;
    min-height: 87px;
    font-size: 14px;
    color: #007580;
}
.row.department{
    margin-top: 45px;
}
.employee-title{
    font-weight: 500;
}
.employee-box{
    margin-bottom: 25px;
}
.header-image-placeholder {
    height: 150px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,111111+100 */
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.header-slider .slide-content .content-wrapper{
     position: absolute;
     bottom: 110px;    
}
.header-slider .slide-content { 
    background: transparent;
    /*background: rgba(255,255,255,0.3);  */
    padding-top: 60px;
    color: #fff;
}
.header-slider .slide-content h2 {
    margin: 0em;
    font-size: 3em;
    font-weight: 300;
    text-align: left;
    line-height: 1.3em;
    padding-bottom: 20px;
    /* text-shadow: 1px 1px 1px #000000;*/
    color: #fff;
/*    position: absolute;
    bottom: 110px;       */
}
.header-slider .slide-content a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: .5em 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.header-slider .slide-content .omsc-button:hover{
    background: #007480 !important;
    color: #fff !important;   
    border-color: #007480 !important;
}
.header-slider .slide-content .omsc-button{
    border: 1px solid #fff !important;
    background: transparent !important;   
}
.header-slider .slide-content a:hover {
    background: #fff;
    color: #000;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #007480;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #007580;
    color: #e9e9e9;
    padding-top: 3em;
    padding-bottom: 3em;
    line-height: 22px;
}
.site-footer a {
    color: #e9e9e9;
}
.site-footer a:hover {
    text-decoration: underline;
}
.site-footer a:hover i{
    text-decoration: none !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    font-size: .875em;
}

.widget p {
    margin-bottom: .5em;
}

.widget ul,
.widget li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary .widget .widget-title {
    padding: 5px 0;
    margin-bottom: 0;
}



/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget .search-field {
    border: 1px solid #e9e9e9;
    padding: .3em 1em .25em;
    font-weight: 400;
}

/* Beautiful News Widget */
.widget_beautiful_news_widget li:first-child {
    margin-top: 0;
    border-top: 0px none;
}
.widget_beautiful_news_widget li {
    border-top: 0px solid #e9e9e9;
    margin-top: 1.5em;
    padding-top: 1em;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget h3 {
    display: inline-block;
    margin: 0;
}
.widget_beautiful_news_widget time {
    display: inline-block;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget .thumbnail {
    width: 100%;
    height: auto;
}
.widget_beautiful_news_widget .thumbnail img {
    width: 100%;
    height: auto;
}

/* Widget Search */
#secondary .widget_search .search-submit {
    font-size: 1em;
}

/* Callback form */
#callback-form {
    max-width: 500px;
}
#callback-form h2 {
    margin-bottom: 1.5em;
    line-height: 1.75;
    border-bottom: 0px solid #007480;
}
#callback-form label {
    padding-top: .5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.bg-grey {
    background: #f7f7f7;
}

.site-content {
    margin-bottom: 0em;
}
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 1.5em;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 0px none;
}

.thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px none;
    border-radius: 0;
}
.thumbnail-link {
    display: inline-block;
}

time {
    font-size: .875em;
    margin-bottom: 1em;
    display: block;
    color: #2f343b;
    font-style: italic;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.more-link {
    float: right;
    clear: both;
    margin-top: 1.5em;
}

.feature-box {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sub-page-box h3 {
    margin: .35em 0 1.5em;
}

/*--------------------------------------------------------------
## Template: Frontpage
--------------------------------------------------------------*/
.page-template-frontpage .content-area h2,
.page-template-frontpage h2.big {
    text-align: center;
    font-size: 2.5em;
    margin: 1em 0 .5em;
    font-weight: 600;
}
.page-template-frontpage .news .thumbnail {
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.page-template-frontpage .news article {
    margin-bottom: 1.5em;
}
.page-template-frontpage section {
    padding-bottom: 30px;
}
.page-template-frontpage .feature-box {
    text-align: center;
    background: #fff;
    border: 1px solid #212423;
    padding: 15px 15px 0px;
    margin-bottom: 30px;
}
.feature-box img {
    margin-bottom: 1em;
}
.page-template-frontpage .feature .feature-icon {
    font-size: 6em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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
--------------------------------------------------------------*/
.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%;
}

/*--------------------------------------------------------------
## 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 {
    padding: 0 30px 30px 0;
    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;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .header-slider .slide,
    .google-maps {
        height: 210px;
    }
    .header-slider .slide-content .content-wrapper{
        display: none;   
    }
    .header-image {
        height: 250px;
    }
    .header-slider .slide-content {
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        text-align: center;
        background: transparent;
        color: #fff;
    }
    #headerSlider{
        padding-bottom: 42% !important;
    }
}
.header-slider .slide{
    background-position: bottom center;
}
.features .col-icon{
    text-align: center;
}
.features .col-md-10{
    padding-left: 0px;
}

.menu-item i._before, .rtl .menu-item i._after{
    padding-top: 4px;
}
#menu-dienstleistungen a{
    line-height: 26px;
    font-weight: 500 !important;
}
.site-info{
    font-size: 14px;
}
.site-footer h2{
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    padding-bottom: 7px;
}
.site-footer .textwidget img{
    margin-bottom: 25px;
}
.kontakticon-links img{
    max-width: 55px;
}
.col-kontaktformular input{
    max-width: 300px;   
}
.col-kontaktformular{
    padding-left: 0px;
}

.logo img:hover{
    opacity: 0.8;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #333;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #333;
}
label{
    width: 100%;
}
input[type="text"], textarea, input[type="email"] {
    margin-bottom: 20px;
    max-width: 580px;
    padding: 5px 10px;
    color: #333 !important;
}
.wpcf7{
    margin-top: 35px;
}
.col-kontaktformular input {
    max-width: 300px;
}
.col-kontaktformular input, textarea{
    font-weight: 400;
    font-size: 15px;    
    max-width: 98%;
}
.wpcf7 input[type="submit"]{
    float: right;
    margin-right: 2%;
}
iframe{
    margin-top: 25px;
     filter: grayscale(1);
}
iframe:hover{
    filter: grayscale(0);
}
.post-navigation{
    display: none;
}
.blog h2.entry-title a:hover{
    text-decoration: underline;   
}
.blog h2.entry-title a{
    color: #007480;
}
/*
.blog .header-image, .single-post .header-image{
    height: 610px;
}
*/
.kontaktspalte-titel{
    margin-top: 0px;
}
.blog .titel-blog{
    margin-bottom: 40px;
    margin-top: 3px;
}
.single-post #main .col-md-4 i{
    color: #007480; 
    margin-top: 10px;  
}
.blog #main .col-md-4{
    padding-left: 0px;
}
.link-zurueck:hover{
    text-decoration: underline;   
}
.link-zurueck{
    color: #007480;
    font-weight: 500;
    font-size: 17px;
}
.single-post .header-image{
    margin-bottom: 3em;
}
.home .bg-grey .col-md-6{
    padding-left: 0px;
}
.home .icon-4 img{
    width: 39px;
}
.home .icon-2 img{
    width: 39px;
}
.site-footer{
    margin-top: 80px;
}
.lSPager{    
    margin-top: -73px !important;
    background: transparent;
    float: right;
    padding-right: 21% !important;
}
.team .spalte-rechts h2{
    margin-top: 2px;
    color: #333;
    line-height: 1.4em;
    font-weight: 400;
}
.team.row{
    padding-top: 75px;
}
.home .bg-grey{
    padding-bottom: 35px;
    padding-top: 10px;
}
.team .spalte-rechts{
    padding-top: 0px;
}
.home .omsc-button:hover{
    color: #007480 !important; 
    border: 1px solid #007480 !important; 
    background-color: transparent !important;    
}
.home .omsc-button{
        background-color: #007480 !important; 
        background: transparent;
        border-radius: 0px !important;
        border: 1px solid #007480 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;  
}
.spalte-rechts h3{
        margin: 50px auto;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: left;
        max-width: 500px;
        position: relative;  
        color: #007480 !important;
        font-weight: 500;
        font-size: 16px; 
}
.spalte-rechts h3:before{
       content: "";
        display: block;
        width: 45px;
        height: 1.5px;
        background: #007480 ;
        left: -70px;
        top: 50%;
        position: absolute;
}
.home .untertitel:before{
       content: "";
        display: block;
        width: 45px;
        height: 1.5px;
        background: #007480 ;
        left: -70px;
        top: 50%;
        position: absolute;
}
.untertitel-angebot:before{
    content: "";
    display: block;
    width: 25px;
    height: 1.5px;
    background: #007480;
    left: -16px;
    top: 8px;
    position: absolute;
}
.home .untertitel{
        margin: 50px auto;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: left;
        max-width: 500px;
        position: relative;  
        color: #007480 !important;
        font-weight: 500;    
}
.omsc-button.omsc-no-custom-hover:hover{
    background-image: none !important;
}
.home .content.row{
    max-width:1040px;
}
#secondary{
    padding-left: 0px;
    padding-right: 0px;
    background: #f7f7f7;
}
.parent-pageid-12 #secondary {
    position: relative;
    top: -30px;   
}
.parent-pageid-12 #secondary #nav_menu-2 .current-menu-item a{
    color: #007480 !important;  
    cursor: default;
    pointer-events: none;
    font-weight: 500;    
}
.parent-pageid-12 #secondary #nav_menu-2 i{
    margin-right: 6px !important;   
}
.parent-pageid-12 #secondary #nav_menu-2{
    float: right;   
    padding-right: 12px;
}
.parent-pageid-12 .content-area.col-md-10{
    max-width: 990px;
}
.cd-timeline-content h2{
   color: #007480 !important; 
   font-weight: 500;
   font-size: 1.4em;  
}
.omsc-icons-ul i{
    color: #007480 !important; 
    padding-top: 1px;
    padding-left: 2px;
    font-size: 17px;
}
.entry-content h1{
    margin-top: 6px;
    line-height: 1.5em;
}
.kontaktspalte{
    margin-top: 30px;
    margin-bottom: 30px;
}
.single-post img.size-post-thumbnail{
    margin-bottom: 15px;
}
.bg-grey:after {
    content: '';
    padding-bottom: 40px;
    position: absolute;
    background: url(https://www.webdesign-bammert.ch/dev/zehnder-treuhand-v1.ch/wp-content/themes/zehnder/images/skew-full-bottom.png) bottom;
    background-size: 100% 100%;
    height: 120px;
    bottom: 0;
    width: 100%;
    display: block;
}
.bg-grey:before {
    content: '';
    padding-top: 40px;
    position: absolute;
    background: url(https://www.webdesign-bammert.ch/dev/zehnder-treuhand-v1.ch/wp-content/themes/zehnder/images/skew-full-top.png) bottom;
    background-size: 100% 100%;
    height: 120px;
    top: 0;
    width: 100%;
    display: block;    
}
.home .bg-grey{
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#colophon .widget-area {
    z-index: 9999;
    position: relative;
}
#colophon:before {
    /*
    content: '';
    height: 150px;
    position: absolute;
    width: 100%;
    background: #007580;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    z-index: 1;
    margin-top: -100px;
     */
}
 .home .content.row{
     padding-bottom: 0px;
 }
.content-area a{
    color:  #007480;
}
.content-area a:hover{
    text-decoration: underline;
}
.contact-data{
    margin-top: 4px;   
}
.contact-data a{
    color: #212423;
}
#colophon .widget li, #colophon a, #colophon .widget p{
    font-weight: 500;
}
.fa-ul>li{
    font-weight: 500;
    line-height: 25px;
}
.parent-pageid-12 .entry-content p{
    max-width: 800px;
}
.entry-content ul{
    margin-left: 0px;
    padding-left: 30px;
    margin-top: -20px;
}
.entry-content .omsc-icons-ul{
    margin-top: -6px;
}
#colophon .current-menu-item a{
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
    .parent-pageid-12 #secondary #nav_menu-2{
        padding-left: 3px;
        padding-right: 3px;
    }   
    .parent-pageid-12 #secondary #nav_menu-2 i {
    margin-right: 2px !important;
}
#secondary .widget{
        font-size: .75em;
}
}
@media screen and (max-width: 992px) {
  .address.text-right{
     padding-right: 110px;
 }
 #secondary .widget{
     font-size: 17px;
 }
 .lSSlideOuter .lSPager{
     padding-top: 15px !important;
 }
 .menu-toggle {
      margin-bottom: 1.2em;
  }
  #primary-menu .sub-menu{
      margin-top: 13px;
  }
  #primary-menu .menu-item i._before, #primary-menu .rtl .menu-item i._after{
    /*  display: none;   */
    font-size: 14px;
  }
  #primary-menu{
      margin-top: 30px;
      padding-top: 16px;
  }
 .parent-pageid-12 #secondary {  
    padding-left: 15px;
}
#colophon #nav_menu-3{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
 .site-footer h2{
     margin-top: 10px;
 } 
 .site-footer #text-2 .textwidget{
     max-width: 550px;
 }  
 .bg-grey:before{
     padding-top: 0px;
     height: 0px;
 }
 .home .bg-grey {
    padding-bottom: 0px;
    padding-top: 0px;
 }
 .home .site-content{
     padding-bottom: 1em;
 }
 .bg-grey:after{
     padding-bottom: 0px;
     height: 0px;
 }
 .home .bg-grey {
    padding-bottom: 20px;
 }
 .spalte-rechts h3{
     margin-top: 0px;
 }
 .spalte-rechts h3:before {
    width: 0px;
    height: 0px;
 }
 .logo img{
     margin-top: 3px;
 }
}
@media screen and (max-width: 750px) {
 .header-contact {
    padding-top: 0.4em;
    padding-bottom: 0.7em;
 }
 .lSPrev, .lSNext{
     display: none !important;
 }
 .lSAction > a{
     opacity: 0 !important;
     display: none !important;
     background-image: none !important;
 }
}
@media screen and (max-width: 715px) {
 .header-contact span {
    display: block;
 }
 .address.text-right {
    position: relative;
    margin-bottom: -35px;
}
}
.header-contact .e-mail-short{
    display: none;
}
@media screen and (max-width: 650px) {
 .header-slider .slide-content h2{
     font-size: 2.3em;                
 }   
 .gallery-item {
    padding: 0 20px 20px 0;
 }
}
@media screen and (max-width: 600px) {
    .function-abschnitt{
        font-size: 13.5px;    
    } 
    h3.employee-title{
        font-size: 1em;
    }   
}
@media screen and (max-width: 560px) {
 .header-contact .e-mail-short {
    display: inline-block;
 }
  .lSSlideOuter .lSPager{
     padding-top: 25px !important;
 }
 .header-contact .e-mail-long {
    display: none;
 }
 .header-contact i.fa-phone{
     margin-right: 4px;
 }
  .gallery-item {
    padding: 0 10px 10px 0;
 }
}
@media screen and (max-width: 500px) {
 .kontaktspalte{
     width: 100%;
     padding-left: 0px;
 }  
 .kontakticon-links, .kontakticon-rechts {
    padding-right: 7px;
    text-align: center;
} 
.kontaktspalte {
    margin-top: 3px;
    margin-bottom: 3px;
}
}
@media screen and (max-width: 480px) {
 .header-contact {
    opacity:0;     
 }  
}
@media screen and (max-width: 991px) {
    .header-slider .slide-content h2{
     font-size: 1.8em;
 }   
   .features .col-md-6 .col-md-10{
       text-align: center;
       padding-top: 10px;
   }
   .features .dienstleistung-text{
       min-height: 50px;
   }
   .features .col-icon{
       min-height: 54px;
   }
   .home .icon-4 img {
    width: 41px;
}
.parent-pageid-12 #secondary #nav_menu-2{
    float: none;
    padding-left: 15px;
}
    .main-navigation li,
    .main-navigation ul {
        width: 100%;
    }
    #menu-item-42{
        border-top: 0px !important;
    }
    .main-navigation .nav-menu>li {
        margin-bottom: 1.5em;
    }
    .main-navigation a {
        line-height: 1em;
    }
    .main-navigation  ul {
      margin-top: -1em !important; 
    }
    #site-navigation.toggled{
        width: 100% !important;
        background: #007580;
        margin-top: 15px;
    }    
    .main-navigation a, .main-navigation a:hover{
        color: #fff !important;
    }
    .main-navigation .nav-menu>li a{
        font-weight: 500;
        text-transform: uppercase;
        width: 250px;
        margin: 0 auto;
        text-align: left;
    }
    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a{
        font-weight: bold !important;
        color: #fff !important;
    }
    #masthead .sub-menu{
        margin-top: 10px !important;
    }
    .main-navigation ul ul li{
        padding-top: 1em;
        padding-bottom: 1em;
        border-top: 1px solid #4c8e95; 
    }
    .main-navigation .nav-menu>li {
    padding: 1em 0 1em 1em !important;
    margin-bottom: 0px;
    border-top: 1px solid #4c8e95 !important;
    text-align: center !important;
}
#masthead .sub-menu{
    margin-bottom: 0px;
}
#menu-item-48{
    padding-bottom: 0px;
}
#menu-item-43{
    padding-top: 0px !important;
    border-top: 0px !important;   
}
#menu-item-43>a{
    display: none;
}
#masthead .sub-menu{
    margin-top: 0px !important;
}
.untertitel-angebot:before {
    left: -34px;
    position: relative;
    height: 1px;
}
.header-contact{
    margin-bottom: -8px;
}
}
#colophon .col-md-offset-3.text-center{
    font-size: 13.5px !important;
}
.toggled .menu-toggle{
    margin-top: -3.65em;
}
.menu-toggle i{
    color: #fff;
    font-size: 18px;   
}
.menu-toggle{
    background-color: #007480;
}
.main-navigation.toggled ul{
    margin-bottom: 0em;
}
#secondary .widget{
    margin-bottom: 8px;
}
#secondary .widget .widget-title{
    margin-top: 8px;  
}
.page-id-36 .entry-content .fa-phone, .page-id-36 .entry-content .fa-envelope-o, .page-id-38 .entry-content .fa-phone, .page-id-38 .entry-content .fa-envelope-o{
    color:  #007480;
}
.kontakticon-links{
    padding-right: 7px;   
}
.blog .content-area a:hover{
    text-decoration: none;
}
.blog .more-link{
    margin-top: 0px;
}
.blog .wp-post-image:hover{
    opacity: 0.8;
}
.more-link.__mPS2id{
    display: none;
}
@media screen and (max-width: 480px) {
 .header-contact {
    margin-bottom: 0px;   
 }
}
.header-slider .slide{
    background-position: bottom center;
}
.site-footer #text-3 img{
    margin-top: 15px !important;
}
.page-id-18 .entry-content h2{
    margin-bottom: 25px;
}


@media screen and (max-width: 500px) {
 .employee-box{
     width: 100%;
     float: none;
 }   
 .function-abschnitt{
     min-height: auto;
 }
}
@media screen and (min-width: 1920px) {
 .header-image, .header-slider .slide{
     padding-top: 33%;
 }   
}
.lSSlideOuter .lSPager{
    display: none !important;
}
@media screen and (max-width: 991px){
.main-navigation .nav-menu>li a {
    width: 310px;
    }
}
.blog h2.entry-title{
    color: #007480;
}
.blog article .entry-content{
    margin-bottom: 0px;   
}
.blog article{
  margin-bottom: 30px;
}
.site-footer #text-3 img {
    max-width: 150px;
}


@media screen and (min-width: 992px){
.main-navigation .nav-menu>li {
    padding: 0.6em 0 0.5em 1em;
}
}
@media screen and (min-width: 500px){
 .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt{
    min-height: 88px !important;
}   
}


@media screen and (max-width: 740px) {
 .function-abschnitt{
     min-height: 88px;
 }  
}
@media screen and (min-width: 991px) {
 .function-abschnitt{
     min-height: 88px;
 }  
  .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt{
    min-height: 109px !important;
}  
}
@media screen and (max-width: 1600px){ 
.header-image {
    height: 500px;
}
.header-slider .slide{
    height: 500px;
}
}
@media screen and (max-width: 1200px){
 .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt{
    min-height: 109px !important;
}  
.header-image{
    height: 430px;
} 
.header-slider .slide{
    height: 430px;
}
}
@media screen and (max-width: 991px){
  
.header-image, .header-slider .slide {
    height: 350px;
}   
}

@media screen and (max-width: 991px) and (min-width: 640px) {
  .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt, .employee-498 .function-abschnitt{
    min-height: 109px !important;
}    
    
}
@media screen and (max-width: 830px){ 
.header-image, .header-slider .slide {
    height: 310px;
}
}
@media screen and (max-width: 770px){ 
.header-image, .header-slider .slide {
    height: 260px;
}
}
@media screen and (max-width: 630px){
     #headerSlider{
        padding-bottom: 42% !important;
    }
} 
@media screen and (max-width: 600px){ 
.header-image, .header-slider .slide {
    height: 210px;
}
}
@media screen and (max-width: 560px){ 
    #headerSlider{
        padding-bottom: 43% !important;
    }     
}
@media screen and (max-width: 500px){ 
.header-image, .header-slider .slide {
    height: 165px;
}
}
@media screen and (max-width: 420px){ 
.header-image, .header-slider .slide {
    height: 160px;
}
}
@media screen and (max-width: 400px){ 
.header-image, .header-slider .slide {
    height: 130px;
}
}
@media screen and (max-width: 500px) {
 .function-abschnitt{
     min-height: auto !important;
 }  
  .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt{
    min-height: auto !important;
}   
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .function-abschnitt{
     min-height: 88px;
 }    
 §{
    max-height: 342px !important;
}
}
#fancybox-wrap{
    z-index: 99999999 !important;    
}
.entry-content a:hover{
    text-decoration: underline !important;
}


@media screen and (min-width: 501px) {
.employee-box img{
    max-height: 424px;
}
}
/*
@media screen and (max-width: 500px) {
.employee-box:last-child .function-abschnitt{
    min-height: auto !important;
}
*/
.employee-box:last-child{
    clear: both;
}



@media screen and (max-width: 991px){
.employee-box img{
    max-height: 440px;
}
.employee-box:last-child{
    clear: none;
}
}

@media screen and (max-width: 501px)   {
.employee-box img {
    max-height: none !important;
}
}
@media screen and (max-width: 991px) and (min-width: 640px) {
 body .function-abschnitt{
     min-height: 109px !important;
 }   
}

 @media screen and (max-width: 640px){
.employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt, .employee-498 .function-abschnitt{
    min-height: 145px !important;
}
 }
  @media screen and (max-width: 640px){
 body .function-abschnitt{
    min-height: 110px !important;
}
 }
 
 
 @media screen and (max-width: 501px)   {
body .function-abschnitt, .employee-149 .function-abschnitt, .employee-156 .function-abschnitt, .employee-158 .function-abschnitt, .employee-498 .function-abschnitt{
    min-height: auto !important;
}
}