/*

Theme Name: Aeppli Service

Theme URI: https://www.aeppli-service.ch

Author: Webdesign Bammert

Author URI: http://www.webdesign-bammert.ch

Description: Webdesign Bammert Theme aeppli service

Version: 1.0

License: Copyright 2025 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: 'Raleway', 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-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #23272a;

}
.content.row h1{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important; 
}


h1 {

    font-size: 2.5em;

    margin: 0 0 .5em;
    text-transform: uppercase;

    font-weight: 600;

}

h2 {

    font-size: 1.5em;

    font-weight: 600;

    margin-top: 0;

    margin-bottom: .2em;

}

h3 {

    font-size: 20px;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 20px;

}



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 dotted #212423;

	background: #fff;

	padding: .4em 1em .35em;

    font-weight: 700;

    -webkit-transition: all .2s;

    transition: all .2s;

}

.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: #2b3686;

    border-color: #2b3686;

    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: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);        */

    outline: none !important;

}



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 dotted #666;

	padding: 5px;

}



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: #212423;

}



textarea {

	width: 100%;

}



.form-group {

    float: left;

    width: 100%;

}

.form-control {

    border-radius: 0px;

}

.form-control:focus,

.widget .search-field:focus {

    border-color: #212423;

    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,

a:visited {

	color: #2f343b;

    -webkit-transition: all .2s;

    transition: all .2s;

}



a:hover,

a:focus,

a:active {

	color: #2b3686;

    outline: 0;

    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: #2b3686 !important;    

}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

	display: block;

    float: right;

    margin-top: 0.4em;

    border: 1px solid;

    margin-right: 20px;

}



@media screen and (min-width: 992px) {

	.menu-toggle {

		display: none;

	}

	.main-navigation ul {

		display: block;

	}

    .main-navigation .nav-menu>li {

        padding: 2.7em 0 0em 1em;

    }

    .main-navigation .nav-menu>li>a {

        color: #2f343b;

        margin-bottom: 0em;

    }

    .main-navigation .nav-menu>li>a:hover,

    .main-navigation .nav-menu>li>a:focus,

    .main-navigation .nav-menu>li>a:active {

    color: #2b3686 !important;

    }

    .main-navigation .nav-menu>li>a:focus,

    .main-navigation .nav-menu>li>a:active {

        color: #2b3686;

        border-color: #2b3686;

    }

    .main-navigation ul ul {

        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

        background: #fff;

        padding: .5em 0;

        float: left;

        position: absolute;

        top: 4.3em;

        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;

        width: 200px;

    }

}

@media screen and (max-width: 767px){
    #colophon #text-4{
    max-width: 340px;
}
 .footer-logo-left, .footer-logo-right {
    width: 100% !important;
    float: none !important;
    padding-left: 0px !important;
 }
 .page-id-11 .entry-content .omsc-one-half img{
    max-width: 70%;
 }
}

@media screen and (max-width: 991px) {

    .contactfull input{

        max-width: 95%;

        width: 95%;

    }

    .address.text-right{

        padding-right: 20px !important;

    }

    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{

        max-width: 98%;

    }

    .icon-services {

        max-width: 50px;

        margin-bottom: 17px;

    }

    .feature-box h3{

        margin-top: 0px;

        margin-bottom: 0px;

    }

    .page-template-frontpage .feature .feature-icon{

      /*  font-size: 5em !important;*/

    }

    .page-template-frontpage .feature-box{

        margin-bottom: 0px !important;

    }

    .button-place{

        margin-top: 65px;

    }

    .page-template-frontpage .content-area h2, .page-template-frontpage h2.big{

        margin-bottom: 0.5em !important;

    }

    .marken-intro{

        padding-top: 30px;

    }

     #ssb-container{

         display: none;

     }

     #site-navigation #primary-menu{

        margin-right: 0px;

     }

     #site-navigation{

         width: 100%;

         margin-top: -60px;

         margin-bottom: 17px;

         padding-left: 0px;

     }

     #site-navigation #primary-menu{

         padding-left: 0px;

         padding-left: 0px;

         border: 0px;

         background-color: #fff;

     }

     .main-navigation .nav-menu>li a{

         font-size: 21px;

         border-bottom: 1px solid #989898;

     }

     .main-navigation a {

        line-height: 1em;

        padding-bottom: 10px;

}

     .main-navigation .nav-menu>li{

         padding-top: 0px !important;

         text-align: center;

         margin-bottom: 0px !important;

     }

     #primary-menu{

         padding-top: 30px;

         padding-bottom: 30px;

     }

    .main-navigation li,

    .main-navigation ul {

        width: 100%;

    }

    .main-navigation .nav-menu>li {

        margin-bottom: 1.5em;

    }

    .main-navigation a {

        line-height: 1.5em;

    }

    .page-id-11 .omsc-one-third {

        text-align: left !important;

        padding-top: 30px !important;

    }

    .page-id-11 .omsc-one-third img{

        max-width: 80%;

    }

}



