/*
Theme Name: discountfan
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: discountfan
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 discountfan is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: rgba(29,75,120,1);/*blue*/
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: rgba(29,75,120,1);/*blue*/
}
a:hover,
a:focus,
a:active {
	color: rgba(255,153,0,1);/*orange*/
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.extern-navigation {
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
	height: 5.2rem;
	background-color: rgba(255,165,0,0.2);
	background-image: url(images/bg-nav-extern.jpg);
	background-repeat: repeat-x;
	border-top: 0.4rem solid rgba(255,153,0,1);/*orange*/
	border-bottom: 0.4rem solid rgba(255,153,0,1);/*orange*/
}

.extern-navigation ul {
	list-style: none;
	display:inline-block;
	margin: 0;
	padding-left: 0;
}

.extern-navigation li {
	position: relative;
	float: left;
}

.extern-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 150%;
	line-height: 220%;
	color: white;
	margin-right: 2rem;
	margin-left: 3rem;
}
.extern-navigation a:after {
	position: relative;
	float: right;
	margin-left: 1rem;
	content: url(images/divider2.png);
}

.extern-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.extern-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.extern-navigation ul ul a {
	width: 200px;
}

.extern-navigation ul ul li {

}

.extern-navigation li:hover > a {
}

.extern-navigation ul ul :hover > a {
}

.extern-navigation ul ul a:hover {
}

.extern-navigation ul li:hover > ul {
	left: auto;
}

.extern-navigation ul ul li:hover > ul {
	left: 100%;
}

.extern-navigation .current_page_item a,
.extern-navigation .current-menu-item a {
}

