﻿@charset "UTF-8";
@import url(fonts/fonts.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Officina', sans-serif;
  position: relative;
  overflow-x: hidden;
  margin: 0;
}

wbr::after {
  content: '\00200B';
}

a {
  color: #e30613;
}

p {
  margin-bottom: 20px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

.w1600 {
  width: 1600px;
}

.w1024 {
  width: 1024px;
}

.w960 {
  width: 960px;
  /*max-width: 960px;*/
}

.w480 {
  width: 480px;
}

div.csc-textpic .csc-textpic-imagewrap img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.posr {
  position: relative;
}

.dib {
  display: inline-block;
}

.wa {
  width: auto !important;
}

/* .df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	} */
.df-c-sb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.df-r-sb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
  margin-bottom: 15px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.m0-a {
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.pt14 {
  padding-top: 14px;
}

.pb14 {
  padding-bottom: 14px;
}

.plr14 {
  padding-right: 14px;
  padding-left: 14px;
}

.c-white {
  color: #fff;
}

.italic {
  font-style: italic;
}

.ttn {
  text-transform: none !important;
}

.topbar {
  padding: 2px 11px;
  text-align: right;
  border-radius: 4px 4px 0 0;
  background: #fff;
}

.serverResponse {
  color: #f00;
  margin-top: 1px;
}

.error {
  color: red;
}

.success {
  color: green;
}

.closeNewsletterOverlay {
  font-family: Arial;
  font-size: 21px;
  cursor: pointer;
  color: #888;
  display: inline-block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.closeNewsletterOverlay:hover {
  color: #e30613;
}

#newsletterOverlay {
  display: none;
  position: fixed;
  /* width: 540px; */
  width: 560px;
  max-width: 100%;
  background: #E4E7E7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 15px 0px #383838;
  box-shadow: 0px 0px 15px 0px #383838;
  border-radius: 5px 5px 4px 4px;
  z-index: 16;
}

.overlayContent {
  padding: 24px;
}

#newsletterOverlay .text {
  text-align: center;
}

#newsletterOverlay form {
  /* width: 405px; */
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

#newsletterOverlay form > * {
  margin-bottom: 4px;
}

#newsletterOverlay label {
  display: inline-block;
  /* width: 110px; */
  width: 145px;
  height: 23px;
}

#newsletterOverlay select#anrede {
  background-position: 90%;
  width: 80px;
}

#newsletterOverlay input[type="text"],
#newsletterOverlay input[type="email"] {
  border: 1px solid #000;
  width: 290px;
  max-width: 100%;
}

#dim {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  opacity: .65;
  background: #000;
  z-index: 15;
}

.red-button.ttn {
  font-size: 16px;
  padding: 2px 8px;
}

.arrow-down-white {
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 37px 37px 0 37px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.nm {
  width: auto;
  margin-right: -.75rem;
  margin-left: -.75rem;
}

.breadcrumb ul {
  display: inline-block;
}

.breadcrumb a {
  -webkit-transition: .2s all;
  transition: .2s all;
  color: #000;
  margin-right: 10px;
}

/* rot/red */
.breadcrumb li.last a {
  color: #e30613;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb {
  font-size: 16px;
  padding-left: 10px;
  color: #000;
  border: 2px solid #e30613;
}

.breadcrumb.azubi {
  padding-right: 10px;
}

.breadcrumb * {
  vertical-align: middle;
}

.breadcrumb .home {
  font-size: 24px;
  color: #e30613;
  border-right: 1px solid #e30613;
  padding-right: 10px;
  padding-top: 2px;
}

.breadcrumb li {
  /* float: left; */
  display: inline;
  padding: 3px 0;
  list-style-type: none;
}

.breadcrumb span {
  font-size: 16px !important;
  display: inline-block !important;
  padding-right: 10px !important;
}

.breadcrumb > ul > li:first-child > ul {
  display: none;
}

/* Arcmenu custom */
.arc-menu {
  position: absolute;
  z-index: 1337;
  top: 105px;
  left: -196px;
}

/* Disable "imprint", "terms & conditions" in main menu */
.arc-menu #liid42,
.arc-menu #liid16 {
  display: none;
}

/*.arc-menu > ul li:last-child,
.arc-menu > ul li:nth-last-child(2) {
display: none;
}*/
.arc-menu ul {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-top: 30px;
  padding-bottom: 30px;
}

.arc-menu > ul {
  background-color: #fff;
}

.arc-menu ul li {
  position: static;
  background: none;
}

.arc-menu a {
  font-family: 'Avenir', sans-serif;
  font-size: 22px;
  padding: 10px 70px 10px 30px;
  color: #000;
}

.arc-menu li:hover > a {
  color: #fff;
  background: #e30613;
}

.arc-menu > ul::before {
  /* content: url(https://www.asosafety.co.uk/fileadmin/templates/images/aso-menu.png); */
  background: #fff;
}

.arc-menu > ul > li {
  float: none;
  background-color: #fff;
}

/* Level 2 */
/* .arc-menu li > ul::before {
content: "";
display: block;
height: 142px;
} */
.arc-menu > ul ul {
  background: rgba(227, 6, 19, 0.9);
}

.arc-menu li ul li a {
  padding-right: 40px;
  color: #fff;
}

.arc-menu li:hover li:hover > a {
  background: #979da1;
}

/* Level 3*/
.arc-menu > ul ul ul {
  background: rgba(151, 157, 161, 0.9);
}

.arc-menu li ul li ul li a {
  padding-right: 100px;
  color: #000;
}

.arc-menu ul ul {
  top: 0;
  left: 100%;
}

.arc-menu li:hover li:hover li:hover a {
  background: #222;
}

/* Arcmenu custom END */
.menu-mobile {
  display: inline-block;
  float: none;
  margin: 0;
  margin-right: 85px;
  border-radius: 0;
  background-color: #e30613;
}

/* .menu-back {
width: 100%;
position: absolute !important;
top: 90px;
} */
.language-container {
  float: right;
  /* text-align: right; */
}

.language-container nav ul {
  list-style-type: none;
}

.language-container nav ul li {
  display: inline-block;
}

.language-container nav ul li:not(:last-child) {
  margin-right: 25px;
}

.language-container nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.language-container nav ul li a:hover {
  color: #e30613;
}

.menu-back a {
  font-family: 'slick';
}

.homepage-slider {
  color: #fff;
}

.homepage-slider h1,
.homepage-slider-headline {
  font-size: 65px;
  font-weight: normal;
  line-height: 65px;
  margin-bottom: 20px;
}

.safetyblog-slider {
  position: relative !important;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}

.safetyblog-slider .slick-slide {
  background-position: 50% !important;
}

.safetyblog-slider .slick-prev {
  left: 3px;
}

.safetyblog-slider .slick-next {
  right: 3px;
}

.safetyblog-slider .slick-prev::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-left-small.png);
}

.safetyblog-slider .slick-next::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-right-small.png);
}

/* .slick-track {height: 466px;} */
.slick-slider {
  position: static;
  margin-bottom: 0;
}

.slick-slide {
  outline: none;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

hr {
  height: 1px;
  color: #fff;
  border: none;
  background-color: #fff;
}

.slick-slide:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.homepage-slider p {
  font-size: 18px;
  margin-top: 30px;
}

.va-sub {
  vertical-align: sub;
}

.vat-container * {
  vertical-align: top;
}

.language a {
  font-size: 14px;
  -webkit-transition: .2s color;
  transition: .2s color;
  color: #fff;
}

.language:not(:first-child) a {
  margin-left: 12px;
}

.language a:hover,
.language a.active {
  color: #e30613;
}

#search {
  font-size: 14px;
  height: 29px;
  border: none;
  outline: none;
  width: 168px;
  padding: 0 7px;
  -webkit-transition: 0.25s width, 0.5s padding;
  transition: 0.25s width, 0.5s padding;
}

