@charset "UTF-8";
/* CSS Document */

body
{
  background-color: #ddfeff;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  font-family: Times New Roman;
  font-size: 16px;
}

a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: blue;
  text-decoration: none;
}

@font-face {
  font-family: 'commercialscript_btregular';
  src: url('ufonts.com_commercial-script-bt-webfont.woff2') format('woff2'),
       url('ufonts.com_commercial-script-bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

#lucabertTitle {
  font-family: 'commercialscript_btregular';
  font-size: 60px;
}

#lucabertSubtitle {
  font-size: 24px;
  font-weight: bold;
}

.commscript {
  font-family: 'commercialscript_btregular';
}

.clear
{
  clear: both;
}

#searchForm {
  width: 180px;
}

#lucabertInfo {
  text-align: center;
}

#lucabertFoto {
  margin-right: 10px;
}

.flexnav {
  display: table; /* Fallback IE<9 */
  display: flex;
  width: 100%;
  padding: 0px;
}

.flexnav > li {
  display: table-cell; /* Fallback IE<9 */
  flex: 1 1 auto;
  min-width: 1%; /* Fix for Firefox */
  text-align: center;
  vertical-align: top;
}

.flexnav > li:first-child {
  float: left;
}

.flexnav > li:last-child {
  float: right;
  margin-right: 110px;
}

.flexnav.pilot > li:last-child {
  float: right;
  margin-right: -40px;
}

#addressLinkMobile {
  display: none;
}

#addressLink {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
}

#addressLink a {
  text-decoration: none;
}

.mail {
  float: none;
  font-size: 22px;
  font-weight: bold;
  margin-top: -20px;
}

#mailAddrLabel {
  margin-right: 5px;
}

#mailIcon {
  display: none;
}

.phone {
  float: none;
  font-size: 22px;
  font-weight: bold;
  margin-top: -20px;
}

#phoneLabel {
  margin-right: 5px;
}

#phoneIcon {
  display: none;
}

.xmpp {
  float: none;
  font-size: 20px;
  font-weight: bold;
  margin-top: -20px;
}

#xmppAddrLabel {
  margin-right: 5px;
}

.vcard {
  float: none;
  font-size: 20px;
  font-weight: bold;
  margin-top: -15px;
}

#vcardIcon {
  display: none;
}

#googleSearchText {
  float: left;
}

#googleSearchButton {
  margin-top: 3px;
  margin-left: 5px;
  float: left;
}

ul#languageSelection {
  font: bold 11px Verdana, Arial, sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0 0 23px 30px;
  border-bottom: 1px solid #a5a5a5;
}

ul#languageSelection li {
  float: left;
  height: 22px;
  background-color: transparent;
  margin: 0px;
  border: 1px solid #a5a5a5;
  background-image: url(/images/back.gif);
  background-repeat: repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#languageSelection a {
  float: left;
  display: block;
  color: #888;
  text-decoration: none;
  padding: 1px 6px;
}

#languageSelection a:hover {
  background-color: #1077AE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media all and (min-width: 480px and max-width: 800px) {
  #languageSelection a:hover {
    background-color: #1077AE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

#languageSelection li.languageSelected {
  border-bottom: 1px solid #eeffff;
  background-color: transparent;
  background-image: url(/images/backSel.gif);
  background-repeat: repeat-x;
}

#languageSelection li.languageSelected a {
  color: #000;
}
	
.content {
  border-width: 0 1px 1px 1px;
  border-color: #a5a5a5;
  border-style: solid;
  padding: 10px;
  background-color: #eeffff;
  display: none;
}

#link_de {
  background: url(/images/de.png) no-repeat bottom;
  width: 30px;
  height: 20px;
}

#link_en {
  background: url(/images/en.png) no-repeat bottom;
  width: 30px;
  height: 20px;
}

#link_it {
  background: url(/images/it.png) no-repeat bottom;
  width: 30px;
  height: 20px;
}

#link_ar {
  background: url(/images/ar.png) no-repeat bottom;
  width: 30px;
  height: 20px;
}

.content.active {
  display: block;
}

.rtl {
  direction: rtl;
}

.menuTitleMobile {
  display: none;
}

/*
http://www.newmediacampaigns.com/blog/nicer-navigation-with-css-transitions-part-2
*/
.menu.rtl {
  left: 10px;
  position: absolute;
}

