* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%; /* new */
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  position: relative; /* new */
  min-height: 100%; /* new */
  padding-bottom: 295px; /* new */
  /*
  padding-top: 255px;
  */
}

@media only all and (max-width: 800px) {
	body {
		padding-bottom: 190px;
		padding-bottom: 91px;
	}
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.header__logo:after {
	content: "";
	position: fixed;
	display: block;
	height: 130px;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	background: rgba(0,0,0,0.6);
	left: -30px;
	right: -30px;
	top: -30px;
}
[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  display: none;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
  display: none;
}

.skip-link__wrapper {
  margin: 0;
  display: none;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}





body {
	font-family: 'gravityregular';
}

h1, h2, h3, h4, h5, h6, strong {
	font-family: 'gravitybold';
	font-weight: normal;
}

em {
	font-family: 'gravitybook';
	font-style: normal;
}

.layout-center {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	max-width: none;
}
.layout-swap {
	padding-top: 0;
}
.layout-swap__top { 
	display: none;
}

.layout-3col {
	margin-left: 0;
	margin-right: 0;
}
.layout-3col__full {
	padding-left: 0;
	padding-right: 0;
}
/*
@media only all and (max-width: 1000px) {
	.layout-3col__full {
		margin-top: 90px;
	}
}
*/
/* 960 */

/*
header.header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 255px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
*/

.header__logo {
	display: inline-block;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 210px;
	height: 88px;
	margin-left: -480px;
}
@media only all and (max-width: 1000px) {
	.header__logo {
		left: 10px;
		margin-left: 0;
	}
}
.header__logo-image {
	margin-top: 13px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

@media only all and (max-width: 1000px) {
	#block-views-slideshow-block {
		/*
		display: none;
		*/
	}
}


#flexslider-1,
.flexslider {
	margin: 0;
	border: none;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.flex-control-paging {
	display: none;
}
#flexslider-1 li,
.flexslider li {
	position: relative;
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.flex-direction-nav {
	position: relative;
	top: -70px;
}
.page-realisierungen .flex-direction-nav {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	top: 202.5px;
}

.flex-direction-nav a {
	opacity: 1;
	display: block !important;
}
.flex-direction-nav a.flex-prev {
	left: 50% !important;
	margin-left: -505px;
	background-image: url('/sites/all/themes/heiles_fassaden/images/Slider_Arrow.png');
	font-size: 0;
	height: 20px;
	width: 13px;
}
.flex-direction-nav a.flex-next {
	left: 50%;
	margin-left: 492px;
	background-image: url('/sites/all/themes/heiles_fassaden/images/Slider_Arrow_R.png');
	font-size: 0;
	height: 20px;
	width: 13px;
}
.flex-direction-nav a:before {
	display: none;
}




.view-slideshow .views-field-nothing,
.view-slideshow .views-field-views-conditional {
	position: absolute;
	left: 50%;
	width: 650px;
	margin-left: -470px;
	top: 140px;
	z-index:11;
	font-size: 43px;
	color: #fff;
	line-height: 50px;
	font-family: 'gravitylight';
	text-overflow: ellipsis;
	overflow: hidden;
	height: 50px;
}
.view-slideshow .views-field-views-conditional span {
	white-space: nowrap;
}

.view-slideshow .views-field-title {
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -470px;
	top: 190px;
	color: #fff;
	font-size:14px;
	z-index:10;
}
.view-slideshow .fg-image {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	text-align: right;
	z-index:10;
}
.view-slideshow .fg-image img {
	width: auto;
	float: right;
}
.view-slideshow .bg-image {
	height: 255px;
	max-width: 100%;
	overflow: hidden;
}
.view-slideshow .bg-image img {
	height: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
}
.view-slideshow .views-field-delete-node {
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -470px;
	z-index: 11;
}
.view-slideshow .views-field-edit-node {
	position: absolute;
	top: 210px;
	left: 50%;
	margin-left: -400px;
	z-index: 11;
}
.view-slideshow .views-field-edit-node a,
.view-slideshow .views-field-delete-node a {
	color: #fff;
}
@media only all and (max-width: 800px) {
	.view-slideshow .bg-image img {
		height: 255px;
	}
}
@media only all and (max-width: 1000px) {
	.view-slideshow .views-field-nothing,
	.view-slideshow .views-field-views-conditional,
	.flex-direction-nav  {
		display: none;
	}

	.view-slideshow .views-field-title {
		display: none;
	}

	.view-slideshow .fg-image {
		width: auto;
		left: unset;
		right: 0;
	}
	
}

#block-block-3 {
	position: fixed;
	top: 0;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	text-align: right;
	height: 0;
	color: #fff;
	z-index:3;
}
@media only all and (max-width: 1000px) {
	#block-block-3 {
		left: unset;
		width:auto;
		margin-left:0;
		right:10px;
	}
}
@media only all and (max-width: 550px) {
	#block-block-3 {
		display: none;
	}
}
#block-block-3 p {
	display: inline-block;
	margin: 0;
	margin-top: 12px;
}
#block-block-3 p a.tel:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Header_Icon_Tel.png');
}
#block-block-3 p a {
	color: #fff;
	text-decoration:none;
	font-family: 'gravitylight';
	font-size: 24px;
	line-height: 27px;
	margin-left: 12px;
}
#block-block-3 p a strong {
	font-family: 'gravitybook';
}


#block-system-main-menu {
	position: fixed;
	display: table;
	top: 42px;
	left: 50%;
	width: 730px;
	margin-left: -248px;
	z-index: 10;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	overflow: hidden;
}

#block-system-main-menu ul.menu {
	display: table-row;
	padding: 0;
	margin: 0;
}
#block-system-main-menu ul.menu li {
	list-style:none;
	display: table-cell;
	background-color: #fff;
}
#block-system-main-menu ul.menu li:hover,
#block-system-main-menu ul.menu li.active-trail {
	background-color: #e30613;
}
#block-system-main-menu ul.menu li a {
	height: 32px;
	line-height:32px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	display: inline-block;
	border-right: solid #d1d1d1 1px;
	color: #000;
	font-size: 13px;
}
#block-system-main-menu ul.menu li:hover a,
#block-system-main-menu ul.menu li.active-trail a {
	color: #fff;
	border-right: solid transparent 1px;
}
#block-system-main-menu ul.menu li.last  {
	border-right: none;
	background-color:#cea26b;
}
#block-system-main-menu ul.menu li.last a {
	border-right: none;
	color: #fff;
}
#block-system-main-menu ul.menu li.last:hover {
	background-color:#fff;
	color: #cea26b;
}

#block-system-main-menu ul.menu li.last:hover a,
#block-system-main-menu ul.menu li.last.active-trail a {
	color: #cea26b;
	border-right: none;
}
#block-system-main-menu ul.menu li:nth-child(5) a {
	border-right: none;
}

@media only all and (max-width: 1000px) {
	#block-system-main-menu {
		position: fixed;
		top: 0;
		width: 33.3333%;
		left: 105%;
		margin-left:0;
		right: unset;
		bottom: 0;
		display: block;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: 100;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		overflow:visible;
	}
	.menu #block-system-main-menu {
		left: 66.6666%;
	}
	#block-system-main-menu:before {
		content: "Menu";
		position: fixed;
		top: 43px;
		right: 10px;
		height: 45px;
		line-height: 45px;
		cursor: pointer;
		background-color: #363131;
		padding: 0 14px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.menu #block-system-main-menu:before {
		color: #fff;
	}
	#block-system-main-menu ul.menu {
		display: block;
		padding-top: 96px;
	}
	#block-system-main-menu ul.menu li {
		display: block;
		background-color: transparent;
	}
	#block-system-main-menu ul.menu li a {
		color: #fff;
	}
}
@media only all and (max-width: 600px) {
	#block-system-main-menu {
		width: 66.6666%;
	}
	.menu #block-system-main-menu {
		left: 33.3333%;
	}

}


main.layout-3col__full > h1 {
	display:none;
}


