/* changes from Karma Template */


/*#header .header-holder{background-color: #e0e0e0  !important;}

.big-banner #header .header-holder{background-color: #e0e0e0  !important;}

body{
    background: #e0e0e0;
}*/

/* Tall Banner General Settings */
.big-banner .rays {
	/* background: url(images/_global/rays-big.png) 50% 0 no-repeat !important;
	height: 389px !important; */
}
/*.big-banner #header .header-holder {
	height: 590px !important;
}*/
/*AUSGESCHALTET WEGEN ANSAGE. GIBT AUF SAFARI-BROWSER-EIN-PROBLEM*/
.big-banner #main {
	background-image: none !important;
}
.big-banner #main .flash-main-area {
	padding-top: 0px !important;
}


/* Current TOP documentations */
.doku-top {
	position: relative; 
	text-align: center;
	height: 125px; 
	min-height: auto; 
    overflow: hidden;
    padding-right: 24px;
	display: none;
}
.doku-item {
	width: 205px;
	margin: 0px 3px 1px 3px;
	display: inline-block;
	/*vertical-align: middle;*/
	height: 115px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.doku-item:hover, .doku-item:focus, .doku-item:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}


.start-left-box-wrapper {
    text-decoration: none;
    color: #fff;
    font-size: 1.6em;
		cursor: pointer;
}

.start-left-box-wrapper a {
	text-decoration: none;
}

.start-left-box-wrapper a:hover {
    text-decoration: none;
}


.start-left-banner-col {
	padding-right: 0 !important;
	-ms-flex: 0 0 18.8333334%;
	flex: 0 0 18.8333334%;
	max-width: 18.8333334%;
}
.start-right-player-col {
	-ms-flex: 0 0 81.166667%;
	flex: 0 0 81.166667%;
	max-width: 81.166667%;
}
.start-left-box {
  width: 100%;
  height: 62.5px;
  padding: 5px;
  float: left;
  margin-bottom: 9.2px;
}


 .start-left-box > div {
	height: 100%;
	float: left;
} 

.start-left-box .start-left-icon {
	
}

.start-left-box .start-left-icon img {
  width: 46px;
  margin-top: 7px;
  margin-left: 4px;
  padding-right: 4px;
}

.start-left-box .start-left-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
	font-size: 16px;
	color: #00325d;
	width: 92px;
	margin-left: 10px;
	line-height: 21px;
}

.start-left-box .start-left-text .start-left-text-tiny {
	font-size: 13px;
}

.start-left-line {
	width: 3%;
	height: 62.5px;
	float: left;
	background-color: #00325d;
	margin-bottom: 9.2px;
}


#sprachen_showstart span {
	padding: 10px 15px;
	background-color: #e0e0e0;
}


.startpageplayer-wrapper { 
  /*   padding: 7px;
    margin: 0 0 15px 0; */
    /* float: left;
    position: relative;
    left: -25px; */
}

.link_content > div a {
   /*  display: block;
    background-color: rgba(82, 104, 137, .8);
    padding: 7px;
    border: 1px solid #6d819c;
    
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(109,129,156,1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(109,129,156,1);
    box-shadow: inset 0px 0px 5px 0px rgba(109,129,156,1); */
}

.link_content > div img {
	width: 100%;
}
/* .link_content > div:first-child {
    margin-right: 3px;
} */

.link_content > div {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

  
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	z-index: 500;
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.07);
}

/* The sticky-footer class is added to the footer with JS when it is scrolling down. It is removed, when scolling upwards. */
#sticky-footer {
	height: 114px;
	transition: bottom .6s cubic-bezier(.165,.84,.44,1),bottom 0.25s cubic-bezier(0.16, 0.68, 0.43, 0.99), height .6s cubic-bezier(.165,.84,.44,1),height 0.25s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
#sticky-footer .container {
	min-width: 960px;
}
#sticky-footer.sticky-footer-on {
	height: 61px;
	position: fixed;
	bottom: 0px;
	z-index: 125;
	box-shadow: 0 -3px 3px 0px rgba(0, 0, 0, 0.07);
}
.sticky-footer-off {
	position: fixed;
	bottom: -117px;
	z-index: 125;
	box-shadow: 0 -3px 3px 0px rgba(0, 0, 0, 0.07);
}
.static-footer {
	margin-top: 117px;
}
.sticky-footer-on .followsocialbuttons, .sticky-footer-off .followsocialbuttons, .sticky-footer-off .newletter_policy_text_notice, .sticky-footer-on .newletter_policy_text_notice {
	display: none;
}
.sticky-footer-on .btn_trend_white, .sticky-footer-off .btn_trend_white {
	font-size: 1em;
	padding: 5px;
	height: 30px;
}

.sticky-footer-on .row, .sticky-footer-off .row {
	align-items: center;
}

