/*
Theme Name: frederix.de
Description: Website von frederix.de
Author: pixalix design
Author URI: http://www.pixalix-design.de/
Version: 1.0.0
Text Domain: frederix.de
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Frederix
# FontAwesome Icons

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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: Helvetica, Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Helvetica, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see 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:none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	/*margin-left: 1.5em;*/
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button: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);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.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 {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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. */
}

/*--------------------------------------------------------------
# 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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.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: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## FREDERIX
--------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:24px;

	color: #333;
}

/* --------------------------------------------------------------*/

section {
		padding: 24px 0 ;
	}


/* SECTION BORDER TOP BOTTOM */
.section-border-top {
	border-top: 1px solid #ccc;
}
.section-border-bottom {
	border-bottom: 1px solid #ccc;
}
.section-border-top-bottom {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.section-bg-bottom-right {
	background-position:bottom right;
}
.section-bg-bottom-center {
	background-position:bottom center;
}
.section-bg-bottom-left {
	background-position:bottom left;
}

.section-bg-top-right {
	background-position:top right;
}
.section-bg-top-center {
	background-position:bottom center;
}
.section-bg-top-left {
	background-position:bottom left;
}

.section-bg-center-right {
	background-position:center right;
}
.section-bg-center-center {
	background-position:center center;
}
.section-bg-center-left {
	background-position:bottom left;
}

/* SECTION - TEXT - MULTI COLUMNS
---------------------------------------*/
.multi-col {
	 -moz-column-width: 24em;
	-webkit-column-width: 24em;
	column-width: 24em;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.multi-col > p:first-child {
  margin-top: 0px;
}

.multi-col p{
	-webkit-column-break-inside: avoid-column;
	-moz-column-break-inside: avoid-column;
	-o-column-break-inside: avoid-column;
	column-break-inside: avoid-column;
}

/* Arrow Bottom
---------------------------------------*/

section.arrow-bottom-gray {
	position: relative;
	background: #f7f7f7;
	margin-bottom: 48px;
	border-top: none;
}

section.arrow-bottom-gray:after, section.arrow-bottom-gray:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

section.arrow-bottom-gray:after {
	border-color: rgba(247, 247, 247, 0);
	border-top-color:#f7f7f7;
	border-width: 20px;
	margin-left: -20px;
}

/* white */
section.arrow-bottom-white {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e5;
	margin-bottom: 48px;
	border-top: none;
}

section.arrow-bottom-white:after, section.arrow-bottom-white:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

section.arrow-bottom-white:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color:#fff;
	border-width: 20px;
	margin-left: -20px;
}

section.arrow-bottom-white:before {
	border-color: rgba(247, 247, 247, 0);
	border-top-color: #e5e5e5;
	border-width: 22px; margin-left: -22px;
}

/* --------------------------------------------------------------*/

/* CONTAINERS - Breite 1200px - 90%  */
.fw-container, footer .site-info {
	width: 90%;
	margin: 0 auto;

}


@media only screen and (min-width: 1200px) {
	.fw-container, footer .site-info  {
		width: 1200px;
		margin: 0 auto;
	}

	section {
		padding:48px 0 ;
	}
}


/* --------------------------------------------------------------*/

h1 {
	font-weight: 300;
	color: #004E9E;
	line-height: 48px;
	font-size: 2.2em;
}

h2{
	font-weight: 300;
	color: #004E9E;
	line-height: 36px;
	font-size: 1.6em;
}


h3 {
	font-weight: 400;
	color: #004E9E;
	font-size: 1.2em;
}

h4 {
	font-weight: 400;
	color: #004E9E;
	font-size: 1.1em;
}

h5,h6 {
	font-weight: 400;
	color: #004E9E;
	font-size: 1.0em;
}

/*-----------------------------------------------
## Links
------------------------------------------------*/
a,
a:focus,
a:visited,
a:active{
	color: #004E9E;
	text-decoration: none;
}

a:hover{
	color: #000;
}



/*-----------------------------------------------
## NAVIGATION TOP
------------------------------------------------*/
@font-face {
	font-family: 'fx-menu';
	src: url('fonts/fx-menu.eot');
}

@font-face {
	font-family: 'fx-menu';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont-v=4.3.0.eot');
  src: url('fonts/fontawesome-webfont-.eot#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont-v=4.3.0.woff2') format('woff2'), url('fonts/fontawesome-webfont-v=4.3.0.woff') format('woff'), url('fonts/fontawesome-webfont-v=4.3.0.ttf') format('truetype'), url('fonts/fontawesome-webfont-v=4.3.0.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-----------------------------------------------
## Listen mit
------------------------------------------------*/
section li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin:0 5px 0 -15px;
	color: #004E9E;
}

/* 1. CONTAINER NAVIGATION TOP
************************************************/

.fx-navigation-top {
	position: fixed;
	line-height: 48px;
	height: 48px;
	width: 100%;
	padding: 0 20px;

	text-align: left;

	background:rgba(255,255,255,0.9);
	border-bottom: 1px solid #ccc;

	z-index: 10000;
}


.search-form {
	display: inline-block;
	right: 20px;
	top: 1px;
}

.search-field {
	background-color: transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 25px;

	margin: 3px 5px;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 75px;
}

.search-field:focus {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: text;
	outline: 0;
	width: 150px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}


/* 2. SOCIAL MEDIA ICONS
************************************************/
a.fx-twitter{
	color:#4099FF;
}
a.fx-pinterest {
	color:#cb2027;
}
a.fx-facebook{
	color:#3b5998;
}

a.fx-twitter:before{
font-family: 'FontAwesome';
	content: "\f099";
}


a.fx-pinterest:before {
font-family: 'FontAwesome';
content: "\f0d3";
}


a.fx-facebook:before{
font-family: 'FontAwesome';
content: "\f082";

}

a.fx-twitter, a.fx-facebook, a.fx-pinterest{
	font-size: 20px;
	padding: 0 2px;
}

/* 3. MENU TOP -> HAUPTNAVIGATION
************************************************/

.fx-navigation-top-menu {
	float: right;
	text-align: right;
}

span.menu-item a{
	padding: 0 5px;
	color:#333;
}

span.menu-item a:hover{
	color:#004E9E;
}

span.menu-item a:last-child {
		margin-right: 10px;
	}

@media screen and (max-width: 779px) {
	span.menu-item a {
		display:none;
	}
}

/* 4. HAMBURGER -> FÜR DETAILLIERTE NAV.
************************************************/
.fx-navigation-top-hamburger {
	float: left;
	width: 30px;
	display: block;
	z-index: 300000000;
}
.fx-navigation-top-hamburger a#simple-menu:before {
font-family: 'FontAwesome';
	content: "\f0c9";
	font-size: 28px;
}

#simple-menu {
  cursor: pointer;
  margin-left:12px;
  font-size: 28px;
  position: fixed;
}



