@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap");
@import url("LineIcons.css");
@import url("owl.carousel.min.css");
@import url("bootstrap.min.css");
@import url("https://design.alleswerkstatt.de/plugins/fontawesome/css/all.min.css");
@import url("https://design.alleswerkstatt.de/plugins/lightcase/css/lightcase.css");
@import url("https://design.alleswerkstatt.de/plugins/slick/slick.css");
@import url("https://design.alleswerkstatt.de/plugins/slick/wiggemedia.css");
@import url("farben.css");

body {
	background: #fff;
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 15px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: normal;
	margin: 0;
	padding: 0 0 20px 0;
}

.hide {
	display: none !important;
}

.red { color: #e2000b; }
.grey { color: #b3b3b3; }
.green { color: #2aa745; }
.blue { color: #004d9e; }
.bold { font-weight: 700;}

.form-control::placeholder {
	color: #d3d3d3;
}

.btn i.lni { margin-right: 10px; }
.btn.nogap i.lni { margin-right: 0; }
.aleft { text-align: left; }
.acenter { text-align: center;}
.aright { text-align: right; }
.mar-ttr { margin-right: 15px;}
.mar-ttl { margin-left: 15px;}
.mar-ttt { margin-top: 15px;}
.mar-ttb { margin-bottom: 15px;}
.mar-ttr2 { margin-right: 30px;}
.mar-ttl2 { margin-left: 30px;}
.mar-ttt2 { margin-top: 30px;}
.mar-ttb2 { margin-bottom: 30px;}
.rel { position: relative; }

.gaptop { margin-top: 50px; }

#sub_header {
	margin-top: -30px;
}

.user_noadmin .admin_area { display: none; }

.user_admin .admin_area .lni { margin-right: 5px; }

a,
a:hover,
button {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	opacity: 0.9;
}

ul,
ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

:focus,
button:focus,
.btn:focus,
.form-control:focus {
	outline: 0px;
	box-shadow: none;
}

h2 {
	font-size: 50px;
	font-weight: 900;
}

h3 {
	font-size: 33px;
	font-weight: 700;
}

h4 {
	font-size: 33px;
	font-weight: 700;
}

.main {
	padding: 30px 30px 0;
	background: url(../images/bg_alleswerkstatt.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.main.pad30 { padding: 30px 30px 70px; }

.main .action-wrap {
	max-width: 914px;
	padding: 0 0 40px 0;
}

.ineer-logo > a {
	display: block;
	width: 280px;
	opacity: 1 !important;
}

.ineer-logo > a img { 
	max-height: 100px;
}

/*@media (min-width: 1540px) {
  .container {
    max-width: 1540px;
  }
}*/
/*****************  Header */
.mobile-menu {
	display: none;
}

.ineer-logo {
	background: url(../images/logo-inner-bg.png) no-repeat;
	width: 640px;
	height: 170px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px 0 0 110px;
	z-index: 9;
}

.inner-header {
	padding: 0 0 70px 0;
}

#main_topnav {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
}

#main_topnav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_topnav #user_area ul > li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#main_topnav #user_area ul > li:first-child > a {
	display: block;
	padding: 0 10px;
	border-radius: 12px;
	background: rgba(140, 186, 229, 0.5);
	color: #004d9e;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	text-decoration: none;
}

#main_topnav #user_area ul > li:first-child > a:hover,
#main_topnav #user_area ul > li:first-child > a:focus {
	background: rgba(140, 186, 229, 0.5);
	color: #004d9e;
	opacity: 0.9;
}

#main_topnav #user_area ul > li:last-child > a {
	display: block;
	background-color: transparent;
	color: rgba(140, 186, 229, 0.5);
	text-decoration: none;
}

#main_topnav #user_area ul > li:last-child > a > .lni { font-weight: 600; }

#main_topnav #main_linkback ul > li {
	display: block;
	padding: 0;
	margin: 20px 0 0;
}

#main_topnav #main_linkback ul > li:first-child > a {
	color: #FFF;
	text-decoration: none;
}

main.pillar-bg #main_topnav #main_linkback ul > li:first-child > a { color: #051445; }

#main_topnav #main_linkback ul > li:first-child > a:hover,
#main_topnav #main_linkback ul > li:first-child > a:focus {
	color: #FFF;
	text-decoration: none;
	opacity: 0.9;
}

#main_topnav #main_linkback ul > li:last-child > a {
	position: relative;
	right: -30px;
	display: inline-block;
	width: auto;
	height: 46px;
	line-height: 46px;
	background: var(--aws-backc);
	color: var(--aws-fcolor);
	padding: 0 20px;
	letter-spacing: 2px;
	border-radius: 30px 0 0 30px;
	text-align: right;
}

#main_topnav #main_linkback ul > li:last-child > a:focus,
#main_topnav #main_linkback ul > li:last-child > a:hover { opacity: 0.9;}

.nav-main {
	width: 100%;
}

.nav-main .navbar-nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-main .navbar-nav li {
	padding: 0 30px;
}

.nav-main .navbar-nav li a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

.nav-main .navbar-nav li a:hover {
	color: #e3000a;
}

.inner-bg2 {
	position: absolute;
	left: 0;
	top: 96px;
	width: 302px;
	height: 439px;
}

/***************** end  Header */
/* ======================================== Login */
.login-bg {
	color: #fff;
}

.login-bg .top-logo {
	padding: 0 0px 170px 0;
}

.login-bg .login-logo {
	width: 300px;
	height: 59px;
}

.login-bg .login-logo img {
	width: 100%;
}

.login-bg h1 {
	font-size: 28px;
	font-weight: 600;
	padding: 30px 0 100px 0;
}

.login-wrapp a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border: solid 1px #fff;
	border-radius: 30px;
	min-width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
}

.login-wrapp a:hover {
	background: #fff;
	color: #0f2151;
}

.login-wrapp p {
	font-size: 22px;
	line-height: 28px;
}

.login-wrapp p span {
	display: block;
}

.login-all-logo li {
	margin: 0 0 30px 0;
	border-radius: 30px;
	overflow: hidden;
	padding: 0;
	box-shadow: rgba(0, 0, 0, 0.13) 7px 7px 13px;
}

/*==================== footer */
.footer .footer-bottom {
	padding: 16px 30px;
	background: #fff;
}

.footer .footer-bottom .footer-bottom-r {
	margin: 0 !important;
}

.footer .footer-bottom .footer-bottom-r a {
	margin: 0 0 0 35px;
}

.footer .footer-bottom .footer-bottom-r img {
	margin: 0;
}

.footer .footer-bottom a,
.footer .footer-bottom .footer-bottom-r {
	font-size: 14px;
	text-transform: uppercase;
	color: #9ba1b5;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
}

.footer .footer-bottom a:hover,
.footer .footer-bottom .footer-bottom-r:hover {
	color: #0f2151;
}

.footer .footer-bottom img {
	margin: 0 25px 0 0;
}

.footer .footer-bottom-r a img {
	width: 130px;
}

.footer-service {
	background: url("../images/footer_bg.png") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0 40px 0;
}

.footer-service h4,
.footer-service .article-text p {
	font-weight: 600;
}

.footer-service h4 {
	font-size: 30px;
	color: #051445;
	font-weight: 600;
}

.footer-service .article-text {
	min-height: 150px;
}

