/* //////////////////////////////////// ALLGEMEIN //////////////////////////////////// */
body{
	font-family: "bryant-web";
	font-size: 100%;
	margin: 0px;
	line-height: 1.5;
	background-color: #FAFBFB;
	color: #9D9F9E;
	font-weight: 400;
}
body strong{
	font-weight: bold;
}
.titelbox{
	width: 60%;
	margin-bottom: 30px;
}
.titelbox h1, .titelbox h2, .titelbox h3, .titelbox h4, .titelbox h5, .titelbox h6{
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #5DB6D3;
}
div p{
	margin: 0px 0px 15px 0px;
}
div p:last-child, p:last-child{
	margin: 0 auto;
}
img{
	max-width: 100%;
	height:auto;
}
a{
	color: #5DB6D3;
	text-decoration: none;
}
a:active, a:hover {
	color: #5DB6D3;
	text-decoration: underline;
}
.textcenter{
	text-align:center;
}
svg, video{
	max-width: 100%;
}
ul{
	padding-left: 20px;
	margin: 0 auto 15px;
}
.no_scroll{
	height: 100vh;
	overflow: hidden;
}
/* //////////////////////////////////// CONTENT //////////////////////////////////// */
.w1280{
	max-width: 1280px;
	margin: 0 auto;
	position:relative;
	padding: 0px 40px;
}
.w1024{
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
.w960{
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.w800{
	max-width:800px;
	margin:0 auto;
	position:relative;
}
.w600{
	max-width:600px;
	margin:0 auto;
	position:relative;
}

.margin_oben{
	margin-top: 100px;
}
.margin_unten{
	margin-bottom: 100px;
}

.fullwidth{
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	position: relative;
	font-size: 1.2rem;
}
.h900{
	height: 900px;
}
.table_div{
	display: table;
	width: 100%;
	height: 100%;
}
.table_cell_div{
	display: table-cell;
}


/* //////////////////////////////////// Header //////////////////////////////////// */
.header{
	padding: 25px 0;
}
.header_logo{
	float: left;
	line-height: 0;
}
.header_rechts{
	float: right;
	text-align: right;
	font-size: 1.1rem;
	margin: 23px auto;
}
.flex_box_header{
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	align-items: center;
}
.tel{
	
}
.tel a{
	display: block;
	line-height: 1;
	color: #9D9F9E;
}
.tel a:hover{
	text-decoration: none;
}
.tel svg{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.tel span{
	display: inline-block;
	vertical-align: middle;
}

.kontakt{
	margin: 0;
}
.kontakt a{
	display: block;
	line-height: 1;
	color: #9D9F9E;
}

#languages{
	
}
#languages a{
	display: block;
	line-height: 1;
	color: #9D9F9E;
	text-transform: uppercase;
}
#languages a.active_lang{
	display: none;
}

#languages a:hover, .kontakt a:hover, .tel a:hover{
	color: #5DB6D3;
}
.tel a:hover .hover_fill{
	fill: #5DB6D3;
}

.open_menu{
	display: none;
}
.menu{
	margin-top: 10px;
	line-height: 1;
}
.nav-menu{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.nav-menu li{
	display: inline-block;
	margin-right: 20px;
}
.nav-menu li:last-child{
	margin: 0 auto;
}
.nav-menu li a{
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	color: #3C403E;
}
.nav-menu li a:hover{
	color: #5DB6D3;
} 


/* //////////////////////////////////// Slider //////////////////////////////////// */
.splide__container {
    box-sizing: border-box;
    position: relative
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}
.splide {
    position: relative;
    visibility: hidden
}
.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}
.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}
.splide--rtl {
    direction: rtl
}
.splide__track--ttb>.splide__list {
    display: block
}

.splide .splide__slide, .startbild{
	height: 70vh;
	background-position: center;
	background-size: cover;
}
.splide_neu{
	line-height: 0;
}
.splide_neu .splide__slide{
	height: auto;
}


