/**
 * Stylesheet:  style.css
 * Theme:       Magazine - Online News and Magazine CMS
 * Version:     1.0
 * 
 */
/* Table of contents
=================================================
1. Import CSS and Google Fonts
2. Global Styles
3. Preloader
4. Top Bar
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slicknav and Responsive
9. Slider
10. About
11. Parallex
12. Practice Area
13. Attorney
14. Attorney Detail
15. Case Evaluation
16. News
17. Gallery
18. Service
19. Counter
20. Scroll to Top
21. Testimonial
22. Contact
23. 404 Error
24. Blog
25. Sidebar
26. Author Box
27. Comment
28. Under Construction
29. FAQ
30. Featured Box
31. Consultation
32. Footer - Top
33. Footer - Main
34. Footer - Bottom
35. Google Map
=================================================
*/
/*
================================
Import CSS and Google Fonts
================================
*/

@import url(../css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Oswald:400,500,600,700");

/* DOC 002 Schriftart für Headline ergänzt */

@font-face {
	font-family: 'andadaregular';
	src: url('../fonts/andada-regular-webfont.eot');
	src: url('../fonts/andada-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/andada-regular-webfont.woff2') format('woff2'),
	url('../fonts/andada-regular-webfont.woff') format('woff'),
	url('../fonts/andada-regular-webfont.ttf') format('truetype'),
	url('../fonts/andada-regular-webfont.svg#andadaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'fjallaoneregular';
  src: url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont.eot?v=4.7.0');
  src: url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont.woff2?v=4.7.0') format('woff2'), url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont.woff?v=4.7.0') format('woff'), url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont.ttf?v=4.7.0') format('truetype'), url('../../../reports-de/application/web/css/fonts/fjallaone-regular-webfont.svg?v=4.7.0#fjallaoneregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../../../reports-de/application/web/css/fonts/opensans-regular-webfont.eot?v=4.0.3');
    src: url('../../../reports-de/application/web/css/fonts/opensans-regular-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../../../reports-de/application/web/css/fonts/opensans-regular-webfont.woff?v=4.0.3') format('woff'), url('../../../reports-de/application/web/css/fonts/opensans-regular-webfont.ttf?v=4.0.3') format('truetype'), url('../../../reports-de/application/web/fonts/opensans-regular-webfont.svg?v=4.0.3#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'font-icons';
  src: url('../../../reports-de/application/web/css/fonts/font-icons.eot?v=4.7.0');
  src: url('../../../reports-de/application/web/css/fonts/font-icons?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../reports-de/application/web/css/fonts/font-icons.woff2?v=4.7.0') format('woff2'), url('../../../reports-de/application/web/css/fonts/font-icons.woff?v=4.7.0') format('woff'), url('../../../reports-de/application/web/css/fonts/font-icons.ttf?v=4.7.0') format('truetype'), url('../../../reports-de/application/web/css/fonts/font-icons.svg?v=4.7.0#font-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'titillium-semibold';
  src: url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont.eot?v=4.7.0');
  src: url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont.woff2?v=4.7.0') format('woff2'), url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont.woff?v=4.7.0') format('woff'), url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont.ttf?v=4.7.0') format('truetype'), url('../../../reports-de/application/web/css/fonts/titillium-semibold-webfont.svg?v=4.7.0#titillium-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #464646;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: #91663B;
}



/* DOC 010 Haupttext Inlay */

p {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 22px;
}



.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
.clear {
	clear: both;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Lato", sans-serif;
}




.page-wrapper {
    background: #90673B;
    background:url('http://www.marathonrally.com/mde/gfx/background/pattern.png') repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    /*-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);*/
}
.page-wrapper-2 {
    background: #E9D090;
    background:url('http://www.marathonrally.com/mde/gfx/background/pattern-2.png') repeat;
    margin-top: 0px;
    margin-bottom: 0px;
}
.remove-pl-pr {
    padding-left: 0;
    padding-right: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #353535;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-black4 {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    font-family: "Oswald", serif;
    font-size: 20px;
    font-weight: 700;
    background: #333333;
    color: #fff;
    position: relative;
    padding: 10px;
    text-transform: uppercase;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
}

.textindex {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 22px;
}


/*
================================
Preloader
================================
*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	background-image: url("http://www.marathonrally.com/mde/gfx/background/preloader.jpg");
	background-size: cover;
	z-index: 99999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 70%;
    background: url(../images/preloaders/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
================================
Top Bar
================================
*/

.top-bar {
    background: #333333;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-bar .top-contact {
    float: left;
    line-height: 20px;
}
.top-bar .top-contact .list {
    float: left;
    color: #ffffff;
    margin-right: 20px;
    font-size: 14px;
}
.top-bar .top-contact .list a {
    color: #ffffff;
}
.top-bar .top-contact .list i {
    margin-right: 5px;
}
.top-bar .top-social {
    float: right;
}
.top-bar .top-social ul {
    float: right;
    margin-bottom: 0;
}
.top-bar .top-social ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}
.top-bar .top-social ul li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 14px;
}
.top-bar .top-social ul li a:hover {
    background: #333;
}
/*
================================
Header
================================
*/

header {
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
	max-width: 100%;
    max-height: 66px;
    margin: 32px 0 10px;
}
.nav-wrapper {
    background: #333333;
}

.nav-area {
    margin-bottom: 0px;
}

/*
================================
Sticky Header
================================
*/

header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    border-bottom: 1px solid #c9c9c9;
}
header.sticky .logo {
	width: 100%;
	text-align: center;
}
header.sticky .logo a {
	display: inline-block;
}
header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}
header.sticky .ad-header {
	display: none;
}
header.sticky .sf-menu .menu-description {
    display: none;
}
header.sticky .sf-menu li a {
    padding: 5px 18px;
}
header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
header.sticky .sf-menu > li {
    margin-top: 10px;
}
header.sticky .sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}
.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}
.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}
.sf-menu li {
    text-transform: none;
    background: none;
}
.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    background: #333333;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}
.sf-menu li li:last-child {
    border-bottom: 0;
}
.sf-menu li li:hover {
    background: #f2f3f3;
}
.sf-menu li li:hover > ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}
.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}
.sf-menu li li:hover li a {
    padding-left: 15px;
}
.sf-menu li li a {
    font-weight: normal !important;
    font-size: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.sf-menu li li li {
    background: #333333;
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}
.sf-menu li li li a {
    color: #2a2a2a;
}
.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}
.sf-menu li a {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 21px;
    text-transform: none;
}
.sf-menu li:hover {
    background: none;
}
.sf-menu li:hover > ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}
.sf-menu li:hover a {
    color: #f2f3f3;
    background: #4a4a4a;
}
.sf-menu li:hover li a {
    color: #000;
}
.sf-menu li:hover li:hover {
    color: #fff;
}
.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}
.sf-menu > li {
    margin-top: 25px;
    text-transform: uppercase;
}
.sf-menu > li > a {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}
.sf-menu > li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}
.sf-menu li:hover li a {
    background: #333333;
    color: #fff;
}
.sf-menu li:hover li:hover a {
    background: #4a4a4a;
    color: #fff;
}
.sf-menu li:hover li:hover li a {
    background: #333333;
    color: #fff;
}
.sf-menu li:hover li:hover li:hover a {
    background: #4a4a4a;
    color: #fff;
}
/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky .logo {
        z-index: 99999;
    }
    body.sticky .slicknav_menu {
        z-index: 99999;
        position: fixed;
        width: 100%;
    }
    body.sticky header {
        margin-top: 54px;
    }
    body.sticky .slide-carousel {
        margin-top: 124px;
    }
    .slide-carousel .item .text {
        padding-top: 25% !important;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
}
/*
================================
Slider
================================
*/

