/* 
    Created on : 16.05.2018, 22:12:27
    Author     : JB
    Main layout
*/
body {
    color: #222;
    background-color: #fff;
    background-image: url('../Images/pmci-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a.back-to-top {
    text-decoration: none;
}
.back-to-top {
    position: fixed;
    bottom:20px;
    right:20px;
    padding-top: 8px;
    background: none;
    border: 2px solid #0077bb;
    color: #0077bb;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
h4 {
    background-color: #fff;
    padding: 1.1rem;
}
/*#pmciImgDialog .modal-dialog {
    max-width: inherit;
}*/
.img-label {
    font-size: -0.8em;
    color: #aaaaaa;
}
.pmci-logo {
    margin-bottom: 30px;
}
/*
 Flaggen rechtsbündig
*/
.flag-de,
.flag-en {
    width: 30px;
    height: 18px;
    position: relative;
    display: inline-block;
    background-size: contain;
    position: absolute;
    right: 0px;
}
.flag-de {
    background-image: url('../Images/flag-de-30x18.gif');
}
.flag-en {
    background-image: url('../Images/flag-en-30x18.gif');
}
.pmci-text {
    display: inline-block;
    color: #000;
    margin-bottom: 40px;
    margin-top: 20px;
}
.pmci-text .header{
    font-size: 240%;
    font-family: "Times";
    letter-spacing: 2em;
    border-bottom: 1px solid #666;
    /* zum Underline verkürzen*/
    width: 330px;
}
.pmci-text .subHeader{
    font-size: 150%;
    letter-spacing: 0.3rem;
}
.pmci-text .subHeader2{
    font-size: 150%;
    letter-spacing: 0.1rem;
}