@import url('ext_styles.css');
@import url('ext_navigation.css');
@import url('ext_extensions.css');
@import url('ext_csc.css');
@import url('ext_veranstaltungen.css');

/*************************************
*  Erzdiözese Salzburg
*  Layout 3
*  @design Glossy Works GmbH
**************************************/

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
}
h1 {
  font-size: 20px;  
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
}
.content a {
    color: #3361ae;
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}
a img {
    border: none;
}

/******************************
* General Layout Items
*******************************/
.print-header {
    display: none;
}
.print-footer {
    clear: both;
    z-index: 15;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    border-top: 1px solid #000;
}

/******************************
* News
*******************************/
li.article {
    list-style-type: none;
    float: left;
    width: 50%;
}
.news-img-wrap {
    width: 250px;
    padding-right: 10px;
    float: left;
}
.news-img-wrap img {
    width: 250px;
    height: auto;
}
.backstretch {
  display: none;
}
.subpages-container, .content-container{position: relative;
  top: 0;}
#cookie-bar,.mainnav,.footer,.container.header-container,.submit-wrapper,.more{display: none !important;}