/*
Theme Name: kombinat
Version: 1.0
Description: A child theme of Vantage
Author: web1441
Template: vantage
*/

@import url("../vantage/style.css");

@font-face {
  font-family: 'ImparaLigWeb';
  src: url('https://kathmann-bueroservice.de/wp-content/themes/kombinat/fonts/ImparaLigWeb.woff') format('woff'),
        url('https://kathmann-bueroservice.de/wp-content/themes/kombinat/fonts/ImparaLigWeb.eot') format('eot');
}

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,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
       /* font-family: "ImparaLigWeb" !important; */
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ 
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ 
	-webkit-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ 
	-ms-text-size-adjust: 100%; /* Keeps page centred in all browsers regardless of content height */ 
}

body {
	background: #fff;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0; /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ 
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

/* Consistent fonts across all elements */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Arial;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	word-wrap: break-word;
}

/* Links */

a {
	color: #248cc8;
}

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

/* Headings and Rulers */

hr {
	height: 1px;
	
	background-color: #ccc;
	border: 0;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

/* Text elements */

p {
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier New", Courier, mono;
}

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

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

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

sup {
	bottom: 1ex;
	
}

sub {
	top: .5ex;
	
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

button,
input,
select,
textarea {
	*vertical-align: middle;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */ 
	margin: 0; /* Improves appearance and consistency in all browsers */ 
	vertical-align: baseline;
}

button,
input {
	*overflow: visible;
	line-height: normal; /* Corrects inner spacing displayed oddly in IE6/7 */ 
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	width: auto;
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
	background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #dfdfdf);
	border-bottom: solid 1px #9f9f9f;
	border-left: solid 1px #c3c3c3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-right: solid 1px #c3c3c3;
	border-top: solid 1px #d2d2d2;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #646464;
	cursor: pointer; /* Corrects inability to style clickable 'input' types in iOS */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 12px 20px;
	text-decoration: none; /* Improves usability and consistency of cursor style between image-type 'input' and others */ 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-appearance: button;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #ffffff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
	background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
	background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
	background: -o-linear-gradient(#ffffff, #ebebeb);
	border-bottom: solid 1px #a8a8a8;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-top: solid 1px #dadada; /* Button hover style */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-bottom: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
	border-right: solid 1px #bbbbbb;
	border-top: solid 1px #aaaaaa; /* Button click style */ 
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	-ms-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-moz-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	-webkit-box-sizing: border-box; /* Addresses excess padding in IE8/9 */ 
	box-sizing: border-box;
	padding: 0; /* Addresses excess padding in IE8/9 */ 
}

input[type="search"] {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Corrects inner padding displayed oddly in S5, Chrome on OSX */ 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */ 
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Improves readability and alignment in all browsers */ 
	vertical-align: top;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.assistive-text {
	position: absolute !important;
	
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
	clip: rect(1px, 1px, 1px, 1px);
}

.page-links {
	clear: both;
}

#site-title a {
	color: inherit;
}

body {
	background: #dadada;
}

.entry-content table {
     border: none !important;
}


/*  HEADER  */
header#masthead hgroup {
    padding-bottom: 0px;
}

header#masthead hgroup .logo {
    float: left;
    max-width: 30%;
    padding-top: 22px;
}

/*
header#masthead {
    background: none repeat scroll 0 0 #FCFCFC;
    max-width:1080px;
margin-left:auto;
margin-right:auto;
}
*/


/*  NAVIGATION  */
.menu-menu-1-container {
    padding-top: 32px;
}


.main-navigation ul li {
    float: left;
}

.main-navigation a {
    color: #000;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.main-navigation ul li a {
    font-size: 18px;
    padding: 20px 12px 5px 12px;
    font-weight: 700;
}

div.menu{
width:100%;
float:right;
}

.main-navigation {
    background: none repeat scroll 0 0 #fcfcfc;
    float: right;
    width: 100%;
margin: 0;
}

.main-navigation.sticky {
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
}

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

.main-navigation ul li:hover a{
padding: 20px 12px 5px 12px;
background: #009FE3;
}

.main-navigation ul li li a{
padding: 20px 12px 5px 12px;
background:#666;
color:#fff;
}

.main-navigation ul li li:hover a{
padding: 20px 12px 5px 12px;
background:#666;
color:#009FE3;
}

.separator {
    color: #666666;
    padding: 18px 0 0;
}

/* MAIN WRAPPER */
h1, h2, h3, h4, h5, h6 {
    font-family: "ImparaLigWeb" !important;
}

h1 {
font-size:14px !important;
font-weight:bold !important;
color:#666 !important;
}

.fa {
    color: #000 !important;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
font-size:1.2em !important;
font-weight:bold !important;
color:#000 !important;
font-family: "imparaligweb";
}

.entry-content h5 {
    font-size: 13px;
    font-size:13px;
    font-weight:bold;
    color:#000;
}

h21 {
font-size:13px;
font-weight:bold;
}

.widget_circleicon-widget .circle-icon-box .circle-icon {
    position: absolute;
    width: 65px;
    height: 65px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #009FE3;
}

.widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
}

