html {
    font-size: 14px;
}
@media only screen and (min-width: 900px) and (max-width: 1000px) {
    html{
		font-size: 14px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    html{
		font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    html{
		font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    html{
		font-size: 17px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    html{
		font-size: 18px;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 2000px) {
    html{
		font-size: 20px;
    }
}
@media only screen and (min-width: 2000px) and (max-width: 2200px) {
    html{
		font-size: 21px;
    }
}
@media only screen and (min-width: 2200px) and (max-width: 2400px) {
    html{
		font-size: 22px;
    }
}
@media only screen and (min-width: 2400px)  {
    html{
		font-size: 23px;
    }
}



html, button, input, select, textarea {
    color: #222;
}
html, button, input, select, textarea {
    font-family: 'Fira Sans', sans-serif; /*Roboto*/
}
body, html{
    padding:0;
    margin:0;
}
body{
    /*background-color: grey;*/
    margin: 0px auto;
    text-align: center;
    width: 62.85714285714rem;
    overflow-y: scroll;
}

h1, h2, h3{

    font-size: 2em;
    text-align: left;
    padding-left: 1.4286rem;
    padding-top: 2.5714rem;
    padding-bottom: 0.5714rem;
    margin-top: 0;
	margin-bottom: 0.7143rem;
    color: #777777;
    font-weight:lighter;
	
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
}

a{
	color: #1F91DA;
	text-decoration: none;
}
main{
    width: 100%;
    padding-top: 3.5714rem;
    display: block;
    position: relative;
}
html.product-details main {
	padding-top: 0px;
}
.sec-main{
    display: inline-block;
    width: 100%;
}
.sec-main h1 {
    display: inline-block;
    float: left;
    font-size: 1.5rem;
    width: 14.2857rem;
    text-align: left;
    padding-left: 1.4286rem;
    padding-top: 0px;
    padding-bottom: 0.7143rem;
    margin-top: 0;
    color: #777777;
    font-weight: lighter;
}
/*
.sec-main h1 {
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 200px;
    text-align: left;
    padding-left: 20px;
    padding-top: 19px;
    padding-bottom: 10px;
    margin-top: 0;
    color: #b1b1b1;
    font-weight: 600;
}*/

html.product-details .sec-desc h1 {
	text-transform: uppercase;
}
.sec-main-content{
    display: inline-block;
    float: left;
    padding-left: 1.4286rem;
}




.sec-sub{
    position: relative;
    display: inline-block;
    float: left;
    height: 10.5714rem;
    width: 8.4286rem;
}

.sec-sub h2{
    font-size: 1rem;
    position: absolute;
    bottom: 1.4286rem;
    color: grey;
    font-weight: normal;
	padding: 0;
}


/* PDF */
li.pdf,
h2.pdf{
    font-size: 0.7857rem;
}
li.pdf:before, 
h2.pdf:before {
    font-family: "FontAwesome";
    content: '\f1c1';
    color: #ff7c00;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
    line-height: 1em;
}
li.pdf:after,
h2.pdf:after {
    content: '(PDF)';
    color: #ff7c00;
    padding-left: 0.3em;
    font-size: 0.8em;
    line-height: 1em;
}

/* DOC */
li.doc,
h2.doc{
    font-size: 0.7857rem;
}
li.doc:before,
h2.doc:before{
    font-family: "FontAwesome";
    content: '\f0f6';
    color: #6ea0c7;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
	line-height: 1em;
}
li.doc:after,
h2.doc:after{
    content: '(DOC)';
    color: #6ea0c7;
    padding-left: 0.3em;
    font-size: 0.8em;
	line-height: 1em;
}


/* NOTE */
li.note,
h2.note{
    font-size: 0.7857rem;
}
li.note:before,
h2.note:before{
    font-family: "FontAwesome";
    content: '\f001';
    color: #6ea0c7;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
	line-height: 1em;
}

/* SONG */
li.song,
h2.song{
    font-size: 0.7857rem;
}
li.song:before,
h2.song:before{
    font-family: "FontAwesome";
    content: '\f152';
    color: #6ea0c7;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
	line-height: 1em;
}

/* MAIL */
li.mail,
h2.mail{
    font-size: 0.7857rem;
}
li.mail:before,
h2.mail:before{
    font-family: "FontAwesome";
    content: '\f003';
    color: #6ea0c7;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
	line-height: 1em;
}


/* PIC */
li.pic,
h2.pic{
    font-size: 0.7857rem;
}
li.pic:before,
h2.pic:before{
    font-family: "FontAwesome";
    content: '\f03e';
    color: #6ea0c7;
    font-size: 1.2em;
    padding-right: 0.3em;
    margin-left: 0em;
	line-height: 1em;
}



/* VIDEO */
li.vid,
h2.vid{
    font-size: 0.7857rem;
}
li.vid:before, 
h2.vid:before {
    font-family: "FontAwesome";
    content: '\f16a';
    color: #CB1611;
    font-size: 1.2em;
    padding-right: 0.25em;
    margin-left: -0.1em;
	line-height: 1em;
}
li.vid:after,
h2.vid:after {
    content: '(VIDEO)';
    color: #CB1611;
    padding-left: 0.3em;
    font-size: 0.8em;
	line-height: 1em;
}

/* VIDEO */
li.link,
h2.link{
    font-size: 0.7857rem;
	color: #1F91DA;
}
li.link:before, 
h2.link:before {
    font-family: "FontAwesome";
    content: '\f054';
    color: #1F91DA;
    font-size: 0.9em;
    padding-right: 0.55em;
    margin-left: 0.3em;
    line-height: 1em;
}
/*
li.link:after,
h2.link:after {
    content: '(Link)';
    color: #1F91DA;
    padding-left: 0.3em;
    font-size: 0.8em;
	line-height: 1em;
}*/



.sec-sub-img{
    width: 6.1429rem;
    height: 6.1429rem;
}
.sec-sub-img img{
    min-width: 6.1429rem;
    min-height: 6.1429rem;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 0px 1.4286rem #e8e8e8;
}













/* FOOTER */


footer{
    position: relative;
	float: left;
    display: block;
    width: 100%;
    border-top: solid;
    border-top-width: 0.5px;
    border-top-color: #dedede;
    margin-top: 3.5714rem;
}
footer ul{
    float: left;
    padding-left: 0px;
    color: #b7b7b7;
    padding-bottom: 2.8571rem;
}
footer ul li{
    display: inline-block;
    float: left;
    padding-right: 1rem;
}
footer ul li:after{
    content: " * ";
    font-size: 0.5714rem;
    padding-left: 0.7143rem;
}
footer ul li:last-child:after{
    content: "";
}

footer a{
    text-decoration: none;
    color: #c7c7c7;
    font-weight: 100;
}

.totop a {
    text-decoration: none;
    color: #c7c7c7;
    font-weight: 100;
    font-size: 0.8571rem;
}

.totop{
    position: absolute;
    right: 0px;
    top: 0.9286rem;
}


/* Mittlere VARIANTE */
@media only screen and (min-width: 20px) and (max-width: 920px) {
    body{
        width: 100%
    }
    main{
        padding-top: 0px;
    }
    .sec-main{
        padding-top: 2.8571rem;
    }
    .sec-main h1{
        display: block;
        width: 88%;
    }

    .sec-sub{

    }
	

    footer ul {
        padding-left: 1.4286rem;
        width: 87%;
    }

    .totop{
        right: 1.4286rem;
    }
}



/* KLEINSTE VARIANTE */

@media only screen and (min-width: 20px) and (max-width: 600px) {
    body {
    }
    main{
    }
    .sec-main{
    }

    .sec-sub{

    }
    .sec-main h1 {

    }

    footer ul li{
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 0.7143rem;
    }

    footer ul li:after{
        content: "";
    }
    .totop{
        right: 1.4286rem;
    }
}























/*

STARTPAGE

*/



body.home main{
    padding-top: 0.8571rem;
}

section.headline{
    position: relative;
}
.start-headline{
    overflow: hidden;
}

.start-headline img {
    width: 100%;
    height: auto;
    margin-bottom: -5.0714rem;
}

.start-headline ul {
    position: absolute;
    top: -1px;
    width: 30%;
    background-color: rgba(250, 246, 243, 0.75);
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 1.7857rem;
    font-size: 1.0714rem;
    font-weight: 700;
}

.start-headline ul li {
    display: block;
    float: left;
    padding-top: 1.5rem;
    padding-left: 0px;
    text-align: left;
    color: #585858;
    width:100%;
    font-weight: 100;
}
.start-headline ul li.company-title {
    font-size: 1.4em;
    font-weight: 400;
    color: black;
    padding-bottom: 0.6429rem;
}

.start-headline ul li.company-title i{
    padding-left: 0px;
    padding-right: 0.1429rem;
    color: #6064ff;
    font-weight: bold;
}

.start-headline ul{
    line-height: 90%;
}
.start-headline ul li::before{
    content: "• ";
    color: #b6b6b6;
}

.start-headline ul li.company-title::before{
    content: "";
}

.startpage-links{
    display: inline-block;
    padding-top:1.4286rem;
    padding-bottom:1.4286rem;
}
.startpage-links .to-produkte a{
    display: none;
    position: absolute;
    font-size: 1.2857rem;
    text-decoration: none;
    color: #585858;
    left: 1.7857rem;
}
.startpage-links .to-dealer a{
    position: absolute;
    font-size: 1.1429rem;
    text-decoration: none;
    color: #6064ff;
    right: 0.7857rem;
}




/* Mittlere VARIANTE */
@media only screen and (min-width: 20px) and (max-width: 920px) {
    .start-headline ul {
        width: 38%;
        padding-top: 0.4286rem;
        font-size: 1.0714rem;
    }
    .start-headline ul li {
        display: block;
        font-size: 1.1429rem;
    }

}


@media only screen and (min-width: 20px) and (max-width: 780px) {
    .start-headline ul li {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 20px) and (max-width: 740px) {
    .start-headline ul li {
        font-size: 0.8571rem;
    }
    .start-headline ul li.company-title {
        font-size: 1.1429rem;
    }
}


/* KLEINSTE VARIANTE */

@media only screen and (min-width: 20px) and (max-width: 600px) {

    body.home main {
        padding-top: 0px;
        display: inline-block;
        padding-bottom: 0px;
    }
    .start-headline{
        overflow: inherit;
    }
    .start-headline img {
        margin-bottom: 0px;
    }
    .start-headline ul {
        position: relative;
        width: 98%;
        padding-top: 0.4286rem;
        font-size: 1.2857rem;
    }
    .start-headline ul li {
        display: block;
        font-size: 1.2857rem;
        color: #9a9a9a;
        font-weight: 100;
    }
    .start-headline ul li.company-title {
        font-size: 1.5rem;
    }

    .startpage-links{
        display: inline-block;
        position: relative;
        padding-top: 3.0714rem;
        padding-bottom: 3.0714rem;
        width: 90%;
        float: left;
        left: 1.7857rem;
    }
    .startpage-links .to-produkte a{
        display: inline-block;
        position: relative;
        width: 100%;
        left: 0px;
        text-align: left;
        padding-bottom: 1.0714rem;
    }
    .startpage-links .to-dealer a{
        display: inline-block;
        position: relative;
        width: 100%;
        left: 0px;
        text-align: left;
    }

}












/*

SERVICE

*/


body.service main{
    padding-top: 0.7143rem;
}

.service-top{
    background-color: #4eaad8;
    color: rgb(255, 255, 255);
    display: block;
}
.service-top h1{
	position: absolute;
	left: 1.7857rem;
	top: 1.0714rem;
	line-height: 1.3em;
	font-weight: 100;
	letter-spacing: 0em;
	text-align: left;
	font-size: 1.8571rem;
	padding-left: 0px;
	color: white;
}
.service-top ul{
    left: 311px;
    position: relative;
    padding: 0;
    padding-top: 2.3571rem;
    padding-bottom: 0.8571rem;
    margin: 0;
    text-align: left;
    width: 50%;
    color: rgba(255, 255, 255, 0.70);
}
.service-top ul li{
    text-align: left;
    display: inline-block;
    padding-bottom: 1.4286rem;
    width: 100%;
}

.service-links {
    background-color: #4eaad8;
    color: white;
    display: block;
    position: relative;
    /* width: 100%; */
    overflow: hidden;
    padding-left: 1.7857rem;
    padding-right: 0.7143rem;
}

.link-article {
    display: inline-block;
    overflow: hidden;
    width: 20.0714rem;
    float: left;
}

.link-article a{
    text-decoration: none;
    color: white;
}
.link-article h1 {
    text-align: left;
    color: #ffffff;
    font-weight: 100;
    padding-left: 0;
}

.link-article .img-wrapper {
    display: block;
    width: 17.8571rem;
    height: 17.8571rem;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.link-article img {
    display: block;
    min-width: 100%;
    min-height: 100%;
}

.link-article p {
    text-align: left;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.70);
}

.service-footer {
    background-color: #333333;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 0.2857rem;
}

.service-footer ul {
    padding-bottom: 3.1429rem;
    margin-top: 1.8571rem;
    padding-left: 1.7857rem;
    display: inline-block;
    width: 90%;
    float: left;
}

.service-footer ul li {
    display: inline-block;
    float: left;
    font-size: 1.3571rem;
}

.service-footer ul li a {
    color: #4eaad8;
    text-decoration: none;
}

.service-footer ul li:after {
    content: " | ";
    padding-right: 0.2857rem;
    color: #4eaad8;
}

.service-footer ul li:last-child:after {
    content: "";
}

.infomail{
    position: absolute;
    bottom: 0.7143rem;
    right: 1.7143rem;
    color: white;
}

.infomail a{
    color: white;
}



@media only screen and (min-width: 20px) and (max-width: 600px) {
    .service-top ul {
        left: 1.7857rem;
        top: 5.7143rem;
        width: 82%;
        padding-bottom: 8.5714rem;
        margin: 0;
    }

    .link-article {
        padding-bottom: 1.5714rem;
    }
    .service-footer ul li {
        display: block;
        width: 91%;
        text-align: left;
        padding-bottom: 1.4286rem;
    }
    .service-footer ul li:after {
        content: "";
    }


}


















/*

CONTACT

*/


body.contact main{
    padding-top: 0.7143rem;
}


.contact-top{
    background-color: #4eaad8;
    color: rgb(255, 255, 255);
    display: block;
}
.contact-top h1 {
    position: absolute;
    left: 1.7857rem;
    top: 1.5rem;
    line-height: 1.3em;
    font-weight: 100;
    letter-spacing: 0em;
    text-align: left;
    font-size: 1.8571rem;
	color: white;
}
.contact-top ul{
    left: 22.2143rem;
    position: relative;
    padding: 0;
    padding-top: 2.1429rem;
    padding-bottom: 2.8571rem;
    margin: 0;
    text-align: left;
    width: 50%;
    color: rgb(255, 255, 255);
    font-size: 1.2143rem;
    line-height: 1.6em;
}
.contact-top ul li{
    text-align: left;
    display: inline-block;
    padding-bottom: 1.5rem;
    width: 100%;
}
.contact-top ul li a{
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    padding-left: 0.8571rem;
}



@media only screen and (min-width: 20px) and (max-width: 680px) {
    .contact-top ul {
        left: 1.7857rem;
        top: 5.7143rem;
        width: 82%;
        padding-bottom: 8.5714rem;
        margin: 0;
        font-size: 1rem;
    }
}









.contact-logo {
	position: absolute;
	width: 7.1429rem;
	height: 7.8571rem;
	overflow: hidden;
	top: 2.1429rem;
	right: 1.4286rem;
}
.contact-logo img{
	width: 100%;
	height: auto;
}

.sec-desc {
	text-align: left;
}

.sec-desc h1{

    font-size: 2em;
    text-align: left;
    padding-left: 1.4286rem;
    padding-top: 2.5714rem;
    padding-bottom: 0.5714rem;
    margin-top: 0;
	margin-bottom: 0.7143rem;
    color: #777777;
    font-weight:lighter;
	
}

.sec-desc .desc{
	font-size: 1.1em;
	padding-left: 1.4286rem;
	padding-right: 1.4286rem;
	text-align: left;
	color: #777777;
	line-height: 2em;
}

.sec-sub-desc {
	font-size: 1.1em;
	padding-left: 1.4286rem;
	text-align: left;
	color: #777777;
	line-height: 2em;
}
.sec-sub-desc.halfsize{
	max-width: 28.5714rem;
	display: inline-block;
	float: left;
	padding-right: 2.8571rem;
}

.sec-sub-desc h2{
    font-size: 1em;
    padding-top: 1.2em;
    padding-left: 0;
    font-weight: bold;
	
}

ul.links {
	padding-left: 0;
}
ul.links li {
    list-style-type: none;
    font-size: 1.0714rem;
    line-height: 2.4286rem;
    padding: 0;
}

ul.links li a{
	text-decoration: none;
	color: inherit;
}



.image-row {
	text-align: left;
	padding-left: 1.4286rem;
}

.image-row.pics6 img{
	width: 9.2857rem;
	height: auto;
	padding-right: 0.5714rem
}

.subheadline {
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: left;
	padding-left: 1.4286rem;
	padding-right: 3.5714rem;
	margin-top: -1rem;
	padding-bottom: 1.4286rem;
	color: #777777;
}

.nowrap {
  white-space: nowrap ;
}


.readmore-button {
  cursor: pointer;
  display: inline-block;
  /*padding: 0 .5em;*/
	padding: 0;
	margin-top: -1.4286rem;
  color: #00A3FF;
  font-size: .9em;
  line-height: 2;
/*  border: 1px solid #ddd;
  border-radius: .25em;*/
}

.readmore-state:checked ~ .readmore-fulltext .readmore-extratext {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.readmore-extratext {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  /*transition: .25s ease;*/
}

.readmore-state ~ .readmore-button:before {
  content: 'Mehr anzeigen';
}

.readmore-state:checked ~ .readmore-button:before {
  content: 'Weniger anzeigen';
}

.readmore-fulltext {
	
}

.readmore-state {
	  display: none;
}

hr {
	margin-left: 1.4286rem;
	margin-right: 1.4286rem;
	display: block;
    height: 1px;
    border: 0;
    border-top: 0.5px solid #dfdfdf;
    padding: 0; 

}

.image-row.mini img {
	height: 4.2857rem; 
	width: auto; 
	padding: 1.4286rem;
}


.image-row.pics6 > a{
    width: 9.2857rem;
    height: 7.7143rem;
    overflow: hidden;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    /* background-color: green; */
    border: none;
    margin-right: 0.5714rem;
    margin-bottom: 0.5714rem;

}

.image-row.pics6 > a > img{
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
	display:block;
    margin:auto;
	vertical-align: middle;
    text-align: center;
}

.image-row.pics6 > a.vid::after {
	position: absolute;
	display: block;
    font-family: "FontAwesome";
    content: '\f16a';
    color: #CB1611;
    font-size: 2.5em;
    padding-right: 0.25em;
    margin-left: -0.5em;
    margin-top: -0.5em;
	top: 50%;
	left: 50%;
	    box-shadow: -0.2857rem -0.2857rem 1.8571rem rgba(0, 0, 0, 0.80);
    -moz-box-shadow: -0.2857rem -0.2857rem 1.8571rem rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: -0.2857rem -0.2857rem 1.8571rem rgba(0, 0, 0, 0.80);
}