.sticky-footer-off .social_icons_list li, .sticky-footer-on .social_icons_list li {
	margin: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .main-area {
padding-top: 102px;
}

img.klatv-logo,
.menu-nav,
.menu-nav > ul > li > a {
	/*transition: all .6s cubic-bezier(.165,.84,.44,1);*/
	transition: all .6s cubic-bezier(.165,.84,.44,1),all 0.25s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

img.klatv-logo {
	position: absolute;
	top: -28px;
}

.sticky img.klatv-logo{
	height: 42px;
	top: 1px;
}

	/*.sticky .menu-nav{*/
		/*transition: margin 0.15s ease-out;*/
	/*}*/
  .sticky .menu-nav{
	  margin-top: 0px;
  }

  .sticky .menu-nav > ul > li > a{
	  padding: 15px 10px;
  }

.top10 .column-item {
	height: 83px;
    overflow: hidden;
    position: relative;
	width: 460px;
    margin-left: -10px
}


.videoTimeAtDokus{
	background: none repeat scroll 0 0 black;
	color: white;
	right: 9px;
	top: 95px;
	font-weight: bolder;
	padding-left: 7px;
	padding-right: 8px;
	display: inline-block;
	position: absolute;
	z-index: 1;
	margin: 0;

	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.themeblock-row .themeblock-column:hover img {
	opacity: .7;
}

.themeblock-row .themeblock-column:hover .preload_two {
	background: none;
}



.themeblock-row .themeblock-column img {
	width: 100%;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.view-portal .portal-row .portal-col h6 {
	height: 40px;
	overflow: hidden;
	font-size: 1.1em;
	line-height: 1.4;
}

.portal-col-box {

}

.moderator_hover {
	position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: 1;
}

.h1 {
	font-size: 3.3rem;
}

.h2 {
	font-size: 2.7rem;
}

.h3 {
	font-size: 2.4rem;
}

.h4 {
	font-size: 2.2rem;
}

.h5 {
	font-size: 1.9rem;
}

.h6 {
	font-size: 1.7rem;
}

.text-fontsize {
	font-size: 1.4rem;
}

.cur_lang_mainmenu_icon {
	position: relative;
    top: 11px;
    width: 20px;
    display: inline-block;
    margin-top: -24px;
}

.ktv_fancy_loader_circle{
	margin: 40px 0 40px 0;
	width: 105px;
}

.search-headline {
	margin-left: -15px;
    padding-top: 15px;
    display: block;
}

#wrapper .tabset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
    flex-direction: row;
}

#wrapper .tabset li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	overflow: hidden;
    margin: 0;
    display: block;
}

#wrapper .tabset li a {
	display: block;
	width: 100%;
}

.top10 #tab-lyb {
	margin-left: 1px;
	width: calc(100% - 2px);
}

/* videotab*/
#vidtab_readmore_tag{
	cursor: pointer;
	 color: #00325d;
}

#vidtab_readmore_tag:hover{
	text-decoration: underline;
}

.hashtag-download-buttons button.video-download-btn,
.hashtag-download-buttons .hashtagsort-select {
	cursor: pointer;
}

.hashtag-download-buttons button > span {
	display: inline-block;
	color: #000;
}

.hashtag-download-buttons button {
	font-size: 1.75rem;
}

.vid-download-container {
	font-size: 1.4rem;
}

.vid-download-container .downloadMenuBox h2, .hashtag-download h2.hl {
	font-size: 1.6rem;
	font-weight: 600;
}

.downloadMenuBox-content > div {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: .3rem;
	cursor: pointer;
}

.downloadMenuBox-content > div.hashtag-download-active {
	background-color: rgba(1, 50, 93,.075);
}

.downloadMenuBox-content > div > div:nth-child(1) {
	flex: 1 1 13%;
	align-self: center;
}

.downloadMenuBox-content > div > div:nth-child(2) {
	flex: 1 1 80%;
	padding-top: 5px;
	line-height: 16px;
}

.downloadMenuBox-content > div > div:nth-child(3) {
	flex: 1 1 7%;
	align-self: center;
}

.downloadMenuBox-content > div > div b,
.downloadMenuBox-content > div > div small {
	display: block;
}

.downloadMenuBox-content > div > div b {
	font-size: 1.15em;
	font-weight: 600;
	font-size: .95em;
}

.downloadMenuBox-content > div > div small {
	line-height: 1;
	margin-top: .3rem;
	font-size: .7em;
}

.downloadMenuBox {
	color: #01325d;
	padding-left: 5px;
	padding-right: 5px;
}

.downloadMenuBox:nth-child(1) {
	padding-left: 15px;
}

.downloadMenuBox:nth-child(3) {
	padding-right: 15px;
}

.downloadMenuBox .downloadMenuBox-content {
	background-color: #f7f7f7;
	min-height: 345px;
	overflow: hidden;
}

.hashtag-download * {
	color: #01325d;
}

.hashtag-download > div > div {
	background-color: #f7f7f7;
}

.hashtag-download .nav-tabs .nav-link.active {
	background-color: rgb(247, 247, 247);
	border-color: #afb0b1 #afb0b1 #fff0;
	border-bottom-color: rgba(1, 50, 93,0);
}
.hashtag-download .nav-tabs {
	border-bottom: 1px solid #afb0b1;
}
.nav-tabs .nav-link:not(.active):hover {
	border-color: #fff0;
	background: #e5e9ec;
	border-bottom: #f4f4f2;
}
