@import url('normalize.css');
@import url('grid.css');
@import url('font-awesome.min.css');
@import url('animations.min.css');

@font-face {
    font-family: 'ralewaylight';
    src:         url('raleway-light-webfont.eot');
    src:         url('raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
                 url('raleway-light-webfont.woff2') format('woff2'),
                 url('raleway-light-webfont.woff') format('woff'),
                 url('raleway-light-webfont.ttf') format('truetype'),
                 url('raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style:  normal;

}

@font-face {
    font-family: 'ralewayregular';
    src:         url('raleway-regular-webfont.eot');
    src:         url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
                 url('raleway-regular-webfont.woff2') format('woff2'),
                 url('raleway-regular-webfont.woff') format('woff'),
                 url('raleway-regular-webfont.ttf') format('truetype'),
                 url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style:  normal;

}

@font-face {
    font-family: 'ralewaythin';
    src:         url('raleway-thin-webfont.eot');
    src:         url('raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
                 url('raleway-thin-webfont.woff2') format('woff2'),
                 url('raleway-thin-webfont.woff') format('woff'),
                 url('raleway-thin-webfont.ttf') format('truetype'),
                 url('raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style:  normal;

}

/* ==========================================================================
   Basis rules
   ========================================================================== */

body {
    background: #FFF;
    position:   relative;
}

body:before {
    content:            "";
    position:           fixed;
    top:                -10px;
    left:               0;
    width:              100%;
    height:             10px;
    z-index:            999999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow:    0 0 10px rgba(0, 0, 0, .3);
    box-shadow:         0 0 10px rgba(0, 0, 0, .3);
}

html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    font-family: 'ralewayregular', Arial, Helvetica, Verdana, sans-serif;
    font-size:   1em;
    line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 1.1em;
    }
}

::-moz-selection {
    background: rgba(211, 1, 50, 0.76);
    color:      #FFF;
}

::selection {
    background: rgba(211, 1, 50, 0.76);
    color:      #FFF;
}

*,
*:before,
*:after {
    box-sizing:         border-box;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    *behavior:          url('../_javascript/boxsizing.htc');
}

hr {
    display:    block;
    height:     1px;
    border:     0;
    border-top: 1px solid #CCC;
    margin:     1em 0;
    padding:    0;
}

ul {
    list-style-type: none;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border:  0;
    margin:  0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

a {
    -webkit-transition: all .3s;
    -moz-transition:    all .3s;
    -ms-transition:     all .3s;
    -o-transition:      all .3s;
    transition:         all .3s;
    outline:            0;
    -moz-outline-color: transparent !important;
    text-decoration:    none;
}

a:focus {
    outline:            0;
    -moz-outline-color: transparent !important;
}

input,
button,
select {
    -webkit-transition: all .3s;
    -moz-transition:    all .3s;
    -ms-transition:     all .3s;
    -o-transition:      all .3s;
    transition:         all .3s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ralewaythin', "Calibri Light", Arial, Verdana, sans-serif;
    margin:      0;
    font-weight: 300; }

h1 {
    margin-bottom: .5em;
    font-size:     1.6em;
    line-height:   1.2em;
}

h2 {
    margin-bottom: .8em;
    font-size:     1.4em;
    line-height:   1.1em;
}

h3 {
    margin-bottom: .5em;
    font-size:     1.3em;
    line-height:   1em;
}

h4 {
    margin-bottom: .3em;
    font-size:     1.2em;
    line-height:   1em;
}

h5 {
    margin-bottom: .3em;
    font-size:     1.1em;
    line-height:   1em;
}

h6 {
    margin-bottom: .3em;
    font-size:     1em;
    line-height:   1em;
}

@media only screen and (min-width: 500px) {

    h1 {
        font-size:   1.8em;
        line-height: 1.3em;
    }

    h2 {
        font-size:   1.5em;
        line-height: 1.2em;
    }

    h3 {
        font-size:   1.3em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width: 768px) {

    h1 {
        font-size:   2em;
        line-height: 1.3em;
    }

    h2 {
        font-size:   1.6em;
        line-height: 1.2em;
    }
}

@media only screen and (min-width: 1024px) {

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size:   1.8em;
        line-height: 1.2em;
    }
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-family: 'ralewayregular', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
}

p {
    margin: 0 0 1em 0;
}

strong {
    font-weight: 600;
}

abbr[title] {
    border-bottom: none;
}

/* ==========================================================================
   Loading animation
   ========================================================================== */

#loadingScreen {
    position: fixed;
    top:      0;
    left:     0;
    width:    100%;
    height:   100%;
    z-index:  10;
    overflow: hidden;
}

.no-js #loadingScreen {
    display: none;
}

#loader {
    display:           block;
    position:          relative;
    left:              50%;
    top:               50%;
    width:             150px;
    height:            150px;
    margin:            -75px 0 0 -75px;
    border-radius:     50%;
    border:            2px solid transparent;
    border-top-color:  #D30132;
    -webkit-animation: spin 1.7s linear infinite;
    animation:         spin 1.7s linear infinite;
    z-index:           11;
}

