/*
Theme Name: Opanski 
Description: Opanski Abscheidertechnik website
Author: Krisztian Panyik
Author URI: http://hillelsmith.eu/
Version: 1.1 27 Marc 2021
*/
/******************************************************

					CSS RESET

Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html					
					
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  line-height: 125%;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
h2 a:hover,
#featured-container a:hover {
  outline: none;
  text-decoration: none;
}

a,
input[type="submit"] {
  cursor: pointer;
}

input[type="submit"] {
  outline: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: blink;
}

a img {
  border: none;
}

textarea {
  resize: none;
}

@media (max-width: 1023px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/******************************************************

					BASIC LAYOUT
					
******************************************************/
#header {
  height: 150px;
  position: relative;
  background: url(images/header_bg.jpg) no-repeat center top;
  background-size: cover;
}

@media (max-width: 1024px) {
  #header {
    height: 120px;
    background: url(images/header_sm_bg.jpg) no-repeat left bottom;
    background-size: 484px 120px;
  }
}

@media (max-width: 640px) {
  #header {
    height: 120px;
    background: url(images/header_xs_bg.jpg) no-repeat left bottom;
    background-size: 1024px 120px;
  }
}

#footer {
  margin: 50px 0 20px;
}

#content {
  margin-top: 30px;
}

.home #content {
  margin-top: 0px;
}

@media (max-width: 767px) {
  #footer {
    margin: 16px 0 32px;
  }
}

/******************************************************

					BASIC GRID
					
******************************************************/
.margin {
  margin: 0 auto;
  text-align: left;
}

.row:after,
.clearfix:after,
.tab-menu:after,
.image-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix,
.tab-menu,
.image-container {
  zoom: 1;
}

/*------------- > 1023  ------------*/
.one-half,
.one-third,
.full-width,
.post-area {
  float: left;
}

.sidebar {
  float: right;
}

.one-half,
.one-third {
  margin-right: 20px;
}

.margin,
.full-width {
  width: 960px;
}

.one-half {
  width: 470px;
}

.one-third {
  width: 31.94444444444444%;
}

.sidebar {
  width: 280px;
  padding: 10px;
}

.post-area.has-sidebar {
  width: 630px;
  margin-right: 30px;
}

.last-col,
.sidebar.right {
  margin-right: 0 !important;
}

.general-box {
  margin: 15px 0 20px;
}

