/* ————————————————————————————————————————————————————————————————— */
/* Customizing pronego 2016-03-30 ================================== */

/*
body {
    background: #cacaca url(./lightnoise.png);
    min-height: 100%;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    cursor: default;
}
*/

/*
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
*/

/*
a,
a:link,
a:visited,
a:focus,
a:hover,
a:active
{
    color: #646464 !important;
}
    a:hover,
    span.active
    {
        color: #e62984 !important;
    }
*/


        #calendar a,
        #calendar a:link,
        #calendar a:focus,
        #calendar a:hover,
        #calendar a:active,
        #calendar a:visited
        {
            color: #fff !important;
        }
        #calendar a:visited div
        {
            opacity: 0.7 !important;
        }



        footer.globalsitefoot {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }




/*
    header {
        position: fixed;
        top: 0;
        background: white;
        width: inherit;
        height: 96px;
        border-bottom: 2px solid #ccc;
        z-index: 16;
    }

        header div#logo {
            position: absolute;
            left:   10px;
            top:    6px;
            width:  auto;
            height: auto;
        }
            header div#logo a {
                display: block;
                height:  80px;
                width:   135px;
            }
                header div#logo a b {
                    display: block;
                    background: url(logo_sepa_216x128.png) scroll no-repeat center center;
                    background-size: contain;
                    width: 100%;
                    height: 100%;
                    text-indent: -192em;
                }

            header.globalsitehead #logo {
                height: 80px;
                width: 135px;
            }

        header div.logo_old {
            display: none;
        }
*/

/*
        #languages {
            position: absolute;
            right: 240px !important;
            top: 32px !important;
            opacity: .5;
        }
            #languages:hover {
                opacity: 1;
            }



            div#navihome {
                display: inline;
                padding-bottom: 4px;
            }
                div#navihome ul {
                    display: none;
                    position: absolute;
                    list-style: none;
                    background: #fff;
                    border: 1px solid #ccc;
                    padding: 8px;
                    left: -10px;
                    line-height: 1.4;
                    margin: 0;
                }
                div#navihome:hover ul {
                    display: block;
                }
                    div#navihome:hover ul li a {
                        display: block;
                        padding: 2px;
                    }
*/




#content {
    /* margin allows placement of larger logo */
/*
    padding-top:    96px;
    padding-bottom: 64px;
    width: 960px;
    background: #fff;
    box-shadow: 0px 0px 4px #000;
    min-height: 100%;
    position: relative;
*/
}

#searchform {
    /* Move to left/center */
/*
    top:  32px;
    left: 176px;
    right: auto;
    width: auto;
    font-size: 11px;
    vertical-align: middle;
*/
}
/*
    #searchform span {
        font-size: 116%;
        font-weight: bold;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: #666;
    }
        #searchform input {
            vertical-align: middle;
        }
        #searchform a.button
        {
            padding: 5px 10px 5px;
            vertical-align: middle;
        }
            #searchform a.button:hover,
            #searchform a.button:focus
            {
                border-color: black;
                background:   #e62984 !important;
                color: #fff !important;
            }

    #content #area_left {
        width: auto;
    }

    #content #area_main {
        height: auto;
        border: 0;
        top: 0;
        width: auto;
        position: relative;
        background: #fff;
        overflow-x: hidden;
    }
*/

#navi_main {
    /* Move Nav to the right, next to logo */
/*
    left:  auto;
    right: 16px;
    top:   32px;
    display: inline;
    z-index: 64;
    background: #ffffff;
*/
}
/*
    #navi_main a {
        padding: 4px 0;
    }
*/

/*
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
*/

    ul.sepatopnav,
    ul.sepasubnav
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        ul.sepatopnav li,
        ul.sepasubnav li
        {
            float: left;
        }

        ul.sepatopnav li a,
        ul.sepatopnav .dropbtn {
            display: inline-block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }
        ul.sepatopnav .dropbtn,
        ul.sepasubnav a
        {
            display:    inline-block;
            width:      7em;
            text-align: center;
        }

        ul.sepatopnav li a:hover,
        ul.sepatopnav .dropdown:hover .dropbtn
        {
            background-color: red;
        }

        ul.sepatopnav li.dropdown
        {
            display: inline-block;
        }

        ul.sepatopnav .dropdown-content
        {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        }

        ul.sepatopnav .dropdown-content a
        {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
        }

        ul.sepatopnav .dropdown-content a:hover
        {
            background-color: #f1f1f1;
        }

        ul.sepatopnav .dropdown:hover .dropdown-content
        {
            display: block;
        }


    .sepa_calendar_frame {
        border: 2px solid #ccc;
        border-width: 2px 0;
    }
    .sepa_calendar_frame iframe {
        width: 100%;
        height: 1440px;
        border: 0;
    }