#search.expanded {
  width: 168px;
  padding: 0 7px;
}

.magnifying-glass {
  cursor: pointer;
}

.slick-dots {
  bottom: 16px;
  left: 0;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.slick-dots li button::before {
  content: '';
}

li.slick-active button {
  -webkit-transition: .4s background-color;
  transition: .4s background-color;
  background-color: #e30613;
}

.slick-prev,
.slick-next {
  z-index: 10;
  width: 49px;
  height: 68px;
}

.slick-prev {
  /* left: 20px; */
  left: -70px;
}

.slick-next {
  /* right: 20px; */
  right: -70px;
}

.slick-prev::before,
.slick-next::before {
  opacity: 1;
}

.slick-prev::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-left.png);
}

.slick-next::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-right.png);
}

.preview-bar {
  padding: 20px 0 30px 0;
  background-color: #202222;
}

.menu-collapser {
  font-size: 18px;
  color: #000;
  background: #fff;
}

.collapse-button {
  -webkit-transition: .2s background;
  transition: .2s background;
  background: #e30613;
}

ul.slimmenu {
  list-style-image: url(data:0);
}

ul.slimmenu.collapsed > li.last {
  border-bottom: 2px solid #fff;
}

ul.slimmenu li {
  width: 240px;
  background: #000;
}

ul.slimmenu li a {
  font-size: 18px;
  padding: 4px 2px 4px 10px;
  color: #fff;
  border: 2px solid #fff;
  border-bottom: 1px solid #f1f1f1;
}

ul.slimmenu li a:hover {
  background: #000;
}

ul.slimmenu li .sub-toggle > i {
  color: #fff;
}

/* Next level */
ul.slimmenu li ul li {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  background: #fff;
}

ul.slimmenu li ul li.first {
  border-top: 1px solid #000;
}

ul.slimmenu li ul li.last {
  border-bottom: 1px solid #000;
}

ul.slimmenu li ul a:hover {
  color: #fff;
  background: #e30613;
}

ul.slimmenu li ul a {
  color: #000;
}

/* .productmenu a {
font-size: 18px;
color: #fff;
}

.productmenu ul {
z-index: 1337;
}

.productmenu > ul > li {
width: 25%;
}

.productmenu ul li {
position: relative;
display: block;
float: left;
padding: 3px 6px;
list-style-type: none;
transition: .4s all;
border: 2px solid #fff;
background-color: #202222;
}

.productmenu li ul {
display: none;
}

.productmenu li:hover {
background: #e30613;
}

.productmenu li:hover > a {
color: #fff;
}

.productmenu li:hover > ul {
position: absolute;
display: block;
}

.productmenu li:hover li {
float: none;
}

.productmenu li ul li {
border-top: 0;
}

.productmenu > ul > li > .sub-toggle {
float: right;
color: #fff;
}

.productmenu ul ul {
z-index: 1338;
top: 30px;
left: -3px;
min-width: 15rem;
border: 1px solid #000;
}

.productmenu ul ul li {
text-align: left;
border: none;
background: #fff;
}

.productmenu ul ul ul {
top: -1px;
left: 100%;
}

.productmenu ul ul li a {
color: #000;
}

.productmenu ul ul ul li:hover {
background-color: #fff;
}

.productmenu ul ul ul li a {
color: #fff;
}

.productmenu ul ul ul li:hover > a {
color: #000;
}

.productmenu ul ul ul li {
background-color: #e30613;
} */
.red-overlay {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  cursor: pointer;
}

.red-overlay .overlay-active {
  cursor: initial;
}

.red-overlay .text {
  font-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 97%;
  padding: 25px 1px 20px 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  background: rgba(227, 6, 19, 0.65);
}

.red-overlay .text * {
  color: #fff;
}

.red-overlay .white-button {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.red-overlay .text ul {
  font-size: 14px;
  padding-left: 33px;
  list-style-type: none;
}

.red-overlay .text ul li {
  margin: 5px 0;
}

.red-overlay .text ul li::before {
  margin-right: 5px;
  margin-left: -14px;
  content: '>';
}

.red-overlay .text a {
  outline: none;
}

.red-overlay .text a:hover {
  color: #97be0d;
  /*grüne schrift*/
}

header,
.header {
  position: relative;
  height: 575px;
  background-position: 50%;
  background-size: cover;
}

.headerElements {
  position: absolute;
  z-index: 1;
  width: 96%;
  padding: 30px 15px 0 0;
}

.homepage-slider .slick-track,
.halfwidth-slider .slick-track {
  height: 575px;
}

.halfwidth-slider .slick-track {
  height: auto;
}

.halfwidth-slider .slick-prev {
  left: -4px;
}

.halfwidth-slider .slick-next {
  right: -4px;
}

.halfwidth-slider .slick-prev::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-left-small.png);
}

.halfwidth-slider .slick-next::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-right-small.png);
}

.slider-multiline-text {
  width: 62%;
  margin-top: 180px;
}

.homepage-slider a {
  color: inherit;
}

.slider-multiline-text a {
  -webkit-transition: .2s all;
  transition: .2s all;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.slider-multiline-text a:hover {
  color: #e30613;
  /* rot/red */
  border-bottom: 1px solid #e30613;
  /* rot/red */
}

.slider-single-headline {
  position: absolute;
  bottom: 100px;
  margin-bottom: 0 !important;
}

#caption {
  font-size: 48px;
  position: absolute;
  bottom: 80px;
  color: #fff;
}

.bg-content {
  background-image: url(https://www.asosafety.co.uk/fileadmin/templates/images/bg/bg-content.png);
  background-position-x: no-repeat;
}

.dark-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#282829+0,505151+100 */
  background: #282829;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#282829), to(#505151));
  background: linear-gradient(to bottom, #282829 0%, #505151 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282829', endColorstr='#505151', GradientType=0);
  /* IE6-9 */
}

section {
  padding: 27px 0;
}

section h1,
section h2,
section h3,
section h4,
section h6 {
  margin-top: 0;
}

section h1,
.csc-subheader,
.safetyblog .category,
.preh1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #525454;
}

.csc-subheader.white {
  color: #fff;
}

.safetyblog .category {
  margin-bottom: 20px;
}

.safetyblog .date {
  font-size: 14px;
  margin-bottom: 15px;
  color: #525454;
}

.safetyblog h1,
.safetyblog .headline {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: initial;
  color: #e30613;
}

.safetyblog h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}

.dark-gradient h1 {
  color: #fff;
}

.ul-recognized {
  position: absolute;
  top: 144px;
  left: 10px;
}

.ul-recognized.preview {
  left: 14px;
  width: 30px;
  top: 82px;
}

section h2 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 17px;
  margin-bottom: 25px;
  color: #e30613;
}

.timeline {
  position: relative;
}

article {
  display: inline-block;
  width: 280px;
  max-width: 100%;
  vertical-align: top;
  background-color: #fff;
}

article p {
  color: #000;
}

article:not(.multilink):hover .red-button {
  color: #fff;
  background-color: #e30613;
}

article p {
  font-size: 14px;
  margin: 0;
}

.startseite-teaser {
  width: 100%;
}

.startseite-teaser > img {
  width: 100%;
}

.startseite-teaser > div:first-of-type {
  min-height: 310px;
}

