#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

@charset "utf-8";
/* CSS Document */
/* Box-Model drehen */
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  overflow-y: scroll;
}
p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
p, li, td {
  line-height: 24px;
}

.float_left{float:left}
.float_right{float:right}

/**
.block{overflow:hidden}
 * Hide invisible elements
 */
.invisible {
  width:0;
  height:0;
  left:-1000px;
  top:-1000px;
  position:absolute;
  overflow:hidden;
  display:inline;
}

.hr {
  background: transparent url(../../files/lilienthal/layout/splitter.jpg) repeat-x scroll 0% 0%;
}
.hr {
  width: 100%;
  height: 2px;
  clear: both;
  float: left;
  margin: 20px 0px;
  position: relative;
  z-index: 1;
}

.clear {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
}

/*----*****---- << Spalten >> ----*****----*/
	.column { margin:0px 2% 0px 0px; float:left; min-height:1px; position:relative; }
	.column.last { margin-right:0px; }

	.one-fourth { width:23.4%; }
	.one-half { width:48.9%; }
	.one-third { width:31.9%; }
	.three-fourth { width:74.5%; }
	.two-third { width:65.8%; }

    .one-fifth { width:18.3%; }
	.four-fifth { width:79.6%; }
	.three-fifth { width:59.2%; }
	.two-fifth { width:38.8%; }

.three-fourth {
  width: 74.5%;
}


blockquote {
  color: #AFAFAF;
  background: url('../../files/lilienthal/layout/quote.png') no-repeat scroll left top transparent;
}
blockquote {
  line-height: 24px;
  font-style: italic;
  padding: 0px 0px 0px 40px;
  margin: 0px 0px 10px;
  float: left;
}
blockquote, q {
  quotes: "" "";
}
blockquote.left {
  margin-right: 20px;
  text-align: left;
  width: 30%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  width: 30%;
  float: right;
}
/* --------------------------------------------------
	:: Tabellen
---------------------------------------------------*/
.ce_table table {
  border-collapse: separate;
  border-spacing: 0px;
  border-top-width: 5px;
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  border-width: 1px 0px 1px 1px;
  border-style: solid none solid solid;
  border-color: #CFCFCF -moz-use-text-color #CFCFCF #CFCFCF;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.ce_table table th {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  background: url('../../files/lilienthal/layout/table-head-bg.jpg') repeat-x scroll 0% 0% transparent;
  border-bottom: 1px solid #CFCFCF;
  border-right: 1px solid #D7D7D7;
  color: #5A5A5A;
}

.ce_table table td {
  border-right: 1px solid #D7D7D7;
  background: none repeat scroll 0% 0% #F3F3F3;
  color: #5A5A5A;
  padding: 12px 14px;
}
.ce_table table tbody tr:nth-child(2n+1) td {
  background: none repeat scroll 0% 0% #F8F8F8;
}

/* --------------------------------------------------
	:: Listen
---------------------------------------------------*/
dl.lebenslauf {
  margin: 2em 0;
  padding: 0;
}

.lebenslauf dt {
  position: relative;
  left: 0;
  top: 20px;
  width: 7em;
  font-weight: bold;
  text-align: right;
  color: #006699;
}

.lebenslauf dd {
  border-left: 1px solid #006699;
  margin: 0 0 0 8em;
  padding: 0 0 .5em 1em;
}

/* --------------------------------------------------
	:: Witgets
---------------------------------------------------*/
.widget {
  width: 100%;
  float: left;
  margin: 0px;
}
.widget ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}
.widget ul li {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
.widget h3.widgettitle {
  font-size: 18px;
  text-transform: none
}
#footer .widget a:hover{
  color: #9DDBFF;
}
/* Adresse */
.widget ul.contact-details span {
  text-align: center;
  float: left;
  margin: 0px 2% 0px 0px;
  width: 10%;
}
.widget ul.contact-details p {
  float: left;
  margin-bottom: 0px;
  width: 87%;
}
.widget ul.contact-details span {
  text-align: center;
  float: left;
  margin: 0px 2% 0px 0px;
  width: 10%;
}