.entity-paragraphs-item .content {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
@media only all and (max-width: 1000px) {
	.entity-paragraphs-item .content {
		padding: 40px 20px;
	}
}

.paragraphs-items .field-name-field-title {
	text-align: center;
	height: 95px;
	line-height: 45px;
	padding: 0 20px;
}
.page-node-13 .paragraphs-items .field-name-field-title {
	margin-left: 385px !important;
	text-align:left;
	height: 70px;
}
.paragraphs-items .paragraphs-item-image-right .field-name-field-title {
	margin-right:385px !important;
	margin-left:0 !important;
	padding-left: 0;
}

.paragraphs-items .field-name-field-title .field-item {
	display:inline-block;
	padding: 0 25px;
	text-transform: uppercase;
	font-size: 13px;
}
@media only all and (max-width: 1000px) {
	.paragraphs-items .field-name-field-title,
	.paragraphs-items .paragraphs-item-image-right .field-name-field-title {
		margin-right: 0 !important;
		margin-left: 0 !important;
		padding: 0;
		width:auto !important;
	}
}
@media only all and (max-width: 800px) {
	.paragraphs-items .field-name-field-title .field-items {
		text-align:center;
	}
	.page-node-13 .paragraphs-items .field-name-field-title {
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align:center;
	}
}

.paragraphs-items .white-bg .field-name-field-title .field-item,
.paragraphs-items .light-bg .field-name-field-title .field-item {
	background-color: #e30613;
	color: #fff;
	box-shadow: 7px 7px 7px #c9c9c9;
}
.paragraphs-items .dark-bg .field-name-field-title .field-item {
	background-color: #fff;
	color: #e30613;
}
.paragraphs-items .red-bg .field-name-field-title .field-item {
	background-color: #3f3534;
	color: #fff;
}

.paragraphs-items .group-img {
	float: left;
	max-width:360px;
}
.page-node-12 .paragraphs-items .group-img {
	max-width: 433px;
}
.paragraphs-items .paragraphs-item-image-right .group-img {
	float:right;
}
.page-node-13 .paragraphs-items .group-img {
	margin-top: -70px;
}
@media only all and (max-width: 800px) {
	.paragraphs-items .group-img,
	.paragraphs-items .paragraphs-item-image-right .group-img {
		float: none;
	}
	.paragraphs-items .group-img {
		position: relative;
		left: 50%;
		margin-left: -180px;
	}
	.page-node-12 .paragraphs-items .group-img {
		margin-left: -216.5px;
	}
	.page-node-13 .paragraphs-items .group-img {
		margin-top: 0;
	}
}
@media only all and (max-width: 460px) {
	.paragraphs-items .group-img,
	.page-node-12 .paragraphs-items .group-img {
		left: 0;
		margin-left: 0;
	}
}
@media only all and (max-width: 483px) {
	.page-node-13 .dark-bg .field-name-field-title .field-item,
	.page-node-13 .light-bg .field-name-field-title .field-item {
		height: 45px;
		line-height: 22.5px;
	}
}
.paragraphs-items .field-name-field-image1 {
	height: 196.5px;
	width: 360px;
	padding: 1.75px;
	position: relative;
	box-sizing: content-box;
}
.page-node-12 .field-name-field-image1 {
	height: 230px;
	width: 433px;
}
.paragraphs-items .field-name-field-image1 img {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.paragraphs-items .field-name-field-image1 .field-item:after {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Box_Leistungen.png');
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 7px;
	background-size: 100% 100%;
	content: "";
}
.page-node-12 .paragraphs-items .field-name-field-image1 .field-item:after {
	bottom: 2px;


}
@media only all and (max-width: 460px) {
	.paragraphs-items .field-name-field-image1 {
		height: auto;
		width: 100%;
	}
	.paragraphs-items .field-name-field-image1 .field-item:after,
	.page-node-12 .paragraphs-items .field-name-field-image1 .field-item::after {
		top: 0px;
		left: 0;
		right: 0;
		bottom: 7px;
	}





}

.paragraphs-items .red-bg .field-name-field-image1 .field-item:after {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Box_Leistungen_B.png');
	background-size: 100% 100%;
	content: "";
}
.paragraphs-items .dark-bg .field-name-field-caption2,
.paragraphs-items .red-bg .field-name-field-caption2 {
	color: #fff;
}
.paragraphs-items .field-name-field-caption2 ul {
	margin: 0;
	padding: 0;
}
.paragraphs-items .field-name-field-caption2 ul li {
	list-style:none;
	display: inline-block;
	margin-right: 20px;
}
.paragraphs-items .field-name-field-caption2 {
	font-size: 14px;
	line-height: 20px;
	margin-right: -34px;
	font-family: "Gravitybook";
	letter-spacing: -0.3px;
}

.paragraphs-items .field-name-field-caption2 strong {
	color: #e30613;
}
.paragraphs-items .red-bg .field-name-field-caption2 strong {
	color: #000;
}
.paragraphs-items .field-name-field-text {
	margin: 0 0 0 405px;
}
.page-node-12 .field-name-field-text {
	margin: 0 0 0 470px;
}
@media only all and (max-width: 1000px) {
	.paragraphs-items .field-name-field-text {
		margin: 0 0 0 380px;
	}
	.page-node-12 .field-name-field-text {
		margin: 0 0 0 470px;
	}
}

@media only all and (max-width: 800px) {
	.paragraphs-items .field-name-field-text {
		margin: 0;
	}
}
.paragraphs-items .paragraphs-item-image-right .field-name-field-text {
	margin: 0 405px 0 0;
}
@media only all and (max-width: 1000px) {
	.paragraphs-items .paragraphs-item-image-right .field-name-field-text {
		margin: 0 380px 0 0;
	}	
}
@media only all and (max-width: 800px) {
	.paragraphs-items .paragraphs-item-image-right .field-name-field-text {
		margin: 0;
	}	
}

.page-node-13 .paragraphs-items .field-name-field-text p:first-of-type {
	margin-top: 0;
}
@media only all and (max-width: 800px) {
	.page-node-13 .paragraphs-items .field-name-field-text p:first-of-type {
		margin-top: 24px;
	}
}
.paragraphs-items .field-name-field-text p:last-of-type {
	margin-bottom: 0;
}
.paragraphs-items .dark-bg .field-name-field-text,
.paragraphs-items .red-bg .field-name-field-text {
	color: #fff;
}
.paragraphs-items .field-name-field-text h3 {
	margin: 0;
	color: #e30613;
	font-size: 16px;
	line-height: 19.02px;
}
@media only all and (max-width: 800px) {
	.page-node-12 .paragraphs-items .dark-bg .field-name-field-text h3 {
		margin-top: 24px;
	}
}
.paragraphs-items .field-name-field-text p,
.paragraphs-items .field-name-field-text ul {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.paragraphs-items .red-bg .field-name-field-text h3 {
	color: #000;
}
.paragraphs-items .field-name-field-text ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	margin-top: 6px;
	padding-left: 0;
}
@media only all and (max-width: 500px) {
	.paragraphs-items .field-name-field-text ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}
.paragraphs-items .field-name-field-text ul li {
	list-style-image:url('/sites/all/themes/heiles_fassaden/images/li.png');
	list-style-position: inside;
}
.paragraphs-items .red-bg .field-name-field-text ul li {
	list-style-image:url('/sites/all/themes/heiles_fassaden/images/li-black.png');
}
.paragraphs-items .dark-bg {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Leistungen_Waermedaemmung.png');
	background-size: cover;
}
.paragraphs-items .light-bg {
	background: #F3F1F2 url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Background_HMuster2.png');
	background-size: cover;
}

.paragraphs-items .red-bg {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Leistungen_InnenAussenPutz.png');
	background-size: cover;
}
.paragraphs-items .entity-paragraphs-item .content:after {
	clear: both;
}

.page-realisierungen {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Projekte.jpg');
	background-size: cover;
}
.page-realisierungen .view-realisierungen {
	margin-top: -25px;
	padding-top: 150px;
	color: #fff;
	position: relative;
}
@media only all and (max-width: 1000px) {
	.page-realisierungen .view-realisierungen {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-realisierungen .view-realisierungen .view-content {
	max-width:960px;
	margin: 0 auto;
	box-shadow: 0 0 5px 70px rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
}
.page-realisierungen .view-realisierungen #flexslider-1 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	border:none;
	margin: 0;
	overflow: visible;
}
.page-realisierungen .view-realisierungen ul.slides {
	margin: 0;
	padding: 0;
}
.page-realisierungen .view-realisierungen ul.slides li {
	list-style:none;
}
.page-realisierungen .view-realisierungen .views-field-field-photo2 {
	margin-bottom: 24px;
}
.page-realisierungen .view-realisierungen .views-field-field-photo2 img {
	border-top-right-radius:14px;
	border-bottom-left-radius:14px;
}
.page-realisierungen .views-field-view,
.page-realisierungen .view-types-of-work,
.page-realisierungen .view-types-of-work .views-row,
.page-realisierungen .view-types-of-work .views-field {
	display: inline-block;
	vertical-align: top;
}
.page-realisierungen .view-types-of-work .views-field-views-conditional a {
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
	background-color: #fff;
	color: #000;
	text-align: center;
	height: 45px;
	line-height: 45px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size:13px;
	text-decoration: none;
}
@media only all and (max-width: 650px) {
	.page-realisierungen .view-types-of-work .views-field-views-conditional a {
		margin-right: 10px;
		padding: 0 10px;
	}
}
@media only all and (max-width: 550px) {
	.page-realisierungen .views-field-view,
	.page-realisierungen .view-types-of-work,
	.page-realisierungen .view-types-of-work .views-row,
	.page-realisierungen .view-types-of-work .views-field {
		display: block;
	}
	.page-realisierungen .view-types-of-work .views-field-views-conditional a {
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
}

.page-realisierungen .view-types-of-work .views-field-views-conditional a.active {
	background-color: #e30613;
	color: #fff;
}
.page-realisierungen .views-field-body {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
@media only all and (max-width: 1000px) {
	.page-realisierungen .views-field-body {
		display: block;
		margin-top: 24px;
	}
}
.page-realisierungen .views-field-body .title {
	font-family: "GravityBold";
}
.page-realisierungen .views-field-body .body {
	font-family: "gravitylight";
}
.page-realisierungen .views-field-body .body p:first-of-type {
	margin-top: 0;
}
.page-realisierungen .views-field-edit-node a,
.page-realisierungen .views-field-delete-node a {
	color:#fff;
}
.page-stellenangebote {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Stellenangebote.jpg');
	backdround-size: 100% auto;
}
.page-stellenangebote .view-job-offers-fassade- {
	margin-top: -25px;
	padding-top: 150px;
	color: #fff;
	text-align: center;
}
.page-stellenangebote .view-job-offers-fassade- .view-header,
.page-stellenangebote .view-job-offers-fassade- .view-content,
.page-stellenangebote .view-job-offers-fassade- .view-footer {
	max-width:960px;
	margin: 0 auto;
}

.page-stellenangebote .view-job-offers-fassade- .title,
.page-stellenangebote .view-job-offers-fassade- .btn {
	background-color: #e30613;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	text-decoration:none;
	font-family: 'gravityregular';
	font-size: 13px;
}
.page-stellenangebote .view-job-offers-fassade- .btn {
	background-image: url('/sites/all/themes/heiles_fassaden/images/red_black.png');
	background-size: auto 100%;
	background-position: left;
	transition: all 0.2s;
}
.page-stellenangebote .view-job-offers-fassade- .btn:hover {
	background-position: right;
}
a.button {
	background-color: #e30613;
	color: #fff;
	border:none;
	font-size: 13px;
	padding: 0 25px;
	line-height: 45px;
	height: 45px;
	display: inline-block;
	text-decoration:none;
	background-image: url('/sites/all/themes/heiles_fassaden/images/red_black.png');
	background-size: 250% 100%;
	background-position: center left;
	transition: all 0.2s;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
}
a.button:hover {
	background-position: center right;
	color: #fff;
}
.page-stellenangebote .view-job-offers-fassade- h3 {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 20px;
}
.page-stellenangebote .view-job-offers-fassade- p {
	font-family: 'gravitybook';
	font-size: 14px;
	line-height: 20px;
	max-width: 700px;
	margin: 1.5em auto;
	z-index: 1;
	position: relative;
}
.page-stellenangebote .view-job-offers-fassade- .view-header p:first-of-type {
	margin-top: 0;
}
.page-stellenangebote .view-job-offers-fassade- .subtitle {
	color: #e30613;
	font-size: 17px;
	line-height: 20.4px;
	font-family: 'gravitybold';
	margin-bottom: 1.5em;
	text-decoration: underline;
}

.page-stellenangebote .view-job-offers-fassade- .views-field-title {
	display: none;
}

.page-stellenangebote .view-job-offers-fassade- .views-field-field-job {
	display: inline-block;
	font-family: 'gravitybold';
	line-height: 20px;
	font-size: 14px;
}
.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
}
.page-stellenangebote .view-job-offers-fassade- .views-field-edit-node,
.page-stellenangebote .view-job-offers-fassade- .views-field-delete-node {
	display: inline-block;
	font-family: 'gravitybook';
}
.page-stellenangebote .view-job-offers-fassade- .views-field-edit-node a,
.page-stellenangebote .view-job-offers-fassade- .views-field-delete-node a {
	color: #fff;
}
.page-stellenangebote .view-job-offers-fassade- .new {
	display: none;
}
.logged-in.page-stellenangebote .view-job-offers-fassade- .new {
	display:block;
}
.logged-in.page-stellenangebote .view-job-offers-fassade- .new a {
	display: inline-block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
}
@media only all and (max-width: 500px) {
	.page-stellenangebote .view-job-offers-fassade- .views-row {
		margin-bottom: 12px;
	}
	.page-stellenangebote .view-job-offers-fassade- .views-field-field-job,
	.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf {
		display: block;
	}
}
.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf a {
	color: #fff;
	text-decoration: none;
	font-family: 'gravitylight_italic';
}
.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf a:after {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Download.png');
	margin-left: 4px;
}
.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf .file-size,
.page-stellenangebote .view-job-offers-fassade- .views-field-field-pdf .file-icon {
	display: none;
}

.page-stellenangebote .view-job-offers-fassade- .tel {
	font-family: 'gravitybold';
	color: #fff;
	text-decoration:none;
}

.page-stellenangebote .view-job-offers-fassade- .tel:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Tel.png');
	margin-right: 4px;
}
.page-stellenangebote .view-job-offers-fassade- .tel .prefix {
	font-family: 'gravitybook';
}
.page-stellenangebote .view-job-offers-fassade- .mail:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Email.png');
	margin-right: 4px;
}
.page-stellenangebote .view-job-offers-fassade- .mail {
	font-family: 'gravitybold';
	color: #fff;
	text-decoration: none;
}
.page-stellenangebote .view-job-offers-fassade- .info {
	font-family: 'gravitybold';
	line-height: 20px;
	font-size: 14px;
}
.page-stellenangebote .view-job-offers-fassade- .info:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Adress.png');
	margin-right: 4px;
}

.page-stellenangebote .view-job-offers-fassade- .team {
	overflow: hidden;
}

.page-stellenangebote .view-job-offers-fassade- .team img {
	margin-top: -95px;
	display: block;
}
@media screen and (max-width: 980px) {
	.page-stellenangebote .view-job-offers-fassade- .team img {
		margin-top: 0;
	}	
}

.paragraphs-item-map .content {
	padding: 0;
	max-width: none;
	margin: 0;
	height: 275px;
	overflow: hidden;
}
.gm-bundled-control-on-bottom > .gmnoprint {
	top: -10px !important;
}

.page-kontakt .view-employees header h2 {
	display: none;
}
.page-kontakt .view-employees .view-header ul {
	margin: 0;
	padding: 35px 0;
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Projekte.jpg');
	background-size: 100% auto;
	text-align:center;
	font-family: 'gravitybook';
	line-height: 20px;
	font-size: 14px;
}
.page-kontakt .view-employees .view-header ul li {
	list-style: none;
	display:inline-block;
	color: #fff;
	padding: 0 32px;
	border-right: solid #e30613 1px;
	vertical-align: middle;
}
@media only all and (max-width: 800px) {
	.page-kontakt .view-employees .view-header ul li {
		display: block;
		border-right: none;
		margin-bottom: 24px;
	}
	.page-kontakt .view-employees .view-header ul li:last-of-type {
		margin-bottom: 0;
	}
}
.page-kontakt .view-employees .view-header ul li:nth-child(3) {
	border-right: none;
}
.page-kontakt .view-employees .view-header ul li a {
	color: #fff;
	text-decoration:none;
}
.page-kontakt .view-employees .view-header ul li:nth-child(1) strong:first-of-type,
.page-kontakt .view-employees .view-header ul li:nth-child(3) strong:first-of-type {
	text-decoration: underline;
	text-decoration-color: #e30613;
}
.page-kontakt .view-employees .view-header ul li:nth-child(1) strong:first-of-type:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Adress.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-header ul li:nth-child(1) strong:first-of-type {
	margin-bottom: 8px;
	display: inline-block;
}
.page-kontakt .view-employees .view-header ul li:nth-child(3) strong:first-of-type:before {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Icon_Buerozeiten.png');
	margin-right: 4px;
	height: 12px;
	width: 12px;
	display: inline-block;
	content: "";
	background-size: 12px;
}
.page-kontakt .view-employees .view-header ul li:nth-child(2) div:nth-child(1):before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Tel.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-header ul li:nth-child(2) div:nth-child(2):before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Icon_Fax.png');
	margin-right: 4px;
}