.shortTeaser {
  min-height: 210px !important;
}

#startseite-teaser-slider {
  position: relative;
}

#startseite-teaser-slider .slick-slide {
  padding: 0 10px;
}

#startseite-teaser-slider .slick-arrow {
  top: 46%;
}

#startseite-teaser-slider .slick-prev::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-left-gray.png);
}

#startseite-teaser-slider .slick-next::before {
  content: url(https://www.asosafety.co.uk/fileadmin/templates/images/arrow-right-gray.png);
}

.videolinks {
  margin-top: 35px;
  margin-bottom: 25px;
}

.contenttable td {
  padding: 4px 0px;
}

.contenttable tr td:nth-child(2) {
  width: 66px;
}

table.datatable {
  width: 100%;
  max-width: 800px;
}

table.datatable td {
  font-size: 20px;
  padding: 12px 0;
}

table.datatable td:first-child {
  color: #525454;
  font-style: italic;
  padding-right: 20px;
}

table.datatable td p {
  margin: 0;
}

@media (max-width: 640px) {
  table.datatable td {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  #startseite-teaser-slider {
    position: relative;
  }
  #startseite-teaser-slider .slick-prev {
    left: -23px;
  }
  #startseite-teaser-slider .slick-prev::before {
    content: url("https://www.asosafety.co.uk/fileadmin/templates/images/arrow-left-minimal.png");
  }
  #startseite-teaser-slider .slick-next {
    right: -23px;
  }
  #startseite-teaser-slider .slick-next::before {
    content: url("https://www.asosafety.co.uk/fileadmin/templates/images/arrow-right-minimal.png");
  }
}

#startseite-teaser-slider .slick-list {
  padding: 8px 0 !important;
}

#startseite-teaser-slider .margin-wrapper {
  margin: 0 15px;
}

.go-down {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}

.ansprechpartner {
  min-height: 235px;
  padding-bottom: 30px;
}

.ansprechpartner h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000;
}

.ansprechpartner h3 {
  margin-bottom: 30px;
}

.ansprechpartner p {
  font-size: 16px;
}

.ansprechpartner p {
  margin-bottom: 0 !important;
}

.email {
  display: block;
  margin-top: 15px;
}

.ansprechpartner a {
  display: block;
}

.ansprechpartner-wrapper .mix,
.ansprechpartner-wrapper-land .mix {
  display: none;
}

article[class*='country'] {
  min-height: 385px;
}

section h3,
#newsletterOverlay h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #e30613;
}

.details {
  font-size: 14px;
}

.details h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
}

.details h4 {
  font-weight: normal;
  font-style: italic;
  color: #fff;
}

.details h4:not(:first-of-type) {
  margin-top: 16px;
}

.preh1 {
  font-size: 24px;
  display: block;
  margin-top: 23px;
  margin-bottom: 5px;
}

.bigfont h1,
h1.bigred {
  font-size: 40px;
  text-transform: initial;
  color: #e30613;
}

.bigfont p,
p.bigger {
  font-size: 20px;
  margin-bottom: 28px;
}

.red-button,
.white-button {
  font-size: 14px;
  display: inline-block;
  height: 27px;
  margin-top: 10px;
  padding: 4px 12px;
  -webkit-transition: .2s all;
  transition: .2s all;
  text-transform: uppercase;
}

.red-button.sm,
.white-button.sm {
  font-size: 13px;
  padding: 4px 8px;
}

.readmore {
  margin-top: 20px;
}

.red-button:hover a.morelink,
a.morelink:hover {
  color: #fff;
}

.red-button {
  color: #e30613;
  border: 2px solid #e30613;
}

.white-button {
  color: #fff;
  border: 2px solid #fff;
}

.red-button:hover,
.red-button.active {
  color: #fff;
  background-color: #e30613;
}

.white-button:hover {
  color: #e30613;
  background-color: #fff;
}

.red-button.white-bg {
  background: #fff;
}

.red-button.white-bg:hover {
  background-color: #e30613;
}

iframe {
  max-width: 100%;
}

.r29 {
  font-family: 'Officina', sans-serif;
  font-size: 14px;
  height: 29px;
  outline: none;
}

