/* CSS Document */


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

:root {

	
	--oneColor: #F1F1F1;
	--twoColor:#2f8927 ;
	--threeColor:#EBEBEB;
	--inputColor:#21468b;
	--buttonColor:#EFEFEF;
	--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: 20px;
    --h3small: 16px;
	--h4:24px;
	--h4small:24px;
  	--h5: 17px;
    --h5small: 14px;
	--h6:27px;
	--h6small: 24px;
		
    --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/MADE TOMMY ExtraBold_PERSONAL USE.otf");
	}
	@font-face {
		font-family:'web_font_regular';
		src:url("../assets/MADE TOMMY ExtraBold_PERSONAL USE.otf");
		/*font-weight: bolder;*/
	}

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


/* ========== ========== 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(--darkColor);
	padding: 1rem 0.5rem;
}
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;
	font-family:'web_font_regular_bold'!important;
	/*letter-spacing: 2px;
	font-family:'web_font_regular_bold'!important;
	*/
	padding-top: 1rem;
}
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;
	/*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;
	text-align:center;*/
    font-weight: bold;
}
h6 {
	font-family:'web_font_regular_bold'!important;
	/*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;
}

.hoverbox:hover{
    box-shadow: rgba(0, 0, 0, 0.54) 0px 3px 8px;
	transition: var(--bewegung6);
}
.main-right_left_erfolgreich-gespeichert{
	position: relative;
	background-color:var(--warningColor);
	color:var(--whiteColor);
	width: 100%;
	padding: 1rem 1rem;
	animation: animation2 3s ease;	
	transition:var(--bewegung);
}
/* Keyframe-Animation */
@keyframes animation2 {
    0% {
       	padding: 0rem 1rem;
		transition:var(--bewegung);
    }
    100% {
        padding: 1rem 1rem;
		transition:var(--bewegung);
    }
}
.main-right_left_erfolgreich-gespeichert h5{
	width: 100%;
	color:var(--whiteColor);
	text-align: center;
	font-size:var(--h1);
}
/* ========== ========== Header ========== ========== */
.header_top_support{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:0rem 2rem;
	margin:0;
	background-color:var(--whiteColor);
}
.header_top_support_div1{
	padding-top:0.5rem;
}
.header_top_support_div_ul{
	display: flex;
	justify-content: space-between;
}
.header_top_support_div_ul img{
	height: 30px;
}
.header_top_support a{
	position: relative;
	display: block;
	padding:0.5rem 2rem 0.5rem 0.2rem;
	transition: var(--bewegung6);
	color:var(--grayColor);
}
.header_top_support a:hover{
	padding:0.5rem 2.4rem 0.5rem 0.2rem;
	transition: var(--bewegung6);
}
/* ========== ========== Header ========== ========== */
		
.main_200{
	position: relative;
	display: flex;
	flex-wrap:wrap;
	background-color: var(--threeColor);
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 1rem 0;
	justify-content: flex-start;
}
.main_200_filter{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}

.main_200_filter a{
	padding: 1rem 2rem;
	color: black;
	margin: 0.5rem;
	border: 1px solid rgba(107,107,107,1.00);
	border-radius: 10px;
	background-color: aliceblue;
}
.main_200 input{
	padding: 1rem 2rem;
	color: black;
	margin: 0.5rem;
	border: 1px solid rgba(107,107,107,1.00);
	border-radius: 10px;
}
.main_200 button{
	padding: 1rem 2rem;
	color: black;
	margin: 0.5rem;
	border: 1px solid rgba(107,107,107,1.00);
	border-radius: 10px;
	background-color: aliceblue;
}
.main_200_in{
	position: relative;
	display: block;
	background-color: var(--lightColor);
	overflow: hidden;
	width: 400px;
	height: auto;
	justify-content: center;
	margin: 1rem;
	padding: 0.5rem 0.2rem;
	border: 1px solid rgba(107,107,107,1.00);
	border-radius: 10px;
}
.main_200_in_suche{

	border: 2px solid rgba(238,21,24,1.00);
	
}
.main_200_in h2{
	width: 100%;
	display: flex;
	text-align: center;
}
.tank{
	background-color: var(--buttonColor);
	padding: 0.5rem ;
}
.main_200_in img.img_tankstelle{
	width: 100%;
	object-fit: cover;
	height:auto;
	max-height: 200px;
	display: flex;
	padding: 1rem 0;
}
.main_200_in_2{
	display: flex;
}
.main_200_in_2_p{
	padding-top: 0.6rem;
}
.main_200_in img.icon{
	width: 40px;
	height: auto;
}
hr{
	margin:1rem 0 0.2rem 0;
}
/* ========== ========== Footer Links ========== ========== */
.footer_100{
	position: relative;
	width: 100%;
	height: auto;
	justify-content: center;
	    background-color: var(--oneColor);
}
.footer_200{
	max-width: 1581px;
	margin: 0 auto;
	display: block;
	padding: 0 0 2rem 0 ;
}
.footer_200 p,a{
    font-size: var(--psmall);
}
.footer_200 hr{
	max-width: 1400px;
	color: var(--hover2Color);
	justify-content: center;
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 0rem auto 0rem auto;
}
.footer_302{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
.footer_303{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}
.footer_301{
	position: relative;
	display: block;
	margin: 0 1rem 0rem 1rem;
}
.footer_301 p.titel{
	padding: 1rem 1rem 1.5rem 1rem;
	text-transform: uppercase;
	font-weight:bilder;
	color: var(--darkColor);
}
.footer_301 p{
	padding: 0.5rem 1rem;
}
.footer_301 a{
	padding: 0.4rem 1rem;
	width: 100%;
	display: flex;
}
.footer_304{
	position: relative;
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	padding: 0 4rem;
	margin: 1rem auto 0 auto;
}
.footer_321 img{
    width: 60px;
    margin:0 0.5rem 0rem 0.5rem;
}
.footer_322{
	position: relative;
	padding: 0.5rem;
	height: 100%;
	display: flex;
}
.footer_322 img{
	height: 30px;
    margin:0 auto 0rem auto;
}	
.footer_322 a{
	position: relative;
	padding: 0.5rem;
	margin: 0 0.5rem 0 0.5rem;
	display: flex;
}



/* ========== ========== COOKIE DATENSCHUTZ ========== ========== */
		
.cookie-banner {
	position: fixed; /*bezogen auf bildschirm fixiert*/
	bottom:-800px;
	left:0;
	right: 0;
	transition:bottom 2s ease-in-out;
	z-index: 400;
}		
.sichtbarr {
	bottom:0;		
}		
        

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


}

/* ========== 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*/
}
.mobilefoot3{
	display:none;
}
.mobilefoot4{
	display:block;
}	
.flo_copy_div {
	margin-top: 2rem;
	padding:1rem 0rem 5rem 0;
	text-align:center;
	justify-content: space-between;
	display:block;
}	
.flo_copy_div_p2_a {
	padding:1rem 0rem;
	width: 100%;	
}	
.flo_copy_div_p2_a a{
	padding:0.3rem;
}		
}	
	
/* ========== MEDIA SCREEN  768px ========== */
/* ========== APPLE tablet (kleineres) ========== */
	@media screen and (max-width:768px) 
	{	
body {
	/*background-color:rgba(240,206,164,1.00); ZUM ARBEITEN */
}

h1 {
	font-size:var(--h1small);
	letter-spacing: 2px;
}
h2 {
	font-size:var(--h2small);
	letter-spacing: 2px;
	line-height: 1.25;
}
h3 {
	font-size:var(--h3small);
}
h4 {
	font-size:var(--h4small);
	letter-spacing: 2px;
}
h5 {
	letter-spacing: 2px;
	font-size:var(--h5small);
}
h6 {
	font-size:var(--h6small);
}
p {
	font-size:var(--psmall);
}
a {
	font-size: var(--psmall);
	line-height: 1.7;
}

	
	
	}

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

	}