/*------------- < 1023 ------------*/
@media (max-width: 1023px) {
  .one-half,
  .one-third,
  .full-width,
  .post-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .featured-post {
    margin-bottom: 48px !important;
  }
  .post-area table,
  .post-area tbody,
  .post-area thead,
  .post-area tr,
  .post-area td,
  .post-area th {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .post-area td {
    overflow: hidden;
  }
  .sidebar {
    width: 100%;
    padding: 10px;
  }
  .post-area,
  .post-area.has-sidebar {
    width: 100%;
    margin-right: 0;
  }
  .post-area.has-sidebar .clearfix > div {
    margin-right: 0 !important;
  }
}

/*------------- >767  < 1023 ------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .one-half,
  .one-third,
  .full-width,
  .post-area {
    float: left;
  }
  .sidebar {
    float: right;
  }
  .one-half,
  .one-third {
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .margin {
    width: 100%;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .full-width {
    width: 100%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .one-half,
  .one-third,
  .full-width,
  .post-area {
    float: none;
  }
  .sidebar {
    float: none;
  }
  .one-half,
  .one-third {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .margin {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .full-width,
  .one-half,
  .one-third {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    padding: 0;
  }
  .post-area.has-sidebar {
    width: 100%;
    margin-right: 0;
  }
  .home #services {
    background: none !important;
    padding-top: 0;
  }
  .home #services .one-third {
    margin-bottom: 24px;
  }
  .home #services .image-wrapper {
    width: 100%;
  }
}

/******************************************************

					BASIC COLORS
					
******************************************************/
body,
.menu a {
  background: #f4f5f7;
}

body,
.menu a,
.tab-menu a {
  color: #515b6c;
}

a {
  color: #1f62a6;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #002e7d;
}

/******************************************************

					BASIC TYPOGRAPHY
					
******************************************************/
body,
#call-to-action h4,
input,
textarea,
#pagetop h2 {
  font-family: 'cln-bookregular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

.normal-weight {
  font-family: "cln-bookregular", Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}

h1,
.featured-post h2 {
  font-family: 'cln-boldregular', Arial, Helvetica, sans-serif;
}

h2,
h3,
h4,
h5,
h6,
.medium,
.big {
  font-weight: 400;
  font-family: 'cln-mediumregular', Arial, Helvetica, sans-serif;
}

.post-area p,
.post-area ul {
  margin-bottom: 12px;
}

.post-area h2 {
  font-size: 28px;
  margin: 36px 0 28px;
}

.post-area h2:first-child {
  margin-top: 0;
}

.post-area h3 {
  margin: 18px 0 8px;
}

.post-area .image-container.size-full + h3 {
  float: left !important;
  width: 100% !important;
}

.post-area h4 {
  margin: 14px 0 5px;
}

/******************************************************
 
				   		 MISC
					
******************************************************/
.round-corner-3px,
.wpcf7-form p > label,
.button.normal,
.button.small,
.captcha-wrapper,
.tab-menu,
#main-nav > li:hover > a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.round-corner-4px,
span.wpcf7-not-valid-tip,
.button.medium {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.round-corner-5px,
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
.box-shadow,
.button.big,
.highlight-box,
.sidebar,
.image-container {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.box-shadow-inner {
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.16);
}

.image-wrapper {
  float: left;
  display: block;
  position: relative;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.image-wrapper img {
  float: left;
  width: 100%;
  height: auto;
}

.center-text {
  text-align: center;
}

.block {
  display: block;
}

.position-realtive {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

#main-nav a:hover,
#footer-main-nav a:hover,
.tab-menu a:hover {
  text-decoration: none;
}

.alignleft {
  float: left;
  display: inline;
  margin: 0 15px 7px 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 7px 15px;
}

.box-shadow {
  padding: 16px;
  color: #777;
}

.sidebar,
.box-shadow,
.image-container {
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23);
}

.box.gray {
  background: #f4f5f7;
}

/*-------------- Icons ---------------*/
[class^="ico-"] {
  background-repeat: no-repeat;
  background-image: url(images/iconset.svg);
  background-position: 0 0;
  background-size: 32px 64px;
}

.ico-contactus {
  background-position: 0 -32px;
}

.ico-phone,
.ico-contactus {
  float: left;
  display: inline-block;
  width: 32px;
  height: 32px;
}

/*------------- Images --------------*/
.image-container {
  width: 100%;
  float: left;
  padding: 5px;
  margin: 8px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-container img {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}

.image-container.alignleft {
  width: auto;
  margin: 0 10px 10px 0;
}

#thumbs90 img.size-thumbnail {
  width: 100px;
  height: 100px;
}

#thumbs90 .image-container {
  margin-top: -3px;
}

#thumbs90 table {
  width: 100%;
}

#thumbs90 table,
#thumbs90 table td {
  vertical-align: top;
}

.image-container img {
  width: 100%;
}

.image-container img {
  height: auto;
}

.image-container.alignleft img {
  width: auto;
}

@media (max-width: 480px) {
  .image-container.alignleft {
    width: auto;
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
  }
  .image-container.alignleft img {
    width: 100%;
    height: auto;
  }
  #thumbs90 img.size-thumbnail {
    width: 100%;
    height: auto;
  }
}

/******************************************************

					  NAVIGATION
					
******************************************************/
/*------------- Main nav ------------*/
@media (min-width: 1025px) {
  #nav-toggle {
    display: none;
  }
  #main-nav,
  #main-nav-wrapper {
    display: block;
    float: right;
  }
  ul#main-nav {
    list-style: none;
    padding-left: 0;
    padding-top: 100px;
    margin: 0 -10px 0 0;
  }
  #main-nav > li {
    float: left;
    font-size: 18px;
    position: relative;
    height: 40px;
  }
  #main-nav a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
  }
  #main-nav li:hover a {
    background: #fff;
  }
  ul#main-nav ul {
    display: none;
    float: left;
    position: absolute;
    top: 37px;
    left: 0;
    width: 210px;
    z-index: 99999;
    margin: 0;
    padding: 0;
    background: url(images/main_menu_dropdown_bg.png) no-repeat;
    border-bottom: 1px solid #aaa;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  }
  ul#main-nav ul a {
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 140%;
    padding: 10px 10px;
    width: 190px;
    background: #fff;
  }
  #main-nav ul li:hover > a,
  #main-nav ul li a:focus {
    text-shadow: 0 1px 0 #fff;
    background: #F4F5F7;
    /* Show a solid color for older browsers */
    /*background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
		background: -o-linear-gradient(#f9f9f9, #e5e5e5);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 
		background: -webkit-linear-gradient(#f9f9f9, #e5e5e5); */
  }
  ul#main-nav li:hover > ul {
    display: block;
  }
}

