@import "font-awesome.min.css";
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2.0-Light-webfont.eot');
  src: url('../fonts/Exo2.0-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Light-webfont.woff') format('woff'), url('../fonts/Exo2.0-Light-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-Light-webfont.svg#Exo2.0-Light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2';
  src: url('../fonts/Exo2.0-SemiBold-webfont.eot');
  src: url('../fonts/Exo2.0-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-SemiBold-webfont.woff') format('woff'), url('../fonts/Exo2.0-SemiBold-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-SemiBold-webfont.svg#Exo2.0-SemiBold-webfont') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2Thin';
  src: url('../fonts/Exo2.0-Thin-webfont.eot');
  src: url('../fonts/Exo2.0-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Thin-webfont.woff') format('woff'), url('../fonts/Exo2.0-Thin-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-Thin-webfont.svg#Exo2.0-Thin-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2SemiBold';
  src: url('../fonts/Exo2.0-SemiBold-webfont.eot');
  src: url('../fonts/Exo2.0-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-SemiBold-webfont.woff') format('woff'), url('../fonts/Exo2.0-SemiBold-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-SemiBold-webfont.svg#Exo2.0-SemiBold-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Exo2SemiLight';
  src: url('../fonts/Exo2.0-Light-webfont.eot');
  src: url('../fonts/Exo2.0-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Light-webfont.woff') format('woff'), url('../fonts/Exo2.0-Light-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-Light-webfont.svg#Exo2.0-Light-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0px;
  padding: 0px;
  background-image: url(../img/bg.jpg);
}
body {
  font-family: 'Exo2', 'Arial', 'Helvetica';
  min-width: 480px;
}
p {
  margin: 0 0 20px 0;
  line-height: 1.5;
  font-size: 17px;
}
a {
  color: #3d4d89;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #2d2d2d;
}
a img {
  border: 0px;
}
a.button {
  display: block;
  border: solid 1px #c9c8c8;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 20px;
}
a.button:before {
  content: "\f08e";
  right: 0px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: FontAwesome;
  font-size: 22px;
  color: #3d4d89;
}
a.button:hover {
  background-color: #3d4d89;
  color: #ffffff;
}
a.button:hover:before {
  color: #ffffff;
}
a.download:before {
  content: "\f019";
}
span.envelope,
span.phone,
span.angle-right,
span.home {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
span.envelope:before,
span.phone:before,
span.angle-right:before,
span.home:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 6px;
  color: #555555;
  position: absolute;
  left: 0px;
}
span.angle-right {
  padding-left: 11px;
}
span.phone:before {
  content: "\f095";
}
span.envelope:before {
  content: "\f0e0";
}
span.home:before {
  content: "\f015";
}
ul.icon-list {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  display: block;
}
ul.icon-list li {
  position: relative;
  padding-left: 22px;
}
ul.icon-list li:before {
  position: absolute;
  left: 0px;
}
ul.icon-list li.phone:before {
  content: "\f095";
}
ul.icon-list li.home:before {
  content: "\f015";
}
ul.icon-list li.print:before {
  content: "\f02f";
}
ul.icon-list li.envelope:before {
  content: "\f0e0";
}
ul.icon-list li.check-circle:before {
  content: "\f058";
}
ul.icon-list li {
  margin-bottom: 10px;
}
ul.icon-list li:before {
  font-family: FontAwesome;
  padding-right: 6px;
  color: #555555;
}
div.TextIntro {
  text-align: center;
}
div.TextIntro p {
  font-size: 20px;
}
div.section {
  margin: 40px 0;
}
div.section div.text_img {
  overflow: hidden;
}
div.section div.text_img p {
  overflow: hidden;
  padding-right: 80px;
}
div.section div.text_img img {
  float: right;
}
div.section div.text_img:nth-child(odd) img {
  float: left;
}
div.section div.text_img:nth-child(odd) p {
  padding: 0 0 0 80px;
}
div.section h2 {
  text-align: center;
  font-weight: bold;
  font-family: Exo2;
  padding: 100px 0 4px 0;
}
h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 40px;
  font-weight: normal;
  font-family: Exo2Thin;
}
h3 {
  font-size: 30px;
  font-family: Exo2Thin;
  font-weight: normal;
  margin: 0 0 30px 0;
}
h3.section {
  font-family: Exo2SemiBold;
  font-weight: bold;
}
h3#informationLinkList {
  padding-top: 80px;
}
h4 {
  font-size: 17px;
}
div.frame {
  max-width: 1100px;
  margin: auto;
  position: relative;
}
div#footer {
  margin: 100px 0 0 0;
}
div#headertitle {
  background-color: #3d4d89;
  color: #ffffff;
  padding: 10px 0px;
  margin-bottom: 60px;
}
div#headertitle h1 {
  font-family: Exo2Thin;
}
div#headertitle a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
div#headertitle a:before {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 4px;
}
div#headertitle i.fa {
  color: #ffffff;
}
div#head {
  font-size: 13px;
  color: #555555;
  height: 187px;
}
div#head div.frame {
  padding: 15px 0 10px 0;
}
div#head div.frame img#logo {
  position: absolute;
  top: 24px;
}
div#head div.frame div {
  position: absolute;
  right: 0px;
  top: 15px;
}
div#head div.frame div span {
  margin-left: 20px;
}
div#head div.frame div a {
  color: #555555;
  text-decoration: none;
}
div#head div.frame div a:hover {
  color: #3d4d89;
}
div#head div.frame div i {
  font-size: 16px;
  margin-right: 3px;
}
div#head div.frame div i.fa-phone {
  margin-left: 20px;
}
div#homeHeader {
  width: 100%;
}
div#homeHeader div.text {
  position: absolute;
  font-size: 26px;
  color: #111;
  top: 60px;
  width: 598px;
  opacity: 0.7;
  margin-left: 57px;
  font-family: Exo2SemiLight;
  line-height: 1.4em;
}
div#homeHeader div.text strong {
  font-size: 50px;
  display: block;
  line-height: 1.1;
  margin-bottom: 8px;
  font-family: Exo2SemiBold;
  color: #333;
}
div#homeHeader img {
  width: 100%;
}
div#footerBoxes {
  background-color: #e2e1e1;
  padding: 30px 0;
}
div#footerBoxes a {
  color: #2d2d2d;
  text-decoration: none;
}
div#footerBoxes a:hover {
  color: #3d4d89;
}
div#footerBoxes h3 {
  margin-bottom: 25px;
  font-family: Exo2;
}
div#footerBoxes div.frame div {
  width: 316px;
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  font-size: 15px;
  padding: 10px 0 10px 0;
}
div#footerBoxes div.frame div h3 {
  font-size: 20px;
  color: #3d4d89;
  font-weight: normal;
  border-bottom: solid 1px #c9c8c8;
  padding-bottom: 2px;
}
div#footerBoxes div.frame div.third {
  margin-right: 0px;
}
div#footerBoxes div.frame div.faezt div {
  display: inline-block;
  width: 190px;
  margin: 0;
  padding: 0;
}
div#footerBoxes div.frame div.faezt img {
  display: inline-block;
  margin-right: 10px;
}
div#footerBoxes div.frame div.faezt p {
  margin-top: 0px;
}
div#footerBoxes div.frame ul.footerlinklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#footerBoxes div.frame ul.footerlinklist li {
  border-bottom: solid 1px #c9c8c8;
  margin-bottom: 15px;
}
div#footerBoxes div.frame ul.footerlinklist a {
  padding: 0 35px 15px 0;
  display: inline-block;
  position: relative;
}
div#footerBoxes div.frame ul.footerlinklist a:before {
  content: "\f08e";
  right: 0px;
  position: absolute;
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  color: #555555;
}
div#footerBoxes div.frame ul.footerlinklist a:hover:before {
  color: #3d4d89;
}
div#footerBoxes div.frame ul.footerlinklist a.download:before {
  content: "\f019";
}
div#footerBoxes div.frame ul.fa-ul li {
  margin: 0 0 10px -8px;
}
div#metaNavigation {
  background-color: #3d4d89;
  color: #ffffff;
  padding: 20px;
  font-size: 13px;
}
div#metaNavigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0px;
}
div#metaNavigation ul li {
  display: inline-block;
  margin: 0 0 0 15px;
}
div#metaNavigation ul li a {
  text-decoration: none;
  color: #ffffff;
}
ul#navigation {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 95px;
  right: 0px;
}
ul#navigation li {
  display: inline-block;
  margin: 0 0 0 22px;
}
ul#navigation li a {
  text-decoration: none;
  color: #2d2d2d;
  font-size: 18px;
}
ul#navigation li a:hover {
  color: #3d4d89;
}
ul#navigation li a.active {
  color: #3d4d89;
}
ul#navigation.sticky {
  -webkit-transition: margin 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: margin 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: margin 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: margin 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin 800ms cubic-bezier(0.23, 1, 0.32, 1);
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: -60px;
  margin-top: 60px;
  padding-top: 8px;
  height: 42px;
  left: 0px;
  z-index: 1001;
  text-align: center;
}
ul#navigation.sticky li {
  font-size: 25px;
}
ul#navigation.sticky a:after {
  content: "";
}
ul#subNavigation {
  min-width: 480px;
  margin: -60px 0 0 0;
  padding: 30px 0 0 0;
  list-style: none;
  position: absolute;
  border-bottom: solid #e2e1e1 1px;
  width: 100%;
  text-align: center;
  height: 65px;
  display: inline-block;
}
ul#subNavigation li {
  display: inline-block;
  margin: 0 40px 0 0;
  font-size: 30px;
  font-family: Exo2Thin;
}
ul#subNavigation li:nth-child(3n+3) {
  margin-right: 0px;
}
ul#subNavigation a {
  color: #555555;
}
ul#subNavigation a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  padding: 0 0 15px 10px;
}
ul#subNavigation a:hover {
  color: #3d4d89;
}
ul#subNavigation a.active {
  color: #3d4d89;
}
ul#subNavigation.sticky {
  min-width: 0;
  position: fixed;
  border: 0px;
  z-index: 1000;
  top: 50%;
  left: auto;
  width: auto;
  right: 10px;
  padding: 10px;
  height: 110px;
}
ul#subNavigation.sticky li {
  display: block;
  margin: 0px;
  position: relative;
  text-align: right;
  font-size: 13px;
}
ul#subNavigation.sticky a {
  display: block;
  padding: 4px 0px;
}
ul#subNavigation.sticky a span {
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 600ms cubic-bezier(0.23, 1, 0.32, 1);
  color: #555555;
}
ul#subNavigation.sticky a:after {
  position: relative;
  top: 1px;
  padding: 0 0 0 10px;
  content: "\f10c";
  color: #c9c8c8;
  font-size: 16px;
}
ul#subNavigation.sticky a:hover span {
  opacity: 1;
}
ul#subNavigation.sticky a:hover:after {
  content: "\f192";
}
ul#subNavigation.sticky a.active:after {
  color: #3d4d89;
  content: "\f192";
}
div#homeBoxes {
  max-width: 1100px;
  margin: auto;
  position: relative;
  text-align: center;
  margin-top: -200px;
  margin-bottom: 60px;
  color: #ffffff;
}
div#homeBoxes li:before {
  color: #ffffff;
}
div#homeBoxes a {
  color: #ffffff;
}
div#homeBoxes div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 328px;
  height: 308px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #3d4d89;
  padding: 32px 36px 36px 36px;
  margin-right: 1px;
  font-size: 15px;
}
div#homeBoxes div h3 {
  font-weight: normal;
  font-size: 26px;
  padding: 0;
  margin: 0 0 15px 0;
}
div#homeBoxes div.second {
  background: #822671;
}
div#homeBoxes div.third {
  background: #ac015a;
  margin-right: 0px;
}
div.center {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}
div.homeTeasers a {
  width: 515px;
  display: inline-block;
  vertical-align: top;
  margin: 0 70px 0 0;
  background: #e2e1e1;
  text-decoration: none;
  color: #2d2d2d;
  text-align: center;
  -webkit-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
div.homeTeasers a:hover {
  color: #ffffff;
  background-color: #3d4d89;
}
div.homeTeasers a:hover img {
  opacity: 1;
}
div.homeTeasers a span {
  padding: 8px 0 14px 0;
  display: block;
  position: relative;
}
div.homeTeasers img {
  opacity: 0.6;
  -webkit-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
div.homeTeasers a.second {
  margin-right: 0px;
}
table.timetable {
  margin-top: 14px;
  font-size: 15px;
  border-bottom: solid 1px #e2e1e1;
  padding-bottom: 6px;
}
table.timetable th {
  text-align: left;
}
table.timetable th.left {
  padding: 0 25px 0 0;
}
table.timetable td {
  padding: 2px;
}
table.timetable tr.head th {
  padding: 0 35px 10px 0;
}
table.timetable tr.head th:last-child {
  padding-right: 0px;
}
p.timetable {
  font-size: 12px;
  margin-top: 8px;
}
a.contactbox,
a.contactboxthird,
div.contactbox {
  text-decoration: none;
  color: #2d2d2d;
  width: 316px;
  height: 170px;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0 0 0;
  background: #e2e1e1;
  margin: 0 70px 40px 0;
  text-align: center;
  font-size: 20px;
  -webkit-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.contactbox:before,
a.contactboxthird:before,
div.contactbox:before {
  content: "\f095";
  display: block;
  font-family: FontAwesome;
  font-size: 80px;
  color: #555555;
  padding-bottom: 7px;
}
a.contactbox:hover,
a.contactboxthird:hover {
  background: #edebeb;
  color: #3d4d89;
}
a.contactbox:hover:before,
a.contactboxthird:hover:before {
  color: #3d4d89;
}
a.contactboxthird {
  margin-right: 0px;
}
a.adressbox:before {
  content: "\f015";
}
a.mailbox:before {
  content: "\f0e0";
}
div.direction {
  width: 705px;
  margin-right: 70px;
  display: inline-block;
}
div.timetable {
  display: inline-block;
  width: 316px;
  vertical-align: top;
}
iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
}
/* ########### ACCORDION  ############ */
div.accordion {
  text-align: left;
  margin: 0 0 40px 0;
  border-bottom: solid 1px #c9c8c8;
}
div.accordion h4 {
  cursor: pointer;
  padding: 14px 20px;
  margin: 0;
  font-weight: normal;
  border-top: solid 1px #c9c8c8;
  position: relative;
  color: #3d4d89;
}
div.accordion h4:before {
  content: "\f196";
  font-family: FontAwesome;
  font-size: 24px;
  color: #3d4d89;
  display: inline-block;
  right: 18px;
  top: 12px;
  position: absolute;
}
div.accordion h4:hover {
  background-color: #3d4d89;
  background-position: 100% -50px;
  color: #fff;
}
div.accordion h4:hover:before {
  color: #ffffff;
}
div.accordion h4.ui-accordion-header-active {
  background-position: 100% 0px;
  background-color: #555555;
  color: #fff;
  position: relative;
  z-index: 1;
}
div.accordion h4.ui-accordion-header-active:before {
  content: "\f147";
  color: #ffffff;
}
div.accordion div {
  padding: 20px 30px 30px 30px;
  background-color: #fafafa;
}
div.right,
div.left {
  display: inline-block;
  width: 518px;
  vertical-align: top;
  text-align: left;
}
div.right {
  margin-left: 60px;
}
/* ########### 3 COL Boxes  ############ */
ul.boxes {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.boxes li {
  width: 316px;
  display: inline-block;
  vertical-align: top;
  margin: 0 70px 0 0;
}
ul.boxes li ul.list {
  width: 100%;
}
ul.boxes li:nth-child(3n+3) {
  margin-right: 0px;
}
div.subsection {
  margin: 50px 0 0 0;
}
div.Quote {
  background: #e2e1e1;
  text-align: center;
  font-style: italic;
  padding: 25px 0 5px 0;
  font-family: Exo2Thin;
}
div.Quote p {
  font-size: 40px;
}
img.wide {
  width: 100%;
}
div.Risk,
div.Checklist {
  background: #e2e1e1;
  position: relative;
  padding-bottom: 30px;
}
div.Risk h3,
div.Checklist h3 {
  text-align: center;
  padding: 40px 0 20px 0;
}
div.Risk h3:before,
div.Checklist h3:before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 90px;
  display: block;
}
div.Risk ul.list,
div.Checklist ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.Risk ul.list li,
div.Checklist ul.list li {
  margin: 0 50px 20px 0;
  display: inline-block;
  width: 209px;
  vertical-align: top;
  text-align: left;
}
div.Risk ul.list li:nth-child(4n+4),
div.Checklist ul.list li:nth-child(4n+4) {
  margin-right: 0px;
}
div.Risk ul.list._3Cols li,
div.Checklist ul.list._3Cols li {
  width: 305px;
}
div.Risk ul.list._3Cols li:nth-child(4n+4),
div.Checklist ul.list._3Cols li:nth-child(4n+4),
div.Risk ul.list._3Cols li:nth-child(2n+2),
div.Checklist ul.list._3Cols li:nth-child(2n+2) {
  margin-right: 50px;
}
div.Risk ul.list._3Cols li:nth-child(3n+3),
div.Checklist ul.list._3Cols li:nth-child(3n+3) {
  margin-right: 0px;
}
/* ########### LIST  ############ */
ul.list {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  margin: 0 20px 20px 5px;
  padding: 0;
  list-style: none;
}
ul.list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
ul.list li:before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 12px;
  color: #555555;
  display: inline-block;
  left: 0px;
  top: 3px;
  position: absolute;
}
ul.list.col3 {
  width: 355px;
  margin: 0 4px 20px 5px;
}
div.Checklist h3 {
  text-align: left;
  padding-left: 100px;
  top: 35px;
  position: relative;
  margin-bottom: 65px;
}
div.Checklist h3:before {
  content: "\f058";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 20px;
}
div.Checklist ul.list {
  position: absolute;
  top: 51px;
  right: 0px;
  width: 316px;
}
div.Checklist ul.list li {
  display: list-item;
}
div.phonebox {
  border: 1px solid #555555;
  display: inline-block;
  text-align: center;
  padding: 25px;
  color: #2d2d2d;
}
div.phonebox span {
  display: block;
  padding: 22px 0;
}
div.phonebox span.time {
  font-size: 25px;
  font-family: Exo2SemiBold;
  padding: 0;
}
div.phonebox span.phone {
  font-size: 36px;
  font-family: Exo2Thin;
  padding: 0;
}
div.Language {
  text-align: center;
}
div.Language ul {
  list-style: none;
  margin: 0 0 85px 0;
  padding: 0;
}
div.Language ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 100px 0 0;
  width: 100px;
  height: 100px;
  position: relative;
  top: 130px;
}
div.Language ul li:before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../img/languages2.png");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -130px;
}
div.Language ul li.en:before {
  background-position: 0 -100px;
}
div.Language ul li.fr:before {
  background-position: 0 -200px;
}
div.Language ul li.gr:before {
  background-position: 0 -300px;
}
div.Language ul li.es:before {
  background-position: 0 -400px;
}
div.Language ul li.tu:before {
  background-position: 0 -500px;
}
div.Language ul li:last-child {
  margin-right: 0px;
}
div.Coop ul,
div.LinkList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.Coop ul li,
div.LinkList ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 29px 29px 0;
  padding-top: 30px;
  position: relative;
}
div.Coop ul a,
div.LinkList ul a,
div.Coop ul span,
div.LinkList ul span {
  display: block;
  width: 250px;
  height: 160px;
  padding: 10px 0 0 0;
  background: #edebeb;
  text-align: center;
  color: #2d2d2d;
  -webkit-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
div.Coop ul a img,
div.LinkList ul a img,
div.Coop ul span img,
div.LinkList ul span img {
  margin: 10px 0;
}
div.Coop ul a:hover,
div.LinkList ul a:hover,
div.Coop ul span:hover,
div.LinkList ul span:hover {
  background-color: #e2e1e1;
  color: #3d4d89;
}
div.Coop ul span,
div.LinkList ul span {
  line-height: 160px;
}
div.Coop ul li:nth-child(4n+4),
div.LinkList ul li:nth-child(4n+4) {
  margin-right: 0px;
}
div.LinkList ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 60px 10px 0;
}
div.LinkList ul a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 516px;
  height: 50px;
  padding: 13px 0 0 16px;
  background: none;
  text-align: left;
  color: #3d4d89;
  -webkit-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1200ms cubic-bezier(0.23, 1, 0.32, 1);
}
div.LinkList ul a:hover {
  background: #3d4d89;
  color: #ffffff;
}
div.LinkList ul li:nth-child(2n+2) {
  margin-right: 0px;
}
div#news {
  background-color: #3d4d89;
  color: #ffffff;
  padding: 20px 0;
}
div#news a {
  color: #ffffff;
  text-decoration: underline;
}
div#news div.frame {
  padding-left: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div#news span.close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: -18px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
