@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
*  cu-community.at
*  @copyright Glossy Works GmbH
**************************************/

html body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow-y: scroll;
}
html h1,
html h2,
html h3,
html h1 a,
html h2 a,
html h3 a {
  font-family: "Yanone Kaffeesatz", sans-serif;
  color: #000;
}
html h1 {
  font-size: 28px;
}
html h2 {
  font-size: 25px;
}
html h3 {
  font-size: 16px;
  font-weight: bold;
  color: #8b2b12;
}
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: #8b2b12;
  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;
  border: 5px solid #fff;
}
.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: 170px;
  -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;
}
.header-background {
  display: none;
}

/******************************
* General Layout Items
*******************************/
.header-container {
  padding: 35px 0 50px 0;
  margin-bottom: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#709a66+89,ffffff+100 */
  background: #709a66; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #709a66 89%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #709a66 89%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #709a66 89%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709a66', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.nav-container {
  position: relative;
  min-height: 350px;
  /* background: url(../img/bg-header-grey.jpg) repeat-x bottom left; */
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 228, 228, 1) 5%,
    rgba(228, 228, 228, 1) 88%,
    rgba(130, 130, 130, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(5%, rgba(228, 228, 228, 1)),
    color-stop(88%, rgba(228, 228, 228, 1)),
    color-stop(89%, rgba(130, 130, 130, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 228, 228, 1) 5%,
    rgba(228, 228, 228, 1) 88%,
    rgba(130, 130, 130, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 228, 228, 1) 5%,
    rgba(228, 228, 228, 1) 88%,
    rgba(130, 130, 130, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 228, 228, 1) 5%,
    rgba(228, 228, 228, 1) 88%,
    rgba(130, 130, 130, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(228, 228, 228, 1) 5%,
    rgba(228, 228, 228, 1) 88%,
    rgba(130, 130, 130, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.header-slogan {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.slogan-image {
  height: 166px;
}
.slogan-image img {
  position: absolute;
  z-index: 50;
  bottom: -15px;
  right: 10px;
}
div .navcontainer-image {
  margin-top: 40px;
  min-height: 166px;
}
.navcontainer-image img {
  border: 5px solid #fff;
}
.headerimage-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 245px;
  overflow: hidden;
  border: 5px solid #fff;
}

/*********************************
* different colors on subpages
**********************************/
html .blue h1.header-1,
html .blue > section > div > h2,
html .blue > section > div > h3 {
  color: #4676a7;
  padding-bottom: 5px;
  border-bottom: 5px solid #4676a7;
}
html .blue .more-wrapper {
  background: #4676a7;
}
html .blue a {
  color: #4676a7 !important;
}

html .red h1.header-1,
html .red > section > div > h2,
html .red > section > div > h3 {
  color: #c00d0e;
  padding-bottom: 5px;
  border-bottom: 5px solid #c00d0e;
}
html .red .more-wrapper {
  background: #c00d0e;
}
html .red a {
  color: #c00d0e !important;
}

html .yellow h1.header-1,
html .yellow > section > div > h2,
html .yellow > section > div > h3 {
  color: #fbb900;
  padding-bottom: 5px;
  border-bottom: 5px solid #fbb900;
}
html .yellow .more-wrapper {
  background: #fbb900;
}
html .yellow a {
  color: #fbb900 !important;
}

html .green h1.header-1,
html .green > section > div > h2,
html .green > section > div > h3 {
  color: #5a7034;
  padding-bottom: 5px;
  border-bottom: 5px solid #5a7034;
}
html .green .more-wrapper {
  background: #5a7034;
}
html .green a {
  color: #5a7034 !important;
}

/***********
* Footer *
************/
footer {
  position: relative;
  color: #fff;
  z-index: 15;
  bottom: 0;
  width: 100%;
  height: 52px;
  margin-top: 170px;
  font-size: 14px;
  text-align: center;
  background: #4675a7;
}
.footer {
  position: absolute;
  display: inline-block;
  left: 35%;
  bottom: 0;
}
.footer-kirchenbeitrag {
  padding-left: 45px;
}
.footer-text {
  min-width: 460px;
  padding: 60px 20px 20px 50px;
  height: 90px;
  background: url(../img/bg-address.png) no-repeat bottom center;
}
.text-wrapper > span {
  float: left;
}

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

/* 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;
}
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-Regular.ttf")
    format("truetype");
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-SemiBold.ttf")
    format("truetype");
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-Bold.ttf")
    format("truetype");
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-Regular.ttf")
    format("truetype");
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-SemiBold.ttf")
    format("truetype");
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: "Yanone Kaffeesatz";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("fonts/Yanone_Kaffeesatz/static/YanoneKaffeesatz-Bold.ttf")
    format("truetype");
  font-display: swap;
}
