@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


* { box-sizing: border-box; }

body {
    font: 200 1em/1.4 'Open Sans', Helvetica, Verdana, sans-serif;
    color: #333;
    background: #f0f0f0;
    margin: 0;
}


/* ---- navigation ---- */
.sidr {
    display: none;
    width: 260px; height: 100%;
    position: fixed;
    padding-top: 70px;
    overflow-y: auto;
    background: #610061;
    background: rgba(97, 0, 97, 0.85);
    top: 0;
    z-index: 9;
    text-align: left;
}

.sidr ul { background-color: #610061; border: 0px solid #420142; }
.sidr ul li { position: relative; border: 0px solid #420142; padding: 10px 0; }
.sidr ul li:hover { background-color: #390039; }
.sidr ul li { position: relative; border-bottom: 1px solid #fdf4dd !important; }
.sidr ul li a { font-size: 20px; margin: 0px 15px; padding: 0px; display: block; color: #fdf4dd;  text-decoration: none; }
#sidr-id-sidr_log_in { display: none; }
.sidr ul li span .menu-txt { float: left; }
.sidr span.funicon { display: none; }

.static_header {
    width: 100%; height: 64px; background: #610061;
    left: 0; top: 0; position: fixed; z-index: 10;
    border-bottom: 1px solid #ffb503;
}
.static_header a { color: #fdf4dd; text-decoration: none; }
.header_btn_wrap {
    position: relative;
    width: 100%;
    /* max-width: 1160px; */
    margin: 0 auto;
}

#fd-logo {
	position: absolute;
    top: 7px; left: 0px;
	height: auto; width: 225px;
}

.off_canvas_btn {
    cursor: pointer;
    /* font-size: 26px !important; */
    margin-right: 0; margin-top: 0;
    position: absolute;
    right: 20px; top: 20px;
}
.off_canvas_btn.hide { display: none; }
.off_canvas_btn a {
    /* width: 48px; height: 48px; */
    width: 35px; height: 35px;
    display: inline-block;
    color: #fdf4dd;
    text-align: center;
}

#main_navi {
    display: none;
    float: right;
    font-size: 14px;
    /* margin-right: 2%; */
	margin-top: 18px;
    list-style-type: none;
}
#main_navi li {
	float: left;
	padding: 0 12px;
}

#main_navi li .active {
	color: #fdf4dd;
    background: #793772;
}

.arrow_r { background-image: url("../img/pfeil-rechts.png"); background-position: 93% 18px; background-repeat: no-repeat; background-size: 6px; }
.clear { clear: both; }
.mobilLi_spacer { line-height: 48px; }


/* Navigation Desktop (sidr Klassen ueberschreiben) */
/* ----------------------------------------------- */
.nosidr #main_navi {
    display: block;
    float: left;
    /* margin-left: 250px; */
	margin-left: 350px;
}

.nosidr ul {
    padding-top: 6px;
}
.nosidr li a {
    padding: 10px 8px;
    border: 1px solid transparent;
}
.nosidr ul li a:hover {
    border: 1px solid #793772;
}
li i { margin-right: 5px; }
/* ---- navigation ---- */

.fnd_button,.fnd_button_s, .sidr-class-fnd_button {
	width: 50%;
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0,0,0,.2);
    color: #fff;
    font-weight: 300;
    text-align: center;
    transition: all 80ms ease;
}

.fnd_button, .sidr-class-fnd_button {
    max-width: 600px;
    font-size: 24px;
    padding: 7px 17px;
}

.fnd_button_s {
    max-width: 300px;
    line-height: 22px;
    padding: 4px 10px;
	margin-top: 15px;
}

.sidr-class-fnd_button {width: 90%; }

.btn_blue, .sidr-class-btn_blue {
    background: #1559A2;
}
.btn_blue:hover, .sidr-class-btn_blue:hover {
	background: #287ee0;
	text-decoration: none;
}

.sidr_open, .sidr-class-sidr_open {
   margin-top: 30px;
   margin-left: 10px;
   font-size: 18px;
}

.sidr .sidr_open, .sidr .sidr-class-sidr_open {
   display: block;
}

.nosidr .sidr_open {
   display: none;
}
/* ------------------------ */




@media (min-width: 769px) {
    .static_header {
        background: #610061;
        height: 64px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #ffb503;
    }
}