@media (max-width: 1024px) {
  #nav-toggle {
    display: block;
    width: 24px;
    height: 24px;
    background: url(images/nav_open.svg) no-repeat center top;
    margin-top: 24px;
    float: right;
  }
  .nav-opened #nav-toggle {
    position: fixed;
    z-index: 9999;
    float: none;
    top: 24px;
    right: 24px;
    margin: 0;
    background: url(images/nav_close.svg) no-repeat center top;
  }
  .logo-opanski {
    float: left;
    display: block;
    height: unset;
    width: 180px !important;
    margin-top: 16px;
  }
  .logo-opanski img {
    width: 100%;
    height: auto;
  }
  #main-nav-wrapper {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 56px;
    background: #f4f5f7;
  }
  .nav-opened #main-nav-wrapper {
    display: block;
  }
  ul#main-nav {
    list-style: none;
    padding-left: 0;
  }
  #main-nav a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 16px;
    background-color: transparent;
    border-bottom: 1px solid #e0e1e3;
  }
  ul#main-nav ul {
    background: #e0e1e3;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  ul#main-nav ul a {
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 20px;
    padding: 10px 16px 14px 32px;
  }
}

/*------------- Footer nav ------------*/
#footer-menubar {
  margin-bottom: 0;
  padding: 16px 0 24px;
}

#footer-menu {
  float: left;
}

#footer-menu li {
  float: left;
  margin: 0 7px 0 0;
  line-height: 18px;
}

#footer-menu li a {
  color: #515b6c;
  font-size: 14px;
  display: inline-block;
}

/*---------  Logo ---------*/
.logo-opanski {
  float: left;
  display: block;
  height: 51px;
  width: 231px;
  margin-top: 18px;
}

/*--------- Oficina footer nav ---------*/
#opanski-footer-nav ul {
  padding: 25px 0 15px;
}

#opanski-footer-nav li {
  display: inline;
  padding: 0;
  float: left;
  margin-right: 11px;
}

#opanski-footer-nav a {
  display: inline-block;
  line-height: 37px;
  height: 37px;
}

/******************************************************
	
					BUTTONS and TABS
					
******************************************************/
.button {
  text-decoration: none;
  vertical-align: middle;
}

button,
input.button,
input[type="submit"],
input[type="file"] {
  cursor: pointer;
}

a.button,
div.button,
span.button,
ul.tabs > li > a,
ul.tabs > li {
  display: inline-block;
}

button {
  cursor: pointer;
}

a.button:hover,
ul.tabs a:hover {
  text-decoration: none;
}

.button-bar {
  width: 100%;
  margin: 10px 0 14px;
}

.button-bar.separator {
  padding-top: 12px;
  border-top: 1px solid #B2BCC8;
}

.submit .button-bar.separator {
  margin: 5px 0 14px;
}

ul.tabs > li {
  position: relative;
}

/* Sizes */
button {
  padding-bottom: 2px !important;
}

.button.bold {
  font-weight: 700;
}

.button.small {
  font-size: 11px;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  font-weight: 400 !important;
}

.button.normal {
  font-size: 13px;
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
}

.button.medium {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
}

.button.big {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}

.button.medium,
.button.big {
  font-size: 18px;
}

.button.big.naked {
  padding: 1px 9px;
}

.button.medium.naked {
  padding: 1px 7px;
}

.button.normal.naked {
  padding: 1px 5px;
}

.button.big.naked:hover {
  padding: 0 8px;
}

.button.medium.naked:hover {
  padding: 0 6px;
}

.button.normal.naked:hover {
  padding: 0 4px;
}

.align-left .button {
  margin: 0 4px 0 0;
}

.align-center .button {
  margin: 0 2px;
}

.align-right .button {
  margin: 0 0 0 4px;
}

.align-left .button.big {
  margin: 0 6px 0 0;
}

.align-center .button.big {
  margin: 0 3px;
}

.align-right .button.big {
  margin: 0 0 0 6px;
}

/* Colors */
.button,
.button.naked:hover {
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #b2bcc8;
}

.button,
.button.naked:hover,
.tab-menu {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VlZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eceef2));
  background: linear-gradient(to bottom, #ffffff 0%, #eceef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eceef2',GradientType=0 );
}