/*-----------------------------------------------
## BLAU BANNER
------------------------------------------------*/

/* 1. CONTAINER BRANDING
************************************************/

#site-branding{
	position:relative;
	height: 96px;
	background: #004E9E;
	width: 100%;
}

#site-branding a{
	color:#fff;

}

/* 2. LOGOS FX + APPLE
************************************************/
.fx-logo {
	position:absolute;
	bottom:0;
	left:0;
}

.apple-logo {
	position:absolute;
	bottom: 10px;
	right:26px;
}

@media screen and (max-width: 600px) {
	.fx-logo-img, .apple-logo-img {
		width: 75%;
		height: 75%;
	}

	.apple-logo {
		right:0px;
	}
}

/*-----------------------------------------------
## VIDEO RESPONSIVE
------------------------------------------------*/
 .videocontainer{
      width: 100%;
      height: 0;
      padding-bottom: 56.00%;
      overflow: hidden;
      position: relative;
      border:1px solid #f7f7f7;
    }
    .videocontainer.r1{
      padding-bottom: 100%;
    }
    .videocontainer iframe, .videocontainer embed, .videocontainer object{
      width: 100%!important; height: 100%!important;
      position: absolute;
      top: 0; left: 0;
    }




/*-----------------------------------------------
## GOOGLEMAPS + FOTO
------------------------------------------------*/

.block-google-map-foto{
	width:100%;
}

.map-canvas-block, .fotogooglemap {
    width: 50%;
    height: 500px;

}

.map-canvas-block {
	position: relative;
	background: #f2f0e9;
	float: right;
}


.map-canvas-block:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 240, 233, 0);
	border-right-color: #f2f0e9;
	border-width: 20px;
	margin-top: -20px;
}

#map-canvas{
		height: 100%;
    	width:100%;
	}


.fotogooglemap{
	float: left;
	background-image:url("fx-images/fx-foto-kontakt.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;         /* Safari 3.0 */
	-moz-background-size: cover;           /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: cover;           /* Opera 9.5 */
    background-size: cover;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}

@media screen and (max-width: 1199px) {

	.block-google-map-foto{

}
	.map-canvas-block{
   		float:none;
		height: 500px;
    	width:100%;

	}
	.fotogooglemap {
   		float:none;
		height: 500px;
    	padding-top:20px;
    	width:100%;
	}
	.block-google-map-foto{
		width:100%;
		height: auto;
	}

	.map-canvas-block:after {
	display:none;

}

}

/*-----------------------------------------------
## PAGE BANNER and SLIDER
------------------------------------------------*/


ul.sliders {
	list-style: none;
	margin: 0;
	padding:0;
}

ul.sliders li{
	margin: 0;
	padding:0;
	position: relative;
}

#slider1 .caption{
	bottom:48px;
	right:0;
	position: absolute;
	display:block;
	z-index:100;
	color:#fff;
	background:rgba(0, 78, 158, 0.7);
	padding:20px;
	font-size: 2.0em;
	max-width: 50%;
	line-height: 63px;
}

