*{
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    color: inherit;
    text-decoration: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
    font-family: "bebas-neue-pro-expanded";
    font-weight: 300;
    font-size: 19px;
    line-height: 28px; 
    overflow-x: hidden;
}
ol, ul {
	list-style: inherit; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}  
.fixed-size-nav {
    max-width: 1200px;
    margin-inline: auto;
}
.fixed-size {
    max-width: 1050px;
    margin-inline: auto;
}


/*Schriften importieren*/
@font-face {
  font-family: "Bebas Neue Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/bandf-files/fonts/Bebas_Neue/BebasNeue-Regular.ttf);
}  
:root{
    /*Farben*/
    --clr-blue: #599BBF;
    --clr-white: #ffffff;
    --clr-grey-white: #EEECE9;
    --clr-green: #6BA53A ;
    --clr-black-blue: #112132; 
    --acc-bg: #4f88a7;    
    --acc-bg-open:#457a96; 
    --acc-text:#ffffff;     
    --acc-stroke:#2f5f78;   
    --acc-inner:#6ea1bc;   
      --txt:#13202c;
  --muted:#8a9199;
  --accent:#6aa84f;      
  --border:#1f2a33;      
  --bg:#fff;
}

h2 {
  font-family: "bebas-neue-pro-expanded", sans-serif;
font-size: 33px!important;
font-style: normal;
font-weight: 700;
line-height: 54px; 
text-transform: uppercase;
margin-top: 100px;
}
h3, input{
  font-family: "bebas-neue-pro-expanded", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
} 
hr{
    width: 100vw!important;
height: 2.5px; 
color: var(--clr-grey-white); 
padding: 20px;
} 
p,li,a{
font-family: "bebas-neue-pro-expanded", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 375;
line-height: 29px; 
}
.header-img img{
    width: 100vw;
    height: 430px; 
    margin-top: -30px!important;
} 
img{
    width: 470px;
    height: 299px;
}
.nav-img img {
width: 310px!important;
height: 163px;
flex-shrink: 0;
aspect-ratio: 310/163; 

}  

.img-logo {
    justify-content: center;  
    margin-bottom: 10px;
}
.fixed-size-nav .wp-block-column {
    display: flex;
    align-items: center; 
} 
.nav-number{
    justify-content: flex-end;
}
.background-blue {
    width: 669px;
height: 162px; 
background-color:var(--clr-black-blue); 
color: var(--clr-white);
text-align: center;
margin-inline: auto; 
top: -50px;
} 
.svg-text {
    text-align: center;
} 
.svg-text svg {
    width: 55px;
    height: 55px;
} 
.headline-center {
    margin-inline: auto; 
    text-align: center; 
}
.button-center {
    display:flex ;
    justify-content: center;  
} 
.button-center a {
    background-color: var(--clr-green); 
    padding: 10px 60px;
} 
.ttc-text{
    max-width: 50%;
}

.hl-list{
    width: auto;
    height: 299px;
}

.list-img-buttons{
gap: 110px; 
margin-top: 30px;
}  
.list-img-buttons .wp-block-button {
    width: 100%;
}
.wp-block-button__link {
    border-radius: 0px;
} 
.table-svg h2 {
    margin-top: 50px;
    text-align: center;
} 
.table-svg {
    margin-top: 75px;
}
.background-content{
    padding-top: 22px;
}
.banner-blue{
    padding: 50px;
    margin: 75px 0px; 
    background-color: var(--clr-black-blue);
} 
.banner-blue-logo {
    background-image: url(/wp-content/bandf-files/image/53f7cb94c7c78b0e9dd0f43e8447988a32156e4b.jpg); 
    background-position: center;
    background-repeat: no-repeat; 
    height: 550px; 
    background-color: var(--clr-black-blue);
    opacity: 90%;
    margin-top: 80px; 
    margin-bottom: 100px;
}
.banner-content {
    color: white;
    text-align: center; 
}  
.banner-logo-white{
    color: white;
    text-align: center; 

}
.banner-content::after{
  content: "";
  position: absolute;
  right: -500px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 450px;
  background: url("/wp-content/bandf-files/image/logo-grey.png") no-repeat center/contain;
  opacity: 0.15;
  pointer-events: none;
} 
.banner-blue-logo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 26, 35, 0.85); 
  mix-blend-mode: multiply;            
  z-index: 0;
}

