@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Arima+Madurai:100,200,300,400,500,700,800,900&display=swap');

@media (min-width: 768px) {
    .container{
        max-width: 1110px;
    }
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #797d70;
  background-color: #e1e2f7;
}

.hinten-b1 {
    background-color: #f1f2ff!important;
}

a {
  color: #797d70;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #797d70;
}

.ueberschrift {
  font-family: 'Arima Madurai', cursive;
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}

.inline-border div {
    position: relative;
    float: left;
    padding: 5px;
}
.inline-border div #border {
    position: absolute;
    border: 2px dotted #bbb5b5;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.inline-border img {
    display: block;
}

.kasten{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.textklein {
  font-size: 12px;
}

.hinten-content {
  text-align: center;
}

.aufzaehlungstabelle td
{
  height: 25px;
  min-width: 20px;
}

.fa-individuell{
 margin-right: 5px;
}

.bilder{
  margin-top: 20px;
  border-radius: 0px 10px 0px 10px!important;
}

/* Start Box Material Design*/

.box {
  background-color: #fff;
  border-radius: 0px 10px 0px 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: 10px 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.box-icon {
  background-color: #1f2f59;
  border-radius: 50%;
  display: table;
  height: 50px;
  margin: 0 auto;
  width: 50px;
  margin-top: -36px;
  margin-left: 5px;
}
.box-icon span {
  color: #e0bd46;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.info h4 {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.info > p {
  padding-top: 10px;
  text-align: justify;
}
.info > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #797d70;
  transition: all 0.5s ease 0s;
}
.info > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #797d70;
  transition: all 0.5s ease 0s;
}

/* Ende Box Material Design*/
