*{
scroll-behavior: smooth;
  margin: 0;
  padding: 0;
   box-sizing: border-box;
user-select: none;
font-family:  sans-serif;
font-variant:  inherit;
font-style:  normal;
}

header{
text-decoration: none;
font-style: normal;
 position: absolute;
 text-align: center;
 align-self: center;


}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

a {
  text-decoration: none;
}



.bnts {

text-align: center;
align-self: center;
overflow: hidden;

}

.btns img {
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  float: left;
  margin-left: 4%;
  height: 60px;
border-radius: 3px;
}

.btn3{
margin-left: 5%;
margin-top: 1%;
  color: white;
  font-size:  20px;
font-family: sans-serif;
border-style: solid;
background: none;
background-attachment: fixed;
width: 200px;
height: 50px;


border-radius: 1px;
border-color: white;
}


.btn2{
  margin-right: 5%;
margin-top: 1%;
  color: white;
  font-size:  20px;
font-family:sans-serif;
border-style: solid;
background: none;
background-attachment: fixed;
width: 200px;
height: 50px;

float: right;
border-radius: 1px;
border-color: white;
}

.btn2 :hover {
color: red;

}

header {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: black;

}

.info {

text-align: center;
padding-top: 5%;
width: 100%;
height: 400px;
background-color: #FFF9A4;
}

.info li{
  display: inline-block;
}

.info p {
display: block;
  text-decoration: none;
  color: black;
  font-size: 2vw;
font-family: sans-serif;

}


.dienstleistungen {
  height: 500px;
  width: 100%;
  background-color: white;
color: grey;
}

.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-left: 3%;
}

.card a {
  font-size: 1.6vw;
font-family: sans-serif;
}

.card p {
  font-size: 1.2vw;
font-family: sans-serif;

}

.dienstleistungen a {

color: #0000EE;
font-size: 1.3vw;

}

h2 {
font-family: sans-serif;

}
.kontakt {
  margin-top: 1%;
  padding-bottom: 3%;
  height: auto;
  width: 100%;
  background-color: #333333 ;
  color: white;
  float: left;

}

.kontakt h2 {
  margin-left: 5%;
  margin-top: 1.5%;
}
.kontakt hr {
margin-left: 5%;
width: 94%;
margin-top: 0.1%;
}

.kontakt p {
  float: left;
  margin-left: 5%;
  margin-top: 2%;
  margin-right: 5%;
  user-select: text;
  font-size: 20px;
}

.kontakt iframe {
  margin-top: 1%;
}







@media only screen and (max-width: 620px) {


.dienstleistungen {

  height: 700px;
}
  .card a {
    font-size:5vw;
  font-family: sans-serif;
  }

  .card p {
    font-size: 3vw;
font-family: sans-serif;
margin-left: 1%;
  }

  .btn2{
    margin-right: 5%;
  margin-top: 2%;
    color: white;
    font-size:  3vw;
    font-family: sans-serif;
  border-style: solid;
  background: none;
  background-attachment: fixed;
  width: 100px;
  height: 25px;

  float: right;
  border-radius: 5px;
  border-color: white;
  }

  .btn2 :hover {
    color: red;

  }

  .btns img {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    float: left;
    margin-left: 4%;
    height: 35px;
  border-radius: 3px;
  }

  .kontakt iframe {
    margin-top: 1%;
    height: 270px;
    width: 100%;

  }

.info{
  height: 150px;
}
.info p {
  font-size: 4vw;
}
}


}


@media only screen and (max-width: 621px) {


.info {
  height: 200px;
}

.info p {
  padding-top: 10%;
  font-size: 20px;
}

.dienstleistungen p {
  font-size: 15px;
}

iframe {
  width: 100%;
}
}

@media only screen and (max-width: 1000px) {


.info {
  height: 250px;
}

.info p {

  padding-top: 10%;
}


.card p{

  font-size: 20px;
}
.card {
  height: auto;
}

.dienstleistungen {
  height: auto;
}
}