.slider-main {

}

.slider-main li {
	width: 100%;
	height: 600px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}

.slider-main li .text {
	position: absolute;
	width: 94%;
	height: auto;
	bottom: 0;
	left: 3%;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_news.png");
	padding: 36px;
	margin-top: 10px;
	border-bottom: 1px solid #E9D090;
	border-radius: 30px 30px 0px 0px;
}

.slider-main li .text h2 {
	font-family: 'fjallaoneregular';
	color: #E9D090;
	font-size: 34px;
	text-shadow: 1px 1px 2px #000000;
}

@media (max-width: 900px) {
.slider-main li .text h2 {
	font-family: 'fjallaoneregular';
	color: #ffffff;
	font-size: 20px;
	text-shadow: 1px 1px 2px #000000;
	}
}

.slider-main li .text h2 a {
	color: #ffffff;
}

.slider-main li .text p {
	font-family: 'open_sansregular';
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

.slide-single {
    width: 100%;
    height: 580px;
    background-image: url(../images/page/1.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}
.slide-single .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.8;
}
.slide-single .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-single .text-page {
    padding-top: 12%;
}
.slide-single h2 {
    font-family: "Oswald", serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single h3 {
    font-family: "Oswald", serif;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-single p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-single p a {
    background: #333333;
    border: 2px solid #333333;
    border-radius: 0;
    padding: 10px 20px;
    color: #fff;
}
.slide-single p a:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.slide-single:hover p {
    background: transparent;
}
.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    position: relative;
}
.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #464646;
    opacity: 0.6;
}
.slide-carousel .item {
    height: 580px;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}
.slide-carousel .item .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}
.slide-carousel .item .text h2 {
    font-family: "Oswald", serif;
    text-transform: none;
    font-weight: 600;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.slide-carousel .item .text h3 {
    font-family: "Oswald", serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    line-height: 32px;
    text-transform: none;
}
.slide-carousel .item .text p {
    font-family: "Lato", sans-serif;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.slide-carousel .item h2 {
    font-family: "Oswald", serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item h3 {
    font-family: "Oswald", serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
    padding: 10px 20px;
}
.slide-carousel .item p {
    font-family: "Oswald", serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
}
.slide-carousel .item p a {
    border: 2px solid #333333;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
}
.slide-carousel .item p a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.slide-carousel .item p a:hover p {
    background: transparent;
}
.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}
.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}
.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f2f3f3;
}
.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #333333;
}
.slide-single-page {
    height: 200px;
}
.slide-single-page .text {
    padding-top: 0 !important;
}
.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}
.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}
.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
}



