/* Functions */
/* Settings */
/* Normalization */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
    display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/**
* Address `font-family` inconsistency between `textarea` and other form
* elements.
*/
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/**
* Address margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
    outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
/**
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
.subpage-side p{
    font-weight: normal;	
}
.textbox p.align-center{
	text-align:center;
}	
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
* Known issue: no IE 6/7 normalization.
*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
* Address styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}
/**
* Address margins set differently in IE 6/7.
*/
p,
pre {
    margin: 1em 0;
}
/**
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/**
* Address CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none;
}
/**
* Address `quotes` property not supported in Safari 4.
*/
q:before,
q:after {
    content: '';
    content: none;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
    font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
Lists
========================================================================== */
/**
* Address margins set differently in IE 6/7.
*/
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
/**
* Address paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
/**
* Correct list images handled incorrectly in IE 7.
*/
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
    margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Correct margin displayed oddly in IE 6/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. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}
/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}
/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
    line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
    text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
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],
html input[disabled] {
    cursor: default;
}
/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}
/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve 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;
}
/* Base styles */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
h2 {
    color: #005380;
    font-size: 24px;
}
body {
    background: #e9f0f2;
    font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
    -webkit-font-smoothing: antialiased;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.wrapper {
    width: 98%;
    margin: 0 auto;
}
.read-more {
    background: #3abeef;
    color: #ffffff;
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Gotham SSm A', sans-serif;
}
.read-more i {
    margin-left: 6px;
}
.read-more:hover {
    background: #12abe4;
    color: #ffffff;
    text-decoration: none !important;
}
.read-more:active {
    background: #1199cc;
    color: #ffffff;    
    text-decoration: none !important;
}

.image-link {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 262px;
    position: relative;
    text-align: center;
}
.image-link .image-link-content {
    background-color: rgba(58, 190, 239, 0.8);
    position: absolute;
    top: 80px;
    bottom: 80px;
    right: 20px;
    left: 20px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.image-link p {
    color: #ffffff;
    font-family: 'Gotham SSm A', sans-serif;
    font-size: 20px;
    position: relative;
    z-index: 20;
    padding: 90px 30px 0 30px;
    margin-top: 0;
}
.image-link a {
    position: relative;
    z-index: 20;
    border: 1px solid white;
    background: none;
}
.image-link a.read-more {
    color: #ffffff !important;
}
.image-link a:hover {
    background: #12abe4;
}
.image-link:hover .image-link-content {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.linkbox {
/*    padding-bottom: 30px;*/
    padding-bottom: 20px;    
}
.linkbox .linkbox-content {
    border-left: 4px solid #3abeef;
}
.linkbox .linkbox-content li {
    padding: 5px 15px 5px 45px;
}
.linkbox .linkbox-content li:first-child {
    background: url("/fileadmin/images/subpage/downlaod.png") no-repeat;
    background-position: 11px 2px;
}
.linkbox .linkbox-content li:nth-child(even) {
    background: #e9f7fe;
}
.linkbox .linkbox-content li a {
    font-size: 14px;
    line-height: 20px;
    color: #3abeef;
    text-decoration: none;
}
.linkbox .linkbox-content li a:hover {
    color: #12abe4;
}
.linkbox .linkbox-content:hover li {
    background-position: 11px -97px;
}
.socialshare {
    padding: 12px 20px 0 20px;
    display: none;
}
.socialshare li a {
    color: #4c4c4c !important;
    text-decoration: none;
    font-size: 14px;
    background: url("/fileadmin/images/subpage/social-share.png") no-repeat;
    padding: 5px 0 5px 25px;
    display: block;
    background-position: 0 6px;
}
.socialshare li a.print {
    background-position: 0 -39px;
}
.socialshare li a.email {
    background-position: 0 6px;
}
.socialshare li a.facebook {
    background-position: 0 -85px;
}
.socialshare li a.google {
    background-position: 0 -131px;
}
.socialshare li a.linkedin {
    background-position: 0 -176px;
}
.socialshare li a.twitter {
    background-position: 0 -222px;
}
.socialshare li a:hover {
    -ms-background-position-x: -535px;
    background-position-x: -535px;
}
.socialshare li:last-child a {
    padding-bottom: 0;
}
form div.form_row .form-element {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
}
form div.form_row .form-element label {
    position: absolute;
    top: 8px;
    left: 15px;
    color: #8e8e8e;
    font-weight: 700;
}
form div.form_row .form-element label.required:before {
    content: "*";
    position: absolute;
    right: -8px;
    top: 0;
}
form div.form_row .form-element label.text {
    left: 15px !important;
}
form div.form_row .form-element input,
form div.form_row .form-element textarea {
    padding: 30px 15px 10px 15px;
    width: 100%;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
    font-family: 'Gotham SSm A', sans-serif;
}
form div.form_row .form-element input:active,
form div.form_row .form-element textarea:active,
form div.form_row .form-element input:focus,
form div.form_row .form-element textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e9f7fe;
    border: 1px solid #d1e0e6;
}
form div.form_row textarea {
    min-height: 250px;
}
/* Header */
header {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
header .upper-header .logo h1 {
/*    width: 146px;*/
    width: 346px;    
    height: 73px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 20px auto;
    background: url("/fileadmin/images/header/creos-logo.png") no-repeat;
/*    background: url("/fileadmin/images/header/creos-logo-10.png") no-repeat;    */
}
header .upper-header .right-header {
    display: none;
}
header #mobile-header {
    margin-bottom: 20px;
}
header #mobile-header a {
    background: #3abeef;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 700;
}
header #mobile-header a:hover,
header #mobile-header a:focus,
header #mobile-header a:active {
    background: #302f2f;
}
header #mobile-header i {
    margin-left: 15px;
}
header .menu-wrapper {
    display: none;
}
/* Content */
#main {
    /* Homepage */
    /* Normal content */
}
#main #slider {
    background: #d1e0e6;
}
#main #slider .bx-wrapper {
    margin: 0 auto !important;
}
#main #slider .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
}
#main #slider .bx-wrapper .bx-viewport ul.bxslider li {
    overflow: hidden;
}
#main #slider .bx-wrapper .bx-viewport ul.bxslider li .description {
    color: #ffffff;
    background: #005380;
    font-size: 13px;
    padding: 15px 15px 20px 15px;
    line-height: 20px;
}
#main #slider .bx-wrapper .bx-viewport ul.bxslider li .description h2 {
    font-size: 20px;
    color: white;
}
#main #slider .bx-wrapper .bx-viewport ul.bxslider li .description p {
    margin-bottom: 20px;
}
#main #slider .bx-wrapper .bx-viewport ul.bxslider li .image-wrapper img {
    height: auto;
    width: 100%;
    max-width: 1200px;
}
#main #slider .bx-wrapper .bx-controls .bx-pager {
    bottom: 15px;
}
#main #slider .bx-wrapper .bx-controls .bx-pager a.bx-pager-link {
    background: #3abeef !important;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
#main #slider .bx-wrapper .bx-controls .bx-pager a.bx-pager-link.active {
    background: #e9f0f2 !important;
}
#main #slider .bx-wrapper .bx-controls .bx-pager a.bx-pager-link:hover {
    background: #f7f7f7;
}
#main #slider .bx-wrapper .bx-controls .bx-prev {
    display: none;
}
#main #slider .bx-wrapper .bx-controls .bx-next {
    display: none;
}
#main #image-shortlinks {
    margin-top: 10px;
}
#main #image-shortlinks .shortlink {
    margin-bottom: 10px;
}
#main #image-shortlinks .shortlink .image-wrapper {
    width: 100%;
}
#main #image-shortlinks .shortlink .image-wrapper img {
    width: 100%;
    height: auto;
}
#main #image-shortlinks .shortlink.hide {
    display: none;
}
#main #image-shortlinks .shortlink .overlay {
    color: white;
    padding: 16px;
    background-color: #005380;
    background-color: rgba(0, 83, 128, 0.95);
    position: relative;
    z-index: 10;
    margin-top: -90px;
}
#main #image-shortlinks .shortlink .overlay .content-text {
    font-size: 13px;
    padding-right: 16px;
    line-height: 20px;
}
#main #image-shortlinks .shortlink .overlay .content-text p {
    display: none;
}
#main #image-shortlinks .shortlink .overlay .content-text a {
    display: inline-block;
    margin-top: 10px;
}
#main #image-shortlinks .shortlink .overlay h3 {
    font-size: 13px;
    font-weight: 700;
}
#main #second-row .news-wrapper {
    width: 100%;
    padding: 0 5px;
}
#main #second-row .news-wrapper .news {
    background: #ffffff;
    min-height: 280px;
    position: relative;
}
#main #second-row .news-wrapper .news .news-content {
    padding: 20px;
    color: #4c4c4c;
}
#main #second-row .news-wrapper .news .news-content h4 {
    font-weight: 700;
    margin-top: 15px;
}
#main #second-row .news-wrapper .news .news-content h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}
#main #second-row .news-wrapper .news .news-content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
}
#main #second-row .news-wrapper .news .news-content a {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
#main #second-row .news-wrapper .news .image-wrapper img {
    display: none;
}
#main #second-row .shortlink-icon {
    width: 100%;
    margin-top: 10px;
}

#main #second-row .shortlink-icon li {
    padding: 0 5px;
    margin-bottom: 2px;
}
#main #second-row .shortlink-icon li a {
    display: block;
    color: #3abeef;
    font-size: 22px;
    font-family: 'Gotham SSm A', sans-serif;
    text-decoration: none;
    background: #ffffff;
    padding: 30px 10px 30px 70px;
}
#main #second-row .shortlink-icon li a:hover {
    background: #f7f7f7;
}
#main #second-row .shortlink-icon li a.tarif {
    background-image: url("/fileadmin/images/homepage/tarifs.png");
    background-repeat: no-repeat;
    background-position: 20px 21px;
}
#main #second-row .shortlink-icon li a.security {
    background-image: url("/fileadmin/images/homepage/security.png");
    background-repeat: no-repeat;
    background-position: 20px 23px;
    padding-left: 80px;
}
#main #second-row .shortlink-icon li a.number {
    background-image: url("/fileadmin/images/homepage/number.png");
    background-repeat: no-repeat;
    background-position: 20px 21px;
}
#main #third-row {
    margin-top: 10px;
}
#main #third-row .partners {
    background: #ffffff;
    padding: 20px;
}
#main #third-row .partners h2 {
    margin-bottom: 5px;
}
#main #third-row .partners a {
    display: block;
    text-align: center;
    padding-top: 155px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #3abeef;
    text-decoration: none;
    font-family: 'Gotham SSm A', sans-serif;
}
#main #third-row .partners a:hover {
    background-color: #f7f7f7;
}
#main #third-row .partners a.electrician {
    background-image: url("/fileadmin/images/homepage/electricien-bright.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}
#main #third-row .partners a.installateur {
    background-image: url("/fileadmin/images/homepage/installateur-bright.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}
#main #third-row .partners a.entrepreneur {
    background-image: url("/fileadmin/images/homepage/entrepreneur-bright.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}
#main #third-row .partners a.commune {
    background-image: url("/fileadmin/images/homepage/commune-bright.png");
    background-position: center 15px;
    background-repeat: no-repeat;
}
#main #third-row .coordinateur {
    background-image: url("/fileadmin/images/homepage/shortlink_coordinateur.jpg");
}
#main .subpage .breadcrumbs {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 15px;
    color: #8e8e8e;
    margin: 14px 0 10px 0;
}
#main .subpage .breadcrumbs span {
    padding: 0 10px;
}
#main .subpage .breadcrumbs span:first-child {
    padding-left: 5px;
}
#main .subpage .breadcrumbs span.selected {
    font-weight: 700;
    color: #005380;
}

