/*
Theme Name: Hartmann 2-Rad-Center
Theme URI: http://www.2-rad-center.ch
Author: WEBSAMURAI AG
Author URI: http://www.websamurai.ch
Description: Description
Version: 1.0.0
Text Domain: hartmann
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.

Hartmann is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
    5.3 Search
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
	12.1 Captions
	12.2 Galleries
13.0 Templates
14.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family: 'Roboto', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

p {
    font-weight: 400;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:focus{
    outline: none !important;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}
.post-box{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Bootstrap */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 700;
}
h1 {    
    font-size: 38px;
    color: #e30513;
    text-transform: uppercase;   
    margin: 0.2em 0;
    font-weight: 100 !important;
}
h2 {
    font-size: 1em;
    margin: .2em 0;
}
h3 {
    font-size: 1em;
    margin: .3em 0;  
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.back-link,
.back-link:visited {
    background: #5f6162;
    background: rgba( 96, 98, 98, .9 );
    color: #fff;
    padding: 10px 14px 14px;
    width: 100%;
    display: inline-block;
    font-size: 1.29em;
    font-weight: 700;
    text-transform: uppercase;
}
.back-link:hover {
    color: #fff;
    border: 0px none;
    background: #5f6162;
}
.back-link:before {
    content: "\e091";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 1.3em;
    font-weight: 400;
    padding-right: .25em;
    line-height: 1;
    top: 5px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	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);
	font-size: 12px;
	font-size: 0.75rem;
	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;
	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;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);   */
}

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 {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #5f6162;
}

a.more-link,
a.more-link:visited {
    color: #cf0c2b;
    float: right;
    font-size: 12px;
    padding: 5px 0;
}

a:visited {
	color: #5f6162;
}

a:hover,
a:focus,
a:active {
	color: #5f6162;    
    text-decoration: none;
}
a.more-link:hover,
a.more-link:focus,
a.more-link:active {
    text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: auto;
    margin-top: 18px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    /*padding-bottom: 35px;*/
}
.main-navigation li li{
    padding-bottom: 0px !important;
}
.img-overlay{
    background-image: url(http://www.websamurai.ch/dev/2-rad-center.ch/wp-content/themes/hartmann/images/img-overlay.png);
}


.main-navigation a {
	display: block;
	text-decoration: none;
}
.nav-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    margin-right: 20px;
    letter-spacing: 1px !important;
}
#menu-header {
    list-style: none;  
}
#menu-header li{
    display: inline;
}
#menu-header{
    float: right;
}
.headerwidget{
    width: 133px;
    float: right;
    height: 23px;
    margin-top: 18px;
    padding-right: 10px;
}
.home .featured-image{
    margin-bottom: 28px;    
}
.wpcf7 input, .wpcf7 p{
    font-size: 16px !important;
}
.wpcf7 .wpcf7-submit{
    background-color: #e30513 !important;
    color: #fff !important;
    border: 0px !important;
}
.wpcf7 .wpcf7-submit:hover{
    opacity: 0.7 !important;
}
.wpcf7 h2{
    color: #fff;
    font-weight: 200;
    font-size: 28px;
    padding: 8px 15px 8px 15px;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 10px;
    float: left;
    width: auto;
    background: #cf0c2b;
    background-color: #e30513;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}
.wpcf7 input{
    max-width: 100%;
}
.wpcf7-response-output{
    clear: both;
}
div.wpcf7-validation-errors {
  border: 2px solid #e30513;
}
.page-template-kontakt .content-kontaktformular p:first-child {
    clear: both !important;    
}
span.wpcf7-list-item:first-child{
    margin-left: 0px !important;
}
.home h1{
    color: #e30513;
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    font-weight: 600 !important;
}
.main-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;
    display: inline !important;
    visibility: visible !important;
}
@media screen and (min-width: 768px) {
    .main-navigation ul ul {
        display: none;
        visibility: hidden;
    }
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}






.main-navigation ul li:hover > ul {
	
    left: auto;
      
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.3 Search
--------------------------------------------------------------*/
.site-search {
    float: right;
    width: 100px;
    margin-top: 35px;
}
.site-search input[type="search"] {
    border: 0px none;
    padding: 0;
    width: 70px;
    text-transform: uppercase;
}
.site-search .search-submit {
    cursor: pointer;
}
.site-search .search-submit:before {
    content: "\e003";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    top: 5px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}
.site-search .search-submit:hover {
    border-bottom: 0px none;
}


/*--------------------------------------------------------------
5.4 Sub Navigation
--------------------------------------------------------------*/
.sub-navigation {
    
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
.footer-wrapper {
    float: left;
    width: 100%;
    clear: both;
    background: #eee;
    padding-bottom: 50px;
}
.footer-wrapper #text-4 h1{
    padding-left: 25px;
}
/*.footer-wrapper #text-4 h1:before{
    position: absolute;
    left: 10px;
    top: -3px; 
    content:url('http://www.websamurai.ch/dev/2-rad-center.ch/wp-content/themes/hartmann/images/icons/map.png');
     padding-right: 4px;
}  */ 
#text-4 .widget-title{
    padding-left: 0px !important;
}
#text-4 .widget-title img{
    margin-right: 0.3em !important;
    padding-top: 3px;
    margin-left: -5px;
}
.widget-area {
    max-width: 960px;
    margin: -5px auto 0;
}
.widget {
	margin: 0 0 1.5em;
    color: #5f6162;
}