.widget ul.contact-details span.address::before {
  font: 20px FontAwesome;
  content: "\f015";
  color: #696969;
}
.widget ul.contact-details span.mail::before {
  font: 18px FontAwesome;
  content: "\f003";
  color: #696969;
}
.widget ul.contact-details span.phone::before {
  font: 18px FontAwesome;
  content: "\f095";
  color: #696969;
}
.widget ul.contact-details span.fax::before {
  font: 18px FontAwesome;
  content: "\f1ac";
  color: #696969;
}
.widget .mod_newslist .layout_simple{
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}


/* Anpassung Footer */
#footer .widget {
  padding: 0px 0px 20px;
}

#footer .widget ul {
  border-top: 1px solid #003553;
}
#footer .widget ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #003553;
  border-top: 1px solid #2E94D0;
}
#footer .widget p {
  font-size: 14px;
  line-height: 18px;
}
#footer .widget ul.contact-details span.address::before,
#footer .widget ul.contact-details span.mail::before,
#footer .widget ul.contact-details span.phone::before {
  color: #fff;
}
#footer .widget ul.presse-details p {
  margin: 0;
  padding: 0;
}
#footer .widget ul.presse-details p.presse-datum{
  margin-bottom: 3px;
}


/* Nachrichten, Presse rechte Seite */
.widget.nachrichten h4, .widget.presse h4{
  color: #7D7D7D;
}
.widget.nachrichten h6, .widget.presse h6{
  font-size: 12px;
  text-transform: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bolder;
}
.widget.nachrichten h6 a, .widget.presse h6 a{
  color: #393939;
}
.widget.nachrichten h6 a:hover, .widget.presse h6 a:hover{
  color: #24668D;
}
.widget.nachrichten .image_container {
  padding: 3px;
  float: left;
  margin: 2px 10px 0px 0px;
}
.widget.nachrichten p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}
.widget.presse p.info {
  font-size: 12px;
  line-height: 15px;
  border-bottom: none
}
.widget.presse .teaser p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 15px
}
.widget.presse .more {
  display: none;
}

/* Witgets  Ende */

.dropcap {
  font-size: 24px;
  float: left;
  margin: 10px 0px;
  text-align: center;
}
.dropcap.style1 {
  font-size: 48px;
  width: 58px;
}

a {
  color: #24668D;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

#main a[href^="http://"]::after{
  padding-left: 10px;;
  font: 13px FontAwesome;
  content: "\f08e";
  color: #24668D;
}

body {
  background-color:#f2f2f2;
	/*  text-shadow: 0px 1px 0px #ffffff;  */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #343434;
}

#container, #header .inside, #topnavigation .inside, #breadcrumb .inside, #footer .inside {
  max-width: 1130px;
  margin: 0 auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

	..inside { width:960px; margin:0 auto; }

#header {
  min-height:92px;
  width:100%;
  float:left;
  background-color:#156CA0;
  border-top:5px solid #1B3B4E;
  background: #156CA0 url(../../files/lilienthal/layout/header-bg.png) repeat-x scroll center top;
}
#header .logo {
  width:100%;
  text-align:center;
  padding-top: 5px;
  padding-bottom:0px
}

body.rechts #main {
  width: 65.8%;
  float: left;
  margin: -10px 0px 0px;
  padding: 30px 30px 0px 0px;
  position: relative;
  background: transparent url(../../files/lilienthal/layout/content-bg.jpg) repeat-y scroll right center;
}

body.rechts #right {
  width:31.9%;
  float: left;
  position: relative;
  margin: -30px 0px 0px;
  padding: 30px 0px 60px 20px;
}

.tag-line {
  float: left;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
  margin:0;
  width: 100%;
  padding: 20px 30px 0px;
  text-align: center;
}


.av-profile:before {
  content: "";
  display: block;
  height: 70px;
  width: 100%;
  background-color: #328396;
  position: absolute;
  top: 75px;
}

