/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* Created with: https://google-webfonts-helper.herokuapp.com/fonts/pt-sans?subsets=latin */
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'), url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg');
  /* Legacy iOS */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'), url('../fonts/pt-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-italic.svg#PTSans') format('svg');
  /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'), url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg');
  /* Legacy iOS */
}
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0 0 20px;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0 0 20px 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  margin-right: 5px;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.row {
  margin-bottom: 40px;
}
.wrap .onecol {
  width: 60px;
}
.wrap .twocol {
  width: 140px;
}
.wrap .threecol {
  width: 220px;
}
.wrap .threecol .wp-caption-text,
.wrap .threecol img {
  max-width: 220px;
  height: auto;
}
.wrap .fourcol {
  width: 300px;
}
.wrap .fivecol {
  width: 380px;
}
.wrap .sixcol {
  width: 460px;
}
.wrap .sevencol {
  width: 540px;
}
.wrap .eightcol {
  width: 620px;
}
.wrap .eightcol .wp-caption-text,
.wrap .eightcol img {
  max-width: 620px;
  height: auto;
}
.wrap .ninecol {
  width: 700px;
}
.wrap .tencol {
  width: 780px;
}
.wrap .elevencol {
  width: 860px;
}
.wrap .twelvecol {
  width: 940px;
}
.wrap .eightcol .g1_3 {
  width: 193px;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.g1-2 {
  width: 50%;
  float: left;
}
.g1-3 {
  width: 33.33%;
  float: left;
}
/* Heights */
.h-400 {
  height: 400px;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*********************
TOOLS
*********************/
/* BORDER-BOX ALL THE THINGS! (http://paulirish.com/2012/box-sizing-border-box-ftw/) */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sprite {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*Backgrounds*/
/*Typo*/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*Text transf*/
.upper {
  text-transform: uppercase;
}
/*Text shadow*/
.text_shadow {
  text-shadow: 1px 1px 2px #0c251e;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
.shadow {
  -webkit-box-shadow: 1px 1px 3px #535353;
  /* webkit browser*/
  -moz-box-shadow: 1px 1px 3px #535353;
  /* firefox */
  box-shadow: 1px 1px 3px #535353;
}
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #fff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #001724;
  text-shadow: 0 1px 1px #001724;
  background-color: #00273e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003757), to(#00273e));
  background-image: -webkit-linear-gradient(top, #003757, #00273e);
  background-image: -moz-linear-gradient(top, #003757, #00273e);
  background-image: -o-linear-gradient(top, #003757, #00273e);
  background-image: linear-gradient(to bottom, #003757, #00273e);
  -webkit-box-shadow: inset 0 0 3px #006ba9;
  -moz-box-shadow: inset 0 0 3px #006ba9;
  box-shadow: inset 0 0 3px #006ba9;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #00070b;
  background-color: #001724;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002a43), to(#001724));
  background-image: -webkit-linear-gradient(top, #002a43, #001724);
  background-image: -moz-linear-gradient(top, #002a43, #001724);
  background-image: -o-linear-gradient(top, #002a43, #001724);
  background-image: linear-gradient(to bottom, #002a43, #001724);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #003757;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00273e), to(#003757));
  background-image: -webkit-linear-gradient(top, #00273e, #003757);
  background-image: -moz-linear-gradient(top, #00273e, #003757);
  background-image: -o-linear-gradient(top, #00273e, #003757);
  background-image: linear-gradient(to bottom, #00273e, #003757);
}
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES


12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.left {
  float: left;
}
.right {
  float: right;
}
.together {
  margin-bottom: 0;
}
.sticky {
  margin-bottom: 5px;
}
.push-b-10 {
  margin-bottom: 10px;
}
.push-b-20 {
  margin-bottom: 20px;
}
.push-b-50 {
  margin-bottom: 50px;
}
.push-b-100 {
  margin-bottom: 100px;
}
.push-10 {
  margin-top: 10px;
}
.push-20 {
  margin-top: 20px;
}
.push-30 {
  margin-top: 30px;
}
.push-50 {
  margin-top: 50px;
}
.push-55 {
  margin-top: 55px;
}
.push-r-10 {
  margin-right: 10px;
}
.push-r-20 {
  margin-right: 20px;
}
.push-l-20 {
  margin-left: 20px;
  *margin-left: 10px;
}
.space_5 {
  padding: 5px;
}
.space_15 {
  padding: 15px;
}
.space_top_50 {
  padding-top: 50px;
}
.space_top_30 {
  padding-top: 30px;
}
.space_btm_20 {
  padding-bottom: 20px;
}
.space_top_20 {
  padding-top: 20px;
}
.no_space {
  padding: 0 !important;
}
.b-top-light {
  border-top: 1px solid #dddddd;
}
.b-btm-light {
  border-bottom: 1px solid #dddddd;
}
.b-r-light {
  border-right: 1px solid #dddddd;
}
.hide {
  display: none;
}
.rel {
  position: relative;
}
.show_on_mobile {
  display: none;
}
.bg_grey_light {
  background-color: #f5f5f5;
}
hr {
  color: #e85412;
  background-color: #e85412;
  border: 0;
  height: 3px;
  margin: 40px 0;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
04. LINK STYLES
*********************/
a {
  color: #003757;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:focus {
  color: #e85412;
  text-decoration: underline;
}
a:link {
  /*
        this highlights links on iPhones/iPads.
        so it basically works like the :hover selector
        for mobile devices.
        */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.no-link,
.no-link a {
  cursor: default;
  text-decoration: none;
}
.no-link:hover,
.no-link a:hover {
  text-decoration: none;
}
.arrow {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -68px;
  display: inline;
  padding-left: 10px;
}
.no_underline:hover {
  text-decoration: none;
}
/*Buttons*/
.btn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-right: 45px;
  padding-left: 15px;
  background-color: #003a5a;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right -275px;
  font-size: 13px;
}
.btn:hover {
  background-color: #e85412;
  color: #fff;
  text-decoration: none;
  background-position: right -315px;
}
.blue-btn {
  background-color: #005b7a;
}
.equal-heights .sticky {
  margin-bottom: 5px;
}
.equal-heights .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  display: block;
  clear: both;
  overflow: hidden;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  /*
    if you're going to use webfonts, be sure to check your weights
    http://css-tricks.com/watch-your-font-weight/
    */
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1,
.post h1 {
  font-size: 36px;
  line-height: 1.2em;
  color: #e85412;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 32px;
  line-height: 1.2em;
  color: #e85412;
  font-weight: bold;
}
h3,
.h3,
h3.uk-panel-title {
  font-size: 28px;
  color: #e85412;
  line-height: 1.2em;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 28px;
  color: #e85412;
  line-height: 1.2em;
  margin: 1.5em 0 .6em;
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h1 + h4 {
  margin-top: -10px;
}
p:empty:first-child {
  display: none;
}
p:empty + h4 {
  margin-top: 0;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h2.orange-headline,
h3.orange-headline {
  font-weight: bold;
  color: #e85412;
}
.centered_headline {
  font-size: 18px;
  color: #acacac;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -202px;
  background-repeat: repeat;
  text-align: center;
}
.centered_headline span {
  background-color: #fff;
  padding: 0 15px;
}
/* anomalies */
.huge {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #0c251e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.big {
  font-size: 35px;
  color: #003757;
  font-weight: 700;
  line-height: 40px;
}
.small {
  font-size: 11px;
}
.wp-caption-text,
.text-medium {
  font-size: 18px;
  line-height: 30px;
  color: #4f4f4f;
}
.unhide {
  cursor: pointer;
}
mark {
  background-color: #e85412;
  color: #fff;
}
/*colors*/
a.grey_light_typo,
.grey_light_typo a,
.grey_light_typo {
  color: #999;
}
a.stnd-dark,
.stnd-dark {
  color: #4f4f4f;
}
a.stnd-dark:hover {
  color: #e85412;
}
.inline-list li {
  display: inline;
}
/*Forms*/
input {
  box-shadow: none;
  border: 1px solid #dddddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.select_replace,
input[type="email"],
input[type="tel"],
input[type="text"] {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  font-size: 13px;
  font-family: 'PT Sans', sans-serif;
}
input.hasDatepicker + img {
  position: absolute;
  right: 10px;
  top: 10px;
}
input[type="radio"] {
  border: none;
}
.lined_form_4 > span {
  height: 40px;
  line-height: 40px;
  width: 24%;
  float: left;
  margin-right: 3px;
}
.lined_form .btn,
.lined_form .select_replace,
.lined_form input[type="email"],
.lined_form input[type="tel"],
.lined_form input[type="text"] {
  margin-bottom: 5px;
}
.lined_form .btn {
  width: 100%;
}
textarea {
  border: 1px solid #dddddd;
  padding: 5px;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
}
input[type="submit"] {
  border: none;
}
.input-group label,
.field-group label {
  width: 50%;
  display: block;
}
.field-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.datepicker-fields {
  display: flex;
  flex-direction: row;
}
.datepicker-fields .input-group {
  margin-right: 20px;
}
/* label {
  width: 160px;
  display: block;
  float: left;
  line-height: 35px;
  height: 35px;
} */
#portal_messages {
  display: flex;
  flex-direction: column;
}
#portal_messages a {
  margin: .2em 0;
}
#portal_messages a img {
  margin: 0px 5px -3px 0;
}
#searchform label {
  display: none;
}
.wpcf7-radio label {
  width: 75px;
}
.big_label {
  height: auto;
  line-height: 20px;
  padding-right: 20px;
}
label.block {
  float: none;
  width: auto;
}
/* Main Contact Form */
.kontaktformular input {
  width: 284px;
}
.kontaktformular input.w80 {
  width: 80px;
}
.kontaktformular input.w200 {
  width: 200px;
}
.kontaktformular input[type="radio"] {
  width: 15px;
}
.kontaktformular .select_replace {
  width: 220px;
  border: 1px solid #dddddd;
}
.kontaktformular textarea {
  width: 100%;
}
/* Rückruf Formular */
.kontaktformular-rueckruf {
  max-width: 850px;
}
.kontaktformular-rueckruf h1 {
  line-height: 32px;
  font-size: 30px;
}
.kontaktformular-rueckruf h1 img {
  vertical-align: top;
  margin-right: 10px;
}
.kontaktformular-rueckruf .textfields {
  width: 300px;
  margin-right: 20px;
  float: left;
}
.kontaktformular-rueckruf .textfields input {
  margin-bottom: 10px;
}
.kontaktformular-rueckruf .textfields:last {
  margin-bottom: 20px;
}
.kontaktformular-rueckruf .textarea textarea {
  width: 450px;
  height: 140px;
  margin-bottom: 20px;
}
/*contact 7*/
span.wpcf7-not-valid-tip {
  top: -13px;
  left: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  width: 100%;
}
div.wpcf7-validation-errors {
  height: auto;
}
div.wpcf7-response-output {
  margin: 0;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  background-color: #fff;
  border-color: #e85412;
  color: #666;
}
.select_replace {
  background-color: #fff;
  border: none;
  -webkit-appearance: none;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: right -1563px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0 10px;
  display: inline-block;
  overflow: hidden;
}
.select_replace select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  color: #999;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  outline: none;
}
/*hack for firefox 2*/
@-moz-document url-prefix() {
  .select_replace select {
    height: 32px;
    padding-top: 10px;
    line-height: 22px;
  }
}
/*Icons*/
.semi_icon {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-position: -512px 0;
}
.bueros_icon {
  background-position: -512px 0;
}
.handwerk_icon {
  background-position: -573px 0;
}
.produktion_icon {
  background-position: -633px 0;
}
.verband_icon {
  background-position: -697px 0;
}
.social_icon {
  text-indent: -90000px;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  margin: 0 7px;
}
.facebook {
  background-position: -407px 0;
}
.facebook:hover {
  background-position: -407px -33px;
}
.twitter {
  background-position: -440px 0;
}
.twitter:hover {
  background-position: -440px -33px;
}
.google_plus {
  background-position: -473px 0;
}
.google_plus:hover {
  background-position: -473px -33px;
}
.icon_right {
  padding-right: 25px;
  display: inline;
  background-repeat: no-repeat;
}
.icon_right.download_icon {
  background-image: url(../img/icon_download.png);
  background-position: right bottom ;
}
.icon {
  padding-left: 25px;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  word-break: break-all;
  color: #666;
}
.tel-icon {
  background-position: 0 -426px;
}
.fax-icon {
  background-position: 0 -461px;
}
.email-icon {
  background-position: 0 -501px;
}
.password-icon {
  background-position: 7px -64px;
}
.download_icon {
  background-position: 0 -542px;
}
.download_icon:hover {
  background-position: 0px -1184px;
}
.arrow-blue {
  padding-left: 10px;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline;
  background-position: 0 -268px;
}
.arrow-orange {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: 0 -975px;
}
.arrow-orange.active {
  background-position: 0px -592px;
}
h1.page-title img {
  margin-right: 5px;
}
.xing_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-position: -829px 0px;
}
.xing_icon:hover {
  background-position: -829px -33px;
}
.email_white {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -1371px;
  padding-left: 50px;
}
#logout {
  position: absolute;
  right: 0;
}
#logout a {
  background: #005b7a;
  padding: 0.4em 0.8em;
  color: white;
}
#logout a:hover {
  background-color: #e85412;
  text-decoration: none;
}

/* Lists */
#main .clear-list li,
.clear-list li {
  list-style-type: none;
  background-image: none;
  padding-left: 0;
}
.list_inline li {
  display: inline-block;
  float: left;
}
#main .vert_references {
  margin-left: 0;
}
#main ul {
  margin-left: 13px;
}
#main ul li {
  padding-left: 18px;
  background: url(../img/list-type.jpg) no-repeat left 7px;
}
#main ol {
  margin-left: 30px;
}
#main ol li {
  list-style-type: decimal;
}
/*Images*/
.header_image_wrapper {
  height: 220px;
  background-repeat: no-repeat;
  background-position: top center;
}
.ma_picture {
  margin-bottom: 10px;
}
/*********************
06. HEADER STYLES
*********************/
.breadcrumbs {
  float: left;
}
.big_header_container {
  background: url(../img/bg_header_big.jpg) no-repeat center top #9d472c;
  padding-top: 1px;
}
.big_header_container nav {
  margin-top: 30px;
}
.big_header_container li {
  float: left;
}
.big_header_container li a {
  width: 300px;
  display: block;
  background: url(../img/sprite_header_menu.png) no-repeat top left;
  margin: 10px 10px;
  text-align: center;
  font-size: 21px;
  color: #666;
  padding: 99px 0 16px 0;
}
.big_header_container li a:hover {
  background-color: #005b7a;
  color: #005b7a;
  text-decoration: none;
}
.big_header_container .gewerbe a {
  background-position: -320px 0;
}
.big_header_container .industrie a {
  background-position: -640px 0;
}
.big_header_container .filisten a {
  background-position: 0 -155px;
}
.big_header_container .auftraggeber a {
  background-position: -320px -155px;
}
.big_header_container .verbaende a {
  background-position: -640px -155px;
}
.big_header_container .header-tarif li {
  width: 50%;
  padding: 0 10px 23px 0px;
}
.big_header_container .header-tarif li:nth-child(even) {
  padding-left: 10px;
  padding-right: 0;
}
.big_header_container .header-tarif li a {
  margin: 0;
  width: auto;
}
.headerwidgets {
  margin-top: -30px;
}
#header_slider {
  margin-top: -30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}
#header_slider .header_slider_element {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#header_slider .header_slider_element .header_slider_container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header_slider .header_slider_element .header_slider_container .header_slider_content {
  background-color: #fff;
  opacity: 0.9;
}
#header_slider .header_slider_element .header_slider_container .header_slider_content h2 {
  font-weight: 600;
  color: #003757;
  line-height: 1;
  margin-bottom: 0;
}
#header_slider .header_slider_element .header_slider_container .header_slider_content h2 a {
  color: inherit;
  text-decoration: none;
}
#header_slider .header_slider_element .header_slider_container .header_slider_content .header_slider_text {
  font-weight: 200;
  color: #e85412;
  line-height: 1.4;
  margin-top: 20px;
}
#header_slider .header_slider_element .header_slider_container .header_slider_content .header_slider_button {
  background-color: #e85412;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  float: right;
  text-decoration: none;
}
/*********************
07. NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.header {
  margin-bottom: 30px;
}
.header nav {
  font-size: 16px;
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
}
.header nav ul li a {
  color: #999;
}
.header nav ul li a:hover {
  color: #e85412;
}
.header nav ul li a[href^="https://portal.ampere.de"] {
  color: transparent;
  background: url(../img/account-circle-fill.svg) no-repeat;
  background-position: center;
  background-size: 35px;
  width: 35px;
  margin-left: 30px;
  transition: 0.2s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header nav ul li a[href^="https://portal.ampere.de"]:hover {
  transform: scale(1.2);
}
.admin-bar #inner-header .service_wrapper {
  margin-top: 83px;
}
.admin-bar #inner-header nav {
  top: 28px;
}
.nav {
  background-color: #f5f5f5;
  margin: 0;
  z-index: 20!important;
}
.nav li {
  float: left;
  position: relative;
}
.nav li a {
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border-bottom: 0;
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin-top: 0;
  position: absolute;
  z-index: 1000;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  float: none;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-top: none;
  display: block;
  white-space: nowrap;
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover,
.nav li ul.sub-menu li a:focus,
.nav li ul.children li a:focus {
  background-color: #f5f5f5;
}
.nav li ul.sub-menu li:first-child a,
.nav li ul.children li:first-child a {
  border-top: 1px solid #dddddd;
}
.nav li.current-menu-item > a,
.nav li.current_page_item > a,
.nav li.current_page_ancestor > a {
  color: #e85412;
}
#main .pagination ul {
  float: right;
  margin: 20px 0 100px 0;
}
#main .pagination ul li {
  display: inline;
  background-image: none;
  padding: 0;
}
#main .pagination ul li .current,
#main .pagination ul li a {
  margin: 0 0 0 10px;
  padding: 3px 10px;
  border: 1px solid #dddddd;
  display: block;
  float: left;
}
#main .pagination ul li .current {
  background-color: #e85412;
  color: #fff;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
/*Content*/
.teaser_box {
  padding: 15px;
  border: 1px solid #dddddd;
  overflow: hidden;
}
#aktuelles_start .teaser_box {
  padding-bottom: 50px;
}
.box_grey {
  padding: 10px;
  background-color: #f5f5f5;
}
.list_icons li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  padding-left: 60px;
}
.sidebar-elements li {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.sidebar-elements li:last-child {
  border: none;
}
.info_pic_wrapper {
  text-align: center;
}
.striped {
  border-top: 1px solid #dddddd;
}
.striped h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.striped h3:hover {
  color: #666;
}
.striped h3.active {
  color: #999;
}
.striped h3.active:hover {
  color: #999;
}
.striped .entry {
  padding-left: 10px;
}
.striped .entry p {
  padding-bottom: 10px;
  margin: 0;
}
/*Homepage*/
#video-wrapper {
  height: 262px;
  background: url(../img/load.gif) no-repeat top center;
}
#load_video {
  display: block;
  height: 100%;
}
.carousel_wrapper {
  height: 106px;
  overflow: hidden;
}
.orig_size .vert_element img.back,
.orig_size .vert_element img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.orig_size .vert_element .teaser_box {
  min-height: 102px;
  position: relative;
  text-align: center;
}
.orig_size .vert_element .teaser_box .back {
  overflow: hidden;
}
.vert_references .vert_element {
  position: relative;
  overflow: hidden;
  display: inline-block !important;
  text-align: center;
  background: none !important;
  padding-left: 0 !important;
}
.vert_references .vert_element .image_box {
  border: 1px solid #dddddd;
}
.vert_references .vert_element img {
  max-width: 130px;
  max-height: 98px;
  height: auto;
}
.vert_references .vert_element .front {
  height: 100%;
  width: 100%;
}
.vert_references .vert_element .back {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vert_references .vert_element .hover_text {
  text-align: left;
  color: #fff;
  background-color: #e85412;
  padding: 10px;
}
.vert_references .vert_element .hover_text p {
  margin-bottom: 5px;
}
.vert_references .vert_element .hover_text p a {
  color: #fff;
}
.vert_references .vert_element:hover .back {
  opacity: 1;
}
.vert_references.referenzen_shortcode .vert_element img {
  max-width: 100px;
}
#mitarbeiter_list .vert_element .teaser_box {
  border: none;
}
#mitarbeiter_list .vert_element .mh-343 {
  height: 343px;
}
#mitarbeiter_list .vert_element img {
  max-width: 100%;
}
#mitarbeiter_list .vert_element .rel {
  border-top: 1px solid #dddddd;
}
.form_wrapper {
  background-color: #003a5a;
  border: 8px solid #005b7a;
  padding: 30px 15px;
  color: #fff;
  text-align: center;
}
.form_wrapper h2 {
  line-height: 40px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  float: left;
}
.form_wrapper .btn {
  float: right;
}
.sidebar_form_wrapper {
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
}
.sidebar_form_wrapper h3 {
  color: #fff;
}
.sidebar_form_wrapper p {
  line-height: 20px;
  height: auto;
  margin-bottom: 10px;
}
img.ajax-loader {
  float: right;
}
/*FAQ*/
.list_wrapper:last-child {
  border-bottom: 1px solid #dddddd;
}
/*Presse*/
.more_posts h2 {
  margin-bottom: 0;
}
/*Partner*/
.partner h4 {
  margin-top: 20px;
  margin-bottom: 0;
}
.partner img {
  max-width: 100%;
}
/*Newsletter*/
.press_dwnl {
  float: right;
}
.press_data {
  float: left;
}
.nl-date {
  width: 100px;
  display: inline-block;
}
/* Timeline */
.timeline-wrapper {
  min-height: 100vh;
  margin: 0;
}
.timeline-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 4px;
  background-color: #e85412;
  z-index: -1;
}
.timeline-wrapper .timeline {
  width: calc(100% - 80px);
  margin: auto;
  position: relative;
  left: -5px;
}
.timeline-wrapper .timeline > div {
  width: calc(50% - 80px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.timeline-wrapper .timeline > div:not(:first-child) {
  margin-top: -60px;
}
.timeline-wrapper .timeline > div h2 {
  margin-bottom: 12px;
  position: relative;
}
.timeline-wrapper .timeline > div h2:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid #e85412;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -117px;
  z-index: 1000;
}
.timeline-wrapper .timeline > div > div {
  color: #999;
}
.timeline-wrapper .timeline > div:nth-child(2n) {
  text-align: left;
  float: right;
}
.timeline-wrapper .timeline > div:nth-child(2n) h2:before {
  left: -107px;
}
/* Gravity Formulare */
#main .gform_body ul {
  margin: 0;
}
#main .gform_body ul li.gfield {
  background: none;
  padding: 0;
}
/*********************
13. FOOTER STYLES
*********************/
.arrow-up {
  padding-top: 15px;
  margin-bottom: 20px;
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: -897px -364px;
}
.footer {
  clear: both;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer #footer_content {
  display: flex;
  flex-direction: row;
  padding: 2em 0;
}
.footer nav {
  border-left: 1px solid #666;
  padding-left: 1em;
  width: 25%;
}
.footer .footer-nav {
  margin: 0;
}
.footer .footer-nav li {
  margin-bottom: .4em;
}
.footer .footer-nav li a[href="https://portal.ampere.de/"] {
  padding-left: 25px;
  background: url(../img/account-circle-fill.svg) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
}
.footer .footer-nav li:last-child {
  margin: 0;
}
.footer .footer-nav li .sub-menu {
  margin: .4em 0 0 0;
}
.footer .footer-nav li .sub-menu li a {
  font-style: italic;
  font-weight: normal;
  color: #acacac;
}
.current-menu-item .footer .footer-nav li .sub-menu li a,
.footer .footer-nav li .sub-menu li a:hover {
  color: #e85412;
}
.footer .footer-nav li.current-menu-item a {
  color: #e85412;
}
.footer .footer-nav > li a {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}
.footer .footer-nav > li a:hover {
  text-decoration: none;
  color: #e85412;
}
.footer .footer-nav > li li a {
  color: #acacac;
}
.legal-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.legal-nav .copyright {
  font-size: .8em;
  color: #999;
  font-style: italic;
}
.footer_sub_menu li,
.footer_sub_menu span {
  border-right: 1px solid #999;
  padding: 0 15px;
  float: left;
}
.footer_sub_menu li a {
  color: #999;
}
.footer_sub_menu li a:hover {
  text-decoration: none;
  color: #666;
}
.footer_sub_menu li:last-child {
  border: none;
}
/*MISC*/
.w60 {
  width: 60px;
}
.w140 {
  width: 140px;
}
.w204 {
  width: 204px;
}
/*********************
Contact Box
*********************/
.contact-box {
  background-size: cover;
  background-position: center;
  padding: 4em 10%;
}
@media only screen and (max-width: 767px) {
  .contact-box {
    padding: 2em 1em;
  }
}
.contact-box .inner-box-wrapper {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .contact-box .inner-box-wrapper {
    padding: 25px;
    font-size: .9em;
  }
}
.contact-box .inner-box-wrapper h3 {
  font-size: 1.7em;
  font-weight: 600;
  margin: 0 0 .8em;
}
.contact-box .inner-box-wrapper .contact-box-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .contact-box .inner-box-wrapper .contact-box-actions {
    justify-content: flex-start;
  }
}
.contact-box .inner-box-wrapper .contact-box-actions a.contact-box-button {
  background: #e85412;
  color: #fff;
  padding: .4em 1em;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  border-radius: 5px;
}
.contact-box .inner-box-wrapper .contact-box-actions a.contact-box-button:hover {
  background: #f0743d;
}
/*********************
Hero Banner
*********************/
.hero-banner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35vh;
  margin-top: -30px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-banner video {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: auto;
}
.hero-banner .headline {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-banner .headline h1,
.hero-banner .headline h2 {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.hero-banner .headline h1 {
  font-size: 4.5em;
  font-weight: bold;
}
.hero-banner .headline h2 {
  margin-top: .5em;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .05em;
}
.energy-economy {
  margin: 50px 0;
}
.energy-economy img {
  display: block;
  width: 100%;
}
.checklist-item + br {
  display: none;
}
.checklist-item {
  margin: 1.5em 0 .6em;
}
.checklist-item .check {
  margin-right: .5em;
  color: #e85412;
}
.checklist-item h4 {
  margin: 0 0 .4em;
  color: #e85412;
}
.checklist-item p .check {
  margin-right: 0.3em;
  font-size: 2em;
  position: relative;
  transform: translateY(5px);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .checklist-item p {
    padding-left: 0;
  }
}
.checklist-item h4 + p {
  padding-left: 1.8em;
}
@media only screen and (max-width: 959px) {
  /*********************
GRID
*********************/
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    margin-bottom: 20px;
  }
  .row.onecol,
  .row.twocol,
  .row.threecol,
  .row.fourcol,
  .row.fivecol,
  .row.sixcol,
  .row.sevencol,
  .row.eightcol,
  .row.ninecol,
  .row.tencol,
  .row.elevencol,
  .row.twelvecol {
    margin-bottom: 40px;
  }
  .wrap .onecol,
  .wrap .twocol,
  .wrap .threecol,
  .wrap .fourcol,
  .wrap .sixcol.vorstand {
    width: 364px;
  }
  .wrap .onecol .wp-caption-text,
  .wrap .twocol .wp-caption-text,
  .wrap .threecol .wp-caption-text,
  .wrap .fourcol .wp-caption-text,
  .wrap .sixcol.vorstand .wp-caption-text,
  .wrap .onecol img,
  .wrap .twocol img,
  .wrap .threecol img,
  .wrap .fourcol img,
  .wrap .sixcol.vorstand img {
    max-width: 364px;
    max-height: 364px;
    height: auto;
  }
  .wrap .onecol .teaser_box img,
  .wrap .twocol .teaser_box img,
  .wrap .threecol .teaser_box img,
  .wrap .fourcol .teaser_box img,
  .wrap .sixcol.vorstand .teaser_box img {
    max-width: 362px;
    height: auto;
  }
  .wrap .fivecol,
  .wrap .sixcol,
  .wrap .sevencol,
  .wrap .eightcol,
  .wrap .ninecol,
  .wrap .tencol,
  .wrap .elevencol,
  .wrap .twelvecol {
    width: 748px;
  }
  .wrap .fivecol img,
  .wrap .sixcol img,
  .wrap .sevencol img,
  .wrap .eightcol img,
  .wrap .ninecol img,
  .wrap .tencol img,
  .wrap .elevencol img,
  .wrap .twelvecol img {
    max-width: 748px;
    height: auto;
  }
  .wrap .fivecol .g1_3,
  .wrap .sixcol .g1_3,
  .wrap .sevencol .g1_3,
  .wrap .eightcol .g1_3,
  .wrap .ninecol .g1_3,
  .wrap .tencol .g1_3,
  .wrap .elevencol .g1_3,
  .wrap .twelvecol .g1_3 {
    width: 236px;
  }
  .wrap .fivecol .vert_element img,
  .wrap .sixcol .vert_element img,
  .wrap .sevencol .vert_element img,
  .wrap .eightcol .vert_element img,
  .wrap .ninecol .vert_element img,
  .wrap .tencol .vert_element img,
  .wrap .elevencol .vert_element img,
  .wrap .twelvecol .vert_element img {
    max-width: 130px;
  }
  .threecol.offset-by-two {
    width: 748px;
    padding: 0;
  }
  /*********************
GENERAL STYLES
*********************/
  .show_on_mobile {
    display: block;
  }
  /*********************
HEADER STYLES
*********************/
  #logo,
  #logo-right {
    margin: auto;
    display: block;
  }
  .service_bar #searchform {
    display: none;
    position: absolute;
    top: 139px;
    width: 100%;
    left: 0px;
    z-index: 1;
  }
  .service_bar #searchform input[type="text"] {
    width: 748px;
    background-color: #f5f5f5;
  }
  .service_bar #searchform input[type="submit"] {
    display: none;
  }
  .service_bar {
    height: 50px;
    line-height: 50px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .mobile_nav_container {
    height: 50px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
    overflow: hidden;
  }
  .mobile_nav_container #open_mobile_search,
  .mobile_nav_container #mobile_customer_portal,
  .mobile_nav_container #open_mobile_nav {
    cursor: pointer;
  }
  .mobile_nav_container .mobile_search,
  .mobile_nav_container .mobile_nav {
    display: block;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    width: 55px;
    height: 47px;
    display: inline-block;
    background-position: -895px 10px;
  }
  .mobile_nav_container .mobile_search {
    background-position: -895px -33px;
  }
  .mobile_nav_container #mobile_customer_portal .portal-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .mobile_nav_container #mobile_customer_portal .portal-link img {
    width: 35px;
    height: auto;
  }
  .service_wrapper {
    margin-top: 15px;
  }
  .admin-bar #inner-header .service_wrapper {
    margin-top: 15px;
  }
  .admin-bar #inner-header nav {
    top: 28px;
  }
  .header nav {
    position: static;
  }
  .header nav ul li a[href^="https://portal.ampere.de"] {
    color: #999;
    background-image: none;
    width: auto;
    margin-left: 0;
  }
  .header nav ul li a[href^="https://portal.ampere.de"]:hover {
    transform: scale(1);
    color: #e85412;
  }
  .nav {
    border: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 50;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav li {
    float: none;
    text-align: center;
    /*
        plan your menus and drop-downs wisely.
        */
    /* showing sub-menus */
  }
  .nav li a {
    /*
            you can use hover styles here even though this size
            has the possibility of being a mobile device.
            */
  }
  .nav li:first-child {
    border: none;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    display: none;
    position: static;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
                if you need to go deeper, go nuts
                just remember deeper menus suck
                for usability. k, bai.
                */
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #666;
    height: 35px;
    line-height: 35px;
  }
  .nav li ul.sub-menu li:first-child a,
  .nav li ul.children li:first-child a {
    border: none;
  }
  .nav li:hover ul {
    display: none;
  }
  /* end .nav */
  /*********************
Header
*********************/
  .big_header_container {
    height: auto;
  }
  .adressaten-nav {
    padding: 0 64px;
  }
  .big_header_container {
    padding-bottom: 30px;
  }
  .big_header_container .header-tarif .handwerk a {
    background-position: 0px -302px;
  }
  .big_header_container .header-tarif .gewerbe a {
    background-position: 0px -489px;
  }
  .big_header_container .header-tarif .auftraggeber a {
    background-position: 0px -553px;
    font-size: 17px;
  }
  .big_header_container .header-tarif .verbaende a {
    background-position: 0px -618px;
  }
  .big_header_container .header-tarif .industrie a {
    background-position: 0px -427px;
  }
  .big_header_container .header-tarif .filisten a {
    background-position: 0px -365px;
  }
  .big_header_container .header-tarif .adressaten-nav {
    padding: 0;
    margin-bottom: 0;
  }
  .big_header_container .header-tarif li {
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
  }
  .big_header_container .header-tarif li a {
    padding: 18px 0 18px 75px;
    margin: 0 0 3px 0;
    text-align: left;
    position: relative;
  }
  .big_header_container .header-tarif li a:before,
  .big_header_container .header-tarif li a:after {
    content: '';
    display: block;
    background-color: white;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .big_header_container .header-tarif li a:before {
    width: 10px;
    height: 10px;
    border-right: 4px solid #dddddd;
    border-top: 4px solid #dddddd;
    transform: rotate(45deg);
    right: 20px;
    top: 20px;
    z-index: 1;
  }
  .big_header_container .header-tarif li:nth-child(even) {
    padding-left: 0;
  }
  #header_slider {
    top: 0;
    height: 400px;
  }
  #header_slider .header_slider_element {
    height: 400px;
  }
  #header_slider .header_slider_content {
    padding: 25px;
    max-width: 600px;
  }
  #header_slider .header_slider_content h2 {
    font-size: 32px;
  }
  #header_slider .header_slider_content .header_slider_text {
    font-size: 18px;
  }
  /*********************
Homepage
*********************/
  div#aktuelles_start .fourcol:last-child {
    display: none;
  }
  /*********************
Mitarbeiter
*********************/
  #mitarbeiter_list .vert_element .mh-343 {
    height: 383px;
  }
  #mitarbeiter_list .vert_element:hover .mh-343 {
    height: 383px;
  }
  /*********************
Forms
*********************/
  .form_wrapper .btn,
  .form_wrapper h2 {
    float: none;
  }
  .lined_form_4 > span {
    width: 23%;
  }
  .lined_form_4 .btn {
    width: 28%;
  }
  /* Rückruf Formular */
  .kontaktformular-rueckruf .textarea textarea {
    width: 300px;
  }
  .iframe-container {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  /*********************
Footer
*********************/
  .footer nav {
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .footer .footer-nav > li {
    width: 248px;
  }
  .footer #footer_content {
    flex-direction: column;
  }
  .footer #footer_content nav {
    padding: 1em 0;
    width: 100%;
  }
  .footer #footer_content nav:last-child {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  /*********************
