@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Poppins:wght@100;300;400;500;600;700;800&display=swap');
:root{
    --primary-color: #243771;
    --white-font: #fff;
}



*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    user-select: none;
    
  }
  body{
    font-family: 'poppins';
    
  }


  /*************Navigation*******************************/
  nav{
    position: absolute;
    background: transparent;
    height: 80px;
    width: 100%;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.75);
    z-index: 2;
  }



  img{
    padding: 15px;
    width: 9em;
  }


  nav ul{
    float: right;
    margin-right: 20px;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: var(--primary-color);
    font-size: 1.5em;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  nav ul li a:hover{
    background-color: var(--primary-color);
    color: var(--white-font);
  }

  .title{
    
    min-height:50em;
    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(Titelbild.jpg);
    background-size:cover;
  }

  .Title-text{
    padding: 2.5em;
    color: var(--white-font);
    font-size: 40px;
  }

  .title-Fast-Support{
    bottom: 5em;
  }

  .title-Fast-Support button{
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-font);
    border-radius: 6px;
    cursor: pointer;
    height: 3em;
    width: 10em;
    margin-top: 25em;
    margin-left: 7em;
  }



  .services{
    display: flex;
    margin: 2em;
  }
 

  .services h2{
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 3rem;
  }

  .services ul{
    font-size: 1.5rem;
    margin-top: 1rem;
    text-transform: uppercase;
    justify-content: space-between;
  }
  .services i{
    color: var(--primary-color);
  }
  .service-Img img{
    border-radius: 2em;
    
    width: 60%;
  }




  .footer {
    width: 100%;
    position: relative;
    bottom: 0;
    background: var(--primary-color);
    
  }
  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    padding: 60px;
  }
  .footer-row .footer-col h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .footer-col .links {
    margin-top: 20px;
  }
  .footer-col .payment{
    margin-top: 20px;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #bfbfbf;
  }

  .footer-col .payment li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .payment li p {
    font-size: 1.8rem;
    text-decoration: none;
    color: #bfbfbf;
  }

  


  .footer-col .links li a:hover {
    color: #fff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #bfbfbf;
    max-width: 300px;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }
  .footer-col .icons {
    font-size: 2rem;
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
  }
  .footer-col .icons i {
    color: #afb6c7;
  }
  .footer-col .icons i:hover  {
    color: #fff;
  }
  .footer-sub{
    text-align: center;
  }
 
  @media (max-width: 768px) {
    .footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 0;
    }
    .footer .footer-row {
      padding: 20px;
      gap: 1rem;
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }
    .footer-col form button {
      margin: 10px 0 0 0;
    }
  }
  
  @media (max-width: 768px){
    /*************Navigation*******************************/
  nav{
    position: absolute;
    background: transparent;
    height: 80px;
    width: 100%;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.75);
    z-index: 2;
  }



  img{
    padding: 15px;
    width: 9em;
  }


/****  nav ul{
    float: right;
    margin-right: 20px;
  } ***/

  nav ul{
    display: none;
  }
  nav ul li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
  }
  nav ul li a{
    color: var(--primary-color);
    font-size: 1.5em;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
  }

  nav ul li a:hover{
    background-color: var(--primary-color);
    color: var(--white-font);
  }

  .title{
    
    min-height:50em;
    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(Titelbild.jpg);
    background-size:cover;
  }

  .Title-text{
    padding-top: 4em;
    padding-left: 1em;
    color: var(--white-font);
    font-size: 1.5rem;
  }

  .title-Fast-Support{
    
    bottom: 5em;
  }

  .title-Fast-Support button{
    font-size: 0.75em;
    border: 2px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-font);
    border-radius: 6px;
    cursor: pointer;
    height: 4em;
    width: 20em;
    margin-top: 10em;
    text-align: center;
  }
  .title-Fast-Support button{
    font-size: 0.75em;
  }

  .services{
    display: flex;
    margin: 2em;
    
  }
 

  .services h2{
    color: var(--primary-color);
    text-decoration: underline;
    font-size: 1.3rem;
  }

  .services ul{
    font-size: 0.9rem;
    margin-top: 1rem;
    text-transform: uppercase;
    justify-content: space-between;
  }
  .services i{
    color: var(--primary-color);
  }

  .service-Img{
    text-align: center;
  }
  .service-Img img{
    border-radius: 1.5em;
    width: 20em;
  }









  }


