/*
Theme Name: C-TEC Systemtechnik
Theme URI: http://underscores.me/
Author: Impuls Werbeagentur GmbH
Author URI: https://www.werbeagentur-impuls.de/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ctec
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom styles
	## Typography (headings, links)
	## Main elements (body)
	## Header
	## Main navigation
	## Content
		### Content index
		### Content subpages
	## Footer
	## Forms
	## Effects (fe. gardients)
	## Clearings
	## Overwriting
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Raleway',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: none;
}

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-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-family: 'Raleway',sans-serif;
	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: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 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: disc;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
input[type="search"], input[type="number"], input[type="tel"], input[type="range"],
input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: none;
}

/*--------------------------------------------------------------
## 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;
	z-index: 99999;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.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
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after,
.comment-content:before, .comment-content:after, .site-header:before,
.site-header:after, .site-content:before, .site-content:after, .site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after,
.site-content:after, .site-footer:after {
	clear: both;
}

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

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

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	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;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Typography (headings, links)
--------------------------------------------------------------*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6,h3 a{
	font-family: 'Roboto Slab';
	font-weight: 400;
	font-style: normal;
	line-height: 1.2em;
	margin: 0;
}

h1,h2, h2 a{
	font-size:30px;
	margin-bottom: 30px;
}

h1{
	text-align: center;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 20px;
}

p,a,strong,ul>li,figcaption,figure{
	font-family: 'Raleway';
}

p,a,ul>li,
.entry-content{
	font-weight: 500;
	font-size: 20px;
	font-style:normal;
}

a{
	word-break: break-word;
}

strong{
	font-weight: 700;
	font-style:normal;
}

ul,ul>li{
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
}

.one_half ul{
	padding:20px 0;
}

.entry-content h3, .entry-content h2,
.entry-content h4, .entry-content h5, .entry-content h6{
	margin-bottom: 20px;
}

.entry-content ul, p ul, .one_half ul{
	margin-top: 0;
	padding-top:0;
	padding-bottom: 35px;
}

.entry-content ul, .entry-content ul>li,
.one_half ul, .one_half ul>li,
p ul, p ul>li{
	list-style: disc;
}

a, a:visited,
body.single-produkte li.current_page_parent > a{
	color: #969696;
	text-decoration: none;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6,
.white p, .white span, .white strong, .white ul, .white ul>li,
.white a, .whie a:visited, .white .content-column{
	color: #969696;
}

.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6,
.grey p, .grey span, .grey strong, .grey ul, .grey ul>li,
.grey figcaption, .grey .content-column{
	color: #ffffff;
}

.light-grey h1, .light-grey h2, .light-grey h3,
.light-grey h4, .light-grey h5, .light-grey h6,
.light-grey p, .light-grey span, .light-grey strong,
.light-grey ul, .light-grey ul>li, .light-grey .content-column{
	color: #969696;
}

.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6,
.blue p, .blue span, .blue strong, .blue ul, .blue ul>li,
.blue .content-column{
	color: #ffffff;
}

.grey a, .grey a:visited, .light-grey a, .light-grey a:visited{
	color: #0c3f83;
}

.grey a:hover, .grey a:focus, .light-grey a:hover, .light-grey a:focus{
	color:#ffffff;
}

a:hover, a:focus,
.light-grey a:hover, .light-grey a:focus{
	color: #0c3f83;
	outline: none;
}

.blue a:hover, .blue a:focus{
	color: #ffffff;
}

.main-navigation a{
	font-size: 16px;
}

li.current-menu-item > a,
li.current-menu-parent > a,
li.current-menu-ancestor > a,
body.single-post li.current_page_parent > a,
body.single-produkte li.productpage > a{
	color:#0c3f83;
}

.slidetext_container p{
	font-size: 50px;
	font-family: 'Roboto Slab';
	font-weight: 400;
	margin: 0;
	line-height: 1.2em;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, .4);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.batch .line{
	font-weight: 500;
	font-family: 'Raleway';
	line-height: 0.9em;
}

.batch .line.one{
	font-size: 36px;
	margin-bottom: 10px;
}

.batch .line.two{
	font-size: 21px;
}

.coreheading,
.refheading{
	text-align: center;
	margin-bottom: 30px;
}

.site-info li{
	line-height: 0em;
}

.site-info p, .site-info a{
	font-size:16px;
	line-height: 1.5em;
}

.socket p{
	font-size: 18px;
}

h2.entry-title{
	margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Main elements (body, page, wrap, primary)
--------------------------------------------------------------*/