.ext-start:before{
	position: relative;
	float: left;
	content: url(images/start-small-2.png);
	margin-top: 1.25rem;
}
.ext-rubriken:before{
	position: relative;
	float: left;
	content: url(images/rubriken-small.png);
	margin-top: 1.25rem;
}
.ext-rechner:before{
	position: relative;
	float: left;
	content: url(images/rechner-small.png);
	margin-top: 1.25rem;
}
.ext-service:before{
	position: relative;
	float: left;
	content: url(images/direkt-small.png);
	margin-top: 1.25rem;
}
.ext-kontakt:before{
	position: relative;
	float: left;
	content: url(images/direkt-small-2.png);
	margin-top: 1.25rem;
}
.ext-impressum:before{
	position: relative;
	float: left;
	content: url(images/forum-small.png);
	margin-top: 1.25rem;
}
.ext-branding{
background: white;
}
/*.main-navigation .sub-menu .liste2 li {
	width:30rem;
}*/
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
/* =================================================
	FLOATS
================================================= */
.rfl{
	position: relative;
	float: left;
}
.rfr{
	position: relative;
	float: right;
}
/* =================================================
	FLOATS
================================================= */
.zeile{
	width: 100%;
}
.half{
	width: 50%;
}
.quarter{
	width: 25%;
}
/* =================================================
	STRUKTUR
================================================= */
body{
	background-attachment: scroll;
	background-image: url(images/bg-pattern.jpg);
	background-repeat: repeat;	
}
.site{
	position: relative;
	max-width: 100rem;
	margin: 0 auto;	
	background-color: white;
	border-radius: 1.5rem;
	margin-top: 6rem;
	margin-bottom: 3rem;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(33, 33, 33, 0.3); /* WebKit */
	-moz-box-shadow: 5px 5px 8px 0px rgba(33, 33, 33, 0.3); /* Firefox */
	box-shadow: 5px 5px 8px 0px rgba(33, 33, 33, 0.3); /* Standard */ 

}
.site-content{
	position: relative;
	max-width: 100rem;
}
/* ++++++++++ HEADER ++++++++++ */
.site-header{
	width: 100%;
	height: 18.7rem;	
}
.site-branding{
	position: relative;
	float: left;
	width: 100%;
	height: 14rem;	
}
.site-title{
	position: relative;
	float: left;
	max-width: 39.2%;
	height: auto;	
}
.box-middle-claim{
	position: relative;
	float: left;
	width: 27%;
	height: 7rem;
	background-attachment: scroll;
	background-image: url(images/claim.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 2rem;
	margin-top: 2rem;
	background-size: contain;		
}
.social-icons{
	position: relative;
	float: right;
	width: 30%;
	height: 3.3rem;
	margin-top: 3rem;
	padding-right: 3rem;
}
.icon{
	position: relative;
	float: right;
	max-width: 3.2rem;
	max-height: 3.2rem;
	margin-right: 5%;
}
.icon-img img{
	max-width: 3.2rem;
	max-height: 3.2rem;
}
.ticker-box{
	position: relative;
	float: right;
	width: 53.8%;
	height: 3rem;
	border: 0.2rem solid rgba(29,75,120,1);
	border-radius: 1rem;
	margin-right: 3rem;
	margin-top: 1rem;
}
.newsticker{
	position: relative;
	height: 2rem;
	margin-top: -1.2rem;
	font-weight: bold;
	padding-left: 1.5rem;
}
.newsticker a{
	color: grey;
}
/* ++++++++++ PAGE ++++++++++ */
.content-area {
	position: relative;
	float: left;
	width: 73%;
	padding-left: 3.2%;
}
.content-area2 {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 3.2%;
}
.site-main {
	position: relative;
	float: left;
	width: 100%;
}
.blue-box-page{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-top: 2.1rem;
	margin-bottom: 3.5rem;
}
.blue-box-page2{
	position: relative;
	float: left;
	width: 100%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-top: 2.1rem;
	margin-bottom: 3.5rem;
}
.entry-title{
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin-top: -2.5rem;
	margin-bottom: 1rem;
}
.home .entry-title{
	display: none;}
/* ++++++++++ HOME ++++++++++ */
.intro-box{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	background:rgba(128,128,128,0.2);/*gray*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	margin-top: -2rem;
	margin-bottom: 3.5rem;
}
.introheader{
	font-size: 110%;
	font-weight: bold;
	color: rgba(0,51,102,1);/*blue*/
	margin-top: 0.2rem;
	margin-bottom: 2rem;
}
/* ENDE HOME */
.blue-box{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-bottom: 3.5rem;
}
.blueheader{
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin-top: -2.5rem;
	margin-bottom: 1rem;
}
.aktuell{
	padding-bottom: 2rem;
}
.blueheader a{
	color: white;
	text-decoration: none;
}


/* ++++++++++ TEASER AUF DEN SEITEN RUBRIKEN ++++++++++ */
.box-full{
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 100%;
	height: auto;
	padding: 1rem;
}
.exp-image-big{
	position: relative;
	float: left;
	max-width: 45%;
	margin: 0 0.5rem 0.5rem 0;
}
.excerpt-long{
	position: relative;
	float:right;
	width: 80%;
	font-size: 90%;
	color: black;
}
.mehr-big{
	clear:both;
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	color: rgba(255,165,0,1);/*orange*/
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(29,75,120,1);/*blue*/
}
.mehr-big:visited{
	color: rgba(255,165,0,1);/*orange*/
	display: none;
}
/* ++++++++++ TAG-PAGE ++++++++++ */
.tag-page{
	margin-top: 4rem;
}
/* ********** DISCOUNTER LISTE ********** */

.d-bild{
	position: relative;
	float: left;
	width: 15rem;
}
#discounter{
	position: relative;
	float: left;
	max-width: 46rem;
}
.d-mitte{
	height: 1rem;
	width: 9.5rem;
	padding: 0.5rem;
	background:rgba(128,128,128,0.1);/*gray*/
	border-bottom: 1px solid silver;
}
.d-rechts{
	height: 1rem;
	padding: 0.5rem;
	border-bottom: 1px solid silver;
}
.abstand{
	margin-top: 0.5rem;
}
/* ++++++++++ SEITENLEISTE ++++++++++ */
.widget-area {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%;
	margin-right: 1.3%;
	margin-top: 2.1rem;
}
.widget-title{
	height: 2.5rem;
	border-top-right-radius: 1.3rem;
	border-top-left-radius: 1.3rem;/*orange*/
	margin-bottom: 2.5rem;
	background-color: rgba(255,153,0,1);
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	padding-left: 12%;
}
.widget{
	border: 0.2rem solid rgba(255,153,0,1);/*orange*/
	border-radius: 1.5rem;
	background-image: url(images/dreieck.png);
	background-repeat: no-repeat;
	background-position: 75% 2.4rem;	
}
.sidebar-home{
	
}
.site-footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 6rem;
}
.site-info{
	position: relative;
	width: 100%;
	height: 6rem;
	text-align: center;
	padding-top: 1rem;
	border-bottom-left-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
	background:rgba(128,128,128,0.2);/*grey*/
}
.site-info a{
	color: rgba(29,75,120,1);/*blue*/
	text-decoration: none;
}
.site-info a:hover{
	color: rgba(255,153,0,1);/*orange*/
}
/* ++++++++++ ARTIKEL ++++++++++ */
.entry-content  h2, .entry-content  .text{
	position: relative;
	float: left;
}
.entry-content  .text{
	position: relative;
	float: left;
}
.blue-box h2{
	color: rgba(0,51,102,1);/*blue*/
	font-weight: bold;
	margin-bottom: 1rem;
}
.bild3{
	margin-left: 61%;	
}
.sidebar-article{
	position: relative;
	float: left;
	width:25%;
	margin-top: 2.1rem;
}
.pub-date{
	position: relative;
	float: left;
	/*width: 100%;*/
	font-size: 90%;
line-height: 150%;
	color: grey;
	margin-right: 1rem;
}
/* ++++++++++ ARTIKEL Related Posts++++++++++ */
.orange-box{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	border: 0.2rem solid rgba(255,153,0,1);/*orange*/
	border-top: 3rem solid rgba(255,153,0,1);/*orange*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-bottom: 3.5rem;
}
.orangeheader{
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin-top: -3.75rem;
	margin-bottom: 1rem;
}
.aktuell{
	padding-bottom: 2rem;
}
.orangeheader a{
	color: white;
	text-decoration: none;
}
/* ++++++++++ ARTIKEL bis 31.12.2013 ++++++++++ */
.bild{
	position: absolute;
	left: 0;
	bottom: -3rem;
	width: 30%;
	height: 2.5rem;	
	border-radius: 0.25rem;
	background: rgba(255,165,0,1);/*orange*/
	z-index: 10000;
}
.bild a{
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1rem;
	color: rgba(255,255,255,1);/*white*/
}
.bild img{
	position: relative;
	float: left;
	margin-left: 2rem;
opacity: 0;
}
.bild:after{
	content: "";
	position: absolute;
	width: 23px;
	height: 14px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-big.png);
	background-repeat: no-repeat;
	right: 2rem; 
	top: 0.5rem;
}
.bild:before{
	content: "zum Angebot";
	position: absolute;

	height: 14px;
font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1rem;
	color: rgba(255,255,255,1);/*white*/
	/*background-attachment: scroll;
	background-image: url(images/icon-angebot-big.png);
	background-repeat: no-repeat;*/
	left: 2rem; 
	top: 0.2rem;
}