#loader:before {
    content:           "";
    position:          absolute;
    top:               5px;
    left:              5px;
    right:             5px;
    bottom:            5px;
    border-radius:     50%;
    border:            2px solid transparent;
    border-top-color:  #FFF;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation:         spin-reverse .6s linear infinite;
}

#loader:after {
    content:           "";
    position:          absolute;
    top:               15px;
    left:              15px;
    right:             15px;
    bottom:            15px;
    border-radius:     50%;
    border:            2px solid transparent;
    border-top-color:  #AAA;
    -webkit-animation: spin 1s linear infinite;
    animation:         spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform:     rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform:     rotate(360deg);
        transform:         rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform:     rotate(0deg);
        transform:         rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -ms-transform:     rotate(-360deg);
        transform:         rotate(-360deg);
    }
}

#loadingScreen .screen {
    position:   fixed;
    top:        0;
    width:      50%;
    height:     100%;
    background: #6F7072;
    z-index:    10;
}

#loadingScreen .screen.left {
    left: 0;
}

#loadingScreen .screen.right {
    right: 0;
}

/* Loaded styles */
.loaded #loadingScreen .screen.left,
.loaded #loadingScreen .screen.right {
    -webkit-transform:  translateX(-100%);
    -ms-transform:      translateX(-100%);
    transform:          translateX(-100%);
    -webkit-transition: all 0.7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 0.7s .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loadingScreen .screen.right {
    -webkit-transform: translateX(100%);
    -ms-transform:     translateX(100%);
    transform:         translateX(100%);
}

.loaded #loader {
    opacity:            0;
    -webkit-transition: all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.loaded #loadingScreen {
    visibility:         hidden;
    -webkit-transform:  translateY(-100%);
    -ms-transform:      translateY(-100%);
    transform:          translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition:         all 0.3s 1s ease-out;
}

/* ==========================================================================
   Request waiting animation
   ========================================================================== */

body.cursor-wait .waitingScreen {
    position:   fixed;
    width:      100%;
    height:     100%;
    background: #FFF;
    z-index:    99999;
    background: rgba(0, 0, 0, .6);
}

body.cursor-wait .waitingScreen:before {
    content:   'Please wait...';
    font-size: 1em;
    position:  absolute;
    color:     #FFF;
    top:       50%;
    left:      50%;
    margin:    10px 0 0 -57px;
}

.no-js .waitingScreen {
    display: none;
}

body.cursor-wait .waitingScreen > .waitSpinner {
    width:             40px;
    height:            40px;
    position:          absolute;
    top:               50%;
    left:              50%;
    margin:            -40px 0 0 -40px;
    text-align:        center;
    -webkit-animation: rotor 1.2s infinite linear;
    animation:         rotor 1.2s infinite linear;
}

body.cursor-wait .waitingScreen > .waitSpinner div {
    width:             50%;
    height:            50%;
    display:           inline-block;
    position:          absolute;
    top:               0;
    background-color:  #AAA;
    border-radius:     100%;
    -webkit-animation: zoomInOut 2.0s infinite ease-in-out;
    animation:         zoomInOut 2.0s infinite ease-in-out;
}

body.cursor-wait .waitingScreen > .waitSpinner div:nth-of-type(2) {
    top:                     auto;
    bottom:                  0;
    background:              #D30132;
    -webkit-animation-delay: -.25s;
    animation-delay:         -.25s;
}

body.cursor-wait .waitingScreen > .waitSpinner div:nth-of-type(3) {
    top:        auto;
    bottom:     20px;
    right:      20px;
    background: #FFF;
}