#main .subpage .breadcrumbs a {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 15px;
    color: #8e8e8e;
    margin: 14px 0 10px 0;    	
}

#main .subpage .breadcrumbs a:hover {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
    font-size: 15px;
    color: #8e8e8e;
    margin: 14px 0 10px 0;    	
}

#main .subpage {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
}
#main .subpage h3 {
    font-size: 16px;
    font-weight: 700;
    color: #005380;
    margin-top: 10px;
    margin-bottom: 5px;
}
#main .subpage a {
    color: #3abeef;
    text-decoration: none;
}
#main .subpage a:hover {
    text-decoration: underline;
}
#main .subpage .subpage-main .content {
    background: #ffffff;
}
/*
#main .subpage .subpage-main .content .header-image {
    width: 100%;
    height: 202px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 25px;
}
*/
#main .subpage .subpage-main .content h2 {
    padding: 0px 0 10px 15px;
}
#main .subpage .subpage-main .content .textbox {
    padding: 0 15px 30px 15px;
}
#main .subpage .subpage-main .content .textbox p {
    margin-top: 0;
}
#main .subpage .subpage-main .content .textbox p:last-child {
    margin-bottom: 0;
}
#main .subpage .subpage-main .content .textlist {
    padding-bottom: 30px;
}
#main .subpage .subpage-main .content .textlist h3 {
    padding: 0 15px;
}
#main .subpage .subpage-main .content .textlist ul li {
    padding: 0 15px;
    margin-bottom: 6px;
    background-image: url("/fileadmin/images/subpage/bullet.png");
    background-repeat: no-repeat;
    background-position: 5px 8px;
    margin-left: 11px;
}
#main .subpage .subpage-main .content .textlist ul li p {
    margin: 0;
}
#main .subpage .subpage-main .content .halfimage {
    padding: 0 15px 30px 15px;
}
#main .subpage .subpage-main .content .halfimage img {
    width: 100%;
    height: auto;
}
#main .subpage .subpage-main .content .halfimage p {
    margin: 0 0 20px 0;
}
#main .subpage .subpage-main .content .twocolumn-text {
    padding: 0 15px 30px 15px;
}
#main .subpage .subpage-main .content .twocolumn-text .col-md-6.first {
    padding-left: 0;
}
#main .subpage .subpage-main .content .twocolumn-text .col-md-6.last {
    padding-right: 0;
    padding-left: 0;
}
#main .subpage .subpage-main .content .twocolumn-text .col-md-6 p {
    margin-top: 0;
}
#main .subpage .subpage-main .content .twocolumn-text .col-md-6 p:last-child {
    margin-bottom: 0;
}
#main .subpage .subpage-main .content .gallery a.main-image {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
#main .subpage .subpage-main .content .gallery a.main-image img {
    width: 100%;
    height: auto;
}
#main .subpage .subpage-main .content .gallery a.main-image .galerie-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 35px;
    padding-left: 60px;
    background-image: url("/fileadmin/images/subpage/gallery-icon.png");
    background-repeat: no-repeat;
    height: 48px;
    line-height: 48px;
}
#main .subpage .subpage-main .content .gallery a.main-image:hover .galerie-link {
    background-position: 0 -215px;
}
#main .subpage .subpage-main .content .gallery a.hidden-image {
    display: none;
}
#main .subpage .subpage-main .content .table-wrapper {
    padding: 0 15px 30px 15px;
    font-size: 12px;
}
#main .subpage .subpage-main .content .table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
#main .subpage .subpage-main .content .table-wrapper thead {
    background: #005380;
    color: #ffffff;
}
#main .subpage .subpage-main .content .table-wrapper th {
    border-right: 1px solid #005380;
    border-left: 1px solid #005380;
    padding: 5px 0;
    font-size: 13px;
}
#main .subpage .subpage-main .content .table-wrapper td {
    width: 30%;
    border-bottom: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    border-left: 1px solid #4c4c4c;
    padding: 5px 5px;
}
#main .subpage .subpage-main .content .table-wrapper td.centered {
    text-align: center;
    width: 20%;
}
#main .subpage .subpage-main .content .video-wrapper {
    padding: 0 15px 30px 15px;
}
#main .subpage .subpage-main .content .video-wrapper .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#main .subpage .subpage-main .content .video-wrapper .video-container iframe,
#main .subpage .subpage-main .content .video-wrapper .video-container object,
#main .subpage .subpage-main .content .video-wrapper .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .subpage .subpage-main .content .expand-collapse {
    margin-bottom: 20px;
    transition: height 1s;
    overflow: hidden;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner {
    padding-bottom: 10px;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4 {
    background-color: #3abeef;
    cursor: pointer;
    margin: 0;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4 a {
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 30px 10px;
    padding: 10px 15px 10px 15px;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4 a span {
    margin-left: 10px;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4 a span.close {
    display: block;
    float: left;
    height: 20px;
    width: 20px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-image: url("/fileadmin/images/subpage/collapse.png");
    margin-left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: scale(1) rotate(135deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(135deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(135deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(135deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(135deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4 a:hover {
    text-decoration: none;
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4:hover,
#main .subpage .subpage-main .content .expand-collapse .box-inner h4.active {
    background: rgba(58, 190, 239, 0.8);
}
#main .subpage .subpage-main .content .expand-collapse .box-inner h4:hover a span.close,
#main .subpage .subpage-main .content .expand-collapse .box-inner h4.active a span.close {
    -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
#main .subpage .subpage-main .content .expand-collapse .box-inner .expand-content {
    padding: 15px 15px 15px 15px;
    background: #f5f7f9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f7f9 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f7f9), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f7f9 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f7f9 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f7f9 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5f7f9 0%, #ffffff 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f9', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
#main .subpage .subpage-main .content .expand-collapse .box-inner .expand-content p {
    margin-top: 0;
}
#main .subpage .subpage-main .content .expand-collapse.collapsed {
    height: 40px;
}
#main .subpage .subpage-main .content .expand-collapse.collapsed .box-inner a span.close {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
#main .subpage .subpage-main .content .jobs-links {
    background: #3abeef;
    color: #ffffff;
    padding: 20px 0;
    margin-bottom: 30px;
}
#main .subpage .subpage-main .content .jobs-links h2 {
    color: #ffffff;
}
#main .subpage .subpage-main .content .jobs-links h4 {
    padding: 0 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
#main .subpage .subpage-main .content .jobs-links ul {
    margin-left: 16px;
}
#main .subpage .subpage-main .content .jobs-links ul li a {
    color: #ffffff;
    padding: 0 30px;
    background-image: url("/fileadmin/images/jobs/white-bullet.png");
    background-repeat: no-repeat;
    background-position: 15px 7px;
    display: block;
    margin-bottom: 5px;
}
#main .subpage .subpage-main .content .jobs-links ul li a:hover {
    background-color: #12abe4;
    text-decoration: none;
}
#main .subpage .subpage-main .content .jobs-people {
    padding: 0 15px 20px 15px;
}
#main .subpage .subpage-main .content .jobs-people h2 {
    padding-left: 5px;
    margin-bottom: 5px;
}
#main .subpage .subpage-main .content .jobs-people .people {
    margin-bottom: 10px;
}
#main .subpage .subpage-main .content .jobs-people .people .image-wrapper {
    width: 100%;
}
#main .subpage .subpage-main .content .jobs-people .people .image-wrapper img {
    width: 100%;
    height: auto;
}
#main .subpage .subpage-main .content .jobs-people .people.hide {
    display: none;
}
#main .subpage .subpage-main .content .jobs-people .people .overlay {
    color: white;
    padding: 14px 16px 16px 16px;
    background-color: #005380;
    background-color: rgba(0, 83, 128, 0.95);
    position: relative;
    z-index: 10;
    margin-top: -110px;
}
#main .subpage .subpage-main .content .jobs-people .people .overlay .content-text {
    font-size: 13px;
    padding-right: 16px;
    line-height: 20px;
}
#main .subpage .subpage-main .content .jobs-people .people .overlay .content-text a {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
}
#main .subpage .subpage-main .content .jobs-people .people .overlay h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#main .subpage .subpage-main .content .jobs-people .people .overlay h4 {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
#main .subpage .subpage-main .content .contact-page {
    padding: 0px 15px 30px 15px;
}
#main .subpage .subpage-main .content .contact-page h2 {
    padding-left: 0;
}
#main .subpage .subpage-main .content .contact-page .col-md-8,
#main .subpage .subpage-main .content .contact-page .col-md-4 {
    padding: 0;
}
#main .subpage .subpage-main .content .contact-page .contact-info {
    padding-bottom: 30px;
}
#main .subpage .subpage-main .content .contact-page .contact-info img {
    width: 100%;
    height: auto;
}
#main .subpage .subpage-main .content .contact-page .contact-info h3 {
    margin-left: 0px;
    margin-top: 0;
}
#main .subpage .subpage-main .content .contact-page .contact-info p {
    margin: 10px 0 0 0;
}
#main .subpage .subpage-main .content .contact-page .contact-info .address {
    padding: 15px 0 0 0;
}
#main .subpage .subpage-main .content .contact-page .contact-info .address p {
    padding: 0;
}
#main .subpage .subpage-main .content .contact-page .contact-info .qrcode {
    display: none;
}
#main .subpage .subpage-main .content .contact-page .contact-info .cvcard a {
    color: white;
    width: 100%;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
}
#main .subpage .subpage-main .content .contact-page .contact-form {
    padding-bottom: 30px;
}
#main .subpage .subpage-main .content .contact-page .contact-form p {
    margin-top: 0;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper {
    margin-bottom: 10px;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row {
    margin-bottom: 15px;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper {
    margin: 0 0 5px 0;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper label.radio {
    background: #3abeef;
    color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    display: block;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper label.radio:hover {
    background: #12abe4;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper input[type=radio].blue-radio {
    display: none;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper input[type=radio]:hover {
    background: #12abe4;
}
#main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper input[type=radio]:checked + label.radio {
    background: #302f2f;
}
#main .subpage .subpage-main .content .contact-page .contact-form form button {
    border: none;
    padding: 10px 15px;
    display: block;
    width: 100%;
}
#main .subpage .subpage-main .content .contact-page .contact-form form button:active {
    outline: none;
}
#main .subpage .subpage-main .content .news-page {
    padding: 24px 30px 30px 30px;
    min-height: 650px;
}
#main .subpage .subpage-main .content .news-page .news-title {
    margin-bottom: 30px;
}
#main .subpage .subpage-main .content .news-page .news-title .col-md-6 {
    padding: 0;
}
#main .subpage .subpage-main .content .news-page .news-title .col-md-6 h2 {
    padding: 0;
    padding-top: 6px;
}
#main .subpage .subpage-main .content .news-page .news-title .toggle {
    text-align: left;
    margin: 10px 0 20px 0;
}
#main .subpage .subpage-main .content .news-page .news-title .toggle a {
    color: #ffffff;
    padding-right: 20px;
    display: inline-block;
}
#main .subpage .subpage-main .content .news-page .news-title .toggle a i {
    margin-right: 5px;
}
#main .subpage .subpage-main .content .news-page .news-title .toggle a.active {
    background: #e9f0f2;
    color: #4c4c4c;
}
#main .subpage .subpage-main .content .news-page img {
    width: 100%;
    height: auto;
}
#main .subpage .subpage-main .content .news-page .news-row {
    margin: 10px 0 40px 0;
}
#main .subpage .subpage-main .content .news-page .news-row:last-child {
    margin-bottom: 0;
}
#main .subpage .subpage-main .content .news-page .news-row .news {
    color: #4c4c4c;
}
#main .subpage .subpage-main .content .news-page .news-row .news .col-md-2 {
    display: none;
}
#main .subpage .subpage-main .content .news-page .news-row .news .col-md-10 {
    padding: 0;
}
#main .subpage .subpage-main .content .news-page .news-row .news h4 {
    font-weight: 700;
}
#main .subpage .subpage-main .content .news-page .news-row .news h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0;
    color: #4c4c4c;
    font-weight: 400;
}
#main .subpage .subpage-main .content .news-page .news-row .news p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 17px;
}