/* fixes gmaps jump to page end */
body, html {
    height:100%;
    -webkit-overflow-scrolling: touch; 
}

#page{
	min-width: 1360px;
}

.wrap{
	width: 100%;
	position: relative;
}

.wrap > .inner{
	width:1200px;
	margin:0 auto;
	position: relative;
}

.white{
	background-color:#ffffff;
}

.grey{
	background-color: #969696;
}

.light-grey{
	background-color: #f0f0f0;
}

.blue{
	background-color: #0f4184;
}

.smpl_btn{
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 3px 10px;
}

.grey a.smpl_btn, .blue a.smpl_btn{
	color:#ffffff;
	border-color: #ffffff;
}

.grey a.smpl_btn:hover, .blue a.smpl_btn:hover{
	color:#0c3f83;
	background-color: #ffffff;	
}

.white .smpl_btn, .light-grey .smpl_btn{
	color:#969696;
	border-color: #969696;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#topbar-widgets{
	display: block;
	float: right;
	width:126px;
	height: 40px;
}

#topbar-widgets .widget,
#topbar-widgets .language-chooser{
	display: block;
	float: right;
}

#topbar-widgets li,
#topbar-widgets .widget,
#topbar-widgets .menu,
#topbar-widgets .language-chooser{
	margin:0;
	padding: 0;
}

#topbar-widgets li span.icon-mail::before{
	font-size: 23px;
	margin-top: 3px;
}

#topbar-widgets li{
	display: block;
	float: left;
	width:40px;
	height: 40px;
	background-color:#cacaca;
	margin-right: 3px;
	text-align: center;
	padding-top: 5px;
}

#topbar-widgets li:last-child {
	margin-right:0;
}

#topbar-widgets li a, #topbar-widgets li span{
	color:white;
}

#topbar-widgets li:hover,
#topbar-widgets li.current-menu-item{
	background-color: #0f4184;
}

#topbar-widgets .language-chooser li{
	display: block;
	text-transform: uppercase;
	margin-right: 0;	
}

#topbar-widgets .language-chooser li a{
	font-size: 18px;
}

#topbar-widgets .language-chooser li.active{
	display: none;
}

.site-branding{
	position: relative;
	float: left;
	display: block;
	height: 70px;
	width: 285px;
	margin-top: 25px;
}

.site-branding > a{
	display: inline-block;
	position: relative; 
	z-index: 1;
	height: 70px;
	width: 285px;
}

