﻿/* Google fonts - Open Sans */
/* colors */
/* body */

/* wrapper */
.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 10px auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* lists */
.row ul {
  margin: 0;
  padding: 0;
  display: flex;
      flex-direction: row;
}

.row ul li::before {
    content: '' !important;
}

.row ul li {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  list-style: none;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .row ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px) {
  .row ul li {
    font-size: 13px;
  }
}

.title ul li {
  padding: 15px 13px;
}

.row ul li {
  padding: 5px 10px;
}

.post-name {
    flex: 1 1 10%;
}
.nt {
    flex: 1 1 80%;
}

/* rows */
/*
.row {
  padding: 20px 0;
  font-size: 0;
  position: relative;
  transition: all 0.2s ease-out;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}*/

.row, .row-direkt {
  padding: 10px 0;
  font-size: 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.3);
}

.row-direkt {
  margin-top: 0px;
  border-top: 0;
}

.title {
  padding: 25px 0 5px 0;
  height: 45px;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.title:hover {
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
  .title-hide {
    display: none;
  }
}

.leftcolor {
  border-left-color: #4fc0d2;
  border-left-width: 3px;
  border-left-style: solid;
}



/* small content */
.small {
  color: rgba(102, 102, 102, 0.9);
  font-size: 10px;
  padding: 0 10px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .small {
    display: none;
  }
}