.footer-service .article-text h3 {
	font-weight: 700;
	font-size: 15px;
	color: #051445;
	letter-spacing: 2px;
	padding: 0 0 17px 0;
}

.footer-service .article-text h3 span {
	display: block;
	color: #7d8386;
	font-weight: 600;
}

.footer-service .article-text h4 {
	font-size: 14px;
	padding: 0 0 20px 0;
}

.footer-service .article-text p {
	font-size: 14px;
	color: #7d8386;
}

.footer-service .max-mustermann {
	padding: 0 !important;
}

.footer-service .max-mustermann img {
	width: 130px;
	margin: 0 0 15px 0;
}

.footer-service .max-mustermann p,
.footer-service .max-mustermann p a {
	font-weight: normal !important;
	color: #051445 !important;
}

.footer-service .max-mustermann p em {
	font-style: normal;
	padding: 0 20px 0 0;
}

.footer-service .max-mustermann p span {
	display: block;
	padding: 0 0 10px 0;
}

.footer-service .article-main {
	padding: 0 146px 0 0;
}

.footer-service .container {
	max-width: 914px;
}

/* ========================End footer */
/* ========================main-logo */
.main-logo {
	padding: 0 0 90px 0;
}

.main-logo img {
	max-width: 447px;
}

/***alle-aktionen */
.alle-aktionen p {
	color: #fff;
	font-size: 18px;
	position: relative;
	text-align: center;
	margin: 0 0 35px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 0;
}