.button:hover,
.tab-menu li:hover {
  background: #f9fcff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZmNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGYxZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9fcff), to(#e0f1fe));
  background: linear-gradient(to bottom, #f9fcff 0%, #e0f1fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcff', endColorstr='#e0f1fe',GradientType=0 );
}

.button.naked {
  color: #666;
  border: none;
  text-shadow: none;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  /* IE6-9 */
}

.button.gray {
  background: #f0f4f8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjRmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWUwZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f4f8), to(#dae0e7));
  background: linear-gradient(to bottom, #f0f4f8 0%, #dae0e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f8', endColorstr='#dae0e7',GradientType=0 );
}

.button.gray:hover {
  background: #f8f9fa;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjlmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWUwZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#dae0e7));
  background: linear-gradient(to bottom, #f8f9fa 0%, #dae0e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9fa', endColorstr='#dae0e7',GradientType=0 );
}

.button.orange {
  color: #934506;
  border-color: #dc9a1c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #fbde96;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2ZiZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZjljODZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YjAyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fbde96), color-stop(3%, #f9c86a), to(#f7b029));
  background: linear-gradient(to bottom, #fbde96 3%, #f9c86a 3%, #f7b029 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c86a', endColorstr='#f7b029',GradientType=0 );
}

.button.orange:hover {
  background: #fbde96;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iI2ZiZGU5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmFkNzk0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YjAyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fbde96), color-stop(3%, #fad794), to(#f7b029));
  background: linear-gradient(to bottom, #fbde96 3%, #fad794 3%, #f7b029 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fad794', endColorstr='#f7b029',GradientType=0 );
}

/* tab menu */
.tab-menu {
  height: 34px;
  border: 1px solid #bcc4cf;
  -webkit-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
}

.tab-menu li {
  border-right: 1px solid #bcc4cf;
}

.tab-menu a {
  display: block;
  height: 34px;
  padding: 0 10px;
  line-height: 34px;
}

.tab-menu li.current,
.tab-menu li.current:hover {
  background: #e5e7ed;
  -webkit-box-shadow: inset 0px 2px 4px rgba(153, 162, 181, 0.5);
  box-shadow: inset 0px 2px 4px rgba(153, 162, 181, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

@media (min-width: 1024px) {
  #main-nav > li:hover > a {
    background: #e5e7ed;
    -webkit-box-shadow: inset 0px 2px 4px rgba(153, 162, 181, 0.5);
    box-shadow: inset 0px 2px 4px rgba(153, 162, 181, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
}

.tab-menu li {
  position: relative;
  float: left;
  height: 34px;
}

.tab-menu li .cusps {
  display: none;
  width: 24px;
  height: 14px;
  background: url(images/tab_menu_active_cusps.svg) no-repeat center top;
}

.tab-menu li.current .cusps {
  display: block;
  width: inherit;
  top: 35px;
}

#subpage-nav.tab-menu {
  /*width: 628px;*/
}

/******************************************************

				   FEATURED /PAGETOP
					
******************************************************/
/*------------- Home featured ------------*/
#featured-container {
  margin-bottom: 0;
}

#featured-container .featured-post {
  background-size: 1258px 430px;
  background-color: #000;
  background-position: center;
}

.featured-post {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #000;
  margin-bottom: 60px;
}

.featured-post,
.featured-post .margin {
  height: 430px;
}

.featured-post .margin {
  position: relative;
}

.featured-text {
  width: 456px;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.featured-text h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
}

.featured-text p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.featured-text.box-shadow {
  padding-bottom: 30px;
}

.featured-post .box {
  position: relative;
  padding: 20px 24px 26px;
}

.featured-text .button {
  position: absolute;
  right: 10px;
  bottom: -12px;
}

@media (max-width: 1023px) {
  .featured-post,
  .featured-post .margin {
    height: 42vw;
  }
  #featured-container .featured-post {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .featured-post,
  .featured-post .margin {
    height: 50vw;
  }
}

/*------------- Pagetop ------------*/
#pagetop {
  padding-bottom: 40px;
  background: url(images/page_top_bg.png) no-repeat center bottom;
  overflow: hidden;
}

#pagetop > div {
  position: relative;
  background-color: #000;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 200px;
}

#pagetop h1 {
  font-size: 40px;
  text-align: right;
  color: #fff;
}

#pagetop h2 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#pagetop .margin > h1 {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  line-height: 200px;
}

#pagetop .pagetop-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pagetop .pagetop-copy > div {
  width: 60%;
  margin-left: 40%;
  text-align: right;
}