.sidebar-2,
.sidebar-3 {
    margin-top: 36px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

h1.widget-title {
    font-size: 1em;
    font-weight: 700;
}

.widget ul,
.widget li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget li {
    padding: 4px 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site {
    max-width: 960px;
    margin: 0 auto;
}
.site-branding {
    width: auto;
    float: left;
    width: 320px;
}
h1.site-title {
    margin: 0 0 30px;
}
.overlay{
    height: 370px;
    /*width: 100%; */
    background-image: url(images/img-overlay.png) ;
    margin-left: 55%;
}
.home .content-page, .page-template-services .mitarbeiter-content{
    padding-left: 10px;
    padding-right: 10px;
}
.claim-box{
    position: absolute;
    bottom: 0;
    left: 64%;
    text-align: right;
}
.claim-box-responsive{
    display: none;
}
#content .title-image-claim-responsive {
  font-size: 21px !important;
  font-weight: 100 !important;
  color: #e30513 !important;
  text-transform: uppercase !important;
  text-align: right;
  padding-right: 10px;
}
.overlay .title-image-claim{
    /*position: absolute;
    bottom: 0;    */
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.featured-image {
    height: 370px;
    margin: 0px;
    position: relative;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.left-col,
.right-col {
    font-size: .85em;
}

/*--------------------------------------------------------------
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 {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
13.0 Page Templates
--------------------------------------------------------------*/

.site-content {
  /*  margin-bottom: 100px;    */
}
.subpages {
    clear: both;
}
.subpages,
.subpages li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.subpages li a {
    display: block;
    border-bottom: 1px solid #dfe0e0;
    font-weight: 700;
    padding: 5px 0;
}
.subpages li:last-child a{
    border-bottom: 0px !important;
}
.post-box {
    margin-bottom: 30px;
}
.post-box .inner-box {
    /*background: #f5f6f6;
    float: left;              */
    padding-bottom: 20px;
}
.post-box img {
    float: left;
    width: 100%;
}
.post-box .post-categories {
    margin: -15px 0 0 10px;
    padding: 2px 8px;
    background: #fff;
    width: auto;
    float: left;
}
.post-box .post-categories,
.post-box .post-categories a {
    color: #cf0c2b;
    font-weight: bold;
}
.post-box h3 {
    font-size: 1em;
    font-weight: 700;
    padding: 20px 10px 0;
    line-height: 1.5;
}
.post-box .more-link {
    margin-right: 10px;
}
.breadcrumb{
    background-color: #fff;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
    max-width: 960px;
    margin:0 auto;
    padding-left: 0px;
    padding-top: 20px;
}
.breadcrumb a{
    color: #4d4d4d;
    font-weight: 400;
} 

.featured-image{
    background-size: cover !important;
    background-position: center top !important;
}
.single-news .featured-image, .page-id-234 .featured-image, .page-id-373 .featured-image, .page-id-376 .featured-image, .page-id-389 .featured-image{
    background-position: left top !important;       
}
.posts-wissen article{
    padding-bottom: 50px !important;
} 
a.more-link{
    float: left !important;
}
.entry-header{
    /*padding-left: 10px;
    padding-right: 10px;   */
}


/* Home */
.page-template-frontpage .entry-content {
    padding-top: 30px;
    background: #fff;
    margin-top: -20px;
    padding-left: 0;
}
.page-id-516 p.mitarbeiter-kontakt{
    display: none;
}
/*PopUp-Styles*/
.wdpu-title{
    font-size: 38px !important;
    line-height: 39px !important;
    color: #e30513 !important;
    text-transform: uppercase !important;
    margin: 0.2em 0 !important;
    font-weight: 100 !important;    
}
.wdpu-container p{
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}
.wdpu-text{
    background: #fff !important;
}
.wdpu-container a:hover{
    text-decoration: underline !important;
}
.wdpu-container a{
    color: #e30513 !important;
    text-decoration: none !important;  
}
.page-template-kontakt .content-kontaktseite p{
    font-size: 24px; 
}
.page-template-kontakt article{
    padding-top: 0px !important;
}
.page-template-frontpage .entry-content p {
    font-size: 24px;
    line-height: 34px;
}
.page-template-frontpage .entry-content a {
    color: #cf0c2b;
    font-size: 0.5em;
    float: right;
    display: block;
    margin-top: 1em;
}
.page-template-frontpage .teaser-image,
.page-template-frontpage .teaser-image img {
    float: left;
    width: 100%;
}
.page-template-frontpage h3.teaser-title, .page-template-team .teaser-title , .single h3.teaser-title, .page-template-news h3.teaser-title{
    color: #fff;
    font-weight: 200;
    font-size: 28px;
    padding: 8px 35px 8px 15px ;
    /*margin: -160px 0 0 -6px;*/
    /*position: absolute;
    top: -8px;
    left: -1px; */
    float: left;
    width: auto;
    background: #e30513;
    text-transform: uppercase;
} 
.collapseomatic{
    padding: 4px 0 3px 4px !important;
    font-family: 'Roboto', sans-serif !important;
    outline: 0 !important;
}
.post-wissen{
    padding-left: 10px !important;
    padding-right: 10px !important;      
}
.page-template-kontakt .row, .content-fahrer ,.page-template-kundenfeedback .content-wissen{
    padding-left: 10px;
    padding-right: 10px;   
}
.lieferanten-box, .mitarbeiter-content, .fahrer-content,.content-wissen, .page-template-kundenfeedback .wissen-article{
    padding-left: 0px;
    padding-right: 0px;
}

.spezialangebot-meta{
    color: #404040 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important; 
    
}
.page-template-spezialangebote ul{
    margin-left: 0px !important;
    padding-left: 1em !important;
}
.spezialangebot-content p{
    color: #404040 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;   
}
.page-template-spezialangebote hr{
    margin-top: 0.5em !important;
    margin-bottom: 2em !important;
}
.page-template-spezialangebote .post-categories{
    margin: 0px;
    padding: 8px 35px 8px 15px;
    background: #e30513;
    color: #fff !important;
    width: auto;
    float: left;
    font-style: normal !important;
    font-size: 28px;
    font-weight: 200 !important;
    line-height: 32px;
    margin-bottom: 25px;
}
.spezialangebot-aktionspreis{
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-family: 'Roboto', sans-serif !important; 
    font-weight: 400 !important;  
}
.page-template-kundenfeedback .post-wissen{
  padding-left: 0px !important;
    padding-right: 0px !important;   
}
.row-2-rad-center{
    padding-left: 10px;
    padding-right: 10px;
}
.single #main{
    padding-bottom: 50px;
}
.home .hentry{
    margin-bottom: 0px;
}
.collapseomatic_content a, .collapseomatic_content .website{
    color: #e30513;
    font-family: 'Roboto', sans-serif !important; 
}
.collapseomatic_content{
    font-family: 'Roboto', sans-serif !important; 
}
.collapseomatic {
    font-weight: 600 !important;
}

.post-navigation{
    display: none;
}
 .page-template-kontakt .teaser-title,.page-template-kundenfeedback .teaser-title, .page-template-fotogalerie .teaser-title, .single h3.teaser-title {
    color: #fff;
    font-weight: 200;
    font-size: 28px;
    padding: 8px 35px 8px 15px ;
    float: left;
    width: auto;
    background: #e30513;
    text-transform: uppercase;
    margin: 0 !important;
    letter-spacing: 1px !important;
}
.single .wissen-article p{
    font-weight: 400;
}
.gallery-item{
    margin-left: 0px;
    margin-right: 5px;
}
.page-template-fotogalerie .wissen-article{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.page-template-overview .mitarbeiter-content{
    padding-left: 10px !important;
    padding-right: 10px !important;   
}
.content-marken-logos{
    padding-right: 0px !important;
}
.gallery-columns-4 .gallery-item{
    max-width: 23% !important;
    margin-right: 18px;
}
.page-template-team h3.teaser-title{
    margin: 0;
}
.page-template-promotionen #content h3, .page-template-blog #content h3{
    margin: 0 0 !important;
}
.page-template-kundenfeedback .wissen-article p{
    font-weight: 400 !important;
}
.page-template-frontpage .teaser-title a,.page-template-team .teaser-title {
    color: #fff;
    font-weight: 100 !important;
    font-size: 28px;  
    letter-spacing: 1px !important;
}

.page-template-frontpage .teaser-box {
    margin-bottom: 30px;
    background-color: #f0f0f0;
    padding-top: 6px;
    padding-left: 6px !important;
    padding-right: 6px !important;
    min-height: 383px !important;
    vertical-align: top !important;

}
.page-template-kontakt .featured-image{
    margin-bottom: 20px !important;
}

.page-template-frontpage .mitarbeiter-box {
    float: left;
    width: 100%;
    background: #f5f6f6;
    height: 290px;
    margin-bottom: 0px;
}
.page-template-frontpage .spot-box {
    width: 100%;
    background: #f5f6f6;
    margin-bottom: 0px;
}
.content-moto h3{
    padding-left: 10px !important;   
}
.content-moto .col-md-3, .content-moto .col-md-12{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mejs-offscreen{
    display: none !important;
}
.mejs-container{
    background: #f5f6f6 !important;   
}
:focus {
    outline: none !important;
}
/*Posts Slider*/

.home .advps-excerpt-one{
    width: 63% !important;
}
.home .advps-excerpt-block-one{
    padding-top: 0px;
}
.home .advps-excerpt-block-one h2{
    margin-top: 0px !important;
}
.home .slider-neuigkeiten{
    background-color: #5f6162;
    padding-bottom: 20px;
}
.home .slider-promotionen{
    background-color: #e30513;
    padding-bottom: 20px;
}
h2.slider-titel{
    margin-top: 0px;
    letter-spacing: 1px !important;
}
.home #advps_container1 .bx-wrapper .bx-pager, .home #advps_container4 .bx-wrapper .bx-pager{
    text-align: left !important;    
} 
.home #advps_container1 .bx-wrapper .bx-pager.bx-default-pager a, .home #advps_container4 .bx-wrapper .bx-pager.bx-default-pager a{
    background: #fff !important;    
}
.home #advps_container1 .bx-wrapper .bx-pager.bx-default-pager a.active, .home #advps_container4 .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #000 !important;    
}
.slider-titel{
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #fff !important;
    text-transform: uppercase;
    padding-top: 15px;
}
 .home a.more-link{
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 14px !important;
    float: left !important;    
}
.bx-wrapper .bx-controls-direction a{
    bottom: -39px !important;
}
.bx-wrapper .bx-prev {
    left: 100px;
   
}