.page-kontakt .view-employees .view-header ul li:nth-child(2) p {
	font-family: 'gravitybold';
	margin-bottom: 0
}

.page-kontakt .view-employees .view-header ul li:nth-child(2) p a:nth-child(1):before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Email.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-header ul li:nth-child(2) p a:nth-child(3):before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Footer_Icon_Email.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-header ul li:nth-child(3) strong:nth-of-type(2) {
  margin-bottom: 24px;
  margin-right: 5px;
  float: left;
}
@media only all and (max-width: 800px) {
	.page-kontakt .view-employees .view-header ul li:nth-child(3) strong:nth-of-type(2) {
		float:none;
	}
}
.page-kontakt .view-employees .view-content {
	max-width: 900px;
	margin: 38px auto -38px auto;
	text-align:center;
}
.page-kontakt .view-employees .view-content .views-row {
	display:inline-block;
	width: 240px;
	padding-left: 38px;
	text-align:center;
	font-size: 15px;
	vertical-align: top;
	margin-bottom: 48px;
}

@media only all and (max-width: 800px) {
	.page-kontakt .view-employees .view-content .views-row {
		width: 50%;
		max-width: 240px;
		margin-bottom: 38px;
	}
}
@media only all and (max-width: 420px) {
	.page-kontakt .view-employees .view-content .views-row {
		width: 100%;
		max-width: 300px;
		margin-bottom: 38px;
	    padding-right: 10px;
		padding-left: 10px;
		margin-left:auto !important;
		margin-right:auto !important;
	}
}

.page-kontakt .view-employees .view-content .views-row:nth-child(1) {
	margin-left: -19px;
}
@media only all and (max-width: 800px) {
	.page-kontakt .view-employees .view-content .views-row:nth-child(3) {
		margin-left: -19px;
	}
}
.page-kontakt .view-employees .view-content .views-field-views-conditional {
	position: relative;
}
.page-kontakt .view-employees .view-content .views-field-views-conditional .field-content:after {
	content: "";
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Boite_Kontakt.png');
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: 5px;
	background-size: 100% 100%;
}
.page-kontakt .view-employees .view-content .views-field-views-conditional img {
	width: 100%;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
@media only all and (max-width: 800px) {
	.page-kontakt .view-employees .view-content .views-field-views-conditional img {
		width: 100%;
		border-top-right-radius: 7.5%;
		border-bottom-left-radius: 5%;
	}
}
.page-kontakt .view-employees .view-content .views-field-field-department {
	font-family: "GravityBold";
	text-decoration: underline #e30613;
	line-height: 20px;
	font-size: 14px;
}

.page-kontakt .view-employees .view-content .views-field-title {
	color: #e30613;
	font-family: "GravityBold";
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
	margin-left: -8px;
	margin-right: -8px;
}

.page-kontakt .view-employees .view-content .views-field-field-jobs {
	color: #e30613;
	font-family: "gravitylight_italic";
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 12px;
	margin-left: -8px;
	margin-right: -8px;
	min-height:40px;
}
.page-kontakt .view-employees .view-content .views-fieldset {
	margin-left: -8px;
	margin-right: -8px;
	line-height: 20px;
	font-size: 14px;
}
.page-kontakt .view-employees .view-content .views-fieldset div {
	display: inline;
}
.page-kontakt .view-employees .view-content .views-fieldset div:nth-child(2) {
	font-family: "GravityBold";
}
.page-kontakt .view-employees .view-content .phone:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Tel.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-content .cellphone:before {
	margin-right: 4px;
	height: 12px;
	content: "";
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Icon_IPhone.png');
	display: inline-block;
	width: 10px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.page-kontakt .view-employees .view-content .views-field-field-e-mail {
	margin-left: -8px;
	margin-right: -8px;
}
.page-kontakt .view-employees .view-content .views-field-field-e-mail a:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Email.png');
	margin-right: 4px;
}
.page-kontakt .view-employees .view-content .views-field-field-e-mail a {
	text-decoration:none;
	font-family: "GravityBold";
	color:#000;
	white-space: nowrap;
}

.page-kontakt #block-block-19 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.page-kontakt #block-block-19 .team {
	overflow:hidden;
}
.page-kontakt #block-block-19 .team img {
	margin-top: -80px;
}
@media screen and (max-width: 960px) {
	.page-kontakt #block-block-19 .team img {
		margin-top: 0;
	}
}