.banner-blue-logo > * {
  position: relative;
  z-index: 1;
}
.banner-blue-text{
    background-image: url(/wp-content/bandf-files/image/53f7cb94c7c78b0e9dd0f43e8447988a32156e4b.jpg); 
    background-position: center;
    background-repeat: no-repeat; 
    height: 400px; 
    background-color: var(--clr-black-blue); 
    margin-bottom: 100px;
}
.banner-blue-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 26, 35, 0.85);
  mix-blend-mode: multiply;           
  z-index: 0;
}


.banner-blue-text > * {
  position: relative;
  z-index: 1;
} 
.banner-inner {
    margin: 25px; 
    color: var(--clr-white); 
    text-align: center;
        padding-top: 100px;
}


.wp-container-core-columns-is-layout-28f84493  {
margin-top: 35px;
}
.team{
    margin-top: 40px;
    margin-bottom: 60px;
}
.team p{
    margin-block-start: 0px!important;
}
.team h3 {
    margin-block-start: 12px!important;
}
.accordion{
    margin-top: 35px;
    margin-bottom: 50px!important;
}
.accordion h3 {
    margin-top: 60px!important;
}
.faq-accordion {
    margin-top: 75px;
}


.wp-block-getwid-accordion{
  max-width: 1040px;
  margin-inline: auto; 
}
.wp-block-getwid-accordion .ui-accordion-header{
  background: var(--acc-bg) !important;
  color: var(--acc-text) !important;
  box-shadow:
    inset 0 0 0 1px var(--acc-inner),
    0 1px 0 rgba(0,0,0,.08) !important;
  padding: 5px 54px 5px 28px !important;
  margin: 0 0 22px !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.1;
  cursor: pointer;
  position: relative;
  outline: none;
} 

.wp-block-getwid-accordion__content {
    border: 0px!important;
}


.wp-block-getwid-accordion .ui-accordion-header.ui-accordion-header-active,
.wp-block-getwid-accordion .ui-accordion-header.ui-state-active{
  background: var(--acc-bg-open) !important;
  border-color: var(--acc-stroke) !important;
  box-shadow: inset 0 0 0 1px var(--acc-inner), 0 1px 0 rgba(0,0,0,.08) !important;}

.wp-block-getwid-accordion .ui-accordion-content{
  background: #ffffff !important;
  color: #111;
  box-shadow: 0 1px 0 rgba(0,0,0,.04) !important;
  border: 0px;
}

.wp-block-getwid-accordion .ui-accordion-header:hover{
  filter: brightness(0.97);
} 




.faq-accordion .wp-block-heading{
  color: var(--clr-green);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
  text-align: center;
  margin: 0 0 22px;
}

.faq-accordion .wp-block-getwid-accordion .ui-accordion-header{
  background:#fff !important; color:#111 !important;
  border:1px solid #1a1a1a !important; 
  padding: 5px 54px 5px 28px !important; font-weight:700; font-size:18px;
  position:relative; cursor:pointer;
}
.faq-accordion .wp-block-getwid-accordion .ui-accordion-content{
  background:#fff !important; color:#111;
  margin-top:-12px !important; 
  margin-bottom:12px !important; 
  line-height:1.6;
}
.text-image {
    gap: 110px; 
    margin-bottom: 100px;
} 
.h-list {
    margin-left: -20px;
}



.contact-bar{
  display:flex; 
  align-items:center; 
  gap:16px; 
  font-size: 18px;
}
.contact-item{
  display:flex; 
  align-items:center; 
  gap:8px;
  color:#1d2a3a; 
  font-weight:600; 
  text-decoration:none;
  transition:color .2s ease;
}
.contact-item:hover{ color:#2b75a0; }

.contact-item .icon{
  width:22px; 
  height:22px;
  flex:0 0 22px; 
  opacity:.95;
}


.contact-item .icon{ 
  color:#2b75a0; 
}    
.contact-item:hover .icon{ 
  color:currentColor;
 } 



.link-zur-hauptseite {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue Pro Expanded", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #13202c;
  text-decoration: none;
  transition: color 0.25s ease;
}

.link-zur-hauptseite:hover {
  color: #4f88a7;
}

.link-zur-hauptseite::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #4f88a7;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\<path d='M9 6l6 6-6 6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.link-zur-hauptseite:hover::before {
  background-color: #356d8b;
  transform: translateX(2px);
}

ul.icon-list {
  list-style: none;           
  padding: 0;
  margin-left: -10px;
}

ul.icon-list li {
  position: relative;
  padding-left: 42px;         
  margin-bottom: 12px;
  font-weight: 500;
  color: #13202c;
  line-height: 1.4;
}