.bx-wrapper .bx-next {
    left: 130px;

}

.page-template-frontpage .mitarbeiter-box img {
    float: left;
}
.page-template-services .mitarbeiter-box h3, .page-template-overview .mitarbeiter-box h3, .page-template-frontpage .mitarbeiter-box h3,.page-template-team .mitarbeiter-box h3,
.page-template-default .staff h3, .spot-box h3 {
    width: auto;
    /*margin: -15px 0 0 10px;  */
    background: #e30513;
    color: #fff !important;
    font-size: 1em;
    font-weight: 700;
    padding: 5px 8px;
    padding-right: 30px;
}
.mitarbeiter-box p, .spot-box p {
    font-weight: 300;
    color: #e30513;
    font-size: 20px;
    line-height: 27px;
}

.content-2-rad-center .mitarbeiter-box:nth-child(odd),.content-fahrer .mitarbeiter-box:nth-child(odd){
    clear: both; 
    padding-top: 40px !important; 
} 

.content-2-rad-center .mitarbeiter-box:nth-child(even), .content-fahrer .mitarbeiter-box:nth-child(even){
    padding-top: 0px !important;
}
.page-template-frontpage .mitarbeiter-content .col-md-6 {
    padding: 0;
    font-weight: bold;
    color: #5f6162;
    line-height: 2.2;
}
.page-template-team .fahrer-content p{
    padding: 0;
    font-weight: 400 !important;
    line-height: 20px;
    color: #4d4d4d !important;
    font-size: 14px !important;
    padding-top: 4px;
}
.glyphicon-before:before {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    top: 5px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-before.phone:before {
    content: "\e182";
}
.glyphicon-before.email:before {
    content: "\2709";
}
.glyphicon-before.document:before {
    content: "\e022";
}

/* Default */
.sub-menu .left-col-box {
    margin: 10px 0 0;
    background: #f4f5f5;
}
.sub-menu .left-col-box.staff {
    margin-top: 30px;      
}
.sub-menu .left-col-box h2 {
    font-size: 1em;
}
.sub-menu .left-col-box p,
.sub-menu .left-col-box h2,
.sub-menu .left-col-box div {
    padding: 0 10px 5px;
}
.sub-menu .left-col-box .glyphicon-before:before {
    font-size: 1em;
    vertical-align: top;
}
.sub-menu .attachment-mitarbeiter {
    float: left;
}
.page-template-default .hentry {
  /*  margin-top: 50px;     */
}

/* Page */
#site-navigation .sub-menu {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px !important;
    background-color: #e30513 !important;
    margin-top: 35px;   
    /*border-top: 30px solid rgba(255, 255, 255, 0); */
   
}