#main .subpage .subpage-main .content .news-page .news-row .news .news-single-imgcaption {
    margin-top: -10px;
    padding: 1px 0 3px;
}

#main .subpage .subpage-main .content .news-page .news-row .news a {
    display: inline-block;
/*    color: #3abeef;*/
    color: #ffffff;
}
#main .subpage .subpage-main .content .news-page .pager {
    text-align: center;
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 30px;
    position: relative;
}
#main .subpage .subpage-main .content .news-page .pager span {
    margin-right: 10px;
    line-height: 30px;
}
#main .subpage .subpage-main .content .news-page .pager span.previous {
    position: absolute;
    left: 0;
}
#main .subpage .subpage-main .content .news-page .pager span.next {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
#main .subpage .subpage-main .content .news-page .pager span a {
    padding: 3px 8px 3px 8px;
    background: #3abeef;
    color: #ffffff;
    text-align: center;
    width: 30px;
}
#main .subpage .subpage-main .content .news-page .pager span a:hover {
    background: #12abe4;
}
#main .subpage .subpage-main .content .news-page .pager span a.active {
    background: #302f2f;
}
#main .subpage .subpage-main .content .blue-lists {
    margin-bottom: 30px;
}
#main .subpage .subpage-main .content .blue-lists .column {
    width: 50%;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 20px 0 20px 0;
    float: left;
    height: 370px;
}
#main .subpage .subpage-main .content .blue-lists .column li.title {
    font-weight: 700;
    margin-bottom: 8px;
}
#main .subpage .subpage-main .content .blue-lists .column.column-1 {
    background: #2667c8;
}
#main .subpage .subpage-main .content .blue-lists .column.column-2 {
    background: #2b5685;
}
#main .subpage .subpage-main .content .blue-lists .column.column-3 {
    background: #183b70;
}
#main .subpage .subpage-main .content .blue-lists .column.column-4 {
    background: #3e82c8;
}
#main .subpage .subpage-main .content .blue-lists .column.column-5 {
    background: #0c233c;
}
#main .subpage .search {
    padding: 30px 0;
}
#main .subpage .search ul.result-list li {
    padding: 12px 30px;
    margin-bottom: 0px;
}
#main .subpage .search ul.result-list li:nth-child(even) {
    background: #e9f7fe;
}
#main .subpage .search ul.result-list li h3 {
    color: #3abeef;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}
#main .subpage .search ul.result-list li p {
    margin-top: 8px;
}
#main .subpage aside.subpage-side {
    margin-top: 30px;
}
#main .subpage aside.subpage-side .content-related {
    background: #ffffff;
    padding-bottom: 15px;
}
#main .subpage aside.subpage-side .content-related .infobox {
    padding: 21px 20px 4px 20px;
    font-size: 13px;
}
#main .subpage aside.subpage-side .content-related .infobox p {
    margin: 0;
}
#main .subpage aside.subpage-side .content-related .brochure-wrapper {
    padding: 21px 20px 4px 20px;
}
#main .subpage aside.subpage-side .content-related .brochure-wrapper .brochure img {
    width: 100%;
    margin-bottom: 5px;
}
#main .subpage aside.subpage-side .content-related .brochure-wrapper .brochure a {
    display: block;
    padding-left: 25px;
    background: url("/fileadmin/images/subpage/download-small.png") no-repeat;
    background-position: 0 0;
    margin-bottom: 15px;
}
#main .subpage aside.subpage-side .content-related .brochure-wrapper .brochure a:hover {
    background-position: 0 -148px;
}
#main .subpage aside.subpage-side .content-related .brochure-wrapper .brochure:last-child a {
    margin-bottom: 0px;
}
#main .subpage aside.subpage-side .content-related:last-child {
    padding-bottom: 20px;
}
#main .subpage aside.subpage-side .content-related:first-child {
    padding-bottom: 16px;
}
#main .subpage aside.subpage-side .partenaires,
#main .subpage aside.subpage-side .shortlinks {
    display: none;
    background: #ffffff;
    margin: 20px 0 0 0;
    padding: 20px 15px 20px 15px;
}
#main .subpage aside.subpage-side .partenaires h2,
#main .subpage aside.subpage-side .shortlinks h2 {
    padding: 0 5px;
    margin-bottom: 15px;
}
#main .subpage aside.subpage-side .partenaires ul li,
#main .subpage aside.subpage-side .shortlinks ul li {
    margin-bottom: 10px;
}
#main .subpage aside.subpage-side .partenaires ul li a,
#main .subpage aside.subpage-side .shortlinks ul li a {
    color: #3abeef;
    text-transform: uppercase;
    display: block;
    padding: 25px 0 25px 80px;
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    font-weight: 700;
}
#main .subpage aside.subpage-side .partenaires ul li a.electricien,
#main .subpage aside.subpage-side .shortlinks ul li a.electricien {
    background-image: url("/fileadmin/images/homepage/electricien-bright.png");
}
#main .subpage aside.subpage-side .partenaires ul li a.installateurs,
#main .subpage aside.subpage-side .shortlinks ul li a.installateurs {
    background-image: url("/fileadmin/images/homepage/installateur-bright.png");
}
#main .subpage aside.subpage-side .partenaires ul li a.entrepreneurs,
#main .subpage aside.subpage-side .shortlinks ul li a.entrepreneurs {
    background-image: url("/fileadmin/images/homepage/entrepreneur-bright.png");
}
#main .subpage aside.subpage-side .partenaires ul li a.communes,
#main .subpage aside.subpage-side .shortlinks ul li a.communes {
    background-image: url("/fileadmin/images/homepage/commune-bright.png");
}
/* --- ersetzt 26.08.2014 --- Anfang */
#main .subpage aside.subpage-side .partenaires ul li a.tarifs,
#main .subpage aside.subpage-side .shortlinks ul li a.tarifs {
    background: url("/fileadmin/images/subpage/tarifs.png") no-repeat 18px center;
    padding-right: 5px;
}

/* --- ersetzt 26.08.2014 --- Ende */
#main .subpage aside.subpage-side .partenaires ul li a.raccordement,
#main .subpage aside.subpage-side .shortlinks ul li a.raccordement {
    background: url("/fileadmin/images/subpage/raccordement.png") no-repeat 10px center;
    padding-right: 5px;
}
/* --- ergänzt 26.08.2014 --- Anfang */    
#main .subpage aside.subpage-side .partenaires ul li a.reconnection,
    #main .subpage aside.subpage-side .shortlinks ul li a.reconnection {
        background: url("/fileadmin/images/subpage/side-connexion@2x.png") no-repeat 10px center;
        background-size: 48px auto;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.links,
    #main .subpage aside.subpage-side .shortlinks ul li a.links {
        background: url("/fileadmin/images/subpage/side-link@2x.png") no-repeat 10px center;
        background-size: 48px auto;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.legal,
    #main .subpage aside.subpage-side .shortlinks ul li a.legal {
        background: url("/fileadmin/images/subpage/side-legal@2x.png") no-repeat 10px center;
        background-size: 48px auto;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.actualites,
    #main .subpage aside.subpage-side .shortlinks ul li a.actualites {
        background: url("/fileadmin/images/subpage/side-news@2x.png") no-repeat 10px center;
        background-size: 48px auto;
    }
    #main .subpage aside.subpage-side .partenaires ul li a:hover,
    #main .subpage aside.subpage-side .shortlinks ul li a:hover {
        background-color: #f7f7f7;
        text-decoration: none;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.reconnection,
    #main .subpage aside.subpage-side .shortlinks ul li a.reconnection {
        background: url("/fileadmin/images/subpage/side-connexion.png") no-repeat 10px center;
        padding-right: 5px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.links,
    #main .subpage aside.subpage-side .shortlinks ul li a.links {
        background: url("/fileadmin/images/subpage/side-link.png") no-repeat 10px center;
        padding-right: 5px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.legal,
    #main .subpage aside.subpage-side .shortlinks ul li a.legal {
        background: url("/fileadmin/images/subpage/side-legal.png") no-repeat 10px center;
        padding-right: 5px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.actualites,
    #main .subpage aside.subpage-side .shortlinks ul li a.actualites {
        background: url("/fileadmin/images/subpage/side-news.png") no-repeat 10px center;
        padding-right: 5px;
    }
/* --- ergänzt 26.08.2014 --- Ende */     
#main .subpage aside.subpage-side .partenaires ul li a:hover,
#main .subpage aside.subpage-side .shortlinks ul li a:hover {
    background-color: #f7f7f7;
    text-decoration: none;
}
#main .subpage aside.subpage-side .partenaires ul li a:hover.electricien,
#main .subpage aside.subpage-side .shortlinks ul li a:hover.electricien,
#main .subpage aside.subpage-side .partenaires ul li a:hover.installateurs,
#main .subpage aside.subpage-side .shortlinks ul li a:hover.installateurs,
#main .subpage aside.subpage-side .partenaires ul li a:hover.entrepreneurs,
#main .subpage aside.subpage-side .shortlinks ul li a:hover.entrepreneurs,
#main .subpage aside.subpage-side .partenaires ul li a:hover.communes,
#main .subpage aside.subpage-side .shortlinks ul li a:hover.communes {
    background-size: 60px auto;
}
#main .subpage aside.subpage-side .partenaires ul li:last-child,
#main .subpage aside.subpage-side .shortlinks ul li:last-child {
    margin-bottom: 0;
}
#main .subpage aside.subpage-side .joboffer {
    background-image: url("/fileadmin/images/jobs/joboffer.jpg");
}
#main .subpage aside.subpage-side .joboffer .image-link-content {
    top: 75px;
    bottom: 70px;
}
#main .subpage aside.subpage-side .joboffer:hover .image-link-content {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#main .subpage aside.subpage-side .centres {
    background-color: #ffffff;
    padding: 20px;
}
#main .subpage aside.subpage-side .centres ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e9f0f2;
}
#main .subpage aside.subpage-side .centres ul li h4 {
    font-weight: 700;
    color: #005380;
    font-size: 15px;
    margin: 0 0 3px 0;
}
#main .subpage aside.subpage-side .centres ul li p {
    margin: 0 0 1px 0;
}
#main .subpage aside.subpage-side .centres ul li a {
    display: block;
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 25px;
    width: 50%;
    float: left;
}
#main .subpage aside.subpage-side .centres ul li a.acces {
    background-image: url("/fileadmin/images/contact/acces.png");
}
#main .subpage aside.subpage-side .centres ul li a.googlemap {
    background-image: url("/fileadmin/images/contact/googlemap.png");
}
#main .subpage aside.subpage-side .centres ul li a:hover {
    background-position: 0 -131px;
}
#main .subpage aside.subpage-side .centres ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
#main .subpage aside.subpage-side .press-contact {
    background: #ffffff;
    padding: 30px 20px 20px 20px;
    font-size: 13px;
}
#main .subpage aside.subpage-side .press-contact img {
    width: 100%;
    height: auto;
}
#main .subpage aside.subpage-side .press-contact .col-md-4,
#main .subpage aside.subpage-side .press-contact .col-md-8 {
    padding: 0;
}
#main .subpage aside.subpage-side .press-contact .col-md-8 {
    padding-left: 10px;
}
#main .subpage aside.subpage-side .press-contact .portrait {
    margin-bottom: 30px;
}
#main .subpage aside.subpage-side .press-contact .portrait h3 {
    margin: 0;
    font-size: 13px;
}
#main .subpage aside.subpage-side .press-contact .portrait p {
    margin: 0;
}
#main .subpage aside.subpage-side .press-contact .portrait a {
    display: block;
    margin: 5px 0;
}
/* --- ersetzt 01.10.2014 --- ANFANG */
#main .subpage aside.subpage-side .press-contact .portrait a.mail {
    padding-left: 25px;
    background-image: url("/fileadmin/images/subpage/mail-icon.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
}
/* --- ersetzt 01.10.2014 --- ENDE */
/* --- ersetzt 25.08.2014 --- ANFANG */
#main .subpage aside.subpage-side .press-contact .portrait a.mail:hover {
    background-position: 0 -140px;
}