.widget_circleicon-widget .circle-icon-box .circle-icon [class^="icon-"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1em;
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 1.1em;
    margin-top: -0.5em;
    text-align: center;
}

.widget_circleicon-widget .circle-icon-box h4 {
color:#000 !important;
font-weight: 700 !important;
font-family:"ImparaLigWeb";
font-size: 1.2em;
}

#main {
    background: none repeat scroll 0 0 #F5F4F3;
    padding: 35px;
    font-family: "ImparaLigWeb";
}

.entry-content {
color:#000 !important;
}


body.layout-full {
    background-color: #d8d7d2;
}

.entry-content td {
line-height:1.4;
}

p {
    font-family: "ImparaLigWeb";
}

a {
    font-family: "ImparaLigWeb";
}


/*  WIDGET  */
.panel-grid-cell .widget-title {
font-size:13px !important;
color:#000 !important;
font-weight:bold !important;
}

.widget_circleicon-widget .circle-icon-box a.more-button {
float:right;
}

.widget_circleicon-widget .circle-icon-box a.more-button:hover {
color:#009FE3;
}

.widget_circleicon-widget .circle-icon-box p.text {
     color: #000 !important;
     font-size: 1.0em;
}

.widget_headline-widget .decoration {
    border-top: 1px solid #bdbdbd;
}

.widget_circleicon-widget .circle-icon-box a.more-button {
    color: #666;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    font-style: italic;
}

#panel-5-2-0-0 h1{
font-size:1.4em !important;
color:#000 !important;
font-weight:bold !important;
font-family: "ImparaLigWeb";
}

#panel-61-0-0-0 h3 {
font-size:13px !important;
font-weight:normal !important;
}

.entry-content h3 {
    color: #000 !important;
    font-size:1.2em !important;
    font-weight: bold !important;
    font-family: "ImparaLigWeb";
}

/*  METASLIDER  */
.metaslider .flexslider {
     margin: 0 0 !important;
}

.metaslider .flexslider .caption-wrap  {
    left: 0px;
    bottom: 0px;
    width: 20% !important;
    height: 100%;
    left: auto;
    background-image:url("../parabola/images/logo-swz.png") !important;
    background-repeat:no-repeat !important;
    background-position: center 8% !important;
    background-size: 90% auto !important;
}

.metaslider .caption {
    bottom: 0;
    padding: 14px !important;
    position: absolute;
    word-wrap: break-word;
    font-size:1.0em;
    line-height: 1.6em;
    font-weight:;
letter-spacing:0.02em;
text-align:;
color:#000;
font-size:12px;
font-family:"ImparaLigWeb";
}

.metaslider .caption h1 {
color:#000 !important;
font-family: "ImparaLigWeb";
    font-weight: bold !important;
}

.metaslider .caption-wrap {
    background:#D8D7D2;
    opacity:1.0;
}

/*
.metaslider .flexslider .slides ul, .metaslider .flexslider .slides ol, .metaslider .flexslider .flex-direction-nav, .metaslider .flexslider .flex-direction-nav li, [class*="-article"] .metaslider img {
padding:20px !important;
}
*/

.flexslider .flex-control-paging {
    bottom: 15px;
    list-style: none outside none;
    padding: 0px 30px !important;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 20;
}