.av-profile {
  text-align: center;
  position: relative;
  border: 1px solid #328396;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.av-profile .image_container {
  width: 215px;
  height: 215px;
  border: 3px solid #328396;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0px;
}

.av-profile h3 {
  font-size: 1.7em;
  font-weight: 300;
  color: #EBAB51;
}

/* --------------------------------------------------
	:: Hauptnavigation
---------------------------------------------------*/
/***** Start: Hauptmenue ******************************************************/
#topnavigation {
  min-height:50px;
  width:100%;
  float:left;
  background:#003D60;
  color: #FFF;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(33, 36, 38, 0.5);
  -moz-box-shadow:    0px 5px 10px 0px rgba(33, 36, 38, 0.5);
  box-shadow:         0px 5px 10px 0px rgba(33, 36, 38, 0.5);
}
#topnavigation {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  clear: both
}

.mainmenu {
  position:relative;
  display:block;
  overflow:visible
}
.mainmenu ul{
  position:relative;
  display:block;
  margin:0;
  padding:0;
  list-style-type:none;
  -ms-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.mainmenu ul.level_1{
  width:100%;
  height:50px;
  position:relative;
  display:block;
  margin:0;
  padding:0;
}
.mainmenu ul.level_1 li{
  position:relative;
  float:left;
  display:block;
}
.mainmenu ul.level_1 li a,.mainmenu ul.level_1 li span.forward, .mainmenu ul.level_1 li strong.active{
  height:50px;
  position:relative;
  display:inline-block;
  padding:16px 13px 0;
  white-space:nowrap;
  font-size:15px;
  text-decoration:none;
  color:#fff;
}
.mainmenu ul.level_1 li a:hover,.mainmenu ul.level_1 li strong.active,.mainmenu ul.level_1 li.submenu:hover > a,.mainmenu ul.level_1 li a.trail,.mainmenu ul.level_1 li span.forward{
  color:#ffffff}
.mainmenu ul.level_1 li > ul{
  position:absolute;
  background-color:#106DA2;
  z-index:999;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mainmenu ul.level_1 li > ul{visibility: hidden;opacity: 0.5;-webkit-transition-property: opacity, visibility;-moz-transition-property: opacity, visibility;-o-transition-property: opacity, visibility;transition-property: opacity, visibility;-webkit-transition-duration: .2s, 0s;-moz-transition-duration: .2s, 0s;-o-transition-duration: .2s, 0s;transition-duration: .2s, 0s;-webkit-transition-delay: 0s, .2s;-moz-transition-delay: 0s, .2s;-o-transition-delay: 0s, .2s;transition-delay: 0s, .2s}
.mainmenu ul li:hover > ul{opacity: 1;visibility: visible;-webkit-transition-delay: 0s, 0s;-moz-transition-delay: 0s, 0s;-o-transition-delay: 0s, 0s;transition-delay: 0s, 0s}
.mainmenu ul.level_2{min-width:150px;top:50px;width:auto; text-transform: none; font-weight: normal }
.mainmenu ul.level_2 li{width:100%;position:relative;float:none;display:inline-block;margin:0;padding:0}
.mainmenu ul.level_2 li a,.mainmenu ul.level_2 li span.active,.mainmenu ul.level_2 li span.forward{position:relative;float:none;display:block;white-space:nowrap;color:#ffffff}
.mainmenu ul.level_2 li a:hover,.mainmenu ul.level_2 li span.active,.mainmenu ul.level_2 li a.trail,.mainmenu ul.level_2 li.submenu:hover > a,.mainmenu ul.level_2 li span.forward{background-color:rgba(0,0,0,0.05)}
.mainmenu ul.level_2 li > ul{min-width:150px;left:0;top:0;margin-left:100%;width:auto;}

.mainmenu ul li a.home:before  {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 35px;
  padding-top: 15px;
  font: 22px FontAwesome;
  color: #FFF;
  content: "\f015";
  text-align: center;
}
.mainmenu ul li a.home:before {
  content: "\f015";
  padding: 0px 5px 0px 0px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline;
  font-size: 1.3em;
  text-indent: -9999px;
}
.mainmenu ul li a.home, .mainmenu ul li span.home {
  text-indent: -999px;
  background: transparent url(../../files/lilienthal/layout/home-ico.png) no-repeat scroll center center;
}
/* Hauptnavigation  Ende */

/* --------------------------------------------------
	:: Formulare
---------------------------------------------------*/
.ce_form #kontaktformular fieldset {
  margin-top: 1em;
  order: 1px solid #D0D0D0;
  padding: 20px
}
.ce_form #kontaktformular legend {
  width: 200px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #FAFAFA;
  color: #696969;
  border: 1px solid #D0D0D0;
  text-shadow: 0px 1px 0px #FFF;
  border-radius: 5px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
input, textarea{ display: block; }
.ce_form #kontaktformular span.mandatory {
  margin-left: 5px;
  color: #F00;
}
.ce_form #kontaktformular label {
  color: #6A6A6A;
}
.ce_form #kontaktformular input[type="text"], .ce_form #kontaktformular input[type="password"], .ce_form #kontaktformular input.text, .ce_form #kontaktformular textarea {
  box-shadow: 0px 1px 0px 0px #FFF inset;
  border-radius: 5px;
  border: 1px solid #D8D8D8;
  color: #4E4635;
  margin: 5px 0px 10px;
  padding: 6px;
  width: 100%;
}