GRID
*********************/
  .wrap {
    width: 320px;
  }
  .wrap .onecol,
  .wrap .twocol,
  .wrap .threecol,
  .wrap .fourcol,
  .wrap .fivecol,
  .wrap .sixcol,
  .wrap .sevencol,
  .wrap .eightcol,
  .wrap .ninecol,
  .wrap .tencol,
  .wrap .elevencol,
  .wrap .twelvecol {
    width: 300px;
  }
  .wrap .onecol img,
  .wrap .twocol img,
  .wrap .threecol img,
  .wrap .fourcol img,
  .wrap .fivecol img,
  .wrap .sixcol img,
  .wrap .sevencol img,
  .wrap .eightcol img,
  .wrap .ninecol img,
  .wrap .tencol img,
  .wrap .elevencol img,
  .wrap .twelvecol img {
    max-width: 250px;
    max-height: 250px;
    height: auto;
  }
  .wrap .onecol .g1_3,
  .wrap .twocol .g1_3,
  .wrap .threecol .g1_3,
  .wrap .fourcol .g1_3,
  .wrap .fivecol .g1_3,
  .wrap .sixcol .g1_3,
  .wrap .sevencol .g1_3,
  .wrap .eightcol .g1_3,
  .wrap .ninecol .g1_3,
  .wrap .tencol .g1_3,
  .wrap .elevencol .g1_3,
  .wrap .twelvecol .g1_3 {
    width: 300px;
    margin-left: 0;
    margin-right: 0;
  }
  .wrap .onecol .box_grey img,
  .wrap .twocol .box_grey img,
  .wrap .threecol .box_grey img,
  .wrap .fourcol .box_grey img,
  .wrap .fivecol .box_grey img,
  .wrap .sixcol .box_grey img,
  .wrap .sevencol .box_grey img,
  .wrap .eightcol .box_grey img,
  .wrap .ninecol .box_grey img,
  .wrap .tencol .box_grey img,
  .wrap .elevencol .box_grey img,
  .wrap .twelvecol .box_grey img {
    max-width: 280px;
  }
  .threecol.offset-by-two {
    width: 300px;
    padding: 0;
  }
  .h1 {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  h2,
  .h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }
  /*Images*/
  .wrap .vert_references .fourcol.vert_element img {
    max-width: 298px;
  }
  /*********************
Header
*********************/
  #login_area {
    display: none;
  }
  #logo {
    height: 80px;
    padding: 15px 0;
  }
  #logo.small {
    height: 64px;
  }
  #logo-right {
    height: 100px;
    padding: 0 0 12px;
  }
  #logo-right.small {
    height: 64px;
    padding: 12px 0;
  }
  .mobile_nav_container {
    margin: 0;
  }
  .huge {
    font-size: 41px;
  }
  .service_bar #searchform {
    top: 124px;
  }
  .service_bar #searchform input[type="text"] {
    width: 300px;
  }
  #header_slider {
    height: 400px;
  }
  #header_slider .header_slider_element {
    height: 400px;
  }
  #header_slider .header_slider_element .header_slider_container .header_slider_content h2 {
    font-size: 24px;
  }
  #header_slider .header_slider_element .header_slider_container .header_slider_content .header_slider_text {
    font-size: 14px;
  }
  #header_slider .header_slider_element .header_slider_container .header_slider_content .header_slider_button {
    float: none;
    padding: 10px 20px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    top: 130px;
    width: auto;
    left: -28px;
    right: -28px;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
                plan your menus and drop-downs wisely.
                */
  }
  .menu ul li a {
    /*
                    you can use hover styles here even though this size
                    has the possibility of being a mobile device.
                    */
  }
  /* end .menu */
  /*********************
Homepage
*********************/
  #video-wrapper {
    height: 196px;
    background-size: 300px;
  }
  .adressaten-nav {
    padding: 0;
  }
  .big_header_container .handwerk a {
    background-position: 0px -302px;
  }
  .big_header_container .gewerbe a {
    background-position: 0px -489px;
  }
  .big_header_container .auftraggeber a {
    background-position: 0px -553px;
    font-size: 17px;
  }
  .big_header_container .verbaende a {
    background-position: 0px -618px;
  }
  .big_header_container .industrie a {
    background-position: 0px -427px;
  }
  .big_header_container .filisten a {
    background-position: 0px -365px;
  }
  .big_header_container li a {
    padding: 18px 0 18px 75px;
    margin: 5px 10px;
    text-align: left;
  }
  /*********************
Forms
*********************/
  .lined_form_4 .btn,
  .lined_form_4 > span {
    width: 100%;
    margin-bottom: 5px;
  }
  /*Kontakt*/
  .kontaktformular label {
    width: 100%;
  }
  .kontaktformular .to_left label {
    width: auto;
    margin-right: 25px;
  }
  .kontaktformular textarea {
    width: 284px;
  }
  /*Newsletter*/
  .newsletter_archive small {
    display: block;
  }
  .newsletter_archive .push-l-20 {
    margin: 0;
    display: block;
  }
  .press_item {
    margin-bottom: 10px;
  }
  .press_dwnl {
    float: left;
  }
  .press_title {
    display: block;
  }
  /* Timeline */
  .timeline-wrapper .timeline {
    width: 100%;
  }
  .timeline-wrapper .timeline > div {
    width: calc(50% - 20px);
    text-align: left;
    padding: 20px 0;
  }
  .timeline-wrapper .timeline > div h2:before {
    right: -37px;
  }
  .timeline-wrapper .timeline > div:nth-child(2n) h2:before {
    left: -27px;
  }
  /*********************
Footer
*********************/
  #footer_content {
    text-align: center;
  }
  .footer .footer-nav > li {
    width: auto;
    float: none;
  }
  .footer_sub_menu {
    font-size: 12px;
  }
  .footer_sub_menu span,
  .footer_sub_menu li {
    float: none;
    border: none;
    display: block;
    text-align: center;
  }
  /*********************
Hero Banner
*********************/
  .hero-banner {
    height: 11em;
    margin-bottom: 20px;
  }
  .hero-banner .headline h1 {
    font-size: 1.7em;
    margin: 0;
  }
  .hero-banner .headline h2 {
    font-size: 1.1em;
    margin: .2em 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .wrap {
    width: 768px;
  }
  .wrap .more_posts .threecol {
    width: 185px;
  }
  .wrap .more_posts .fivecol {
    width: 543px;
  }
  .t1-2,
  .g1-3,
  .g2-3 {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
  }
  .t1-2 {
    width: 50%;
  }
  #logo {
    height: 120px;
    padding: 20px 0 0;
  }
  #logo.small {
    height: 90px;
  }
  #logo-right {
    height: 120px;
    padding: 20px 0 20px 0;
  }
  #logo-right.small {
    height: 90px;
  }
  .nav {
    top: 190px;
  }
  #sidebar {
    width: 748px;
    padding: 0;
  }
  .sidebar_form_wrapper {
    text-align: left;
  }
  .sidebar_form_wrapper h3 {
    margin-bottom: 5px;
  }
  .sidebar_form_wrapper .lined p {
    float: left;
    margin-right: 5px;
  }
  .sidebar_form_wrapper .lined select,
  .sidebar_form_wrapper .lined input[type="text"],
  .sidebar_form_wrapper .lined input[type="email"] {
    height: 40px;
    float: left;
    margin-right: 4px;
  }
  .ma_picture {
    margin-right: 10px;
    margin-bottom: 0;
    max-height: 125px;
    vertical-align: top;
    display: inline-block;
  }
  /*list*/
  #mitarbeiter_list .vert_element .hover_text {
    height: 241px;
  }
  /*forms*/
  .lined_form > span {
    width: 24%;
    margin-right: 5px;
    display: inline-block;
  }
  .lined_form .btn {
    width: auto;
  }
  .lined_form input[type="submit"].btn {
    line-height: 37px;
  }
  .lined_form form {
    float: left;
  }
  .lined_form #search_press input[type="text"] {
    width: 150px;
  }
  /*content*/
  .info_pic_wrapper {
    float: left;
    text-align: :left;
  }
  /* Footer */
  .footer .footer-nav li:nth-child(4n) {
    clear: both;
  }
  /*********************
Hero Banner
*********************/
  .hero-banner {
    height: 20em;
  }
  .hero-banner .headline h1 {
    font-size: 3em;
    margin: 0;
  }
  .hero-banner .headline h2 {
    font-size: 1.6em;
    margin: .5em 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .wrap {
    width: 960px;
  }
  .t1-2,
  .g1-3,
  .g2-3 {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
  }
  .t1-2 {
    width: 50%;
  }
  .d2-3 {
    width: 66.66666%;
  }
  .d1-3 {
    width: 33.3333%;
  }
  .offset-by-one {
    padding-left: 80px;
  }
  .offset-by-two {
    padding-left: 160px;
  }
  #logo {
    height: 75px;
    padding: 12px 0;
    float: left;
  }
  #logo.small {
    padding: 25px 0;
  }
  #logo-right {
    height: 90px;
    padding: 15px 0;
    float: right;
  }
  #logo-right.small {
    padding: 25px 0;
  }
  .header {
    padding-top: 70px;
  }
  .header nav {
    font-size: 14px;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
  }
  .nav {
    display: block !important;
    float: right;
  }
  .nav li {
    /* showing sub-menus */
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    display: none !important;
  }
  .nav li:hover ul {
    top: auto;
    display: block !important;
  }
  .nav > li > a {
    height: 75px;
    padding: 15px 0 15px 16px;
    line-height: 47px;
  }
  #header_slider {
    height: 400px;
  }
  #header_slider .header_slider_element {
    height: 400px;
  }
  #header_slider .header_slider_content {
    padding: 25px;
    max-width: 600px;
  }
  #header_slider .header_slider_content h2 {
    font-size: 32px;
  }
  #header_slider .header_slider_content .header_slider_text {
    font-size: 18px;
  }
  .ma_picture {
    width: 100%;
  }
  .ma_picture img {
    width: 100%;
  }
  #sidebar_inner {
    border-left: 1px solid #dddddd;
    margin-left: 20px;
    padding-left: 20px;
  }
  #sidebar_inner #ansprechpartner {
    margin-bottom: 0;
  }
  #sidebar_inner #ansprechpartner .ansprechpartner_row {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap {
    width: 1200px;
  }
  .wrap .onecol {
    width: 80px;
  }
  .wrap .twocol {
    width: 180px;
  }
  .wrap .threecol {
    width: 280px;
  }
  .wrap .fourcol {
    width: 380px;
  }
  .wrap .fivecol {
    width: 480px;
  }
  .wrap .sixcol {
    width: 580px;
  }
  .wrap .sevencol {
    width: 680px;
  }
  .wrap .eightcol {
    width: 780px;
  }
  .wrap .eightcol img {
    max-width: 780px;
  }
  .wrap .ninecol {
    width: 880px;
  }
  .wrap .tencol {
    width: 980px;
  }
  .wrap .elevencol {
    width: 1080px;
  }
  .wrap .twelvecol {
    width: 1180px;
  }
  .header nav {
    font-size: 16px;
  }
  .nav > li > a {
    padding: 15px 10px 15px 10px;
  }
  #header_slider {
    height: 600px;
  }
  #header_slider .header_slider_element {
    height: 600px;
  }
  #header_slider .header_slider_content {
    padding: 30px;
    max-width: 700px;
  }
  #header_slider .header_slider_content h2 {
    font-size: 44px;
  }
  #header_slider .header_slider_content .header_slider_text {
    font-size: 20px;
  }
  #mitarbeiter_list .vert_element .mh-343 {
    height: 395px;
  }
  #mitarbeiter_list .vert_element:hover .mh-343 {
    height: 395px;
  }
  #mitarbeiter_list .vert_element .hover_text {
    height: 252px;
  }
  .footer .footer-nav li a {
    font-size: 16px;
  }
}
.uk-accordion {
  background-color: #fff;
  padding-bottom: 40px;
}
.uk-accordion .uk-accordion-title {
  display: block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -975px;
  background-color: #fff;
  padding: 10px 0 10px 10px;
  margin: 0;
  border-top: 1px solid #dddddd;
}
.uk-accordion .uk-accordion-title:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.uk-accordion .uk-accordion-title.uk-active {
  color: #999;
  border-bottom: none;
}
.uk-accordion .uk-accordion-title.uk-active:hover {
  color: #999;
}
.uk-accordion .uk-accordion-title:hover {
  color: #666;
}
.uk-accordion .uk-accordion-content {
  padding: 0 0 0 10px;
}
.uk-accordion :last-child .uk-accordion-content {
  border-bottom: 1px solid #dddddd;
}
/* 1. Überschrift */
.uk-overlay-panel h3,
.uk-h2 {
  font-size: 44px;
  line-height: 42px;
  color: #003757;
  font-weight: 600;
}
.uk-overlay-panel .uk-text-large {
  color: #4f4f4f;
}
/* Orange Häkchen */
.uk-overlay-panel li i.fa-li {
  color: #e85412;
}
/* Button */
.uk-overlay-panel a.uk-button {
  background-color: #e85412;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 400;
  font-size: 19px;
  padding: 0 20px;
  border-right: 30px solid #f4966c;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  float: right;
}
/* Box-Transparenz */
.uk-overlay-panel > div {
  opacity: 0.9;
}
.ampere-boxes {
  font-size: 18px;
  line-height: 30px;
}
.ampere-boxes .uk-panel {
  padding: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 30px 0;
  padding-bottom: 90px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .ampere-boxes .uk-panel {
    margin: 0;
  }
}
.ampere-boxes p {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 5px;
}
.ampere-boxes i.fa {
  padding-right: 0.3em;
}
.ampere-boxes .amsr-search label {
  display: none;
}
.ampere-boxes div.bottom {
  padding: 20px 20px 0 20px;
  width: 90%;
  position: absolute;
  bottom: 20px;
}
.ampere-boxes .b.ampere-btn {
  width: 100%;
}
.ampere-boxes .uk-panel-title {
  font-size: 21px;
  line-height: 26px;
}
.ampere-boxes .amsr-search .bottom {
  box-sizing: border-box;
}
.ampere-boxes a.amsr-search-button {
  height: 50px!important;
  line-height: 50px!important;
  text-align: center;
  position: relative;
}
.ampere-boxes input.amsr-search-field {
  height: 50px!important;
  line-height: 50px!important;
  width: 100%!important;
  padding: 10px 20px 10px 0px;
  margin-right: -35px;
  position: relative;
}
.ampere-boxes img {
  max-width: 100%;
  height: auto;
  max-height: 225px;
}
/* Cancel Button in Search Form, IE10+ */
::-ms-clear {
  display: none;
}
/* Cancel Button in Search Form, Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
.iframe-container {
  height: 445px;
  background: url(../img/loader.svg) no-repeat center center #fff;
  background-size: 60px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.iframe-container .tarif-counter-container {
  border: none;
  height: 445px;
  width: 100%;
}
/* Kontaktkanal-Widgets */
.ampere-boxes .uk-panel-badge.uk-text-muted {
  margin-bottom: 1px;
  position: relative;
}
.ampere-boxes .uk-panel-badge {
  font-size: 14px;
  margin-bottom: 5px;
}
/* Kontaktkanal-Widgets */
.ampere-boxes .amsr-search {
  position: initial;
}
/* Kontaktkanal-Widgets */
.ampere-boxes .contact-link {
  color: #003757;
  text-align: center;
}
/* Kontaktkanal-Widgets */
.ampere-boxes a.ampere-btn.btn {
  background-color: #003a5a;
  background-image: none;
  border-right: 30px solid #005b7a;
  clear: both;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  font-size: 19px;
  font-weight: 700;
  padding: 0 10px;
  position: relative;
  text-align: center;
  box-sizing: content-box;
}
/* Kontaktkanal-Widgets */
.ampere-boxes a.ampere-btn.btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 50px;
  background-color: #005b7a;
  right: -12px;
  top: 0;
  z-index: 1;
}
/* Kontaktkanal-Widgets */
.ampere-boxes a.ampere-btn.btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 20px;
  right: -17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/* Kontaktkanal-Widgets */