#pagetop .pagetop-online-fernuberwachung {
  background-image: url(images/pagetop-online-fernuberwachung.png);
}

#pagetop .pagetop-online-daten-manager {
  background-image: url(images/pagetop-online-daten-manager.png);
}

#pagetop .pagetop-datenschutz {
  background-image: url(images/pagetop-datenschutz.png);
}

#pagetop .pagetop-das-team {
  background-image: url(images/pagetop-das-team.png);
}

#pagetop .pagetop-warnanlage {
  background-image: url(images/pagetop-warnanlage.png);
}

#pagetop .pagetop-impressum {
  background-image: url(images/pagetop-impressum.png);
}

#pagetop .pagetop-kontakt {
  background-image: url(images/pagetop-kontakt.jpg);
}

@media (max-width: 1023px) {
  #pagetop > div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }
  #pagetop .margin > h1 {
    width: 100%;
  }
}

@media (max-width: 800px) {
  #pagetop .pagetop-online-fernuberwachung {
    background-image: url(images/pagetop-online-fernuberwachung-xs.png);
  }
  #pagetop .pagetop-online-daten-manager {
    background-image: url(images/pagetop-online-daten-manager-xs.png);
  }
  #pagetop .pagetop-datenschutz {
    background-image: url(images/pagetop-datenschutz-xs.png);
  }
  #pagetop .pagetop-das-team {
    background-image: url(images/pagetop-das-team-xs.png);
  }
  #pagetop .pagetop-warnanlage {
    background-image: url(images/pagetop-warnanlage-xs.png);
  }
  #pagetop .pagetop-impressum {
    background-image: url(images/pagetop-impressum-xs.png);
  }
  #pagetop .pagetop-kontakt {
    background-image: url(images/pagetop-kontakt-xs.jpg);
  }
  #pagetop > div {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 130%;
    height: 200px;
  }
}

@media (max-width: 767px) {
  #pagetop .pagetop-copy > div {
    width: 100%;
    margin-left: 0;
    padding: 0 16px;
    text-align: right;
  }
  #pagetop > div {
    background-size: cover;
    height: 200px;
  }
  #pagetop h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    padding-top: 20px !important;
    line-height: 36px !important;
  }
  #pagetop .pagetop-copy {
    display: block;
    height: auto !important;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  #pagetop .pagetop-copy > div {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  #pagetop h2 {
    margin-left: 505%;
    font-size: 13px;
    line-height: 16px;
  }
  #pagetop .pagetop-online-fernuberwachung h1 {
    font-size: 25px;
  }
}

/******************************************************

				    	CONTENT
					
******************************************************/
/*------------- Home ------------*/
.home #services {
  padding: 42px 0 32px;
  min-height: 100px;
  background: url(images/services_bg.png) no-repeat center top;
}

@media (max-width: 767px) {
  .home #services {
    padding: 0 0 32px;
    background: none;
  }
}

.home #services h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0 5px;
}

.home #services h2,
.home #services p {
  font-size: 16px;
  line-height: 24px;
}

.home #services .image-wrapper {
  margin-right: 12px;
}

/*----------- Post / Page-----------*/
/*------------- Form ------------*/
.post-area form {
  margin: 15px 0 20px;
  overflow: hidden;
}

.wpcf7-form p > label {
  display: block;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid #c7cacf;
  background: #fff url(images/input_bg.gif) repeat-x;
}

.wpcf7-form p > label span.label,
.wpcf7-form p > label .label-full {
  float: left;
  display: block;
  height: 41px;
  line-height: 41px;
  padding-left: 12px;
  color: #888;
}

.wpcf7-form p > label.width-one-half {
  width: 50%;
}

.wpcf7-form p > label.width-one-third {
  width: 33%;
}

.wpcf7-form p.label {
  margin: 12px 0 5px;
}