#sliderfooter .captionfooter {
    	position:absolute;
    	display:block;
    	z-index:100;
    	color:#333;
    	width:100%;
    	text-align: center;
    	top:0;
    	left: 0;
}

@media screen and (max-width: 779px) {
	#slider1 .caption {
		padding:5px;
    	font-size: 1.0em;
    	bottom:12px;
    }
    #sliderfooter .captionfooter {
    	display: none;
    }
}

@media screen and (min-width: 780px) {
	#slider1 .caption {
    	padding:10px;
    	font-size: 1.5em;
    	bottom:24px;
    }
    #sliderfooter .captionfooter {
    	font-size: 0.9em;
    }
}

@media screen and (min-width: 1200px) {
	#slider1 .caption {
    	padding:15px 15px 15px 30px;
    	font-size: 2.0em;
    	bottom:36px;
    }
    #sliderfooter .captionfooter {
    	font-size: 0.9em;
    }
}

@media screen and (min-width: 1600px) {
	#slider1 .caption {
    	padding:20px;
    	font-size: 2.4em;
    	bottom:48px;
    }
    #sliderfooter .captionfooter {
    	font-size: 1.0em;
    }
}








.bx-default-pager {
	display: none;
}

.bx-wrapper {
	border:none;
	padding: 0;
	margin: 0;
}

/*-----------------------------------------------
## MAIN
------------------------------------------------*/


/* 1. BUTTONS
************************************************/

.btn {
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	padding: 10px 20px;
	margin: 0 10px;

	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

a.btn-blue:hover, a.btn-white {
	background: #004E9E;
	color: #fff;
	/*border: 1px solid #fff;*/
}

a.btn-blue:hover {
	border: none;
}



a.btn-blue, a.btn-white:hover {
	background: #fff;
	color: #004E9E;
	border: 1px solid #004E9E;
}

/* 2. ICONS
************************************************/

.icon-with-border,
.icon-without-border{
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-right: auto;
	margin-left: auto;
}

.icon-with-border{
	border: 1px solid #004E9E;
	border-radius: 50%;
}

/* 3. SUPPORT BOXEN
************************************************/

.support-box {
  margin-bottom: 36px;
  padding:0 9px;
  text-align: center;
  margin-top: 24px;
}

.support-box .fw-iconbox-image {
	border: 1px solid #004E9E;
	border-radius: 50%;
}

.support-box .fw-iconbox-image,
.support-box .fw-iconbox-imagenoborder{
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-right: auto;
	margin-left: auto;
}


.support-box .support-icon i {
	display: block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 36px;
	text-align: center;
}


.support-box .support-img {
  margin-bottom: 30px;
}

.support-box .support-info h3 {
   font-size: 18px;
   margin-bottom: 24px;
}

/* 4. FEATURES BOXEN
************************************************/

feature-box {
  margin-bottom: 36px;
  padding:0 9px;

  margin-top: 24px;
}

.feature-box .feature-icon i {
	display: block;
	font-size: 36px;
	text-align: left;
	color: #666;
}

.feature-box .feature-info{
 position: relative;
}

.feature-box .feature-info h3 {
   font-size: 18px;
   margin-bottom: 24px;
}

.feature-info h3:after {
  position: absolute;
  background: #666;
  width: 72px;
  height: 3px;
  top: 40px;
  opacity: .4;
  left: 0;
  font-size: 68px;
  content: " ";
}

.feature-info-text {
	text-align: justify;
	padding-right: 10px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
    hyphens: auto;
}

/* 5. PRODUKTE
************************************************/
@media screen and (min-width: 600px) { /* bis 1600 */
	.fw-col-sm-3 {
		width: 100% !important;
	}
}

@media screen and (min-width: 900px) { /* bis 1600 */
	.fw-col-sm-3 {
		width: 50% !important;
	}
}

@media screen and (min-width: 1199px) { /* bis 1600 */
	.fw-col-sm-3 {
		width: 25% !important;
	}
}

@media screen and (min-width: 1200px) { /* bis 1600 */
	.fw-col-sm-3 {
		width: 25% !important;
	}
}



.fx-product {
	padding:24px 9px;
}

.fx-product .fx-product-container {
	position:relative;
	line-height: 0;
	margin-bottom: 8px;

}

.fx-product .fx-product-container:first-child {

}

.fx-product-container-border {
	border: 1px solid #e5e5e5;
}


img.fx-product-img {
	display: block;
}

.fx-product-img-hover{
	position: absolute;
	top: 0;
	left:0;
	display:none;
}

.fx-product-link {
	display: block;
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
}

.fx-product-link:hover > .fx-product-img-hover{
	display:block;
}

.fx-product-title {
	position: absolute;
	left: 21px;
    	height: 100%;
    	bottom: 0;
    	padding: 88px 0;
    	width: 89%;

	font-size: 1.0em;
	line-height: 36px;
	text-transform: uppercase;

	background:rgba(0, 78, 158, 0.7);
	color: #fff;
	transition: background 0.5s ease;
}



.fx-product-img-effect {
	-webkit-box-shadow: 0 8px 6px -6px #999;
	-moz-box-shadow: 0 8px 6px -6px #999;
	box-shadow: 0 8px 6px -6px #999;
}

.fx-product-blocktxt {
	padding: 0;
}


.fx-product-container{

    margin-bottom: 10px;
    margin-left:-20px;
    margin-right: -20px;
}


/* 6. REFERENZEN
------------------------------------------------*/


.fx-referenzen-text {
	font-size: 0.9em;

}

/*img background */
.fx-referenzen-block-img{

	width: 50%;
	background: #f7f7f7;
	background-position: bottom right ;
	-webkit-background-size: cover;         /* Safari 3.0 */
	-moz-background-size: cover;           /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: cover;           /* Opera 9.5 */
    background-size: cover;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */

}
/*txt referenz */
.fx-referenzen-block-text{
	float:right;
	width: 50%;
	background: #f7f7f7;
	padding: 0 24px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
    hyphens: auto;
    /*overflow: hidden;*/
}

.fx-referenzen-block-clear {
	clear:both;
	height: 0;
	width: 0;
}


.fx-referenzen-arrow-right-gray,
.fx-referenzen-arrow-left-gray,
.fx-referenzen-arrow-top-gray {
	position: relative;
	background: #f7f7f7;
	/*margin-bottom: 48px;*/
}

.fx-referenzen-arrow-left-gray:after,
.fx-referenzen-arrow-left-gray:before,
.fx-referenzen-arrow-right-gray:after,
.fx-referenzen-arrow-right-gray:before,
.fx-referenzen-arrow-top-gray:after,
.fx-referenzen-arrow-top-gray:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(247, 247, 247, 0);
	border-width: 20px;
	margin-top: -20px;
}

