/* 
    1. TIPOGRAFIA
    2. BUTTONS
    3. BLOCKS
    4. IMGS
    5. IFRAMES
    6. INTRO-BLOCKS
    7. CONTENT BLOCKS
    8. MAPPA
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Helvetica";
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 700;
  color: #3854B1;
}
h1.adorned,
h2.adorned,
h3.adorned,
h4.adorned,
h5.adorned,
h6.adorned {
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
h1.adorned:after,
h2.adorned:after,
h3.adorned:after,
h4.adorned:after,
h5.adorned:after,
h6.adorned:after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #7E94DC;
  margin: 10px 0 -.5em;
}
h1.adorned.title-center,
h2.adorned.title-center,
h3.adorned.title-center,
h4.adorned.title-center,
h5.adorned.title-center,
h6.adorned.title-center {
  text-align: center;
  justify-content: center;
}
h1.adorned.title-center::after,
h2.adorned.title-center::after,
h3.adorned.title-center::after,
h4.adorned.title-center::after,
h5.adorned.title-center::after,
h6.adorned.title-center::after {
  margin-left: calc(50% - 30px);
}
@media (max-width: 768px) {
  h1.adorned,
  h2.adorned,
  h3.adorned,
  h4.adorned,
  h5.adorned,
  h6.adorned {
    margin-top: 0.5em;
  }
}
h1.two-tone span,
h2.two-tone span,
h3.two-tone span,
h4.two-tone span,
h5.two-tone span,
h6.two-tone span {
  color: #3854B1;
}
h1.dark-title,
h2.dark-title,
h3.dark-title,
h4.dark-title,
h5.dark-title,
h6.dark-title {
  color: #213A8F !important;
}

.blue-title {
  color: #3854B1;
}

h1 {
  font-size: 2.6em;
  line-height: 1.21em;
}

h2 {
  font-size: 2.22em;
  line-height: 1.2em;
}

h3 {
  font-size: 1.8333em;
  line-height: 1.18em;
}
h3.bluetitle {
  font-size: 1.25em;
  color: #3854B1;
}

h4 {
  font-size: 1.555em;
  line-height: 1.17em;
}

h5 {
  font-size: 1.277em;
  line-height: 1.17em;
}

h6 {
  font-size: 1.1111em;
  line-height: 1.17em;
}

body {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

.btn {
  margin: 25px 0;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 1em;
}
.btn.btn-primary {
  background-color: #213A8F;
  color: white;
  border: 2px solid #213A8F;
  transition: 0.25s;
}
.btn.btn-primary:hover {
  box-shadow: inset 350px 0 0 0 white;
  color: #213A8F;
  border: 2px solid #213A8F;
}
.btn.btn-primary.light {
  background-color: white;
  color: #213A8F;
}
.btn.btn-dark {
  background-color: #1A2D6F;
  color: white;
  border: 2px solid #1A2D6F;
  transition: 0.25s;
}
.btn.btn-dark:hover {
  box-shadow: inset 350px 0 0 0 #3854B1;
  color: white;
  border: 2px solid #3854B1;
}
.btn.btn-cataloghi {
  font-size: 16px;
  background-color: white;
  color: #3854B1;
  border: 2px solid #3854B1;
  transition: 0.25s;
  padding-left: 40px;
}
.btn.btn-cataloghi:hover {
  box-shadow: inset 350px 0 0 0 #7E94DC;
  color: white;
  border: 2px solid #7E94DC;
}
.btn.btn-cataloghi:before {
  background-image: url(../img/icone/download-cataloghi.svg);
  transition: 0.5s;
  content: "";
  position: absolute;
  background-size: contain;
  height: 1em;
  width: 1em;
  margin-left: -30px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.btn-cataloghi:hover {
  padding-left: 45px;
}
.btn.btn-cataloghi:hover:before {
  background-image: url(../img/icone/download-cataloghi-white.svg);
}
.btn.with_icon {
  padding-right: 30px;
}
.btn.with_icon:after {
  background-image: url(../img/icone/arrow.svg);
  transition: 0.5s;
  content: "";
  position: absolute;
  background-size: contain;
  height: 1em;
  width: 1em;
  margin-left: 5px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.btn.with_icon:hover {
  padding-right: 45px;
}
.btn.with_icon:hover:after {
  margin-left: 15px;
  background-image: url(../img/icone/arrow_blue.svg);
}

section {
  padding: 70px 0;
}
@media (min-width: 1200px) {
  section .container {
    max-width: 1030px;
  }
}
@media (min-width: 1400px) {
  section .container {
    max-width: 1320px;
  }
}
section.light_blue_bg {
  background-color: #DCE2F6;
}

.page_nointro {
  padding-top: 150px;
}
.page_nointro h1 {
  color: #3854B1;
  padding-bottom: 100px;
}

.check_list {
  list-style: none;
  padding-left: 25px;
}
.check_list li {
  margin-bottom: 15px;
}
.check_list li:before {
  content: " ";
  background-image: url(../img/vogel_check.svg);
  background-size: contain;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-left: -30px;
}

img {
  max-width: 100%;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 20px auto 20px;
}

.video_intro video {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.video_intro .intro_txt {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  height: 500px;
  width: 100%;
  margin-top: -500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.intro_page {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  -webkit-box-shadow: inset 2000px 2000px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 2000px 2000px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 2000px 2000px 5px 0px rgba(0, 0, 0, 0.5);
  background-position: center;
  background-size: cover;
}
.intro_page h1 {
  color: white;
}
@media (max-width: 768px) {
  .intro_page h1 {
    text-align: center;
  }
}
.intro_page.tall {
  height: 500px;
}
.intro_page#news_intro {
  background-image: url(../img/news/news-intro.jpeg);
}
.intro_page#contatti_intro {
  background-image: url(../img/contatti/contatti-intro.jpeg);
}

.content_wrap {
  background-color: white;
}
.content_wrap .sidebar_content {
  display: flex;
  padding-top: 100px;
  gap: 75px;
}
.content_wrap .sidebar_content .sidebar_menu {
  max-width: 300px;
  width: 25%;
}
.content_wrap .sidebar_content .sidebar_menu .sidebar_menu_list {
  list-style: none;
  position: sticky;
  top: 15px;
}
.content_wrap .sidebar_content .sidebar_menu .sidebar_menu_list a {
  color: black;
  text-decoration: none;
}
.content_wrap .sidebar_content .sidebar_menu .sidebar_menu_list a:hover li {
  background-color: #DCE2F6;
  padding: 16px 0 16px 30px;
}
.content_wrap .sidebar_content .sidebar_menu .sidebar_menu_list li {
  border-bottom: 1px solid #A9AAAC;
  padding: 16px 15px;
  text-transform: uppercase;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .content_wrap .sidebar_content .sidebar_menu {
    display: none;
  }
}
.content_wrap .sidebar_content .block_content {
  max-width: 700px;
  width: 65%;
}
.content_wrap .sidebar_content .block_content .vogel_section {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .content_wrap .sidebar_content .block_content {
    width: 100%;
  }
}

.logo_wrap {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.logo_wrap .logo_img {
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  width: 175px;
  height: 70px;
  object-fit: contain;
}
.logo_wrap .logo_text {
  width: calc(100% - 150px);
  font-size: 16px;
}
.logo_wrap .logo_text h4 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .logo_wrap {
    flex-direction: column;
  }
  .logo_wrap .logo_text {
    width: 100%;
  }
}

#map-block {
  height: 500px;
  margin-top: 35px;
  margin-bottom: 50px;
}

.map-form {
  max-width: 600px;
  margin: 30px auto -20px;
  display: flex;
  gap: 0;
}

.map-form input {
  width: calc(100% - 100px);
  padding: 5px 20px;
  border: 1px solid #A9AAAC;
  border-right: 0px solid white;
  border-radius: 5px 0 0 5px;
}

.map-form .btn {
  margin: 0;
  padding: 5px 20px;
  border-radius: 0 5px 5px 0;
  background-color: #213A8F;
  color: white;
  border: 2px solid #213A8F;
  transition: 0.25s;
}
.map-form .btn:hover {
  box-shadow: inset 350px 0 0 0 white;
  color: #213A8F;
  border: 2px solid #213A8F;
}

.navbar {
  background-color: #213A8F;
  color: white;
}
.navbar .navbar-nav .nav-link {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .navbar .container {
    align-items: center;
    display: flex;
  }
}
.navbar .container .navbar-toggler {
  border: 1px solid white;
  color: white;
}
.navbar .container .navbar-toggler span {
  color: white;
  background-image: url(../img/icone/menu.svg);
}
@media (max-width: 992px) {
  .navbar .container .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 15px;
  }
}
.navbar .container .navbar-brand {
  height: 74px;
}
.navbar .container .navbar-brand img {
  height: 44px;
}
.navbar .container li a {
  text-transform: uppercase;
  color: white;
  border-bottom: 2px solid #213A8F;
  border-top: 2px solid #213A8F;
}
.navbar .container li a:hover {
  background-color: #213A8F;
  border-bottom: 2px solid white;
}
.navbar .container li a.show {
  color: white;
}
@media (min-width: 992px) {
  .navbar .container li .dropdown-menu.catalogues {
    right: 0;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
  }
  .navbar .container li .dropdown-menu.catalogues.show {
    display: flex;
  }
}
.navbar .container li .dropdown-menu.catalogues ul {
  padding: 0;
  list-style: none;
}
.navbar .container li .dropdown-menu.catalogues ul li {
  padding: 5px;
}
.navbar .container li .dropdown-menu.catalogues ul li img {
  height: 40px;
  width: 40px;
  padding: 5px;
  border-radius: 5px;
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-catalogo-completo, .navbar .container li .dropdown-menu.catalogues ul li img#dropdown-listino-prezzi, .navbar .container li .dropdown-menu.catalogues ul li img#dropdown-tutti-i-cataloghi, .navbar .container li .dropdown-menu.catalogues ul li img#dropdown-length-measurements {
  background-color: rgba(33, 58, 143, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-scribing-devices {
  background-color: rgba(251, 187, 33, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-calipers {
  background-color: rgba(117, 23, 85, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-test-equipment {
  background-color: rgba(4, 166, 75, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-micrometers {
  background-color: rgba(229, 0, 70, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-measuring-instruments {
  background-color: rgba(0, 85, 90, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-dial-gauges-and-stands {
  background-color: rgba(236, 103, 38, 0.2);
}
.navbar .container li .dropdown-menu.catalogues ul li img#dropdown-miscellaneous {
  background-color: rgba(47, 43, 76, 0.2);
}
.navbar .container li .dropdown-menu.catalogues a {
  color: black;
  border: none;
  padding: 5px 15px 5px 5px;
}
.navbar .container li .dropdown-menu.catalogues a:hover {
  background-color: #DCE2F6;
}
.navbar .container li .dropdown-menu .dropdown-column {
  width: 100%;
}

#lang_selector .btn {
  margin: 0px;
  background: none;
  border: 0px solid white;
}
#lang_selector .btn:after {
  display: none;
}
#lang_selector ul {
  margin-left: -100px;
  background-color: #213A8F;
  border: 1px solid white;
}
#lang_selector ul li {
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  #lang_selector {
    position: absolute;
    right: 65px;
    top: 15px;
  }
}

img.flag_img {
  max-width: 24px;
  margin-right: 5px;
}

footer {
  color: white;
}
footer .footer-top {
  padding: 65px 0 30px;
  background-color: #213A8F;
}
footer .footer-top .logos img {
  display: block;
  width: 90px;
  margin-bottom: 2rem;
}
footer .footer-top .logos img:first-child {
  width: 150px;
}
footer .footer-top .company-data {
  font-size: 20px;
  line-height: 1.2em;
}
footer .footer-top .footer-info-col {
  padding-top: 25px;
}
footer .footer-top .footer-info-col .footer-title {
  font-size: 20px;
  width: 100%;
  line-height: 1.2em;
  border-bottom: 2px solid #7E94DC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  footer .footer-top .footer-info-col .footer-title {
    width: 50%;
  }
}
footer .footer-top .footer-info-col .footer-title::before {
  position: absolute;
  content: " ";
  width: 38px;
  height: 4px;
  background: white;
  margin-top: calc(1em + $padding-bottom-footer-title + 2px);
}
footer .footer-top .footer-info-col ul {
  padding: 0;
  list-style: none;
}
footer .footer-top .footer-info-col ul li {
  padding: 0px 0 7px;
}
footer .footer-bottom {
  background-color: black;
}
footer .footer-bottom ul {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
  gap: 10px;
  list-style: none;
}
footer .footer-bottom ul li {
  padding: 5px 15px;
  border-left: 2px solid white;
}
footer .footer-bottom ul li:first-child {
  border-left: 0px solid;
}
footer .footer-bottom ul li a {
  color: white;
  text-decoration: none;
}
footer .footer-bottom ul li a:hover {
  color: #7E94DC;
}
@media (max-width: 768px) {
  footer .footer-bottom ul {
    flex-direction: column;
  }
  footer .footer-bottom ul li {
    border: 0px solid;
    text-align: center;
  }
}
footer .footer-bottom p {
  text-align: center;
}

/* 
    1.CAROUSEL
    2.CATALOGUES
*/
div#carouselHomePage .carousel-control-prev button, div#carouselHomePage .carousel-control-next button {
  height: 20%;
  margin: auto;
}

