.select2-container{
  float: left;
}
.select2-container--default .select2-selection--single{
  border: 1px solid #E0E0E0;
  border-radius: 0;
  height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px;
}
.img-flag-av{
  width: 21px;
  height: auto;
}
.loading-bar{
  width: 100%;
  text-align: center;
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #0071ba;
  border-color: #0071ba transparent #0071ba transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.form-right-av .select2{
  float: left;
}
.content-av {width: 100%}
.content-av .form-right-av{
  width: auto;
}
.bundesland-holder{
  display: inline;
}

.img-wrap-av{
  width: 160px;
  text-align: right;
}
.avoid-clicks {
  pointer-events: none;
  opacity: 0.5;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.select2-dropdown .select2-results__option[aria-disabled=true] {
    display: none;
}
.pagination {
  display: block;
  text-align: center;
  padding: 10px 0 10px;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

.pagination ul li a, .pagination ul li span {
  padding: 6px 0 4px;
  text-align: center;
  border: 2px solid #eee;
  max-width: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 2px;
  color: #0071BA;
}

.pagination ul li a:hover, .pagination ul li span:hover {
  border-color: #0071BA;
  color: #fff;
  background: #0071BA;
}

.pagination ul .active span {
  border-color: #0071BA;
  color: #fff;
  background: #0071BA;
}


#lists-main-content .et_pb_row{
  width: 100%;
  padding: 0;
}
#lists-main-content .et_pb_section{
  padding: 0;
}

.center-page.img-wrapper-av{
  width: auto;
}
.center-page.img-wrapper-av img{
  width: 100px;
  float: left;
  margin-right: 20px;
}
.content-av .form-control-xs-av{
  width: 130px;
}
td .img-wrap-av img{
  margin-bottom: 10px;
}
@media (min-width: 768px) {

}

@media(max-width: 1000px) {
  .content-av .form-right-av {
  	float: left;
  }
  .content-av .section-style td,
  .content-av .section-style tr:first-child td{
    overflow: hidden;
  }
}
@media(max-width: 1200px) {

}
@media(max-width: 1000px) {

  .content-av .section-style td{
    padding-bottom: 0;
  }
  .form-right-av .select2{
    width: 100%;
    margin-bottom: 6px;
  }
  .select2 {
    width: 100% !important;
}
.content-av .form-right-av{
  width: 100%;
}
  .date-block-av{
    height: auto;
    width: auto;
    overflow: hidden;
    padding-left: 8px;
    padding-right: 8px;
  }
  .number-av{
    font-size: 18px;
    float: left;
    line-height: 36px;
    margin-top: 0;
    padding-top: 0;
    margin-right: 4px;
  }
  .month-av{
    font-size: 18px;
    float: left;
    line-height: 36px;
    margin-right: 4px;
  }
  .year-av{
    font-size: 18px;
    float: left;
    line-height: 36px;
  }
  .section-style2 tr{
    margin-bottom: 0;
  }
}

@media(max-width: 620px) {
  .img-wrap-av img{
    width: 30px;
    height: auto;
  }

}
