/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * GTV2  - Zentrales Stylesheet
 *
 */

/* Google Font API */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,700|Ubuntu:700);

/* import core styles | Basis-Stylesheets einbinden */
@import url(themes/gtv5/css/yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(themes/gtv5/css/yaml/navigation/hlist.css);
@import url(themes/gtv5/css/yaml/navigation/gtvnav_20190425.css);
/*@import url(themes/gtv2/css/yaml/forms/gray-theme.css);*/

@import url(themes/gtv5/css/yaml/screen/typography.css);
@import url(themes/gtv5/css/yaml/screen/screen-FULLPAGE-layout.css);

/* GTV Inhalt */
@import url(themes/gtv5/css/yaml/screen/content.css);

/* Cookie */
@import url(themes/gtv5/css/yaml/screen/bstcookie.css);

/* import print layout | Druck-Layout einbinden */
@import url(themes/gtv5 /css/yaml/print/print.css);.social_share_privacy_area .clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.social_share_privacy_area {
    clear: both;
    margin: 20px 0 !important;
    list-style-type: none;
    padding: 0 !important;
    width: auto;
    height: 25px;
    display: block;
    font-family: Arial, sans-serif;
}
.social_share_privacy_area.vertical {
    height: auto;
}
.social_share_privacy_area li {
    margin: 0 !important;
    padding: 0 !important;
    height: 21px;
    float: left;
}
.social_share_privacy_area.vertical li {
    float: none;
    clear: both;
    width: 150px;
    height: auto;
    margin: 0 0 10px !important;
}
.social_share_privacy_area.vertical li.settings_info {
    height: 24px;
}
.social_share_privacy_area.vertical.switch_right li {
    width: 120px;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area.vertical li .dummy_btn {
    width: 90px;
}
.social_share_privacy_area.vertical.switch_right li .dummy_btn {
    margin-left: 0;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area.vertical .facebook {
    display: block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 130px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
    width: 148px;
}
.social_share_privacy_area li div.tweet {
    width: 100px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
    width: 123px;
}
.social_share_privacy_area li div.gplusone {
    width: 75px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    text-indent: -9999em;
    background: transparent url(images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area.vertical.switch_right li .switch {
    float: right;
}
.social_share_privacy_area.skin-dark li .switch {
    background-image: url(images/socialshareprivacy_on_off_dark.png);
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area.vertical li.gplus.help_info .info,
.social_share_privacy_area.vertical li .help_info.icon .info {
    left: 0;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(images/socialshareprivacy_info.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #e7e3e3;
    border-right-width: 0;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li .help_info.icon {
    background-image: url(images/socialshareprivacy_info_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/socialshareprivacy_info_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(images/socialshareprivacy_info_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/socialshareprivacy_info_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/socialshareprivacy_info_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/socialshareprivacy_info_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/socialshareprivacy_info_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
    border-top-width: 0;
    border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
    border-right-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
    position: relative;
    top: -2px;
}
.social_share_privacy_area.vertical li.settings_info {
    top: 0;
}
.social_share_privacy_area li.settings_info a {
    text-decoration: none;
    margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 3px #c1c1c1;
    -webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
    border-width: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
    display: none;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
    text-indent: -9999em;
    display: inline-block;
    background: #fff url(images/settings.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    border: 2px solid #e7e3e3;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu .settings {
    background-image: url(images/settings_dark.png),-moz-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/settings_dark.png),-webkit-gradient(linear,center top,center bottom,color-stop(0%,#6a6767),color-stop(100%,#2d2a2a));
    background-image: url(images/settings_dark.png),-webkit-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/settings_dark.png),-o-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/settings_dark.png),-ms-linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/settings_dark.png),linear-gradient(top,#6a6767 0,#2d2a2a 100%);
    background-image: url(images/settings_dark.png);
    background-color: #4f4c4c;
    border-color: #7e7e7e;
}
.social_share_privacy_area.skin-dark li.settings_info .settings_info_menu.on {
    background-color: #4f4c4c;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
    border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
    width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
    clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    -moz-transition: color .5s ease-in;
    -webkit-transition: color .5s ease-in;
    transition: color .5s ease-in;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
    color: #090;
}
/* Top-Orientation */
.social_share_privacy_area li.settings_info.top {

}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on {
    top: auto;
    bottom: -3px;
    padding-bottom: 22px;
}
.social_share_privacy_area.vertical li.settings_info.top .settings_info_menu.on {
    bottom: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a {
    position: absolute;
    bottom: 0;
    left: 0;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a .help_info.icon {
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 0 0 5px;
       -moz-border-radius: 0 0 0 5px;
            border-radius: 0 0 0 5px;
}
.social_share_privacy_area li.settings_info.top .settings_info_menu.on > a.settings {
    left: 25px;
    border-top-width: 2px;
    border-bottom-width: 0;
    -webkit-border-radius: 0 5px 0 0;
       -moz-border-radius: 0 5px 0 0;
            border-radius: 0 5px 0 0;
}
/* Settings/Info end *//*@charset "UTF-8";*//*Im Optimizer weden alles css-file zusammen gepackt. Safari ignoriert alle Anweisungen ab dem 2. charset */
@media all
{
    #frmVideoAdd p label, #frmStoryAdd p label
    {
        width:150px;
    }
    #frmStoryAdd #storyPageProperties p label  {
        width: auto;
    }
    #storyImages .item {
        border-bottom: 1px solid gray;
        margin: 1em;
        padding-bottom: 1em;
    }
    #categoryVideoList
    {
        margin : 5px 25px 5px 5px;
        padding : 10px;
        border : 1px solid #AFAFAF;
    }

    a.ui-draggable
    {
        cursor: move;
    }
    .navCatRadiergummi
    {
        background : #fff url('https://gleiten.tv/themes/gtv5/images/22/action_delete.gif') no-repeat 5px 1px;
        height: 20px;
        padding: 5px 0 0 35px;
        width: 50px;
        cursor: move;
        border : 1px solid #AFAFAF;
        margin-left : 5px;
        margin-bottom : 5px;
    }

    #videoEditCategoryListWrapper
    {
        min-height : 300px;
        width : 500px;
    }

    div.videoData
    {
        display : none;
    }
    ul.videoList
    {
        list-style-type: none;
        margin-top : 30px;

    }
    ul.videoList a ,ul.videoList a:link, ul.videoList a:visited , ul.videoList a:focus
    {
        color : #fff;
    }

    ul.videoList a:hover, ul.videoList a:focus, ul.videoList a.current
    {
        color : #0099cc;
        text-decoration: none;
        background: none;
        outline : 0;
    }

    ul.videoList li
    {
        background : #000 url("themes/gtv/images/bg/line_50x5_1.gif") no-repeat left top scroll;
        padding : 0.5em 0;
    }


    ul.videoList li.buy a
    {
        background : #000 url("themes/gtv/images/Zahlfaehnchen.png") no-repeat left top scroll;
        margin-left: -30px;
        padding-bottom: 5px;
        padding-left: 30px;
    }

    div#main+div.subcolumns
    {
        margin-top : 120px;
    }
    div #mediaplayer, div #buyInfo
    {
        xwidth : 640px;
        min-height : 360px;
        /*
        -moz-box-shadow:0 0 10px #004b64;
        -webkit-box-shadow:0 0 10px #004b64;
        box-shadow:0 0 10px #004b64;
        */
        border :1px solid #fff;
        border-bottom : none;
        background: #000000 url("themes/gtv/images/bg/strip_5x5_1.png") repeat top left scroll;
    }
    div#player-container
    {
        min-height : 360px;
    }
    div #buyInfo p
    {
        padding : 10px;
        margin-bottom : 0;
    }

    div #buyInfo img.videoBuyPoster, div .videoInfo img.videoBuyPoster
    {
        border: 1px solid #FFFFFF;
        margin: 0 20px;
    }
    div #buyInfo a.videoBuyLink
    {
        text-transform: uppercase;
    }
    div .videoInfo img.videoBuyPoster
    {
        float: left;
    }
    p.videoPrice
    {
        clear : left;
        padding-top: 1em;
    }

    div.bottomOfPlayer
    {
        border : 1px solid #fff;
        border-right : none;
        border-left : none;
        min-height : 30px;
        margin : 0 0 20px 0;
        width : 640px;


    }
    #videoTitleWrapper, #videoShortTextWrapper
    {
        padding : 10px;
    }

    div.ausgabendeckblatt h1
    {
        color: #fff;
        background-color : #000;
        display : inline;
        padding : 0 5px;
        position : relative;
        top : 50px;
        left : 50px;
        text-transform: uppercase;
        font-size: 350%;
        /*font: 60px/68px 'ImpactLabelRegular', Arial, sans-serif;letter-spacing: 0;*/
    }


    div.ausgabendeckblatt .name
    {
        text-transform: uppercase;
        padding-top : 10px;
    }

    div.ausgabendeckblatt #linkList
    {
        position : absolute;
        bottom: 10px;
        right : 10px;
        margin-left: 300px;
    }
    div.ausgabendeckblatt #shopCulture
    {
        position : absolute;
        bottom: 10px;
        left : 10px;
        width :  280px;
    }

    div.ausgabendeckblatt #shopCulture img
    {
        padding-right : 10px;
    }
    div.ausgabendeckblatt #linkList ul
    {
        list-style-type: none;
        text-align : right;
    }
    div.ausgabendeckblatt #linkList a, div.ausgabendeckblatt #linkList span.noLink,
    div.ausgabendeckblatt #shopCulture a, div.ausgabendeckblatt #shopCulture span.noLink
    {
        background-color : #000;
        color : #fff;
        padding : 2px 5px;
        text-transform: uppercase;
    }
    div.ausgabendeckblatt #linkList ul li
    {
        padding-top : 1.2em;
    }

    div.ausgabendeckblatt #linkList a:link,
    div.ausgabendeckblatt #linkList a:visited,
    div.ausgabendeckblatt #shopCulture a:link,
    div.ausgabendeckblatt #shopCulture a:visited
    {
        color : #fff;
        text-decoration: none;
    }
    div.ausgabendeckblatt #linkList a:hover,
    div.ausgabendeckblatt #linkList a:active,
    div.ausgabendeckblatt #linkList a:focus,
    div.ausgabendeckblatt #shopCulture a:hover,
    div.ausgabendeckblatt #shopCulture a:active,
    div.ausgabendeckblatt #shopCulture a:focus
    {
        color : #0099cc;
    }

    /* Pay Options */
    div.payOptions
    {
        border-top : 1px solid #fff;
        padding-top	: 10px;
        width : 700px;
    }
    div.payOptions #submitBtn
    {
        float :right;
    }
    div.payOptions ul
    {
        margin-left :0;
    }
    div.payOptions li
    {
        list-style-type: none;
        margin-left :0;
    }
    div.payOptionText
    {
        background-color: #fff;
        width : 150px;
        margin-top : 10px;
    }

    div#bodyContent
    {
        clear:both;
    }
}