/*
        bima_adonis.css
        ~~~~~~~~~~~~~~~~
        :copyright: © 2022 by Bimmer Manufaktur GmbH - author: Lukas Müller mueller@bimmer-manufaktur.de
*/
@font-face {
	font-family: 'aBlack';
	src: url('/static/fonts/aileron/aBlack.woff2') format('woff2'),
		 url('/static/fonts/aileron/aBlack.svg#aBlack') format('svg');

}
.system_black {
	font-family: 'aBlack', sans-serif;
}
@font-face {
	font-family: 'aBlackItc';
	src: url('/static/fonts/aileron/aBlackIt.woff2') format('woff2'),
		 url('/static/fonts/aileron/aBlackIt.svg#aBlackItc') format('svg');

}
.system_blackitalic {
	font-family: 'aBlackIt', sans-serif;
}
@font-face {
	font-family: 'aBold';
	src: url('/static/fonts/aileron/aBold.woff2') format('woff2'),
	     url('/static/fonts/aileron/aBold.svg#aBold') format('svg');

}
.system_bold {
	font-family: 'aBold', sans-serif;
}
@font-face {
	font-family: 'aBoldIt';
	src: url('/static/fonts/aileron/aBoldIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aBoldIt.svg#aBoldIt') format('svg');

}
.system_bolditalic {
	font-family: 'aBoldIt', sans-serif;
}
@font-face {
	font-family: 'aHeavy';
	src: url('/static/fonts/aileron/aHeavy.woff2') format('woff2'),
	     url('/static/fonts/aileron/aHeavy.svg#aHeavy') format('svg');

}
.system_heavy {
	font-family: 'aHeavy', sans-serif;
}
@font-face {
	font-family: 'aHeavyIt';
	src: url('/static/fonts/aileron/aHeavyIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aHeavyIt.svg#aHeavyIt') format('svg');

}
.system_heavyitalic {
	font-family: 'aHeavyIt', sans-serif;
}
@font-face {
	font-family: 'aIt';
	src: url('/static/fonts/aileron/aIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aIt.svg#aIt') format('svg');

}
.system_italic {
	font-family: 'aIt', sans-serif;
}
@font-face {
	font-family: 'aLight';
	src: url('/static/fonts/aileron/aLight.woff2') format('woff2'),
	     url('/static/fonts/aileron/aLight.svg#aLight') format('svg');

}
.system_light {
	font-family: 'aLight', sans-serif;
}
@font-face {
	font-family: 'aLightIt';
	src: url('/static/fonts/aileron/aLightIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aLightIt.svg#aLightIt') format('svg');

}
.system_lightitalic {
	font-family: 'aLightIt', sans-serif;
}
@font-face {
	font-family: 'aRegular';
	src: url('/static/fonts/aileron/aRegular.woff2') format('woff2'),
	     url('/static/fonts/aileron/aRegular.svg#aRegular') format('svg');

}
.system_regular {
	font-family: 'aRegular', sans-serif;
}
@font-face {
	font-family: 'aSeBold';
	src: url('/static/fonts/aileron/aSeBold.woff2') format('woff2'),
	     url('/static/fonts/aileron/aSeBold.svg#aSeBold') format('svg');

}
.system_semibold {
	font-family: 'aSeBold', sans-serif;
}
@font-face {
	font-family: 'aSeBoldI';
	src: url('/static/fonts/aileron/aSeBoldI.woff2') format('woff2'),
	     url('/static/fonts/aileron/aSeBoldI.svg#aSeBoldI') format('svg');

}
.system_semibolditalic {
	font-family: 'aSeBoldI', sans-serif;
}
@font-face {
	font-family: 'aThin';
	src: url('/static/fonts/aileron/aThin.woff2') format('woff2'),
	     url('/static/fonts/aileron/aThin.svg#aThin') format('svg');

}
.system_thin {
	font-family: 'aThin', sans-serif;
}
@font-face {
	font-family: 'aThinIt';
	src: url('/static/fonts/aileron/aThinIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aThinIt.svg#aThinIt') format('svg');

}
.system_thinitalic {
	font-family: 'aThinIt', sans-serif;
}
@font-face {
	font-family: 'aULight';
	src: url('/static/fonts/aileron/aULight.woff2') format('woff2'),
	     url('/static/fonts/aileron/aULight.svg#aULight') format('svg');

}
.system_ultralight {
	font-family: 'aULight', sans-serif;
}
@font-face {
	font-family: 'aULightIt';
	src: url('/static/fonts/aileron/aULightIt.woff2') format('woff2'),
	     url('/static/fonts/aileron/aULightIt.svg#aULightIt') format('svg');

}
.system_ultralightitalic {
	font-family: 'aULightIt', sans-serif;
}
/* ab hier die konfigurtation die geschrieben werden kann  */
:root{
  --main-fat-font: aSeBold, sans-serif;
}
body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
a{
    text-decoration: none;
    color: inherit;
}
.reihe {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.reihe > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.reihe:after, .reihe:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.elegant {
  text-shadow:
    -1px 2px 1px black,
    -2px 2px 1px rgba(0, 0, 0, 0.81);
}
.bima_ares_menu_big_selector{
	width: 31%;
	margin: 5px 1.1666666667% 0 1.1666666667%;
	height: 90px;
	border: 1px solid black;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.7);
	text-align: center;
	position: relative;

}
.bima_ares_menu_big_selector_img{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	height: 56px;
	margin: 2px;
}
.bima_ares_menu_box{
	width: calc(50% - 100px);
	height: 100px;
	display: block;
}
.bima_ares_menu_logo{
	width: 200px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.8);
}

