body,html{
  font-family: roboto;
  min-width: 1240px;
}

.color, h1, h2, h3, h4{
  color: #2F3A6E;
}

.bcolor{
  border-color: #2F3A6E !important;
}

.btn-primary{
  background-color: #2F3A6E !important;
  border-color: #2F3A6E !important;
}

.btn-primary:hover, .btn-primary:active{
  background-color: #2F3A6E !important;
  border-color: #2F3A6E !important;
}

.form-control:focus, .form-control:active{
  border-color: #2F3A6E;
}

.navbar-nav{
  flex-direction: row;
  -ms-flex-direction: row;
}

.nav-link{
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

a, a:hover{
  color: #2F3A6E;
}

.dropdown-item.active{
  background-color: #2F3A6E;
}

.dropdown-item.active a{
  color: #fff;
}

.container.wrapper{
  background-color: #f8f9fa;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #b9b9b9;
  width: 1140px;
  min-width: 1140px;
  max-width: none;

}

input, textarea, button, .input-group, .input-group-prepend, .input-group-text, .btn{
  border-radius: 0 !important;
  box-shadow: none !important;
}

label{
  font-weight: 500;
  display: block;
}

.title{
  margin-bottom: 15px;
  border-bottom: 1px solid #2F3A6E;
  padding-bottom: 15px;
}

.form-control-file{
  width: auto;
}

.fancybox-input-bild{
  float:left;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  margin: 0 7px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.fancybox-input-bild img{
  max-width: 50px;
  max-height: 50px;
}

.fancybox-input-bild.size2{
  height: 75px;
  width: 75px;
}

.fancybox-input-bild.size2 img{
  max-width: 75px;
  max-height: 75px;
}

.fancybox-input-bild.size0{
  height: 30px;
  width: 30px;
  justify-content: left;
  margin: 0;
}

.fancybox-input-bild.size0 img{
  max-width: 30px;
  max-height: 30px;
}

.fancybox-input-bild.size3{
  height: 100px;
  width: 100px;
}

.fancybox-input-bild.size3 img{
  max-width: 100px;
  max-height: 100px;
}

.img-row{
  height: 50px;
  overflow: hidden;
}

.img-row .img{
  display: flex;
  align-items: center;
}

.img-row>div:not(.img){
  padding-top: 13px;
}

.img-row-icons{
  padding-top: 10px !important;
}

.sort-wrapper>div:first-child .material-icons.up{
  visibility: hidden;
}

.sort-wrapper>div:last-child .material-icons.down{
  visibility: hidden;
}


.pell-content{
  background-color: #fff;
}

.pell h1, .pell h2{
  color: #2F3A6E;
}
.editor-label{
  position: absolute;
  right: 23px;
  top: 4px;
}

.material-icons{
  cursor: pointer;
}

.galerie-bild{
  border: 1px solid #b9b9b9;
  padding: 10px 5px 0 5px;
  text-align: center;
  margin: 5px;
}

.iconTermin{
  position: relative;
  top: 5px;
  margin-left: 6px;
}

.termineBeitraegeGalerien{
  padding-top: 7px !important;
}