ul.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #4f88a7;          


  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\<path d='M9 6l6 6-6 6' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/>\</svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

#gform_wrapper_1, #gform_wrapper_2 { 
  color: var(--txt); 
}
#gform_wrapper_1 .gfield, #gform_wrapper_2 .gfield {
   margin-bottom:12px;
   }


#gform_wrapper_1 .ginput_container input,
#gform_wrapper_2 .ginput_container input,
#gform_wrapper_1 .ginput_container select,
#gform_wrapper_2 .ginput_container select,
#gform_wrapper_1 .ginput_container textarea,
#gform_wrapper_2 .ginput_container textarea{
  background:var(--bg);
  border:1.5px solid var(--border);
  border-radius:2px;
  padding:12px 14px;
  font: 600 15px/1.3 "Bebas Neue Pro Expanded", system-ui, sans-serif;
  color:var(--txt);
  letter-spacing:.02em;
  text-transform:uppercase;
  outline:none;
  transition:border-color .2s, box-shadow .2s;
}


#gform_wrapper_1 .ginput_container :is(input,select,textarea):focus,
#gform_wrapper_2 .ginput_container :is(input,select,textarea):focus{
  border-color:var(--accent);
  box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 25%, transparent);
}
#gform_wrapper_1 ::placeholder, #gform_wrapper_2 ::placeholder{ 
  color:var(--muted); opacity:.9; }


#gform_wrapper_1 .ginput_container_select,
#gform_wrapper_2 .ginput_container_select{ position:relative; }
#gform_wrapper_1 .ginput_container select,
#gform_wrapper_2 .ginput_container select{
  appearance:none;
  -webkit-appearance:none;
   padding-right:38px;
}
#gform_wrapper_1 .ginput_container_select::after,
#gform_wrapper_2 .ginput_container_select::after{
  content:""; 
  position:absolute; 
  right:14px; 
  top:50%;
  width:14px; 
  height:10px; 
  transform:translateY(-50%);
  background-color:var(--txt);
  -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'><path d='M1 2.5L8.5 8.5L16 2.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
          mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'><path d='M1 2.5L8.5 8.5L16 2.5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}


#gform_wrapper_1 .gfield_consent_label,
#gform_wrapper_2 .gfield_consent_label{ 
  font-weight:500; 
  color:var(--txt); }
#gform_wrapper_1 .gfield_consent_description a,
#gform_wrapper_2 .gfield_consent_description a{ 
  color:var(--txt); 
  text-decoration:underline; }


#gform_wrapper_1 .gform_footer .gform_button,
#gform_wrapper_2 .gform_footer .gform_button{
  background:var(--accent); 
  border:1px solid var(--accent); 
  color:#fff;
 padding:14px 105px;
  font:300 16px/1 "Bebas Neue Pro Expanded", system-ui, sans-serif;
  text-transform:uppercase; letter-spacing:.04em;
  transition:transform .15s, filter .15s;
}
#gform_wrapper_1 .gform_footer .gform_button:hover,
#gform_wrapper_2 .gform_footer .gform_button:hover{
  filter:brightness(.95);
  transform:translateY(-1px);
}

#gform_wrapper_1 .gfield_error :is(input,select,textarea),
#gform_wrapper_2 .gfield_error :is(input,select,textarea){
  border-color:#d33; 
  box-shadow:0 0 0 2px rgba(221,51,51,.12);
}

@media (max-width:700px){
  #gform_wrapper_1 textarea, #gform_wrapper_2 textarea{ min-height:140px; }
}

#gform_wrapper_2{
   --drop:#eee9e5;
   --btn:#13202c; 
   --btn-hover:#0b1520; }

/* Layout: Icon links + Dropzone rechts */
#gform_wrapper_2 #field_2_3{
  display:grid; 
  grid-template-columns:120px 1fr; 
  align-items:center; 
  column-gap:60px;
}

#gform_wrapper_2 #field_2_3::before{
  content:""; 
  width:120px; 
  height:140px;
  background:url("/wp-content/bandf-files/image/Vector.svg") no-repeat center/contain;
  opacity:.95; 
  justify-self:start; 
  transform:translateY(-23px);
}

#gform_wrapper_2 #field_2_3 .gform_drop_area{
  background:var(--drop); 
  border-radius:16px;
   min-height:150px;
  display:grid; 
  place-items:center; 
  text-align:center; 
  padding:26px 24px;
  position:relative;    
   border: 0px !important;
}
#gform_wrapper_2 #field_2_3 .gform_drop_instructions{ margin:0 0 14px; 
  color:var(--txt); 
  font-weight:800; 
  font-size:20px; }