.ampere-boxes a.ampere-btn.btn:hover,
.ampere-boxes a.ampere-btn.btn:active {
  border-right: 30px solid #f4966c;
  background-color: #e85412;
  color: #fff;
  text-decoration: none;
  background-position: right -315px;
}
/* Kontaktkanal-Widgets */
.ampere-boxes a.ampere-btn.btn:hover:before,
.ampere-boxes a.ampere-btn.btn:hover:before {
  background-color: #f4966c;
}
@media only screen and (min-width: 960px) {
  .ampere-boxes-2-of-3 .uk-row-first {
    margin-left: 15%;
  }
}
.ampere-principle {
  padding: 20px 0 50px;
}
@media only screen and (max-width: 767px) {
  .ampere-principle {
    font-size: .9em;
    line-height: 1.4em;
  }
}
.ampere-principle .uk-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ampere-principle .uk-panel .uk-panel-teaser {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .ampere-principle .uk-panel .uk-panel-teaser {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 7px;
  }
}
.ampere-principle .uk-panel .uk-panel-teaser img {
  width: 100%;
  height: auto;
}
.ampere-principle .uk-panel .uk-overlay-scale {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ampere-principle .uk-panel .uk-margin {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.ampere-principle .uk-panel .uk-margin span.number {
  color: #003a5a;
  font-weight: bold;
  font-size: 40px;
  margin-right: 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ampere-principle .uk-panel .uk-margin span.number {
    display: none;
  }
}
.ampere-principle .uk-panel .uk-margin p {
  margin: 0;
}
.ampere-principle .uk-panel .uk-margin p.highlight {
  color: #e85412;
}
.gray-background {
  position: relative;
  background-color: #f5f5f5;
  padding: 30px 40px;
}
.gray-background.extended {
  padding: 30px 0;
}
.gray-background.extended.with-margins {
  margin: 40px 0;
}
.gray-background.extended .extended-bg {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .gray-background img {
    margin: 0 auto 10px;
  }
}
.gray-background.with-margins:first-child {
  margin-top: 0;
}
.rounded-md {
  border-radius: 10px;
}
.counter-circles .counter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.counter-circles .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  font-size: 1.5em;
  font-weight: bold;
  color: #e85412;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.counter-circles .counter-title {
  text-align: center;
  margin-top: 15px;
  display: block;
  color: #999;
}
.bg-gray {
  background-color: #f5f5f5;
}
.our-vision p,
.our-mission p,
.guiding-principle p {
  font-size: 1.3em;
  line-height: 1.5em;
}
.our-vision img,
.our-mission img,
.guiding-principle img {
  display: block;
  width: 100%;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .our-vision p,
  .our-mission p,
  .guiding-principle p {
    font-size: 1em;
  }
  .our-vision img,
  .our-mission img,
  .guiding-principle img {
    margin: 0 0 20px;
  }
}
.info-boxes:not(.emobility) {
  margin: 20px -20px 50px;
}
.info-boxes:not(.emobility) > div {
  padding: 0 20px;
}
.info-boxes:not(.emobility) > div .uk-panel {
  padding: 25px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 1.1em;
  line-height: 1.4em;
}
.info-boxes:not(.emobility) > div .uk-panel > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.info-boxes:not(.emobility) > div .uk-panel p:last-child {
  margin: 0;
}
.info-boxes:not(.emobility) > div img {
  display: block;
  width: 100%;
}
#main ul.square-inline-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 30px -10px 0;
  padding: 0;
}
#main ul.square-inline-boxes li {
  list-style: none;
  margin: 0 10px 10px;
  padding: 20px 30px;
  color: #e85412;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  #main ul.square-inline-boxes li {
    padding: 10px 20px;
  }
}
#main .lightbulb-list ul {
  margin: 0;
  padding: 0;
}
#main .lightbulb-list ul li {
  background-image: url(../img/light-bulb.png);
  background-size: 25px auto;
  background-position: left center;
  text-indent: 15px;
  font-size: 1.2em;
  font-style: italic;
  color: #e85412;
  margin: .8em 0;
}
.strom-und-gastarif {
  color: #003a5a;
}
.strom-und-gastarif .uk-margin {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .strom-und-gastarif .uk-margin {
    padding: 0 10px;
  }
  .strom-und-gastarif img {
    width: 100%;
    height: auto;
  }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../bxslider/img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../bxslider/img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../bxslider/img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction {
  display: none;
}
.bx-wrapper:hover .bx-controls-direction {
  display: block;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../bxslider/img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../bxslider/img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.page-id-10692 #container {
  overflow-x: hidden;
}
.page-id-10692 h2 {
  margin-top: 1.5em;
  margin-bottom: .8em;
}
.page-id-10692 .gray-box {
  background-color: #e5e5e5;
  border-radius: 6px;
  margin-bottom: 0;
  padding: .5em .7em .4em;
  font-size: 1.1em;
}
.pum-theme-elektromobilitaet .popup-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}
.pum-theme-elektromobilitaet .popup-title img {
  width: 100px;
  height: auto;
}
.pum-theme-elektromobilitaet .popup-title h2 {
  font-weight: bold;
  margin: 0;
}
.pum-theme-elektromobilitaet .popup-title h2 .text-dark {
  color: #222;
}
.pum-theme-elektromobilitaet .popup-content {
  font-size: 1.1em;
}
.pum-theme-elektromobilitaet .popup-content ul {
  margin-left: 20px;
}
.pum-theme-elektromobilitaet .popup-content ul li {
  list-style: disc;
  color: #8c8c8c;
  margin: 0 0 .4em;
}
#main .emobility {
  position: relative;
  margin: 2em 0 0;
}
#main .emobility h2.uk-panel-title {
  font-size: 30px;
  line-height: 40px;
  color: #e85412;
  font-weight: bold;
}
#main .emobility .box {
  padding: 1em 1.5em .2em;
}
#main .emobility .box.gray {
  background-color: #e5e5e5;
}
#main .emobility .box.rounded {
  border-radius: 6px;
}
#main .emobility.sources-of-income,
#main .emobility.gray {
  background-color: #e5e5e5;
}
#main .emobility.sources-of-income:after,
#main .emobility.gray:after {
  content: '';
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #e5e5e5;
  z-index: -1;
  margin-left: -50vw;
}
#main .emobility.text-center {
  text-align: center!important;
}
#main .emobility .flex,
#main .emobility.flex {
  display: flex;
}
#main .emobility .flex-row,
#main .emobility.flex-row {
  flex-direction: row;
}
#main .emobility .flex-col,
#main .emobility.flex-col {
  flex-direction: column;
}
#main .emobility .items-center,
#main .emobility.items-center {
  align-items: center;
}
#main .emobility .justify-center,
#main .emobility.justify-center {
  justify-content: center;
}
#main .emobility.sources-of-income {
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  #main .emobility.sources-of-income .uk-grid div:first-child {
    padding: 2em 0 0;
  }
  #main .emobility.sources-of-income .uk-grid div:first-child img {
    height: 150px;
    width: auto;
    margin-bottom: -2em;
  }
}
#main .emobility.sources-of-income h3.uk-panel-title {
  font-size: 30px;
  line-height: 40px;
  color: #e85412;
  font-weight: 700;
}
#main .emobility.sources-of-income ul li {
  list-style-type: square;
  padding: 0;
  background: none;
  margin-left: 5px;
  margin-bottom: .6em;
}
#main .emobility.sources-of-income ul li::marker {
  color: #e85412;
}
#main .emobility.our-offer {
  margin: 1em 0 0 -50px;
}
#main .emobility.our-offer img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #main .emobility.our-offer {
    margin: 1em auto 0;
  }
  #main .emobility.our-offer img {
    max-width: 150px;
  }
  #main .emobility.our-offer .uk-row-first {
    padding-left: 0!important;
  }
}
#main .emobility.coop-box {
  padding: 2em 0;
  font-size: 1.3em;
}
#main .emobility.coop-box .uk-float-right {
  text-align: left;
}
#main .emobility.coop-box p:only-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #main .emobility.coop-box .uk-grid {
    display: flex;
    flex-direction: column-reverse;
  }
  #main .emobility.coop-box .uk-grid > div {
    padding-left: 0;
    text-align: center;
  }
}
#main .emobility.services {
  position: relative;
}
#main .emobility.services ul {
  margin: 0;
  padding: 0;
}
#main .emobility.services ul li {
  margin: 0;
  padding: 0;
  background: none;
}
#main .emobility.services img {
  display: block;
  width: 100%;
  height: auto;
}
#main .emobility .floating-button {
  position: absolute;
  left: 50%;
  bottom: 3em;
  text-align: center;
  width: 10em;
  margin-left: -5em;
  color: #fff;
  border: 1px solid #fff;
  padding: .3em 0;
  text-decoration: none;
}
#main .emobility .floating-button:hover {
  background: #fff;
  color: #e85412;
}
#main .emobility.included-services > div {
  border-right: 1px solid #fff;
}
#main .emobility.included-services > div:last-child {
  border: none;
}
#main .emobility.included-services img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  #main .emobility.included-services > div {
    border-right: none;
  }
  #main .emobility.included-services img {
    max-width: none;
    max-height: none;
    margin-bottom: 1px;
  }
  #main .emobility.included-services .uk-panel-teaser {
    margin-bottom: 0;
  }
  #main .emobility.included-services .uk-margin {
    margin: 0;
  }
  #main .emobility.included-services .uk-margin p {
    margin: 0;
  }
}
#main .emobility.getting-started .uk-row-first {
  padding-left: 0;
}
#main .emobility.info-boxes .uk-panel-box {
  border: none;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.07);
}
#main .emobility.info-boxes .uk-panel-box .uk-panel-title .orange {
  color: #e85412;
}
#main .emobility.info-boxes .uk-panel-box img {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 960px) {
  #main .emobility.info-boxes .uk-panel {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #main .emobility.info-boxes .uk-panel {
    padding: 0 20px;
  }
  #main .emobility.info-boxes .uk-panel .uk-panel-title {
    font-size: 24px;
  }
}
#main .emobility.faq .flex-row {
  margin: 0 -1em;
}
#main .emobility.faq .flex-row > div {
  box-sizing: border-box;
  width: 25%;
  padding: 0 1em;
}
#main .emobility.faq .flex-row > div img {
  width: 70%;
  height: auto;
  margin: 0 15% 1em;
}
@media only screen and (max-width: 767px) {
  #main .emobility.faq .flex-row {
    flex-direction: column;
    margin: 0;
  }
  #main .emobility.faq .flex-row .flex-col {
    width: 100%;
  }
  #main .emobility.faq .flex-row .flex-col img {
    margin-bottom: 0;
  }
}
#main .emobility.faq.uk-accordion .uk-accordion-title {
  background-color: #e5e5e5;
  color: #777;
  border-radius: 6px;
  margin-bottom: 1em;
  padding: .5em .7em .4em;
  font-size: 1.1em;
  font-weight: bold;
  background-image: none;
  border: none;
  position: relative;
}
#main .emobility.faq.uk-accordion .uk-accordion-title::before {
  content: '';
  background-color: #777;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
