body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  overflow: scroll;
}




@font-face {
	font-family: 'icomoon';
	src:url('../fonts/entypo.eot?-r9lvae');
	src:url('../fonts/entypo.eot?#iefix-r9lvae') format('embedded-opentype'),
		url('../fonts/entypo.woff?-r9lvae') format('woff'),
		url('../fonts/entypo.ttf?-r9lvae') format('truetype'),
		url('../fonts/entypo.svg?-r9lvae#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.mainContainer{
  /* padding-top: 150px; */
  /* height: 100%; */
}
.wrapper-card{
  margin-left: 1rem;
}
.searchbar .search {
  display: inline-block;
  border: 0px solid grey;
  padding: 0px;
  transition: all 0.15s ease;
}
.searchbar input[type=text] {
  font-size: 14px;
  border: 1px solid #888;
  border-radius: 5px;
  padding: 10px;
  width: 15em;
margin: 10px 2px 0 0;
}

/* ##### Buttons ##### */
.btn-group .button {
  background-color: #FFF;
  color: #888;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  border: 1px solid #888;
  border-radius: 5px;
  margin: 10px 2px;
}

.btn-group {
  display: inline-block;
}
.btn-group .button:hover {
  background-color: #888;
  color: white;
}
.btn-group .button:active, .btn-group .button:focus {
  background-color: #888;
  color: white;
}
/* ##### Boxen ##### */
.container {
  /* display: flex; */
  flex-wrap: wrap;
  max-width: 1440px !important;
  
}

.container-btn {
  margin: 0 0 20px 0px;
  display: flex;
  flex-wrap: wrap;
}
.item {
  max-width: 333px;
  min-height: 400px;
  background-color: #FFF;
  float: left;
  margin: 7px;
  position: relative;
  box-shadow: 0px 4px 6px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding: 15px 15px 10px 5px;
}
/* .placeholder{
  background: red;
} */
.imgframe {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  background: #FFF;
  float: right;
  -webkit-box-shadow: inset 2px 2px 3px 1px rgba(0,0,0,0.40);
  -moz-box-shadow: inset 2px 2px 3px 1px rgba(0,0,0,0.40);
  box-shadow: inset 2px 2px 3px 1px rgba(0,0,0,0.40);
  }

  .restartbtn{
    display: block;
    position: relative;
    /* width: 70px; */
    /* height: 40px; */
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #FFF;
    float: right;
    cursor: pointer;
  }
  .style_res{
    font-size: 14px;
    font-weight: 700;
    margin-left: 0px;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    position: flex;
    color: #FFF;
    border:0px solid #fff;
    background-color: rgb(235, 6, 6);
  }
.imgframe img {
  width: 75%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item:hover {
  box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2);
}
.titlediv {
  min-height: 20px;
  min-width: 200px;
  display: block;
  line-height: 1em;
  margin: 1rem 1rem 0rem 1rem;
}
.title {
  font-size: 1em;
  font-weight: 900;
  color: #888;
}
.type {
  font-size: 12px;
  font-weight: 700;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  position: flex;
  color: #FFF;
  border:0px solid #fff;
  background-color: #888;
}
.tag {
  bottom: 15px;
  /* top: 55px; */
  margin: 0 0 0 0;
  position: absolute;
}
.btn_tag {
  bottom: 55px;
  margin: 0 0 0 1rem;
  position: absolute;
}
/* ##### Typografie ##### */

p {
  margin: 1rem 1rem 0rem 1rem;
  font-size: 14px;
  color: #929292;
  line-height: 18px;
}
/* ##### Filter ##### */
.filterDiv {
  display: none;
}
.show {
  display: flex;
}
.container-btn {
  margin: 0 0 20px 25px;
  display: flex;
  flex-wrap: wrap;
}
.vl {
  border-left: 1px solid lightgrey;
  height: 30px;
  margin: auto 20px;
}

/*top alert*/
.alert {
padding: 20px;
background-color: #f44336;
color: white;
opacity: 1;
transition: opacity 0.6s;
margin-bottom: 15px;
}
.alert.info {background-color: orange;}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}

.closebtn:hover {
color: black;
}

.sub-text{
  margin-top: 0rem;
}