@keyframes rotor {
    100% {
        transform:         rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotor {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes zoomInOut {
    50% {
        transform:         scale(.8);
        -webkit-transform: scale(.8);
    }
    0%, 100% {
        transform:         scale(.2);
        -webkit-transform: scale(.2);
    }
}

@-webkit-keyframes zoomInOut {
    0%,
    100% {
        -webkit-transform: scale(0.2)
    }
    50% {
        -webkit-transform: scale(.8)
    }
}

/* ==========================================================================
   Text styles
   ========================================================================== */

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

/* ==========================================================================
   Hinweis auf veralteten Browser
   ========================================================================== */

#outdated {
    display:    block;
    top:        0;
    left:       0;
    width:      100%;
    height:     auto;
    background: #BB5E5E;
    border:     1px solid #820000;
    color:      #FFF;
    padding:    10px;
    text-align: center;
    position:   fixed;
    z-index:    999999;
}

#outdated a {
    color:           #000000;
    text-decoration: none;
}

#diaShow {
    position:   relative;
    margin:     0;
    padding:    0;
    background: #333;
}

#diaShow ul#fullScreen {
    position: absolute;
    top:      0;
    left:     0;
    width:    100%;
    height:   100%;
    margin:   0;
    padding:  0;
}

#diaShow ul#fullScreen li {
    position: absolute;
    margin:   0;
    padding:  0;
    width:    100%;
    height:   100%;
}

#diaShow ul#fullScreen li div.backgroundImg {
    position:                absolute;
    width:                   100%;
    height:                  100%;
    -webkit-background-size: cover;
    -moz-background-size:    cover;
    -o-background-size:      cover;
    background-size:         cover;
    background-repeat:       no-repeat;
    background-position:     center;
}

#komro-logo {
    text-align: right;
    padding:    2em 0 6em;
}

#komro-logo img {
    width:     30%;
    min-width: 140px;
    max-width: 250px;
}

#wlan-logo {
    width:      30%;
    max-width:  150px;
    margin-top: -15%;
}

@media screen and (min-width: 500px) {
    #wlan-logo {
        margin-top: -5em;
    }
}

#headContainer {
    width:      100%;
    position:   relative;
    background: #FFF;
}

.pageBox {
    position:  relative;
    z-index:   3;
    margin:    0 3%;
    max-width: 900px;
    height:    auto;
}

#container {
    margin-top: 4em;
}

.glasBox {
    box-shadow:    0 0 1px #FFF;
    background:    rgba(255, 255, 255, 0.8);
    margin-bottom: 4em;
}

.glasBoxHeadline {
    background: #6F7072;
    color:      #FFF;
    padding:    1em;
}

.glasBoxHeadline.red {
    background: #D30132;
    color:      #FFF;
}

.glasBoxHeadline h2 {
    text-align: center;
    margin:     0;
}

.glasBoxContent {
    padding:    1em;
    border:     1px solid #FFF;
    border-top: none;
}

.glasBoxContent a {
    color: #D30132;
}

.glasBoxContent a:hover {
    color: #D30132;
}

@media screen and (min-width: 500px) {
    .pageBox {
        margin: 0 5%;
    }

    .glasBoxContent {
        padding: 1.5em;
    }

    #komro-logo {
        padding: 2em 0 8em;
    }

}

@media screen and (min-width: 768px) {

    .glasBoxContent {
        padding: 2em;
    }
}

@media screen and (min-width: 950px) {

    .pageBox {
        margin: 0 auto;
    }
}

.lightBlue {
    color: #333; /*B6CEDE;*/
}

p.noMargin {
    margin: 0;
}

.formButton {
    font-size:     1.2em;
    padding:       0.7em 1em;
    color:         #FFF;
    border:        1px solid #FFF;
    background:    none;
    border-radius: 3px;
}

.formButton:hover {
    color:      #FFF;
    border:     1px solid #D30132;
    background: #D30132;
}

.formButton::-moz-focus-inner {
    border: none;
}

button[type="submit"].niceAndModern,
button[type="button"].niceAndModern,
a.niceAndModern {
    font-family:   'ralewayregular', Arial, Helvetica, Verdana, sans-serif;
    font-size:     1.2em;
    padding:       0.7em 1em;
    color:         #FFF;
    border:        1px solid #D30132;
    background:    #D30132;
    border-radius: 3px;
}

button[type="submit"].niceAndModern:hover,
button[type="button"].niceAndModern:hover,
a.niceAndModern:hover {
    color:      #D30132;
    border:     1px solid #D30132;
    background: rgba(255, 255, 255, 0.82);
}

input[type="text"].inputField,
input[type="password"].inputField,
select.inputField {
    width:         100%;
    padding:       1em;
    background:    rgba(255, 255, 255, .8);
    border:        1px solid #BBB;
    margin-bottom: .5em;
    border-radius: 3px;
    color:         #AAA;
    font-family:   'ralewayregular', Arial, Helvetica, Verdana, sans-serif;
}

