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

body
{
  font-size: 22px;
}

#searchForm {
  display: none;
}

#lucabertTitle {
  font-size: 50px;
  line-height: 40px;
}

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

#lucabertFoto {
  display: none;
}

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

.flexnav > li:last-child {
  display: none;
}

a.tooltip:after {
  display: none;
}

a.tooltip:before {
  display: none;
}

.address {
  font-size: 24px;
  margin-top: 20px;
  float: none;
}

#addressLinkMobile {
  display: block;
  line-height: 0px;
}

#addressLink {
  display: none;
}

.mail {
  margin-top: 10px;
}

#mailAddrLabel {
  display: none;
}

#mailIcon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -9px;
}

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

#xmppAddrLabel {
  display: none;
}

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

#phoneLabel {
  display: none;
}

#phoneIcon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -9px;
}

#xmppAddrLabel {
  display: none;
}

#xmppAddr {
  font-size: 23px;
}

.vcard {
  margin-top: -10px;
  font-size: 22px;
  font-weight: bold;
}

#vcardIcon {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -9px;
}

#gpgKey {
  display: none;
}

#link_de {
  background: url(/images/de_m.png) no-repeat bottom;
  width: 60px;
  height: 40px;
}

#link_en {
  background: url(/images/en_m.png) no-repeat bottom;
  width: 60px;
  height: 40px;
}

#link_it {
  background: url(/images/it_m.png) no-repeat bottom;
  width: 60px;
  height: 40px;
}

#link_ar {
  background: url(/images/ar_m.png) no-repeat bottom;
  width: 60px;
  height: 40px;
}

ul#languageSelection {
  padding: 0 0 43px 10px;
}

ul#languageSelection li {
  height: 42px;
  background-image: url(/images/back_m.gif);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#languageSelection li.languageSelected {
  background-image: url(/images/backSel_m.gif);
}

.rtl {
  font-size: 24px;
}

.menuTitle {
  display: none !important;
}

.menuTitleMobile {
  background-image: url(/images/menu.png);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 39px;
  height: 39px;
  transition: all 0.5s ease;
}

.menuTitleMobile.open {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu ul {
  max-width: 300px;
}

.menu li ul {
  position: fixed;
  top: 40px;
  left: 0px;
  z-index: 1;
}

.menu li ul a {
  min-width: 340px;
}

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

.tooltip:hover .tooltiptext {
  visibility: hidden;
}

#scrollToTop {
  background: #eee url(/images/backToTopM.png) no-repeat bottom;
  width: 64px;
  height: 60px;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
  padding: 2px;
  border-radius: 10px;
  text-align: center;
}

#certsLink {
  font-size: 18px;
}

/* Zeugnisse */
#certTitle {
  font-size: 25px;
}

div.preview {
  visibility: hidden;
}

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

.prgTableVersion {
  display: none;
}

.prgTableDescription {
  display: none;
}

.programDetail {
  width: 100% !important;
  top: 50px;
  position: fixed;
}

.programDetailInnen {
  height: 225px;
  width: 95%;
}

.closeWindow {
  position: fixed;
  bottom: unset;
  background: #3533c4 none repeat scroll 0 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.prgTable table th {
  font-size: 24px;
  padding: 10px 10px;
}

.prgTable table tbody td {
  font-size: 20px;
  padding: 10px 10px;
}

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

.prgDetails tbody td:last-child {
  display: block;
  margin-left: 10px;
}

.programTitle {
  font-size: 24px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.instUpd {
  top: 225px;
  width: 190px;
  right: 10px;
  left: unset;
  padding: 5px;
}

.thumbwrap {
  width: 100%;
}

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

img {
  max-width: 100%;
  height: auto;
}
