
:target:before{
content:"";
display:block;
height:100px;
margin:-100px 0 0 0;
}
html {
  scroll-behavior: smooth;
}
#noskiplink{
    display: none; 
}



.vs-skiplink {
  display: inline-block;
    padding: 9px 53px 0px;
 height: 2.6em;
  background: var(--orange);
  text-align:center;
  position:absolute;
  left: 2%;
    color: #fff;
  top: -4.5em;
  text-decoration:none;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.64);
    border-radius: 15px;
    font-size: 0.7em;
    border: 1px solid #fff;
    margin-top: 2px;
}



.av-liste-bullet li, .vs-liste-square li{
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE1LjMgMTUiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMyNDU3ODI7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAwcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNy43IiBjeT0iNy42IiByPSI3LjMiLz4KPC9zdmc+) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
 padding: 0 0 0 30px;
  background-size: 10px;
  margin-bottom: 15px;
  background-position: top left;
  background-position-y: 8px;    
}

a.vs-skiplink:focus-visible{
  top: 72px;
  outline-offset: 0.2rem;
  text-decoration-thickness: 0.1em;
  color: #fff;
  outline: 0.1rem solid var(--weiss);
  border-radius: 15px;
  color: #fff;
  border: 1px solid #fff;
}

.vs-skiplink:hover {
   text-decoration: underline;
}
ol {
  list-style: none;
  padding-left: 0;
}
.tabcontent {
display: none;
padding: 50px 10px 10px;
  height: auto;
    background: var(--grau-weiss);
    text-align: center;
    border-bottom: 3px solid #5c5f6c;
}
.av-menulink{
   color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.1em;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid var(--weiss);
}
.av-hamburger:focus-visible{
  outline: 0.15rem solid var(--weiss);
  outline-offset: 0.2rem;
}

.av-navbar a:focus-visible{
   outline: 0.15rem solid var(--weiss);
  outline-offset: 0.2rem;      
}

.error{
    text-align: center;
}

.error img{
margin-bottom: -74px;
}





.vs-button:focus-visible{
  outline: 0.15rem solid var(--weiss);
}
.av-ebene1, .av-ebene1.clicked {
 top: -100%;
  left: 0;
  right: 0;
  flex-direction: column;
  justify-content: space-around;
  background-color: var(--blau);
  height: auto;
  padding: 120px 0 45px;
  max-width: 1200px;
  margin: -13px auto;
  border-radius: 0 0 15px 15px;
    width: 97%;
    display: flex; 
z-index: -2;    
 }
.av-ebene1 {
    position: absolute; 
    top: -398px; 
    transition: 0.3s;
    list-style: none;
	font-size: 1.2em;
}


.av-ebene1 li{
  border-bottom: 1px solid #f5f5f5;
  display: block;
 }

.av-ebene1 li a{
color: #fff;   
text-decoration: none;
display:block;
padding: 15px 10px;
  }
.av-ebene1 li button{
border: none;
  background: none;
  color: var(--weiss);
  font-size: inherit;
  font-weight: 700;	
	padding: 15px 10px;
	cursor: pointer;
  width: 100%;
  text-align: left;
}
.av-ebene2 {
display:none}

