/* ----------------------------------------------------------------------------------------------------------- */
/* CSS File für LAC Website (c)18 w3geo.at - BARRIEREFREI                                                      */
/* ----------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------- */
/* Grundlegende Styles --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.lacBlue {
    color: rgb(0, 33, 54);
}

.lacYellow {
    color: rgb(246, 220, 0);
}

html,body {
    margin: 10px;
}

body {
    background-color: rgb(0, 33, 54);
    color: #fff;
}

body, div, p, td, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

.instituteliste a {
    text-decoration: none;
    margin-right: 30px;
    line-height: 20px;
}

a:hover {
    color: rgb(246, 220, 0);
}


/* ----------------------------------------------------------------------------------------------------------- */
/* Details             --------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- */

.logo {
    display: block;
    width: 100%;
    height: auto;
}

.ispacer {
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}

.intro {
    color: rgb(246, 220, 0);
    font-size: 1.06em;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pdfliste img {
    width: 90px;
    height: auto;    
    margin-right: 10px;
    margin-bottom: 10px;
}

.institutedetail h1 {
    font-size: 1.33em;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
}

.institutedetail img {
    margin-right: 5px;
    margin-bottom: 5px;
}

.backlink {
    display: inline-block;
    color: rgb(246, 220, 0);
    margin-top: 30px;
    margin-bottom: 60px;
}

.backlink:hover {
    color: #fff;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Footer                                                                                                      */
/* ----------------------------------------------------------------------------------------------------------- */

.footer {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: rgb(246, 220, 0);
}

.footer span, .footer a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    color: rgb(0, 33, 54);
    font-size: 0.86em;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 40px;
    cursor: pointer;
}

.footer a {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    height: 30px;
    width: auto;
    cursor: pointer;
}

.footer img {
    height: 30px;
    width: auto;
}