body {
       font-family: 'Roboto', sans-serif;
       color: #000000;
}



/* Button Datenschutz */
.btn-av {
  background-color: #96bc33;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

/* Button Software Style*/
button {
	font-weight: bold;
    border: none;
    color: white;
    padding: 3px 3px 3px;
    text-align: center;
	cursor: default;
	box-shadow: 1px 1px rgba(0,0,0,1);
}
.buttonorange {
		font-weight: bold;
    background-color: #d97d0a;
}
.buttongrey {
		font-weight: bold;
    background-color: #999999;
}
.buttongreen {
		font-weight: bold;
    background-color: #96bc33;
}


/* Pfeile für Navigation am Ende von Workflow */
.previous {
    background-color: #96bc33;
    color: black;
    padding: 8px 16px;
}

.next {
    background-color: #d97d0a;
    color: white;
    padding: 8px 16px;
}













footer {
	text-align: center;
	font-size: 16px;
	color: #96bc33;
}

footer p {
	text-align: center;
color: white;
}


footer .impressum:hover, footer .poweredby:hover {
	color: #d97d0a;
}

footer .impressum {
	color: white;
}

footer span {
display: none;
}

.category-list p.welcome {
	font-size: 28px;
	line-height: 1.5;
	color: #96bc33;
	margin-bottom: 40px;
}



/* Workflow-Navigation */



.dropbutton { /* style all buttons */
	font-weight: normal;
	background-color: #96bc33;
    color: white;
	height: 40px;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	position: relative;
	margin: 2px 0px 0 0px; 
		box-shadow: 0px 0px rgba(0,0,0,1);
}

.arrowend { /* disable right margin for end arrow */
margin-right: 0px;}
.arrowstart { /* adjust left padding for starting arrow */
padding: 10px 10px 10px 15px;}

#selected.dropbutton { /* highlight selected button */
	background-color: #d97d0a;
}

#blue.dropbutton { /* highlight selected button */
	background-color: #280d71;
	
}

#grey.dropbutton { /* highlight grey button */
	background-color: rgba(167,169,172,1);
}

.arrowstart:after, .arrowmiddle:after { /* arrow shape right side */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #96bc33;
	position: absolute; right: -14px; top: 0;
}

#selected.arrowmiddle:after, #selected.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #d97d0a;
	position: absolute; right: -14px; top: 0;
}

#blue.arrowmiddle:after, #blue.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #280d71;
	position: absolute; right: -14px; top: 0;
}

#grey.arrowmiddle:after, #grey.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid rgba(167,169,172,1);
	position: absolute; right: -14px; top: 0;
}

.arrowmiddle:before, .arrowend:before{ /* arrow shape left side */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #f1f1f1;;
	position: absolute; left: 0px; top: 0;
}




/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #b3b3b3;
}



/* table.special td {
	font-weight: normal;
	 background-color: rgba(156,154,156,1);
	 vertical-align: middle;
	 
 }
 
 table.special p {
	 vertical-align: middle;
 }*/
	 
 
 
 /* NEUE SLIDESHOW */
 
#fullArticle table .smartgreen {
	font-weight: bolder;
	 color: #96bc33; 
 }
 
 #fullArticle table td {
	 text-align: justify;
 }
 
 
.CSSgal{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:   500px;; /* Or set a fixed height */
}

/* SLIDER */
.CSSgal .slider{
  height:      100%;
  width: 100%;
  white-space: nowrap;
  font-size:   0;
  transition:  0.8s;
  color: #ffffff;
}