/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/slides/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.9;
}
.parallex h2 {
    font-family: "Oswald", serif;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.parallex h3 {
    font-family: "Lato", sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 0;
}
.parallex h3 span {
    color: #333333;
}
.parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.parallex p.button {
    margin-top: 40px;
}
.parallex p.button a {
    font-family: "Oswald", serif;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.parallex p.button a:hover {
    background: #fff;
    color: #2a2a2a;
}

/*
================================
News
================================
*/
.news {
	width: 94%;
	background: #ffffff;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-left: 3%;
	z-index: 99999;
	box-shadow: 0px 0px 5px #333;
}

/* NEWS HEADING SEKTOR FUER STARTSEITE */

.news .heading {
    margin-bottom: 20px;
    text-align: left;
}
.news .heading h2 {
	font-family: 'fjallaoneregular';
	font-size: 30px;
	font-weight: 300;
	color: #C8A05B;
	padding: 0px 0px 0px 20px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 4px solid #63330D;
}
.news .heading h2 a {
	padding: 5px 0px;
	color:  #C8A05B!important;
	display: block!important;
}
.news .heading h2 span {
	position: relative;
	padding: 0px 15px;
	display: inline-block;
	background-color: #90673B;
	text-decoration: none;
}


/* NEWS UEBERSCHRIFT SEKTOR FUER STARTSEITE */

.news .ueberschrift {
	margin-bottom: 20px;
	text-align: left;
}
.news .ueberschrift h2 {
	font-family: 'fjallaoneregular';
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 2px solid #54391D;
}
.news .ueberschrift h2 a {
	padding: 10px 0px 5px 0px;
	color:  #ffffff!important;
	display: block!important;
}
.news .ueberschrift h2 span {
	position: relative;
	padding: 0px 30px 0px 20px;
	display: inline-block;
	background-color: #54391D;
	text-decoration: none;
	border-radius: 0px 10px 0px 0px;
}


.news .unterschrift {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: right;
	z-index: 1;
}
.news .unterschrift h2 {
	font-family: 'fjallaoneregular';
	font-size: 15px;
	font-weight: 200;
	color: #A5794E;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-transform: uppercase;
	background-color: #F1E8D1;
	border-bottom: 1px solid #C8A05B;
	border-left: 1px dotted #C8A05B;
	border-radius: 0px 0px 10px 0px;
}
.news .unterschrift h2 a {
	padding: 5px 0px 2px 0px;
	color:  #A5794E!important;
	display: block!important;
}
.news .unterschrift h2 a:hover {
	font-size: 16px;
	padding: 7px 0px 4px 0px;
	color:  #2A1300!important;
	display: block!important;
	text-shadow: 0px 0px 10px #cecece;
}
.news .unterschrift h2 span {
	position: relative;
	padding: 0px 10px 0px 10px;
	display: inline-block;
	background-color: #F1E8D1;
	text-decoration: none;
	border-radius: 0px 0px 10px 0px;
}


/* NEWS SEITENNAVI SEKTOR FUER STARTSEITE */

.news .seitennavi {
	margin-bottom: 14px;
	text-align: left;
}
.news .seitennavi h2 {
	font-family: 'fjallaoneregular';
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 2px solid #54391D;
}
.news .seitennavi h2 a {
	padding: 10px 0px 5px 0px;
	color:  #ffffff!important;
	display: block!important;
}
.news .seitennavi h2 span {
	position: relative;
	padding: 10px 30px 5px 10px;
	display: inline-block;
	background-color: #54391D;
	text-decoration: none;
	border-radius: 0px 10px 0px 0px;
}



.news .heading h3 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #464646;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news .heading .bar {
    width: 100px;
    height: 10px;
    background: #dedede;
    margin-bottom: 30px;
    display: inline-block;
}
.news .heading p {
    font-size: 16px;
    text-align: center;
    color: #353535;
}

/* NEWS INHALT NEWS.PHP AUFLISTUNG LINKS */

.news .thumbnail-n1 {
	padding: 0px 0px 0px 0px;
	border-radius: 0;
	position: relative;
	z-index: 9;
	border-left: 0px #E9D090 solid;
}
.news .thumbnail-n1 .caption h3 {
	font-family: 'andadaregular';
	font-weight: 100;
	font-size: 40px;
	color: #2A1300;
	line-height: 50px;
	padding-left: 15px;
}
.news .thumbnail-n1 .caption h4 {
	font-family: 'open_sansregular';
	color: #90673B;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 13px;
	overflow: hidden;
	padding-left: 17px;
}
.news .thumbnail-n1 .caption h4 span {
	display: block;
	float: left;
	padding-bottom: 2px;
	padding-right: 5px;
}
.news .thumbnail-n1 .caption h4 span:first-child {
	margin-right: 10px;
}
.news .ueberschrift-n1 h2 {
	font-family: 'fjallaoneregular';
	font-size: 20px;
	font-weight: 300;
	color: #C4AA73;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-transform: uppercase;
	border-bottom: 2px solid #54391D;
}
.news .ueberschrift-n1 h2 a {
	padding: 10px 0px 5px 0px;
	color:  #C4AA73!important;
	display: block!important;
}
.news .ueberschrift-n1 h2 span {
	position: relative;
	padding: 0px 30px 0px 20px;
	display: inline-block;
	background-color: #54391D;
	text-decoration: none;
	border-radius: 0px 10px 0px 0px;
}


/* NEWS INHALT NEWS.PHP TITEL PHOTO UEBERSCHRIFT */

.news-header {
	}
.news-header li {
	width: 100%;
	height: 220px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position-y: 70%;
	border-bottom: 1px solid #E9D090;
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	}
.news-header li .text {
	position: absolute;
	width: 94%;
	height: auto;
	bottom: 0;
	left: 3%;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_news_w.png");
	margin-top: 0px;
	margin-bottom: -1px;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0 -15px 15px -15px #2a2a2a;
	}
.news-header li .text h2 {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.news-header li .text h2 span {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.news-header li .text a {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #C8A05B;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.news-header li .text h2 a:hover {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
}


/* NEWS BLOCK INDEX.PHP AUFLISTUNG LINKS */

.news .thumbnail {
	padding: 0;
	border-radius: 0;
	position: relative;
	border: 1px solid #C8A05B;
	background: #fbfbfb;
	box-shadow: 0px 0px 10px #A7A7A7;
	z-index: 999;
}
.news .thumbnail .photo {
	width: 100%;
	height: 220px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
.news .thumbnail .photo:hover {
	-webkit-transform: rotate(0deg) scale(1.04);
	transform: rotate(0deg) scale(1.04);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	box-shadow: 0px 0px 30px #ABABAB;
}
.news .thumbnail .date {
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    background: #464646;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.news .thumbnail .caption {
	padding: 0px 10px 0px 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.news .thumbnail .caption h3 {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}


/* NEWS PHOTO HEADER */

.news .thumbnail_news {
	padding: 0 12px 0 12px;
	border-radius: 0;
	position: relative;
	border: 0px solid #C8A05B;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0px 0px 0px #A7A7A7;
	background-color: #ffffff;
	z-index: 999;
}
.news .thumbnail_news .photo {
	width: 100%;
	height: 600px;
	position: relative;
	border: 0px solid #C8A05B;
	border-radius: 12px 12px 0px 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.news .thumbnail_news .caption {
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.news .thumbnail_news .caption p {
	font-family: 'open_sansregular', tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 23px;
}
.news .thumbnail_news .caption p a {
	background: #90673B;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	margin-right: 6px;
	border: 1px solid #692E02;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0px 0px 10px #ABABAB;
	text-shadow: 1px 1px 1px #2a2a2a;
	padding: 6px 12px 6px 12px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news .thumbnail_news .caption p a:hover {
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	background: #C8A05B;
	box-shadow: 0px 0px 5px #ABABAB;
	text-shadow: 1px 1px 1px #2a2a2a;
}
.news .thumbnail_news .caption h2 {
	font-family: 'titillium-semibold', helvetica, arial, tahoma, sans-serif;
	letter-spacing: normal;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	color: #90673B;
}
.news .thumbnail_news .caption h2 a {
	font-family: 'titillium-semibold', helvetica, arial, tahoma, sans-serif;
	letter-spacing: normal;
	font-size: 20px;
	color: #90673B;
}
.news .thumbnail_news .caption h2 a:hover {
	color: #000000;
}



/* DOC 007 Grössere Headline 1 */

.news .thumbnail .caption h3 a {
	font-family: 'fjallaoneregular';
	font-weight: 300;
	font-size: 25px;
	color: #90673B;
}
.news .thumbnail .caption h3 a:hover {
	color: #000000;
}


/* DOC 005 Unter Headline 2 Autor und Datum geändert */

.news .thumbnail .caption h4 {
	font-family: 'open_sansregular';
	color: #909090;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 13px;
	overflow: hidden;
}
.news .thumbnail .caption h4 span {
	display: block;
	float: left;
	padding-bottom: 2px;
}
.news .thumbnail .caption h4 span:first-child {
	margin-right: 10px;
}


/* UEBERSCHRIFT BLOCK LINKS TEXT TEASER INNEN */

.news .thumbnail .caption p {
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 22px;
}
.news .thumbnail .caption p a {
	background: #000000;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
}
.news .thumbnail .caption p a:hover {
	background: #2a2a2a;
	border-color: #2a2a2a;
}


/* UEBERSCHRIFT BLOCK RECHTS */

.news .thumbnail1 {
	display: table;
	background: #F9F9F9;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #C8A05B;
}
.news .thumbnail1 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail1 .photo {
	width: 100px;
	height: 75px;
	border: 1px solid #C8A05B;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
.news .thumbnail1 .photo:hover {
	-webkit-transform: rotate(0deg) scale(1.5);
	transform: rotate(0deg) scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	box-shadow: 0px 0px 30px #ABABAB;
}
.news .thumbnail1 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 5px;
}
.news .thumbnail1 .caption h3 {
	font-size: 14px;
	color:  #333333;
	line-height: 1.3;
}


/* DOC 003 Headline geändert */

.news .thumbnail1 .caption h3 a {
	font-family: 'open_sansregular';
	color:  #000000;
	font-size: 14px;
	text-decoration: none;
	}
.news .thumbnail1 .caption h3 a:hover {
	color:  #C8A05B;
}


/* DOC 004 Unter Headline Autor und Datum geändert */

.news .thumbnail1 .caption h4 {
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #909090;
	overflow: hidden;
}
.news .thumbnail1 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail1 .caption h4 span:first-child {
    margin-right: 10px;
}


/* STARTSEITE NEWS QUER */

.news .thumbnail2 {
	display: table;
	margin-bottom: 20px;
	background: #fbfbfb;
}
.news .thumbnail2 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail2 .photo {
	width: 400px;
	height: 200px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #C8A05B;
	box-shadow: 0px 0px 10px #A7A7A7;
	z-index: 999;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}
.news .thumbnail2 .photo:hover {
	-webkit-transform: rotate(0deg) scale(1.04);
	transform: rotate(0deg) scale(1.04);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	box-shadow: 0px 0px 30px #ABABAB;
}


.news .thumbnail2 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 5px;
}
.news .thumbnail2 .caption h3 {
	font-size: 18px;
	color:  #333333;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
}



/* DOC 009 News Headline 2 */

.news .thumbnail2 .caption h3 a {
	font-family: 'fjallaoneregular';
	font-weight: 300;
	font-size: 25px;
	color: #B68F4D;
}
.news .thumbnail2 .caption h3 a:hover {
	color: #90673B;
}



/* DOC 006 Unter Headline 3 Autor und Datum geändert */

.news .thumbnail2 .caption h4 {
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #909090;
	overflow: hidden;
}
.news .thumbnail2 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail2 .caption h4 span:first-child {
    margin-right: 10px;
}




.thumbnail3 {
	display: table;
	margin-bottom: 10px;
}
.thumbnail3 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.thumbnail3 .photo {
	width: 80px;
	height: 60px;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.thumbnail3 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
.thumbnail3 .caption h3 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color:  #333333;
	line-height: 1.3;
	text-transform: none;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.thumbnail3 .caption h3:after {
	display: none;
}
.thumbnail3 .caption h3 a {
	color:  #fff;
	font-weight: 600;
}
.thumbnail3 .caption h3 a:hover {
	color:  #c9c5c5;
}
.thumbnail3 .caption h4 {
	font-size: 12px;
	color: #dddddd;
    overflow: hidden;
}
.thumbnail3 .caption h4 span {
    display: block;
    float: left;
}
.thumbnail3 .caption h4 span:first-child {
    margin-right: 10px;
}


/* THUMBNAIL 4 RECHT NAVIGATION */

/* UEBERSCHRIFT BLOCK RECHTS */

.news .thumbnail4 {
	display: table;
	background: #FAF3E0;
	margin-bottom: 20px;
	width: 100%;
}
.news .thumbnail4 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail4 .photo {
	width: 100px;
	height: 100px;
	border: 1px solid #C8A05B;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.news .thumbnail4 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 5px;
}

/* DOC 003 Headline geändert */

.news .thumbnail4 .caption h3 {
	font-size: 13px;
	color:  #000000;
	line-height: 1.3;
}
.news .thumbnail4 .caption h3 a {
	font-family: 'open_sansregular';
	color:  #000000;
	font-size: 13px;
	text-decoration: none;
	z-index: 99999;
}
.news .thumbnail4 .caption h3 a:hover {
	color:  #90673B;
}


/* DOC 004 Unter Headline Autor und Datum geändert */

.news .thumbnail4 .caption h4 {
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #909090;
	overflow: hidden;
}
.news .thumbnail4 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail4 .caption h4 span:first-child {
    margin-right: 10px;
}


.news .thumbnail5 {
	display: table;
	margin-bottom: 20px;
	background: #fbfbfb;
}
.news .thumbnail5 .photo-content {
	display: table-cell;
	vertical-align: top;
}
.news .thumbnail5 .photo {
	width: 400px;
	height: 200px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #C8A05B;
	box-shadow: 0px 0px 10px #A7A7A7;
	z-index: 999;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.news .thumbnail5 .photo:hover {
	-webkit-transform: rotate(0deg) scale(1.04);
	transform: rotate(0deg) scale(1.04);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	box-shadow: 0px 0px 30px #ABABAB;
}
.news .thumbnail5 .caption {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 5px;
}
.news .thumbnail5 .caption h3 {
	font-size: 18px;
	color:  #333333;
	line-height: 1.5;
	font-family: 'Oswald', sans-serif;
}



/* DOC 009 News Headline 2 */

.news .thumbnail5 .caption h3 a {
	font-family: 'fjallaoneregular';
	font-weight: 300;
	font-size: 25px;
	color: #B68F4D;
}
.news .thumbnail5 .caption h3 a:hover {
	color: #90673B;
}



/* DOC 006 Unter Headline 3 Autor und Datum geändert */

.news .thumbnail5 .caption h4 {
	font-family: 'open_sansregular';
	font-size: 11px;
	color: #909090;
	overflow: hidden;
}
.news .thumbnail5 .caption h4 span {
    display: block;
    float: left;
}
.news .thumbnail5 .caption h4 span:first-child {
    margin-right: 10px;
}

/*
================================
Gallery
================================
*/

.gallery {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background: #fff;
    position: relative;
}
.gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.gallery h2 {
    font-family: "Oswald", serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
}
.gallery h3 {
    font-family: "Oswald", serif;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.gallery .menu-grid h2 {
    margin-bottom: 20px;
}
.gallery .menu-grid h3 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.gallery .menu-grid-item {
    overflow: hidden;
    margin-bottom: 50px;
}
.gallery .item {
    margin-bottom: 30px;
    width: 100%;
}
.gallery .item .inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.gallery .item .inner:hover .desc {
    top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.gallery .item .photo {
	height: 280px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.gallery .item .desc {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2a2a2a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery .item .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 30%;
}
.gallery .nav-tabs {
    border-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gallery .nav-tabs > li {
    margin-right: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.gallery .nav-tabs > li > a {
    font-family: "Oswald", serif;
    font-size: 18px;
    background: transparent;
    color: #fff;
    border: 0;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 6px 10px;
}
.gallery .nav-tabs > li > a:hover {
    color: #2a2a2a;
    border-color: #333333;
    background: #333333;
}
.gallery .nav-tabs > li.active > a,
.gallery .nav-tabs > li.active > a:focus,
.gallery .nav-tabs > li.active > a:hover {
    background: #333333;
    color: #2a2a2a;
    border: 0;
    border: 1px solid #2a2a2a;
    border-radius: 0;
}
.gallery a.gallery-photo i {
    color: #fff;
    font-size: 30px;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #333333;
    color: #fff;
    border: 4px solid #333333;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

/*
================================
Contact
================================
*/

.contact {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .item {
    margin-bottom: 20px;
    overflow: hidden;
    background: #333333;
    padding: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .item:hover {
    background: #2a2a2a;
}
.contact .icon {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
    color: #f2f3f3;
    font-size: 20px;
}
.contact .text {
    float: left;
}
.contact .text h3 {
    color: #fff;
    font-family: "Oswald", serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
}
.contact .text p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .text ul li {
    list-style-type: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.contact .cform-1 .error {
    color: red;
}
.contact .cform-1 .btn-success {
    font-family: "Oswald", serif;
    background-color: transparent;
    border-width: 2px;
    border-color: #333333;
    color: #333333;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact .cform-1 .btn-success:hover {
    background: #333333;
    color: #fff;
}
.contact .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"],
.contact .cform-1 textarea {
    background: transparent;
    border-width: 2px;
    color: #2a2a2a;
}
.contact .cform-1 input[type="text"]:focus,
.contact .cform-1 input[type="email"]:focus,
.contact .cform-1 textarea:focus {
    border-color: #333333;
}
.contact .cform-1 input[type="text"],
.contact .cform-1 input[type="email"] {
    height: 40px;
}
/*
================================
404 Error
================================
*/

.error-page {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.error-page .title .inner {
    font-family: "Oswald", serif;
    width: 200px;
    height: 200px;
    background: #333333;
    color: #fff;
    border: 5px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}
.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}
.error-page .content {
    margin-top: 40px;
    text-align: center;
}
.error-page .content h2 {
    font-family: "Oswald", serif;
    color: #333333;
    font-size: 24px;
}
.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}
.error-page .content .button {
    margin-top: 40px;
}
.error-page .content .button a {
    font-family: "Oswald", serif;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 2px solid #333333;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 16px;
}
.error-page .content .button a:hover {
    background: #333333;
    color: #fff;
}
/*
================================
Blog
================================
*/

.blog {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .post-item {
    margin-bottom: 30px;
}
.blog .image-holder {
    position: relative;
}
.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}
.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333333;
    color: #2a2a2a;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #333333;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}
.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #2a2a2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.blog h1 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.blog h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}
.blog h3 {
    font-family: "Oswald", serif;
    text-align: left;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}
.blog h3 a {
    color: #333333;
}
.blog h3 a:hover {
    color: #2a2a2a;
}
.blog h4 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.blog h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.blog h6 {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.blog p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #2a2a2a;
}
.blog .text {
    padding: 20px 0;
}
.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}
.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #333333;
    font-size: 13px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}
.blog .text ul.status li a {
    color: #333333;
}
.blog .text ul.status li i {
    margin-right: 8px;
}
.blog .text ul.status li:before {
    content: '';
}
.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}
.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #353535;
}
.blog p.button {
    margin-top: 30px;
    display: block;
}
.blog p.button a {
    font-family: "Oswald", serif;
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 14px;
    padding: 8px 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog p.button a:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.blog .pagination {
    margin-top: 20px;
}
.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.blog .pagination ul li {
    display: inline-block;
    color: #2a2a2a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}
.blog .pagination ul li:before {
    content: '';
}
.blog .pagination ul li a {
    background: #333333;
    color: #fff;
    display: block;
    font-size: 16px;
    border: 1px solid #333333;
}
.blog .pagination ul li a i {
    margin-right: 0;
}
.blog .pagination ul li a:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .pagination ul li a.active {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}
.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}
.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}
.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}
.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}
.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #333333;
}
.blog .video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
/*
================================
Sidebar
================================
*/

.sidebar {
    width: 100%;
}
.sidebar .widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.sidebar .widget h4 {
    font-family: "Oswald", serif;
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.sidebar .widget ul li {
    display: block;
    float: none;
    color: #2a2a2a;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.sidebar .widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #2a2a2a;
    top: 1px;
    left: 3px;
    font-weight: 600;
}
.sidebar .widget ul li a {
    color: #2a2a2a;
    font-size: 14px;
}
.sidebar .widget ul li a:hover {
    color: #333333;
}
.sidebar .widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar .widget ul.tag-cloud li a {
    display: block;
    padding: 4px 10px;
    border: 2px solid #afafaf;
}
.sidebar .widget ul.tag-cloud li:before {
    content: '';
}
.sidebar .widget ul.tag-cloud li:hover {
    background: #333333;
    border-color: #333333;
    color: #fff;
}
.sidebar .widget ul.tag-cloud li:hover a {
    color: #fff;
    border: 2px solid #333333;
}
.sidebar .widget-search input {
    height: 36px;
    color: #2a2a2a;
    border: 2px solid #333333;
    background: transparent;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 0;
}
.sidebar .widget-search input:focus {
    border: 2px solid #333333;
}
.sidebar .widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #333333;
    background: #333333;
    border-radius: 0;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*
================================
Author Box
================================
*/

.author-box {
    width: 100%;
    height: auto;
    background: #333333;
    color: #2a2a2a;
    text-align: left;
}
.author-box .inner {
    padding: 20px;
    overflow: hidden;
}
.author-box .author-thumb {
    width: 15%;
    float: left;
}
.author-box .author-thumb img {
    width: 100%;
    height: auto;
    padding-right: 15px;
}
.author-box .author-info {
    width: 85%;
    float: left;
}
.author-box .author-info h3 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
}
.author-box .author-info p {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.author-box .author-info ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-left: 0;
}
.author-box .author-info ul li:before {
    content: '';
}
.author-box .author-info ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    display: block;
}
.author-box .author-info ul li a i {
    margin-right: 0;
    font-size: 14px;
}
.author-box .author-info ul li a:hover {
    background: #2a2a2a;
    color: #fff;
}
/*
================================
Comment
================================
*/

.comments {
    margin-top: 40px;
}
.comments h2 {
    font-size: 18px;
    font-family: "Oswald", serif;
}
.comments .comment-list {
    background: transparent;
    padding: 15px;
}
.comments .comment-list .thumb {
    width: 80px;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .thumb img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.comments .comment-list .text {
    padding: 0;
    display: table-cell;
    vertical-align: top;
}
.comments .comment-list .text .inner {
    margin-left: 10px;
}
.comments .comment-list .text h3 {
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
}
.comments .comment-list .text p,
.comments .comment-list .text span {
    color: #2a2a2a;
    font-size: 14px;
}
.comments .comment-list .text span.date {
    margin-right: 40px;
}
.comments .comment-list .text span.date i {
    margin-right: 5px;
}
.comments .comment-list .text span.reply a {
    font-family: "Oswald", serif;
    background: #333333;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
}
.comments .comment-list .parent {
    margin-bottom: 0px;
    overflow: hidden;
}
.comments .comment-list .children .parent {
    margin-bottom: 0px;
}
.comments .comment-list .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 60px;
}
.comments .comment-list .children .children .parent-inner {
    background: transparent;
    padding: 15px;
    overflow: hidden;
    margin-left: 120px;
}
.comments .comment-list .children > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .comment-list .children > li:before {
    content: '';
}
.comments .comment-list > li {
    border-bottom: 1px dashed #a1a1a1;
    margin-bottom: 20px;
    padding-left: 0;
}
.comments .comment-list > li:before {
    content: '';
}
.comments .comment-list > li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.comments > li {
    list-style-type: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0;
}
.comments .respond {
    background: transparent;
    margin-bottom: 20px;
}
.comments .respond .cform-1 .btn-success {
    font-family: "Oswald", serif;
    background-color: transparent;
    border: 2px solid #333333;
    color: #333333;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comments .respond .cform-1 .btn-success:hover {
    background: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.comments .respond .cform-1 .form-control {
    border-radius: 0;
    box-shadow: none;
}
.comments .respond .cform-1 input[type="text"],
.comments .respond .cform-1 input[type="email"],
.comments .respond .cform-1 textarea {
    font-family: "Oswald", serif;
    background: transparent;
    border: 2px solid #ccc;
    color: #2a2a2a;
    font-size: 14px;
}
/*
================================
Under Construction
================================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
}
.under-construction-v1 img {
    width: 100%;
    height: 100%;
}
.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.5;
}
.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.under-construction-v1 h1 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}
.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.under-construction-v1 .newsletter {
    text-align: center;
}
.under-construction-v1 .btn-success {
    font-family: "Oswald", serif;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    border: 0;
    border-color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
}
.under-construction-v1 .btn-success:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}
.under-construction-v1 input[type="email"] {
    background: #f2f3f3;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #000;
}
/*
================================
FAQ
================================
*/

.faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.faq h1 {
    font-family: "Oswald", serif;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}
.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}
.faq .panel-group {
    margin-bottom: 40px;
}
.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 11px;
    color: #fff;
    background: #333333;
}
.faq .panel-default > .panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}
.faq h4.panel-title a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}
.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}






/*

================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}






/**
 * Newspaper Theme New CSS
 */
.news-featured {
	width: 94%;
	height: auto;
	background: #fff;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	margin-left: 3%;
}
.news-featured h2.fn {
	font-family: 'fjallaoneregular';
	font-size: 30px;
	font-weight: 300;
	color: #C8A05B;
	padding: 20px 0px 0px 20px;
	position: relative;
	text-transform: uppercase;
	display: block!important;
}


.news-featured .item {
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 10px #A7A7A7;
}
.news-featured .first-col {
	height: 430px;
	border: 1px solid #C8A05B;
}
.news-featured .second-col {
	height: 200px;
	margin-bottom: 30px;
	border: 1px solid #C8A05B;
}
.news-featured .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/back_news.png");
}
.news-featured .text a {
	font-family: "open_sansregular", serif;
	position: absolute;
	color:  #ffffff;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news-featured .text .inner {
	padding: 10px;
}
.news-featured .text h2 {
	font-family: "fjallaoneregular", serif;
	color:  #ffffff;
	font-weight: 100;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.5;
}

.news-featured .text p {
	font-family: "open_sansregular", serif;
	color:  #fff;
	margin-bottom: 0;
	font-size: 12px;
}

/*
================================
Ad1
================================
*/
.ad1 {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.ad1 img {
	width: 100%;
	height: 120px;
}
/*
================================
Ad2
================================
*/
.ad2 {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}

.ad2 img {
	width: 100%;
	height: auto;
}

/*
================================
SOCIAL MEDIA RECHTE SEITE
================================
*/
.social-sidebar {
	padding-bottom: 20px;
	overflow: hidden;
}
.social-sidebar ul {
	margin-bottom: 0px;
}
.social-sidebar ul li {
	float: left;
	list-style-type: none;
}
.social-sidebar ul li a {
	display: block;
	background: #C8A05B;
	color:  #ffffff;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	border: 1px solid #C8A05B;
	border-radius: 6px 6px 6px 6px;
}
.social-sidebar ul li a:hover {
	background: #692E02;
}
.social-sidebar ul li a i {
	color: #ffffff;
}


/* 
================================
SUCHE AUF DER RECHTEN SEITE
================================
*/

.search-sidebar {
	padding-bottom: 8px;
	overflow: hidden;
}

.search-sidebar input[type="text"] {
	border: 1px solid #54391D;
	height: 40px;
	padding-left: 5px;
	padding-right: 5px;
	width: 87%;
	background: #EFEFEF;
}

.search-sidebar input[type="submit"] {
	width: 13%;
	height: 40px;
	border: 0;
	background: #54391D url(http://www.marathonrally.com/mde/gfx/main/but_suche.png);
	color:  #fff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -3px;
}



.newsletter-sidebar {
	background: #4a4a4a;
	padding: 25px 15px;
	margin-bottom: 20px;
	text-align: center;
}
.newsletter-sidebar h2 {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.newsletter-sidebar p {
	color: #fff;
	line-height: 1.4;
	padding-top: 5px;
	padding-bottom: 10px;
}
.newsletter-sidebar input[type="email"] {
	width: 90%;
	height: 34px;
	border: 0;
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.newsletter-sidebar input[type="submit"] {
	background: #333333;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
}

.break-after-3:nth-of-type(3n+1) {
	clear: both;
}

h2.sidebar-heading {
	padding: 10px!important;
}

.not-found {
	font-size: 20px;
	color: red;
}

.error {
	color: red;
	margin-bottom: 15px;
}

.success {
	color: green;
	margin-bottom: 15px;
}

.video-iframe iframe {
	width: 100%;
	height: 280px;
}

.child {
	display: none;
}
.load-more {
	text-align: center;
	margin-top: 30px;
}
.load-more a {
	font-family: 'Oswald', sans-serif;
	background: #dddddd;
	color:  #333;
	padding: 10px 20px;
	border-radius: 26px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.ad-header {

}

.ad-header img {
	width: 100%;
	height: 130px;
	padding: 15px 0 15px 15px;
}



/* FOOTER TAGS UEBERNOMMEN AUS REPORTS-DE */

#container_foot2 {
	background:#692E02;
	width:100%;
	display:-webkit-flex;
	display:flex;
	border-bottom: 1px solid #E9D090;	
	}
#container_foot3 {
	background:#2A1300;
	width:100%;
	display:-webkit-flex;
	display:flex;
	border-bottom: 1px solid #2A1300;	
	}
#container_foot4 {
	background:none;
	width:100%;
	display:-webkit-flex;
	display:flex;
	}
	
#linieunten {
	border-bottom: 1px solid #E9D090;
	}
	
/* FOOTER ADDRESS */

#footer_address_1 {
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: regular;
	color:#cecece;
	line-height:18px;
}
#footer_address_2 {
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: regular;
	color:#cecece;
	line-height:38px;
}

#footer address {
	margin-bottom:0;
}
#footer address {
	background:url('http://www.marathonrally.com/mde/gfx/icon/world-map.png') no-repeat center;
}
#footer address .footer-sprite {
	margin-bottom:20px;
	padding-left:30px; 
	background:url('http://www.marathonrally.com/mde/gfx/icon/footer_sprite.png') no-repeat 0 0;
}
#footer address .footer-sprite:last-child {
	margin-bottom:0;
}
#footer p {
	line-height:18px;
}
#footer p.contact-desc {
	margin:0 0 30px 0; 
	padding:0 0 10px 0;
	border-bottom:#403E44 1px dashed;
}
#footer address .footer-sprite.address {
	background-position:0 0;
}



