html, body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

::-moz-selection { background: #CD0000; color: #fff; text-shadow: none; }
::selection {
    background: var(--theme);
    color: #fff;
    text-shadow: none;
}


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #CD0000;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.u-Text-center{
    text-align: center;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Top content *****/

.inner-bg {
    padding: 100px 15px 170px 15px;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.35);
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #fff; }
.form-top-left p { opacity: 0.8; color: #fff; }
.form-bottom p { opacity: 0.8; color: #fff; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 25px;
	color: #fff;
	text-align: right;
	opacity: 0.3;
    font-size: 22px;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom textarea {
	height: 100px;
}

.form-bottom .btn {
	width: 100%;
}

.form-bottom .input-error {
	border-color: #CD0000;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

.mobileLogoBox {
    color: #3f4345;
}

.mobileLogoBox img{
	max-width: 40%;
}


.footer {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    clear: both;
    padding-left: 30px;
	padding-right: 30px;
	line-height: 10px;
	position: fixed;
    bottom: 0px !important;
    z-index: 10000;
}
.footer {
    margin: 0 auto;
    background: #fff;
    -ms-opacity: .9;
    opacity: .9;
}

/* element.style {
    top: 831px;
} */

.footer .social {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}
.pull-left {
    float: left !important;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social ul li a:hover .sprite.facebook,
.social ul li a:focus .sprite.facebook {
    background-position: -47px -149px;
}

.social ul li a:hover .sprite.twitter,
.social ul li a:focus .sprite.twitter {
    background-position: -71px -149px;
}

.social ul li a:hover .sprite.google,
.social ul li a:focus .sprite.google {
    background-position: -93px -151px;
}

.social ul li a:hover .sprite.xing,
.social ul li a:focus .sprite.xing {
    background-position: -117px -151px;
}

.social ul li a:hover .sprite.instagram,
.social ul li a:focus .sprite.instagram {
    background-position: -139px -149px;
}

.social ul li a:hover .sprite.pinterest,
.social ul li a:focus .sprite.pinterest {
    background-position: -160px -149px;
}

.social ul li a:hover .sprite.linkedin,
.social ul li a:focus .sprite.linkedin {
    background-position: -180px -149px;
}


.sprite {
    float: left;
}
.sprite.facebook {
    background-position: -47px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.sprite.google {
    background-position: -93px -288px;
    width: 15px;
    height: 13px;
    margin-top: 3px;
}
.sprite.xing {
    background-position: -117px -288px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.sprite.instagram {
    background-position: -139px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.sprite.pinterest {
    background-position: -160px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}
.sprite.linkedin {
    background-position: -180px -286px;
    width: 18px;
    height: 16px;
	margin-top: 2px;
}
.social ul li a {
    color: #989898;
}
.navMeta li strong {
    border-left: 1px solid #999999;
    padding: 2px 12px;
}
a, .outside a:hover, .outside a:focus, #solution-world-overview .overview-tooltip a:hover, #solution-world-overview .overview-tooltip a:focus {
    text-decoration: none;
}
a, body, .product-slider .carousel-caption p, .startpage .slides-content em, .tabbed .tab-content h3, .startpage .product-slider .head h2 {
    color: #000;
}
.navMeta {
    list-style: none;
}
.pull-right {
    float: right !important;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.navMeta li {
    float: left;
    padding: 4px 15px;
    font-size: 14px;
    border-left: 1px solid #999999;
}
a:hover, a:focus {
    color: var(--theme) !important;
}
.social ul {
    padding-left: 0;
}
.modal-prospektbestellung-ok .btn{
    font-family: "UniversNextW02-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
}
.social ul li {
    float: left;
    display: block;
    border-right: 1px solid #989898;
    width: 44px;
}

.social ul li:last-child {
	border-right: none;
}
.navMeta li:first-child {
border-left: none;
}

.form-username-error, .form-password-error {
    color: #CD0000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #000000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.2s; /* 0.2 second transition effect to slide in the sidenav */
    text-align: left;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 20px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        border-bottom: 1px solid lightgray;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
.sidenav a.closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        border-bottom: none;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .2s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
.bg{
    display: none;
}
.fa-2x{
    font-size: 3em;
}
.mobileLogoBox img {
    max-width: 60%;
}

/***** Media queries *****/

@media (min-width: 982px) {

    .mobile-only {
        display: none;
    }
}

@media (max-width: 981px) and (orientation: portrait) {

    body {
        font-size: 32px;
    }

    .top-content {
        margin-bottom: 120px;
    }

    .inner-bg {
        padding: 30px;
    }

    .desktop-only {
        display: none;
    }

    .social ul li {
        width: 81px;
        height: 50px;
        font-size: 48px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    }

@media (min-width: 768px) and (max-width: 991px) {
    }

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }
   
}
@media (max-width: 1024px) and (orientation: portrait) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .col-sm-6 {
        width: 100%;
    }

    .col-sm-offset-3 {
        margin-left: 0%;
        margin-right: 0%;
    }

    .form-top-left h3 {
        font-size: 40px;
        line-height: 85px;
    }

    .form-box p {
        font-size: 28px;
    }

    .form-username-error, .form-input-error {
        font-size: 28px;
    }

    input[type="email"], input[type="password"] {
        font-size: 35px;
        height: 80px;
        margin-bottom: 16px;
    }

    .form-bottom form .btn {
        font-size: 40px;
        margin-top: 50px;
    }

    .form-bottom {
        padding: 40px 46px 110px 25px;
    }

    .form-group {
        margin-bottom: 45px;
    }

    .btn {
        height: 90px;
    }

    .bg {
        display: block;
    }
}
    /**ONLY FOR LANDSCAPE*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation: landscape) {

    .form-top-left h3 {
        font-size: 30px;
        line-height: 55px;
    }

    .form-box p {
        font-size: 20px;
    }

    .form-username-error, .form-input-error {
        font-size: 28px;
    }

    input[type="email"], input[type="password"] {
        font-size: 25px;
        height: 50px;
        margin-bottom: 1px;
    }

    .form-bottom form .btn {
        font-size: 30px;
    }

    .form-bottom {
        padding: 10px 25px 10px 25px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .btn {
        height: 55px;
    }

    .bg {
        display: block;
    }

    .top-content {
        margin-bottom: 1px;
    }

    .inner-bg {
        padding: 30px;
    }

    .desktop-only {
        display: none;
    }

    .social ul li {
        width: 80px;
        font-size: 28px;
    }

    .col-md-offset-4 {
        margin-left: 10%;
    }

    .col-md-4 {
        width: 80%;
    }

    .inner-bg {
        padding: 1px 1px 1px 1px !important;
    }

    .navMeta {
        display: none;
    }

    ul, menu, dir {
        margin-block-start: none;
    }
    .form-box{
        margin-top: 10px;
    }
    .form-top-left{
        padding-top: 1px;
    }
    .col-sm-offset-3 {
        margin-top: 10px;
    }
    .footer .social{
        margin-bottom: 0.3em;
    }
    .h3{
        margin-bottom: 1px;
    }
    .footer ul {
        margin-top: 0.3em !important;
    }
    .mobileLogoBox .mobile-only{
        position: relative;
        left: -240px;
    }
    .sidenav element.style {
        width: 300px;
    }
    .sidenav a{
        padding: 20px;
    }
    .form-top-left p {
        margin: 0 0 1px;
    }
 }


