p.err, h2.err {
	font-weight:bold;
	color:red;
}
input.err {
	border-color:red !important;
}

.tvsshop_article {
	position:relative;
	border-bottom:1px dashed #FBAF3A;
	margin:0 0 15px;
	padding:0;
	clear:both;
}

.tvsshop_article_col_left {
	display:block;
	float:left;
	width:220px;
	text-align:right;
}
.tvsshop_article_col_left p { margin:0; }
.tvsshop_article_col_left img {
	max-width:205px;
	max-height:300px;
	border:1px solid #B1B1B1;
	box-shadow:3px 3px 4px rgba(0,0,0,0.25);
}



.startpage .tvsshop_article { width:50%; float:left; clear:none; border-bottom:0 none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.startpage .tvsshop_article:nth-child(odd) { width:49%; padding-left:1%; }
.startpage .tvsshop_article:nth-child(even) { width:49%; padding-right:1%; }
.startpage .tvsshop_article.first { width:100%; float:none; padding:0; }
.startpage .tvsshop_article > div { position:relative; }
.startpage .tvsshop_article .tvsshop_article_col_left { width:245px; }
.startpage .tvsshop_article .art_description { left:245px; }
.startpage .tvsshop_article_col_left img { max-width: 230px !important; max-height:325px; }

.startpage .tvsshop_article:first-child .tvsshop_article_col_left { width:340px; }
.startpage .tvsshop_article:first-child .art_description { left:340px; }
.startpage .tvsshop_article:first-child .tvsshop_article_col_left img {
	max-width:325px !important;
	max-height:475px;
}
.startpage .tvsshop_article:first-child .tvsshop_article_col_right { width:380px; }

.startpage .tvsshop_article_col_right .art_title_big a {
    font-size: 30px;
    line-height: 30px;
    margin: 0.5em 0;
    font-weight: 400;
	color: #4C4C4C;
    text-transform: uppercase;
}
.startpage .tvsshop_article_col_right .art_title_big a:hover {
	color: #C0262C;
}

.startpage .tvsshop_btn { position: relative; width:100px; }
.startpage .tvsshop_btn:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(251, 176, 59, 0);
	border-left-color: #FBB03B;
	border-width: 16px;
	margin-top: -16px;
}
.startpage .tvsshop_btn:hover:after { border-left-color: #999999; }
.startpage .tvsshop_btn:active:after { border-left-color: #000; }

.startpage .tvsshop_article_col_right .badge_new { position: absolute; top:-10px; left:725px; width: 71px; height: 74px; background-size: 71px 74px; }

.startpage hr:last-child { display:none; }



.tvsshop_article_col_right {
	display:block;
	float:left;
	/*width:435px;*/
	width:217.5px;
}

.tvsshop_article_detail_col_left {
	display:block;
	float:left;
	width:290px;
	margin:0;
}
.tvsshop_article_detail_col_left img {
	max-width:260px;
	border:1px solid #B1B1B1;
	box-shadow:3px 3px 4px rgba(0,0,0,0.25);
	margin-bottom:15px;
}

.tvsshop_article_detail_col_left p { margin:0; }
.tvsshop_article_detail_col_left .art_title { margin-bottom:15px; font-weight:400; }
.tvsshop_article_detail_col_left .art_addtocart { margin-top:15px; }
.tvsshop_article_detail_col_left .art_addtocart p { margin:0 0 8px; }
.tvsshop_article_detail_col_left .art_price span { font-size:16px; line-height:20px; }

.tvsshop_article_detail_col_right {
	display:block;
	float:left;
	width:365px;
	margin:0;
}

.tvsshop_article_detail_col_right .art_title {
	font-size:30px;
	line-height:30px;
	margin:0.5em 0;
	font-weight:400;
}

.tvsshop_article_detail_col_right h2 {
	font-weight:400;
	font-size:16px;
	line-height:20px;
}

.tvsshop_article img {
	margin:0 15px 1em 0;	
}


.tvsshop_showbasket h1,
.tvsshop_search h1 {
	background:#C0262C;
	color:#fff;
	padding:5px;
	font-size:15px; line-height:120%; margin:auto;
}
.tvsshop_search h1 { background:#b2b2b2 !important; }


.tvsshop_btn {
    display: inline-block;
	background:#C0262C;
	color:#fff !important;
	border:0;
	font-size:12px;
	line-height:1em;
	font-weight:bold;
	cursor:pointer;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
    max-width:205px;
    min-width:165px;
    height:32px;
    line-height:32px;
    white-space: nowrap;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.tvsshop_btn_yellow {
	background:#FBB03B;
}
.tvsshop_btn a {
	color:#fff !important;
}
.tvsshop_btn:hover {
	background:#999999;
	color:#fff;
	text-decoration:none;
}

.tvsshop_btn:active {
	background:#000;
}



.tvsshop_article .art_addtocart { 
	position:absolute;
	right:0;
	bottom:15px;
}
.tvsshop_article .art_addtocart p { margin:0 0 8px; }

.art_addtocart input[type=submit],
a.art_input_submit
{
	display:inline-block;
	background:#C0262C;
	color:#fff;
	border:0;
	font-size:12px;
	line-height:1em;
	padding:8px;
	cursor: pointer;
	font-weight:bold;
	text-transform: uppercase;
    min-width:165px;
    max-width:205px;
    height:32px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

}
.color_theme_3 #main a.art_input_submit {
	color: #fff;
	text-align: center;
	  padding-top: 10px;
}
.art_addtocart input[type=submit]:hover, a.art_input_submit:hover { background:#7F7F7F; }
.art_addtocart input[type=submit]:active, a.art_input_submit:active { background:#000; }


.art_value1 { margin:0; font-size:14px; line-height:18px; font-weight:400; color:#4C4C4C; }
.art_title { margin:0; font-size:14px; line-height:18px; font-weight:700; color:#4C4C4C; text-transform: uppercase; }
.art_subtitle { margin:0; font-size:14px; line-height:18px; font-weight:400; color:#4C4C4C; }
.art_title a { color:#4C4C4C !important; }
.art_title a:hover { color:#C0262C !important; }

.art_description { 
	position:absolute;
	left:220px;
	bottom:20px;
}

.art_description p { margin:0; font-size:13px; line-height:18px; font-weight:400; color:#4C4C4C; }



/* Warenkorb */

.tvsshop_showbasket {
	margin:auto 0 1em 0;
	border-bottom:1px solid #C0262C;
	font-size:12px;
}
.tvsshop_showbasket tr:first-child td { padding-top:0; }
.tvsshop_showbasket td { padding-top:0.5em; padding-bottom:0.5em; }
.tvsshop_showbasket tr:last-child td { padding-bottom:0; }

.tvsshop_showbasket .title {
	font-weight:bold;
}
td.art_col_1 {
	border-bottom:0 none !important;
}
.tvsshop_showbasket .art_col_img {
	padding-right:5px;
}
.tvsshop_showbasket .price {
	float:right;
}
.tvsshop_showbasket p {
	margin:0;
	line-height:1.25em;
}
.tvsshop_showbasket p.checkout {
	margin:1em 0;
}
.tvsshop_showbasket .art_col_content p:first-child {
	margin-bottom:0.5em;
}

.tvsshop_order .title {
	font-weight:bold;
	color:#000 !important;
	text-transform: uppercase;
}
.tvsshop_order .title:hover {
	text-decoration:none;
}

.articles_sum_count { margin:0; }
.articles_sum_count a {
	display:block;
	padding:20px 0 20px 60px;
	background:url('https://www.trampolin-verlag.de/files/images/showbasket.png') left center no-repeat;
	font-weight:bold;
	font-size:15px; line-height:120%; margin:auto;
}



.tvsshop_order {
	background:#FEEFD7;
	/*border:1px solid #b2b2b2;*/
	padding:10px;
}
.tvsshop_order .tvsshop_art_table {
	margin:1em 0;
	padding:0;
	border-spacing:0;
}

.tvsshop_order .art_col_img {
	width:125px;
}
.tvsshop_order .art_col_img img {
	padding:5px;
	/*border:1px solid #d2d2d2;
	background:#fff;*/
}
.tvsshop_art_table th {
	text-align:left;	
	border-bottom:1px dashed #FBAF3A;
	padding-right:10px;
}
.tvsshop_art_table th:last-child {
	padding-right:0;
}

.tvsshop_order .tvsshop_art_table td.art_col {
	text-align:left;	
	border-bottom:1px dashed #FBAF3A;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.art_count_plus {
	margin-right:1px;
}

.art_count_plus, .art_count_minus {
	display:inline-block;
	background:#FBB03B !important;
	color:#fff !important;
	width:10px;
	height:20px;
	text-align:center;
}

.art_count_plus:hover, .art_count_minus:hover {
	background:#C0262C !important;
	color:#fff;
	text-decoration:none;
}

.art_count_plus:active, .art_count_minus:active {
	background:#000 !important;
}

form#tvsshop_order {
	margin:1em 0;
}
.tvsshop_order h2 {
	margin:1em 0;
}
.tvsshop_order div.row-fluid div {
	/*text-align:right;*/
}

ul.checkout_steps {
	list-style:none;
	margin-top:0;
	padding:0;
}
ul.checkout_steps li {
	margin:0;
	padding:0;
	display:inline;
	background:0 none;
	margin-right:10px;
	font-weight:bold;
	color:#b2b2b2;
	border-bottom:2px solid #F0BAC7;
}
ul.checkout_steps li span {
	font-size:18px;
	color:#F0BAC7;
}
ul.checkout_steps li.active {
	color:#000;
	border-bottom:2px solid #C0262C;
}
ul.checkout_steps li.active span {
	color:#C0262C;
}
ul.checkout_steps li.active a { color:#000;}
ul.checkout_steps li.active a:hover { text-decoration:none; }

.art_col_3, .art_col_4, .art_col_5 {
	text-align:right !important;
}

.tvsshop_order input[type=text], .tvsshop_order textarea {
	display:block;
	width:100%;
	padding:2px 0;
	margin:0;
	border:1px solid #b2b2b2;
	font-size:14px;
	line-height:1.5em;
}

.tvsshop_order textarea {
	resize:none;
}

.badge_new {
	display: block;
	margin:15px 0;
	width:50px;
	height:52px;
	background:url('../images/neu.png') center center no-repeat;
	background-size: 50px 52px;
}

/* Suche */

.tvsshop_search h2 {
	float:left;
	line-height:25px;
	margin:0;
	padding:1px 15px 0 0;
	font-size:18px; line-height:120%; margin:auto;
}

.tvsshop_search form {
	margin:1em 0;
	padding:0;
}
	
.tvsshop_search input[type=text] {
	width:280px;
	border:1px solid #b2b2b2;
	float:left;
	margin:0;
	padding:0;
	height:25px !important;
	line-height:1.5em;
}

.tvsshop_search input[type=submit] {
	width:30px;
	margin:0 0 0 5px;
	border:0 none;
	overflow:hidden;
	height:27px !important;
	padding:0;
	line-height:0;
	font-size:0px !important;
	background:#7F7F7F url('https://www.trampolin-verlag.de/files/images/search.png') center no-repeat;
}


/* Popup */

.popup {     
    display: none;
    background: #ffffff;
    left: 50%;
    top:50%;
    margin-left: -215px;
    margin-top:-171px;
    position: fixed;
    width: 430px;
    height:300px;
    z-index: 999;
    padding: 20px;
    border:1px solid #999999;
    line-height:1.2em;
} 
#overlay{
    display: none; 
    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 100%); 
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.5)));     
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.5) 100%);     
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#80000000',GradientType=1 );   
    width: 100%;   
    height: 100%;   
    position: fixed;   
    z-index: 998;   
    top: 0;
    left:0;
}

.close_popup {
	position:absolute;
	right:10px;
	top:10px;
	text-decoration: none;
	color:#7f7f7f;
}

