.readmore {
  font-size: 14px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  background-color: #303F9F;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  z-index: 300;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  display: inlnie-block;
}

.readmore:hover {
  color: #fff;
}

/*---MAGAZIN---*/

.magazin-wrapper {
  padding: 0 20px 20px 20px;
}

.magazinleft {
  width: 75%;
  display: block;
  min-height: 600px;
  padding: 0 0 40px 0;
  float: left;
}

.magazinleftfull {
  width: 100%;
  display: block;
  min-height: 600px;
  float: left;
}

.magazinleft h1 {
  color: #000;
  text-decoration: none;
  font-family: 'boldfont', Helvetica, Arial;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1px;
  font-weight: normal;
  margin-top: 10px;
  max-width: 1100px;
  display: block;
  float: left;
}

.magazinleft>h1 {
  margin-left: 15px;
}

.magazinright {
  width: 25%;
  display: block;
  min-height: 600px;
  padding: 40px 20px 20px 0;
  float: right;
}

.magazinrightfull {
  width: 100%;
  display: block;
  min-height: 600px;
  float: right;
}

.magazinlist {
  width: 100%;
  display: block;
  padding: 10px 10px;
  float: left;
}

.magazinlist li {
  list-style: none;
  display: block;
  width: 33.333333%;
  padding: 10px;
  float: left;
}

.magazinlist li.li50 {
  list-style: none;
  width: 50%;
  padding: 10px;
}

.magazinsearch {
  margin: 15px;
  padding: 0;
}

.magazinsearch input {
  display: block;
  float: left;
  margin-top: 12px;
}

.magazinsearch input[type=text] {
  width: auto;
}

.cikkblock {
  display: block;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  float: left;
}

