body {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #000;
	font: 100%/1.4 'Istok Web', sans-serif;
}
.videobox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1280px;
	height: 1280px;
	margin: -640px 0 0 -1140px;
}
.videobox iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 180%;
	height: 100%;
	z-index: 0;
}
.video-shaddow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	display: block;
	z-index: 3;
	background: url(../../../../layout15/bg-video.png) repeat-x;
}
.top {
	height: 75vh;
}
.toptxt {
	/*height: 45px;*/
	height: 250px;
}
.content-shaddow {
	position: relative;
	z-index: 2;
	height: 70px;
	display: block;
	width: 100%;
	background: url(../../../../layout15/bg-content.png) repeat-x;
}
.contentbox {
	position: relative;
	background: #000;
	/*height: 200vh;*/
	width:100%;
	z-index: 2;
	padding: 0 0 20px 0;
	display:inline-block;
}
.content {
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	color: #FFF;
}
.contentinner {
	width: 960px;
}
.menus {
	position: fixed;
	top: 30px;
	right: 30px;
	width: 66px;
	height: 30px;
	background: url(../../../../layout15/hamburg.svg);
	z-index: 4;
	/*display: none;*/
}
.navbox {
	position: fixed;
	z-index:1000;
	/*top: 24px;*/
	top:80px;
	right: 0px;
	width: 250px;
	display: block;
}
/*#navbox {
	display: block;
	z-index: 4;
}
*/
#navbox {
	display: none;
}
.basler {
	position: fixed;
	top: 30px;
	right: 130px;
	z-index: 3;
}
.navbox ul {
	margin: 5px 0 0 0;
	padding: 0;
}
.navbox ul ul {
	margin: 0;
	padding: 0;
}
.navbox li {
	list-style: none;
	padding: 0px;
	margin: 1px 0;
	;
}
.navbox li a {
	background: #333333;
	display: block;
	width: 240px;
	padding: 2px 5px;
	text-decoration: none;
	color: #FFF;
}
.navbox li li {
	list-style: none;
	padding: 0px;
	margin: 1px 0 1px 20px;
}
.navbox li li a:link, .navbox li li a:visited {
	width: 230px;
	display: block;
	text-decoration: none;
	color: #FFF;
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
}
.navbox li li a:hover {
	background: #757575;
}
.navbox .active.deeper.parent .current.active a {
	background: #757575;
}
h1, h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font: 200%/1.4 'Libre Baskerville', serif;
	font-style: italic;
	font-weight: 100;
}
.logobox {
	position: relative;
	z-index: 3;
	width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
.logobox img {
	position: fixed;
	top: 20px;
}
/*.basler {
	position: fixed;
	top: 30px;
	right: 330px;
	z-index: 3;
}*/
.inhalt {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
.btn-info.readmore-js-toggle {
	position: relative;
	top: -30px;
	height: 30px;
	margin: 0 0 0 490px;
	width: 470px;
	background: #000;
}
.btn.readmore-js-toggle {
	margin: 0 0 10px 490px;
	width: 470px;
		position: relative;;
	top: -30px;
}

	
.blog .cols-1 {
}
.blogsponsor .items-leading {
	margin: 20px 0 70px 0;
	float: left;
	width: 100%;
}
.sponsor {
	margin: 20px 20px 0 0;
	float: left;
}
.cols-2 {
	margin: 0 0 70px 0;
}
.blogsponsor .cols-2 .column-1 {
	float: left;
	margin: 0 70px 0 0;
}

.blogentrybox{
    min-height: 380px;
}

.blogentry {
	position: relative;
	padding-bottom: 50px;
}

.blogimg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 490px;
}

.blogtxt {
	margin-left: 490px;
	width: 450px;
	overflow: hidden;
	line-height: 25px;
}
.blogtxt:before {
	content: "";
	float: left;
	width: 0px;
	/*height: 230px;*/
}


.blogtxt > *:first-child {
	float: right;
	width: 100%;
	margin-left: -05px;
}
/*.blogtxt:after {
	content: "\02026";
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right;
	position: relative;
	top: -25px;
	left: 100%;
	width: 3em;
	margin-left: -3em;
	padding-right: 5px;
	text-align: right;
	background: -webkit-gradient(linear, left top, right top,  from(rgba(0, 0, 0, 0)), to(black), color-stop(50%, black));
	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
	background: -o-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
	background: -ms-linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
	background: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, black);
}*/
.blogentry h2 {
	margin: 0;
	padding: 0;
}
.blogentry h2::first-letter {
	padding-left: 3px;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
.blogtv .cols-3 .column-1, .blogtv .cols-3 .column-2 {
	float: left;
	margin: 0 23px 23px 0;
}
.blogtv .cols-3 .column-3 {
	float: left;
	margin: 0 0px 23px 0;
}
.tvbox {
	position: relative;
	width: 294px;
	height: 169px;
	display: block;
}
.blogtv a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .7;
}
.tvmask {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../../images/2016/visp/artistika-tv/maske.png) no-repeat;
	width: 294px;
	height: 169px;
	display: block;
	z-index: 1;
}
.tv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 294px;
	height: 169px;
}
.tvtxt {
	position: absolute;
	top: 125px;
	left: 10px;
	z-index: 2;
	display: block;
	width: 284px;
	height: 44px;
	line-height: 1.2;
	overflow: hidden;
}


