<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.strike-red {
    position: relative;
}

.strike-red:after{
    content: '';
    border-bottom: 2px solid red;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.cam_overlay {
  position: fixed; width:760px; height:462px; left: 50%; margin-left: -380px; top: 50%; margin-top: -280px;
  z-index: 10004;
}
.cam_overlay_background {
  z-index: 10003;
  position: fixed; width: 100%; height: 100%; background-color: #000;
  opacity: 0.5; filter: alpha(opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  left:0;
  top:0;
}
.cam_layer {
  color: #fff; width:760px; height:462px; position:relative;
}
.cam_layer_ng {
    color: #fff !important;
    width:645px;
    height:462px;
    position:relative;
}
div.cam_layer_ng div {
    color: #fff;
}
.cam_layer_bg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
  z-index:111;
  position:absolute; bottom:0px; left:230px; height:340px; width:530px;
  background-color: #333;
  background: linear-gradient(to bottom, #000 0%, #111 40%,#555 100%);
  *background:url(/grafik_overlay/gradient.png) bottom repeat-x;
}
.cam_layer_ng &gt; .cam_layer_bg {
    left: 115px;
}
.cam_girl {
  z-index:999; position:absolute; bottom:0px; width:220px;
}
.cam_close {
  z-index:888; position:absolute; top:108px; right:-19px; cursor: pointer;
}
.cam_layer .cam_headline {
  z-index:888; position:absolute; top:130px; left:235px; color: #fff;
}
.cam_layer_ng .cam_headline {
    left: 115px;
}
.cam_layer .btn {
    width: 50px;
    height: 15px;
    padding: 5px;
    display: inline-block;
}
.cam_layer .cam_headline h1 {
  font-size: 30px; margin:0; margin-left: 15px; margin-bottom: 5px;
}
.cam_randomtxt {
  font-size:16px; margin:0 0 10px 0;
}
.cam_formular {
  z-index:777; position:absolute; position:absolute; top:225px; left:250px;
  font-size: 14px;
}
.cam_layer_ng .cam_formular {
    left: 115px;
    margin: 0 10px 0 10px;
    width: 510px;
}
.cam_formular input[type=text], .cam_formular input[type=password] {
  margin-bottom: 10px;
  padding: 5px;
  border: 0;
  width: 465px;
  height: 30px;
  color: #000;
}
.cam_formular input[type=text].favorite {
    width: 200px;
}
.cam_formular .btn {
    height: auto;
}
.cam_corner {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.cam_overlay input {
  font-size: 16px;
}
input::-webkit-input-placeholder
{
  color: #000;
  font-size: 16px;
}
input:-moz-placeholder {
  color: #000;
}
.cam_button { z-index:666; position:absolute; top:385px; left:250px; width:480px; cursor: pointer; }
.cam_button_bg {
  background:url(/grafik_overlay/button_bg.png) repeat-x; height:48px; width:95%; float:left; text-align:center; line-height:48px; font-size:20px;
  font-weight:bold;
  text-shadow: -1px -1px #555555;
}
.cam_button_left { background:url(/grafik_overlay/button_left.png) left center no-repeat; width:10px; height:48px; float:left; }
.cam_button_right { background:url(/grafik_overlay/button_right.png) left center no-repeat; width:10px; height:48px; float:left; }
.cam_haslogin {
  float:left;
  font-size: 11px;
  color: black;
}
.cam_haslogin a{
  color: black;
}
.cam_anonymlogin {
  float:right;
  font-size: 11px;
}
.cam_anonymlogin a {
  color: black;
}
.cam_overlay .cam_error
{
  color: red;
  font-size: 13px;
  height: 15px;
}
.cam_overlay .cam_success
{
  margin-top: 10px;
  color: white;
  font-size: 18px;
  height: 15px;
}

.cam_overlay .cam_bottom {
  position: absolute;
  top: 440px;
  left:250px;
  width: 480px;
  height: 15px;
  z-index: 666;
}

.cam_overlay select {
    /*margin: auto;
    text-indent: inherit;
    padding-left: inherit;
    width: auto;
    border: inherit;*/
}

#save_login {
  float:left;
  margin-top: 5px;
}
#save_newsletter {
  float:left;
  margin-top: 0px;
}
#lost_password {
  float:left;
  font-size: 11px;
}

