/* CSS Document */


/* ========== Thank you for looking at this code ========== */
/* ========== WARNUNG! COPYRIGHT BY haller.id | SWITZERLAND ========== */

:root {

	
	--oneColor: #F8FCFF;
	--twoColor:#3b88c8;
	--twoColor2:rgba(59,136,200,0.50);
	--threeColor:#06568d;
	--inputColor:#255A86;
	--buttonColor:#c6c6c6;
	--hover1Color:#F5F5F5;
	--hover2Color:#A0A0A1;
	
	--successColor: #28a745;
    --infoColor: #17a2b8;
    --warningColor: #ffc107;
	--dangerColor: #dc3545;
    --lightColor: #f8f9fa;
    --darkColor: #343a40;
	--grayColor: #6c757d;
	--whiteColor: #fff;
	
	--black: #000000;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Verdana","Segoe UI","Roboto","Helvetica Neue","Arial","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: "Verdana","SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New",monospace;

	--p: 16px;
	--psmall: 14px;
	--h1:34px;
	--h1small:24px;
	--h2:28px;
    --h2small:23.6px;
    --h3: 22px;
    --h3small: 15px;
	--h4:24px;
	--h4small:24px;
  	--h5: 27px;
    --h5small: 24px;
	--h6:17px;
	--h6small: 14px;
		
    --oneFont: 'web_font_regular';   
	--twoFont: 'web_font_regular_bold'; 

	--borderRadi4:4px;
	--borderRadi10:10px;
    --borderRadi20:20px;
	--borderRadi50:50%;

	--randAbstand1:1rem;
		
	--bewegung:all 0.3s ease-in-out;
	--bewegung6:all 0.4s ease-in-out;
}
	@font-face {
		font-family:'web_font_regular_bold';
		src:url("../assets/Blockletter.otf");
	}
	@font-face {
		font-family:'web_font_regular';
		src:url("../assets/coolvetica compressed hv.otf");
		/*font-weight: bolder;*/
	}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background:var(--oneColor);
    /*color: #336699;*/
	color:var(--twoColor);
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background:var(--oneColor);
    /*color: #336699;*/
	color:var(--twoColor);
}


/* ========== ========== DESIGN BODY - HEADQUARTER ========== ========== */
* {
    padding: 0;
    margin: 0;
	font-family:var(--font-family-sans-serif);
    color: var(--whiteColor);
    font: var(--p);
    box-sizing: border-box;
}
html {
	font-size: var(--p);
	margin:0;	
	padding:0;
}
body {
	font-family:sans-serif;
	text-decoration:none;
	margin:0rem 0 0 0 ;
	padding:0;
}
header {
	position: relative;
	width: 100%;
	/*background-color:var(--twoColor);	*/
}
main {
	min-height: 800px; 
}
footer {
	position: absolute; 		
	width:  100%;
}
p {
	font-size: var(--p);
	color: var(--darkColor);
}
h1 {
	font-size:var(--h1);
	letter-spacing: 2px;
	font-family:'web_font_regular_bold'!important;
	color: var(--whiteColor);
}
h2 {
	font-size:var(--h2);
	color: var(--darkColor);
	letter-spacing: 2px;
	text-transform: uppercase;
    font-weight: bold;
	font-family:'web_font_regular_bold'!important;
}

h3 {
	font-size:var(--h3);
	color: var(--darkColor);
	text-transform: uppercase;
	text-align:center;
	/*letter-spacing: 2px;
	font-family:'web_font_regular'!important;*/
}
h4 {
	font-size:var(--h4);
	color: var(--darkColor);
	text-transform: uppercase;
	/*text-align:center;*/
	letter-spacing: 2px;
    font-weight: bold;
	font-family:'web_font_regular_bold'!important;
}
h5 {
	font-family:'web_font_regular_bold'!important;
	letter-spacing: 2px;
	font-size:var(--h5);
	color: var(--darkColor);
	text-transform: uppercase;
	font-weight: bold;
	/*text-align:center;
   */
}
h6 {
	/*font-family:'web_font_regular_bold'!important;*/
	font-size:var(--h6);
	color: var(--darkColor);
	/*text-transform: uppercase;*/
	text-align:center;
    font-weight: bold;
}
a {
	color: var(--darkColor);
	text-decoration:none; 
	cursor: pointer;
}
li {
	list-style:none;
}
b{
	color: var(--darkColor);
	font-weight: bold;
	font-family:'web_font_regular_bold'!important;
}