.ce_form #kontaktformular .widget {
  margin: 0px 0px 5px;
}

.ce_form #kontaktformular .widget-captcha{
  margin: 15px 20px 0px;
}
.ce_form #kontaktformular  input.captcha {
  width: 45px;
}
.ce_form #kontaktformular input.submit {
  padding: 6px 15px 7px;
  display: inline-block;
  margin: 10px 0px 0px;
  font: 14px;
  cursor: pointer;
  overflow: visible;
  transition: all 0.3s linear 0s;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #3C3C3C;
  text-shadow: 0px 1px 0px #000;
  background-color: #696969;
}
.ce_form #kontaktformular input.submit:hover {
  background-color: #878787;
}
/* --------------------------------------------------
	:: Info-Box
---------------------------------------------------*/
.intro {
  margin-top:40px;
  margin-bottom:45px;
  margin-left:3px;
}
.introbox {
  position:relative;
  margin: 12px 10px;
  padding:20px 20px 20px 120px;
  background-color:#f5f5f5;
  border:1px solid #DBDBDB;
  box-shadow:0 3px 6px #A8A8A8;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(117,117,117,0.5);
  -moz-box-shadow: 0px 3px 5px 0px rgba(117,117,117,0.5);
  box-shadow: 0px 3px 5px 0px rgba(117,117,117,0.5);
height: 100%;
min-height: 287px;
}
.introbox h2 {
  text-transform: none;
  color: #7D7D7D;
}
.introbox p {
  line-height:1.5em;
}
.introbox strong {
  font-weight:bold;
  color:#7D7D7D;
}
.introbox .info-text .image_container {
	margin-right: 20px;
}
.introbox .info-text img {
  position: unset;
  top: 0px;
  left: 0px;
}
.introbox img {
  position: absolute;
  top: -12px;
  left: -12px;
}

/* --------------------------------------------------
	:: Back-to-Top Link
---------------------------------------------------*/
.back-to-top {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:15px;
  right:15px;
  overflow:hidden;
  width:40px;
  height:40px;
  border:none;
  background: #4C4C4C;
  box-shadow: 0px 1px 0px 0px #ACACAC inset;
  border-radius: 5px;
  border: 1px solid #4D4D4D;
  text-shadow: 0px 1px 0px #151515;
  text-align:center;
  padding:7px 0 0 0;
  z-index:10;
}
.back-to-top:hover {
  background:#000;
}
.back-to-top:active, .back-to-top:focus {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15) inset;
}