#main .emobility.faq.uk-accordion .uk-accordion-title.uk-active::before {
  background-color: #fff;
}
#main .emobility.faq.uk-accordion .uk-accordion-title::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #e5e5e5;
  transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
}
#main .emobility.faq.uk-accordion .uk-accordion-title.uk-active::after {
  transform: rotate(180deg);
  margin-top: -6px;
  border-top-color: #777;
}
#main .emobility.faq.uk-accordion .uk-accordion-title:last-of-type {
  border: none;
}
#main .emobility.faq.uk-accordion .uk-accordion-content {
  background-color: #e5e5e5;
  border-radius: 6px;
  border: none;
  padding: 1em 1.5em .6em;
  margin-left: 1em;
  margin-bottom: 1em;
}
#main .emobility.faq.uk-accordion .uk-accordion-content p:last-child {
  margin: 0;
}
#main .emobility.teaser-grid {
  margin: 2em 0 2em -25px;
}
#main .emobility.teaser-grid .uk-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 767px) {
  #main .emobility.teaser-grid .uk-panel img {
    max-width: 100%;
  }
}
#main .emobility.teaser-grid .uk-panel .uk-panel-title {
  background-color: #e5e5e5;
  border-radius: 6px;
  margin-top: -15px;
  margin-bottom: 0;
  padding: .5em .7em .4em;
  font-size: 1.1em;
}
#main .emobility.teaser-grid .uk-panel div:last-child {
  position: relative;
  background-color: #ffa47b;
  color: #222;
  padding: .6em .8em .5em;
  border-radius: 6px;
  margin-top: -15px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  font-size: 1.3em;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 768px) {
  #main .emobility.teaser-grid .uk-panel:hover .uk-panel-title {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #222;
    font-size: 2em;
    padding: .8em;
  }
  #main .emobility.teaser-grid .uk-panel:hover div:last-child {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  #main .emobility.teaser-grid .uk-panel div:last-child {
    opacity: 1;
    margin-top: 5px;
    font-size: 1em;
  }
  #main .emobility.teaser-grid .uk-panel div:last-child p:only-child,
  #main .emobility.teaser-grid .uk-panel div:last-child p:last-child {
    margin-bottom: 0;
  }
}
#main .emobility.contact-box {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
#main .emobility.contact-box .uk-row-first {
  padding-left: 0;
}
#main .emobility.contact-box .infobox {
  padding: 40px 0;
  min-height: 600px;
  background-size: cover;
}
#main .emobility.contact-box .infobox .wrapper {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #main .emobility.contact-box .infobox .wrapper {
    flex-direction: column;
    width: 90%;
  }
}
#main .emobility.contact-box .infobox .right.content {
  box-sizing: border-box;
  width: 58%;
  min-height: 450px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 50px;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  #main .emobility.contact-box .infobox .right.content {
    min-height: auto;
    width: 100%;
    padding: 30px 20px;
    font-size: 1em;
  }
}
#main .emobility.contact-box .infobox .right.content a.custom-button {
  display: inline-block;
  clear: both;
  background-color: #003a5a;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  padding: .5em 1em .4em;
  margin-bottom: .4em;
}
#main .emobility.contact-box .infobox .right.content a.custom-button:hover {
  background-color: #005b8d;
}
#main .emobility.contact-box .infobox .right.content a.custom-button.orange {
  background-color: #e85412;
}
#main .emobility.contact-box .infobox .right.content a.custom-button.orange:hover {
  background-color: #f0743d;
}
#main .emobility.contact-box .infobox .right.content h4 {
  color: #e85412;
  font-size: 1.6em;
  margin: .8em 0 .4em;
}
#main .emobility.contact-box .infobox .left.title {
  width: 40%;
  background: #e85412;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 2%;
  min-height: 450px;
}
#main .emobility.contact-box .infobox .left.title h3 {
  color: #fff;
  line-height: 1.3em;
  font-size: 2.5em;
  margin: 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main .emobility.contact-box .infobox .left.title {
    min-height: auto;
    width: 100%;
    padding: 30px 20px;
    margin: 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  #main iframe#lademap {
    width: 100%;
  }
}
.jumper-target {
  position: absolute;
  transform: translateY(-120px);
}
.hero-banner + .jumpers {
  margin-top: -130px;
}
.jumpers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
.jumpers .jumper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  box-sizing: border-box;
  padding: 20px 40px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.jumpers .jumper .jumper-image-wrapper {
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
  width: 160px;
  height: 160px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.jumpers .jumper .jumper-image-wrapper .jumper-image {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  width: 100%;
  height: auto;
}
.jumpers .jumper .jumper-image-wrapper .jumper-image img {
  width: 100%;
  height: auto;
}
.jumpers .jumper .jumper-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.jumpers .jumper .jumper-link .jumper-title {
  font-size: 1.1em;
  margin-top: 15px;
  text-align: center;
  color: #999;
}
.jumpers .jumper .jumper-link:hover .jumper-title {
  color: #e85412;
}
.jumpers .jumper.external .jumper-image-wrapper {
  border-radius: 20px;
}
.jumpers .jumper.external .jumper-link .jumper-title {
  color: #e85412;
}
.jumpers .jumper:hover .jumper-image-wrapper {
  transform: scale(1.05);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 959px) {
  .jumpers .jumper {
    width: 50%;
    padding: 10px 20px;
  }
  .jumpers .jumper .jumper-image-wrapper {
    padding: 20px;
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .jumpers .jumper {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner + .jumpers {
    margin-top: -90px;
  }
  .jumpers .jumper {
    width: 50%;
  }
  .jumpers .jumper .jumper-image-wrapper {
    padding: 20px;
    width: 90px;
    height: 90px;
  }
}
.employee-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 50px;
}
.employee-list + .employee-list {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .employee-list {
    flex-direction: column;
  }
}
.employee-list:last-child {
  margin-bottom: 0;
}
.employee-list .employee {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .employee-list .employee {
    width: 100%;
    margin-bottom: 50px;
  }
}
.employee-list .employee--photo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}
.employee-list .employee--photo img {
  display: block;
  width: auto;
  height: 180px;
}
.employee-list .employee--full-name {
  font-size: 1em;
  color: #4f4f4f;
}
.employee-list .employee--position {
  color: #999;
}
.employee-list .employee--phone {
  color: #999;
}
.employee-list .employee--coop {
  text-align: center;
  font-weight: bold;
  color: #999;
}
.employee-list .employee--vita {
  line-height: 1.4em;
  font-size: .9em;
  color: #666;
}
.employee-list .employee--vita p {
  margin: 0 0 .4em;
}
.employee-list .employee--vita ul {
  margin: 0!important;
}
.employee-list .employee--vita *:last-child {
  margin-bottom: 0;
}
.bubble-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .bubble-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.bubble-list .bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.3em;
  word-wrap: break-word;
  margin: 0;
  padding: 20px 10px;
  background: #e85412;
  color: #fff;
  border-radius: 90px;
  width: 180px;
  height: 180px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.bubble-list .bubble:nth-child(1) {
  background: #f7b89c;
}
.bubble-list .bubble:nth-child(2) {
  background: #f5a784;
}
.bubble-list .bubble:nth-child(3) {
  background: #f4966c;
}
.bubble-list .bubble:nth-child(4) {
  background: #f28555;
}
.bubble-list .bubble:nth-child(5) {
  background: #f0743d;
}
.bubble-list .bubble:nth-child(6) {
  background: #ee6325;
}
.bubble-list .bubble:nth-child(7) {
  background: #e85412;
}
@media only screen and (max-width: 767px) {
  .bubble-list .bubble {
    margin-bottom: 20px;
  }
}
.bubble-list.constant-colors .bubble {
  background: #e85412 !important;
}
.register {
  margin: 20px 0 50px;
}
.register-tabs {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .register-tabs {
    flex-direction: column;
  }
}
.register-tabs .tab {
  margin-right: 4px;
  border-top: 5px solid #999;
  border-bottom: 5px solid #fff;
  background-color: #f9f9f9;
}
@media only screen and (max-width: 767px) {
  .register-tabs .tab {
    border: none;
    border-left: 5px solid #999;
    margin-bottom: 5px;
  }
}
.register-tabs .tab a {
  display: block;
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
  padding: .6em 1.5em;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .register-tabs .tab a {
    padding: .6em 1.5em .5em;
  }
}
.register-tabs .tab a:active,
.register-tabs .tab a:focus {
  outline: none;
}
.register-tabs .tab a:hover {
  color: #000;
}
.register-tabs .tab.active {
  background-color: #f5f5f5;
  border-top-color: #e85412;
  color: #000;
  border-bottom-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .register-tabs .tab.active {
    border-left-color: #e85412;
  }
}
.register-tabs .tab.active a {
  color: #000;
  pointer-events: none;
}
.register-tabs .tab.active a:hover {
  color: #000;
}
.register-content-wrapper {
  background-color: #f5f5f5;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .register-content-wrapper {
    padding: 20px;
  }
}
.register-content-wrapper .register-content {
  display: none;
  margin: 0;
  line-height: 1.5em;
}
.register-content-wrapper .register-content.active {
  display: block;
}
.wpostahs-slider-nav {
  position: relative;
}
.wpostahs-slider-nav .slick-track:before {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  margin-top: -2px;
  background-color: #e85412;
  z-index: -1;
}
.wpostahs-slider-wrp {
  margin: 20px 50px;
}
.wpostahs-slider-wrp .wpostahs-slider-nav-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpostahs-slider-wrp .wpostahs-slider-nav-title .wpostahs-main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #e85412;
  width: 140px;
  height: 140px;
  border-radius: 70px;
  font-weight: bold;
  font-size: 1.2em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wpostahs-slider-wrp .wpostahs-slider-nav-title .wpostahs-main-title:before,