/* FOOTER LIST LINKS */

#footer ul.footer-links>li {
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size:13px;
	padding-bottom:17px;
	color: #cecece;
}
#footer ul.footer-links>li>a {
	color: #cecece;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	text-shadow:none;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-top:none;
	background:none;
}
#footer ul.footer-links>li>a:hover {
	color: #F4E8CA;
	underline: none;
}
#footer ul.footer-links>li>a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right:10px;
}

#box-icon a.box-icon-more:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left:10px;
	top:50%;
	margin-top:-2px;
}


/* UEBERSCHRIFTEN */


#ueber_eins {
	font-family: 'titillium-semibold', helvetica, arial, tahoma, sans-serif;
	font-size: 20px;
	font-weight: regular;
	padding-bottom: 3px;
	text-shadow: 0px 1px 3px #000000;
	color:#F1DCA7;
}

#text_footer {
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	padding-bottom: 6px;
	padding-top: 3px;
	font-weight: regular;
	color:#cecece;
}


/* BOXEN FÜR UNTEREN FOOTER */


#box34 {
	background:#2A1300;
	background-image: none;
	padding: 10px 0px 0px 142px;
	float:left;
	width:46%;
}

#box35 {
	background:#2A1300;
	background-image: none;
	width:44%;
}

#box36 {
	background:#2A1300;
	background-image: none;
	width:10%;
}
#box37 {
	background: none;
	background:url('http://www.marathonrally.com/mde/gfx/icon/world-map.png') no-repeat center;
	padding: 40px 0px 40px 142px;
	float:left;
	width:27%;
}