.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: #2b3686;

    font-weight: 600;

    text-align: right;

    padding-top: .5em;

    padding-bottom: .5em;

    font-size: 16px;

}

.header-contact span {

    padding-left: 1.5em;

}

.header-contact a {

    /* color: #2b3686;*/

}

.header-contact a:hover {

    text-decoration: underline;

}



.site-header {

    

}

.logo img {

    max-width: 110px;

    height: auto;

}

.site-branding {

    margin-top: -30px;

}

.content.row h1{

    text-align: center;

    font-size: 2.5em;

    margin: 0;

    margin-bottom: 20px;

    font-weight: 600;
    text-transform: uppercase;


}

.site-title {

    font-size: 2em;

    font-weight: 900;

}

.header-slider,

.header-image,

.header-image-placeholder,

.google-maps {

  /*  border-top: 5px solid #f2f2f2;       */

    float: left;

    width: 100%;

    display: block;

    margin-bottom: 3em;

}

.header-slider .slide,

.header-image,

.google-maps {

    height: 550px;

    position: relative;

    background-size: cover;

    background-position: 50% 50%;

}

.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 {

    position: absolute;

    bottom: 50px;

    width: 50%;

    padding-left: 3em;

    padding-right: 3em;

    margin: 0 25%;

    text-align: center;

    background: #000;

    background: rgba( 0, 0, 0, 0.8 );

    color: #fff;

}

.header-slider .slide-content h2 {

    margin: 1em 0 .5em;

}

.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 a:hover {

    background: #fff;

    color: #000;

}

.lSSlideOuter .lSPager.lSpg > li:hover a,

.lSSlideOuter .lSPager.lSpg > li.active a {

    background-color: #2b3686;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.site-footer {

    background: #f2f2f2;

    color: #1c1c1c;

    padding-top: 3em;

    padding-bottom: 0em;

}

.site-footer a {

    color: #1c1c1c;

}

.site-footer a:hover {

    color: #1c1c1c;

    text-decoration: underline;

}



/*--------------------------------------------------------------

# 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;

    background: #fff;

    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: 3px 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;

}

#callback-form label {

    padding-top: .5em;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.bg-grey {

    background: #f2f2f2;

/*    transform: skewY(-1deg); */

}

/*

.bg-white{

    transform: skewY(-1deg);  

}

.bg-white .container{

   transform: skewY(1deg);  

}       */

.bg-grey .container{

  /*  transform: skewY(1deg);*/

}

 #colophon .container{

 /*     transform: skewY(1deg);*/

}

 #colophon {

 /*     transform: skewY(-1deg);*/

}

.site-content {

    margin-bottom: 1.5em;

}

.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: #999;

    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 1.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: 65px;

}

.page-template-frontpage .feature-box {

    text-align: center;

    padding: 15px 15px 0px;

    margin-bottom: 60px;

}