.fx-referenzen-arrow-right-gray:after,
.fx-referenzen-arrow-right-gray:before {
	right: 100%;
	top: 50%;
	border-right-color: #f7f7f7;
}

.fx-referenzen-arrow-left-gray:after,
.fx-referenzen-arrow-left-gray:before {
	left: 100%;
	top: 50%;
	border-left-color: #f7f7f7;
}

.fx-referenzen-arrow-top-gray:after,
.fx-referenzen-arrow-top-gray:before {
	bottom: 100%;
	left: 50%;
	border-bottom-color: #f7f7f7;
}


/* FÜR MOBILE */
.fx-referenzen-block-mobile,
.fx-referenzen-block-img-mobile,
.fx-referenzen-block-text-mobile{
		display: none;
	}

@media screen and (max-width: 1200px) { /* bis 1600 */
	.fx-referenzen-block,
	.fx-referenzen-block-img,
	.fx-referenzen-block-text{
		display: none;
	}

	.fx-referenzen-block-mobile,
	.fx-referenzen-block-img-mobile,
	.fx-referenzen-block-text-mobile{
		display: block;
	}

	.fx-referenzen-block-mobile{
		background: #f7f7f7;
	}

	.fx-referenzen-block-text-mobile{
		background: #f7f7f7;
		padding: 24px;
	}

	.fx-referenzen-block-img-mobile{margin-bottom:-5px;}
}



/* 7. Parallax
------------------------------------------------*/
.parallax {
	height:500px;

	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;

	-webkit-background-size: cover;   /* Safari 3.0 */
	-moz-background-size: cover;      /* Gecko 1.9 */
    -o-background-size: cover;        /* Opera 9.5 */
    background-size: cover;           /* Gecko 2.0 */

}

.parallax-block	{
	position: relative;
	height:400px;
	width: 100%;
}


.parallax-block-inner	{
	position: absolute;
	bottom:0;
	color: #fff;
	padding:0 24px;
	width: 50%;
}

.parallax-block-inner h2{
	color: #fff;
}



@media screen and (max-width: 779px) {
	.parallax-block-inner {
		left:0;
		right:0;
		width: 100%;
    }
}




/* TABS - SLIDER
------------------------------------------------*/

.fw-accordion .fw-accordion-title {
	color:  #004E9E !important;

}

/* KONTAKTFORMULAR
------------------------------------------------*/
form.wpcf7-form {
}