/* SLIDES */
.CSSgal .slider > *{
  font-size:       1rem;
  display:         inline-block;
  vertical-align:  top;
  height:          100%;
  width:           100%;
  background:      none 50% no-repeat;
  background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */
.CSSgal .prevNext{
  position: absolute;
  z-index:  1;
  top:      50%;
  width:    100%;
  height:   0;
}
.CSSgal .prevNext > div+div{
  visibility: hidden; /* Hide all but first P/N container */
} 
.CSSgal .prevNext a{
  background:  rgba(0, 0, 0);
  position:    absolute;
  width:       40px;
  height:      40px;
  line-height: 40px;
  text-align:  center;
  opacity:     0.7;
  text-decoration:   none;
  -webkit-transform: translateY( -50% );
          transform: translateY( -50% );
}
.CSSgal .prevNext a:hover{
  opacity: 1;
}
.CSSgal .prevNext a+a{
  right: 0px;
}

/* NAVIGATION */
.CSSgal .bullets{
  position:   absolute;
  z-index:    2;
  bottom:     0;
  padding:    0px 0;
  width:      100%;
  text-align: center;
}
.CSSgal .bullets > a{
  display:         inline-block;
  width:           30px;
  height:          30px;
  line-height:     30px;
  text-decoration: none;
  text-align:      center;
  border-radius:   50%;
  background:      rgba(0, 0, 0, 1);
  color: #ffffff;
}
.CSSgal .bullets > a+a{
  background: (0, 0, 0, 1); /* Dim all but first */
}
.CSSgal .bullets > a:hover{
  background: rgba(0, 0, 0, 1);
}

/* ACTIVE NAVIGATION ANCHOR */
.CSSgal >s:target ~ .bullets >* { background: rgba(0, 0, 0, 0.5); }
#s1:target ~ .bullets >*:nth-child(1){ background: rgba(0, 0, 0, 1); }
#s2:target ~ .bullets >*:nth-child(2){ background: rgba(0, 0, 0, 1); }
#s3:target ~ .bullets >*:nth-child(3){ background: rgba(0, 0, 0, 1); }
#s4:target ~ .bullets >*:nth-child(4){ background: rgba(0, 0, 0, 1); }

/* PREV/NEXT CONTAINERS VISIBILITY */
.CSSgal >s:target ~ .prevNext >* { visibility:  hidden; }
#s1:target ~ .prevNext >*:nth-child(1){ visibility: visible; }
#s2:target ~ .prevNext >*:nth-child(2){ visibility: visible; }
#s3:target ~ .prevNext >*:nth-child(3){ visibility: visible; }
#s4:target ~ .prevNext >*:nth-child(4){ visibility: visible; }

/* SLIDER ANIMATION POSITIONS */
#s1:target ~ .slider{ transform: translateX(   0%); -webkit-transform: translateX(   0%); }
#s2:target ~ .slider{ transform: translateX(-100%); -webkit-transform: translateX(-100%); }
#s3:target ~ .slider{ transform: translateX(-200%); -webkit-transform: translateX(-200%); }
#s4:target ~ .slider{ transform: translateX(-300%); -webkit-transform: translateX(-300%); }


/* Schriftart für Bilder-Info */
#fullArticle .CSSgal, #fullArticle .CSSgal p {
	 color: #ffffff;					/* weiß */
	 text-shadow: 1px 1px #000000;		/* Text-Schatten für helle Hintergrundbilder */
	 
 }
  #tooltip {
	 padding: 10px 10px 10px 10px;
	 color: #ffffff;
	 background-color: rgba(0, 0, 0, 0.5);
 }







special, special th, special td {
	border: 1px solid black;
	text-align: justify;
}



#fullArticle dt {
  background: #a4ba00;
  color: #fff;
  margin-bottom: 0px;
}



#fullArticle .callout-green {
	
	/* background: #96bc33; */
	/* color: #ffffff; */
	text-align: justify;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon1~0.png);
	background-position: left center;
	background-size: 55px;
	background-repeat: no-repeat;
	
}

#fullArticle .callout-red {
	/* background: #f29400; */
	/* color: #ffffff; */
	text-align: justify;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon2~0.png);
	background-position: left center;
	background-size: 55px;
	background-repeat: no-repeat;
}

#fullArticle .callout-blue {
	color: #000000;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon3.png);
	background-position: left center;
	background-size: 50px;
	background-repeat: no-repeat;
}


#fullArticle .callout-green h3 a {
	color: #ffffff;
}



#fullArticle blockquote {
font-style: normal;
font-weight: normal;
background-color: #f1f1f1;
border-left-color: #96bc33;
border-width: 5px;
padding: 3px 30px 7px 20px;
}