#sepa_foot {
    position: relative;
    z-index: 12;
}

    #sepa_foot #navi_contact,
    #sepa_foot #navi_pages,
    #sepa_foot #navi_promo,
    #sepa_foot #navi_main
    {
        top:        0;
        padding:    0;
        height:     auto;
    }





#navi_pages,
#navi_contact
{
    top: auto;
    bottom: 0;
}




.sepaHomeTTbl td {
    padding: 0px 12px;
    text-align: center;
    vertical-align: top;
}
.sepaHomeTTbl div.sepaHomeTPic {
    /* Homepage: image folder teasers (3 Beispielbilder) */
    width:  288px;
    height: 192px;
    margin: 0 auto;
    border: 2px solid #d5d5d5;
    overflow: hidden;
}
    .sepaHomeTTbl div.sepaHomeTPic span {
        display: block;
        width:  288px;
        height: 192px;
        background-color: silver;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }



.sepa_home_bgwhite {
    background: #fff;
    position: relative;
    z-index: 4;
    border-top: 2px solid #ccc;
    padding: 0 0 16px;
}
.sepa_home_slider_clear {
    height: 30px;
}
.sepa_home_slider {
    height: 720px;
    width:  1090px;
    max-width: 100%;
    margin: 0 auto;
}
    .rslides {
        position: relative;
        list-style: none;
        overflow: hidden;
        width: 100%;
        height: 720px;
        padding: 0;
        margin: 0;
    }

        .rslides li {
            -webkit-backface-visibility: hidden;
            position: absolute;
            display: none;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .rslides li:first-child {
            position: relative;
            display: block;
        }

        .rslides img {
            display: block;
            height: auto;
            width: 100%;
            border: 0;
        }


#area_right {
    position: static;
    border: 0;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
}



    #content .sepa_partners {
        clear: both;
        margin: 2em 0;
        height: 384px;
        overflow: hidden;
        position: relative;
    }
    #content .sepa_partners span {
        display: block;
        position: absolute;
        width:  100%;
        height: 100%;
    }
    #content .sepa_partners_bg { background: url(stadion.jpg)           scroll no-repeat center center; }
    #content .sepa_partners_fg { background: url(stadion_overlay.png)   scroll no-repeat center center; }

    #content .sepa_partners_bg,
    #content .sepa_partners_fg,
    #content .sepa_partners ul
    {
        -webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    }
        #content .sepa_partners:hover .sepa_partners_bg {
            -webkit-filter: blur(3px);
            -moz-filter:    blur(3px);
            -o-filter:      blur(3px);
            -ms-filter:     blur(3px);
            filter:         blur(3px);
        }
        #content .sepa_partners_bg {
        }
    #content .sepa_partners_fg,
    #content .sepa_partners ul
    {
        opacity: .9;
        transform: scale(1.00, 1.00);
    }
    #content .sepa_partners:hover .sepa_partners_fg,
    #content .sepa_partners:hover ul
    {
        opacity: 1;
        transform: scale(1.00, 1.00);
    }

        .sepa_partners li {
            position: absolute;
            list-style: none;
            margin: 0;
            padding:0;
        }
            .sepa_partners li a {
                display: block;
                width:   100%;
                height:  100%;
            }
                .sepa_partners li a:hover {
                    border-bottom: 2px solid #fff;
                }
            .sepa_partners li a i {
                display: none;
            }
            .sepa_partners li.sepa_partners_kron {
                left:   48px;   width:  156px;
                top:    20px;   height: 144px;
            }
            .sepa_partners li.sepa_partners_ooen {
                left:  276px;   width:  306px;
                top:    20px;   height: 60px;
            }
            .sepa_partners li.sepa_partners_kurr {
                left:  276px;   width:  306px;
                top:    88px;   height: 72px;
            }
            .sepa_partners li.sepa_partners_sznr {
                left:  640px;   width:  284px;
                top:    20px;   height: 144px;
            }
            .sepa_partners li.sepa_partners_sknp {
                left:  312px;   width:  144px;
                top:   228px;   height: 144px;
            }
            .sepa_partners li.sepa_partners_rapw {
                left:  512px;   width:  144px;
                top:   228px;   height: 144px;
            }

/* ========================================================================================= */
/* Generisches */

    div#gallery_header {
        padding: 0;
        margin: 0 -8px;
        overflow: visible;
        height: auto;
    }

    div#gallery_header h1 {
        margin: 0;
        padding: 8px 0;
        float: none;
    }

    div#gallery_header p:first-child,
    body.pxtc_class_image p#breadcrumb
    {
        float: none;
        background: #cccccc;
        margin: 0 -16px 24px;
        padding: 12px 44px;
        text-align: right;
        cursor: default;
    }
        body.pxtc_class_image p#breadcrumb
        {
            top: -48px;
            left: auto;
            right: 16px;
            width: 200%;
        }

    div.picture img.thumbnail {
        width: 100%;
        height:100%;
    }