/* Styling Contact Form 7 validation with border */
span .wpcf7-not-valid {
    border: 1px solid #ff0000;
}

/* Remove the ‘Please fill the required field’ message */
span.wpcf7-not-valid-tip {
    display: none;
}

/* Improve validation error message box */
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
div.wpcf7-response-output {
    margin: 2em 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* Hide validation error message box */
div.wpcf7-validation-errors {
    display: none !important;
}

/*  Styling response based on mail sent status */
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}

.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}

.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}

/* Rendering checkboxes as block instead of original inline */
.wpcf7-list-item { margin:0 10px;/*display: block; float:left; width: 22%; margin: 5px;*/}

/*captcha img + field */
input.wpcf7-captchar {
	display: block;
	width: 75px;/**/
	margin: 0 auto;
}
img.wpcf7-captchac {
	display: block;
    margin-left: auto;
    margin-right: auto
}

/* Submit Button */

.wpcf7-form input[type="submit"]
{


	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	padding: 10px 20px;
	/*margin: 0 10px;*/

	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;

	background: #fff;
	color: #004E9E;
	border: 1px solid #004E9E;

	box-shadow:none;
	text-shadow:none;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 200px;

}

.wpcf7-form input[type="submit"]:hover{
	background: #004E9E;
	color: #fff;
	border: 1px solid #f7f7f7;
}

.wpcf7-text {
	width: 48%;
	margin: 5px 5px 5px 5px;
}

.wpcf7 input[type="radio"]:checked {
	color:red;
}

/* placeholder Felder */
::-webkit-input-placeholder { /* WebKit browsers */
   color: #004E9E;
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #004E9E;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #004E9E;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #004E9E;
   opacity:  0.5;
}
/* ---------------------------- */
/* NAVIGATION LEFT					*/
/* ---------------------------- */
@font-face {
	font-family: 'fx-menu';
	src: url('fonts/fx-menu.eot');
}

@font-face {
	font-family: 'fx-menu';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.sidr-top {
	margin-top: 48px;
	height:96px;
	display: block;
	background: #004E9E;
}

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 1.0em;
  color: #000;
  -webkit-box-shadow:inset -10px 0 5px -5px #e8e8e8;
  -moz-box-shadow:inset -10px 0 5px -5px #e8e8e8;
   -o-box-shadow:inset -10px 0 5px -5px #e8e8e8;
  box-shadow:inset -10px 0 5px -5px #e8e8e8;
  background-color: #fff;

}


.sidr .sidr-inner {
  padding: 0 0 15px;
}

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}



/* ICONS */

.sidr ul.menu {
	margin-top: 24px;
}

.sidr ul.menu li{
	display: block;
	line-height: 24px;
	list-style: none;
	padding-left: 10px;
	margin-bottom: 12px;
}

.sidr ul.menu li.home:before,
.sidr ul.menu li.systemhaus:before,
.sidr ul.menu li.hotspot:before,
.sidr ul.menu li.consulting:before,
.sidr ul.menu li.kontakt:before{
	margin-right: 15px;
	font-size: 1.0em;
	color:#004E9E;
}

.sidr ul.menu li.home:before{
	font-family: 'fx-menu';
	content: "\e903";
}
.sidr ul.menu li.systemhaus:before{
font-family: 'fx-menu';
	content: "\e984";
}
.sidr ul.menu li.hotspot:before{
font-family: 'fx-menu';
	content: "\e91b";
}
.sidr ul.menu li.consulting:before{
font-family: 'fx-menu';
	content: "\e972";
}
.sidr ul.menu li.kontakt:before{
font-family: 'fx-menu';
	content: "\e947";
}


.sidr ul.menu li ul.sub-menu li {
	margin-bottom: 0;
	padding-left: 35px;
}

.sidr ul.menu li a:hover{
	color: #000;
}

/*.sidr ul.menu li ul.sub-menu li:before{
	margin-left: 20px;
	margin-right:5px;
	font-family: 'fx-menu';
	content: '\ea1c';
	font-size: 0.7em;
	color:#004E9E;
}*/


.sidr ul.menu li ul.sub-menu li:first-child{
		border-top: 1px solid #ccc;
}



/*-----------------------------------------------
## FOOTER
------------------------------------------------*/

footer.site-footer {
	border-top:1px solid #ccc;
}

footer .site-info {
	text-align: center;
	color:#999;
	font-size: 0.8em;
}

.fx-footer {
	text-align: center;
	color: #999;
	font-size: 0.8em;
	line-height:18px;
}


#totop{
	position:static;
	display: block;
	bottom: 36px;
	right:36px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;

}




.cd-top {
color: #000;
	display: inline-block;
  height: 36px;
	width: 36px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;

  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #e5e5e5 url("fx-images/fx-arrow-gototop.png") center center no-repeat;

  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;

}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  color: #000;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  color: #000;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
  color: #000;
}