/*.alle-aktionen p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

*/
.alle-aktionen p:after {
	content: "";
	position: absolute;
	left: 0;
	width: 37%;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.alle-aktionen p:before {
	content: "";
	position: absolute;
	right: 0;
	width: 37%;
	height: 2px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

/*.alle-aktionen p span {
  background: #0e4087;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 18px; 
}*/
.alle-aktionen p span {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 18px;
}

.alle-aktionen ul li {
	padding: 0 0 4px 0;
}

.alle-aktionen ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	min-width: 100%;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
}

.alle-aktionen ul li.link-bg-1 a {
	background: var(--aws-bg-01);
}

.alle-aktionen ul li.link-bg-2 a {
	background: var(--aws-bg-02);
}

.alle-aktionen ul li.link-bg-3 a {
	background: var(--aws-bg-03);
}

.alle-aktionen ul li.link-bg-4 a {
	background: var(--aws-bg-04);
}

.alle-aktionen ul li.link-bg-5 a {
	background: var(--aws-bg-05);
}

.alle-aktionen ul li.link-bg-6 a {
	background: var(--aws-bg-06);
}

.alle-aktionen ul li.link-bg-7 a {
	background: var(--aws-bg-07);
}

.alle-aktionen ul li.link-bg-8 a {
	background: var(--aws-bg-08);
}

.alle-aktionen ul li.link-bg-9 a {
	background: var(--aws-bg-09);
}

.alle-aktionen ul li.link-bg-10 a {
	background: var(--aws-bg-10);
}

.alle-aktionen ul li.link-bg-11 a {
	background: var(--aws-bg-11);
}

.alle-aktionen ul li.link-bg-12 a {
	background: var(--aws-bg-12);
}

.alle-aktionen ul li.link-bg-13 a {
	background: var(--aws-bg-13);
}

.alle-aktionen ul li.link-bg-14 a {
	background: var(--aws-bg-14);
}

.alle-aktionen ul li.link-bg-15 a {
	background: var(--aws-bg-15);
}

.alle-aktionen ul li.link-bg-16 a {
	background: var(--aws-bg-16);
}

.alle-aktionen ul li.link-bg-17 a {
	background: var(--aws-bg-17);
}

.alle-aktionen ul li a:hover,
.alle-aktionen ul li a:focus,
.alle-aktionen ul li a.active {
	color: #000;
}

.alle-aktionen .actions-row {
	padding: 0 0 35px 0;
	border-bottom: 2px #fff solid;
	margin-bottom: 50px;
}

.alle-aktionen .top-deals {
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}

.alle-aktionen .top-deals a { color: #FFF; }
.alle-aktionen .top-deals a:hover,
.alle-aktionen .top-deals a:focus { opacity: 0.8; color: #FFF;}

.alle-aktionen .top-deals div {
	max-width: 220px;
}

.alle-aktionen .top-deals span {
	border: #fff solid 5px;
	width: 84px;
	height: 84px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	margin: 0 25px 0 0;
}

.alle-aktionen .deal-main {
	padding: 0 50px;
}

/***end alle-aktionen */
/* ============================== page-3 Css ===============================*/
.all-workstate-logo {
	text-align: center;
}

.all-workstate-logo a {
	opacity: 1 !important;
	display: inline-block;
}

.all-workstate-logo img {
	width: 342px;
}

.all-workstate-logo span {
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	display: block;
	padding: 15px 0 0 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.product-col {
	position: relative;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 0 0 30px 0;
	padding: 0 0 20px 0;
	margin: 0;
	height: 100%;
	/* min-height: 538px;*/
}

.product-col .top_deal {
	position: absolute;
	left: 0;
	top: -35px;
	background-color: #e2000b;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 7px 10px;
	border-top-left-radius: .25em;
	border-top-right-radius: .25em;
}

.leasing h4 sup {
	font-size: 20px;
}

.product-height {
	margin: 0 0 30px 0;
}

.product-col .product-wrap {
	-webkit-border-radius: 0 0 50px 0;
	border-radius: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-left {
	height: auto !important;
}

.product-col .product-wrap .product-left {
	width: 37%;
}

.product-col .product-wrap .product-left h3 {
	padding: 10px;
	background: var(--aws-main);
	color: var(--aws-fcolor);
	margin: 0 0 25px 0;
	-webkit-border-radius: 0 0 12px 0;
	border-radius: 0 0 12px 0;
	font-size: 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.product-col .product-wrap .product-left h4 {
	padding: 0 0 10px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.product-col .product-wrap .product-left h6 {
	padding: 20px 0 10px 20px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.product-col .product-wrap .product-left .text,
.product-col .product-wrap .product-left .text ul li {
	padding: 0 0 0 20px;
	font-size: 15px;
	line-height: 20px;
}

.product-col .product-wrap .product-left .text ul li {
	list-style: none;
	padding-left: 40px;
	position: relative;
}

.product-col .product-wrap .product-left .text ul li:after {
	content: "";
	position: absolute;
	left: 21px;
	top: 9px;
	width: 2px;
	height: 2px;
	background: #000;
}

.product-col .product-wrap .product-img-1 {
	width: 45%;
	position: relative;
	padding: 20px 15px 0 15px;
}

.product-col .product-wrap .product-img-1 img {
	width: auto;
	height: auto;
	max-height: 350px;
	max-width: 100%;
}

.owl-carousel .owl-item img { display: inline-block; }

.product-col .product-wrap .product-logo-img-1 {
	width: 18%;
	padding: 15px 0 0 0;
}

.product-more-text.readmore {
	height: 295px;
	overflow: hidden;
	position: relative;
}

.product-more-text.readmore:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	content: "";
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.product-logo-img-1 ul li {
	padding: 0 0 8px 0;
}

.product-logo-img-1 ul li a {
	background: var(--aws-main);
	padding: 13px 20px 13px 20px;
	display: block;
	color: var(--aws-fcolor);
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
	text-align: center;
}

.product-col.isinbasket .product-logo-img-1 ul li a.btn_basket {
	background-color: var(--aws-btn-basket);
}

.product-logo-img-1 ul li a:hover {
	opacity: 0.8;
}

.product-logo-img-1 ul li:first-child a {
	padding: 8px 0 8px 8px;
	background: #fff;
}

.product-bottom {
	padding: 20px 20px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-bottom .product-left p {
	padding: 0;
	font-weight: 700;
}

.product-bottom .product-left p span {
	display: block;
}

.product-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-right span {
	color: #808080;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
}

.product-right .aktionspreis {
	padding: 0 20px 0 0;
}

.product-right h4 {
	box-sizing: border-box;
	font-size: 28px;
	position: relative;
	border-radius: 50px;
	padding: 0 12px;
	background: var(--aws-main);
	color: var(--aws-fcolor);
	height: 40px;
	line-height: 40px;
}

.product-right .leasing h4 {
	background: #ccc;
}

.product-right h4 em {
	font-style: normal;
}

/*.product-right .aktionspreis h4:after,
.product-right .leasing h4:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 28px;
	border-radius: 50px;
	bottom: -8px;
	z-index: 0;
}

.product-right .leasing h4:after {
	background: #cccccc;
}

.product-right .aktionspreis h4:after {
	background: var(--aws-main);
}*/

.overflow-text {
	position: relative;
}

.product-col .product-wrap .overflow-text ul:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+27,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 27%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.button-more a {
	width: 124px;
	height: 44px;
	background: var(--aws-main);
	color: var(--aws-fcolor);
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	line-height: 44px;
	border-radius: 25px;
}

.button-more {
	text-align: right;
	padding: 20px 0 0;
}

.product-bottom .product-left {
	min-height: inherit !important;
}

#aws_artikel h2 {
	font-size: 45px;
}

#aws_artikel .product-bottom .product-left.product-left-full {
	width: 100%;
}

.product-img-1 .owl-nav .owl-prev span,
.product-img-1 .owl-nav .owl-next span {
	width: 34px;
	height: 34px;
	background: var(--aws-main);
	font-size: 22px;
	font-weight: 600;
	color: var(--aws-fcolor);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	line-height: 32px;
	border-radius: 25px;
}

.product-img-1 .owl-nav .owl-prev:hover,
.product-img-1 .owl-nav .owl-next:hover { opacity: 0.8; }

.product-img-1 .owl-dots {
	display: none;
}

.product-img-1 .owl-nav .owl-prev.disabled {
	display: none;
}

.product-img-1 .owl-carousel .owl-prev,
.product-img-1 .owl-carousel .owl-next {
	position: absolute;
	top: 5px;
	left: 0;
	/*transform: translateY(-50%);*/
}

.product-img-1 .owl-carousel .owl-next {
	left: auto;
	right: 0;
}

.product-img-1 .item {
	padding: 0 5px;
	text-align: center;
}

.product-col .product-wrap .product-left ul {
	/* height: 210px;
  position: relative;
  overflow: hidden;*/
}

/* ============================== end page-3 Css ===============================*/
/*------------------------------------------ PAGE-4 START----------------------------------------------------------------*/
.price,
.leasing-main,
.monthly-main,
.success div,
.zuruck ul,
.generiertes-top,
.generiertes-content,
.information-right,
.information .container,
.select-div,
.entry-top,
.entry-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aktionspreis-color {
	color: rgb(152, 157, 176);
}

.monthly-main.preis .select-div {
	max-width: 68%;
	width: 100%;
}

.monthly-main.preis .select-div select {
	font-size: 13px;
}

.select-div select {
	-webkit-appearance: none;
	width: 100%;
	height: 42px;
	color: rgb(29, 30, 63);
	font-weight: 700;
	font-size: 24px;
	background: url(../images/slect-arrow.png) 90% center no-repeat rgb(255, 255, 255);
	background-position: 90% center;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 18px;
	padding: 0px 15px;
}

.success {
	max-width: 500px;
	padding: 45px 30px 35px 30px;
}

.success-bg {
	margin: -74px 0 0 0;
}

.success-popup h2 {
	color: #051445;
	font-size: 33px;
	font-weight: 700;
	max-width: 212px;
	padding: 0;
}

.success p {
	color: #b6bac2;
	font-size: 18px;
	padding: 32px 0 0 0;
	font-weight: 600;
}

.success i {
	font-size: 30px;
	color: #fff;
}

.success span {
	color: #051445;
}

.success div span {
	background: #c6e0be;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	text-align: center;
	line-height: 78px;
}

.successfully-main .modal-content {
	border-radius: 30px;
}

.successfully-main .modal-header button {
	font-size: 46px;
	font-weight: 500;
	padding: 8px 16px 0 0;
	color: #051445;
	z-index: 9999;
}

.successfully-main .modal-header {
	border: 0;
}

/*--------- 2 POPUP--------------*/
.offer span {
	display: block;
	color: #b6bac2;
	font-size: 18px;
	font-weight: 600;
	padding: 13px 0 0 0;
}

.logo-img img {
	width: 227px;
}

.leasing-main.generiertes-top {
	padding: 44px 85px 0 30px;
}

.leasing-main {
	padding: 44px 135px 0 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-main {
	background: #f5f4f4;
	padding: 30px 30px 0 60px;
	margin: 25px 0 0 0;
	border-radius: 30px;
}

.preis {
	max-width: 159px;
}

.preis label {
	color: #b6bac2;
	font-size: 15px;
	font-weight: 700;
}

.price {
	justify-content: space-between;
	padding: 0 0 20px 0;
}

.preis h5 {
	font-size: 34px;
	font-weight: 700;
	padding: 0;
}

.preis span {
	color: #b6bac2;
	font-size: 15px;
	display: block;
	font-weight: normal;
	line-height: normal;
}

.price-main em {
	border-radius: 50%;
	border: #cfcecf solid 2px;
	width: 19px;
	height: 19px;
	display: inline-block;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	font-size: 11px;
	margin: 0 0 0 4px;
}

.preis input {
	background: #fff;
	border: 0;
	padding: 3px 10px 3px 14px;
	width: 145px;
	border-radius: 50px;
	margin: 0 0 0 -14px;
	color: #1d1e3f;
	font-weight: 700;
	font-size: 24px;
}

.monthly-main {
	max-width: 100%;
	justify-content: space-between;
	padding: 0 39px 0 0;
	align-items: flex-end;
}

.monthly-rate {
	margin: -14px 0 0 0;
}

.monthly-rate span {
	font-weight: 700;
	line-height: 23px;
}

.monthly-rate strong {
	font-size: 34px;
	color: #051445;
}

.select-div input {
	width: 357px;
	font-size: 15px;
	padding: 11px 10px;
	margin: 0;
	color: #051445;
}

.remark {
	padding: 42px 0 24px 0;
}

.remark label {
	font-size: 14px;
	color: #051445;
	font-weight: bold;
	width: 100%;
}

.remark textarea {
	border: 0;
	width: 93%;
	border-radius: 30px;
	padding: 16px 11px;
	min-height: 110px;
}

.select-div em {
	width: 26px;
	height: 26px;
	color: #ddd;
	line-height: 20px;
	border-width: 3px;
	font-size: 17px;
	font-weight: 700;
}

.zuruck ul li:first-child a {
	background: #f2ede8;
}

.zuruck ul {
	padding: 30px 25px 28px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zuruck ul li {
	align-items: center;
	display: flex;
	justify-content: center;
}

.zuruck ul li a {
	background: #f2ede8;
	min-width: 218px;
	text-align: center;
	border-radius: 12px;
	position: relative;
	height: 50px;
}

.zuruck ul .green-bg span {
	left: -8px;
	background: #82c17a;
}

.zuruck ul li.green-bg a {
	margin: 0;
	background: #e2efdd;
}

.zuruck.zuruck-new ul li.green-bg a {
	width: 250px;
	padding: 0 50px 0 0;
}

.zuruck ul li span {
	background: #a5a7a8;
	width: 51px;
	height: 51px;
	position: absolute;
	line-height: 50px;
	border-radius: 50%;
	top: 0;
	right: -8px;
	color: #fff;
	text-align: center;
}

.zuruck ul .green-bg a {
	color: #369c31;
	font-size: 14px;
	font-weight: 700;
}

.zuruck ul .green-bg a i {
	font-weight: 700;
}

.zuruck ul li a {
	color: #7d8386;
	line-height: normal;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.number {
	position: relative;
}

.number span.plus {
	top: 6px;
}

.number span {
	position: absolute;
	right: 13px;
	top: 20px;
}

.number span i {
	font-weight: 700;
}

.select-div {
	align-items: center;
}

.offer-body {
	padding: 0;
}

/*--------- 2 POPUP END--------------*/
/*--------- 3 POPUP--------------*/
.generiertes-content {
	background: #eeeeee;
	position: relative;
	padding: 30px 70px 41px 0;
	margin: 30px 0 0 0;
	width: 100%;
}

.slider-right img {
	width: 100%;
}

.generiertes-top h2 {
	max-width: initial;
}

.page-number input {
	border-radius: 30px;
	border: 0;
	max-width: 80px;
	text-align: center;
	margin: 6px 0;
}

.page-number {
	background: #e5e4e4;
	border-radius: 12px;
	text-align: center;
	max-width: 129px;
	margin-bottom: 40px !important;
	margin-top: 0 !important;
}

.page-number span {
	color: #1d1e3f;
	display: flex;
	justify-content: center;
}

.slider-left {
	width: 25%;
	padding: 0 0 0 28px;
}

.slider-right {
	width: 69%;
}

.print-wrap {
	width: 51px;
	height: 51px;
	background: #f5f4f4;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	position: absolute;
	right: 28px;
	top: 31px;
}

.print-wrap i {
	color: #051445;
	font-weight: 700;
	font-size: 26px;
}

.slider .active {
	border: #92c56e 3px solid;
}

.slider div {
	max-width: 120px;
	border: #b6bac2 solid 1px;
	margin: 26px 0 0 0;
}

.slider-left div {
	margin: 15px 0;
}

.slider div {
	cursor: pointer;
}

.zuruck-new ul li span {
	left: -8px;
}

.zuruck-new ul li.green-bg {
	text-align: right;
}

.zuruck-new ul .green-bg span {
	left: auto;
}

.zuruck-new ul {
	justify-content: space-between;
}

.seite {
	border: 1px solid #b6bac2;
}

/*--------- 3 POPUP END--------------*/
/*------------------------------------------ PAGE-4 END ----------------------------------------------------------------*/
/*------------------------------------------ PAGE-5 START----------------------------------------------------------------*/
.information .container {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	flex-flow: wrap row;
}

.information-div {
	max-width: 286px;
}

.information .second_container .information-div { margin-top: 50px; }

.information-right { position: relative; }

.information-right #card_arrow_box .card_arrow {
	position: absolute;
	cursor: pointer;
	top: 185px;
	height: auto;
	width: 32px;
	line-height: 32px;
	color: #FFF;
}

.information-right #card_arrow_box .card_arrow:hover { opacity: 0.8; }

.information-right #card_arrow_box .card_arrow.card_arrow_l { left: -12px; }
.information-right #card_arrow_box .card_arrow.card_arrow_r { right: -36px; }

.information-right #card_arrow_box .card_arrow .lni { font-size: 26px; }

.information-div.card_itm { display: none; }
.information-div.card_active { display: block; }

.information-div h5 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 26px 0;
	min-height: 120px;
}

.information-div ul li a {
	border: #fff solid 1px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	min-width: 265px;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 8px 0;
	font-weight: 600;
}

.information-div ul li.article a {
	/*border-color: #e2000b;*/
	background-color: #e2000b;
}

.information-left {
	margin: 0 150px 0 0;
}

.information-right .information-div {
	margin: 0 0 0 20px;
}

.information-div div {
	border: #fff solid 4px;
}

.information-div h5 span {
	display: block;
}

.industry-information span a {
	background: #fff;
	height: 62px;
	line-height: normal;
	padding: 0 0 0 78px;
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.industry-information span i {
	font-weight: 700;
	color: #051445;
	font-style: normal;
	border: 4px #051445 solid;
	border-radius: 50%;
	width: 64px;
	position: absolute;
	height: 64px;
	left: -1px;
	font-size: 39px;
	text-align: center;
	top: -1px;
	line-height: 59px;
	text-transform: lowercase;
}

.industry-information span em {
	display: block;
	font-style: normal;
}

.industry-information span {
	position: relative;
}

.entry-wrap {
	background: #fff;
	padding: 47px 25px;
	border-radius: 34px 34px 0 0;
}

/*------------------------------------------ PAGE-5 END ----------------------------------------------------------------*/
/*------------------------------------------ PAGE-6 START ----------------------------------------------------------------*/
.entry-content {
	padding: 15px 0 0 0;
}

.entry-content table {
	width: 100%
}

.entry-top {
	justify-content: space-between;
	align-items: center;
}

.entry-left span {
	color: #7b7f82;
	font-size: 15px;
}

.entry-left select {
	border: #e3e3e3 1px solid;
	background: #fff;
	border-radius: 5px;
	color: #666666;
	width: 56px;
	padding: 2px 0;
	margin: 0 0 0 10px;
}

.entry-right input {
	border: 0;
	max-width: 130px;
}

.entry-right i {
	color: #004d9e;
	font-size: 24px;
}

.entry-right button {
	border: 0;
	background: none;
}

.entry-content thead th {
	background: #004d9e;
	color: #fff;
	padding: 18px 0 18px 15px;
	position: relative;
}

.entry-wrap {
	max-width: 1340px;
}

.entry-content tbody tr {
	border-bottom: #e3e3e3 solid 1px;
}

/*
.entry-content tbody th,
.entry-content tbody tr td{
  width: 160px;
  
}
*/
.entry-content tbody tr td {
	color: #505050;
	font-size: 15px;
	max-width: 160px;
	padding: 8px 0;
}

.entry-content tbody tr td span {
	display: block;
}

.entry-content tbody tr td:first-child {
	padding: 0;
}

.entry-content tbody tr th:nth-child(6),
.entry-content tbody tr td:nth-child(6),
.entry-content tbody tr td:nth-child(8),
.entry-content tbody tr th:nth-child(8),
.entry-content tbody tr th:nth-child(9),
.entry-content tbody tr td:nth-child(9),
.entry-content tbody tr td:nth-child(11),
.entry-content tbody tr th:nth-child(11),
.entry-content tbody tr td.color-grey {
	text-align: center;
}

.entry-content tbody tr .color-red,
.entry-content tbody tr .color-blue {
	font-weight: 700;
	color: #e30613;
}

.entry-content tbody tr .color-blue {
	color: #004d9e;
}

/*.entry-content tbody tr td:nth-child(9) i {
	color: #fbbb21;
	font-size: 20px;
}*/

.entry-content tbody tr td.entry-file i {
	background: #f5f4f4;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 33px;
	border-radius: 3px;
	color: #0059a1;
}

.entry-content tbody tr td.color-grey {
	color: #b1b2b2;
}

.entry-content tbody tr td.color-grey i {
	display: block;
}

.entry-bottom {
	justify-content: space-between;
	padding: 27px 0 0 0;
	align-items: center;
}

.pagination-div ul li {
	list-style: none;
	display: inline-block;
	padding: 0 8px;
}

.pagination-div ul li a {
	color: #7b7f82;
}

.pagination-div .active a {
	border: solid 1px #e3e3e3;
	border-radius: 50%;
	text-align: center;
	line-height: 29px;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.pagination-div ul li i {
	font-size: 15px;
}

.history-right span a {
	background: #fff;
	width: 165px;
}

.entry-content tbody tr th:nth-child(11),
.entry-content tbody tr tr:nth-child(11) {
	padding: 0 30px 0 0;
}

.entry-content tbody tr:hover {
	background: #f4f4f4;
}

.up-down-icon {
	display: flex;
	position: absolute;
	left: 2px;
	top: 40%;
}

.entry-content tbody tr th:nth-child(6) .up-down-icon {
	left: 24px;
}

.entry-content tbody tr th:nth-child(11) .up-down-icon {
	left: -11px;
}

/*------------------------------------------ PAGE-6 END ----------------------------------------------------------------*/
/*------------------------------------------ PAGE-7  ----------------------------------------------------------------*/
.post-lift-contant {
	position: relative;
}

.main.pillar-bg {
	background: url(../images/bg_alleswerkstatt_grau.png) no-repeat;
	background-size: cover;
}

.post-lift-sub-head {
	font-size: 15px;
	font-weight: 600;
	color: var(--aws-main);
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0 0 25px 0;
}

.comfort-text {
	color: #7d7d7d;
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 40px 0;
}

.comfort-text span {
	display: block;
}

/*.saulen-l ul li {
	padding: 0 0 30px 0;
	color: #051445;
	font-size: 15px;
	line-height: 22px;
	position: relative;
	list-style: none;
}

.saulen-l ul li p {
	position: relative;
	z-index: 1;
	padding: 0;
}

.saulen-l ul li:after {
	background: #bcb0d7;
	content: "";
	position: absolute;
	top: -10px;
	left: -15px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}*/

.post-lift-wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-lift-wrapp ul {
	width: 100%;
	max-width: 43%;
}

.deal-image-r {
	position: relative;
}

.deal-image-rw {
	margin: 0 -160px 0 0;
	position: relative;
}

.deal {
	z-index: 999;
	position: relative;
}

.deal>img.landscape {
	width: 712px;
}

.deal>img.portrait {
	width: auto;
	height: auto;
	max-height: 550px;
}

.deal-img {
	position: absolute;
	top: -23px;
	right: 204px;
}

.art-no {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.art-no p {
	font-weight: 700;
}

.art-no p span {
	display: block;
}

.leasing label {
	font-weight: 700;
	color: #a5a7a8;
	margin-bottom: 0;
}

.art-no .leasing:nth-child(2) label {
	color: var(--aws-main);
}

.offer-r {
	position: absolute;
	top: -40px;
	right: 0;
	width: 160px;
	z-index: 999;
}

.offer-r ul li a {
	background: var(--aws-main);
	color: #fff;
}

#aws_artikel.isinbasket .offer-r ul li a.btn_basket {
	background-color: var(--aws-btn-basket);
}

/* Lieferumfang im Artikel */
#aws_artikel.tt_product .lieferumfang h4 {
	padding: 30px 0 15px;
}
#aws_artikel.tt_product .produkt-text ul,
#aws_artikel.tt_product .lieferumfang ul {
	list-style: disc;
	padding-left: 17px;
	max-width: none;
}

#aws_artikel.tt_product .produkt-text ul > li + li,
#aws_artikel.tt_product .lieferumfang ul > li + li { margin-top: 5px; }

.offer-r ul li a:hover {
	background: #776398 !important;
}

.product-logo-img-1.offer-r ul li:first-child a {
	border: #063b7a solid 1px;
	border-right: var(--aws-main) solid 0;
	padding-left: 20px;
}

.product-logo-img-1.offer-r ul li:first-child a:hover {
	background: none !important;
}

.product-logo-img-1.offer-r ul li:first-child img {
	width: 90px;
}

.lease-payment {
	font-size: 12px;
	font-weight: 600;
	padding: 30px 0 0 0;
}

.lease-payment span {
	font-size: 12px;
	text-transform: none;
}

.lease-payment,
.lease-payment span {
	display: block;
	color: #a5a7a8;
}

.p-7-div h4 {
	display: inline-block;
	font-size: 50px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
}

.p-7-div h4 sup {
	font-size: 25px;
	top: -18px;
}

/*.p-7-div .aktionspreis h4:after,
.p-7-div .leasing h4:after {
	height: 32px;
}*/

/*.technical-main .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}*/
.technical-main {
	background: var(--aws-main);
	padding: 50px 0;
	margin-top: 50px;
}

.technical-main h3 {
	font-size: 23px;
	font-weight: 700;
	padding: 0 0 40px 0;
	color: var(--aws-fcolor);
}

.technical-contant ul li {
	font-size: 15px;
	font-weight: 600;
	color: var(--aws-fcolor);
	padding: 0 5% 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px var(--aws-fcolor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.technical-contant ul li span {
	min-width: 74px;
	max-width: 75%;
}

.technical-contant ul li:last-child {
	border: 0;
}

.p-7-div .product-right span {
	color: var(--aws-main);
	font-size: 15px;
	font-weight: 700;
	display: block;
	text-align: center;
	letter-spacing: 2px;
}

.p-7-div .product-right .leasing span {
	color: #a5a7a8;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 15px;
}

/*.p-7-div .product-right .aktionspreis h4:after {
	background: #d7cfe7;
}

.p-7-div .product-right .leasing h4:after {
	background: #dddedf;
}*/

/*.product-bottom.p-7-div {
	margin: 0 0 0 -150px;
	max-width: 670px;
	position: static;
}*/

.product-bottom.p-7-div {
	width: 100%;
	flex-wrap: wrap;
}

.p-7-header .all-workstate-logo span {
	color: #051445;
}

.p-7-header .logout-wrapp a {
	color: #8c93a9;
}

.p-7-header .industry-information span a {
	color: #fff;
	background: #004d9e;
}

.p-7-header .industry-information span i {
	border: 4px #ffffff solid;
}

.deal-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.deal-hover-1,
.deal-hover-2,
.deal-hover-3,
.deal-hover-4 {
	border: solid 14px rgba(146, 124, 184, 0.50);
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	width: 8px;
	height: 8px;
	position: absolute;
}

.deal-hover-1:hover:before {
	width: 62px;
	height: 62px;
	background: #c5bfd6;
	content: "";
	position: absolute;
	border-radius: 50%;
	top: -20px;
	left: -21px;
	z-index: -1;
}

.deal-image-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	margin-top: 80px;
	justify-content: center;
}

.deal-img>img {
	width: 290px;
}

/*.deal-detial-img {
    display: none;
}*/
.deal-hover-1 {
	top: -336px;
}

.deal-hover-2 {
	top: -272px;
}

.deal-hover-3 {
	top: -198px;
	left: 277px;
}

.deal-hover-4 {
	top: -173px;
	left: 442px;
}

.deal-hover-1:after {
	content: '';
	background: #3a1d6b;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.deal-hover-1 .deal-detial-img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 310px;
	height: 372px;
	z-index: 9;
}

.deal-hover-1:hover .deal-detial-img {
	display: block;
}

.deal-detial-img {
	background-color: var(--aws-main);
	padding: 15px 5px 5px 5px;
	border-radius: 30px;
}

.deal-detial-img h6 {
	font-size: 15px;
	text-align: right;
	color: #fff;
	padding: 0 40px 10px 0;
}

.detial-img-wrapp {
	background: #fff;
	border-radius: 20px;
	text-align: right;
	overflow: hidden;
}

.detial-img-wrapp img {
	width: 94%;
}

.deal-hover-3 .deal-detial-img:before {
	content: "";
	position: absolute;
	width: 121px;
	height: 249px;
	background: url(../images/deal-line-l.png) no-repeat;
	z-index: 9999;
	left: -117px;
	top: 200px;
}

.deal-hover-3 .deal-detial-img {
	top: -440px;
	left: 123px;
}

.top-deal img {
	width: 38px
}

/*------------------------------------------ PAGE-7 END ----------------------------------------------------------------*/
/* ============================== Responsive Css ===============================*/
@media only screen and (max-width: 1023px) {
	.main {
		padding: 15px;
	}

	/* menu*/
	.mobile-menu {
		display: block;
		width: 40px;
		height: 40px;
		border: solid #e5e5e5 1px;
		padding: 8px 8px;
		margin-left: 15px;
		position: absolute;
		right: 15px;
		top: 0;
		z-index: 999;
		background: #fff;
	}

	.mobile-menu span {
		height: 2px;
		width: 100%;
		display: block;
		background: #7f7f7f;
		margin: 0 0 7px 0;
	}

	.ineer-logo {
		width: 50%;
		height: 90px;
		padding: 14px 15px;
		top: 49px;
	}

	.logout-wrapp p {
		padding: 0;
		font-size: 14px;
	}

	.nav-main {
		width: 250px;
		position: fixed;
		left: -250px;
		top: 0;
		background: #10255a;
		z-index: 999;
		height: 100%;
		box-shadow: rgba(0, 0, 0, 0.42) 0 0 10px;
		padding: 50px 0 0 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.mobile-show .nav-main {
		left: 0px;
		opacity: 1;
		visibility: visible;
	}

	.overly {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.65);
		z-index: 999;
		display: none;
	}

	.mobile-show .overly {
		display: block;
	}

	.nav-main .navbar-nav {
		text-align: center;
	}
}

/* Buttons - Bootstrap */
.btn.btn-primary {
	background-color: #004d9e;
	border-color: #004d9e;
}

.btn.btn-danger {
	background-color: #e2000b;
	border-color: #e2000b;
}

.btn.btn-success {
	background-color: #2aa745;
	border-color: #2aa745;
}
/* T-Buttons */
.tbtn,.tbtn-l {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	border-radius: 12px;
	position: relative;
	min-width: 218px;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 77, 158, 0.8);
	border: 0;
	color: #FFF;
	padding: 0 12px 0 50px;
	margin: 0;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

.tbtn:hover,.tbtn-l:hover,
.tbtn:focus,.tbtn-l:focus {
	color: #FFF;
	background: rgba(0, 77, 158, 0.8);
	opacity: 0.8;
}

.tbtn span,.tbtn-l span {
	position: absolute;
	top: 0;
	left: -12px;
	right: auto;
	display: inline-block;
	background: #004d9e;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
}

.tbtn-l { padding: 0 50px 0 12px; }
.tbtn-l span {
	left: auto;
	right: -12px;
}

.tbtn-l.tgap, .tbtn.tgap { margin-right: 50px; }

.tbtn.btn-green,.tbtn-l.btn-green,
.tbtn.btn-green:hover,.tbtn-l.btn-green:hover,
.tbtn.btn-green:focus,.tbtn-l.btn-green:focus { background: rgba(42, 167, 69, 0.8); }
.tbtn.btn-green span,.tbtn-l.btn-green span { background: #2aa745; }

.tbtn.btn-grey,.tbtn-l.btn-grey,
.tbtn.btn-grey:hover,.tbtn-l.btn-grey:hover,
.tbtn.btn-grey:focus,.tbtn-l.btn-grey:focus { background: rgba(179, 179, 179, 0.8); }
.tbtn.btn-grey span,.tbtn-l.btn-grey span { background: #b3b3b3; }

.tbtn.btn-red,.tbtn-l.btn-red,
.tbtn.btn-red:hover,.tbtn-l.btn-red:hover,
.tbtn.btn-red:focus,.tbtn-l.btn-red:focus { background: rgba(226, 0, 11, 0.8); }
.tbtn.btn-red span,.tbtn-l.btn-red span { background: #e2000b; }

/* Formulare */
form label { font-weight: 600;}
form legend {
	color: #004d9e;
	font-weight: 700;
	font-size: 2rem;
	margin: 2rem 0;
}

form legend:first-child { margin-top: 0; }

/* PopUP */
.aclr::after {
	content: '';
	display: block;
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.notvisible {
	visibility: hidden;
}

.buttonlist,
.buttonslist {
	margin-top: 15px;
}

.jquery-modal.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 99998;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.jquery-modal.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.jquery-modal.blocker.behind {
	background-color: transparent;
}

.jquery-modal a.close-modal {
	position: absolute;
	top: 14px;
	right: 14px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	text-align: center;
	color: #051445;
	background-size: contain;
	background-image: url("../images/icons/close.svg");
	background-repeat: no-repeat;
}

.popup_standard {
	position: relative;
	vertical-align: middle;
	z-index: 99999;
	width: 60%;
	height: auto;
	box-sizing: border-box;
	border-radius: 30px;
	background-color: #FFF;
	padding: 44px;
	text-align: left;
	overflow: auto;
}

.popup_standard>.header {
	margin-bottom: 15px;
	height: 45px;
}

.popup_standard>.header>h2 {
	float: left;
	color: #051445;
	font-size: 33px;
	font-weight: 700;
	padding: 0;
	line-height: 45px;
}

.popup_standard>.header>.logo {
	float: right;
	height: 45px;
}

.popup_standard>.header>.logo>img {
	width: auto;
	height: 45px;
}

#system_message_error .box ol {
	list-style: decimal;
	padding-left: 15px;
}

#projekt_waehlen {
	width: 800px;
}

#projekt_waehlen .box .tflex {
	display: flex;
	width: 100%;
	margin: 50px 0;
	flex-wrap: wrap;
}

#projekt_waehlen .box .tflex > .titem {
	box-sizing: border-box;
	width: 25%;
}

#projekt_waehlen .box .tflex > .titem a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	height: 85px;
}

#projekt_waehlen .box .tflex > .titem img {
	width: auto;
	height: auto;
	max-height: 55px;
}

/* Blaetterfunktion */
.system_pagination {
	text-align: center;
	margin: 30px 0;
}

.system_pagination a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-right: 5px;
}

.system_pagination a:last-child { margin-right: 0; }
.system_pagination a.current { font-weight: bold;}
.system_pagination a:hover { text-decoration: underline; }

.system_pagination a > i.lni {
	font-size: 24px;
}

.pillar-bg { padding: 30px 0 0; }
.pillar-bg .nav-main .navbar-nav li a,
.pillar-bg .logout-wrapp,
.pillar-bg .logout-wrapp a,
.pillar-bg a.backlink {
	color: #051445;
}

.pillar-bg a.backlink { margin-right: 30px; }

#aws_artikel { margin-top: 30px; }
#aws_artikel.no_data {
	border-bottom: 3px solid var(--aws-main);
	padding-bottom: 50px;
}
#link_merkzettel { position: relative;}

#link_merkzettel .cb_article {
	position: absolute;
	top: 4px;
	right: -15px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #e2000b;
	color: #FFF;
	font-size: 8px;
}
.padbot { padding-bottom: 70px; }

/* Merkzettel */
/* Merkzettel - Finanzierung */
#merkzettel #form_merkzettel_leasing { margin-bottom: 50px;}
#merkzettel #form_merkzettel_leasing div.finance_period { display: none; }

#merkzettel #form_merkzettel_leasing .col-md-4 button {
	cursor: pointer;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #d9e4f0;
	color: #064d9b;
	text-align: center;
	font-weight: bold;
	border: 0;
	border-radius: .25rem;
	font-size: 18px;
	margin-bottom: 30px;
}

#merkzettel #form_merkzettel_leasing .col-md-4 button:hover,
#merkzettel #form_merkzettel_leasing .col-md-4 button.active {
	background: #064d9b;
	color: #FFF;
}

#merkzettel #form_merkzettel_leasing .col-md-4 button > i.lni {
	margin-left: 7px;
	color: rgba(42, 167, 69, 0.8);
}

/* Merkzettel - Artikel */
#merkzettel #merkzettel_tabelle { border-collapse: collapse;}
#merkzettel #merkzettel_tabelle tbody > tr > td,
#merkzettel #merkzettel_tabelle thead > tr > th {
	vertical-align: middle;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

#merkzettel #merkzettel_tabelle thead > tr > th { 
	padding: 10px;
}