.back-to-top:active, .back-to-top:focus {
  outline:none;
}

.content-wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #FFF;
  background: transparent url(../../files/lilienthal/layout/main-bg.jpg) repeat-x scroll center bottom;
  padding: 0px 0px 32px;
  /*min-height: 38vh;*/
}



h1, h2, h3, h4, h5, h6 {
  font-family: 'Droid Sans', sans-serif;
  color: #17649A;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #FFFFFF;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #7D7D7D;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#17649A;
}
h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h1.ce_headline.with-subtitle
 {
  margin-bottom: 5px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
}
h3 {
  font-size: 18px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
h5 {
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}
h6 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: normal;
}
h6.subtitle {
  margin-bottom: 30px;
  margin-top: 0px;
  font-weight: bolder;
}

/* --------------------------------------------------
	:: Bilder und Galerie
---------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0em;
  padding: 0px;
}
figure img {
  display: block;
}
.image_container, .ce_youtube {
  height: auto;
  border-radius: 1.5px;
  position: relative;
  background: none repeat scroll 0% 0% #E2E2E2;
  border: 1px solid #D0D0CE;
  display: inline-block;
  padding: 6px;
}

.image_container, .image_container.float_below,.image_container.float_above{
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.image_container a {
  position: relative;
  display: block;
  width: 100%;
}
.image_container a:hover:before, .image_container a:focus:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(16, 109, 162, 0.4);
}

.image_container a:hover:after, .image_container a:focus:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 2;
  font: 46px FontAwesome;
  text-decoration: none;
  color: #FFFFFF;
  content: "\f047";
}

.ce_image.leer .image_container {
  padding:0;
  border:none;
  background:none;
}
figcaption, .caption {
  position: relative;
  float: left;
  width: auto !important;
  max-width: 91.6667%;
  margin-top: -20px;
  font-size: 11px;
  background: none repeat scroll 0% 0% rgba(77, 77, 77, 0.8);
  padding-right: 1em;
  padding-bottom: 3px;
  padding-left: 1em;
  color: #FAFAFA;
  padding-top: 3px;
}

.linkliste dt a:link {
  font-weight: bold;
}
.linkliste dd {
  margin: 3px 10px 10px 20px;
}

#footer {
  background-color:#156ca0;
  border-top:5px solid #1B3B4E;
  box-shadow: 0px 15px 15px -8px #0A4060 inset;
  color: #FFF;
  text-shadow: 0px 1px 0px #FFF;
  background-attachment: scroll;
  background-image: url(../../files/lilienthal/layout/footer-shadow.png);
  background-repeat: repeat-x;
  background-position: left top;
  float: left;
  width: 100%;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer a, #footer span {
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
}
#footer .footer-copyright {
  float: left;
  clear: both;
  width: 100%;
  padding: 10px 0px 15px;
  margin: 0px;
  background: none repeat scroll 0% 0% #0A2E44;
}
#footer .copyright-content {
  float: left;
  margin: 0px 5% 0px 0px;
  padding: 0px;
  width: 65%;
}
#footer .copyright-content p {
  font-size: 14px;
  text-shadow: none;
  color: #376581;
 }
#footer .footer-logo {
  float: right;
  width: 30%;
  text-align: right;
  margin: 5px 0px 0px;
  padding: 0px;
}
/* Navigation */
#footer-navi ul {
  margin: 20px 0px 0px -10px;
  padding: 0px;
  float: left;
  width: 100%;
}
#footer-navi ul li {
  float: left;
  display: inline;
  margin: 0px 0px 10px;
  font-size: 14px;
  padding: 0px 10px;
  border-right: 1px solid #315E79;
  color: #376581;
  line-height: 12px;
}
#footer-navi ul li a {
  font-size: 14px;
  text-shadow: none;
  color: #376581;
  float: left;
}
#footer-navi ul li a:hover {
  color: #FFF;
}
/* Suche */
/* Headerformular */

