@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 2
*  @design Glossy Works GmbH
**************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3f271a;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

html h1,
html h2,
html h3,
html h1 a,
html h2 a,
html h3 a {
    font-family: "franklin_gothic_mediumregular";
    color: #605f27 !important;
}

html h1 {
    font-size: 30px;
}

html h2 {
    font-size: 25px;
}

html h3 {
    font-size: 16px;
    font-weight: bold;
    color: #605f27;
}

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

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

html .content a {
    color: #999933;
    text-decoration: underline;
}

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

a img {
    border: none;
}

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

html .content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.content a.more,
.tx-felogin-pi1 input[type="submit"] {
    /*display: block;*/
    background: url(../img/ico-more.png) no-repeat right top;
    padding: 5px 10px;
    width: 190px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    text-align: center;
    height: 30px;
    color: #000;
    margin: 15px 0px;
    text-decoration: none;
    font-weight: normal;
}

.content .more:hover,
.tx-felogin-pi1 input[type="submit"]:hover {
    background: #fff !important;
    color: #000;
}


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

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

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

.content-right {
    padding-right: 10px;
}

.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;
    margin-top: 50px;
    bottom: 35px;
    z-index: 6;
    padding: 0;
}

.content-container>.container {
    padding: 24px 10px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    background: #d6d4d5 url(../img/bg-content.png) no-repeat top left;
}

.container {
    position: relative;
}

.logo a {
    display: inline-block;
    min-width: 260px;
    text-align: center;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url(../img/bg-transparent.png);
}

.logo img {
    padding: 20px 25px;
}

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


/***********
* Footer *
************/

.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: #2b1c19;
    color: #fff;
    border-top: 1px solid #999933;
}

.footer .footeraddress {
    padding-top: 10px;
    margin: 0 10px 0 15px;
    float: left;
    width: 63%;
}

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%;
}

.footer a {
    color: #fff;
    font-weight: normal;
}

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

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

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


/* 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;
}


/* print icon */

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

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


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


/*** toggle buttons ***/

.toggle-button {
    height: 30px;
    margin: 20px 0 20px 0;
    cursor: pointer;
    background: url(../img/ico-down.png) no-repeat center top;
}

html .toggle-active {
    background: url(../img/ico-up.png) no-repeat center top;
}

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

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

.index-page .index-content-top {
    max-height: 150px;
    min-height: 120px;
    overflow: hidden;
}

.content-bottom {
    margin-top: 25px;
}

.content-bottom .row {
    margin-left: 0 !important;
}

.content-bottom .news-list-view .article {
    margin-bottom: 5rem;
}

.index-page .content-container {
    position: absolute;
    z-index: 5;
    bottom: 35px;
    max-height: 640px;
    width: 100%;
    padding: 24px 0 0 0;
    text-align: left;
}

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

.index-page .teaser-text-inner {
    /*    max-height: 62px; */
    max-height: 75px;
    overflow: hidden;
}


/*
* Specials
*/

html .content .user-counter img {
    width: auto;
}

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