.wpostahs-slider-wrp .wpostahs-slider-nav-title .wpostahs-main-title:after {
  display: none;
}
.wpostahs-slider-wrp .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
  background: #e85412;
  color: #fff;
}
.wpostahs-slider-wrp .wpostahs-slider .wpostahs-centent-title {
  color: #4f4f4f;
  font-size: 1.5em;
  font-weight: bold;
}
.wpostahs-slider-wrp .wpostahs-slider .slick-list {
  z-index: 0;
  position: relative;
}
.wpostahs-slider-wrp .wpostahs-slider button.slick-arrow {
  z-index: 20;
  position: absolute;
  border: none!important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-top: -26px !important;
}
.wpostahs-slider-wrp .wpostahs-slider button.slick-arrow.slick-prev {
  left: -5px !important;
}
.wpostahs-slider-wrp .wpostahs-slider button.slick-arrow.slick-next {
  right: -5px !important;
}
.overlay-teaser-grid {
  position: relative;
  margin: 2em 0 3em -25px;
}
.overlay-teaser-grid .uk-panel {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15), 0 4px 6px -2px rgba(0, 0, 0, 0.07);
}
.overlay-teaser-grid .uk-panel img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .overlay-teaser-grid .uk-panel img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .overlay-teaser-grid .uk-panel {
    height: 250px;
  }
  .overlay-teaser-grid .uk-panel img {
    margin-top: -60px;
  }
}
.overlay-teaser-grid .uk-panel .uk-panel-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #003a5a;
  transition: background-color 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overlay-teaser-grid .uk-panel div:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #222;
  padding: 40px 20px 20px 20px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  font-size: 1.3em;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overlay-teaser-grid .uk-panel:hover .uk-panel-title {
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) {
  .overlay-teaser-grid .uk-panel:hover div:last-child {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .overlay-teaser-grid .uk-panel {
    height: 200px;
  }
  .overlay-teaser-grid .uk-panel div:last-child {
    font-size: .9em;
    line-height: 1.3em;
  }
  .overlay-teaser-grid .uk-panel:hover div:last-child {
    opacity: 1;
  }
  .overlay-teaser-grid .uk-panel:hover .uk-panel-title {
    font-size: 1.1em;
  }
}
form[action="/login"] {
  margin-top: 50px;
}
form[action="/login"] #forgotpass {
  margin-left: 130px;
}
form[action="/login"] input[type="submit"] {
  margin-left: 130px;
}
form[action="/login"] label {
  width: 130px;
  float: left;
  padding-top: 6px;
}