.site-branding > a::before {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

.site-branding .logo{
	pointer-events:none;
	position: relative; 
	z-index: -1
}

/*--------------------------------------------------------------
## Main navigation
--------------------------------------------------------------*/

.site-header{
	padding-bottom:25px;
}

.main-navigation{
	clear: none;
	float: none;
	width: 845px;
	margin-top: 65px;
	position: absolute;
	right: 0;
}

.main-navigation .menu{
	display: flex;
	justify-content: center;
	align-items: center;
	float: none;
	clear: both;
}

.main-navigation .menu > li{
	margin: 0;
	padding: 0;
	margin-left: auto;
}

.main-navigation .menu > li .sub-menu{
	opacity: 0;
	display: block;
	visibility: hidden;
	background-color:#ffffff;
	min-width: 300px;
	box-shadow: none;
	left:-10px;
	padding:35px 10px 10px 10px;
}

.main-navigation .menu > li .sub-menu li{
	width:90%;
}

.main-navigation .menu > li .sub-menu li a{
	width:100%;
	clear: both;
	float: none;
}

.main-navigation .menu > li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
### Content index
--------------------------------------------------------------*/

/* Impuls slider */
.slidep.top.wrap,
.headep.top.wrap{
	height: 210px;
}

.slidep.bot.wrap{
	height: 410px;
}

.headep.bot.wrap{
	height: 110px;
}

.ImpulsSlider_outerwrap,
.headholder{
	margin:0 auto;
	width: 1360px;
	height: 600px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -200px;
	z-index: 100;
	box-shadow: 0 0px 15px 3px rgba(0, 0, 0, 0.2);
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager {
    right: 0;
    left: 0;
    height: 10px;
    width: 1200px;
    margin: 0 auto;
    bottom: 45px;
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager a{
	height: 10px;
	width: 10px;
	margin-right: 10px;
	background:none;
	background-color:rgba(255,255,255,0.4);
}

.ImpulsSlider_outerwrap .ImpulsSlider_Pager a.activeSlide{
	background-color:rgba(255,255,255,1);
}

.headholder{
	height: 300px;
}

.slidetext_container{
	z-index: 200;
	position: absolute;
	width:740px;
	/*height: 300px;*/
	text-align: center;
	margin: 0 auto;
	top: 25%;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

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

.entry-content > p:first-child{
	margin-top: 0;
}

.batch_container{
	z-index: 200;
	position: absolute;
	max-width:1380px;
	min-width: 1360px;
	left: 0;
	right:0;
	bottom:50px;
	margin: 0 auto;
	pointer-events:none;
}

.batch_container .batch{
	width:290px;
	height: 100px;
	background-color:rgba(12,63,131,0.7);
	color:#ffffff;
	float: right;
	padding:20px;
	pointer-events:none;
}

.batch_container .batch .line{
	display: block;
}

.site-main > .wrap {
	padding: 60px 0;
	min-height: 400px;
}

/* Corepoints */
.points_container{
	padding:80px 0 80px;
}

.corepoints{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

.corepoints:after {
	display:table;
	content:"";
	clear:both;
}

.corepoints .pointbox{
	position: relative;
	background-color:#c9c9c9;
	margin: 0  0 0 10px;
	float:left;
	width:calc((100% - 41px) / 5);
}

.pointbox:nth-child(5n+1){
	clear:both;
	margin-left:0;
}

.pointbox::before{
	content:"";
	position: absolute;
	z-index: 5;
	border:1px solid #ffffff;
	top:10px; bottom: 10px;
	left:10px; right:10px;	
}

.pointbox .style-svg{
	fill:#ffffff;
	margin: 0 auto;
	display: block;
}

.pointbox p, .pointbox span{
	text-align: center;
	display: block;
	color:#ffffff;
}

.pointbox .innertitle{
	margin-top: 20px;
}

.pointbox .overlay p{
	margin: 10px 0;
}

.pointbox .outertitle{
	font-weight: 600;
}

.pointbox .more{
	font-weight: 700;
}

.pointbox, .corepoints .point{
	width: 224px;
	height: 224px;
	display: block;
	padding:38px 20px 12px 20px;
}

.corepoints .point {
	width:100%;
}

.pointbox, .corepoints .point.overlay{
	padding:32px 20px 18px 20px;
}

.corepoints .point{
	position: absolute;
	top:0; right:0;
	bottom: 0; left:0;
	text-align: center;
}


.point.overlay{
	visibility: hidden;
	opacity: 0;
}

.point.visible{
	z-index: 5;
}

.pointbox:hover .point.overlay{
	visibility: visible;
	opacity: 1;
	background-color: rgba(12,63,131,0.8);
	z-index: 10;
}

/* references */
.ref_container{
	padding:80px 0 80px;
}

.slicker .reference{
	padding-right: 30px;
	position: relative;
}

.slicker .reference .overlay::before{
	content:"";
	position: absolute;
	width:380px;
	height: 280px;
	top:0; right:0;
	bottom:0; left:0;
	background-color: rgba(12,63,131,0.8);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	display: block;
	color:white;
	margin: 0;
	font-size:38px;
	padding:120px 0 0 0;
}

.slicker .reference .overlay p{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
	color:#ffffff;
	font-weight: 700;
	text-align: center;
	padding-top: 100px;
	width:380px;
	height: 280px;
}

.slicker .reference .overlay:hover::before,
.slicker .reference .overlay:hover p{
	opacity: 1;
	visibility: visible;
}

.slick-arrow{
	position: absolute;
	top:180px;
	font-size: 32px;
}
.slick-arrow:hover{
	color:#0f4184;
	cursor: pointer;
}
.slick-arrow.prev{
	left:-60px;
}
.slick-arrow.next{
	right:-60px;
}

.custom.gallery{
	display: block;
}

.custom.gallery .galimg{
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.custom.gallery .galimg:nth-child(3){
	margin-right: 0;
}

.site-main .post-navigation{
	display: none;
}

/* overview */
body.archive .wrap.grey,
body.blog .wrap.grey{
	padding-bottom: 50px;
}

body.archive .entry-content,
body.blog .entry-content{
	position: relative;
	margin-bottom: 30px;
}

body.archive .more-p,
body.archive .more-link,
body.blog .more-p,
body.blog .more-link{
	position: absolute;
	bottom: 0px;
	display: block;
}

body.archive .entry-picture, body.archive .entry-content,
body.single .entry-picture, body.single .entry-content,
body.blog .entry-picture, body.blog .entry-content{
	float: left;
}

.entry-picture .oview.overlay,
body.blog .entry-picture .overlay {
	position: relative;
	width:220px;
	height: 220px;
	display: block;
}

.entry-picture .oview.overlay:before,
body.blog .entry-picture .overlay:before{
	position: absolute;
	width:220px;
	height: 220px;
	top:0; right:0;
	bottom:0; left:0;
	background-color: rgba(12,63,131,0.8);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	display: block;
	color:white;
	margin: 0;
	font-size:22px;
	padding:100px 0 0 0;
}

.entry-picture .oview.overlay:hover:before,
body.blog .entry-picture .overlay:hover:before{
	visibility: visible;
	opacity: 1;
}

body.archive .wrap article,
body.blog .wrap article{
	width:calc((1200px - 60px) / 2);
	margin-right: 60px;
	float: left;
	margin-bottom: 20px;
}
body.archive .wrap article:nth-child(2n+2),
body.blog .wrap article:nth-child(2n+2){
	margin-right: 0;
}
body.archive .wrap article .entry-content,
body.blog .wrap article .entry-content{
	float: left;
	width: 330px;
	margin-left: 20px;
}

/* single */
.entry-picture .single.overlay{
	position: relative;
	width:590px;
	height: 430px;
	display: block;
}

.entry-picture .single.overlay::before{
	position: absolute;
	width:590px;
	height: 430px;
	top:0; right:0;
	bottom:0; left:0;
	background-color: rgba(12,63,131,0.8);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	display: block;
	color:white;
	margin: 0;
	font-size:42px;
	padding:190px 0 0 0;
}

body.single .entry-content{
	width: 590px;
	padding-left: 10px;
}

body.single .entry-content p{
	margin-top: 0;
}

body.single .entry-media{
	width: 590px;
	float: left;
	margin-right: 20px;
}

body.single .entry-gallery{
	clear: both;
	float: none;
	padding-top: 10px;
}

body.single .entry-gallery .overlay{
	position: relative;
	width:190px;
	height: 150px;
	display: block;
}

body.single .entry-gallery .overlay::before{
	position: absolute;
	width:190px;
	height: 150px;
	top:0; right:0;
	bottom:0; left:0;
	background-color: rgba(12,63,131,0.8);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	display: block;
	color:white;
	margin: 0;
	font-size:22px;
	padding:65px 0 0 0;
}

.entry-picture .single.overlay:hover::before,
body.single .entry-gallery .overlay:hover::before{
	visibility: visible;
	opacity: 1;
}


/*--------------------------------------------------------------
### Content subpages
--------------------------------------------------------------*/

/* products */
.smpl_btn.pbtn{
	margin-right:20px;
}

body.page .overlay.quartersite{
	position: relative;
	height: 215px;
	width:240px;
	display: block;
}

body.page .overlay.quartersite:after{
	position: absolute;
	height: 100%;
	width:100%;
	top:0;
	left:0;
	background-color: rgba(12,63,131,0.8);
	visibility: hidden;
	opacity: 0;
	text-align: center;
	z-index: 2;
	display: block;
	margin: 0;
	content: "";
}

body.page .overlay.quartersite:before {
	color:white;
	font-size:32px;
	position: absolute;
	top: 50%;
	transform:translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

body.page .overlay.quartersite img {
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}

body.page .overlay.quartersite:hover:before,
body.page .overlay.quartersite:hover:after{
	visibility: visible;
	opacity: 1;
}

a.overlay {
	position: relative;
}

.slicker a.overlay {
		display: block;	
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-info{
	padding:40px 0;
}

#colophon {
	background:#f0f0f0;
}

.site-info .widget{
	width:380px;
	margin-right: 30px;
	float: left;
}

.site-info .widget.concept,
.site-info .widget.concept a {
	color:#969696;
}

.site-info .widget.concept a:hover,
.site-info .widget a:hover{
	color:#0c3f83;
}

.site-info .widget a {
	color:#404040;
}

.site-info .widget:last-child{
	margin-right: 0;
}

.site-info .sitemap{
	padding-top: 20px;
}

.site-info .sitemap, .site-info .sitemap li{
	margin: 0;
}

.site-info .sitemap li{
	float: left;
	width: 50%;
}

.site-info .sitemap li a{
	color:#0f4184;
}

.site-info .sitemap li:hover a{
	color: #969696;
}

/*--------------------------------------------------------------
## Socket
--------------------------------------------------------------*/

.socket{
	height: 60px;
}

.socket p, .socket .widget,
.socket .textwidget{
	margin:0;
	padding:0;
}

.socket .widget{
	padding:15px 0 0 0;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

/* two columns form */

/* contactpage */
.wpcf7-form{
	padding: 0px 0 30px 0;
}

.wpcf7-form .ccont-left,
.wpcf7-form .ccont-right{
	float: left;
	width: 577px;
}

.wpcf7-form .ccont-left{
	margin-right: 15px;
}

.wpcf7-form p{
	margin: 0;
}

.wpcf7-form .wpcf7-form-control {
  width: 577px;
	border-radius: 0;
	height:40px;
	padding:8px 0px 4px 10px;
	margin-bottom: 4px;
	border:none;
	background-color:#f0f0f0;
	color: #333;
	font-family: 'Raleway';
	font-weight: 500;
	font-size:18px;
}

.wpcf7-form.invalid .wpcf7-form-control.wpcf7-validates-as-required,
.wpcf7-form.invalid .wpcf7-form-control.wpcf7-not-valid{
	border:2px dotted red;
}

.wpcf7-form .wpcf7-form-control-wrap.message{
	display: block;
	height: 172px;
}

.wpcf7-form textarea.wpcf7-form-control{
	resize: none;
	height: 172px;
}

.wpcf7-form .capwrap{
	background-color:#0f4184;
	margin-bottom: 5px;
	display: table;
	margin-top: 4px;
}

.wpcf7-form .capwrap .wpcf7-form-control.wpcf7-captchar{
	float: left;
	width:calc((577px / 3) - 10px);
	margin: 0 10px 0 0 ;
	background-color:#0f4184;
	color: #FFF;
}

.wpcf7-form .capwrap .wpcf7-form-control.wpcf7-captchac{
	float: left;
	border:none;
	margin-right: 8px;
	background-color:#0f4184;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit{
	background-color: #0f4184;
	width: 275px;
	border-left: 2px solid #969696;
	margin-bottom: 0;
	float: right;
	font-size: 17px;
	text-transform: uppercase;
	margin-right: -1px;
	color: #FFF;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover{
	background-color:#ffffff;
	color:#004d9e;
}

.wpcf7-form .capwrap > .wpcf7-captchac{
	width:auto;
	height: auto;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form .wpcf7-response-output{
	width: 100%;
	margin: 40px 0 0 0;
	padding:0;
	position: relative;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{
	border:none;
	color: red;
}

body #page .wpcf7-form input[type="submit"][disabled],
body #page .wpcf7-form input[type="submit"][disabled]:hover{
	background-color: #636363 !important;
	cursor: not-allowed !important;
	color: #ffffff !important;
}

.wpcf7-form .wpcf7-list-item{
	margin-left: 0;
	padding: 10px 0;
	width: 100%;
}

.wpcf7-form .wpcf7-list-item > label{
	width: 100%;
}

.wpcf7-form-control-wrap.acceptance-915{
	display: block;
	clear: both;
}

.wpcf7-form-control.wpcf7-acceptance{
	clear: both;
	background: none;
	padding: 0; margin: 0;
	height: auto;
	width: 100%;
	display: block;
}

.wpcf7-form-control.wpcf7-acceptance input{
	box-sizing: border-box;
   padding: 0;
   float: left;
}

.wpcf7-form .acceptance-915 .wpcf7-list-item-label{
	float: left;
	width: 95%;
	margin-top: -6px;
	padding-left: 10px;
}

.site-content ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #666;
}
.site-content :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #666;
}
.site-content ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #666;
}
.site-content :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
.site-content ::-ms-input-placeholder { /* Microsoft Edge */
	color:    #666;
}

.site-content .wpcf7-captchar::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #DDD;
}
.site-content .wpcf7-captchar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #DDD;
}
.site-content .wpcf7-captchar::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #DDD;
}
.site-content .wpcf7-captchar:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #DDD;
}
.site-content .wpcf7-captchar::-ms-input-placeholder { /* Microsoft Edge */
	color:    #DDD;
}

/*--------------------------------------------------------------
## Effects (fe. gardients, transition)
--------------------------------------------------------------*/

a, #topbar-widgets li, .main-navigation .menu > li .sub-menu,
.pointbox .point.overlay, .overlay:before, .overlay:after,
.slick-arrow, .wpcf7-form input.wpcf7-form-control.wpcf7-submit,
.entry-picture .oview.overlay:after,
body.blog .entry-picture .overlay:after{
	webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gradient{
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 67%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 67%);
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 60%,rgba(255,255,255,0) 67%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.gradient{
	height: 400px;
	width: 880px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	z-index: 10;
	top: -290px;
	opacity: 0.6;
	pointer-events:none;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/

#topbar-widgets .menu::after, #topbar-widgets .language-chooser::after,
.main-navigation .menu::after, #footer-widgets::after, .custom.gallery::after,
.wrap .inner::after, .wrap .inner .wrap::after, .wrap article::after{
	content:"";
	clear: both;
	display: table;
}

/*--------------------------------------------------------------
## Overwriting (Plugins, predefined css)
--------------------------------------------------------------*/

.content-column.one_half{
	width:calc((1200px - 60px) / 2);
	margin-right: 60px;
}
.content-column.one_half.last_column{
	margin-right: 0;
}

.bueimp-gallery > div > a {
	display: none !important;
}

@media screen and (max-width: 600px){
	.full_width, .one_half, .one_third,
	.two_third, .one_fourth, .three_fourth,
	.one_fifth, .two_fifth, .three_fifth,
	.four_fifth, .one_sixth, .five_sixth {
	    clear: none;
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	    margin-bottom: 1em;
	}
}

/* plugin */
body .ginger_container .ginger_message{
	padding-top: 5px;
}

body .ginger_container .ginger_btn.ginger-accept{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
}

body .ginger_container .ginger_btn.ginger-accept:hover{
	box-shadow: none;
}

