/*hr {
    border-top: 1px solid rgb(192, 192, 192);
}*/
.container {
    max-width: 960px;
    width: auto;
}
.bg-petrol {
   background-color: #033e4e;
}
.text-petrol {
    color: #033e4e;
}
.underline-petrol {
    border-bottom: 2px solid #033e4e;
}

.bg-darkblue {
    background-color: #00325d;
 }
 .text-darkblue {
     color: #00325d;
 }

 .text-ktv-lighlogoblue {
    color: #006495;
}
 .underline-darkblue {
     border-bottom: 2px solid #00325d;
 }

.bg-lightgreyyellow {
    background-color: #f4f4f2;
}

.bg-lightgrey {
    background-color: #e0e0e0;
}
.bg-lightblue {
    background-color: #6c81a0;
}
.text-lightgrey {
    color: #e0e0e0;
}

.text-black{
    color:black;
}
.social-header ul {
    padding-left:0;
    list-style: none;
    float: right;
    margin: 5px 0;
}
.social-header ul li {
    float: left;
    margin: 0;
    padding: 0;
}
.social-header ul li a {
    text-decoration: none;
    color: #FFFFFF;
    margin-left: 2px;
}
.social-header ul li a:hover {
    text-decoration: underline;
}
.social-header ul li a img {
    width: 30px;
}
.social-header .social-header-links ul li {
    margin-right: 20px;
    margin-top: 4px;
}
.social-header .social-header-icon li:hover, .social_icons_list li:hover {
    opacity: 0.7;
}
.social-header-icon ul a:hover {
    text-decoration: none !important;
}

.social-header-icon {
    padding-left: 0px;
}
/*.social-header .social-header-sub {
    width: 980px;
    margin: 0 auto;
    padding-right: 45px;
}
.menu-header {
    height: 85px;
}
.menu-header nav > ul {
    background: none;
    box-shadow: none;
}*/
.menu-header nav > ul > li > a {
    text-transform: capitalize;
    font-weight: bold;
}
.menu-header nav > ul > li.lang-nav-item > a {
    text-transform: uppercase;
}
.menu-header nav > ul > li.lang-nav-item > a span {
    text-transform: none;
}
.menu-header nav > ul {
    padding: 0;
    float: right;
    margin: 0;
}

.menu-header.sticky a img.klatv-logo {
    width: 60px;
    height: 100%;
}
.menu-header > div {
    margin-top: 0 !important;
}

.desktop_modus{
    background-color: #a6aab0;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    max-width: 120px!important;
}

.footer_bottom_linklist li {
    padding-right: 5px;
}
.menu-nav {
    margin-top: 30px;
}
ul.social_icons_list {
    margin: 0;
    padding: 0;
}
.social_icons_list a {
    float: left;
    margin-right: -1px;
}
.social_icons_list li {
    margin: 0 10px 12px 0;
}
.social_icons_list li img {
    width: 25px;
    margin-right: 6px;
}

.btn_trend_white {
    width: 100%;
    border: 2px solid #fff;
    font-size: 20px;
    padding: 8px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;

    color: #000000;
    text-decoration: none;

    background-color: rgba(255,255,255,1);
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -mox-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}
.btn_trend_white:hover {
    color: #ffffff;
    text-decoration: none;

    background-color: rgba(255,255,255,0);
    -webkit-transition: background-color .4s ease-in;
    -ms-transition: background-color .4s ease-in;
    -mox-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
}

.return-to-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: rgba(255, 255, 255, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3000;
}
.return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 12px;
    top: 3px;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.return-to-top:hover {
    background: rgba(255, 255, 255, 1);
}
.return-to-top:hover i {
    top: 0;
}

.sub_nav_menu ul {
    list-style: none;
    padding: 0;
}
.sub_nav_menu li {
    background: #00325d;
    margin-bottom: 5px;
}
.sub_nav_menu ul li:hover {
    background: #0d4f92;
}
.sub_nav_menu li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px;
}

.alert-petrol {
    background-color: #ffffff;
    color: #000;
    border: 2px solid #007387;
}