#block-block-8 {
	max-width: 960px;
	margin: 54px auto 30px auto;
	position:relative;
	min-height: 500px;
	
	max-width: none;
}

#block-block-8 * {
	position:relative;
	z-index:1;
}
#block-block-8 .team {
	display: none;
	position: static;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:0;
}
#block-block-8 .team img {
	display:block;
	margin-top: 28px;
	width: 100%;
}

#block-block-8 > * {
	z-index: 2;
}

#block-block-8 .team2 {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#block-block-8 .team2 .team {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	max-width: 70%;
}

#block-block-8 .team2 .bg {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

@media screen and (max-width: 900px) {
	#block-block-8 .team2 .bg {
		bottom: 0;
	}
}

#block-block-8 .team2 .bg-gro {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}

#block-block-8 > p {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
#block-block-8 > p:nth-of-type(1) {
	left: 50%;
	margin-left: -460px;
}
#block-block-8 > p:nth-of-type(2) {
	left: 92px;
	bottom: 18px;
}
@media only all and (max-width: 1000px) {
	#block-block-8 > p:nth-of-type(1) {
		left: 20px;
		margin-left: 0;	
	}
}

@media only all and (max-width: 720px) {
	#block-block-8 > p {
		bottom: unset;
		top: 34px;
		left: auto;
		margin-left: 0;
		text-align:center;
	}
	#block-block-8 > p:nth-of-type(1) {
		left: 20px;
		margin-left: 0;	
	}
	
	#block-block-8 > p:nth-of-type(2) {
		bottom: unset;
		top: 0;
		left: 50%;
		margin-left: -64px;
	}
}
#block-block-8 > p:nth-of-type(1) img {
	width: 200px !important;
	height:auto !important;
	z-index:1;
	position: relative;
	top: 0;
	transform: rotate(-10deg);
}

#block-block-8 > p:nth-of-type(2) img {
	height: 128px !important;
	width: 128px !important;
	z-index:2;
}
#block-block-8 > div.content {
	margin-left: -50px;
	position: relative;
	left: 50%;
	max-width: 540px;
}
@media only all and (max-width: 1000px) {
	#block-block-8 > div.content {
		max-width: 50%;
	}
}
@media only all and (max-width: 720px) {
	#block-block-8 > div.content {
		margin-left: 0;
		padding: 0 20px;
		padding-top: 0;
		left: 0;
		max-width: none;
	}
	#block-block-8 > p:nth-of-type(1) img
	{
		top:0;
	}
	#block-block-8 > p
	{
		position:static;
	}
}


#block-block-8 > div p:last-of-type {
	margin-bottom: 0;
}
#block-block-8 h3 {
	font-size: 16px;
	line-height: 19.2px;
	margin-bottom: 0;
}
#block-block-8 div p:first-of-type {
	margin-top: 0;
	font-size: 14px;
	line-height: 20px;
}
#block-block-8 div p:nth-of-type(2) {
	font-size: 14px;
	line-height: 20px;
}
#block-block-8 div p a {
	height: 45px;
	line-height: 45px;
	padding: 0 14px;
	text-decoration:none;
	color: #fff;
	display:inline-block;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	font-size: 13px;
}
#block-block-8 div p a:first-of-type {
	background-color: #ee1c25;
	margin-right:10px;
	background-image: url('/sites/all/themes/heiles_fassaden/images/red_black.png');
	background-size: auto 100%;
	background-position: left;
	transition: all 0.2s;
}
#block-block-8 div p a:first-of-type:hover {
	background-position: right;
}
#block-block-8 div p a .prefix {
	font-family: "gravitylight";
}
@media only all and (max-width: 550px) {
	#block-block-8 div p a:first-of-type {
		margin-bottom: 12px;
	}
}
#block-block-8 div p a:last-of-type {
	background-color: #363131;
	background-image: url('/sites/all/themes/heiles_fassaden/images/black_red.png');
	background-size: auto 100%;
	background-position: left;
	transition: all 0.2s;
}
#block-block-8 div p a:last-of-type:hover {
  background-position: right;
}
#block-block-8 div p a:last-of-type:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Beratung_Icon_Tel.png');
	margin-right: 4px;
	position: relative;
	top: 3px;
}
#block-block-8 div p a:last-of-type:hover:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Header_Icon_Tel.png');
}


.page-node-12 #block-block-8 {
	max-width: none;
	margin: 0;
	padding: 40px;
	background-color: #EBE9E8;
}
.page-node-12 #block-block-8 > p {
	display: none;
}
.page-node-12 #block-block-8 > div > h3 {
	margin-top: 0;
}
.page-node-12 #block-block-8 > div {
	margin: 0 auto;
	max-width: 960px;
	position:relative;
}
.page-node-12 #block-block-8 > div > p {
	margin: 0;
}
.page-node-12 #block-block-8 > div > p:nth-of-type(2) {
	display: none;
}
.page-node-12 #block-block-8 > div > p:first-of-type {
	display: inline-block;
	max-width: 540px;
}
.page-node-12 #block-block-8 > div > p:last-of-type {
	position: absolute;
	top: 7px;
	right: 0;
}




.page-start .view-realisierungen {
	position:relative;
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Leistungen_Waermedaemmung.png');
	background-size: 100% auto;
	height: 260px;
	padding: 40px 0;
	margin-top: 24px;
	margin-bottom: 16px;
}
@media only all and (max-width: 1000px) {
	.page-start .view-realisierungen {
		padding: 40px 20px;
	}
	.page-node-12 #block-block-8 > div > p:last-of-type {
		position: static;
	}
}
@media only all and (max-width: 700px) {
	.page-start .view-realisierungen {
		height: auto;
	}
}
.page-start .view-realisierungen .view-header {
	position: absolute;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	top: -30px;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #ee1c25;
	color:#fff;
	font-family: "GravityBold";
}
.page-start .view-realisierungen .view-footer {
	position: absolute;
	height: 16px;
	bottom: -16px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 24px;
	background-color: #ee1c25;
	color:#fff;
}
.page-start .view-realisierungen .view-header p,
.page-start .view-realisierungen .view-footer p {
	margin: 0;
}

.page-start .view-realisierungen .view-content {
	max-width: 960px;
	margin: 0 auto;
}
@media only all and (max-width: 1000px) {
	.page-start .view-realisierungen .view-content {
		margin: 0px;
		font-size: 0px;
	}
}
.page-start .view-realisierungen .view-content .views-row {
	display: inline-block;
	width: 20%;
	float: left;
	padding-left: 42px;
}
@media only all and (max-width: 1000px) {
	.page-start .view-realisierungen .view-content .views-row {
		float: none;
		padding-left:21px;
	}
}

@media only all and (max-width: 700px) {
	.page-start .view-realisierungen .view-content .views-row {
		width: 50%;
	}
	.page-start .view-realisierungen .view-content .views-row:nth-child(3) {
		margin-left: -10.5px;
	}
	.page-start .view-realisierungen .view-content .views-row.views-row-last {
		display: none;
	}
}

.page-start .view-realisierungen .view-content .views-row:nth-child(1) {
	margin-left: -42px;
}
@media only all and (max-width: 1000px) {
	.page-start .view-realisierungen .view-content .views-row:nth-child(1) {
		margin-left: -10.5px;
	}
}
.page-start .view-realisierungen .views-field-field-type-of-work {
	text-align:center;
	color: #fff;
	font-family: "GravityBold";
	margin-bottom: 4px;
	font-size: 14px;
}
.page-start .view-realisierungen .views-field-field-photo2 img {
	border-top-right-radius: 12px;
	border-bottom-left-radius: 10px;
	width: 100%;
}
@media only all and (max-width: 700px) {
	.page-start .view-realisierungen .views-field-field-photo2 img {
		border-top-right-radius: 8%;
		border-bottom-left-radius: 8%;		
	}
}
.page-start .view-realisierungen .views-field-field-photo2 {
	position: relative;
}
.page-start .view-realisierungen .views-field-field-photo2 a {
	display: block;
	position: relative;
	z-index: 2;
}
.view-realisierungen .views-field-field-photo2 .field-content {
	position: relative;
}
/*.view-realisierungen .views-field-field-photo2 .field-content:before {
	content: "";
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Projekte_SliderBox.png');
	position: absolute;
	top: 0;
	left: 0;
	right: -1px;
	bottom: 0;
	background-size: 100% 100%;
}
.page-start .view-realisierungen .views-field-field-photo2 .field-content:before {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_BoxProjekte_Home.png');
	top: -2px;
	left: -2px;
	right: -3px;
	bottom: 10px;
	background-size: 100% 100%;
}*/
@media only all and (max-width: 1000px) {
	.view-realisierungen .views-field-field-photo2 .field-content:after {
		top: -1px;
		left: -1px;
		right: -2px;
		bottom: 11px;
	}
}
.page-realisierungen .view-realisierungen .views-field-field-photo2 .field-content:after {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Projekte_SliderBox.png');
	background-size: 100% 100%;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
}
@media only all and (max-width: 1000px) {
	.page-realisierungen .view-realisierungen .views-field-field-photo2 .field-content:after {
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
	}
}
@media only all and (max-width: 600px) {
	.page-realisierungen .view-realisierungen .views-field-field-photo2 .field-content:after {
		top: 0;
		left: 0;
		right: 0;
		bottom: -1px;
	}
	.page-realisierungen .view-realisierungen .views-field-field-photo2 .field-content img {
		border-top-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}

#block-block-9 {
	height: 301px;
	background-color: #ee1c25;
}
@media only all and (max-width: 820px) {
	#block-block-9 {
		height: auto;
	}
}
.page-node-13 #block-block-9 {
	min-height: 317px;
	padding-top: 16px;
	margin-bottom: -7px;
}