/* ========================================================================================= */
/* .pxtc_class_lightbox -- Lightbox-Seite */
body.pxtc_class_lightbox .gallery_item {
    float: none;
    display: inline-block;
}
body.pxtc_class_lightbox #sidebar {
    margin-top:     0;
    margin-left:    0;
    margin-bottom:  0;
    float:          none;
    width:          auto;
    height:         auto;
    text-align:     center;
}
    body.pxtc_class_lightbox #sidebar p {
        display: inline-block;
        padding:  0px 8px;
    }
/* ========================================================================================= */
/* .pxtc_class_image -- Einzelbildansicht */

body.pxtc_class_image #content {
    height: 884px;
}
body.pxtc_class_image #content #area_left {
    position:   relative;
    height:     640px;
    width:      50%;
    border:     0;
    overflow: hidden;
}
body.pxtc_class_image .inner_area {
    margin: 0;
    width: 100%;
    height: 640px;
    background: transparent;
}
body.pxtc_class_image #area_left #preview_div.inner_area td.preview {
    background: transparent;
}
    body.pxtc_class_image #area_left h1 {
        display: none;
    }
body.pxtc_class_image #area_right {
    position: absolute;
    top: 144px;
    left: 50%;
    width: 50%;
    height: 640px;
    overflow: visible;
}
        body.pxtc_class_image #area_left   { top:  16px; }
        body.pxtc_class_image #area_right  { top: 144px; }

    body.pxtc_class_image #area_right .textbox {
        padding-right: 96px;
    }
        body.pxtc_class_image #area_right #keywordlist a {
            display: block;
        }
    body.pxtc_class_image #nav_buttons {
        bottom: auto;
        top: 0;
        right: 4px;
    }

        #navi_actions {
            margin-left: 0 !important;
        }

        body.pxtc_class_image #nav_buttons a,
        body.pxtc_class_imagelist #navi_portions a,
        body.pxtc_class_serp #navi_portions a,
        body.pxtc_class_serp #navi_actions a,
        body.pxtc_class_serp #navi_portions span,
        body.view_gallery_classic #navi_portions span,
        body.view_gallery_classic #navi_portions a,
        span.linkPrevious,
        span.linkNext,
        #navi_actions #btn_lightbox,
        body.pxtc_class_lightbox #sidebar p a,
        p#breadcrumb.buttons a
        {
            display: block;
            margin: 4px;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
            color: #fff !important;
            background-color: #444;
            border-color: #444;
            cursor: default;
        }
            body.pxtc_class_image #nav_buttons a:hover,
            body.pxtc_class_image #nav_buttons a:focus,
            body.pxtc_class_image #nav_buttons a:active,
            body.pxtc_class_imagelist #navi_portions a:hover,
            body.pxtc_class_imagelist #navi_portions a:focus,
            body.pxtc_class_imagelist #navi_portions a:active,
            body.pxtc_class_serp #navi_portions a:hover,
            body.pxtc_class_serp #navi_portions a:focus,
            body.pxtc_class_serp #navi_portions a:active,
            body.pxtc_class_serp #navi_actions a:hover,
            body.pxtc_class_serp #navi_actions a:focus,
            body.pxtc_class_serp #navi_portions a:active,
            body.view_gallery_classic #navi_portions a:hover,
            body.view_gallery_classic #navi_portions a:focus,
            body.view_gallery_classic #navi_portions a:active,
            #navi_actions #btn_lightbox:hover,
            #navi_actions #btn_lightbox:focus,
            body.pxtc_class_lightbox #sidebar p a:hover,
            body.pxtc_class_lightbox #sidebar p a:focus,
            p#breadcrumb.buttons a:hover,
            p#breadcrumb.buttons a:focus
            {
                background: #e62984;
                border-color: #e62984;
                cursor: pointer;
            }

                /* Special treatment for "active" page without classname */
                body.view_gallery_classic #navi_portions span
                {
                    background: #e62984;
                    border-color: #e62984;
                }
                body.view_gallery_classic #navi_portions span.linkPrevious,
                body.view_gallery_classic #navi_portions span.linkNext
                {
                    color: #fff !important;
                    background-color: #444 !important;
                    border-color: #444 !important;
                }
                /* End Special treatment for "active" page without classname */

                p#breadcrumb.buttons a {
                    display: inline;
                    display: inline-block;
                    padding: 1px 2px;
                    margin: 0;
                }

p#meta_keywords {
    column-count: 2;
}


body.pxtc_class_image #breadcrumb {
    top: -24px;
    width: 196%;
}
/* ========================================================================================= */
/* .pxtc_class_imagelist -- Album-Ansicht, Übersicht der Bilder im Album */

