/* Content */

.laerm {
  font-size: 4rem;
}

.lastViewedList li{
  display: inline-block;
  width: 33.33%;
}

.lastViewedList li img{
  margin: auto;
  display: block;
  max-height: 150px;
  width: auto;
}

.select2-selection {
  border: none!important;
  transition: box-shadow .25s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-selection:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

span#select2-selectsize-container.select2-selection__rendered {
  box-shadow: inset 0 0 0 2px rgba(0, 255, 0, 0.5);
}

article.card .section.row {
  max-height: 150px;
}

.select2-container {
  width: 100% !important;
}

select {
  padding: .5em;
  width: 100%;}

.external-reviews .top a {
  float: left;
}

.external-review {
  padding-bottom: 2em;
  padding-top: 2em;
  border-bottom: 1px solid #c4c4c4;
}

.external-review:last-child {
  border-bottom: none !important;
}

.external-review-headline {
  text-align: right;
  font-size: 1.5em;
  line-height: 1.5em;
}

.external-review-summary {
  font-size: 1.1em;
  font-style: italic;
}

.loading
{
  padding: 30px;
  display: block;
  background: url(../images/loading.gif) no-repeat center center;
  height: 200px;
}

.magic {
  z-index: 100;
  background-color:white;
}

.reifen-bild {
  margin-bottom: -50%;
  float:right;
}
select {
  padding: .5em;
  width: 100%;}

.select-button {
  text-align: center;
  background-color: #fff;
  padding: 0.5em 0;
  display: block;
  color: #333 !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  border-radius: 4px;
  float: left;
  width: 33.333%;
  margin-right: 1em;
}

.select-button.active {
  color: #333;
  box-shadow: inset 0 0 0 2px rgba(0, 255, 0, 0.5);
}

.select-button:last-child {
  margin-right: 0;
}

.select-button img {
  display: block;
  margin: 1em auto;
}

.frontpage-marke {
  width: 31%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2em;
}

.frontpage-marke img {
  max-width: 80%;
  height: auto;
  margin: auto;
  display: block;
}

/* Def */

h2 {
  color: #EF5350;
}

html {
  word-break: break-word;
}

.hover:hover {
  background-color: #26a69a !important;
  transition: .25s !important;
}

/*ARTICLE STYLES*/

article h1,article h2,article h3,article h4,article h5,article h6, h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
} 

article h2,h2 {
  font-size: 2.1rem;
}

article h3,h3 {
  font-size: 1.8rem;
}

article h4,h4 {
  font-size: 1.5rem;
}

article h5,h5 {
  font-size: 1.3rem;
}

article p {
  font-size: 1.2rem;
}

article .meta ul li {
  display: inline-block;
  margin-right: 1.5rem;
}

article .meta {
  margin-bottom: .5rem;
}

article .author p {
  font-size: 1.1rem; 
  font-family: georgia;
  font-style: italic;
}

article .author img {
  max-width: 60%;
  margin: auto;
  display: block;
}

.meta {font-weight: 300;}
.meta .material-icons {
  font-size: 14px;
}

article .chart-single .c3-line {
  stroke-width: 3px;
}

article .chart-single .c3-circle {
  r: 1px !important;
}

article {
  position: relative;
}

article img {
  max-width: 100%;
}

.section {
	padding: 1rem;
}

.posts-list .row .col .single_entry {
	margin: .5rem;
}

.padding-left {
  padding-left: 2rem;
}

.waschmaschine .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
  padding-top: 1rem;
  width: auto;
	height: 100%;
	margin: auto;
}


/*
.cardfix .card-content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
*/
.disabled {
	cursor: pointer !important;
}

.ranking {
	background: #DFDFDF;
	position: absolute;
	top:0;
  left:0;
	width:50px;
	height:50px;
	line-height:50px;
	text-align: center;
	color: #9F9F9F;
	border-radius: 2px;
}

.waschmaschine {
	margin: .5rem;
}

