@import url('fonts.css');
@import url('ext_navigation.css');
@import url('ext_extensions.css');
@import url('ext_csc.css');
@import url('ext_veranstaltungen.css');
@import url('ext_personen.css');
@import url('ext_mobile.css');
/*************************************
*  Erzdiözese Salzburg
*  Vorlage Subportal Layout 1
*  @design Glossy Works GmbH
**************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
}

html h1, html h2 {
    font-family: 'agency_fbregular';
}

html h1 {
    font-size: 30px;
}

html h2 {
    font-size: 25px;
}

html h3 {
    font-size: 16px;
    font-weight: bold;
}

html a {
    text-decoration: none;
    color: #000;
}

html .content-container a:hover {
    background: none !important;
    color: #000;
    text-decoration: underline;
}

.content a {
    color: #3361ae;
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

html img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
}

.content .more, html input[type="submit"] {
    background: #000;
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    margin: 15px 0px;
    text-decoration: none;
}

.content .more:hover, html input[type="submit"]:hover {
    background: #fff !important;
    color: #000;
    text-decoration: none;
}

html .content .more-width {
    width: auto;
}

/******************************
* General Layout Items
*******************************/

.header-container {
    position: relative;
    z-index: 12;
    min-height: 280px;
    background: url(../img/bg-header.png) repeat-x left top;
}

.bg-content-right {
    position: fixed;
    z-index: 4;
    right: 0;
    bottom: 40px;
    width: 149px;
    height: 460px;
    background: url(../img/bg-content-right.png) no-repeat right bottom;
}

.bg-border {
    float: left;
    width: 10%;
    height: 103px;
    border-bottom: 2px solid #fff;
}

.border-left {
    left: 5%;
}

.border-right {
    right: 5%;
}

.content-container {
    position: relative;
    z-index: 6;
    padding: 64px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+52,7f817d+97,7f817d+100&0.93+0,0.94+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.94) 85%, rgba(127, 129, 125, 0.94) 97%, rgba(127, 129, 125, 0.94) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.94) 85%, rgba(127, 129, 125, 0.94) 97%, rgba(127, 129, 125, 0.94) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.93) 0%, rgba(255, 255, 255, 0.94) 85%, rgba(127, 129, 125, 0.94) 97%, rgba(127, 129, 125, 0.94) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edffffff', endColorstr='#f07f817d', GradientType=0);
    /* IE6-9 */
}

.container {
    position: relative;
}

.logo {
    display: none;
    text-align: center;
    margin: 10px 0;
}

.content-right {
    border-left: 2px solid #000;
    padding-left: 15px !important;
    text-align: left;
}

.content-share {
    clear: both;
    margin: 30px 0;
}

.footer {
    position: fixed;
    z-index: 15;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    background: #fff;
    border-top: 1px solid #999933;
}

.footer .footeraddress {
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 64%;
}

address {
    font-style: normal;
}

.footer .footer-waii {
    float: left;
    width: 14%;
}

.footer-waii a {
    margin-left: 5px;
}

.footer-waii a:hover {
    font-weight: bold;
    text-decoration: none;
}

.waii-small {
    font-size: 11px;
}

.waii-normal {
    font-size: 14px;
}

.waii-big {
    font-size: 16px;
}

.footer .footernav {
    float: left;
    width: 65%;
}

/* social buttons footer */

.footer-social {
    float: left;
    width: 18%;
    min-height: 5px;
    margin-right: 2%;
    text-align: right;
}

.footer-social>a {
    display: inline-block;
    width: 16px;
    height: 25px;
    margin-top: 7px;
    margin-right: 5px;
}

.facebook-ico {
    background: url(../img/facebook.png) no-repeat left center;
}

.twitter-ico {
    background: url(../img/twitter.png) no-repeat left center;
}

.instagram-ico {
    background: url(../img/instagram.png) no-repeat left center;
}

.footer a {
    color: #000;
}

.footer a:hover {
    text-decoration: none;
    font-weight: bold;
}

.erzd-logo {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: -30px;
}

.erzd-logo img {
    width: 70px;
    height: 71px;
}

/* print icon */

html .footer-waii .printlink {
    background: url(../img/ico-print.png) no-repeat left center;
    padding-left: 25px;
    margin-left: 20px;
}

html .footer-waii .printlink:hover {
    background: url(../img/ico-print.png) no-repeat left center !important;
}

html .showsocial-footer-right {
    position: absolute;
    top: 0;
    right: -80px;
}

/******************************
* Startseite
*******************************/

.index-header-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.index-header-background #imagecycle {
    height: 100%;
}

.index-page .content-container {
    position: absolute;
    z-index: 5;
    bottom: 40px;
    width: 100%;
    min-height: 370px !important;
    padding: 24px 0;
    text-align: left;
    overflow: hidden;
}

.col-left {
    border-right: 1px solid #000;
}

.index-page .rss {
    display: none;
}

.ce-uploads li>a img {
    width: 150px;
}