#box38 {
	background: none;
	background-image: none;
	padding: 38px 0px 0px 40px;
	float:left;
	width:21%;
}

#box39 {
	background: none;
	background-image: none;
	padding: 38px 0px 0px 0px;
	float:left;
	width:20%;
}
#box40 {
	background:#692E02;
	background-image: none;
	width:32%;
}
#box_f01 {
	background:none;
	background-image: none;
	width:15%;
}
#box_f02 {
	background:none;
	background-image: none;
	width:85%;
}
#box_f03 {
	background:none;
	background-image: none;
	width:100%;
}


/* RESPONSIVE NAVIGATION */

@media (max-width: 900px) {

#box34 {
	display: none !important;
	}
#box35 {
	background:#2A1300;
	background-image: none;
	width:80%;
	}
#box36 {
	display: none !important;
	}
#box37 {
	display: none !important;
	}
#box38 {
	display: none !important;
	}
#box39 {
	background: none;
	background-image: none;
	padding: 10px 0px 10px 10px;
	float:left;
	width:100%;
	}
#box40 {
	display: none !important;
	}
}



/* NAVIGATION FOOTER ADRESSE */

#navigation_adresse {
	display: inline;
	color:#cecece;
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: regular;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	border: none;
}

#navigation_adresse a {
	color:#cecece;
	text-shadow:none;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-top:none;
	background:none;
	
}