/* FORM PASSWORD - fx10 - Anmeldung - Juli 2015 */

.post-password-form {text-align: center; margin-top: 48px;}
/* ------------------------------------------- */

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    color: #000;
  }
  .cd-top.cd-is-visible:after{
	font-family: 'FontAwesome';
	content: "\f062";
  }
}
@media only screen and (min-width: 1200px) {
  .cd-top {
    height: 36px;
    width: 36px;
    right: 24px;
    color: #000;
  }
  .cd-top.cd-is-visible:after{
	font-family: 'FontAwesome';
	content: "\f062";
  }
}

iframe {
    border: 0!important;
}


/* Neue Styles
**************************
by herbstwerbung
**************************
*/

@font-face {
	font-family: 'themify';
	src:url('fonts/themify--fvbane.eot');
	src:url('fonts/themify-.eot#iefix-fvbane') format('embedded-opentype'),
		url('fonts/themify--fvbane.woff') format('woff'),
		url('fonts/themify--fvbane.ttf') format('truetype'),
		url('fonts/themify--fvbane.svg#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    font-size:17px;
    line-height:26px;
    color:#5a5a5a;
}

#site-branding {
    background: none;
    height:79px;
}

.fx-navigation-top {
    height: 127px;
}

.fx-navigation-top-menu {
    margin-top: 55px;
}

.search-form {
    right: 95px;
    top: 12px;
    position: absolute;
}

a.fx-twitter, a.fx-facebook{
    position: absolute;
    top: 20px;
    color: #afafaf;
}

a.fx-facebook{
    right: 33px;
}

a.fx-twitter{
    right: 63px;
}

.fx-logo {
    top: 30px;
    left: 30px;
    bottom: inherit;
    position: fixed;
    z-index:99999;
}

section{
    padding:70px 0;
}

/*h1, h2, .fx-referenzen-text .headline, h4{
    font-family: 'SimplonNorm-Medium-WebTrial.ttf';
}*/

#slider1 .caption{
    padding: 20px 50px;
    font-size: 63px;
    bottom: 30%;
    background: none;
    color: #000;
    font-weight: bold;
    height: auto;
}

.bx-wrapper img{
	width:100%;
}

.fx-product h2{
    font-weight:400;
    font-size:1.5em;
}

.fx-product h2 a, .fx-product a{
	color:#000;
}
.fx-product h2 a:hover, .fx-product a:hover{
	color:#004E9E;
}
.fx-product-link:hover > .fx-product-img-hover{
	display:none;
}

span.activ-home a:before, span.activ-systh a:before, span.activ-hotspot a:before, span.activ-consult a:before, span.activ-job a:before, span.activ-kontakt a:before{
	content:none!important;
}
span.menu-item a{
	position:relative;
}
.current-menu-item a:after{
	content: '';
    	position: absolute;
    	background: #004E9E;
    	width: 10px;
    	height: 3px;
    	bottom: 4px;
    	right: -8px;
}
span.menu-item a:last-child {
    margin-right: 18px;
}