.carousel-item .carousel_inner {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-item .carousel_inner .container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.carousel-item .carousel_inner .container h1,
.carousel-item .carousel_inner .container h2,
.carousel-item .carousel_inner .container h3,
.carousel-item .carousel_inner .container h4 {
  color: white;
}
.carousel-item .carousel_inner .container a {
  margin-top: 200px;
  margin-left: 80px;
}

.carousel-indicators button {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid white !important;
}
.carousel-indicators button.active {
  background-color: #213A8F;
}

.catalogue_img {
  background-color: #DCE2F6;
  margin: 0 auto 20px;
  height: 250px;
  padding: 40px;
}
.catalogue_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 768px) {
  .catalogue_img img {
    max-height: 200px;
    margin: 0 auto;
  }
}

.catalogue_title {
  margin: 0 auto 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .catalogue_title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mobileimage {
    display: flex !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    -webkit-object-fit: contain !important;
  }
}
.catalogue {
  margin-top: 55px;
  justify-items: center;
}
.catalogue p {
  min-height: 5em;
}
@media (max-width: 768px) {
  .catalogue p {
    min-height: auto;
  }
}
.catalogue .btn {
  margin-top: 10px;
}
.catalogue img {
  padding: 6px;
  border-radius: 6px;
  width: 200px;
  height: auto;
  margin-bottom: 25px;
}
.catalogue img#icon-catalogo-completo, .catalogue img#icon-listino-prezzi, .catalogue img#icon-tutti-i-cataloghi, .catalogue img#icon-length-measurements {
  background-color: rgba(33, 58, 143, 0.2);
}
.catalogue img#icon-scribing-devices {
  background-color: rgba(251, 187, 33, 0.2);
}
.catalogue img#icon-calipers {
  background-color: rgba(117, 23, 85, 0.2);
}
.catalogue img#icon-test-equipment {
  background-color: rgba(4, 166, 75, 0.2);
}
.catalogue img#icon-micrometers {
  background-color: rgba(229, 0, 70, 0.2);
}
.catalogue img#icon-measuring-instruments {
  background-color: rgba(0, 85, 90, 0.2);
}
.catalogue img#icon-dial-gauges-and-stands {
  background-color: rgba(236, 103, 38, 0.2);
}
.catalogue img#icon-miscellaneous {
  background-color: rgba(47, 43, 76, 0.2);
}
@media (max-width: 768px) {
  .catalogue {
    text-align: center;
    margin-top: 40px;
  }
  .catalogue img {
    width: 200px;
    height: auto;
  }
}