#main .subpage aside.subpage-side .press-contact .portrait a.linkedin {
    padding-left: 25px;
    background-image: url("/fileadmin/images/socialshare/social-share-linkedin.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
}
/* --- ersetzt 01.10.2014 --- ENDE */
/* --- ersetzt 25.08.2014 --- ANFANG */
#main .subpage aside.subpage-side .press-contact .portrait a.linkedin:hover {
/*    background-position: -535px 0;*/
    background-position: 0 -140px;    
}

/* --- ersetzt 25.08.2014 --- ENDE */
#main .subpage aside.subpage-side .press-contact .portrait a.download {
    padding-left: 25px;
    background-image: url("/fileadmin/images/subpage/download-small.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 0;
}
/* --- ersetzt 25.08.2014 --- ANFANG */
#main .subpage aside.subpage-side .press-contact .portrait a.download:hover {
    background-position: 0 -140px;
}
/* --- ersetzt 25.08.2014 --- ENDE */
#main .subpage aside.subpage-side .press-contact .portrait .phone {
    padding-left: 25px;
    background-image: url("/fileadmin/images/news/phone.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
}
#main .subpage aside.subpage-side .press-contact .portrait .person {
    margin-top: 10px;
}
#main .subpage aside.subpage-side .press-contact h2.corporate {
    margin-bottom: 10px;
}
#main .subpage aside.subpage-side .press-contact a.language {
    display: block;
    float: left;
    width: 25%;
    color: white;
    font-weight: 700;
    padding-right: 5px;
    margin-top: 5px;
    text-align: center;
}
#main .subpage aside.subpage-side .press-contact a.language span {
    background-color: #3abeef;
    display: block;
}
#main .subpage aside.subpage-side .press-contact a.language:last-child {
    padding-right: 0;
}
#main .subpage aside.subpage-side .press-contact a.language:hover span {
    background-color: #12abe4;
}
#main .download-page {
    margin-top: 46px;
}
#main .download-page .slider-wrapper {
    width: 100%;
    padding: 20px 16px 50px 30px;
    background: #ffffff;
    margin-bottom: 40px;
}
#main .download-page .slider-wrapper h2 {
    margin-bottom: 10px;
    padding-left: 5px;
}
#main .download-page .slider-wrapper .bx-wrapper {
    margin: 0 auto;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper {
    position: relative;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper img {
    border: #bfbebe solid 1px;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper .hover {
    background: rgba(58, 190, 239, 0.8);
    height: 299px;
    text-align: center;
    padding: 125px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper .hover h4 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper .hover a {
    border: 1px solid #ffffff;
    padding: 5px;
    color: white;
    margin: 0 -3px 0 -2px;
    text-decoration: none;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper .hover a:first-child {
    margin-left: 0px;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li .visible-wrapper .hover a:hover {
    background: #12abe4;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li:hover .visible-wrapper .hover {
    opacity: 1;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-viewport ul li p {
    margin: 5px 0 0 0;
    font-size: 13px;
    text-align: center;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-prev {
    background: url("/fileadmin/images/downloads/downloads-prev.png") no-repeat;
    left: 20.5%;
    bottom: -40px;
    top: auto;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-prev:hover {
    background-position: 0 -90px;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-next {
    background: url("/fileadmin/images/downloads/downloads-next.png") no-repeat;
    right: 20%;
    bottom: -40px;
    top: auto;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-next:hover {
    background-position: 0 -90px;
}
#main .download-page .slider-wrapper .bx-wrapper .bx-pager {
    display: none;
}
#main .download-page .download-list {
    padding: 25px 30px 0 30px;
    background: #ffffff;
    margin-bottom: 30px;
}
#main .download-page .download-list h2 {
    margin-bottom: 10px;
}
#main .download-page .download-list h3 {
    font-weight: 700;
    font-size: 18px;
    color: #005380;
    margin: 0 0 5px 0;
}
#main .download-page .download-list .col-md-6 {
    padding: 0;
}
.lt-ie9 #main .subpage .subpage-main .content .contact-page .contact-form form .selector-wrapper .form_row .radio-wrapper input[type=radio][checked=checked] + label.radio {
    background: #302f2f;
}
#footer {
    margin-top: 45px;
    background: #484848;
    color: #ffffff;
    font-family: 'Gotham SSm A', sans-serif;
    font-size: 12px;
    line-height: 13px;
}
#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
/*
#footer p {
    margin-bottom: 30px;
    line-height: 17px;
}
*/

#footer p {
    margin-bottom: 30px;
    line-height: 17px;
    margin-top: 2px;
    margin-bottom: 25px;
}


#footer #footer-menu {
    display: none;
    background: #363636;
    font-size: 10px;
    padding-bottom: 15px;
}
#footer #footer-menu li {
    width: 100%;
    float: left;
}
#footer #footer-menu li .visible {
    color: #e9f0f2;
    text-decoration: none;
    width: 100%;
    margin: 0 5px;
    border-bottom: 1px solid white;
}
#footer #footer-menu li .visible span {
    color: #e9f0f2;
    font-size: 15px;
    padding: 25px 10px 10px 10px;
    font-weight: 700;
    display: block;
}
#footer #footer-menu li .visible i {
    display: none;
}
#footer #footer-menu li .submenu ul li.submenu-content {
    width: 20%;
    display: block;
    margin: 10px 0;
    padding: 0 3px;
    -moz-transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}
#footer #footer-menu li .submenu ul li.submenu-content.double-wrapper {
    width: 30%;
}
#footer #footer-menu li .submenu ul li.submenu-content.double-wrapper-large {
    width: 35%;
}
#footer #footer-menu li .submenu ul li.submenu-content.small {
    width: 18%;
}
#footer #footer-menu li .submenu ul li.submenu-content.large {
    width: 25%;
}
#footer #footer-menu li .submenu ul li.submenu-content a {
    color: #e9f0f2;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    text-transform: none;
    -moz-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#footer #footer-menu li .submenu ul li.submenu-content a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer #footer-menu li .submenu ul li.submenu-content a.shortlink {
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: left;
/*    margin-top: 29px;*/
}

/* ------ Geändert für Typo3 ----- ANFANG ----- */
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay {
    width: 20%;
    display: block;
    margin: 10px 0;
    padding: 0 3px;
    -moz-transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay.double-wrapper {
    width: 30%;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay.double-wrapper-large {
    width: 35%;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay.small {
    width: 18%;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay.large {
    width: 25%;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay a {
    color: #e9f0f2;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    text-transform: none;
    -moz-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay a.shortlink {
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: left;
/*    margin-top: 29px;*/
}


#footer #footer-menu li .submenu ul li.submenu-content-bild {
    width: 20%;
    display: block;
    margin: 10px 0;
    padding: 0 3px;
    -moz-transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
}

#footer #footer-menu li .submenu ul li.submenu-content-bild.small {
    width: 18%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild.large {
    width: 25%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a {
    color: #e9f0f2;
    text-decoration: none;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    text-transform: none;
    -moz-transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink {
    padding: 55px 0px 0px 0px;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    margin-top: 29px;
}


#footer #footer-menu li .submenu ul li.submenu-content-bild.double-wrapper {
    width: 30%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild.double-wrapper-large {
    width: 35%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild.small {
    width: 18%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild.large {
    width: 25%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild.partenaires {
    width: 25%;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.vehicules {
    background-image: url("/fileadmin/images/footer/electric-car.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
    background-image: url("/fileadmin/images/footer/homecharging.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.faq {
    background-image: url("/fileadmin/images/footer/chargy_menu_footer_normal.png");
/*    background-image: url("/fileadmin/images/footer/faq.png");  */  
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-e {
    background-image: url("/fileadmin/images/footer/fournisseur-e.png");
    padding-bottom: 36px;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-g {
    background-image: url("/fileadmin/images/footer/fournisseur-g.png");
    padding-bottom: 36px;
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.electricien {
    background-image: url("/fileadmin/images/footer/electricien.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.installateur {
    background-image: url("/fileadmin/images/footer/installateur.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.entrepreneur {
    background-image: url("/fileadmin/images/footer/entrepreneur.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.commune {
    background-image: url("/fileadmin/images/footer/commune.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.pacte {
    background-image: url("/fileadmin/images/footer/pacteclimat.png");
}
#footer #footer-menu li .submenu ul li.submenu-content-bild a.shortlink.mandat {
    background-image: url("/fileadmin/images/footer/mandat-deconnexion.png");
}

/* ------ Geändert für Typo3 ----- ENDE ----- */
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay ul.double {
    width: 50%;
    float: left;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay ul.no-title {
    padding-top: 26px;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay ul li {
    float: none;
    width: 100%;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay ul li h2 {
    font-size: 12px;
    padding: 0 0 6px 0px;
    line-height: 20px;
    color: #363636;
    text-transform: none;
    font-weight: 700;
}
#footer #footer-menu li .submenu ul li.submenu-content-nodisplay ul li h3 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #e9f0f2;
}


#footer #footer-menu li .submenu ul li.submenu-content ul.double {
    width: 50%;
    float: left;
}
#footer #footer-menu li .submenu ul li.submenu-content ul.no-title {
    padding-top: 26px;
}
#footer #footer-menu li .submenu ul li.submenu-content ul li {
    float: none;
    width: 100%;
}
#footer #footer-menu li .submenu ul li.submenu-content ul li h2 {
    font-size: 12px;
    padding: 0 0 6px 0px;
    line-height: 20px;
    color: #e9f0f2;
    text-transform: none;
    font-weight: 700;
}
#footer #footer-menu li .submenu ul li.submenu-content ul li h3 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #e9f0f2;
}

#footer .middle-footer {
    padding: 25px 0 0 0;
}
#footer .middle-footer .wrapper {
    border-bottom: 1px solid #ffffff;
}
#footer .middle-footer .wrapper ul {
    margin-bottom: 30px;
}
#footer .middle-footer .wrapper ul li {
    margin-bottom: 4px;
}
#footer .middle-footer .wrapper ul li span {
    padding-right: 10px;
    border-right: 1px solid #ffffff;
    margin-right: 20px;
    min-width: 90px;
    display: inline-block;
}
#footer .middle-footer .wrapper ul li.subtitle,
#footer .middle-footer .wrapper ul li.break {
    margin-bottom: 15px;
}
#footer .middle-footer .wrapper ul.follow-us {
    margin-bottom: 10px;
}
#footer .middle-footer .wrapper ul.follow-us li {
    float: left;
}
#footer .middle-footer .wrapper ul.follow-us li a {
    height: 43px;
    width: 43px;
    display: block;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 15px 5px 0 0;
    background-image: url("/fileadmin/images/footer/social-icons.png");
}
#footer .middle-footer .wrapper ul.follow-us li a.youtube {
background-position: 0 0;
background-image: url("/fileadmin/images/footer/YouTube-2-Grey.png");
background-repeat: no-repeat;
}
#footer .middle-footer .wrapper ul.follow-us li a.youtube:hover {
background-position: 0 0;
background-image: url("/fileadmin/images/footer/YouTube-2-Blue-light.png");
background-repeat: no-repeat;
}
#footer .middle-footer .wrapper ul.follow-us li a.linkedin {
background-position: 0 0;
background-image: url("/fileadmin/images/footer/LinkedIn-Grey.png");
background-repeat: no-repeat;
}
#footer .middle-footer .wrapper ul.follow-us li a.linkedin:hover {
background-position: 0 0 !important;
background-image: url("/fileadmin/images/footer/LinkedIn-Blue-light.png");
background-repeat: no-repeat;
}
#footer .middle-footer .wrapper ul.follow-us li a.vimeo {
    background-position: -284px 0;
}
/* --- geändert 27.08.2014 --- Anfang */
#footer .middle-footer .wrapper ul.follow-us li a.google {
    background-position: -425px 0;
}

/* --- geändert 08.09.2015 / 28.01.2016 --- Anfang */
#footer .middle-footer .wrapper ul.follow-us li a.twitter {
background-position: 0 0;
/*background-image: url("/fileadmin/images/footer/social-twitter-icons.png");*/
/*background-image: url("/fileadmin/images/footer/Twitter-Grey.png");*/
background-image: url("/fileadmin/images/footer/creos-logo-x-dark.png");
background-repeat: no-repeat;
}