#merkzettel #merkzettel_tabelle thead > tr.special_header > th {
	background-color: transparent;
	border: 0;
	text-align: center;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	padding-left: 0;
	padding-right: 0;
}

/*#merkzettel #merkzettel_tabelle thead > tr.special_header > th:nth-child(2) { border-top-right-radius: 0; }
#merkzettel #merkzettel_tabelle thead > tr.special_header > th:nth-child(3) { border-top-left-radius: 0; }*/

#merkzettel #merkzettel_tabelle thead > tr.special_header > th.field_option_header {
	background-color: #e2000b;
}

#merkzettel #merkzettel_tabelle thead > tr > th.field_actionlist,
#merkzettel #merkzettel_tabelle tbody > tr > td.field_actionlist {
	width: 100px;
	text-align: center;
}

#merkzettel #merkzettel_tabelle tbody > tr > td.field_image { 
	text-align: center;
	height: 135px;
}
#merkzettel #merkzettel_tabelle tbody > tr > td.field_image img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 120px;
}

#merkzettel #merkzettel_tabelle tbody > tr > td.field_name { font-weight: bold; }
#merkzettel #merkzettel_tabelle thead > tr > th.field_amount,
#merkzettel #merkzettel_tabelle tbody > tr > td.field_amount {
	width: 120px;
	text-align: center;
}
#merkzettel #merkzettel_tabelle tbody > tr > td.field_amount input { text-align: center; }

