
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



body {
  width: 100%;
  margin-top: 0px;
  height: 100%;
  background-color: #09101E;
}


.web{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Jost", sans-serif;
  margin-bottom: 40px;
}

.text {
  margin-top: 5%;

}

h1 {
  font-size: 100px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1em;
}

a{

  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  color: #fff;

}

a:hover{

  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  color: #8EC89A;

}


h2 {

  font-size: 35px;
  font-weight: 300;
  color: #fff;
  margin-top: 0px;

}

h3 {

  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin-top: 0px;

}

h4 {

  font-size: 25px;
  font-weight: 300;
  color: #fff;
  margin-top: 0px;

}

.columna {
  float: left;
  width: 50%;
}

.columnb {
  float: left;
  width: 50%;
  padding-top: 60px;
  text-align: right;
}

.column {
  float: left;
  width: 17%;
  padding: 2px 10px;
  margin: 0px 30px 0px 0px;
  border-radius: 40px;
  text-align: center;
}

.columnc {
  padding-top: 40px;
  float: left;
  width: 50%;
}

.columnd {
  float: left;
  width: 50%;
  padding-top: 40px;
}

.columne {
  float: left;
  width: 50%;
  padding-top: 40px;
}

.columne img {
	max-height: 120px;
	width: auto;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


.menu{
  margin: 10px;
  padding-top: 40px;
}

a .menu{
  text-decoration: none;
}

.Leistungen{
  margin: 60px 0px 190px 0px;
}

p {

  font-size: 20px;
  color: #fff;

}

.logo{
  width: 200px;
  margin: 40px 10px;
}

li{
  color: #fff;
}


button{
background-image: linear-gradient( to right , #8EC89A , #008ECF);
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 30px;
}


button:hover{
background-image: linear-gradient( #152642 , #152642);
}

img{
  width: 500px;
}


* {
  box-sizing: border-box;
}


@media only screen and (min-width: 707px) and (max-width: 1318px){

  .column {
    float: left;
    width: 40%;
    padding: 2px 10px;
    margin: 30px 30px 0px 0px;
    border-radius: 40px;
    text-align: center;
  }

  .Leistungen{
    margin: 60px 0px 90px 0px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 707px){

  .column {
    float: left;
    width: 100%;
    padding: 2px 10px;
    margin: 30px 30px 0px 0px;
    border-radius: 40px;
    text-align: center;
  }

  .Leistungen{
    margin: 60px 0px 80px 0px;
  }

  .columnc {
    padding-top: 10px;
    float: left;
    width: 100%;
  }

  .columnd {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 90px;

  }


}