#sidebar {
		font-size: 16px;
	text-shadow: none;
}
#sidebar .nav-list .active a {
	color: #d97d0a;
}

#sidebar .nav-list .active a:hover {
	color: #ffffff;
}

#sidebar .nav-list a {
	color: #a4ba00;
		text-shadow: none;
		padding-top: 10px;
}


#sidebar .nav-list a:hover {
	color: #ffffff;
}

#sidebar h3 {
	font-size: 16px;
	color: #ffffff;
}

.navbar .nav li a {
	font-size: 14px;
	font-weight: bold;
}

.navbar .nav .active a {
	color: #d97d0a;
	font-size: 14px;
}



.collection-category {
	text-align: center;
}

.collection-category h2 a {
	color: #a4ba00;
}

.category-list {
text-align: center;}

.category-list .category, .category-list .category:hover {
	
	height: 144px; /* 16:9 */
	width: 256px; /* 16:9 */
	position: relative;
	background-size: 100% 100%;
		background-color: white;
		border-radius: 8px 8px 8px 8px;
		border-bottom: 0;
		border-left:0;
		border-right:0;
		border-top:0;
		border-color: white;
}




.category-list h3 {
	line-height: 1.5em;
	text-align: center;
background-color: rgba(164,186,0,1);
	/* background: linear-gradient(to right, rgba(164,186,0,0) 5%, rgba(164,186,0,1) 30%, rgba(164,186,0,1) 70%,rgba(164,186,0,0) 95%); */
	color: rgba(255,255,255,1);
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
			border-radius: 8px 8px 0px 0px;
}



.category .article-count {
	color: #a4ba00; /* alternative: white for hiding */
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 2px;
}




/* BILDER FÜR KATEGORIEN AUF STARTSEITE */


		#category-85.category, #category-85.category:hover { 	/* SMARTFIT Q1 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Q1~0.jpg);
}
		#category-278.category {	/* SMARTFIT Q4 & Q5 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Q4.jpg);
}
		#category-279.category {	/* 1min WORKFLOW */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/normal_Radlabor_Kaufberatung_neu_400x400_2x.jpg);
}
		#category-282.category {	/* SMARTFIT M1 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/M1~0.jpg);
}
		#category-284.category {	/* ONLINE SIZING */
		background-image: url(https://www.onlinesizing.bike/assets/images/responsive--devices--de@3x.png);
		/*https://images.smartfit.bike/albums/userpics/10001/OnlineSizing.png*/
}
		#category-96.category {	/* FAQs */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/FAQs.png);
}
		#category-855.category {	/* Q2 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Smartfit_Q2_FHD.jpg);
}
		#category-294.category { /* IMPRESSUM */
		display: none; /* hide impressum on landing page */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/rect21.png);
}

.category-list.two-col .category { /*set size for categories */
	width: 320px;
	height: 160px;
}

/* VIDEO EINBETTUNGEN */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.collection a {
	color: #ffffff;
	text-shadow: 1px 1px 6px #000000;
}




#searchBar .search-query {
	background: #fff;
	border: 2px solid #a4ba00;
	box-shadow: none;
	color: #777;
	font-style: italic;
}
#searchBar button {
	background: #a4ba00;
	border: 2px solid #a4ba00;
	color: #fff;
	box-shadow: none;
}
#searchBar button:hover {
	background: #d97d0a;
	border: 2px solid #d97d0a;
}

#fullArticle p {
text-align: justify;}



body:after {
background: #fff url(https://images.smartfit.bike/albums/userpics/10001/Hintergrund.png) no-repeat top center fixed;
background-size: cover;
background-color: #ffffff;
opacity: 1;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: -1;  
}

body {
       font-family: 'Roboto', sans-serif;
       color: #000000;
}