#gform_wrapper_2 #field_2_3 .gform_button_select_files,
#gform_wrapper_2 #field_2_3 .button.select-files{
  background:var(--btn); 
  color:#fff; 
  border:1px solid var(--btn);
  border-radius:4px; 
  padding:10px 18px; 
  font-weight:800; 
  letter-spacing:.04em; 
  text-transform:uppercase;
  transition:background .2s;
}
#gform_wrapper_2 #field_2_3 .gform_button_select_files:hover,
#gform_wrapper_2 #field_2_3 .button.select-files:hover{ background:var(--btn-hover); }

#gform_wrapper_2 #field_2_3 .gform_fileupload_rules{
  grid-column:2;
   margin:10px -175px 0 !important; 
   font-size:14px; color:var(--muted);
    text-align:left; 
    position:static !important;
}

#gform_wrapper_2 #field_2_3 input[type="file"]{
  position:absolute !important;
   left:-9999px !important;
    opacity:0 !important; 
    pointer-events:none !important;
}

#gform_wrapper_2 #field_2_3 .gform_drop_area:hover{
   filter:brightness(.98); 
  }
#gform_wrapper_2 #field_2_3 .gform_drop_area.dragover{
   outline:2px dashed var(--accent); outline-offset:-8px;
   }


#gform_1 {
    margin-top: 50px;
}

.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 0%;
} 

.footer-logo-row {
  display: flex;
  align-items: flex-end;   
  justify-content: flex-start;
  gap: 292px;
  padding: 30px 0;
margin-bottom: 65px;
} 

.footer-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;  
    margin-bottom: -40px !important;}

.footer-logo img.custom-logo {
  display: block;
  height: 200px;         
  width: auto;
  object-fit: contain;
}


.footer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
    margin-top: 75px !important;
}
.footer-info p {
  margin: 0;
  font-family: "Bebas Neue Pro Expanded", sans-serif;
  color: #13202c;
  line-height: 1.4;
}
.footer-info p strong { 
  font-weight: 700; 

}

.impressum {
    text-align: center; 
    background-color: var(--clr-blue); 
    color: var(--clr-white);
    padding: 35px;

} 
.background-bandf {
    background-color: var(--clr-black-blue);
    padding: 25px;
}
.logo-footer img{
  width: 500px!important;
  height: 250px!;
}


/*RESPONSIVE */



/*  1280px */
@media (max-width:1280px){
  .fixed-size     {
     max-width: 960px;
     }
  .fixed-size-nav { 
    max-width: 1120px; 
  }
  .text-image,
  .list-img-buttons {
     gap: 64px; 
    }
  .footer-logo-row { 
    gap: 200px;
   }
  .footer-logo img.custom-logo {
     height: 175px; 
    }
}

/* 1024px  */
@media (max-width:1024px){
  body{
     font-size:18px; 
     line-height:28px;
     }

  h2{ font-size: 30px !important; 
    line-height: 46px;
     margin-top: 70px;
     }
  h3, input{ 
    font-size: 20px;
    line-height: 28px; }

  .fixed-size{
     max-width: 880px;
     }

  .header-img img{
     height: 360px; 
    }

  .nav-img img{ 
    width: 260px !important; 
    height: auto; 
    aspect-ratio: 260/137; }

  .text-image,
  .list-img-buttons{ 
    gap: 48px;
   }

  .banner-blue{ 
    padding: 40px;
     margin: 60px 0; 
    }
  .banner-blue-logo{
     height: 570px; 
    margin-top: 60px; }
  .banner-blue-text{ 
    height: 360px;
   }


  .wp-block-getwid-accordion .ui-accordion-header{
    padding: 6px 44px 6px 20px !important;
    margin: 0 0 18px !important;
  }


  #gform_wrapper_1 .gform_footer .gform_button,
  #gform_wrapper_2 .gform_footer .gform_button{
    padding: 12px 56px;
  }

  .footer-logo-row{
     gap: 120px; 
    }
  .footer-logo img.custom-logo{ 
    height: 160px;
   }
}

/*  900px  */
@media (max-width:900px){
  .fixed-size{
     max-width: 760px; 
    }
  .ttc-text{
     max-width: 100%; 
    }
  .text-image{ 
    gap: 36px; 
    margin-bottom: 70px;
   }
  .hl-list{ 
    height: auto; 
  }      
  img{ 
    width: 100%; 
    height: auto; } 
  .header-img img{ 
    height: 320px; 
  }
  .background-blue{ 
    width: auto;
     height: auto; 
     padding: 18px 20px; 
     top: 0; }
}

