.admin-add-thema-table{
  border: 0px solid #000;
  width: 100%;
  border-collapse: collapse;
}
.admin-add-thema-table .top-text{
  vertical-align: top;
}
.admin-add-thema-table tr{
  border:0px solid #000;
  width: 100%;
}

.admin-add-thema-table td:first-child{
  border: 0px solid #000;
  width: 100px;
  text-align: right;
  padding-right: 20px;
}
.admin-add-thema-table td{
  border: 0px solid #000;
  padding-top: 20px;
}

.admin-add-thema-table input, .admin-add-thema-table select, .admin-add-thema-table textarea{
  border: 1px solid #e5e5e5;
  min-width: 500px;
  min-height: 40px;
}
.admin-add-thema-table .small-button{
  min-width: 50px;
}
.thema-error{
  padding: 20px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-left: 20px solid red;
}
.thema-success{
  padding: 20px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-left: 20px solid lightgreen;
}

.related-halbbox-links{
  width: 50%;
  float: left;
}
.related-halbbox-rechts{
  width: 50%;
  float: right;
}
.text-center{
  text-align: center;
}
.added-box{
  position:relative;
  border: 2px dashed rgb(229,229,229);
  margin-top: 86px;
  margin-bottom: 20px;
  padding: 0px 10px;  
  width: 95%;
  border-radius: 10px;
}

.refreshing-box{
  display: none;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(229,229,229,0.8);
  z-index: 9999 !important;
  border-radius: 10px;
}
.refreshing-box p{
  margin: 0 auto;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  margin-top: 10%;
  color: #fff;
}

.dropbox{
  height: 10px;
  background: #dbdbdb;
  text-align: center;
}
.dragable-post{
  background: #fff;
  padding: 10px;
  cursor: move;
  margin: 10px 0;
  border-radius: 5px;
}
.dragable-post a{
    text-decoration: none;
    font-size: 13px;
    margin: 0px 10px;
    line-height: 25px;
}
.dragable-post:nth-child(even){
  background: #f9f9f9;
}

.dragable-post h3{
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

#themenmanager-content {
    position: absolute;
    border: 0px solid #000;
    left: 0px;
    top: 30px;
    color: #fff;
    padding: 5px 10px;
    max-height: 500px;
    display: none;
}


.searchpost{
  background: #fff;
  padding: 10px;
  border-left: 5px solid #fff;
  margin: 5px 0;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(133,128,133,1);
  -moz-box-shadow: 1px 1px 5px 1px rgba(133,128,133,1);
  box-shadow: 1px 1px 5px 1px rgba(133,128,133,1);
  border-radius: 5px;
}
.searchpost a{
    text-decoration: none;
    font-size: 13px;
    margin: 0px 10px;
    line-height: 25px;
}
.searchpost:nth-child(even){
  background: #f9f9f9;
  border-left: 5px solid #f9f9f9;
}
.searchpost h3{
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}

#sortable li{
  border: 0px solid #000;
  background: #fff;
  padding:10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  cursor: move;
}
#sortable li:hover .visible-box{
  visibility: visible;
}
.visible-box{
  font-size: 12px;
  text-decoration: none;
  visibility: hidden;
}
.remove-link{
  color: red;
}
.remove-link:hover{
  color: darkred;
}

#sortable li:nth-child(even){
  background: #F9F9F9;
}

.save-order-btn{
  padding: 4px 8px;
  position: relative;
  top: -3px;
  float: right;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #e0e0e0;
  text-shadow: none;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 5px;
}
.save-order-btn:hover{
  background: #00a0d2;
  color: #fff;
}
.mark{
  margin-left: 20px;
  font-size: 12px;
  font-style: italic;
  text-align: left;
  color: #00A0D2;  
}
.nomark{
  display: none;  
}
.perma-mark{
  font-size: 10px;
}

.sponsored-thema{
  /*border-top: 1px dotted #4AC5DB;*/
}
.sponsored-thema *{
  margin: 0;
  padding: 0;
}
.sponsored-thema h1, .sponsored-thema h2, .sponsored-thema h3, .sponsored-thema h4{
    text-align: right;
    color: #4AC5DB;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top:3px;
}
.sponsored-thema p{
  color: #fff;
  text-align: justify;
  background: #4AC5DB;
  padding: 10px 20px;
  border-radius: 5px 0 0px 0px;
}
.seo-text{

}