.metaslider {
    border-bottom: 8px solid #009FE3;
}

/*  PANEL GRID  */
.panel-row-style-wide-grey {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
}

#pgc-5-3-0 .circle-icon{
display:none;
}

#pgc-5-3-1 .circle-icon{
display:none;
}

#pgc-5-3-2 .circle-icon{
display:none;
}

#pg-5-3 .widget_circleicon-widget .circle-icon-box.circle-icon-position-top{
padding-top:15px;
}

#pgc-5-3-0 h4{
text-align:;
}

#pgc-5-3-1 h4{
text-align:;
}

#pgc-5-3-2 h4{
text-align:;
}

#pg-5-3{
margin-top:4%;
}

#pg-5-2 .panel-grid-cell {
    border-top:1px solid #d8d7d2;
    border-bottom:1px solid #d8d7d2;

}

/*  FOOTER  */


#theme-attribution {
display:none;
}


/*
#footer-menu {
    color: #AAAAAA;
    font-size: 11.5px;
    margin: 0px 15px 0px 15px;
    width:100%;
    float:left;
}
*/

#footer-menu {
    color: #aaaaaa;
    font-size: 16px;
    margin: auto;
    max-width: 1080px;
   clear:both;
}

#footer-menu ul{
margin-left:0px;
list-style:none;
line-height:1.4em;
}

#colophon #theme-attribution {
    border-top: 1px solid #bdbdbd;
    clear: both;
    margin: auto;
    max-width: 1080px;
    text-align: left;
}

#colophon #site-info {
    border-top: 1px solid #bdbdbd;
    clear: both;
    margin: auto;
    max-width: 1080px;
    text-align: left;
}

#footer-menu h4 {
    color: #000;
    font-family: "ImparaLigWeb";
    font-size: 1.0em;
    font-weight: bold;
    padding-bottom: 1%;
}

#part-four h10 {
    float: left !important;
    font-size: 1.0 !important;
    font-weight: bold !important;
    text-align: right !important;
    width: 38%;
    font-family: "ImparaLigWeb";
}

#part-four p {
    font-size: 0.9em;
    line-height: 1.5em;
}

#footer-menu li a{
color:#000;
text-decoration:none;
font-size: 0.9em;
}

#footer-menu li a:hover{
color:#009FE3;
}

div.part-one {
width:20%;
background-color:;
float:left;
padding-left:0%;
padding-right:2%;
 padding-bottom: 2%;

}

#part-one h4{
font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande , sans-serif;
font-size:1.0em;
font-weight:bold;
}

#part-two {
width:20%;
background-color:;
float:left;
padding-left:0%;
padding-right: 2%;
 padding-bottom: 2%;
}

#part-three {
width:20%;
background-color:;
float:left;
padding-left:0%;
padding-right: 2%;
 padding-bottom: 2%;
color: #000;
}

#part-three p{
color: #000;
font-size: 0.9em;
line-height: 1.5em;
}

#part-four {
width:34%;
background-color:;
float:left;
padding-left:0%;
padding-right:;
color:#000;
 padding-bottom: 2%;
}

#part-four h10 {
width:38%;
text-align:right;
float:left;
font-size:1.0em;
font-weight:bold;
color:#000;
}

#part-four a {
text-decoration:none;
}

#part-four a:hover{
color:#333;
}

#colophon {
    background: none repeat scroll 0 0 #d8d7d2;
    margin-bottom: 20px;
    padding: 30px;
}

.layout-full #colophon {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 30px;
}

.login h1 a {
display:none !important;
}

textarea {
width:80%;
}

/*  MEDIA SCREEN  */

@media screen and (max-width: 640px) {
.metaslider .flexslider .caption h1{
display:none;
}
.metaslider .flexslider .caption {
display:none;
}
div.part-one {
    width: 75% !important;
margin-left: 25% !important;
margin-bottom:6px !important;
}
#part-two {
    width: 75% !important;
margin-left: 25% !important;
margin-top:6px !important;
float:none !important;
}
#part-three {
    width: 75% !important;
margin-left: 25% !important;
margin-top:6px !important;
float:none !important;
}
#part-four {
    width: 100% !important;
margin: 6px auto !important;
}
}