#header div.mod_form {
  position: relative;
  right: 25px;
  top: 15px;
  padding: 5px;
  float: right;
}
#header #suchformular .suchfeld {
  width: 175px;
  border: 1px solid #4A91BC;
  border-radius: 3px;
}
#header #suchformular input[type="text"] {
  padding: 10px 10px 10px 15px;
  background: none repeat scroll 0% 0% #003D60;
  color: #FFFFFF;
  font-size: 12px;
}
#header #suchformular .lupe {
  position: absolute;
  right: 8px;
  top: 7px;
  padding: 0px;
  margin: 0px;
}

#main .mod_search input[type="search"]  {
  width: 300px;
  float: left;
  padding: 7px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px 0px #FFF inset;
  border: 1px solid #D8D8D8;
  color: #4E4635;
}
#main .mod_search input[type="submit"] {
  padding: 6px 15px 7px;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  font: 14px;
  cursor: pointer;
  overflow: visible;
  transition: all 0.3s linear 0s;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid #3C3C3C;
  text-shadow: 0px 1px 0px #000;
  background-color: #696969;
}
.mod_search .radio_container {
  border: 0px none;
  margin: 1em 0px;
}
.mod_search .radio_container label {
  margin-right: 0.5em;
}
#main .mod_search p.header {
  margin-top:1.5em;
  margin-bottom:1.5em;
  padding:0.5em;
  background-color:#337FAC;
  color: #FFFFFF;
}
.mod_search .highlight {
  padding-right:5px;
  padding-left:5px;
  color:#e96c2b;
}
.mod_search h3 .relevance {
  margin-left:10px;
  font-size:12px;
  font-weight:normal;
  color: #343434;
  text-transform: none
}
.mod_search p.url {
  margin:10px 0 0;
  font-size:0.75em;
  color:#666;
}
.mod_search .odd, .mod_search .even {
  padding: 15px;
}
.mod_search .even {
  background: none repeat scroll 0% 0% #F8F8F8;
}
/* Suche Ende */


/* --------------------------------------------------
	:: Pagination
---------------------------------------------------*/
.pagination {
  margin: 20px 0px 10px;
  padding: 0px;
}
.pagination p {
  float:left;
  padding:5px 10px;
  text-align:left;
  font-size: 13px;
  box-shadow: 0px 1px 0px 0px #ACACAC inset;
  border-radius: 5px;
  border: 1px solid #4D4D4D;
  text-shadow: 0px 1px 0px #151515;
  color:#fcfcfc;
  background:#4C4C4C;
}
.pagination ul {
  float: right;
  margin: 0px;
  padding: 0px;
}
.pagination li {
  list-style-type: none;
  float:left;
  display: inline;
  margin: 0px 4px;
  padding: 0px;
}
#main .pagination a {
  text-decoration:none;
  background: none repeat scroll 0% 0% #EBEBEB;
  border: 1px solid #D7D7D7;
  color: #7C7C7C;
}
#main .pagination a {
  float: left;
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: 0px 1px 0px 0px #FFF inset;
  border-radius: 5px;
}
#main .pagination a:hover,
#main .pagination .current {
  float: left;
  padding: 5px 10px;
  font-size: 13px;
  box-shadow: 0px 1px 0px 0px #ACACAC inset;
  border-radius: 5px;
  border: 1px solid #4D4D4D;
  text-shadow: 0px 1px 0px #151515;
  color:#fcfcfc;
  background:#4C4C4C;
}
/* Pagination Ende */

/* --------------------------------------------------
	:: Nachrichten / Presse
---------------------------------------------------*/
.layout_latest h3, .layout_full h3 {
  float: left;
  line-height: 24px;
  width: 87%;
}
.layout_full h4 {
  margin-top: 5px;
}
.news_startseite {float: left;}
.news_startseite .layout_latest h4 {
  float: left;
  margin-bottom: 5px;
  text-transform: none;
  margin-top: 0px;
}
.datum {
  float: right;
  margin: 12px 0px 0px;
  padding: 0px;
  color: #7D7D7D;
}
.news_startseite .datum {
  float: left;
  margin: 12px 0px 0px;
  padding: 0px;
  color: #7D7D7D;
}
.news_startseite .layout_latest .teaser p {
  font-size: 14px;
  line-height: 18px;
  clear: both;
}