.av-ebene2.open {
display:block;
  padding: 0;
  background: #264258;}
.av-ebene2 a {
  font-weight: 300;
  padding-left: 30px !important;
}
.av-ebene2 li:first-child {
  border-top: 1px solid #f5f5f5;
  }
.av-ebene2 li:last-child {
  border-bottom: none;
  padding-bottom:0
}
.av-close-icon {
    display: none;
}
.tabcontent {
  padding: 50px 10px 10px;
  height: auto;
  background: var(--grau-weiss);
  text-align: center;
  border-bottom: 3px solid #5c5f6c;
  position: absolute;
  margin-top: 135px;
  width:100%
}
.tabcontent .av-liste-hacken {
  display: block;
  padding-bottom: 14px;
}
h2, h3{
    color: var(--blau);
    text-align: center;
    font-weight: 700;
    line-height: 130%;
}


h2{
    font-size: 1.6em;
  margin: 60px auto 40px;
}


h3{
    font-size: 1.2em;
    margin: 60px auto 40px;
}
.av-bold {
  font-weight: 700;
}
.av-small {
  font-size:18px
}


.av-pfeillink::before {
  content: "";
  background: url(https://avantino.de/assets/img/icon/link-icon.svg);
  background-size: 20px;
  width: 27px;
  height: 30px;
  position: absolute;
  margin-left: -21px;
  margin-top: 9px;
  transform: rotate(-56deg);
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}

.av-pfeillink:hover::before {
  transform: rotateZ(0deg);
  margin: 3px -4px 3px -27px;
    background: url(https://avantino.de/assets/img/icon/link-icon-blau.svg);
      background-size: 20px;
     background-repeat: no-repeat;
}

.av-pfeillink {
  margin-left: 24px;
}

a:hover{
 text-decoration: underline;
  text-decoration-color: var(--blau);
  color: var(--blau);
    text-decoration-thickness: 0.1em;
}


a:focus-visible {
outline: 0.15rem solid #255781;
  outline-offset: 0.2rem;
  text-decoration-thickness: 0.1em;
  color: #255781;
    border-radius: 1px;
}
.av-fixed-bttn {
  position: fixed;
  bottom: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 5;
  height: 5px;
  background: var(--orange);
  left:0
}
.av-fixed-bttn .av-bttn {
  bottom: 3px;
  position: fixed;
  border-radius: 20px 20px 0 0;
  z-index: 4;
}


.av-flex-center{
justify-content: center;    
}
.av-big-line, .vs-big-line {
  border: 4px solid var(--grau);
  margin: 50px auto;
  width: 70%;
  border-radius: 3px;
}

.av-small-line{
    border: 4px solid #c8c8c8;
  margin: 50px auto;
  width: 40%;
  border-radius: 2px;  
}

.av-content-img-left, .av-content-img-right{
   max-width: 360px;
  position: relative;
  width: 100%;
  margin: -71px 0 -53px 0;
  height: auto;
}
.av-img-left, .av-img-right {
margin: 0 auto 30px auto;
border-radius:15px;
display:block}


.av-berater{
    display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.av-highlight {
  font-weight: 700;
  color: var(--blau);
}
blockquote p {
font-style:italic}

blockquote p::before { 
   content: '„';
   color: var(--orange);
   font: 41px comfortaa;
  margin: -17px;
  position: absolute;
}

blockquote p::after { 
   content: '“';
   color: var(--orange);
 font: 41px comfortaa;
  position: absolute;
    margin-left: 5px;
}
  
    .av-bubble {
  max-width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #5c5f6c;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
color: var(--weiss);
 margin-top: -42px;
        padding-top: 60px;
}


.av-bubble h2{
   color: var(--weiss);  
    text-align: center;
}


.av-box {
  width: 300px;
  text-align: center;
  margin: 14px 20px 45px;
  padding: 17px;
  height: 290px;
  border-radius: 40px;
    background: var(--weiss);
}

.av-box-title {
  display: block;
  font-weight: 700;
}


.av-textbox-right, .av-textbox-left{
 background: var(--weiss);
  padding: 20px;  
 border-radius:20px;
}

.av-textbox-right h3, .av-textbox-left h3{
 margin: 20px auto 30px;  
    text-align: left;
}
.av-logobox {
  padding: 20px;
  margin: 10px;
  text-align: center;
  background: var(--weiss);
  border-radius: 15px;
  border: 4px solid var(--weiss);
  box-shadow:1px 1px 5px 2px rgba(0,0,0,0.64);
  display:block}
  
  .av-logobox:hover, .bttnchange {
  border: 4px solid var(--orange);
  cursor: pointer;
}
.open-box {
  display: none;
}
.open-box.open {
  display: block;
  position: absolute;
  background: var(--weiss);
  padding: 20px;
  border-radius: 15px;
  box-shadow:1px 1px 5px 2px rgba(0,0,0,0.64);
  left: 10px;
  right: 10px;
}
.close {
  background: var(--orange);
  border: none;
  color: var(--weiss);
  font-weight: bold;
  font-size: 17px;
  border-radius: 50%;
  padding: 6px 10px;
  float: right;
  cursor: pointer;
}
.close:hover {
background: var(--blau);}

.av-abstand{
margin: 100px auto;
}

.av-bg {
  background: #C8C8C8;
}





.av-clear {
  clear: both;
}


.av-img-berater{
 max-width: 360px;
  position: relative;
  width: 100%;
margin: -73px 0 10px 0;
    height: auto;
}


.av-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
     gap: 10px;  
}
.av-flexbox {
  padding: 15px 15px 30px 15px;
  border-radius: 15px;
  width: 300px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
}

.av-flexbox-duo {
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.av-textbox-duo {
  border-radius: 15px;
  padding: 40px 15px 15px 15px;
  margin: 10px 10px 40px 10px;
}
.av-boxheader ~ .av-textbox-duo {
  margin-top: -77px;
}
.av-boxheader {
width:100%;
max-width:360px;
height:auto
}
.av-reverse{
    flex-direction: row-reverse;
}



.av-line {
  border-top: 0;
  border-bottom: 2px solid #4c4c4c;
  margin: 30px 0;
}
.av-form-feld {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.av-form-auswahl{
  display: flex;
  flex-direction: column;
  width:100%}


.av-form-eingabe {
  margin: 5px 0;
  padding: 10px;
  font-size: 20px;
  font-family: 'comfortaa';
  border-radius: 15px;
  border: 1px solid #4c4c4c;
}
.av-form-auswahl > label {
  margin: 0 0 10px 0;
}
textarea {
  padding: 10px;
  height: 150px;
  font-size: 20px;
  font-family: 'comfortaa';
  border-radius: 15px;
  border: 1px solid #4c4c4c;
}
.av-valid{
background: #f7fbea;
  border: 1px solid #7aa607;
  }
  .av-invalid {
  background: #fed2d7;
  border: 1px solid #D9190F;
}
.av-error {
  font-size: 18px;
  font-weight: 700;
  color: #D9190F;
  margin: 0;
  padding: 0;
}
.datenschutz {
  appearance: none;
  border: 1px solid #4c4c4c;
  padding: 12px;
  background: #fff;
  margin-top: ;
  display: block;
  font-size: 20px;
  width: 12px;
  height: 12px;
  float: left;
}
.datenschutz[type="checkbox"]:checked {
  background: url(https://avantino.de/assets/img/icon/av-checked.svg) no-repeat !important;
}
@media screen and (min-width: 750px){
	.av-img-left {
  margin: 0 22px 0 0;
  float: left;
}
.av-img-right {
  margin: 0 0 0 22px;
  float: right;
}
	
}
@media screen and (min-width: 759px) {
    
    .vs-skiplink{
        left: 36%;
    }
    
    a.vs-skiplink:focus-visible{
        top:20px;
    }
}
@media screen and (min-width: 870px){
.av-form-feld {
  flex-direction: unset;
  width: 100%;
}
.av-formlabel {
  width: 50%;
  text-align: right;
  padding-right: 20px;
}
.av-form-auswahl{
width:45%}
}




@media screen and (min-width: 955px){
  
    .av-img-berater{
    margin: -16px -169px 10px 0;
}
    
    
    .av-bubble {
  max-width: 520px;
    padding-left: 184px;

}
    
    .av-bubble h2{ 
    text-align: left;
}
.open-box.open {
  width: 360px;
  left: unset;
  right: unset;
  margin-left: -80px;}

}




@media screen and (min-width: 1068px){
   .av-textbox-right {
 max-width: 650px;
    margin: 50px 0 0 -60px;
       padding-left: 155px;
  }  
  .av-textbox-left {
max-width: 650px;
    margin: 50px -60px 0 0;
    padding-right: 155px;
  }    
    
    
    .av-content-img-left{
        width: 360px;
  height: 360px;
margin-right: -108px;
  z-index: 1;
        margin-top: -7px;
    }
    
    .av-content-img-right{
    width: 360px;
    height: 360px;
    margin-left: -108px;
    z-index: 1;
    margin-top: -7px;
    }
    
}