#block-block-9 > div {
	margin: 0 auto;
	text-align:center;
	font-size: 0;
	overflow: hidden;
}
#block-block-9 ul {
	margin: 0 -133px;
	padding: 0;
}
#block-block-9 ul li {
	list-style:none;
	display:inline-block;
	background: #fff;
	height: 285px;
	width: 320px;
	vertical-align:top;
	padding-top: 38px;
	font-size: 14px;
	line-height: 20px;
	background-repeat: no-repeat;
	font-family: "gravitybook";
}
#block-block-9 li strong {
	margin: 24px 0;
	text-decoration:underline;
	font-size: 14px;
	display:inline-block;
}
#block-block-9 li img {
	margin: 0 10px;
}
#block-block-9 li:first-of-type {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Qualitaet_Background_left.png');
	background-size: auto 100%;
	background-position: right;
	background-repeat:no-repeat;
	width: 453px;
	padding-left: 133px;
	padding-top: 43px;
	color: #fff;
}
#block-block-9 li:last-of-type {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_MeinZuhause_Background_Right.png');
	background-size: auto 100%;
	background-position: left;
	background-repeat:no-repeat;
	width: 453px;
	padding-right: 133px;
	padding-top: 43px;
	color: #fff;
}
@media only all and (max-width: 1000px) {
	#block-block-9 li:first-of-type	{
		
	}
	#block-block-9 ul {
		margin: 0;
	}
}
@media only all and (max-width: 1000px) {
	#block-block-9 li:first-of-type,
	#block-block-9 li:last-of-type,
	#block-block-9 ul li {
		padding-left: 0;
		padding-right: 0;
		width: 33.3333%;
	}
}
@media only all and (max-width: 820px) {
	#block-block-9 li:first-of-type,
	#block-block-9 li:last-of-type,
	#block-block-9 ul li {
		width: 100%;
		background-size: cover;
	}
}

#block-block-6 {
	clear: both;
	text-align: center;
	padding: 38px 0;
	margin-bottom: -172px;
	position:relative;
	z-index:1;
}
.page-kontakt #block-block-6 {
	padding-top: 40px;
}
#block-block-6 p {
	max-width: 700px;
	margin: 24px auto;
}
@media only all and (max-width: 1000px) {
	#block-block-6 p {
		margin: 24px 10px;
	}
}
.page-kontakt #block-block-6 p {
	max-width: none;
	margin-top: 40px;
	background-color: #F3F1F2;
}
.page-node-12 #block-block-6 {
	background-color: #F3F1F2;
}
#block-block-6 p:last-of-type {
	color: #e30613;
	font-family: 'gravitybook';
}
#block-quicktabs-forms {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Background_HMuster.png');
	padding-top: 172px;
	padding-bottom: 42px;
	background-size: auto 100%;
}
.page-kontakt #block-quicktabs-forms,
.page-node-12 #block-quicktabs-forms {
	background: #F3F1F2 url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Background_HMuster2.png');
}

#quicktabs-forms {
	max-width: 960px;
	margin: 0 auto;
}
.quicktabs-tabs {
	text-align: center;
	margin: 0;
	padding: 0;
	position:relative;
	z-index:0;
	height: 44px;
}
@media only all and (max-width: 600px) {
	.quicktabs-tabs {
		height: auto;
	}
}
.quicktabs-tabs li {
	height: 44px;
	display:inline-block;
	padding:0;
}
.front .quicktabs-tabs li.last {
	display:none;
}
.quicktabs-tabs a {
	height: 32px;
	line-height:32px;
	padding:0 14px;
	display:inline-block;
	text-decoration:none;
	text-transform:uppercase;
	color:#B9B2B2;
	background-color:#ee1c25;
	box-shadow: 5px 5px 5px #b7b6b5;
	top: 6px;
	position: relative;
	font-size: 13px;
	-o-transition:all 0.1s;
	-ms-transition:all 0.1s;
	-moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	transition:all 0.1s;
}
.quicktabs-tabs .first a:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Icon_Beratung_.png');
	margin-right: 4px;
	position: relative;
	top: 6px;
}
.quicktabs-tabs .last a {
	background-color:#3F3534;
}
.quicktabs-tabs .active a {
	height: 44px;
	line-height:44px;
	top:0;
	color:#fff;
}


#quicktabs-container-forms {
	position:relative;
	z-index:1;
	background:#fff url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Background_Colorsplash.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	border: solid #ee1c25 2px;
	padding:38px 56px;
	max-width:880px;
	margin: 0 auto;
}
@media only all and (max-width: 1000px) {
	#quicktabs-container-forms {
		margin: 0 10px;
	}
}
@media only all and (max-width: 600px) {
	#quicktabs-container-forms {
		padding: 19px 28px;
	}
}
#quicktabs-container-forms .webform-component--help-text,
#quicktabs-container-forms .webform-component--required-text {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 32px !important;
}
#quicktabs-container-forms .webform-component--required-text {
	color: #ee1c25;
	margin-top: -30px !important;
}
#quicktabs-container-forms .webform-component--help-text p {
	margin: 0;
	font-family: "GravityBold";
	font-size: 17px;
}
#quicktabs-container-forms .webform-component--required-text p {
	margin: 0;
	font-size: 12px;
}
#quicktabs-container-forms fieldset {
	margin: 0;
	margin-top: 24px;
	padding: 58px 0 24px 0;
	border: none;
	border-bottom: solid #ee1c25 1px;
}
#quicktabs-container-forms fieldset:first-of-type {
	clear: both;
	margin-top: 0;
}

#quicktabs-container-forms fieldset legend {
	height: 48px;
	line-height: 48px;
	color: #ee1c25;
	text-transform:uppercase;
	font-family: "GravityBold";
}
#quicktabs-container-forms fieldset legend:before {
	content: "1";
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Icon.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100%;
	line-height:32px;
	height: 32px;
	width: 32px;
	text-align:center;
	display:inline-block;
	margin-right: 8px;
}

.fieldset-wrapper {
	margin-top: -48px;
}

#quicktabs-container-forms .form-item {
	height: 92px;
	margin: 0;
	position:relative;
	float:left;
	padding-right: 20px;
	width: 50%;
}
#quicktabs-container-forms .webform-component--kontaktaufnahme--ideale-erreichbarkeit.form-item {
	width: 100%;
	padding-right: 0;
	padding-left: 20px;
	clear: both;
	background:url(../images/Icon_Erreichbarkeit.png) no-repeat left 17px;
}
@media only all and (max-width: 600px) {
	#quicktabs-container-forms .form-item {
		width: 100%;
		padding-right: 0;
	}
}
#quicktabs-container-forms .form-item:nth-child(2n) {
	padding-left: 20px;
	padding-right: 0;
}
@media only all and (max-width: 600px) {
	#quicktabs-container-forms .form-item:nth-child(2n) {
		padding-left: 0;
	}
}
#quicktabs-container-forms .form-item label {
	position:absolute;
	top: 58px;
	font-family: 'gravitybook';
	font-weight: normal;
	color: #6a6163;
	text-transform:uppercase;
	height: 14px;
	line-height: 14px;
}
#quicktabs-container-forms .form-item .form-text {
	height: 48px;
	line-height: 48px;
	border:solid #aca6a6 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 0 14px;
	font-family: 'gravitybook';
}

.webform-component--personliche-daten--name label:before,
.webform-component--personliche-daten--vorname label:before,
.webform-component--kontaktaufnahme--name label:before,
.webform-component--kontaktaufnahme--vorname label:before,
.group-pd .form-item-title label:before,
#edit-field-vorname label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_NameVorname.png');
	margin-right: 4px;
}
.webform-component--kontaktaufnahme--email label:before,
.webform-component--kontaktaufnahme--strasse-und-hausnummer label:before,
.webform-component--personliche-daten--strasse-und-hausnummer label:before,
#edit-field-email label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Mail.png');
	margin-right: 4px;
}
#quicktabs-container-forms .webform-component--kontaktaufnahme--strasse-und-hausnummer,
#quicktabs-container-forms .webform-component--personliche-daten--strasse-und-hausnummer {
	width: 100%;
	padding-left: 0;
	padding-right:0;
}
.webform-component--kontaktaufnahme--rufnummer label:before,
.webform-component--kontaktaufnahme--rufnummer label:before,
#edit-field-rufnummer label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Rufnummer.png');
	margin-right: 4px;
}
#edit-field-strasse-und-hausnummer label:before,
#edit-field-postleitzahl label:before,
#edit-field-wohnort label:before,
#edit-field-land label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_StrasseEtc.png');
	margin-right: 4px;	
}