/* Button Datenschutz */
.btn-av {
  background-color: #96bc33;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

/* Button Software Style*/
button {
	font-weight: bold;
    border: none;
    color: white;
    padding: 3px 3px 3px;
    text-align: center;
	cursor: default;
	box-shadow: 1px 1px rgba(0,0,0,1);
}
.buttonorange {
		font-weight: bold;
    background-color: #d97d0a;
}
.buttongrey {
		font-weight: bold;
    background-color: #999999;
}
.buttongreen {
		font-weight: bold;
    background-color: #96bc33;
}


/* Pfeile für Navigation am Ende von Workflow */
.previous {
    background-color: #96bc33;
    color: black;
    padding: 8px 16px;
}

.next {
    background-color: #d97d0a;
    color: white;
    padding: 8px 16px;
}













footer {
	text-align: center;
	font-size: 16px;
	color: #96bc33;
}

footer p {
	text-align: center;
color: white;
}


footer .impressum:hover, footer .poweredby:hover {
	color: #d97d0a;
}

footer .impressum {
	color: white;
}

footer span {
display: none;
}

.category-list p.welcome {
	font-size: 28px;
	line-height: 1.5;
	color: #96bc33;
	margin-bottom: 40px;
}



/* Workflow-Navigation */



.dropbutton { /* style all buttons */
	font-weight: normal;
	background-color: #96bc33;
    color: white;
	height: 40px;
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	position: relative;
	margin: 2px 0px 0 0px; 
		box-shadow: 0px 0px rgba(0,0,0,1);
}

.arrowend { /* disable right margin for end arrow */
margin-right: 0px;}
.arrowstart { /* adjust left padding for starting arrow */
padding: 10px 10px 10px 15px;}

#selected.dropbutton { /* highlight selected button */
	background-color: #d97d0a;
}

#blue.dropbutton { /* highlight selected button */
	background-color: #280d71;
	
}

#grey.dropbutton { /* highlight grey button */
	background-color: rgba(167,169,172,1);
}

.arrowstart:after, .arrowmiddle:after { /* arrow shape right side */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #96bc33;
	position: absolute; right: -14px; top: 0;
}

#selected.arrowmiddle:after, #selected.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #d97d0a;
	position: absolute; right: -14px; top: 0;
}

#blue.arrowmiddle:after, #blue.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #280d71;
	position: absolute; right: -14px; top: 0;
}

#grey.arrowmiddle:after, #grey.arrowstart:after{ /* arrow shape right side highlighted */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid rgba(167,169,172,1);
	position: absolute; right: -14px; top: 0;
}

.arrowmiddle:before, .arrowend:before{ /* arrow shape left side */
	content: "";  
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid #f1f1f1;;
	position: absolute; left: 0px; top: 0;
}




/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #b3b3b3;
}



/* table.special td {
	font-weight: normal;
	 background-color: rgba(156,154,156,1);
	 vertical-align: middle;
	 
 }
 
 table.special p {
	 vertical-align: middle;
 }*/
	 
 
 
 /* NEUE SLIDESHOW */
 
#fullArticle table .smartgreen {
	font-weight: bolder;
	 color: #96bc33; 
 }
 
 #fullArticle table td {
	 text-align: justify;
 }
 
 
.CSSgal{
  position: relative;
  overflow: hidden;
  width: 100%;
  height:   500px;; /* Or set a fixed height */
}

/* SLIDER */
.CSSgal .slider{
  height:      100%;
  width: 100%;
  white-space: nowrap;
  font-size:   0;
  transition:  0.8s;
  color: #ffffff;
}

/* SLIDES */
.CSSgal .slider > *{
  font-size:       1rem;
  display:         inline-block;
  vertical-align:  top;
  height:          100%;
  width:           100%;
  background:      none 50% no-repeat;
  background-size: cover;
}

/* PREV/NEXT, CONTAINERS & ANCHORS */
.CSSgal .prevNext{
  position: absolute;
  z-index:  1;
  top:      50%;
  width:    100%;
  height:   0;
}
.CSSgal .prevNext > div+div{
  visibility: hidden; /* Hide all but first P/N container */
} 
.CSSgal .prevNext a{
  background:  rgba(0, 0, 0);
  position:    absolute;
  width:       40px;
  height:      40px;
  line-height: 40px;
  text-align:  center;
  opacity:     0.7;
  text-decoration:   none;
  -webkit-transform: translateY( -50% );
          transform: translateY( -50% );
}
.CSSgal .prevNext a:hover{
  opacity: 1;
}
.CSSgal .prevNext a+a{
  right: 0px;
}