#lost_password a {
  color: black;
}

#new_account {
  float:left;
  font-size: 11px;
}

#new_account_mid {
  float:left;
  margin-left: 40px;
  font-size: 11px;
}

#new_account a {
  color: black;
}

#new_account_mid a {
  color: black;
}

#overlay_noerror {
  height: 15px;
}

#save_newsletter_text {
  width: 450px;
  float: left;
}

#newsletter {
  float: left;
}
.btn {
    border: 1px solid #333333;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    height: 35px;
    width: 152px;
    cursor: pointer;
  }

.yellowbtn {
    background: #fbc500; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbc500 0%, #c04900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc500), color-stop(100%,#c04900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fbc500 0%,#c04900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#c04900',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
  }

.redbtn {
    background: #fbc500; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbc500 0%, #c04900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc500), color-stop(100%,#c04900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff6565 0%,#af0000  100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#c04900',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
  }

.bluebtn {
    background: #fbc500; /* Old browsers */
    background: -moz-linear-gradient(top,  #fbc500 0%, #c04900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbc500), color-stop(100%,#c04900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fbc500 0%,#c04900 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7071d1 0%, #0011d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#c04900',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

a.btn-google,   a.btn-google:hover,   a.btn-google:focus,   a.btn-google:active,
a.btn-facebook, a.btn-facebook:hover, a.btn-facebook:focus, a.btn-facebook:active {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    border: none;
    font-size: 14px;
    height: 35px;
    padding: 2px 0 0 4px;
    margin: 0;
    text-align: left;
    width: auto;
}
a.btn-google, a.btn-google:hover, a.btn-google:focus, a.btn-google:active {
    font-family: Roboto,arial,sans-serif;
    background-color: #4385F5;
    color: #fff;
}

a.btn-facebook, a.btn-facebook:hover, a.btn-facebook:focus, a.btn-facebook:active {
    font-family: Helvetica,arial,sans-serif;
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
}
a.btn-facebook:hover {
    background: linear-gradient(#5b7bd5, #4864b1);
    border-bottom-color: #365899;
    border-left-color: #4961a8;
    border-right-color: #4961a8;
    border-top-color: #5874c3;
    box-shadow: inset 0 1px 0 #607fd6;
}
a.btn-facebook span {
    padding: 0;
    float: none;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
}
a.btn-google span {
    padding: 0;
    color: #fff;
    float: none;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
}


#cam_overlay a.btn-google,
#cam_overlay a.btn-facebook{
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 20px;
    height: 42px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 2px;
}
#cam_overlay a.btn-facebook {
    padding: 5px 0 0 5px;
}
#cam_overlay a.btn-google:hover, a.btn-google:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .3);
}

#kat_link a.btn-google:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, .6);
}
#kat_link a.btn-google,
#kat_link a.btn-facebook {
    border-radius: 5px;
    width: 152px;
}
#kat_link a.btn-facebook img {
    border-radius: 5px;
    width: 31px;
    height: 31px;
    margin: 0 4px 0 -2px;
}
#kat_link a.btn-google img {
    border-radius: 5px;
    margin: 0 4px 0 -2px;
    width: 31px;
    height: 31px;
}

#cam_overlay a.btn-google span {
    height: 42px;
    line-height: 42px;
}
#cam_overlay a.btn-facebook img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
}
#cam_overlay a.btn-google img {
    float: left;
    margin: -3px 12px -3px -3px;
    width: 44px;
    height: 44px;
}
#cam_overlay a.btn-google svg {
    float: left;
    margin: 0 12px 0 0;
    width: 42px;
    height: 42px;
}
#cam_overlay a.btn-facebook span {
    height: 32px;
    line-height: 32px;
    float: left;
}</pre></body></html>