.simple-search-header {
  min-height: 250px;
}

.simple-search-header .title-bar {
  padding-top: 10px;
}

.simple-search-header h1 {font-size: 1.4rem;}

@media (max-width:767px) {
.simple-search-header h1 {font-size: 1.0rem;}
.simple-search-header h2 {font-size: 0.8rem;}
.simple-search-header h3 {font-size: 0.6rem;}
.simple-search-header .container.search-bar {padding-top: 0px;}
}

/* @media (max-width:420px) {
.simple-search-header h1 {font-size: 1.0rem;}
.simple-search-header h2 {font-size: 0.8rem;}
.simple-search-header h3 {font-size: 0.6rem;}
.simple-search-header .container.search-bar {padding-top: 0px;}
} */

.inserat {
min-height: 200px;
margin: 0px auto;
border: 1px solid rgba(0,0,0,.125);
//border-bottom: 2px solid rgba(0,0,0,.5);
}

h3 {
font-size: 1.25rem;
}

.inserat .title-kat {
background: rgba(0,0,0,.125);
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  /*display: none;  Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /* Black background with opacity */
  z-index: -2; /* Specify a stack order in case you're using a different order for other elements */
  /* cursor: pointer; Add a pointer on hover */
}

.mobileansicht{
  width:90%;
  height:620px;
  margin:auto;
  overflow:hidden;
  margin-top:25px;
  box-shadow: inset 0 -1em 1em 0 rgb(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    z-index:10000; 

}

.resizemobile{
  margin-bottom:-7px;
}
.picture {
  
  position: relative;
  text-align: center;
  color: white;
}

.picture img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.artmobile{
  display:inline-block;
}
.maschinename{
  margin-top:-15px;
}
@media (min-width: 768px) {

  .mobileansicht{
      width:100%;
      height:auto;
      margin-left:0px;
      overflow:visible;
      margin-top:0px;
      box-shadow: none;
  
  }

  .resizemobile{
      margin-bottom:0px;
  }
  
  .picture-box {
      min-height: 200px;
    }
    
.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fill img {
object-fit: cover;
width: 250px;
height: 200px;
}

.picture {
  position: relative;
  text-align: center;
  color: white;
}
.picture img {
object-fit: cover;
width: 250px;
height: 200px;
}

.artmobile{
  display:block;
}
.maschinename{
  margin-top:0px;
}
}


.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.back-to-previous {
  cursor: pointer;
  position: fixed;
  top: 30%;
  right: 20px;
}

ul.dynkeywords {
list-style: none;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}

@media (min-width: 720px) {
ul.dynkeywords {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
}

@media (min-width: 960px) {
ul.dynkeywords {
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
}

@media (max-width: 576px) {
.itemslist .container {
  min-width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
 
.katbutton {  
  font-size: 0.9rem;
} 

#navbarResponsive2 .navbar-nav .nav-item .nav-link {
 font-size: 0.8rem;
}



}

@media (max-width: 480px) {

.col-mobile {
  margin-left: 5px;
  margin-right: 5px;
}

.text-center-mobile {
  text-align: center;
}

.back-to-top {
  display: none;
}

}



.bottom-center {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(95,174,255,0.4);
  color: #000000;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} 

.iconplus {
color: white;
font-size: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;

opacity: 0.5;
}