#site-navigation .sub-menu:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e30513;
  display: block;
  position: absolute;
  top: -8px;
  content: '';
  left: 10%;
}
.main-navigation li{
    padding-bottom: 40px !important;
    position: relative !important;
    z-index: 99999 !important;
}

#site-navigation .menu-hauptmenue-container .sub-menu a:hover{
    text-decoration: underline !important;
}


.page .lead p {
    font-size: 1.15em;
}
.page .hentry {
    color: #4d4d4d;
    margin-bottom: 0px !important;
}
.page .hentry h2 {
    color: #cf0c2b;
}
.page .entry-content ul,
.page .entry-content ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page .entry-content ul li {
    margin: 30px 0 0 35px;
}
.page .entry-content li:before {
    content: "\e092";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 1.3em;
    font-weight: 400;
    margin-left: -25px;
    padding-right: 12px;
    line-height: 1;
    top: 5px;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
}
.page .referenzen {
    float: left;
    width: 100%;
    padding: 15px 0 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 6em;
}
.page .referenzen .referenz {
    float: left;
    margin: 20px 19.9px 0 0;
}
.page .referenzen .referenz:nth-child(5) {
    margin-right: 0;
}
.home .marken img{
    margin-right: 21px !important;
}
.home .marken img:first-child{
    margin-left: 6px;
}
.marken-title{
    color: #4d4d4d !important;
    margin-bottom: 30px;
    font-style: italic;
    padding-left: 10px;
    margin-bottom: 30px;
    padding-top: 15px;
    letter-spacing: 1px !important;
}
.home .marken img:last-child{
    margin-right: 3px !important;
}
.home .marken{
    margin-bottom: 25px;
    margin-top: 20px;
}
/* Overview */
.page-template-overview .hentry {
    /*margin-top: 10px;  */
}
.page-template-overview .featured-image,
.page-template-default .featured-image {
    /*height: 90px;         */
    overflow: visible;
}
#breadcrumb{
    margin-top: 20px;
}
#top-wrapper{
    background-color: #f0f0f0;
    height: 25px;
    margin-bottom: 20px;
}
.top-navigation{
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    padding-right: 10px;    
}
.top-navigation .textwidget p, .top-navigation .textwidget p a{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: #4d4d4d !important;
    padding-top: 2px;
    letter-spacing: 1px !important;
} 
ul .children{
    background-color: #e30513;
    padding: 10px;
}
.main-navigation ul ul a{
    color: #fff;
}
.main-navigation ul ul a:before{
    content:'›› ';
}
.team-2-rad-center{
    background-color: #f0f0f0;
}
.footer-wrapper{
    padding-top: 25px;
}
.footer-wrapper .widget-title{
    font-weight: 600 !important;
    line-height: 34px !important;
}
.footer-wrapper h1.widget-title{
    color: #606262;
}