div#news span.close:before {
  content: "\f057";
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  left: 3px;
  top: 2px;
}
div#news p {
  margin: 8px 0;
}
div#news span.attention {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0px;
}
div#news span.attention:before {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 46px;
  vertical-align: top;
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 18px;
}
/***** Back to Top *****/
a#backToTop {
  visibility: hidden;
  display: block;
  position: fixed;
  top: 4px;
  right: 10px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: 100%;
  color: #c9c8c8;
  z-index: 9999;
}
a#backToTop:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "\f106";
  font-family: FontAwesome;
  font-size: 38px;
  text-indent: 0;
  text-shadow: 1px 1px 1px #ffffff;
}
a#backToTop:hover {
  color: #555555;
}
div.fourCol h4 {
  margin: 0 0 9px 0;
}
div.fourCol ul.boxes li {
  margin-right: 0px;
  width: 272px;
}
div.fourCol p {
  font-size: 14px;
}
/********************************* (max-width: 1380) *********************************************/
@media only screen and (max-width: 1380px) {
  div#homeBoxes {
    margin-top: -100px;
  }
  div.Language ul li {
    margin: 0 60px 0 0;
  }
}
/********************************* (max-width: 1160) *********************************************/
@media only screen and (max-width: 1160px) {
  div#footerBoxes div.frame div {
    width: 270px;
    margin-right: 40px;
  }
  div#footerBoxes div.frame div.faezt img {
    width: 60px;
  }
  div.fourCol ul.boxes {
    text-align: center;
  }
  div.fourCol ul.boxes li {
    width: 400px;
  }
  div.right,
  div.left {
    width: 430px;
  }
  div.frame {
    max-width: 960px;
  }
  div#news div.frame {
    padding-left: 315px;
  }
  div#news {
    padding: 30px 10px 30px 50px;
    margin-top: 20px;
  }
  div.homeTeasers a {
    margin-right: 40px;
  }
  div.Risk ul.list li,
  div.Risk ul.list._3Cols li {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.Risk ul.list li,
  div.Checklist ul.list li,
  div.Risk ul.list._3Cols li,
  div.Checklist ul.list._3Cols li,
  div.Risk ul.list li:nth-child(4n+4),
  div.Checklist ul.list li:nth-child(4n+4),
  div.Risk ul.list._3Cols li:nth-child(4n+4),
  div.Checklist ul.list._3Cols li:nth-child(4n+4),
  div.Risk ul.list li:nth-child(2n+2),
  div.Checklist ul.list li:nth-child(2n+2),
  div.Risk ul.list._3Cols li:nth-child(2n+2),
  div.Checklist ul.list._3Cols li:nth-child(2n+2) {
    margin-right: 5%;
  }
  div.Risk ul.list li:nth-child(3n+3),
  div.Checklist ul.list li:nth-child(3n+3),
  div.Risk ul.list._3Cols li:nth-child(3n+3),
  div.Checklist ul.list._3Cols li:nth-child(3n+3) {
    margin-right: 0px;
  }
}
/********************************* (max-width: 1108) *********************************************/
@media only screen and (max-width: 1108px) {
  div.frame {
    max-width: 930px;
  }
  ul.boxes li {
    width: 274px;
    margin: 0 50px 0 0;
  }
  div.Coop ul li {
    margin: 0 15px 0 0;
  }
  div.Coop ul a,
  div.Coop ul span {
    width: 218px;
  }
  ul.list {
    width: 438px;
  }
  div.contactbox,
  a.contactboxthird,
  div.timetable,
  a.contactbox {
    width: 260px;
  }
  div.direction {
    width: 595px;
  }
  div#homeBoxes {
    margin-top: -60px;
  }
  div#homeBoxes div {
    width: 308px;
    height: 318px;
  }
  ul#navigation li a {
    font-size: 15px;
  }
  div.LinkList ul a {
    width: 433px;
  }
  div#homeHeader div.text {
    font-size: 22px;
  }
  div#homeHeader div.text strong {
    font-size: 40px;
  }
  div#homeHeader div.text {
    width: 480px;
  }
  div.homeTeasers a {
    margin-right: 5%;
    width: 47%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.homeTeasers a img {
    width: 100%;
  }
  div.homeTeasers a:nth-child(3n+3) {
    margin-right: 0px;
  }
}
/********************************* (max-width: 959) *********************************************/
@media only screen and (max-width: 959px) {
  div.Language ul {
    margin: 0 0 0 0;
  }
  div.Language ul li {
    margin: 0 50px 85px 0;
  }
  div.Checklist h3 {
    top: 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  div.Checklist h3:before {
    display: block;
    position: relative;
    top: 0px;
  }
  div.Checklist {
    text-align: center;
  }
  div.Checklist ul.list {
    top: 25px;
    width: 100%;
    position: relative;
    text-align: center;
  }
  div.Checklist ul.list li {
    display: inline-block;
  }
  ul#navigation {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-top: 32px;
    text-align: center;
  }
  div#head div.frame img#logo {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    margin: auto;
  }
  div#head div.frame div {
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  div.frame {
    padding: 20px;
  }
  div#homeBoxes {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  div#homeBoxes div {
    width: 90%;
    height: auto;
    text-align: center;
    padding: 32px 36px 30px 36px;
  }
  div#homeBoxes div.third table.timetable {
    margin: auto;
  }
  div#homeHeader div.text {
    display: none;
  }
  div.right,
  div.left {
    width: 100%;
  }
  div.right {
    margin-left: 0px;
  }
  ul.boxes li {
    width: 100%;
    margin: 0 0 0 0;
  }
  div.Coop ul li {
    width: 20%;
    margin: 0 5% 20px 0;
  }
  div.LinkList ul li {
    width: 45%;
    margin-right: 5%;
  }
  div.LinkList ul a {
    width: 100%;
  }
  div.Coop ul a,
  div.Coop ul span {
    width: 100%;
    font-size: 14px;
  }
  div.Coop ul a img {
    width: 100%;
  }
  ul.list {
    width: 100%;
    margin-right: 0px;
  }
  ul.list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0px;
  }
  ul.list li:nth-child(2n+2) {
    margin-right: 0px;
  }
  div#headertitle {
    text-align: center;
  }
  div#headertitle a {
    display: none;
  }
  div#headertitle h1 {
    font-size: 30px;
  }
  div#head {
    height: 224px;
  }
  div#homeHeader {
    margin-top: -26px;
  }
  div#footerBoxes div.frame div {
    width: 29%;
    margin-right: 5%;
  }
  div#footerBoxes div.frame div.faezt img {
    width: 60px;
  }
  div.direction {
    width: 50%;
  }
  div.contactbox,
  a.contactboxthird,
  div.timetable,
  a.contactbox {
    width: 29%;
  }
  a.contactbox,
  a.contactboxthird,
  div.contactbox {
    margin-right: 5%;
  }
  a.contactboxthird {
    margin-right: 0px;
  }
  div.second ul.icon-list li {
    padding-left: 0px;
  }
  div.second ul.icon-list li:before {
    left: auto;
    position: relative;
  }
}
/********************************* (max-width: 800) *********************************************/
@media only screen and (max-width: 800px) {
  div#news {
    margin-top: 20px;
  }
  div#news div.frame {
    padding-left: 295px;
  }
  div.Risk ul.list li,
  div.Risk ul.list._3Cols li {
    width: 45%;
  }
  div.Risk ul.list li,
  div.Risk ul.list._3Cols li,
  div.Risk ul.list li:nth-child(3n+3),
  div.Risk ul.list._3Cols li:nth-child(3n+3) {
    margin-right: 5%;
  }
  div.Risk ul.list li:nth-child(2n+2),
  div.Risk ul.list._3Cols li:nth-child(2n+2) {
    margin-right: 0px;
  }
  div.direction {
    width: 100%;
    margin-right: 0px;
  }
  ul#subNavigation li {
    margin: 0 30px 0 0;
    font-size: 27px;
  }
  div.Checklist ul.list li {
    margin-right: 0px;
    width: 193px;
  }
  div.Language ul {
    margin: 0 0 0 0;
  }
  div.Language ul li {
    margin: 0 30px 85px 0;
  }
}
/********************************* (max-width: 656px) *********************************************/
@media only screen and (max-width: 656px) {
  div#footerBoxes div.frame ul.footerlinklist a {
    padding-right: 35px;
    width: inherit;
  }
  div#metaNavigation span {
    width: 184px;
    display: inline-block;
  }
  ul.icon-list li {
    padding-left: 0px;
  }
  ul.icon-list li:before {
    left: auto;
    position: relative;
  }
  div#metaNavigation ul {
    top: 35px;
  }
  div.fourCol ul.boxes li {
    width: 100%;
  }
  div.Language ul {
    margin: 0 0 0 0;
  }
  div.Language ul li {
    margin: 0 10px 85px 10px;
  }
  div#news div.frame {
    padding: 45px 5px 5px 5px;
  }
  div#news span.attention {
    top: 9px;
    left: 50%;
    margin-left: -138px;
  }
  div#head div.frame img#logo {
    width: 80%;
  }
  div.homeTeasers a,
  div.homeTeasers a:nth-child(2n+2) {
    display: block;
    margin: auto;
    width: 90%;
    margin-bottom: 16px;
  }
  div#footerBoxes div.frame {
    text-align: center;
  }
  div#footerBoxes div.frame div {
    width: 100%;
    margin-right: 0px;
  }
  div#footerBoxes div.frame div.faezt img {
    width: 89px;
    display: block;
    margin: auto;
  }
  div.contactbox,
  a.contactboxthird,
  div.timetable,
  a.contactbox {
    width: 100%;
  }
  a.contactbox,
  a.contactboxthird,
  div.contactbox {
    margin-right: 0px;
  }
  ul#subNavigation li {
    margin: 0 18px 0 0;
    font-size: 18px;
  }
  div.Coop ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  div.Coop ul a {
    width: 100%;
    font-size: 16px;
  }
  div.Coop ul a img {
    width: initial;
  }
  div.LinkList ul li {
    width: 100%;
    margin-right: 0px;
  }
  div.Quote p {
    font-size: 30px;
  }
  h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  ul#subNavigation.sticky {
    display: none;
  }
  ul#navigation.sticky {
    display: none;
  }
  div.subsection {
    margin-top: 20px;
  }
  div.section h2 {
    padding-top: 50px;
  }
  div.Checklist ul.list li {
    margin-right: 0px;
    width: 193px;
  }
  div.homeTeasers img {
    opacity: 1;
  }
}
div.cols3List h3 {
  text-align: center;
}
h3#Urlaubsvertretung {
  margin-top: -60px;
  padding-top: 60px;
}