.hoverbox:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
/* ========== ========== Header ========== ========== */
		
.header_100{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	height: auto;
	justify-content:flex-end;
}	
.header_100 img{
	position: relative;
	width: 200px;
	height:auto;
	margin: 0 0.5rem 0 0;
	object-fit: cover;
}
.header_101_background_img{
    /*background-color:var(--oneColor);*/
	background-image: url("../bilder/design/content/header_gassschnueffler_01.png");
	background-repeat:no-repeat;
	background-size:cover;
	/*background-attachment:fixed;*/
    background-attachment: inherit;
	background-position: center center;
	display: flex;
    object-fit: cover;
	justify-content: center;
}
.header_102{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding:0.8rem 0.8rem 0.8rem 0.8rem;
	width: auto;
	height: auto;
	justify-content: flex-end;
}
.header_102 a{
	position: relative;
	display: flex;
	width: auto;
	height: 3.1rem;
	padding:1rem 2rem;
	background-color: var(--oneColor);
	color: var(--threeColor);
	overflow: hidden;
	transition: var(--bewegung6);
}
.header_102 a:hover{
	background-color: var(--threeColor);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}

/* ========== ========== Main Index ========== ========== */
.main_100{
	position: relative;
	width: 100%;
    overflow: hidden;
	height: 100%;
	min-height: 600px;
	text-align: center;
	justify-content: center;
}
.main_100 img{
	width: auto;
	height:250px;
}
.main_100_background_img{
    background-color:var(--lightgrey);
	background-image: url("https://campingkaufberatung.de/_Resources/Persistent/a/d/8/5/ad858b27eb46eb4667873330700bc1259dd37c09/Fahrzeug_Gas.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	/*background-attachment:fixed;*/
    background-attachment: inherit;
	background-position: center center;
	/*display: flex;*/
    object-fit: cover;
}
.main_101{
	position: relative;
	width: 70%;
	max-width: 850px;
	background-color:var(--twoColor2);
	padding:2rem 2rem 1.5rem 5rem;
	margin:14rem 0 0 0;
    overflow: hidden;
	text-align: start;
	background-image: url("../bilder/design/content/header_gassschnueffler_01.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-attachment: inherit;
	background-position: center center;
    object-fit: contain;
}

.main_101 p{
	position: relative;
	padding: 1rem 0 0rem 0;
}
#moreText{
	color: var(--darkColor);
}
.main_101 button{
	position: relative;
	width: auto;
	height: 3rem;
	border:none;
	cursor: pointer;
	padding:1rem 2rem;
	margin:2rem 0;
	background-color: var(--oneColor);
	color: var(--threeColor);
	overflow: hidden;
	transition: var(--bewegung6);
}
.main_101 button:hover{
	background-color: var(--threeColor);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_200{
  	position: relative;
	width: 100%;
	display: flex;
	padding: 2rem 0;
	justify-content:center;
	text-align: center;
}
.main_200 a{
  	position: relative;
	width: 400px;
	margin:0.2rem;
	overflow: hidden;
	transition: var(--bewegung6);
}
.main_200 a:hover{
	background-color: var(--hover1Color);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_200_img{
  	position: relative;
	display: flex;
	width: 100%;
	max-height: 200px;
	height: auto;
	object-fit: cover;
	justify-content: center;
	overflow: hidden;
}
.main_200_img img{
  	position: relative;
	display: flex;
	width:  100%;
	height: 100%;
}
.main_200 p{
  	text-align: left;
	padding: 0.2rem 1rem 1rem 1rem;
}
.main_300{
	position: relative;
	width: 100%;
	height: 300px;
	text-align: center;
	justify-content:flex-end;
	display: flex;
	margin: 8rem 0 10rem 0;
}
.main_300_background_img{
    background-color:var(--lightgrey);
	background-image: url("https://www.tcs.ch/mam/Digital-Media/Images/Photos/weblication/wThumbnails/gas-flasche-36ba3703fb8cf8egf077169fa4015f31.jpg");
	background-repeat:no-repeat;
	background-size:cover;
    background-attachment: inherit;
	background-position: center center;
    object-fit: cover;
}
.main_301{
	position: absolute;
	width: 70%;
	top:0;
	right: 0;
	max-width: 850px;
	background-color:var(--twoColor2);
	padding:2rem 5rem 1rem 2rem;
	margin:8rem 0 0 0;
    overflow: hidden;
	text-align: end;
	z-index: 1;
	background-color:var(--lightgrey);
	background-image: url("../bilder/design/content/header_gassschnueffler_01.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-attachment: inherit;
	background-position: center center;
    object-fit: cover;
}
.main_301 p{
	position: relative;
	padding: 1rem 0 1rem 0;
	text-align: start;
}
.main_301_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.main_301 a{
	position: relative;
	width: auto;
	padding:1rem 2rem;
	margin:0.2rem 0.2rem;
	background-color: var(--oneColor);
	color: var(--threeColor);
	overflow: hidden;
	transition: var(--bewegung6);
}
.main_301 a:hover{
	background-color: var(--threeColor);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}

.scroll-link {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.show {
    opacity: 1;
}

.scroll-link2 {
    animation: scroll-link-fade-in 1.5s ease-in-out 1;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes scroll-link-fade-in {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main_400{
  	position: relative;
	width: 100%;
	display: flex;
	padding: 6rem 0 2rem 0;
	justify-content:center;
	text-align: center;
}
.main_400 a{
  	position: relative;
	width: 300px;
	margin:1rem;
	padding: 0 0 2rem 0;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_400 a:hover{
	background-color: var(--hover1Color);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_400_img{
  	position: relative;
	display: flex;
	width: auto;
	max-height: 180px;
	height: 100%;
	object-fit: cover;
	justify-content: center;
	overflow: hidden;
}
.main_400_img img{
  	position: relative;
	display: flex;
	max-width: 100%;
	
	object-fit: cover;
}

.main_400 h4{
	padding: 1rem 0 0 0 ;
}
.main_400 p{
  	text-align: left;
	padding: 0.2rem 1rem 1rem 1rem;
}
.main_400 ul{
  	display: block;
	padding: 0.2rem 3rem;
}
.main_400 li{
	text-align: left;
	color: var(--threeColor);
	padding: 0.2rem 0;
	list-style-type: square;
}
.main_400 span{
	background-color: var(--threeColor);
	color: var(--oneColor);
	transition: var(--bewegung6);
	padding:1rem 2rem;
	margin: 1rem 1rem 0 1rem;
	display: flex;
	text-align: center;
	justify-content: center;
}
.main_400 span:hover{
	background-color: var(--oneColor);
	color: var(--threeColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_500{
  	position: relative;
	width: 100%;
    overflow: hidden;
	text-align: center;
	justify-content: center;
	display:flex;
    flex-wrap: wrap;
	margin: 5rem 0;
}
.main_501{
	position: relative;
	width:300px;
	min-width: 300px;
	padding:1.5rem 0 0 0;
}
.main_501 img{
	position: relative;
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-around;
	margin: auto auto;
	object-fit: cover;
	transition: var(--bewegung6);
	filter: grayscale(0%);
}
.main_501 img:hover{
	transition: var(--bewegung6);
	filter: grayscale(0%);
}
.main_502{
  	position: relative;
	max-width: 600px;
	width: 50%;
	text-align: center;
	justify-content: center;
	display:block;
	margin: 0rem 0;
	padding: 0rem 1rem 1.5rem 1rem;
}
.main_502 p{
	padding:0 0 1.5rem 0;
	
}
.main_502 a{
	position: relative;
	width: auto;
	height: 3rem;
	padding:0.5rem 2rem;
	margin:2rem 0;
	background-color: var(--oneColor);
	color: var(--threeColor);
	overflow: hidden;
	transition: var(--bewegung6);
}
.main_502 a:hover{
	background-color: var(--threeColor);
	color: var(--oneColor);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main_600{
  	position: relative;
	width: 100%;
    overflow: hidden;
	text-align: center;
	justify-content: center;
	display:flex;
    flex-wrap: wrap;
	margin: 5rem 0;
}
.main_601{
	position: relative;
	width: 250px;
	padding:1.5rem 0 0 0;
	margin:0.2rem 1rem;
}
.main_601 img{
	position: relative;
	width:100%;
	height: auto;
	max-height: 180px;
	display: flex;
	justify-content: space-around;
	margin: auto auto;
	object-fit: contain;
	transition: var(--bewegung6);
	filter: grayscale(100%);
}
.main_601 img:hover{
	transition: var(--bewegung6);
	filter: grayscale(0%);
}
/* ========== ========== Produkt Übersicht ========== ========== */
.product_200{
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1381px;
    height: auto;
    justify-content: space-evenly;
    margin:0 auto; 
}


/* ========== ========== Footer Links ========== ========== */
.footer_100{
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
	background-color:var(--lightgrey);
	background-image: url("../bilder/design/content/header_gassschnueffler_01.png");
	background-repeat:no-repeat;
	background-size:cover;
    background-attachment: inherit;
	background-position: center center;
    object-fit: cover;
}
.footer_200{
	position: relative;
	max-width: 1581px;
	margin: 0 auto;
	display: block;
	padding: 0;
}
.footer_200 a,.footer_200 p{
	color:var(--oneColor);
	padding: 0.2rem 0.5rem;
}
.footer_300{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	background-color:var(--twoColor2);
	padding:0;
	margin:0;
    overflow: hidden;
	justify-content: center;
}
.footer_301{
	width:auto; 
	height: 100%;
	padding: 1rem 3rem;
}
.footer_301 a{
	display:flex;
	padding: 0.5rem 0.5rem;
}
.footer_301 h5{
	text-transform:uppercase;
	color:var(--oneColor);
	padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.footer_400{
	position: relative;
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
}
.footer_400_2023{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.footer_400_besucher{
	position: absolute;
	right: 0;
	top:0;
	color:var(--threeColor);
}
p.footer_400_besucher{
	color:var(--threeColor);
}
/* ========== ========== Impressum & Datenschutz  ========== ==========*/
#impressum{
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:1rem 1rem 4rem 4rem ;
}
.impressum_in{
	position: relative;
	width: 100%;
	max-width: var(--WxDisplayWidth);
	height: auto;
	margin: 0 auto;
	display: block;
	justify-content: flex-start;
	text-align:start;
	padding: 0rem 0.5rem;
}
.impressum_in_text{
	position: relative;
	width: 800px;
	height: auto;
	padding: 2rem 0;
}
.impressum_in_text h3{
	margin-bottom: 1rem;
	color: #595958;
}
.impressum_in_text p{
	color: #595958;
}
p.text_small{
	font-size:var(--psmall);
}
/* ========== ========== haller.id Icon ========== ========== */

.fva_footer_icon_member img{
	position: absolute;
	width: 40px;
	top: -1.5rem;
	right: 2rem;
	transition: var(--bewegung6);
	transform: scale(1) rotate(0deg);
	z-index: 2;
}
.fva_footer_icon_member img:hover{
	transition: var(--bewegung6);
	transform: scale(1.3) rotate(6deg);
}
	
        

/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (min-width:1581px) 
	{
body {
	/*background-color:rgba(151,185,231,1.00); ZUM ARBEITEN */
}  
/* ========== ========== Main Index ========== ========== */

.main_101{
	margin:14rem 0 0 10rem;
}
.main_200 a{
	width: 400px;
	margin:0.2rem 2rem;
}
.main_200_img{
	max-height: 230px;
}
.main_301{
	width: 70%;
	top:0;
	right: 0;
	max-width: 850px;
	padding:2rem 5rem 2rem 2rem;
	margin:8rem 10rem 0 0;
}
.main_400 a{
	width: 400px;
	margin:1rem 3rem;
	padding: 0 0 2rem 0;
}
.main_400_img{
	max-height: 230px;
}
		
}

/* ========== MEDIA SCREEN  1580px ========== */
/* ========== APPLE NOTEBOOK 16und13zoll ========== */
	@media screen and (max-width:1580px) 
	{
body {
	/*background-color:lightcoral; ZUM ARBEITEN */
}

}

/* ========== MEDIA SCREEN  992px ========== */
	@media screen and (max-width:1300px) 
	{		
body {
	/*background-color: rgba(190,124,223,1.00);ZUM ARBEITEN*/
}
		
}	
	
/* ========== MEDIA SCREEN  768px ========== */
/* ========== APPLE tablet (kleineres) ========== */
	@media screen and (max-width:768px) 
	{	
body {
	/*background-color:rgba(240,206,164,1.00); ZUM ARBEITEN */
}
/* ========== ========== Main Index ========== ========== */
.header_102{
	display: none;
}	

.main_100{
	width: 100%;
	height: 100%;
	min-height: 600px;
}
.main_100_background_img{
	/*background-image: url("https://campingkaufberatung.de/_Resources/Persistent/a/d/8/5/ad858b27eb46eb4667873330700bc1259dd37c09/Fahrzeug_Gas.jpg");*/
}
.main_101{
	width: 100%;
	padding:2rem 2rem 3rem 2rem;
	margin:14rem 0 0 0;
}

.main_300 img{
	width: auto;
	height:250px;
}
.main_200{
	display: flex;
    flex-wrap: wrap;
	padding: 2rem 0;
}
.main_200 a{
	width:90%;
	margin:0.2rem auto;
    justify-content:center;
	text-align: center;
}
.main_200 a:hover{
	background-color:rgba(240,248,255,0.00);
    color:none;
	box-shadow: none;
}
.main_200_img{
    display: flex;
	width: 100%;
	max-height: 200px;
	height: auto;
    justify-content:center;
    text-align: center;
}
.main_200_img img{
	width:  80%;
	height: 100%;
    margin: 0 auto;
}
.main_200 p{
	padding: 0.2rem 1.2rem 4rem 1.2rem;
    max-width: 400px;
    margin:0 auto;
}
.main_300{
	height: auto;
    min-height: 300px;
	margin: 2rem 0;
}
.main_300_background_img{
	background-image: none;
}
.main_301{
	
	position: relative;
	width: 100%;
	max-width: 850px;
	padding:2rem 2rem 3rem 2rem;
	margin:0rem 0 0 0;
	background-image: url("../bilder/design/content/header_gassschnueffler_01.png");
    justify-content: center;
    text-align: center;
}
.main_400{
	width: 100%;
	display:flex;
    flex-wrap: wrap;
	padding: 6rem 0 2rem 0;
}
.main_400 a{
	width: 100%;
    height: 100%;
	margin:1rem 2rem;
	padding: 0rem;
    justify-content:center;
	text-align: center;
}
.main_400_img{
	display: flex;
	width:100%;
	max-height: 180px;
    margin:0 auto;
	height: 100%;
}
.main_400_img img{
	width: 100%;
	height: 100%;
    min-height: 150px;
}
.main_400 p{
  	padding: 0.2rem 1.2rem 1.2rem 1.2rem;
    max-width: 400px;
    margin:0 auto;
}
.main_400 ul{
  	display: block;
	padding: 0.4rem 3rem;
    max-width: 400px;
    margin:0 auto;
}
.main_400 span{
	padding:1rem 2rem;
    max-width: 400px;
    margin:1rem auto;
}
.main_500{
	width: 100%;
	display:block;
	margin: 5rem 0;
}
.main_501{
	padding:0rem 0 0 0;
	width: 100%;
	min-width:auto;
}
.main_501 img{
	
	width:80%;
	filter: grayscale(0%);
}
.main_502{
	max-width: 1200px;
	width: 100%;
	padding: 2rem 1rem 1.5rem 1rem;
}
.main_502 p{
	text-align: left;
}
.footer_300{
	justify-content: left;
	display:block;
}


 
        
        
        
        
	}

	
/* ========== MEDIA SCREEN  600px ========== */
	@media screen and (max-width:600px) 
	{
body {
	/*background-color:rgba(195,245,245,1.00); ZUM BEARBEITEN */
}

	

	}