.mitarbeiter-titel, .spot-titel{
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #4d4d4d !important;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}
.content-moto h3{
    padding-left: 0px;
    margin-bottom: 30px;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #fff !important;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}
.content-moto{
    color: #fff;
}
.home .attachment-wissen{
    padding-left: 0px;
    padding-bottom: 20px;
}
.home .row-moto .col-md-3{
    padding-left: 0px;
}
#grayout {
   position: fixed;
   left: 0px;
   top: 0px;
   height: 100%;
   width: 100%;
   background-color: black;
   opacity: 0.5;
   z-index: 9999;
} 
.page-template-overview .mitarbeiter-content .mitarbeiter-position{
    margin-bottom: 47px !important;
    line-height: 20px !important;
    padding-top: 7px !important;
}
#black-studio-tinymce-3 .textwidget p{
    font-size: 16px !important;
}
.page-template-services .mitarbeiter-content .mitarbeiter-position{
    margin-bottom: 50px !important;   
    line-height: 20px !important;
    padding-top: 7px !important;
}
.page-id-234 .mitarbeiter-content .mitarbeiter-position, .mitarbeiter-content .mitarbeiter-position{
    font-size: 14px !important;
    color: #4d4d4d !important;
    font-weight: 400 !important;
    margin-bottom: 68px !important;
    line-height: 20px !important;
    padding-top: 7px !important;
}
.page-id-10 .mitarbeiter-content .mitarbeiter-position{
    margin-bottom: 67px !important;
    line-height: 20px !important;
    padding-top: 7px !important;
}
.single h3.teaser-title{
    margin-left: 10px !important;
}
.single .entry-header{
    margin-left: 10px !important;
    margin: 0 auto !important;
    max-width: 960px !important;
    padding-left: 10px !important;   
}
.gallery{
    clear: both;
}
.page-id-389 .content-wissen{
    padding-left: 10px !important;   
}
.page-id-389 .wissen-article{
    padding-top: 30px !important;
}
.page-template-frontpage .footer-wrapper #text-4 h1:before{
    top: 6px !important;   
}
.mitarbeiter-kontakt{
    font-size: 14px !important;
    color: #4d4d4d !important;
    font-weight: 600 !important; 
    margin-bottom: 0px;
    line-height: 18px !important;  
}
h3.post-categories{
    text-transform: uppercase;
} 
.summary-row{
    background-color: #5f6162;
    padding-bottom: 40px;
}
#site-navigation .menu-hauptmenue-container .current-menu-item a, #site-navigation .menu-hauptmenue-container .current-menu-ancestor a{
    color: #e30513 !important;
}
#site-navigation .menu-hauptmenue-container .sub-menu .current-menu-item a{
    color: #dfdfdf !important;
}
#site-navigation .menu-hauptmenue-container .sub-menu a{
    color: #fff !important;
}