.bima_ares_menu_box_mobile_menu{
	display: none;
	width: 100%;
	height: 100px;

}
.bima_ares_footer_box{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 220px;
	width: 100%;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	overflow: hidden;
}
.bima_ares_footer_logo{
	width: 200px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.94);
	margin: 0 auto 0 auto;
	position: relative;
}
.bima_ares_footer_text_c{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 14px;
	background-color: rgba(0,0,0,0.7);
	margin-top: 12px;
	border: 1px solid black;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
}
.bima_ares_footer_text_urls{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 14px;
	padding: 4px;
	background-color: rgba(0,0,0,0.7);
	margin-top: 12px;
	border: 1px solid black;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
}
.bima_ares_footer_a{
	padding: 4px;
	color: white;
	font-size: 18px;
}
@media screen and (max-width: 860px) {
	.bima_ares_footer_text_c{
		font-size: 12px;
	}
	.bima_ares_footer_a{
		font-size: 15px;
	}
	.bima_ares_menu_logo{
		position: absolute;
		top: 0;
		left: calc(50% - 100px);
	}
	.bima_ares_menu_box{
		width: 100%;
		display: none;
	}
	.bima_ares_menu_box_mobile_menu{
		display: block;
	}
	.bima_ares_menu_big_selector{
		background-color: rgba(255,255,255,0.9);
	}
}
.bima_ares_scrollbar {

}
.bima_ares_scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.bima_ares_scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
	background: black;
}

.bima_ares_scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(30, 215, 70);
    box-shadow: 0 0 0 0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgb(53, 198, 45)),
					   color-stop(.5, transparent), to(transparent));
}
.bima_ares_scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(30, 110, 215, 0.7);
}
@media screen and (max-width: 860px) {
	.bima_ares_scrollbar::-webkit-scrollbar {
		display: none;
	}
}

/*
bima form
 */
.bima_form_input_label{
	position: absolute;
    margin-left: 12px;
    font-size: 18px;
    margin-top: 6px;
    z-index: 3;
    color: black;
}
.bima_form_input_label.black{
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
.bima_form_input_label.black_light{
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}
.bima_form_input{
	font-size: 18px;
    width: 100%;
    height: 4rem;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.76rem .95rem 0 .95rem;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #d2d2d7;
    box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.2);
    background-color: white;
    position: relative;
    z-index: 2;
	outline: 0;
	transition: 0.2s;
}
.bima_form_input::placeholder {
	color: #707070;
	opacity: 1;
}
.bima_form_input.black{
	color: white;
	background-color: rgb(31,31,31);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	border-color: black;
}
.bima_form_input.black.transparent{
	color: white;
	background-color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	border-color: black;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0 0 2px 1px rgba(169,169,169,0.7);
}
.bima_form_input.black_light{
	color: white;
	background-color: rgb(42,42,42);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	border-color: black;
}
.bima_form_input.btn{
    font-size: 22px;
    padding: 0;
	transition: 0.2s;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.85);
}
.bima_form_input.btn.black{
    font-size: 22px;
    padding: 0;
	transition: 0.2s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
    color: white;
}
.bima_form_input.btn.black_light{
    font-size: 22px;
    padding: 0;
	transition: 0.2s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
    color: white;
}
.bima_form_input.btn_n_hover{
    font-size: 22px;
    padding: 0;
	transition: 0.2s;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.85);
}
.bima_form_input.btn_n_hover.black{
	transition: 0.2s;
	color: white;
	background-color: rgb(31,31,31);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	border-color: black;
}
.bima_form_input.btn_n_hover.black_light{
	transition: 0.2s;
	color: white;
	background-color: rgb(42,42,42);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
	border-color: black;
}
.bima_form_input.btn:hover{
    cursor: pointer;
	transform: scale(1.05);
	font-family: var(--main-fat-font);
	z-index: 3;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
}
.bima_form_input.btn.black:hover{
    cursor: pointer;
	transform: scale(1.05);
	font-family: var(--main-fat-font);
	z-index: 3;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	background-color: black !important;
}
.bima_form_input.btn.black_light:hover{
    cursor: pointer;
	transform: scale(1.05);
	font-family: var(--main-fat-font);
	z-index: 3;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.7);
	background-color: black !important;
}
.bima_form_input.btn.active_btn{
    cursor: pointer;
	transform: scale(1.05);

	font-family: var(--main-fat-font);
	outline: 0;
	z-index: 3;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.6);
}
.bima_form_input.form_div{
	width: 100%;
	height: 100%;
	color: black;
}
.bima_form_input.textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 128px;
}
.bima_web_form_half{
    position: relative;
    width: 48%;
    margin: 1%;
}
.bima_web_form_anrede{
    position: relative;
    width: 20%;
}
.bima_web_form_name{
    position: relative;
    width: 40%;
}
@media screen and (max-width: 600px) {
	.bima_web_form_half{
        width: 98%;
    }
	.bima_web_form_anrede{
		width: 100%;
	}
	.bima_web_form_name{
		width: 100%;
	}
}
.bima_content{
}