.bgcw {
  background-color: #fff;
  padding: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
select {
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select {
  padding: 3px 30px 3px 5px;
  border: 1px solid #000;
  background: #fff url("https://www.asosafety.co.uk/fileadmin/templates/images/arrow-down-black.png") no-repeat 97%;
}

select::-ms-expand {
  display: none;
}

input.red {
  height: 29px;
  padding: 0 5px;
  vertical-align: bottom;
  text-transform: uppercase;
  border: 2px solid #e30613;
  outline: none;
}

button.red {
  font-size: 14px;
  height: 29px;
  margin: 0;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
  text-transform: uppercase;
  color: #fff;
  background-color: #e30613;
}

.w310 {
  width: 310px;
}

.w240 {
  width: 240px;
}

input.r29 {
  width: 60%;
  height: 29px;
  padding: 0 5px;
  vertical-align: bottom;
  border: 2px solid #e30613;
}

button.r29,
.subscribe {
  font-size: 14px;
  width: 29%;
  margin: 0;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
  text-transform: uppercase;
  color: #fff;
  background-color: #e30613;
}

.subscribe {
  width: auto;
  padding: 8px 32px;
  border: none;
}

.justify-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.fortlaufend {
  min-height: 256px;
  margin-right: 17px;
  margin-bottom: 40px;
  margin-left: 17px;
}

.justify-container-vertical {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.b15 {
  position: absolute;
  bottom: 15px;
}

.b25 {
  position: absolute;
  bottom: 25px;
}

.last-p-margin p:last-of-type {
  margin-bottom: 37px;
}

.last-p-margin-big p:last-of-type {
  margin-bottom: 50px;
}

.aktuelles-image {
  height: 293px;
  background-position: 50%;
  background-size: cover;
}

.aktuelles-image.karriere {
  height: 196px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb37 {
  margin-bottom: 37px;
}

.shadow, .qTeaser .gridder-show {
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
}

.bg5050 {
  height: 371px;
  margin: 0 -10px;
  background-size: cover;
}

.posr2poss {
  position: relative;
}

.list-header {
  font-size: 20px;
  font-weight: bold;
  margin: 45px 0 15px 0;
  color: #e30613;
}

.produktcontainer-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.produktkasten {
  font-size: 14px;
  position: relative;
  display: inline-block;
  width: 224px;
  height: 410px;
  margin: 10px 6px 14px 6px;
  vertical-align: top;
  background: white;
}

.produktkasten.small {
  height: 264px;
}

.serie {
  background-color: #eee;
}

.corner-bottom-right {
  z-index: 2;
  position: absolute;
  right: 14px;
  bottom: 14px;
}

.produktname {
  font-size: 18px;
  font-weight: bold;
  color: #e30613;
  /* rot/red */
}

.abmessungenHeadline {
  font-size: 18px;
  color: #e30613;
  /* rot/red */
}

.abmessungenHeadline p.bodytext,
.produktname p.bodytext {
  margin: 0 !important;
  padding: 0 !important;
}

.produktname.detail,
.abmessungenHeadline.detail {
  font-size: 36px;
}

.produktbild {
  margin: 25px auto;
}

.mt3 {
  margin-top: 3px !important;
}

.serie .produktbild {
  margin: 15px auto 4px auto;
}

.gray-key {
  font-style: italic;
  color: #959b9e;
}

.info {
  position: relative;
  display: none;
  float: left;
  clear: both;
  width: 100vw;
  margin-left: calc(-1 * (100vw - 960px) / 2);
  padding: 50px 0;
  /* alt */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,b7bbbd+100 */
  /* background: #e3e3e3;
	background: -moz-linear-gradient(-45deg, #e3e3e3 0%, #b7bbbd 100%);
	background: -webkit-linear-gradient(-45deg, #e3e3e3 0%, #b7bbbd 100%);
	background: linear-gradient(135deg, #e3e3e3 0%, #b7bbbd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#b7bbbd', GradientType=1); */
  /* neu */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3d3d3+0,aaaeaf+100 */
  background: #d3d3d3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d3d3d3 0%, #aaaeaf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#aaaeaf', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.close-info {
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: .4s color;
  transition: .4s color;
  color: #fff;
}

.close-info:hover {
  color: #e30613;
  /* rot/red */
}

.produktpfeil {
  position: absolute;
  /*top: calc(100% + 14px);*/
  top: 100%;
  left: 50%;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.produktdownloads {
  margin-top: 20px;
}

.produktdownloads a:not(:last-of-type) {
  margin-right: 10px;
}

.produktdownloads .download {
  display: inline-block;
}

.produktkasten:not(.open) .produktpfeil {
  opacity: 0;
}

ul.square {
  font-size: 20px;
  display: table;
  border-spacing: 0 12px;
  border-collapse: separate;
  list-style: none;
}

ul.square li {
  display: table-row;
}

ul.square li::before {
  font-size: 18px;
  position: relative;
  bottom: 2px;
  display: table-cell;
  padding-right: 10px;
  content: '■';
  color: #e30613;
}

.produktkasten ul.square li {
  font-size: 14px;
  line-height: 18px;
}

.produktkasten ul.square li::before {
  font-size: 20px;
  bottom: 0;
  padding-right: 5px;
}

ol {
  padding: 0 0 20px 35px;
}

.download {
  width: 100%;
  /*padding-top: 10px;*/
  padding-bottom: 10px;
  -webkit-transition: .25s all;
  transition: .25s all;
}

.download:not(:last-of-type) {
  margin-bottom: 20px;
}

.download td {
  padding: 10px 0;
}

.download .icon {
  width: 90px;
  vertical-align: top;
}

.download .icon img {
  display: block;
  margin: 0 50px 0 25px;
  -webkit-transition: .4s all;
  transition: .4s all;
}

.download .detail {
  width: 150px;
  padding-right: 27px;
  text-align: right;
}

.download .desc h3 {
  font-size: 18px;
  text-decoration: underline;
}

.download .desc p {
  font-size: 14px;
}

.download .desc p:last-of-type {
  margin-bottom: 0;
}

.download .detail {
  font-size: 14px;
  vertical-align: top;
}

.download .filesize {
  vertical-align: bottom;
  color: #e30613;
}

.download:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
}

.download .icon:hover img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

footer {
  background-image: url(https://www.asosafety.co.uk/fileadmin/templates/images/bg/bg-footer.jpg);
  background-size: cover;
}

footer #upper {
  padding: 35px 0;
  min-height: 275px;
}

footer[data-infotag] #upper {
  min-height: 200px;
}

footer #lower {
  margin-top: 15px;
  padding: 8px 0;
}

footer nav li {
  padding: 3px 0;
}

footer nav a,
footer #lower span {
  font-size: 14px;
  -webkit-transition: .2s color;
  transition: .2s color;
  color: #fff;
}

footer nav a:hover {
  color: #faa;
}

footer nav ul {
  position: relative;
  list-style-type: none;
}

footer nav ul ul ul {
  display: none;
}

footer nav > ul > li {
  float: left;
  width: 170px;
}

footer nav > ul > li > a {
  font-size: 18px;
  text-transform: uppercase;
}

footer[data-infotag] nav:first-child li:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50px;
}

footer nav > ul > li:nth-child(3),
footer nav > ul > li:nth-child(5) {
  position: absolute;
  top: 173px;
  left: 170px;
}

footer[data-infotag] nav:first-child li:nth-child(3) {
  left: 0;
  top: 100px;
}

footer[data-infotag] nav:first-child li:nth-child(4) {
  position: absolute;
  left: 300px;
}

footer[data-infotag] nav:first-child li:nth-child(5) {
  top: 50px;
  left: 300px;
}

footer[data-infotag] nav:first-child li:nth-child(6) {
  top: 100px;
  left: 300px;
}

footer[data-infotag] nav:nth-child(2) li:first-child {
  position: absolute;
  left: 530px;
}

footer[data-infotag] nav:nth-child(2) li:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 530px;
}

footer[data-infotag] nav:nth-child(2) li:nth-child(3) {
  top: 100px;
  left: 530px;
}

footer nav > ul > li:nth-child(4),
footer nav > ul > li:nth-child(5),
footer nav > ul > li:nth-child(6) {
  width: 190px;
}

footer nav > ul > li:nth-child(5) {
  position: absolute;
  top: 50px;
  left: 340px;
}

footer nav > ul > li:nth-child(6) {
  position: absolute;
  top: 0;
  left: 530px;
}

footer nav > ul > li:nth-child(7) {
  position: absolute;
  top: 50px;
  left: 530px;
}

footer nav > ul > li:nth-child(8) {
  position: absolute;
  top: 100px;
  left: 530px;
}

footer nav > ul > li:nth-child(9) {
  position: absolute;
  top: 137px;
  left: 530px;
}

footer nav > ul > li:nth-child(10) {
  position: absolute;
  top: 173px;
  left: 530px;
}

/* footer nav > ul > li:nth-child(11) {
position: absolute;
top: 198px;
left: 530px;
} */
footer a[title='Downloads'] + ul,
footer a[title='Téléchargement'] + ul {
  display: none;
}

.social-media-container {
  position: absolute;
  top: -260px;
  right: 0;
}

footer[data-infotag] .social-media-container {
  top: -173px;
}

.social-media-container .follow-text {
  font-size: 18px;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
}

.social-media-container .icons-container {
  margin-top: 8px;
}

.social-media-container .icons-container img {
  padding: 0 8px;
}

.poss1030 {
  position: relative;
}

table.zubehoer td:not(:last-of-type) {
  padding-right: 30px;
}

.bildergalerie:not(:last-of-type) {
  margin-bottom: 40px;
}

.event,
.safetyblog {
  position: relative;
  font-size: 14px;
  margin-bottom: 22px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.3);
}