.alert-darkblue {
    background-color: #ffffff;
    color: #000;
    border: 2px solid #0d4f92;
}

.newest-broadcast {
    display: none;
}

#subtitle_AdMaterial {
    font-size: 14px;
}

#onehashtag_view .playlist-slider .slick-dots {
    width: 100%;
}

#aboutus-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: sticky;
    width: 140px;
    top: 50px;
}

.adMaterial {
    width: 100%;
}

#adMaterialNavigation {
    display: flex;
    flex-direction: column;
}


#adMaterialNavigation > li{
    font-size: 13px;
    text-align: left;
    padding: 8px 10px;
    margin-bottom: 5px;
    list-style-type: none;
    background-color: #00325d;
    box-shadow: 2px 2px 5px rgb(0 0 50 / 20%);
}

#adMaterialNavigation {
    padding: 0;
    position: sticky;
    width: 140px;
    top: 50px;
}

#adMaterialNavigation > li > a {
    color: white;
}

#adMaterialNavigation > li:hover {
    background-color: #044faa;
}

.adMaterialTypeSection {
    padding: 12px 10px;
    margin-bottom: 40px;
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -2px 0px 5px rgba(0, 0, 0, 0.1);
}

.product-row {
    margin: 8px -10px;
}

.logo-product-content {
    width: 100%;
    margin-left: initial;
}

.ktv-logo-download-button {
    position: absolute;
    right: 38px;
    margin-top: 20px;
}

.ktv-logo-inside-download-button-1 {
    position: absolute;
    right: 572px;
    margin-top: 156px;
    height: 70px;
}

.ktv-logo-inside-download-button-2 {
    position: absolute;
    right: 389px;
    margin-top: 156px;
    height: 70px;
}

.ktv-logo-inside-download-button-3 {
    position: absolute;
    right: 217px;
    margin-top: 156px;
    height: 70px;
}

.ktv-logo-inside-download-button-4 {
    position: absolute;
    right: 37px;
    margin-top: 156px;
    height: 70px;
}

.ktv-logo-inside-download-button-5 {
    position: absolute;
    right: 361px;
    margin-top: 239px;
    height: 70px;
}

.ktv-logo-inside-download-button-6 {
    position: absolute;
    right: 524px;
    margin-top: 181px;
    height: 80px;
}

.ktv-logo-inside-download-button-7 {
    position: absolute;
    right: 283px;
    margin-top: 181px;
    height: 80px;
}

.ktv-logo-inside-download-button-8 {
    position: absolute;
    right: 53px;
    margin-top: 181px;
    height: 80px;
}


.product-color-1-1 {
    background-color: #fcc187;
}
.product-color-1-2 {
    background-color: #eaa25a;
}

.product-color-2-1 {
    background-color: #fde686;
}
.product-color-2-2 {
    background-color: #ead25a;
}

.product-color-3-1 {
    background-color: #efff8d;
}
.product-color-3-2 {
    background-color: #c5d479;
}

.product-color-4-1 {
    background-color: #b1dc8c;
}
.product-color-4-2 {
    background-color: #80ba73;
}

.product-color-5-1 {
    background-color: #b0eab7;
}
.product-color-5-2 {
    background-color: #70ab8b;
}

.product-color-6-1 {
    background-color: #98d9ff;
}
.product-color-6-2 {
    background-color: #6a9dba;
}

.product-color-7-1 {
    background-color: #aeb6ff;
}
.product-color-7-2 {
    background-color: #7177b1;
}

.shadow-1 {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), -2px 0px 5px rgba(0, 0, 0, 0.1);
}

.adMaterialTypeSection > h3{
    background-color: #00325d;
    color: white;
    margin: -12px -10px 0 -10px;
    padding: 8px 10px;
}

.ueberuns-headers {
    background-color: #00325d;
    color: white;
    padding: 8px 15px;
}

#dvdsUndBroschueren > p {
    font-size: 13px;
}

#werbeclips iframe {
    height: 415px !important;
}

