﻿
/* roboto-slab-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/RobotoSlab/roboto-slab-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fonts/RobotoSlab/roboto-slab-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../../../fonts/SourceSans3/source-sans-3-v9-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/SourceSans3/source-sans-3-v9-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../../../fonts/SourceSans3/source-sans-3-v9-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../../../fonts/SourceSans3/source-sans-3-v9-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html  
{
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	background-color: #fff;
}

/* Used for the ModernUI IE to work in responsive mode */
@-ms-viewport {
	width: device-width;
}

img, embed, object, video { max-width: 100%;  height:auto !important;}
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }
.ie7 img, .ie7 embed, .ie7 object, .ie7 video { width: 100%;  max-width: inherit;}
.ie8 img, .ie8 embed, .ie8 object, .ie8 video { width: 100%;  max-width: inherit; }

a:focus {
	outline: none;
}

#preContent
{
	display: none;
}

/* ckEditor LayoutManager */
.container-fluid div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9
{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 0;
	float: left;
}

.col-lg-12 {
	width: 100%
}

.col-lg-11 {
	width: 91.66666667%
}

.col-lg-10 {
	width: 83.33333333%
}

.col-lg-9 {
	width: 75%
}

.col-lg-8 {
	width: 66.66666667%
}

.col-lg-7 {
	width: 58.33333333%
}

.col-lg-6 {
	width: 50%
}

.col-lg-5 {
	width: 41.66666667%
}

.col-lg-4 {
	width: 33.33333333%
}

.col-lg-3 {
	width: 25%
}

.col-lg-2 {
	width: 16.66666667%
}

.col-lg-1 {
	width: 8.33333333%
}

@media screen and (max-width: 700px)
{
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: none;
		width: 100%;
	}
}

p + .layoutmanager
{
    margin-top: -15px;
}

/* END ckEditor LayoutManager */

body {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 300;
    color: #000;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

h1 {
    font-size: 38px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
}

h4,h5,h6 {
    font-size: 18px;
}
  
p
{
	margin: 0;
	padding: 0 0 17px 0;
}

p:last-child
{
	margin: 0;
	padding: 0;
}
	
ul { list-style-type: disc; margin-left: 1.618em; margin-top: 0.6em;margin-bottom: 0.9em;}
ol { list-style-type: decimal; margin-left: 1.618em; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0;}

b, strong { font-weight: 700; }
i, em { font-style: italic; }
small { font-size: 80%; }

a, a:visited {
    outline: none;
    color: #E1000B;
    text-decoration: none;
}  
a:hover { outline: none; text-decoration:underline; color:#E1000B; }  
a:active, a:focus { outline: none; }

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
}

hr
{
	border-bottom: 0 none;
	border-top: 1px dotted #C6BCB1;
	border-left: none;
	border-right: none;
	height: 1px;
	margin: 20px 0 20px 0;
}

table p
{
	margin: 0;
	padding: 0;
}


.hide {display:none;}


/* Buttons*/

.button {
    background-color: #E1000B;
    border-radius: 4px;
    padding: 6px 12px;
    color: #E5E5E5;
    text-decoration: none;
    border: none;
    display: inline-block;
    font-weight: 400;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
}

.button:visited
{
	text-decoration: none;
	color: #E5E5E5;
}

.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0074E8;
}

#rightColumns .SideContentContainer .button {
    background-color: #fff;
    color: #404040;
    margin-bottom: 7px;
}

#rightColumns .SideContentContainer .button:visited {
    color: #404040;
}

#rightColumns .SideContentContainer .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0074E8;
}

#rightColumns .SideContentContainer .svg-inline--fa {
    font-size: 25px;
}

/* button used for newsletter */
#newsletterForm button {
    background-color: #E1000B !important;
}

#newsletterForm button:hover {
    background-color: #0074E8 !important;
}

#newsletterForm label{
    margin-left: 5px;
}

/* Main site */
#mainForm {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