@media (max-width:1200px) {
    /* #logo_link {left: 10px;} */
	.anml-btn {display: none;}
    .header_btn_wrap {margin-left: 10px;}

	p {
		font-size: 1.0em;
		line-height: 1.2em;
	}
}

@media (min-width: 768px) {
    .static_header {
        background: #610061;
        height: 64px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #ffb503;
    }
	.fnd_button_s{display:none;}
}






/* burger menu */
#responsive-menu-button {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#responsive-menu-button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f6e3b6;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#responsive-menu-button span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#responsive-menu-button span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#responsive-menu-button span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}


#responsive-menu-button span.open:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 1px;
}

#responsive-menu-button span.open:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#responsive-menu-button span.open:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 1px;
}











.static_header {
    width: 100%;
    height: 64px;
    background: #610061;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid #ffb503;
}

.static_header a {
    color: #fdf4dd;
    text-decoration: none;
}

h1, h2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 { font: 400 1.6em/1.2 'Open Sans', Helvetica, Verdana, sans-serif; }
h2 { font: 400 1.4em/1.2 'Open Sans', Helvetica, Verdana, sans-serif; }
h3 {
    color: #ffffff;
    font-size: 1.4em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0;
}
h1, h2, p, .txt-norm, .header_btn_wrap, .sizer, .banner, .ad-container, .sub {
    max-width: 1160px;
}

.h-center { text-align: center; }

p {
    font-size: 1.0em;
    font-weight: 100;
    text-align: left;
    margin: 5px; auto;
}