.p360_btn{
	width: auto;
    height: 35px;
    color: white;
    border: solid 2px white;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    margin-bottom: 30px;
	transition: 0.2s;
}
.p360_btn:hover{
	cursor: pointer;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.6);
	background-color: rgb(9, 74, 142);
}
.p360_beratung_landing{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 30px;
	border-radius: 5px;
	background-color: rgb(18,97,179);
	color: white;
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.6);
	text-align: center;
}
.p360_beratung_landing.vorteile{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.p360_color_check{
	color: rgb(18,97,179);
}
.p360_vorteile_opt{
	width: 50%;
}
@media screen and (max-width: 830px) {
	.p360_vorteile_opt{
		width: 100%;
	}
}

.txt_size_1{
	font-size: 12px;
}
.txt_size_2{
	font-size: 16px;
}
.txt_size_3{
	font-size: 20px;
}
.txt_size_4{
	font-size: 24px;
}
.txt_size_5{
	font-size: 28px;
}
.txt_size_6{
	font-size: 32px;
}
.txt_size_7{
	font-size: 36px;
}
.txt_size_8{
	font-size: 40px;
}
.txt_size_9{
	font-size: 44px;
}
.txt_size_10{
	font-size: 48px;
}
.txt_size_11{
	font-size: 52px;
}
.txt_size_12{
	font-size: 56px;
}
.txt_size_13{
	font-size: 60px;
}
.txt_size_14{
	font-size: 64px;
}
.txt_size_15{
	font-size: 68px;
}
@media screen and (max-width: 1240px) {
	.txt_size_1{
		font-size: 11px;
	}
	.txt_size_2{
		font-size: 15px;
	}
	.txt_size_3{
		font-size: 19px;
	}
	.txt_size_4{
		font-size: 23px;
	}
	.txt_size_5{
		font-size: 26px;
	}
	.txt_size_6{
		font-size: 29px;
	}
	.txt_size_7{
		font-size: 33px;
	}
	.txt_size_8{
		font-size: 36px;
	}
	.txt_size_9{
		font-size: 40px;
	}
	.txt_size_10{
		font-size: 42px;
	}
	.txt_size_11{
		font-size: 48px;
	}
	.txt_size_12{
		font-size: 52px;
	}
	.txt_size_13{
		font-size: 56px;
	}
	.txt_size_14{
		font-size: 60px;
	}
	.txt_size_15{
		font-size: 64px;
	}
}
@media screen and (max-width: 1100px) {
	.txt_size_1{
		font-size: 11px;
	}
	.txt_size_2{
		font-size: 15px;
	}
	.txt_size_3{
		font-size: 18px;
	}
	.txt_size_4{
		font-size: 20px;
	}
	.txt_size_5{
		font-size: 22px;
	}
	.txt_size_6{
		font-size: 25px;
	}
	.txt_size_7{
		font-size: 30px;
	}
	.txt_size_8{
		font-size: 36px;
	}
	.txt_size_9{
		font-size: 40px;
	}
	.txt_size_10{
		font-size: 44px;
	}
	.txt_size_11{
		font-size: 48px;
	}
	.txt_size_12{
		font-size: 52px;
	}
	.txt_size_13{
		font-size: 56px;
	}
	.txt_size_14{
		font-size: 60px;
	}
	.txt_size_15{
		font-size: 64px;
	}
}
@media screen and (max-width: 530px) {
	.txt_size_8 {
		font-size: 22px;
	}
	.txt_size_9{
		font-size: 28px;
	}
	.txt_size_5 {
		font-size: 17px;
	}
}

/* reifenservice */
.reifen_produkt_box{
	position: relative;
	width: 33.33333333%;
}
.reifen_produkt_box_content{
	width: 96%;
	margin-left: 2%;
	position: relative;
}
.reifen_produkt_box_content_head{
	width: 100%;
	height: 80px;
	text-align: center;
	background-color: rgb(18,97,179);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	 text-shadow:
    -1px 2px 1px black,
    -2px 2px 1px rgba(0, 0, 0, 0.81);
	color: white;
	z-index: 3;
	position: relative;
	border: 1px solid black;
}
.reifen_produkt_box_content_main{
	background-color: rgb(230, 230, 230);
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,0.8);
	z-index: 1;
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	min-height: 190px;
}
.reifen_produkt_box_content_main_50{
	position: relative;
	width: 50%;
}
.rt_reifen_marken_box{
	width: 150px;
	height: 85px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 900px) {
	.reifen_produkt_box{
		width: 100%;
	}
	.reifen_produkt_box_content_main_50{
		width: 100%;
	}
	.reifen_produkt_box_content_main{
		min-height: fit-content;
	}
}