.summary-row p{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.summary {
    font-size: 16px;
    line-height: 18px;
    color: #fff !important;
    padding-left: 10px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px !important;
}
/*overview subpage angebot*/
.bikes-angebot{
    padding-left: 10px;
    padding-right: 10px;
}
.page-template-overview article{
    /*padding-bottom: 20px;
    min-height: 300px;      */
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.page-template-overview #main article{
    background-color: #fff;
    min-height: 0px !important;
}
.page-template-spezialangebote .bikes-spezialangebote, .page-template-spezialangebote .mitarbeiter-box{
    max-width: 960px;
    margin: 0 auto;
}
.page-template-services .bikes-angebot:nth-child(even),.page-template-overview .bikes-angebot:nth-child(even){
    background-color: #f0f0f0;
}
.page-template-spezialangebote .mitarbeiter-content, .page-template-spezialangebote .mitarbeiter-image{
    padding-bottom: 30px !important;
}


.page-template-spezialangebote .mitarbeiter-box{
    padding-top: 20px;
}

.page-template-spezialangebote .mitarbeiter-content.spezialangebot-content.col-md-6{
    padding-left: 15px;
}
.page-template-spezialangebote .summary-row{
    margin-top: 40px;
}
.page-template-spezialangebote .entry-title{
    margin-bottom: -20px !important;
}
.page-template-spezialangebote .bikes-spezialangebote:nth-child(odd){
    margin-top: 25px !important;
}

.posts-wissen article {
    min-height: 250px;
    padding: 20px;
    padding-top: 0px;
    padding-left: 0px;
}
.current-site-breadcrumb{
    font-weight: 600;
}

.post-wissen img{
    padding-top: 40px !important;
}
.post-wissen .wpgpxmaps img{
    padding-top: 0px !important;
}
.post-wissen{
    padding-left: 0px;
}
.posts-wissen .teaser-title a, .posts-wissen .teaser-title{
    color: #fff;
    font-weight: 200;
    font-size: 28px;
    padding: 8px 15px 8px 15px;
    margin-top: 0px;
    margin-left: 10px;
    float: left;
    width: auto;
    background: #cf0c2b;
    background-color: #e30513;
    text-transform: uppercase;
    letter-spacing: 1px !important;
}
.single-biketouren .downloadgpx,.single-biketouren a.downloadgpx:hover  {
    border: 1px solid #e30513 !important; 
    padding:2px 4px;
    text-decoration: none !important; 
    color:#e30513 !important;  
}
.single-biketouren a.downloadgpx:hover  {
    background-color:#e30513 !important; 
    color: #fff !important; 
}
.page-template-biketouren h3.teaser-title{
    margin-bottom: 20px !important;
}
.page-template-biketouren .col-md-12.wissen-article{
    padding-top: 5px;
}
.page-template-biketouren .wissen-article p{
    font-weight: 400;
}
.posts-wissen article:nth-child(odd) {
    background-color: #f0f0f0 !important;
}
.page-template-overview h3{
    font-weight: 600;
    /*font-style: italic;*/
    font-size: 16px;
    color: #4d4d4d !important;   
}
.page-template-overview .post-categories, .page-template-services .post-categories {
    letter-spacing: 1px !important;
}
.page-template-services .post-categories,.page-template-overview .post-categories, .page-template-team .post-categories{
    margin: 0px;
    padding: 8px 35px 8px 15px;
    background: #e30513;
    color: #fff !important;
    width: auto;
    float: left;
    font-style: normal !important;
    font-size: 28px;
    font-weight: 200 !important;
    line-height: 32px;
    margin-bottom: 25px; 
} 
.page-template-team .mitarbeiter-image{
    padding-left: 0px;
    padding-right: 0px;
}
.page-template-team .clear{
    clear: both;
}

.entry-title {
    font-weight: 200;
    font-size: 38px;
    line-height: 39px;
    color: #e30513;
    text-transform: uppercase;
    margin-top:24px !important;
    margin-bottom:24px !important;
}
.collapseomatic{
    border-bottom: 1px solid #dfdfdf;
    display: block;
    background-position: right top;
    padding-left: 0px;
}
.post-box{
    clear: both;
}
.lieferanten-box{
    margin-bottom: 60px;
}
.post-lieferanten h3{
    margin-bottom: 20px;
    text-transform: uppercase;   
}
.content-marken-logos{
    text-align: right;
    margin-bottom: 30px;
}
.content-marken-logos img{
    margin-left: 30px;
}
.main-navigation .current_page_item > a{
    color: #bab9b9 !important;
}
.main-navigation .children .current_page_item > a{
    color: #fff !important;
}
.post-wissen{
    clear: both;
}
.main-navigation ul li a:hover{
    color: #e30513 !important;
}
/*Blog*/
.blog #main article:nth-child(odd) {
    background-color: #f0f0f0;
}
/*Anpassungen max-width*/
header{
    max-width: 960px;
    margin: 0 auto;
    height: 57px;    
}
.entry-header{
    height: auto;
}
.page-template-frontpage .mitarbeiter-box h3{
    max-width: 220px;
}
.content-kontaktseite, .content-kontaktformular,.content-teasers, .content-page, .content-spot, .content-kontakt,.content-newssliders,.content-marken,.content-summary, .content-bikes-angebot, .content-wissen, .post-wissen, .content-fahrer, .content-2-rad-center{
    max-width: 960px;
    margin: 0 auto;   
}     
.row-kontaktseite{
    margin-top: 0em;
    padding-bottom: 40px;
}
.row-moto{
    clear: both;
    margin-top: 0em;
    padding-bottom: 15px;
    background-color: #5f6162;
}
.row-kontaktformular{
    background-color: #f0f0f0 !important;
    clear: both;
    padding-bottom: 40px !important;    
}
.page-template-kontakt article{
    padding-top: 40px;
}
.row-2-rad-center{
    background-color: #f5f6f6;
    clear: both;
    padding-bottom: 80px;
}
.row-fahrer{
    background-color: #fff;
    clear: both;
    padding-bottom: 80px;
}
.row-kontakt, .row-spot{
    background-color: #f5f6f6;
    clear: both;
    padding-bottom: 40px !important;
}
.row-kontaktseite{
    background-color: #fff;
    clear: both;
}
.row-kontakt-overview{
    background-color: #f5f6f6;   
    clear: both;
    padding-bottom: 40px;
}
.row-newssliders{
    background:url(images/background-slider.jpg) no-repeat center top;
    background-repeat: repeat-y;
    clear: both;       
}
.content-marken-logos p:last-child img{
    margin-left: 0px !important;
}
.page-template-default .entry-content{
    max-width: 960px !important;
    margin: 0 auto !important;
}
.content-moto{
    max-width: 960px !important;
    margin: 0 auto !important;    
}
.row-marken{
    clear: both;
    padding-bottom: 10px;
}
.content-marken .col-md-12{
    margin-bottom: 30px;
}
.content-summary{
    padding-top: 15px;
    padding-bottom: 40px;
}
.sidebar-1{
    padding-top: 10px;
}