#footer .middle-footer .wrapper ul.follow-us li a.insta {
background-position: 0 0;
background-image: url("/fileadmin/images/footer/Insta-Grey.png");
background-repeat: no-repeat;
}

#footer .middle-footer .wrapper ul.follow-us li a.insta:hover {
background-position: 0 0;
background-image: url("/fileadmin/images/footer/Insta-Blue-light.png");
background-repeat: no-repeat;
}

#footer .middle-footer .wrapper ul.follow-us li a.twitter:hover {
background-position: 0 0;
/*background-image: url("/fileadmin/images/footer/social-twitter-icons.png");*/
/*background-image: url("/fileadmin/images/footer/Twitter-Blue-light.png");*/
background-image: url("/fileadmin/images/footer/creos-logo-x-blue.png");
background-repeat: no-repeat;
}

#footer .middle-footer .wrapper ul.follow-us li a.facebook {
    background-position: 0 0;
/*    background-image: url("/fileadmin/images/footer/social-fb-icons.png");*/
    background-image: url("/fileadmin/images/footer/Facebook-Grey.png");
    background-repeat: no-repeat;
}

#footer .middle-footer .wrapper ul.follow-us li a.facebook:hover {
    background-position: 0 0;
/*    background-image: url("/fileadmin/images/footer/social-fb-icons.png");*/
    background-image: url("/fileadmin/images/footer/Facebook-Blue-light.png");
    background-repeat: no-repeat;
}
/*
#footer .middle-footer .wrapper ul.follow-us li a:hover {
    -ms-background-position-y: -112px;
    background-position-y: -112px;
}
*/
#footer .bottom-footer {
    padding-top: 10px;
}
#footer .bottom-footer ul {
    float: left;
}
#footer .bottom-footer ul li {
    padding-right: 10px;
    float: left;
    margin-bottom: 10px;
}
#footer .bottom-footer ul li.border {
    border-right: 1px solid #ffffff;
    margin-right: 25px;
}
 
/*    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul {
        padding: 10px;
        min-height: 227px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul.double {
        width: 50%;
        float: left;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul.no-title {
        padding-top: 42px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li {
        float: none;
        width: 100%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2 {
        font-size: 13px;
        padding: 0 0 10px 30px;
        line-height: 22px;
        color: white;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul {
        padding: 10px;
        min-height: 227px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul.double {
        width: 50%;
        float: left;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul.no-title {
        padding-top: 42px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li {
        float: none;
        width: 100%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li h2 {
        font-size: 13px;
        padding: 0 0 10px 30px;
        line-height: 22px;
        color: #302f2f;
    }    
    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.gaz {
        background: url("/fileadmin/images/header/gas.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li h2.gaz {
        background: none;
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.service {
        background: url("/fileadmin/images/header/service.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    header .menu-wrapper ul li:hover .visible,
    header .menu-wrapper ul li:focus .visible,
    header .menu-wrapper ul li:active .visible {
        background: #302f2f;
        margin-left: -1px;
        margin-right: 1px;
        padding-left: 2px;
    }
    header .menu-wrapper ul li:hover .visible i,
    header .menu-wrapper ul li:focus .visible i,
    header .menu-wrapper ul li:active .visible i {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header .menu-wrapper ul li:hover .submenu,
    header .menu-wrapper ul li:focus .submenu,
    header .menu-wrapper ul li:active .submenu {
        display: block;
    }
    .lt-ie9 header .menu-wrapper ul li .submenu ul li.submenu-content ul {
        min-height: auto;
    }
*/    
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li {
        height: 325px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description {
        position: absolute;
        top: 0;
        left: 0;
        background: url("/fileadmin/images/homepage/blue-shape.png") no-repeat;
/*        max-width: 500px;*/
        width: 500px;
        height: 100%;
        padding: 40px;
        z-index: 5;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description p {
        padding-right: 70px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .image-wrapper {
        position: absolute;
        right: 0;
        left: 0;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .image-wrapper img {
        height: auto;
        width: auto;
        max-width: 1000px;
        margin-left: 0px;
        position: absolute;
        right: 0;
    }
    #main #slider .bx-wrapper .bx-controls .bx-pager a.bx-pager-link {
        width: 16px;
        height: 16px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    #main #slider .bx-wrapper .bx-controls .bx-prev {
        display: block;
        top: auto;
        margin: 0;
        bottom: 30px;
        left: 40px;
        background: url("/fileadmin/images/homepage/prev.png") no-repeat !important;
        height: 36px;
    }
    #main #slider .bx-wrapper .bx-controls .bx-next {
        display: block;
        left: 80px;
        margin: 0;
        top: auto;
        bottom: 30px;
        background: url("/fileadmin/images/homepage/next.png") no-repeat !important;
        right: auto;
        height: 36px;
    }
    #main #image-shortlinks .shortlink {
        overflow: hidden;
        position: relative;
    }
    #main #image-shortlinks .shortlink.hide {
        display: block;
    }
    #main #image-shortlinks .shortlink .overlay {
        position: absolute;
        bottom: 0;
        min-height: 0px;
        right: 5px;
        left: 5px;
        background-color: rgba(0, 83, 128, 0.95);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main #image-shortlinks .shortlink .overlay .content-text {
        font-size: 13px;
        line-height: 20px;
        position: absolute;
    }
    #main #image-shortlinks .shortlink .overlay .content-text p {
        display: none;
    }
    #main #image-shortlinks .shortlink .overlay .content-text a {
        margin-top: 16px;
    }
    #main #image-shortlinks .shortlink:hover {
        display: block;
    }
    #main #image-shortlinks .shortlink:hover .overlay {
        min-height: 100%;
    }
    #main #second-row .news-wrapper {
        float: left;
    }
    #main #second-row .news-wrapper .news .news-content {
        padding-right: 290px;
    }
    #main #second-row .news-wrapper .news .news-content a {
        margin-bottom: 0;
    }
    #main #second-row .news-wrapper .news .image-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
    #main #second-row .news-wrapper .news .image-wrapper img {
        display: block;
        width: auto;
        height: 280px;
    }
    #main #second-row .shortlink-icon {
        float: left;
    }
    #main #second-row .shortlink-icon li {
        float: left;
        width: 33.33333333%;
        margin-bottom: 0;
    }
    #main #second-row .shortlink-icon li a {
        font-size: 16px;
    }
    #main #third-row .partners a {
        background-size: 100px 100px;
    }
    #main .subpage .subpage-main.col-md-9 {
        padding-right: 0;
    }
    #main .subpage .subpage-main .content h2 {
        padding-left: 30px;
    }
    #main .subpage .subpage-main .content .textbox {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .textlist h3 {
        padding: 0 30px;
    }
    #main .subpage .subpage-main .content .textlist ul li {
        padding: 0 30px;
        background-position: 15px 8px;
        margin-left: 16px;
    }
    #main .subpage .subpage-main .content .halfimage {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .halfimage p {
        margin: 0;
    }
    #main .subpage .subpage-main .content .twocolumn-text {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .table-wrapper {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .video-wrapper {
    	  min-height:320px;
    	  height:auto;
    	  overflow:hidden;
        padding: 0 30px 56.25% 30px;
        position:relative;
        width:100%;
    }
    #main .subpage .subpage-main .content .expand-collapse .box-inner h4 a {
        padding: 10px 30px 10px 30px;
    }
    #main .subpage .subpage-main .content .expand-collapse .box-inner .expand-content {
        padding: 15px 30px 0px 30px;
    }
    #main .subpage .subpage-main .content .jobs-people {
        padding: 0 25px 20px 25px;
    }
    #main .subpage .subpage-main .content .jobs-people .people {
        overflow: hidden;
        position: relative;
    }
    #main .subpage .subpage-main .content .jobs-people .people.hide {
        display: block;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay {
        position: absolute;
        bottom: 0;
        min-height: 0px;
        right: 5px;
        left: 5px;
        background-color: rgba(0, 83, 128, 0.95);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay .content-text {
        font-size: 13px;
        line-height: 20px;
        position: absolute;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay .content-text a {
        margin-top: 16px;
    }
    #main .subpage .subpage-main .content .jobs-people .people:hover {
        display: block;
    }
    #main .subpage .subpage-main .content .jobs-people .people:hover .overlay {
        min-height: 100%;
    }
    #main .subpage .subpage-main .content .contact-page {
        padding: 0px 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info p {
        margin: 0;
        padding: 0 10px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .address {
        padding: 0 15px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .qrcode {
        display: block;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .cvcard {
        display: none;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row {
        margin-bottom: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper {
        float: left;
        margin: 0 10px 10px 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper.subject {
        width: 33.3%;
        text-align: center;
        border-bottom: 1px solid #e9f0f2;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper.gender {
        margin-bottom: 20px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper label.radio {
        margin-right: 10px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper:last-child label.radio {
        margin-right: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form button {
        float: right;
        display: inline-block;
        width: auto;
    }
    #main .subpage .subpage-main .content .news-page .news-title .toggle {
        text-align: right;
        margin: 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row {
        margin: 10px 0 30px 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row .news .col-md-2 {
        display: block;
        padding-left: 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row .news .col-md-10 {
        padding-right: 0;
        padding-left: 10px;
    }
    #main .subpage .subpage-main .content .blue-lists .column {
        width: 20%;
    }
    #main .subpage .subpage-main .content .single-news h2 {
        padding: 0 0 10px 4px;
    }
    #main .subpage .subpage-main .content .single-news img {
        margin-bottom: 15px;
    }
    #main .subpage .subpage-main .content .single-news .socialshare {
        padding-left: 0;
        padding-top: 0;
    }
    #main .subpage .subpage-main .content .single-news .col-md-8 {
        padding-left: 20px;
    }
    #main .subpage .subpage-main .content .single-news .col-md-8 h3 {
        font-size: 22px;
    }
    #main .subpage aside.subpage-side {
        margin-top: 0;
    }
    #main .subpage aside.subpage-side.col-md-3 {
        padding-left: 0;
    }
    #main .subpage aside.subpage-side .partenaires,
    #main .subpage aside.subpage-side .shortlinks {
        margin-left: 20px;
        display: block;
    }
    #main .subpage aside.subpage-side .partenaires ul li a,
    #main .subpage aside.subpage-side .shortlinks ul li a {
        text-align: center;
        padding: 80px 10px 10px 10px;
        background-position: center 10px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.tarifs,
    #main .subpage aside.subpage-side .shortlinks ul li a.tarifs {
        background-position: center 10px;
        padding-right: 0;
        padding-top: 70px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.raccordement,
    #main .subpage aside.subpage-side .shortlinks ul li a.raccordement {
        background-position: center 10px;
        padding-right: 0;
        padding-top: 60px;
    }
    #main .subpage aside.subpage-side .joboffer {
        margin: 20px 0 0 20px;
    }
    #main .subpage aside.subpage-side .joboffer p {
        font-size: 14px;
    }
    #main .subpage aside.subpage-side .joboffer .image-link-content {
        top: 60px;
        bottom: 70px;
        right: 10px;
        left: 10px;
    }
    #main .subpage aside.subpage-side .joboffer:hover .image-link-content {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #main .subpage aside.subpage-side .centres {
        margin-left: 20px;
    }
    #main .subpage aside.subpage-side .centres ul li a {
        width: 100%;
        float: none;
    }
    #main .subpage aside.subpage-side .centres ul li a.acces {
        margin-bottom: 3px;
    }
    #main .subpage aside.subpage-side .press-contact {
        margin-left: 20px;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-prev {
        left: 40.5%;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-next {
        right: 40%;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-pager {
        display: block;
        bottom: -33px;
        padding-right: 13px;
    }
/* Responsive Table */
@media only screen and (max-width: 768px) {
    #main .subpage .subpage-main .content .table-wrapper {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
    }
    #main .subpage .subpage-main .content .table-wrapper table,
    #main .subpage .subpage-main .content .table-wrapper thead,
    #main .subpage .subpage-main .content .table-wrapper tbody,
    #main .subpage .subpage-main .content .table-wrapper th,
    #main .subpage .subpage-main .content .table-wrapper td,
    #main .subpage .subpage-main .content .table-wrapper tr {
        display: block;
    }
    #main .subpage .subpage-main .content .table-wrapper thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #main .subpage .subpage-main .content .table-wrapper tr {
        border: 1px solid #ccc;
    }
    #main .subpage .subpage-main .content .table-wrapper td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        width: 100%;
    }
    #main .subpage .subpage-main .content .table-wrapper td.centered {
        width: 100%;
        text-align: left;
    }
    #main .subpage .subpage-main .content .table-wrapper td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
        content: attr(data-title);
    }