.splide__arrow{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	bottom: 40px;
	background-color: transparent;
}
.splide__arrow svg{
	width: 30px;
}
.splide__arrow--prev{
	right: calc(50% - 550px);
}
.splide__arrow--next{
	right: calc(50% - 600px);
}



.splide_neu .splide__arrows{
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.splide_neu .splide__arrow{
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	float: left;
	padding: 0;
}
.splide_neu .splide__arrow--prev{
	margin-right: 10px;
}



.markel{
	position: absolute;
	text-align: center;
	left: calc(50% - 600px);
	top: 10%;
}
.markel a{
	background-color: #3C403E;
	border: 10px solid #707070;
	border-radius: 900px;
	font-size: 1.2rem;
	color: #9D9F9E;
	font-weight: 500;
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.markel a:hover::after{
	background-color: red;
	width: 20px;
}
.markel a:hover{
	border: 10px solid #5DB6D3;
	color: #5DB6D3;
}
.markel a:hover .later_fill{
	fill: #5DB6D3;
}
.markel img{
	position: absolute;
	left: calc(50% - 19.5px);
	top: -10px;
}
.markel div{
	margin-top: 30px;
}
.markel span{
	display: block;
}
.markel svg{
	display: block;
	width: 30px;
	margin: 10px auto 0;
}


/* //////////////////////////////////// Einleitung //////////////////////////////////// */
#einleitung{
	margin-top: -70px;
}
.titel_box_blau{
	background-color: #5DB6D3;
	line-height: 1;
	padding: 20px 40px;
	margin-bottom: 40px;
	width: calc(50% + 400px);
	text-align: right;
}
.titel_box_blau .w840{
	float: right;
	padding: 0;
	text-align: left;
	max-width: 840px;
}
.titel_box_blau h1{
	margin: 0 auto;
	color: #fff;
}

.einleitung_links{
	float: left;
	width: calc(100% - 350px);
}
.einleitung_rechts{
	float: right;
	position: -webkit-sticky;
	position: sticky;
	top: 40px;
}


/* //////////////////////////////////// Produkte //////////////////////////////////// */
#produkte{
	background-color: #3C403E;
}
#produkte h2{
	color: #fff;
}
.schritt_box{
	border-bottom: 1px solid #707070;
	padding-bottom: 30px;
}
.schritt_box .schritt{
	display: block;
	color: #5DB6D3;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.content_produktfinder .schritt_box{
	margin-top: 30px;
}


.produkt_box{
	width: calc(50% - 10px);
	float: left;
	margin-right: 20px;
	color: #fff;
	margin-bottom: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}
.produkt_box:nth-child(2n){
	float: right;
	margin-right: 0;
}
.produkt_box input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	border: 2px solid #9D9F9E;
	padding: 15px 20px;
	line-height: 1;
	display: block;
}
.checkmark svg{
	width: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 2px;
}
.checkmark span{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 30px);
	float: left;
	line-height: 1.2;
}

/* On mouse-over, add a grey background color */
.produkt_box:hover input ~ .checkmark{
	background-color: rgba(157, 159, 158, 0.5);
}

/* When the radio button is checked, add a blue background */
.produkt_box input:checked ~ .checkmark{
	background-color: rgba(157, 159, 158, 0.5);
}

.produkt_shoplink_box{
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	line-height: 1.2;
}
.produkt_shoplink_box:last-child{
	margin: 0 auto;
}
.produkt_shoplink_box a, .produkt_shoplink_box .ohne_link{
	display: block;
	background-color: #5DB6D3;
	border: 2px solid #9D9F9E;
	color: #fff;
	padding: 15px 160px 15px 20px;
}
.produkt_shoplink_box a:hover, .produkt_shoplink_box .ohne_link:hover{
	background-color: rgba(157, 159, 158, 0.5);
	border: 2px solid #5DB6D3;
	text-decoration: none;
	cursor: pointer;
}

