/* Tore *********************/
.tore_header {
      background: url("../img/tore/tecken.jpeg") top left no-repeat;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

.tore h1 {
  color:#81a22c;
  margin-top:40px;
  text-transform:uppercase;
}

.tore h5 {
  color:#81a22c;
  margin-top:40px;
  text-transform:uppercase;
}

.textur {
  background-color: #81a22c;
  color:#fff;
  margin-top:100px;
  text-transform:uppercase;
  padding-bottom:100px;
}

.tore_textur h5 {
  color:#fff;
  padding-top: 50px;
  padding-bottom:50px;
  text-transform:uppercase;
}

.textur img {
  width:40%;
}

.oberflaeche {
  text-align:left;
  text-transform:none;
  font-weight:lighter;
}

.oberflaeche_links {
  text-align:center;
}

@media (min-width: 100px) and (max-width: 992px) {
  .textur img {
 width: 70%;
 padding-bottom:50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .textur img {
 width: 70%;
  }
}

/* Sektionaltor *********************/
.sektionaltor img {
  width:60%;
  }

.sektionaltor h5 {
    color:#81a22c;
    padding-top: 50px;
    text-transform:uppercase;
  }

.sektionaltor p {
      color:#81a22c;
      padding-top: 20px;
      padding-left: 200px;
      padding-right: 200px;
      margin-bottom: 50px;
      text-transform:none;
    }

@media (min-width: 100px) and (max-width: 992px) {
.sektionaltor img {
   width: 80%;
    }

.sektionaltor p {
        color:#81a22c;
        padding-top: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
      }
  }

/* Motor *********************/
  .motor {
    margin-left: 0px;
    margin-right: 0px;
    border-radius:0%;
    margin-bottom: 100px;
    text-transform:uppercase;
    background: url("../img/tore/motor.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size:  cover;
    display: flex;
  }

  .card_motor {
    height:auto;
    background-color:#81a22c;
    color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size:15px;
    padding-left: 150px;
    padding-right: 150px;
    opacity: 0.9;
  }

  @media (min-width: 100px) and (max-width: 992px) {
    .motor {
          margin-bottom: 10px;
    }

  .card_motor {
    font-size:17px;
     opacity: 0.9;
     margin-left:30px;
     margin-right:30px;
     padding-left: 20px;
     padding-right: 20px;
      }
}

@media (min-width: 1465px) and (max-width: 2600px) {

.sektionaltor img {
   width: 40%;
}

.sektionaltor p {
  margin-left:auto;
  margin-right:auto;
  width:60%;
    }

.card_motor {

  width:60%;
margin:auto;

}

.textur img {
  width:30%;
}
}
