/* * Globals */

/* Links */

a, a:focus, a:hover {
  color: #fff;
}

/* Custom default button */

.btn-default, .btn-default:hover, .btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}

svg {
  fill: currentColor;
}

/* * Base structure */

html, body {
  /*background-color: #C8C800;*/
  margin: 0px;
  padding: 0px;
}

body {
  color: #fff;
  /*background-image: url("../img/bg.jpg");*/
  background-image: url("../../assets/img/warningp.svg");
  /*background-size: cover;*/
  background-repeat: repeat;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
  box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */

.inner {
  padding: 30px;
}

/* * Header */

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}

.masthead-nav > li + li {
  margin-left: 20px;
}

.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover, .masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}

.masthead-nav > .active > a, .masthead-nav > .active > a:hover, .masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
}

@media (min-width: 768px) {
  .masthead-nav {
    float: right;
  }
}

/* * Cover */

.cover {
  padding: 0 20px;
}

.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

/* * Footer */

.mastfoot, footer {
  color: #999;
  color: rgba(255,255,255,.5);
}

.cover-heading {
  font-size: 700%;
}

.cover .lead {
  font-size: 300%;
}

.logos img.logo {
  width: 80%;
  margin: 10%;
}

main section h1 {
  font-size: 120px;
  padding-bottom: 100px;
}

main section {
  min-height: 50vh;
  margin: 50vh 0;
  padding: 25vh 0;
}

.logos .social > .contacts {
  font-size: 300%;
}

.logos .social > .fa {
  font-size: 150%;
}

a.jump {
  display: block;
  width: 40px;
  text-align: center;
  margin: 0 auto;
}

#imprint {
  font-size: 300%;
}

html:lang(de) :lang(en), .de :lang(en) {
  display: none;
}

html:lang(en) :lang(de), .en :lang(de) {
  display: none;
}

.my-de [data-mylang="en"] {
  display: none;
}

.my-en [data-mylang="de"] {
  display: none;
}

.float-crypt {
  float: right;
}

.float-crypt-line {
  width: 100%;
  display: inline-block;
}

.float-crypt-inline {
  width: auto;
  display: inline-block;
}

.contact-table {
  width: 20em;
  margin: 0 auto;
}

.contact-table .heading {
  font-weight: bold;
  width: 7em;
  text-align: left;
  float: left;
  clear: both;
}

.contact-table .float-decrypt {
  float: left;
}

section.closed {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

section.closed:target {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: all 0.4s ease;
}

#highTowerSUmenu.navbar-inverse .navbar-brand {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 255, 0, 0);
  width: 200px;
  height: 80px;
  padding: 10px;
}

#highTowerSUmenu.navbar-inverse .navbar-brand img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

#highTowerSUmenu.navbar-inverse {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 255, 0, 0.2);
  border-width: 0px;
  /*background-image: url(../img/symbols.svg);*/
  /*background-image: url(http://worldmediamonitoring.com/wp-content/uploads/2015/05/800px-WMD_symbols_variant-2_horizontal.svg_.png);*/
  /*background-image: url(../img/symbols.svg);*/
  /*background-size: auto 35px;*/
  /*border-radius: 4px;*/
  /*background-repeat: repeat-x;*/
  /*background-position: 0 8px;*/
  /*opacity: 0.5;*/
}

#highTowerSUmenu.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 255, 0, 0);
  font-weight: bold;
  padding: 30px 15px;
}

#highTowerSUmenu.navbar-inverse .navbar-nav > li > a:hover, #highTowerSUmenu.navbar-inverse .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(208, 212, 0, 0);
}

#highTowerSUmenu.navbar-inverse .navbar-nav > .active > a, #highTowerSUmenu.navbar-inverse .navbar-nav > .active > a:hover, #highTowerSUmenu.navbar-inverse .navbar-nav > .active > a:focus {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(251, 255, 0, 0);
}

#highTowerSUmenu.navbar-inverse .navbar-toggle {
  border-color: rgba(208, 212, 0, 0);
}

#highTowerSUmenu.navbar-inverse .navbar-toggle:hover, #highTowerSUmenu.navbar-inverse .navbar-toggle:focus {
  background-color: rgba(208, 212, 0, 0);
}

#highTowerSUmenu.navbar-inverse .navbar-toggle .icon-bar {
  background-color: rgba(208, 212, 0, 0);
}

#highTowerSUmenu.navbar-inverse .navbar-toggle:hover .icon-bar, #highTowerSUmenu.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: rgba(208, 212, 0, 0);
}

#highTowerSUmenu .dropdown-menu {
  box-shadow: none;
  background-color: rgba(208, 212, 0, 0.2);
  border: 0px solid black;
  color: white;
  font-weight: bold;
}

#highTowerSUmenu .dropdown-menu > li > a {
  color: white;
  font-weight: bold;
}

#highTowerSUmenu .dropdown-menu > li > a:hover, #highTowerSUmenu .dropdown-menu > li > a:active {
  background-color: rgba(255, 255, 0, 0.5);
}

#highTowerSUmenu.affix {
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

#highTowerSUmenu.affix-top {
  opacity: 0;
  height: 0px;
  transition: opacity .25s ease-in-out;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* * Affix and center */

/* Pull out the header and footer */

@media (min-width: 768px) {
  .masthead {
    position: fixed;
    top: 0;
  }
}

@media (min-width: 768px) {
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
}

/* Start the vertical centering */

@media (min-width: 768px) {
  .site-wrapper-inner {
    vertical-align: middle;
  }
}

/* Handle the widths */

@media (min-width: 768px) {
  .masthead, .mastfoot, .cover-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .masthead, .mastfoot, .cover-container {
    width: 700px;
  }
}