.event.shorten > a {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.entry-image {
  width: 300px;
  height: auto;
  vertical-align: top;
}

.event > img:first-child {
  vertical-align: top;
}

.event .text,
.safetyblog .text {
  display: inline-block;
  max-width: calc(99% - 300px);
  padding: 15px;
  vertical-align: top;
}

.event p {
  font-size: 14px;
  margin-bottom: 13px;
}

.event p:last-child,
.event ul li:last-child {
  margin-bottom: 0;
}

.event ul {
  list-style: none;
}

.event ul li {
  font-size: 14px;
  margin: 6px 0;
  margin-bottom: 12px;
}

.event ul li::before {
  font-size: 18px;
  position: relative;
  padding-right: 10px;
  content: '•';
  color: #e30613;
}

.beschreibung p,
.spezifikation {
  margin-bottom: 10px;
}

/* Suche */
.searchbar {
  float: right;
}

.searchResultHeader {
  background-color: #e20714;
}

.tx-indexedsearch-redMarkup,
.tx-indexedsearch-sw {
  color: #e20714;
}

.searchResultLink a {
  color: #000;
}

.searchResultInfos {
  border-bottom: none;
  background-color: #3e3e3e;
}

/* Unternehmen: Portrait und Chronik - Zeitleiste */
.year-box {
  position: absolute;
  display: none;
}

.year-box img {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.arrow-bottom {
  position: absolute;
  bottom: -34px;
  width: 0;
  height: 0;
  border-width: 0 38px 38px 0;
  border-style: solid;
  border-color: transparent #93999d transparent transparent;
}

.arrow-top {
  position: absolute;
  top: -39px;
  right: 0;
  width: 0;
  height: 0;
  border-width: 38px 0 0 38px;
  border-style: solid;
  border-color: transparent transparent transparent #93999d;
}

/* Typo3 Elemente */
.tx-indexedsearch-searchbox-button {
  width: 31px;
  height: 29px;
  border: none;
  background: transparent url(https://www.asosafety.co.uk/fileadmin/templates/images/search.gif) left top no-repeat;
  -webkit-appearance: none;
}

/* idk */
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

.csc-space-before-15 {
  padding-top: 15px !important;
}

.csc-space-after-15 {
  padding-bottom: 15px !important;
}

.csc-space-before-20 {
  padding-top: 20px !important;
}

.csc-space-after-20 {
  padding-bottom: 20px !important;
}

.csc-space-before-25 {
  padding-top: 25px !important;
}

.csc-space-after-25 {
  padding-bottom: 25px !important;
}

.preset-img:not(.noPreset) {
  text-align: right;
  padding: 15px;
  padding-bottom: 8px;
  min-height: 77px;
}

.subtitle {
  background: rgba(0, 0, 0, 0.6);
  margin-left: -10px;
  padding: 6px 10px;
  position: absolute;
  bottom: 162px;
  width: 100vw;
  font-size: 24px;
  display: none;
  text-align: center;
}

@media (max-width: 1515px) {
  .arc-menu {
    left: 0;
  }
}

@media (max-width: 1140px) {
  .homepage-slider .slick-arrow {
    display: none !important;
  }
  .arc-menu a {
    font-size: 20px;
  }
}

@media (max-width: 1079px) {
  .posr2poss {
    position: static;
  }
  .arc-menu {
    top: 0;
    left: -250px;
    width: 250px;
  }
  .arc-menu ul {
    width: 100%;
    overflow-x: auto;
  }
  /* .arc-menu > ul::before {content: url(https://www.asosafety.co.uk/fileadmin/templates/images/aso-menu-mobile.png);} */
  .arc-menu li:hover > ul {
    display: none;
  }
  .arc-menu ul ul,
  .arc-menu ul ul ul {
    left: 0;
  }
  .arc-menu a {
    font-size: 18px;
  }
  .arc-menu.add-shadow {
    -webkit-box-shadow: 6px -10px 10px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 6px -10px 10px 0 rgba(0, 0, 0, 0.4);
  }
}

@media (max-width: 1030px) {
  .container:not(.no-p) {
    padding: 0 10px !important;
  }
  .slider-multiline-text {
    margin-top: 340px;
  }
  .slick-slider h1 {
    font-size: 35px;
    line-height: 35px;
    /* text-align: center; */
  }
  .slider-multiline-text hr {
    display: none;
  }
  .container h2,
  .preh1 {
    margin-top: 23px;
    /* text-align: center; */
  }
  .homepage-slider h1,
  .homepage-slider-headline {
    text-align: left;
  }
  .justify-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
  }
  article {
    display: block !important;
    width: 500px !important;
    max-width: 90% !important;
    margin: 0 auto 30px auto !important;
  }
  article .aktuelles-image {
    background-position: 50%;
  }
  .fortlaufend {
    display: block;
    min-height: auto;
    margin: 30px auto;
  }
  .w480.fl-r {
    float: none;
    width: 100%;
  }
  .poss1030 {
    position: static;
  }
  .social-media-container {
    position: static;
  }
  /* .ansprechpartner * {
		text-align: center;
		} */
  #filterByDepartment,
  #filterByCountry {
    display: block;
    margin: 0 auto;
  }
}

#filterByDepartment,
#filterByCountry {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .m0-a-resp {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .info {
    margin-left: -10px;
  }
}

@media (min-width: 941px) {
  .np > div img {
    margin: 0 auto;
  }
  .np > div:first-of-type {
    padding-left: 0;
  }
  .np > div:first-of-type img {
    margin-left: 0;
  }
  .np > div:last-of-type {
    padding-right: 0;
  }
  .np > div:last-of-type img {
    margin-right: 0;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .homepage-slider-headline {
    font-size: 34px;
    line-height: initial;
  }
  .homepage-slider p {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .slick-slide > div {
    margin-top: 0 !important;
  }
  /* .productmenu > ul > li {
	width: 33%;
	} */
  .arc-menu ul li a.active {
    border-left: none;
  }
  .homepage-slider .slick-slide,
  .homepage-slider .slick-slide div {
    background-position: 66% 0 !important;
  }
  .slider-multiline-text {
    display: none;
  }
  .subtitle {
    display: block;
  }
  header {
    height: 465px;
  }
  .slick-slider,
  .slick-list,
  .slick-track {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .m0-a-767 {
    float: none;
    margin: 0 auto;
  }
  .slider-multiline-text p {
    display: none;
  }
  .year-box {
    position: static;
    display: inline-block !important;
  }
  .arrow-top,
  .arrow-bottom,
  #zeitleiste {
    display: none;
  }
  .safetyblog .text {
    display: block;
    max-width: 100%;
  }
  .safetyblog-slider,
  .entry-image {
    display: block;
    margin: 0 auto;
  }
  /* .slider-multiline-text {
	margin-top: 275px;
	} */
  .touchmal {
    display: none;
  }
}

@media (max-width: 754px) {
  .tac754 {
    text-align: center;
  }
  .tac754 * {
    text-align: left;
  }
}

@media (max-width: 740px) {
  footer {
    background-position: right;
  }
  body:not(.ausbildung) footer > div:not(#lower) {
    display: none;
  }
  footer #lower {
    margin-top: 0;
  }
  .event {
    padding-top: 15px;
  }
  .event > img:first-child {
    display: block;
    margin: 0 auto;
  }
  .event .text {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  #logo-top {
    float: right;
  }
  .language-container {
    position: absolute;
    left: 8px;
    margin-top: 14px;
  }
  #caption {
    font-size: 32px;
    bottom: 15px;
  }
  .menu-mobile {
    margin-right: 0;
  }
  .headerElements {
    padding-top: 0;
  }
  .searchbar {
    float: left;
  }
}

@media (max-width: 600px) {
  /* .productmenu > ul > li {
		width: 50%;
		} */
  header,
  .homepage-slider .slick-track,
  .halfwidth-slider .slick-track {
    height: 86vw;
  }
  .download .desc,
  .download .detail {
    display: block;
  }
  .download .detail {
    text-align: left;
  }
  .subtitle {
    bottom: 60px;
  }
  #search {
    width: 0;
    padding: 0;
  }
}

.tx-indexedsearch-searchbox {
  display: none;
}

/* anti spam */
span.a {
  display: none;
}

/* Datetimepicker Styling */
.xdsoft_inline {
  width: 350px;
  padding: 20px;
  border: 1px solid #808080;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: inherit;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #e30613;
  -webkit-box-shadow: #e30613 0 1px 3px 0 inset;
          box-shadow: #e30613 0 1px 3px 0 inset;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #bbb !important;
}

.tingle-modal {
  z-index: 10000;
}

/* cookieBar */
.cookie-message {
  background: #5a5a5a;
  display: none;
  padding: 0 270px 0 20px;
}

