@font-face{
font-family:'dotsfont';
src:url('dotsfont.eot');
src:url('dotsfont.eot?#iefix')  format('embedded-opentype'),
	url('dotsfont.svg#font')    format('svg'),
	url('dotsfont.woff')        format('woff'),
	url('dotsfont.ttf')         format('truetype');
font-weight:normal;
font-style:normal;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.iwantaflirtadd {
	background: #DB4752;
	color: #fff;
	font-weight: bold;
	height: 100%;
	padding: 20px 15px 15px 15px;
	text-align: center;
	font-size: 18px;
}


.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  /*width:600px;margin:0 auto;*/
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}



.paginate i {
font-family:verdana;
font-size:11px;
font-style: normal;
border: 2px #DB4752 solid;
padding:2px;
margin: 3px;
background: #DB4752;
color: #ffffff;
font-weight:bold;
text-decoration: none;
text-transform:capitalize;
}

.paginate a,
.paginate a:link,
.paginate a:visited,
.paginate a:active
{
font-family:verdana;
font-size:11px;
font-style: normal;
border: 2px #DB4752 solid;
padding:2px;
margin: 3px;
background: #ffffff;
color: #DB4752;
font-weight:bold;
text-decoration: none;
text-transform:capitalize;
}

.paginate a:hover
{
background: #DB4752;
color: #ffffff;
}

.titel {color:#67BCB3;font-family:verdana, arial;font-size:28px;}
.s18 {font-size:18px;}
.s28 {font-size:28px;}
.s38 {font-size:38px;}

/* rating */
div.ratingbox { }
div.ratingbox div.selection {padding-right: 5px;float: left; }
div.ratingbox div.selection a {width: 12px;height: 12px;float: left;display: block;cursor: default;background: url(../pic/stars12.png) no-repeat center 0px;text-decoration: none; }
div.ratingbox div.selection a.over {cursor: default;background: url(../pic/stars12.png) no-repeat center -24px;text-decoration: none;  }
div.ratingbox div.selection a:hover {cursor: default;background: url(../pic/stars12.png) no-repeat center -12px;text-decoration: none;  }
div.ratingbox div.selection a.out {cursor: default;background: url(../pic/stars12.png) no-repeat center 0px;text-decoration: none;  }
div.ratingbox div.selection a.in {cursor: default;background: url(../pic/stars12.png) no-repeat center -12px;text-decoration: none;  }
div.ratingbox div.scores {padding-right: 5px;float: left; }
div.ratingbox div.progress1 {height: 12px; }
div.progress1 {width: 10px;height: 10px;display: none;	float: left;background: url(../pic/progress.gif) no-repeat center 0px; }


div.ratingbox2{position:relative;}	
div.ratingbox2 div.selection {}
div.ratingbox2 div.selection a {width: 30px;height: 30px;display: inline-block;cursor: default;background: url(../pic/stars30.png) no-repeat center 0px;text-decoration: none; }
div.ratingbox2 div.selection a.over {cursor: default;background: url(../pic/stars30.png) no-repeat center -60px; text-decoration: none; }
div.ratingbox2 div.selection a:hover {cursor: default;background: url(../pic/stars30.png) no-repeat center -30px; text-decoration: none; }
div.ratingbox2 div.selection a.out {cursor: default;background: url(../pic/stars30.png) no-repeat center 0px; text-decoration: none; }
div.ratingbox2 div.selection a.in {cursor: default;background: url(../pic/stars30.png) no-repeat center -30px; text-decoration: none; }
div.ratingbox2 div.progress2 {height: 34px; }
div.progress2 {width: 33px;height: 34px;display: none;background: url(../pic/progress2.gif) no-repeat center center; }

#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:11;
}
#scrollbar{
	visibility:hidden;
	padding: 1px;
	position:relative; 
	border-bottom:1px solid #999999;
	z-index:11;
}
#slider{position:absolute;margin-top:-7px;margin-left:-7px;z-index:12;background-image:url(../pic/punkt.png);background-repeat:no-repeat;width:14px;height:14px;}







/***************************/

.bold {
  font-weight: bold;
}


.blau1 {
  color: #054e65;
}

.rosa1 {
  color: #d80073;
}

.blau2 {
  color: #27b6e2;
}

.riesig {
  font-size: 24px;
}

.gross {
  font-size: 18px;
}

.groesser {
  font-size: 16px;
}

.rosa2 {
  color: #be0167;
}

.notfications {
	position: absolute;
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	box-shadow: 0px 0px 20px #000000;
	background-color: #ffffff;
}

.notfications .questwrap {
	margin-right: 0px;
	margin-bottom: 5px;
	float: none;
}

.close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 2px;
}

.box {
  border: 1px dashed #a6a6a6;
}

.wrapx5 {
	width: 280px;
}

.questwrap {
	margin-right: 10px;
	float: left;
	position: relative;
}

.quest {
	border-bottom: none;
	padding: 10px;
	height: 210px;
	overflow: hidden;
}

.quest.small {
	border-bottom: 1px dashed #a6a6a6;
	height: auto;
}

.quest:nth-child(3) 	{
	margin-right: 0px;
}

.quest.disabled {
	background-color: #eae9e9;
}

.questbild {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	background-color: #be0167;
	background-image: url("../pic/questbildbg.png");
	border: 1px solid  #be0167;
	float: left;
	position: relative;
}

.queststufe {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 12px;
	width: 12px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 9px;
	font-weight: bold;
}

.questname {
	font-style: italic;
	height: 18px;
	overflow: hidden;
}

.questtitel {
	height: 42px;
	overflow: hidden;
	font-size: 14px;
}

.questtext {
	height: 50px;
	overflow: hidden;
	margin-bottom: 7px;
}

.questbelohnung {
	height: 18px;
	overflow: hidden;
	margin-bottom: 7px;
}

.progresstext_quest {
	font-size: 9px;
	height: 10px;
	overflow: hidden;
	margin-bottom: 3px;
}

.progressbarwrap_quest {
	width: 223px;
	border-radius: 5px;
	padding: 1px;
	border: 1px solid  #27b6e2;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.progressbar_quest {
	width: 67%;
	height: 20px;
	background-image: url("../pic/progressbar.png");
}

.questtab {
	list-style: none;
	border-left: 1px dashed #a6a6a6;
	border-bottom: 1px dashed #a6a6a6;
	border-right: 1px dashed #a6a6a6;
	width: 280px;
	background: #eae9e9;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	display: inline-block;
}


.questtab LI {
	float: left;
	width: 12%;
	border-right: 1px dashed #a6a6a6;
	border-top: 1px dashed #a6a6a6;
}

.questtab LI,
.questtab LI A{
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.questtab LI:nth-child(odd) 	{
	width: 12%;
}

.questtab LI:nth-child(8) {
	width: 13%;
	border-right: none;
}

.questtab LI.gained {
	background-color: #ffffff;
}

.questtab LI.activ {
	background-color: #ffffff;
}

.questtab LI.activ A {
	color: #d80073;
}

.questtab LI.gained A {
	color: #27b6e2;
}

.questtab LI.choosen {
	border-top: none;
	padding-top: 1px;
}

.textgained {
	font-style: italic;
	font-weight: bold;
}
