@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../_fonts/inter-v20-latin-300.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../_fonts/inter-v20-latin-700.woff2') format('woff2');
}


:root {
  --blau: #001E50;
  --tuerkis: #4cc7f4;
  --weiss: #fff;
  --max-width: 100%;
}

* { box-sizing: border-box; }

html {
margin: 0;
padding: 0;
}

body {
  margin: 0;
  background-color: var(--blau);
  background-image: url("../img/fink_hg.jpg");
  background-position: left center;
 background-size: 50% auto;
  background-repeat: no-repeat;
  font-family: "Inter", Arial, sans-serif;
  color: var(--white);
  font-size: 18px;
  line-height: 26px;

}

a { color: inherit; }

#rahmen { margin: 70px; display: table; width: calc(100vw - 142px); height: calc(100vh - 142px); border: 1px solid #fff; border-top: 0; box-sizing: border-box;  }



#rahmen_header {
    position: relative;
    height: 80px;
    margin-top: -40px;
    display: block;
}

.logo_fink {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 80px;
    background: url("../img/logo-fink.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px 10px;
}

.logo_vw {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 70px;
    background: url("../img/logo-vw-service.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px;
}

.linie { position: absolute; top: 50%;  border-top: 1px solid #fff; }
.linie_1 { left: 0; width: 20px; }
.linie_2 { left: 250px; right: calc(50% + 50px); }
.linie_3 { left: calc(50% + 70px);  right: 0; }

#resp_termin { opacity: 0; position: absolute; display: inline-block; right: 20px; background-color: var(--tuerkis); border-radius: 30px; color: var(--blau); padding: 15px 20px; margin-top: 15px; background-image: url("../img/icon_schraubenschluessel.svg"); background-position: left 13px center; background-size: 30px auto; background-repeat: no-repeat; padding-left: 50px; font-size: 16px; }



#rahmen_content { display: flex; width: 100%; padding-left: 50%; flex-wrap: wrap; color: var(--weiss); align-items: center; min-height: 70vh; }

.rahmen_content_teiler { width: 50%; }
.rahmen_content_teiler img { max-width: 80%; }

a { color: var(--weiss); text-decoration: none; }

h1 { color: var(--weiss); font-weight: 300; font-size: 60px; line-height: 76px; }
h1 strong { font-weight: 700; }

h2 { color: var(--weiss); font-size: 28px; line-height: 36px; font-weight: 700; }


#icon_mail { padding-left: 40px; background-image: url("../img/icon-mail.svg"); background-position: left center; background-size: auto 20px; background-repeat: no-repeat; }
#icon_telefon { padding-left: 40px; background-image: url("../img/icon-phone.svg"); background-position: left center; background-size: auto 26px; background-repeat: no-repeat; }
#icon_adresse { padding-left: 40px; background-image: url("../img/icon-address.svg"); background-position: left top; background-size: auto 26px; background-repeat: no-repeat; }


footer { display: block; text-align: center; margin-top: -45px; color: var(--weiss); font-size: 15px; }
footer ul { display: block; margin: 0; padding: 0; }
footer ul li { display: inline-block; margin: 0; padding: 0; }
footer ul li:after { content: '|'; color: var(--tuerkis); padding: 0 10px; }
footer ul li:last-child::after { display: none; }

.responsive { display: none; }