#container 
{
	position: relative;
	background-color: #fff;
    margin: 0 0 20px 0;
}

#outerContainer
{
	display: none;
}

#header {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 15px 0;
}

.home #header {
    padding: 0;
}


#headerContentIntro
{
    position: absolute;
    right: 33px;
    top: 25px;
}

#headerContentIntro .fa-facebook {
    font-size: 23px;
}

#headerContentIntro .svg-inline--fa {
    vertical-align: text-bottom;
}

#topContent a {
    color: #000;
    text-decoration: none;
}

#topContent a:hover {
    text-decoration: none;
    color: #E1000B;
}

#topContent a[href^="tel:"] {
    color: #000;
    text-decoration: none;
    cursor: default;
}

#navigationLogo {
    margin: 0 0 0 45px;
    z-index: 98;
    height: 25px;
    width: 220px;
}

.home #navigationLogo {
    display: none;
}

#siteLogo > a {
    background: url('../../layout/images/logo_small.png') 0 0 no-repeat;
    height: 25px;
    width: 217px;
    display: block;
    text-indent: -9000px;
}

.home #navigationLogo2 {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    right: inherit;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 111px;
    width: 489px;
    z-index: 9950;
}

.home #siteLogo2 > a {
    background: url('../../layout/images/logo.png') 0 0 no-repeat;
    height: 111px;
    width: 489px;
    display: block;
    text-indent: -9000px;
}

#navigationWrapper
{
    position: relative;
}

.home #navigationWrapper,
#navigationWrapper.fixed {
    margin: 0 auto;
    position: fixed;
    width: 100%;
    max-width: 1920px;
    top: 0;
    z-index: 9951;
}

#contentIntroWrap.fixed {
    margin-top: 47px;
}

.home #contentIntroWrap {
    margin-top: 51px;
}

#navigationMain {
    background-color: #000;
}

#warrantyContainer {
    position: absolute;
    top: 0;
    right: 30px;
    background: url('../../layout/images/25years.png') 0 0 no-repeat;
    height: 173px;
    width: 83px;
    z-index: 981;
}


.hideNavigation {
    display: inherit;
}

#menu-icon {
    display: none;
}

#main-menu {
    border: none;
    top: 0;
}

#slideHeaderIntroWrap {
    position: relative;
    overflow: hidden;
}

#contentTop {display: none;}

#breadcrumbs
{
	margin: 0;
	font-size: 13px;
}

.breadcrumbPreText
{
	margin-right: 10px;
}

.breadcrumbDelimiter
{
	height: 13px;
	width: 5px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
	margin: 0 2px 0 14px;
}

.breadcrumbDelimiter:before,
.breadcrumbDelimiter:after {
	position: absolute;
	width: 2px;
	height: 50%;
	background: #E1000B;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.breadcrumbDelimiter:before
{
	right: 25%;
	-webkit-transform: translateX(-50%) rotate(-140deg);
	transform: translateX(-50%) rotate(-140deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.breadcrumbDelimiter:after
{
	right: 25%;
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-220deg);
	transform: translateX(-50%) rotate(-220deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#innerContainer {
    clear: both;
}

#wrap {
    max-width: 1130px;
    margin: 0 auto;
    padding: 25px 35px 50px 35px;
}

#navigationSubBottom{
	display: none;
}

#navigationSubMain a {
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#navigationSub
{
	margin-bottom: 30px;
}

#navigationSub a {
	text-decoration: none;
}

#navigationSub a.current {
	font-weight: bold;
}

#navigationSub {
	margin-bottom: 30px;
}


/*** Content ***/


#rightColumns {
    position: fixed;
    right: 0;
    bottom: 300px;
    width: 245px;
    color: #fff;
    font-size: 16px
}

#rightColumns a{
    color: #fff;
}

#rightColumns a:hover{
    text-decoration: underline;
}

#rightColumns h1,
#rightColumns h2
{
    font-size: 17px;
    color: #fff;
    text-transform: none;
}