.sidebar-2, .sidebar-3{
    margin-top: 0px;
}
.main-navigation ul ul a{
    margin-top: 15px;
}
.page-child .teaser-title{
    margin: 0 0;    
}
.content-marken img{
    margin-right: 20px;
}
.main-navigation ul ul a:hover,.main-navigation ul ul a:active {
    color: #bab9b9 !important;
}
.menu-header-container ul li a{
    margin-right: 5px;
}
.menu-header-container ul{
    margin-left: 0em;
}
.home .plus-icon{
    float: right;
}
.home .content-teasers .col-md-4{
    width: 32.33333333% !important;
    margin-right: 1% !important;
    display: inline-block;
}

.home .content-teasers .teaser-image{
    padding-bottom: 5px;
}
.home .subpages li a:hover{
    text-decoration: underline;    
}
#primary a:hover, #content a:hover{
    text-decoration: underline;
}
.footer-wrapper a:hover{
    text-decoration: underline;
}
.home .content-teasers .col-md-4:last-child{
    margin-right: 0px !important;
}
.wissen-article{
    padding-top: 40px;
}
.wissen-article p{
    font-weight: 600;
}
.posts-wissen article{
    padding-bottom: 30px;
}
#content .title-image-claim{
    font-size: 38px !important;
    font-weight: 100 !important;
    color: #fff !important; 
    text-transform: uppercase !important; 
    padding-bottom: 25px;
}
.footer-wrapper h1.widget-title{
    letter-spacing: 0px !important;
    text-transform: none !important;
}
.home .mitarbeiter-content .mitarbeiter-position{
    margin-bottom: 68px !important;    
}
#menu-hauptmenue .social-menu{
    display: none;
    
}
.page-template-biketouren h4{
    font-size: 15px;   
}
.page-template-biketouren .posts-wissen article{
    padding-bottom: 15px !important;
    min-height: 0px !important;
}
/*--------------------------------------------------------------
14.0 Responsive
--------------------------------------------------------------*/
/* Medium devices (desktops, 992px and up) */
 @media only screen and (max-width: 1000px) {
.page-template-overview .mitarbeiter-content .mitarbeiter-position, .page-template-team .mitarbeiter-content .mitarbeiter-position{
    margin-bottom: 5px !important;    
 }
 .mitarbeiter-content{
     margin-top: 20px !important;
 }
 .content-moto h3{
    padding-left: 10px;
 }
 .home .attachment-wissen{
     padding-left: 10px;
 }
 .home .content-moto .col-md-12{
     padding-left: 10px !important;
 }
 .content-2-rad-center .mitarbeiter-box:nth-child(even),.content-fahrer .mitarbeiter-box:nth-child(even){
    padding-top: 40px !important; 
}
 }
@media only screen and (max-width: 800px) {
#nav_menu-9 {
    display: none;
  }
.site-branding {
      width: 262px;
  }
.content-kontaktseite, .content-teasers, .content-page, .content-kontakt,.content-marken,.content-summary, .content-bikes-angebot, .content-wissen, .post-wissen, .content-fahrer, .content-2-rad-center{
     /*padding-left: 10px;
     padding-right: 10px; */
}
.site-branding{
    padding-left: 10px;
}

}
@media only screen and (max-width: 767px) {
#top-wrapper{
    display: none;
}

.page-template-spezialangebote .mitarbeiter-content, .page-template-spezialangebote .mitarbeiter-image{
    padding-bottom: 0px !important;
}

.main-navigation li{
    padding-bottom: 0px !important;
}
#site-navigation .sub-menu{
    margin-top: 0px !important;
}
#site-navigation .menu-hauptmenue-container .current-menu-ancestor a {
  color: #dfdfdf !important;
}
.claim-box{
    display: none !important;
}
.claim-box-responsive{
    display: block !important;
}
.site-branding{
    padding-top: 10px;
}

/*Responsive Navigation*/
#menu-hauptmenue .social-menu{
    display: inline;
    float: left;
    width: auto;
}
#menu-hauptmenue .social-menu a{
    width: 40px;
}
.main-navigation.toggled #menu-hauptmenue .social-menu a{
    width: auto;
}