p .txt-bright {color:#fff}

p a {color:#1559A2; font-weight:700;}
p a:hover {color: #5f2959;}

p b {font-weight:700;}

.nopadding {
    padding: 0;
    margin: 0
}

.clear { clear: both; }

.teaser a img {width: 100%;}

/*
.anml-btn {
    color: #fdf4dd;
    float: right;
    border: 1px solid #fdf4dd;
    margin-top: 10px;
    margin-right: 90px;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fdf4dd;
    background: transparent;
    text-decoration: none;
}
*/
.anml-btn {
    color: #fdf4dd;
    float: right;
    border: 1px solid #fdf4dd;
    margin-top: 12px;
    margin-right: 8%;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    text-decoration: none;
}




.anml-btn:hover {
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #793772;
}

button {
    margin: 0;
    font: inherit;
    color: inherit;
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn_blue {
    background: #1559A2;
}

.btn_blue:hover {
    background: #287ee0;
    text-decoration: none;
}

.fnd_button, .fnd_button_s {
	width: 50%;
    border: none;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0,0,0,.2);
    color: #fff;
    font-weight: 300;
    text-align: center;
    transition: all 80ms ease;
}

.fnd_button {
    max-width: 600px;
    font-size: 24px;
    padding: 7px 17px;
}

.fnd_button_s {
    max-width: 300px;
    line-height: 22px;
    padding: 4px 10px;
	margin-top: 15px;
}







.txt-sub {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0 0 15px 0;
}

.txt-norm, .txt-sub-head {
    font-size: 22px;
    text-align: center;
    margin: auto;
}

.txt-bright {color: #fff;}
.txt-dark {color: #5f2959;}
.txt-sub-head {text-align: left;}
.txt-bold {font-weight: 600;}

.h-bright {
    width: 100%;
    color: #fff;
    background-color: #5f2959;
    border-bottom: 1px solid #fff;
}

.h-dark {
    width: 100%;
    color: #5f2959;
    border-bottom: 1px solid #5f2959;
}

.txt-thumb {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row-spacer-20 {padding: 10px 0;}
.row-spacer-30 {padding: 15px 0;}
.row-spacer-70 {padding: 35px 0;}

.container, .container-fluid .row {max-width: 1160px;}
.container {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid { background-color: #5f2959; }

.container-bg {
    position: relative;
    width: 100%;
    background-color: #5f2959;
    padding: 20px 0;
}

.banner {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

.banner img, .banner video, .banner mjpeg_wrapper {
    width: 100%;
    height: auto;
}

/* ---- grid ---- */
.grid-sizer {width: 100%;}
.grid {margin: 0 auto;}
.sizer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */
.grid-item {
    width: 216px;
    height: 216px;
    margin-bottom: 12px;

    float: left;
    background: #5f2959;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.grid-item-x2 {
    width: 444px;
    height: 444px;
}

.grid-item img {
    width: 100%;
    height: auto
}

.grid-item-x3 {
    width: 568px;
    height: auto;
    padding: 0 5px;
}

.gradient-bottom {
    position: relative;
    width: 100%;
    height: 120px;
    left: 0px;
    bottom: 120px;
    text-align: center;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    transition: all 200ms ease-in-out;
}

.grid-item .nick {
    position: absolute;
    width: 100%;
    bottom: 12px;
    color: #ffffff;
    font-size: 18px;
}

.overlay, .overlay-static {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 6px;
}

.overlay-static {display: block;}

.border-hover {
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
}


/* footer */
footer {
    position: relative;
    top: 40px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
}
footer a {color: #5f2959}

#impressum, #jusprog {
    float: left;
    width: 50%;
    height: 50px;
    font-size: 12px;
    text-align: left;
    padding: 5px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
}

#jusprog_img {margin-left: -78px;}
/* footer */


/* starshow counter */
DIV.showcounter {
    /* background-color: #5f2959; */
    padding: 2px 5px 5px 5px;
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    /* color: #fff; */
    text-align: center;
    line-height: normal;
}

DIV.showcounter DIV.showcounter_time {
    float: left;
    text-align: center;
    display: block;
}

DIV.showcounter .showcounter_clock {
    display: inline-block;
}

DIV.showcounter .showcounter_camislive {
    float: left;
}

DIV.showcounter .showcounter_head {
    float: left;
    font-size: 34px;
    margin-right: 20px;
    margin-top: 4px;
}

DIV.showcounter .showcounter_date {
    float: left;
    font-size: 37px;
}

DIV.showcounter .showcounter_subdate {
    float: left;
    font-size: 10px;
    margin-right: 5px;
    margin-top: 30px;
}

DIV.showcounter .showcounter_btn {
    position: relative;
    float: right;
    min-width: 120px;
    padding: 0 10px;
    /* font-family: 'Open Sans',Verdana,Arial,sans-serif; */
    font-size: 15px;
    height: 30px;
    margin-top: 5px;
}
/* ------ starshow counter ------ */

/* display/hide item for ending */
@media (max-width: 1174px) {
    /* .grid-item:last-child{ display:none; } */
    .grid-item:nth-last-child(-n+2) {display:none;}
}
@media (max-width: 719px) {
    .grid-item:nth-last-child(-n+3) {display:none;}
}


@media (min-width: 768px) {
    .static_header {
        background: #610061;
        height: 64px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        text-align: right;
        border-bottom: 1px solid #ffb503;
        box-shadow: 0px 0px 8px #222;
    }
}

@media (max-width: 768px) {
    .anml-btn {display: none;}
    .fnd_button {width: 90%;}
    .gradient-right {
        display: block;
    }

    #impressum, #jusprog {
        clear: left;
        width: 100%;
        text-align: center;
    }

    #jusprog_img {margin-left: 0}

    /* Counter */
    .counter-head {
        float: none;
        font-size: 26px;
    }

    div#clock {
        padding-top: 0px;
    }

    div#clock span {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 615px) {
    DIV.showcounter DIV.showcounter_time, DIV.showcounter .showcounter_head {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 668px) {
    .fd-free-close { display: none; }
}

@media (max-width: 718px) {
    .grid-item, .grid-item-x2 {
        width: 216px;
        height: 216px;
    }
}

@media (max-width: 505px) {
    .grid-item, .grid-item-x2 {
        width: 160px;
        height: 160px;
        margin-bottom: 6px;
    }

    .grid-item .nick {
        bottom: 5px;
        font-size: 0.8em;
    }

    .grid-item .title {
        bottom: 5px;
        font-size: 1em;
    }
}

@media (max-width: 420px) {
    .fnd_button, .sidr-class-fnd_button {
        font-size: 20px;
        font-weight: 600;
    }

    DIV.showcounter .showcounter_date {
        font-size: 28px;
    }

    DIV.showcounter .showcounter_head {
        font-size: 24px;
    }

    DIV.showcounter .showcounter_subdate {
        margin-top: 19px;
    }

    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    h2 {padding: 5px 0 6px 0;}
    .row-ad {padding: 0px 0 10px 0;}
    .txt-norm {font-size: 18px;}
    .sub {
        font-size: 1.1em;
        line-height: 1.2em;
    }
}