.produkt_shoplink_box svg{
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
}
.produkt_shoplink_box a span, .produkt_shoplink_box .ohne_link span{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 40px);
	line-height: 1.2;
}



.shoplink_rechts{
	position: absolute;
	right: 20px;
	top: calc(50% - 9px);
}
.shoplink_rechts svg{
	width: 20px;
	margin-right: 10px;
	float: left;
	margin-top: 0;
}

.produkt_shoplink_box .ohne_link .shoplink_rechts span, .produkt_shoplink_box a .shoplink_rechts span{
	float: right;
	width: auto;
	line-height: 1;
	font-size: 1.15rem;
}


.loader.hidden {
	display: none;
}
.loader{
	position: absolute;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
	opacity: 1;
	transition: all 0.5s;
}
.loader:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 50%;
	border: 6px solid #324880;
	border-color: #fff transparent #5DB6D3 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
	top: calc(50% - 32px);
	position: relative;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


/* //////////////////////////////////// Unsere Gase //////////////////////////////////// */
.gas_box{
	background-color: #fff;
	border: 2px solid #9D9F9E;
	padding: 25px;
	width: calc(33.33% - 13.3px);
	margin-bottom: 20px;
}
.gas_box_extra{
	padding: 0;
}
.gas_box a{
	display: block;
	padding: 25px;
}
.gas_box a:hover{
	text-decoration: none;
}
.gas_box:hover{
	cursor: pointer;
	background-color: rgba(157, 159, 158, 0.5);
}
.gas_box h3{
	margin: 0 auto;
	color: #3C403E;
	font-weight: 400;
	font-size: 1.35rem;
}
.gas_box svg {
	display: block;
	width: 20px;
	float: right;
	margin-top: 10px;
	height: 16px;
}
.gutter_sizer_gas{
	width: 20px;
}


.popup{
	position: fixed;
	z-index: 12;
	width: 100%;
	height: 100vh;
	background-color: rgba(60, 64, 62, 0.8);
	top: 0;
	left: 0;
	display: none;
	overflow: scroll;
	text-align: center;
}
.popup_content{
	display: table;
	width: 100%;
	height: 100%;
}
.popup_content .table_cell_div{
	vertical-align: middle;
	padding: 50px 25px;
}
.inner_box{
	max-width: 800px;
	background-color: #fff;
	padding: 50px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	font-size: 1.15rem;
}
.close_popup {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	padding: 10px;
	background-color: #3C403E;
}
.close_popup:hover{
	cursor: pointer;
	background-color: rgba(157, 159, 158, 0.5);
}


/* //////////////////////////////////// Download //////////////////////////////////// */
.download_box{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #9D9F9E;
	padding-bottom: 20px;
	margin-bottom: 20px;
	align-items: center;
}
.download_box h3{
	font-size: 1.25rem;
	margin: 0;
	color: #3C403E;
}
.download_buttons{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.download_buttons .button a{
	background-color: #5DB6D3;
	color: #FFFFFF;
	display: block;
	padding: 10px 20px;
	font-size: 1rem;
}
.download_buttons .button a:hover{
	background-color: rgba(93,182,211,0.7);
}

/* //////////////////////////////////// Gasflaschen //////////////////////////////////// */
#gasflaschen img{
	margin-bottom: 30px;
}


/* //////////////////////////////////// Service //////////////////////////////////// */
.auflistung_box{
	background-color: #FFFFFF;
	border: 1px solid #9D9F9E;
	padding: 25px;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	color: #3C403E;
}
.gutter_sizer{
	width: 40px;
}
.begrenzung{
	width: 60%;
}


/* //////////////////////////////////// Umwelt //////////////////////////////////// */
#umwelt img{
	margin-top: 30px;
}


