@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 **/
/* ================================================================ *\
	#Reset
\* ================================================================ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}

/* ================================================================ *\
	#Base #ffc500
\* ================================================================ */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  min-width: 960px;
  background: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #d7a809;
  font-weight: 500;
}

a:hover {
  opacity: .75;
}

h1,
h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

h1 {
  font-size: 72px;
  color: #fff;
  line-height: 1;
}

h2 {
  font-size: 32px;
}

h2 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
}

h5 {
  font-size: 12px;
}

dt {
  font-weight: 700;
  margin-top: 10px;
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  overflow: visible;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

hr {
  margin: 1em 0;
  border: none;
  display: block;
  height: 1px;
  clear: both;
  background: linear-gradient(to right, #f2f2f2, #b3b3b3, #f2f2f2);
}

.section-english hr {
  background: linear-gradient(to right, #ffffff, #cccccc, #ffffff);
}

/* ================================================================ *\
	#Helpers
\* ================================================================ */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.centered {
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100%;
}

.shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 7px;
  box-sizing: border-box;
  position: relative;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.ico {
  display: inline-block;
  vertical-align: middle;
  background: url(../../img/4u/sprite.png) no-repeat;
}

.ico-arrowdown-red,
.ico-arrowup {
  width: 25px;
  height: 10px;
}

.ico-arrowdown-red {
  background-position: -259px 0;
  margin-top: 10px;
}

.ico-arrowup {
  background-position: -288px 0;
  margin-left: 12px;
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
}

.btn-red {
  margin-bottom: 10px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: #ffc500;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  border-radius: 7px;
  box-shadow: 4px 4px 5px 0px rgba(115, 115, 115, 0.5);
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #ffc500;
  height: 80px;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  width: 100%;
  min-width: 960px;
  top: 0;
  z-index: 5;
}

.spacer {
  height: 80px;
}

.logo {
  background: url(../../img/4u/sprite.png) no-repeat -533px 0;
  width: 140px;
  height: 72px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 54%;
  top: 2px;
}

.logo:hover {
  opacity: 1;
}

.logo {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.link-lang {
  background: url(../../img/lang-de.png) no-repeat 0 0;
  width: 29px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 58%;
  top: 6px;
}

.link-lang.en {
  background: url(../../img/lang-en.png) no-repeat 0 0;
}

.link-lang {
  display: none;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  margin-left: 16px;
  float: left;
  margin-top: 55px;
}

.nav ~ .nav {
  margin-right: 16px;
  float: right;
  margin-left: 0;
}

.nav ul {
  list-style: none outside none;
  font-size: 0;
  line-height: 0;
}

.nav li {
  display: inline-block;
  margin-right: 44px;
}

.nav ~ .nav li {
  margin-right: 0;
  margin-left: 57px;
}

.nav a {
  font-weight: 400;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}

.nav .active a {
  opacity: 1;
  font-weight: 700;
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 480px;
  position: relative;
}

.intro .shell {
  height: 100%;
}

.page_home .intro {
  height: 640px;
}

.intro:after {
  background: url(../../img/section-bottom.png) no-repeat 0px 0;
  height: 3px;
  width: 100%;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
}

.intro-title {
  margin-bottom: 15px;
}

.intro-content {
  text-shadow: 0px 0px 10px black;
  width: 57%;
  position: absolute;
  bottom: 70px;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

/*  Intro Secondary  */
.intro-secondary {
  background-image: url(../../img/temp/intro-image2.jpg);
}

/*  Intro Tertiary  */
.intro-tertiary {
  background-image: url(../../img/temp/intro-image3.jpg);
}

/*  Intro Quaternary  */
.intro-quaternary {
  background-image: url(../../img/temp/intro-image4.jpg);
  height: 480px;
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  background: #ce302d;
  height: 440px;
  box-sizing: border-box;
  position: relative;
}

.slider:after {
  background: url(../../img/section-bottom.png) no-repeat 0 0;
  height: 3px;
  width: 100%;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider .slider-clip {
  width: 945px;
  margin: 0 auto;
  position: relative;
  height: 350px;
  padding-top: 28px;
  box-sizing: border-box;
}

.slider .slide {
  background: #fff;
}

.slider .slide-image {
  width: 100%;
}

.slider .slide-image img {
  width: 100%;
  height: auto;
}

.slider .slide-content {
  padding: 5px 7px 23px;
}

.slide-title {
  margin-bottom: 38px;
}

.slide-content .slide-title {
  margin-bottom: 8px;
}

.slide-title a {
  color: #333;
  text-transform: uppercase;
}

.slide-title small {
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}

.bx-prev,
.bx-next {
  position: absolute;
  top: 55%;
  width: 50px;
  height: 50px;
  background: url(../../img/4u/sprite.png) no-repeat;
}

.bx-prev {
  left: -15%;
  background-position: -162px 0;
}

.bx-next {
  right: -15%;
  background-position: -54px 0;
}

.bx-pager {
  position: absolute;
  width: 100%;
  text-align: center;
}

.slider .bx-pager {
  bottom: -65px;
}

.bx-pager-item,
.bx-pager-link {
  display: inline-block;
}

.bx-pager-item {
  margin: 0 8px;
}

.bx-pager-link {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid transparent;
  background-clip: padding-box;
  box-sizing: border-box;
}

.slider .bx-pager-link:hover,
.slider .bx-pager-link.active {
  background: #fff;
  border-color: #fff;
}

/*  Slider Testimonials  */
.slider-testimonials .slider-clip,
.slider-testimonials .slide {
  width: 345px;
  position: relative;
  height: 490px;
}

.slider-testimonials .slide-image {
  border: 5px solid #fff;
  position: relative;
}

.slider-testimonials .slide-image:after {
  background: url(../../img/picture-shadow.png) no-repeat 0 0;
  height: 4px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
}

.slider-testimonials .slide-content {
  margin-top: 35px;
}

.slider-testimonials .slide-entry {
  font-family: 'Roboto Slab', serif;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.slider-testimonials .slide-meta {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
}

.slider-testimonials .bx-pager {
  top: 238px;
}

.slider-testimonials .bx-pager-link {
  background-color: #a6a6a6;
}

.slider-testimonials .bx-pager-item {
  margin: 0 4px;
}

.slider-testimonials .bx-pager-link:hover,
.slider-testimonials .bx-pager-link.active {
  background: #ffc500;
  border-color: #ffc500;
}

/*  Slider Cols  */
.slider-cols {
  background: #e6e6e6;
}

.slider-cols .slider-clip,
.slider-cols .slide {
  width: 945px;
  height: 640px;
  position: relative;
}

.slider-cols .slider-clip {
  margin: 0 auto;
}

.slider-cols .section-cols {
  padding-top: 25px;
}

.slider-cols .section-entry p {
  margin-bottom: 30px;
  font-size: 16px;
}

.slider-cols .section-entry span {
  display: block;
  font-size: 18px;
  margin-top: -10px;
}

.slider-cols .bx-prev,
.slider-cols .bx-next {
  top: 45%;
}

.slider-cols .bx-prev {
  background-position: -108px 0;
}

.slider-cols .bx-next {
  background-position: 0 0;
}

.slider-cols .bx-pager {
  bottom: 20px;
}

.slider-cols .bx-pager-link {
  background-color: #a6a6a6;
}

.slider-cols .bx-pager-item {
  margin: 0 4px;
}

.slider-cols .bx-pager-link:hover,
.slider-cols .bx-pager-link.active {
  background: #ffc500;
  border-color: #ffc500;
}

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */
/* Section Cols */
.section-cols {
  position: relative;
}

.section-col {
  float: left;
}

.section-col + .section-col {
  float: right;
}

.section-col-size1, .section-col-size1 .section-actions {
  width: 560px;
}

.section-col-size2, .section-col-size2 .section-actions, .list-links {
  width: 345px;
}

.section-col-size3, .section-col-size3 .section-actions {
  width: 560px;
}

.section-col-size4, .section-col-size4 .section-actions {
  width: 560px;
}

.section-col-1of2, .section-col-1of2 .section-actions {
  width: 460px;
}

.section-col.twocols {
  column-gap: 20px;
  column-count: 2;
}

.section-col.twocols .section-entry {
  padding: 0;
}

.section-col.twocols .section-actions {
  position: inherit;
  bottom: inherit;
}

.section .section-body .twocols ul {
  list-style: none;
}

.section .section-body .twocols li {
  padding: 0;
}

.section .section-body .twocols li a {
  font-size: 14px;
  font-weight: 400;
}

.section .section-body .twocols li:after {
  display: none;
}

.section .section-body .twocols p + ul {
  margin-top: -30px;
}

.section,
.section-willkommen {
  padding: 25px 0;
  position: relative;
}

.section,
.section-secondary {
  background: #e6e6e6;
}

/* 230 */
.section:after,
.section-willkommen:after {
  background: url(../../img/section-bottom.png) no-repeat 0px 0;
  height: 3px;
  width: 100%;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-actions {
  font-size: 16px;
}

.articles {
  list-style: none outside none;
  padding-bottom: 5px;
}

.section-title {
  margin-bottom: 30px;
}

.section .section-title {
  line-height: 1.35;
}

/*  Section Wilkommen  */
.section-willkommen {
  background: #f1f1f1;
}

.section .section-title {
  margin-bottom: 20px;
}

.section .section-entry {
  font-size: 16px;
  line-height: 1.5;
}

.section .section-entry span, .lead {
  font-size: 18px;
  margin-bottom: 35px;
}

.section .section-entry p:not(:last-child), .lead p:not(:last-child) {
  margin-bottom: 30px;
}

.section .section-entry ul:last-child, .lead ul:last-child {
  margin-bottom: 0;
}

.article {
  height: 126px;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}

.article:after {
  background: url(../../img/section-wilkomen-small-shadow.png) no-repeat 0 0;
  height: 4px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
}

.article-image,
.article-content {
  float: left;
}

.article-image {
  width: 121px;
}

.article-content {
  width: 224px;
  box-sizing: border-box;
  padding: 5px 10px 0 7px;
}

.article-entry {
  margin-bottom: 10px;
}

.article-entry strong {
  text-transform: uppercase;
}

ul.smallList li {
  padding-bottom: 0 !important;
}

/*  Section  */
.section .section-english ul, .section .section-body ul, .section .section-entry ul, .lead ul {
  margin-bottom: 25px;
  font-size: 16px;
  list-style: none outside none;
  line-height: 1.5;
}

.section .section-english li, .section .section-body li, .section .section-entry li, .lead ul li {
  padding-left: 15px;
  padding-bottom: 8px;
  position: relative;
}

.section .section-english li:after, .section .section-body li:after, .section .section-entry li:after, .lead ul li:after {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
}

.section .section-english ul {
  font-size: inherit;
  line-height: inherit;
}

.section .section-body ol {
  margin-bottom: 25px;
  list-style-type: decimal;
  margin-left: 25px;
  width: 95%;
}

.section .section-body ol li {
  padding-left: 0;
}

.section .section-body ol li:after {
  display: none;
}

/*  Section Alt  */
.section-alt {
  padding: 25px 0 20px;
}

.section-alt .section-entry,
.section-alt li {
  padding-bottom: 0 !important;
}

/*  Section Tertiary  */
.section-tertiary {
  padding: 25px 0;
  background: #f2f2f2;
}

.section-head {
  font-size: 20px;
  margin-bottom: 35px;
}

.section-title {
  margin-bottom: 10px;
}

.section-tertiary .section-entry {
  font-size: 16px;
  line-height: 1.5;
}

.section-tertiary .section-actions {
  position: absolute;
  bottom: 0;
}

/*  Section English  */
.section-english {
  padding: 5px;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.section-english:after {
  background: url(../../img/picture-shadow.png) no-repeat 0 0;
  height: 4px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
}

.section-english .section-content {
  padding: 0 4px;
}

.section-english .section-content strong {
  display: block;
}

.section-english .section-content p {
  margin-bottom: 20px;
}

.section-english h2 {
  color: #d7a809;
}

.section-english a {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 8px;
}

.section-english p:last-child {
  margin-bottom: 0;
}

.section-english .section-title {
  text-transform: uppercase;
  font-weight: 800;
  margin: 15px 0 8px;
}

.section-english .section-actions {
  padding: 18px 0 2px 5px;
}

/*Contact*/
.section-english.contact {
  padding: 0;
  margin: 0;
  background: none;
}

.section-english.contact:not(:last-of-type):after {
  margin: 30px 0 40px 0;
  content: '';
  position: relative;
  border: none;
  display: block;
  height: 1px;
  clear: both;
  background: linear-gradient(to right, rgba(242, 242, 242, 0), #b3b3b3, rgba(242, 242, 242, 0));
}

.section-english.contact:after {
  background: none;
}

/*  Section White  */
.section-white {
  background: #fff;
  padding: 25px 0 20px;
}

.section-white .section-entry {
  font-size: 16px;
  line-height: 1.5;
}

.section-white .section-entry p {
  margin-bottom: 25px;
}

.section-white .section-actions {
  position: absolute;
  bottom: 25px;
}

.section-white .section-actions .btn {
  margin-bottom: 10px;
}

/* Link Icons */
.section-actions a {
  display: block;
}

.section-entry a:before, .section-actions a:before, .section-english a:before {
  content: '» ';
  display: inline;
}

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */
.list-links {
  font-size: 16px;
  /*width: 280px;*/
  list-style: none outside none;
  line-height: 1.9;
}

.list-links .ico {
  float: right;
}

/* ------------------------------------------------------------ *\
	Contact Form
\* ------------------------------------------------------------ */
.tx-powermail h3, .tx-powermail legend {
  display: none;
}

.tx-powermail fieldset {
  border: none;
}

.tx-powermail .powermail_fieldwrap {
  margin-bottom: 5px;
}

.tx-powermail .powermail_fieldwrap:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.tx-powermail label {
  width: 120px;
  float: left;
  padding-top: 5px;
}

.tx-powermail input, .tx-powermail textarea {
  border: 1px solid #b3b3b3;
  width: 398px;
  padding: 5px;
}

.tx-powermail textarea {
  height: 320px;
}

.tx-powermail .form-control {
  width: 248px;
  border-right: none;
  float: left;
}

.tx-powermail .uploadbutton {
  line-height: 19px;
  border: 1px solid #b3b3b3;
  border-left-style: none;
  text-align: center;
  font-weight: 700;
  width: 140px;
  padding: 5px;
  border-left-width: 0;
  position: relative;
  display: inline-block;
  background-color: #ffc500;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  color: white;
}

.tx-powermail .uploadbutton input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  font-size: 14px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.powermail_submit {
  background-color: #ffc500;
  border-radius: 6px;
  margin-left: 120px;
  color: white;
  font-weight: 700;
}

.parsley-error {
  border-color: red !important;
}

.parsley-errors-list {
  list-style: none;
  margin-left: 120px;
  color: red;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding-top: 28px;
}

.footer a {
  color: #fff;
}

.footer-bar {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.footer-bar:after {
  background: url(../../img/footer-shadow.png) no-repeat 0px 0;
  height: 2px;
  width: 100%;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
}

.callout {
  float: left;
}

.callout strong {
  text-transform: uppercase;
  font-weight: 800;
}

.to-top {
  float: right;
}

.footer-cols {
  font-size: 0;
  line-height: 0;
}

.footer-col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}

.footer-contacts,
.footer ul li {
  font-size: 14px;
  line-height: 1.45;
}

.footer ul {
  list-style: none;
}

.footer-contacts {
  color: #ccc;
}

.copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.copyright strong {
  font-weight: 800;
}

.copyright span {
  color: #d7a809;
  font-weight: normal;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  width: 100%;
  position: relative;
  margin: 58px 0 12px;
  padding-bottom: 13px;
}

.socials:after {
  background: url(../../img/footer-shadow.png) no-repeat 0px 0;
  height: 2px;
  width: 100%;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}

.socials ul {
  list-style: none outside none;
  text-align: center;
}

.socials li {
  display: inline-block;
  margin: 0 2px;
}

.socials [class^='link-'] {
  background: url(../../img/4u/sprite.png) no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

.socials .link-facebook {
  background-position: -317px 0;
}

.socials .link-mail {
  background-position: -371px 0;
}

.socials .link-share {
  background-position: -425px 0;
}

.socials .link-twitter {
  background-position: -479px 0;
}

/*  Socials Fixed  */
.socials-fixed {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 10;
  margin: 0;
  width: 39px;
}

.socials-fixed:after {
  display: none;
}

.socials-fixed [class^='link-'] {
  width: 39px;
  height: 40px;
  background-position: -216px 0;
}

/* ------------------------------------------------------------ *\
	Retina
\* ------------------------------------------------------------ */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ico,
  .logo,
  .bx-prev,
  .bx-next,
  .socials [class^='link-'] {
    background-image: url(../../img/sprite@2x.png);
    background-size: 704px 72px;
  }

  .link-lang {
    background-image: url(../../img/lang-en@2x.png);
    background-size: 28px 25px;
  }
}
@media only screen and (max-width: 1239px) {
  .bx-prev {
    left: -75px;
  }

  .bx-next {
    right: -75px;
  }
}
@media only screen and (max-width: 1094px) {
  .bx-prev {
    left: 0;
  }

  .bx-next {
    right: 0;
  }

  .bx-prev,
  .bx-next {
    top: 106%;
  }

  .slider-cols .bx-prev,
  .slider-cols .bx-next {
    top: 92%;
  }
}

/*# sourceMappingURL=screen4u.css.map */