body.pxtc_class_imagelist div.picture {
    float: none;
    display: inline-block;
    background: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 176px;
    height: 118px;
    margin: 0 8px 10px 0;
}

        body.pxtc_class_imagelist #navi_portions a,
        body.pxtc_class_serp #navi_portions a,
        body.view_gallery_classic #navi_portions span,
        body.view_gallery_classic #navi_portions a,
        body.pxtc_class_serp #navi_portions span
        {
            display: inline-block;
        }
/* ========================================================================================= */
/* .pxtc_class_imagelist -- Übersicht der Alben */

body.pxtc_class_imagelist #area_main div.textbox,
body.view_gallery_classic #area_main div.textbox
{
    padding: 0 0 64px 16px;
}
body.pxtc_class_imagelist div.gallery_item,
body.pxtc_class_imagelist div.gallery_item,
body.pxtc_class_serp      div.gallery_item,
body.pxtc_class_lightbox  div.gallery_item,
body.pxtc_class_lightbox  div.gallery_item:hover
{
    width: 176px;
    height: 200px;
    text-align: left;
    margin: 20px 8px 0 0;
    overflow: hidden;
    float: none;
    display: inline-block;
    border: 2px solid #dadada;
    background: #efefef;
    cursor: default;
    vertical-align: top;
}

    body.pxtc_class_imagelist div.gallery_item div.picture,
    body.pxtc_class_lightbox  div.gallery_item div.picture
    {
        display: block;
        width: 100%;
        height: 120px;
        margin: 0;
        border: 0;
        background-size: contain;
        background-color: #fff;
    }


        body.pxtc_class_imagelist div.gallery_item div.picture a,
        body.pxtc_class_imagelist div.gallery_item div.picture img,
        body.pxtc_class_lightbox  div.gallery_item div.picture a,
        body.pxtc_class_lightbox  div.gallery_item div.picture img
        {
            width: 100%;
        }

        body.pxtc_class_imagelist div.gallery_item div.label,
        body.pxtc_class_lightbox  div.gallery_item div.label
        {
            padding: 4px;
            position: static;
            color: #505050;
            width: auto;
        }

body.pxtc_class_lightbox  a.lb {
    text-shadow: 0px 1px 1px white, 0 -1px 0px white;
}
/* ========================================================================================= */
/* .pxtc_class_serp -- Suchergebnisse */

    body.pxtc_class_serp #content #area_main {
        padding-bottom: 64px;
    }
    body.pxtc_class_serp div.picture
    {
        background-color: #e4e4e4;
        width: 216px;
        height: 144px;
        background-size: contain;
        margin: 9px;
        border: 1px solid #cccccc;
    }
        body.pxtc_class_serp div.picture:hover {
            border-color: #aaaaaa;
        }

    body.pxtc_class_serp #navi_actions {
        text-align: left;
        margin-left: -10px;
    }
/* ========================================================================================= */
/* /Registrierung -- Registrierungsformular */

body.pxtc_class_register #area_left {
    position: static;
    height: auto;
}
/* ========================================================================================= */
/* /Infoseiten/AGB */
body#pxtc_page_383 div.textbox, /* Impressum */
body#pxtc_page_472 div.textbox, /* AGB */
body#pxtc_page_472 div.textboxx /* Dummy */
{
    color: #000;
}
body#pxtc_page_472 div.textbox /* AGB */
{
    line-height: 1.4;
}


/* ========================================================================================= */
/* .pxtc_class_checkout -- Kassenvorgang */

.pxtc_class_checkout {

}
    .pxtc_class_checkout #area_left,            /* Kasse */
    .pxtc_class_checkout_summary #area_left,    /* Kasse Bestätigung */
    .pxtc_class_download #area_left,            /* Download page #552 */
    .pxtc_class_contact #area_left,             /* Kontakt page #170 */
    .pxtc_class_download #area_left             /* dummy */
    {
        position: static;
        height: auto;
    }


/* ========================================================================================= */
/* Spezialität Startseite */

.sepastartpagegallerylink,
.sepastartpagegallerylink:link,
.sepastartpagegallerylink:active,
.sepastartpagegallerylink:hover,
.sepastartpagegallerylink:focus,
.sepastartpagegallerylink:visited
{
    color: inherit;
    display: block;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: .25em;
    height: 100%;
    text-decoration: none;
}

    .sepastartpagegallerylink:hover,
    .sepastartpagegallerylink:focus
    {
        border-bottom-color: #e62484;
    }
    .sepastartpagegallerylink * {
        color: #333;
        text-decoration: none;
    }

/* Fotos mit bestimmten Keywords hervorheben */

.pxtc_workspace .picture.FTP1 { border-left: 1px solid red; border-right: 1px solid red; }
.pxtc_workspace .picture.APA1 { border-top: 1px solid green; }
.pxtc_workspace .picture.EURO1 { border-bottom: 1px solid blue; }