@media (max-width: 768px) {
  .cookie-message {
    padding: 10px 20px 55px 20px;
  }
}

.cookie-message p,
.cookie-message a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

.cookie-message a:not(.cookiebar-close) {
  position: static;
  text-decoration: underline;
}

a.cookiebar-decline {
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 140px;
  padding: 4px 20px;
  background: #ddd;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
}

@media (max-width: 768px) {
  a.cookiebar-decline {
    top: auto;
    bottom: 0;
  }
}

a.cookiebar-accept {
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  padding: 4px 20px;
  background: #e30613;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 768px) {
  a.cookiebar-accept {
    top: auto;
    bottom: 0;
  }
}

/* Azubi */
body.ausbildung {
  background-color: #ECECEC;
}

body.ausbildung .w960 {
  width: 980px;
}

body.ausbildung .dark-gradient article p {
  margin-bottom: 56px;
}

body.ausbildung .follow-text {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

body.ausbildung .icons-container a {
  margin: 0 5px;
}

.moodHeight, #head #azubi-mood,
#head .azubi-mood {
  height: 575px;
}

@media (max-width: 768px) {
  .moodHeight, #head #azubi-mood,
  #head .azubi-mood {
    height: 350px;
  }
}

#head .moodSlider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

#head .moodSlider .slick-dots {
  bottom: 30px;
}

#head .moodSlider .slick-prev {
  left: 20px;
}

#head .moodSlider .slick-next {
  right: 20px;
}

@media (max-width: 768px) {
  #head .moodSlider .slick-prev,
  #head .moodSlider .slick-next {
    display: none !important;
  }
}

#head #azubi-mood,
#head .azubi-mood {
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 640px) {
  #head #azubi-mood.hasTeaser,
  #head .azubi-mood.hasTeaser {
    background-position-x: 40%;
  }
}

#head #azubi-mood #azubi-mood-headline,
#head #azubi-mood .azubi-mood-headline,
#head .azubi-mood #azubi-mood-headline,
#head .azubi-mood .azubi-mood-headline {
  font-size: 120px;
  line-height: 100px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 85px;
}

#head #azubi-mood #azubi-mood-headline p,
#head #azubi-mood .azubi-mood-headline p,
#head .azubi-mood #azubi-mood-headline p,
#head .azubi-mood .azubi-mood-headline p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #head #azubi-mood,
  #head .azubi-mood {
    background-size: cover;
  }
}

#head nav.meta {
  position: absolute;
  top: 0;
  right: 10px;
  padding-top: 3px;
  padding-bottom: 7px;
}

#head nav.meta li {
  display: inline-block;
}

#head nav.meta li:not(:last-child)::after {
  content: '/';
  color: #ffffff;
  font-size: 12px;
  margin: 0 6px;
}

#head nav.meta li a {
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#head nav.meta li a:hover {
  color: #e30613;
}

#head nav.meta li.active a {
  color: #e30613;
}

#head nav.main {
  position: absolute;
  top: 30px;
  width: 960px;
}

#head nav.main #logoLink {
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#head nav.main ul {
  background-color: #ffffff;
  padding: 26px 156px 26px 4px;
}

#head nav.main ul li {
  display: inline-block;
}

#head nav.main ul li a {
  text-transform: uppercase;
  color: #434343;
  font-size: 13px;
  font-weight: bold;
  padding: 0 11px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#head nav.main ul li a:hover {
  color: #e30613;
}

#head nav.main ul li.active a {
  color: #e30613;
}

#head nav.main ul li ul {
  display: none;
}

.azubiHeadline {
  font-size: 48px;
  color: #e30613;
}

.azubiText {
  font-size: 18px;
}