.datum p {
  font-size: 24px;
  line-height: 30px;
  padding: 0px 10px 0px 0px;
  float: left;
  border-right: 1px solid #CDCDCD;
}
.datum span {
  text-align: center;
  font-size: 12px;
  width: 40px;
  float: left;
}
.info {
  line-height: 30px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  margin-top: -15px;
}
.info span.autor {
  float: left;
  font-size: 11px;
  font-style: italic;
  color: #A8A8A8;
}
#main .news_reader figure, #main .layout_latest figure {
  margin-bottom: 15px
}
.more a {
  float: right;
  position: relative;
  z-index: 1;
  padding: 7px 30px 7px 13px;
  margin: 0;
  font-size: 13px;
  box-shadow: 0px 1px 0px 0px #FFF inset;
  border-radius: 5px;
}
.more a {
  background:  #EBEBEB;
  border: 1px solid #D7D7D7;
  color: #929292;
}
.more a:before {
  right: 10px;
  top: 12px;
  position: absolute;
  display: block;
  font: 16px FontAwesome;
  text-decoration: none;
  color: #B0B0B0;
  content: "\f055";
}
.more a:after {
  position: relative;
  float: none;
  clear: both;
  display: block;
  content: "";
}
.more a:hover {
  background:  #4E4E4E;
  border: 1px solid #303030;
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
}
.more a:hover {
  box-shadow: 0px 1px 0px 0px #ACACAC inset;
}
/* Nachrichten Ende */

/* --------------------------------------------------
	:: Breadcrumb
---------------------------------------------------*/
#breadcrumb {
  width:100%;
  font-size:1em;
  background: url('../../files/lilienthal/layout/breadcrumb-shadow.png') repeat-x scroll center bottom transparent;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  float:left;
}
.mod_breadcrumb ul {
  overflow:hidden;
  margin:10px 0 0 10px;
  padding:0;
  font-size:0.8em;
  color:#999;
  list-style-type:none;
}
.mod_breadcrumb li {
  float:left;
}
.mod_breadcrumb li:after {
  margin-right:3px;
  padding-left:1px;
  content:" > ";
}
.mod_breadcrumb li.active:after {
  display:none;
}
.mod_breadcrumb a {
  color:#aaa;
  text-decoration: none;
}
/* Breadcrumb Ende */
#slider .inside{
  width:100%;
  font-size:1em;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  float:left;
}

