@import url(reset.css);

/*  - - - - - - - - - - - - - - -
		GLOBAL
	- - - - - - - - - - - - - - -  */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* needed for container min-height */
    background-color: #e5e5e5;
}

body {
    width: 100%;
    font: normal 13px/20px Arial, Helvetica, sans-serif;
    /* normalize font size across browsers */
    color: #666;
    text-align: left;
}

#wrapper {
    position: relative;
    /* needed for footer positioning*/
    width: 100%;
    min-height: 100%;
    /* real browsers */
    background: url(../img/bg_global.png) repeat-x top;
}

#wrapper.radposition {
    background: url(../img/bg_global_orange.png) repeat-x top;
}

#header {
    height: 100px;
    background-color: #111;
    border-bottom: 1px solid #F4F4F4;
}

#main {
    min-height: 250px;
    padding-bottom: 170px;
    /* padding-bottom = height of the footer + space */
}

#footer {
    bottom: 0;
    /* stick to bottom */
    width: 100%;
    height: 120px;
    /* height of the footer */
    font: GillSansMTRegular, Arial, Helvetica, sans-serif;
    color: #FFF;
    background-color: #000;
}

#footer .row {
    padding: 0 10px 0 10px;
}

.innerWrapper {
    position: relative;
    width: 940px;
    margin: 0 auto 0 auto;
    padding: 0 20px 0 20px;
}

#main .innerWrapper {
    background: url(../img/bg_shine.png) no-repeat;
    padding-top: 35px;
}

.radposition #main .innerWrapper {
    background: url(../img/bg_shine_radp.png) no-repeat;
    padding-top: 35px;
}

hr {
    border: none;
    border-bottom: 1px dotted #b1b1b1;
    margin-bottom: 12px;
}

.space {
    height: 10px;
}

.startBottom .middleBox {
    display: none;
}

.startBottom .leftBox {
    width: 620px;
}

.startBottom .leftBox img {
    max-width: 300px;
}

.startBottom .leftBox p {
    margin-bottom: 50px !important;
}


/*  - - - - - - - - - - - - - - -
		HEADER
	- - - - - - - - - - - - - - -  */

#logo {
    width: 213px;
    height: 57px;
    padding: 0;
    margin: 22px 0 0 0;
    float: left;
    z-index: 10;
}

#social {
    position: absolute;
    padding-top: 40px;
    margin-left: 352px;
    z-index: 1;
}

#menu {
    padding: 0;
    margin: 50px 0 0 0;
    font: 17px GillSansMTRegular, Arial, Helvetica, sans-serif;
    float: right;
}

#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu a {
    display: block;
    margin: 0 0 0 30px;
    padding: 0 0 0 12px;
    color: #FFF;
    text-transform: uppercase;
}

#menu a:hover,
#menu .selected a,
#menu .ancestor a {
    background: url(../img/arrow_menu.png) no-repeat left center;
    text-decoration: none;
}

#menu li ul li {
    width: 290px;
}

#menu li ul li a {
    display: block;
    width: 132px;
    height: auto;
    margin: 0;
    padding: 3px 0 5px 8px;
    color: #9a9ea2;
    font-size: 13px;
    font-weight: bold;
    background-image: none;
    background-color: #FFFFFF;
    line-height: normal;
    float: none;
}

#menu li ul li.descendant a,
#menu li ul li.sibling a,
#menu li ul li ul li.descendant a,
#menu li ul li ul li.sibling a {
    color: #9a9ea2;
    background-image: none;
}

#menu li ul li.descendant a:hover,
#menu li.ancestor ul li a:hover,
#menu li ul li.sibling a:hover,
#menu li ul li.selected a,
#menu li ul li ul li.descendant a:hover {
    color: #269600;
    background-image: none;
    background-color: #FFF;
}

#menu li.ancestor ul li a {
    color: #9a9ea2;
    background-image: none;
}

#menu li ul li.ancestor a {
    color: #269600;
    background-image: none;
}

#menu li ul li ul {
    position: relative;
    top: -38px;
    width: 150px;
    float: right;
}

#menu li ul li ul li {
    width: 150px;
    background-color: #FFF;
}

#slogan {
    position: relative;
    width: 380px;
    height: 90px;
    margin: 54px 60px 0 0;
    font: 24px GillSansMTBoldItalic, Arial, Helvetica, sans-serif;
    color: #FFF;
    float: right;
}

.openQuote {
    position: relative;
    top: -85px;
    left: -25px;
    width: 18px;
    height: 14px;
    background: url(../img/openQuote.png) no-repeat;
    float: left;
}

