@charset "UTF-8";
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800,700italic,800italic);*/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700,900);
/*@import url(https://fonts.googleapis.com/css?family=Palanquin:400,500,100,200,300,700,600);*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,700,200);*/
* {
font-family: 'Source Sans Pro', sans-serif;
/*font-family: 'Palanquin', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
}
body {
background-color: #2c2c2c;
font-family: 'Source Sans Pro', sans-serif;
/*font-family: 'Source Sans Pro', arial, helvetica, clean, sans-serif;*/
font-size:14px;
font-weight: 400;
color:#ffffff;
}
.bodyfix {overflow: hidden;}
a {
color:#eeeeee;
}
h1 {
font-size:20px;
}
.logo {
position: absolute;
top: 30px;
left:70px;
z-index: 9;
max-width: 323px !important;
width: 100%;
}



#loginButton {
position: absolute;
/*top:0px; */
top:58px;
right:0px;
z-index: 999}
.prembutton {margin-top:8px !important; position: fixed !important; top:0px; right:0px; z-index: 9999}
.btn {
border-radius: 3px;
padding: 10px 14px;
display: block;
text-decoration: none !important;
font-size:16px;
font-weight: 400;
cursor: pointer;
text-align: center;
}
.btn .fa {
font-size:13px;
margin: 0 5px;
}
.btn.red {
background: #fa5949; /* Old browsers */
background: -moz-linear-gradient(top,  #fa5949 0%, #ec4433 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa5949), color-stop(100%,#ec4433)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fa5949 0%,#ec4433 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fa5949 0%,#ec4433 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5949', endColorstr='#ec4433',GradientType=0 ); /* IE6-9 */
color:#ffffff;
text-shadow:  0px -1px #b82f24;
}
.btn.blue {
background: #0069b0; /* Old browsers */
background: -moz-linear-gradient(top,  #007ed2 0%, #0069b0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007ed2), color-stop(100%,#0069b0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #007ed2 0%,#0069b0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #007ed2 0%,#0069b0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ed2', endColorstr='#0069b0',GradientType=0 ); /* IE6-9 */
color:#ffffff;
text-shadow:  0px -1px #005892;
}
.topheadline {
padding: 17px 63px;
text-align: center;
background-color:#95000e;
font-size: 19px;
}
.introimg {
box-shadow: 0px 10px 20px rgba(0,0,0,0.8);
}
.introimg .introslider .img2,
.introimg .introslider .img3,
.introimg .introslider .img4 {
position: absolute;
top:0;
left: 0;
opacity: 1;
margin:0;
/*-webkit-transition: opacity 1.2s linear;*/
/*-moz-transition: opacity 1.2s linear;*/
/*-o-transition: opacity 1.2s linear;*/
/*transition: opacity 1.2s linear;*/
/*-webkit-transition-delay: 3s, 3s;*/
/*-moz-transition-delay: 0.2s, 0.2s;*/
/*-o-transition-delay: 0.2s, 0.2s;*/
/*transition-delay: 0.2s, 0.2s;*/
}
.shade {
position: absolute;
top:0;
left:0;
width:50%;
height:100%;
z-index: 8;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.75+0,0+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.bx-wrapper {
position: absolute;
top:0;
left: 0;
}
.introtextposition {
position: absolute;
bottom:30px;
left: 70px;
}
.introtext {
text-shadow:  0px 1px rgba(0,0,0,0.7);
text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}
.introtext h1 {
font-size:50px;
margin-bottom:28px;
position: relative;
z-index: 9;
}
.introtext .btn {
font-size: 24px;
padding: 16px 32px 19px;
position: relative;
z-index: 9;
display:inline-block;
}
.introtext h2 {
font-size: 24px;
margin-bottom:40px;
position: relative;
z-index: 9;
}
.showtext {
text-shadow:  0px 1px rgba(0,0,0,0.7);
text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}
.showtext h1 {
font-size:50px;
margin-bottom:28px;
position: relative;
z-index: 9;
}
.showtext .btn {
font-size: 24px;
padding: 16px 32px 19px;
position: relative;
z-index: 9;
display:inline-block;
}
.showtext h2 {
font-size: 24px;
margin-bottom:40px;
position: relative;
z-index: 9;
}

.wingraphic {
    position: fixed;
    top: 0px;
    right: -40px;
    z-index: 9999;
}

@media (max-width: 767px) {
    .logo {
    position: absolute;
    top: 13px;
    /*left:17px;*/
    z-index: 999;
    /*max-width: 210px !important;*/
    height: 50px;
    max-width: auto;
    width: auto;
    }
    .introimg {
    /*min-height: 200px;*/
    }
    .introimg img {
    width:100%;
    /*margin-left:-20%;*/
    }
    .introtext {
    bottom:20px;
    left:0px;
    text-align: center;
    }
    .introtext h1 {
    font-size:20px;
    margin-bottom:25px;
    }
    .introtext .btn {
    font-size: 16px;
    padding: 16px 32px 19px;
    }
    .introtext h2 {
    font-size: 16px;
    margin-bottom:20px;
    }
    .metainfo {
    position: relative !important;
    margin:0 auto;
    }

    .wingraphic {
        position: fixed;
        top: 280px;
        right: -40px;
        z-index: 9999;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .introtext {
    bottom:40px;
    }
    .introtext h1 {
    font-size:30px;
    margin-bottom:35px;
    }
    .introtext .btn {
    font-size: 18px;
    padding: 16px 32px 19px;
    }
    .introtext h2 {
    font-size: 18px;
    margin-bottom:40px;
    }
    .wingraphic {
        position: fixed;
        top: 250px;
        right: -40px;
        z-index: 9999;
    }
}
@media (min-width: 1025px) {}

.featurecontent {
background:url('../img/img/bgpattern.gif') top left repeat;
}
.featurebox {
text-align: center;
margin-top: 60px;
margin-bottom: 60px;
font-weight: 400;
}
.featurebox img {
margin: 0px 0 20px;
}
.featurebox strong {
text-transform: uppercase;
color:#f5392e;
display:block;
font-size: 18px;
margin-bottom:10px;
}
.featurebox strong.second {
color:#ffffff;
}
.featurebox span {
color:#848484;
font-size:16px;
line-height: 22px;
}
.footer {
padding: 30px 0;
background-color: rgba(0,0,0,0.7);
}
.footer .footer_content {
line-height: 24px;
/*border-left: 1px solid #272727;*/
/*border-right: 1px solid #272727;*/
}
.footer.small {
position: fixed;
bottom: 0;
height: 14px;
padding: 9px 0;
opacity: 0.6;
width: 100%;
}
.footer a {
text-decoration: none;
}
.footer a.fa {
background-color: #0f7782;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.footer a.fa:hover {
background-color: #1acadd;
}
.modal::before {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
bottom: 0;
content: "";
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 99999;
}
.modal.active::before {
display: block;
}
.modal.active .modal-dialog {
top: 10%;
transform: translate(0px, 0px);
}
.modal-dialog {
background-color: #ffffff;
border-radius: 5px;
left: 50%;
margin-left: -400px;
position: fixed;
top: -100%;
transform: translate(0px, -500%);
transition: transform 0.3s ease-out 0s;
width: 800px;
z-index: 999999;
}
@media only screen and (min-width: 752px) and (max-width: 997px) {
    .modal-dialog {
    margin-left: -45%;
    top: 5%;
    width: 90%;
    }
    .modal.active::before {
    display: block;
    }
    .modal.active .modal-dialog {
    top: 5%;
    transform: translate(0px, 0px);
    }
}
.btn-close {
color: #ccc;
cursor: pointer;
font-size: 31px !important;
position: absolute;
right: -18px;
text-decoration: none;
top: -21px;
}
@media only screen and (max-width: 751px) {
    .modal-dialog {
    border-radius: 0;
    left: 0;
    margin-left: 0;
    top: 0;
    width: 100%;
    }
    .modal.active::before {
    display: block;
    }
    .modal.active .modal-dialog {
    bottom: 0;
    overflow-y: auto;
    top: 0;
    transform: translate(0px, 0px);
    }
    .btn-close {
    right: 11px;
    top: 6px;
    }
}
.modal-body {
background-color: #fff;
color: #464646;
font-size: 14px;
line-height: 20px;
padding: 10px 29px;
font-family: 'Source Sans Pro', sans-serif;
}
.modal-body .numberline {
display: block;
font-size: 22px;
font-weight: 700;
margin: 9px 0;
}
.modal-body .callinfo {
min-height: 178px;
padding: 5px 19px 12px;
}
.modal-body .codeForm {
margin-top: 20px;
}
.modal-body .hostinfo {
margin-top: 5px;
}
.modal-body .hostinfo div span {
background-color: rgba(0, 0, 0, 0.05);
display: block;
margin: 0 1px 1px;
overflow: hidden;
padding: 6px;
white-space: nowrap;
}
.modal-body .hostinfo .arrow {
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-family: FontAwesome !important;
height: 98px;
}
.modal-body .hostinfo .arrow.left::after, .modal-body .hostinfo .arrow.right::after {
left: 5px;
position: absolute;
top: 39px;
}
.modal-body .hostinfo .arrow.left::after {
content: "";
}
.modal-body .hostinfo .arrow.right::after {
content: "";
}
.modal-body .hostinfo .arrow:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
color: #464646;
padding: 33px 29px 10px;
}
.modal-footer {
color: #464646;
padding: 19px 29px 27px;
}
.modal-header h1 {
font-weight: 300;
font-size: 30px;
margin-bottom:4px;
font-family: 'Source Sans Pro', sans-serif;
}
.modal-header h2 {
font-weight: 600;
font-size: 30px;
font-family: 'Source Sans Pro', sans-serif;
}
.modal-header a, .modal-footer a {
color: #464646;
}
.modal-header {
/*border-bottom: 1px solid #e6e6e6;*/
font-size: 22px;
}


@media only screen and (max-width: 751px) {

    .modal-header {
    font-size: 16px;
    }

}
.modal-footer {
/*border-top: 1px solid #e6e6e6;*/
/*text-align: center;*/
}
#close {
display: none;
}
.modal-dialog * {font-family: 'Source Sans Pro', sans-serif;}
.modal-dialog small {font-weight: 200}
.modal-dialog a {text-decoration: underline}
.modal-dialog p {padding: 11px 0}
.modal-dialog .btn {font-size: 25px; font-weight: 400px; padding: 15px 31px;}
.listhead {
font-size:20px;
font-weight: 200;
font-family: 'Source Sans Pro', sans-serif;
}
.check-red-small {
background:url('img/check_red_2.png') top center no-repeat;
height: 26px;
}
.check-green-small {
background:url('img/check_green_2.png') top center no-repeat;
height: 26px;
}
.feature-head {
border-bottom:1px solid rgba(0,0,0,0.2);
padding: 12px 0 14px;
}
.feature {
border-bottom:1px solid rgba(0,0,0,0.2);
padding: 8px 0 6px;
/*height:25px;*/
}
.feature-head div:nth-child(2),
.feature-head div:nth-child(3),
.feature div:nth-child(2),
.feature div:nth-child(3)	{ text-align: center}
/** added by sk */
/*
.grid-5 img, .mobile-grid-5 img, .tablet-grid-5 img, .grid-10 img, .mobile-grid-10 img, .tablet-grid-10 img, .grid-15 img, .mobile-grid-15 img, .tablet-grid-15 img, .grid-20 img, .mobile-grid-20 img, .tablet-grid-20 img, .grid-25 img, .mobile-grid-25 img, .tablet-grid-25 img, .grid-30 img, .mobile-grid-30 img, .tablet-grid-30 img, .grid-35 img, .mobile-grid-35 img, .tablet-grid-35 img, .grid-40 img, .mobile-grid-40 img, .tablet-grid-40 img, .grid-45 img, .mobile-grid-45 img, .tablet-grid-45 img, .grid-50 img, .mobile-grid-50 img, .tablet-grid-50 img, .grid-55 img, .mobile-grid-55 img, .tablet-grid-55 img, .grid-60 img, .mobile-grid-60 img, .tablet-grid-60 img, .grid-65 img, .mobile-grid-65 img, .tablet-grid-65 img, .grid-70 img, .mobile-grid-70 img, .tablet-grid-70 img, .grid-75 img, .mobile-grid-75 img, .tablet-grid-75 img, .grid-80 img, .mobile-grid-80 img, .tablet-grid-80 img, .grid-85 img, .mobile-grid-85 img, .tablet-grid-85 img, .grid-90 img, .mobile-grid-90 img, .tablet-grid-90 img, .grid-95 img, .mobile-grid-95 img, .tablet-grid-95 img, .grid-100 img, .mobile-grid-100 img, .tablet-grid-100 img, .grid-33 img, .mobile-grid-33 img, .tablet-grid-33 img, .grid-66 img, .mobile-grid-66 img, .tablet-grid-66 img {
width: 100%;
}
*/
.img1 {animation: 30s linear 0s normal none infinite running startimg1;}
.img2 {animation: 30s linear 0s normal none infinite running startimg2;}
.img3 {animation: 30s linear 0s normal none infinite running startimg3;}
.img4 {animation: 30s linear 0s normal none infinite running startimg4;}
@keyframes startimg1 {
0% { opacity: 0;}
1% {opacity: 1;}
24% {opacity: 1;}
25% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes startimg2 {
0% { opacity: 0;}
24% {opacity: 0;}
25% {opacity: 1;}
50% {opacity: 1;}
51% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes startimg3 {
0% { opacity: 0;}
50% {opacity: 0;}
51% {opacity: 1;}
74% {opacity: 1;}
75% {opacity: 0;}
100% {opacity: 0;}
}
@keyframes startimg4 {
0% { opacity: 0;}
74% {opacity: 0;}
75% {opacity: 1;}
99% {opacity: 1;}
100% {opacity: 0;}
}
.hovermenue {
position: fixed;
left: -250px;
top:0;
z-index: 10000;
background-color: rgba(0,0,0,0.9);
width:250px;
height:100%;
transition: all 0.5s ease;
}
@media (min-width: 1025px) {
    /*body {padding-left:250px;}*/

    .wrapall {
    position: relative;
    }
    .hovermenue {
    left:0px;
    }
    .toggler {display:none !important;}
}

.hovermenue a.menueitem {
display: block;
width: 220px;
padding: 18px 15px;
/*border-top:1px solid rgba(255,255,255,0.13);*/
border-bottom:1px solid rgba(255,255,255,0.13);
text-decoration: none;
}
.hovermenue a.menueitem:after {
content: '\f105';
font-family: fontawesome;
float: right;
}
.hovermenue a.menueitem:nth-child(3) {
border-top:1px solid rgba(255,255,255,0.13);
}
.hovermenue a.menueitem:hover {
background-color: rgba(255,255,255,0.1);
}
.hovermenue a.menueitem.active {
background-color: rgba(210,23,33,0.9);
cursor: default;
}
.hovermenue a.menueitem.active:after {
content: '\f101';
font-family: fontawesome;
float: right;
}
.hovermenue .toggler {
display:block;
position: absolute;
left: 250px;
top:0;
z-index: 999;
background-color: rgba(210,23,33,0.9);
width:56px;
height:52px;
cursor: pointer;
transition: all 0.3s ease;
}
.hovermenue .toggler .fa {
padding: 15px 18px;
font-size: 19px;
}
.hovermenue:hover .toggler {
/*background-color: rgba(0,0,0,0.7);*/
/*transition: all 0.3s ease;*/
}
div#menue:target {
/*-webkit-transform: translate(0px,0px); -moz-transform: translate(0px,0px); -ms-transform: translate(0px,0px); -o-transform: translate(0px,0px); transform: translate(0px,0px);*/
}
.premium_logo {
background:url('img/premium_logo.png') top center no-repeat;
width: 166px; height: 66px;
margin: 20px 0 40px 35px;
}
.hovermenue:hover{
/*-webkit-transform: translate(250px,0px); -moz-transform: translate(250px,0px); -ms-transform: translate(250px,0px); -o-transform: translate(250px,0px); transform: translate(250px,0px);*/
}
.userbuttons {
position: absolute;
bottom:20px;
left:20px;
}
.buttonquad {
width: 34px;
height: 24px;
background-color: #db0914;
color:#ffffff;
border-radius: 3px;
padding-top: 9px;
text-align: center;
float:left;
margin:0 8px 0 0;
cursor: pointer;
text-decoration: none;
}
.buttonquad:hover {
background-color:#b00009 ;
}
.buttonquad.logout:after{
content: '\f011';
font-family: fontawesome;
}
.buttonquad.user:after{
content: '\f007';
font-family: fontawesome;
}
h1.headline 						{padding: 16px; }
.headlinebg							{background-color: #000000; position: fixed; top:0; left:0; width:100%; z-index: 9999; }
.headline_mid							{background-color: #000000; width:100%; z-index: 99; }
.headlinebgtransp					{background-color: rgba(0,0,0,0.3); position: fixed; top:0; left:0; width:100%; z-index: 99; }
div#tvgirls 						{background-color: #000000;  position: absolute; top:0; z-index: 99999999; width: 100%;}
#tvgirls h1 						{font-size:20px; padding: 17px; font-weight: normal;}
div.tvgirl_host						{ background-color:#3c0000; position: relative}
div.tvgirl_name						{ position:absolute; z-index:1; width:320px; height:25px; left:5px; bottom:5px; padding-top:6px; background:url('/static/vx/1053/tvgirls_namebg.png') top left repeat-y; text-align:center; }
div.tvgirl_name a					{ font-size:18px; line-height:18px; margin:0; padding:0; }
div.tvflags							{ position:absolute; z-index:2; left:14px; bottom:14px; height:12px; }
div.tvflags	img						{ float:left; margin-right:3px;}
div.tvgirl_on						{ position:absolute; z-index:3; right:10px; top:10px; }
div.tvgirl_host a img				{ width:100%; }
.media-4 {
background-color: @bgcolor4;
margin-bottom:1px;
overflow:hidden; /* für overicon rechts */
position: relative;
}
.media-4 .fa-circle {
position: absolute;
top:10px;
right:10px;
color:lime;
z-index: 999;
}
.media-4 .coverimg  {
line-height: 29px;
cursor: pointer;
}
.media-4 .img {
position: relative;
padding: 75px 0;
display: block;
text-align: center;
text-decoration: none;
font-size:19px;
color:#ffffff;
white-space: nowrap;
overflow: hidden;
text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.media-4 .img img {
position: absolute;
top:0;
left: 0;
}
.media-4 .starttime {font-size:60px; font-weight: 300}
.metainfo 							{/* position:absolute; right:0px; */width:220px; /*top:15%;*/ margin:0 auto; z-index: 999; }
.metainfo h4						{ display:none; background:url(/static/vx/1053/streammetainfos/head_bg.png) repeat transparent; /*display:block;*/ padding: 14px 0 14px 10px; font-size:18px; margin: 10px 0 0 0; color:#ffffff}
.metainfo .meta-infogroup           { margin: 10px 0;}
.metainfo .meta-host 				{ font-size:22px; color:#db0914; display:block; margin:10px 0 8px 5px;overflow:hidden; white-space:nowrap; font-weight:bold; }
.metainfo .meta-sestit 				{ font-size:13px; color:#ffffff;font-style:italic; display:block; margin:0px 8px 4px 5px; }
.metainfo .meta-hostimg				{ display:block; margin:10px 0 0 0px; width:210px; /*height:113px;*/ overflow:hidden; position:relative}
.metainfo .meta-hostimg	img			{ display:block; width:210px; /*height:150px;*/ }
.metainfo .meta-hostimg	span		{ position:absolute; top:4px; right:5px; z-index:9}
.metainfo .meta-chat				{ display:block; width:210px; padding: 14px 0; text-align:center; font-size:20px; margin: 5px 0 10px; color:#ffffff;
background-color: #db0914;
color:#ffffff;
border-radius: 3px;
text-align: center;
cursor: pointer;
text-decoration: none;}
.metainfo .meta-price				{ display:block; text-align:right; margin:-9px 10px 0 0 ; font-size:11px; color:#646464 }
.metainfo .meta-smallvid			{ display:block; margin:8px 13px 0 0px; width:95px; height:72px; float:left; position:relative}
.metainfo .meta-smallvid img		{ display:block; margin:0; width:102px; /*height:72px;*/}
.metainfo .meta-smallvid .btn_play 	{ position:absolute; top:15px; left:28px; z-index:9}
/*.metainfo .meta-textpfeil			{ background:url(/static/vx/1053/streammetainfos/text_pfeil.png) no-repeat transparent; display:block; width:230px; height:94px; margin: -8px 0 0 4px; position:relative}*/
.metainfo .meta-textprobieren		{ background:url(/static/vx/1053/streammetainfos/text_probieren.png) no-repeat transparent; display:block; width:193px; height:29px; margin: 0px 0 0 4px; position:relative}
.metainfo .ta_online				{position:absolute; left:119px; top:-34px;}
.metainfo .ta_online img{width: inherit; height: inherit; margin: inherit;}
/* --- toggle menue --- */
#steuerung {
transition: all 0.3s ease;
-webkit-transform: translate(0px,0px); -moz-transform: translate(0px,0px); -ms-transform: translate(0px,0px); -o-transform: translate(0px,0px); transform: translate(0px,0px);
}
#nav-menue:target #steuerung {
-webkit-transform: translate(250px,0px); -moz-transform: translate(250px,0px); -ms-transform: translate(250px,0px); -o-transform: translate(250px,0px); transform: translate(250px,0px);
}
#nav-menue:target .menue-button-beschr-open {
display: none ;
}
#nav-menue:target .menue-button-beschr-close {
background-color: rgba(255,0,0,0.9);
transition: all 0.3s ease;
}
.menue-button-beschr-close .fa-times {
padding: 15px 21px !important;
}
#vxmodalbox_overlay {background-color: #000000;}
#vxmodalbox .btn_close {
background: transparent url('http://static1.visit-x.net/static/includes/images/VXModalBox/btn_close.png') top left no-repeat;
position: absolute;
top: -2px;
right: 0px;
height: 35px;
width: 35px;
}
.programmplan .box_s { position: relative;}
.programmplan .box_s img {width: 100%; }
.programmplan .box_s img {width: 100%; }