.menu ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #333;
  float: right;
  white-space: nowrap;
}

.menu ul:before,.menu ul:after {
  content: "";
  display: table;
}

.menu ul:after {
  clear: both;
}

.menu ul > li {
  float: left;
  position: relative;
}

.menu a {
  display: block;
  padding: 10px 20px;
  line-height: 0.9em;
  color: #fff;
  text-decoration: none;
  background-color: #589aeb;
}

.menu a:hover {
  text-decoration: none;
  background-color: #4d6f7d;
}

.menu li ul {
  background-color: #7dcfd6;
}

.menu li ul li {
}

.menu li ul a {
  background-color: #7dcfd6;
  color: #000;
  min-width: 250px;
}

.menu li ul a:hover {
  background-color: #f1f1f1
}

.menu li ul {
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 1;
}

.menu.rtl li ul {
  left: 0;
}

.menu li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 800ms ease-in-out;
  -moz-transition: max-height 800ms ease-in-out;
  -o-transition: max-height 800ms ease-in-out;
  transition: max-height 800ms ease-in-out;
}

.menu ul > li:hover ul li {
  max-height: 150px;
}

.menuTitle {
}

.menuItem.rtl {
  font-size: 18px;
}

.menuItem.active {
  text-decoration: underline;
  font-weight: bold;
}

.contentInner {
  font-size: 16px;
  width: 90%;
}

.contentInner.full {
  width: 100%;
}

.contentInner.index {
  font-size: 20px;
}

.contentInner.rtl {
}

#scrollToTop {
  background: #eee url(/images/backToTop.png) no-repeat bottom;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
  color: #777;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  border-radius: 10px;
  text-align: center;
  z-index: 100;
}

/* Tooltips */
/* http://pixelbar.be/blog/css-profi-tip-tooltip-attributen/ */
a.tooltip {
  position: relative;
  text-decoration: none;
}

a.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 20%;
  background: #ffcb66;
  padding: 5px 15px;
  color: black;
  -webkit-border-radius: 10px;
  -moz-border-radius   : 10px;
  border-radius        : 10px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  transition   : all 0.4s ease;
}

a.tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid #ffcb66;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  transition   : all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 90%;
}

a.tooltip:hover:after {
  bottom: 100%;
}

a.tooltip:hover:before {
  bottom: 70%;
}

a.tooltip:hover:after, a:hover:before {
  opacity: 1;
}

/* Lebenslauf (von OpenOffice) */
p.western {
  font-family: "Times New Roman", serif;
  font-size: 10pt;
  margin-bottom: 0.21cm;
  widows: 2;
  orphans: 2;
}

h1 { margin-top: 0cm; margin-bottom: 0cm; text-align: center; widows: 2; orphans: 2 }

h1.western { font-family: "Times New Roman", serif; font-size: 12pt }

h1.cjk { font-family: "HG Mincho Light J"; font-size: 12pt; font-weight: medium }

h1.ctl { font-family: "Arial Unicode MS"; font-size: 12pt; font-weight: medium }

h2 { margin-top: 0cm; margin-bottom: 0cm; widows: 2; orphans: 2 }

h2.western { font-size: 10pt; font-style: italic; font-weight: medium }

h2.cjk { font-family: "HG Mincho Light J"; font-size: 12pt; font-weight: medium }

h2.ctl { font-family: "Arial Unicode MS"; font-size: 12pt; font-weight: medium }

td p { margin-bottom: 0.21cm; widows: 2; orphans: 2 }

td p.western { font-family: "Times New Roman", serif; font-size: 10pt }

#certsLink {
  font-size: 16px;
  text-decoration: none;
}

/* Zeugnisse */
div.preview {
  font-family:serif;
  font-size:12px;
  font-weight:normal;
  font-style:normal;
  color:black;
  visibility: hidden;
}

div.preview.visible {
  visibility: visible !important;
}

a.zeugnis:link {
  text-decoration: none;
  font-weight:normal;
  color:blue;
}

a.zeugnis:visited {
  text-decoration: none;
  font-weight:normal;
  color:blue;
}

a.zeugnis:hover {
  text-decoration: underline;
  font-weight:normal;
  color:blue;
}

pre.ipv6 {
  font-size: 14px;
}

.modal {
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0px;
  left: 0px;
  position: fixed;
}