#catalogue_wrap a:hover {
  color: #213A8F;
}

#catalogue_wrap a {
  color: #212529;
  text-decoration: none;
}

.news_container {
  padding-left: calc(50% - 650px);
  padding: 15px;
}
.news_container .block_content {
  max-width: 100% !important;
  width: calc(100% - 350px) !important;
}
@media (max-width: 992px) {
  .news_container .block_content {
    width: 100% !important;
  }
}
.news_container .block_content h1, .news_container .block_content h2, .news_container .block_content h3, .news_container .block_content h4, .news_container .block_content h5, .news_container .block_content h6, .news_container .block_content p {
  max-width: 700px;
}

.vogel-timeline {
  padding: 0;
}

.news-gallery {
  padding: 45px 0;
}
.news-gallery img {
  max-height: 250px;
  height: 100%;
  width: auto;
  border-radius: 10px;
}
.news-gallery .owl-nav {
  position: absolute;
  top: 10px;
  right: 15px;
}
.news-gallery .owl-nav button {
  font-size: 30px !important;
  margin: 0 5px;
}

.vogel-timeline-container {
  margin: auto;
  display: block;
  position: relative;
}
.vogel-timeline-container ul.vogel-timeline-list {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}
.vogel-timeline-container ul.vogel-timeline-list li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 2px solid #3854B1;
  padding: 0 0 50px 30px;
  position: relative;
}
.vogel-timeline-container ul.vogel-timeline-list li .vogel-timeline-item {
  background-color: #DCE2F6;
  border-radius: 8px;
  padding: 20px;
}
.vogel-timeline-container ul.vogel-timeline-list li .vogel-timeline-item .date {
  color: #3854B1;
  font-weight: 700;
  margin-bottom: 10px;
}
.vogel-timeline-container ul.vogel-timeline-list li .vogel-timeline-item .vogel-timeline-img {
  background-color: #00000033;
  height: 333px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vogel-timeline-container ul.vogel-timeline-list li .vogel-timeline-item .vogel-timeline-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vogel-timeline-container ul.vogel-timeline-list li:last-child {
  border-left: 0;
}
.vogel-timeline-container ul.vogel-timeline-list li:before {
  position: absolute;
  left: -10px;
  top: -5px;
  content: " ";
  border-radius: 500%;
  background: #3854B1;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}
.vogel-timeline-container ul.vogel-timeline-list li:hover:before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}

#contatti-content_wrap {
  padding: 100px 0;
}
#contatti-content_wrap .qr-contacts {
  display: block;
  margin-top: 20px;
  width: 175px;
  max-width: 100%;
}
#contatti-content_wrap .row {
  padding: 20px 0;
}