.bottomVisible #rightColumns {
    position: absolute;
    bottom: 300px;
    right: 0;
}

#content {
    position: relative;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 600px;
}

#content.noRightSideContent
{
	margin-right: 0;
	border-right: none;
}

#content img
{
	margin: 5px 15px 0 0;
}

.SideContentImageContainer {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    padding: 5px;
}

.SideContentImage {
    border-radius: 50%;
    background: url('../../layout/images/kontakt/fritz_leibundgut.jpg') 0 0 no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}

.SideContent {
    position: relative;
    top: 75px;
    background-color: #E1000B;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 30px 15px 30px 15px;
    z-index: 5;
}

/*-------------- Footer-Navigation -------------------------------------------------*/
#footer {
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

#contentFooter {
    background: url('../../layout/images/footer.jpg') 0 0 repeat-y;
    padding: 60px 0 0 45px;
}

#contentFooter a:hover {
    color: #E1000B;
    text-decoration: none;
}

#contentFooter a,
#contentFooter a[href^="tel:"] {
    color: #fff;
}

#contentFooter a[href^="tel:"]:hover {
    color: #fff;
}

#contentFooter h1, 
#contentFooter h2,
#contentFooter h3 {
    color: #fff;
}

#contentFooter .col-lg-4 {
    max-width: 150px;
}

#contentFooter .col-lg-6 {
    padding-right: 60px;
    padding-bottom: 30px;
}

/* Foter Mainnavigation distributed horizontaly */

#mainNavFooter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #000;
    padding: 45px 45px 20px 45px;
}

#mainNavFooter ul {
    margin: 0 0 18px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}

#mainNavFooter li {
    margin: 0;
    padding: 0;
}

#mainNavFooter a {
    color: #8e8e8e;
}

#mainNavFooter a:hover {
    color: #fff;
    text-decoration: none;
}

.footerMainNavContainer li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 240px;
    line-height: 1.1;
}

.footerMainNavContainer li:first-child {
    font-weight: 700;
    font-size: 16px;
}

.footerMainNavContainer1 {
    display: none;
}

.footerMainNavContainer.footerMainNavContainerMan li {
    font-weight: 700;
    font-size: 16px;
}

/* ------------  scroll-to-top  ----------------------- */	

.scroll-to-top 
{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9675309;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-to-top::before,
.scroll-to-top::after {
	position: absolute;
	height: 50%;
	width: 3px;
	background: #E1000B;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.scroll-to-top:hover::before,
.scroll-to-top:hover::after {
	width: 5px;
}

.scroll-to-top::before
{
	left: 25%;
	-webkit-transform: translateX(-50%) rotate(30deg);
	transform: translateX(-50%) rotate(30deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.scroll-to-top::after
{
	left: 25%;
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-30deg);
	transform: translateX(-50%) rotate(-30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.scroll-to-top .svg-inline--fa {
    display: none;
}

.scroll-to-top .fa-angle-up {
    display: none;
}

#newsletterForm iframe {
    min-height: 705px;
}

@media screen and (max-width: 1700px) {
    #content {
        margin-right: 120px;
    }

    #content.noRightSideContent {
        margin-right: 0;
    }
}

@media screen and (max-width: 1600px) {
    .home #navigationLogo2 {
        top: 30%;
    }
}

@media screen and (max-width: 1400px) {

    #content {
        margin-right: 200px;
    }

    #content.noRightSideContent {
        margin-right: 0;
    }

    .footerMainNavContainer li a {
        max-width: 190px;
    }
}

@media screen and (max-width: 1280px) {

    #content {
        margin-right: 250px;
    }

    #content.noRightSideContent {
        margin-right: 0;
    }
}

@media screen and (max-width: 1250px) {

    #navigationLogo {
        margin-left: 35px;
    }

    #headerContentIntro {
        right: 25px;
    }

    #contentFooter {
        padding: 60px 0 0 35px;
    }

    #mainNavFooter {
        margin-bottom: 0;
    }

    #warrantyContainer {
        right: 20px;
    }

    #mainNavFooter {
        padding: 45px 35px 20px 35px;
    }

    .footerMainNavContainer li a {
        max-width: 160px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        background-color: #fff;
    }
}