.webform-component--kontaktaufnahme--postleitzahl label:before,
.webform-component--kontaktaufnahme--wohnort label:before,
.webform-component--personliche-daten--postleitzahl label:before,
.webform-component--personliche-daten--wohnort label:before,
#edit-field-geburtstag label:before,
#edit-field-gehaltsvorstellung-brutto- label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_NameVorname.png');
	margin-right: 4px;	
}
#quicktabs-container-forms .webform-component--kontaktaufnahme--postleitzahl,
#quicktabs-container-forms .webform-component--personliche-daten--postleitzahl {
	padding-left: 0 !important;
	padding-right: 20px !important;
	width: 33.3333%;
}
#quicktabs-container-forms .webform-component--kontaktaufnahme--wohnort,
#quicktabs-container-forms .webform-component--personliche-daten--wohnort {
	padding-left: 20px !important;
	padding-right: 0 !important;
	width:66.6666%;
}
@media only all and (max-width: 600px) {
	#quicktabs-container-forms .webform-component--kontaktaufnahme--postleitzahl,
	#quicktabs-container-forms .webform-component--personliche-daten--postleitzahl {
		padding-right: 10px !important;
	}
	#quicktabs-container-forms .webform-component--kontaktaufnahme--wohnort,
	#quicktabs-container-forms .webform-component--personliche-daten--wohnort {
		padding-left: 10px !important;
	}
}
@media only all and (max-width: 520px) {
	#quicktabs-container-forms .webform-component--kontaktaufnahme--postleitzahl,
	#quicktabs-container-forms .webform-component--personliche-daten--postleitzahl {
		padding-right: 0 !important;
		width: 100%;
	}
	#quicktabs-container-forms .webform-component--kontaktaufnahme--wohnort,
	#quicktabs-container-forms .webform-component--personliche-daten--wohnort {
		padding-left: 0 !important;
		width: 100%;
	}
}
#quicktabs-container-forms fieldset.webform-component--betreff {
	border-bottom:none;
}
#quicktabs-container-forms fieldset.webform-component--betreff legend:before,
#quicktabs-container-forms #block-webform-client-block-8 fieldset.webform-component--kontaktaufnahme legend:before {
	content: "2";
}
#quicktabs-container-forms #block-webform-client-block-8 fieldset.webform-component--betreff legend:before {
	content: "3";
}
#quicktabs-container-forms .webform-component--betreff--arbeiten {
	width: 100%;
	height: 158px;
	padding-right: 0;
}
.webform-component--betreff--arbeiten label {
	display: none;
}
.webform-component--betreff--arbeiten textarea {
	background-color: rgba(255, 255, 255, 0.75);
	border:solid #aca6a6 1px;
	width: 100%;
	height: 140px;
	resize: none;
	padding: 14px;
	font-family: 'gravitybook';
}
#quicktabs-container-forms .form-item .invalid {
	outline: none;
	border: solid red 1px;
	box-shadow: 0 0 5px red;
}
.form-actions {
	margin-bottom: 48px;
	top: -55px;
	position: relative;
}
.form-submit {
	float:right;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ee1c25;
	background-image: url('/sites/all/themes/heiles_fassaden/images/red_black.png');
	background-size: auto 100%;
	background-position: left;
	transition: all 0.2s;
	padding: 0 14px;
	border: none;
	text-transform:uppercase;
	font-family: 'gravityregular';
	font-size: 13px;
}
.form-submit:hover,
.form-submit:active,
.form-submit:focus {
	color:#fff;
	background-color: #363131;
	background-position: right;
}


#block-block-16 {
	position: absolute;
	left: 50%;
	bottom: 35px;
	margin-left: 450px;
	z-index:1;
}
@media only all and (max-width: 960px) {
	#block-block-16 {
		right: 10px;
		left: auto;
		margin-left: 0;
	}
}
.page-node-13 #block-block-16 {
	bottom: 2px;
}
.page-stellenangebote #block-block-16,
.page-realisierungen #block-block-16 {
	bottom: 20px;
}
.page-realisierungen #block-block-16 a {
	position: relative;
	left: 40px;
}

#block-block-16 p {
	margin: 0;
}


.region-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
footer .region-blockgroup--none- {
	/*
	height: 140px;
	*/
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_Footer_Background.png');
	background-size: cover;
	text-align:center;
	padding-top: 27.5px;
	position: relative;
}
@media only all and (max-width: 810px) {
	footer .region-blockgroup--none- {
		height: auto;
		padding-bottom: 27.5px;
		
	}
	.region-footer {
		position: static;
	}
}
#block-block-7 {
	margin: 0 auto;
	/*
	height: 85px;
	*/
	width: 85px;
	padding: 27.5px 0;
}
@media only all and (max-width: 800px) {
	#block-block-7 {
		display: none;
	}
}
#block-block-7 p {
	margin:0;
	height: 83px;
}
#block-block-7 p img {
	width: auto !important;
	height: 83px !important;
}


#block-block-14 p {
	padding-bottom: 27.5px;
	margin: 0;
	color: #fff;
}
#block-block-14 p span,
#block-block-14 p a {
	color: #fff;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 5px;
}

#block-block-2 ul {
	margin: 0 auto;
	padding: 0;
	height: 29px;
	font-size: 0;
}
#block-block-2 ul li {
	list-style: none;
	display: inline-block;
	border-right: solid #ee1c25 1px;
	height: 29px;
	padding: 0 7px;
	position:relative;
}
#block-block-2 ul li:nth-child(2) img {
	display: block;
	padding-bottom: 5px;
}
#block-block-2 ul li:nth-child(2) br {
	display:none;
}
#block-block-2 ul li:nth-child(2) .border {
	height:0;
	margin:0;
	border-bottom: solid #ee1c25 1px;
	position: absolute;
	top: 13px;
	left: 7px;
	right: 7px;
}

#block-block-2 ul li:nth-child(3) {
	border-right: none;
	color: #fff;
	text-align: left;
}
#block-block-2 ul li:nth-child(3) > div {
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	font-family: "GravityBold";
	margin-bottom: 5px;
}
#block-block-2 ul li:nth-child(3) > div:nth-child(1) {
	letter-spacing: -0.40px;
}
#block-block-2 ul li:nth-child(3) > div .prefix {
	font-family: "Gravitylight";
	margin-right: -1px;
}
#block-block-2 ul li:nth-child(3) > div img {
	margin-right: 5px;
}
#block-block-2 ul li:nth-child(3) > div .small {
	font-weight: normal;
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	vertical-align: text-bottom;
}
#block-block-2 ul li:nth-child(3) > div a {
	text-decoration: none;
	color: #fff;
}

@media only all and (max-width: 800px) {
	#block-block-2 ul {
		height: auto;
	}
	#block-block-2 ul li {
		display: block;
		border-right: none;
		margin-bottom: 24px;
	}
	#block-block-2 ul li:last-of-type {
		margin-bottom: 0;
	}
	#block-block-2 ul li:nth-child(2) .border {
		display: none;
	}
	#block-block-2 ul li:nth-child(2) img {
		display: inline-block;
	}
	#block-block-2 ul li:nth-child(3) div {
		text-align:center;
	}
}



#block-multiblock-2 {
	display: table;
	margin: 0 auto;
	margin-top: 14px;
	padding-top:10px;
	border-top: solid #ee1c25 1px;
}
#block-multiblock-2 ul.menu {
	display: table-row;
	margin: 0;
	padding:0;
}
#block-multiblock-2 ul.menu li {
	display:table-cell;
	border-right: solid #ee1c25 1px;
}
#block-multiblock-2 ul.menu li:hover {
	background-color:#ee1c25;
}
#block-multiblock-2 ul.menu li.last {
	border-right: none;
}
#block-multiblock-2 ul.menu li.last:hover {
	background-color:#cea26b;
}
#block-multiblock-2 ul.menu li a {
	color: #fff;
	display:inline-block;
	width: 100%;
	height: 20px;
	padding: 0 14px;
	line-height: 20px;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 14px;
}

@media only all and (max-width: 810px) {
	#block-multiblock-2 {
		display: none;
	}
}


#block-block-10 {
	text-align:center;
	font-size: 17px;
	line-height: 20.4px;
}
#block-block-10 p {
	margin: 0;
	padding: 42px 42px 0 42px;
}
@media only all and (max-width: 600px) {
	#block-block-10 p {
		padding: 19px 28px 0 28px;
	}	
}
#block-block-10 p:first-of-type {
	height: 32px;
	line-height: 32px;
	padding: 0 14px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #ee1c25;
	box-shadow: 5px 5px 5px #b7b6b5;
	margin-top: 112px;
	font-size: 13px;
	-o-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
#block-block-10 p:last-of-type {
	max-width: 880px;
	margin: 0 auto;
	border: solid #ee1c25 2px;
	border-bottom: none;
	position: relative;
	z-index: 1;
	text-align:left;
	font-family: 'gravitybook';
}
@media only all and (max-width: 1000px) {
	#block-block-10 p:last-of-type {
		margin: 0 10px;
	}
}
.node-bewerbung-form {
	margin: -146px auto 40px auto;
	max-width: 880px;
	border: solid #ee1c25 2px;
	border-top: none;
}
@media only all and (max-width: 1000px) {
	#block-block-10 p:last-of-type {
		margin: 0 10px;
	}
	.node-bewerbung-form {
		margin: -146px 10px 40px 10px;
	}
}