#merkzettel #merkzettel_tabelle thead > tr > th a.remove_finance {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
}

#merkzettel #merkzettel_tabelle tbody > tr > td input[type=checkbox] { display: none; }
#merkzettel #merkzettel_tabelle tbody > tr > td .tnone > .lni{
	font-size: 2rem;
}

#merkzettel #merkzettel_tabelle tbody > tr > td .tcheck {
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #b3b3b3;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background: transparent;
	text-align: center;
	padding: 0;
	margin: 0;
}

#merkzettel #merkzettel_tabelle tbody > tr > td .tcheck.tcheck-green {
	border-color: #2aa745;
	color: #2aa745;
}

#merkzettel #merkzettel_tabelle tbody > tr > td .tcheck > .lni { 
	font-size: 1rem;
}

#merkzettel #merkzettel_tabelle tbody > tr > td.grey-bg {
	background-color: #eee;
}

#merkzettel #merkzettel_tabelle tbody > tr > td > .rate { margin-top: 10px; }

#merkzettel #merkzettel_tabelle tbody > tr > td.grey-bg * { display: none; }

#merkzettel_angebot .albis_info {
	padding: 30px;
	border-radius: 12px;
	background-color: #f4f4f4;
}

#merkzettel_angebot.hide_leasing .no_leasing { display: none; }