/* --------------------------------------------------
	:: Downloads
---------------------------------------------------*/
.ce_downloads ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.ce_downloads ul li, .ce_download a {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.ce_downloads ul li img, .ce_download img {
  left: 12px;
  top: 12px;
  position: absolute;
  z-index: 9;
}
.ce_downloads ul li a, .ce_download a {
  width: 100%;
  position: relative;
  display: block;
  padding: 12px 40px 10px;
  background-color: #E8E8E8;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out 0s;
}
.ce_downloads ul li a:before, .ce_download a:before {
  right: 10px;
  top: 13px;
  position: absolute;
  display: block;
  font: 16px FontAwesome;
  text-decoration: none;
  color: #069;
  content: "\f019";
  transition: all 0.3s ease-in-out 0s;
}
.ce_downloads ul li a:after, .ce_download a:after {
  position: relative;
  float: none;
  clear: both;
  display: block;
  content: "";
}
.ce_downloads ul li a span, .ce_download a span {
  position: relative;
  float: right;
  display: block;
  text-decoration: none;
  color: #626262;
  transition: all 0.3s ease-in-out 0s;
}
.ce_downloads ul li a:hover,.ce_downloads ul li a:active,.ce_download a:hover,.ce_download a:active{background-color:#337fac ;color:#ffffff}
.ce_downloads ul li a:hover span,.ce_downloads ul li a:active span,.ce_download a:hover span,.ce_download a:active span{color:#ffffff}
.ce_downloads ul li a:hover:before,.ce_downloads ul li a:active:before,.ce_download a:hover:before,.ce_download a:active:before{color:#ffffff}
/* Downloads Ende */

/* --------------------------------------------------
	:: Bootstrap Icons X
---------------------------------------------------*/
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../../files/lilienthal/font-awesome/fonts/fontawesome-webfont.eot');
  src: url('../../files/lilienthal/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../../files/lilienthal/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../../files/lilienthal/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../../files/lilienthal/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-white {color:#fff;}
.icon-black {color:#000;}

.button i {opacity:.6 !important;margin-right: 5px;}

div.alert-box i.icon-white {border-right: 1px dotted #fff; margin-right: 12px;padding-right: 12px;margin-left:5px;}
div.alert-box i.icon-black {border-right: 1px dotted #000; margin-right: 12px;padding-right: 12px;margin-left:5px;}
div.alert-box i.icon-templatecolor {border-right: 1px dotted #000; margin-right: 12px;padding-right: 12px;margin-left:5px;}

.the-icons {
  list-style: none outside none;
  margin-left: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }

@media screen and (min-width:620px) {
  #header .logo {
  	float:left;
  	height: auto;
  	width: 100px;
  }
  .tag-line {
  	width: 61%;
  	text-align:left;
  	padding-left:20px;
  }

}

/*----*****---- << Tablet (Portrait) >> ----*****----*/
/* Design für eine Breite von 768px, Bundsteg: 30px, Einheit: 32px */
    @media only screen and (min-width: 768px) and (max-width: 989px) {

    }

/*----*****---- << Mobile (Querformat) >> ----*****----*/
/* Design für eine Breite von 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        body.rechts #main {
            width: 100%;
            float: left;
            margin: -10px 0px 0px;
            padding: 30px 0px 0px 0px;
            position: relative;
            background: transparent none repeat-y scroll right center; }

        body.rechts #right {
            width:100%;
            position: relative;
            margin: -30px 0px 0px;
            padding: 30px 0px 60px 20px;
        }


       	/*----*****---- << Columns >> ----*****----*/
		.column { margin:0px; }
		.content .one-fourth, .content .one-half, .content .one-third, .content .three-fourth, .content .two-third, .content .one-fifth, .content .four-fifth, .content .three-fifth, .content .two-fifth { text-align:center; }
		.one-fourth, .one-half, .one-third, .three-fourth, .two-third, .one-fifth, .four-fifth, .three-fifth, .two-fifth { width:100%; }
    }

/*----*****---- << Mobile >> ----*****----*/
/* Mobiles Hochformat auf mobiles Querformat (Geräte und Browser) */
	@media only screen and (max-width: 479px) {
	    h1 { font-size: 20px;}
        h2 { font-size: 18px;}
        body.rechts #main {
            width: 100%;
            float: left;
            margin: -10px 0px 0px;
            padding: 30px 0px 0px 0px;
            position: relative;
            background: transparent none repeat-y scroll right center; }

        body.rechts #right {
            width:100%;
            position: relative;
            margin: -30px 0px 0px;
            padding: 30px 0px 60px 20px;
        }
        .inside { width:100%; }
        /*----*****---- << Spalten >> ----*****----*/
		.column { margin:0px; }
		.content .one-fourth, .content .one-half, .content .one-third, .content .three-fourth, .content .two-third, .content .one-fifth, .content .four-fifth, .content .three-fifth, .content .two-fifth { text-align:center; }
		.one-fourth, .one-half, .one-third, .three-fourth, .two-third, .one-fifth, .four-fifth, .three-fifth, .two-fifth { width:100%; }

         #footer .copyright-content {
             width: 100%;
         }
         #footer .footer-logo {
             width:100%;
             text-align: center;

             }



    }