/* NAVIGATION */
.CSSgal .bullets{
  position:   absolute;
  z-index:    2;
  bottom:     0;
  padding:    0px 0;
  width:      100%;
  text-align: center;
}
.CSSgal .bullets > a{
  display:         inline-block;
  width:           30px;
  height:          30px;
  line-height:     30px;
  text-decoration: none;
  text-align:      center;
  border-radius:   50%;
  background:      rgba(0, 0, 0, 1);
  color: #ffffff;
}
.CSSgal .bullets > a+a{
  background: (0, 0, 0, 1); /* Dim all but first */
}
.CSSgal .bullets > a:hover{
  background: rgba(0, 0, 0, 1);
}

/* ACTIVE NAVIGATION ANCHOR */
.CSSgal >s:target ~ .bullets >* { background: rgba(0, 0, 0, 0.5); }
#s1:target ~ .bullets >*:nth-child(1){ background: rgba(0, 0, 0, 1); }
#s2:target ~ .bullets >*:nth-child(2){ background: rgba(0, 0, 0, 1); }
#s3:target ~ .bullets >*:nth-child(3){ background: rgba(0, 0, 0, 1); }
#s4:target ~ .bullets >*:nth-child(4){ background: rgba(0, 0, 0, 1); }

/* PREV/NEXT CONTAINERS VISIBILITY */
.CSSgal >s:target ~ .prevNext >* { visibility:  hidden; }
#s1:target ~ .prevNext >*:nth-child(1){ visibility: visible; }
#s2:target ~ .prevNext >*:nth-child(2){ visibility: visible; }
#s3:target ~ .prevNext >*:nth-child(3){ visibility: visible; }
#s4:target ~ .prevNext >*:nth-child(4){ visibility: visible; }

/* SLIDER ANIMATION POSITIONS */
#s1:target ~ .slider{ transform: translateX(   0%); -webkit-transform: translateX(   0%); }
#s2:target ~ .slider{ transform: translateX(-100%); -webkit-transform: translateX(-100%); }
#s3:target ~ .slider{ transform: translateX(-200%); -webkit-transform: translateX(-200%); }
#s4:target ~ .slider{ transform: translateX(-300%); -webkit-transform: translateX(-300%); }


/* Schriftart für Bilder-Info */
#fullArticle .CSSgal, #fullArticle .CSSgal p {
	 color: #ffffff;					/* weiß */
	 text-shadow: 1px 1px #000000;		/* Text-Schatten für helle Hintergrundbilder */
	 
 }
  #tooltip {
	 padding: 10px 10px 10px 10px;
	 color: #ffffff;
	 background-color: rgba(0, 0, 0, 0.5);
 }







special, special th, special td {
	border: 1px solid black;
	text-align: justify;
}



#fullArticle dt {
  background: #a4ba00;
  color: #fff;
  margin-bottom: 0px;
}



#fullArticle .callout-green {
	
	/* background: #96bc33; */
	/* color: #ffffff; */
	text-align: justify;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon1~0.png);
	background-position: left center;
	background-size: 55px;
	background-repeat: no-repeat;
	
}

#fullArticle .callout-red {
	/* background: #f29400; */
	/* color: #ffffff; */
	text-align: justify;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon2~0.png);
	background-position: left center;
	background-size: 55px;
	background-repeat: no-repeat;
}

#fullArticle .callout-blue {
	color: #000000;
	border-color: #cfcfcf;
	padding-left: 60px;
	background-image: url(https://images.smartfit.bike/albums/userpics/10001/icon3.png);
	background-position: left center;
	background-size: 50px;
	background-repeat: no-repeat;
}


#fullArticle .callout-green h3 a {
	color: #ffffff;
}



#fullArticle blockquote {
font-style: normal;
font-weight: normal;
background-color: #f1f1f1;
border-left-color: #96bc33;
border-width: 5px;
padding: 3px 30px 7px 20px;
}