/* Info Leasingraten */
#kategorie_aws #leasing_info_rates,
#aws_artikel #leasing_info_rates {
	color: #FFF;
	list-style: none;
	font-size: 10px;
}

#aws_artikel #leasing_info_rates {
	color: #051445;
	margin-top: 30px;
}

#kategorie_aws #leasing_info_rates > li > span,
#aws_artikel #leasing_info_rates > li > span {
	display: inline-block;
	width: 15px; 
}

/* Artikel Detailansicht - optionaler Artikel */
#aws_artikel #optionale_artikel {
	border-top: 3px solid var(--aws-main);
	padding: 25px 0 0;
	margin-top: 25px;
}

#aws_artikel #optionale_artikel .opt_artikel {
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid var(--aws-main);
	border-radius: .25em;
	padding: 15px;
}

#aws_artikel #optionale_artikel .opt_artikel.col-lg-6 {
	flex: 0 0 49%;
}

#aws_artikel #optionale_artikel .opt_artikel.col-lg-6:first-child { margin-right: 2%; }

#aws_artikel #optionale_artikel .opt_artikel .itable { display: table; }
#aws_artikel #optionale_artikel .opt_artikel .optinhalt { display: table-row; }
#aws_artikel #optionale_artikel .opt_artikel .optinhalt > .optimage {
	display: table-cell;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

