/* Variabeldefinition */ :root {
  --dark_blue: #222D46;
  --light_blue: #0666B0;
  --red: #D00036;
  --yellow: #D6A500;
  --white: #FFFFFF;
  --bs-body-font-size: 1.5rem;
}
/* ********************************************* */
/* Body */
body {
  font-family: 'Arial', sans-serif;
}
/* ********************************************* */
/* Schriftdefinitionen */
p {
  font-size: 1.1rem;
}
.ce_text h2 {
  text-transform: uppercase;
}
.ce_text {
  padding-left: 17px;
  padding-right: 17px;
}
.ce_text p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.h1, h1 {
  font-weight: 600;
  font-style: italic !important;
}
.h2, h2 {
  font-weight: 600;
  font-style: italic !important;
  padding: 1rem 0 0 0;
}
.h3, h3 {
  font-weight: 600;
  font-style: italic !important;
}
.h4, h4 {
  font-weight: 600;
  font-style: italic !important;
}
.h5, h5 {
  font-weight: 400;
  font-style: italic !important;
}
.h6, h6 {
  font-weight: 400;
  font-style: italic !important;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: italic !important;
    padding: 2rem 0 0 0;
  }
  .h2, h2 {
    font-size: 2.2rem;
    font-weight: 600;
    font-style: italic !important;
    padding: 1.5rem 0 0 0;
  }
  .h3, h3 {
    font-size: 1.9rem;
    font-weight: 600;
    font-style: italic !important;
    padding: 1rem 0 0 0;
  }
  .h4, h4 {
    font-size: 1.6rem;
    font-weight: 600;
    font-style: italic !important;
    padding: 1rem 0 0 0;
  }
  .h5, h5 {
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic !important;
    padding: 1rem 0 0 0;
  }
  .h6, h6 {
    font-size: 1.0rem;
    font-weight: 400;
    font-style: italic !important;
    padding: 1rem 0 0 0;
  }
	.ce_text {
  padding-left: 0;
  padding-right: 0;
}
}
.header-title1 h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
}
.header-title1 h2 {
  font-size: 1rem;
  text-align: center;
}
#header-custom {
	padding-top: 90px;
}
@media (min-width: 800px) {
  .header-title1 h1 {
    font-size: 4.4rem;
    text-align: center;
    font-weight: 800;
  }
  .header-title1 h2 {
    font-size: 3.5rem;
    text-align: center;
  }
	#header-custom {
	padding-top: 0px;
}
}
.teamText {
  font-size: 2rem;
}
.team_desc h3 {
  font-style: italic;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.team_desc p {
  font-size: 1.1rem;
  font-weight: 600;
}
/* ********************************************* */
/* Hintergründe */
.bg_white {
  padding: 1.5rem 0 2rem 0;
  color: var(--dark_blue);
}
.article_bg_cover {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.article_bg_contain {
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.dark_blue {
  color: var(--dark_blue);
}
.bg-pos-top {
  background-position: top !important;
}
.bg-pos-center {
  background-position: center !important;
}
.bg-pos-bottom {
  background-position: bottom !important;
}
.background_video video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.title_footer {
	background-color: var(--yellow);
    position: relative;
    bottom: 80px;
    width: 100%;
    height: 80px;
}
.title_footer_full {
	background-color: var(--yellow);
    position: relative;
	bottom: 75px;
    width: 100%;
    height: 95px;
}
@media only screen and (min-width: 800px) {
.title_footer {
	background-color: var(--yellow);
    position: relative;
    bottom: 80px;
    left: calc(100% - 510px);
    width: 510px;
    height: 80px;
	clip-path: polygon(6.023% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.title_footer_full {
	background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 600px;
    height: 95px;
	clip-path: polygon(6.33333% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}
/* ********************************************* */
/* Navigationsbereich, Kopf */
.fuel {
  float: left;
  padding-top: 14px;
  width: 70px;
  padding-left: 15px;
}
.desktop_navbar .fuel {
  -ms-transform: skewX(22deg); /* IE 9 */
  transform: skewX(22deg); /* Standard syntax */
  padding-top: 25px;
  width: 80px;
}
.weather {
  float: left;
  padding-top: 14px;
  width: 70px;
  padding-left: 15px;
}
.desktop_navbar .weather {
  -ms-transform: skewX(22deg); /* IE 9 */
  transform: skewX(22deg); /* Standard syntax */
  padding-top: 25px;
  width: 80px;
}
.exhibition {
  float: left;
  padding-top: 14px;
  padding-left: 19px;
      color: white;
	  font-size: 0.7em;
	  text-align: center;
}
.exhibition a:link, a:visited, a:hover {
	color: white;
	text-decoration: none;
}
.mobile_navbar .exhibition {
	font-size: 0.5em;
	padding-top: 9px;
	padding-left: 25px;
}
.desktop_navbar .exhibition {
  -ms-transform: skewX(22deg); /* IE 9 */
  transform: skewX(22deg); /* Standard syntax */
  padding-top: 7px;
}
.mobile_navbar {
  display: block;
  max-width: 100%;
}
.desktop_navbar {
  display: none;
}
.bg_dark_blue {
  background-color: var(--dark_blue);
}
.logo img {
  width: 70%;
  height: 70%;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  justify-content: flex-start;
}
@media only screen and (min-width: 800px) {
.functions {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: space-between;
  }
  .logo img {
    width: 100%;
    height: 100%;
  }
  .mobile_navbar {
    display: none;
  }
  .desktop_navbar {
    display: block;
  }
}
.navigation {
  float: left;
  height: 95px;
  width: 95px;
  background-color: var(--dark_blue);
  z-index: 500;
}
.desktop_navbar .navigation {
  transform: scale(1.5, 1);
}
.transient {
  background-color: var(--light_blue);
  width: 150px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1000;
}
.desktop_navbar .transient {
  -ms-transform: skewX(-22deg); /* IE 9 */
  transform: skewX(-22deg); /* Standard syntax */
  width: 185px;
  height: 95px;
}
.transient_red {
  background-color: var(--red);
  width: 150px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1000;
}
.desktop_navbar .transient_red {
  -ms-transform: skewX(-22deg); /* IE 9 */
  transform: skewX(-22deg); /* Standard syntax */
  width: 185px;
  height: 95px;
}
.functionIcon {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 800px) {
  .functionIcon {
    width: 45px;
    height: 45px;
  }
}
.navbar-toggler {
  width: 100%;
  height: 100%;
  color: white;
}
.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.helbling_nav {
  transition: box-shadow .35s ease-in-out;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  background-color: var(--dark_blue);
  z-index: 1500;
}
.helbling_nav_content {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2000;
  height: 100vh;
}
.helbling_nav_content ul {
  float: right;
  padding: 20% 80px 0px 0px;
  clear: both;
}
.helbling_nav_content ul li {
  text-align: right;
}
.nav-link {
  color: var(--white);
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 0px 0px 1.5rem 0px;
}
.nav-link:hover, .nav-link:focus {
  color: var(--white);
  font-weight: bold;
}
.small-nav {
  font-size: 1rem !important;
}
.mail-icon {}
li.line-top:before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  background: var(--white);
  float: right;
  margin: 0px 0px 40px 0px;
}
a.mail-icon {
  display: block;
  content: ' ';
  height: 100px;
  background-image: url("/files/site/icons/w/Helbling_Icon_Mail_weiss.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 3rem;
}
.mail-icon span {
  display: none;
}
.navbar-toggler {
  font-size: 1.75rem !important;
}
.navbar-toggler-close {
  color: white;
  font-size: 1.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  float: right;
  clear: both;
  margin: 30px 35px 0px 0px;
}
.nav-footer {
  background-color: var(--yellow);
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2000;
}
.nav-100-jahre {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: center;
}
.nav-100-jahre-item1 {
  text-align: right;
}
.nav-100-jahre-item2 {
  font-size: 1.1rem;
}
.nav-100-jahre a {
  padding: 0 0 0 10px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
}
.nav-100-jahre-logo {
  width: auto;
  height: 60%;
  float: right;
}
.header-title1 {
  position: relative;
  text-transform: uppercase;
  color: white;
  font-style: italic;
}
/* ********************************************* */
/* Fussbereich */
.footer {
  background-color: var(--light_blue);
}
.footer p {
  font-size: 0.7rem;
  color: var(--white);
}
.footer a {
  text-decoration: none;
  color: var(--white);
}
.footer_end {
  color: var(--dark_blue);
  font-size: 0.8rem
}
.footer_end a {
  color: var(--dark_blue);
  font-weight: 600;
}
.footerImageArea {
  margin-bottom: -50px;
}
.footerImageUnderlay {
  position: relative;
  top: -50px;
  z-index: 100;
}
/* ********************************************* */
/* Grössendefinition */
.min-vh-50 {
  min-height: 50vh;
}
/* ********************************************* */
/* Einzelelemente */
.service_row .col {
  border-color: var(--dark_blue);
  border-right-width: 0px;
  border-right-style: solid;
  padding: 1rem 0 1rem 0;
  flex: none;
	    border-bottom: solid;
	border-bottom-width: 1px;
}
.contact_row .col {
  border-color: var(--dark_blue);
  border-right-width: 0px;
  border-right-style: solid;
  padding: 1rem 0 1rem 0;
  flex: none;
}
.contact_row [class*="col-lg"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 0 1.5rem 0;
}
.contact_row .ce_text, .contact_row h2 {
  padding-right: 0;
  padding-left: 0;
}
.boote_row .col {
  border-color: var(--dark_blue);
  border-right-width: 0px;
  border-right-style: solid;
  padding: 0 0 0 0;
  flex: none;
}
@media only screen and (min-width: 800px) {
  .boote_row .col {
    padding: 1rem 0 1rem 0;
  }
  .service_row .col {
    border-right-width: 1px;
    border-right-style: solid;
    flex: 1 0 0%;
	  border-bottom: none;
  }
  .service_row.last .col {
    border-top-width: 1px;
    border-top-style: solid;
  }
  .contact_row [class*="col-lg"] {
    margin: 0 0;
  }
}
.ce_gallery {
  padding: 0 0 1rem 0;
}
.ce_gallery .col {
  min-width: 320px;
}
.ce_gallery img {
  margin-top: 10px;
}
.service_row .col:last-child {
  border-right-width: 0px;
}
.boot_fahrschule {
  padding-left: 5px;
}
.gallery_image_container img {
  width: 100%;
}
.bg_dark {
  background-color: var(--dark_blue);
  color: var(--white);
}
.teamImage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.teamMiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(6, 102, 176, 0.8);
  display: table;
}
.ce_text:hover .teamImage {
  opacity: 1;
}
.ce_text:hover .teamMiddle {
  opacity: 1;
}
.teamText {
  display: table-cell;
  vertical-align: middle;
  color: white;
  padding: 3px;
}
.team_desc {
  padding: 10px 0 0 0;
  text-align: center;
}
.team_desc h3 {
  color: var(--light_blue);
  text-transform: uppercase;
}
.team_desc p {
  color: var(--dark_blue);
  margin: 0 !important;
}
.home_header {
  margin-bottom: 50px;
  min-height: calc(100vh - 95px) !important;
}
.geschichte_article {
  top: -200px;
}
@media only screen and (min-width: 800px) {
  .home_header {
    margin-bottom: 70px;
    min-height: calc(100vh) !important;
  }
}
/* ********************************************* */
/* Z-Index */
.z-ind-100 {
  z-index: 100;
}
.z-ind-100 img {
  z-index: 100;
}
.z-ind-110 {
  z-index: 110;
}
.z-ind-120 {
  z-index: 120;
}
.z-ind-130 {
  z-index: 130;
}
.z-ind-140 {
  z-index: 140;
}
.z-ind-150 {
  z-index: 150;
}
.z-ind-160 {
  z-index: 160;
}
.z-ind-110 img {
  z-index: 110;
}
.z-ind-120 img {
  z-index: 120;
}
.z-ind-130 img {
  z-index: 130;
}
.z-ind-140 img {
  z-index: 140;
}
.z-ind-150 img {
  z-index: 150;
}
.z-ind-160 img {
  z-index: 160;
}
/* ********************************************* */
/* Hyperlinks und Buttons */
.button_blue {
  text-transform: uppercase;
  background-color: var(--light_blue);
  display: inline-flex;
  font-size: 1.1rem;
  margin: 15px 0;
  padding: 7px 30px;
}
.button_100jears {
  text-transform: uppercase;
  background-image: url('https://tanafera.myhostpoint.ch/files/site/logos/100-Jahre-Logo.svg');
  background-repeat: no-repeat;
  background-color: var(--yellow);
  display: inline-flex;
  height: 65px !important;
  margin: 15px 0;
  padding: 12px 0 0 145px;
	max-width: 100%;
  background-position-y: center;
  background-position-x: 25px;
}
.button_blue a, .button_100jears a {
  text-decoration: none;
  padding: 7px 30px;
  color: var(--white);
  font-size: 1.1rem;
  text-align: center;
  white-space: nowrap;
}
figure {
  margin: 0 0 0 !important;
}
.home_about {
  background: linear-gradient(0deg, var(--dark_blue) 10%, #FFFFFF 0%);
}
@media (min-width: 800px) {
	.home_about {
  background: linear-gradient(0deg, var(--dark_blue) 30%, #FFFFFF 0%);
}
	.button_100jears {
  text-transform: uppercase;
  background-image: url('https://tanafera.myhostpoint.ch/files/site/logos/100-Jahre-Logo.svg');
  background-repeat: no-repeat;
  background-color: var(--yellow);
  display: inline-flex;
  height: 65px !important;
  margin: 15px 0;
  padding: 12px 0 0 175px;
  background-position-y: center;
  background-position-x: 55px;
}
}
/* ********************************************* */
/* Timeline */
.ce_timeline {
  position: relative;
  overflow: hidden;
  background-color: var(--yellow);
  padding-top: 40px;
}
.ce_timeline .ce_timeItemStart {
  width: 100%;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
}
.ce_timeline .ce_timeItemStart:nth-of-type(2n) {
  width: 100%;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
}
.ce_timeline .ce_timeItemInnerStart {
  width: 100%;
  position: relative;
  text-align: center;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
  margin-bottom: 30px;
}
.carousel-item figcaption {
  text-align: center;
  font-size: 1rem;
  color: var(--white);
}
.ce_timeItemInnerStart .ce_gallery {
  display: flex;
  flex-direction: row-reverse;
}
.ce_timeItemInnerStart .timeline-item {
  display: flex;
  flex-direction: row-reverse;
}
.ce_timeItemInnerStart .timeline-item > div {
  width: 100%;
}
.ce_timeItemInnerStart .ce_gallery .carousel {
  width: 100%;
}
.ce_timeline .ce_gallery {
  width: 100%;
}
.ce_timeline .ce_gallery img {
  width: 100%;
  height: 100%;
}
.ce_timeline .ce_timeItemStart i.timeline-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
.ce_timeline i.last-point {
  background: rgb(152, 152, 152);
  width: 14px;
  height: 14px;
  border-radius: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -6px;
}
.ce_timeline .ce_timeItemStart .timeline-item-title {
  font-size: 1.3em;
  line-height: 1;
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: inline-block;
  padding: 5px 10px 0;
  border-radius: 3px;
  margin-top: -15px;
}
.ce_timeline .ce_timeItemStart .timeline-item-title:before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  height: 1px;
  width: 10%;
}
.ce_timeline .ce_timeItemStart.timeline-w-icon .timeline-item-title {
  margin-top: 10px;
}
.ce_timeline .ce_timeItemStart.timeline-w-icon .timeline-item-title:before {
  top: 23px;
}
.ce_timeline .timeline-item-text {
  color: var(--white);
}
.ce_timeline .timeline-item-text p {
  font-size: 1.4rem;
  margin: 0;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d6a500'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  /* color: yellow; */
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d6a500'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
@media (min-width: 800px) {
  .ce_timeline:before {
    content: '';
    width: 1px;
    background: var(--white);
    position: absolute;
    top: 55px;
    left: 50%;
    height: 100%;
    margin-left: -1px;
  }
  .ce_timeline .ce_timeItemStart {
    width: 100%;
    position: relative;
    text-align: right;
    clear: both;
    float: left;
    margin-bottom: 30px;
    display: block;
  }
  .ce_timeline .ce_timeItemStart:nth-of-type(2n) {
    width: 100%;
    position: relative;
    text-align: right;
    clear: both;
    float: left;
    margin-bottom: 30px;
    display: block;
  }
  .ce_timeline .ce_timeItemInnerStart {
    position: relative;
    text-align: right;
    padding-right: 2%;
    float: left;
    margin-bottom: 30px;
    width: 50%;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) .timeline-item-title:before {
    left: 0;
    right: auto;
  }
  .ce_timeItemInnerStart .ce_gallery .carousel {
    width: 50%;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) .ce_gallery {
    display: flex;
    flex-direction: row;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) .timeline-item {
    display: flex;
    flex-direction: row;
  }
  .ce_timeItemInnerStart .timeline-item > div {
    width: 80%;
  }
  .ce_timeline .ce_timeItemStart i.timeline-icon {
    font-size: 1.333rem;
    width: 44px;
    height: 44px;
    margin-right: -22px;
    color: #fff;
    box-shadow: 0 0 0 4px rgb(110, 110, 110);
    border: 2px solid rgb(255, 255, 255);
    z-index: 10;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) {
    float: right;
    text-align: left;
    padding-left: 2%;
    padding-right: 0;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) {
    float: right;
    text-align: left;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) i {
    right: auto;
    left: -7px;
  }
  .ce_timeline .ce_timeItemStart .ce_timeItemInnerStart:nth-of-type(2n) i.timeline-icon {
    right: auto;
    left: -21px;
  }
  .ce_timeline .ce_timeItemStart i {
    background: var(--white);
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 4px;
    margin-right: -7px;
  }
}
.form-control {
  border-radius: 0px !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.headerImageArrow {
  position: absolute;
  bottom: 20px;
}
hr {
  border: none;
  height: 2px !important;
  color: #222D46 !important;
  margin: 15px 0 35px 0;
}
.line-end:after {
  content: "";
  border-bottom: 2px;
  height: 2px;
  background-color: var(--dark_blue);
  width: 90%;
  position: absolute;
  left: 5%;
  margin-top: 30px;
}
@media (min-width: 800px) {
  .line-end:after {
    content: "";
    border-bottom: 2px;
    height: 0px;
    background-color: var(--white);
    width: 0px;
    position: absolute;
    left: 5%;
  }
}
.boot_hersteller p a {
  text-decoration: none;
  font-weight: bold;
}
p a {
  text-decoration: none;
  color: var(--light_blue);
  font-weight: bold;
}
.service_icon h3 {
  margin: 15px 0 0 0;
  font-size: 1.3rem;
}
.image_container img {
  margin: 15px 0;
}
.card .image_container img {
  margin: 0 0;
}
.team_hover.ce_text {
	padding-left: 0;
	padding-right: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .8rem !important;
}
.boot_list img {
  width: 100%;
}
.ce_xippo_boot24 h3 {
  text-align: left;
}
.boot_list .row:first-of-type {
  margin: 10px 0px;
  border-top: solid;
  border-color: var(--dark_blue);
  padding-top: 10px;
  border-width: 1px;
}
.boot_list .row {
  margin: 10px 0px;
  border-bottom: solid;
  border-color: var(--dark_blue);
  padding-bottom: 30px;
  border-width: 1px;
}
.boot_list [class*="col-lg"] {
  padding-right: 0;
  padding-left: 0;
}
.boot_list h4 {
  margin: 1rem 0 0 0;
}
.detail_button {
  align-self: flex-start !important;
  text-align: left !important;
}
@media (min-width: 800px) {
  .detail_button {
    align-self: flex-end !important;
    text-align: right !important;
  }
  .boot_list h4 {
    margin: 0 0 0 0;
    padding: 0 0 .8rem;
  }
  .boot_list [class*="col-lg"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
div.boat_detail ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
div.boat_detail ul li {
  display: flex;
  flex-direction: row;
  font-size: 1.1rem;
  font-weight: 500;
}
div.boat_detail ul li label {
  font-size: 1.1rem;
  font-weight: 700;
  flex: 0 0 auto;
  min-width: 35%;
}
div.boat_detail h2 {
  font-size: 1.8rem;
}
.boat_details6 {
  margin: 30px 0 0 0;
}
div.boat_detail a.pdf {
  color: var(--dark_blue);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: 25px;
}
div.boat_detail a.pdf:before {
  content: url(/files/site/icons/db/Helbling_Icon_PDF_dunkelblau.svg);
  display: block;
  position: absolute;
  width: 20px;
  left: -25px;
}
.boat_details1 {
  margin: 30px 0 0 0;
}
.hpw_subtitle, .hpw_comma, .hpw_date_long, .hpw_date_num {
  display: none;
}
#hpw {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#hpw_0 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}
#hpw_1 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}
#hpw_2 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}
#hpw_3 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}
#hpw_4 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}
#hpw_5 {
  flex-basis: 16.666%;
  min-width: 50%;
  display: table;
  text-align: left;
  border-left: #C2C2C2 2px solid;
  padding-left: 10px;
}


@media (min-width: 800px) {
#hpw_0 {
  min-width: 16.666%;
}
#hpw_1 {
  min-width: 16.666%;
}
#hpw_2 {
  min-width: 16.666%;
}
#hpw_3 {
  min-width: 16.666%;
}
#hpw_4 {
  min-width: 16.666%;
}
#hpw_5 {
  min-width: 16.666%;
}
}

.hpw_copy {
  flex-basis: 16.666%;
  min-width: 50%;
  font-size: 0.7rem;
  text-align: left;
}
.hpw_date_short {
  display: table-row;
  text-align: left;
  font-weight: 700;
  font-size: 1.6rem;
}
.hpw_date_exp {
  display: table-row;
  text-align: left;
  font-size: 0.8rem;
  color: gray;
}
.hpw_txt {
  display: table-row;
  text-align: left;
  font-size: 0.75rem;
  color: gray;
	width: 100%;
}
.hpw_temp_0 {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-weight: 700;
}
.hpw_temp_min {
  display: inline-block;
  font-weight: 700;
}
.hpw_temp_delim {
  display: inline-block;
  margin: 0 5px 0 5px;
  font-weight: 700;
}
.hpw_temp_max {
  display: inline-block;
  font-weight: 700;
}
/* ################################### */
/* Wetter Icons */
.hpw_img_code_1 {
  content: url(/files/site/icons/wetter/1.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_2 {
  content: url(/files/site/icons/wetter/2.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_3 {
  content: url(/files/site/icons/wetter/3.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_4 {
  content: url(/files/site/icons/wetter/4.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_5 {
  content: url(/files/site/icons/wetter/5.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_6 {
  content: url(/files/site/icons/wetter/6.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_7 {
  content: url(/files/site/icons/wetter/7.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_8 {
  content: url(/files/site/icons/wetter/8.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_9 {
  content: url(/files/site/icons/wetter/9.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_10 {
  content: url(/files/site/icons/wetter/10.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_11 {
  content: url(/files/site/icons/wetter/11.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_12 {
  content: url(/files/site/icons/wetter/12.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_13 {
  content: url(/files/site/icons/wetter/13.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_14 {
  content: url(/files/site/icons/wetter/14.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_15 {
  content: url(/files/site/icons/wetter/15.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_16 {
  content: url(/files/site/icons/wetter/16.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_17 {
  content: url(/files/site/icons/wetter/17.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_18 {
  content: url(/files/site/icons/wetter/18.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_19 {
  content: url(/files/site/icons/wetter/19.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_20 {
  content: url(/files/site/icons/wetter/20.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_21 {
  content: url(/files/site/icons/wetter/21.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_22 {
  content: url(/files/site/icons/wetter/22.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_23 {
  content: url(/files/site/icons/wetter/23.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_24 {
  content: url(/files/site/icons/wetter/24.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_25 {
  content: url(/files/site/icons/wetter/25.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_26 {
  content: url(/files/site/icons/wetter/26.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_27 {
  content: url(/files/site/icons/wetter/27.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_28 {
  content: url(/files/site/icons/wetter/28.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_29 {
  content: url(/files/site/icons/wetter/29.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_30 {
  content: url(/files/site/icons/wetter/30.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_31 {
  content: url(/files/site/icons/wetter/31.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_32 {
  content: url(/files/site/icons/wetter/32.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_33 {
  content: url(/files/site/icons/wetter/33.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_34 {
  content: url(/files/site/icons/wetter/34.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_35 {
  content: url(/files/site/icons/wetter/35.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_101 {
  content: url(/files/site/icons/wetter/101.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_102 {
  content: url(/files/site/icons/wetter/102.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_103 {
  content: url(/files/site/icons/wetter/103.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_104 {
  content: url(/files/site/icons/wetter/104.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_105 {
  content: url(/files/site/icons/wetter/105.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_106 {
  content: url(/files/site/icons/wetter/106.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_107 {
  content: url(/files/site/icons/wetter/107.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_108 {
  content: url(/files/site/icons/wetter/108.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_109 {
  content: url(/files/site/icons/wetter/109.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_110 {
  content: url(/files/site/icons/wetter/110.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_111 {
  content: url(/files/site/icons/wetter/111.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_112 {
  content: url(/files/site/icons/wetter/112.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_113 {
  content: url(/files/site/icons/wetter/113.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_114 {
  content: url(/files/site/icons/wetter/114.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_115 {
  content: url(/files/site/icons/wetter/115.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_116 {
  content: url(/files/site/icons/wetter/116.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_117 {
  content: url(/files/site/icons/wetter/117.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_118 {
  content: url(/files/site/icons/wetter/118.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_119 {
  content: url(/files/site/icons/wetter/119.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_120 {
  content: url(/files/site/icons/wetter/120.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_121 {
  content: url(/files/site/icons/wetter/121.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_122 {
  content: url(/files/site/icons/wetter/122.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_123 {
  content: url(/files/site/icons/wetter/123.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_124 {
  content: url(/files/site/icons/wetter/124.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_125 {
  content: url(/files/site/icons/wetter/125.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_126 {
  content: url(/files/site/icons/wetter/126.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_127 {
  content: url(/files/site/icons/wetter/127.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_128 {
  content: url(/files/site/icons/wetter/128.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_129 {
  content: url(/files/site/icons/wetter/129.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_130 {
  content: url(/files/site/icons/wetter/130.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_131 {
  content: url(/files/site/icons/wetter/131.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_132 {
  content: url(/files/site/icons/wetter/132.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_133 {
  content: url(/files/site/icons/wetter/133.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_134 {
  content: url(/files/site/icons/wetter/134.png);
  width: 70px;
  height: 70px;
}
.hpw_img_code_135 {
  content: url(/files/site/icons/wetter/135.png);
  width: 70px;
  height: 70px;
}
div.link_sturm_warn {
  padding: 10px 0;
}
.link_sturm_warn a:before {
  content: url(/files/site/icons/w/Helbling_Icon_Sturmwarnung_weiss.svg);
  width: 60px;
  position: absolute;
  left: -90px;
}
.link_sturm_warn a {
  text-decoration: none;
  color: var(--white);
  line-height: 60px;
  position: relative;
  left: 90px;
  font-weight: 700;
}
div.link_wasser_temp {
  padding: 10px 0;
}
.link_wasser_temp a:before {
  content: url(/files/site/icons/w/Helbling_Icon_Wassertemperatur_weiss.svg);
  width: 60px;
  position: absolute;
  left: -90px;
}
.link_wasser_temp a {
  text-decoration: none;
  color: var(--white);
  line-height: 60px;
  position: relative;
  left: 90px;
  font-weight: 700;
}
div.link_wetter_radar {
  padding: 10px 0;
}
.link_wetter_radar a:before {
  content: url(/files/site/icons/w/Helbling_Icon_Wetterradar_weiss.svg);
  width: 60px;
  position: absolute;
  left: -90px;
}
.link_wetter_radar a {
  text-decoration: none;
  color: var(--white);
  line-height: 60px;
  position: relative;
  left: 90px;
  font-weight: 700;
}
div.link_wasser_stand {
  padding: 10px 0;
}
.link_wasser_stand a:before {
  content: url(/files/site/icons/w/Helbling_Icon_Wasserstand_weiss.svg);
  width: 60px;
  position: absolute;
  left: -90px;
}
.link_wasser_stand a {
  text-decoration: none;
  color: var(--white);
  line-height: 60px;
  position: relative;
  left: 90px;
  font-weight: 700;
}
.fuel_side {
  transition: box-shadow .35s ease-in-out;
  position: absolute;
  top: 95px;
  right: 0px;
  width: 570px;
  height: 100vh;
  background-color: var(--white);
  z-index: 1500;
}
.fuel_side_content {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2000;
  height: 100vh;
  width: 290px;
  float: right;
}
.fuel_title {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.fuel_title h2 {
  font-size: 3rem;
  text-transform: uppercase;
  padding-left: 10px;
}
.fuel_title h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 5%;
  padding-left: 10px;
}
.fuel_price {
  border-top: 1px solid #222D46;
  padding: 10px 0px;
  margin-right: 30px;
  margin-left: 10px;
}
.fuel_price h5 {
  font-size: 1.1rem;
  margin: 0 !important;
  font-style: normal !important;
  font-weight: 600;
  padding-left: 10px;
}
.fuel_price p {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--light_blue);
  margin: 0 !important;
  padding-left: 10px;
}
.fuel_timestamp {
  font-size: 0.75rem;
  padding-left: 10px;
}
.fuel_cooridnates {
  border-top: 1px solid #222D46;
  padding: 10px 0px;
  margin-right: 30px;
  margin-left: 10px;
}
.fuel_cooridnates h6 {
  font-size: 0.6rem;
  margin: 0 !important;
  font-style: normal !important;
  font-weight: 700;
  padding-left: 10px;
}
.fuel_cooridnates p {
  font-size: 0.6rem;
  margin: 0 !important;
  padding-left: 10px;
}
@media only screen and (min-width: 800px) {}
.fuel_side_content .fuel_title {
  margin-top: 20%;
}
.fuel_side_content .fuel_title h2 {
  font-size: 2rem;
  text-transform: uppercase;
}
.fuel_side_content .fuel_title h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 10%;
}
.fuel_side_content .fuel_price {
  border-top: 1px solid #222D46;
  padding: 10px 0px;
  margin-right: 30px;
}
.fuel_side_content .fuel_price h5 {
  font-size: 1.1rem;
  margin: 0 !important;
  font-style: normal !important;
  font-weight: 600;
}
.fuel_side_content .fuel_price p {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--light_blue);
  margin: 0 !important;
}
.fuel_side_content .fuel_timestamp {
  font-size: 0.75rem;
}
.fuel_side_content .fuel_cooridnates {
  border-top: 1px solid #222D46;
  padding: 10px 0px;
  margin-right: 30px;
}
.fuel_side_content .fuel_cooridnates h6 {
  font-size: 0.6rem;
  margin: 0 !important;
  font-style: normal !important;
  font-weight: 700;
}
.fuel_side_content .fuel_cooridnates p {
  font-size: 0.6rem;
  margin: 0 !important;
}
.ce_downloads ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ce_downloads a {
  color: var(--light_blue);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 2rem;
}
.ce_downloads a:before {
  content: url(/files/site/icons/hb/Helbling_Icon_PDF_hellblau.svg);
  display: block;
  position: absolute;
  width: 20px;
  left: -25px;
}
.hilfreiches_hyperlink {
	margin-left: 32px;
	margin-top: -15px;
}
.hilfreiches_hyperlink a {
  color: var(--light_blue);
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 2rem;
}
.hilfreiches_hyperlink a:before {
  content: url(/files/site/icons/hb/Helbling_Icon_PDF_hellblau.svg);
  display: block;
  position: absolute;
  width: 20px;
  left: -25px;
}
@media only screen and (min-width: 800px) {
  .ce_downloads a {}
  .ce_downloads a:before {
    width: 20px;
    left: -25px;
  }
}
.row {
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 800px) {
  .row {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
  }
  .max_width_85 > div > div > div > p {
/*    width: 85%;*/
	  padding-right: 12%;
  }
}
.end_line {
	padding-left: 0!important;
	padding-right: 0!important;
}
.end_line p {
  font-weight: 700;
  margin-top: 25px;
}
.line-right {
	border-right: none;
    border-right-width: 1px;
}
@media only screen and (min-width: 800px) {
  .end_line p {
    font-weight: 700;
    margin-top: 13px;
  }
	.line-right {
	border-right: solid;
    border-right-width: 1px;
}
}
#gaugeWindDirection {
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}
#gaugeWindSpeed {
  max-width: 400px;
  height: 100%;
  margin: 0 auto;
}
.dxg-title text {
  font-style: italic !important;
}
.bg_poly_line {
  margin: 2rem 0 0 0;
}
.ce_columns {
  margin: 2rem 0 0 0;
}
.newslist_pagination {
	text-align: center;
	margin: 2rem 0;
}
h5.card-title {
	padding: 0 0 0 0;
}
.card {
	border-radius: 0;
	border-color: var(--dark_blue);
}
.mod_newslist .card {
	margin-bottom: 1.5rem;
}
.float_right {
	float: right !important;
	margin-left: 1rem !important;
}
.float_left {
	float: left !important;
	margin-right: 1rem !important;
}
p.more {
	margin-bottom: 0;
}

.mod_mailchimp_subscribe .formbody:after {
  content: "";
  display: table;
  clear: both;
}

.mod_mailchimp_subscribe .formbody > div.widget {
	width: 100%;
	padding: 0 5px 0 5px;
}

@media only screen and (min-width: 800px) {
  

.mod_mailchimp_subscribe .formbody > div.widget {
	float: left;
	width: 25%;
	padding: 0 5px 0 5px;
}
}