/* //////////////////////////////////// Footer //////////////////////////////////// */
.footer{
	overflow: hidden;
	padding-bottom: 60px;
}
.footer a{
	color: #9D9F9E;
}
.footer a:hover{
	color: #5DB6D3;
}
.impressum{
	font-size: 1rem;
	margin-top: 30px;
}
.impressum .trenner{
	margin: 0 5px;
}
.footer_icon{
	position: absolute;
	right: 0;
	bottom: -120px;
	width: auto;
	height: 200px;
}


.arrow_up{
	position: fixed;
	bottom: -100px;
	right: 15px;
	line-height: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	opacity: 0;
}
.arrow_up.show{
	bottom: 15px;
	opacity: 1;
}
.arrow_up a{
	display: block;
	background-color: rgba(93,182,211,0.7);
	z-index: 8;
	padding: 10px;
}
.arrow_up svg{
	width: 20px;
}

.verlinkung_tyrolice{
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
}
.verlinkung_tyrolice a{
	display: block;
}
.verlinkung_tyrolice a:hover{
	text-decoration: none;
}
.verlinkung_tyrolice img{
	width: 200px;
}
.verlinkung_tyrolice span{
	display: block;
	font-size: 1rem;
}

/* //////////////////////////////////// Anfrage //////////////////////////////////// */
.row{
	margin-bottom: 30px;
}
.input{
	width: calc(50% - 15px);
	margin-right: 30px;
	float: left;
}
.input.last{
	margin: 0 auto;
}
.input.full{
	margin: 0 auto;
	width: 100%;
	float: none;
}
.input label{
	display: block;
	margin-bottom: 5px;
}
.input select, .input input{
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-family: "bryant-web";
	padding: 0 10px;
	font-weight: 400;
	border: 1px solid #3C403E;
	background-color: #fff;
	border-radius: 0 !important;
	color: #3C403E !important;
}
.input textarea{
	width: 100%;
	height: 250px;
	font-size: 18px;
	font-family: "bryant-web";
	padding: 15px;
	font-weight: 400;
	border: 1px solid #3C403E;
	background-color: #fff;
	border-radius: 0 !important;
	color: #3C403E !important;
}
.wpcf7-not-valid-tip{
	font-size: 16px;
	margin-top: 5px;
}

.dsgvo_kontaktformular{
	margin-bottom: 20px;
}
.check_anfrage{
    height: auto;
    clear: both;
    display: inline-block;
    margin-right: 10px;
	vertical-align: top;
}
.wpcf7-list-item{
	margin: 0 auto;
	display: block;
}
.check{
	margin: 0 auto;
	width: 14px;
}
.check_anfrage_text {
    display: inline-block;
    width: calc(100% - 30px);
	font-size: 1rem;
}


.wpcf7-submit {
	margin: 0;
	padding: 10px 20px 6px;
	display: block;
	color: #fff;
	font-size: 1.15rem;
	border: none;	
	border: 1px solid #3C403E;
	background-color: #5DB6D3;
	border-radius: 0;
	box-shadow: none;
	font-family: "bryant-web";
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
}
.wpcf7-submit:hover{
	background-color: rgba(157, 159, 158, 0.2);
	color: #3C403E;
}
.wpcf7-submit:disabled{
	opacity: 0.3;
	background-color: #5DB6D3;
	color: #fff;
}

.grecaptcha-badge{
	display: none !important;
}



/* Overlay */
    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0,0,0,0.6); /* 60% Schwarz */
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }

    /* Inhalt im Overlay */
    .overlay-content {
      position: relative;
      display: inline-block;
    }

    .overlay-content img {
      max-width: 90vw;
      max-height: 90vh;
      display: block;
    }

    /* Close-Button */
    .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      width: 30px;
      height: 30px;
    }

.markl{
	position:fixed;
	bottom: 40px;
	right:40px;
	z-index: 100;
}


/* //////////////////////////////////// CLEARFIX do not group these rules //////////////////////////////////// */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}