.cikkblock.csmall {
  width: 100%;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.cikkblock.csmall a.cikkimglink {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  height: 200px;
  min-height: 1px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cikkblock.csmall .cikkdata {
  width: 100%;
  display: inline-block;
  height: 210px;
  overflow: hidden;
  position: relative;
  padding: 16px 16px 0 16px;
}

.cikkblock .cikkdata .byline .publisher {
  font-weight: bold;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #666;
}

.cikkblock .cikkdata h2 a {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: inline-block
}

.cikkblock .cikkdata h2 a:hover {
  color: #007aff;
  text-decoration: underline;
}

.cikkblock.csmall .cikkdata div.cikkvideolink {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  height: 160px;
  margin: 5px 0;
}

.cikkblock.csmall .cikkdata a.cikkimglink img {
  max-width: 100%;
  border: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.cikkblock.csmall .cikkdata h2 {
  font-family: 'boldfont', Helvetica, Arial;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
}

.cikkblock.csmall .cikkdata p.byline {
  margin-top: 5px;
  font-size: 11px;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  color: #202a36;
  color: rgba(32, 42, 54, 0.8);
}

.cikkblock.csmall .cikkdata p.teaser {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
}

.cikkblock.csmall .cikkdata:after {
  content: '';
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0;
  position: absolute;
  z-index: 210 !important;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255, 0)', endColorstr='rgba(255,255,255, 1)', GradientType=0);
  /* IE6-9 */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*--LIKE COUNT--*/
.cikkblock.csmall .likeCount {
  position: absolute;
  bottom: 12px;
  left: 25px;
  background: rgba(255, 255, 255, 0.8) url('/themes/vista.hu/images/fb_cloud.png') no-repeat 0 4px;
  height: 22px;
  line-height: 15px;
  font-size: 11px;
  color: #222;
  z-index: 220;
  padding: 4px 5px 4px 20px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
}

.cikkblock.chalf .likeCount {
  position: absolute;
  bottom: 12px;
  left: 25px;
  background: rgba(255, 255, 255, 0.8) url('/themes/vista.hu/images/fb_cloud.png') no-repeat 0 4px;
  height: 22px;
  line-height: 15px;
  font-size: 11px;
  color: #222;
  z-index: 220;
  padding: 4px 5px 4px 20px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
}

.cikkblock.csmall .likeCount.show {
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
}

.cikkblock.chalf {
  width: 100%;
  display: inline-block;
  height: 450px;
  border-radius: 3px;
  overflow: hidden;
}

.bigblock {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cikkblock.chalf .caption {
  content: '';
  width: 100%;
  min-height: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 210 !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.6)', GradientType=0);
  /* IE6-9 */
  padding: 40px 20px 15px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  border-radius: 0 0 3px 3px;
}

.cikkblock.chalf .caption h3 {
  font-family: 'boldfont';
  font-weight: normal;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
  color: #fff;
  display: inline-block;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.cikkblock.chalf .caption p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  max-width: 100%;
  padding: 0;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*---OLDALSAV LISTA STB---*/

.cikklistblock {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  background: #eee;
  margin-bottom: 20px;
}

.cikklistblock h5 {
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  display: inline-block;
  font-weight: 300;
  font-family: 'Open Sans', Helvetica, Arial;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1px;
}

.cikklistblock h5.cat1 {
  background: #303b47;
  color: #fff;
  position: relative;
}

.cikklistblock h5.cat2 {
  background: #303b47;
  color: #fff;
  position: relative;
}

.cikklistblock h5.cat3 {
  background: #ffd449;
  color: #202a36;
  position: relative;
}

.cikklistblock h5.cat4 {
  background: #de1256;
  color: #fff;
  position: relative;
}

.cikklistblock h5.cat5 {
  background: #29ba93;
  background: #309d80;
  color: #fff;
}

.cikklistblock h5.cat3 .triangle {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 18px 0;
  border-color: transparent #ffd449 transparent transparent;
  left: -19px;
  top: 0;
  z-index: 40;
}

.cikklistblock h5.cat4 .triangle {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 18px 0;
  border-color: transparent #de1256 transparent transparent;
  left: -19px;
  top: 0;
  z-index: 40;
}

.cikklist {
  width: 100%;
  display: inline-block;
  padding: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.cikklist li {
  display: inline-block;
  width: 100%;
  list-style: none;
  border-bottom: 1px dotted #ddd;
  padding-top: 8px;
}

.cikklist li a {
  color: #0011bb;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.cikklist li .imgbox {
  display: block;
  width: 25%;
  padding: 0 0 0 0;
  overflow: hidden;
  position: relative;
  float: left;
}

.cikklist li .imgbox img {
  max-width: 100%;
  display: inline-block;
}

.cikklist li .imgbox span.read {
  position: absolute;
  bottom: 14px;
  right: 9px;
  height: 18px;
  padding: 0 4px;
  line-height: 18px;
  font-size: 11px;
  color: #fff;
  background: #de1256;
  opacity: 0;
  display: none;
}

.cikklist li a:hover .imgbox span.read {
  opacity: 1;
}

.cikklist li .cikklistdata {
  width: 75%;
  padding: 0 10px 5px 15px;
  display: inline-block;
}

.cikklist li .cikklistdata h3,
.cikklist li .cikklistdata h4 {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', Helvetica, Arial;
  letter-spacing: 0px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3px;
  color: #000;
}

.cikklist li a:hover .cikklistdata h3,
.cikklist li a:hover .cikklist li .cikklistdata h4 {
  color: #007aff;
  text-decoration: underline;
}

.cikklist li .cikklistdata p {
  font-size: 14px;
  line-height: 18px;
  max-height: 36px;
  width: 100%;
  color: #2a2a2a;
  float: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tagcloud {
  padding: 16px;
  display: inline-block;
}

#tagcloud a {
  height: 24px;
  display: inline-block;
  padding: 4px 6px 4px 6px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 2px;
  background-color: #d0fdf7;
  background-color: #99ffff;
  background-color: #303F9F;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-stretch: condensed;
  font-family: 'Open Sans', 'Segoeu ui', Arial;
  font-style: italic;
  position: relative;
  margin: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#tagcloud a:hover {
  color: #fff;
  background-color: #007aff;
  text-decoration: underline;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.centeredbt {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.centeredbt .button {
  margin: 10px auto !important;
  float: none;
}

.pdt0 {
  padding-top: 0;
}

/*---POST---*/

.post-wrapper {
  width: 100%;
  min-height: 600px;
  padding: 20px;
}

.post-body {
  width: 100%;
  display: inline-block;
  height: auto;
  background: #fff;
  min-height: 500px;

}

.post-body header {
  padding: 20px 50px 20px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.post-body h1 {
  color: #000;
  text-decoration: none;
  font-family: 'boldfont', Helvetica, Arial;
  font-size: 38px;
  line-height: 45px;
  letter-spacing: -1px;
  font-weight: normal;
  margin-top: 10px;
  max-width: 1100px;
  display: inline-block;
}

.post-body .byline {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  color: #202a36;
  color: rgba(32, 42, 54, 0.8);
}

.post-body .byline .publisher {
  font-weight: bold;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #666;
}

.post-body .post-data {
  width: 100%;
  display: inline-block;
}

.post-body .imgwrapper {
  display: inline-block;
  position: relative;
  height: 400px;
  width: 100%;
  background: #202a36;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 5px;
}

.post-body .imgwrapper img.wikimainimg {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 !important;
}

.post-body .post-img {
  display: inline-block;
  height: 400px;
  width: 100%;
  background-color: #202a36;
  background-size: cover;
  background-position: center center;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
}

.post-data .post-text {
  padding: 0 50px 30px 50px;
  font-size: 16px;
  line-height: 26px;
}

.post-body .imgwrapper .imgsource {
  font-size: 11px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/*--WIDE--*/

.post-body.wide .imgwrapper {
  height: 500px;
  width: 100%;
  background: #202a36;
  margin-right: 0;
  margin-bottom: 10px;
  overflow: hidden;
  margin-left: 0;
}

.post-body.wide .post-img {
  display: inline-block;
  height: 500px;
}

.post-body.wide .post-text {
  padding: 20px 50px 30px 50px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  line-height: 26px;
}

.videoWcontainer {
  padding: 20px 0px;
  display: inline-block;
  width: 100%;
}

.videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  display: inline-block;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.post-block iframe {
  border: 0 !important;
  width: 100%;
  display: inline-block;
}

.post-galeria {
  width: 100%;
  display: inline-block;
  padding: 25px 50px 25px 50px;
}

.fr-galeria {
  width: 100%;
  display: inline-block;
  padding: 25px 50px 25px 50px;
  height: auto;
}

.post-galeria a.thumb {
  display: inline-block;
  width: 25%;
  overflow: hidden;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.post-galeria a.thumb img {
  width: 102%;
  border: 0;
  display: inline-block;
}

.post-tags {
  width: 100%;
  display: inline-block;
  padding: 10px 50px 30px 50px;
}

.post-tags label,
.post-tags a.cimke {
  display: inline-block;
  margin: 0 2px 2px 0;
  font-size: 13px;
  font-stretch: condensed;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-family: 'Open Sans', 'Segoeu ui', Arial;
  padding: 4px 6px 4px 6px;
  font-style: italic;
  border-radius: 2px;
}

.post-tags a.cimke:hover {
  text-decoration: underline;
}

.post-tags label {
  background: #fff;
  color: #202a36;
  width: 100%;
  padding: 0;
}

.forraslink {
  font-size: 11px;
  display: inline-block;
  padding: 20px 0 0 0;
  width: 100%;
}

.forraslink a {
  color: #0011cc;
}

.post-body .wikisharebox {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 15px;
  height: 100%;
  width: 82px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 300;
}

.shwrap {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 50px;
  clear: both;
}

.landinglist .imgbox {
  max-width: 20%;
  height: auto;
  border: none;
  display: inline-block;
  overflow: hidden;
}

.landinglist .imgbox img {
  border: 0;
  max-width: 100%
}

.landinglist .data {
  width: 80%;
  display: inline-block;
  padding-left: 10px;
  box-sizing: border-box;
  position: relative;
  height: 65px;
}

.relatedtours {
  padding: 10px 0 10px 0;
  display: inline-block;
  width: 100%;
}

.relatedtours .landinglist {
  padding: 7px 16px;
  box-sizing: border-box;
}

.relatedtours .landinglist .imgbox {
  max-width: 20%;
  height: 50px;
  border: none;
  display: block;
  float: left;
  overflow: hidden;
  border-radius: 0;
}

.relatedtours .landinglist .data {
  padding-left: 15px;
}

.relatedtours .landinglist .data h3 {
  margin-top: 0px;
  text-overflow: ellipsis;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-family: 'boldfont';
  font-size: 15px;
}

.relatedtours .landinglist .imgbox img {
  border: 0;
  max-width: 100%;
  display: inline-block;
}

.relatedtours .landinglist .data p.dest {
  font-size: 13px !important;
  line-height: 16px !important;
  color: #666;
  width: 100%;
  height: 16px !important;
  overflow: hidden !important;
  text-overflow: initial;
  white-space: normal;
}

.relatedtours .landinglist .data p.trel {
  font-size: 13px !important;
  line-height: 16px !important;
  color: #666;
  width: 100%;
  height: 32px !important;
  overflow: hidden !important;
  text-overflow: initial;
  white-space: normal;
  margin-top: 4px;
}

.relatedtours .landinglist .pricerel {
  position: absolute;
  top: 13px;
  right: 15px !important;
  color: #666;
  text-align: right;
}

.relatedtours .landinglist .pricerel b {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.relatedtours .landinglist .pricerel small {
  color: #000;
  font-size: 14px;
  margin-left: 6px;
}

.post-ajanlo {
  padding: 10px 30px 30px 30px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ddd;
}

.post-ajanlo h5 {
  padding: 10px 20px;
  font-size: 30px;
  font-family: 'boldfont';
}

/*---bigblock---*/

.bigblock {
  position: absolute;
  width: 101%;
  height: 101%;
  opacity: 1;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  top: -0.5%;
  left: -0.5%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
  
/*---1450---*/
@media screen and (max-width: 1450px) {
  .magazin-wrapper {
    padding: 0 10px 20px 0px;
  }

  .magazinright {
    padding: 40px 10px 20px 0;
  }

  .post-data .post-text {
    padding: 0 30px 30px 30px;
  }

  .post-body header {
    padding: 20px 30px 20px 30px;
  }

  .videoWcontainer {
    padding: 20px 30px;
  }

  .fr-galeria {
    padding: 25px 30px 25px 30px;
  }

  .post-tags {
    padding: 10px 30px 30px 30px;
  }

  .post-ajanlo {
    padding: 10px 10px 10px 10px;
  }

  .post-body.wide .post-text {
    padding: 20px 30px 30px 30px;
  }

}

/*---1200---*/
@media screen and (max-width: 1200px) {

  .magazinleft {
    width: 70%;
  }

  .magazinright {
    width: 30%;
  }

  .magazinlist li {
    width: 50%;
  }

  .magazinlist li.li50 {
    width: 50%;
  }

}

/*---1024---*/
@media screen and (max-width: 1024px) {
  .magazin-wrapper {
    padding: 0 0 20px 0px;
  }

  .magazinleft {
    width: 100%;
  }

  .magazinright {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }

  .magazinlist li {
    width: 33.333333%;
  }

  .magazinlist li.li50 {
    width: 50%;
  }

  .post-data .post-text {
    padding: 0 20px 30px 20px;
  }

  .post-body header {
    padding: 20px 20px 20px 20px;
  }

  .videoWcontainer {
    padding: 20px 20px;
  }

  .fr-galeria {
    padding: 25px 20px 25px 20px;
  }

  .post-tags {
    padding: 10px 20px 30px 20px;
  }

  .post-ajanlo {
    padding: 10px 0 10px 0;
  }

  .post-body.wide .post-text {
    padding: 20px 20px 30px 20px;
  }

  .post-body h1 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0px;
  }

}

/*---880---*/
@media screen and (max-width: 880px) {

  #landingnews .cikkbox-list li {width: 100%; border-right: 0;}

  .magazinlist li {
    width: 50%;
  }

  .magazinlist li.li50 {
    width: 50%;
  }

  .post-body .imgwrapper {
    margin-left: 0;
    width: 100%;
  }

  .post-data .post-text {
    padding: 0 15px 10px 15px;
  }

  .post-body header {
    padding: 15px 15px 15px 15px;
  }

  .videoWcontainer {
    padding: 15px 0;
  }

  .fr-galeria {
    padding: 20px 0 20px 0;
  }

  .post-tags {
    padding: 10px 15px 20px 15px;
  }

  .post-ajanlo {
    padding: 10px 0 10px 0;
  }

  .post-body.wide .post-text {
    padding: 10px 15px 10px 15px;
  }

  .post-body h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .post-data .post-text,
  .post-body.wide .post-text {
    font-size: 14px;
    line-height: 22px;
  }

}

/*---640---*/
@media screen and (max-width: 640px) {

  .magazin-wrapper {
    padding: 0 0 20px 0px;
  }

  .magazinleft {
    padding-top: 0;
  }

  .magazinright {
    width: 100%;
    padding: 20px 10px 20px 10px;
  }

  .magazinlist {
    padding: 0;
  }

  .magazinlist li {
    width: 100%;
  }

  .magazinlist li.li50 {
    width: 100%;
  }

  .cikkblock.csmall .cikkdata h2 {
    font-family: 'boldfont', Helvetica, Arial;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .cikkblock.csmall .cikkdata p.teaser {
    font-size: 13px;
    line-height: 18px;
  }

  .cikklist li .cikklistdata h3,
  .cikklist li .cikklistdata h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    max-height: 36px;
  }

  .cikklist li .cikklistdata p {
    font-size: 13px;
    line-height: 18px;
    max-height: 36px;
  }

  .cikkblock.chalf .caption h3 {
    font-family: 'boldfont';
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
  }

  .cikkblock.chalf .caption p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
  }

  .post-wrapper {
    width: 100%;
    min-height: 600px;
    padding: 20px 10px 10px 10px;
  }

  .cikkblock.csmall {
    height: auto;
  }

  .cikkblock.csmall .cikkdata::after {
    background: none;
  }

  .cikkblock.csmall .cikkdata {
    height: auto;
    margin-bottom: 46px;
  }

}