#werbeclips #topClip {
    margin-left: 3px;
    margin-right: 3px;
}

#werbeclip-single iframe {
    height: 415px !important;
}

#werbeclips-single #topClip {
    margin-left: 3px;
    margin-right: 3px;
}

#dvdsUndBroschueren img{
    width: 368px;
}

#dvdsUndBroschueren .row {
    display: grid;
    justify-content: center;
}

.ueberuns_werbe p {
    font-size: 13px;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.controller-showstart #wrapper {
    
    background-color: #355581;
    /*background-image: -webkit-linear-gradient(rgb(122, 156, 193),rgb(83, 112, 156), rgb(16, 62, 96)), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -moz-linear-gradient(rgb(122, 156, 193),rgb(83, 112, 156), rgb(16, 62, 96)), -moz-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(rgb(122, 156, 193),rgb(83, 112, 156), rgb(16, 62, 96)), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(rgb(122, 156, 193),rgb(83, 112, 156), rgb(16, 62, 96)), linear-gradient(#e0e0e0, #e0e0e0);
    background-size: 100% 630px, 100%;
    background-repeat: no-repeat;*/
    
    /*background-image: -webkit-linear-gradient(top, #4e8492, #e0e0e0); /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
    /*background-image: -moz-linear-gradient(top, #4e8492, #e0e0e0); /* For Firefox (3.6 to 15) */
    /*background-image: -o-linear-gradient(top, #4e8492, #e0e0e0); /* For old Opera (11.1 to 12.0) */
    /*background-image: linear-gradient(to bottom, #4e8492, #e0e0e0); /* Standard syntax; must be last */
    /*background-size: 100% 615px;
    background-repeat: no-repeat;
    background-position-y: 120px;*/
}


.controller-showstart #darkblue_gradient_container{
    background-image: -webkit-linear-gradient(#355581, #00325d), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -moz-linear-gradient(#355581, #00325d), -moz-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#355581, #00325d), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#355581, #00325d), linear-gradient(#e0e0e0, #e0e0e0);
    /*background-size: 100% 627px, 100%; with Newsticker*/
    background-size: 100% 610px, 100%;
    background-repeat: no-repeat;
}

.footer_bottom_linklist a:hover {
    text-decoration: underline;
}

.votesup-toolbox {
    position: relative;
    background: #ffffff;
    float: right;
    color: black;
    font-size: 15px;
    padding: 5px;
    border: white 0 solid;
    border-radius: 3px;
    margin-top: 9px;
    margin-right: 9px;
}
.votesup-toolbox:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 9px;
    margin-top: -9px;
}

.menu-col {
    z-index: 1000;
}

.modal-body {
    height: 90%;
    max-height: none !important;
}
.modal-header {
    height: 10%;
}

.admin-container {
    min-height: 55px;
}

.modal {
    height: 85%;
}

.modal-translations {
    height: 95% !important;
}


/* START Button green */
.btn-lightgreen {
    color: #fff;
    background-color: #62bd2b;
    border-color: #62bd2b;
}

.btn-lightgreen:hover {
    color: #fff;
    background-color: #53a62e;
    border-color: #3e7c21;
}

.btn-lightgreen:focus, .btn-lightgreen.focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 124, 33, 0.5);
}

.btn-lightgreen.disabled, .btn-lightgreen:disabled {
    color: #fff;
    background-color: #62bd2b;
    border-color: #62bd2b;
}

.btn-lightgreen:not(:disabled):not(.disabled):active, .btn-lightgreen:not(:disabled):not(.disabled).active,
.show > .btn-lightgreen.dropdown-toggle {
    color: #fff;
    background-color: #3e7c21;
    border-color: #3e7c21;
}

.btn-lightgreen:not(:disabled):not(.disabled):active:focus, .btn-lightgreen:not(:disabled):not(.disabled).active:focus,
.show > .btn-lightgreen.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(62, 124, 33, 0.5);
}

.btn-telegram {
    color: #fff;
    background-color: #2ba0da;
    border-color: #2ba0da;
}
/* END Button */