#contacts_info_row {
  padding-bottom: 150px !important;
}
#contacts_info_row a {
  color: #213A8F;
  font-weight: 700;
}
@media (max-width: 768px) {
  #contacts_info_row {
    gap: 20px;
    padding-bottom: 50px !important;
  }
}

.faux_select:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #40464D;
  border-bottom: 5px solid #E6E6E7;
  float: right;
  margin-top: 8px;
  transition: 0.15s;
}
.faux_select .faux_select_text {
  background-color: #E6E6E7;
  border-bottom: 1px solid #E6E6E7;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: 0.25s;
  padding: 2px 10px;
  min-height: 1.2em;
}
.faux_select ul {
  padding: 0;
  margin-bottom: 0;
  position: absolute;
  background-color: #E6E6E7;
  margin-left: -9px;
  max-height: 250px;
  overflow: auto;
  z-index: 999;
}
.faux_select ul li {
  max-height: 0px;
  overflow: hidden;
  padding: 0 20px;
  transition: 0.25s;
}
.faux_select ul li:hover {
  background-color: rgba(64, 70, 77, 0.2);
}
.faux_select.open:before {
  transform: rotate(180deg);
  margin-top: 4px;
}
.faux_select.open ul {
  border: 1px solid #A9AAAC;
  padding-bottom: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.faux_select.open ul li {
  max-height: 100px;
  padding: 7px 20px;
}
.faux_select.open ul li.selected {
  font-weight: bold;
}

.form_vogel_contatti label {
  margin-bottom: 10px;
  width: 100%;
}
.form_vogel_contatti label a {
  color: #40464D;
}
.form_vogel_contatti .row-fluid {
  display: flex;
  gap: 15px;
}
.form_vogel_contatti .dropdown .umbraco-forms-field-wrapper, .form_vogel_contatti .shortanswer .umbraco-forms-field-wrapper {
  height: 87px;
  padding-bottom: 15px;
}
.form_vogel_contatti .umbraco-forms-field-wrapper .field-validation-error {
  color: #AC1C1C;
}
.form_vogel_contatti .faux_select, .form_vogel_contatti select, .form_vogel_contatti textarea, .form_vogel_contatti input[type=text],
.form_vogel_contatti input[type=tel],
.form_vogel_contatti input[type=email] {
  width: 100%;
  background-color: #E6E6E7;
  border: 1px solid #A9AAAC;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 5px;
}
.form_vogel_contatti textarea {
  min-height: 175px;
}
.form_vogel_contatti .dataconsent .umbraco-forms-field-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.form_vogel_contatti .dataconsent .umbraco-forms-field-wrapper input[type=checkbox] {
  width: 15px;
}
.form_vogel_contatti .dataconsent .umbraco-forms-field-wrapper label {
  margin-bottom: 0;
  width: calc(100% - 25px);
}
.form_vogel_contatti input[type=submit] {
  background-color: #213A8F;
  color: white;
  border: 2px solid #213A8F;
  transition: 0.25s;
  padding: 20px 20px 20px 20;
  border-radius: 5px;
  margin: 20px auto;
  display: block;
  width: 150px;
}
.form_vogel_contatti input[type=submit]:hover {
  box-shadow: inset 350px 0 0 0 white;
  color: #213A8F;
  border: 2px solid #213A8F;
}
.form_vogel_contatti input[type=submit] svg {
  height: 1.5em;
  margin: -.25em 0 0 10px;
}
.form_vogel_contatti input[type=submit]:hover svg path {
  fill: #213A8F;
}
@media (max-width: 768px) {
  .form_vogel_contatti input[type=submit] {
    margin: 20px auto 0;
    display: block;
  }
}
.form_vogel_contatti .umbraco-forms-hidden {
  display: none;
}
.form_vogel_contatti .dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form_vogel_contatti .dataconsent .umbraco-forms-field-wrapper label {
  margin-bottom: 0;
}

.hover-svg {
  transition: fill 0.3s ease;
}

.hover-svg:hover .svg-path {
  fill: white;
  stroke: #3854B1;
  stroke-width: 2;
}

.timeline {
  position: relative;
  width: 100%;
  margin: 50px auto;
  padding: 20px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #ad9742;
  top: 0;
  bottom: 0;
  left: 50%;
}

.timeline-box {
  position: relative;
  background-color: #213A8F;
  color: white;
  border-radius: 8px;
  max-width: 280px;
  padding: 15px;
  margin: 10px 0;
}

.timeline-box.right {
  justify-self: right;
}

.timeline-box img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.timeline-box h3 {
  margin: 10px 0 5px;
}

.timeline-box.right h3, .timeline-box.right p {
  text-align: left;
}

.timeline-box.left h3, .timeline-box.left p {
  text-align: right;
}

.timeline-box p {
  margin: 1rem 0;
}

.timeline-box::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ad9742;
  border: 4px solid #ad9742;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline-box.left::before {
  right: -29.6%;
}

.timeline-box.right::before {
  left: -27.6%;
}

.year {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #003366;
}

.year span {
  background-color: #fff;
  padding: 0 10px;
}

.containertimeline {
  text-align: center;
}

@media (max-width: 1200px) {
  .timeline-box.right::before {
    left: -11.6%;
  }

  .timeline-box.left::before {
    right: -13%;
  }
}
@media (max-width: 992px) {
  .timeline::after {
    left: 10px;
  }

  .timeline-box.right {
    justify-self: normal;
  }

  .timeline-box {
    margin-left: 3rem;
  }

  .timeline-box.right::before {
    left: -16.5%;
  }

  .timeline-box.left::before {
    right: 0;
    left: -16.5%;
  }

  .timeline-box.left h3, .timeline-box.left p {
    text-align: left;
  }
}

/*# sourceMappingURL=main.css.map */