.programDetail {
  width: 500px;
  height: 300px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 10001;
  border-radius: 10px;
}

.programInfo {
}

.programDetailInnen {
  overflow: auto;
  height: 225px;
}

.closeBtn {
  display: none;
}

.closeWindow {
  text-align: center;
  width: 100%;
  bottom: 10px;
  position: absolute;
}

.closeWindow a {
  background: #3533c4 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

.programTitle {
  background: #dac2c2 none repeat scroll 0 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
}

.prgTable table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.prgTable {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #006699;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prgTable table td, .prgTable table th {
  padding: 3px 10px;
}

.prgTable table thead th {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
  background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color:#006699;
  color:#FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #0070A8;
}

.prgTable table thead th:first-child {
  border: none;
}

.prgTable table tbody td {
  color: #00496B;
  font-size: 12px;
  border-bottom: 1px solid #E1EEF4;
  font-weight: normal;
  vertical-align: top;
}

.prgTable table tbody .alt td {
  background: #E1EEF4;
  color: #00496B;
}

.prgTable table tbody td:first-child {
  border-left: none;
}

.prgTable table tbody tr:last-child td {
  border-bottom: none;
}

.prgDetails tbody td:first-child {
  text-align: left;
  vertical-align: top;
}

.prgDetails tbody td:last-child {
  text-align: left;
  vertical-align: top;
}

.prgDetails tbody tr:first-child td:last-child {
  font-weight: bold;
}

.prgDetails tbody tr:last-child td:last-child {
  font-weight: bold;
}

.prgDetails tbody td:first-child {
  font-weight: bold;
}

/* Familienseite */
.thumbwrap {
  border: 0px;
  padding: 15px 8px 0 8px;
  margin: 0;
}

.thumbwrap li {
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  margin: 0 7px 15px 7px;
  border: 0px;
  padding: 0;
}

.thumbwrap li>div {
  width: 120px;
  text-align: center;
}

.thumbwrap a {
  display: block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.thumbwrap>li .wrimg {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 90px;
}

.thumbwrap img {
  border: 0px;
  vertical-align: middle;
}

.thumbwrap .caption {
  display: block;
  padding: .3em 5px;
  font-size: .9em;
  line-height: 1.1;
  border-top: 1px solid #ccc;
  width: 189px;  /* Moz, IE6 */
}
/* Familienseite */

/* Apps */
.gallery {
  height: 100%;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.thumbwrap.apps li>div {
  width: 220px;
  text-align: center;
}

.instUpd
{
  position: absolute;
  top: 70px;
  left: 5px;
  background-color: #42B6C9;
  border: 1px solid #000;
  border-radius: 10px;
  width: 150px;
  height: 22px;
  text-align: center;
}

.footer
{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
/* Apps */

/* Wecker */
.disclaimer {
  display: none;
}

.disclaimer.active {
  display: block;
  margin-top: 10px;
}

.disclaimerInfo {
  float: right;
  text-align: right;
  margin-right: 10px;
}

.copyright {
  margin-left: 10px;
}

.microlight {
  max-width: 100%;
}

.imprint {
  margin-left: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
}

.privacy {
  margin-left: 10px;
  margin-top: 30px;
}
/* Wecker */

/* Pilot */
.flightLog {
  display: none;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  background-color: #eeffff;
  border-bottom: 1px solid #aaa;
}

.flightLog.active {
  display: block;
}

.gpxFormat {
  background: url(/images/gpx.png) no-repeat bottom;
  width: 30px;
  height: 30px;
  padding: 10px;
}

.skymapFormat {
  background: url(/images/skymap.png) no-repeat bottom;
  width: 30px;
  height: 30px;
  padding: 10px;
}

.vitaAirplane {
}

.vitaHours {
  text-align: right;
}

.vitaLandings {
  text-align: right;
}

.vitaHoursFI {
  padding-left: 20px;
  text-align: left;
}

.vitaLandingsFI {
  text-align: left;
}

.pilotitem {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}

.centered {
  text-align: center;
}

#contactmap {
  width: 600px;
  height: 500px;
  top: 20px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1000;
  margin: auto;
}

#contactiframe {
	width: 100%;
	height: 100%;
}

#closediv {
  top: -10px;
  position: absolute;
  right: -15px;
  cursor: pointer;
}