svg:not(:root) {
	width:50% !important;
	height:auto !important;
    }
.elektropanne h2{
	margin-bottom:20px !important;
    }
.epanne{
	padding: 0 0 5px 0 !important;
    }
.econtent h4, .econtent.first{
	margin:0 0 0 5px;
    }
.uhrlogo2 {
	margin:0 !important;
    }
.col-xs-4{
	margin-top:-10px !important;
	margin-bottom:10px !important;
    }
.col-xs-3{
	margin-top:-10px !important;
	margin-bottom:10px !important;	
    }                	        
}
/* Grid helpers */
/* Row - Rows contain and clear the floats of your columns. */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
/* Columns - Common styles for small and large grid columns */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
/* Extra small grid - Columns, offsets, pushes, and pulls for extra small devices like smartphones. */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
/* Media Queries */
@media only screen and (min-width: 480px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    /* Menu */
    nav li:first-child a {
        margin-left: 0;
    }
    nav li:last-child a {
        margin-right: 0;
    }
    nav li a {
        float: left;
        width: 100px;
        margin: 0 10px;
        padding: 10px 5px;
        margin-bottom: 0;
    }
    #main #image-shortlinks .shortlink .overlay .content-text p {
        display: none;
    }
    #main .subpage aside.subpage-side .joboffer .image-link-content {
        top: 70px;
        bottom: 85px;
    }
    #main .subpage aside.subpage-side .joboffer:hover .image-link-content {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .image-link .image-link-content {
        top: 65px;
        bottom: 65px;
    }
    .image-link p {
        padding-top: 75px;
    }
    body.fixed-header header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    body.fixed-header header .upper-header {
        display: none;
    }
    body.fixed-header header .menu-wrapper a.home {
        width: 5%;
        display: block;
        float: left;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background-image: url("/fileadmin/images/header/creos-c.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 58px;
    }
    body.fixed-header header .menu-wrapper a.home:hover {
        background-color: #302f2f;
    }
    body.fixed-header header .menu-wrapper ul {
        width: 95%;
        float: left;
    }
    body.fixed-header header .menu-wrapper ul li .submenu ul {
        float: none;
        width: 100%;
    }
    body.fixed-header #main {
        margin-top: 182px;
    }
    .linkbox .linkbox-content li {
        padding: 5px 30px 5px 60px;
    }
/* --- ersetzt 27.08.2014 --- Anfang */    
    .linkbox .linkbox-content li:first-child {
        background-position: 27px 2px;
    }
    .linkbox .linkbox-content:hover li {
        background-position: 27px -97px;
    } 