/*  800px*/
@media (max-width:800px){
  .wp-block-columns.is-layout-flex{ 
    gap: 20px; 
  }
  .banner-inner{
    padding-top: 40px; 
    margin: 16px; 
  }
  .banner-blue-logo{ 
    height: 420px;
   }
  .banner-blue-text{ 
    height: 320px;
   }
  .rightone{
    margin-inline: auto;
  }
  .contact-bar {
    margin-inline: auto; 
    margin-bottom: 20px!important;
  }
  .link-zur-hauptseite {
    margin-inline: auto; 
    margin-top: 30px!important;
  }
  .fixed-size-nav.wp-block-columns.is-layout-flex{ 
    gap: 0px!important;
   }
  .footer-logo-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-logo-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 48px;
  }
  .footer-logo img.custom-logo{ height: 120px; } 
    .teamgrid.wp-block-columns{
    flex-wrap: nowrap!important; 
  }  
  .sizefull img {width: 100%!important;}
  .text-image img{
    display: none;
  }
  .banner-logo-white img {
    width:300px!important;
    height: 162pximportant;
  }
}

/* 700px  */
@media (max-width:700px){
  h2{ 
    font-size: 26px !important;
     line-height: 38px;
      margin-top: 48px; 
    }
  h3, input{
   font-size: 18px; 
   line-height: 26px;
   }
   .svg-text h3 {
    margin-top: -5px !important;
   }
   .h-list {
    margin-left: unset;
}
.text-image ul {
  margin-left: 20px;
}
  p, li, a{ 
    font-size: 17px;
   line-height: 27px; 
  }
#gform_wrapper_2 #field_2_3 .gform_fileupload_rules {
  margin:unset !important;
}

.fixed-size{
  max-width: min(92vw, 640px); 
}
  #gform_wrapper_2 #field_2_3{ 
    grid-template-columns:1fr; 
    row-gap:10px; }
  #gform_wrapper_2 #field_2_3::before{ 
    width:72px; 
    height:84px; 
    transform:none; 
  }
  #gform_wrapper_2 #field_2_3 .gform_drop_area{ 
    min-height:160px; 
    border-radius:14px; 
    padding:24px 16px; 
  }
  #gform_wrapper_2 #field_2_3 .gform_drop_instructions{ 
    font-size:18px; 
  }
  #gform_wrapper_2 #field_2_3{
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #gform_wrapper_2 #field_2_3::before{
    width: 72px; 
    height: 84px; 
    transform: none;
    margin-inline: auto;
  }
  #gform_wrapper_2 #field_2_3 .gform_drop_area{
    min-height: 160px; 
    border-radius: 14px; 
    padding: 20px 14px;
  }
  #gform_wrapper_2 #field_2_3 .gform_drop_instructions{ 
    font-size: 18px; 
  }

  /* Allgemeine Form-Felder */
  #gform_wrapper_1 .ginput_container input,
  #gform_wrapper_1 .ginput_container select,
  #gform_wrapper_1 .ginput_container textarea,
  #gform_wrapper_2 .ginput_container input,
  #gform_wrapper_2 .ginput_container select,
  #gform_wrapper_2 .ginput_container textarea{
    padding: 10px 12px;
  }

  .button-center a,
  #gform_wrapper_1 .gform_footer .gform_button,
  #gform_wrapper_2 .gform_footer .gform_button{
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
}

/*  560px */
@media (max-width:560px){
  .banner-blue{ 
    padding: 28px; 
    margin: 45px 0; }
  .banner-blue-logo{ 
    height: 440px; 
  }
  .banner-blue-text{ 
    height: 280px; 
  }
  .list-img-buttons{ 
    gap: 28px;
   }
  .text-image{ 
    gap: 24px;
   }
  .nav-img img{ 
    width: 200px !important; 
    aspect-ratio: 200/105; }
}

/*  420px  */
@media (max-width:420px){
  h2{ 
    font-size: 24px !important; 
    line-height: 34px; }
  h3, input{ 
    font-size: 17px; 
    line-height: 24px; }
  p, li, a{ 
    font-size: 16px; 
    line-height: 24px; }

  .banner-inner{ 
    padding-top: 56px; 
  }


  .footer-logo img.custom-logo{ 
    height: 90px; 
  }


  ul.icon-list li{ 
    padding-left: 36px;
   }
  ul.icon-list li::before{ 
    width: 18px; 
    height: 18px; 
  }
}