/*
.card {
	box-shadow: none!important;
}*/

.card-image:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.03);
	z-index: 2;
	pointer-events: none;
	display: block !important
}


.fullwidth {
	width: 100% !important;
}

.wp-caption {
	background: #fafafa;
	padding: 5px;
}

.header {
	font-weight: 300 !important;
}

.brand-logo {
	padding: .5rem !important;
}

.caption {
	font-size: 1.25rem;
	font-weight: 300;
	margin-bottom: 30px
}

body {
	background: #fff;
}

.card .card-image img {
	margin-bottom: -25px !important;
}

.filter {
	float: left;
	opacity: 0;
}

.progress {
	margin-top: 2rem;
}

.new:after {
	content:' neu'!important;
}

.single td {
	padding: 8px 5px;
}

.single-image {
	display: block;
	margin: auto;
}

.overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.03);
	z-index: 999;
	pointer-events: none;
	display: block !important
}

.intro-right {
	min-height: 400px;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bot {
	margin-bottom: 0 !important;
}

.page-footer {
	margin-top: 0 !important;
}

.page-footer a {
  color: white;
  text-decoration: underline;
}

.pinned {
	max-width: 300px;
}

.waschmaschine i.left {
	margin-right: 4px
}

.row {
	position: relative;
}

nav .input-field label.active i {
	color: rgba(0, 0, 0, 0.87)
}

/* EU LABEL */

.reifen-archive-content *, .reifen-archive-content *:before, .reifen-archive-content *:after {
  box-sizing: initial;
}

.energy-single {
  width:31%;
  margin-right:2%;
  float: left;
}

.energy-class {
  position: relative;
  width: 155px;
  font-family : sans-serif;
}
.energy-class span {
  display: block;
  position: absolute;
  left: 110%;
  background: #000;
  width: 30px;
  height: 30px;
}
.energy-class span.a {
  top: 0px;
}
.energy-class span.b {
  top: 20px;
}
.energy-class span.c {
  top: 40px;
}
.energy-class span.d {
  top: 60px;
}
.energy-class span.e {
  top: 80px;
}
.energy-class span.f {
  top: 100px;
}
.energy-class span.g {
  top: 120px;
}
.energy-class span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 15px solid #000;
  border-bottom: 15px solid transparent;
}
.energy-class span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
.energy-class span.a:after {
  content: ' a ';
}
.energy-class span.b:after {
  content: ' b ';
}
.energy-class span.c:after {
  content: ' c ';
}
.energy-class span.d:after {
  content: ' d ';
}
.energy-class span.e:after {
  content: ' e ';
}
.energy-class span.f:after {
  content: ' f ';
}
.energy-class span.g:after {
  content: ' g ';
}
.energy-class div {
  position: relative;
  height: 20px;
  margin: 2px 0;
}
.energy-class div:before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.energy-class div:after {
  position: absolute;
  top: 0;
  right: 0.25em;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  text-transform: uppercase;
}
.energy-class div.a {
  background: #3b7634;
  width: 50px;
}
.energy-class div.a:before {
  border-left: 8px solid #3b7634;
}
.energy-class div.a:after {
  content: ' a ';
}
.energy-class div.b {
  background: #5da436;
  width: 65px;
}
.energy-class div.b:before {
  border-left: 8px solid #5da436;
}
.energy-class div.b:after {
  content: ' b ';
}
.energy-class div.c {
  background: #a3cf2a;
  width: 80px;
}
.energy-class div.c:before {
  border-left: 8px solid #a3cf2a;
}
.energy-class div.c:after {
  content: ' c ';
}
.energy-class div.d {
  background: #f6df1b;
  width: 95px;
}
.energy-class div.d:before {
  border-left: 8px solid #f6df1b;
}
.energy-class div.d:after {
  content: ' d ';
}
.energy-class div.e {
  background: #f29020;
  width: 110px;
}
.energy-class div.e:before {
  border-left: 8px solid #f29020;
}
.energy-class div.e:after {
  content: ' e ';
}
.energy-class div.f {
  background: #eb422c;
  width: 125px;
}
.energy-class div.f:before {
  border-left: 8px solid #eb422c;
}
.energy-class div.f:after {
  content: ' f ';
}
.energy-class div.g {
  background: #ea2039;
  width: 140px;
}
.energy-class div.g:before {
  border-left: 8px solid #ea2039;
}
.energy-class div.g:after {
  content: ' g ';
}