.btn{
    background: #343434;
    color: #fff!important;
    margin: 15px 5px 0 0;
    float: left;
    border-radius: 4px;
    padding: 5px 12px 5px;
    box-shadow: 0px 1px 3px #9b9b9b;
}
.btn:hover{
    background: #000;    
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.btn:active{
    margin: 17px 0 -2px;
}
.btn-systemhaus{
    background: #00add9;
}
.btn-systemhaus:hover{
    background: #0196bc;
}
.btn-hotspot{
    background: #fc4237;
}
.btn-hotspot:hover{
    background: #d8382f;
}
.btn-consulting{
    background: #70d549;
}
.btn-consulting:hover{
    background: #60b83e;
}

.btn-border{
    background:none;
    box-shadow:none;
}
.btn-black{
    border:1px solid #000;
    color:#000!important;
    background:none!important;
    box-shadow:none;
float:left;
}
.btn-border.btn-systemhaus, .btn-black.btn-systemhaus:hover{
    border:1px solid #00add9!important;
    color: #00add9!important;
}
.btn-border.btn-hotspot, .btn-black.btn-hotspot:hover{
    border:1px solid #fc4237!important;
    color: #fc4237!important;
}
.btn-border.btn-consulting, .btn-black.btn-consulting:hover{
    border:1px solid #70d549!important;
    color: #70d549!important;
}
.btn-border:hover{
    color:#fff!important;
}



.systemhaus-bg h1, .hotspot-bg h1, .consulting-bg h1, .systemhaus-bg .h1, .hotspot-bg .h1, .consulting-bg .h1{
	font-size:60px;line-height:70px;margin:0;color:#fff;float:left;font-weight: bold;width:auto!important;
}
.systemhaus-bg h2, .hotspot-bg h2, .consulting-bg h2, .systemhaus-bg .h2, .hotspot-bg .h2, .consulting-bg .h2{
	font-size:40px;line-height:45px;margin:0;color:#fff;float:left;font-weight: bold;width:auto!important;
}
.systemhaus-bg h3, .hotspot-bg h3, .consulting-bg h3, .systemhaus-bg .h3, .hotspot-bg .h3, .consulting-bg .h3{
	font-size:27px;line-height:40px;margin:0;color:#fff;float:left;width:auto!important;
}
.systemhaus-bg h4, .hotspot-bg h4, .consulting-bg h4, .systemhaus-bg .h4, .hotspot-bg .h4, .consulting-bg .h4{
	font-size:19px;line-height:30px;margin:0;color:#fff;float:left;width:auto!important;
}

.systemhaus-bg h1.cursor:after, .systemhaus-bg h2.cursor:after, .systemhaus-bg h3.cursor:after, .systemhaus-bg h4.cursor:after, .hotspot-bg h1.cursor:after, .hotspot-bg h2.cursor:after, .hotspot-bg h3.cursor:after, .hotspot-bg h4.cursor:after, .consulting-bg h1.cursor:after, .consulting-bg h2.cursor:after, .consulting-bg h3.cursor:after, .consulting-bg h4.cursor:after{
    content: "";
    background: #fff;
    height: 10px;
    width: 50px!important;
    position: relative;
    float: right;
    top: 48px;
    margin: 0 0 0 24px;
}

/*.systemhaus-bg h2.cursor:after, .hotspot-bg h2.cursor:after, .consulting-bg h2.cursor:after{
    height: 7px;
    width: 44px;
    top: 29px;
    margin: 0 0 0 18px;
}*/

.systemhaus-bg a, .hotspot-bg a, .consulting-bg a{
    color:#fff;
}

.systemhaus-bg .btn, .hotspot-bg .btn, .consulting-bg .btn{
    background:#fff;
    color:#000;
    margin: 5px 0 15px;
    border-radius: 3px;
    border-bottom: 2px solid #dbdbdb;
    float: left;
    font-weight: bold;
    box-shadow: 0px 0px 3px #aaa;
}

.systemhaus-bg .fw-col-xs-12 div, .hotspot-bg .fw-col-xs-12 div, .consulting-bg .fw-col-xs-12 div{
    float:left;
    width:100%;
}

.systemhaus-bg, .hotspot-bg, .consulting-bg{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

h1.cursor, h2.cursor, h3.cursor, h4.cursor{
    margin:0!important;
    float:left;
    font-size:60px;
    line-height:70px;
    height:inherit!important;
    width:auto!important;
    background-color:inherit!important;
}

h1.cursor:after, h2.cursor:after, h3.cursor:after, h4.cursor:after{
    content: "";
    background: #000;
    height: 10px;
    width: 50px;
    position: relative;
    float: right;
    top: 47px;
    margin: 0 0 0 13px;
}

.cursor + h2.systemhaus, .cursor + h2.hotspot, .cursor + h2.consulting{
    margin:-75px 0 40px 105px!important;
}

.fx-product h2{
    color:#000;
    margin:20px 0 5px;
    line-height: 33px;
    font-size:1.2em;
}

.fx-product p{
    margin:0;
}

.fx-product .fx-product-container{
    text-align:center;
    padding:0 22px;
}

span.fx-product-title{
	visibility:hidden;
}
#produkte .fx-product-container:hover .fx-product-title{
	visibility:visible;
}
.fx-referenzen-text p{
    float:left;
    margin:0;
    font-size: 17px;
    line-height: 26px;
    color: #5a5a5a;
}

.fx-referenzen-text .headline{
    line-height: 75px;
    padding: 0 0px 30px 0;
}

.fx-referenzen-text .headline-cursor, .fx-referenzen-text .headline{
    float:left;
    margin:0;
    font-size:85px;
    font-weight: bold;
    margin: 32px 0 0 0;
    color:#000;
}

ul{
    float: left;
    width: 100%;
    padding:0 15px;
}

.fx-referenzen-text .cursor{
    height: 9px;
    width: 50px;
    background-color: #000;
    float: left;
    margin: 65px 0 0 10px;
}

.fx-referenzen-text h2.systemhaus, .fx-referenzen-text h2.hotspot, .fx-referenzen-text h2.consulting{
    float: left;
    margin: -70px 0 90px 105px;
    font-size: 35px;
    font-weight:400;
}

h2.systemhaus, h3.systemhaus, h4.systemhaus{
    color:#007bf0;
}

h2.hotspot, h3.hotspot, h4.hotspot{
    color:#ff4d00;
}

h2.consulting, h3.consulting, h4.consulting{
    color:#00af00;
}

.fx-referenzen-arrow-right-gray, .fx-referenzen-arrow-left-gray, .fx-referenzen-arrow-top-gray, .fx-referenzen-block-mobile{
    background:none;
    padding:0 25px 0 0;
}

.fx-referenzen-arrow-right-gray{
    padding:0 25px;
}

.fx-referenzen-arrow-left-gray:after, .fx-referenzen-arrow-left-gray:before, .fx-referenzen-arrow-right-gray:after, .fx-referenzen-arrow-right-gray:before, .fx-referenzen-arrow-top-gray:after, .fx-referenzen-arrow-top-gray:before{
    content:inherit;
    width:0;
    height:0;
    border:none;
}

.fx-referenzen-block{
    margin-bottom:100px;
    float:left;
}

.fx-referenzen-text{
    float: left;
    padding: 0 0 30px;
}

.phone{
    background:#fff;
    padding:20px 30px;
    color:#000;
    font-size: 28px;
    font-weight: bold;
    margin:5px 0 15px;
    float:left;
}

.systemhaus-bg p{
    margin:0;
}

h1, h2{
    font-weight: bold;
}

h1, h2, h3, h4{
    color:#000;
}

h1{
    font-size:65px;
    line-height:70px;
    margin: 0 0 32px 0;
}

h2{
    line-height: 50px;
    font-size: 48px;
    margin: 0 0 20px;
}

h3{
    margin: 8px 0 20px;
}

section ul{
    padding: 0px;
}

section li:before {
    margin: 0 10px 0 -28px;
    color: #000;
    font-family:'themify';
    content: '\e64c';
    color: #ff4d00;
}

section li{
    padding: 0 0 0 30px;
}

hr {
    background-color: #ccc;
    height: 2px;
    border-bottom: 1px solid #e4e4e4;
}

form strong{
    margin: 0 7px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
    box-shadow: inset 0px 1px 0px #eee;
    background:#f6f6f6;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000 !important;
}
 
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;  
}
 
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #000 !important;  
}
 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  
    color: #000 !important;  
}