.node-bewerbung-form .multipage-link-previous {
	background: #ee1c25 url('/sites/all/themes/heiles_fassaden/images/arrow-l.png') !important;
	background-position: 10px 50% !important;
	background-repeat:no-repeat !important;
	background-size: auto 50% !important;
	padding-left: 32px !important;
	font-weight:normal !important;
	font-size: 13px !important;
}
.node-bewerbung-form .multipage-link-next,
.node-bewerbung-form .group-upload #edit-submit {
	background: #ee1c25 url('/sites/all/themes/heiles_fassaden/images/arrow-r.png') !important;
	background-position: 95% 50% !important;
	background-repeat:no-repeat !important;
	background-size: auto 50% !important;
	padding-right: 32px !important;
	font-weight:normal !important;
	font-size: 13px !important;
}
.node-bewerbung-form .group-pd .multipage-link-next,
.node-bewerbung-form .group-upload #edit-submit {
	background-position: 93% 50% !important;
}

.node-bewerbung-form .req {
	position: relative;
	height: 0;
	font-family: 'gravitybook';
	font-size: 14px;
	color: #ee1c25;
}
.node-bewerbung-form .group-pd .req {
	margin-bottom: 20px;
	clear: both;
}
.node-bewerbung-form .group-upload .req {
	margin-top: 75px;
	clear: both;
}

.node-bewerbung-form .field-group-multipage {
	padding-top: 34px;
	padding: 198px 42px 64px 42px;
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Background_Colorsplash.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 40% auto;
}
.node-bewerbung-form .field-group-multipage.group-pd {
	background: none;
}
.node-bewerbung-form .field-group-multipage.group-upload {
	padding: 198px 42px 95px 42px;
}

@media only all and (max-width: 600px) {
	.node-bewerbung-form .field-group-multipage {
		padding: 170px 28px 95px 28px;
	}
	.node-bewerbung-form .field-group-multipage.group-upload {
		padding: 170px 28px 95px 28px;
	}
}

.node-bewerbung-form .fieldset-wrapper {
	margin-top: 0;
}
.node-bewerbung-form h2 {
	margin: 0;
	line-height: 48px;
	color: #ee1c25;
	text-transform: uppercase;
	font-size: 16px;
}
.node-bewerbung-form h2 span:before {
	background: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Formular_Icon.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	line-height: 32px;
	height: 32px;
	width: 32px;
	text-align: center;
	display: inline-block;
	margin-right: 8px;
}
.node-bewerbung-form .multipage-closed h2 span:before {
	content: "1";
}
.node-bewerbung-form .group-pd h2 span:before {
	content: "2";
}
.node-bewerbung-form .group-upload h2 span:before {
	content: "3";
}
.node-bewerbung-form .multipage-counter {
	display: none;
}
.node-bewerbung-form label:before {
	position: relative;
	top: 1px;
}
.node-bewerbung-form .form-item label,
#edit-field-geburtstag legend {
	position: absolute;
	bottom: 20px;
	font-family: 'gravitybook';
	font-weight: normal;
	color: #6a6163;
	text-transform: uppercase;
	height: 14px;
	line-height: 14px;
}
.form-item-field-position2-und label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Position.png');
	margin-right: 4px;
}

.node-bewerbung-form .form-item {
	margin: 0;
	position:relative;
	height:92px;
}
#edit-field-position2,
#edit-field-anrede {
	margin-top: 45px;
}
@media only all and (max-width: 700px) {
	#edit-field-position2,
	#edit-field-anrede {
		margin-top: 64px;
		margin-right: 10px;
	}
}
@media only all and (max-width: 690px) {
	#edit-field-position2,
	#edit-field-anrede {
		margin-right: 0;
	}
}
@media only all and (max-width: 370px) {
	#edit-field-position2,
	#edit-field-anrede {
		margin-top: 90px;
		margin-right: 10px;
	}
}
@media only all and (max-width: 360px) {
	#edit-field-position2,
	#edit-field-anrede {
		margin-right: 0;
	}
}


#edit-field-position2 .description,
#edit-field-anrede .description {
	position:absolute;
	font-family: "gravitybook";
	bottom: 105px;
	font-size: 17px;
}
.node-bewerbung-form .form-item select {
	width: 50%;
	height:48px;
	line-height:48px;
	border: solid #aca6a6 1px;
	padding: 0 7px;
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Scroll.png');
	background-position: right 0;
	background-size: auto 100%;
	background-repeat: no-repeat;
	border-radius: 0;
	margin: 0; 
	-webkit-appearance:none;
	-moz-appearance:none;
}
@media only all and (max-width: 700px) {
	.node-bewerbung-form .form-item select {
		width: 80%;
	}
}
@media only all and (max-width: 500px) {
	.node-bewerbung-form .form-item select {
		width: 100%;
	}
}


.node-bewerbung-form .form-item input {
	width: 100%;
	height:48px;
	line-height:48px;
	border: solid #aca6a6 1px;
	padding: 0 7px;
}
.multipage-closed .multipage-button {
	height: 0;
	display: block;
	width: 100%;
}
.multipage-closed input.form-submit {
	position: relative;
	top: -88px;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ee1c25;
	padding: 0 14px;
	border: none;
	text-transform: unset;
	font-family: 'gravityregular';
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: unset;
}

@media only all and (max-width: 700px) {
	.multipage-closed input.form-submit {
		top: 0;
	}
}

@media only all and (max-width: 600px) {
	.multipage-closed input.form-submit {
		top: 40px;
	}
}

.multipage-closed input.form-submit:hover {
	color: #fff;
}

.form-item-field-anrede-und label:before {
	content: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Stellenangebote_Icon_Anrede.png');
	margin-right: 4px;
}
.group-pd .form-item {
	float: left;
	padding-right: 20px;
	width: 50%;
}
@media only all and (max-width: 600px) {
	.group-pd .form-item {
		width: 100%;
		padding-right: 0;
	}
}
#edit-field-vorname .form-item,
#edit-field-rufnummer .form-item,
#edit-field-wohnort .form-item,
#edit-field-gehaltsvorstellung-brutto- > div > .form-item {
	padding-left: 20px;
	padding-right: 0;
}
@media only all and (max-width: 600px) {
	#edit-field-vorname .form-item,
	#edit-field-rufnummer .form-item,
	#edit-field-gehaltsvorstellung-brutto- > div > .form-item {
		padding-left: 0;
	}
}
#edit-field-strasse-und-hausnummer .form-item,
#edit-field-anrede .form-item {
	width: 100%;
	padding: 0;
}
#edit-field-postleitzahl .form-item {
	width: 33.3333%;
}
#edit-field-wohnort .form-item {
	width: 66.6666%;
}
@media only all and (max-width: 520px) {
	#edit-field-postleitzahl .form-item,
	#edit-field-wohnort .form-item {
		padding-left: 0;
		width: 100%;
	}
}
#edit-field-land .form-item {
	width:100%;
	padding-right:0;
}
#edit-field-land .form-item select {
	width:100%;
}

#edit-field-geburtstag .form-item {
	width: unset;
	text-align:center;
}
#edit-field-geburtstag .form-item .form-type-date-select {
	padding-right: 0px;
	width: 100%;
}
#edit-field-geburtstag .form-item .form-type-date-select > div {
	width: 100%;
}
#edit-field-geburtstag > div > .form-item {
	width: 50%
}
@media only all and (max-width: 600px) {
	#edit-field-geburtstag > div > .form-item {
		width: 100%
	}
	#edit-field-geburtstag .date-day,
	#edit-field-geburtstag .date-month {
		margin-right: 10px;
	}
}

#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-day,
#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-month {
	width: 30%;
	float: left;
}
#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-year {
	width: 40%;
	float: left;
	padding-right: 0;
}
#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-day input,
#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-month input,
#edit-field-geburtstag .form-item.form-item-field-geburtstag-und-0-value-year input {
	text-align: center;
}
#edit-field-geburtstag .form-item .form-item label {
	display:none;
}
#edit-field-geburtstag .form-item select {
	width:100%;
}
#edit-field-gehaltsvorstellung-brutto- .form-item .description {
	position: absolute;
	bottom: 18px;
	font-family: "gravitybook";
	color: rgb(106, 97, 99);
	text-transform: uppercase;
	height: 14px;
	line-height: 14px;
	right: 0;
	font-size: 1rem;
	font-size: 16px;
}
.group-pd .multipage-button {
	position: relative;
	top: 20px;
}

.group-pd input.form-submit {
	top: 0;
}
.group-pd input.form-submit.multipage-link-previous {
	float: left;
}

#edit-field-anschreiben {
	margin-top: 150px;
	min-height: 62px;
}
#edit-field-anschreiben .description {
	position: absolute;
	top: -140px;
	display: block !important;
	height: 120px;
	overflow: hidden;
	width: 100%;
	font-size: 17px;
	line-height: 20.4px;
}
.node-bewerbung-form .form-item.form-type-managed-file {
	height: auto;
	padding-top: 20px;
}
.node-bewerbung-form .form-field-type-file {
	clear: both;
	position: relative;
	margin-bottom: 12px;
}
.node-bewerbung-form .form-field-type-file label,
.node-bewerbung-form .group-upload fieldset legend {
	position: absolute;
	top: 0;
	color: #000;
	font-family: 'GravityBold';
	text-transform: none;
	height: auto;
	line-height: auto;
	font-weight: normal;
}
.node-bewerbung-form .group-upload fieldset label {
	display: none;
}
.node-bewerbung-form .form-field-type-file .description {
	display: none;
}

.node-bewerbung-form .group-upload .file-widget {
	position: relative;
	min-height: 40px;
}
.node-bewerbung-form .group-upload fieldset .file-widget {
	margin-top: 5px;
}
.node-bewerbung-form .group-upload fieldset .file-widget .form-type-select {
	display: none;
}
.node-bewerbung-form .group-upload input.form-file {
	position:absolute;
	top: 0;
	padding-right: 100px;
	height: 40px;
	line-height: 40px;
	border: none;
	padding-left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}