.energy-single {
  width:31%;
  margin-right:2%;
  float: left;
}
.newsletter .input-field label {
  color: white!important;
}

.newsletter input[type=email] {
  border-bottom: 1px solid #fff;
}

.light { font-weight: 300;}


.collapsible-header {
  display: block;
  transition: all .25s ease;
}

.collapsible-header.active {
  color: #fff !important;
  background: #26a69a;
  transition: all .5s ease;
}
.collapsible-header.active i {
  color: #fff!important;
  transform: rotateX(180deg);
}
.collapsible-header i {
  line-height: 1.6rem;
}

.side-nav .material-icons {
  line-height: 64px;
}

.card .collection {
  border: none !important;
}

.update {
  background: teal;
border-radius: 80px;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
color: white;
}

.single-editorial .more-aside img {
  width: 60px;
height: 60px;
float: left;
margin-right: 1rem;
border-radius: 8px;
background: teal;
padding: 8px;
}

.single-editorial article ul li {
  list-style-type: disc;
  margin: 1.5rem 0rem 1.5rem 1.5rem;
}

aside h4  {
  font-size: 1.1rem;
}

.single-editorial .intro ul li {
  list-style-type: disc;
  margin: 1.5rem 0rem 1.5rem 1.5rem;
}

.single-updates article ul li {
  list-style-type: disc;
  margin: 1.5rem 0rem 1.5rem 1.5rem;
}

.image-align {
  display: block;
  margin: 2rem auto;
}

/* EDITORIAL */

#editorial img {
  border-radius: 12px;
  background: teal;
  padding: 2rem;
  display: block;
  margin: auto;
}

#editorial col {
  margin-right: 2rem;
}

#editorial h4 {
  margin: 0;
}


#editorial ul li {
  list-style-type: disc;
  margin: 1.5rem 0rem 1.5rem 1.5rem;
}

/* IMAGES */

.alignleft {
  float: left;
  margin-right: 1rem;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

/*Footer*/

.footer-editorial img {
  border-radius: 12px;
  padding: 2rem;
  display: block;
  margin: auto;
}

.footer-editorial col {
  margin-right: 2rem;
}

.footer-editorial h4 {
  text-align: center;
  margin: 2rem;
}

footer .light li {
  margin: .5rem 0;
}

/* MENU */

.side-nav .brand-logo {
  margin-top: 2.5rem;
}

.side-nav .collapsible-menu {
  margin-top: 2.5rem;
  font-weight: 600;
}

.side-nav .collapsible-menu li a {
  margin: 0 1rem;
}

.side-nav .collapsible-menu .collapsible-header
{
    margin: 0;
}

.collapsible-menu .sub-menu li .collapsible-header
{
    padding-left: 25px;
}

.collapsible-menu .collapsible-header.active
{
/*background: #fafafa;*/
}

.side-nav .collapsible-menu .collapsible-body .sub-menu li:not(.active) > a
{
    color: rgba(0,0,0,0.87);
}

.collapsible-menu li.current-menu-item
{
    background: #26a69a;

}

.side-nav .collapsible-menu li.current-menu-item > a, .side-nav .collapsible-menu .collapsible-body .sub-menu li.current-menu-item > a
{
    color: #fff;
}

.side-nav .collapsible-menu .collapsible-header
{
    border-bottom: 1px solid #fff;
}

.collapsible-menu .waves-effect
{
  display: block;
}