#sidebar {
		font-size: 16px;
	text-shadow: none;
}
#sidebar .nav-list .active a {
	color: #d97d0a;
}

#sidebar .nav-list .active a:hover {
	color: #ffffff;
}

#sidebar .nav-list a {
	color: #a4ba00;
		text-shadow: none;
		padding-top: 10px;
}


#sidebar .nav-list a:hover {
	color: #ffffff;
}

#sidebar h3 {
	font-size: 16px;
	color: #ffffff;
}

.navbar .nav li a {
	font-size: 14px;
	font-weight: bold;
}

.navbar .nav .active a {
	color: #d97d0a;
	font-size: 14px;
}



.collection-category {
	text-align: center;
}

.collection-category h2 a {
	color: #a4ba00;
}

.category-list {
text-align: center;}

.category-list .category, .category-list .category:hover {
	
	height: 144px; /* 16:9 */
	width: 256px; /* 16:9 */
	position: relative;
	background-size: 100% 100%;
		background-color: white;
		border-radius: 8px 8px 8px 8px;
		border-bottom: 0;
		border-left:0;
		border-right:0;
		border-top:0;
		border-color: white;
}




.category-list h3 {
	line-height: 1.5em;
	text-align: center;
background-color: rgba(164,186,0,1);
	/* background: linear-gradient(to right, rgba(164,186,0,0) 5%, rgba(164,186,0,1) 30%, rgba(164,186,0,1) 70%,rgba(164,186,0,0) 95%); */
	color: rgba(255,255,255,1);
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
			border-radius: 8px 8px 0px 0px;
}



.category .article-count {
	color: #a4ba00; /* alternative: white for hiding */
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 2px;
}




/* BILDER FÜR KATEGORIEN AUF STARTSEITE */


		#category-85.category, #category-85.category:hover { 	/* SMARTFIT Q1 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Q1~0.jpg);
}
		#category-278.category {	/* SMARTFIT Q4 & Q5 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Q4.jpg);
}
		#category-279.category {	/* POWERFORCE */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/phone.png);
}
		#category-282.category {	/* SMARTFIT M1 */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/M1~0.jpg);
}
		#category-543.category {	/* NEWSLETTER */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/Bild1.png);
}
		#category-96.category {	/* FAQs */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/FAQs.png);
}
		#category-294.category { /* IMPRESSUM */
		display: none; /* hide impressum on landing page */
		background-image: url(https://images.smartfit.bike/albums/userpics/10001/rect21.png);
}

.category-list.two-col .category { /*set size for categories */
	width: 320px;
	height: 160px;
}

/* VIDEO EINBETTUNGEN */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.collection a {
	color: #ffffff;
	text-shadow: 1px 1px 6px #000000;
}




#searchBar .search-query {
	background: #fff;
	border: 2px solid #a4ba00;
	box-shadow: none;
	color: #777;
	font-style: italic;
}
#searchBar button {
	background: #a4ba00;
	border: 2px solid #a4ba00;
	color: #fff;
	box-shadow: none;
}
#searchBar button:hover {
	background: #d97d0a;
	border: 2px solid #d97d0a;
}

#fullArticle p {
text-align: justify;}



body:after {
background: #fff url(https://images.smartfit.bike/albums/userpics/10001/Hintergrund.png) no-repeat top center fixed;
background-size: cover;
background-color: #ffffff;
opacity: 1;
content: "";
top: 0;
left: 0;
bottom: 0;
right: 0;
position: fixed;
z-index: -1;  
}

/* Phone Modal */
#modal-phone {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px;
    left: 0;
    top: 0;
    width: 560px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Phone Modal Content */
#modal-phone-content {
    font-size: 1.2rem;
    line-height: 1.5rem;
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 20px;
    width: 90%; /* Could be more or less, depending on screen size */
    max-width: 560px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius:6px
}

/* Close Button */
.close {
    float: right;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.wg-default, .wg-default .country-selector {
    background: #f1f1f1;
    position: fixed;
    top: 0;
    bottom: auto !important;
    right: 20px;
}