.teaserRed .textPart, .teaserGray {
  display: inline-block;
  color: #fff;
  padding: 15px;
  min-height: 276px;
  width: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.teaserRed .textPart .headlineSmall, .teaserGray .headlineSmall {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.teaserRed .textPart h3, .teaserGray h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.teaserRed .textPart h3 p.bodytext, .teaserGray h3 p.bodytext {
  font-size: inherit;
  margin-bottom: 0;
}

.teaserRed .textPart p, .teaserGray p {
  font-size: 14px;
}

.teaserRed .imagePartWrapper {
  height: 150px;
  overflow: hidden;
}

.teaserRed .imagePartWrapper .imagePart {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}

.teaserRed .textPart {
  background: #e30613;
}

.teaserRed:hover .imagePart {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.teaserRed:hover .textPart {
  background-color: #fff;
  color: #e30613;
}

.teaserRed:hover .textPart h3 {
  color: #e30613;
}

.teaserRed:hover .textPart .white-button {
  background-color: #e30613;
  border-color: #e30613;
}

.teaserRed:hover .textPart .white-button:hover {
  background-color: #fff;
}

.teaserGray {
  background: #434343;
}

.teaserGray.actuallyRed {
  background: #e30613;
}

.teaserGray:hover .white-button {
  color: #434343;
  background-color: #fff;
}

.teaserWithImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.teaserWithImage > * {
  width: 50%;
}

.teaserWithImage .teaserBgi {
  background-size: cover;
  background-position: center;
}

@media (max-width: 540px) {
  .teaserWithImage {
    display: block;
  }
  .teaserWithImage > * {
    width: 100%;
  }
  .teaserWithImage .teaserBgi {
    height: 260px;
  }
}

.moodTeaser {
  position: absolute;
  right: 0;
  bottom: 89px;
  width: 300px;
}

@media (max-width: 768px) {
  .moodTeaser {
    width: 270px;
    bottom: 0;
  }
  .moodTeaser .teaserRed .textPart h3 {
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  .moodTeaser {
    display: none;
  }
}

.wir-bilden-aus {
  margin: 0 auto;
  max-width: 415px;
  position: relative;
  z-index: 1;
}

@media (max-width: 430px) {
  .wir-bilden-aus {
    padding: 0 10px;
  }
}

.wir-bilden-aus h2 {
  font-size: 48px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.wir-bilden-aus ul {
  list-style-type: none;
  font-size: 14px;
}

.wir-bilden-aus ul li {
  color: #ffffff;
  border: 2px solid #fff;
  margin-bottom: 3px;
  padding: 3px 8px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.wir-bilden-aus ul li a {
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.wir-bilden-aus ul li:hover {
  background: #fff;
  color: #e30613;
}

.wir-bilden-aus ul li:hover a {
  color: #e30613;
}

#azubi-main {
  background-color: #ececec;
  padding: 0;
}

#azubi-main > .container {
  background: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/lines2.png") 0 -100px no-repeat;
  padding-bottom: 50px;
}

footer.azubi {
  padding: 40px 0;
}

@media (max-width: 425px) {
  footer.azubi {
    padding: 0 0 10px 0;
  }
  footer.azubi .respFooter > div {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  footer.azubi .respFooter > div:last-child {
    margin-bottom: 0;
  }
  footer.azubi .respFooter > div > nav {
    float: none;
  }
  footer.azubi .respHide {
    display: none;
  }
}

.full-width {
  background: #000;
}

.full-width.bg-wir-bilden-aus {
  position: relative;
  background: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/mood/wir-bilden-aus.jpg") top no-repeat;
  padding-bottom: 38px;
  padding-top: 132px;
}

@media (max-width: 540px) {
  .full-width.bg-wir-bilden-aus {
    background-position-x: 71%;
  }
}

.full-width.bg-wir-bilden-aus::before {
  content: '';
  position: absolute;
  background: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/red-splatter.png") top no-repeat;
  width: 612px;
  height: 506px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 540px) {
  .full-width.bg-wir-bilden-aus::before {
    background-position-y: 60px;
  }
}

.breadcrumb.azubi .home {
  color: #000000;
  border-right: 0;
  font-size: 16px;
}

.breadcrumb.azubi ul {
  padding-bottom: 3px;
}

.breadcrumb.azubi a {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb.azubi span {
  padding-left: 8px;
}

.breadcrumb ul {
  margin-bottom: 0 !important;
}

.breadcrumb li::before {
  content: '' !important;
}

.thirdContainer {
  margin-left: -20px;
  margin-right: -20px;
}

.thirdContainer .third {
  padding: 30px;
}

.mitarbeiterContainer {
  padding: 0 10px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.mitarbeiterContainer > div {
  display: inline-block;
}

@media (max-width: 1030px) {
  .mitarbeiterContainer > div {
    width: 463px;
    max-width: 100%;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 34px !important;
  }
}

.mitarbeiterContainer > div:not(:last-child) {
  margin-bottom: 34px;
}

.mitarbeiterContainer > div:nth-of-type(odd) {
  margin-right: 34px;
}

@media (max-width: 1030px) {
  .mitarbeiterContainer > div:nth-of-type(odd) {
    margin-right: 0;
  }
}

.person {
  width: 463px;
  max-width: 100%;
  cursor: pointer;
  color: #fff;
}

.person > img {
  border-right: 5px solid #fff;
  width: 174px;
  height: 250px;
  float: left;
}

.person .desc {
  position: relative;
  background-color: #e30613;
  vertical-align: top;
  min-height: 250px;
  font-size: 18px;
  padding: 22px;
  overflow: hidden;
}

.person .desc .name {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 16px;
}

.person .desc p {
  line-height: 20px;
  margin-bottom: 16px;
}

.person .desc a {
  color: #fff;
}

.person.contact a {
  color: #fff;
}

.person.contact .descText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.person.contact .bottom div:last-child p {
  margin-bottom: 0;
}

.person:hover .white-button {
  color: #e30613;
  background-color: #fff;
}

.detailText {
  display: none;
}

.detailTextContainer .arrowTop {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 50px 40px;
  border-color: transparent transparent #ffffff transparent;
}

.detailTextContainer {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/detailText.png");
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 18px;
  padding: 25px 30px 5px 25px;
  margin-bottom: 33px;
  position: relative;
}

.detailTextContainer b {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
}

.detailTextContainer .arrowTop {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: -1;
}

.detailTextContainer.showArrowNow .arrowTop {
  top: -49px;
  z-index: 0;
}

.terminContainer {
  margin-top: 14px;
  margin-bottom: 28px;
}

.terminContainer [class*='cute-']:last-of-type {
  float: left;
}

.termin {
  position: relative;
  padding-left: 70px;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 13px;
}

.termin .datum {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e30613;
  color: #ffffff;
  width: 70px;
  height: 121px;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.termin .text {
  font-size: 18px;
  background-color: #fff;
  height: 105px;
  width: 100%;
  padding: 20px;
}

@media (max-width: 991px) {
  .termin .text {
    min-height: 105px;
    height: auto;
  }
}

.linkLeiste {
  background-color: #e30613;
  margin-bottom: 20px;
  padding: 10px 15px;
  padding-right: 85px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: relative;
  display: block;
}

.linkLeiste h3 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-size: 22px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.linkLeiste h3 p {
  margin: 0;
}

.linkLeiste .beginn {
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.linkLeiste .target {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.linkLeiste .target > div {
  margin: 0;
}

.linkLeiste:hover {
  background: #fff;
}

.linkLeiste:hover h3,
.linkLeiste:hover .beginn {
  color: #e30613;
}

.linkLeiste:hover .white-button {
  background-color: #e30613;
  border-color: #e30613;
}

.linkLeiste:hover .white-button:hover {
  background-color: #fff;
}

.kooperationen-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  width: 100%;
}

.kooperationen-slider-button {
  background-color: #fff;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.kooperationen-slider-button.prev {
  margin-right: 1px;
}

.kooperationen-slider {
  width: 717px;
}

.kooperationen-slider .slick-slide {
  opacity: 0.5;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.kooperationen-slider .slick-slide img {
  margin: 0 auto;
}

.kooperationen-slider .slick-current + .slick-active {
  opacity: 1;
}

.kooperationen-slider .hidden-desc {
  display: none;
}

.kooperationen-slider-desc {
  background-color: #e30613;
  color: #fff;
  padding: 22px;
  position: relative;
  margin-top: 42px;
  margin-bottom: 30px;
}

.kooperationen-slider-desc::after {
  content: '';
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27.5px 35px 27.5px;
  border-color: transparent transparent #e30613 transparent;
}

.kooperationen-slider-desc .headline {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.kooperationen-slider-desc .text {
  font-size: 18px;
}

.kooperationen-slider-desc .text p:last-child {
  margin-bottom: 0;
}

.kooperationen-slider-desc .text a {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-skin {
  border-radius: 0;
}

.ausbildungsberuf {
  font-size: 18px;
  margin-top: 10px;
}

.ausbildungsberuf h2 {
  color: #000;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ausbildungsberuf h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.ausbildungsberuf ul {
  list-style-type: none;
  color: #434343;
  margin-bottom: 15px;
}

.ausbildungsberuf ul li::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/bullet.png");
  margin-right: 10px;
}

.ausbildungsberuf ul li:not(:last-child) {
  margin-bottom: 10px;
}

.ausbildungsberuf .detail {
  color: #434343;
}

.infotag .bg-content ul:not(.gridder) {
  list-style-type: none;
  margin-bottom: 15px;
}

.infotag .bg-content ul:not(.gridder) li {
  font-size: 18px;
}

.infotag .bg-content ul:not(.gridder) li::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/bullet.png");
  margin-right: 10px;
}

.infotag .bg-content ul:not(.gridder) li:not(:last-child) {
  margin-bottom: 10px;
}

.gridder-list:nth-of-type(2n) {
  margin-right: 1%;
  margin-bottom: 2%;
}

.qTeaser {
  text-align: center;
}

.qTeaser .gridder-list {
  width: 182px;
  background-color: #fff;
  min-height: 182px;
  padding: 9px;
  color: #e30613;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.qTeaser .gridder-list:hover, .qTeaser .gridder-list.selectedItem {
  background-color: #e30613;
  color: #fff;
}

.qTeaser .gridder-list:hover .qTeaserTriangle, .qTeaser .gridder-list.selectedItem .qTeaserTriangle {
  border-color: #e30613 transparent transparent transparent;
  z-index: 1;
}

.qTeaser .gridder-list:hover .red-button, .qTeaser .gridder-list.selectedItem .red-button {
  border-color: white;
  color: white;
}

.qTeaser .gridder-list.selectedItem .qTeaserTriangle {
  bottom: -18px;
}

.qTeaser .gridder-show {
  text-align: left;
  width: 98.9%;
  margin-bottom: 2%;
  background-color: #f1f2f2;
  padding: 25px;
}

.qTeaserImage {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 20px;
}

@media (max-width: 599px) {
  .qTeaserImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.qTeaserTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 0;
}

.bg-zitate {
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/mood/zitate.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-zitate.black {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#181818+0,4c4d4d+100 */
  background: #181818;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#4c4d4d));
  background: linear-gradient(to bottom, #181818 0%, #4c4d4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#4c4d4d', GradientType=0);
  /* IE6-9 */
}

.azubi-zitate {
  text-align: center;
  width: 830px;
  max-width: 90%;
  margin: 0 auto;
}

.azubi-zitate h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 45px;
}

.azubi-zitate .slider-section {
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
}

@media (max-width: 767px) {
  .azubi-zitate .slider-section {
    font-size: 18px;
  }
}

.azubi-zitate .slider-section .slick-prev {
  left: 0;
}

@media (max-width: 640px) {
  .azubi-zitate .slider-section .slick-prev {
    left: -14px;
  }
}

.azubi-zitate .slider-section .slick-prev::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/white-arrow-left.png");
}

.azubi-zitate .slider-section .slick-next {
  right: 0;
}

@media (max-width: 640px) {
  .azubi-zitate .slider-section .slick-next {
    right: -14px;
  }
}

.azubi-zitate .slider-section .slick-next::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/white-arrow-right.png");
}

.azubi-zitate .name {
  font-style: normal;
}

.infotag-zitate {
  text-align: center;
  width: 830px;
  max-width: 90%;
  margin: 0 auto;
}

.infotag-zitate h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  margin-top: 0;
  text-align: left;
  margin-bottom: 40px;
}

.infotag-zitate .slider-section {
  color: #ffffff;
  font-size: 36px;
  font-style: italic;
}

@media (max-width: 767px) {
  .infotag-zitate .slider-section {
    font-size: 18px;
  }
}

.infotag-zitate .slider-section .slick-prev {
  left: 0;
  top: 58%;
}

@media (max-width: 640px) {
  .infotag-zitate .slider-section .slick-prev {
    left: -14px;
  }
}

.infotag-zitate .slider-section .slick-prev::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/white-arrow-left.png");
}

.infotag-zitate .slider-section .slick-next {
  right: 0;
  top: 58%;
}

@media (max-width: 640px) {
  .infotag-zitate .slider-section .slick-next {
    right: -14px;
  }
}

.infotag-zitate .slider-section .slick-next::before {
  content: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/white-arrow-right.png");
}

.infotag-zitate .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.azubi-portraits {
  margin: 0 -350px;
  margin-top: 45px;
  height: 230px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/red-splatter-bottom.png");
}

@media (max-width: 767px) {
  .azubi-portraits {
    margin-top: 100px;
  }
}

@media (min-width: 1030px) {
  .azubi-portraits {
    margin-bottom: -50px;
  }
}

.azubi-portraits img {
  margin-left: -25px;
  margin-right: -25px;
  /* filter: contrast(0.7) saturate(0.8); */
  -webkit-filter: contrast(0.8) saturate(0.3);
          filter: contrast(0.8) saturate(0.3);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .azubi-portraits img:not(.active) {
    display: none;
  }
}

.azubi-portraits img.active {
  -webkit-filter: none;
          filter: none;
  z-index: 1;
}

.azubi-portraits[data-portrait-count="1"] {
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/red-splatter-bottom-1.png");
  margin-left: -10px;
  margin-right: -10px;
}

.azubi-portraits[data-portrait-count="2"] {
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/red-splatter-bottom-2.png");
}

.azubi-portraits[data-portrait-count="3"] {
  background-image: url("https://www.asosafety.co.uk/fileadmin/templates/images/azubi/background/red-splatter-bottom-3.png");
}

@-webkit-keyframes arrow {
  0% {
    top: 65%;
    opacity: 0;
  }
  60% {
    top: 35%;
    opacity: 1;
  }
  100% {
    top: 35%;
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    top: 65%;
    opacity: 0;
  }
  60% {
    top: 35%;
    opacity: 1;
  }
  100% {
    top: 35%;
    opacity: 0;
  }
}

.toTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 5px;
  background: #000;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

.arrowUp {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 8px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  transform: rotate(-135deg) translate(50%, -15%);
  -webkit-transform: rotate(-135deg) translate(50%, -15%);
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 992px) {
  .youtubeContainer > div:first-child {
    padding-right: 0;
  }
  .youtubeContainer > div:nth-child(2) {
    padding-left: 0;
  }
}

.mean-container .mean-bar {
  background: #ececec;
  padding: 0;
}

.mean-container .mean-nav {
  background: #434343;
  margin-top: 46px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 27px;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
}

.metaFooter {
  margin-top: -10px;
}

.metaFooter li {
  float: none;
  display: inline-block;
  width: auto;
  position: static !important;
}

.metaFooter li:not(:last-child)::after {
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.metaFooter li a {
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.metaFooter li a:hover {
  color: #e30613;
}

.metaFooter li.active a {
  color: #e30613;
}

.yt-video {
  width: 100%;
  min-height: 276px;
}

.sameHeight {
  min-height: 350px !important;
}

@media (max-width: 991px) {
  .sameHeight {
    min-height: 276px !important;
  }
}

@media (max-width: 1030px) {
  .csc-subheader {
    text-align: center;
  }
  .kooperationen-slider {
    max-width: 77%;
    margin: 0 auto;
  }
  .kooperationen-slider-button.prev {
    padding: 0 10px 0 6px;
  }
  .kooperationen-slider-button.next {
    padding: 0 6px 0 10px;
  }
}

@media (max-width: 990px) {
  #logoLink > img {
    position: absolute;
    top: 7px;
    height: 33px;
    left: 7px;
  }
  #head #azubi-mood #azubi-mood-headline,
  #head .azubi-mood .azubi-mood-headline {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 640px) {
  .teaserRed .textPart {
    min-height: 0;
  }
  .teaserRed .textPart h3 {
    margin-bottom: 50px;
  }
  .breadcrumb {
    display: none;
  }
  .azubiHeadline {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .person {
    display: block;
  }
  .person > img {
    margin: 0 auto;
    display: block;
    float: none;
    border-left: 5px solid #fff;
  }
  .person .desc {
    width: 100%;
  }
}

.check_mark {
  width: 80px;
  height: 130px;
  margin: 0 auto;
}

button {
  cursor: pointer;
  margin-left: 15px;
}

.hide {
  display: none;
}

.sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sa-icon.sa-success {
  border-color: #4CAF50;
}

.sa-icon.sa-success::before,
.sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #f9f9f9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(76, 175, 80, 0.5);
  border-radius: 40px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #f9f9f9;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
  border-color: transparent\9;
}

.sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

#map {
  width: 100%;
  height: 480px;
  max-width: 100%;
  position: relative;
}

#mapcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#placecard {
  position: absolute;
  z-index: 2;
}

#map .placecardcontainer {
  -webkit-box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}

#map .placecardleft {
  float: left;
  width: 75%;
}

#map .placecardright {
  text-align: center;
  float: left;
  width: 25%;
}

#map .placecardbusiness-name {
  color: #000;
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  -webkit-perspective-origin: 100px 9.5px;
  perspective-origin: 100px 9.5px;
  -webkit-transform-origin: 100px 9.5px;
  transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}

#map .placecardinfo {
  color: #5b5b5b;
  cursor: default;
  height: 32px;
  width: 200px;
  -webkit-column-rule-color: #5b5b5b;
  column-rule-color: #5b5b5b;
  -webkit-perspective-origin: 100px 16px;
  perspective-origin: 100px 16px;
  -webkit-transform-origin: 100px 16px;
  transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px / normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
}

#map .placecarddirection-icon {
  background: transparent url("https://www.asosafety.co.uk/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}

#map .placecarddirection-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}

#map .placecardview-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}

.tx-felogin-pi1 > h3 + div {
  margin-bottom: 10px;
}

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  border: 1px solid #808080;
  height: 30px;
  width: 350px;
  max-width: 100%;
  margin-bottom: 7px;
  padding: 0 5px;
}
/*# sourceMappingURL=style.css.map */