.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: 600px) {

 .header-contact span{

  

     padding-top: 2px;

 }

}

    @media screen and (max-width: 767px) {

   .page-id-11 .entry-content {

    margin-top: 10px !important;

}

    .header-slider .slide,

    .google-maps {

        height: 500px;

    }

    .logo img{

        padding-top: 20px;

    }

    #primary-menu{

        padding-top: 0px;

        padding-bottom: 0px;

    }

    .seperator, .seperator a{

        display: none !important;



    }

    .site-branding{

        z-index: 99999999;

        margin-top: -60px;

    }

    .page-template-frontpage  #colophon section{

        padding-bottom: 20px;

    }

    .home .content.row .text-center p{

        text-align: left !important;

    }

    .header-image {

        height: 300px;

    }

    .header-slider .slide-content {

        bottom: 0;

        width: 100%;

        padding-left: 15px;

        padding-right: 15px;

        margin: 0;

        text-align: center;

        background: #000;

        background: rgba( 0, 0, 0, 0.8 );

        color: #fff;

    }

    .page-id-11 .omsc-one-third{

        text-align: center !important;

    }

}

.marken-logo{

    width: 23%;

    margin-right: 2%;

    float: left;

    text-align: center;
    margin-bottom: 30px;

}

.site-title {

    font-size: 1em;

}

.main-navigation .nav-menu>li>a{

        letter-spacing: 0px;

}

.button-place {

    text-align: center;

}



.button-place .button{

    margin: 0 auto;

}

.feature-icon i {

    font-size: 70px;   

}

.feature-icon i{

    color: #2b3686 !important;

}

.marken-logo img{

     -webkit-filter: grayscale(0);

    filter: grayscale(0);

}

.marken-logo img:hover{

     -webkit-filter: grayscale(1);

    filter: grayscale(1);

}

.logo:hover{

    opacity: 0.7;

}

.site-footer .widget{

    font-size: 16px;

    line-height: 24px;

}

.page-template-frontpage h2.big{

    text-transform: uppercase;

}

.contacthalf{

    width: 48%;

    float: left;

}

.infoformular ul{

    margin-left: 0px;

    padding-left: 20px;

}

.contact-second i{

    margin-right: 10px;

}

.omsc-two-third  ul{

    margin-left: 0px !important;

    padding-left: 15px;

    font-size: 18px;

    line-height: 30px;

}

.omsc-one-third img{

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    max-width: 270px;

}

.omsc-one-third{

    margin-right: 0px;

}

.page-id-11 .omsc-one-third{

    text-align: center;

    margin-right: 0px !important;

}

p{

    max-width: 1040px;

    line-height: 24px;

}

.header-slider .slide-content{

    display: none;

}

.header-image{

    background-attachment: fixed;

}

.service-item{

    margin-bottom: 15px;

    padding-left: 0px;

}

.page-id-9 .omsc-one-third i{

    font-size: 20px;

    padding-right: 4px;

        color: #2b3686;

        position: absolute;

        padding-top: 4px;

        

}



.page-id-9 .fa-phone{

  /*  font-size: 24px !important;

    padding-left: 0px;                     */

}



.page-id-9 .omsc-one-third a:hover{

    text-decoration: underline;

}

.page-id-9 .omsc-one-third a{

    font-size: 20px;

        color: #2b3686;

    font-weight: 600;

    margin-left: 26px;

}

.device-not-listed{

    margin-top: 30px;

    margin-bottom: 80px;

}

.page-id-11 .entry-content{

    margin-top: 60px;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #1c1c1c;

  opacity: 1; /* Firefox */

  font-size: 14px !important;

}



:-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #555;

  font-size: 14px !important;

}



::-ms-input-placeholder { /* Microsoft Edge */

  color: #555;

  font-size: 14px !important;

}

.page-id-16 .omsc-one-third i{

    margin-right: 5px;    

}

.page-id-16 .omsc-two-third.omsc-last{

    padding-top: 0px;

}

h1.entry-title{

    text-transform: uppercase;

}

.bg-grey .button:hover{

 background-color: #2b3686 !important;

 color: #fff !important;   

}