input[type="text"].inputField:hover,
input[type="password"].inputField:hover,
select.inputField:hover {
    border-color: #555;
}

input[type="text"].inputField:focus,
input[type="password"].inputField:focus,
select.inputField:focus {
    border-color: #73ABFF;
    box-shadow:   0 0 .5em #9FC6FF;
    color:        #555;
}

.required {
    color: #990000;
}

input[type="text"].inputField.requiredInput {
    border-color: #990000;
    box-shadow:   0 0 3px rgba(153, 33, 0, 0.6);
}

input[type="checkbox"],
input[type="radio"] {
    border:   0;
    clip:     rect(0 0 0 0);
    height:   1px;
    margin:   -1px;
    overflow: hidden;
    padding:  0;
    position: absolute;
    width:    1px;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
    border-color: #444;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    position:            relative;
    padding:             10px 10px 0 2em;
    vertical-align:      middle;
    -webkit-user-select: none;
    -moz-user-select:    none;
    -ms-user-select:     none;
    user-select:         none;
    cursor:              pointer;
    display:             inline-block;
    text-align:          left;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content:    '';
    position:   absolute;
    top:        10px;
    left:       0;
    width:      22px;
    height:     22px;
    background: #AAA;
    font-size:  18px;
    text-align: center;
    box-shadow: 0 0 0 1px #DDD, 0 0 1px #333, inset 1px 1px 3px #555;
}

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
    content:            '';
    background-color:   #FF6600;
    position:           absolute;
    top:                13px;
    left:               3px;
    width:              14px;
    height:             14px;
    -webkit-transform:  scale(0);
    -ms-transform:      scale(0);
    transform:          scale(0);
    -webkit-transition: -webkit-transform 100ms ease-out;
    transition:         transform 100ms ease-out;
}

input[type="checkbox"] + label:after {
    background-color:     transparent;
    top:                  17px;
    left:                 6px;
    width:                10px;
    height:               5px;
    border-style:         solid;
    border-color:         #000;
    border-width:         0 0 2px 2px;
    -webkit-border-image: none;
    -o-border-image:      none;
    border-image:         none;
    -webkit-transform:    rotate(-50deg) scale(0);
    -ms-transform:        rotate(-50deg) scale(0);
    transform:            rotate(-50deg) scale(0);
}

input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform:     scale(1);
    transform:         scale(1);
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
    border-radius: 50%;
}

input[type="checkbox"]:checked + label:after {
    -webkit-transform: rotate(-50deg) scale(1.3);
    -ms-transform:     rotate(-50deg) scale(1.3);
    transform:         rotate(-50deg) scale(1.3);
}

.lt-ie9 input[type="checkbox"] {
    border:     1px solid #FFF;
    background: #FFF;
    clip:       auto;
    height:     auto;
    margin:     10px 0 0 10px;
    overflow:   auto;
    padding:    0;
    position:   relative;
    width:      auto;
    float:      left;
}

.lt-ie9 input[type="checkbox"] + label:before,
.lt-ie9 input[type="checkbox"] + label:after {
    display: none;
}

ul.list {
    margin:     0 0 1em;
    padding:    .5em;
    border:     1px solid #FFF;
    background: rgba(255, 255, 255, 0.7);
}

ul.list li {
    margin:     0;
    padding:    0;
    text-align: center;
}

ul.list li span:nth-child(1) {
    display:   inline-block;
    min-width: 30%;
}

ul.list li span:nth-child(2) {
    display:      inline-block;
    width:        40%;
    padding-left: 1em;
}

#footer {
    box-shadow: 0 0 1px #FFF;
    border:     1px solid #FFF;
    background: rgba(255, 255, 255, 0.8);
    padding:    2em 1em;
}

#footer p {
    margin:     0;
    text-align: center;
    color:      #BBB;
    font-size:  .9em;
}

#footer a {
    color: #3B505D;
}

#footer a:hover {
    color: #D30132;
}

@media only screen and (min-width: 768px) {
    #footer p {
        text-align: right;
    }
}

/* ==========================================================================
   fullpage overlay
   ========================================================================== */

#overlay {
    position:   fixed;
    width:      100%;
    height:     100%;
    background: rgba(0, 0, 0, .8);
    padding:    3em 2%;
    z-index:    99;
    display:    none;
}