#aws_artikel #optionale_artikel .opt_artikel .optinhalt > .optimage img {
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 80px;
}

#aws_artikel #optionale_artikel .opt_artikel .optinhalt > .opttext {
	display: table-cell;
	width: 70%;
	vertical-align: middle;
}

#aws_artikel #optionale_artikel .opt_artikel .optinhalt > .opttext h4 {
	font-size: 1.25rem;
}

#aws_artikel #optionale_artikel .opt_artikel .optinhalt > .opttext .text {
	line-height: 1.2;
	font-size: 0.875rem;
	min-height: 70px;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis {
	text-align: right;
	margin-top: 10px;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox {
	display: inline-block;
	text-align: center;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox h6 {
	display: block;
	margin: 0 0 3px 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #a5a7a8;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 10px;
	text-transform: uppercase;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox > .price {
	display: block;
	border-radius: .25em;
	background-color: #ccc;
	padding: 5px 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox.aktionspreis,
#aws_artikel #optionale_artikel .opt_artikel .optpreis .btn_basket { margin-right: 15px; }
#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox.aktionspreis h6 { color: var(--aws-main); }
#aws_artikel #optionale_artikel .opt_artikel .optpreis .preisbox.aktionspreis > .price {
	background-color: var(--aws-main);
	color: var(--aws-fcolor);
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .btn_basket {
	display: inline-block;
	border-radius: .25em;
	background-color: var(--aws-main);
	color: var(--aws-fcolor);
	padding: 5px 10px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .btn_basket.basket_active,
#aws_artikel #optionale_artikel .opt_artikel .optpreis .btn_basket.basket_inactive:hover {
	background-color: #2aa745;
	color: #FFF;
}

#aws_artikel #optionale_artikel .opt_artikel .optpreis .btn_basket.basket_active:hover {
	background-color: #e2000b;
	color: #FFF;
}

/* Artikel Detailansicht - Zubehoer Artikel */
#aws_artikel #zubehoer_artikel {
	border-top: 3px solid var(--aws-main);
	padding: 25px 0 0;
	margin-top: 25px;
}

#aws_artikel #zubehoer_artikel h3 {
	color: var(--aws-main);
}

#aws_artikel #zubehoer_artikel .zub_artikel {
	box-sizing: border-box;
	padding: 15px;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zub_hintergrund {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	background-color: transparent;
	border: 1px solid var(--aws-main);
	border-radius: .25em;
	padding: 15px;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt > .zubimage {
	width: 30%;
	text-align: center;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt > .zubimage img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 80px;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt > .zubtext {
	width: 70%;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt > .zubtext h4 {
	font-size: 1.25rem;
	word-wrap: break-word;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubinhalt > .zubtext .text {
	line-height: 1.2;
	font-size: 0.875rem;
	min-height: 70px;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis {
	text-align: right;
	margin-top: auto;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox {
	display: inline-block;
	text-align: center;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox h6 {
	display: block;
	margin: 0 0 3px 0;
	font-size: 0.875rem;
	font-weight: 700;
	color: #a5a7a8;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 10px;
	text-transform: uppercase;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox > .price {
	display: block;
	border-radius: .25em;
	background-color: #ccc;
	padding: 5px 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
}
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox.aktionspreis,
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_basket { margin-right: 15px; }
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox.aktionspreis h6 { color: var(--aws-main); }
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .preisbox.aktionspreis > .price {
	background-color: var(--aws-main);
	color: var(--aws-fcolor);
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_basket,
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_more {
	display: inline-block;
	border-radius: .25em;
	background-color: var(--aws-main);
	color: var(--aws-fcolor);
	padding: 5px 10px;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_basket.basket_active,
#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_basket.basket_inactive:hover {
	background-color: #2aa745;
	color: #FFF;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_basket.basket_active:hover {
	background-color: #e2000b;
	color: #FFF;
}

#aws_artikel #zubehoer_artikel .zub_artikel .zubpreis .btn_more:hover { opacity: 0.85;}

/* weitere Links - Buttons */
#aws_artikel.tt_product .product-tcenter,
#kategorie_aws .tt_product .product-tcenter {
	align-self: flex-end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#aws_artikel.tt_product .product-tcenter .btn_tmoreinfo {
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 28px;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	background: var(--aws-main);
	color: var(--aws-fcolor);
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

#kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo {
	box-sizing: border-box;
	font-size: 18px;
	border-radius: 50px;
	padding: 0 12px;
	background: var(--aws-main);
	color: var(--aws-fcolor);
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
}

#kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo i,
#aws_artikel.tt_product .product-tcenter .btn_tmoreinfo i { margin-right: 10px; }

#kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo:nth-child(2),
#aws_artikel.tt_product .product-tcenter .btn_tmoreinfo:nth-child(2) {
	margin-left: 20px;
}

/* Statische Seiten */
.static_pages h2 {
	color: #004d9e;
	font-size: 1.125rem;
	font-weight: 600;
}

.static_pages p { line-height: 1.4; }

.static_pages h3 {
	font-size: 0.875rem;
	font-weight: 700;
}

.static_pages ul {
	list-style: circle;
	list-style-position: outside;
	padding-left: 24px;
	margin-bottom: 20px;
}

#seite_impressum.static_pages .wiggemedia {
	border-top: 1px solid #dedede;
	padding-top: 30px;
	margin-top: 20px;
}

/* Shop in Shop */
body.area_shopinshop {
	--aws-main: var(--aws-shop-main);
}

body.area_shopinshop #aws_artikel {
	color: var(--aws-shop-fcolor);
	margin: 0 -30px;
}

body.area_shopinshop #aws_artikel .offer-r { 
	top: -30px;
}

.alle-aktionen .shopinshop ul li a {
	background: var(--aws-shop-main);
	color: var(--aws-shop-fcolor);
}

.alle-aktionen .shopinshop ul li a:hover {
	background-color: var(--aws-shop-main);
	color: var(--aws-shop-fcolor);
	opacity: 0.8;
}

.alle-aktionen .shopinshop ul li a img {
	width: 80%;
	height: 80%;
	object-fit: scale-down;
}

.alle-aktionen.shopinshop_details ul li.link-car1-shop a {
	font-size: 13px;
	background: var(--aws-shop-main);
}

.alle-aktionen.shopinshop_details .shopinshop ul li.link-car1-shop a:hover {
	background-color: var(--aws-shop-main);
	color: var(--aws-shop-fcolor);
	opacity: 0.85;
}

body.area_shopinshop #main_topnav #user_area ul > li:first-child > a,
body.area_shopinshop #main_topnav #main_linkback ul > li:last-child > a {
	background: var(--aws-shop-main);
	color: var(--aws-shop-fcolor);
}

body.area_shopinshop #main_topnav #user_area ul > li:last-child > a {
	background: none;
	color: var(--aws-shop-main);
}

/* Anpassungen - CAR1 */
body.shopinshop_car1 #aws_artikel #zubehoer_artikel .zub_artikel .zub_hintergrund {
	background-color: #FFF;
	color: #000;
}

body.shopinshop_car1 #aws_artikel #zubehoer_artikel h3 {
	color: var(--aws-fcolor);
}

body.area_main .alle-aktionen .shopinshop ul li.link-car1-shop a {
	background: #000;
	color: var(--aws-shop-fcolor);
}

body.area_main .alle-aktionen .shopinshop ul li.link-car1-shop a:hover {
	background-color: #0E0E0E;
	color: var(--aws-shop-fcolor);
	opacity: 1;
}
body.shopinshop_car1 .main {
	background-image: url("../images/shop/hintergrund-car1.jpg");
	background-repeat: no-repeat;
}
body.shopinshop_car1 .product-col .product-wrap .product-left h3,
body.shopinshop_car1 .product-logo-img-1 ul li:first-child a {
	background: #000;
	color: var(--aws-shop-fcolor);
}

body.shopinshop_car1 #kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo {
	background: #000;
}

body.shopinshop_car1 #kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo i {
	color: var(--aws-shop-main);
}

body.shopinshop_car1 #kategorie_aws .tt_product .product-tcenter .btn_tmoreinfo.btn_tmoreblueprint i {
	color: #00b1eb;
}

/* Tooltip */
.tooltip-arrow,
.tooltip,
.tooltip > .tooltip-inner {
	background-color: var(--aws-main);
}