/* --- ersetzt 27.08.2014 --- Ende */    
    .socialshare {
        display: block;
    }
    form div.form_row .form-element {
        padding: 0 10px;
    }
    form div.form_row .form-element label.text {
        left: 15px !important;
    }
    form div.form_row .form-element:first-child {
        padding-left: 0;
    }
    form div.form_row .form-element:last-child {
        padding-right: 0;
    }
    form div.form_row .form-element:last-child label {
        left: 25px;
    }
    header #mobile-header {
        display: none;
    }
    header .upper-header .logo {
        float: left;
    }
    header .upper-header .right-header {
        float: right;
        display: block;
    }
    header .upper-header .right-header ul.second-menu {
        float: left;
        margin-right: 10px;
        padding: 5px 0;
    }
    header .upper-header .right-header ul.second-menu li {
        float: left;
    }
    header .upper-header .right-header ul.second-menu li a {
        color: #4c4c4c;
        text-decoration: none;
        padding: 1px 15px;
        border-right: 1px solid #4c4c4c;
        font-size: 13px;
    }
    header .upper-header .right-header ul.second-menu li a:hover {
        text-decoration: underline;
    }
    header .upper-header .right-header ul.second-menu li:last-child a {
        border: none;
    }
    header .upper-header .right-header .search-wrapper {
        float: left;
        margin-top: 5px;
    }
    header .upper-header .right-header .search-wrapper input[type=text] {
        border: none;
        float: left;
        line-height: 18px;
        height: 25px;
        font-size: 13px;
        text-indent: 10px;
        outline: none;
        color: #4c4c4c;
    }
    header .upper-header .right-header .search-wrapper input[type=submit] {
        border: none;
        background-color: #3abeef;
        background-image: url("/fileadmin/images/header/loupe.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 25px;
        width: 25px;
        display: block;
        text-indent: 150%;
        overflow: hidden;
        white-space: nowrap;
        float: left;
    }
    header .upper-header .right-header .search-wrapper input[type=submit]:hover {
        background-color: #12abe4;
    }
    header .upper-header .right-header .language-menu {
        float: left;
        margin-left: 25px;
    }
    header .upper-header .right-header .language-menu li {
        float: left;
    }
    header .upper-header .right-header .language-menu li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: block;
        background: #3abeef;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
    }
    header .upper-header .right-header .language-menu li a:hover {
        background: #12abe4;
    }
    header .upper-header .right-header .language-menu li a.active {
        background: #005380;
    }
    header .menu-wrapper {
        position: relative;
        display: block;
        /* just for demo */
        background-color: #3abeef;
    }
    header .menu-wrapper a.home {
        display: none;
    }
    header .menu-wrapper ul {
        text-transform: uppercase;
        font-size: 10px;
    }
    header .menu-wrapper ul li {
        width: 16.66666667%;
        float: left;
    }
    header .menu-wrapper ul li .visible {
        color: white;
        text-decoration: none;
        padding: 18px 0 10px 0;
        display: block;
        cursor: pointer;
        text-align: center;
        font-weight: 700;
        background-image: url("/fileadmin/images/header/menu-seperator.png");
        background-position: right center;
        background-repeat: no-repeat;
    }
    header .menu-wrapper ul li .visible span {
        display: block;
    }
    header .menu-wrapper ul li .visible i {
        margin-left: 6px;
    }
    header .menu-wrapper ul li .visible a,a:hover {
        color: #ffffff;
        text-decoration: none;
    }    
    header .menu-wrapper ul li .visible a.jobs {
        color: #ffffff;
        text-decoration: none;
    }
    
    header .menu-wrapper ul li .visible.active {
        background: #302f2f !important;
        margin-left: -1px;
        margin-right: 1px;
        padding-left: 1px;
    }
    header .menu-wrapper ul li:last-child .visible {
        padding: 18px 0 25px 0;
        background: none;
    }
    header .menu-wrapper ul li .submenu {
        background: #302f2f;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        min-height: 248px;
        z-index: 999;
        top: 57px;
        color: white;
    }
    header .menu-wrapper ul li .submenu ul {
        height: 100%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content {
        width: 20%;
        display: block;
        margin: 10px 0;
        -moz-transition: background 0.1s ease-out;
        -webkit-transition: background 0.1s ease-out;
        -o-transition: background 0.1s ease-out;
        transition: background 0.1s ease-out;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay {
        width: 20%;
        display: block;
        margin: 10px 0;
        -moz-transition: background 0.1s ease-out;
        -webkit-transition: background 0.1s ease-out;
        -o-transition: background 0.1s ease-out;
        transition: background 0.1s ease-out;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay h2{
        color: #302f2f;
        text-indent: -9999px;
    }        
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild {
        width: 20%;
        display: block;
        margin: 10px 0;
        -moz-transition: background 0.1s ease-out;
        -webkit-transition: background 0.1s ease-out;
        -o-transition: background 0.1s ease-out;
        transition: background 0.1s ease-out;
    }    
    
    header .menu-wrapper ul li .submenu ul li.submenu-content.double-wrapper {
        width: 30%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content.double-wrapper-large {
        width: 35%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content.small {
        width: 18%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content.large {
        width: 25%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild.partenaires {
        width: 25%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content:hover {
        background: #282727;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a {
        color: #3abeef;
        text-decoration: none;
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
        text-transform: none;
        -moz-transition: color 0.2s ease-out;
        -webkit-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a:hover {
        color: #ffffff;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild:hover {
        background: #282727;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a {
        color: #3abeef;
        text-decoration: none;
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
        text-transform: none;
        -moz-transition: color 0.2s ease-out;
        -webkit-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a:hover {
        color: #ffffff;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay:hover {
        background: #282727;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay a {
        color: #3abeef;
        text-decoration: none;
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
        text-transform: none;
        -moz-transition: color 0.2s ease-out;
        -webkit-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay a:hover {
        color: #ffffff;
    }        
    
/*    
    
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink {
        text-align: center;
        padding: 114px 0px 52px 0px;
        margin: 45px 20px 0 20px;
        background-position: center top;
        background-repeat: no-repeat;
    }
*/
    
/* ------ Geändert für Typo3 ----- ANFANG ----- */    
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules {
        background-image: url("/fileadmin/images/header/electric-car.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
        background-image: url("/fileadmin/images/header/ico_smarty_hgrau.png");
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.faq {
        background-image: url("/fileadmin/images/header/chargy_menu_top_normal.png");
/*        background-image: url("/fileadmin/images/header/faq.png");        */
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-e {
        background-image: url("/fileadmin/images/header/fournisseur-e.png");
        padding-bottom: 36px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-g {
        background-image: url("/fileadmin/images/header/fournisseur-g.png");
        padding-bottom: 36px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.electricien {
        background-image: url("/fileadmin/images/header/electricien.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.installateur {
        background-image: url("/fileadmin/images/header/installateur.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.entrepreneur {
        background-image: url("/fileadmin/images/header/entrepreneur.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.commune {
        background-image: url("/fileadmin/images/header/commune.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.pacte {
        background-image: url("/fileadmin/images/header/pacteclimat.png");
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.mandat {
        background-image: url("/fileadmin/images/header/mandat-deconnexion.png");
        padding-bottom: 36px;        
    }
    
/* ------ Geändert für Typo3 ----- ENDE ----- */   
 
    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul {
        padding: 10px;
        min-height: 227px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul.double {
        width: 50%;
        float: left;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul.no-title {
        padding-top: 42px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li {
        float: none;
        width: 100%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2 {
        font-size: 13px;
        padding: 0 0 10px 30px;
        line-height: 22px;
        color: white;
    }
    
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul {
        padding: 10px;
        min-height: 227px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul.double {
        width: 50%;
        float: left;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul.no-title {
        padding-top: 42px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li {
        float: none;
        width: 100%;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li h2 {
        font-size: 13px;
        padding: 0 0 10px 30px;
        line-height: 22px;
        color: #302f2f;
    }    
    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.project {
        background: url("/fileadmin/images/header/project.png") no-repeat;
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.gaz {
        background: url("/fileadmin/images/header/gas.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li h2.gaz {
        background: none;
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.service {
        background: url("/fileadmin/images/header/service.png") no-repeat;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h3 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    header .menu-wrapper ul li:hover .visible,
    header .menu-wrapper ul li:focus .visible,
    header .menu-wrapper ul li:active .visible {
        background: #302f2f;
        margin-left: -1px;
        margin-right: 1px;
        padding-left: 2px;
    }
    header .menu-wrapper ul li:hover .visible i,
    header .menu-wrapper ul li:focus .visible i,
    header .menu-wrapper ul li:active .visible i {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -moz-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header .menu-wrapper ul li:hover .submenu,
    header .menu-wrapper ul li:focus .submenu,
    header .menu-wrapper ul li:active .submenu {
        display: block;
    }
    .lt-ie9 header .menu-wrapper ul li .submenu ul li.submenu-content ul {
        min-height: auto;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li {
        height: 325px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description {
        position: absolute;
        top: 0;
        left: 0;
        background: url("/fileadmin/images/homepage/blue-shape.png") no-repeat;
/*        max-width: 500px;*/
        width: 500px;
        height: 100%;
        padding: 40px;
        z-index: 5;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description p {
        padding-right: 65px;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .image-wrapper {
        position: absolute;
        right: 0;
        left: 0;
    }
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .image-wrapper img {
        height: auto;
        width: auto;
        max-width: 1000px;
        margin-left: 0px;
        position: absolute;
        right: 0;
    }
    #main #slider .bx-wrapper .bx-controls .bx-pager a.bx-pager-link {
        width: 16px;
        height: 16px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    #main #slider .bx-wrapper .bx-controls .bx-prev {
        display: block;
        top: auto;
        margin: 0;
        bottom: 30px;
        left: 40px;
        background: url("/fileadmin/images/homepage/prev.png") no-repeat !important;
        height: 36px;
    }
    #main #slider .bx-wrapper .bx-controls .bx-next {
        display: block;
        left: 80px;
        margin: 0;
        top: auto;
        bottom: 30px;
        background: url("/fileadmin/images/homepage/next.png") no-repeat !important;
        right: auto;
        height: 36px;
    }
    #main #image-shortlinks .shortlink {
        overflow: hidden;
        position: relative;
    }
    #main #image-shortlinks .shortlink.hide {
        display: block;
    }
    #main #image-shortlinks .shortlink .overlay {
        position: absolute;
        bottom: 0;
        min-height: 0px;
        right: 5px;
        left: 5px;
        background-color: rgba(0, 83, 128, 0.95);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main #image-shortlinks .shortlink .overlay .content-text {
        font-size: 13px;
        line-height: 20px;
        position: absolute;
    }
    #main #image-shortlinks .shortlink .overlay .content-text p {
        display: none;
    }
    #main #image-shortlinks .shortlink .overlay .content-text a {
        margin-top: 16px;
    }
    #main #image-shortlinks .shortlink:hover {
        display: block;
    }
    #main #image-shortlinks .shortlink:hover .overlay {
        min-height: 100%;
    }
    #main #second-row .news-wrapper {
        float: left;
    }
    #main #second-row .news-wrapper .news .news-content {
        padding-right: 290px;
    }
    #main #second-row .news-wrapper .news .news-content a {
        margin-bottom: 0;
    }
    #main #second-row .news-wrapper .news .image-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }
    #main #second-row .news-wrapper .news .image-wrapper img {
        display: block;
        width: auto;
        height: 280px;
    }
    #main #second-row .shortlink-icon {
        float: left;
    }
    #main #second-row .shortlink-icon li {
        float: left;
        width: 33.33333333%;
        margin-bottom: 0;
    }
    #main #second-row .shortlink-icon li a {
        font-size: 16px;
    }
    #main #third-row .partners a {
        background-size: 100px 100px;
    }
    #main .subpage .subpage-main.col-md-9 {
        padding-right: 0;
    }
    #main .subpage .subpage-main .content h2 {
        padding-left: 30px;
    }
    #main .subpage .subpage-main .content .textbox {
/*        padding: 0 30px 30px 30px;*/
        padding: 0 30px 20px 30px;        
    }
    #main .subpage .subpage-main .content .textlist h3 {
        padding: 0 30px;
    }
    #main .subpage .subpage-main .content .textlist ul li {
        padding: 0 30px;
        background-position: 15px 8px;
        margin-left: 16px;
    }
    #main .subpage .subpage-main .content .halfimage {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .halfimage p {
        margin: 0;
    }
    #main .subpage .subpage-main .content .twocolumn-text {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .table-wrapper {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .video-wrapper {
        padding: 0 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .expand-collapse .box-inner h4 a {
        padding: 10px 30px 10px 30px;
    }
    #main .subpage .subpage-main .content .expand-collapse .box-inner .expand-content {
        padding: 15px 30px 0px 30px;
    }
    #main .subpage .subpage-main .content .jobs-people {
        padding: 0 25px 20px 25px;
    }
    #main .subpage .subpage-main .content .jobs-people .people {
        overflow: hidden;
        position: relative;
    }
    #main .subpage .subpage-main .content .jobs-people .people.hide {
        display: block;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay {
        position: absolute;
        bottom: 0;
        min-height: 0px;
        right: 5px;
        left: 5px;
        background-color: rgba(0, 83, 128, 0.95);
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay .content-text {
        font-size: 13px;
        line-height: 20px;
        position: absolute;
    }
    #main .subpage .subpage-main .content .jobs-people .people .overlay .content-text a {
        margin-top: 16px;
    }
    #main .subpage .subpage-main .content .jobs-people .people:hover {
        display: block;
    }
    #main .subpage .subpage-main .content .jobs-people .people:hover .overlay {
        min-height: 100%;
    }
    #main .subpage .subpage-main .content .contact-page {
        padding: 0px 30px 30px 30px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info p {
        margin: 0;
/*        padding: 0 10px;*/
        padding: 0 0px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .address {
        padding: 0 0 0 11px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .qrcode {
        display: block;
    }
    #main .subpage .subpage-main .content .contact-page .contact-info .cvcard {
        display: none;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row {
        margin-bottom: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper {
        float: left;
        margin: 0 10px 10px 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper.subject {
        width: 33.3%;
        text-align: center;
        border-bottom: 1px solid #e9f0f2;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper.gender {
        margin-bottom: 20px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper label.radio {
        margin-right: 10px;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form .selector-wrapper .form_row .radio-wrapper:last-child label.radio {
        margin-right: 0;
    }
    #main .subpage .subpage-main .content .contact-page .contact-form button {
        float: right;
        display: inline-block;
        width: auto;
    }
    #main .subpage .subpage-main .content .news-page .news-title .toggle {
        text-align: right;
        margin: 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row {
        margin: 10px 0 30px 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row .news .col-md-2 {
        display: block;
        padding-left: 0;
    }
    #main .subpage .subpage-main .content .news-page .news-row .news .col-md-10 {
        padding-right: 0;
        padding-left: 10px;
    }
    #main .subpage .subpage-main .content .blue-lists .column {
        width: 20%;
    }
    #main .subpage .subpage-main .content .single-news h2 {
        padding: 0 0 10px 4px;
    }
    #main .subpage .subpage-main .content .single-news img {
        margin-bottom: 15px;
    }
    #main .subpage .subpage-main .content .single-news .socialshare {
        padding-left: 0;
        padding-top: 0;
    }
    #main .subpage .subpage-main .content .single-news .col-md-8 {
        padding-left: 20px;
    }
    #main .subpage .subpage-main .content .single-news .col-md-8 h3 {
        font-size: 22px;
    }
    #main .subpage aside.subpage-side {
        margin-top: 0;
    }
    #main .subpage aside.subpage-side.col-md-3 {
        padding-left: 0;
    }
    #main .subpage aside.subpage-side .partenaires,
    #main .subpage aside.subpage-side .shortlinks {
        margin-left: 20px;
        display: block;
    }
    #main .subpage aside.subpage-side .partenaires ul li a,
    #main .subpage aside.subpage-side .shortlinks ul li a {
        text-align: center;
        padding: 80px 10px 10px 10px;
        background-position: center 10px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.tarifs,
    #main .subpage aside.subpage-side .shortlinks ul li a.tarifs {
        background-position: center 10px;
        padding-right: 0;
        padding-top: 70px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.raccordement,
    #main .subpage aside.subpage-side .shortlinks ul li a.raccordement {
        background-position: center 10px;
        padding-right: 0;
        padding-top: 60px;
    }
    #main .subpage aside.subpage-side .joboffer {
        margin: 20px 0 0 20px;
    }
    #main .subpage aside.subpage-side .joboffer p {
        font-size: 14px;
    }
    #main .subpage aside.subpage-side .joboffer .image-link-content {
        top: 60px;
        bottom: 70px;
        right: 10px;
        left: 10px;
    }
    #main .subpage aside.subpage-side .joboffer:hover .image-link-content {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    #main .subpage aside.subpage-side .centres {
        margin-left: 20px;
    }
    #main .subpage aside.subpage-side .centres ul li a {
        width: 100%;
        float: none;
    }
    #main .subpage aside.subpage-side .centres ul li a.acces {
        margin-bottom: 3px;
    }
    #main .subpage aside.subpage-side .press-contact {
        margin-left: 20px;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-prev {
        left: 40.5%;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-next {
        right: 40%;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-pager {
        display: block;
        bottom: -33px;
        padding-right: 13px;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #e9f0f2 !important;
    }
    #main .download-page .slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
        background: #3abeef !important;
    }
    #footer #footer-menu {
        display: block;
    }
    #footer .middle-footer .wrapper .col-md-4 {
        padding: 0 16px;
    }
    #footer .bottom-footer ul {
        float: right;
    }
    #footer .bottom-footer ul li {
        padding-right: 20px;
    }
    #main .subpage .subpage-main .content .video-wrapper {
    	  min-height:320px;
    	  height:auto;
    	  overflow:hidden;
        padding: 0 30px 56.25% 30px;
        position:relative;
        width:100%;
    }
.video-wrapper iframe {
     height:100%;
     left:0;
     position:absolute;
     top:0;
     width:100%;
}        
}

