/************************************************
*
* BUSY 
*
*************************************************/
div#busy .overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  z-index: 990;
}
div#busy .container {
  padding: 35px 35px 30px 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  width: 300px;
  clear: both;
  z-index: 20010;
  position: absolute;
  top: 0px;
  left: 0px;
}
div#busy .container {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.68);
  -pie-poll: true;
}
div#busy div.container span.parole {
  display: inline-block;
  margin-right: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000066;
  float: left;
}
.dbkpBoard {
  width: 378px;
  border: 1px solid #d3d6e3;
  display: block;
  float: left;
}
.dbkpBoard div.buttonLine {
  padding-left: 12px;
  padding-bottom: 12px;
}
.dbkpBoard div.buttonLine.first {
  padding-top: 12px;
}
.dbkpBoard button {
  width: 106px;
  height: 39px;
  margin-right: 12px;
}
.dbkpBoard button.clearer {
  width: 230px;
}
.dbkpBoard button.pw12-button-medium span.label {
  clear: both;
  font-size: 20px;
  text-shadow: 1px 1px #F6F6F6;
  text-decoration: none;
  float: none;
}
.dbkpBoardHinweis {
  color: #999;
  font-weight: normal !important;
  margin-left: -275px;
  float: left;
  width: 230px;
  margin-top: 150px;
}

@media screen and (max-width: 860px) { 
	div#busy .container{width: 150px}
	div#busy div.container span.parole {display: none;}	
}

@media screen and (max-width: 640px) { 
	div#busy .container{width: 135px}
	div#busy div.container span.parole {display: none;}	
}


/******************************************
*
* Social Media
*
*******************************************/
.placeholder {
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	padding-right: 90px;
}

.placeholder.whatsapp {
	background-image: url("../img/dummy_whatsapp.png");
}

.placeholder.email {
	background-image: url("../img/dummy_email.png");
}

.brief {
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	background-image: url("../img/brief.png");
	padding-left: 45px;
	height: 35px;
}

.list_left_padding {
    padding-left: 15px;
}

.remove_list_point {
    list-style-type: none;
}

.list-unordered-element::before{
    background: white!important;;
}

.space-list {
    margin-bottom: 10px;
}

.li-padding-top-1 {
    padding-top: 10px;
}

.li-padding-top-2 {
    padding-top: 10px;
}

.li-padding-top-3 {
    padding-top: 10px;
}

.ul-padding-left-2 {
    padding-left: 20px;
}