#navigation_adresse a:hover {
	background:#692E02;
	color:#F4E8CA;
}

#navigation_adresse li:hover > a {
	background:#692E02;
	color:#F4E8CA;
}



/* NAVIGATION FOOTER GANZ UNTEN */

#navtop_ganzunten {
	position: relative;
	width: 100%;
	margin: 0px auto;
	margin-left: 15%;
}

ul#navigation_ganzunten {
	margin: 0px auto;
	position: relative;
	float: left;
	border-left: none;
	border-right: none;
}

ul#navigation_ganzunten li {
	display: inline;
	color:#C8A05B;
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 11px;
	font-weight: regular;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom: none;
}

ul#navigation_ganzunten li a {
	padding:10px 10px;
	color:#777777;
	text-shadow:none;
	text-decoration:none;
	display:inline-block;
	border-right:none;
	border-left:none;
	border-top:none;
	background:none;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation_ganzunten li a:hover {
	background:#C8A05B;
	color:#2a1300;
}

ul#navigation_ganzunten li:hover > a {
	background:#C8A05B;
	color:#2a1300;
}



ul.list-unstyled.list-inline>li {
	margin-right: 0;
}
ul.list-unstyled .dropdown-toggle::after {
	border:0;
}


/* SEARCH BY MAKE */