/* ---------------------------------------------  */

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {

    header .upper-header .right-header .search-wrapper input[type=submit] {
        background-image: url("/fileadmin/images/header/loupe@2x.png");
        background-size: 14px auto;
    }
    header .menu-wrapper ul li .visible {
        background-image: url("/fileadmin/images/header/menu-seperator@2x.png");
        background-size: 1px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.vehicules {
        background-image: url("/fileadmin/images/header/electric-car@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
        background-image: url("/fileadmin/images/header/homecharging@2x.png");
        background-size: 93px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.faq {
        background-image: url("/fileadmin/images/header/chargy_menu_top@2x.png");
/*        background-image: url("/fileadmin/images/header/faq@2x.png");*/
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.fournisseur-e {
        background-image: url("/fileadmin/images/header/fournisseur-e@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.fournisseur-g {
        background-image: url("/fileadmin/images/header/fournisseur-g@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.electricien {
        background-image: url("/fileadmin/images/header/electricien@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.installateur {
        background-image: url("/fileadmin/images/header/installateur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.entrepreneur {
        background-image: url("/fileadmin/images/header/entrepreneur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.commune {
        background-image: url("/fileadmin/images/header/commune@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.pacte {
        background-image: url("/fileadmin/images/header/pacteclimat@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.mandat {
        background-image: url("/fileadmin/images/header/mandat-deconnexion@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.project {
        background: url("/fileadmin/images/header/project@2x.png") no-repeat;
        background-size: 20px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.gaz {
        background: url("/fileadmin/images/header/gas@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.service {
        background: url("/fileadmin/images/header/service@2x.png") no-repeat;
        background-size: 20px auto;
    }


/* ----------------------------------------------------- */

    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules {
        background-image: url("/fileadmin/images/header/electric-car@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
        background-image: url("/fileadmin/images/header/homecharging@2x.png");
        background-size: 93px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.faq {
        background-image: url("/fileadmin/images/header/chargy_menu_top@2x.png");
/*        background-image: url("/fileadmin/images/header/faq@2x.png");        */
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-e {
        background-image: url("/fileadmin/images/header/fournisseur-e@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-g {
        background-image: url("/fileadmin/images/header/fournisseur-g@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.electricien {
        background-image: url("/fileadmin/images/header/electricien@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.installateur {
        background-image: url("/fileadmin/images/header/installateur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.entrepreneur {
        background-image: url("/fileadmin/images/header/entrepreneur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.commune {
        background-image: url("/fileadmin/images/header/commune@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.pacte {
        background-image: url("/fileadmin/images/header/pacteclimat@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.mandat {
        background-image: url("/fileadmin/images/header/mandat-deconnexion@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.project {
        background: url("/fileadmin/images/header/project@2x.png") no-repeat;
        background-size: 20px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.gaz {
        background: url("/fileadmin/images/header/gas@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.service {
        background: url("/fileadmin/images/header/service@2x.png") no-repeat;
        background-size: 20px auto;
    }

}

/* ---------------------------------------------  */

@media only screen and (min-width: 1000px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .image-link .image-link-content {
        top: 80px;
        bottom: 80px;
    }
    .image-link p {
        padding-top: 90px;
    }
    header .menu-wrapper ul {
        font-size: 13px;
    }
    header .menu-wrapper ul li .visible i {
        margin-left: 6px;
    }
    #main #image-shortlinks .shortlink .overlay .content-text p {
        display: block;
    }
    #main #image-shortlinks .shortlink .overlay .content-text a {
        margin-top: 10px;
    }
    #main #second-row .news-wrapper {
        width: 66.66666667%;
    }
    #main #second-row .news-wrapper .news-content {
        padding-right: 270px;
    }
    #main #second-row .shortlink-icon {
        float: left;
        width: 33.33333333%;
        margin-top: 0;
    }
    #main #second-row .shortlink-icon li {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }
    #main #second-row .shortlink-icon li:last-child {
        margin-bottom: 0;
    }
    #main #second-row .shortlink-icon li a {
        font-size: 22px;
        padding: 31px 10px 31px 80px;
    }
    #main #second-row .shortlink-icon li a.tarif {
        background-position: 20px 30px;
    }
    #main #second-row .shortlink-icon li a.security {
        background-position: 20px 30px;
    }
    #main #second-row .shortlink-icon li a.number {
        background-position: 20px 30px;
    }
    #main #third-row .partners a {
        background-size: 126px 126px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a,
    #main .subpage aside.subpage-side .shortlinks ul li a {
        text-align: left;
        padding: 25px 0px 25px 80px;
        background-position: 5px 5px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.tarifs,
    #main .subpage aside.subpage-side .shortlinks ul li a.tarifs {
        background-position: 15px center;
        padding-right: 5px;
        padding-top: 25px;
    }
    #main .subpage aside.subpage-side .partenaires ul li a.raccordement,
    #main .subpage aside.subpage-side .shortlinks ul li a.raccordement {
        background-position: 10px center;
        padding-right: 5px;
        padding-top: 25px;
    }
    #main .subpage aside.subpage-side .joboffer p {
        font-size: 20px;
    }
    #main .subpage aside.subpage-side .joboffer .image-link-content {
        top: 70px;
        bottom: 65px;
    }
    #main .subpage aside.subpage-side .joboffer:hover .image-link-content {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}
@media only screen and (min-width: 1160px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .wrapper {
        max-width: 1200px;
    }
    header .menu-wrapper ul li .visible {
        padding: 20px 0;
    }
    header .menu-wrapper ul li .visible span {
        display: inline;
    }
    header .menu-wrapper ul li .visible i {
        margin-left: 8px;
    }
    header .menu-wrapper ul li:last-child .visible {
        padding: 20px 0;
    }
    header .menu-wrapper ul li .submenu {
        height: 200px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2 {
        font-size: 15px;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-nodisplay ul li h2 {
        font-size: 15px;
    }    
    #main #image-shortlinks .shortlink .overlay .content-text {
        font-size: 13px;
        line-height: 20px;
    }
    #main #image-shortlinks .shortlink .overlay h3 {
        font-size: 15px;
    }
    #main .subpage aside.subpage-side .centres ul li a {
        width: 50%;
        float: left;
    }
    #main .subpage aside.subpage-side .centres ul li a.acces {
        margin-bottom: 0px;
    }
}

/* ----------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2) and only screen and (min-width: 768px), (min-resolution: 192dpi) and only screen and (min-width: 768px) {
    body.fixed-header header .menu-wrapper a.home {
        background-image: url("/fileadmin/images/header/creos-c@2x.png");
        background-size: 23px auto;
    }
    header .upper-header .right-header .search-wrapper input[type=submit] {
        background-image: url("/fileadmin/images/header/loupe@2x.png");
        background-size: 14px auto;
    }
    header .menu-wrapper ul li .visible {
        background-image: url("/fileadmin/images/header/menu-seperator@2x.png");
        background-size: 1px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.vehicules {
        background-image: url("/fileadmin/images/header/electric-car@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
        background-image: url("/fileadmin/images/header/homecharging@2x.png");
        background-size: 93px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.faq {
        background-image: url("/fileadmin/images/header/chargy_menu_top@2x.png");
        /*background-image: url("/fileadmin/images/header/faq@2x.png");        */
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.fournisseur-e {
        background-image: url("/fileadmin/images/header/fournisseur-e@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.fournisseur-g {
        background-image: url("/fileadmin/images/header/fournisseur-g@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.electricien {
        background-image: url("/fileadmin/images/header/electricien@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.installateur {
        background-image: url("/fileadmin/images/header/installateur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.entrepreneur {
        background-image: url("/fileadmin/images/header/entrepreneur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.commune {
        background-image: url("/fileadmin/images/header/commune@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.pacte {
        background-image: url("/fileadmin/images/header/pacteclimat@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content a.shortlink.mandat {
        background-image: url("/fileadmin/images/header/mandat-deconnexion@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.project {
        background: url("/fileadmin/images/header/project@2x.png") no-repeat;
        background-size: 20px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.gaz {
        background: url("/fileadmin/images/header/gas@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.service {
        background: url("/fileadmin/images/header/service@2x.png") no-repeat;
        background-size: 20px auto;
    }
    
/* ----------------------------------------------------- */

    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules {
        background-image: url("/fileadmin/images/header/electric-car@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.vehicules2 {
        background-image: url("/fileadmin/images/header/homecharging@2x.png");
        background-size: 93px auto;        
    }    
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.faq {
        background-image: url("/fileadmin/images/header/chargy_menu_top@2x.png");
/*        background-image: url("/fileadmin/images/header/faq@2x.png");        */
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-e {
        background-image: url("/fileadmin/images/header/fournisseur-e@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.fournisseur-g {
        background-image: url("/fileadmin/images/header/fournisseur-g@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.electricien {
        background-image: url("/fileadmin/images/header/electricien@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.installateur {
        background-image: url("/fileadmin/images/header/installateur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.entrepreneur {
        background-image: url("/fileadmin/images/header/entrepreneur@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.commune {
        background-image: url("/fileadmin/images/header/commune@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.pacte {
        background-image: url("/fileadmin/images/header/pacteclimat@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild a.shortlink.mandat {
        background-image: url("/fileadmin/images/header/mandat-deconnexion@2x.png");
        background-size: 93px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.portrait {
        background: url("/fileadmin/images/header/portrait@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.infrastructures {
        background: url("/fileadmin/images/header/infrastructures@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.innovation {
        background: url("/fileadmin/images/header/innovation@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content ul li h2.project {
        background: url("/fileadmin/images/header/project@2x.png") no-repeat;
        background-size: 20px auto;        
    }   
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.coordinateur {
        background: url("/fileadmin/images/header/coordination@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.electricity {
        background: url("/fileadmin/images/header/electricity@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.gaz {
        background: url("/fileadmin/images/header/gas@2x.png") no-repeat;
        background-size: 20px auto;
    }
    header .menu-wrapper ul li .submenu ul li.submenu-content-bild ul li h2.service {
        background: url("/fileadmin/images/header/service@2x.png") no-repeat;
        background-size: 20px auto;
    }

/* ----------------------------------------------------- */    
    
    #main #slider .bx-wrapper .bx-viewport ul.bxslider li .description {
        background: url("/fileadmin/images/homepage/blue-shape@2x.png") no-repeat;
        background-size: 467px auto;
    }
    #main #slider .bx-wrapper .bx-controls .bx-prev {
        background: url("/fileadmin/images/homepage/prev@2x.png") no-repeat !important;
        background-size: 20px auto;
    }
    #main #slider .bx-wrapper .bx-controls .bx-next {
        background: url("/fileadmin/images/homepage/next@2x.png") no-repeat !important;
        background-size: 20px auto;
    }
}
/* Helper classes */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.row:after {
    clear: both;
}
.clearfix,
.row {
    *zoom: 1;
}
/* Print styles */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

#main #slider .bx-wrapper .bx-controls .bx-controls-direction a { z-index: 888; }
/* --- ergänzt 27.08.2014 --- Anfang */
#main .back {
    background: #3abeef;
    color: #ffffff;
    padding: 6px 10px 6px 10px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Gotham SSm A', sans-serif;
}
#main .back i {
    margin-right: 6px;
}
#main .back:link {
    color: #ffffff;	
}	
#main .back:hover {
    background: #12abe4;
    text-decoration: none !important;
}
#main .back:active {
    background: #1199cc;
    text-decoration: none !important;
}
/* --- ergänzt 27.08.2014 --- Ende */
/* --- ergänzt 22.06.2015 --- Ende */
places {
    padding: 0 30px 30px 30px;
}

.places h3 {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 35px !important;
}

.places .left {
    float: left;
    width: 30%;
}

.places .left img {
    width: 100%;
    height: auto;
}

.places .right {
    float: right;
    width: 70%;
    padding-left: 50px;
}

.places .right ul li {
    padding: 0 0 5px 34px;
}

ul.places-list li.first {
    background-image: url("/fileadmin/images/raccordement-gaz/location-icon1.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ul.places-list li.second {
    background-image: url("/fileadmin/images/raccordement-gaz/location-icon2.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ul.places-list li.third {
    background-image: url("/fileadmin/images/raccordement-gaz/location-icon3.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ul.places-list li.fourth {
    background-image: url("/fileadmin/images/raccordement-gaz/location-icon4.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

ul.places-list li.fith {
    background-image: url("/fileadmin/images/raccordement-gaz/location-icon5.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

@media only screen and (max-width: 768px) {
    .places {
        padding: 0 15px 15px 15px;
    }

    .places .left {
        width: 100%;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .places .right {
        width: 100%;
        padding-left: 0;
    }

    .places .left img {
        width: 75%;
        height: auto;
        margin: 0 auto;
    }
}

/* --- ergänzt 22.06.2015 --- Ende */