/*
 * Styles für die verschiedenen Seiten in Anlehnung an das coroporate design der Universität Potsdam und an die Styles des Studienplatzportals.
 * @author Johannes Gosda
 */

:root {
    --iconSizeStandard: 20px;
    --footerHeight: 160px;
}

/* Formatierung des UP-Logos im Menü (Original: https://www.uni-potsdam.de/fileadmin/projects/zim/images/logos/Unilogo.svg) */
.up_logo_image {
    border: none;
    margin-top: -15px;
    height: 70px;
    content: url("/HISinOne/images/UP/UP_Logo.svg");
}

.navbar {
    min-height: 70px; /* default + 20 px */
}
.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-default {
    background-color: #f4f8fa;
    border: 0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    color: rgb(0, 63, 96);
}

#wrap {
    /* Negative indent footer by it's height */
    margin: 0 auto calc(-1 * var(--footerHeight));
}

img.h1-img-mirrored {
    height: 38px;
    width: 38px;
    transform: scaleX(-1);
}
img.h2-img-mirrored {
    height: 36px;
    width: 36px;
    transform: scaleX(-1);
}

#logo-title {
    font-size: 16pt;
    font-family: Georgia, "Times New Roman", Times, sans-serif;
}
#logo-subtitle {
    font-size: 12pt;
    font-family: "Source Sans Pro", Helvetica, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.page-header {
    margin-top: 60px; /* default + 20 px */
}

.simple_page-header {
    margin-top: 60px;
}

#footer {
    margin-top: -20px;
    background-color: #f4f8fa;
    /*
    padding: 0;
    height: auto;
    */
}

/* Increase footer hight*/
#push,
#footer {
    height: var(--footerHeight);
}

#footer .col-xs-4 {
    width: auto;
}

/* Footer unten festpinnen
#footer.fixed-bottom {
    position: fixed;
    bottom: 0;
}
*/

/* Standardgröße für Icons */
[src$=".svg"] {
    height: var(--iconSizeStandard);
    width: var(--iconSizeStandard);
}

/* Icons zum Umschalten der Sprache */
img.locale-switch-icon {
    border: none;
    height: 18px;
    vertical-align: text-bottom;
}

h1 {
    color: #003f60;
    font-weight: 400;
    font-size: 3.4rem;
    line-height: 1.4em;
}

/* Bilder im Text */
p img {
    border: 2pt solid;
    border-color: #003f60;
}
