html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-size: 1em;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: TheSans,sans-serif;
}

h4 {
  font-weight: 500;
}

pre {
  font-family: inherit;
  line-height: 24px;
  letter-spacing: -.1px;
  font-size: 1.1em;
  font-weight: 400;    
}

code {
  color: #fcc;
  font-weight: 700;
}

br {
   height: 1em; 
}

.wrapper {
  flex: 1 0 auto;
}

div .flex-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;        
}

div .flex-content-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

div .flex-content-right {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

table {
 width: 100%;
 border-bottom: 1px solid #adadad;
 margin-top: 1em;
 margin-bottom: 2em;
}

tr {
 border-top: 1px solid #adadad;
}

th,  td {
 padding-top: 1.5em;
 padding-bottom: 1.5em;
}

button {
  width: 11em;
  height: 3.3em;
  border-radius: 5px 5px 5px 5px !important;
  outline: none;
  cursor: pointer;  
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.modal-content {
  border-radius: 15px;
}

.primary {
  border-color: #1781e3 !important;
  background-color: #1781e3 !important;
}

.primary:hover {
  border-color: #0851da;
  background-color: #0749c5 !important;
}

.secondary {
  border-color: #cfd5d9 !important;
  background-color: #cfd5d9 !important;
  color: #333;
}

.secondary:hover {
  border-color: #cfd5d9 !important;
  background-color: #8c9093 !important;
  color: #333 !important;
}
.br {
  margin-top: 2em;
}

.header, .footer {
  display: flex;
  align-items: center;      
  min-height: 5em;
  padding: 0 0 0 5em;
}

.header {
  border-bottom: 2px solid #eef3f6;
  min-height: 6.5em;
}
 
.footer {
  flex-shrink: 0;
  background-color: #eef3f6;
}

.logo {
  background-size: 3600px 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url('https://sdx.scsstatic.ch/v2.145.0/js/webcomponents/webcomponents/assets/lifeform-spritesheet@2x.png');
  width: 40px;
  height: 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 40px;
  -webkit-animation: repeating-animation 30s steps(90) infinite, initial-animation 6s steps(90);
  animation: repeating-animation 30s steps(90) infinite, initial-animation 6s steps(90);
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
}

@keyframes initial-animation {
  100% {
    background-position: -3600px;
  }
}
@keyframes repeating-animation {
  0% {
    background-position: 0;
  }
  80% {
    background-position: 0;
  }
  100% {
    background-position: -3600px;
  }
}

#lang-select {
  position: absolute;
  right: 3em;
  width: 4.4em;
  border: medium;
}

#copyright {
  width: 100%;
  position: absolute;
  right: 3em;
}

#swisscom-logo {
  height: 40px;
}