#container_sclass_01 {
	width:100%;
	padding-bottom: 8px;
	display:-webkit-flex;
	display:flex;
	}
#container_sclass_02 {
	width:100%;
	padding-bottom: 30px;
	display:-webkit-flex;
	display:flex;
	}
#container_sclass_03 {
	width:100%;
	padding-bottom: 30px;
	display:-webkit-flex;
	display:flex;
	}
	
#box_sclass_01 {
	width:80px;
	background:#C8A05B;
	padding: 5px 0px 5px 0px;
	display:-webkit-flex;
	display:flex;
	}
#box_sclass_02 {
	width:80%;
	background:#FAF3E0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	display:-webkit-flex;
	display:flex;
	}
#box_sclass_03 {
	width:100%;
	background: none;
	display:-webkit-flex;
	display:flex;
	padding-bottom: 30px;
	}
#box_sclass_04 {
	width:100%;
	background: none;
	display:-webkit-flex;
	display:flex;
	}
	
#search_make {
	font-family: "fjallaoneregular", serif;
	font-size: 16px;
	font-weight: 100;
	color:#C8A05B;
	padding: 11px 0px 0px 10px;
}
	
#search_make a {
	color: #C8A05B;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	text-shadow:none;
	text-decoration:none;
	border-right:none;
	border-left:none;
	border-top:none;
	background:none;
}
#search_make a:hover {
	color: #000000;
	underline: none;
}

	

/* HEADER */

#container_header_00 {
	width:100%;
	display:-webkit-flex;
	display:flex;
	}
#container_header_01 {
	background:#ffffff;
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	border-bottom: 1px solid #e5e5e5;
	background-image: url("http://www.marathonrally.com/mde/gfx/background/dotter.png");
	}
#container_header_02 {
	background:#692E02;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_back_1.jpg");
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	border-bottom: 1px solid #E9D090;
	}
#container_header_03 {
	background:#692E02;
	width:100%;
	display:-webkit-flex;
	display:flex;
	border-bottom: 1px solid #2A1300;
	z-index: 99999;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_back_2.jpg");
	}
	
	
#box_header_01 {
	width:3%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_02 {
	width:94%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_03 {
	width:3%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_04 {
	width: 70%;
	float:left;
	text-align: left;
	z-index: 9999;
	}
#box_header_05 {
	width: 30%;
	float_left;
	text-align: right;
	padding-top: 10px;
	z-index: 9999;
	}
#box_header_06 {
	background-repeat:no-repeat;
	padding: 25px 0px 0px 0px;
	float:left;
	width:30%;
	}
#box_header_07 {
	padding: 12px 0px 10px 0px;
	text-align: right;
	width:70%;
	}
#box_header_08 {
	width:3%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_09 {
	padding: 8px 0px 0px 0px;
	float:left;
	width:22%;
	z-index: 999;
}
#box_header_10 {
	width:78%;
	z-index: 999;
}
#box_header_11 {
	width:3%;
	display:-webkit-flex;
	display:flex;
	}
	
	
/* NAVIGATION HEADER 1 */

#navtop {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 9999;
}

ul#navigation {
	margin: 0px auto;
	position: relative;
	float: left;
	border-left: none;
	border-right: 1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	z-index: 999999;
}

ul#navigation li {
	display: inline;
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: regular;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom: none;
	z-index: 999999;
}

ul#navigation li a {
	padding: 10px 10px;
	color:#777777;
	text-shadow:none;
	text-decoration:none;
	display:inline-block;
	border-right:1px solid #e5e5e5;
	border-left:none;
	border-top:none;
	background:none;
	z-index: 999999;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background:#F4E8CA;
	color:#ffffff;
	z-index: 999999;
}

ul#navigation li:hover > a {
	background:#C8A05B;
	color:#ffffff;
	z-index: 999999;
}


/* DROP DOWN NAVIGATION */


ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;    
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:180px;
	background:#FFFFFF;
	box-shadow:1px 1px 6px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
	top: 45px;
	left: 0px;
}

ul#navigation ul li ul {
	top: 0;
	left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-shadow:0px 0px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:180px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li a.flag-lang {
	float:left;
	margin-top:3px;
	margin-right:6px;
}


#navtop2 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	float: left;
	z-index: 99999;
}

ul#navigation2 {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	border-left: none;
	z-index: 99999;
}

ul#navigation2 li {
	display: inline;
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: regular;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom: none;
}

ul#navigation2 li a {
	padding:8px 10px;
	color:#e5e5e5;
	text-shadow:none;
	text-decoration:none;
	display:inline-block;
	border-left:none;
	border-top:none;
	background:#none;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation2 li a:hover {
	background:#C8A05B;
	color:#ffffff;
}

ul#navigation2 li:hover > a {
	background:#C8A05B;
	color:#ffffff;
}


/* DROP DOWN NAVIGATION */


ul#navigation2 li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation2 ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;    
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:180px;
	background:#FFFFFF;
	box-shadow:1px 1px 6px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation2 ul {
	top: 39px;
	left: 0px;
}

ul#navigation2 ul li ul {
	top: 0;
	left: 180px;
}

ul#navigation2 ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #E5E5E5;
}

ul#navigation2 ul li a {
	background:none;
	padding:7px 15px;
	color:#692E02;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:180px;
}

ul#navigation2 li a.first {
	border-left: 0 none;
}

ul#navigation2 li a.last {
	border-right: 0 none;
}



/* NAVIGATION HEADER 2 NEWS INLAY */


#navtop3 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	float: left;
	z-index: 99999;
}

ul#navigation3 {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	border-left: none;
	z-index: 99999;
}

ul#navigation3 li {
	display: inline;
	font-family: 'open_sansregular', helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	font-weight: regular;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	border-top: none;
	border-bottom: none;
}

ul#navigation3 li a {
	padding:8px 10px;
	color:#e5e5e5;
	text-shadow:none;
	text-decoration:none;
	display:inline-block;
	border-left:none;
	border-top:none;
	background:#none;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation3 li a:hover {
	background:#ffffff;
	color:#692E02;
}

ul#navigation3 li:hover > a {
	background:#ffffff;
	color:#692E02;
}


/* DROP DOWN NAVIGATION */


ul#navigation3 li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation3 ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;    
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:180px;
	background:#C8A05B;
	box-shadow:1px 1px 6px #ccc;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation3 ul {
	top: 39px;
	left: 0px;
}

ul#navigation3 ul li ul {
	top: 0;
	left: 180px;
}

ul#navigation3 ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #E5E5E5;
}

ul#navigation3 ul li a {
	background:none;
	padding:7px 15px;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:180px;
}

ul#navigation3 li a.first {
	border-left: 0 none;
}

ul#navigation3 li a.last {
	border-right: 0 none;
}



/* SOCIAL ICON´*/