/* ++++++++++ ARTIKEL ab 01.01.2014 bis neu eingelesen ++++++++++ */
.golink{
	position: absolute;
	left: 4%;
	bottom: 11.5rem;
	width: 30%;
	height: 2.5rem;	
	border-radius: 0.25rem;
	background: rgba(255,165,0,1);/*orange*/
	z-index: 100000;
}
.golink a{
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1rem;
	margin-left: 2rem;
	color: rgba(255,255,255,1);/*white*/
}
.golink:after{
	content: "";
	position: absolute;
	width: 23px;
	height: 14px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-big.png);
	background-repeat: no-repeat;
	right: 2rem; 
	top: 0.5rem;
}
#bild{
	position: relative;
	float: right;
}
/* ++++++++++ ARCHIV ++++++++++ */
.blue-box-archiv{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-top: 2.1rem;
	margin-bottom: 3.5rem;
}
.entry-title-archiv{
	margin: 0; 
	padding: 0;
	font-size: 100%;
	line-height: 0;	
	/*background:rgba(255,165,0,0.2);/*orange*/
}
.blueheader-archiv{
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin-top: -2.5rem;
	margin-bottom: 3rem;
}
.page-title-archiv{
	margin-bottom: 3rem;
}
/* ++++++++++ SUCHE ++++++++++ */
.search-entry-content{
	position: relative;
	float: left;
	margin-bottom: 2rem;
}
.blue-box-search{
	position: relative;
	float: left;
	width: 90%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin-top: 2.1rem;
	margin-bottom: 3.5rem;
}
.search-header{
	font-weight: bold;
}
.search-summary{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.search-entry-meta{
	position: relative;
	float: left;
	margin-top: -1.5rem;
	padding: 0;
}
/* =================================================
	BENUTZERDEFINIERTES FELD "DETAILBOX"
================================================= */
.detailbox{
	position: relative;
	float: left;
	width: 100%;
	height: 11rem;
	padding-top: 1rem;
}
.ausgabe{
	position: relative;
	float: left;
	width: 80%;
	min-height: 10rem;
	/*margin-right: 0.5%;*/
}
.name{
	position: relative;
	float: left;
	width: 19.5%;
	height: 2.4rem;
	font-weight: bold;
	color: grey;
	padding-left: 1rem;
	padding-top: 0.5rem;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	background-color:rgba(128,128,128,0.2);/*gray*/
	margin-right: 0.5%;
}
.wert1, .wert2, .wert3, .wert4, .wert5{
	position: absolute;
	top: 2.4rem;
	left: 0;
	width: 99.5%;
	min-height: 7rem;
	color: white;
	text-align: left;
	background: white;
	padding-left: 0.5rem;
	transition: background-color 1s ease;
	display: none;
}
.was, .wann, .wo, .vort, .nacht{
	position: relative
	float: left;
}
.name:hover{
	cursor: pointer;
	background: rgba(255,153,0,1);/*orange*/
	color: white;
}
.was1:hover ~ .wert1{
	display: block;
	background:rgba(0,51,102,1);/*blue*/
}
.wann1:hover ~ .wert2{
	display: block;
	background:rgba(0,51,102,1);/*blue*/
}
.wo1:hover ~ .wert3{
	display: block;
	background:rgba(0,51,102,1);/*blue*/
}
.vorteile1:hover ~ .wert4{
	display: block;
	background:rgba(0,51,102,1);/*blue*/
}
.nacht1:hover ~ .wert5{
	display: block;
	background:rgba(0,51,102,1);/*blue*/
}

/* ++++++++++ LINKS ++++++++++*/
.links{
	position: relative;
	float: right;
	width: 19.9%;
}
.linksheader{
	width: 100%;
}
.info-link{
	clear: both;
	position: relative;
	float: left;
	display: block;
	max-width: 100%;
	height: 1.5rem;
}
/*.thema{
	margin-top: -2rem;	
}
.angebot{
	margin-bottom: 0.5rem;	
}*/
.info-link a{
	font-size: 90%;
	text-decoration: none;
}
/* ++++++++++ Button Angebot ++++++++++*/
.button-angebot{
	position: relative;
	float: left;
	width: 30%;
	height: 2.5rem;
	text-align: left;
	margin-top: 0.5rem;
	border-radius: 0.25rem;
	margin-left: 0;
	padding-left: 2rem;
	background: rgba(255,165,0,1);/*orange*/
	/*background-attachment: scroll;
	background-image: url(images/zum-schnaeppchen.png);
	background-repeat: no-repeat;
	background-position: center center;*/
}
.button-angebot a{
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
	letter-spacing: 0.1rem;
	color: rgba(255,255,255,1);/*white*/
}
.button-angebot:after{
	content: "";
	position: absolute;
	width: 23px;
	height: 14px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-big.png);
	background-repeat: no-repeat;
	right: 2rem; 
	top: 0.5rem;
}
/* ++++++++++ Share Buttons ++++++++++*/
.share{
	position: relative;
	float: right;
	width: 29%;
	text-align: right;
	padding-left: 0;
}
/* ++++++++++ DISCOUNTERINFO ++++++++++++ */
.discounterinfo{
	position: relative;
	float: left;
	width: 100%;
height: 3.5rem;
	line-height: 200%;
	text-align: center;
	/*margin-left: 15%;
	margin-top: -1rem;*/
border-top: 1px solid silver;
border-bottom: 1px solid silver;
margin-bottom: 1rem;
}
.discountericon{
	position: relative;
	float: right;
max-height: 3rem;	
}
.discounterinfo a{
	text-decoration:none;
}
.dicounterline{
	position: relative;
	float: left;
}
.dicounterline a{
	text-decoration:none;
}
/* =================================================
	POINTELLE SLIDER
================================================= */
.pointelle_slider_set3{
	width:620px;
	height:255px;
}
.pointelle_slider_set3 .pointelle-slides{
	width:350px;}