.closeQuote {
    position: relative;
    bottom: 5px;
    width: 18px;
    height: 14px;
    background: url(../img/closeQuote.png) no-repeat;
    float: right;
}


/*  - - - - - - - - - - - - - - -
		MAIN
	- - - - - - - - - - - - - - -  */

#content {
    padding: 28px 0 20px 0;
    margin: 0;
    width: 635px;
    min-height: 150px;
    float: left;
}

.box {
    position: relative;
    background-color: #FFF;
    padding: 10px;
    margin: 10px;
}

.img-thumbnail {
    padding-left: 15% !important;
    padding-right: 15% !important;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}

figcaption {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 12px 20px 12px 20px;
}

.status {
    margin: 3px 0 0 0 !important;
}

.shadow {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 115px;
    height: 9px;
    background: url(../img/box_shadow.png) no-repeat;
}

.mainBox {
    /*position: absolute;
	top: -245px; */
    width: 620px;
    float: left;
}

.mainBox img {
    max-width: 270px;
    max-height: 270px;
    margin: 0 10px 10px 20px;
    vertical-align: top;
}

.align-left,
.align-right {
    width: unset!important;
}

.mainBoxStart {
    padding: 10px;
}

.mainBoxStart img {
    width: 100%;
    position: relative;
    object-fit: scale-down;
}

.signet {
    background: none;
}

.rightBoxTop,
.rightBoxTop1 {
    width: 300px;
    min-height: 105px;
    margin: 0 0 20px 0;
    float: right;
}

.rightBoxTop1 {
    margin-top: 245px;
}

.startBottom {
    width: 940px;
    float: left;
}

.leftBox {
    min-height: 481px;
    padding: 10px;
}

.leftBox img {
    width: 100%;
    position: relative;
    padding: 10px;
}

.leftBox p {
    text-align: left;
}

.middleBox {
    width: 300px;
    min-height: 240px;
    margin-left: 20px;
    float: left;
}

.rightBox {
    width: 300px;
    min-height: 240px;
    margin-left: 20px;
    float: left;
}

.logo_diamant_xs {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.logo_maxcycles_xs {
    position: absolute;
    bottom: 25px;
    left: 225px;
}

.more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 32px;
    height: 33px;
    margin: 0;
    background: url(../img/arrow_more.png) no-repeat;
    float: none;
}

.rightBoxTop .more,
.rightBoxTop1 .more {
    bottom: 12px;
}

.more:hover {
    background: url(../img/arrow_more_over.png) no-repeat;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

img.left {
    float: right;
    margin: 0 20px 20px 15px;
}

.h60 img.left {
    float: left;
    margin: 0 20px 50px 0;
}

img.right {
    float: right;
    margin: 0 20px 20px 10px;
}

p img.left {
    float: left;
    margin-left: 0;
}

.h40,
.h60 {
    min-height: 40px;
}

.mainBox .google-map-container {
    height: 405px;
    margin: 15px 20px 15px 20px;
}

.box .google-map-container {
    height: 405px;
}


/*  - - - - - - - - - - - - - - -
		FOOTER
	- - - - - - - - - - - - - - -  */

#footer {
    margin: 20px 40px 0 0;
    font-size: 16px;
    float: center;
}

#footer a {
    margin-right: 10px;
}


/*  - - - - - - - - - - - - - - -
		TEXTS
	- - - - - - - - - - - - - - -  */

h1 {
    font: 28px GillSansMTRegular, Arial, Helvetica, sans-serif;
    color: #353535;
    margin: 0 0 12px 0;
    padding: 0;
}

.box h1 {
    height: 49px;
    line-height: 47px;
    padding-left: 20px;
    border-bottom: 1px solid #b1b1b1;
}

.mainBox h1,
.mainBoxStart h1 {
    padding-left: 20px;
    font-size: 36px;
    height: 59px;
    line-height: 57px;
}

.links h1 {
    margin: 0;
    height: 52px !important;
    line-height: 49px;
}

h1.noborder {
    border: none;
}

h1.monat {
    font: 22px GillSansMTRegular, Arial, Helvetica, sans-serif;
    height: 15px;
    line-height: 1px;
    border-bottom: 1px solid #b1b1b1;
}

h2,
h4,
h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

h2,
h4,
h5 {
    min-height: 27px;
    padding: 12px 20px 0 20px;
    overflow: visible;
}

.grey {
    color: #AAAAAA;
}

#content p {
    padding: 0 0 14px 0;
    margin: 0 15px 0 15px;
}