#site-navigation .sub-menu:before, #site-navigation .sub-menu:after {
 display: none;
}
.teaser-title{
    padding-right: 25px !important;
}

    .main-navigation {
        float: right;
        margin-top: 0;
        display: inline-block;
        width: 70px;
        overflow: visible;
    }
    .main-navigation ul ul{
        top: 0;
    }
    .main-navigation.toggled #menu-hauptmenue li a{
        letter-spacing: 4px;
        width: 80%; 
    }

    .main-navigation.toggled ul ul{
        border-bottom: 0px !important;
    }
      .main-navigation.toggled #menu-hauptmenue .sub-menu li a{
        letter-spacing: 0px;
        font-size: 16px;
        padding-left: 20px;
        width: 80%;
    }
    #menu-hauptmenue{
        padding-top: 25px;
        padding-bottom: 90px;
    }
    #menu-hauptmenue .menu-item-312{
        margin-bottom: 15px;
    }
    .main-navigation.toggled .social-menu{
        padding-left: 10px;
        padding-right: 5px;
        margin-top: 60px;
        
    }
    .menu-toggle:before {
        padding-top: 3px;
        content: "\e236";
        color: #4d4d4d;
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-size: 3.8em;
        font-weight: 300;
        line-height: 1;
        margin: 0px 0px;
        -webkit-font-smoothing: antialiased;
         padding-left: 10px;
        padding-right: 10px;
    }
    .nav-menu > li > a {
     font-size: 24px;
    }
    .main-navigation.toggled li a{
        border-bottom: 0px !important;
    }
    .main-navigation.toggled li:hover a {
     color: #fff !important;
 
    }
    .menu-toggle:hover:before,
    .toggled .menu-toggle:before,
    .menu-toggle:active:before,
    .menu-toggle:focus:before {
        color: #fff;
    }
    .menu-toggle {
        width: 70px;
        height: 57px;       
        overflow: hidden;
        padding: 0px;
        background: #fff;
        color: #fff;
        float: right;
        position: relative;
    }
    
    .menu-toggle:hover,
    .toggled .menu-toggle,
    .menu-toggle:active,
    .menu-toggle:focus {
        color: #fff;
        background: #e30513;
    }  
    button.menu-toggle{
        border: 0px;
        border-radius: 0px;
        box-shadow: none;
        text-shadow: none;
    }
    .menu-toggle,
    .main-navigation.toggled .nav-menu {
        display: block;
        float: left;
        position: relative;
    }
    
    .main-navigation.toggled .nav-menu {
        background: #e30513;
        padding-bottom: 20px;
    }
    
    .main-navigation.toggled .menu {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 57px;
        padding: 0 10px;
        overflow: visible;
        z-index: 100;
    }
    .main-navigation.toggled li {
        width: 100%;
        display: block;
        background: #e30513;
        padding: 0 15px;
    }
    .main-navigation.toggled li a {
        color: #fff;
        padding: 5px 10px;
        border-bottom: 2px solid #dedfdf;
        margin-right: 0;
    }
    .main-navigation.toggled ul ul {
        padding: 5px 0;
        border-bottom: 2px solid #dedfdf;
    }
    .main-navigation.toggled ul ul li {
        padding: 0;
    }
    .main-navigation.toggled ul ul li a {
        border-bottom: 0px none;
        font-weight: 400;
        padding: 2px 10px;
    }
    .main-navigation.toggled ul ul ul {
        padding: 0 0 5px 0;
    }
    .main-navigation.toggled ul ul ul li {
        padding-left: 20px;
    }
    .main-navigation.toggled ul {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        left: auto;
    }

    .main-navigation ul {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
 .page-template-frontpage .teaser-box {
    min-height: 0 !important;
    vertical-align: top !important;

}
.overlay{
    background-image: none !important;
}
.featured-image{
    height: 95px;
}
.page-id-12 .featured-image{
    height: 370px;
}
 .home .content-teasers .col-md-4{
     display: block;
     width: 100% !important;
 }
 .home .content-teasers .teaser-image{
     display: none;
 }
 .page-template-frontpage h3.teaser-title{
     position: relative;
     float: none;
     top: -14px;
     left: -6px;
     margin-right: -12px;
     margin-bottom: -9px;  
 }
 .row-kontakt, .summary-row{
     display: none;
 }
 #secondary .widget_black_studio_tinymce .textwidget .gebaeude{
     display: none;
 }
 #secondary .widget_black_studio_tinymce .textwidget p:last-child{
     display: none;
 }
 .footer-wrapper{
     padding-top: 0px;
 }
 .bx-wrapper img {
    max-width: 34%;
 }
 .bx-viewport{
     min-height: 170px !important;
 }
}
@media only screen and (max-width: 400px) {
.site-branding{
    width: 200px;
  }
  .wpcf7 h2{
      font-size:20px !important;
  }
}
@media only screen and (max-width: 380px) {
.content-marken img{
    display: block;
  }
}
@media only screen and (max-width: 360px) {
.page-id-391 .entry-title{
    font-size: 30px !important;
  }
}
.mitarbeiter-box.ma-id-2016 .mitarbeiter-position{
    margin-bottom: 44px !important; 
}

#gaoo-link{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e30513;
}