.bg-grey .button{

    border: 1px solid #fff;

    background-color: #fff !important;

}

.home .content.row .text-center p{

    font-size: 18px;

    line-height: 25px !important;

}

#ssb-container{

    z-index: 99999999999999 !important;

    top: 46%;

}    /*

.footer-wrapper{

    background: #f2f2f2;

    padding-bottom: 50px;

}  */

.home .bg-white{

    padding-bottom: 50px;

}

.header-slider{

    margin-top: 4px;

  /*  transform: skewY(-1deg);*/

}

.lSSlideOuter .lSPager.lSpg {

 /*   transform: skewY(1deg); */

    margin-top: 20px !important;

}

.seperator a{

    color: #dfdfdf !important;

        font-size: 28px !important;

    margin-bottom: -4px !important;

    position: absolute;

    bottom: -3px;

    pointer-events: none;

}

#colophon i{

    margin-right: 3px;

}

.site-info{

    padding-top: 20px;

}

.site-info a{

        padding-bottom: 20px;

}

.bg-white h2.big{

    margin-bottom: 2em;

}

.service-item .col-md-3 img{

    max-width: 80px;

}

.service-item .col-md-3{

    text-align: center;

}

.device-not-listed a{

    line-height: 29px;

}

.device-not-listed i{

    font-size: 20px !important;

    margin-right: 6px;

}

.page-id-9 .fa-phone{

    margin-right: 2px !important;

}

div.wpcf7{

    background: #f2f2f2;

    border: 0px;

    padding: 20px;

    padding-top: 0px;

    max-width: 810px;

}



.wpcf7 h3{

   
    text-transform: none;

    font-weight: 500;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;


}

input[type="submit"]{

    border-style: solid !important;

}

.title-form{

    margin-bottom: 0px;

}

.infoformular, .infoformular ul{

    font-size: 14px !important;

}

.page-id-16 input{

    max-width: 97% !important;

}

.header-image{
background-attachment: unset !important;
    height: 450px;
}
@media screen and (min-width: 1680px) {
.header-image{
    height: 520px;
}
}
@media screen and (max-width: 1200px) {
.header-image{
    height: 390px;
}
}
@media screen and (max-width: 1000px) {
.header-image{
    height: 320px;
}
}
@media screen and (min-width: 1921px) {
.header-image{
    height: 600px;
}
}

.home .content.row .text-center p{

    text-align: center;

}

.header-image{

    margin-top: 12px;

/*    transform: skewY(-1deg); */

}

.container-mv{

    max-width: 1170px;

    margin: 0 auto;

}



@media screen and (max-width: 500px) {

.main-navigation .nav-menu>li>a{

    font-size: 17px;

}

.page-template-frontpage .content-area h2, .page-template-frontpage h2.big{

    font-size: 1.6em;

}

}

@media screen and (max-width: 1024px) {

.main-navigation .nav-menu>li {

    padding: 2.7em 0 0em 0.7em;

}

}

#site-navigation{

    padding-right: 0px;

}

.logo{

    padding-top: 10px;

}

#ssb-btn-0, #ssb-btn-1, #ssb-btn-2{

 background: #2b3686 !important;   

}

.button{

    border: 1px solid !important;

}

.infoformular ul li{

    line-height: 18px;

}

@media screen and (max-width: 768px) {

    .service-item .col-md-2, .service-item .service-title{

        text-align: center;

    }

    #primary-menu .seperator, .seperator a{

        display: none !important;



    }

    .main-navigation .nav-menu>li>a{

        padding-top: 15px;

    }   

}

@media screen and (max-width: 600px) {

 .header-contact a {

    font-size: 14px;

 }  



 .contacthalf{

     width: 100%;

 } 

 .contactfull input{

     width: 100%;

     max-width: 351px;

 }

 .logo{

     padding-top: 10px;

 }

 .logo img{

     padding-top: 5px;

 }

 .header-image{

     background-attachment: unset;

 }

 .header-image{

     height: 190px;

 }

}