@media screen and (max-width: 1024px)
{
    .footerMainNavContainer {
        margin-right: 25px;
    }

    .footerMainNavContainer li a {
        max-width: 150px;
    }

    #mainNavFooter {
        padding: 45px 20px 20px 45px;
    }
}

@media screen and (max-width: 1023px) {

    #warrantyContainer {
        display: none;
    }

    #header {
        background: none;
        height: 35px;
    }

        #header,
        #header.fixed {
            position: fixed;
            top: 0;
            z-index: 9999;
        }

    .home #header {
        padding: 20px 0 15px 0;
    }

    #contentIntroWrap {
        margin-top: 70px;
    }

    #navigationLogo {
        margin-left: 25px;
        position: relative;
        z-index: 9955;
        width: 330px;
    }

    .home #navigationLogo {
        display: none;
    }

    .home #header.fixed #navigationLogo {
        display: inherit;
    }

    #contentIntroWrap.fixed #navigationLogo2 {
        display: none;
    }

    #navigationWrapper {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9951;
    }

    #navigationWrapper {
        background-color: #fff;
        height: 70px;
    }

        #navigationWrapper.fixed {
            background-color: #fff;
            height: 70px;
            border-bottom: 1px solid #000;
        }

    #navigationMain {
        background: none;
    }

    #main-menu {
        position: relative;
        z-index: 9999;
        top: 70px;
        border-top: 2px solid #E1000B;
    }

    #menuIconWrapper {
        float: right;
        -ms-touch-action: none;
        right: 0;
    }

    #menu-icon {
        float: right;
        display: block;
        text-decoration: none;
        position: relative;
        height: 28px;
        width: 30px;
        margin: 15px 30px 0 0;
        font-size: 35px;
    }

    #menu-icon .svg-inline--fa {
        font-size: 40px;
        color: #000;
    }

    #main-menu.hideNavigation {
        display: none;
    }

    .showNavigation {
        display: inherit;
    }

    #rightColumns {
        display: none;
    }

    #content {
        margin-right: 0;
    }

        #content.noRightSideContent {
            margin-right: 0;
        }

    #leftColumns.columnNonFloating,
    #rightColumns.columnNonFloating {
        padding: 0 15px 0 25px;
    }

    #leftColumns #SideContentContent:first-child {
        border-top: 1px dotted #c6bcb1;
        margin-top: 30px;
        padding-top: 20px;
    }

    #headerContentIntro {
        display: none;
    }

    #mainNavFooter {
        padding: 45px 0 0 25px;
    }

    #contentFooter {
        padding: 60px 25px 45px 25px;
    }

        #contentFooter .col-lg-6 {
            float: none;
            width: 100%;
            padding-right: 0;
        }

    #mainNavFooter {
        flex-flow: row wrap;
        align-content: space-between;
        justify-content: space-between;
    }

    .footerMainNavContainer {
        width: 180px;
        margin-bottom: 20px;
    }

        .footerMainNavContainer li a {
            max-width: 180px;
        }
}

@media screen and (max-width: 600px) {

    .home #navigationLogo {
        display: inherit;
    }

    .home #navigationLogo2 {
        display: none;
    }

    #navigationLogo {
        width: 200px;
    }

    #siteLogo > a {
        background-size: 100%;
        width: 180px;
    }

    #content {
        min-height: 0;
    }


    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4, h5, h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {

	#content img
	{ 
		float: none !important;
	}

    #mainNavFooter {
        display: block;
        width: inherit;
        overflow: hidden;
    }

    .footerMainNavContainer {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footerMainNavContainer li a {
        max-width: 100%;
    }

    #mainNavFooter ul {
        margin: 0 0 30px 0;
    }
}