.wpcf7-text{
    width:47%;
    position:relative;
}

.wpcf7-form input[type="submit"]{
border-radius:3px;
background:#242424;
border-bottom:2px solid #000;
color:#fff;
}

input:focus, textarea:focus{
    outline:0;
}

textarea{
    max-height:100px;
}

.parallax-block-inner{
    padding:25px;
}

@media (max-width:1199px){
    .phone{font-size:19px;}
    .systemhaus-bg h4{font-size:58px;}
}

@media (min-width:1025px){
    .logo-mobile{display:none;}
}

@media (max-width:1024px){
    .fx-logo{display:none;}
    .logo-mobile{display:block;width: 135px;margin-top: 7px;}
}
@media (min-width:769px){
    .only-mobile{
        display:none;
    }
}
@media (max-width:768px){
    .only-mobile{
        display:block;
    }

    .fx-product{
        margin-bottom:0px;
        float:left;
    }

    .fx-product h2{
        color:#000;
        margin:10px 0 5px;
    }

    .fx-referenzen-arrow-right-gray, .fx-referenzen-arrow-left-gray, .fx-referenzen-arrow-top-gray, .fx-referenzen-block-mobile{
        padding:0;
    }

    .phone{
        font-size:32px;
    }

    .systemhaus-bg h4{
        font-size:38px;
    }

    .wpcf7-text{
        width:100%;
    }
h1{
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 12px 0;
}
h2 {
    line-height: 30px;
    font-size: 30px;
    margin: 0 0 10px;
}
.systemhaus-bg h1, .hotspot-bg h1, .consulting-bg h1, .systemhaus-bg .h1, .hotspot-bg .h1, .consulting-bg .h1{
    line-height: 40px;
    font-size: 40px;
}
.phone {
    font-size: 24px;
    padding: 15px 20px;
}
.fx-product h2{
    line-height:25px;
}
.fx-referenzen-text .headline-cursor, .fx-referenzen-text .headline{
    font-size: 55px;
}
.fx-referenzen-text .cursor {
    height: 6px;
    width: 33px;
    margin: 61px 0 0 7px;
}
.fx-referenzen-text h2.systemhaus, .fx-referenzen-text h2.hotspot, .fx-referenzen-text h2.consulting {
    font-size: 20px;
    margin: -41px 0 30px 50px;
}
.fx-referenzen-text .headline-cursor, .fx-referenzen-text .headline {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
}
.fw-divider-space{
    padding-top:10px!important;
}

}

/* Neue Styles
**************************
by inwendo
**************************
*/

/* Anpassung der Iconfarbe auf Schwarz */
.support-box .support-icon i {
	color: #000000 !important;
}