.social-icon-h {
	margin: 0px 5px 0px 0;
	width: 25px;
	height: 25px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
	border-color: transparent; 
	overflow: hidden;
	display:inline-block;
	text-decoration:none !important;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	letter-spacing: 0em !important;
	background-color: #ffffff;
	color: #C8A05B !important; 

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	.social-icon-h:hover>i {
	color:#ffffff;
	}
.social-icon-h i {
	display: block;
	position: relative;
	width: 25px;
	height: 40px;
	margin-top: 1px;
	margin-left: -1px;
	font-size: 14px;
}

.social-icon-h:hover i:first-child { 
	margin-top: -38px; 
}
.social-icon-h:hover i:last-child { 
	margin-top: -1px;
}

@media only screen and (min-width: 768px) {
.social-icon-h {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
.social-icon-h i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}
}

a.social-icon-h.social-icon-border {
	background-color:transparent;
	border:#969696 1px solid;
	color:#C8A05B !important;
	text-shadow:none;
	}
a.social-icon-h.social-icon-border:hover {
	border-color:transparent;
	}
a.social-icon-h.social-icon-border:hover>i {
	color:#fff !important;
	}
section.dark a.social-icon-h.social-icon-border {
	color:#fff !important;
	}
section.dark a.social-icon-h.social-icon-border:hover>i {
	color:#111 !important;
}


/* NEWS INLAY HEADLINE */

#container_newstopp_00 {
	width: 100%;
	height: 220px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 60% 50%;
	background-size: 120%;
	border-bottom: 1px solid #E9D090;
	-webkit-filter: sepia(80%);
	filter: sepia(80%);
	}
#box_newstopp_00 {
	position: absolute;
	width: 94%;
	height: auto;
	bottom: 0;
	left: 3%;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_news_w.png");
	margin-top: 0px;
	margin-bottom: -1px;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0 -15px 15px -15px #2a2a2a;
}
.newstopp .text h2 {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp .text h2 span {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp .text a {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #C8A05B;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp .text h2 a:hover {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
}


/* NEWS INLAY HEADLINE */

#container_newstopp_01 {
	background-image: url("http://www.marathonrally.com/mde/gfx/header/back_overview.jpg");
	width: 100%;
	height: 220px;
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 1% 54%;
	background-size: 120%;
	border-bottom: 1px solid #E9D090;
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
	}
#box_newstopp_01 {
	position: absolute;
	width: 94%;
	height: auto;
	bottom: 0;
	left: 3%;
	background-image: url("http://www.marathonrally.com/mde/gfx/header/header_news_n.png");
	margin-top: 0px;
	margin-bottom: -1px;
	border-radius: 30px 30px 0px 0px;
	box-shadow: 0 -15px 15px -15px #2a2a2a;
}
.newstopp2 .text h2 {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp2 .text h2 span {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp2 .text a {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #692E02;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
	}
.newstopp2 .text h2 a:hover {
	font-family: 'fjallaoneregular';
	text-align: left;
	color: #C8A05B;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 0px 0px 7px;
}


/* VIDEO RESPONSIVE */

.mrvideo-box 
	{
	background-color: none;
	text-align: center;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: 3520px;
	height: auto;
	}

.mrvideo-box video 
	{
	width: 100%;
	height: auto;
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000000;
	}

.mrvideo-nosupport
	{
	color: #FFFFFF;
	padding-top: 110px;
	padding-bottom: 110px;
	}




/* COOKIE IM HEADER */

.cc_container .cc_btn {
	background-color: #e4e4e4 !important; /* Farbe des Buttons */
	color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_message {
	background: #692E02 !important; /* Hintergrundfarbe des gesamten Bereichs */
	font-family: 'fjallaoneregular';
	text-align: left;
	font-size: 12px;
	font-weight: 300;
	color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container {
	background: #692E02 !important; /* Hintergrundfarbe des gesamten Bereichs */
	font-family: 'fjallaoneregular';
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
	color: #C8A05B !important; /* Textlink-Farbe "Mehr Infos" */
	font-family: 'fjallaoneregular';
	text-align: left;
	font-size: 18px;
	font-weight: 300;
}


/* HEADER RESPONSIVE */

@media (max-width: 1000px) {
#container_header_01 {
	background:#692E02;
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	border-bottom: 1px solid #E9D090;
	}
#container_header_02 {
	display: none !important;
	}
#container_header_03 {
	display: none !important;
	}
#box_header_01 {
	width:0%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_02 {
	width:100%;
	display:-webkit-flex;
	display:flex;
	border-bottom: none;
	}
#box_header_03 {
	width:0%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_04 {
	display: none !important;
	}
#box_header_05 {
	width: 100%;
	float_left;
	text-align: center;
	padding-top: 7px;
	z-index: 9999;
	}
#box_header_06 {
	background-repeat:no-repeat;
	padding: 14px 0px 11px 0px;
	text-align: center;
	width:100%;
	}
#box_header_07 {
	display: none !important;
	}
}




@media all and (min-width: 50px) and (max-width: 1000px){
#container_header_KN01 {
	background:#692E02;
	background-image: url("http://www.marathonrally.com/men/gfx/main/back_main.jpg");
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #E9D090;
	}
#container_header_KN02 {
	background:#5C2C01;
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #E9D090;
	}
#container_header_KN03 {
	background:#2A1300;
	width:100%;
	display:-webkit-flex;
	display:flex;
	z-index: 999;
	border-bottom: 1px solid #E9D090;
	}
#box_header_KN01 {
	width:90%;
	display:-webkit-flex;
	display:flex;
	text-align: center;
	}
#box_header_KN02 {
	width:5%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_KN03 {
	width:10%;
	display:-webkit-flex;
	display:flex;
	text-align: center;
	}
#box_header_KN04 {
	width:80%;
	display:-webkit-flex;
	display:flex;
	}
#box_header_KN05 {
	width:100%;
	padding: 0px 0px 0px 0px;
	display:-webkit-flex;
	display:flex;
	}
}

@media all and (min-width: 1001px) and (max-width: 5000px){
#container_header_KN01 {
	display: none !important;
	}
#container_header_KN02 {
	display: none !important;
	}
#container_header_KN03 {
	display: none !important;
	}
#box_header_KN01 {
	display: none !important;
	}
#box_header_KN02 {
	display: none !important;
	}
#box_header_KN03 {
	display: none !important;
	}
#box_header_KN04 {
	display: none !important;
	}
}

.navi_response_N {
	font-family: 'titillium-semibold', helvetica, arial, tahoma, sans-serif;
	font-size: 20px;
	font-weight: regular;
	float: left;
	position: relative;
	border-top: none;
	border-bottom: none;
	}
	
	
@media all and (min-width: 1799px) and (max-width: 5000px){
.news .thumbnail2 .photo {
	width: 700px;
	height: 300px;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #C8A05B;
	box-shadow: 0px 0px 10px #A7A7A7;
	z-index: 999;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	}
.news .thumbnail2 .caption h3 a {
	font-family: 'fjallaoneregular';
	font-weight: 300;
	font-size: 35px;
	color: #B68F4D;
	}
.news .thumbnail2 .caption h4 {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #909090;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	}
p {
	font-family: 'open_sansregular';
	font-size: 18px;
	line-height: 26px;
	}
.news .thumbnail_news .caption {
	padding: 0px 0px 0px 0px;
	margin-top: 16px;
	margin-bottom: 30px;
	}
.news .thumbnail_news .caption p {
	font-family: 'open_sansregular', tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	}
.news .thumbnail-n1 .caption h3 {
	font-family: 'andadaregular';
	font-weight: 100;
	font-size: 55px;
	color: #2A1300;
	line-height: 60px;
	padding-left: 15px;
	}
}







