body {
  margin: 0;
  padding: 0;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}

/* Layout rows / grid */

.row.top-row {
  height: 500px;
  overflow: hidden;
  background-image: url("/fileadmin/user_upload/Template/office.jpg");
  background-size: cover;
}

.page-grid {
  min-width: 1024px;
  margin-left: 0;
  border: 1px solid #000;
  background-color: #f7f2f9;
}

.row.content-row {
  max-width: 940px;
  min-height: 500px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background-color: #fff;
}

.row.menu-row {
  width: 100%;
  height: 59px;
  padding-bottom: 4px;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}

.row.footer-row {
  min-width: 1024px;
  min-height: 200px;
  margin: 0;
  text-align: center;
  background-color: #030205;
  color: #fff;
}

/* Columns */

.col.content-col {
  width: 600px;
  margin-top: 0;
  float: left;
  clear: both;
  padding-top: 30px;
}

.col.content-col.single {
  width: 100%;
}

.col.sidebar-col {
  width: 320px;
  margin-left: 10px;
  float: left;
  border-left: 5px solid #f7f2f9;
  background-color: #fbf5fd;
}

.col.sidebar-col > div {
  padding: 10px;
}

.col.footer-col {
  width: 940px;
  min-height: 200px;
  margin: 0 auto;
  overflow: hidden;
}

.col.footer-col.last {
  width: 940px;
  min-height: 0;
  margin: 10px auto;
  overflow: hidden;
  padding: 5px;
  border-top: 2px solid #313131;
}

/* Logo + Suche */

.search {
  width: 660px;
  height: 150px;
  margin: 180px auto 0;
  padding: 5px;
  border-radius: 15px;
  background-color: #f0ede8;
  box-shadow: 10px 10px 50px #000;
}

.search form {
  width: 550px;
  margin-left: 10px;
  position: relative;
  top: -25px;
  left: 40px;
  float: left;
  text-align: left;
  font-weight: bold;
}

.input-field {
  width: 400px;
  height: 30px;
  line-height: 30px;
}

.search-button {
  min-width: 50px;
  height: 37px;
  margin-left: 5px;
  margin-bottom: 0;
  padding-left: 35px;
  border-radius: 5px;
  background-color: #c3c2c2;
  background-image: url("/fileadmin/user_upload/Template/search.png");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-size: 30px 28px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #333333;
}

.logo {
  width: 200px;
  height: 100px;
  position: relative;
  top: -53px;
  left: 200px;
}

/* Hauptmenü */

.row.menu-row ul {
  max-width: 940px;
  height: 57px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 2px solid #eb0712;
}

.row.menu-row ul li {
  margin-right: 4px;
  padding: 0;
  float: left;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  z-index: 5;
  border: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-family: Capriola, Helvetica, sans-serif;
}

.row.menu-row ul li a {
  padding: 20px 30px;
  margin-bottom: 4px;
  display: block;
  position: relative;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  list-style: none;
  font-family: Capriola, Helvetica, sans-serif;
}

