/*
Theme Name: Nexfusion Media
Theme URI: http://wordpress.org/themes/
Author: Nexfusion Media
Author URI: http://www.nexfusion-media.de
Description: Das erstellte CSS Webdesign Ihrer Nexfusion Media Internetagentur.
Tags: Nexfusion Media
Text Domain: nexfusion
*/

/**
 * Copyright by Nexfusion Media
 * All rights reserved by the Agency
 * http://www.nexfusion-media.de
 * ----------------------------------------------------------------------------
 */

html body {
	font-family: 'Roboto',Arial,Helvetica, sans-serif;
	font-weight: 400;
}

.site-main, .site-footer, .container_12 {
	position: relative;
	display:block;
	width: 100%;
	margin: 0 auto;
	clear: both;
    height: auto;
	overflow:hidden;
}
.site-main {border-top: 1px solid #E3E3E3;}
.site-header {
	position: relative;
	display:block;
	width: 100%;
	margin: 0 auto;
	clear: both;
    height: auto;
}
.site-footer hr.darker {
	border-color: #ddd;
	margin: 0 auto 20px;
	float: none;
}
.lightgreybg {background-color:#f0f0f0;}
.lightgrey {color:#f0f0f0;}
.darkgreybg {background-color:#3e3e3e;color:#fff;}
.darkgrey {color:#3e3e3e;}
.petrolbg {background-color:#1e888f;color:#fff;}
.petrol {color:#1e888f;}
.bluebg {background-color:#056795;color:#fff;}
.blue {color:#056795;}
.lightgreenbg {background-color:#98c21d;}
.lightgreen {color:#98c21d;}
.darkgreenbg {background-color:#69a93e;color:#fff;}
.darkgreen {color:#69a93e;}
.whitebg {background-color:#fff;color:#333}

#header .logo {margin-top:15px;width:260px;}
#content:focus, #content:active, *:focus, *:active {outline:0 none;}
#header .container_12 .grid_8 {
    width: 660px;
}
.site-footer a,.site-footer p {color:#AFAFAF;text-shadow: -1px -1px 1px #e4e4e4,1px 1px 1px #fff;}
.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}
.site-header .navbar {text-align:right; font-weight: lighter;}
.site-header .navbar .sub-menu {text-align:left;}
ul.nav-menu,
ul.menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}
.main-navigation .nav-menu li {
	display: block;
    float: left;
}
.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 13px;
	text-decoration: none;
}
.main-navigation {
    margin: 13px 0 5px;
}
#topnav {margin-right:4px}
.main-navigation li a {font-size:15px;}

#topnav li a {
    padding: 18px 14px 10px;
    font-size: 13px;
    color: #777;
}
#topnav .focus-online {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-left: 0 none;
    color: #666;
    display: table-cell;
    font-size: 10px;
    line-height: normal;
    margin: 5px 3px 4px;
    padding: 6px 1px 7px 0;
    vertical-align: middle;
}
#eKomiSeal-header {
    border-left: 0 none;
    display: block;
    float: right;
    height: 72px;
    margin: 10px 0 22px 10px;
    padding: 2px 0 0 5px;
    width: 77px;
}
.menu-toggle {
	display: none;
}
body{
	/*background: #eee url(https://www.duratio-kundenportal.de/wp-content/uploads/kundenportal-banner.jpg) no-repeat center center / cover;*/
	background: #eee url('../images/duratio_pattern.png');
}
html,body{
    position: relative;
    height: 100%;
}

.login-container{
    position: relative;
    width: 100%;
    max-width: 509px;
    margin: 80px auto 60px;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.4);
}

#output{
    position: absolute;
    width: 84%;
    bottom: 221px;
    left: 0;
    margin-left: 8%;
    color: #fff;
    max-width:509px;
    font-weight: 500;
    font-size:14px;
    font-family: 'Roboto',Arial,Helvetica, sans-serif;
}
.input-alert {
	border-color: #b61717;
	box-shadow: 0 0 0px 2px #b61717 inset;
}
.input-alert::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bc0b0b;
}
.input-alert::-moz-placeholder { /* Firefox 19+ */
  color: #bc0b0b;
}
.input-alert:-ms-input-placeholder { /* IE 10+ */
  color: #bc0b0b;
}
.input-alert:-moz-placeholder { /* Firefox 18- */
  color: #bc0b0b;
}
#output.alert-success{
    background: rgba(125, 182, 20, 1);
    border-color: rgba(95, 156, 14, 1);
    text-shadow: 0 0 3px rgb(72, 115, 16);
}

#output.alert-danger{
    background: rgba(212, 66, 66, 1);
    border-color: rgba(180, 46, 46, 1); 
    text-shadow: 0 0 3px rgba(146, 32, 32, 1);
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;
	box-shadow: 3px 3px 6px -5px rgba(0,0,0,0.4);
}
.red {
color: #B43434;
} 
.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-3deg);
     -moz-transform: rotateZ(-3deg);
      -ms-transform: rotateZ(-3deg);

}
.colorgraph {
  height: 7px;
  border-top: 0;
  background: #096999;
  border-radius: 2px;
  background: -moz-linear-gradient(left, #94c10f 0%, #94c10f 25%, #67aa37 25%, #67aa37 50%, #24888a 50%, #24888a 75%, #1001b2 76%, #096999 100%);
  background: -webkit-linear-gradient(left, #94c10f 0%,#94c10f 25%,#67aa37 25%,#67aa37 50%,#24888a 50%,#24888a 75%,#096999 76%,#096999 100%);
  background: linear-gradient(to right, #94c10f 0%,#94c10f 25%,#67aa37 25%,#67aa37 50%,#24888a 50%,#24888a 75%,#096999 76%,#096999 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c10f', endColorstr='#096999',GradientType=1 );
}
.form-signin-heading {
  text-align:center;
  line-height: 1.3;
  margin-bottom: 20px;
}
.avatar{
    width: 100%;
    height: 50px;
    margin: 10px auto 30px;
    text-align: center;
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;
    margin: 4px 0;
    font-weight: 700;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px;
}

.form-box input[type="password"]{
    border-radius: 5px 5px;
}

.form-box button.login{
    margin-top:10px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
    margin-bottom: 0px;
    background-image: none;
    border-radius: 4px;
}
#top.navbar-default {
    z-index: 300;
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 25px 10px 15px;
    height: 58px;
    margin-top: 0px;
}
.navbar-nav img {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px 10px 5px;
    height: 72px;
    margin-top: 0px;
}
#top img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}


@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (min-width: 959px) {
	.no-monitor, #eKomiSeal_default.no-monitor {     display: none;}
}
@media screen and (max-width: 960px) {
	.no-monitor {     display: block;}
	#eKomiSeal_default.no-monitor { margin: 14px 0 15px}
}
@media screen and (max-width: 400px) {
#header #eKomiSeal_default, .no-smartphone {display: none;}
.btn {display: block;}
}