.node-bewerbung-form .group-upload input.form-submit {
	position:absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border: none;
}

.node-bewerbung-form .group-upload .ajax-progress {
	position: absolute;
	left: -30px;
	top: 10px;
}
.node-bewerbung-form .form-field-type-file fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.node-bewerbung-form .form-field-type-file fieldset .fieldset-wrapper {
	position:relative;
}
.node-bewerbung-form .group-upload fieldset table {
	margin: 25px 0 0;
}
.node-bewerbung-form .group-upload fieldset table td {
	position:relative;
	min-width: 80px;
}
.node-bewerbung-form .group-upload fieldset table .file-widget {
	margin-top: 0;
}
.node-bewerbung-form .group-upload fieldset table .file-widget input.form-submit {
	top: 1px;
}
.node-bewerbung-form fieldset table + .form-item.form-type-managed-file {
	padding-top: 12px;
}
.node-bewerbung-form fieldset table + .form-item.form-type-managed-file .file-widget {
	margin-top: 0;
}
.node-bewerbung-form .group-upload input.form-file::-webkit-file-upload-button {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ee1c25;
	padding: 0 14px;
	border: none;
	text-transform: unset;
	font-family: 'gravityregular';
	width: 150px;
	text-align: center;
	z-index: 1;
	font-size: 13px;
}

.node-bewerbung-form .group-upload .file {
	display: inline-block;
	min-height: 40px;
	line-height: 40px;
}
.node-bewerbung-form .group-upload .file a {
	color: #000;
}
.node-bewerbung-form .group-upload .file-upload-js-error {
	margin-top: 52px;
	margin-bottom: 0;
	padding: 10px 20px;
}
.node-bewerbung-form .group-upload .multipage-button input.form-submit {
	left: 0;
	width: 100px;
}
.node-bewerbung-form .group-upload #edit-actions input.form-submit {
	width: auto;
	max-width: none;
}

.node-bewerbung-form .tabledrag-toggle-weight-wrapper,
.node-bewerbung-form table.sticky-header,
.node-bewerbung-form table thead,
.node-bewerbung-form table .tabledrag-handle {
	display: none;
}

.node-bewerbung-form .group-upload p.small {
	margin: 0;
	margin-bottom: -74px;
	max-width: 450px;
	font-size: 12px;
	font-family: 'gravitybook';
	line-height: 14.4px;
}
.group-upload .multipage-controls-list {
	height: 50px;
	position:relative;
	top: 55px;
}
.group-upload .multipage-button {
	float: left;
	width: auto;
}
.group-upload #edit-actions {
	top: 0;
	float:right;
}
.group-upload #edit-actions input,
.group-upload #edit-actions input:hover {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ee1c25;
	padding: 0 14px;
	border: none;
	text-transform: unset;
	font-family: 'gravityregular';
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-shadow: unset;
	background: #ee1c25 url('/sites/all/themes/heiles_raumgestaltung/images/arrow-r.png');
	background-position: 95% 50%;
	background-repeat:no-repeat;
	background-size: auto 50%;
	padding-right: 32px;
}

#better-messages-wrapper {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	height: 100%;
	width: 100% !important;
	z-index: 100;
	border: none;
	background: rgba(0, 0, 0, 0.75);
	padding: 0;
	margin: 0;
	display: table;
}
#better-messages-default {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #000;
}
#better-messages-default #messages-inner {
	width: 400px;
	margin: auto;
	background-image: url('/sites/all/themes/heiles_fassaden/images/popupbg.jpg') !important;
	background-size: cover !important;
}
#better-messages-default #messages-inner table {
	border: 10px solid rgba(0, 0, 0, 0.25) !important;
  border-collapse: separate;
}
#better-messages-wrapper .tl,
#better-messages-wrapper .b,
#better-messages-wrapper .tr,
#better-messages-wrapper .bl,
#better-messages-wrapper .br {
	display: none;
}
#better-messages-default .body {
  background-color: transparent;
}
#better-messages-wrapper .body h2 {
	display: none;
}
.messages .mail-message h3 {
	margin-top: 0;
	margin-bottom: 6px;
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-family: 'gravitylight';
	font-weight: normal;
	font-size: 32px;
}
.messages .mail-message p {
	text-align: center;
}
#better-messages-default div {
	background: transparent !important;
}
#better-messages-default .content {
	margin: 10px 0;
}

#better-messages-wrapper .messages {
	margin-top: 0;
	text-align: left;
	border: none !important;
	background: transparent !important;
	padding: 0 10px;
	color: #fff;
}
#better-messages-wrapper .messages ul {
	margin: 0;
}
.messages .mail-message p {
	margin: 6px auto;
}

#better-messages-default .footer {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	border: none;
}
#better-messages-default .footer a.message-close {
  background: none;
	color: #fff;
	float: none;
	display: inline-block;
	text-decoration: none;
}
#better-messages-default .footer a:before {
  content: 'CLOSE X';
  white-space: nowrap;
}
.view-bewerbungen.view-display-id-page_1 {
	max-width:1200px;
	padding: 20px;
	margin: 0 auto;	
}
.view-bewerbungen.view-display-id-page_1 .views-exposed-widgets {
	margin: 0 -10px;
}

.view-bewerbungen.view-display-id-page_1 .views-exposed-widget {
	width:30%;
	padding:0 10px;
}
.view-bewerbungen.view-display-id-page_1 .views-submit-button {
	width: 10%;
}
.view-bewerbungen.view-display-id-page_1 .views-submit-button input {
	margin-top: 27px !important;
	width:100%;
}
.view-bewerbungen.view-display-id-page_1 .views-exposed-widget input[type="text"],
.view-bewerbungen.view-display-id-page_1 .views-exposed-widget select {
	width:100%;
	height: 48px;
    line-height: 48px;
    border: solid #aca6a6 1px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 14px;
    font-family: 'gravitybook';
}


.view-bewerbungen.view-display-id-page_1 {
	position:relative;
}
.view-bewerbungen.view-display-id-page_1 .container-inline {
	position: absolute;
	bottom:0;
	padding: 0;
	margin: 0;
	border: none;
}
.view-bewerbungen.view-display-id-page_1 .container-inline legend {
	display:none;
}
.view-bewerbungen.view-display-id-page_1 .views-table {
	margin-bottom: 50px;
}
.view-bewerbungen.view-display-id-page_1 .views-table th,
.view-bewerbungen.view-display-id-page_1 .views-table td {
	padding: 5px;
	border: solid  #aaa 1px;
}

.view-bewerbungen.view-display-id-page_1 .views-field-field-gehaltsvorstellung-brutto-,
.view-bewerbungen.view-display-id-page_1 .views-field-title {
    white-space: nowrap;
}

.view-bewerbungen.view-display-id-page_1 .views-field-field-arbeitszeugnisse .file {
	display:inline-block;
}


.view-bewerbungen.view-display-id-page_2 {
	max-width:1000px;
	padding: 20px;
	margin:0 auto;
}
.view-bewerbungen.view-display-id-page_2 .views-fieldset {
	width: 50%;
	float: left;
}
.view-bewerbungen.view-display-id-page_2 .views-field {
	clear: both;
}

.view-bewerbungen.view-display-id-page_2 .views-label {
	float: left;
	font-family:"GravityBold";
	width: 160px;
}

.view-bewerbungen.view-display-id-page_2 .views-field-field-job {
	text-align:center;
	font-family:"GravityBold";
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 12px;
}
.view-bewerbungen.view-display-id-page_2 .views-field-field-postleitzahl,
.view-bewerbungen.view-display-id-page_2 .views-field-field-wohnort {
	display: inline-block;
}

.view-bewerbungen.view-display-id-page_2 .views-field-field-email,
.view-bewerbungen.view-display-id-page_2 .views-label-field-geburtstag {
	margin-bottom: 24px;
}

@media print {
  *{
	  min-height:none;
  }
  html {
    font-size: 12pt;
  }
  #block-system-main-menu
  {
	  display:none;
  }
  .paragraphs-items .field-name-field-image1 .field-item:after
  {
	  display:none;
  }
  
}

.node-type-page main {
	padding-top: 150px;
	max-width: 960px;
	margin: 0 auto;
	display: block;
	float: none;
}
.node-type-page main article a {
	color: #fff;
}

body.page-node-33 {
	background-image: url('/sites/all/themes/heiles_fassaden/images/Heiles_F_Background_Projekte.jpg');
	background-size: cover;
	color: #fff;
}

body.page-node-33 .impressum-item {
	float:left;
	width: 50%;
}
body.page-node-33 .impressum-item:first-child {
	padding-right: 10px;
}
body.page-node-33 .impressum-item:last-child {
	padding-left: 10px;
}
@media screen and (max-width: 960px) {
	body.page-node-33 .impressum-item {
		float: none;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}


body.page-node-33 h3,
body.page-node-33 h4 {
	margin-bottom: 0;
}
body.page-node-33 h3 + p,
body.page-node-33 h4 + p {
	margin-top: 0;
}

body.page-node-33 address {
	font-style: normal;
}

.page-user .layout-3col > main {
	max-width: 960px;
	margin: 0 auto;
	float:none;
}


div.contextual-links-wrapper {
	margin-left: 0;
}
a.contextual-links-trigger {
	padding: 0 2px;
	height: 18px;
	background-color: transparent;
	box-shadow: initial;
}
ul.contextual-links {
	padding: 0;
	background: #fff;
}
ul.contextual-links li {
	padding: 0;
	background: #fff;
	display: block;
}