.row.menu-row ul li.active,
.row.menu-row ul li:hover {
  background: #eb0712;
  background: -moz-linear-gradient(top, #eb0712 0%, #eb0712 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eb0712), color-stop(100%, #eb0712));
  background: -webkit-linear-gradient(top, #eb0712 0%, #eb0712 100%);
  background: -o-linear-gradient(top, #eb0712 0%, #eb0712 100%);
  background: -ms-linear-gradient(top, #eb0712 0%, #eb0712 100%);
  background: linear-gradient(to bottom, #eb0712 0%, #eb0712 100%);
}

/* Footer */

.footercol {
  min-width: 200px;
  margin-left: 10px;
  padding-top: 10px;
  float: left;
}

.footercol.last {
  padding-left: 30px;
}

.footercol h2 {
  padding: 0;
  text-align: left;
  color: #a7a7a7;
  font-size: 22px;
  font-weight: 300;
}

.footercol p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.footercol p a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footercol p a:hover {
  color: #eb0712;
}

.footermenu {
  min-width: 150px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footermenu li {
  padding: 0;
  list-style: none;
}

.footermenu li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footermenu li a:hover {
  color: #eb0712;
}

.footer-col.last a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}

.footer-col.last a:hover {
  color: #eb0712;
}

/* News-Listen + Sidebar */

body .news .article .news-img-wrap {
  margin-top: 20px;
}

.news {
  margin-bottom: 25px;
}

.news-list-date img {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.news-date {
  position: relative;
  padding-right: 30px;
  text-align: right;
  font-size: 10px;
  line-height: 21px;
  background-color: #f7f2f9;
}

.col.content-col .news .article .news-img-wrap a {
  margin: 0 10px;
  border: none;
}

.news-list-category {
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.article .header h3 {
  margin: 7px 0 0;
  padding: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.news-content-wrap {
  float: left;
  width: 200px;
  max-width: 400px;
  margin-left: 10px;
}

.news-text-wrap iframe {
  border: none;
}

.news .article .news-img-wrap img {
  max-width: 160px;
}

.search .news {
  margin: 0;
}

.count-msg {
  display: none;
}

/* News Sidebar-Teaser */

.news-date-sidebar {
  float: left;
  box-shadow: 2px 2px 10px grey;
}

.news-date-sidebar .date-top {
  width: 50px;
  height: 35px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: center;
  background-color: #c3c2c2;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.news-date-sidebar .date-bottom {
  width: 50px;
  height: 25px;
  padding-top: 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.news-sidebar {
  min-width: 50px;
  margin-top: 5px;
  clear: both;
  overflow: hidden;
  border-bottom: 5px solid #ebe6ed;
}

.news-sidebar .header .news-list-category {
  padding: 0;
  line-height: 0;
  color: red;
  font-size: 12px;
}

.news-sidebar .header h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-sidebar .header h3 a {
  color: #333333 !important;
  font-size: 18px;
}

.news-sidebar a {
  text-decoration: none;
  line-height: 15px;
  color: #000;
}

.news-sidebar > div {
	margin-top:10px;
}

.news-sidebar h2 {
  margin: 10px 0 0 0;
}

.news-sidebar .news-list-category {
  margin-top: 10px;
}

/* Pager */

.pager {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

.pager > .previous {
  max-width: 48%;
  margin-left: 15px;
  float: left;
  list-style: none;
}

.pager > .next {
  max-width: 48%;
  margin-right: 15px;
  float: right;
  list-style: none;
  text-align: right;
}

/* Teaser-Button */

.teaser-text p {
  margin: 5px 0 20px;
}

.teaser-text .more {
  padding: 8px 8px 8px 35px;
  border-radius: 4px;
  text-decoration: none;
  background-color: #eb0712;
  background-image: url("/fileadmin/user_upload/Template/task.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 30px 28px;
  color: #fff;
}
.frame-layout-101 {
  padding: 0 15px;
}

/* Sidebarview */
.iframecontainer {
	display: block;
	background-color: #E9E9E9;
}

.iframecontainer .sidebarlogo img {
	width: 120px;
	height: auto;
	margin-left: 8%;
	margin-top:5px
}
.sidebarlogo {
	background-color: #7C7C7C;
	background-repeat: no-repeat;
	background-size: 100% 50%;
	width: 100%;
	height: 31px;
}
.iframecontainer > .news {
	margin-top: 40px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
	background-color: #FFF;
	overflow:hidden;
	text-overflow: ellipsis;
}
.iframecontainer .iframenews-date{
	background:none;
	font-size:10px;
	color: #757575;
	text-transform: uppercase;
	white-space: nowrap;
	padding:0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top:10px;
}
.iframecontainer .frame-layout-101{
	padding:0;
}

.iframecontainer .more{
	font-size:10px;
	text-decoration: none;
	color: #2D2C2C;
}
.iframecontainer .more:hover{
	color: red;
}
.iframecontainer .more h3{
	text-overflow: ellipsis;
	overflow: hidden;
	margin:0;
}
.pu-breakline {
  clear: both;
  border: 0;
  height: 2px;
  background: #afafaf;
    background-image: none;
  padding: 0px;
  background-image: -webkit-linear-gradient(left, #fffefe, #afafaf, #fffefe);
}
.iframenews-content-wrap{	padding:0 5px;}
.iframecontainer .readmore{
	padding-bottom:10px;
}
.iframecontainer .readmore a{
	color: red;
	font-size:12px;
	margin-left: 10%;
	text-decoration: none;

}