.pointelle_slider_set3 .pointelle-slider-control{
	width:270px; height: 318px;border: 0px solid #cecece; }
	/* Hintergrund der einzelnen Navigationsfelder */
.pointelle_slider_set3 .pointelle-slider-nav{
	height: 85.666666666667px;
	background-color: rgba(128,128,128,0) !important;
	border-bottom: 0px solid #cecece !important;}
.pointelle_slider_set3 .pointelle_nav_thumb{
	border:1px solid #F6F6F6;
	width:70px;
	height:70px;}
.pointelle_slider_set3 .pointelle-slider-nav h2{
	width:145px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size: 13px;
	color: #666;}
.pointelle_slider_set3 .pointelle-meta{
	width:145px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 11px;
	color: #a6a6a6;
	border-top:1px solid #cecece;}
.pointelle_slider_set3 .pointelle_slideri{
	background-color: rgba(128,128,128,0) !important;
	height:255px;}
	/* Rundet Thumbnails und Hauptbild ab */
.pointelle_slider_set3 .pointelle_slider_thumbnail{
	height:257px;
	border: 0px solid silver !important;
	width:350px;
	margin:0;
	padding:0;
}
/* Rundet Thumbnails und Hauptbild ab */
#pointelle_slider_recent img{
	border-radius: 1rem;
}
.pointelle_slider_set3 .pointelle-excerpt{
	background-color:rgba(0,51,102,0.9) !important;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.pointelle_slider_set3 .pointelle_slideri h4{
	clear:none;
	line-height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;
	margin:0px 0 5px 0;}
.pointelle_slider_set3 .pointelle_slideri h4 a{
	line-height:23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#ffffff;}
.pointelle_slider_set3 .pointelle-slider-control{
	border: none !important;
}
.pointelle_slider_set3 #pointelle_slider_recent a{
	border: none !important;
}
/* SET DEFAULT */
.pointelle_slider_set{height:257px;}
.pointelle_slider_set .pointelle-slides{width:350px;}
.pointelle_slider_set .pointelle-slider-control{width:300px; height: 297px;border: 0px solid #cecece !important; }
.pointelle_slider_set .pointelle-slider-nav{height: 85.65px !important;background-color:#fafafa; border-bottom:0px solid #cecece}
.pointelle_slider_set .pointelle_nav_thumb{border:1px solid #F6F6F6;width:70px;height:70px;}
.pointelle_slider_set .pointelle-slider-nav h2{width:175px;font-family:Arial,Helvetica,sans-serif, Arial, Helvetica, sans-serif; font-weight:bold;font-style:normal; font-size: 13px; color: #666;}
.pointelle_slider_set .pointelle-meta{width:175px;font-family:Arial,Helvetica,sans-serif, Arial, Helvetica, sans-serif; font-weight:normal;font-style:normal; font-size: 11px; color: #a6a6a6;border-top:1px solid #cecece;}
.pointelle_slider_set .pointelle_slideri{background-color:#000000;height:257px;}
.pointelle_slider_set .pointelle_slider_thumbnail{height:257px;border:0px solid #D8E7EE;width:350px;margin:0;padding:0;}
.pointelle_slider_set .pointelle-excerpt{}
.pointelle_slider_set .pointelle_slideri h4{clear:none;line-height:23px;font-family: Arial,Helvetica,sans-serif, Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal;font-style:normal;color:#ffffff;margin:0px 0 5px 0;}
.pointelle_slider_set .pointelle_slideri h4 a{line-height:23px;font-family: Arial,Helvetica,sans-serif, Arial, Helvetica, sans-serif;font-size:18px;font-weight:normal;font-style:normal;color:#ffffff;} 
/* =================================================
	UBER MENU
================================================= */
/* Text Input Box */
#megaMenu ul.megaMenu > li.menu-item > .wpmega-nonlink > form#searchform-custom input#s{
  height: 2.4rem
}
#searchform-custom{
  margin-top: 0.7rem;
}
/* Go Button */
#searchform-custom input#searchsubmit{
  font-size: 90%;
  height: 2.5rem;
}
.sub-menu-1 a{
	font-weight: normal;
}
/* ++++++++++ Archiv ++++++++++ */
.archiv-box{
	position: relative;
	float: left;
	margin: 0;
	padding: 0; 
}
.archiv-box ul{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.archiv-box li{
	position: relative;
	float: left;
	list-style-type: none;
	margin-bottom: 1.5rem;
}
.archiv-box li a{
	font-size: 110%;
	text-decoration: none;
	padding: 0.5rem;
	color: #ff9900;
	background:rgba(128,128,128,0.2);/*gray*/
	margin-right: 0.4rem;
}

.jahr a{
	color: white!important;
	background: rgba(29,75,120,1)!important;/*blue*/
	padding-right: 1rem!important;
}
.emptymonth{
	font-size: 120%;
	padding: 0.5rem;
	color: grey;
	background:rgba(128,128,128,0.2);/*grey*/
	margin-right: 0.4rem;
}
/* =================================================
	USER LOGIN
================================================= */
#theme-my-login-2 p{
	margin-bottom: 0;
}
#theme-my-login-2 a{
	color: white;
}
#loginform1 p{
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.login{
	position: relative;
	float: left;
	width: 100%;
}
.message{
	/*margin-top: -2rem;*/
}
#megaMenu .text-widget .login-button{
	position: relative;
	float: left;
	width: 20rem !important;
	height: 2rem !important;
	background: rgba(255,153,0,1) !important;/*orange*/
	border-radius: 0.2rem !important;
}
.login-button a{
	position: relative;
	float: left;
	width: 20rem !important;
	height: 2rem !important;
	/*color: white;*/
	text-decoration: none;
	line-height: 180% !important;
	background: white;
	border-radius: 0.2rem !important;
	padding-left: 1rem !important;
	margin-bottom: 1rem;
	list-style-type: none;
}
/* KOMMENTAR INPUT */
.comments-area{
	position: relative;
	float: left;
	width: 96%;
	min-height: 10rem;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 2%;
}
.comments-header{
	position: relative;
	font-weight: bold;
	color: white;
	margin: -2.5rem 0 3rem 2rem;
}
#commentform .comment-form-comment label{
	position: relative;
	float: left;
	font-weight: bold;
}
#commentform .comment-form-comment label:after{
	content: " abgeben";
}
/*#comment{
	 margin-top: 0.1rem;
 }*/
/* =================================================
	AUSBLENDEN
================================================= */
.nav-previous, .nav-next, .entry-footer, .entry-title2, .sidebar-mobile,
.form-allowed-tags{
	display:none;
}
.posted-on{
	position: relative;
	float: left;
}
.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: none;
	}
/* =================================================
	FELDER FRONTSIDE
================================================= */
/* ++++++++++ TEASER AUF DER SEITE HOME ++++++++++ */
.lcp_catlist{
	position: relative;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.box-half{
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 46.5%;
	height: 26.5rem;
	padding: 1rem;
}
.box-half2{
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 46.5%;
	height: 26.5rem;
	padding: 1rem;
	margin-left: 2rem;
}
.box-half .lcp_catlist li,
.box-half2 .lcp_catlist li{
	position: relative;
	float: left;
width: 100%;
}
/* spricht den Textauszug in der Artikelvorschau an */
.box-half .lcp_customfield,
.box-half2 .lcp_customfield{
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	font-size: 90%;
	color: black;
	padding-left: 45%;
}
/* spricht den Titel in der Artikelvorschau an */
.exp-titel{
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 1rem;
}
.exp-titel a{color: rgba(29,75,120,1);}
/* spricht das Bild in der Artikelvorschau an */
.exp-image{
	position: absolute;
	top: 5rem;
	left: 0;
	width: 12.8rem;
	max-height: 12rem;
	margin: 0 0.5rem 0.5rem 0;
}
.lcp_customfield h2{
	
}
/* spricht den more-Link in der Artikelvorschau an */
.box-half .mehr,
.box-half2 .mehr{
	position: absolute;
	width: 12.8rem;
	font-size: 90%;
	font-weight: bold;
	padding: 0.25rem 4.3rem 0.25rem 1rem;
	top: 15rem;
	left: 0;
	background: rgba(255,165,0,1);/*orange*/
}
.box-half .mehr a,
.box-half2 .mehr a{
	line-height: 100%
	color: rgba(255,255,255,1);/*white*/
}
.box-half .mehr:after,
.box-half2 .mehr:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	right: 1rem; 
	top: 0.2rem;

}
.box-half .mehr:visited,
.box-half2 .mehr:visited{
	color: rgba(255,255,255,1);/*white*/
	display: none;
}
/* spricht die gophp auf der Frontseite an */
.box-half .lcp_customfield a,
.box-half2 .lcp_customfield a{
	position: absolute;
	width: 12.8rem;
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: rgba(255,255,255,1);/*white*/
	top: 13rem;
	left: 0;
	padding: 0.5rem 3rem 0.5rem 1rem;
	background: rgba(255,165,0,1);/*orange*/
	z-index: 100000;
}
.box-half .lcp_customfield a:after,
.box-half2 .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	background-repeat: no-repeat;
	right: 1rem; 
	top: 0.5rem;
}
/* ********** GROSSE FELDER ********** */
/* spricht den Titel in der Artikelvorschau an */
.box-screen{
	position: relative;
	float: left;
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 96%;
	height: auto;
	padding: 1rem;
	margin-top: 2rem;
}
.box-screen .lcp_catlist li{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(29,75,120,1);	
}
.box-screen .lcp_customfield{
	position: relative;
	float: left;
	width: 100%;
	min-height: 16rem;
	padding-left: 33%;
	color: black;	
}
.titel-screen{
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 1rem;
}
.titel-screen a{color: rgba(29,75,120,1);}
.box-screen .lcp_catlist li .exp-screen{
	position: absolute;
	left: 0;
	top: 3rem;
	width: 30%;
	max-height: 12rem;	
}
.box-screen .lcp_customfield a{
	position: absolute;
	left: 40%;
	top: 75%;
	width: 13.8rem;
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	padding: 0.5rem 3rem 0.5rem 1rem;
	background: rgba(255,165,0,1);
}
.box-screen .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	right: 1rem; 
	top: 0.5rem;
}
.box-screen .lcp_catlist .mehr-screen{
	position: absolute;
	left: 70%;
	top: 80%;
	width: 13.8rem;
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	padding: 0.5rem 3rem 0.5rem 1rem;
	background: rgba(255,165,0,1);
}
.box-screen .lcp_catlist .mehr-screen:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	right: 1rem; 
	top: 0.2rem;
}
/* 404 SEITE */
.blue-box-404{
	position: relative;
	float: left;
	width: 100%;
	border: 0.2rem solid rgba(29,75,120,1);/*blue*/
	border-top: 3rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 1.5rem;	
	padding-left: 4%;
	padding-right: 2%;
	margin: 2rem 0;
}
.error-404, .not-found{
position: relative;
float: left;
width: 100%;

}
.error-404 .widget{
	position: relative;
	float: none;
	width: 100%;
	background-image: none;
	padding: 2rem;
	margin-top: 2rem;
}
.blue-box h3, .box-small{
display: none;
}
.weitere-news{
position: relative;
float: left;
margin-left: 1.5rem;
margin-top: -2.5rem;
}
.weitere-news a{
font-weight: bold;
}
/* ++++++++++ HEADER-2 ++++++++++ */
.site2{
	position: relative;
	width: 100%;
	margin: 0 auto;	
	background:rgba(255,255,255,1);/*white*/ 
}
.site-header{
	width: 100%;
	height: 18.7rem;	
}
.site-branding{
	position: relative;
	float: left;
	width: 100%;
	height: 14rem;	
}
.site-title{
	position: relative;
	float: left;
	max-width: 39.2%;
	height: auto;	
}
.box-middle-claim{
	position: relative;
	float: left;
	width: 27%;
	height: 7rem;
	background-attachment: scroll;
	background-image: url(images/claim.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 2rem;
	margin-top: 2rem;
	background-size: contain;		
}
.social-icons{
	position: relative;
	float: right;
	width: 30%;
	height: 3.3rem;
	margin-top: 3rem;
	padding-right: 3rem;
}
.icon{
	position: relative;
	float: right;
	max-width: 3.2rem;
	max-height: 3.2rem;
	margin-right: 5%;
}
.icon-img img{
	max-width: 3.2rem;
	max-height: 3.2rem;
}
.ticker-box{
	position: relative;
	float: right;
	width: 53.8%;
	height: 3rem;
	border: 0.2rem solid rgba(29,75,120,1);
	border-radius: 1rem;
	margin-right: 3rem;
	margin-top: 1rem;
}
.newsticker{
	position: relative;
	height: 2rem;
	margin-top: -1.2rem;
	font-weight: bold;
	padding-left: 1.5rem;
}
.newsticker a{
	color: grey;
}
@media screen and (max-width: 768px) {

#page{
	overflow: hidden;
}
.content-area {
	float: left;
	width: 100%;
	padding: 0 3.2%;
}
/* ++++++++++ HEADER ++++++++++ */
.site-header{
	height: 25.7rem;	
}
.site-branding{
	height: 21rem;	
}
.site-title{
	max-width: 60%;	
}
.box-middle-claim{
	width: 35%;
	height: 8.5rem;
	margin-left: 5%;		
}
.social-icons{
	width: 40%;
	height: 3.3rem;
	margin-top: 1rem;
	margin-right: 5%;
}
.icon{
	float: right;
	max-width: 3.2rem;
	max-height: 3.2rem;
	margin-right: 3%;
}
.icon-last{
margin-right: 0;
}
.ticker-box{
	position: relative;
	float: left;
	width: 90%;
	margin-right: 0;
	margin-left: 5%;
	margin-top: 1rem;
}
/* NAVIGATION */
.form #searchform-custom.ubersearch-v2{
	display: none;
}
.ubersearch{
	display: none;
}
/* SEITE HOME */
.entry-content{
	width: 100%;
}
.blue-box, .orange-box, .blue-box-page, .intro-box, .box-full2{
	width: 100%;
}
.box-half{
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 48.5%;
	height: 26.5rem;
	padding: 1rem;
}
.box-half2{
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 48.5%;
	height: 26.5rem;
	padding: 1rem;
	margin-left: 2rem;
}
.box-screen{
	width: 100%;
}
/* ++++++++++ SEITENLEISTE ++++++++++ */
.widget-area {
	float: none;
	width: 100%;
	margin: 0 1.3%;
}
.sidebar-home{
	display: none;
}
.sidebar-mobile{
	position: relative;
	float: left;
	display: block;
	width: 100%;
	margin-top: 1rem;
}
.sidebar-mobile .search-field{
	width: 100%;
}
.sidebar-article{
	width:40%;
	margin-left:30%;
}
.newsletter-icon{
	width: 20%;
}

/* INTRO-SEITE */
.blue-box, .orange-box, .blue-box-page, .intro-box, .box-full2{
	width: 100%;
}
}
@media screen and (max-width: 740px) {
/*  AUSBLENDEN   */
.intro-box, .box-half, .box-half2, .box-screen, .detailbox, .sidebar-article{
	display: none;
}

.box-small{
	display: block;
}
.button-angebot{
	position: relative;
	float: left;
	display: block;
	width: 20rem;
	height: 2.5rem;
	text-align: left;
	margin-top: 0.5rem;
	border-radius: 0.25rem;
	margin-left: 0;
	padding-left: 2rem;
	background: rgba(255,165,0,1);/*orange*/
	/*background-attachment: scroll;
	background-image: url(images/zum-schnaeppchen.png);
	background-repeat: no-repeat;
	background-position: center center;*/
margin-bottom: 2rem;
}
/* ++++++++++ HEADER ++++++++++ */
.site-header{
	height: 25.7rem;	
}
.site-branding{
	height: 21rem;	
}
.site-title{
	min-width: 80%;
	text-align: center;
	margin-left: 10%;	
}
.box-middle-claim{
	display: none;		
}
.social-icons{
	display: none;
}

.ticker-box{
	position: relative;
	float: left;
	width: 90%;
	margin-right: 0;
	margin-left: 5%;
	margin-top: 1rem;
}
/* ********** GROSSE FELDER ********** */
/* spricht den Titel in der Artikelvorschau an */
.box-small{
	position: relative;
	float: left;
	border: 0.1rem solid rgba(29,75,120,1);/*blue*/
	border-radius: 0.5rem;
	width: 100%;
	height: auto;
	padding: 1rem;
}
.box-small .lcp_catlist li{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
	border-bottom: 0.1rem solid rgba(29,75,120,1);	
}
.box-small .lcp_customfield{
	position: relative;
	float: left;
	width: 100%;
	min-height: 16rem;
	padding-left: 33%;
	color: black;	
}
.titel-small{
	position: relative;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 1rem;
}
.titel-small a{color: rgba(29,75,120,1);}
.box-small .lcp_catlist li .exp-small{
	position: absolute;
	left: 0;
	top: 3rem;
	width: 30%;
	max-height: 12rem;	
}
.box-small .lcp_customfield a{
	position: absolute;
	left: 40%;
	top: 75%;
	width: 13.8rem;
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	padding: 0.5rem 3rem 0.5rem 1rem;
	background: rgba(255,165,0,1);
}
.box-small .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	right: 1rem; 
	top: 0.5rem;
}
.box-small .lcp_catlist .mehr-small{
	position: absolute;
	left: 70%;
	top: 80%;
	width: 13.8rem;
	font-size: 105%;
	line-height: 100%;
	font-weight: bold;
	color: rgba(255,255,255,1);
	padding: 0.5rem 3rem 0.5rem 1rem;
	background: rgba(255,165,0,1);
}
.box-small .lcp_catlist .mehr-small:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	right: 1rem; 
	top: 0.2rem;
}
.share{
	clear: both;
	position: relative;
	float: right;

	width: 100%;
	text-align: center;
	padding-left: 0;
}
}
@media screen and (max-width: 540px) {
.newsticker{
	position: relative;
	height: 2rem;
	margin-top: -1.2rem;
	font-size: 90%;
	font-weight: bold;
	padding-left: 1.5rem;
}
/* ********** GROSSE FELDER ********** */
/* spricht den Titel in der Artikelvorschau an */
.box-small .lcp_customfield{
	position: relative;
	float: right;
	width: 100%;
	min-height: auto;
	max-height: auto;
	height: auto;
	padding-left: 38%;
	color: black;
}
.titel-small{
	min-height: 4rem;
}

.box-small .lcp_catlist li .exp-small{
	top: 5rem;
	width: 35%;
	max-height: 10rem;	
}
.box-small .lcp_customfield a{
	position: absolute;
	display: inline;
	left: 0;
	top: 11rem;
	bottom: 0;
	width: 35%;
	height: 2.5rem;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.box-small .lcp_catlist .mehr-small{
	position: absolute;
	left: 0%;
	top: 85%;
	width: 35%;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_catlist .mehr-small:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pub-date{
	width: 100%;
}
.alignright {
	float: none;
	display: inline-block;
	max-width: 100%;
}
.wp-caption {
	margin: 1.5rem 10%;
}
}
@media screen and (max-width: 410px) {
	.site-header{
	height: 25.7rem;	
}
.site-branding{
	height: 19rem;	
}
	.ticker-box{
	height: 4rem;
}
.newsticker{
	position: relative;
	height: 4rem;
	margin-top: -1.2rem;
	font-size: 80%;
	font-weight: bold;
	padding-left: 1.5rem;
}
/* ********** GROSSE FELDER ********** */
/* spricht den Titel in der Artikelvorschau an */
.box-small .lcp_customfield{
	position: relative;
	float: right;
	width: 100%;
	min-height: 20rem;
	max-height: auto;
	height: auto;
	padding-left: 45%;
	color: black;
}
.titel-small{
	min-height: 4rem;
}

.box-small .lcp_catlist li .exp-small{
	top: 5rem;
	width: 40%;
	max-height: 10rem;	
}
.box-small .lcp_customfield a{
	position: absolute;
	display: inline;
	left: 0;
	top: 11rem;
	bottom: 0;
	width: 40%;
	height: 2.5rem;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.box-small .lcp_catlist .mehr-small{
	position: absolute;
	left: 0%;
	top: 19rem;
	width: 40%;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_catlist .mehr-small:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.wp-caption {
	margin: 1.5rem auto;
}
}
@media screen and (max-width: 320px) {
	.site-header{
	height: 20.7rem;	
}
.site-branding{
	height: 17rem;	
}
/* ********** GROSSE FELDER ********** */
/* spricht den Titel in der Artikelvorschau an */
.box-small .lcp_customfield{
	position: relative;
	float: right;
	width: 100%;
	min-height: 20rem;
	max-height: auto;
	height: auto;
	padding-left: 45%;
	color: black;
}
.titel-small{
	min-height: 4rem;
}

.box-small .lcp_catlist li .exp-small{
	top: 5rem;
	width: 40%;
	max-height: 10rem;	
}
.box-small .lcp_customfield a{
	position: absolute;
	display: inline;
	left: 0;
	top: 11rem;
	bottom: 0;
	width: 40%;
	height: 3.5rem;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_customfield a:after{
	content: "";
	position: absolute;
	width: 15px;
	height: 12px;
	background-attachment: scroll;
	background-image: url(images/icon-angebot-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.box-small .lcp_catlist .mehr-small{
	position: absolute;
	left: 0%;
	top: 20rem;
	width: 40%;
	font-size: 90%;
	line-height: 100%;
}
.box-small .lcp_catlist .mehr-small:after{
	content: "";
	position: absolute;
	width: 21px;
	height: 17px;
	background-attachment: scroll;
	background-image: url(images/artikel-icon-checked-small.png);
	background-repeat: no-repeat;
	background-position: right center;
}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