.wpcf7-form p > label span.label {
  width: 25%;
  padding-right: 12px;
  background: #f5f5f5 url(images/input_label_bg.gif) no-repeat right center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form p > label .label-full {
  width: 100%;
  padding-bottom: 12px;
  height: 53px;
  background: #f5f5f5 url(images/textarea_label_bg.gif) no-repeat left bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form p > label input[type=text],
.wpcf7-form p > label textarea {
  background: none;
  border: 0;
  outline: 0;
  padding: 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7-form p > label input[type=text] {
  float: left;
  height: 41px;
  line-height: 25px;
  width: 75%;
}

.wpcf7-form p > label textarea {
  width: 100%;
}

.wpcf7-form p.button-bar {
  margin-top: 24px;
}

div.wpcf7-response-output {
  margin: 15px 0 !important;
  padding: 15px 15px 20px !important;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  border: none !important;
  background: #eeb662 !important;
  text-shadow: none;
}

span.wpcf7-not-valid-tip {
  font-size: 11pt;
  left: 9px !important;
  top: -4px !important;
}

div.wpcf7-mail-sent-ok {
  background: #ccd971 !important;
  border: none !important;
}

.captcha-wrapper {
  display: inline-block;
  background: #fff;
  border: 1px solid #c7cacf;
  padding: 8px;
}

/*-------------- Subpages ----------------*/
#subpages .sidebar {
  margin-top: 30px;
}

#subpages .post-area {
  margin-top: 30px;
}

/*--------------- Accordion ---------------*/
.accordion > h2 {
  margin-top: 12px;
}

.accordion > h2:first-child {
  margin-top: 0;
}

.accordion .accordion-content {
  padding: 24px 0;
  display: none;
}

.accordion .accordion-content.opened {
  display: block;
}

.accordion .accordion-toggle {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 14px 48px 14px 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eceef2));
  background: linear-gradient(to bottom, #ffffff 0%, #eceef2 100%);
  border-radius: 4px;
  border: 1px solid #bcc4cf;
}

.accordion .accordion-toggle::after {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  content: " ";
  background-size: 24px 24px;
  background: url(images/chevron_down.svg) no-repeat;
  right: 12px;
  top: calc(50% - 12px);
  -webkit-transition: 300ms rotate ease;
  transition: 300ms rotate ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion .accordion-toggle.current::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/******************************************************

				    	SIDEBAR
					
******************************************************/
.sidebar ul,
.sidebar .gray-box {
  font-size: 14px;
  line-height: 20px;
}

.sidebar > ul,
.sidebar .gray-box {
  padding: 15px;
  background: #f4f5f7 url(images/sidebar_arrow_down.svg) no-repeat 16px 0;
  background-size: 16px 8px;
}

.post ul li,
.sidebar ul li {
  margin-bottom: 5px;
  padding-left: 12px;
  background: url(images/bullets_small.png) no-repeat 0 6px;
}

.sidebar ul li {
  color: #697282;
}

.sidebar h4,
.sidebar ul li {
  font-size: 14px;
  line-height: 20px;
}

.sidebar h3,
.sidebar h4 {
  color: #717b8b;
}

.sidebar h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 15px 0 5px;
}

.sidebar h3:first-child {
  margin-top: 5px;
}

.sidebar h4 {
  margin: 9px 0 5px;
}

/*.sidebar h4:first-child {
	margin-top: 3px;
}*/
.sidebar .gray-box p {
  margin-bottom: 7px;
}

/*-------- Contact info ---------*/
#contact-info li {
  padding: 0 0 8px 0;
}

#contact-info li div {
  margin-left: 28px;
  overflow: hidden;
  min-height: 15px;
}

#contact-info h5 {
  padding-bottom: 3px;
}

/******************************************************

				    	FOOTER
					
******************************************************/
/*-------- Call to action ---------*/
#call-to-action {
  margin-bottom: 18px;
}

#call-to-action > div {
  padding: 18px;
  background: #e5e7ed;
}

#call-to-action h4 {
  width: 40%;
  padding-right: 10px;
  text-align: right;
  font-weight: 400;
}

#call-to-action h4 span {
  width: 100%;
  display: block;
  font-style: normal;
}

#call-to-action h4,
#call-to-action p,
#call-to-action a {
  float: left;
  font-size: 18px;
  line-height: 35px;
  height: 35px;
  color: #515b6c;
}

#call-to-action p,
#call-to-action a {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}

#call-to-action span {
  margin: 0 7px 0 0;
}

@media (max-width: 767px) {
  #call-to-action {
    text-align: center;
  }
  #call-to-action > div {
    padding: 16px;
  }
  #call-to-action h4 {
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
  }
  #call-to-action h4,
  #call-to-action p,
  #call-to-action a {
    text-align: center;
    float: none;
  }
  #call-to-action p,
  #call-to-action a {
    display: inline-block;
  }
}
/*# sourceMappingURL=style.css.map */