.mainBox h3,
.mainBoxStart h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0 20px 12px 20px;
}

.box p,
.box ul {
    line-height: 140%;
    margin: 0 20px 15px 20px;
}

.mainBox p {
    vertical-align: top;
}

.box ul {
    list-style: inside disc;
}

.date {
    margin: -10px 20px 0 20px !important;
    font: 30px Arial, Helvetica, sans-serif bold;
    color: #d17502;
}

p.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

p.reparaturLink {
    position: absolute;
    right: 20px;
    bottom: 17px;
    width: 250px;
    margin: 0 !important;
    padding: 0;
    text-align: right;
}

@font-face {
    font-family: 'GillSansMTBoldItalic';
    src: url('../fonts/gill_sans_mt_bold_italic-webfont.eot');
    src: local('?'), url('../fonts/gill_sans_mt_bold_italic-webfont.woff') format('woff'), url('../fonts/gill_sans_mt_bold_italic-webfont.ttf') format('truetype'), url('../fonts/gill_sans_mt_bold_italic-webfont.svg#webfontfZFa6ECi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTRegular';
    src: url('../fonts/gill_sans_mt-webfont.eot');
    src: local('?'), url('../fonts/gill_sans_mt-webfont.woff') format('woff'), url('../fonts/gill_sans_mt-webfont.ttf') format('truetype'), url('../fonts/gill_sans_mt-webfont.svg#webfontweGg88Fh') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTItalic';
    src: url('../fonts/gill_sans_mt_italic-webfont.eot');
    src: local('?'), url('../fonts/gill_sans_mt_italic-webfont.woff') format('woff'), url('../fonts/gill_sans_mt_italic-webfont.ttf') format('truetype'), url('../fonts/gill_sans_mt_italic-webfont.svg#webfontk9K48x7V') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansMTBold';
    src: url('../fonts/gill_sans_mt_bold-webfont.eot');
    src: local('?'), url('../fonts/gill_sans_mt_bold-webfont.woff') format('woff'), url('../fonts/gill_sans_mt_bold-webfont.ttf') format('truetype'), url('../fonts/gill_sans_mt_bold-webfont.svg#webfontjEEOt33J') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot');
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.cross {
    text-decoration: line-through;
}

.preis {
    font: 24px Arial, Helvetica, sans-serif;
    color: #d17502;
}


/*  - - - - - - - - - - - - - - -
		LINKS
	- - - - - - - - - - - - - - -  */

#content a {
    color: #d17502;
    font-weight: bold;
}

#content a:hover {
    color: #9a9ea2;
}

a {
    color: #d17502;
    text-decoration: none;
}

a:hover {
    color: #d17502;
    text-decoration: underline;
}

h1 a {
    color: #353535;
    text-decoration: none;
}

h1 a:hover {
    color: #d17502;
    text-decoration: none;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    color: #703a00;
    text-decoration: none;
}

h1 a {
    padding-left: 20px;
    background: url(../img/arrow_green.png) no-repeat left center;
}


/*  - - - - - - - - - - - - - - -
		PROGRESS
	- - - - - - - - - - - - - - -  */

#progress {
    position: relative;
    width: 600px;
    height: 360px;
    margin: 0 auto 0 auto;
    color: #FFF;
}

#progress img {
    position: absolute;
    bottom: 0;
}

.progressText {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 165px;
}

#progress h1 {
    color: #FFF;
}


/*  - - - - - - - - - - - - - - -
		REMAINING
	- - - - - - - - - - - - - - -  */

#headline {
    padding: 70px 0 0 0;
    margin: 0;
    width: 525px;
    float: left;
}

.nav-wrapper {
    padding: 0 20px 0 20px;
}

.material-icons {
    font-size: 52px!important;
    text-decoration: none;
}

.sidenav-trigger {
    right: 0px!important;
    top: 20px!important;
    position: absolute!important;
}

.sidenav-trigger:hover {
    text-decoration: none;
}

.sidenav a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .mainBox h1,
    .mainBoxStart h1 {
        font-size: 20px;
    }
    .mainBox p a,
    .mainBoxStart p a {
        word-wrap: break-word;
    }
    .col {
        float: none!important;
    }
    #social {
        display: none;
    }
}


/* TEAM PERSONAL */

#personal .box {
    text-align: center;
}

#personal .box h1,
#personal .box h3 {
    text-align: left;
}

#personal .box h2 {
    padding-top: 20px;
}

#personal .box p {
    padding-bottom: 50px;
}

#personal .plugin_picture img {
    width: 50%;
}

i {
    vertical-align: middle;
}