@media screen and (max-width: 500px) {

 .header-slider, .header-slider .slide{

     height: 200px;

 }   

 .feature-box a{

     font-size: 17px;

 }

 .content.row h1{

         font-size: 1.6em;

         padding-top: 20px;

 }

}

@media screen and (max-width: 500px) {

 h1{

     font-size: 1.6em;

 }   

 h1.entry-title{

     line-height: 1.3;

 }

 

}

.home .content.row{

    padding-bottom: 30px;

  

}

.page-id-26 .entry-content h2{

    margin-bottom: 10px;

}

.page-id-28  .entry-content h2{

    margin-bottom: 10px;

}

.page-id-26 .entry-content i, .page-id-28 .entry-content i{

    padding-right: 3px;

}

.entry-content ul{

    margin-left: 0px;

}

.site-info{

    padding-bottom: 70px !important;

}

.footer-last{

    width: 100%;

    height: 100px;

    position: fixed;

    bottom: -40px;

    z-index: 9999999;

    background: #fff;

}
.logo img {
    max-width: 100% !important;
    height: auto;
}
.site-branding {
    margin-top: -5px;
}
.page-id-9 .omsc-one-third li{
    font-weight: 500;
}
@media screen and (min-width: 992px) {
    .main-navigation .nav-menu>li {
        padding: 2.5em 0 1em 1em;
    }
}
.bg-white h2.big {
    margin-bottom: 0.8em;
        font-weight: 500;
}
.marken-intro{
    margin-bottom: 0em;
    text-align: center;
 /*   color: #004b7d; */
}
div.wpcf7 {
    background: transparent;
    border: 0px;
    padding: 20px;
    padding-top: 0px;
    max-width: 810px;
        font-weight: 500;
}
div.wpcf7 input, textarea{
    border: 0px solid #505050 !important;
        font-weight: 500;
        background: #f3f3f3;
}
.omsc-one-third img {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}
#colophon #text-3 img{
    margin-bottom: 20px;
}
#colophon, #colophon p, #colophon .textwidget, #colophon .textwidget p, body #colophon ul li a{
    font-size: 14px !important;
    color: #1c1c1c !important;
}

.marken-logo {
    width: 23%;
    margin-right: 1%;
}
.feature-box img {
    margin-bottom: 0em;
    max-width: 130px;
}
.feature-box h3{
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
}
.home .col-md-offset-1 ul li{
    text-align: left;
}
    .page-template-frontpage .feature-box{

        margin-bottom: 0px !important;

    }
  /*
    @media (min-width: 992px) {
    .feature-austausch.col-md-4 {
        width: 100%;
    }
    body .feature-austausch .feature-box p{
        max-width: 800px;
        margin: 0 auto;
    }
    body .feature-austausch .feature-box {
        padding-bottom: 0px;
    }
    } */
    .feature-austausch .service-icon{
        max-width: 160px;
        height: 113px;
    }
    .features.row, .marken{
            padding-top: 35px;
    padding-bottom: 85px;
    }

/*
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
    }
}
    @media (min-width: 1200px) {
   .home .bg-grey .container  {
        width: 1200px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px) {
   .home .bg-grey .container {
        width: 991px;
    }
}
@media (min-width: 1200px) {
  .home .bg-grey .container  {
        width: 1200px;
    }
}
@media (min-width: 1321) {
  .home .bg-grey .container  {
        width: 1320px;
    }
}
@media (min-width: 1200px) {
  .home .bg-grey .container  {
        width: 1200px;
    }
}*/
.page-template-frontpage .feature-box{
    padding: 0px;
}
.features h2.big, .feature-box h3{
    color: #222;
}
.site-info {
    font-size: 14px;
}
.site-info a:hover {
    text-decoration: underline;
}
.marke-5{
    margin-left: 10%;
}
::placeholder {
  color: #505050 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #505050 !important;
}
.page-id-16 .omsc-one-third img{
        max-width: 350px;
        margin-top: 10px;
}
.page-id-16 .omsc-one-third{
    font-weight: 500;
}
.page-id-16 h2{
    margin-bottom: 0.6em;
}
.page-id-16 .omsc-one-half{
    margin-right: 0px;
}

