
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-VariableFont_wght.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 100 900;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Italic-VariableFont_wght.woff2")
    format("woff2");
  font-style: italic;
  font-weight: 100 900;
}

:root {

}

a {
  color: #000;
}

.visually-hidden {
  border: 0 !important;
	clip-path: inset(50%) !important; 
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
  position: absolute;
	width: 0px !important;
	white-space: nowrap !important; 
}

.svg_definition{
  display: none;
}


* {
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  line-height: 1.45em;
}

.button {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 6px 0;
  text-decoration: underline;
}
.button:hover{
  text-decoration: none;
}

nav.skip {
  background: #efefef;
  position: absolute;
  left:-100%;
}

nav.skip ul {
  display: flex;
  gap: 24px;
  margin-bottom: 0;
  margin-top: 0;
}

nav.skip:focus-within {
  left: 0;
  position: relative;
}

body{
  background-image: url('/img/bg.svg');
  background-position: right top 200px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

header{
  align-items: flex-end;
  border-bottom: 3px solid #000;
  display: flex;
  margin: 10px 30px 0 30px;
}

header .home {
  background: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  padding-right: 10px;
  position: relative;
  top:8px;
}
header .home a{
  color: #000;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
header .home a:hover{
  opacity: 0.8;
}
header .home a img{
  position: relative;
  width: 150px;
}

header nav ul {
  align-items: flex-end;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 70px;
  padding: 0 12px 0 16px;
  position: relative;
  row-gap: 10px;
  top:3px;
}
header nav ul li {
  background-image: url('/img/antenne.svg');
  background-repeat: no-repeat;
  background-size: 13px;
  margin-left: -13px;
  list-style-type: "";
  font-size: 0.9rem;
  font-weight: 800;
  padding-left: 20px;
  position: relative;
}
header nav ul li.on,
header nav ul li:hover,
header nav ul li.on a,
header nav ul li:hover a {
  background-image: url('/img/antenne-on.svg');
}

header nav ul li.on,
header nav ul li.on a span {
  border-color: #eb1700;
  color: #eb1700;
  z-index: 10;
}
header nav ul li:hover,
header nav ul li:hover a span {
  border-color: #eb1700;
  color: #eb1700;
  z-index: 11;
}

header nav ul li a{  
  background-image: url('/img/antenne.svg');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #000;
  display: block;
  padding-right: 15px;
  text-decoration: none;
}

header nav ul li a span{  
  border-bottom: 3px solid #000;
  display: block;
  padding: 8px 45px;
}

header nav ul li svg {
  position: relative;
  top: 32px;
}


footer {
  border-top: 3px solid #000;
  margin: 0 50px 0 50px;
}
footer ul {
   display: flex;
  gap: 16px;
  justify-content: flex-end;
  list-style-type: "";
  margin: 0;
  max-width: 1200px;
  padding: 0;
}
footer ul li {
  font-size: 0.9rem;
  font-weight: 700;
}
footer ul li a {
  color: #000;
  display: block;
  padding: 10px;
  text-decoration: none;
}
footer ul li.on a,
footer ul li a:hover {
  text-decoration: underline;
}


.main{
  display: flex;
  gap: 80px;
  margin: 0 30px 0 30px;
  padding-bottom: 80px;
  min-height: 500px;
}
.home .main {
  margin-top: 40px;
} 

main h1 {
  margin:40px 0 16px 375px;
}

main aside{
  flex-basis: 265px;
  flex-shrink: 0;
  max-width: 215px;
  padding-top: 70px;
  align-self: flex-start;
  flex-wrap: wrap;
  max-width: unset;
  margin-top: 20px;
}

.home main aside{
  padding-top: 60px;
}

main aside::before {
  content: "";
  background-image: url('/img/antenne-h.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 265px;
  height: 40px;
  margin-top: -35px;
  position: absolute;
  transform: rotate(2deg); 
  transform-origin: left left;
  width: 265px;
}
main aside::after {
  content: "";
  background-image: url('/img/antenne-h.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 265px;
  height: 40px;
  margin-top: 10px;
  position: absolute;
  transform: rotate(-7deg); 
  transform-origin: left left;
  width: 265px;
}


main aside h2{
  flex-basis: 100%;
  margin-bottom: 0;
}
main aside p{
  margin-bottom: 0;
}



main aside h2{
  font-size: 1.2rem;
  margin: -8px 0 10px 0;
}

main aside p{
  margin: 0 10px 10px 0;
}


main article,
main .article {
  flex-grow: 1;
  max-width: 920px;
}

.services main article,
.faq main article  {
  max-width: 850px;
}
.pricing main .article {
  max-width: 850px;
}
.testimonials main article  {
  max-width: 670px;
}

main p,
main li {
  font-size: 0.9rem;
}

main h1 {
  font-size: 1.5rem;
}
main h2 {
  font-size: 1.2rem;
}
main h3 {
  font-size: 0.9rem;
}

.article h2,
article h2  {
  margin: 0;
}

.home .article h2{
  margin-bottom: 10px;
  margin-top: 15px;
}

.home .article {
  column-gap: 80px;
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
}

.home .article .col1{
  flex-basis: 55%;
}

.home .article .col2{
  flex-basis: 45%;
}

.home .about {
  padding-top: 55px;
  padding-bottom: 120px;
}
.home .plans p strong{
  display: block;
}


.home .promise {
  background: #efefef;
  border-radius: 12px;
  padding: 25px 20px 15px 20px;
  position: relative;
  margin:35px 0 80px -15px;
}

.home .about::after{
  content: "";
  background-image: url('/img/antenne.svg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 13px;
  height: 40px;
  margin: 30px 0 0 140px;
  position: absolute;
  width: 20px;
}


.xero {
  align-items: center;
  display: flex;
  margin-left: -15px;
}

.xero ul{
  margin: 0;
  padding: 0 0 0 20px;
}

.home .article h2 {
  font-size: 1.6rem;
}

.home h3 {
  margin: 0;
}
.home p {
  margin: 0 0 15px 0;
}

.testimonials figure {
  margin: 0;
}

.testimonials figure {
  background-image: url('/img/quote_start.svg');
  background-repeat: no-repeat;
  background-size: 30px;
  margin: 0 0 0 0;
  padding: 4px 0 0 0;

}

.testimonials blockquote {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.testimonials blockquote p:first-child{
  text-indent: 40px;
}

.testimonials blockquote p{
  margin: 0 0 15px 0;
  text-align: justify;
}

.testimonials figure figcaption {
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.home .testimonials figure figcaption {
  margin-bottom: 0;
}

details {
  position: relative;
  display: block
}

details summary {
  cursor: pointer;
  display: block;
  list-style-type: "";
}

.services .article h2 {
  margin-bottom: 20px;
}
.services h2:not(:first-of-type) {
  margin-top: 50px;
}

article details summary h3,
article details summary h2 {
  font-size: 0.9rem;
  margin: 10px 0;
}

details summary::after {
  background-image: url('/img/caret.svg');
  background-position:  center right;
  background-repeat: no-repeat;
  background-size: 60%;
  content: "";
  height: 30px;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

details[open] summary::after {
  -webkit-transform:  translateX(-10px) translateY(-3px);
  -moz-transform: translateX(-10px) translateY(-3px);
}

details {
  border-bottom: 1px solid #bbb;
  padding-right: 100px;
}

details .short {
  color: #aaa;
  font-style: italic;
}




.pricing table.plans {
  position: relative;
  top: -30px;
}
.pricing table.services {
  margin-bottom: 50px;
}
.pricing  table  {
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.pricing caption,
.pricing td,
.pricing th {
  font-size: 0.9rem;
  text-align: left;
}

.pricing th.plan {
  font-size: 1.2rem;
  padding-bottom: 5px !important;
}
.pricing td.plan strong{
  display: block;
  font-size: 1.2rem;
}

.pricing tbody td{
  border-bottom: 1px solid #efefef;
  padding-top: 7px;
  padding-bottom: 7px;
}
.pricing thead th{
  border-bottom: 2px solid #000;
}

.pricing td:first-of-type,
.pricing th:first-of-type {
  padding-right: 10px;
}
.pricing tfoot td,
.pricing tfoot th {
  border-top: 2px solid #000;
}
.pricing tbody td.last {
  border-bottom: 2px solid #000;
}
.pricing td:nth-child(1) {
  width: 500px;
}
.pricing td:nth-child(2) {
  width: 85px;
}
.pricing th:nth-child(3),
.pricing td:nth-child(3) {
  width: 170px;
  text-align: center;
}
.pricing th:nth-child(4),
.pricing td:nth-child(4) {
  width: 170px;
  text-align: center;
}
/*.pricing td:not(:last-child),
.pricing td.spanned,
.pricing th:not(:last-child) {
  border-right: 1px solid #000;
}*/
.pricing td:not(:first-of-type),
.pricing th:not(:first-of-type) {
  padding:0 10px;
}
.pricing td:nth-of-type(3),
.pricing th:nth-of-type(3) {
  padding-left: 10px;
}

svg.ok {
  fill-rule:evenodd;
  clip-rule:evenodd;
  stroke-linejoin:round;
  stroke-miterlimit:2;
}

@media only screen and (max-width: 1400px) {
  header nav ul li a span{
    padding: 8px 40px;
  }
  .home .article {
    flex-direction: column;
  }
  .home .article .col1,
  .home .article .col2{
    flex-basis: 100%;
  }
  .home .col1 {
    margin-bottom: 20px;
  }
  .home .col1::after {
    content: "";
    background-image: url('/img/antenne.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 13px;
    height: 40px;
    margin: 20px 0 0 200px;
    position: absolute;
    transform: rotate(0deg); 
    transform-origin: left left;
    width: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    background-position: right top 500px;
  }
  header {  
    margin: 10px 20px 0 20px;
  }
  header .home {
    top: 0;
    margin-bottom: 10px;
  }
  header nav ul li a span{
    padding: 8px 35px;
  }
  .main {
    display: block;
    gap:0;
    margin: 0;
  }
  main h1 {
    margin-left: 20px;
  }
  main .article,
  main article {
    margin: 0 20px;
  }
  main aside{
    flex-wrap: wrap;
    max-width: unset;
    margin-bottom: 30px;
    margin-top: 0;
    padding:10px 20px 0 20px !important;
  }
  main aside::before,
  main aside::after{
    background-image: none;
  }
  main aside p{
    margin-bottom: 0;
  }
  .home .promise {
    margin-left: 0;
  }
  .pricing  table  {
    table-layout: unset;
  }
  .pricing  table td {
    width: unset !important;
  }
  footer {  
    margin: 10px 20px 0 20px;
  }
  footer ul {
    justify-content: flex-start;
  } 
}

@media only screen and (max-width: 580px) {
  header {
    align-items: flex-start;
    flex-direction: column;
  }
  header nav ul {
    align-items: flex-start;
    margin-left: 0;
    padding-left: 10px;
  }
  .pricing  table td {
    padding: 0 !important;
  }
  .pricing th.plan {
    font-size: 1rem;
  }
}
