.section-impressions #content-core img {
   width: 100%;
} 
.section-impressions #content-core figcaption {
    display: none;
} 

.mime-icon {
   display:none !important;
}

div.portrait {
  float: left;
  width: 260px;
  margin: 10px 20px 10px 0;
  height: 380px;
}
div.portrait img {
  width: 100%;
}
@media only screen and (max-width:480px) {
  div.portrait {
    float: center;
    width: 100%;
    height: auto;
    margin: 20px 0px 10px 0;
  }
  div.portrait img {
    width: 100%;
  }
}



time {
  display: block;
}
.error {
  color: #ff0072;
}
.fatuk {
   padding: 5px 10px 5px 10px;
   font-weight: 400;
}
.fatuk::before {
    content: "→ ";
}
.fatuk.red {
    background-color: #ff0072;
    color: white;
}
.fatuk.white {
    background-color: white;
    color: black;
}

body.portaltype-formfolder label {
    font-weight: 400;
}
body.portaltype-formfolder input, 
body.portaltype-formfolder textarea {
    color: black !important;
    border: 1px solid black;
    padding: 2px 4px;
}
body.portaltype-formfolder input[type="checkbox"] {
    height: auto;
    border: 1px solid white;
}
body.portaltype-formfolder input[type="checkbox"], 
body.portaltype-formfolder input[type="radio"] {
    margin: 10px 0 0;
    border: 1px solid white;
}
body.portaltype-formfolder legend {
  color: white;
}
body.portaltype-formfolder input[name="form_submit"] {
    background-color: #ff0072;
    color: white !important;
    border: none;
    font-size: 160%;
}
body.portaltype-formfolder textarea {
    height: 110px;
}
body.portaltype-formfolder select {
    color: black;
    background-color: white;
    border: 1px solid white;
    font-size: 110%;
    width: 100%;
}
.formQuestion.label {
    font-size: 140%;
    font-weight: 300;
    margin: 0;
    padding: 0;
    line-height: 2em;
}