.page-id-16 .omsc-one-third img {
    margin-top: 25px;
    margin-bottom: 0px;
}
.feature-box:hover img{
    scale: 1.1;
}
.feature-box img{  
    transition: all 0.5s ease-in-out;
    scale: 1;
 }

.marken-bilder img{
    margin-right: 6%;
    margin-bottom: 50px;
    margin-left: 6%;
    max-width: none;
}
.marken-intro , .marken-bilder p{
    max-width: none;
}
.marken-bilder{
    padding-top: 60px;
}
.marken-intro p{
    max-width: none !important;
}
body .marken{
    padding-bottom: 5px !important;
}
#colophon h2.widget-title{
    font-size: 14px;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
}
#colophon #nav_menu-2 a{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
}
@media screen and (max-width: 662px) {
.marken-bilder{
    text-align: center;
}
}
@media screen and (max-width: 767px) {
    .home .col-md-10  .omsc-one-third{
        float: left;
    }
}
@media screen and (max-width: 650px) {
    .home .col-md-10  .omsc-one-third ul{
        margin-left: 0;
    }
     .home .col-md-10  .omsc-one-third{
        margin-bottom: 0px;
        margin-top: 0px;
     }
}
.site-footer {
     padding-top: 6em;
}
@media (min-width: 992px) {
#colophon #nav_menu-2{
    padding-left: 120px;
}
}
@media screen and (max-width: 991px) {
.marken-bilder{
    text-align: center;
}
}
.home .bg-white {
    padding-bottom: 12px;
}
.home .content.row .col-md-offset-1 .omsc-one-third{
    font-weight: 500;
}
@media (min-width: 992px) {
    .home .col-md-offset-1, .home #primary {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}
.page-id-11 .entry-content .omsc-one-half img{
    -webkit-border-radius: 50% !important;
    -moz-border-radius:  50% !important;
    border-radius:  50% !important;
}
.marken-bilder{
    text-align: center;
}
.contact-fistdiv{
    max-width: 840px !important;
}
.page-id-16 .omsc-one-half {
    margin-top: -20px;
        margin-bottom: 40px;
}
div.wpcf7{
    padding-left: 0px;
}
@media screen and (max-width: 991px) {
    #site-navigation {
        margin-top: -40px;
       }
}
@media screen and (max-width: 991px) {
    .main-navigation a {
        padding-top: 10px;
    }
}   
.main-navigation .nav-menu>li>a{
     color: #000000;
}
.menu-toggle{
 /*   background-color: #2b3686 !important;*/
}
button:hover, .button:hover, .more-link:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background-color: #004b7d;
    border-color: #004b7d;
}
.site-footer {
    padding-top: 4em;
    padding-bottom: 2em;
}
.header-slider{
    margin-bottom: 2.5em;
}
@media screen and (max-width: 500px) {
 .header-contact span {
    padding-left: 1em;
}
}
@media screen and (max-width: 1200px) {
body #primary-menu{
    padding-right: 15px !important;
}
}
@media screen and (max-width: 991px) {
.main-navigation .nav-menu>li>a {
    color: #ffffff;
    background: #004b7d;
}
.main-navigation .nav-menu>li{
    padding-left: 0px;
}
#site-navigation #primary-menu{
    padding-right: 0px !important;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a{
    color: #fff !important;
    font-weight: bold !important;
}
.main-navigation .nav-menu>li>a {
    font-weight: 400;
    border-bottom: 1px solid #c4c4c4;
}
.entry-content h2{
    font-size: 1.2em;
}
    .main-navigation .nav-menu>li:last-child a {
        border-bottom: 0px !important;
    }
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    background-color: #46b450  !important;
    color: #fff !important;
}