body {
  font-family:'Open Sans', 'sans-serif';
  margin: 0;
  padding: 0;
  color:white;
}

.rss-widget{
  width: 300px;
  height: 250px;
   position:relative;
   position:absolute; 
  padding:0px;
    z-index: -999;


}

#grazstadt-img {
	display: block;
    height: 19px;
    margin-left: 98px;
    margin-top: 1px;
    position: absolute;
    z-index: 999 !important;
}
#grazstadt-img img {
  display:block;
   margin:0 auto;
   height:19px;
}

#grazItem-slider {
   width:300px;
    height:250px;
     margin:0 auto; 
}

.owl-carousel {
    display:block;
}

.itemCount {
    padding:20px;
}


#grazItem-slider .item {
  width:100%;
    height:100%;
}


#grazItem-slider .owl-dots {
    display:none;
}

#grazItem-slider .owl-nav {
    bottom:-3px;
    width:100%;
    margin-top: -225px;
}

#grazItem-slider .owl-nav button {
 /*   outline:none;
    border-radius:0;*/
   /* background-color:rgba(255,255,255,0.3);*/
    position:absolute;
  /*  -webkit-transition: all 800ms ease-out 0s;  -moz-transition: all 800ms ease-out 0s; -o-transition: all 800ms ease-out 0s;   transition: all 800ms ease-out 0s;*/
}

#grazItem-slider .owl-nav button i {
   /* padding:5px 5px;
    color:white;*/
}

#grazItem-slider .owl-nav button:hover {
    background:none;
}

#grazItem-slider .owl-nav button:hover > i {
   /* color:#fff;*/
}

.arrows {
  width: 70px;
  height:97px;

}
#grazItem-slider .owl-nav .owl-next {
    right:-20px;
}

#grazItem-slider .owl-nav .owl-prev {
    left:-20px;
}
.itemLink {
    display:block;
    color:#333;
    text-decoration:none;
    height:100%;
    width:100%;
    position:relative;
}

.itemImage {
 
    height:250px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    position:relative;
   
}

.itemImage img {
    display:block;
    width:100%;
  display:none;
}

a img {
  transition: all .2s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.itemBalken {
  bottom:7px;
  left:7px;
  width:265px;
  padding: 13px 10px;
/*  margin: -38px 0 0;
  padding-top:10px;
  padding-left:17px;
  padding-right:17px;
  padding-bottom:10px;*/
  background-color:rgba(0,112,156,1);
  position: absolute;
  height: 53px;
}

.itemTxt {
    /*width:100%
    position:relative; */
  z-index: 2;
  width: 267px;
  position: absolute;
  bottom: 7px;
  left: 7px;
  padding: 8px 10px 8px 10px;
   background-color:rgba(0,112,156,1);
}

.itemTxt:after {
    display:block;
    content:"";
    clear:both;
}

.itemTitle {
    display:block;
    color:white;
    font-size:14px; 
  color:white;
  line-height: 1.3em;
  margin:0px;
  margin-top:-11px;
  font-weight:normal;
  width:185px;
}

.itemTitle p {
position: relative;
  margin-top:17px;
}

.itemCategory {

    right:0px;
    top:0px;
    font-size:10.5px; 
  color:white;
text-transform:uppercase;

}

.stadtGrazColor {
  background-color: rgba(0, 112, 156, 1);
}
.holdingGrazColor {
  background-color: rgba(110, 170, 39, 1);
}

.stadtgrazlogo {
 position: absolute;
 bottom:10px;
 right:10px;
 margin-top:5px;

}
.stadtgrazlogo::after {
  content:"";
  display:block;
  clear:both;
}
.stadtgrazlogo img {
  display:block;
  width:80px !important;
  float:right;
}


.itemCategory p{
    margin-top:0px;
}


.effect2 {
    position:relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.article-card-tag {
  float:right;
  font-family: 'Noto Sans',sans-serif;
}

.commercial-tag {
	background: hsla(0,0%,90.2%,.8);
    border-radius: 0;
    color: #4a4a4a;
    display: inline-block;
    float: right;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.33333rem 0.5rem;
    text-transform: none;
    white-space: nowrap;
/*text-transform: uppercase;*/
}