#overlayPage {
    position:      relative;
    margin:        0 auto;
    width:         100%;
    max-width:     960px;
    height:        100%;
    overflow:      auto;
    background:    #FFF;
    border-radius: 3px;
    padding:       1em .4em;
    line-height:   150%;
}

a#hideOverlay {
    position:        absolute;
    top:             0;
    right:           0;
    color:           #FFF;
    font-weight:     bold;
    font-size:       1.5em;
    cursor:          pointer;
    text-decoration: none;
    padding:         .4em .6em;
}

a#hideOverlay:hover {
    background: rgba(255, 255, 255, .2);
}

@media only screen and (min-width: 768px) {
    #overlay {
        padding: 3em;
    }

    #overlayPage {
        padding: 2em;
    }
}

#agbText {
    color: #888;
}

#agbText-en h1,
#agbText-de h1 {
    font-size:   1.5em;
    color:       #D30132;
    line-height: 1.2em;
    font-family: 'ralewaylight', "Calibri Light", Arial, Verdana, sans-serif;
}

#agbText-en h2,
#agbText-de h2 {
    font-size:   1.3em;
    font-family: 'ralewaylight', "Calibri Light", Arial, Verdana, sans-serif;
    color:       #D30132;
}

/* ==========================================================================
   messages block
   ========================================================================== */

#error_info_value {
    position:            fixed;
    top:                 -100px;
    left:                1em;
    right:               1em;
    z-index:             99999;
    display:             block;
    background:          rgba(0, 0, 0, .8);
    background-size:     32px 32px;
    background-repeat:   no-repeat;
    background-position: 10px center;
    border:              1px solid rgba(100, 100, 100, 1);
    padding:             2em 2em 2em 50px;
    box-shadow:          0 0 2em rgba(0, 0, 0, .3);
    color:               #FFF;
    -webkit-transition:  all 1s;
    -moz-transition:     all 1s;
    -ms-transition:      all 1s;
    -o-transition:       all 1s;
    transition:          all 1s;
    opacity:             0;
}

#error_info_value.error,
#error_info_value.info {
    top:     1em;
    opacity: 1;
    cursor:  pointer;
}

#error_info_value.error {
    background-image: url('../_images/error.png');
}

#error_info_value.info {
    background-image: url('../_images/info.png');
}

@media screen and (min-width: 600px) {
    #error_info_value {
        left: auto;
    }

    #error_info_value.error,
    #error_info_value.info {
        padding-left:        70px;
        background-position: 20px center;
        box-shadow:          0 0 3em rgba(0, 0, 0, .5);
    }
}

@media screen and (min-width: 600px) {
    #error_info_block {
        left:  auto;
        right: 0;
        width: auto;
    }

    #error_info_value.error,
    #error_info_value.info {
        padding-left:        70px;
        background-position: 30px center;
        box-shadow:          0 0 3em rgba(0, 0, 0, .5);
    }
}

#theFeedback dl {
    width:      100%;
    margin:     .2em 0;
    padding:    .5em 1em;
    background: rgba(255, 255, 255, .8);
}

#theFeedback dt.label {
    font-weight: bold;
    color:       #333;
    font-size:   1.1em;
}

#theFeedback dd.feedback {
    margin:    0 0 0 1.5em;
    color:     #555;
    font-size: 1em;
}

@media only screen and (min-width: 480px) {
    #theFeedback dl {
        clear: left;
    }

    #theFeedback dt.label {
        font-size:     1.1em;
        width:         50%;
        display:       inline-block;
        text-align:    right;
        float:         left;
        padding-right: .5em;
    }

    #theFeedback dd.feedback {
        margin:       0;
        width:        50%;
        display:      inline-block;
        padding-left: .5em;
    }
}

#loginCheckbox {
    display: none;
}

#realLogin,
#realPassword {
    display: none;
}

#subscriptionForm_fields_state_text {
    display: none;
}

.monotype {
    font-family:    monospace, serif;
    font-size:      1.2em;
    letter-spacing: 2px;
}

#showLanguages {
    position: absolute;
    top:      2.2em;
    left:     0;
}

#showLanguages a {
    outline:  0;
    position: absolute;
    left:     0;
    top:      0;
}

#showLanguages img {
    display: inline-block;
    width:   32px;
    outline: 0;
    border:  1px solid #CCC;
}

.vis {
    opacity:    1;
    visibility: visible;
    transform:  scale(1);
}

.inv {
    opacity:    0;
    visibility: hidden;
    transform:  scale(0);
}

