body {
    width: 100%;
    height: 100%;
	font-family: "Abel", Arial, sans-serif;
    /*font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #fff;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgba(235,235,235,.45);
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom-dark a {
	color: #636363;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
		height:25px;
        background-color: rgba(158,158,158,0.6) /*#9e9e9e;*/
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bgSmall.jpg) no-repeat;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media(min-width:767px) {
	.intro {
		display: table;
		width: 100%;
		height: auto;
		padding: 100px 0;
		text-align: center;
		color: #fff;
		background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
		background-color: #000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.impressum {
	display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background: url(../img/impressum_bg.jpg);
    background-repeat: no-repeat;
	background-color: #cccccc;
    background-size: 100%;
}


.brand-heading {
    font-size: 40px;
}

.brand-heading-se {
    font-size: 80px;
    color: #6e6e6e;
	font-weight:normal;
    font-family: Calibri,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.intro-text {
    font-size: 18px;
}
.intro-text2 {
    font-size: 18px;
}

.intro-text-se {
    color: #6e6e6e;
    font-size: 28px;
}

.impressum-text {
    color: #6e6e6e;
    font-size: 14px;
}

.products-text {
    color: #6e6e6e;
    font-size: 16px;
}

.individuell-text {
    color: #6e6e6e;
    font-size: 20px;
}

.indiv-textbox {
    color: #6e6e6e;
    font-size: 20px;
}

.products-preview {
    color: #6e6e6e;
    font-size: 18px;
}

.products-preview-title {
	color:#cb5e53;
	text-shadow: 0px 4px 3px rgba(255,255,255,1), 0px 8px 13px rgba(255,255,255,0.8), 0px 18px 23px rgba(255,255,255,0.8);
	margin-bottom:10px;
}

.products-title {
	color:#000000;
	border-bottom: 1px solid #000000;
}

.products-box {
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .5);
	padding: 10px;
}

.products-title-span {
    color: #000000;
    font-size: 25px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    color: #fff;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}
.bigcontent-section {
    padding-top: 50px;
}

.cloud_bg {
    width: 100px;
	height: 80px;
    color: #6e6e6e;
    background: url(../img/cloud_bg.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.demo-section {
    width: 100%;
	min-height: 100%;
    color: #000;
    background: url(../img/kontakt_bg.jpg) no-repeat center center scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.safety-section {
    width: 100%;
	min-height: 100%;
    color: #6e6e6e;
    background: url(../img/philosophie_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.safety-text {
	color:#ffffff;
	text-align:left;
	font-size: 16px;
}

.technologie-section {
    width: 100%;
	min-height: 100%;
    color: #6e6e6e;
    background: url(../img/technologie_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.philosophie-section {
    width: 100%;
	min-height: 100%;
    color: #6e6e6e;
    background: url(../img/philosophie_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.products-section {
    width: 100%;
	min-height: 100%;
    color: #6e6e6e;
    background: url(../img/technologie_bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.download-section {
    width: 100%;
	min-height: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-section {
    width: 100%;
	min-height: 100%;
    padding: 50px 0;
    color: #000;
    background: url(../img/kontakt_bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.footer-section {
    width: 100%;
    background-color: #313131;
	color: #747474;
	font-family: Calibri,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
}

.product-link {
	color: #C91402;
}

.product-link:hover {
	text-decoration: none;
	color: #FFF;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #28c3ab;
    color: #28c3ab;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: rgba(235,235,235,.45);
}
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		color:#636363;
		background-color: rgba(235,235,235,.65); /*added 05.12.2014 */
		border-bottom: 1px solid rgba(255,255,255,.3); /*added 05.12.2014 */
    }
	.navbar-custom .nav li a:hover,
	.navbar-custom .nav li a:focus,
	.navbar-custom .nav li.active {
		outline: 0;
		background-color: rgba(255,255,255,1);
	}
    .collapse.in{
        display:block !important;
    }
}


.social {
    position: fixed;
	top: 70%;
	right: -65px;
    height: 3em;
    width: 13.5em;

}

.social li {
    display: block;
    height: 2em;
    line-height: 2em;
    margin: 0.5em; /* margin: -2.2em; */
    position: absolute;
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    -ms-transition: -ms-transform .7s;
    -o-transition: -o-transform .7s;
    transition: transform .7s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    width: 2em;

}

.social a {
    color: #fffdf0;
    display: block;
    height: 2em;
    line-height: 3em;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2em; 
  
}

.social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
    -moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
    -o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.behance2 {
    background: #C91402;
    top: 0%;
	margin-top: -10px;
    left: 50%;
}


@media(min-width:767px) {
	.social {
		position: fixed;
		top: 50%;
		right: -65px;
		height: 3em;
		width: 13.5em;

	}

	.social li {
		display: block;
		height: 4em;
		line-height: 4em;
		margin: -2em; /* margin: -2.2em; */
		position: absolute;
		-webkit-transition: -webkit-transform .7s;
		-moz-transition: -moz-transform .7s;
		-ms-transition: -ms-transform .7s;
		-o-transition: -o-transform .7s;
		transition: transform .7s;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		text-align: center;
		width: 4em;

	}

	.social a {
		color: #fffdf0;
		display: block;
		height: 4em;
		line-height: 6em;
		text-align: center;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 4em; 
	  
	}

	.social li:hover {
	  -webkit-transform: scale(1.3,1.3) rotate(45deg);
		-moz-transform: scale(1.3,1.3) rotate(45deg);
	  -ms-transform: scale(1.3,1.3) rotate(45deg);
		-o-transform: scale(1.3,1.3) rotate(45deg);
	  transform: scale(1.3,1.3) rotate(45deg);
	}

	.behance2 {
		background: #C91402;
		top: 0%;
		margin-top: -10px;
		left: 50%;
	}
}

.inputError {
	color: #C91402;
}

.white-shade {
  padding-left:20px;
  padding-right:20px;
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.01)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.01)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.01)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.01)); /* Standard syntax */
}

.blackform {
	color: #000;
}

.greyform {
    color: #6e6e6e;
}